cancelReIndex_Pre method

Future<ReIndexStatus> cancelReIndex_Pre(
  1. ServiceCall $call,
  2. Future<BackgroundProcessId> $request
)

Implementation

$async.Future<$0.ReIndexStatus> cancelReIndex_Pre($grpc.ServiceCall $call,
    $async.Future<$2.BackgroundProcessId> $request) async {
  return cancelReIndex($call, await $request);
}