@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/dataproc/v1beta2/autoscaling_policies.proto") public final class AutoscalingPolicyServiceGrpc extends Object
The API interface for managing autoscaling policies in the Google Cloud Dataproc API.
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub
The API interface for managing autoscaling policies in the
Google Cloud Dataproc API.
|
static class |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub
The API interface for managing autoscaling policies in the
Google Cloud Dataproc API.
|
static class |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceImplBase
The API interface for managing autoscaling policies in the
Google Cloud Dataproc API.
|
static class |
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub
The API interface for managing autoscaling policies in the
Google Cloud Dataproc API.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateAutoscalingPolicyRequest,AutoscalingPolicy> |
METHOD_CREATE_AUTOSCALING_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteAutoscalingPolicyRequest,com.google.protobuf.Empty> |
METHOD_DELETE_AUTOSCALING_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<GetAutoscalingPolicyRequest,AutoscalingPolicy> |
METHOD_GET_AUTOSCALING_POLICY
Deprecated.
|
static io.grpc.MethodDescriptor<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse> |
METHOD_LIST_AUTOSCALING_POLICIES
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> |
METHOD_UPDATE_AUTOSCALING_POLICY
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateAutoscalingPolicyRequest,AutoscalingPolicy> |
getCreateAutoscalingPolicyMethod() |
static io.grpc.MethodDescriptor<DeleteAutoscalingPolicyRequest,com.google.protobuf.Empty> |
getDeleteAutoscalingPolicyMethod() |
static io.grpc.MethodDescriptor<GetAutoscalingPolicyRequest,AutoscalingPolicy> |
getGetAutoscalingPolicyMethod() |
static io.grpc.MethodDescriptor<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse> |
getListAutoscalingPoliciesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> |
getUpdateAutoscalingPolicyMethod() |
static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateAutoscalingPolicyRequest,AutoscalingPolicy> METHOD_CREATE_AUTOSCALING_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> METHOD_UPDATE_AUTOSCALING_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetAutoscalingPolicyRequest,AutoscalingPolicy> METHOD_GET_AUTOSCALING_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse> METHOD_LIST_AUTOSCALING_POLICIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteAutoscalingPolicyRequest,com.google.protobuf.Empty> METHOD_DELETE_AUTOSCALING_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateAutoscalingPolicyRequest,AutoscalingPolicy> getCreateAutoscalingPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> getUpdateAutoscalingPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetAutoscalingPolicyRequest,AutoscalingPolicy> getGetAutoscalingPolicyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse> getListAutoscalingPoliciesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteAutoscalingPolicyRequest,com.google.protobuf.Empty> getDeleteAutoscalingPolicyMethod()
public static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub newStub(io.grpc.Channel channel)
public static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.