public interface ListBoundMembershipsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter() Optional. Lists Memberships that match the filter expression, following the
syntax outlined in https://google.aip.dev/160. Currently, filtering
can be done only based on Memberships's name, labels, create_time,
update_time, and unique_id.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes() Optional. Lists Memberships that match the filter expression, following the
syntax outlined in https://google.aip.dev/160. Currently, filtering
can be done only based on Memberships's name, labels, create_time,
update_time, and unique_id.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public abstract 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. Pagination is currently not supported; therefore, setting
this field does not have any impact for now.
int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken() Optional. Token returned by previous call to ListBoundMemberships which
specifies the position in the list from where to continue listing the
resources.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() Optional. Token returned by previous call to ListBoundMemberships which
specifies the position in the list from where to continue listing the
resources.
string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getScopeName()
public abstract String getScopeName() Required. Name of the Scope, in the format
projects/*/locations/global/scopes/*, to which the Memberships are bound.
string scope_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The scopeName. |
getScopeNameBytes()
public abstract ByteString getScopeNameBytes() Required. Name of the Scope, in the format
projects/*/locations/global/scopes/*, to which the Memberships are bound.
string scope_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for scopeName. |