Class: Google::Protobuf::FieldDescriptorProto::Type

Inherits:
Protobuf::Enum show all
Defined in:
lib/protobuf/descriptor/descriptor_proto.rb

Constant Summary collapse

TYPE_DOUBLE =
1
TYPE_FLOAT =
2
TYPE_INT64 =
3
TYPE_UINT64 =
4
TYPE_INT32 =
5
TYPE_FIXED64 =
6
TYPE_FIXED32 =
7
TYPE_BOOL =
8
TYPE_STRING =
9
TYPE_GROUP =
10
TYPE_MESSAGE =
11
TYPE_BYTES =
12
TYPE_UINT32 =
13
TYPE_ENUM =
14
TYPE_SFIXED32 =
15
TYPE_SFIXED64 =
16
TYPE_SINT32 =
17
TYPE_SINT64 =
18

Method Summary

Methods inherited from Protobuf::Enum

descriptor, get_name_by_tag, name_by_value, valid_tag?

Methods included from Protobuf::Protoable

#defined_filenames, #defined_in, #proto_contents, #proto_filenames, #retrieve_header