Class GrpcSqlBackupsServiceStub (0.1.0)

public class GrpcSqlBackupsServiceStub extends SqlBackupsServiceStub

gRPC stub implementation for the SqlBackupsService service API.

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

Inheritance

java.lang.Object > SqlBackupsServiceStub > GrpcSqlBackupsServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(SqlBackupsServiceStubSettings settings)

public static final GrpcSqlBackupsServiceStub create(SqlBackupsServiceStubSettings settings)
Parameter
Name Description
settings SqlBackupsServiceStubSettings
Returns
Type Description
GrpcSqlBackupsServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcSqlBackupsServiceStub(SqlBackupsServiceStubSettings settings, ClientContext clientContext)

protected GrpcSqlBackupsServiceStub(SqlBackupsServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcSqlBackupsServiceStub, 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 SqlBackupsServiceStubSettings
clientContext ClientContext

GrpcSqlBackupsServiceStub(SqlBackupsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcSqlBackupsServiceStub(SqlBackupsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcSqlBackupsServiceStub, 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 SqlBackupsServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

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

createBackupCallable()

public UnaryCallable<CreateBackupRequest,Operation> createBackupCallable()
Returns
Type Description
UnaryCallable<CreateBackupRequest,Operation>
Overrides

deleteBackupCallable()

public UnaryCallable<DeleteBackupRequest,Operation> deleteBackupCallable()
Returns
Type Description
UnaryCallable<DeleteBackupRequest,Operation>
Overrides

getBackupCallable()

public UnaryCallable<GetBackupRequest,Backup> getBackupCallable()
Returns
Type Description
UnaryCallable<GetBackupRequest,Backup>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listBackupsCallable()

public UnaryCallable<ListBackupsRequest,ListBackupsResponse> listBackupsCallable()
Returns
Type Description
UnaryCallable<ListBackupsRequest,ListBackupsResponse>
Overrides

listBackupsPagedCallable()

public UnaryCallable<ListBackupsRequest,SqlBackupsServiceClient.ListBackupsPagedResponse> listBackupsPagedCallable()
Returns
Type Description
UnaryCallable<ListBackupsRequest,ListBackupsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateBackupCallable()

public UnaryCallable<UpdateBackupRequest,Operation> updateBackupCallable()
Returns
Type Description
UnaryCallable<UpdateBackupRequest,Operation>
Overrides