Package com.google.cloud.dataproc.v1
Class AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceImplBase
- java.lang.Object
-
- com.google.cloud.dataproc.v1.AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceImplBase
-
- All Implemented Interfaces:
AutoscalingPolicyServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AutoscalingPolicyServiceGrpc
public abstract static class AutoscalingPolicyServiceGrpc.AutoscalingPolicyServiceImplBase extends Object implements io.grpc.BindableService, AutoscalingPolicyServiceGrpc.AsyncService
Base class for the server implementation of the service AutoscalingPolicyService.The API interface for managing autoscaling policies in the Dataproc API.
-
-
Constructor Summary
Constructors Constructor Description AutoscalingPolicyServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dataproc.v1.AutoscalingPolicyServiceGrpc.AsyncService
createAutoscalingPolicy, deleteAutoscalingPolicy, getAutoscalingPolicy, listAutoscalingPolicies, updateAutoscalingPolicy
-
-