Class OperationsStub (2.16.0)

See more code actions.
public abstract class OperationsStub implements BackgroundResource

Base stub class for Google Long Running Operations API.

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

java.lang.Object > OperationsStub
BackgroundResource

Constructors

OperationsStub()

public OperationsStub()

Methods

cancelOperationCallable()

public UnaryCallable<CancelOperationRequest,Empty> cancelOperationCallable()
Returns
TypeDescription
UnaryCallable<CancelOperationRequest,com.google.protobuf.Empty>

close()

public abstract void close()

deleteOperationCallable()

public UnaryCallable<DeleteOperationRequest,Empty> deleteOperationCallable()
Returns
TypeDescription
UnaryCallable<DeleteOperationRequest,com.google.protobuf.Empty>

getOperationCallable()

public UnaryCallable<GetOperationRequest,Operation> getOperationCallable()
Returns

listOperationsCallable()

public UnaryCallable<ListOperationsRequest,ListOperationsResponse> listOperationsCallable()
Returns

listOperationsPagedCallable()

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

waitOperationCallable()

public UnaryCallable<WaitOperationRequest,Operation> waitOperationCallable()
Returns