ReadonlyDEFAULT_Represents the DEFAULT_SYMBOL_VISIBILITY_UNKNOWN protobuf enum value.
ReadonlyEXPORT_Default pre-EDITION_2024, all UNSET visibility are export.
ReadonlyEXPORT_All top-level symbols default to export, nested default to local.
ReadonlyLOCAL_All symbols default to local.
ReadonlySTRICTAll symbols local by default. Nested types cannot be exported. With special case caveat for message { enum {} reserved 1 to max; } This is the recommended setting for new protos.
Defines the static values of FeatureSet_VisibilityFeature_DefaultSymbolVisibility.