public interface ListNodePoolsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNodePools(int index)
public abstract NodePool getNodePools(int index)A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
| Name | Description |
index |
int |
| Type | Description |
NodePool |
getNodePoolsCount()
public abstract int getNodePoolsCount()A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
| Type | Description |
int |
getNodePoolsList()
public abstract List<NodePool> getNodePoolsList()A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
| Type | Description |
List<NodePool> |
getNodePoolsOrBuilder(int index)
public abstract NodePoolOrBuilder getNodePoolsOrBuilder(int index)A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
| Name | Description |
index |
int |
| Type | Description |
NodePoolOrBuilder |
getNodePoolsOrBuilderList()
public abstract List<? extends NodePoolOrBuilder> getNodePoolsOrBuilderList()A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
| Type | Description |
List<? extends com.google.container.v1beta1.NodePoolOrBuilder> |