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