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