Interface ListAwsNodePoolsResponseOrBuilder (0.43.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
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.