Uses of Class
com.google.api.gax.rpc.UnaryCallSettings
Packages that use UnaryCallSettings
-
Uses of UnaryCallSettings in com.google.api.gax.batching
Subclasses of UnaryCallSettings in com.google.api.gax.batchingModifier and TypeClassDescriptionfinal classBatchingCallSettings<ElementT,ElementResultT, RequestT, ResponseT> This is an extension ofUnaryCallSettingsclass to configure aUnaryCallablefor calls to an API method that supports batching. -
Uses of UnaryCallSettings in com.google.api.gax.rpc
Subclasses of UnaryCallSettings in com.google.api.gax.rpcModifier and TypeClassDescriptionfinal classBatchingCallSettings<RequestT,ResponseT> A settings class to configure aUnaryCallablefor calls to an API method that supports batching.final classPagedCallSettings<RequestT,ResponseT, PagedListResponseT> A settings class to configure aUnaryCallablefor calls to an API method that supports page streaming.Methods in com.google.api.gax.rpc that return UnaryCallSettingsModifier and TypeMethodDescriptionUnaryCallSettings.Builder.build()Builds an instance of the containing class.OperationCallSettings.Builder.getInitialCallSettings()Get the call settings which are used on the call to initiate the operation.OperationCallSettings.getInitialCallSettings()Methods in com.google.api.gax.rpc with parameters of type UnaryCallSettingsModifier and TypeMethodDescriptionstatic <RequestT,ResponseT>
UnaryCallable<RequestT,ResponseT> Callables.retrying(UnaryCallable<RequestT, ResponseT> innerCallable, UnaryCallSettings<?, ?> callSettings, ClientContext clientContext) OperationCallSettings.Builder.setInitialCallSettings(UnaryCallSettings<RequestT, OperationSnapshot> initialCallSettings) Set the call settings which are used on the call to initiate the operation.Constructors in com.google.api.gax.rpc with parameters of type UnaryCallSettingsModifierConstructorDescriptionprotectedBuilder(UnaryCallSettings<RequestT, ResponseT> unaryCallSettings)