Interface ListAzureClustersResponseOrBuilder (0.41.0)

public interface ListAzureClustersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAzureClusters(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
AzureCluster

getAzureClustersCount()

public abstract 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
TypeDescription
int

getAzureClustersList()

public abstract 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;

Returns
TypeDescription
List<AzureCluster>

getAzureClustersOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
AzureClusterOrBuilder

getAzureClustersOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.gkemulticloud.v1.AzureClusterOrBuilder>

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.