forceOnly property

  1. @TagNumber.new(3)
PbList<QuotaSafetyCheck> get forceOnly

The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.

Implementation

@$pb.TagNumber(3)
$pb.PbList<$2.QuotaSafetyCheck> get forceOnly => $_getList(2);