Get desktop application:
View/edit binary Protocol Buffers messages
repeated sfixed64 game_ids = 1
optional string long_description = 2
repeated GameAuthor authors = 3
Used in: GameInfoDetailed
sfixed64 user_id = 1
string title = 2
Used as response type in: GameService.CreateGame, GameService.GetSingleGameInfo, GameService.UpdateGame
Used as field type in: GameInfoDetailed, MultipleGamesInfoResponse, platform.FrontPageResponse
sfixed64 game_id = 1
string title = 2
string short_description = 3
float average_rating = 4
repeated int32 tags = 5
optional sfixed64 checksum = 6
optional int64 rom_size = 7
Used as response type in: GameService.GetMultipleGamesInfo, platform.PlatformService.GameSearch
Used as request type in: GameService.DeleteGame, GameService.GetGameDetailedInfo, GameService.GetSingleGameInfo
Used as request type in: GameService.CreateGame, GameService.UpdateGame
optional sfixed64 game_id = 1
optional string title = 2
optional string short_description = 3
optional string long_description = 4