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