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