startReIndex_Pre method

Future<ReIndexResponse> startReIndex_Pre(
  1. ServiceCall $call,
  2. Future<ReIndexRequest> $request
)

Implementation

$async.Future<$0.ReIndexResponse> startReIndex_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ReIndexRequest> $request) async {
  return startReIndex($call, await $request);
}