v1

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Default_AccountReference_Region uint32 = 0
View Source
const Default_GetLicensesRequest_ExcludeUnknownProgram bool = false
View Source
const Default_SubscriberReference_ObjectId uint64 = 0
View Source
const Default_SubscriberReference_SubscriberId uint64 = 0

Variables

View Source
var IdentityVerificationStatus_name = map[int32]string{
	0: "IDENT_NO_DATA",
	1: "IDENT_PENDING",
	2: "IDENT_OVER_18",
	3: "IDENT_UNDER_18",
	4: "IDENT_FAILED",
	5: "IDENT_SUCCESS",
	6: "IDENT_SUCC_MNL",
	7: "IDENT_UNKNOWN",
}
View Source
var IdentityVerificationStatus_value = map[string]int32{
	"IDENT_NO_DATA":  0,
	"IDENT_PENDING":  1,
	"IDENT_OVER_18":  2,
	"IDENT_UNDER_18": 3,
	"IDENT_FAILED":   4,
	"IDENT_SUCCESS":  5,
	"IDENT_SUCC_MNL": 6,
	"IDENT_UNKNOWN":  7,
}
View Source
var PrivacyInfo_GameInfoPrivacy_name = map[int32]string{
	0: "PRIVACY_ME",
	1: "PRIVACY_FRIENDS",
	2: "PRIVACY_EVERYONE",
}
View Source
var PrivacyInfo_GameInfoPrivacy_value = map[string]int32{
	"PRIVACY_ME":       0,
	"PRIVACY_FRIENDS":  1,
	"PRIVACY_EVERYONE": 2,
}

Functions

This section is empty.

Types

type AccountFieldOptions

type AccountFieldOptions struct {
	AllFields                *bool    `protobuf:"varint,1,opt,name=all_fields,json=allFields" json:"all_fields,omitempty"`
	FieldAccountLevelInfo    *bool    `protobuf:"varint,2,opt,name=field_account_level_info,json=fieldAccountLevelInfo" json:"field_account_level_info,omitempty"`
	FieldPrivacyInfo         *bool    `protobuf:"varint,3,opt,name=field_privacy_info,json=fieldPrivacyInfo" json:"field_privacy_info,omitempty"`
	FieldParentalControlInfo *bool    `` /* 131-byte string literal not displayed */
	FieldGameLevelInfo       *bool    `protobuf:"varint,6,opt,name=field_game_level_info,json=fieldGameLevelInfo" json:"field_game_level_info,omitempty"`
	FieldGameStatus          *bool    `protobuf:"varint,7,opt,name=field_game_status,json=fieldGameStatus" json:"field_game_status,omitempty"`
	FieldGameAccounts        *bool    `protobuf:"varint,8,opt,name=field_game_accounts,json=fieldGameAccounts" json:"field_game_accounts,omitempty"`
	FieldSecurityStatus      *bool    `protobuf:"varint,9,opt,name=field_security_status,json=fieldSecurityStatus" json:"field_security_status,omitempty"`
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*AccountFieldOptions) Descriptor

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

func (*AccountFieldOptions) GetAllFields

func (m *AccountFieldOptions) GetAllFields() bool

func (*AccountFieldOptions) GetFieldAccountLevelInfo

func (m *AccountFieldOptions) GetFieldAccountLevelInfo() bool

func (*AccountFieldOptions) GetFieldGameAccounts

func (m *AccountFieldOptions) GetFieldGameAccounts() bool

func (*AccountFieldOptions) GetFieldGameLevelInfo

func (m *AccountFieldOptions) GetFieldGameLevelInfo() bool

func (*AccountFieldOptions) GetFieldGameStatus

func (m *AccountFieldOptions) GetFieldGameStatus() bool

func (*AccountFieldOptions) GetFieldParentalControlInfo

func (m *AccountFieldOptions) GetFieldParentalControlInfo() bool

func (*AccountFieldOptions) GetFieldPrivacyInfo

func (m *AccountFieldOptions) GetFieldPrivacyInfo() bool

func (*AccountFieldOptions) GetFieldSecurityStatus

func (m *AccountFieldOptions) GetFieldSecurityStatus() bool

func (*AccountFieldOptions) ProtoMessage

func (*AccountFieldOptions) ProtoMessage()

func (*AccountFieldOptions) Reset

func (m *AccountFieldOptions) Reset()

func (*AccountFieldOptions) String

func (m *AccountFieldOptions) String() string

func (*AccountFieldOptions) XXX_DiscardUnknown

func (m *AccountFieldOptions) XXX_DiscardUnknown()

func (*AccountFieldOptions) XXX_Marshal

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

func (*AccountFieldOptions) XXX_Merge

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

func (*AccountFieldOptions) XXX_Size

func (m *AccountFieldOptions) XXX_Size() int

func (*AccountFieldOptions) XXX_Unmarshal

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

type AccountFieldTags

type AccountFieldTags struct {
	AccountLevelInfoTag    *uint32       `protobuf:"fixed32,2,opt,name=account_level_info_tag,json=accountLevelInfoTag" json:"account_level_info_tag,omitempty"`
	PrivacyInfoTag         *uint32       `protobuf:"fixed32,3,opt,name=privacy_info_tag,json=privacyInfoTag" json:"privacy_info_tag,omitempty"`
	ParentalControlInfoTag *uint32       `` /* 126-byte string literal not displayed */
	GameLevelInfoTags      []*ProgramTag `protobuf:"bytes,7,rep,name=game_level_info_tags,json=gameLevelInfoTags" json:"game_level_info_tags,omitempty"`
	GameStatusTags         []*ProgramTag `protobuf:"bytes,9,rep,name=game_status_tags,json=gameStatusTags" json:"game_status_tags,omitempty"`
	GameAccountTags        []*RegionTag  `protobuf:"bytes,11,rep,name=game_account_tags,json=gameAccountTags" json:"game_account_tags,omitempty"`
	SecurityStatusTag      *uint32       `protobuf:"fixed32,12,opt,name=security_status_tag,json=securityStatusTag" json:"security_status_tag,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}      `json:"-"`
	XXX_unrecognized       []byte        `json:"-"`
	XXX_sizecache          int32         `json:"-"`
}

func (*AccountFieldTags) Descriptor

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

func (*AccountFieldTags) GetAccountLevelInfoTag

func (m *AccountFieldTags) GetAccountLevelInfoTag() uint32

func (*AccountFieldTags) GetGameAccountTags

func (m *AccountFieldTags) GetGameAccountTags() []*RegionTag

func (*AccountFieldTags) GetGameLevelInfoTags

func (m *AccountFieldTags) GetGameLevelInfoTags() []*ProgramTag

func (*AccountFieldTags) GetGameStatusTags

func (m *AccountFieldTags) GetGameStatusTags() []*ProgramTag

func (*AccountFieldTags) GetParentalControlInfoTag

func (m *AccountFieldTags) GetParentalControlInfoTag() uint32

func (*AccountFieldTags) GetPrivacyInfoTag

func (m *AccountFieldTags) GetPrivacyInfoTag() uint32

func (*AccountFieldTags) GetSecurityStatusTag

func (m *AccountFieldTags) GetSecurityStatusTag() uint32

func (*AccountFieldTags) ProtoMessage

func (*AccountFieldTags) ProtoMessage()

func (*AccountFieldTags) Reset

func (m *AccountFieldTags) Reset()

func (*AccountFieldTags) String

func (m *AccountFieldTags) String() string

func (*AccountFieldTags) XXX_DiscardUnknown

func (m *AccountFieldTags) XXX_DiscardUnknown()

func (*AccountFieldTags) XXX_Marshal

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

func (*AccountFieldTags) XXX_Merge

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

func (*AccountFieldTags) XXX_Size

func (m *AccountFieldTags) XXX_Size() int

func (*AccountFieldTags) XXX_Unmarshal

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

type AccountId

type AccountId struct {
	Id                   *uint32  `protobuf:"fixed32,1,req,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountId) Descriptor

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

func (*AccountId) GetId

func (m *AccountId) GetId() uint32

func (*AccountId) ProtoMessage

func (*AccountId) ProtoMessage()

func (*AccountId) Reset

func (m *AccountId) Reset()

func (*AccountId) String

func (m *AccountId) String() string

func (*AccountId) XXX_DiscardUnknown

func (m *AccountId) XXX_DiscardUnknown()

func (*AccountId) XXX_Marshal

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

func (*AccountId) XXX_Merge

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

func (*AccountId) XXX_Size

func (m *AccountId) XXX_Size() int

func (*AccountId) XXX_Unmarshal

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

type AccountLevelInfo

type AccountLevelInfo struct {
	Licenses               []*AccountLicense           `protobuf:"bytes,3,rep,name=licenses" json:"licenses,omitempty"`
	DefaultCurrency        *uint32                     `protobuf:"fixed32,4,opt,name=default_currency,json=defaultCurrency" json:"default_currency,omitempty"`
	Country                *string                     `protobuf:"bytes,5,opt,name=country" json:"country,omitempty"`
	PreferredRegion        *uint32                     `protobuf:"varint,6,opt,name=preferred_region,json=preferredRegion" json:"preferred_region,omitempty"`
	FullName               *string                     `protobuf:"bytes,7,opt,name=full_name,json=fullName" json:"full_name,omitempty"`
	BattleTag              *string                     `protobuf:"bytes,8,opt,name=battle_tag,json=battleTag" json:"battle_tag,omitempty"`
	Muted                  *bool                       `protobuf:"varint,9,opt,name=muted" json:"muted,omitempty"`
	ManualReview           *bool                       `protobuf:"varint,10,opt,name=manual_review,json=manualReview" json:"manual_review,omitempty"`
	AccountPaidAny         *bool                       `protobuf:"varint,11,opt,name=account_paid_any,json=accountPaidAny" json:"account_paid_any,omitempty"`
	IdentityCheckStatus    *IdentityVerificationStatus `` /* 171-byte string literal not displayed */
	Email                  *string                     `protobuf:"bytes,13,opt,name=email" json:"email,omitempty"`
	HeadlessAccount        *bool                       `protobuf:"varint,14,opt,name=headless_account,json=headlessAccount" json:"headless_account,omitempty"`
	TestAccount            *bool                       `protobuf:"varint,15,opt,name=test_account,json=testAccount" json:"test_account,omitempty"`
	IsSmsProtected         *bool                       `protobuf:"varint,17,opt,name=is_sms_protected,json=isSmsProtected" json:"is_sms_protected,omitempty"`
	RatingsBoardMinimumAge *uint32                     `` /* 126-byte string literal not displayed */
	PhoneNumber            *string                     `protobuf:"bytes,19,opt,name=phone_number,json=phoneNumber" json:"phone_number,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                    `json:"-"`
	XXX_unrecognized       []byte                      `json:"-"`
	XXX_sizecache          int32                       `json:"-"`
}

func (*AccountLevelInfo) Descriptor

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

func (*AccountLevelInfo) GetAccountPaidAny

func (m *AccountLevelInfo) GetAccountPaidAny() bool

func (*AccountLevelInfo) GetBattleTag

func (m *AccountLevelInfo) GetBattleTag() string

func (*AccountLevelInfo) GetCountry

func (m *AccountLevelInfo) GetCountry() string

func (*AccountLevelInfo) GetDefaultCurrency

func (m *AccountLevelInfo) GetDefaultCurrency() uint32

func (*AccountLevelInfo) GetEmail

func (m *AccountLevelInfo) GetEmail() string

func (*AccountLevelInfo) GetFullName

func (m *AccountLevelInfo) GetFullName() string

func (*AccountLevelInfo) GetHeadlessAccount

func (m *AccountLevelInfo) GetHeadlessAccount() bool

func (*AccountLevelInfo) GetIdentityCheckStatus

func (m *AccountLevelInfo) GetIdentityCheckStatus() IdentityVerificationStatus

func (*AccountLevelInfo) GetIsSmsProtected

func (m *AccountLevelInfo) GetIsSmsProtected() bool

func (*AccountLevelInfo) GetLicenses

func (m *AccountLevelInfo) GetLicenses() []*AccountLicense

func (*AccountLevelInfo) GetManualReview

func (m *AccountLevelInfo) GetManualReview() bool

func (*AccountLevelInfo) GetMuted

func (m *AccountLevelInfo) GetMuted() bool

func (*AccountLevelInfo) GetPhoneNumber

func (m *AccountLevelInfo) GetPhoneNumber() string

func (*AccountLevelInfo) GetPreferredRegion

func (m *AccountLevelInfo) GetPreferredRegion() uint32

func (*AccountLevelInfo) GetRatingsBoardMinimumAge

func (m *AccountLevelInfo) GetRatingsBoardMinimumAge() uint32

func (*AccountLevelInfo) GetTestAccount

func (m *AccountLevelInfo) GetTestAccount() bool

func (*AccountLevelInfo) ProtoMessage

func (*AccountLevelInfo) ProtoMessage()

func (*AccountLevelInfo) Reset

func (m *AccountLevelInfo) Reset()

func (*AccountLevelInfo) String

func (m *AccountLevelInfo) String() string

func (*AccountLevelInfo) XXX_DiscardUnknown

func (m *AccountLevelInfo) XXX_DiscardUnknown()

func (*AccountLevelInfo) XXX_Marshal

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

func (*AccountLevelInfo) XXX_Merge

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

func (*AccountLevelInfo) XXX_Size

func (m *AccountLevelInfo) XXX_Size() int

func (*AccountLevelInfo) XXX_Unmarshal

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

type AccountLicense

type AccountLicense struct {
	Id                   *uint32  `protobuf:"varint,1,req,name=id" json:"id,omitempty"`
	Expires              *uint64  `protobuf:"varint,2,opt,name=expires" json:"expires,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AccountLicense) Descriptor

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

func (*AccountLicense) GetExpires

func (m *AccountLicense) GetExpires() uint64

func (*AccountLicense) GetId

func (m *AccountLicense) GetId() uint32

func (*AccountLicense) ProtoMessage

func (*AccountLicense) ProtoMessage()

func (*AccountLicense) Reset

func (m *AccountLicense) Reset()

func (*AccountLicense) String

func (m *AccountLicense) String() string

func (*AccountLicense) XXX_DiscardUnknown

func (m *AccountLicense) XXX_DiscardUnknown()

func (*AccountLicense) XXX_Marshal

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

func (*AccountLicense) XXX_Merge

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

func (*AccountLicense) XXX_Size

func (m *AccountLicense) XXX_Size() int

func (*AccountLicense) XXX_Unmarshal

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

type AccountReference

type AccountReference struct {
	Id                   *uint32            `protobuf:"fixed32,1,opt,name=id" json:"id,omitempty"`
	Email                *string            `protobuf:"bytes,2,opt,name=email" json:"email,omitempty"`
	Handle               *GameAccountHandle `protobuf:"bytes,3,opt,name=handle" json:"handle,omitempty"`
	BattleTag            *string            `protobuf:"bytes,4,opt,name=battle_tag,json=battleTag" json:"battle_tag,omitempty"`
	PhoneNumber          *string            `protobuf:"bytes,5,opt,name=phone_number,json=phoneNumber" json:"phone_number,omitempty"`
	Region               *uint32            `protobuf:"varint,10,opt,name=region,def=0" json:"region,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*AccountReference) Descriptor

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

func (*AccountReference) GetBattleTag

func (m *AccountReference) GetBattleTag() string

func (*AccountReference) GetEmail

func (m *AccountReference) GetEmail() string

func (*AccountReference) GetHandle

func (m *AccountReference) GetHandle() *GameAccountHandle

func (*AccountReference) GetId

func (m *AccountReference) GetId() uint32

func (*AccountReference) GetPhoneNumber

func (m *AccountReference) GetPhoneNumber() string

func (*AccountReference) GetRegion

func (m *AccountReference) GetRegion() uint32

func (*AccountReference) ProtoMessage

func (*AccountReference) ProtoMessage()

func (*AccountReference) Reset

func (m *AccountReference) Reset()

func (*AccountReference) String

func (m *AccountReference) String() string

func (*AccountReference) XXX_DiscardUnknown

func (m *AccountReference) XXX_DiscardUnknown()

func (*AccountReference) XXX_Marshal

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

func (*AccountReference) XXX_Merge

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

func (*AccountReference) XXX_Size

func (m *AccountReference) XXX_Size() int

func (*AccountReference) XXX_Unmarshal

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

type AccountState

type AccountState struct {
	AccountLevelInfo     *AccountLevelInfo        `protobuf:"bytes,1,opt,name=account_level_info,json=accountLevelInfo" json:"account_level_info,omitempty"`
	PrivacyInfo          *PrivacyInfo             `protobuf:"bytes,2,opt,name=privacy_info,json=privacyInfo" json:"privacy_info,omitempty"`
	ParentalControlInfo  *ParentalControlInfo     `protobuf:"bytes,3,opt,name=parental_control_info,json=parentalControlInfo" json:"parental_control_info,omitempty"`
	GameLevelInfo        []*GameLevelInfo         `protobuf:"bytes,5,rep,name=game_level_info,json=gameLevelInfo" json:"game_level_info,omitempty"`
	GameStatus           []*GameStatus            `protobuf:"bytes,6,rep,name=game_status,json=gameStatus" json:"game_status,omitempty"`
	GameAccounts         []*GameAccountList       `protobuf:"bytes,7,rep,name=game_accounts,json=gameAccounts" json:"game_accounts,omitempty"`
	SecurityStatus       *SecurityStatus          `protobuf:"bytes,8,opt,name=security_status,json=securityStatus" json:"security_status,omitempty"`
	GovernmentCurfew     *PlayScheduleRestriction `protobuf:"bytes,9,opt,name=government_curfew,json=governmentCurfew" json:"government_curfew,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*AccountState) Descriptor

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

func (*AccountState) GetAccountLevelInfo

func (m *AccountState) GetAccountLevelInfo() *AccountLevelInfo

func (*AccountState) GetGameAccounts

func (m *AccountState) GetGameAccounts() []*GameAccountList

func (*AccountState) GetGameLevelInfo

func (m *AccountState) GetGameLevelInfo() []*GameLevelInfo

func (*AccountState) GetGameStatus

func (m *AccountState) GetGameStatus() []*GameStatus

func (*AccountState) GetGovernmentCurfew

func (m *AccountState) GetGovernmentCurfew() *PlayScheduleRestriction

func (*AccountState) GetParentalControlInfo

func (m *AccountState) GetParentalControlInfo() *ParentalControlInfo

func (*AccountState) GetPrivacyInfo

func (m *AccountState) GetPrivacyInfo() *PrivacyInfo

func (*AccountState) GetSecurityStatus

func (m *AccountState) GetSecurityStatus() *SecurityStatus

func (*AccountState) ProtoMessage

func (*AccountState) ProtoMessage()

func (*AccountState) Reset

func (m *AccountState) Reset()

func (*AccountState) String

func (m *AccountState) String() string

func (*AccountState) XXX_DiscardUnknown

func (m *AccountState) XXX_DiscardUnknown()

func (*AccountState) XXX_Marshal

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

func (*AccountState) XXX_Merge

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

func (*AccountState) XXX_Size

func (m *AccountState) XXX_Size() int

func (*AccountState) XXX_Unmarshal

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

type AccountStateNotification

type AccountStateNotification struct {
	AccountState          *AccountState     `protobuf:"bytes,1,opt,name=account_state,json=accountState" json:"account_state,omitempty"`
	SubscriberId          *uint64           `protobuf:"varint,2,opt,name=subscriber_id,json=subscriberId" json:"subscriber_id,omitempty"` // Deprecated: Do not use.
	AccountTags           *AccountFieldTags `protobuf:"bytes,3,opt,name=account_tags,json=accountTags" json:"account_tags,omitempty"`
	SubscriptionCompleted *bool             `protobuf:"varint,4,opt,name=subscription_completed,json=subscriptionCompleted" json:"subscription_completed,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}          `json:"-"`
	XXX_unrecognized      []byte            `json:"-"`
	XXX_sizecache         int32             `json:"-"`
}

func (*AccountStateNotification) Descriptor

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

func (*AccountStateNotification) GetAccountState

func (m *AccountStateNotification) GetAccountState() *AccountState

func (*AccountStateNotification) GetAccountTags

func (m *AccountStateNotification) GetAccountTags() *AccountFieldTags

func (*AccountStateNotification) GetSubscriberId deprecated

func (m *AccountStateNotification) GetSubscriberId() uint64

Deprecated: Do not use.

func (*AccountStateNotification) GetSubscriptionCompleted

func (m *AccountStateNotification) GetSubscriptionCompleted() bool

func (*AccountStateNotification) ProtoMessage

func (*AccountStateNotification) ProtoMessage()

func (*AccountStateNotification) Reset

func (m *AccountStateNotification) Reset()

func (*AccountStateNotification) String

func (m *AccountStateNotification) String() string

func (*AccountStateNotification) XXX_DiscardUnknown

func (m *AccountStateNotification) XXX_DiscardUnknown()

func (*AccountStateNotification) XXX_Marshal

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

func (*AccountStateNotification) XXX_Merge

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

func (*AccountStateNotification) XXX_Size

func (m *AccountStateNotification) XXX_Size() int

func (*AccountStateNotification) XXX_Unmarshal

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

type AccountStateTagged

type AccountStateTagged struct {
	AccountState         *AccountState     `protobuf:"bytes,1,opt,name=account_state,json=accountState" json:"account_state,omitempty"`
	AccountTags          *AccountFieldTags `protobuf:"bytes,2,opt,name=account_tags,json=accountTags" json:"account_tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*AccountStateTagged) Descriptor

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

func (*AccountStateTagged) GetAccountState

func (m *AccountStateTagged) GetAccountState() *AccountState

func (*AccountStateTagged) GetAccountTags

func (m *AccountStateTagged) GetAccountTags() *AccountFieldTags

func (*AccountStateTagged) ProtoMessage

func (*AccountStateTagged) ProtoMessage()

func (*AccountStateTagged) Reset

func (m *AccountStateTagged) Reset()

func (*AccountStateTagged) String

func (m *AccountStateTagged) String() string

func (*AccountStateTagged) XXX_DiscardUnknown

func (m *AccountStateTagged) XXX_DiscardUnknown()

func (*AccountStateTagged) XXX_Marshal

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

func (*AccountStateTagged) XXX_Merge

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

func (*AccountStateTagged) XXX_Size

func (m *AccountStateTagged) XXX_Size() int

func (*AccountStateTagged) XXX_Unmarshal

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

type AuthorizedData

type AuthorizedData struct {
	Data                 *string  `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
	License              []uint32 `protobuf:"varint,2,rep,name=license" json:"license,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthorizedData) Descriptor

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

func (*AuthorizedData) GetData

func (m *AuthorizedData) GetData() string

func (*AuthorizedData) GetLicense

func (m *AuthorizedData) GetLicense() []uint32

func (*AuthorizedData) ProtoMessage

func (*AuthorizedData) ProtoMessage()

func (*AuthorizedData) Reset

func (m *AuthorizedData) Reset()

func (*AuthorizedData) String

func (m *AuthorizedData) String() string

func (*AuthorizedData) XXX_DiscardUnknown

func (m *AuthorizedData) XXX_DiscardUnknown()

func (*AuthorizedData) XXX_Marshal

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

func (*AuthorizedData) XXX_Merge

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

func (*AuthorizedData) XXX_Size

func (m *AuthorizedData) XXX_Size() int

func (*AuthorizedData) XXX_Unmarshal

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

type CAIS

type CAIS struct {
	PlayedMinutes        *uint32  `protobuf:"varint,1,opt,name=played_minutes,json=playedMinutes" json:"played_minutes,omitempty"`
	RestedMinutes        *uint32  `protobuf:"varint,2,opt,name=rested_minutes,json=restedMinutes" json:"rested_minutes,omitempty"`
	LastHeardTime        *uint64  `protobuf:"varint,3,opt,name=last_heard_time,json=lastHeardTime" json:"last_heard_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CAIS) Descriptor

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

func (*CAIS) GetLastHeardTime

func (m *CAIS) GetLastHeardTime() uint64

func (*CAIS) GetPlayedMinutes

func (m *CAIS) GetPlayedMinutes() uint32

func (*CAIS) GetRestedMinutes

func (m *CAIS) GetRestedMinutes() uint32

func (*CAIS) ProtoMessage

func (*CAIS) ProtoMessage()

func (*CAIS) Reset

func (m *CAIS) Reset()

func (*CAIS) String

func (m *CAIS) String() string

func (*CAIS) XXX_DiscardUnknown

func (m *CAIS) XXX_DiscardUnknown()

func (*CAIS) XXX_Marshal

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

func (*CAIS) XXX_Merge

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

func (*CAIS) XXX_Size

func (m *CAIS) XXX_Size() int

func (*CAIS) XXX_Unmarshal

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

type GameAccountFieldOptions

type GameAccountFieldOptions struct {
	AllFields            *bool    `protobuf:"varint,1,opt,name=all_fields,json=allFields" json:"all_fields,omitempty"`
	FieldGameLevelInfo   *bool    `protobuf:"varint,2,opt,name=field_game_level_info,json=fieldGameLevelInfo" json:"field_game_level_info,omitempty"`
	FieldGameTimeInfo    *bool    `protobuf:"varint,3,opt,name=field_game_time_info,json=fieldGameTimeInfo" json:"field_game_time_info,omitempty"`
	FieldGameStatus      *bool    `protobuf:"varint,4,opt,name=field_game_status,json=fieldGameStatus" json:"field_game_status,omitempty"`
	FieldRafInfo         *bool    `protobuf:"varint,5,opt,name=field_raf_info,json=fieldRafInfo" json:"field_raf_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameAccountFieldOptions) Descriptor

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

func (*GameAccountFieldOptions) GetAllFields

func (m *GameAccountFieldOptions) GetAllFields() bool

func (*GameAccountFieldOptions) GetFieldGameLevelInfo

func (m *GameAccountFieldOptions) GetFieldGameLevelInfo() bool

func (*GameAccountFieldOptions) GetFieldGameStatus

func (m *GameAccountFieldOptions) GetFieldGameStatus() bool

func (*GameAccountFieldOptions) GetFieldGameTimeInfo

func (m *GameAccountFieldOptions) GetFieldGameTimeInfo() bool

func (*GameAccountFieldOptions) GetFieldRafInfo

func (m *GameAccountFieldOptions) GetFieldRafInfo() bool

func (*GameAccountFieldOptions) ProtoMessage

func (*GameAccountFieldOptions) ProtoMessage()

func (*GameAccountFieldOptions) Reset

func (m *GameAccountFieldOptions) Reset()

func (*GameAccountFieldOptions) String

func (m *GameAccountFieldOptions) String() string

func (*GameAccountFieldOptions) XXX_DiscardUnknown

func (m *GameAccountFieldOptions) XXX_DiscardUnknown()

func (*GameAccountFieldOptions) XXX_Marshal

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

func (*GameAccountFieldOptions) XXX_Merge

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

func (*GameAccountFieldOptions) XXX_Size

func (m *GameAccountFieldOptions) XXX_Size() int

func (*GameAccountFieldOptions) XXX_Unmarshal

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

type GameAccountFieldTags

type GameAccountFieldTags struct {
	GameLevelInfoTag     *uint32  `protobuf:"fixed32,2,opt,name=game_level_info_tag,json=gameLevelInfoTag" json:"game_level_info_tag,omitempty"`
	GameTimeInfoTag      *uint32  `protobuf:"fixed32,3,opt,name=game_time_info_tag,json=gameTimeInfoTag" json:"game_time_info_tag,omitempty"`
	GameStatusTag        *uint32  `protobuf:"fixed32,4,opt,name=game_status_tag,json=gameStatusTag" json:"game_status_tag,omitempty"`
	RafInfoTag           *uint32  `protobuf:"fixed32,5,opt,name=raf_info_tag,json=rafInfoTag" json:"raf_info_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameAccountFieldTags) Descriptor

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

func (*GameAccountFieldTags) GetGameLevelInfoTag

func (m *GameAccountFieldTags) GetGameLevelInfoTag() uint32

func (*GameAccountFieldTags) GetGameStatusTag

func (m *GameAccountFieldTags) GetGameStatusTag() uint32

func (*GameAccountFieldTags) GetGameTimeInfoTag

func (m *GameAccountFieldTags) GetGameTimeInfoTag() uint32

func (*GameAccountFieldTags) GetRafInfoTag

func (m *GameAccountFieldTags) GetRafInfoTag() uint32

func (*GameAccountFieldTags) ProtoMessage

func (*GameAccountFieldTags) ProtoMessage()

func (*GameAccountFieldTags) Reset

func (m *GameAccountFieldTags) Reset()

func (*GameAccountFieldTags) String

func (m *GameAccountFieldTags) String() string

func (*GameAccountFieldTags) XXX_DiscardUnknown

func (m *GameAccountFieldTags) XXX_DiscardUnknown()

func (*GameAccountFieldTags) XXX_Marshal

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

func (*GameAccountFieldTags) XXX_Merge

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

func (*GameAccountFieldTags) XXX_Size

func (m *GameAccountFieldTags) XXX_Size() int

func (*GameAccountFieldTags) XXX_Unmarshal

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

type GameAccountFlagUpdateRequest

type GameAccountFlagUpdateRequest struct {
	GameAccount          *GameAccountHandle `protobuf:"bytes,1,opt,name=game_account,json=gameAccount" json:"game_account,omitempty"`
	Flag                 *uint64            `protobuf:"varint,2,opt,name=flag" json:"flag,omitempty"`
	Active               *bool              `protobuf:"varint,3,opt,name=active" json:"active,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GameAccountFlagUpdateRequest) Descriptor

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

func (*GameAccountFlagUpdateRequest) GetActive

func (m *GameAccountFlagUpdateRequest) GetActive() bool

func (*GameAccountFlagUpdateRequest) GetFlag

func (m *GameAccountFlagUpdateRequest) GetFlag() uint64

func (*GameAccountFlagUpdateRequest) GetGameAccount

func (m *GameAccountFlagUpdateRequest) GetGameAccount() *GameAccountHandle

func (*GameAccountFlagUpdateRequest) ProtoMessage

func (*GameAccountFlagUpdateRequest) ProtoMessage()

func (*GameAccountFlagUpdateRequest) Reset

func (m *GameAccountFlagUpdateRequest) Reset()

func (*GameAccountFlagUpdateRequest) String

func (*GameAccountFlagUpdateRequest) XXX_DiscardUnknown

func (m *GameAccountFlagUpdateRequest) XXX_DiscardUnknown()

func (*GameAccountFlagUpdateRequest) XXX_Marshal

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

func (*GameAccountFlagUpdateRequest) XXX_Merge

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

func (*GameAccountFlagUpdateRequest) XXX_Size

func (m *GameAccountFlagUpdateRequest) XXX_Size() int

func (*GameAccountFlagUpdateRequest) XXX_Unmarshal

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

type GameAccountHandle

type GameAccountHandle struct {
	Id                   *uint32  `protobuf:"fixed32,1,req,name=id" json:"id,omitempty"`
	Program              *uint32  `protobuf:"fixed32,2,req,name=program" json:"program,omitempty"`
	Region               *uint32  `protobuf:"varint,3,req,name=region" json:"region,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameAccountHandle) Descriptor

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

func (*GameAccountHandle) GetId

func (m *GameAccountHandle) GetId() uint32

func (*GameAccountHandle) GetProgram

func (m *GameAccountHandle) GetProgram() uint32

func (*GameAccountHandle) GetRegion

func (m *GameAccountHandle) GetRegion() uint32

func (*GameAccountHandle) ProtoMessage

func (*GameAccountHandle) ProtoMessage()

func (*GameAccountHandle) Reset

func (m *GameAccountHandle) Reset()

func (*GameAccountHandle) String

func (m *GameAccountHandle) String() string

func (*GameAccountHandle) XXX_DiscardUnknown

func (m *GameAccountHandle) XXX_DiscardUnknown()

func (*GameAccountHandle) XXX_Marshal

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

func (*GameAccountHandle) XXX_Merge

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

func (*GameAccountHandle) XXX_Size

func (m *GameAccountHandle) XXX_Size() int

func (*GameAccountHandle) XXX_Unmarshal

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

type GameAccountList

type GameAccountList struct {
	Region               *uint32              `protobuf:"varint,3,opt,name=region" json:"region,omitempty"`
	Handle               []*GameAccountHandle `protobuf:"bytes,4,rep,name=handle" json:"handle,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GameAccountList) Descriptor

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

func (*GameAccountList) GetHandle

func (m *GameAccountList) GetHandle() []*GameAccountHandle

func (*GameAccountList) GetRegion

func (m *GameAccountList) GetRegion() uint32

func (*GameAccountList) ProtoMessage

func (*GameAccountList) ProtoMessage()

func (*GameAccountList) Reset

func (m *GameAccountList) Reset()

func (*GameAccountList) String

func (m *GameAccountList) String() string

func (*GameAccountList) XXX_DiscardUnknown

func (m *GameAccountList) XXX_DiscardUnknown()

func (*GameAccountList) XXX_Marshal

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

func (*GameAccountList) XXX_Merge

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

func (*GameAccountList) XXX_Size

func (m *GameAccountList) XXX_Size() int

func (*GameAccountList) XXX_Unmarshal

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

type GameAccountNotification

type GameAccountNotification struct {
	GameAccounts         []*GameAccountList `protobuf:"bytes,1,rep,name=game_accounts,json=gameAccounts" json:"game_accounts,omitempty"`
	SubscriberId         *uint64            `protobuf:"varint,2,opt,name=subscriber_id,json=subscriberId" json:"subscriber_id,omitempty"`
	AccountTags          *AccountFieldTags  `protobuf:"bytes,3,opt,name=account_tags,json=accountTags" json:"account_tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GameAccountNotification) Descriptor

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

func (*GameAccountNotification) GetAccountTags

func (m *GameAccountNotification) GetAccountTags() *AccountFieldTags

func (*GameAccountNotification) GetGameAccounts

func (m *GameAccountNotification) GetGameAccounts() []*GameAccountList

func (*GameAccountNotification) GetSubscriberId

func (m *GameAccountNotification) GetSubscriberId() uint64

func (*GameAccountNotification) ProtoMessage

func (*GameAccountNotification) ProtoMessage()

func (*GameAccountNotification) Reset

func (m *GameAccountNotification) Reset()

func (*GameAccountNotification) String

func (m *GameAccountNotification) String() string

func (*GameAccountNotification) XXX_DiscardUnknown

func (m *GameAccountNotification) XXX_DiscardUnknown()

func (*GameAccountNotification) XXX_Marshal

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

func (*GameAccountNotification) XXX_Merge

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

func (*GameAccountNotification) XXX_Size

func (m *GameAccountNotification) XXX_Size() int

func (*GameAccountNotification) XXX_Unmarshal

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

type GameAccountSessionNotification

type GameAccountSessionNotification struct {
	GameAccount          *GameAccountHandle     `protobuf:"bytes,1,opt,name=game_account,json=gameAccount" json:"game_account,omitempty"`
	SessionInfo          *GameSessionUpdateInfo `protobuf:"bytes,2,opt,name=session_info,json=sessionInfo" json:"session_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GameAccountSessionNotification) Descriptor

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

func (*GameAccountSessionNotification) GetGameAccount

func (*GameAccountSessionNotification) GetSessionInfo

func (*GameAccountSessionNotification) ProtoMessage

func (*GameAccountSessionNotification) ProtoMessage()

func (*GameAccountSessionNotification) Reset

func (m *GameAccountSessionNotification) Reset()

func (*GameAccountSessionNotification) String

func (*GameAccountSessionNotification) XXX_DiscardUnknown

func (m *GameAccountSessionNotification) XXX_DiscardUnknown()

func (*GameAccountSessionNotification) XXX_Marshal

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

func (*GameAccountSessionNotification) XXX_Merge

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

func (*GameAccountSessionNotification) XXX_Size

func (m *GameAccountSessionNotification) XXX_Size() int

func (*GameAccountSessionNotification) XXX_Unmarshal

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

type GameAccountState

type GameAccountState struct {
	GameLevelInfo        *GameLevelInfo `protobuf:"bytes,1,opt,name=game_level_info,json=gameLevelInfo" json:"game_level_info,omitempty"`
	GameTimeInfo         *GameTimeInfo  `protobuf:"bytes,2,opt,name=game_time_info,json=gameTimeInfo" json:"game_time_info,omitempty"`
	GameStatus           *GameStatus    `protobuf:"bytes,3,opt,name=game_status,json=gameStatus" json:"game_status,omitempty"`
	RafInfo              *RAFInfo       `protobuf:"bytes,4,opt,name=raf_info,json=rafInfo" json:"raf_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GameAccountState) Descriptor

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

func (*GameAccountState) GetGameLevelInfo

func (m *GameAccountState) GetGameLevelInfo() *GameLevelInfo

func (*GameAccountState) GetGameStatus

func (m *GameAccountState) GetGameStatus() *GameStatus

func (*GameAccountState) GetGameTimeInfo

func (m *GameAccountState) GetGameTimeInfo() *GameTimeInfo

func (*GameAccountState) GetRafInfo

func (m *GameAccountState) GetRafInfo() *RAFInfo

func (*GameAccountState) ProtoMessage

func (*GameAccountState) ProtoMessage()

func (*GameAccountState) Reset

func (m *GameAccountState) Reset()

func (*GameAccountState) String

func (m *GameAccountState) String() string

func (*GameAccountState) XXX_DiscardUnknown

func (m *GameAccountState) XXX_DiscardUnknown()

func (*GameAccountState) XXX_Marshal

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

func (*GameAccountState) XXX_Merge

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

func (*GameAccountState) XXX_Size

func (m *GameAccountState) XXX_Size() int

func (*GameAccountState) XXX_Unmarshal

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

type GameAccountStateNotification

type GameAccountStateNotification struct {
	GameAccountState      *GameAccountState     `protobuf:"bytes,1,opt,name=game_account_state,json=gameAccountState" json:"game_account_state,omitempty"`
	SubscriberId          *uint64               `protobuf:"varint,2,opt,name=subscriber_id,json=subscriberId" json:"subscriber_id,omitempty"` // Deprecated: Do not use.
	GameAccountTags       *GameAccountFieldTags `protobuf:"bytes,3,opt,name=game_account_tags,json=gameAccountTags" json:"game_account_tags,omitempty"`
	SubscriptionCompleted *bool                 `protobuf:"varint,4,opt,name=subscription_completed,json=subscriptionCompleted" json:"subscription_completed,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}              `json:"-"`
	XXX_unrecognized      []byte                `json:"-"`
	XXX_sizecache         int32                 `json:"-"`
}

func (*GameAccountStateNotification) Descriptor

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

func (*GameAccountStateNotification) GetGameAccountState

func (m *GameAccountStateNotification) GetGameAccountState() *GameAccountState

func (*GameAccountStateNotification) GetGameAccountTags

func (m *GameAccountStateNotification) GetGameAccountTags() *GameAccountFieldTags

func (*GameAccountStateNotification) GetSubscriberId deprecated

func (m *GameAccountStateNotification) GetSubscriberId() uint64

Deprecated: Do not use.

func (*GameAccountStateNotification) GetSubscriptionCompleted

func (m *GameAccountStateNotification) GetSubscriptionCompleted() bool

func (*GameAccountStateNotification) ProtoMessage

func (*GameAccountStateNotification) ProtoMessage()

func (*GameAccountStateNotification) Reset

func (m *GameAccountStateNotification) Reset()

func (*GameAccountStateNotification) String

func (*GameAccountStateNotification) XXX_DiscardUnknown

func (m *GameAccountStateNotification) XXX_DiscardUnknown()

func (*GameAccountStateNotification) XXX_Marshal

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

func (*GameAccountStateNotification) XXX_Merge

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

func (*GameAccountStateNotification) XXX_Size

func (m *GameAccountStateNotification) XXX_Size() int

func (*GameAccountStateNotification) XXX_Unmarshal

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

type GameAccountStateTagged

type GameAccountStateTagged struct {
	GameAccountState     *GameAccountState     `protobuf:"bytes,1,opt,name=game_account_state,json=gameAccountState" json:"game_account_state,omitempty"`
	GameAccountTags      *GameAccountFieldTags `protobuf:"bytes,2,opt,name=game_account_tags,json=gameAccountTags" json:"game_account_tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GameAccountStateTagged) Descriptor

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

func (*GameAccountStateTagged) GetGameAccountState

func (m *GameAccountStateTagged) GetGameAccountState() *GameAccountState

func (*GameAccountStateTagged) GetGameAccountTags

func (m *GameAccountStateTagged) GetGameAccountTags() *GameAccountFieldTags

func (*GameAccountStateTagged) ProtoMessage

func (*GameAccountStateTagged) ProtoMessage()

func (*GameAccountStateTagged) Reset

func (m *GameAccountStateTagged) Reset()

func (*GameAccountStateTagged) String

func (m *GameAccountStateTagged) String() string

func (*GameAccountStateTagged) XXX_DiscardUnknown

func (m *GameAccountStateTagged) XXX_DiscardUnknown()

func (*GameAccountStateTagged) XXX_Marshal

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

func (*GameAccountStateTagged) XXX_Merge

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

func (*GameAccountStateTagged) XXX_Size

func (m *GameAccountStateTagged) XXX_Size() int

func (*GameAccountStateTagged) XXX_Unmarshal

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

type GameLevelInfo

type GameLevelInfo struct {
	IsTrial              *bool             `protobuf:"varint,4,opt,name=is_trial,json=isTrial" json:"is_trial,omitempty"`
	IsLifetime           *bool             `protobuf:"varint,5,opt,name=is_lifetime,json=isLifetime" json:"is_lifetime,omitempty"`
	IsRestricted         *bool             `protobuf:"varint,6,opt,name=is_restricted,json=isRestricted" json:"is_restricted,omitempty"`
	IsBeta               *bool             `protobuf:"varint,7,opt,name=is_beta,json=isBeta" json:"is_beta,omitempty"`
	Name                 *string           `protobuf:"bytes,8,opt,name=name" json:"name,omitempty"`
	Program              *uint32           `protobuf:"fixed32,9,opt,name=program" json:"program,omitempty"`
	Licenses             []*AccountLicense `protobuf:"bytes,10,rep,name=licenses" json:"licenses,omitempty"`
	RealmPermissions     *uint32           `protobuf:"varint,11,opt,name=realm_permissions,json=realmPermissions" json:"realm_permissions,omitempty"`
	LastLogoutTimeMs     *uint64           `protobuf:"varint,12,opt,name=last_logout_time_ms,json=lastLogoutTimeMs" json:"last_logout_time_ms,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GameLevelInfo) Descriptor

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

func (*GameLevelInfo) GetIsBeta

func (m *GameLevelInfo) GetIsBeta() bool

func (*GameLevelInfo) GetIsLifetime

func (m *GameLevelInfo) GetIsLifetime() bool

func (*GameLevelInfo) GetIsRestricted

func (m *GameLevelInfo) GetIsRestricted() bool

func (*GameLevelInfo) GetIsTrial

func (m *GameLevelInfo) GetIsTrial() bool

func (*GameLevelInfo) GetLastLogoutTimeMs

func (m *GameLevelInfo) GetLastLogoutTimeMs() uint64

func (*GameLevelInfo) GetLicenses

func (m *GameLevelInfo) GetLicenses() []*AccountLicense

func (*GameLevelInfo) GetName

func (m *GameLevelInfo) GetName() string

func (*GameLevelInfo) GetProgram

func (m *GameLevelInfo) GetProgram() uint32

func (*GameLevelInfo) GetRealmPermissions

func (m *GameLevelInfo) GetRealmPermissions() uint32

func (*GameLevelInfo) ProtoMessage

func (*GameLevelInfo) ProtoMessage()

func (*GameLevelInfo) Reset

func (m *GameLevelInfo) Reset()

func (*GameLevelInfo) String

func (m *GameLevelInfo) String() string

func (*GameLevelInfo) XXX_DiscardUnknown

func (m *GameLevelInfo) XXX_DiscardUnknown()

func (*GameLevelInfo) XXX_Marshal

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

func (*GameLevelInfo) XXX_Merge

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

func (*GameLevelInfo) XXX_Size

func (m *GameLevelInfo) XXX_Size() int

func (*GameLevelInfo) XXX_Unmarshal

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

type GameSessionInfo

type GameSessionInfo struct {
	StartTime              *uint32              `protobuf:"varint,3,opt,name=start_time,json=startTime" json:"start_time,omitempty"` // Deprecated: Do not use.
	Location               *GameSessionLocation `protobuf:"bytes,4,opt,name=location" json:"location,omitempty"`
	HasBenefactor          *bool                `protobuf:"varint,5,opt,name=has_benefactor,json=hasBenefactor" json:"has_benefactor,omitempty"`
	IsUsingIgr             *bool                `protobuf:"varint,6,opt,name=is_using_igr,json=isUsingIgr" json:"is_using_igr,omitempty"`
	ParentalControlsActive *bool                `protobuf:"varint,7,opt,name=parental_controls_active,json=parentalControlsActive" json:"parental_controls_active,omitempty"`
	StartTimeSec           *uint64              `protobuf:"varint,8,opt,name=start_time_sec,json=startTimeSec" json:"start_time_sec,omitempty"`
	IgrId                  *IgrId               `protobuf:"bytes,9,opt,name=igr_id,json=igrId" json:"igr_id,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}             `json:"-"`
	XXX_unrecognized       []byte               `json:"-"`
	XXX_sizecache          int32                `json:"-"`
}

func (*GameSessionInfo) Descriptor

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

func (*GameSessionInfo) GetHasBenefactor

func (m *GameSessionInfo) GetHasBenefactor() bool

func (*GameSessionInfo) GetIgrId

func (m *GameSessionInfo) GetIgrId() *IgrId

func (*GameSessionInfo) GetIsUsingIgr

func (m *GameSessionInfo) GetIsUsingIgr() bool

func (*GameSessionInfo) GetLocation

func (m *GameSessionInfo) GetLocation() *GameSessionLocation

func (*GameSessionInfo) GetParentalControlsActive

func (m *GameSessionInfo) GetParentalControlsActive() bool

func (*GameSessionInfo) GetStartTime deprecated

func (m *GameSessionInfo) GetStartTime() uint32

Deprecated: Do not use.

func (*GameSessionInfo) GetStartTimeSec

func (m *GameSessionInfo) GetStartTimeSec() uint64

func (*GameSessionInfo) ProtoMessage

func (*GameSessionInfo) ProtoMessage()

func (*GameSessionInfo) Reset

func (m *GameSessionInfo) Reset()

func (*GameSessionInfo) String

func (m *GameSessionInfo) String() string

func (*GameSessionInfo) XXX_DiscardUnknown

func (m *GameSessionInfo) XXX_DiscardUnknown()

func (*GameSessionInfo) XXX_Marshal

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

func (*GameSessionInfo) XXX_Merge

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

func (*GameSessionInfo) XXX_Size

func (m *GameSessionInfo) XXX_Size() int

func (*GameSessionInfo) XXX_Unmarshal

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

type GameSessionLocation

type GameSessionLocation struct {
	IpAddress            *string  `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress" json:"ip_address,omitempty"`
	Country              *uint32  `protobuf:"varint,2,opt,name=country" json:"country,omitempty"`
	City                 *string  `protobuf:"bytes,3,opt,name=city" json:"city,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameSessionLocation) Descriptor

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

func (*GameSessionLocation) GetCity

func (m *GameSessionLocation) GetCity() string

func (*GameSessionLocation) GetCountry

func (m *GameSessionLocation) GetCountry() uint32

func (*GameSessionLocation) GetIpAddress

func (m *GameSessionLocation) GetIpAddress() string

func (*GameSessionLocation) ProtoMessage

func (*GameSessionLocation) ProtoMessage()

func (*GameSessionLocation) Reset

func (m *GameSessionLocation) Reset()

func (*GameSessionLocation) String

func (m *GameSessionLocation) String() string

func (*GameSessionLocation) XXX_DiscardUnknown

func (m *GameSessionLocation) XXX_DiscardUnknown()

func (*GameSessionLocation) XXX_Marshal

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

func (*GameSessionLocation) XXX_Merge

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

func (*GameSessionLocation) XXX_Size

func (m *GameSessionLocation) XXX_Size() int

func (*GameSessionLocation) XXX_Unmarshal

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

type GameSessionUpdateInfo

type GameSessionUpdateInfo struct {
	Cais                 *CAIS    `protobuf:"bytes,8,opt,name=cais" json:"cais,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameSessionUpdateInfo) Descriptor

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

func (*GameSessionUpdateInfo) GetCais

func (m *GameSessionUpdateInfo) GetCais() *CAIS

func (*GameSessionUpdateInfo) ProtoMessage

func (*GameSessionUpdateInfo) ProtoMessage()

func (*GameSessionUpdateInfo) Reset

func (m *GameSessionUpdateInfo) Reset()

func (*GameSessionUpdateInfo) String

func (m *GameSessionUpdateInfo) String() string

func (*GameSessionUpdateInfo) XXX_DiscardUnknown

func (m *GameSessionUpdateInfo) XXX_DiscardUnknown()

func (*GameSessionUpdateInfo) XXX_Marshal

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

func (*GameSessionUpdateInfo) XXX_Merge

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

func (*GameSessionUpdateInfo) XXX_Size

func (m *GameSessionUpdateInfo) XXX_Size() int

func (*GameSessionUpdateInfo) XXX_Unmarshal

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

type GameStatus

type GameStatus struct {
	IsSuspended          *bool    `protobuf:"varint,4,opt,name=is_suspended,json=isSuspended" json:"is_suspended,omitempty"`
	IsBanned             *bool    `protobuf:"varint,5,opt,name=is_banned,json=isBanned" json:"is_banned,omitempty"`
	SuspensionExpires    *uint64  `protobuf:"varint,6,opt,name=suspension_expires,json=suspensionExpires" json:"suspension_expires,omitempty"`
	Program              *uint32  `protobuf:"fixed32,7,opt,name=program" json:"program,omitempty"`
	IsLocked             *bool    `protobuf:"varint,8,opt,name=is_locked,json=isLocked" json:"is_locked,omitempty"`
	IsBamUnlockable      *bool    `protobuf:"varint,9,opt,name=is_bam_unlockable,json=isBamUnlockable" json:"is_bam_unlockable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameStatus) Descriptor

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

func (*GameStatus) GetIsBamUnlockable

func (m *GameStatus) GetIsBamUnlockable() bool

func (*GameStatus) GetIsBanned

func (m *GameStatus) GetIsBanned() bool

func (*GameStatus) GetIsLocked

func (m *GameStatus) GetIsLocked() bool

func (*GameStatus) GetIsSuspended

func (m *GameStatus) GetIsSuspended() bool

func (*GameStatus) GetProgram

func (m *GameStatus) GetProgram() uint32

func (*GameStatus) GetSuspensionExpires

func (m *GameStatus) GetSuspensionExpires() uint64

func (*GameStatus) ProtoMessage

func (*GameStatus) ProtoMessage()

func (*GameStatus) Reset

func (m *GameStatus) Reset()

func (*GameStatus) String

func (m *GameStatus) String() string

func (*GameStatus) XXX_DiscardUnknown

func (m *GameStatus) XXX_DiscardUnknown()

func (*GameStatus) XXX_Marshal

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

func (*GameStatus) XXX_Merge

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

func (*GameStatus) XXX_Size

func (m *GameStatus) XXX_Size() int

func (*GameStatus) XXX_Unmarshal

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

type GameTimeInfo

type GameTimeInfo struct {
	IsUnlimitedPlayTime     *bool    `protobuf:"varint,3,opt,name=is_unlimited_play_time,json=isUnlimitedPlayTime" json:"is_unlimited_play_time,omitempty"`
	PlayTimeExpires         *uint64  `protobuf:"varint,5,opt,name=play_time_expires,json=playTimeExpires" json:"play_time_expires,omitempty"`
	IsSubscription          *bool    `protobuf:"varint,6,opt,name=is_subscription,json=isSubscription" json:"is_subscription,omitempty"`
	IsRecurringSubscription *bool    `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*GameTimeInfo) Descriptor

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

func (*GameTimeInfo) GetIsRecurringSubscription

func (m *GameTimeInfo) GetIsRecurringSubscription() bool

func (*GameTimeInfo) GetIsSubscription

func (m *GameTimeInfo) GetIsSubscription() bool

func (*GameTimeInfo) GetIsUnlimitedPlayTime

func (m *GameTimeInfo) GetIsUnlimitedPlayTime() bool

func (*GameTimeInfo) GetPlayTimeExpires

func (m *GameTimeInfo) GetPlayTimeExpires() uint64

func (*GameTimeInfo) ProtoMessage

func (*GameTimeInfo) ProtoMessage()

func (*GameTimeInfo) Reset

func (m *GameTimeInfo) Reset()

func (*GameTimeInfo) String

func (m *GameTimeInfo) String() string

func (*GameTimeInfo) XXX_DiscardUnknown

func (m *GameTimeInfo) XXX_DiscardUnknown()

func (*GameTimeInfo) XXX_Marshal

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

func (*GameTimeInfo) XXX_Merge

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

func (*GameTimeInfo) XXX_Size

func (m *GameTimeInfo) XXX_Size() int

func (*GameTimeInfo) XXX_Unmarshal

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

type GameTimeRemainingInfo

type GameTimeRemainingInfo struct {
	MinutesRemaining               *uint32 `protobuf:"varint,1,opt,name=minutes_remaining,json=minutesRemaining" json:"minutes_remaining,omitempty"`
	ParentalDailyMinutesRemaining  *uint32 `` /* 146-byte string literal not displayed */
	ParentalWeeklyMinutesRemaining *uint32 `` /* 149-byte string literal not displayed */
	SecondsRemainingUntilKick      *uint32 `` // Deprecated: Do not use.
	/* 134-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GameTimeRemainingInfo) Descriptor

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

func (*GameTimeRemainingInfo) GetMinutesRemaining

func (m *GameTimeRemainingInfo) GetMinutesRemaining() uint32

func (*GameTimeRemainingInfo) GetParentalDailyMinutesRemaining

func (m *GameTimeRemainingInfo) GetParentalDailyMinutesRemaining() uint32

func (*GameTimeRemainingInfo) GetParentalWeeklyMinutesRemaining

func (m *GameTimeRemainingInfo) GetParentalWeeklyMinutesRemaining() uint32

func (*GameTimeRemainingInfo) GetSecondsRemainingUntilKick deprecated

func (m *GameTimeRemainingInfo) GetSecondsRemainingUntilKick() uint32

Deprecated: Do not use.

func (*GameTimeRemainingInfo) ProtoMessage

func (*GameTimeRemainingInfo) ProtoMessage()

func (*GameTimeRemainingInfo) Reset

func (m *GameTimeRemainingInfo) Reset()

func (*GameTimeRemainingInfo) String

func (m *GameTimeRemainingInfo) String() string

func (*GameTimeRemainingInfo) XXX_DiscardUnknown

func (m *GameTimeRemainingInfo) XXX_DiscardUnknown()

func (*GameTimeRemainingInfo) XXX_Marshal

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

func (*GameTimeRemainingInfo) XXX_Merge

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

func (*GameTimeRemainingInfo) XXX_Size

func (m *GameTimeRemainingInfo) XXX_Size() int

func (*GameTimeRemainingInfo) XXX_Unmarshal

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

type GetAccountStateRequest

type GetAccountStateRequest struct {
	EntityId             *protocol.EntityId   `protobuf:"bytes,1,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	Program              *uint32              `protobuf:"varint,2,opt,name=program" json:"program,omitempty"`
	Region               *uint32              `protobuf:"varint,3,opt,name=region" json:"region,omitempty"`
	Options              *AccountFieldOptions `protobuf:"bytes,10,opt,name=options" json:"options,omitempty"`
	Tags                 *AccountFieldTags    `protobuf:"bytes,11,opt,name=tags" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetAccountStateRequest) Descriptor

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

func (*GetAccountStateRequest) GetEntityId

func (m *GetAccountStateRequest) GetEntityId() *protocol.EntityId

func (*GetAccountStateRequest) GetOptions

func (*GetAccountStateRequest) GetProgram

func (m *GetAccountStateRequest) GetProgram() uint32

func (*GetAccountStateRequest) GetRegion

func (m *GetAccountStateRequest) GetRegion() uint32

func (*GetAccountStateRequest) GetTags

func (*GetAccountStateRequest) ProtoMessage

func (*GetAccountStateRequest) ProtoMessage()

func (*GetAccountStateRequest) Reset

func (m *GetAccountStateRequest) Reset()

func (*GetAccountStateRequest) String

func (m *GetAccountStateRequest) String() string

func (*GetAccountStateRequest) XXX_DiscardUnknown

func (m *GetAccountStateRequest) XXX_DiscardUnknown()

func (*GetAccountStateRequest) XXX_Marshal

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

func (*GetAccountStateRequest) XXX_Merge

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

func (*GetAccountStateRequest) XXX_Size

func (m *GetAccountStateRequest) XXX_Size() int

func (*GetAccountStateRequest) XXX_Unmarshal

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

type GetAccountStateResponse

type GetAccountStateResponse struct {
	State                *AccountState     `protobuf:"bytes,1,opt,name=state" json:"state,omitempty"`
	Tags                 *AccountFieldTags `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetAccountStateResponse) Descriptor

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

func (*GetAccountStateResponse) GetState

func (m *GetAccountStateResponse) GetState() *AccountState

func (*GetAccountStateResponse) GetTags

func (*GetAccountStateResponse) ProtoMessage

func (*GetAccountStateResponse) ProtoMessage()

func (*GetAccountStateResponse) Reset

func (m *GetAccountStateResponse) Reset()

func (*GetAccountStateResponse) String

func (m *GetAccountStateResponse) String() string

func (*GetAccountStateResponse) XXX_DiscardUnknown

func (m *GetAccountStateResponse) XXX_DiscardUnknown()

func (*GetAccountStateResponse) XXX_Marshal

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

func (*GetAccountStateResponse) XXX_Merge

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

func (*GetAccountStateResponse) XXX_Size

func (m *GetAccountStateResponse) XXX_Size() int

func (*GetAccountStateResponse) XXX_Unmarshal

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

type GetAuthorizedDataRequest

type GetAuthorizedDataRequest struct {
	EntityId             *protocol.EntityId `protobuf:"bytes,1,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	Tag                  []string           `protobuf:"bytes,2,rep,name=tag" json:"tag,omitempty"`
	PrivilegedNetwork    *bool              `protobuf:"varint,3,opt,name=privileged_network,json=privilegedNetwork" json:"privileged_network,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetAuthorizedDataRequest) Descriptor

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

func (*GetAuthorizedDataRequest) GetEntityId

func (m *GetAuthorizedDataRequest) GetEntityId() *protocol.EntityId

func (*GetAuthorizedDataRequest) GetPrivilegedNetwork

func (m *GetAuthorizedDataRequest) GetPrivilegedNetwork() bool

func (*GetAuthorizedDataRequest) GetTag

func (m *GetAuthorizedDataRequest) GetTag() []string

func (*GetAuthorizedDataRequest) ProtoMessage

func (*GetAuthorizedDataRequest) ProtoMessage()

func (*GetAuthorizedDataRequest) Reset

func (m *GetAuthorizedDataRequest) Reset()

func (*GetAuthorizedDataRequest) String

func (m *GetAuthorizedDataRequest) String() string

func (*GetAuthorizedDataRequest) XXX_DiscardUnknown

func (m *GetAuthorizedDataRequest) XXX_DiscardUnknown()

func (*GetAuthorizedDataRequest) XXX_Marshal

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

func (*GetAuthorizedDataRequest) XXX_Merge

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

func (*GetAuthorizedDataRequest) XXX_Size

func (m *GetAuthorizedDataRequest) XXX_Size() int

func (*GetAuthorizedDataRequest) XXX_Unmarshal

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

type GetAuthorizedDataResponse

type GetAuthorizedDataResponse struct {
	Data                 []*AuthorizedData `protobuf:"bytes,1,rep,name=data" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetAuthorizedDataResponse) Descriptor

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

func (*GetAuthorizedDataResponse) GetData

func (m *GetAuthorizedDataResponse) GetData() []*AuthorizedData

func (*GetAuthorizedDataResponse) ProtoMessage

func (*GetAuthorizedDataResponse) ProtoMessage()

func (*GetAuthorizedDataResponse) Reset

func (m *GetAuthorizedDataResponse) Reset()

func (*GetAuthorizedDataResponse) String

func (m *GetAuthorizedDataResponse) String() string

func (*GetAuthorizedDataResponse) XXX_DiscardUnknown

func (m *GetAuthorizedDataResponse) XXX_DiscardUnknown()

func (*GetAuthorizedDataResponse) XXX_Marshal

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

func (*GetAuthorizedDataResponse) XXX_Merge

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

func (*GetAuthorizedDataResponse) XXX_Size

func (m *GetAuthorizedDataResponse) XXX_Size() int

func (*GetAuthorizedDataResponse) XXX_Unmarshal

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

type GetCAISInfoRequest

type GetCAISInfoRequest struct {
	EntityId             *protocol.EntityId `protobuf:"bytes,1,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetCAISInfoRequest) Descriptor

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

func (*GetCAISInfoRequest) GetEntityId

func (m *GetCAISInfoRequest) GetEntityId() *protocol.EntityId

func (*GetCAISInfoRequest) ProtoMessage

func (*GetCAISInfoRequest) ProtoMessage()

func (*GetCAISInfoRequest) Reset

func (m *GetCAISInfoRequest) Reset()

func (*GetCAISInfoRequest) String

func (m *GetCAISInfoRequest) String() string

func (*GetCAISInfoRequest) XXX_DiscardUnknown

func (m *GetCAISInfoRequest) XXX_DiscardUnknown()

func (*GetCAISInfoRequest) XXX_Marshal

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

func (*GetCAISInfoRequest) XXX_Merge

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

func (*GetCAISInfoRequest) XXX_Size

func (m *GetCAISInfoRequest) XXX_Size() int

func (*GetCAISInfoRequest) XXX_Unmarshal

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

type GetCAISInfoResponse

type GetCAISInfoResponse struct {
	CaisInfo             *CAIS    `protobuf:"bytes,1,opt,name=cais_info,json=caisInfo" json:"cais_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCAISInfoResponse) Descriptor

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

func (*GetCAISInfoResponse) GetCaisInfo

func (m *GetCAISInfoResponse) GetCaisInfo() *CAIS

func (*GetCAISInfoResponse) ProtoMessage

func (*GetCAISInfoResponse) ProtoMessage()

func (*GetCAISInfoResponse) Reset

func (m *GetCAISInfoResponse) Reset()

func (*GetCAISInfoResponse) String

func (m *GetCAISInfoResponse) String() string

func (*GetCAISInfoResponse) XXX_DiscardUnknown

func (m *GetCAISInfoResponse) XXX_DiscardUnknown()

func (*GetCAISInfoResponse) XXX_Marshal

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

func (*GetCAISInfoResponse) XXX_Merge

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

func (*GetCAISInfoResponse) XXX_Size

func (m *GetCAISInfoResponse) XXX_Size() int

func (*GetCAISInfoResponse) XXX_Unmarshal

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

type GetGameAccountStateRequest

type GetGameAccountStateRequest struct {
	AccountId            *protocol.EntityId       `protobuf:"bytes,1,opt,name=account_id,json=accountId" json:"account_id,omitempty"` // Deprecated: Do not use.
	GameAccountId        *protocol.EntityId       `protobuf:"bytes,2,opt,name=game_account_id,json=gameAccountId" json:"game_account_id,omitempty"`
	Options              *GameAccountFieldOptions `protobuf:"bytes,10,opt,name=options" json:"options,omitempty"`
	Tags                 *GameAccountFieldTags    `protobuf:"bytes,11,opt,name=tags" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*GetGameAccountStateRequest) Descriptor

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

func (*GetGameAccountStateRequest) GetAccountId deprecated

func (m *GetGameAccountStateRequest) GetAccountId() *protocol.EntityId

Deprecated: Do not use.

func (*GetGameAccountStateRequest) GetGameAccountId

func (m *GetGameAccountStateRequest) GetGameAccountId() *protocol.EntityId

func (*GetGameAccountStateRequest) GetOptions

func (*GetGameAccountStateRequest) GetTags

func (*GetGameAccountStateRequest) ProtoMessage

func (*GetGameAccountStateRequest) ProtoMessage()

func (*GetGameAccountStateRequest) Reset

func (m *GetGameAccountStateRequest) Reset()

func (*GetGameAccountStateRequest) String

func (m *GetGameAccountStateRequest) String() string

func (*GetGameAccountStateRequest) XXX_DiscardUnknown

func (m *GetGameAccountStateRequest) XXX_DiscardUnknown()

func (*GetGameAccountStateRequest) XXX_Marshal

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

func (*GetGameAccountStateRequest) XXX_Merge

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

func (*GetGameAccountStateRequest) XXX_Size

func (m *GetGameAccountStateRequest) XXX_Size() int

func (*GetGameAccountStateRequest) XXX_Unmarshal

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

type GetGameAccountStateResponse

type GetGameAccountStateResponse struct {
	State                *GameAccountState     `protobuf:"bytes,1,opt,name=state" json:"state,omitempty"`
	Tags                 *GameAccountFieldTags `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GetGameAccountStateResponse) Descriptor

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

func (*GetGameAccountStateResponse) GetState

func (*GetGameAccountStateResponse) GetTags

func (*GetGameAccountStateResponse) ProtoMessage

func (*GetGameAccountStateResponse) ProtoMessage()

func (*GetGameAccountStateResponse) Reset

func (m *GetGameAccountStateResponse) Reset()

func (*GetGameAccountStateResponse) String

func (m *GetGameAccountStateResponse) String() string

func (*GetGameAccountStateResponse) XXX_DiscardUnknown

func (m *GetGameAccountStateResponse) XXX_DiscardUnknown()

func (*GetGameAccountStateResponse) XXX_Marshal

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

func (*GetGameAccountStateResponse) XXX_Merge

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

func (*GetGameAccountStateResponse) XXX_Size

func (m *GetGameAccountStateResponse) XXX_Size() int

func (*GetGameAccountStateResponse) XXX_Unmarshal

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

type GetGameSessionInfoRequest

type GetGameSessionInfoRequest struct {
	EntityId             *protocol.EntityId `protobuf:"bytes,1,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetGameSessionInfoRequest) Descriptor

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

func (*GetGameSessionInfoRequest) GetEntityId

func (m *GetGameSessionInfoRequest) GetEntityId() *protocol.EntityId

func (*GetGameSessionInfoRequest) ProtoMessage

func (*GetGameSessionInfoRequest) ProtoMessage()

func (*GetGameSessionInfoRequest) Reset

func (m *GetGameSessionInfoRequest) Reset()

func (*GetGameSessionInfoRequest) String

func (m *GetGameSessionInfoRequest) String() string

func (*GetGameSessionInfoRequest) XXX_DiscardUnknown

func (m *GetGameSessionInfoRequest) XXX_DiscardUnknown()

func (*GetGameSessionInfoRequest) XXX_Marshal

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

func (*GetGameSessionInfoRequest) XXX_Merge

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

func (*GetGameSessionInfoRequest) XXX_Size

func (m *GetGameSessionInfoRequest) XXX_Size() int

func (*GetGameSessionInfoRequest) XXX_Unmarshal

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

type GetGameSessionInfoResponse

type GetGameSessionInfoResponse struct {
	SessionInfo          *GameSessionInfo `protobuf:"bytes,2,opt,name=session_info,json=sessionInfo" json:"session_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetGameSessionInfoResponse) Descriptor

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

func (*GetGameSessionInfoResponse) GetSessionInfo

func (m *GetGameSessionInfoResponse) GetSessionInfo() *GameSessionInfo

func (*GetGameSessionInfoResponse) ProtoMessage

func (*GetGameSessionInfoResponse) ProtoMessage()

func (*GetGameSessionInfoResponse) Reset

func (m *GetGameSessionInfoResponse) Reset()

func (*GetGameSessionInfoResponse) String

func (m *GetGameSessionInfoResponse) String() string

func (*GetGameSessionInfoResponse) XXX_DiscardUnknown

func (m *GetGameSessionInfoResponse) XXX_DiscardUnknown()

func (*GetGameSessionInfoResponse) XXX_Marshal

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

func (*GetGameSessionInfoResponse) XXX_Merge

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

func (*GetGameSessionInfoResponse) XXX_Size

func (m *GetGameSessionInfoResponse) XXX_Size() int

func (*GetGameSessionInfoResponse) XXX_Unmarshal

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

type GetGameTimeRemainingInfoRequest

type GetGameTimeRemainingInfoRequest struct {
	GameAccountId        *protocol.EntityId `protobuf:"bytes,1,opt,name=game_account_id,json=gameAccountId" json:"game_account_id,omitempty"`
	AccountId            *protocol.EntityId `protobuf:"bytes,2,opt,name=account_id,json=accountId" json:"account_id,omitempty"`
	BenefactorId         *string            `protobuf:"bytes,3,opt,name=benefactor_id,json=benefactorId" json:"benefactor_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetGameTimeRemainingInfoRequest) Descriptor

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

func (*GetGameTimeRemainingInfoRequest) GetAccountId

func (*GetGameTimeRemainingInfoRequest) GetBenefactorId

func (m *GetGameTimeRemainingInfoRequest) GetBenefactorId() string

func (*GetGameTimeRemainingInfoRequest) GetGameAccountId

func (m *GetGameTimeRemainingInfoRequest) GetGameAccountId() *protocol.EntityId

func (*GetGameTimeRemainingInfoRequest) ProtoMessage

func (*GetGameTimeRemainingInfoRequest) ProtoMessage()

func (*GetGameTimeRemainingInfoRequest) Reset

func (*GetGameTimeRemainingInfoRequest) String

func (*GetGameTimeRemainingInfoRequest) XXX_DiscardUnknown

func (m *GetGameTimeRemainingInfoRequest) XXX_DiscardUnknown()

func (*GetGameTimeRemainingInfoRequest) XXX_Marshal

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

func (*GetGameTimeRemainingInfoRequest) XXX_Merge

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

func (*GetGameTimeRemainingInfoRequest) XXX_Size

func (m *GetGameTimeRemainingInfoRequest) XXX_Size() int

func (*GetGameTimeRemainingInfoRequest) XXX_Unmarshal

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

type GetGameTimeRemainingInfoResponse

type GetGameTimeRemainingInfoResponse struct {
	GameTimeRemainingInfo *GameTimeRemainingInfo `protobuf:"bytes,1,opt,name=game_time_remaining_info,json=gameTimeRemainingInfo" json:"game_time_remaining_info,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}               `json:"-"`
	XXX_unrecognized      []byte                 `json:"-"`
	XXX_sizecache         int32                  `json:"-"`
}

func (*GetGameTimeRemainingInfoResponse) Descriptor

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

func (*GetGameTimeRemainingInfoResponse) GetGameTimeRemainingInfo

func (m *GetGameTimeRemainingInfoResponse) GetGameTimeRemainingInfo() *GameTimeRemainingInfo

func (*GetGameTimeRemainingInfoResponse) ProtoMessage

func (*GetGameTimeRemainingInfoResponse) ProtoMessage()

func (*GetGameTimeRemainingInfoResponse) Reset

func (*GetGameTimeRemainingInfoResponse) String

func (*GetGameTimeRemainingInfoResponse) XXX_DiscardUnknown

func (m *GetGameTimeRemainingInfoResponse) XXX_DiscardUnknown()

func (*GetGameTimeRemainingInfoResponse) XXX_Marshal

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

func (*GetGameTimeRemainingInfoResponse) XXX_Merge

func (*GetGameTimeRemainingInfoResponse) XXX_Size

func (m *GetGameTimeRemainingInfoResponse) XXX_Size() int

func (*GetGameTimeRemainingInfoResponse) XXX_Unmarshal

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

type GetLicensesRequest

type GetLicensesRequest struct {
	TargetId                    *protocol.EntityId `protobuf:"bytes,1,opt,name=target_id,json=targetId" json:"target_id,omitempty"`
	FetchAccountLicenses        *bool              `protobuf:"varint,2,opt,name=fetch_account_licenses,json=fetchAccountLicenses" json:"fetch_account_licenses,omitempty"`
	FetchGameAccountLicenses    *bool              `` /* 131-byte string literal not displayed */
	FetchDynamicAccountLicenses *bool              `` /* 140-byte string literal not displayed */
	Program                     *uint32            `protobuf:"fixed32,5,opt,name=program" json:"program,omitempty"`
	ExcludeUnknownProgram       *bool              `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{}           `json:"-"`
	XXX_unrecognized            []byte             `json:"-"`
	XXX_sizecache               int32              `json:"-"`
}

func (*GetLicensesRequest) Descriptor

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

func (*GetLicensesRequest) GetExcludeUnknownProgram

func (m *GetLicensesRequest) GetExcludeUnknownProgram() bool

func (*GetLicensesRequest) GetFetchAccountLicenses

func (m *GetLicensesRequest) GetFetchAccountLicenses() bool

func (*GetLicensesRequest) GetFetchDynamicAccountLicenses

func (m *GetLicensesRequest) GetFetchDynamicAccountLicenses() bool

func (*GetLicensesRequest) GetFetchGameAccountLicenses

func (m *GetLicensesRequest) GetFetchGameAccountLicenses() bool

func (*GetLicensesRequest) GetProgram

func (m *GetLicensesRequest) GetProgram() uint32

func (*GetLicensesRequest) GetTargetId

func (m *GetLicensesRequest) GetTargetId() *protocol.EntityId

func (*GetLicensesRequest) ProtoMessage

func (*GetLicensesRequest) ProtoMessage()

func (*GetLicensesRequest) Reset

func (m *GetLicensesRequest) Reset()

func (*GetLicensesRequest) String

func (m *GetLicensesRequest) String() string

func (*GetLicensesRequest) XXX_DiscardUnknown

func (m *GetLicensesRequest) XXX_DiscardUnknown()

func (*GetLicensesRequest) XXX_Marshal

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

func (*GetLicensesRequest) XXX_Merge

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

func (*GetLicensesRequest) XXX_Size

func (m *GetLicensesRequest) XXX_Size() int

func (*GetLicensesRequest) XXX_Unmarshal

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

type GetLicensesResponse

type GetLicensesResponse struct {
	Licenses             []*AccountLicense `protobuf:"bytes,1,rep,name=licenses" json:"licenses,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetLicensesResponse) Descriptor

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

func (*GetLicensesResponse) GetLicenses

func (m *GetLicensesResponse) GetLicenses() []*AccountLicense

func (*GetLicensesResponse) ProtoMessage

func (*GetLicensesResponse) ProtoMessage()

func (*GetLicensesResponse) Reset

func (m *GetLicensesResponse) Reset()

func (*GetLicensesResponse) String

func (m *GetLicensesResponse) String() string

func (*GetLicensesResponse) XXX_DiscardUnknown

func (m *GetLicensesResponse) XXX_DiscardUnknown()

func (*GetLicensesResponse) XXX_Marshal

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

func (*GetLicensesResponse) XXX_Merge

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

func (*GetLicensesResponse) XXX_Size

func (m *GetLicensesResponse) XXX_Size() int

func (*GetLicensesResponse) XXX_Unmarshal

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

type GetSignedAccountStateRequest

type GetSignedAccountStateRequest struct {
	Account              *AccountId `protobuf:"bytes,1,opt,name=account" json:"account,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetSignedAccountStateRequest) Descriptor

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

func (*GetSignedAccountStateRequest) GetAccount

func (m *GetSignedAccountStateRequest) GetAccount() *AccountId

func (*GetSignedAccountStateRequest) ProtoMessage

func (*GetSignedAccountStateRequest) ProtoMessage()

func (*GetSignedAccountStateRequest) Reset

func (m *GetSignedAccountStateRequest) Reset()

func (*GetSignedAccountStateRequest) String

func (*GetSignedAccountStateRequest) XXX_DiscardUnknown

func (m *GetSignedAccountStateRequest) XXX_DiscardUnknown()

func (*GetSignedAccountStateRequest) XXX_Marshal

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

func (*GetSignedAccountStateRequest) XXX_Merge

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

func (*GetSignedAccountStateRequest) XXX_Size

func (m *GetSignedAccountStateRequest) XXX_Size() int

func (*GetSignedAccountStateRequest) XXX_Unmarshal

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

type GetSignedAccountStateResponse

type GetSignedAccountStateResponse struct {
	Token                *string  `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSignedAccountStateResponse) Descriptor

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

func (*GetSignedAccountStateResponse) GetToken

func (m *GetSignedAccountStateResponse) GetToken() string

func (*GetSignedAccountStateResponse) ProtoMessage

func (*GetSignedAccountStateResponse) ProtoMessage()

func (*GetSignedAccountStateResponse) Reset

func (m *GetSignedAccountStateResponse) Reset()

func (*GetSignedAccountStateResponse) String

func (*GetSignedAccountStateResponse) XXX_DiscardUnknown

func (m *GetSignedAccountStateResponse) XXX_DiscardUnknown()

func (*GetSignedAccountStateResponse) XXX_Marshal

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

func (*GetSignedAccountStateResponse) XXX_Merge

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

func (*GetSignedAccountStateResponse) XXX_Size

func (m *GetSignedAccountStateResponse) XXX_Size() int

func (*GetSignedAccountStateResponse) XXX_Unmarshal

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

type Identity

type Identity struct {
	Account              *AccountId         `protobuf:"bytes,1,opt,name=account" json:"account,omitempty"`
	GameAccount          *GameAccountHandle `protobuf:"bytes,2,opt,name=game_account,json=gameAccount" json:"game_account,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Identity) Descriptor

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

func (*Identity) GetAccount

func (m *Identity) GetAccount() *AccountId

func (*Identity) GetGameAccount

func (m *Identity) GetGameAccount() *GameAccountHandle

func (*Identity) ProtoMessage

func (*Identity) ProtoMessage()

func (*Identity) Reset

func (m *Identity) Reset()

func (*Identity) String

func (m *Identity) String() string

func (*Identity) XXX_DiscardUnknown

func (m *Identity) XXX_DiscardUnknown()

func (*Identity) XXX_Marshal

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

func (*Identity) XXX_Merge

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

func (*Identity) XXX_Size

func (m *Identity) XXX_Size() int

func (*Identity) XXX_Unmarshal

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

type IdentityVerificationStatus

type IdentityVerificationStatus int32
const (
	IdentityVerificationStatus_IDENT_NO_DATA  IdentityVerificationStatus = 0
	IdentityVerificationStatus_IDENT_PENDING  IdentityVerificationStatus = 1
	IdentityVerificationStatus_IDENT_OVER_18  IdentityVerificationStatus = 2
	IdentityVerificationStatus_IDENT_UNDER_18 IdentityVerificationStatus = 3
	IdentityVerificationStatus_IDENT_FAILED   IdentityVerificationStatus = 4
	IdentityVerificationStatus_IDENT_SUCCESS  IdentityVerificationStatus = 5
	IdentityVerificationStatus_IDENT_SUCC_MNL IdentityVerificationStatus = 6
	IdentityVerificationStatus_IDENT_UNKNOWN  IdentityVerificationStatus = 7
)

func (IdentityVerificationStatus) Enum

func (IdentityVerificationStatus) EnumDescriptor

func (IdentityVerificationStatus) EnumDescriptor() ([]byte, []int)

func (IdentityVerificationStatus) String

func (*IdentityVerificationStatus) UnmarshalJSON

func (x *IdentityVerificationStatus) UnmarshalJSON(data []byte) error

type IgrAddress

type IgrAddress struct {
	ClientAddress        *string  `protobuf:"bytes,1,opt,name=client_address,json=clientAddress" json:"client_address,omitempty"`
	Region               *uint32  `protobuf:"varint,2,opt,name=region" json:"region,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IgrAddress) Descriptor

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

func (*IgrAddress) GetClientAddress

func (m *IgrAddress) GetClientAddress() string

func (*IgrAddress) GetRegion

func (m *IgrAddress) GetRegion() uint32

func (*IgrAddress) ProtoMessage

func (*IgrAddress) ProtoMessage()

func (*IgrAddress) Reset

func (m *IgrAddress) Reset()

func (*IgrAddress) String

func (m *IgrAddress) String() string

func (*IgrAddress) XXX_DiscardUnknown

func (m *IgrAddress) XXX_DiscardUnknown()

func (*IgrAddress) XXX_Marshal

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

func (*IgrAddress) XXX_Merge

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

func (*IgrAddress) XXX_Size

func (m *IgrAddress) XXX_Size() int

func (*IgrAddress) XXX_Unmarshal

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

type IgrId

type IgrId struct {
	// Types that are valid to be assigned to Type:
	//	*IgrId_GameAccount
	//	*IgrId_ExternalId
	//	*IgrId_Uuid
	Type                 isIgrId_Type `protobuf_oneof:"type"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*IgrId) Descriptor

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

func (*IgrId) GetExternalId

func (m *IgrId) GetExternalId() uint32

func (*IgrId) GetGameAccount

func (m *IgrId) GetGameAccount() *GameAccountHandle

func (*IgrId) GetType

func (m *IgrId) GetType() isIgrId_Type

func (*IgrId) GetUuid

func (m *IgrId) GetUuid() string

func (*IgrId) ProtoMessage

func (*IgrId) ProtoMessage()

func (*IgrId) Reset

func (m *IgrId) Reset()

func (*IgrId) String

func (m *IgrId) String() string

func (*IgrId) XXX_DiscardUnknown

func (m *IgrId) XXX_DiscardUnknown()

func (*IgrId) XXX_Marshal

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

func (*IgrId) XXX_Merge

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

func (*IgrId) XXX_OneofWrappers

func (*IgrId) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*IgrId) XXX_Size

func (m *IgrId) XXX_Size() int

func (*IgrId) XXX_Unmarshal

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

type IgrId_ExternalId

type IgrId_ExternalId struct {
	ExternalId uint32 `protobuf:"fixed32,2,opt,name=external_id,json=externalId,oneof"`
}

type IgrId_GameAccount

type IgrId_GameAccount struct {
	GameAccount *GameAccountHandle `protobuf:"bytes,1,opt,name=game_account,json=gameAccount,oneof"`
}

type IgrId_Uuid

type IgrId_Uuid struct {
	Uuid string `protobuf:"bytes,3,opt,name=uuid,oneof"`
}

type ParentalControlInfo

type ParentalControlInfo struct {
	Timezone             *string  `protobuf:"bytes,3,opt,name=timezone" json:"timezone,omitempty"`
	MinutesPerDay        *uint32  `protobuf:"varint,4,opt,name=minutes_per_day,json=minutesPerDay" json:"minutes_per_day,omitempty"`
	MinutesPerWeek       *uint32  `protobuf:"varint,5,opt,name=minutes_per_week,json=minutesPerWeek" json:"minutes_per_week,omitempty"`
	CanReceiveVoice      *bool    `protobuf:"varint,6,opt,name=can_receive_voice,json=canReceiveVoice" json:"can_receive_voice,omitempty"`
	CanSendVoice         *bool    `protobuf:"varint,7,opt,name=can_send_voice,json=canSendVoice" json:"can_send_voice,omitempty"`
	PlaySchedule         []bool   `protobuf:"varint,8,rep,name=play_schedule,json=playSchedule" json:"play_schedule,omitempty"`
	CanJoinGroup         *bool    `protobuf:"varint,9,opt,name=can_join_group,json=canJoinGroup" json:"can_join_group,omitempty"`
	CanUseProfile        *bool    `protobuf:"varint,10,opt,name=can_use_profile,json=canUseProfile" json:"can_use_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ParentalControlInfo) Descriptor

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

func (*ParentalControlInfo) GetCanJoinGroup

func (m *ParentalControlInfo) GetCanJoinGroup() bool

func (*ParentalControlInfo) GetCanReceiveVoice

func (m *ParentalControlInfo) GetCanReceiveVoice() bool

func (*ParentalControlInfo) GetCanSendVoice

func (m *ParentalControlInfo) GetCanSendVoice() bool

func (*ParentalControlInfo) GetCanUseProfile

func (m *ParentalControlInfo) GetCanUseProfile() bool

func (*ParentalControlInfo) GetMinutesPerDay

func (m *ParentalControlInfo) GetMinutesPerDay() uint32

func (*ParentalControlInfo) GetMinutesPerWeek

func (m *ParentalControlInfo) GetMinutesPerWeek() uint32

func (*ParentalControlInfo) GetPlaySchedule

func (m *ParentalControlInfo) GetPlaySchedule() []bool

func (*ParentalControlInfo) GetTimezone

func (m *ParentalControlInfo) GetTimezone() string

func (*ParentalControlInfo) ProtoMessage

func (*ParentalControlInfo) ProtoMessage()

func (*ParentalControlInfo) Reset

func (m *ParentalControlInfo) Reset()

func (*ParentalControlInfo) String

func (m *ParentalControlInfo) String() string

func (*ParentalControlInfo) XXX_DiscardUnknown

func (m *ParentalControlInfo) XXX_DiscardUnknown()

func (*ParentalControlInfo) XXX_Marshal

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

func (*ParentalControlInfo) XXX_Merge

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

func (*ParentalControlInfo) XXX_Size

func (m *ParentalControlInfo) XXX_Size() int

func (*ParentalControlInfo) XXX_Unmarshal

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

type PlayScheduleRestriction

type PlayScheduleRestriction struct {
	PlaySchedule         []bool   `protobuf:"varint,1,rep,name=play_schedule,json=playSchedule" json:"play_schedule,omitempty"`
	Timezone             *string  `protobuf:"bytes,2,opt,name=timezone" json:"timezone,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PlayScheduleRestriction) Descriptor

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

func (*PlayScheduleRestriction) GetPlaySchedule

func (m *PlayScheduleRestriction) GetPlaySchedule() []bool

func (*PlayScheduleRestriction) GetTimezone

func (m *PlayScheduleRestriction) GetTimezone() string

func (*PlayScheduleRestriction) ProtoMessage

func (*PlayScheduleRestriction) ProtoMessage()

func (*PlayScheduleRestriction) Reset

func (m *PlayScheduleRestriction) Reset()

func (*PlayScheduleRestriction) String

func (m *PlayScheduleRestriction) String() string

func (*PlayScheduleRestriction) XXX_DiscardUnknown

func (m *PlayScheduleRestriction) XXX_DiscardUnknown()

func (*PlayScheduleRestriction) XXX_Marshal

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

func (*PlayScheduleRestriction) XXX_Merge

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

func (*PlayScheduleRestriction) XXX_Size

func (m *PlayScheduleRestriction) XXX_Size() int

func (*PlayScheduleRestriction) XXX_Unmarshal

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

type PrivacyInfo

type PrivacyInfo struct {
	IsUsingRid               *bool                        `protobuf:"varint,3,opt,name=is_using_rid,json=isUsingRid" json:"is_using_rid,omitempty"`
	IsVisibleForViewFriends  *bool                        `` /* 130-byte string literal not displayed */
	IsHiddenFromFriendFinder *bool                        `` /* 133-byte string literal not displayed */
	GameInfoPrivacy          *PrivacyInfo_GameInfoPrivacy `` /* 165-byte string literal not displayed */
	OnlyAllowFriendWhispers  *bool                        `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{}                     `json:"-"`
	XXX_unrecognized         []byte                       `json:"-"`
	XXX_sizecache            int32                        `json:"-"`
}

func (*PrivacyInfo) Descriptor

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

func (*PrivacyInfo) GetGameInfoPrivacy

func (m *PrivacyInfo) GetGameInfoPrivacy() PrivacyInfo_GameInfoPrivacy

func (*PrivacyInfo) GetIsHiddenFromFriendFinder

func (m *PrivacyInfo) GetIsHiddenFromFriendFinder() bool

func (*PrivacyInfo) GetIsUsingRid

func (m *PrivacyInfo) GetIsUsingRid() bool

func (*PrivacyInfo) GetIsVisibleForViewFriends

func (m *PrivacyInfo) GetIsVisibleForViewFriends() bool

func (*PrivacyInfo) GetOnlyAllowFriendWhispers

func (m *PrivacyInfo) GetOnlyAllowFriendWhispers() bool

func (*PrivacyInfo) ProtoMessage

func (*PrivacyInfo) ProtoMessage()

func (*PrivacyInfo) Reset

func (m *PrivacyInfo) Reset()

func (*PrivacyInfo) String

func (m *PrivacyInfo) String() string

func (*PrivacyInfo) XXX_DiscardUnknown

func (m *PrivacyInfo) XXX_DiscardUnknown()

func (*PrivacyInfo) XXX_Marshal

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

func (*PrivacyInfo) XXX_Merge

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

func (*PrivacyInfo) XXX_Size

func (m *PrivacyInfo) XXX_Size() int

func (*PrivacyInfo) XXX_Unmarshal

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

type PrivacyInfo_GameInfoPrivacy

type PrivacyInfo_GameInfoPrivacy int32
const (
	PrivacyInfo_PRIVACY_ME       PrivacyInfo_GameInfoPrivacy = 0
	PrivacyInfo_PRIVACY_FRIENDS  PrivacyInfo_GameInfoPrivacy = 1
	PrivacyInfo_PRIVACY_EVERYONE PrivacyInfo_GameInfoPrivacy = 2
)
const Default_PrivacyInfo_GameInfoPrivacy PrivacyInfo_GameInfoPrivacy = PrivacyInfo_PRIVACY_FRIENDS

func (PrivacyInfo_GameInfoPrivacy) Enum

func (PrivacyInfo_GameInfoPrivacy) EnumDescriptor

func (PrivacyInfo_GameInfoPrivacy) EnumDescriptor() ([]byte, []int)

func (PrivacyInfo_GameInfoPrivacy) String

func (*PrivacyInfo_GameInfoPrivacy) UnmarshalJSON

func (x *PrivacyInfo_GameInfoPrivacy) UnmarshalJSON(data []byte) error

type ProgramTag

type ProgramTag struct {
	Program              *uint32  `protobuf:"fixed32,1,opt,name=program" json:"program,omitempty"`
	Tag                  *uint32  `protobuf:"fixed32,2,opt,name=tag" json:"tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProgramTag) Descriptor

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

func (*ProgramTag) GetProgram

func (m *ProgramTag) GetProgram() uint32

func (*ProgramTag) GetTag

func (m *ProgramTag) GetTag() uint32

func (*ProgramTag) ProtoMessage

func (*ProgramTag) ProtoMessage()

func (*ProgramTag) Reset

func (m *ProgramTag) Reset()

func (*ProgramTag) String

func (m *ProgramTag) String() string

func (*ProgramTag) XXX_DiscardUnknown

func (m *ProgramTag) XXX_DiscardUnknown()

func (*ProgramTag) XXX_Marshal

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

func (*ProgramTag) XXX_Merge

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

func (*ProgramTag) XXX_Size

func (m *ProgramTag) XXX_Size() int

func (*ProgramTag) XXX_Unmarshal

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

type RAFInfo

type RAFInfo struct {
	RafInfo              []byte   `protobuf:"bytes,1,opt,name=raf_info,json=rafInfo" json:"raf_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RAFInfo) Descriptor

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

func (*RAFInfo) GetRafInfo

func (m *RAFInfo) GetRafInfo() []byte

func (*RAFInfo) ProtoMessage

func (*RAFInfo) ProtoMessage()

func (*RAFInfo) Reset

func (m *RAFInfo) Reset()

func (*RAFInfo) String

func (m *RAFInfo) String() string

func (*RAFInfo) XXX_DiscardUnknown

func (m *RAFInfo) XXX_DiscardUnknown()

func (*RAFInfo) XXX_Marshal

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

func (*RAFInfo) XXX_Merge

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

func (*RAFInfo) XXX_Size

func (m *RAFInfo) XXX_Size() int

func (*RAFInfo) XXX_Unmarshal

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

type RegionTag

type RegionTag struct {
	Region               *uint32  `protobuf:"fixed32,1,opt,name=region" json:"region,omitempty"`
	Tag                  *uint32  `protobuf:"fixed32,2,opt,name=tag" json:"tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RegionTag) Descriptor

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

func (*RegionTag) GetRegion

func (m *RegionTag) GetRegion() uint32

func (*RegionTag) GetTag

func (m *RegionTag) GetTag() uint32

func (*RegionTag) ProtoMessage

func (*RegionTag) ProtoMessage()

func (*RegionTag) Reset

func (m *RegionTag) Reset()

func (*RegionTag) String

func (m *RegionTag) String() string

func (*RegionTag) XXX_DiscardUnknown

func (m *RegionTag) XXX_DiscardUnknown()

func (*RegionTag) XXX_Marshal

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

func (*RegionTag) XXX_Merge

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

func (*RegionTag) XXX_Size

func (m *RegionTag) XXX_Size() int

func (*RegionTag) XXX_Unmarshal

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

type ResolveAccountRequest

type ResolveAccountRequest struct {
	Ref                  *AccountReference `protobuf:"bytes,1,opt,name=ref" json:"ref,omitempty"`
	FetchId              *bool             `protobuf:"varint,12,opt,name=fetch_id,json=fetchId" json:"fetch_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ResolveAccountRequest) Descriptor

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

func (*ResolveAccountRequest) GetFetchId

func (m *ResolveAccountRequest) GetFetchId() bool

func (*ResolveAccountRequest) GetRef

func (*ResolveAccountRequest) ProtoMessage

func (*ResolveAccountRequest) ProtoMessage()

func (*ResolveAccountRequest) Reset

func (m *ResolveAccountRequest) Reset()

func (*ResolveAccountRequest) String

func (m *ResolveAccountRequest) String() string

func (*ResolveAccountRequest) XXX_DiscardUnknown

func (m *ResolveAccountRequest) XXX_DiscardUnknown()

func (*ResolveAccountRequest) XXX_Marshal

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

func (*ResolveAccountRequest) XXX_Merge

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

func (*ResolveAccountRequest) XXX_Size

func (m *ResolveAccountRequest) XXX_Size() int

func (*ResolveAccountRequest) XXX_Unmarshal

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

type ResolveAccountResponse

type ResolveAccountResponse struct {
	Id                   *AccountId `protobuf:"bytes,12,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ResolveAccountResponse) Descriptor

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

func (*ResolveAccountResponse) GetId

func (m *ResolveAccountResponse) GetId() *AccountId

func (*ResolveAccountResponse) ProtoMessage

func (*ResolveAccountResponse) ProtoMessage()

func (*ResolveAccountResponse) Reset

func (m *ResolveAccountResponse) Reset()

func (*ResolveAccountResponse) String

func (m *ResolveAccountResponse) String() string

func (*ResolveAccountResponse) XXX_DiscardUnknown

func (m *ResolveAccountResponse) XXX_DiscardUnknown()

func (*ResolveAccountResponse) XXX_Marshal

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

func (*ResolveAccountResponse) XXX_Merge

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

func (*ResolveAccountResponse) XXX_Size

func (m *ResolveAccountResponse) XXX_Size() int

func (*ResolveAccountResponse) XXX_Unmarshal

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

type SecurityStatus

type SecurityStatus struct {
	SmsProtectEnabled     *bool    `protobuf:"varint,1,opt,name=sms_protect_enabled,json=smsProtectEnabled" json:"sms_protect_enabled,omitempty"`
	EmailVerified         *bool    `protobuf:"varint,2,opt,name=email_verified,json=emailVerified" json:"email_verified,omitempty"`
	AuthenticatorEnabled  *bool    `protobuf:"varint,3,opt,name=authenticator_enabled,json=authenticatorEnabled" json:"authenticator_enabled,omitempty"`
	SqaEnabled            *bool    `protobuf:"varint,4,opt,name=sqa_enabled,json=sqaEnabled" json:"sqa_enabled,omitempty"`
	AuthenticatorRequired *bool    `protobuf:"varint,5,opt,name=authenticator_required,json=authenticatorRequired" json:"authenticator_required,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*SecurityStatus) Descriptor

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

func (*SecurityStatus) GetAuthenticatorEnabled

func (m *SecurityStatus) GetAuthenticatorEnabled() bool

func (*SecurityStatus) GetAuthenticatorRequired

func (m *SecurityStatus) GetAuthenticatorRequired() bool

func (*SecurityStatus) GetEmailVerified

func (m *SecurityStatus) GetEmailVerified() bool

func (*SecurityStatus) GetSmsProtectEnabled

func (m *SecurityStatus) GetSmsProtectEnabled() bool

func (*SecurityStatus) GetSqaEnabled

func (m *SecurityStatus) GetSqaEnabled() bool

func (*SecurityStatus) ProtoMessage

func (*SecurityStatus) ProtoMessage()

func (*SecurityStatus) Reset

func (m *SecurityStatus) Reset()

func (*SecurityStatus) String

func (m *SecurityStatus) String() string

func (*SecurityStatus) XXX_DiscardUnknown

func (m *SecurityStatus) XXX_DiscardUnknown()

func (*SecurityStatus) XXX_Marshal

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

func (*SecurityStatus) XXX_Merge

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

func (*SecurityStatus) XXX_Size

func (m *SecurityStatus) XXX_Size() int

func (*SecurityStatus) XXX_Unmarshal

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

type SubscriberReference

type SubscriberReference struct {
	ObjectId             *uint64                  `protobuf:"varint,1,opt,name=object_id,json=objectId,def=0" json:"object_id,omitempty"`
	EntityId             *protocol.EntityId       `protobuf:"bytes,2,opt,name=entity_id,json=entityId" json:"entity_id,omitempty"`
	AccountOptions       *AccountFieldOptions     `protobuf:"bytes,3,opt,name=account_options,json=accountOptions" json:"account_options,omitempty"`
	AccountTags          *AccountFieldTags        `protobuf:"bytes,4,opt,name=account_tags,json=accountTags" json:"account_tags,omitempty"`
	GameAccountOptions   *GameAccountFieldOptions `protobuf:"bytes,5,opt,name=game_account_options,json=gameAccountOptions" json:"game_account_options,omitempty"`
	GameAccountTags      *GameAccountFieldTags    `protobuf:"bytes,6,opt,name=game_account_tags,json=gameAccountTags" json:"game_account_tags,omitempty"`
	SubscriberId         *uint64                  `protobuf:"varint,7,opt,name=subscriber_id,json=subscriberId,def=0" json:"subscriber_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*SubscriberReference) Descriptor

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

func (*SubscriberReference) GetAccountOptions

func (m *SubscriberReference) GetAccountOptions() *AccountFieldOptions

func (*SubscriberReference) GetAccountTags

func (m *SubscriberReference) GetAccountTags() *AccountFieldTags

func (*SubscriberReference) GetEntityId

func (m *SubscriberReference) GetEntityId() *protocol.EntityId

func (*SubscriberReference) GetGameAccountOptions

func (m *SubscriberReference) GetGameAccountOptions() *GameAccountFieldOptions

func (*SubscriberReference) GetGameAccountTags

func (m *SubscriberReference) GetGameAccountTags() *GameAccountFieldTags

func (*SubscriberReference) GetObjectId

func (m *SubscriberReference) GetObjectId() uint64

func (*SubscriberReference) GetSubscriberId

func (m *SubscriberReference) GetSubscriberId() uint64

func (*SubscriberReference) ProtoMessage

func (*SubscriberReference) ProtoMessage()

func (*SubscriberReference) Reset

func (m *SubscriberReference) Reset()

func (*SubscriberReference) String

func (m *SubscriberReference) String() string

func (*SubscriberReference) XXX_DiscardUnknown

func (m *SubscriberReference) XXX_DiscardUnknown()

func (*SubscriberReference) XXX_Marshal

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

func (*SubscriberReference) XXX_Merge

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

func (*SubscriberReference) XXX_Size

func (m *SubscriberReference) XXX_Size() int

func (*SubscriberReference) XXX_Unmarshal

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

type SubscriptionUpdateRequest

type SubscriptionUpdateRequest struct {
	Ref                  []*SubscriberReference `protobuf:"bytes,2,rep,name=ref" json:"ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*SubscriptionUpdateRequest) Descriptor

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

func (*SubscriptionUpdateRequest) GetRef

func (*SubscriptionUpdateRequest) ProtoMessage

func (*SubscriptionUpdateRequest) ProtoMessage()

func (*SubscriptionUpdateRequest) Reset

func (m *SubscriptionUpdateRequest) Reset()

func (*SubscriptionUpdateRequest) String

func (m *SubscriptionUpdateRequest) String() string

func (*SubscriptionUpdateRequest) XXX_DiscardUnknown

func (m *SubscriptionUpdateRequest) XXX_DiscardUnknown()

func (*SubscriptionUpdateRequest) XXX_Marshal

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

func (*SubscriptionUpdateRequest) XXX_Merge

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

func (*SubscriptionUpdateRequest) XXX_Size

func (m *SubscriptionUpdateRequest) XXX_Size() int

func (*SubscriptionUpdateRequest) XXX_Unmarshal

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

type SubscriptionUpdateResponse

type SubscriptionUpdateResponse struct {
	Ref                  []*SubscriberReference `protobuf:"bytes,1,rep,name=ref" json:"ref,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*SubscriptionUpdateResponse) Descriptor

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

func (*SubscriptionUpdateResponse) GetRef

func (*SubscriptionUpdateResponse) ProtoMessage

func (*SubscriptionUpdateResponse) ProtoMessage()

func (*SubscriptionUpdateResponse) Reset

func (m *SubscriptionUpdateResponse) Reset()

func (*SubscriptionUpdateResponse) String

func (m *SubscriptionUpdateResponse) String() string

func (*SubscriptionUpdateResponse) XXX_DiscardUnknown

func (m *SubscriptionUpdateResponse) XXX_DiscardUnknown()

func (*SubscriptionUpdateResponse) XXX_Marshal

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

func (*SubscriptionUpdateResponse) XXX_Merge

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

func (*SubscriptionUpdateResponse) XXX_Size

func (m *SubscriptionUpdateResponse) XXX_Size() int

func (*SubscriptionUpdateResponse) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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