webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __new__ (cls, name, index, number, type=None, options=None) |
def | __init__ (self, name, index, number, type=None, options=None) |
Public Member Functions inherited from google.protobuf.descriptor.DescriptorBase | |
def | __init__ (self, options, options_class_name) |
def | GetOptions (self) |
Public Member Functions inherited from google.protobuf.descriptor.DescriptorMetaclass | |
def | __instancecheck__ (cls, obj) |
Public Attributes | |
name | |
index | |
number | |
type | |
Public Attributes inherited from google.protobuf.descriptor.DescriptorBase | |
has_options | |
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.
def google.protobuf.descriptor.EnumValueDescriptor.__init__ | ( | self, | |
name, | |||
index, | |||
number, | |||
type = None , |
|||
options = None |
|||
) |
Arguments are as described in the attribute description above.
def google.protobuf.descriptor.EnumValueDescriptor.__new__ | ( | cls, | |
name, | |||
index, | |||
number, | |||
type = None , |
|||
options = None |
|||
) |
google.protobuf.descriptor.EnumValueDescriptor.index |
google.protobuf.descriptor.EnumValueDescriptor.name |
google.protobuf.descriptor.EnumValueDescriptor.number |
google.protobuf.descriptor.EnumValueDescriptor.type |