setBatch method
Implementation
$grpc.ResponseStream<$0.SetResponse_> setBatch($0.SetBatchRequest_ request,
{$grpc.CallOptions? options}) {
return $createStreamingCall(
_$setBatch, $async.Stream.fromIterable([request]),
options: options);
}