critical property

  1. @TagNumber(21)
Trinary critical

If NO, then the build status SHOULD NOT be used to assess correctness of the input gitiles_commit or gerrit_changes. For example, if a pre-submit build has failed, CQ MAY still land the CL. For example, if a post-submit build has failed, CLs MAY continue landing.

Implementation

@$pb.TagNumber(21)
$3.Trinary get critical => $_getN(16);
  1. @TagNumber(21)
void critical=(Trinary v)

Implementation

@$pb.TagNumber(21)
set critical($3.Trinary v) {
  setField(21, v);
}