Uses of Class
com.google.container.v1.SetNodePoolAutoscalingRequest
-
Packages that use SetNodePoolAutoscalingRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of SetNodePoolAutoscalingRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 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 for the specified 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.v1 with parameters of type SetNodePoolAutoscalingRequest Modifier and Type Method Description OperationClusterManagerClient. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)Sets the autoscaling settings for the specified node pool. -
Uses of SetNodePoolAutoscalingRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.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.v1
Methods in com.google.container.v1 that return SetNodePoolAutoscalingRequest Modifier and Type Method Description SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest.Builder. build()SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest.Builder. buildPartial()static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. getDefaultInstance()SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest.Builder. getDefaultInstanceForType()SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. getDefaultInstanceForType()static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseDelimitedFrom(InputStream input)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(byte[] data)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(com.google.protobuf.ByteString data)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(InputStream input)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(ByteBuffer data)static SetNodePoolAutoscalingRequestSetNodePoolAutoscalingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 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.v1 with parameters of type SetNodePoolAutoscalingRequest Modifier and Type Method Description SetNodePoolAutoscalingRequest.BuilderSetNodePoolAutoscalingRequest.Builder. mergeFrom(SetNodePoolAutoscalingRequest other)static SetNodePoolAutoscalingRequest.BuilderSetNodePoolAutoscalingRequest. newBuilder(SetNodePoolAutoscalingRequest prototype)default voidClusterManagerGrpc.AsyncService. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the autoscaling settings for the specified node pool.OperationClusterManagerGrpc.ClusterManagerBlockingStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)Sets the autoscaling settings for the specified node pool.com.google.common.util.concurrent.ListenableFuture<Operation>ClusterManagerGrpc.ClusterManagerFutureStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)Sets the autoscaling settings for the specified node pool.voidClusterManagerGrpc.ClusterManagerStub. setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request, io.grpc.stub.StreamObserver<Operation> responseObserver)Sets the autoscaling settings for the specified node pool.
-