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