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 |
---|---|
UnaryCallable<CreateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceClient.createAutoscalingPolicyCallable()
Creates new autoscaling policy.
|
UnaryCallSettings<CreateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceSettings.createAutoscalingPolicySettings()
Returns the object with the settings used for calls to createAutoscalingPolicy.
|
UnaryCallSettings.Builder<CreateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceSettings.Builder.createAutoscalingPolicySettings()
Returns the builder for the settings used for calls to createAutoscalingPolicy.
|
static MethodDescriptor<CreateAutoscalingPolicyRequest,AutoscalingPolicy> |
AutoscalingPolicyServiceGrpc.getCreateAutoscalingPolicyMethod() |
Parser<CreateAutoscalingPolicyRequest> |
CreateAutoscalingPolicyRequest.getParserForType() |
static Parser<CreateAutoscalingPolicyRequest> |
CreateAutoscalingPolicyRequest.parser() |
Modifier and Type | Method and Description |
---|---|
AutoscalingPolicy |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub.createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)
Creates new autoscaling policy.
|
com.google.common.util.concurrent.ListenableFuture<AutoscalingPolicy> |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub.createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)
Creates new autoscaling policy.
|
AutoscalingPolicy |
AutoscalingPolicyServiceClient.createAutoscalingPolicy(CreateAutoscalingPolicyRequest request)
Creates new autoscaling policy.
|
void |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceImplBase.createAutoscalingPolicy(CreateAutoscalingPolicyRequest request,
StreamObserver<AutoscalingPolicy> responseObserver)
Creates new autoscaling policy.
|
void |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub.createAutoscalingPolicy(CreateAutoscalingPolicyRequest request,
StreamObserver<AutoscalingPolicy> responseObserver)
Creates new autoscaling policy.
|
CreateAutoscalingPolicyRequest.Builder |
CreateAutoscalingPolicyRequest.Builder.mergeFrom(CreateAutoscalingPolicyRequest other) |
static CreateAutoscalingPolicyRequest.Builder |
CreateAutoscalingPolicyRequest.newBuilder(CreateAutoscalingPolicyRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.