@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/dataproc/v1/clusters.proto")
public final class ClusterControllerGrpc
extends java.lang.Object
The ClusterControllerService provides methods to manage clusters of Google Compute Engine instances.
Modifier and Type | Class and Description |
---|---|
static class |
ClusterControllerGrpc.ClusterControllerBlockingStub
The ClusterControllerService provides methods to manage clusters
of Google Compute Engine instances.
|
static class |
ClusterControllerGrpc.ClusterControllerFutureStub
The ClusterControllerService provides methods to manage clusters
of Google Compute Engine instances.
|
static class |
ClusterControllerGrpc.ClusterControllerImplBase
The ClusterControllerService provides methods to manage clusters
of Google Compute Engine instances.
|
static class |
ClusterControllerGrpc.ClusterControllerStub
The ClusterControllerService provides methods to manage clusters
of Google Compute Engine instances.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CreateClusterRequest,Operation> |
METHOD_CREATE_CLUSTER |
static io.grpc.MethodDescriptor<DeleteClusterRequest,Operation> |
METHOD_DELETE_CLUSTER |
static io.grpc.MethodDescriptor<DiagnoseClusterRequest,Operation> |
METHOD_DIAGNOSE_CLUSTER |
static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> |
METHOD_GET_CLUSTER |
static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> |
METHOD_LIST_CLUSTERS |
static io.grpc.MethodDescriptor<UpdateClusterRequest,Operation> |
METHOD_UPDATE_CLUSTER |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ClusterControllerGrpc.ClusterControllerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ClusterControllerGrpc.ClusterControllerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static ClusterControllerGrpc.ClusterControllerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateClusterRequest,Operation> METHOD_CREATE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateClusterRequest,Operation> METHOD_UPDATE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteClusterRequest,Operation> METHOD_DELETE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetClusterRequest,Cluster> METHOD_GET_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> METHOD_LIST_CLUSTERS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DiagnoseClusterRequest,Operation> METHOD_DIAGNOSE_CLUSTER
public static ClusterControllerGrpc.ClusterControllerStub newStub(io.grpc.Channel channel)
public static ClusterControllerGrpc.ClusterControllerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ClusterControllerGrpc.ClusterControllerFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()