Class ListMembershipsRequest (1.0.0)

ListMembershipsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for GkeHub.ListMemberships method.

Attributes

NameDescription
parent str
Required. The parent (project and location) where the Memberships will be listed. Specified in the format projects/*/locations/*.
page_size int
Optional. 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.
page_token str
Optional. Token returned by previous call to ListMemberships which specifies the position in the list from where to continue listing the resources.
filter str
Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples: - Name is bar in project foo-proj and location global: name = "projects/foo-proj/locations/global/membership/bar" - Memberships that have a label called foo: labels.foo:\* - Memberships that have a label called foo whose value is bar: labels.foo = bar - Memberships in the CREATING state: state = CREATING
order_by str
Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.