queryBatch method
ResponseFuture<QueryBatchResponseInternal>
queryBatch(
- QueryBatchPointsInternal request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$3.QueryBatchResponseInternal> queryBatch($3.QueryBatchPointsInternal request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$queryBatch, request, options: options);
}