Uses of Class
com.google.cloud.dataproc.v1.UpdateAutoscalingPolicyRequest
-
Packages that use UpdateAutoscalingPolicyRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of UpdateAutoscalingPolicyRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return UpdateAutoscalingPolicyRequest Modifier and Type Method Description UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest.Builder. build()
UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest.Builder. buildPartial()
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. getDefaultInstance()
UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest.Builder. getDefaultInstanceForType()
UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. getDefaultInstanceForType()
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(byte[] data)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(InputStream input)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(ByteBuffer data)
static UpdateAutoscalingPolicyRequest
UpdateAutoscalingPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type UpdateAutoscalingPolicyRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateAutoscalingPolicyRequest>
UpdateAutoscalingPolicyRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
AutoscalingPolicyServiceGrpc. getUpdateAutoscalingPolicyMethod()
static com.google.protobuf.Parser<UpdateAutoscalingPolicyRequest>
UpdateAutoscalingPolicyRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
AutoscalingPolicyServiceClient. updateAutoscalingPolicyCallable()
Updates (replaces) autoscaling policy.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
AutoscalingPolicyServiceSettings.Builder. updateAutoscalingPolicySettings()
Returns the builder for the settings used for calls to updateAutoscalingPolicy.com.google.api.gax.rpc.UnaryCallSettings<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
AutoscalingPolicyServiceSettings. updateAutoscalingPolicySettings()
Returns the object with the settings used for calls to updateAutoscalingPolicy.Methods in com.google.cloud.dataproc.v1 with parameters of type UpdateAutoscalingPolicyRequest Modifier and Type Method Description UpdateAutoscalingPolicyRequest.Builder
UpdateAutoscalingPolicyRequest.Builder. mergeFrom(UpdateAutoscalingPolicyRequest other)
static UpdateAutoscalingPolicyRequest.Builder
UpdateAutoscalingPolicyRequest. newBuilder(UpdateAutoscalingPolicyRequest prototype)
AutoscalingPolicy
AutoscalingPolicyServiceClient. updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request)
Updates (replaces) autoscaling policy.default void
AutoscalingPolicyServiceGrpc.AsyncService. updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)
Updates (replaces) autoscaling policy.AutoscalingPolicy
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub. updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request)
Updates (replaces) autoscaling policy.com.google.common.util.concurrent.ListenableFuture<AutoscalingPolicy>
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub. updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request)
Updates (replaces) autoscaling policy.void
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub. updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request, io.grpc.stub.StreamObserver<AutoscalingPolicy> responseObserver)
Updates (replaces) autoscaling policy. -
Uses of UpdateAutoscalingPolicyRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type UpdateAutoscalingPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
AutoscalingPolicyServiceStub. updateAutoscalingPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
GrpcAutoscalingPolicyServiceStub. updateAutoscalingPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
HttpJsonAutoscalingPolicyServiceStub. updateAutoscalingPolicyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
AutoscalingPolicyServiceStubSettings.Builder. updateAutoscalingPolicySettings()
Returns the builder for the settings used for calls to updateAutoscalingPolicy.com.google.api.gax.rpc.UnaryCallSettings<UpdateAutoscalingPolicyRequest,AutoscalingPolicy>
AutoscalingPolicyServiceStubSettings. updateAutoscalingPolicySettings()
Returns the object with the settings used for calls to updateAutoscalingPolicy.
-