@Generated(value="by gapic-generator-java") public abstract class ClusterControllerStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
ClusterControllerStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
public OperationCallable<CreateClusterRequest,Cluster,ClusterOperationMetadata> createClusterOperationCallable()
public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
public OperationCallable<UpdateClusterRequest,Cluster,ClusterOperationMetadata> updateClusterOperationCallable()
public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
public OperationCallable<StopClusterRequest,Cluster,ClusterOperationMetadata> stopClusterOperationCallable()
public UnaryCallable<StopClusterRequest,Operation> stopClusterCallable()
public OperationCallable<StartClusterRequest,Cluster,ClusterOperationMetadata> startClusterOperationCallable()
public UnaryCallable<StartClusterRequest,Operation> startClusterCallable()
public OperationCallable<DeleteClusterRequest,Empty,ClusterOperationMetadata> deleteClusterOperationCallable()
public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
public UnaryCallable<ListClustersRequest,ClusterControllerClient.ListClustersPagedResponse> listClustersPagedCallable()
public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
public OperationCallable<DiagnoseClusterRequest,DiagnoseClusterResults,ClusterOperationMetadata> diagnoseClusterOperationCallable()
public UnaryCallable<DiagnoseClusterRequest,Operation> diagnoseClusterCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.