searchBatch method
ResponseFuture<SearchBatchResponse>
searchBatch(
- SearchBatchPoints request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$4.SearchBatchResponse> searchBatch($4.SearchBatchPoints request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$searchBatch, request, options: options);
}