Uses of Interface
com.google.api.gax.rpc.LongRunningClient
-
Packages that use LongRunningClient Package Description com.google.api.gax.rpc -
-
Uses of LongRunningClient in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc with parameters of type LongRunningClient Modifier and Type Method Description static <RequestT,ResponseT,MetadataT>
OperationCallable<RequestT,ResponseT,MetadataT>Callables. longRunningOperation(UnaryCallable<RequestT,OperationSnapshot> initialCallable, OperationCallSettings<RequestT,ResponseT,MetadataT> operationCallSettings, ClientContext clientContext, LongRunningClient longRunningClient)Creates a callable object that represents a long-running operation.
-