coreSearchBatch_Pre method
Future<SearchBatchResponse>
coreSearchBatch_Pre(
- ServiceCall $call,
- Future<
CoreSearchBatchPointsInternal> $request
Implementation
$async.Future<$4.SearchBatchResponse> coreSearchBatch_Pre($grpc.ServiceCall $call, $async.Future<$3.CoreSearchBatchPointsInternal> $request) async {
return coreSearchBatch($call, await $request);
}