Uses of Class
com.google.container.v1beta1.NodePool
-
Packages that use NodePool Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of NodePool in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return NodePool Modifier and Type Method Description NodePool
ClusterManagerClient. getNodePool(GetNodePoolRequest request)
Retrieves the requested node pool.NodePool
ClusterManagerClient. getNodePool(String projectId, String zone, String clusterId, String nodePoolId)
Retrieves the requested node pool.Methods in com.google.cloud.container.v1beta1 that return types with arguments of type NodePool Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>
ClusterManagerClient. getNodePoolCallable()
Retrieves the requested node pool.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodePoolRequest,NodePool>
ClusterManagerSettings.Builder. getNodePoolSettings()
Returns the builder for the settings used for calls to getNodePool.com.google.api.gax.rpc.UnaryCallSettings<GetNodePoolRequest,NodePool>
ClusterManagerSettings. getNodePoolSettings()
Returns the object with the settings used for calls to getNodePool.Methods in com.google.cloud.container.v1beta1 with parameters of type NodePool Modifier and Type Method Description Operation
ClusterManagerClient. createNodePool(String projectId, String zone, String clusterId, NodePool nodePool)
Creates a node pool for a cluster. -
Uses of NodePool in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.stub that return types with arguments of type NodePool Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>
ClusterManagerStub. getNodePoolCallable()
com.google.api.gax.rpc.UnaryCallable<GetNodePoolRequest,NodePool>
GrpcClusterManagerStub. getNodePoolCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodePoolRequest,NodePool>
ClusterManagerStubSettings.Builder. getNodePoolSettings()
Returns the builder for the settings used for calls to getNodePool.com.google.api.gax.rpc.UnaryCallSettings<GetNodePoolRequest,NodePool>
ClusterManagerStubSettings. getNodePoolSettings()
Returns the object with the settings used for calls to getNodePool. -
Uses of NodePool in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return NodePool Modifier and Type Method Description NodePool
NodePool.Builder. build()
NodePool
NodePool.Builder. buildPartial()
static NodePool
NodePool. getDefaultInstance()
NodePool
NodePool.Builder. getDefaultInstanceForType()
NodePool
NodePool. getDefaultInstanceForType()
NodePool
ClusterManagerGrpc.ClusterManagerBlockingStub. getNodePool(GetNodePoolRequest request)
Retrieves the requested node pool.NodePool
CreateNodePoolRequest.Builder. getNodePool()
Required.NodePool
CreateNodePoolRequest. getNodePool()
Required.NodePool
CreateNodePoolRequestOrBuilder. getNodePool()
Required.NodePool
Cluster.Builder. getNodePools(int index)
The node pools associated with this cluster.NodePool
Cluster. getNodePools(int index)
The node pools associated with this cluster.NodePool
ClusterOrBuilder. getNodePools(int index)
The node pools associated with this cluster.NodePool
ListNodePoolsResponse.Builder. getNodePools(int index)
A list of node pools for a cluster.NodePool
ListNodePoolsResponse. getNodePools(int index)
A list of node pools for a cluster.NodePool
ListNodePoolsResponseOrBuilder. getNodePools(int index)
A list of node pools for a cluster.static NodePool
NodePool. parseDelimitedFrom(InputStream input)
static NodePool
NodePool. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool
NodePool. parseFrom(byte[] data)
static NodePool
NodePool. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool
NodePool. parseFrom(com.google.protobuf.ByteString data)
static NodePool
NodePool. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool
NodePool. parseFrom(com.google.protobuf.CodedInputStream input)
static NodePool
NodePool. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool
NodePool. parseFrom(InputStream input)
static NodePool
NodePool. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool
NodePool. parseFrom(ByteBuffer data)
static NodePool
NodePool. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type NodePool Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNodePoolRequest,NodePool>
ClusterManagerGrpc. getGetNodePoolMethod()
com.google.common.util.concurrent.ListenableFuture<NodePool>
ClusterManagerGrpc.ClusterManagerFutureStub. getNodePool(GetNodePoolRequest request)
Retrieves the requested node pool.List<NodePool>
Cluster.Builder. getNodePoolsList()
The node pools associated with this cluster.List<NodePool>
Cluster. getNodePoolsList()
The node pools associated with this cluster.List<NodePool>
ClusterOrBuilder. getNodePoolsList()
The node pools associated with this cluster.List<NodePool>
ListNodePoolsResponse.Builder. getNodePoolsList()
A list of node pools for a cluster.List<NodePool>
ListNodePoolsResponse. getNodePoolsList()
A list of node pools for a cluster.List<NodePool>
ListNodePoolsResponseOrBuilder. getNodePoolsList()
A list of node pools for a cluster.com.google.protobuf.Parser<NodePool>
NodePool. getParserForType()
static com.google.protobuf.Parser<NodePool>
NodePool. parser()
Methods in com.google.container.v1beta1 with parameters of type NodePool Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addNodePools(int index, NodePool value)
The node pools associated with this cluster.Cluster.Builder
Cluster.Builder. addNodePools(NodePool value)
The node pools associated with this cluster.ListNodePoolsResponse.Builder
ListNodePoolsResponse.Builder. addNodePools(int index, NodePool value)
A list of node pools for a cluster.ListNodePoolsResponse.Builder
ListNodePoolsResponse.Builder. addNodePools(NodePool value)
A list of node pools for a cluster.NodePool.Builder
NodePool.Builder. mergeFrom(NodePool other)
CreateNodePoolRequest.Builder
CreateNodePoolRequest.Builder. mergeNodePool(NodePool value)
Required.static NodePool.Builder
NodePool. newBuilder(NodePool prototype)
CreateNodePoolRequest.Builder
CreateNodePoolRequest.Builder. setNodePool(NodePool value)
Required.Cluster.Builder
Cluster.Builder. setNodePools(int index, NodePool value)
The node pools associated with this cluster.ListNodePoolsResponse.Builder
ListNodePoolsResponse.Builder. setNodePools(int index, NodePool value)
A list of node pools for a cluster.Method parameters in com.google.container.v1beta1 with type arguments of type NodePool Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addAllNodePools(Iterable<? extends NodePool> values)
The node pools associated with this cluster.ListNodePoolsResponse.Builder
ListNodePoolsResponse.Builder. addAllNodePools(Iterable<? extends NodePool> values)
A list of node pools for a cluster.default void
ClusterManagerGrpc.AsyncService. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)
Retrieves the requested node pool.void
ClusterManagerGrpc.ClusterManagerStub. getNodePool(GetNodePoolRequest request, io.grpc.stub.StreamObserver<NodePool> responseObserver)
Retrieves the requested node pool.
-