Uses of Class
com.google.container.v1beta1.SetNodePoolSizeRequest
-
Packages that use SetNodePoolSizeRequest Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub com.google.container.v1beta1 -
-
Uses of SetNodePoolSizeRequest in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return types with arguments of type SetNodePoolSizeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetNodePoolSizeRequest,Operation>
ClusterManagerClient. setNodePoolSizeCallable()
SetNodePoolSizeRequest sets the size of a 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.v1beta1 with parameters of type SetNodePoolSizeRequest Modifier and Type Method Description Operation
ClusterManagerClient. setNodePoolSize(SetNodePoolSizeRequest request)
SetNodePoolSizeRequest sets the size of a node pool. -
Uses of SetNodePoolSizeRequest in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.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.v1beta1
Methods in com.google.container.v1beta1 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.v1beta1 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.v1beta1 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)
SetNodePoolSizeRequest sets the size of a node pool.Operation
ClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolSize(SetNodePoolSizeRequest request)
SetNodePoolSizeRequest sets the size of a node pool.com.google.common.util.concurrent.ListenableFuture<Operation>
ClusterManagerGrpc.ClusterManagerFutureStub. setNodePoolSize(SetNodePoolSizeRequest request)
SetNodePoolSizeRequest sets the size of a node pool.void
ClusterManagerGrpc.ClusterManagerStub. setNodePoolSize(SetNodePoolSizeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)
SetNodePoolSizeRequest sets the size of a node pool.
-