disableGlobalAccess property
This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.
Implementation
@$pb.TagNumber(3)
$core.bool get disableGlobalAccess => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set disableGlobalAccess($core.bool v) { $_setBool(2, v); }