class documentation

class FieldDescriptorProto__Type(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant TYPE_BOOL Undocumented
Constant TYPE_BYTES Undocumented
Constant TYPE_DOUBLE Undocumented
Constant TYPE_ENUM Undocumented
Constant TYPE_FIXED32 Undocumented
Constant TYPE_FIXED64 Undocumented
Constant TYPE_FLOAT Undocumented
Constant TYPE_GROUP Undocumented
Constant TYPE_INT32 Undocumented
Constant TYPE_INT64 Undocumented
Constant TYPE_MESSAGE Undocumented
Constant TYPE_SFIXED32 Undocumented
Constant TYPE_SFIXED64 Undocumented
Constant TYPE_SINT32 Undocumented
Constant TYPE_SINT64 Undocumented
Constant TYPE_STRING Undocumented
Constant TYPE_UINT32 Undocumented
Constant TYPE_UINT64 Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('google.protobuf.FieldDescriptorProto.Type')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'google.protobuf.FieldDescriptorProto.Type'
TYPE_BOOL: int = (source)

Undocumented

Value
8
TYPE_BYTES: int = (source)

Undocumented

Value
12
TYPE_DOUBLE: int = (source)

Undocumented

Value
1
TYPE_ENUM: int = (source)

Undocumented

Value
14
TYPE_FIXED32: int = (source)

Undocumented

Value
7
TYPE_FIXED64: int = (source)

Undocumented

Value
6
TYPE_FLOAT: int = (source)

Undocumented

Value
2
TYPE_GROUP: int = (source)

Undocumented

Value
10
TYPE_INT32: int = (source)

Undocumented

Value
5
TYPE_INT64: int = (source)

Undocumented

Value
3
TYPE_MESSAGE: int = (source)

Undocumented

Value
11
TYPE_SFIXED32: int = (source)

Undocumented

Value
15
TYPE_SFIXED64: int = (source)

Undocumented

Value
16
TYPE_SINT32: int = (source)

Undocumented

Value
17
TYPE_SINT64: int = (source)

Undocumented

Value
18
TYPE_STRING: int = (source)

Undocumented

Value
9
TYPE_UINT32: int = (source)

Undocumented

Value
13
TYPE_UINT64: int = (source)

Undocumented

Value
4