Home | Trees | Indices | Help |
---|
|
object --+ | DescriptorBase --+ | EnumValueDescriptor
Descriptor for a single value within an enum. name: (str) Name of this value. index: (int) Dense, 0-indexed index giving the order that this value appears textually within its enum in the .proto file. number: (int) Actual number assigned to this enum value. type: (EnumDescriptor) EnumDescriptor to which this value belongs. Set by EnumDescriptor's constructor if we're passed into one. options: (descriptor_pb2.EnumValueOptions) Enum value options message or None to use default enum value options options.
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
Inherited from Inherited from Inherited from |
|
|||
_C_DESCRIPTOR_CLASS = _message.EnumValueDescriptor
|
|
|||
Inherited from |
|
|
Arguments are as described in the attribute description above.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Sep 6 13:21:35 2019 | http://epydoc.sourceforge.net |