Uses of Interface
com.google.api.gax.longrunning.OperationFuture
Packages that use OperationFuture
Package
Description
-
Uses of OperationFuture in com.google.api.gax.longrunning
Classes in com.google.api.gax.longrunning that implement OperationFutureModifier and TypeClassDescriptionfinal classOperationFutureImpl<ResponseT,MetadataT> An ApiFuture which tracks polling of a service.Methods in com.google.api.gax.longrunning that return OperationFutureModifier and TypeMethodDescriptionstatic final <ResponseT,MetadataT>
OperationFuture<ResponseT,MetadataT> OperationFutures.immediateOperationFuture(OperationSnapshot completedSnapshot) Creates an already-completedOperationFuture, useful for testing. -
Uses of OperationFuture in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return OperationFutureModifier and TypeMethodDescriptionOperationCallable.futureCall(RequestT request) Same asOperationCallable.futureCall(Object, ApiCallContext), with a null context.abstract OperationFuture<ResponseT,MetadataT> OperationCallable.futureCall(RequestT request, ApiCallContext context) Initiates an operation asynchronously.OperationCallable.resumeFutureCall(String operationName) Creates a newOperationFutureto watch an operation that has been initiated previously.abstract OperationFuture<ResponseT,MetadataT> OperationCallable.resumeFutureCall(String operationName, ApiCallContext context) Creates a newOperationFutureto watch an operation that has been initiated previously. -
Uses of OperationFuture in com.google.api.gax.tracing
Methods in com.google.api.gax.tracing that return OperationFutureModifier and TypeMethodDescriptionTracedOperationCallable.futureCall(RequestT request, ApiCallContext context) Wrap the initial start polling logical operations in a single parent trace using aApiTracerFactory.OperationType.LongRunningApiTracer.TracedOperationCallable.resumeFutureCall(String operationName, ApiCallContext context) Wrap the polling logical operations in a single parent trace using aApiTracerFactory.OperationType.LongRunningApiTracer.