forceOnly property
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(5)
$pb.PbList<$2.QuotaSafetyCheck> get forceOnly => $_getList(4);