@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.
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 String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
public static MethodDescriptor<StopClusterRequest,Operation> getStopClusterMethod()
public static MethodDescriptor<StartClusterRequest,Operation> getStartClusterMethod()
public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
public static MethodDescriptor<DiagnoseClusterRequest,Operation> getDiagnoseClusterMethod()
public static ClusterControllerGrpc.ClusterControllerStub newStub(Channel channel)
public static ClusterControllerGrpc.ClusterControllerBlockingStub newBlockingStub(Channel channel)
public static ClusterControllerGrpc.ClusterControllerFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.