Get desktop application:
View/edit binary Protocol Buffers messages
Used in: Message
optional int32 error_code = 1
optional string description = 2
optional string stacktrace = 3
Used in: Message
required Request.Type request_type = 1
repeated string option = 2
repeated string file = 3
repeated string platform_classpath = 4
repeated string classpath = 5
repeated string sourcepath = 6
repeated string module_path = 8
repeated string upgrade_module_path = 9
map<string, string> module_names = 10
Used in: Request
required string output_root = 1
repeated string source_root = 2
Used in: Request
COMPILE = 1
CANCEL = 2
SHUTDOWN = 3
Used in: Message
required Response.Type response_type = 1
optional bool completion_status = 5
Used in: Response
required string class_name = 1
repeated string import_statement = 2
repeated string static_import = 3
repeated string identifier = 4
Used in: Response
optional string text = 2
optional string source_uri = 3
optional uint64 problem_begin_offset = 4
optional uint64 problem_end_offset = 5
optional uint64 problem_location_offset = 6
optional uint64 line = 7
optional uint64 column = 8
Used in: CompileMessage
ERROR = 1
WARNING = 2
MANDATORY_WARNING = 3
NOTE = 4
OTHER = 5
STD_OUT = 6
Used in: Response
required string file_path = 2
optional string output_root = 3
optional string relative_path = 4
optional string class_name = 5
repeated string source_uri = 6
optional bytes content = 7
optional string location = 8
required bool is_generated = 9
Used in: OutputObject
SOURCE = 1
CLASS = 2
HTML = 3
OTHER = 4
Used in: Response
BUILD_MESSAGE = 1
OUTPUT_OBJECT = 2
CLASS_DATA = 3
BUILD_COMPLETED = 4
REQUEST_ACK = 5
SRC_FILE_LOADED = 6
CUSTOM_OUTPUT_OBJECT = 7
Used in: Message
REQUEST = 1
RESPONSE = 2
FAILURE = 3
Used in: Message
required sint64 most_sig_bits = 1
required sint64 least_sig_bits = 2