@Generated(value="by gRPC proto compiler (version 1.10.0)", 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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterControllerGrpc.ClusterControllerBlockingStub
The ClusterControllerService provides methods to manage clusters
of Compute Engine instances.
|
static class |
ClusterControllerGrpc.ClusterControllerFutureStub
The ClusterControllerService provides methods to manage clusters
of Compute Engine instances.
|
static class |
ClusterControllerGrpc.ClusterControllerImplBase
The ClusterControllerService provides methods to manage clusters
of Compute Engine instances.
|
static class |
ClusterControllerGrpc.ClusterControllerStub
The ClusterControllerService provides methods to manage clusters
of Compute Engine instances.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> |
METHOD_CREATE_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> |
METHOD_DELETE_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<DiagnoseClusterRequest,com.google.longrunning.Operation> |
METHOD_DIAGNOSE_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> |
METHOD_GET_CLUSTER
Deprecated.
|
static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> |
METHOD_LIST_CLUSTERS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> |
METHOD_UPDATE_CLUSTER
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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<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 service
|
static ClusterControllerGrpc.ClusterControllerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary 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 String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> METHOD_CREATE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> METHOD_UPDATE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> METHOD_DELETE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetClusterRequest,Cluster> METHOD_GET_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> METHOD_LIST_CLUSTERS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DiagnoseClusterRequest,com.google.longrunning.Operation> METHOD_DIAGNOSE_CLUSTER
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> getUpdateClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> getDeleteClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DiagnoseClusterRequest,com.google.longrunning.Operation> getDiagnoseClusterMethod()
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()
Copyright © 2019 Google LLC. All rights reserved.