public static final class ListAttachedClustersResponse.Builder extends GeneratedMessageV3.Builder<ListAttachedClustersResponse.Builder> implements ListAttachedClustersResponseOrBuilder
Response message for AttachedClusters.ListAttachedClusters
method.
Protobuf type google.cloud.gkemulticloud.v1.ListAttachedClustersResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllAttachedClusters(Iterable<? extends AttachedCluster> values)
public ListAttachedClustersResponse.Builder addAllAttachedClusters(Iterable<? extends AttachedCluster> values)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.gkemulticloud.v1.AttachedCluster>
|
addAttachedClusters(AttachedCluster value)
public ListAttachedClustersResponse.Builder addAttachedClusters(AttachedCluster value)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
addAttachedClusters(AttachedCluster.Builder builderForValue)
public ListAttachedClustersResponse.Builder addAttachedClusters(AttachedCluster.Builder builderForValue)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
addAttachedClusters(int index, AttachedCluster value)
public ListAttachedClustersResponse.Builder addAttachedClusters(int index, AttachedCluster value)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
addAttachedClusters(int index, AttachedCluster.Builder builderForValue)
public ListAttachedClustersResponse.Builder addAttachedClusters(int index, AttachedCluster.Builder builderForValue)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
addAttachedClustersBuilder()
public AttachedCluster.Builder addAttachedClustersBuilder()
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
addAttachedClustersBuilder(int index)
public AttachedCluster.Builder addAttachedClustersBuilder(int index)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAttachedClustersResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListAttachedClustersResponse build()
buildPartial()
public ListAttachedClustersResponse buildPartial()
clear()
public ListAttachedClustersResponse.Builder clear()
Overrides
clearAttachedClusters()
public ListAttachedClustersResponse.Builder clearAttachedClusters()
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
clearField(Descriptors.FieldDescriptor field)
public ListAttachedClustersResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListAttachedClustersResponse.Builder clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAttachedClustersResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListAttachedClustersResponse.Builder clone()
Overrides
getAttachedClusters(int index)
public AttachedCluster getAttachedClusters(int index)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
getAttachedClustersBuilder(int index)
public AttachedCluster.Builder getAttachedClustersBuilder(int index)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
getAttachedClustersBuilderList()
public List<AttachedCluster.Builder> getAttachedClustersBuilderList()
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
getAttachedClustersCount()
public int getAttachedClustersCount()
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Returns |
---|
Type | Description |
int | |
getAttachedClustersList()
public List<AttachedCluster> getAttachedClustersList()
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
getAttachedClustersOrBuilder(int index)
public AttachedClusterOrBuilder getAttachedClustersOrBuilder(int index)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
getAttachedClustersOrBuilderList()
public List<? extends AttachedClusterOrBuilder> getAttachedClustersOrBuilderList()
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.gkemulticloud.v1.AttachedClusterOrBuilder> | |
getDefaultInstanceForType()
public ListAttachedClustersResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListAttachedClustersResponse other)
public ListAttachedClustersResponse.Builder mergeFrom(ListAttachedClustersResponse other)
public ListAttachedClustersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListAttachedClustersResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAttachedClustersResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAttachedClusters(int index)
public ListAttachedClustersResponse.Builder removeAttachedClusters(int index)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
setAttachedClusters(int index, AttachedCluster value)
public ListAttachedClustersResponse.Builder setAttachedClusters(int index, AttachedCluster value)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
setAttachedClusters(int index, AttachedCluster.Builder builderForValue)
public ListAttachedClustersResponse.Builder setAttachedClusters(int index, AttachedCluster.Builder builderForValue)
A list of AttachedCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListAttachedClustersResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListAttachedClustersResponse.Builder setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no more
results in the list.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListAttachedClustersResponse.Builder setNextPageTokenBytes(ByteString value)
Token to retrieve the next page of results, or empty if there are no more
results in the list.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAttachedClustersResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAttachedClustersResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides