Package com.google.api.gax.rpc
Interface LongRunningClient
-
public interface LongRunningClientImplementation-agnostic interface for managing long-running operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnaryCallable<java.lang.String,java.lang.Void>cancelOperationCallable()Returns aUnaryCallablewhich can issue calls to cancel an operation.UnaryCallable<java.lang.String,java.lang.Void>deleteOperationCallable()Returns aUnaryCallablewhich can issue calls to delete an operation.UnaryCallable<java.lang.String,OperationSnapshot>getOperationCallable()Returns aUnaryCallablewhich can issue calls to get the latest state of an operation.
-
-
-
Method Detail
-
getOperationCallable
UnaryCallable<java.lang.String,OperationSnapshot> getOperationCallable()
Returns aUnaryCallablewhich can issue calls to get the latest state of an operation.
-
cancelOperationCallable
UnaryCallable<java.lang.String,java.lang.Void> cancelOperationCallable()
Returns aUnaryCallablewhich can issue calls to cancel an operation.
-
deleteOperationCallable
UnaryCallable<java.lang.String,java.lang.Void> deleteOperationCallable()
Returns aUnaryCallablewhich can issue calls to delete an operation.
-
-