class documentation

class EnumValueDescriptor(_Facade[descriptor_pb2.EnumValueDescriptorProto]): (source)

Constructor: EnumValueDescriptor(owner, proto, enum, index)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable index Undocumented
Instance Variable number Undocumented
Instance Variable type Undocumented

Inherited from _Facade:

Method CopyToProto Undocumented
Method GetOptions Decode localized direct options without exposing provider identity.
Instance Variable file Undocumented
Instance Variable full_name Undocumented
Instance Variable has_options Undocumented
Instance Variable name Undocumented
Property provider_descriptor Return the explicit private-provider interoperability boundary.
Instance Variable _option_kind Undocumented
Instance Variable _options Undocumented
Instance Variable _owner Undocumented
Instance Variable _proto Undocumented
def __init__(self, owner: Reflection, proto: descriptor_pb2.EnumValueDescriptorProto, enum: EnumDescriptor, index: int): (source)

Undocumented

Undocumented

Undocumented