Uses of Class
com.google.api.gax.rpc.OperationCallable
-
Packages that use OperationCallable Package Description com.google.api.gax.rpc com.google.api.gax.tracing -
-
Uses of OperationCallable in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return OperationCallable 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.OperationCallable<RequestT,ResponseT,MetadataT>OperationCallable. withDefaultCallContext(ApiCallContext defaultCallContext)Returns a newOperationCallablewith anApiCallContextthat is used as a default when none is supplied in individual calls. -
Uses of OperationCallable in com.google.api.gax.tracing
Subclasses of OperationCallable in com.google.api.gax.tracing Modifier and Type Class Description classTracedOperationCallable<RequestT,ResponseT,MetadataT>This callable wraps aOperationCallablein aApiTracer.Constructors in com.google.api.gax.tracing with parameters of type OperationCallable Constructor Description TracedOperationCallable(OperationCallable<RequestT,ResponseT,MetadataT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName)
-