startReIndex method

ResponseFuture<ReIndexResponse> startReIndex(
  1. ReIndexRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ReIndexResponse> startReIndex(
  $0.ReIndexRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$startReIndex, request, options: options);
}