Interface ListAwsClustersResponseOrBuilder (0.41.0)

public interface ListAwsClustersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAwsClusters(int index)

public abstract AwsCluster getAwsClusters(int index)

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsCluster

getAwsClustersCount()

public abstract int getAwsClustersCount()

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Returns
TypeDescription
int

getAwsClustersList()

public abstract List<AwsCluster> getAwsClustersList()

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Returns
TypeDescription
List<AwsCluster>

getAwsClustersOrBuilder(int index)

public abstract AwsClusterOrBuilder getAwsClustersOrBuilder(int index)

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsClusterOrBuilder

getAwsClustersOrBuilderList()

public abstract List<? extends AwsClusterOrBuilder> getAwsClustersOrBuilderList()

A list of AwsCluster resources in the specified Google Cloud Platform project and region region.

repeated .google.cloud.gkemulticloud.v1.AwsCluster aws_clusters = 1;

Returns
TypeDescription
List<? extends com.google.cloud.gkemulticloud.v1.AwsClusterOrBuilder>

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.