Class AwsClustersStub (0.10.0)

See more code actions.
public abstract class AwsClustersStub implements BackgroundResource

Base stub class for the AwsClusters service API.

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

java.lang.Object > AwsClustersStub
BackgroundResource

Constructors

AwsClustersStub()

public AwsClustersStub()

Methods

close()

public abstract void close()

createAwsClusterCallable()

public UnaryCallable<CreateAwsClusterRequest,Operation> createAwsClusterCallable()
Returns

createAwsClusterOperationCallable()

public OperationCallable<CreateAwsClusterRequest,AwsCluster,OperationMetadata> createAwsClusterOperationCallable()
Returns

createAwsNodePoolCallable()

public UnaryCallable<CreateAwsNodePoolRequest,Operation> createAwsNodePoolCallable()
Returns

createAwsNodePoolOperationCallable()

public OperationCallable<CreateAwsNodePoolRequest,AwsNodePool,OperationMetadata> createAwsNodePoolOperationCallable()
Returns

deleteAwsClusterCallable()

public UnaryCallable<DeleteAwsClusterRequest,Operation> deleteAwsClusterCallable()
Returns

deleteAwsClusterOperationCallable()

public OperationCallable<DeleteAwsClusterRequest,Empty,OperationMetadata> deleteAwsClusterOperationCallable()
Returns

deleteAwsNodePoolCallable()

public UnaryCallable<DeleteAwsNodePoolRequest,Operation> deleteAwsNodePoolCallable()
Returns

deleteAwsNodePoolOperationCallable()

public OperationCallable<DeleteAwsNodePoolRequest,Empty,OperationMetadata> deleteAwsNodePoolOperationCallable()
Returns

generateAwsAccessTokenCallable()

public UnaryCallable<GenerateAwsAccessTokenRequest,GenerateAwsAccessTokenResponse> generateAwsAccessTokenCallable()
Returns

getAwsClusterCallable()

public UnaryCallable<GetAwsClusterRequest,AwsCluster> getAwsClusterCallable()
Returns

getAwsNodePoolCallable()

public UnaryCallable<GetAwsNodePoolRequest,AwsNodePool> getAwsNodePoolCallable()
Returns

getAwsServerConfigCallable()

public UnaryCallable<GetAwsServerConfigRequest,AwsServerConfig> getAwsServerConfigCallable()
Returns

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listAwsClustersCallable()

public UnaryCallable<ListAwsClustersRequest,ListAwsClustersResponse> listAwsClustersCallable()
Returns

listAwsClustersPagedCallable()

public UnaryCallable<ListAwsClustersRequest,AwsClustersClient.ListAwsClustersPagedResponse> listAwsClustersPagedCallable()
Returns

listAwsNodePoolsCallable()

public UnaryCallable<ListAwsNodePoolsRequest,ListAwsNodePoolsResponse> listAwsNodePoolsCallable()
Returns

listAwsNodePoolsPagedCallable()

public UnaryCallable<ListAwsNodePoolsRequest,AwsClustersClient.ListAwsNodePoolsPagedResponse> listAwsNodePoolsPagedCallable()
Returns

updateAwsClusterCallable()

public UnaryCallable<UpdateAwsClusterRequest,Operation> updateAwsClusterCallable()
Returns

updateAwsClusterOperationCallable()

public OperationCallable<UpdateAwsClusterRequest,AwsCluster,OperationMetadata> updateAwsClusterOperationCallable()
Returns

updateAwsNodePoolCallable()

public UnaryCallable<UpdateAwsNodePoolRequest,Operation> updateAwsNodePoolCallable()
Returns

updateAwsNodePoolOperationCallable()

public OperationCallable<UpdateAwsNodePoolRequest,AwsNodePool,OperationMetadata> updateAwsNodePoolOperationCallable()
Returns