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 OperationClusterManagerClient. 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 SetNodePoolSizeRequestSetNodePoolSizeRequest.Builder. build()SetNodePoolSizeRequestSetNodePoolSizeRequest.Builder. buildPartial()static SetNodePoolSizeRequestSetNodePoolSizeRequest. getDefaultInstance()SetNodePoolSizeRequestSetNodePoolSizeRequest.Builder. getDefaultInstanceForType()SetNodePoolSizeRequestSetNodePoolSizeRequest. getDefaultInstanceForType()static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseDelimitedFrom(InputStream input)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(byte[] data)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(com.google.protobuf.ByteString data)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(InputStream input)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolSizeRequestSetNodePoolSizeRequest. parseFrom(ByteBuffer data)static SetNodePoolSizeRequestSetNodePoolSizeRequest. 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.BuilderSetNodePoolSizeRequest.Builder. mergeFrom(SetNodePoolSizeRequest other)static SetNodePoolSizeRequest.BuilderSetNodePoolSizeRequest. newBuilder(SetNodePoolSizeRequest prototype)default voidClusterManagerGrpc.AsyncService. setNodePoolSize(SetNodePoolSizeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the size for a specific node pool.OperationClusterManagerGrpc.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.voidClusterManagerGrpc.ClusterManagerStub. setNodePoolSize(SetNodePoolSizeRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the size for a specific node pool.
-