reconciling property

  1. @TagNumber(16)
bool reconciling

Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.

Implementation

@$pb.TagNumber(16)
$core.bool get reconciling => $_getBF(15);
  1. @TagNumber(16)
void reconciling=(bool v)

Implementation

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