reconciling property

  1. @TagNumber.new(11)
bool get reconciling

Output only. Reconciling (https://google.aip.dev/128#reconciliation), if true, indicates that the service is actively updating the resource. This can happen due to user-triggered updates or system actions like failover or maintenance.

Implementation

@$pb.TagNumber(11)
$core.bool get reconciling => $_getBF(10);
  1. @TagNumber.new(11)
set reconciling (bool v)

Implementation

@$pb.TagNumber(11)
set reconciling($core.bool v) {
  $_setBool(10, v);
}