Class ClusterControllerStub (3.1.2)

public abstract class ClusterControllerStub implements BackgroundResource

Base stub class for the ClusterController service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ClusterControllerStub

Implements

BackgroundResource

Constructors

ClusterControllerStub()

public ClusterControllerStub()

Methods

close()

public abstract void close()

createClusterCallable()

public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns
TypeDescription
UnaryCallable<CreateClusterRequest,Operation>

createClusterOperationCallable()

public OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata> createClusterOperationCallable()
Returns
TypeDescription
OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata>

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns
TypeDescription
UnaryCallable<DeleteClusterRequest,Operation>

deleteClusterOperationCallable()

public OperationCallable<DeleteClusterRequest,Empty,ClusterOperationMetadata> deleteClusterOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteClusterRequest,Empty,ClusterOperationMetadata>

diagnoseClusterCallable()

public UnaryCallable<DiagnoseClusterRequest,Operation> diagnoseClusterCallable()
Returns
TypeDescription
UnaryCallable<DiagnoseClusterRequest,Operation>

diagnoseClusterOperationCallable()

public OperationCallable<DiagnoseClusterRequest,DiagnoseClusterResults,ClusterOperationMetadata> diagnoseClusterOperationCallable()
Returns
TypeDescription
OperationCallable<DiagnoseClusterRequest,DiagnoseClusterResults,ClusterOperationMetadata>

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
TypeDescription
UnaryCallable<GetClusterRequest,Cluster>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersResponse>

listClustersPagedCallable()

public UnaryCallable<ListClustersRequest,ClusterControllerClient.ListClustersPagedResponse> listClustersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListClustersRequest,ListClustersPagedResponse>

startClusterCallable()

public UnaryCallable<StartClusterRequest,Operation> startClusterCallable()
Returns
TypeDescription
UnaryCallable<StartClusterRequest,Operation>

startClusterOperationCallable()

public OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata> startClusterOperationCallable()
Returns
TypeDescription
OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata>

stopClusterCallable()

public UnaryCallable<StopClusterRequest,Operation> stopClusterCallable()
Returns
TypeDescription
UnaryCallable<StopClusterRequest,Operation>

stopClusterOperationCallable()

public OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata> stopClusterOperationCallable()
Returns
TypeDescription
OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata>

updateClusterCallable()

public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns
TypeDescription
UnaryCallable<UpdateClusterRequest,Operation>

updateClusterOperationCallable()

public OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata> updateClusterOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata>