Uses of Class
com.google.container.v1.CreateNodePoolRequest
-
Packages that use CreateNodePoolRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of CreateNodePoolRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type CreateNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNodePoolRequest,Operation>ClusterManagerClient. createNodePoolCallable()Creates a node pool for a cluster.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodePoolRequest,Operation>ClusterManagerSettings.Builder. createNodePoolSettings()Returns the builder for the settings used for calls to createNodePool.com.google.api.gax.rpc.UnaryCallSettings<CreateNodePoolRequest,Operation>ClusterManagerSettings. createNodePoolSettings()Returns the object with the settings used for calls to createNodePool.Methods in com.google.cloud.container.v1 with parameters of type CreateNodePoolRequest Modifier and Type Method Description OperationClusterManagerClient. createNodePool(CreateNodePoolRequest request)Creates a node pool for a cluster. -
Uses of CreateNodePoolRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type CreateNodePoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNodePoolRequest,Operation>ClusterManagerStub. createNodePoolCallable()com.google.api.gax.rpc.UnaryCallable<CreateNodePoolRequest,Operation>GrpcClusterManagerStub. createNodePoolCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodePoolRequest,Operation>ClusterManagerStubSettings.Builder. createNodePoolSettings()Returns the builder for the settings used for calls to createNodePool.com.google.api.gax.rpc.UnaryCallSettings<CreateNodePoolRequest,Operation>ClusterManagerStubSettings. createNodePoolSettings()Returns the object with the settings used for calls to createNodePool. -
Uses of CreateNodePoolRequest in com.google.container.v1
Methods in com.google.container.v1 that return CreateNodePoolRequest Modifier and Type Method Description CreateNodePoolRequestCreateNodePoolRequest.Builder. build()CreateNodePoolRequestCreateNodePoolRequest.Builder. buildPartial()static CreateNodePoolRequestCreateNodePoolRequest. getDefaultInstance()CreateNodePoolRequestCreateNodePoolRequest.Builder. getDefaultInstanceForType()CreateNodePoolRequestCreateNodePoolRequest. getDefaultInstanceForType()static CreateNodePoolRequestCreateNodePoolRequest. parseDelimitedFrom(InputStream input)static CreateNodePoolRequestCreateNodePoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(byte[] data)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(InputStream input)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(ByteBuffer data)static CreateNodePoolRequestCreateNodePoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 that return types with arguments of type CreateNodePoolRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateNodePoolRequest,Operation>ClusterManagerGrpc. getCreateNodePoolMethod()com.google.protobuf.Parser<CreateNodePoolRequest>CreateNodePoolRequest. getParserForType()static com.google.protobuf.Parser<CreateNodePoolRequest>CreateNodePoolRequest. parser()Methods in com.google.container.v1 with parameters of type CreateNodePoolRequest Modifier and Type Method Description default voidClusterManagerGrpc.AsyncService. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Creates a node pool for a cluster.OperationClusterManagerGrpc.ClusterManagerBlockingStub. createNodePool(CreateNodePoolRequest request)Creates a node pool for a cluster.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. createNodePool(CreateNodePoolRequest request)Creates a node pool for a cluster.voidClusterManagerGrpc.ClusterManagerStub. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Creates a node pool for a cluster.CreateNodePoolRequest.BuilderCreateNodePoolRequest.Builder. mergeFrom(CreateNodePoolRequest other)static CreateNodePoolRequest.BuilderCreateNodePoolRequest. newBuilder(CreateNodePoolRequest prototype)
-