proto

package
v0.0.0-...-fe1c797 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2019 License: GPL-3.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GameDeleted

type GameDeleted struct {
	ID                   string   `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameDeleted) Descriptor

func (*GameDeleted) Descriptor() ([]byte, []int)

func (*GameDeleted) GetID

func (m *GameDeleted) GetID() string

func (*GameDeleted) ProtoMessage

func (*GameDeleted) ProtoMessage()

func (*GameDeleted) Reset

func (m *GameDeleted) Reset()

func (*GameDeleted) String

func (m *GameDeleted) String() string

func (*GameDeleted) XXX_DiscardUnknown

func (m *GameDeleted) XXX_DiscardUnknown()

func (*GameDeleted) XXX_Marshal

func (m *GameDeleted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameDeleted) XXX_Merge

func (m *GameDeleted) XXX_Merge(src proto.Message)

func (*GameDeleted) XXX_Size

func (m *GameDeleted) XXX_Size() int

func (*GameDeleted) XXX_Unmarshal

func (m *GameDeleted) XXX_Unmarshal(b []byte) error

type GameObject

type GameObject struct {
	ID                   string           `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Tags                 []*TagObject     `protobuf:"bytes,2,rep,name=Tags,proto3" json:"Tags,omitempty"`
	Description          *LocalizedString `protobuf:"bytes,3,opt,name=Description,proto3" json:"Description,omitempty"`
	Name                 string           `protobuf:"bytes,4,opt,name=Name,proto3" json:"Name,omitempty"`
	Title                string           `protobuf:"bytes,5,opt,name=Title,proto3" json:"Title,omitempty"`
	Developer            *LinkObject      `protobuf:"bytes,6,opt,name=Developer,proto3" json:"Developer,omitempty"`
	ReleaseDate          string           `protobuf:"bytes,7,opt,name=ReleaseDate,proto3" json:"ReleaseDate,omitempty"`
	GenreMain            *TagObject       `protobuf:"bytes,8,opt,name=GenreMain,proto3" json:"GenreMain,omitempty"`
	Genres               []*TagObject     `protobuf:"bytes,9,rep,name=Genres,proto3" json:"Genres,omitempty"`
	Platforms            *Platforms       `protobuf:"bytes,10,opt,name=Platforms,proto3" json:"Platforms,omitempty"`
	Requirements         *Requirements    `protobuf:"bytes,11,opt,name=Requirements,proto3" json:"Requirements,omitempty"`
	Languages            *Languages       `protobuf:"bytes,12,opt,name=Languages,proto3" json:"Languages,omitempty"`
	DisplayRemainingTime bool             `protobuf:"varint,13,opt,name=DisplayRemainingTime,proto3" json:"DisplayRemainingTime,omitempty"`
	FeaturesControl      string           `protobuf:"bytes,14,opt,name=FeaturesControl,proto3" json:"FeaturesControl,omitempty"`
	Features             []string         `protobuf:"bytes,15,rep,name=Features,proto3" json:"Features,omitempty"`
	Media                *Media           `protobuf:"bytes,16,opt,name=Media,proto3" json:"Media,omitempty"`
	Ratings              *Ratings         `protobuf:"bytes,17,opt,name=Ratings,proto3" json:"Ratings,omitempty"`
	Tagline              *LocalizedString `protobuf:"bytes,18,opt,name=Tagline,proto3" json:"Tagline,omitempty"`
	GameSite             string           `protobuf:"bytes,19,opt,name=GameSite,proto3" json:"GameSite,omitempty"`
	Reviews              []*Review        `protobuf:"bytes,20,rep,name=Reviews,proto3" json:"Reviews,omitempty"`
	Publisher            *LinkObject      `protobuf:"bytes,21,opt,name=Publisher,proto3" json:"Publisher,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GameObject) Descriptor

func (*GameObject) Descriptor() ([]byte, []int)

func (*GameObject) GetDescription

func (m *GameObject) GetDescription() *LocalizedString

func (*GameObject) GetDeveloper

func (m *GameObject) GetDeveloper() *LinkObject

func (*GameObject) GetDisplayRemainingTime

func (m *GameObject) GetDisplayRemainingTime() bool

func (*GameObject) GetFeatures

func (m *GameObject) GetFeatures() []string

func (*GameObject) GetFeaturesControl

func (m *GameObject) GetFeaturesControl() string

func (*GameObject) GetGameSite

func (m *GameObject) GetGameSite() string

func (*GameObject) GetGenreMain

func (m *GameObject) GetGenreMain() *TagObject

func (*GameObject) GetGenres

func (m *GameObject) GetGenres() []*TagObject

func (*GameObject) GetID

func (m *GameObject) GetID() string

func (*GameObject) GetLanguages

func (m *GameObject) GetLanguages() *Languages

func (*GameObject) GetMedia

func (m *GameObject) GetMedia() *Media

func (*GameObject) GetName

func (m *GameObject) GetName() string

func (*GameObject) GetPlatforms

func (m *GameObject) GetPlatforms() *Platforms

func (*GameObject) GetPublisher

func (m *GameObject) GetPublisher() *LinkObject

func (*GameObject) GetRatings

func (m *GameObject) GetRatings() *Ratings

func (*GameObject) GetReleaseDate

func (m *GameObject) GetReleaseDate() string

func (*GameObject) GetRequirements

func (m *GameObject) GetRequirements() *Requirements

func (*GameObject) GetReviews

func (m *GameObject) GetReviews() []*Review

func (*GameObject) GetTagline

func (m *GameObject) GetTagline() *LocalizedString

func (*GameObject) GetTags

func (m *GameObject) GetTags() []*TagObject

func (*GameObject) GetTitle

func (m *GameObject) GetTitle() string

func (*GameObject) ProtoMessage

func (*GameObject) ProtoMessage()

func (*GameObject) Reset

func (m *GameObject) Reset()

func (*GameObject) String

func (m *GameObject) String() string

func (*GameObject) XXX_DiscardUnknown

func (m *GameObject) XXX_DiscardUnknown()

func (*GameObject) XXX_Marshal

func (m *GameObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GameObject) XXX_Merge

func (m *GameObject) XXX_Merge(src proto.Message)

func (*GameObject) XXX_Size

func (m *GameObject) XXX_Size() int

func (*GameObject) XXX_Unmarshal

func (m *GameObject) XXX_Unmarshal(b []byte) error

type Language

type Language struct {
	Voice                bool     `protobuf:"varint,1,opt,name=Voice,proto3" json:"Voice,omitempty"`
	Interface            bool     `protobuf:"varint,2,opt,name=Interface,proto3" json:"Interface,omitempty"`
	Subtitles            bool     `protobuf:"varint,3,opt,name=Subtitles,proto3" json:"Subtitles,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Language) Descriptor

func (*Language) Descriptor() ([]byte, []int)

func (*Language) GetInterface

func (m *Language) GetInterface() bool

func (*Language) GetSubtitles

func (m *Language) GetSubtitles() bool

func (*Language) GetVoice

func (m *Language) GetVoice() bool

func (*Language) ProtoMessage

func (*Language) ProtoMessage()

func (*Language) Reset

func (m *Language) Reset()

func (*Language) String

func (m *Language) String() string

func (*Language) XXX_DiscardUnknown

func (m *Language) XXX_DiscardUnknown()

func (*Language) XXX_Marshal

func (m *Language) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Language) XXX_Merge

func (m *Language) XXX_Merge(src proto.Message)

func (*Language) XXX_Size

func (m *Language) XXX_Size() int

func (*Language) XXX_Unmarshal

func (m *Language) XXX_Unmarshal(b []byte) error

type Languages

type Languages struct {
	EN                   *Language `protobuf:"bytes,1,opt,name=EN,proto3" json:"EN,omitempty"`
	RU                   *Language `protobuf:"bytes,2,opt,name=RU,proto3" json:"RU,omitempty"`
	FR                   *Language `protobuf:"bytes,3,opt,name=FR,proto3" json:"FR,omitempty"`
	ES                   *Language `protobuf:"bytes,4,opt,name=ES,proto3" json:"ES,omitempty"`
	DE                   *Language `protobuf:"bytes,5,opt,name=DE,proto3" json:"DE,omitempty"`
	IT                   *Language `protobuf:"bytes,6,opt,name=IT,proto3" json:"IT,omitempty"`
	PT                   *Language `protobuf:"bytes,7,opt,name=PT,proto3" json:"PT,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Languages) Descriptor

func (*Languages) Descriptor() ([]byte, []int)

func (*Languages) GetDE

func (m *Languages) GetDE() *Language

func (*Languages) GetEN

func (m *Languages) GetEN() *Language

func (*Languages) GetES

func (m *Languages) GetES() *Language

func (*Languages) GetFR

func (m *Languages) GetFR() *Language

func (*Languages) GetIT

func (m *Languages) GetIT() *Language

func (*Languages) GetPT

func (m *Languages) GetPT() *Language

func (*Languages) GetRU

func (m *Languages) GetRU() *Language

func (*Languages) ProtoMessage

func (*Languages) ProtoMessage()

func (*Languages) Reset

func (m *Languages) Reset()

func (*Languages) String

func (m *Languages) String() string

func (*Languages) XXX_DiscardUnknown

func (m *Languages) XXX_DiscardUnknown()

func (*Languages) XXX_Marshal

func (m *Languages) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Languages) XXX_Merge

func (m *Languages) XXX_Merge(src proto.Message)

func (*Languages) XXX_Size

func (m *Languages) XXX_Size() int

func (*Languages) XXX_Unmarshal

func (m *Languages) XXX_Unmarshal(b []byte) error

type LinkObject

type LinkObject struct {
	ID                   string   `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Title                string   `protobuf:"bytes,2,opt,name=Title,proto3" json:"Title,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LinkObject) Descriptor

func (*LinkObject) Descriptor() ([]byte, []int)

func (*LinkObject) GetID

func (m *LinkObject) GetID() string

func (*LinkObject) GetTitle

func (m *LinkObject) GetTitle() string

func (*LinkObject) ProtoMessage

func (*LinkObject) ProtoMessage()

func (*LinkObject) Reset

func (m *LinkObject) Reset()

func (*LinkObject) String

func (m *LinkObject) String() string

func (*LinkObject) XXX_DiscardUnknown

func (m *LinkObject) XXX_DiscardUnknown()

func (*LinkObject) XXX_Marshal

func (m *LinkObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LinkObject) XXX_Merge

func (m *LinkObject) XXX_Merge(src proto.Message)

func (*LinkObject) XXX_Size

func (m *LinkObject) XXX_Size() int

func (*LinkObject) XXX_Unmarshal

func (m *LinkObject) XXX_Unmarshal(b []byte) error

type LocalizedString

type LocalizedString struct {
	EN                   string   `protobuf:"bytes,1,opt,name=EN,proto3" json:"EN,omitempty"`
	RU                   string   `protobuf:"bytes,2,opt,name=RU,proto3" json:"RU,omitempty"`
	FR                   string   `protobuf:"bytes,3,opt,name=FR,proto3" json:"FR,omitempty"`
	ES                   string   `protobuf:"bytes,4,opt,name=ES,proto3" json:"ES,omitempty"`
	DE                   string   `protobuf:"bytes,5,opt,name=DE,proto3" json:"DE,omitempty"`
	IT                   string   `protobuf:"bytes,6,opt,name=IT,proto3" json:"IT,omitempty"`
	PT                   string   `protobuf:"bytes,7,opt,name=PT,proto3" json:"PT,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LocalizedString) Descriptor

func (*LocalizedString) Descriptor() ([]byte, []int)

func (*LocalizedString) GetDE

func (m *LocalizedString) GetDE() string

func (*LocalizedString) GetEN

func (m *LocalizedString) GetEN() string

func (*LocalizedString) GetES

func (m *LocalizedString) GetES() string

func (*LocalizedString) GetFR

func (m *LocalizedString) GetFR() string

func (*LocalizedString) GetIT

func (m *LocalizedString) GetIT() string

func (*LocalizedString) GetPT

func (m *LocalizedString) GetPT() string

func (*LocalizedString) GetRU

func (m *LocalizedString) GetRU() string

func (*LocalizedString) ProtoMessage

func (*LocalizedString) ProtoMessage()

func (*LocalizedString) Reset

func (m *LocalizedString) Reset()

func (*LocalizedString) String

func (m *LocalizedString) String() string

func (*LocalizedString) XXX_DiscardUnknown

func (m *LocalizedString) XXX_DiscardUnknown()

func (*LocalizedString) XXX_Marshal

func (m *LocalizedString) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocalizedString) XXX_Merge

func (m *LocalizedString) XXX_Merge(src proto.Message)

func (*LocalizedString) XXX_Size

func (m *LocalizedString) XXX_Size() int

func (*LocalizedString) XXX_Unmarshal

func (m *LocalizedString) XXX_Unmarshal(b []byte) error

type LocalizedStringArray

type LocalizedStringArray struct {
	EN                   []string `protobuf:"bytes,1,rep,name=EN,proto3" json:"EN,omitempty"`
	RU                   []string `protobuf:"bytes,2,rep,name=RU,proto3" json:"RU,omitempty"`
	FR                   []string `protobuf:"bytes,3,rep,name=FR,proto3" json:"FR,omitempty"`
	ES                   []string `protobuf:"bytes,4,rep,name=ES,proto3" json:"ES,omitempty"`
	DE                   []string `protobuf:"bytes,5,rep,name=DE,proto3" json:"DE,omitempty"`
	IT                   []string `protobuf:"bytes,6,rep,name=IT,proto3" json:"IT,omitempty"`
	PT                   []string `protobuf:"bytes,7,rep,name=PT,proto3" json:"PT,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LocalizedStringArray) Descriptor

func (*LocalizedStringArray) Descriptor() ([]byte, []int)

func (*LocalizedStringArray) GetDE

func (m *LocalizedStringArray) GetDE() []string

func (*LocalizedStringArray) GetEN

func (m *LocalizedStringArray) GetEN() []string

func (*LocalizedStringArray) GetES

func (m *LocalizedStringArray) GetES() []string

func (*LocalizedStringArray) GetFR

func (m *LocalizedStringArray) GetFR() []string

func (*LocalizedStringArray) GetIT

func (m *LocalizedStringArray) GetIT() []string

func (*LocalizedStringArray) GetPT

func (m *LocalizedStringArray) GetPT() []string

func (*LocalizedStringArray) GetRU

func (m *LocalizedStringArray) GetRU() []string

func (*LocalizedStringArray) ProtoMessage

func (*LocalizedStringArray) ProtoMessage()

func (*LocalizedStringArray) Reset

func (m *LocalizedStringArray) Reset()

func (*LocalizedStringArray) String

func (m *LocalizedStringArray) String() string

func (*LocalizedStringArray) XXX_DiscardUnknown

func (m *LocalizedStringArray) XXX_DiscardUnknown()

func (*LocalizedStringArray) XXX_Marshal

func (m *LocalizedStringArray) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocalizedStringArray) XXX_Merge

func (m *LocalizedStringArray) XXX_Merge(src proto.Message)

func (*LocalizedStringArray) XXX_Size

func (m *LocalizedStringArray) XXX_Size() int

func (*LocalizedStringArray) XXX_Unmarshal

func (m *LocalizedStringArray) XXX_Unmarshal(b []byte) error

type MachineRequirements

type MachineRequirements struct {
	System               string   `protobuf:"bytes,1,opt,name=System,proto3" json:"System,omitempty"`
	Processor            string   `protobuf:"bytes,2,opt,name=Processor,proto3" json:"Processor,omitempty"`
	Graphics             string   `protobuf:"bytes,3,opt,name=Graphics,proto3" json:"Graphics,omitempty"`
	Sound                string   `protobuf:"bytes,4,opt,name=Sound,proto3" json:"Sound,omitempty"`
	Ram                  int32    `protobuf:"varint,5,opt,name=Ram,proto3" json:"Ram,omitempty"`
	RamDimension         string   `protobuf:"bytes,6,opt,name=RamDimension,proto3" json:"RamDimension,omitempty"`
	Storage              int32    `protobuf:"varint,7,opt,name=Storage,proto3" json:"Storage,omitempty"`
	StorageDimension     string   `protobuf:"bytes,8,opt,name=StorageDimension,proto3" json:"StorageDimension,omitempty"`
	Other                string   `protobuf:"bytes,9,opt,name=Other,proto3" json:"Other,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MachineRequirements) Descriptor

func (*MachineRequirements) Descriptor() ([]byte, []int)

func (*MachineRequirements) GetGraphics

func (m *MachineRequirements) GetGraphics() string

func (*MachineRequirements) GetOther

func (m *MachineRequirements) GetOther() string

func (*MachineRequirements) GetProcessor

func (m *MachineRequirements) GetProcessor() string

func (*MachineRequirements) GetRam

func (m *MachineRequirements) GetRam() int32

func (*MachineRequirements) GetRamDimension

func (m *MachineRequirements) GetRamDimension() string

func (*MachineRequirements) GetSound

func (m *MachineRequirements) GetSound() string

func (*MachineRequirements) GetStorage

func (m *MachineRequirements) GetStorage() int32

func (*MachineRequirements) GetStorageDimension

func (m *MachineRequirements) GetStorageDimension() string

func (*MachineRequirements) GetSystem

func (m *MachineRequirements) GetSystem() string

func (*MachineRequirements) ProtoMessage

func (*MachineRequirements) ProtoMessage()

func (*MachineRequirements) Reset

func (m *MachineRequirements) Reset()

func (*MachineRequirements) String

func (m *MachineRequirements) String() string

func (*MachineRequirements) XXX_DiscardUnknown

func (m *MachineRequirements) XXX_DiscardUnknown()

func (*MachineRequirements) XXX_Marshal

func (m *MachineRequirements) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MachineRequirements) XXX_Merge

func (m *MachineRequirements) XXX_Merge(src proto.Message)

func (*MachineRequirements) XXX_Size

func (m *MachineRequirements) XXX_Size() int

func (*MachineRequirements) XXX_Unmarshal

func (m *MachineRequirements) XXX_Unmarshal(b []byte) error

type Media

type Media struct {
	CoverImage           *LocalizedString      `protobuf:"bytes,1,opt,name=CoverImage,proto3" json:"CoverImage,omitempty"`
	CoverVideo           *LocalizedString      `protobuf:"bytes,2,opt,name=CoverVideo,proto3" json:"CoverVideo,omitempty"`
	Trailers             *LocalizedStringArray `protobuf:"bytes,3,opt,name=Trailers,proto3" json:"Trailers,omitempty"`
	Screenshots          *LocalizedStringArray `protobuf:"bytes,4,opt,name=Screenshots,proto3" json:"Screenshots,omitempty"`
	Special              *LocalizedString      `protobuf:"bytes,5,opt,name=Special,proto3" json:"Special,omitempty"`
	Friends              *LocalizedString      `protobuf:"bytes,6,opt,name=Friends,proto3" json:"Friends,omitempty"`
	CapsuleGeneric       *LocalizedString      `protobuf:"bytes,7,opt,name=CapsuleGeneric,proto3" json:"CapsuleGeneric,omitempty"`
	CapsuleSmall         *LocalizedString      `protobuf:"bytes,8,opt,name=CapsuleSmall,proto3" json:"CapsuleSmall,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Media) Descriptor

func (*Media) Descriptor() ([]byte, []int)

func (*Media) GetCapsuleGeneric

func (m *Media) GetCapsuleGeneric() *LocalizedString

func (*Media) GetCapsuleSmall

func (m *Media) GetCapsuleSmall() *LocalizedString

func (*Media) GetCoverImage

func (m *Media) GetCoverImage() *LocalizedString

func (*Media) GetCoverVideo

func (m *Media) GetCoverVideo() *LocalizedString

func (*Media) GetFriends

func (m *Media) GetFriends() *LocalizedString

func (*Media) GetScreenshots

func (m *Media) GetScreenshots() *LocalizedStringArray

func (*Media) GetSpecial

func (m *Media) GetSpecial() *LocalizedString

func (*Media) GetTrailers

func (m *Media) GetTrailers() *LocalizedStringArray

func (*Media) ProtoMessage

func (*Media) ProtoMessage()

func (*Media) Reset

func (m *Media) Reset()

func (*Media) String

func (m *Media) String() string

func (*Media) XXX_DiscardUnknown

func (m *Media) XXX_DiscardUnknown()

func (*Media) XXX_Marshal

func (m *Media) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Media) XXX_Merge

func (m *Media) XXX_Merge(src proto.Message)

func (*Media) XXX_Size

func (m *Media) XXX_Size() int

func (*Media) XXX_Unmarshal

func (m *Media) XXX_Unmarshal(b []byte) error

type PlatformRequirements

type PlatformRequirements struct {
	Minimal              *MachineRequirements `protobuf:"bytes,1,opt,name=Minimal,proto3" json:"Minimal,omitempty"`
	Recommended          *MachineRequirements `protobuf:"bytes,2,opt,name=Recommended,proto3" json:"Recommended,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PlatformRequirements) Descriptor

func (*PlatformRequirements) Descriptor() ([]byte, []int)

func (*PlatformRequirements) GetMinimal

func (m *PlatformRequirements) GetMinimal() *MachineRequirements

func (*PlatformRequirements) GetRecommended

func (m *PlatformRequirements) GetRecommended() *MachineRequirements

func (*PlatformRequirements) ProtoMessage

func (*PlatformRequirements) ProtoMessage()

func (*PlatformRequirements) Reset

func (m *PlatformRequirements) Reset()

func (*PlatformRequirements) String

func (m *PlatformRequirements) String() string

func (*PlatformRequirements) XXX_DiscardUnknown

func (m *PlatformRequirements) XXX_DiscardUnknown()

func (*PlatformRequirements) XXX_Marshal

func (m *PlatformRequirements) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PlatformRequirements) XXX_Merge

func (m *PlatformRequirements) XXX_Merge(src proto.Message)

func (*PlatformRequirements) XXX_Size

func (m *PlatformRequirements) XXX_Size() int

func (*PlatformRequirements) XXX_Unmarshal

func (m *PlatformRequirements) XXX_Unmarshal(b []byte) error

type Platforms

type Platforms struct {
	Windows              bool     `protobuf:"varint,1,opt,name=Windows,proto3" json:"Windows,omitempty"`
	MacOs                bool     `protobuf:"varint,2,opt,name=MacOs,proto3" json:"MacOs,omitempty"`
	Linux                bool     `protobuf:"varint,3,opt,name=Linux,proto3" json:"Linux,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Platforms) Descriptor

func (*Platforms) Descriptor() ([]byte, []int)

func (*Platforms) GetLinux

func (m *Platforms) GetLinux() bool

func (*Platforms) GetMacOs

func (m *Platforms) GetMacOs() bool

func (*Platforms) GetWindows

func (m *Platforms) GetWindows() bool

func (*Platforms) ProtoMessage

func (*Platforms) ProtoMessage()

func (*Platforms) Reset

func (m *Platforms) Reset()

func (*Platforms) String

func (m *Platforms) String() string

func (*Platforms) XXX_DiscardUnknown

func (m *Platforms) XXX_DiscardUnknown()

func (*Platforms) XXX_Marshal

func (m *Platforms) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Platforms) XXX_Merge

func (m *Platforms) XXX_Merge(src proto.Message)

func (*Platforms) XXX_Size

func (m *Platforms) XXX_Size() int

func (*Platforms) XXX_Unmarshal

func (m *Platforms) XXX_Unmarshal(b []byte) error

type RatingInfo

type RatingInfo struct {
	AgeRestrict          int32    `protobuf:"varint,1,opt,name=AgeRestrict,proto3" json:"AgeRestrict,omitempty"`
	DisplayOnlineNotice  bool     `protobuf:"varint,2,opt,name=DisplayOnlineNotice,proto3" json:"DisplayOnlineNotice,omitempty"`
	ShowAgeRestrict      bool     `protobuf:"varint,3,opt,name=ShowAgeRestrict,proto3" json:"ShowAgeRestrict,omitempty"`
	Rating               string   `protobuf:"bytes,4,opt,name=Rating,proto3" json:"Rating,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RatingInfo) Descriptor

func (*RatingInfo) Descriptor() ([]byte, []int)

func (*RatingInfo) GetAgeRestrict

func (m *RatingInfo) GetAgeRestrict() int32

func (*RatingInfo) GetDisplayOnlineNotice

func (m *RatingInfo) GetDisplayOnlineNotice() bool

func (*RatingInfo) GetRating

func (m *RatingInfo) GetRating() string

func (*RatingInfo) GetShowAgeRestrict

func (m *RatingInfo) GetShowAgeRestrict() bool

func (*RatingInfo) ProtoMessage

func (*RatingInfo) ProtoMessage()

func (*RatingInfo) Reset

func (m *RatingInfo) Reset()

func (*RatingInfo) String

func (m *RatingInfo) String() string

func (*RatingInfo) XXX_DiscardUnknown

func (m *RatingInfo) XXX_DiscardUnknown()

func (*RatingInfo) XXX_Marshal

func (m *RatingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RatingInfo) XXX_Merge

func (m *RatingInfo) XXX_Merge(src proto.Message)

func (*RatingInfo) XXX_Size

func (m *RatingInfo) XXX_Size() int

func (*RatingInfo) XXX_Unmarshal

func (m *RatingInfo) XXX_Unmarshal(b []byte) error

type Ratings

type Ratings struct {
	PEGI                 *RatingInfo `protobuf:"bytes,1,opt,name=PEGI,proto3" json:"PEGI,omitempty"`
	BBFC                 *RatingInfo `protobuf:"bytes,2,opt,name=BBFC,proto3" json:"BBFC,omitempty"`
	CERO                 *RatingInfo `protobuf:"bytes,3,opt,name=CERO,proto3" json:"CERO,omitempty"`
	ESRB                 *RatingInfo `protobuf:"bytes,4,opt,name=ESRB,proto3" json:"ESRB,omitempty"`
	USK                  *RatingInfo `protobuf:"bytes,5,opt,name=USK,proto3" json:"USK,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Ratings) Descriptor

func (*Ratings) Descriptor() ([]byte, []int)

func (*Ratings) GetBBFC

func (m *Ratings) GetBBFC() *RatingInfo

func (*Ratings) GetCERO

func (m *Ratings) GetCERO() *RatingInfo

func (*Ratings) GetESRB

func (m *Ratings) GetESRB() *RatingInfo

func (*Ratings) GetPEGI

func (m *Ratings) GetPEGI() *RatingInfo

func (*Ratings) GetUSK

func (m *Ratings) GetUSK() *RatingInfo

func (*Ratings) ProtoMessage

func (*Ratings) ProtoMessage()

func (*Ratings) Reset

func (m *Ratings) Reset()

func (*Ratings) String

func (m *Ratings) String() string

func (*Ratings) XXX_DiscardUnknown

func (m *Ratings) XXX_DiscardUnknown()

func (*Ratings) XXX_Marshal

func (m *Ratings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ratings) XXX_Merge

func (m *Ratings) XXX_Merge(src proto.Message)

func (*Ratings) XXX_Size

func (m *Ratings) XXX_Size() int

func (*Ratings) XXX_Unmarshal

func (m *Ratings) XXX_Unmarshal(b []byte) error

type Requirements

type Requirements struct {
	Windows              *PlatformRequirements `protobuf:"bytes,1,opt,name=Windows,proto3" json:"Windows,omitempty"`
	MacOs                *PlatformRequirements `protobuf:"bytes,2,opt,name=MacOs,proto3" json:"MacOs,omitempty"`
	Linux                *PlatformRequirements `protobuf:"bytes,3,opt,name=Linux,proto3" json:"Linux,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Requirements) Descriptor

func (*Requirements) Descriptor() ([]byte, []int)

func (*Requirements) GetLinux

func (m *Requirements) GetLinux() *PlatformRequirements

func (*Requirements) GetMacOs

func (m *Requirements) GetMacOs() *PlatformRequirements

func (*Requirements) GetWindows

func (m *Requirements) GetWindows() *PlatformRequirements

func (*Requirements) ProtoMessage

func (*Requirements) ProtoMessage()

func (*Requirements) Reset

func (m *Requirements) Reset()

func (*Requirements) String

func (m *Requirements) String() string

func (*Requirements) XXX_DiscardUnknown

func (m *Requirements) XXX_DiscardUnknown()

func (*Requirements) XXX_Marshal

func (m *Requirements) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Requirements) XXX_Merge

func (m *Requirements) XXX_Merge(src proto.Message)

func (*Requirements) XXX_Size

func (m *Requirements) XXX_Size() int

func (*Requirements) XXX_Unmarshal

func (m *Requirements) XXX_Unmarshal(b []byte) error

type Review

type Review struct {
	PressName            string   `protobuf:"bytes,1,opt,name=PressName,proto3" json:"PressName,omitempty"`
	Link                 string   `protobuf:"bytes,2,opt,name=Link,proto3" json:"Link,omitempty"`
	Score                string   `protobuf:"bytes,3,opt,name=Score,proto3" json:"Score,omitempty"`
	Quote                string   `protobuf:"bytes,4,opt,name=Quote,proto3" json:"Quote,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Review) Descriptor

func (*Review) Descriptor() ([]byte, []int)
func (m *Review) GetLink() string

func (*Review) GetPressName

func (m *Review) GetPressName() string

func (*Review) GetQuote

func (m *Review) GetQuote() string

func (*Review) GetScore

func (m *Review) GetScore() string

func (*Review) ProtoMessage

func (*Review) ProtoMessage()

func (*Review) Reset

func (m *Review) Reset()

func (*Review) String

func (m *Review) String() string

func (*Review) XXX_DiscardUnknown

func (m *Review) XXX_DiscardUnknown()

func (*Review) XXX_Marshal

func (m *Review) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Review) XXX_Merge

func (m *Review) XXX_Merge(src proto.Message)

func (*Review) XXX_Size

func (m *Review) XXX_Size() int

func (*Review) XXX_Unmarshal

func (m *Review) XXX_Unmarshal(b []byte) error

type TagObject

type TagObject struct {
	ID                   string           `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Name                 *LocalizedString `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*TagObject) Descriptor

func (*TagObject) Descriptor() ([]byte, []int)

func (*TagObject) GetID

func (m *TagObject) GetID() string

func (*TagObject) GetName

func (m *TagObject) GetName() *LocalizedString

func (*TagObject) ProtoMessage

func (*TagObject) ProtoMessage()

func (*TagObject) Reset

func (m *TagObject) Reset()

func (*TagObject) String

func (m *TagObject) String() string

func (*TagObject) XXX_DiscardUnknown

func (m *TagObject) XXX_DiscardUnknown()

func (*TagObject) XXX_Marshal

func (m *TagObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TagObject) XXX_Merge

func (m *TagObject) XXX_Merge(src proto.Message)

func (*TagObject) XXX_Size

func (m *TagObject) XXX_Size() int

func (*TagObject) XXX_Unmarshal

func (m *TagObject) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL