public
final
class
BatchingCallSettings<RequestT
,
ResponseT
>
extends
UnaryCallSettings<RequestT
,
ResponseT
>
A settings class to configure a UnaryCallable for calls to an API method that supports batching. The settings are provided using an instance of BatchingSettings .
Type Parameters
Name
Description
RequestT
ResponseT
Static Methods
<RequestT,ResponseT>newBuilder(BatchingDescriptor<RequestT,ResponseT> batchingDescriptor)
public
static
BatchingCallSettings
.
Builder<RequestT
,
ResponseT
>
< RequestT
,
ResponseT>newBuilder
(
BatchingDescriptor<RequestT
,
ResponseT
>
batchingDescriptor
)
Methods
getBatchingDescriptor()
public
BatchingDescriptor<RequestT
,
ResponseT
>
getBatchingDescriptor
()
getBatchingSettings()
public
BatchingSettings
getBatchingSettings
()
getFlowController()
public
FlowController
getFlowController
()
toBuilder()
public
final
BatchingCallSettings
.
Builder<RequestT
,
ResponseT
>
toBuilder
()
toString()
public
String
toString
()

