cancelReIndex method

ResponseFuture<ReIndexStatus> cancelReIndex(
  1. BackgroundProcessId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ReIndexStatus> cancelReIndex(
  $2.BackgroundProcessId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$cancelReIndex, request, options: options);
}