Get desktop application:
View/edit binary Protocol Buffers messages
repeated Board boards = 1
optional BoardRef ref = 1
bool include_posts = 2
int32 offset = 3
int32 length = 4
bool include_bottoms = 5
repeated Post posts = 1
repeated Post bottoms = 2
(message has no fields)
repeated Board boards = 1
optional BoardRef board_ref = 1
string filename = 2
string consistency_token = 3
optional PartialOptions partial_options = 4
optional BoardRef ref = 1
int32 offset = 3
int32 length = 4
repeated Post posts = 1
int32 total_posts = 2
Used in: BoardReply, HotboardReply
uint32 bid = 1
string name = 2
string title = 3
string bclass = 4
string raw_moderators = 5
uint32 parent = 6
uint32 num_users = 7
uint32 num_posts = 8
uint32 attributes = 9
repeated uint32 children = 10
Used in: BoardRequest, ContentRequest, ListRequest, SearchRequest
oneof ref
uint32 bid = 1
string name = 2
Used in: ContentReply
bytes content = 1
string consistency_token = 2
int64 offset = 3
int64 length = 4
int64 total_length = 5
Used in: ContentRequest
int64 offset = 2
int64 max_length = 3
Used in: PartialOptions
SELECT_FULL = 0
SELECT_HEAD = 1
SELECT_TAIL = 2
SELECT_PART = 3
Used in: ListReply, SearchReply
uint32 index = 1
string filename = 2
string raw_date = 3
int32 num_recommends = 4
int32 filemode = 5
string owner = 6
string title = 7
int64 modified_nsec = 8
Used in: SearchRequest
int64 number_data = 2
string string_data = 3
Used in: SearchFilter
TYPE_UNKNOWN = 0
TYPE_EXACT_TITLE = 1
TYPE_TITLE = 2
TYPE_AUTHOR = 3
TYPE_RECOMMEND = 4
TYPE_MONEY = 5
TYPE_MARK = 6
TYPE_SOLVED = 7