Uses of Class
com.google.api.gax.rpc.UnaryCallSettings
-
Packages that use UnaryCallSettings Package Description com.google.api.gax.batching com.google.api.gax.rpc -
-
Uses of UnaryCallSettings in com.google.api.gax.batching
Subclasses of UnaryCallSettings in com.google.api.gax.batching Modifier and Type Class Description 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.rpc Modifier and Type Class Description classBatchingCallSettings<RequestT,ResponseT>A settings class to configure aUnaryCallablefor calls to an API method that supports batching.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 UnaryCallSettings Modifier and Type Method Description UnaryCallSettings<RequestT,ResponseT>UnaryCallSettings.Builder. build()Builds an instance of the containing class.UnaryCallSettings<RequestT,OperationSnapshot>OperationCallSettings.Builder. getInitialCallSettings()Get the call settings which are used on the call to initiate the operation.UnaryCallSettings<RequestT,OperationSnapshot>OperationCallSettings. getInitialCallSettings()Methods in com.google.api.gax.rpc with parameters of type UnaryCallSettings Modifier and Type Method Description static <RequestT,ResponseT>
UnaryCallable<RequestT,ResponseT>Callables. retrying(UnaryCallable<RequestT,ResponseT> innerCallable, UnaryCallSettings<?,?> callSettings, ClientContext clientContext)OperationCallSettings.Builder<RequestT,ResponseT,MetadataT>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 UnaryCallSettings Constructor Description Builder(UnaryCallSettings<RequestT,ResponseT> unaryCallSettings)
-