getReIndexStatus_Pre method
Future<ReIndexStatus>
getReIndexStatus_Pre(
- ServiceCall $call,
- Future<
BackgroundProcessId> $request
Implementation
$async.Future<$0.ReIndexStatus> getReIndexStatus_Pre($grpc.ServiceCall $call,
$async.Future<$2.BackgroundProcessId> $request) async {
return getReIndexStatus($call, await $request);
}