phase property

  1. @TagNumber(7)
MigrationJob_Phase get phase

Output only. The current migration job phase.

Implementation

@$pb.TagNumber(7)
MigrationJob_Phase get phase => $_getN(6);
  1. @TagNumber(7)
set phase (MigrationJob_Phase v)

Implementation

@$pb.TagNumber(7)
set phase(MigrationJob_Phase v) { setField(7, v); }