Package com.google.container.v1beta1
Interface ListNodePoolsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNodePoolsResponse,ListNodePoolsResponse.Builder
public interface ListNodePoolsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodePoolgetNodePools(int index)A list of node pools for a cluster.intgetNodePoolsCount()A list of node pools for a cluster.List<NodePool>getNodePoolsList()A list of node pools for a cluster.NodePoolOrBuildergetNodePoolsOrBuilder(int index)A list of node pools for a cluster.List<? extends NodePoolOrBuilder>getNodePoolsOrBuilderList()A list of node pools for a cluster.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodePoolsList
List<NodePool> getNodePoolsList()
A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
-
getNodePools
NodePool getNodePools(int index)
A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
-
getNodePoolsCount
int getNodePoolsCount()
A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
-
getNodePoolsOrBuilderList
List<? extends NodePoolOrBuilder> getNodePoolsOrBuilderList()
A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
-
getNodePoolsOrBuilder
NodePoolOrBuilder getNodePoolsOrBuilder(int index)
A list of node pools for a cluster.
repeated .google.container.v1beta1.NodePool node_pools = 1;
-
-