Interface ListNodePoolsResponseOrBuilder (2.46.0)

public interface ListNodePoolsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodePools(int index)

public abstract NodePool getNodePools(int index)

A list of node pools for a cluster.

repeated .google.container.v1.NodePool node_pools = 1;

Parameter
Name Description
index int
Returns
Type Description
NodePool

getNodePoolsCount()

public abstract int getNodePoolsCount()

A list of node pools for a cluster.

repeated .google.container.v1.NodePool node_pools = 1;

Returns
Type Description
int

getNodePoolsList()

public abstract List<NodePool> getNodePoolsList()

A list of node pools for a cluster.

repeated .google.container.v1.NodePool node_pools = 1;

Returns
Type Description
List<NodePool>

getNodePoolsOrBuilder(int index)

public abstract NodePoolOrBuilder getNodePoolsOrBuilder(int index)

A list of node pools for a cluster.

repeated .google.container.v1.NodePool node_pools = 1;

Parameter
Name Description
index int
Returns
Type Description
NodePoolOrBuilder

getNodePoolsOrBuilderList()

public abstract List<? extends NodePoolOrBuilder> getNodePoolsOrBuilderList()

A list of node pools for a cluster.

repeated .google.container.v1.NodePool node_pools = 1;

Returns
Type Description
List<? extends com.google.container.v1.NodePoolOrBuilder>