Uses of Class
com.google.api.gax.rpc.OperationCallSettings
-
Packages that use OperationCallSettings Package Description com.google.api.gax.rpc -
-
Uses of OperationCallSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return OperationCallSettings Modifier and Type Method Description OperationCallSettings<RequestT,ResponseT,MetadataT>OperationCallSettings.Builder. build()Methods in com.google.api.gax.rpc with parameters of type OperationCallSettings 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.Constructors in com.google.api.gax.rpc with parameters of type OperationCallSettings Constructor Description Builder(OperationCallSettings<RequestT,ResponseT,MetadataT> settings)
-