Class GrpcAttachedClustersStub (0.40.0)

public class GrpcAttachedClustersStub extends AttachedClustersStub

gRPC stub implementation for the AttachedClusters service API.

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

Inheritance

java.lang.Object > AttachedClustersStub > GrpcAttachedClustersStub

Static Methods

create(ClientContext clientContext)

public static final GrpcAttachedClustersStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcAttachedClustersStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcAttachedClustersStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcAttachedClustersStub
Exceptions
TypeDescription
IOException

create(AttachedClustersStubSettings settings)

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

Constructors

GrpcAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext)

protected GrpcAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcAttachedClustersStub, 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

GrpcAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcAttachedClustersStub(AttachedClustersStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcAttachedClustersStub, 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
callableFactoryGrpcStubCallableFactory

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
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