@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.")
public interface LongRunningClient
| Modifier and Type | Method and Description |
|---|---|
UnaryCallable<String,Void> |
cancelOperationCallable()
Returns a
UnaryCallable which can issue calls to cancel an operation. |
UnaryCallable<String,Void> |
deleteOperationCallable()
Returns a
UnaryCallable which can issue calls to delete an operation. |
UnaryCallable<String,OperationSnapshot> |
getOperationCallable()
Returns a
UnaryCallable which can issue calls to get the latest state of an operation. |
UnaryCallable<String,OperationSnapshot> getOperationCallable()
UnaryCallable which can issue calls to get the latest state of an operation.UnaryCallable<String,Void> cancelOperationCallable()
UnaryCallable which can issue calls to cancel an operation.UnaryCallable<String,Void> deleteOperationCallable()
UnaryCallable which can issue calls to delete an operation.