Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ParseTreeRequest, StackGraphRequest
string content = 1
string path = 2
string language = 3
Used in: Symbol
int32 start = 1
int32 end = 2
Used in: Symbol
Used in: ParseTreeSymbolResponse
string path = 1
string language = 2
repeated Symbol symbols = 3
string blob_oid = 5
Used in: StackGraphNode, Symbol
ROOT_SCOPE = 0
JUMP_TO_SCOPE = 1
EXPORTED_SCOPE = 2
DEFINITION = 3
REFERENCE = 4
Used in: File, StackGraphFile
string status = 1
string hostname = 2
string timestamp = 3
string sha = 4
Used in: Span
int32 line = 1
int32 column = 2
Used in: StackGraphNode, Symbol
Used in: StackGraphResponse
string path = 1
string language = 2
Used in: StackGraphFile
int64 id = 1
string name = 2
string line = 3
optional Span span = 4
Used in: StackGraphFile
repeated string starting_symbol_stack = 1
int64 starting_scope_stack_size = 2
int64 from = 3
string edges = 4
int64 to = 5
repeated int64 ending_scope_stack = 6
repeated string ending_symbol_stack = 7
Used in: File
string symbol = 1
string kind = 2
string line = 3
optional Span span = 4
optional Span utf16_code_unit_span = 8
optional ByteRange byte_range = 9
Used in: StackGraphNode, Symbol
FUNCTION = 0
METHOD = 1
CLASS = 2
MODULE = 3
CALL = 4
TYPE = 5
INTERFACE = 6
IMPLEMENTATION = 7