Get desktop application:
View/edit binary Protocol Buffers messages
string ip = 1
string path = 2
string token = 3
map<string, string> headers = 4
Used in: RequestContext
Used in: A
Used in: B
Used in: C
TEST_ENUM_UNSPECIFIED = 0
TEST_ENUM_1 = 10
TEST_ENUM_2 = 20
TEST_ENUM_3 = 30
TEST_EXT_UNSPECIFIED = 0
TEST_EXT_1 = 10
TEST_EXT_2 = 20
TEST_EXT_3 = 30
int32 int32_value = 1
int64 int64_value = 2
uint32 uint32_value = 3
uint64 uint64_value = 4
float float_value = 5
double double_value = 6
string string_value = 7
string cord_value = 8
bytes bytes_value = 9
bool bool_value = 10
optional TestMessage message_value = 12
repeated int32 int32_list = 101
repeated int64 int64_list = 102
repeated uint32 uint32_list = 103
repeated uint64 uint64_list = 104
repeated float float_list = 105
repeated double double_list = 106
repeated string string_list = 107
repeated string cord_list = 108
repeated bytes bytes_list = 109
repeated bool bool_list = 110
repeated TestMessage message_list = 112
map<int64, int32> int64_int32_map = 201
map<uint64, int32> uint64_int32_map = 202
map<string, int32> string_int32_map = 203
map<bool, int32> bool_int32_map = 204
map<int32, int32> int32_int32_map = 205
map<uint32, uint32> uint32_uint32_map = 206
map<int32, float> int32_float_map = 207
map<string, protobuf.Timestamp> string_timestamp_map = 209
map<string, TestMessage> string_message_map = 210
map<int64, protobuf.Timestamp> int64_timestamp_map = 211
optional protobuf.Any any_value = 300
Used in: TestMessage
TEST_ENUM_UNSPECIFIED = 0
TEST_ENUM_1 = 1
TEST_ENUM_2 = 2
(message has no fields)