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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.