public static final class ListAzureClustersResponse.Builder extends GeneratedMessageV3.Builder<ListAzureClustersResponse.Builder> implements ListAzureClustersResponseOrBuilder
Response message for AzureClusters.ListAzureClusters
method.
Protobuf type google.cloud.gkemulticloud.v1.ListAzureClustersResponse
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
addAllAzureClusters(Iterable<? extends AzureCluster> values)
public ListAzureClustersResponse.Builder addAllAzureClusters(Iterable<? extends AzureCluster> values)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.gkemulticloud.v1.AzureCluster>
|
addAzureClusters(AzureCluster value)
public ListAzureClustersResponse.Builder addAzureClusters(AzureCluster value)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
addAzureClusters(AzureCluster.Builder builderForValue)
public ListAzureClustersResponse.Builder addAzureClusters(AzureCluster.Builder builderForValue)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
addAzureClusters(int index, AzureCluster value)
public ListAzureClustersResponse.Builder addAzureClusters(int index, AzureCluster value)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
addAzureClusters(int index, AzureCluster.Builder builderForValue)
public ListAzureClustersResponse.Builder addAzureClusters(int index, AzureCluster.Builder builderForValue)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
addAzureClustersBuilder()
public AzureCluster.Builder addAzureClustersBuilder()
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
addAzureClustersBuilder(int index)
public AzureCluster.Builder addAzureClustersBuilder(int index)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAzureClustersResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListAzureClustersResponse build()
buildPartial()
public ListAzureClustersResponse buildPartial()
clear()
public ListAzureClustersResponse.Builder clear()
Overrides
clearAzureClusters()
public ListAzureClustersResponse.Builder clearAzureClusters()
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
clearField(Descriptors.FieldDescriptor field)
public ListAzureClustersResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListAzureClustersResponse.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 ListAzureClustersResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListAzureClustersResponse.Builder clone()
Overrides
getAzureClusters(int index)
public AzureCluster getAzureClusters(int index)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
getAzureClustersBuilder(int index)
public AzureCluster.Builder getAzureClustersBuilder(int index)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
getAzureClustersBuilderList()
public List<AzureCluster.Builder> getAzureClustersBuilderList()
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
getAzureClustersCount()
public int getAzureClustersCount()
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Returns |
---|
Type | Description |
int | |
getAzureClustersList()
public List<AzureCluster> getAzureClustersList()
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
getAzureClustersOrBuilder(int index)
public AzureClusterOrBuilder getAzureClustersOrBuilder(int index)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
getAzureClustersOrBuilderList()
public List<? extends AzureClusterOrBuilder> getAzureClustersOrBuilderList()
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.gkemulticloud.v1.AzureClusterOrBuilder> | |
getDefaultInstanceForType()
public ListAzureClustersResponse 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(ListAzureClustersResponse other)
public ListAzureClustersResponse.Builder mergeFrom(ListAzureClustersResponse other)
public ListAzureClustersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListAzureClustersResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAzureClustersResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAzureClusters(int index)
public ListAzureClustersResponse.Builder removeAzureClusters(int index)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
Parameter |
---|
Name | Description |
index | int
|
setAzureClusters(int index, AzureCluster value)
public ListAzureClustersResponse.Builder setAzureClusters(int index, AzureCluster value)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
setAzureClusters(int index, AzureCluster.Builder builderForValue)
public ListAzureClustersResponse.Builder setAzureClusters(int index, AzureCluster.Builder builderForValue)
A list of AzureCluster
resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListAzureClustersResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListAzureClustersResponse.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 ListAzureClustersResponse.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 ListAzureClustersResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAzureClustersResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides