Class HttpJsonAttachedClustersStub (0.41.0)

public class HttpJsonAttachedClustersStub extends AttachedClustersStub

REST stub implementation for the AttachedClusters service API.

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

Inheritance

java.lang.Object > AttachedClustersStub > HttpJsonAttachedClustersStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonAttachedClustersStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonAttachedClustersStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonAttachedClustersStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonAttachedClustersStub
Exceptions
Type Description
IOException

create(AttachedClustersStubSettings settings)

public static final HttpJsonAttachedClustersStub create(AttachedClustersStubSettings settings)
Parameter
Name Description
settings AttachedClustersStubSettings
Returns
Type Description
HttpJsonAttachedClustersStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext)

protected HttpJsonAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonAttachedClustersStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings AttachedClustersStubSettings
clientContext ClientContext

HttpJsonAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonAttachedClustersStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings AttachedClustersStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createAttachedClusterCallable()

public UnaryCallable<CreateAttachedClusterRequest,Operation> createAttachedClusterCallable()
Returns
Type Description
UnaryCallable<CreateAttachedClusterRequest,Operation>
Overrides

createAttachedClusterOperationCallable()

public OperationCallable<CreateAttachedClusterRequest,AttachedCluster,OperationMetadata> createAttachedClusterOperationCallable()
Returns
Type Description
OperationCallable<CreateAttachedClusterRequest,AttachedCluster,OperationMetadata>
Overrides

deleteAttachedClusterCallable()

public UnaryCallable<DeleteAttachedClusterRequest,Operation> deleteAttachedClusterCallable()
Returns
Type Description
UnaryCallable<DeleteAttachedClusterRequest,Operation>
Overrides

deleteAttachedClusterOperationCallable()

public OperationCallable<DeleteAttachedClusterRequest,Empty,OperationMetadata> deleteAttachedClusterOperationCallable()
Returns
Type Description
OperationCallable<DeleteAttachedClusterRequest,Empty,OperationMetadata>
Overrides

generateAttachedClusterAgentTokenCallable()

public UnaryCallable<GenerateAttachedClusterAgentTokenRequest,GenerateAttachedClusterAgentTokenResponse> generateAttachedClusterAgentTokenCallable()
Returns
Type Description
UnaryCallable<GenerateAttachedClusterAgentTokenRequest,GenerateAttachedClusterAgentTokenResponse>
Overrides

generateAttachedClusterInstallManifestCallable()

public UnaryCallable<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse> generateAttachedClusterInstallManifestCallable()
Returns
Type Description
UnaryCallable<GenerateAttachedClusterInstallManifestRequest,GenerateAttachedClusterInstallManifestResponse>
Overrides

getAttachedClusterCallable()

public UnaryCallable<GetAttachedClusterRequest,AttachedCluster> getAttachedClusterCallable()
Returns
Type Description
UnaryCallable<GetAttachedClusterRequest,AttachedCluster>
Overrides

getAttachedServerConfigCallable()

public UnaryCallable<GetAttachedServerConfigRequest,AttachedServerConfig> getAttachedServerConfigCallable()
Returns
Type Description
UnaryCallable<GetAttachedServerConfigRequest,AttachedServerConfig>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
Type Description
HttpJsonOperationsStub
Overrides

importAttachedClusterCallable()

public UnaryCallable<ImportAttachedClusterRequest,Operation> importAttachedClusterCallable()
Returns
Type Description
UnaryCallable<ImportAttachedClusterRequest,Operation>
Overrides

importAttachedClusterOperationCallable()

public OperationCallable<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata> importAttachedClusterOperationCallable()
Returns
Type Description
OperationCallable<ImportAttachedClusterRequest,AttachedCluster,OperationMetadata>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listAttachedClustersCallable()

public UnaryCallable<ListAttachedClustersRequest,ListAttachedClustersResponse> listAttachedClustersCallable()
Returns
Type Description
UnaryCallable<ListAttachedClustersRequest,ListAttachedClustersResponse>
Overrides

listAttachedClustersPagedCallable()

public UnaryCallable<ListAttachedClustersRequest,AttachedClustersClient.ListAttachedClustersPagedResponse> listAttachedClustersPagedCallable()
Returns
Type Description
UnaryCallable<ListAttachedClustersRequest,ListAttachedClustersPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateAttachedClusterCallable()

public UnaryCallable<UpdateAttachedClusterRequest,Operation> updateAttachedClusterCallable()
Returns
Type Description
UnaryCallable<UpdateAttachedClusterRequest,Operation>
Overrides

updateAttachedClusterOperationCallable()

public OperationCallable<UpdateAttachedClusterRequest,AttachedCluster,OperationMetadata> updateAttachedClusterOperationCallable()
Returns
Type Description
OperationCallable<UpdateAttachedClusterRequest,AttachedCluster,OperationMetadata>
Overrides