Lines Matching full:features
29 * The "features" collection of methods.
33 * $features = $gkehubService->features;
39 * Adds a new Feature. (features.create)
67 * Removes a Feature. (features.delete)
70 * `projects/locations/features`.
96 * Gets details of a single Feature. (features.get)
99 * `projects/locations/features`
111 * resource exists and does not have a policy set. (features.getIamPolicy)
139 * Lists Features in a given project and location.
140 * (features.listProjectsLocationsFeatures)
143 * Features will be listed. Specified in the format `projects/locations`.
146 * @opt_param string filter Lists Features that match the filter expression,
149 * /foo-proj/locations/global/features/servicemesh" - Features that have a label
150 * called `foo`: labels.foo:* - Features that have a label called `foo` whose
169 * Updates an existing Feature. (features.patch)
172 * `projects/locations/features`.
199 * `PERMISSION_DENIED` errors. (features.setIamPolicy)
219 * This operation may "fail open" without warning. (features.testIamPermissions)