status property

  1. @TagNumber.new(4)
Rollout_RolloutStatus get status

The status of this rollout. Readonly. In case of a failed rollout, the system will automatically rollback to the current Rollout version. Readonly.

Implementation

@$pb.TagNumber(4)
Rollout_RolloutStatus get status => $_getN(3);
  1. @TagNumber.new(4)
set status (Rollout_RolloutStatus value)

Implementation

@$pb.TagNumber(4)
set status(Rollout_RolloutStatus value) => $_setField(4, value);