Interface LongRunningClient


  • public interface LongRunningClient
    Implementation-agnostic interface for managing long-running operations.
    • Method Detail

      • cancelOperationCallable

        UnaryCallable<java.lang.String,​java.lang.Void> cancelOperationCallable()
        Returns a UnaryCallable which can issue calls to cancel an operation.
      • deleteOperationCallable

        UnaryCallable<java.lang.String,​java.lang.Void> deleteOperationCallable()
        Returns a UnaryCallable which can issue calls to delete an operation.