class documentation

Undocumented

Constant DEFAULT_SYMBOL_VISIBILITY_UNKNOWN Undocumented
Constant EXPORT_ALL Default pre-EDITION_2024, all UNSET visibility are export.
Constant EXPORT_TOP_LEVEL All top-level symbols default to export, nested default to local.
Constant LOCAL_ALL All symbols default to local.
Constant STRICT All 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.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
DEFAULT_SYMBOL_VISIBILITY_UNKNOWN: ellipsis = (source)

Undocumented

Value
...
EXPORT_ALL: ellipsis = (source)

Default pre-EDITION_2024, all UNSET visibility are export.

Value
...
EXPORT_TOP_LEVEL: ellipsis = (source)

All top-level symbols default to export, nested default to local.

Value
...
LOCAL_ALL: ellipsis = (source)

All symbols default to local.

Value
...
STRICT: ellipsis = (source)

All 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.

Value
...