Uses of Interface
com.google.api.gax.longrunning.OperationFuture
-
Packages that use OperationFuture Package Description com.google.api.gax.longrunning com.google.api.gax.rpc com.google.api.gax.tracing -
-
Uses of OperationFuture in com.google.api.gax.longrunning
Classes in com.google.api.gax.longrunning that implement OperationFuture Modifier and Type Class Description classOperationFutureImpl<ResponseT,MetadataT>An ApiFuture which tracks polling of a service.Methods in com.google.api.gax.longrunning that return OperationFuture Modifier and Type Method Description static <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 OperationFuture Modifier and Type Method Description OperationFuture<ResponseT,MetadataT>OperationCallable. 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.OperationFuture<ResponseT,MetadataT>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 OperationFuture Modifier and Type Method Description OperationFuture<ResponseT,MetadataT>TracedOperationCallable. futureCall(RequestT request, ApiCallContext context)Wrap the initial start polling logical operations in a single parent trace using aApiTracerFactory.OperationType.LongRunningApiTracer.OperationFuture<ResponseT,MetadataT>TracedOperationCallable. resumeFutureCall(String operationName, ApiCallContext context)Wrap the polling logical operations in a single parent trace using aApiTracerFactory.OperationType.LongRunningApiTracer.
-