dumpFlags property
The initial dump flags. This field and the "dump_path" field are mutually exclusive.
Implementation
@$pb.TagNumber(17)
MigrationJob_DumpFlags get dumpFlags => $_getN(16);
Implementation
@$pb.TagNumber(17)
set dumpFlags(MigrationJob_DumpFlags v) {
setField(17, v);
}