v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1389782.8 KB
projects

Lists MembershipFeatures in a given project and location.

get/v2/{+parent}/features

Path parameters

parentstring required

Required. The parent where the MembershipFeature will be listed. In the format: projects/*/locations/*/memberships/*.

Query parameters

filterstring

Lists MembershipFeatures that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples: - Feature with the name "helloworld" in project "foo-proj" and membership "member-bar": name = "projects/foo-proj/locations/global/memberships/member-bar/features/helloworld" - Features that have a label called foo: labels.foo:* - Features that have a label called foo whose value is bar: labels.foo = bar

orderBystring

One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

pageSizeinteger

When requesting a 'page' of resources, page_size specifies number of resources to return. If unspecified or set to 0, all resources will be returned.

pageTokenstring

Token returned by previous call to ListFeatures which specifies the position in the list from where to continue listing the resources.

Response

Successful response