Class ClusterControllerStub (4.40.0)

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
Type Description
UnaryCallable<CreateClusterRequest,Operation>

createClusterOperationCallable()

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

deleteClusterCallable()

public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns
Type Description
UnaryCallable<DeleteClusterRequest,Operation>

deleteClusterOperationCallable()

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

diagnoseClusterCallable()

public UnaryCallable<DiagnoseClusterRequest,Operation> diagnoseClusterCallable()
Returns
Type Description
UnaryCallable<DiagnoseClusterRequest,Operation>

diagnoseClusterOperationCallable()

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

getClusterCallable()

public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns
Type Description
UnaryCallable<GetClusterRequest,Cluster>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listClustersCallable()

public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns
Type Description
UnaryCallable<ListClustersRequest,ListClustersResponse>

listClustersPagedCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

startClusterCallable()

public UnaryCallable<StartClusterRequest,Operation> startClusterCallable()
Returns
Type Description
UnaryCallable<StartClusterRequest,Operation>

startClusterOperationCallable()

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

stopClusterCallable()

public UnaryCallable<StopClusterRequest,Operation> stopClusterCallable()
Returns
Type Description
UnaryCallable<StopClusterRequest,Operation>

stopClusterOperationCallable()

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

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateClusterCallable()

public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns
Type Description
UnaryCallable<UpdateClusterRequest,Operation>

updateClusterOperationCallable()

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