queryBatch method

ResponseFuture<QueryBatchResponse> queryBatch(
  1. QueryBatchPoints request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.QueryBatchResponse> queryBatch($4.QueryBatchPoints request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$queryBatch, request, options: options);
}