Package com.google.cloud.dataproc.v1
Class ClusterControllerGrpc
- java.lang.Object
-
- com.google.cloud.dataproc.v1.ClusterControllerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataproc/v1/clusters.proto") public final class ClusterControllerGrpc extends Object
The ClusterControllerService provides methods to manage clusters of Compute Engine instances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClusterControllerGrpc.AsyncService
The ClusterControllerService provides methods to manage clusters of Compute Engine instances.static class
ClusterControllerGrpc.ClusterControllerBlockingStub
A stub to allow clients to do synchronous rpc calls to service ClusterController.static class
ClusterControllerGrpc.ClusterControllerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ClusterController.static class
ClusterControllerGrpc.ClusterControllerImplBase
Base class for the server implementation of the service ClusterController.static class
ClusterControllerGrpc.ClusterControllerStub
A stub to allow clients to do asynchronous rpc calls to service ClusterController.
-
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(ClusterControllerGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation>
getCreateClusterMethod()
static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation>
getDeleteClusterMethod()
static io.grpc.MethodDescriptor<DiagnoseClusterRequest,com.google.longrunning.Operation>
getDiagnoseClusterMethod()
static io.grpc.MethodDescriptor<GetClusterRequest,Cluster>
getGetClusterMethod()
static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>
getListClustersMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<StartClusterRequest,com.google.longrunning.Operation>
getStartClusterMethod()
static io.grpc.MethodDescriptor<StopClusterRequest,com.google.longrunning.Operation>
getStopClusterMethod()
static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation>
getUpdateClusterMethod()
static ClusterControllerGrpc.ClusterControllerBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ClusterControllerGrpc.ClusterControllerFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ClusterControllerGrpc.ClusterControllerStub
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
-
getCreateClusterMethod
public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
-
getUpdateClusterMethod
public static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> getUpdateClusterMethod()
-
getStopClusterMethod
public static io.grpc.MethodDescriptor<StopClusterRequest,com.google.longrunning.Operation> getStopClusterMethod()
-
getStartClusterMethod
public static io.grpc.MethodDescriptor<StartClusterRequest,com.google.longrunning.Operation> getStartClusterMethod()
-
getDeleteClusterMethod
public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> getDeleteClusterMethod()
-
getGetClusterMethod
public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
-
getListClustersMethod
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
-
getDiagnoseClusterMethod
public static io.grpc.MethodDescriptor<DiagnoseClusterRequest,com.google.longrunning.Operation> getDiagnoseClusterMethod()
-
newStub
public static ClusterControllerGrpc.ClusterControllerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ClusterControllerGrpc.ClusterControllerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ClusterControllerGrpc.ClusterControllerFutureStub 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(ClusterControllerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-