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