Uses of Class
com.google.api.gax.rpc.OperationCallable
Packages that use OperationCallable
-
Uses of OperationCallable in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return OperationCallableModifier 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.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.tracingModifier and TypeClassDescriptionclassTracedOperationCallable<RequestT,ResponseT, MetadataT> This callable wraps aOperationCallablein aApiTracer.Constructors in com.google.api.gax.tracing with parameters of type OperationCallableModifierConstructorDescriptionTracedOperationCallable(OperationCallable<RequestT, ResponseT, MetadataT> innerCallable, ApiTracerFactory tracerFactory, SpanName spanName)