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 Operation
ClusterManagerClient. 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 CreateNodePoolRequest
CreateNodePoolRequest.Builder. build()
CreateNodePoolRequest
CreateNodePoolRequest.Builder. buildPartial()
static CreateNodePoolRequest
CreateNodePoolRequest. getDefaultInstance()
CreateNodePoolRequest
CreateNodePoolRequest.Builder. getDefaultInstanceForType()
CreateNodePoolRequest
CreateNodePoolRequest. getDefaultInstanceForType()
static CreateNodePoolRequest
CreateNodePoolRequest. parseDelimitedFrom(InputStream input)
static CreateNodePoolRequest
CreateNodePoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(byte[] data)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(InputStream input)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNodePoolRequest
CreateNodePoolRequest. parseFrom(ByteBuffer data)
static CreateNodePoolRequest
CreateNodePoolRequest. 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 void
ClusterManagerGrpc.AsyncService. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Creates a node pool for a cluster.Operation
ClusterManagerGrpc.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.void
ClusterManagerGrpc.ClusterManagerStub. createNodePool(CreateNodePoolRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
Creates a node pool for a cluster.CreateNodePoolRequest.Builder
CreateNodePoolRequest.Builder. mergeFrom(CreateNodePoolRequest other)
static CreateNodePoolRequest.Builder
CreateNodePoolRequest. newBuilder(CreateNodePoolRequest prototype)
-