Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Foo
int64 num = 1
optional int32 nested_presence = 3
repeated string repeated_primitive_string = 4
string primitive_string = 5
Used in: Resource
int64 num = 1
optional Bar bar = 2
repeated Bar bars = 3
Used in: TestCase
string name = 1
optional Foo foo = 2
repeated Foo foos = 3
optional int32 presence = 4
Used in: TestSuite
string description = 1
optional Resource original_resource = 2
optional Resource modified_resource = 3