Interface ListAzureNodePoolsResponseOrBuilder (0.40.0)

public interface ListAzureNodePoolsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAzureNodePools(int index)

public abstract AzureNodePool getAzureNodePools(int index)

A list of AzureNodePool resources in the specified AzureCluster.

repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AzureNodePool

getAzureNodePoolsCount()

public abstract int getAzureNodePoolsCount()

A list of AzureNodePool resources in the specified AzureCluster.

repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;

Returns
TypeDescription
int

getAzureNodePoolsList()

public abstract List<AzureNodePool> getAzureNodePoolsList()

A list of AzureNodePool resources in the specified AzureCluster.

repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;

Returns
TypeDescription
List<AzureNodePool>

getAzureNodePoolsOrBuilder(int index)

public abstract AzureNodePoolOrBuilder getAzureNodePoolsOrBuilder(int index)

A list of AzureNodePool resources in the specified AzureCluster.

repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AzureNodePoolOrBuilder

getAzureNodePoolsOrBuilderList()

public abstract List<? extends AzureNodePoolOrBuilder> getAzureNodePoolsOrBuilderList()

A list of AzureNodePool resources in the specified AzureCluster.

repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;

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

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.