public interface ListMembershipsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
String |
getOrderBy()
Optional.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Optional.
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent (project and location) where the Memberships will be listed. Specified in the format `projects/*/locations/*`. `projects/*/locations/-` list memberships in all the regions.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent (project and location) where the Memberships will be listed. Specified in the format `projects/*/locations/*`. `projects/*/locations/-` list memberships in all the regions.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
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.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];String getPageToken()
Optional. Token returned by previous call to `ListMemberships` which specifies the position in the list from where to continue listing the resources.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPageTokenBytes()
Optional. Token returned by previous call to `ListMemberships` which specifies the position in the list from where to continue listing the resources.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];String getFilter()
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
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
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
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];String getOrderBy()
Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getOrderByBytes()
Optional. One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.