Uses of Interface
com.google.api.gax.httpjson.PollingRequestFactory
-
Packages that use PollingRequestFactory Package Description com.google.api.gax.httpjson -
-
Uses of PollingRequestFactory in com.google.api.gax.httpjson
Methods in com.google.api.gax.httpjson that return PollingRequestFactory Modifier and Type Method Description abstract PollingRequestFactory<RequestT>ApiMethodDescriptor. getPollingRequestFactory()Methods in com.google.api.gax.httpjson with parameters of type PollingRequestFactory Modifier and Type Method Description abstract ApiMethodDescriptor.Builder<RequestT,ResponseT>ApiMethodDescriptor.Builder. setPollingRequestFactory(PollingRequestFactory<RequestT> pollingRequestFactory)Constructors in com.google.api.gax.httpjson with parameters of type PollingRequestFactory Constructor Description HttpJsonLongRunningClient(UnaryCallable<RequestT,OperationT> operationCallable, OperationSnapshotFactory<RequestT,OperationT> operationSnapshotFactory, PollingRequestFactory<RequestT> pollingRequestFactory)
-