class documentation

class Edition(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant EDITION_1_TEST_ONLY Undocumented
Constant EDITION_2023 Undocumented
Constant EDITION_2024 Undocumented
Constant EDITION_2_TEST_ONLY Undocumented
Constant EDITION_99997_TEST_ONLY Undocumented
Constant EDITION_99998_TEST_ONLY Undocumented
Constant EDITION_99999_TEST_ONLY Undocumented
Constant EDITION_LEGACY Undocumented
Constant EDITION_MAX Undocumented
Constant EDITION_PROTO2 Undocumented
Constant EDITION_PROTO3 Undocumented
Constant EDITION_UNKNOWN Undocumented
Constant EDITION_UNSTABLE Undocumented

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 __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('google.protobuf.Edition')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'google.protobuf.Edition'
EDITION_1_TEST_ONLY: int = (source)

Undocumented

Value
1
EDITION_2023: int = (source)

Undocumented

Value
1000
EDITION_2024: int = (source)

Undocumented

Value
1001
EDITION_2_TEST_ONLY: int = (source)

Undocumented

Value
2
EDITION_99997_TEST_ONLY: int = (source)

Undocumented

Value
99997
EDITION_99998_TEST_ONLY: int = (source)

Undocumented

Value
99998
EDITION_99999_TEST_ONLY: int = (source)

Undocumented

Value
99999
EDITION_LEGACY: int = (source)

Undocumented

Value
900
EDITION_MAX: int = (source)

Undocumented

Value
2147483647
EDITION_PROTO2: int = (source)

Undocumented

Value
998
EDITION_PROTO3: int = (source)

Undocumented

Value
999
EDITION_UNKNOWN: int = (source)

Undocumented

Value
0
EDITION_UNSTABLE: int = (source)

Undocumented

Value
9999