Interface ListAzureClustersResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAzureClustersResponse
,ListAzureClustersResponse.Builder
public interface ListAzureClustersResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureCluster
getAzureClusters(int index)
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.int
getAzureClustersCount()
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.List<AzureCluster>
getAzureClustersList()
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.AzureClusterOrBuilder
getAzureClustersOrBuilder(int index)
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.List<? extends AzureClusterOrBuilder>
getAzureClustersOrBuilderList()
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.String
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteString
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAzureClustersList
List<AzureCluster> getAzureClustersList()
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
-
getAzureClusters
AzureCluster getAzureClusters(int index)
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
-
getAzureClustersCount
int getAzureClustersCount()
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
-
getAzureClustersOrBuilderList
List<? extends AzureClusterOrBuilder> getAzureClustersOrBuilderList()
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
-
getAzureClustersOrBuilder
AzureClusterOrBuilder getAzureClustersOrBuilder(int index)
A list of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureCluster azure_clusters = 1;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-
-