skipRegistryUpdate property
The registry is updated on completion; set this only to opt OUT (staging flows).
Implementation
@$pb.TagNumber(5)
$core.bool get skipRegistryUpdate => $_getBF(2);
Implementation
@$pb.TagNumber(5)
set skipRegistryUpdate($core.bool value) => $_setBool(2, value);