canary property

  1. @TagNumber(25)
bool canary

DEPRECATED

Equivalent to "luci.buildbucket.canary_software" in input.experiments.

See Builder.experiments for well-known experiments.

Implementation

@$pb.TagNumber(25)
$core.bool get canary => $_getBF(20);
  1. @TagNumber(25)
void canary=(bool v)

Implementation

@$pb.TagNumber(25)
set canary($core.bool v) {
  $_setBool(20, v);
}