Class GrpcAttachedClustersStub (0.7.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 Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(AttachedClustersStubSettings settings)

public static final GrpcAttachedClustersStub create(AttachedClustersStubSettings settings)
Parameter
NameDescription
settingsAttachedClustersStubSettings
Returns 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 Overrides

createAttachedClusterOperationCallable()

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

deleteAttachedClusterCallable()

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

deleteAttachedClusterOperationCallable()

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

generateAttachedClusterInstallManifestCallable()

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

getAttachedClusterCallable()

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

getAttachedServerConfigCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

importAttachedClusterCallable()

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

importAttachedClusterOperationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listAttachedClustersCallable()

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

listAttachedClustersPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateAttachedClusterCallable()

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

updateAttachedClusterOperationCallable()

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