Uses of Interface
com.google.api.gax.rpc.RequestMutator
Packages that use RequestMutator
-
Uses of RequestMutator in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc with parameters of type RequestMutatorModifier and TypeMethodDescriptionstatic <RequestT,ResponseT>
UnaryCallable<RequestT,ResponseT> Callables.retrying(UnaryCallable<RequestT, ResponseT> innerCallable, UnaryCallSettings<?, ?> callSettings, ClientContext clientContext, RequestMutator requestMutator) Create a callable object that represents a Unary API method that contains a Request Mutator.