class documentation
class EnumValueDescriptor(_Facade[
Constructor: EnumValueDescriptor(owner, proto, enum, index)
Undocumented
| Method | __init__ |
Undocumented |
| Instance Variable | index |
Undocumented |
| Instance Variable | number |
Undocumented |
| Instance Variable | type |
Undocumented |
Inherited from _Facade:
| Method | |
Undocumented |
| Method | |
Decode localized direct options without exposing provider identity. |
| Instance Variable | file |
Undocumented |
| Instance Variable | full |
Undocumented |
| Instance Variable | has |
Undocumented |
| Instance Variable | name |
Undocumented |
| Property | provider |
Return the explicit private-provider interoperability boundary. |
| Instance Variable | _option |
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