Interface ListAwsNodePoolsResponseOrBuilder (0.39.0)

public interface ListAwsNodePoolsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAwsNodePools(int index)

public abstract AwsNodePool getAwsNodePools(int index)

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsNodePool

getAwsNodePoolsCount()

public abstract int getAwsNodePoolsCount()

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Returns
TypeDescription
int

getAwsNodePoolsList()

public abstract List<AwsNodePool> getAwsNodePoolsList()

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Returns
TypeDescription
List<AwsNodePool>

getAwsNodePoolsOrBuilder(int index)

public abstract AwsNodePoolOrBuilder getAwsNodePoolsOrBuilder(int index)

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AwsNodePoolOrBuilder

getAwsNodePoolsOrBuilderList()

public abstract List<? extends AwsNodePoolOrBuilder> getAwsNodePoolsOrBuilderList()

A list of AwsNodePool resources in the specified AwsCluster.

repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;

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

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.