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