Uses of Class
com.google.api.gax.rpc.BatchingCallSettings
-
Packages that use BatchingCallSettings Package Description com.google.api.gax.rpc -
-
Uses of BatchingCallSettings in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return BatchingCallSettings Modifier and Type Method Description BatchingCallSettings<RequestT,ResponseT>BatchingCallSettings.Builder. build()Methods in com.google.api.gax.rpc with parameters of type BatchingCallSettings Modifier and Type Method Description static <RequestT,ResponseT>
UnaryCallable<RequestT,ResponseT>Callables. batching(UnaryCallable<RequestT,ResponseT> innerCallable, BatchingCallSettings<RequestT,ResponseT> batchingCallSettings, ClientContext context)Create a callable object that represents a batching API method.Constructors in com.google.api.gax.rpc with parameters of type BatchingCallSettings Constructor Description Builder(BatchingCallSettings<RequestT,ResponseT> settings)
-