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