Package com.google.cloud.dataproc.v1
Class AutoscalingPolicyServiceGrpc
- java.lang.Object
-
- com.google.cloud.dataproc.v1.AutoscalingPolicyServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataproc/v1/autoscaling_policies.proto") public final class AutoscalingPolicyServiceGrpc extends Object
The API interface for managing autoscaling policies in the Dataproc API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AutoscalingPolicyServiceGrpc.AsyncService
The API interface for managing autoscaling policies in the Dataproc API.static class
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service AutoscalingPolicyService.static class
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service AutoscalingPolicyService.static class
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceImplBase
Base class for the server implementation of the service AutoscalingPolicyService.static class
AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub
A stub to allow clients to do asynchronous rpc calls to service AutoscalingPolicyService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(AutoscalingPolicyServiceGrpc.AsyncService service)
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 servicestatic AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateAutoscalingPolicyMethod
public static io.grpc.MethodDescriptor<CreateAutoscalingPolicyRequest,AutoscalingPolicy> getCreateAutoscalingPolicyMethod()
-
getUpdateAutoscalingPolicyMethod
public static io.grpc.MethodDescriptor<UpdateAutoscalingPolicyRequest,AutoscalingPolicy> getUpdateAutoscalingPolicyMethod()
-
getGetAutoscalingPolicyMethod
public static io.grpc.MethodDescriptor<GetAutoscalingPolicyRequest,AutoscalingPolicy> getGetAutoscalingPolicyMethod()
-
getListAutoscalingPoliciesMethod
public static io.grpc.MethodDescriptor<ListAutoscalingPoliciesRequest,ListAutoscalingPoliciesResponse> getListAutoscalingPoliciesMethod()
-
getDeleteAutoscalingPolicyMethod
public static io.grpc.MethodDescriptor<DeleteAutoscalingPolicyRequest,com.google.protobuf.Empty> getDeleteAutoscalingPolicyMethod()
-
newStub
public static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AutoscalingPolicyServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-