class documentation

Undocumented

Constant LABEL_OPTIONAL 0 is reserved for errors
Constant LABEL_REPEATED Undocumented
Constant LABEL_REQUIRED The required label is only allowed in google.protobuf. In proto3 and Editions it's explicitly prohibited. In Editions, the field_presence feature can be used to get this behavior.

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.
LABEL_OPTIONAL: ellipsis = (source)

0 is reserved for errors

Value
...
LABEL_REPEATED: ellipsis = (source)

Undocumented

Value
...
LABEL_REQUIRED: ellipsis = (source)

The required label is only allowed in google.protobuf. In proto3 and Editions it's explicitly prohibited. In Editions, the field_presence feature can be used to get this behavior.

Value
...