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