- 1.78.0 (latest)
 - 1.76.0
 - 1.75.0
 - 1.74.0
 - 1.73.0
 - 1.72.0
 - 1.70.0
 - 1.68.0
 - 1.67.0
 - 1.64.0
 - 1.63.0
 - 1.62.0
 - 1.60.0
 - 1.59.0
 - 1.58.0
 - 1.57.0
 - 1.56.0
 - 1.55.0
 - 1.54.0
 - 1.53.0
 - 1.52.0
 - 1.51.0
 - 1.49.0
 - 1.48.0
 - 1.47.0
 - 1.46.0
 - 1.45.0
 - 1.44.0
 - 1.43.0
 - 1.42.0
 - 1.41.0
 - 1.40.0
 - 1.39.0
 - 1.37.0
 - 1.36.0
 - 1.35.0
 - 1.34.0
 - 1.33.0
 - 1.32.0
 - 1.31.0
 - 1.30.0
 - 1.29.0
 - 1.28.0
 - 1.27.0
 - 1.24.0
 - 1.23.0
 - 1.22.0
 - 1.21.0
 - 1.20.0
 - 1.19.0
 - 1.18.0
 - 1.17.0
 - 1.16.0
 - 1.15.0
 - 1.14.0
 - 1.13.0
 - 1.12.0
 - 1.11.0
 - 1.9.0
 - 1.8.0
 - 1.7.0
 - 1.6.0
 - 1.5.0
 - 1.4.0
 - 1.3.6
 - 1.2.1
 - 1.1.0
 - 1.0.1
 - 0.5.4
 
public static final class ListMembershipsRequest.Builder extends GeneratedMessageV3.Builder<ListMembershipsRequest.Builder> implements ListMembershipsRequestOrBuilder Request message for GkeHubMembershipService.ListMemberships method.
 Protobuf type google.cloud.gkehub.v1beta1.ListMembershipsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListMembershipsRequest.BuilderImplements
ListMembershipsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListMembershipsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
build()
public ListMembershipsRequest build()| Type | Description | 
| ListMembershipsRequest | 
buildPartial()
public ListMembershipsRequest buildPartial()| Type | Description | 
| ListMembershipsRequest | 
clear()
public ListMembershipsRequest.Builder clear()| Type | Description | 
| ListMembershipsRequest.Builder | 
clearField(Descriptors.FieldDescriptor field)
public ListMembershipsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
clearFilter()
public ListMembershipsRequest.Builder clearFilter()Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples:
- Name is 
barin projectfoo-projand locationglobal: name = "projects/foo-proj/locations/global/membership/bar" - Memberships that have a label called 
foo: labels.foo:* - Memberships that have a label called 
foowhose value isbar: labels.foo = bar - Memberships in the CREATING state: state = CREATING
 
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ListMembershipsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
clearOrderBy()
public ListMembershipsRequest.Builder clearOrderBy()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];
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
clearPageSize()
public ListMembershipsRequest.Builder clearPageSize() 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];
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
clearPageToken()
public ListMembershipsRequest.Builder clearPageToken() 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];
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
clearParent()
public ListMembershipsRequest.Builder clearParent() Required. The parent (project and location) where the Memberships will be listed.
 Specified in the format projects/*/locations/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
clone()
public ListMembershipsRequest.Builder clone()| Type | Description | 
| ListMembershipsRequest.Builder | 
getDefaultInstanceForType()
public ListMembershipsRequest getDefaultInstanceForType()| Type | Description | 
| ListMembershipsRequest | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getFilter()
public String getFilter()Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples:
- Name is 
barin projectfoo-projand locationglobal: name = "projects/foo-proj/locations/global/membership/bar" - Memberships that have a label called 
foo: labels.foo:* - Memberships that have a label called 
foowhose value isbar: labels.foo = bar - Memberships in the CREATING state: state = CREATING
 
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| String | The filter.  | 
      
getFilterBytes()
public ByteString getFilterBytes()Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples:
- Name is 
barin projectfoo-projand locationglobal: name = "projects/foo-proj/locations/global/membership/bar" - Memberships that have a label called 
foo: labels.foo:* - Memberships that have a label called 
foowhose value isbar: labels.foo = bar - Memberships in the CREATING state: state = CREATING
 
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| ByteString | The bytes for filter.  | 
      
getOrderBy()
public 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];
| Type | Description | 
| String | The orderBy.  | 
      
getOrderByBytes()
public 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];
| Type | Description | 
| ByteString | The bytes for orderBy.  | 
      
getPageSize()
public 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];
| Type | Description | 
| int | The pageSize.  | 
      
getPageToken()
public 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];
| Type | Description | 
| String | The pageToken.  | 
      
getPageTokenBytes()
public 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];
| Type | Description | 
| ByteString | The bytes for pageToken.  | 
      
getParent()
public String getParent() Required. The parent (project and location) where the Memberships will be listed.
 Specified in the format projects/*/locations/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| String | The parent.  | 
      
getParentBytes()
public ByteString getParentBytes() Required. The parent (project and location) where the Memberships will be listed.
 Specified in the format projects/*/locations/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description | 
| ByteString | The bytes for parent.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(ListMembershipsRequest other)
public ListMembershipsRequest.Builder mergeFrom(ListMembershipsRequest other)| Name | Description | 
| other | ListMembershipsRequest | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMembershipsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public ListMembershipsRequest.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListMembershipsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public ListMembershipsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
setFilter(String value)
public ListMembershipsRequest.Builder setFilter(String value)Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples:
- Name is 
barin projectfoo-projand locationglobal: name = "projects/foo-proj/locations/global/membership/bar" - Memberships that have a label called 
foo: labels.foo:* - Memberships that have a label called 
foowhose value isbar: labels.foo = bar - Memberships in the CREATING state: state = CREATING
 
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | StringThe filter to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setFilterBytes(ByteString value)
public ListMembershipsRequest.Builder setFilterBytes(ByteString value)Optional. Lists Memberships that match the filter expression, following the syntax outlined in https://google.aip.dev/160. Examples:
- Name is 
barin projectfoo-projand locationglobal: name = "projects/foo-proj/locations/global/membership/bar" - Memberships that have a label called 
foo: labels.foo:* - Memberships that have a label called 
foowhose value isbar: labels.foo = bar - Memberships in the CREATING state: state = CREATING
 
 string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| value | ByteStringThe bytes for filter to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setOrderBy(String value)
public ListMembershipsRequest.Builder setOrderBy(String value)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];
| Name | Description | 
| value | StringThe orderBy to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setOrderByBytes(ByteString value)
public ListMembershipsRequest.Builder setOrderByBytes(ByteString value)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];
| Name | Description | 
| value | ByteStringThe bytes for orderBy to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setPageSize(int value)
public ListMembershipsRequest.Builder setPageSize(int value) 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];
| Name | Description | 
| value | intThe pageSize to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setPageToken(String value)
public ListMembershipsRequest.Builder setPageToken(String value) 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];
| Name | Description | 
| value | StringThe pageToken to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setPageTokenBytes(ByteString value)
public ListMembershipsRequest.Builder setPageTokenBytes(ByteString value) 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];
| Name | Description | 
| value | ByteStringThe bytes for pageToken to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setParent(String value)
public ListMembershipsRequest.Builder setParent(String value) Required. The parent (project and location) where the Memberships will be listed.
 Specified in the format projects/*/locations/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
| value | StringThe parent to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setParentBytes(ByteString value)
public ListMembershipsRequest.Builder setParentBytes(ByteString value) Required. The parent (project and location) where the Memberships will be listed.
 Specified in the format projects/*/locations/*.
 string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Name | Description | 
| value | ByteStringThe bytes for parent to set.  | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListMembershipsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| ListMembershipsRequest.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ListMembershipsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| ListMembershipsRequest.Builder |