Uses of Interface
com.google.api.gax.rpc.LongRunningClient
Packages that use LongRunningClient
-
Uses of LongRunningClient in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc with parameters of type LongRunningClientModifier and TypeMethodDescriptionstatic <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.