Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.dataproc.v1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<UpdateAutoscalingPolicyRequest> |
UpdateAutoscalingPolicyRequest.getParserForType() |
static MethodDescriptor<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceGrpc.getUpdateAutoscalingPolicyMethod() |
static Parser<UpdateAutoscalingPolicyRequest> |
UpdateAutoscalingPolicyRequest.parser() |
UnaryCallable<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceClient.updateAutoscalingPolicyCallable()
Updates (replaces) autoscaling policy.
|
UnaryCallSettings<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceSettings.updateAutoscalingPolicySettings()
Returns the object with the settings used for calls to updateAutoscalingPolicy.
|
UnaryCallSettings.Builder<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceSettings.Builder.updateAutoscalingPolicySettings()
Returns the builder for the settings used for calls to updateAutoscalingPolicy.
|
Modifier and Type | Method and Description |
---|---|
UpdateAutoscalingPolicyRequest.Builder |
UpdateAutoscalingPolicyRequest.Builder.mergeFrom(UpdateAutoscalingPolicyRequest other) |
static UpdateAutoscalingPolicyRequest.Builder |
UpdateAutoscalingPolicyRequest.newBuilder(UpdateAutoscalingPolicyRequest prototype) |
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.
|
AutoscalingPolicy |
AutoscalingPolicyServiceClient.updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request)
Updates (replaces) autoscaling policy.
|
void |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceImplBase.updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request,
StreamObserver<AutoscalingPolicy> responseObserver)
Updates (replaces) autoscaling policy.
|
void |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub.updateAutoscalingPolicy(UpdateAutoscalingPolicyRequest request,
StreamObserver<AutoscalingPolicy> responseObserver)
Updates (replaces) autoscaling policy.
|
Copyright © 2022 Google LLC. All rights reserved.