Uses of Interface
com.google.api.gax.httpjson.PollingRequestFactory
Packages that use PollingRequestFactory
-
Uses of PollingRequestFactory in com.google.api.gax.httpjson
Methods in com.google.api.gax.httpjson that return PollingRequestFactoryModifier and TypeMethodDescriptionabstract PollingRequestFactory<RequestT>ApiMethodDescriptor.getPollingRequestFactory()Methods in com.google.api.gax.httpjson with parameters of type PollingRequestFactoryModifier and TypeMethodDescriptionabstract ApiMethodDescriptor.Builder<RequestT,ResponseT> ApiMethodDescriptor.Builder.setPollingRequestFactory(PollingRequestFactory<RequestT> pollingRequestFactory) Constructors in com.google.api.gax.httpjson with parameters of type PollingRequestFactoryModifierConstructorDescriptionHttpJsonLongRunningClient(UnaryCallable<RequestT, OperationT> operationCallable, OperationSnapshotFactory<RequestT, OperationT> operationSnapshotFactory, PollingRequestFactory<RequestT> pollingRequestFactory)