allTrafficOnLatestRevision property

  1. @TagNumber(16)
bool get allTrafficOnLatestRevision

Whether 100% of traffic is routed to the latest revision. On CreateFunction and UpdateFunction, when set to true, the revision being deployed will serve 100% of traffic, ignoring any traffic split settings, if any. On GetFunction, true will be returned if the latest revision is serving 100% of traffic.

Implementation

@$pb.TagNumber(16)
$core.bool get allTrafficOnLatestRevision => $_getBF(11);
  1. @TagNumber(16)
set allTrafficOnLatestRevision (bool v)

Implementation

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