Get desktop application:
View/edit binary Protocol Buffers messages
optional AnyWrapper empty_any = 1
optional AnyWrapper type_only_any = 2
optional AnyWrapper wrapper_any = 3
optional AnyWrapper any_with_timestamp_value = 4
optional AnyWrapper any_with_duration_value = 5
optional AnyWrapper any_with_struct_value = 6
optional AnyWrapper recursive_any = 7
optional AnyWrapper any_with_message_value = 8
optional AnyWrapper any_with_nested_message = 9
optional AnyWrapper any_with_message_with_wrapper_type = 10
optional AnyWrapper any_with_message_with_timestamp = 11
optional AnyWrapper any_with_message_containing_map = 12
optional AnyWrapper any_with_message_containing_struct = 13
optional AnyWrapper any_with_message_containing_repeated_message = 14
optional AnyWrapper recursive_any_with_type_field_at_end = 15
optional Any top_level_any = 50
optional Any top_level_any_with_type_field_at_end = 51
Used in: AnyMessage
int32 attr = 1
string str = 2
repeated string msgs = 3
optional AnyData nested_data = 4
map<string, string> map_data = 7
optional Struct struct_data = 8
repeated AnyData repeated_data = 9
string something = 1
optional Any any = 2
Used in: DefaultValueTestCases
Used in: AnyTestCases
Used in: Book, Cyclic
optional uint64 id = 1
optional string name = 2
repeated string pseudonym = 3
optional bool alive = 4
repeated Author friend = 5
optional string id = 1
repeated uint64 name = 2
optional string pseudonym = 3
repeated bool alive = 4
Used in: Cyclic, NestedBook
optional string title = 1
optional Author author = 2
optional uint32 length = 3
optional int64 published = 4
optional bytes content = 5
optional group google.protobuf.testing.Book.Data = 6
optional Publisher publisher = 9
repeated Book.Label labels = 10
optional Book.Type type = 11
Used in: Book
optional uint32 year = 7
optional string copyright = 8
Used in: Book
optional string key = 1
optional string value = 2
Used in: Book
FICTION = 1
KIDS = 2
ACTION_AND_ADVENTURE = 3
arts_and_photography = 4
I18N_Tech = 5
Used in: MapsTestCases
map<bool, string> map = 1
Used in: WrappersTestCases
Used in: WrappersTestCases
optional int32 m_int = 1
optional string m_str = 2
optional Book m_book = 3
repeated Author m_author = 5
optional Cyclic m_cyclic = 4
Used in: Imports
int32 attr = 1
string str = 2
repeated string msgs = 3
optional Data nested_data = 4
optional Int32Value int_wrapper = 5
map<string, string> map_data = 7
optional Struct struct_data = 8
repeated Data repeated_data = 9
double double_value = 1
repeated double repeated_double = 2
float float_value = 3
int64 int64_value = 5
uint64 uint64_value = 7
int32 int32_value = 9
uint32 uint32_value = 11
bool bool_value = 13
string string_value = 15
bytes bytes_value = 17
Used in: DefaultValueTest
ENUM_FIRST = 0
ENUM_SECOND = 1
ENUM_THIRD = 2
Used in: DefaultValueTestCases
double double_value = 1
repeated double repeated_double = 2
optional DoubleMessage nested_message = 3
repeated DoubleMessage repeated_nested_message = 4
optional DoubleValue double_wrapper = 100
oneof value
string str_value = 112
int64 num_value = 113
Used in: DefaultValueTestCases
Used in: WrappersTestCases
Used in: TimestampDurationTestCases
Used in: MapsTestCases
map<int32, int32> map = 1
Used in: FieldMaskTestCases
Used in: WrappersTestCases
Used in: WrappersTestCases
Used in: WrappersTestCases
Used in: MapsTestCases
map<int32, string> map = 1
Used in: DefaultValueTestCases
map<int32, string> map = 1
Used in: DefaultValueTestCases
Used in: StructTestCases
string other = 1
repeated string things = 2
map<string, string> map_input = 3
Used in: MapOut, MapOutWireFormat.Map1Entry
Used in: MapsTestCases
Used in: MapOfObjects
Used in: StructTestCases
map<string, Struct> struct_map = 1
map<string, Value> value_map = 2
map<string, ListValue> listvalue_map = 3
Used in: MapOutWireFormat.Map2Entry
map<string, MapM> map1 = 1
map<string, MapOut> map2 = 2
map<int32, string> map3 = 3
map<bool, string> map4 = 5
string bar = 4
Used in: MapOutWireFormat
string key = 1
optional MapM value = 2
Used in: MapOutWireFormat
string key = 1
optional MapOut value = 2
Used in: MapOutWireFormat
int32 key = 1
string value = 2
Used in: MapOutWireFormat
bool key = 1
string value = 2
Used in: DefaultValueTestCases
Used in: MessageMap
int32 inner_int = 1
string inner_text = 2
Used in: MapsTestCases
string msg = 1
map<string, float> map = 2
Used in: MapsTestCases
Used in: Mixed2
Used in: DefaultValueTestCases
string msg = 1
map<string, float> map = 2
int32 int_value = 3
Used in: DefaultValueTestCases
map<int32, bool> map = 1
string msg = 4
Used in: MixedMap2
Used in: FieldMaskTest
repeated fixed32 rep_fix32 = 16
repeated uint32 rep_u32 = 17
repeated int32 rep_i32 = 18
repeated sfixed32 rep_sf32 = 19
repeated sint32 rep_s32 = 20
repeated fixed64 rep_fix64 = 21
repeated uint64 rep_u64 = 22
repeated int64 rep_i64 = 23
repeated sfixed64 rep_sf64 = 24
repeated sint64 rep_s64 = 25
repeated float rep_float = 28
repeated double rep_double = 29
repeated bool rep_bool = 30
optional fixed32 fix32 = 1
optional uint32 u32 = 2
optional int32 i32 = 3
optional sfixed32 sf32 = 4
optional sint32 s32 = 5
optional fixed64 fix64 = 6
optional uint64 u64 = 7
optional int64 i64 = 8
optional sfixed64 sf64 = 9
optional sint64 s64 = 10
optional string str = 11
optional bytes bytes = 12
optional float float = 13
optional double double = 14
optional bool bool = 15
repeated fixed32 rep_fix32 = 16
repeated uint32 rep_u32 = 17
repeated int32 rep_i32 = 18
repeated sfixed32 rep_sf32 = 19
repeated sint32 rep_s32 = 20
repeated fixed64 rep_fix64 = 21
repeated uint64 rep_u64 = 22
repeated int64 rep_i64 = 23
repeated sfixed64 rep_sf64 = 24
repeated sint64 rep_s64 = 25
repeated string rep_str = 26
repeated bytes rep_bytes = 27
repeated float rep_float = 28
repeated double rep_double = 29
repeated bool rep_bool = 30
Used in: Proto3Message
Used in: Book
Used in: StructTestCases
Used in: StructTestCases
repeated Value values = 1
Used in: WrappersTestCases
Used in: MapsTestCases
map<string, int32> map = 1
Used in: DefaultValueTestCases
map<string, int32> map = 1
Used in: DefaultValueTestCases
Used in: StructTestCases
optional int32 one_value = 1
optional int32 another_value = 1
Used in: TimestampDurationTestCases
Used in: WrappersTestCases
Used in: WrappersTestCases
Used in: DefaultValueTestCases
Used in: StructTestCases