Class Enum (2.32.0)

Enum(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A protobuf enum type. Values of type Enum are stored in Value.int_value.

Attributes

Name Description
schema_bundle_id str
The ID of the schema bundle that this enum is defined in.
enum_name str
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage".