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