reconciling property
Output only. Whether or not this PhraseSet is in the process of being updated. This field is not used.
Implementation
@$pb.TagNumber(16)
$core.bool get reconciling => $_getBF(12);
Implementation
@$pb.TagNumber(16)
set reconciling($core.bool v) { $_setBool(12, v); }