Class OperationsStub (2.21.0)

public abstract class OperationsStub implements BackgroundResource

Base stub class for the Operations service API.

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

Inheritance

java.lang.Object > OperationsStub

Implements

BackgroundResource

Constructors

OperationsStub()

public OperationsStub()

Methods

cancelOperationCallable()

public UnaryCallable<CancelOperationRequest,Empty> cancelOperationCallable()
Returns
TypeDescription
UnaryCallable<CancelOperationRequest,Empty>

close()

public abstract void close()

deleteOperationCallable()

public UnaryCallable<DeleteOperationRequest,Empty> deleteOperationCallable()
Returns
TypeDescription
UnaryCallable<DeleteOperationRequest,Empty>

getOperationCallable()

public UnaryCallable<GetOperationRequest,Operation> getOperationCallable()
Returns
TypeDescription
UnaryCallable<GetOperationRequest,Operation>

listOperationsCallable()

public UnaryCallable<ListOperationsRequest,ListOperationsResponse> listOperationsCallable()
Returns
TypeDescription
UnaryCallable<ListOperationsRequest,ListOperationsResponse>

listOperationsPagedCallable()

public UnaryCallable<ListOperationsRequest,OperationsClient.ListOperationsPagedResponse> listOperationsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListOperationsRequest,ListOperationsPagedResponse>

longRunningClient()

public LongRunningClient longRunningClient()
Returns
TypeDescription
LongRunningClient