Class HttpJsonAttachedClustersStub (0.40.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
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonAttachedClustersStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonAttachedClustersStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonAttachedClustersStub
Exceptions
TypeDescription
IOException

create(AttachedClustersStubSettings settings)

public static final HttpJsonAttachedClustersStub create(AttachedClustersStubSettings settings)
Parameter
NameDescription
settingsAttachedClustersStubSettings
Returns
TypeDescription
HttpJsonAttachedClustersStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
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
NameDescription
settingsAttachedClustersStubSettings
clientContextClientContext

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
NameDescription
settingsAttachedClustersStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createAttachedClusterCallable()

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

createAttachedClusterOperationCallable()

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

deleteAttachedClusterCallable()

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

deleteAttachedClusterOperationCallable()

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

generateAttachedClusterAgentTokenCallable()

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

generateAttachedClusterInstallManifestCallable()

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

getAttachedClusterCallable()

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

getAttachedServerConfigCallable()

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

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

importAttachedClusterCallable()

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

importAttachedClusterOperationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listAttachedClustersCallable()

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

listAttachedClustersPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateAttachedClusterCallable()

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

updateAttachedClusterOperationCallable()

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