pb

package
v0.0.0-...-d6bec94 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2023 License: LGPL-2.1 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_CAuthentication_BeginAuthSessionViaQR_Request_PlatformType = EAuthTokenPlatformType_k_EAuthTokenPlatformType_Unknown
	Default_CAuthentication_BeginAuthSessionViaQR_Request_WebsiteId    = string("Unknown")
)

Default values for CAuthentication_BeginAuthSessionViaQR_Request fields.

View Source
const (
	Default_CAuthentication_BeginAuthSessionViaCredentials_Request_PlatformType = EAuthTokenPlatformType_k_EAuthTokenPlatformType_Unknown
	Default_CAuthentication_BeginAuthSessionViaCredentials_Request_Persistence  = ESessionPersistence(1) // ESessionPersistence_k_ESessionPersistence_Persistent
	Default_CAuthentication_BeginAuthSessionViaCredentials_Request_WebsiteId    = string("Unknown")
	Default_CAuthentication_BeginAuthSessionViaCredentials_Request_QosLevel     = int32(2)
)

Default values for CAuthentication_BeginAuthSessionViaCredentials_Request fields.

View Source
const (
	Default_CAuthentication_GetAuthSessionInfo_Response_PlatformType         = EAuthTokenPlatformType_k_EAuthTokenPlatformType_Unknown
	Default_CAuthentication_GetAuthSessionInfo_Response_LoginHistory         = EAuthSessionSecurityHistory_k_EAuthSessionSecurityHistory_Invalid
	Default_CAuthentication_GetAuthSessionInfo_Response_RequestedPersistence = ESessionPersistence(-1) // ESessionPersistence_k_ESessionPersistence_Invalid
)

Default values for CAuthentication_GetAuthSessionInfo_Response fields.

View Source
const (
	Default_CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request_Confirm     = bool(false)
	Default_CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request_Persistence = ESessionPersistence(1) // ESessionPersistence_k_ESessionPersistence_Persistent
)

Default values for CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request fields.

View Source
const (
	Default_CSupportRefreshTokenDescription_PlatformType = EAuthTokenPlatformType_k_EAuthTokenPlatformType_Unknown
	Default_CSupportRefreshTokenDescription_TokenState   = EAuthTokenState_k_EAuthTokenState_Invalid
)

Default values for CSupportRefreshTokenDescription fields.

View Source
const (
	Default_CMsgProtoBufHeader_JobidSource        = uint64(18446744073709551615)
	Default_CMsgProtoBufHeader_JobidTarget        = uint64(18446744073709551615)
	Default_CMsgProtoBufHeader_Eresult            = int32(2)
	Default_CMsgProtoBufHeader_TransportError     = int32(1)
	Default_CMsgProtoBufHeader_Messageid          = uint64(18446744073709551615)
	Default_CMsgProtoBufHeader_LauncherType       = uint32(0)
	Default_CMsgProtoBufHeader_Realm              = uint32(0)
	Default_CMsgProtoBufHeader_TimeoutMs          = int32(-1)
	Default_CMsgProtoBufHeader_SessionDisposition = CMsgProtoBufHeader_k_ESessionDispositionNormal
)

Default values for CMsgProtoBufHeader fields.

View Source
const (
	Default_CAuthentication_AccessToken_GenerateForApp_Request_RenewalType = ETokenRenewalType_k_ETokenRenewalType_None
)

Default values for CAuthentication_AccessToken_GenerateForApp_Request fields.

View Source
const (
	Default_CAuthentication_AllowedConfirmation_ConfirmationType = EAuthSessionGuardType_k_EAuthSessionGuardType_Unknown
)

Default values for CAuthentication_AllowedConfirmation fields.

View Source
const (
	Default_CAuthentication_DeviceDetails_PlatformType = EAuthTokenPlatformType_k_EAuthTokenPlatformType_Unknown
)

Default values for CAuthentication_DeviceDetails fields.

View Source
const (
	Default_CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription_PlatformType = EAuthTokenPlatformType_k_EAuthTokenPlatformType_Unknown
)

Default values for CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription fields.

View Source
const (
	Default_CAuthentication_RefreshToken_Revoke_Request_RevokeAction = EAuthTokenRevokeAction_k_EAuthTokenRevokePermanent
)

Default values for CAuthentication_RefreshToken_Revoke_Request fields.

View Source
const (
	Default_CAuthentication_Token_Revoke_Request_RevokeAction = EAuthTokenRevokeAction_k_EAuthTokenRevokePermanent
)

Default values for CAuthentication_Token_Revoke_Request fields.

View Source
const (
	Default_CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request_CodeType = EAuthSessionGuardType_k_EAuthSessionGuardType_Unknown
)

Default values for CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request fields.

View Source
const (
	Default_CClanEventData_EventType = EProtoClanEventType_k_EClanOtherEvent
)

Default values for CClanEventData fields.

View Source
const (
	Default_CCommunity_ClanAnnouncementInfo_BanCheckResult = EBanContentCheckResult_k_EBanContentCheckResult_NotScanned
)

Default values for CCommunity_ClanAnnouncementInfo fields.

View Source
const (
	Default_CMsgAuthTicket_Eresult = uint32(2)
)

Default values for CMsgAuthTicket fields.

Variables

View Source
var (
	EAuthTokenPlatformType_name = map[int32]string{
		0: "k_EAuthTokenPlatformType_Unknown",
		1: "k_EAuthTokenPlatformType_SteamClient",
		2: "k_EAuthTokenPlatformType_WebBrowser",
		3: "k_EAuthTokenPlatformType_MobileApp",
	}
	EAuthTokenPlatformType_value = map[string]int32{
		"k_EAuthTokenPlatformType_Unknown":     0,
		"k_EAuthTokenPlatformType_SteamClient": 1,
		"k_EAuthTokenPlatformType_WebBrowser":  2,
		"k_EAuthTokenPlatformType_MobileApp":   3,
	}
)

Enum value maps for EAuthTokenPlatformType.

View Source
var (
	EAuthSessionGuardType_name = map[int32]string{
		0: "k_EAuthSessionGuardType_Unknown",
		1: "k_EAuthSessionGuardType_None",
		2: "k_EAuthSessionGuardType_EmailCode",
		3: "k_EAuthSessionGuardType_DeviceCode",
		4: "k_EAuthSessionGuardType_DeviceConfirmation",
		5: "k_EAuthSessionGuardType_EmailConfirmation",
		6: "k_EAuthSessionGuardType_MachineToken",
		7: "k_EAuthSessionGuardType_LegacyMachineAuth",
	}
	EAuthSessionGuardType_value = map[string]int32{
		"k_EAuthSessionGuardType_Unknown":            0,
		"k_EAuthSessionGuardType_None":               1,
		"k_EAuthSessionGuardType_EmailCode":          2,
		"k_EAuthSessionGuardType_DeviceCode":         3,
		"k_EAuthSessionGuardType_DeviceConfirmation": 4,
		"k_EAuthSessionGuardType_EmailConfirmation":  5,
		"k_EAuthSessionGuardType_MachineToken":       6,
		"k_EAuthSessionGuardType_LegacyMachineAuth":  7,
	}
)

Enum value maps for EAuthSessionGuardType.

View Source
var (
	EAuthSessionSecurityHistory_name = map[int32]string{
		0: "k_EAuthSessionSecurityHistory_Invalid",
		1: "k_EAuthSessionSecurityHistory_UsedPreviously",
		2: "k_EAuthSessionSecurityHistory_NoPriorHistory",
	}
	EAuthSessionSecurityHistory_value = map[string]int32{
		"k_EAuthSessionSecurityHistory_Invalid":        0,
		"k_EAuthSessionSecurityHistory_UsedPreviously": 1,
		"k_EAuthSessionSecurityHistory_NoPriorHistory": 2,
	}
)

Enum value maps for EAuthSessionSecurityHistory.

View Source
var (
	ETokenRenewalType_name = map[int32]string{
		0: "k_ETokenRenewalType_None",
		1: "k_ETokenRenewalType_Allow",
	}
	ETokenRenewalType_value = map[string]int32{
		"k_ETokenRenewalType_None":  0,
		"k_ETokenRenewalType_Allow": 1,
	}
)

Enum value maps for ETokenRenewalType.

View Source
var (
	EAuthTokenRevokeAction_name = map[int32]string{
		0: "k_EAuthTokenRevokeLogout",
		1: "k_EAuthTokenRevokePermanent",
		2: "k_EAuthTokenRevokeReplaced",
		3: "k_EAuthTokenRevokeSupport",
		4: "k_EAuthTokenRevokeConsume",
		5: "k_EAuthTokenRevokeNonRememberedLogout",
		6: "k_EAuthTokenRevokeNonRememberedPermanent",
		7: "k_EAuthTokenRevokeAutomatic",
	}
	EAuthTokenRevokeAction_value = map[string]int32{
		"k_EAuthTokenRevokeLogout":                 0,
		"k_EAuthTokenRevokePermanent":              1,
		"k_EAuthTokenRevokeReplaced":               2,
		"k_EAuthTokenRevokeSupport":                3,
		"k_EAuthTokenRevokeConsume":                4,
		"k_EAuthTokenRevokeNonRememberedLogout":    5,
		"k_EAuthTokenRevokeNonRememberedPermanent": 6,
		"k_EAuthTokenRevokeAutomatic":              7,
	}
)

Enum value maps for EAuthTokenRevokeAction.

View Source
var (
	EAuthTokenState_name = map[int32]string{
		0:  "k_EAuthTokenState_Invalid",
		1:  "k_EAuthTokenState_New",
		2:  "k_EAuthTokenState_Confirmed",
		3:  "k_EAuthTokenState_Issued",
		4:  "k_EAuthTokenState_Denied",
		5:  "k_EAuthTokenState_LoggedOut",
		6:  "k_EAuthTokenState_Consumed",
		99: "k_EAuthTokenState_Revoked",
	}
	EAuthTokenState_value = map[string]int32{
		"k_EAuthTokenState_Invalid":   0,
		"k_EAuthTokenState_New":       1,
		"k_EAuthTokenState_Confirmed": 2,
		"k_EAuthTokenState_Issued":    3,
		"k_EAuthTokenState_Denied":    4,
		"k_EAuthTokenState_LoggedOut": 5,
		"k_EAuthTokenState_Consumed":  6,
		"k_EAuthTokenState_Revoked":   99,
	}
)

Enum value maps for EAuthTokenState.

View Source
var (
	EBanContentCheckResult_name = map[int32]string{
		0:   "k_EBanContentCheckResult_NotScanned",
		1:   "k_EBanContentCheckResult_Reset",
		2:   "k_EBanContentCheckResult_NeedsChecking",
		5:   "k_EBanContentCheckResult_VeryUnlikely",
		30:  "k_EBanContentCheckResult_Unlikely",
		50:  "k_EBanContentCheckResult_Possible",
		75:  "k_EBanContentCheckResult_Likely",
		100: "k_EBanContentCheckResult_VeryLikely",
	}
	EBanContentCheckResult_value = map[string]int32{
		"k_EBanContentCheckResult_NotScanned":    0,
		"k_EBanContentCheckResult_Reset":         1,
		"k_EBanContentCheckResult_NeedsChecking": 2,
		"k_EBanContentCheckResult_VeryUnlikely":  5,
		"k_EBanContentCheckResult_Unlikely":      30,
		"k_EBanContentCheckResult_Possible":      50,
		"k_EBanContentCheckResult_Likely":        75,
		"k_EBanContentCheckResult_VeryLikely":    100,
	}
)

Enum value maps for EBanContentCheckResult.

View Source
var (
	EProtoClanEventType_name = map[int32]string{
		1:  "k_EClanOtherEvent",
		2:  "k_EClanGameEvent",
		3:  "k_EClanPartyEvent",
		4:  "k_EClanMeetingEvent",
		5:  "k_EClanSpecialCauseEvent",
		6:  "k_EClanMusicAndArtsEvent",
		7:  "k_EClanSportsEvent",
		8:  "k_EClanTripEvent",
		9:  "k_EClanChatEvent",
		10: "k_EClanGameReleaseEvent",
		11: "k_EClanBroadcastEvent",
		12: "k_EClanSmallUpdateEvent",
		13: "k_EClanPreAnnounceMajorUpdateEvent",
		14: "k_EClanMajorUpdateEvent",
		15: "k_EClanDLCReleaseEvent",
		16: "k_EClanFutureReleaseEvent",
		17: "k_EClanESportTournamentStreamEvent",
		18: "k_EClanDevStreamEvent",
		19: "k_EClanFamousStreamEvent",
		20: "k_EClanGameSalesEvent",
		21: "k_EClanGameItemSalesEvent",
		22: "k_EClanInGameBonusXPEvent",
		23: "k_EClanInGameLootEvent",
		24: "k_EClanInGamePerksEvent",
		25: "k_EClanInGameChallengeEvent",
		26: "k_EClanInGameContestEvent",
		27: "k_EClanIRLEvent",
		28: "k_EClanNewsEvent",
		29: "k_EClanBetaReleaseEvent",
		30: "k_EClanInGameContentReleaseEvent",
		31: "k_EClanFreeTrial",
		32: "k_EClanSeasonRelease",
		33: "k_EClanSeasonUpdate",
		34: "k_EClanCrosspostEvent",
		35: "k_EClanInGameEventGeneral",
	}
	EProtoClanEventType_value = map[string]int32{
		"k_EClanOtherEvent":                  1,
		"k_EClanGameEvent":                   2,
		"k_EClanPartyEvent":                  3,
		"k_EClanMeetingEvent":                4,
		"k_EClanSpecialCauseEvent":           5,
		"k_EClanMusicAndArtsEvent":           6,
		"k_EClanSportsEvent":                 7,
		"k_EClanTripEvent":                   8,
		"k_EClanChatEvent":                   9,
		"k_EClanGameReleaseEvent":            10,
		"k_EClanBroadcastEvent":              11,
		"k_EClanSmallUpdateEvent":            12,
		"k_EClanPreAnnounceMajorUpdateEvent": 13,
		"k_EClanMajorUpdateEvent":            14,
		"k_EClanDLCReleaseEvent":             15,
		"k_EClanFutureReleaseEvent":          16,
		"k_EClanESportTournamentStreamEvent": 17,
		"k_EClanDevStreamEvent":              18,
		"k_EClanFamousStreamEvent":           19,
		"k_EClanGameSalesEvent":              20,
		"k_EClanGameItemSalesEvent":          21,
		"k_EClanInGameBonusXPEvent":          22,
		"k_EClanInGameLootEvent":             23,
		"k_EClanInGamePerksEvent":            24,
		"k_EClanInGameChallengeEvent":        25,
		"k_EClanInGameContestEvent":          26,
		"k_EClanIRLEvent":                    27,
		"k_EClanNewsEvent":                   28,
		"k_EClanBetaReleaseEvent":            29,
		"k_EClanInGameContentReleaseEvent":   30,
		"k_EClanFreeTrial":                   31,
		"k_EClanSeasonRelease":               32,
		"k_EClanSeasonUpdate":                33,
		"k_EClanCrosspostEvent":              34,
		"k_EClanInGameEventGeneral":          35,
	}
)

Enum value maps for EProtoClanEventType.

View Source
var (
	PartnerEventNotificationType_name = map[int32]string{
		0: "k_EEventStart",
		1: "k_EEventBroadcastStart",
		2: "k_EEventMatchStart",
		3: "k_EEventPartnerMaxType",
	}
	PartnerEventNotificationType_value = map[string]int32{
		"k_EEventStart":          0,
		"k_EEventBroadcastStart": 1,
		"k_EEventMatchStart":     2,
		"k_EEventPartnerMaxType": 3,
	}
)

Enum value maps for PartnerEventNotificationType.

View Source
var (
	CMsgProtoBufHeader_ESessionDisposition_name = map[int32]string{
		0: "k_ESessionDispositionNormal",
		1: "k_ESessionDispositionDisconnect",
	}
	CMsgProtoBufHeader_ESessionDisposition_value = map[string]int32{
		"k_ESessionDispositionNormal":     0,
		"k_ESessionDispositionDisconnect": 1,
	}
)

Enum value maps for CMsgProtoBufHeader_ESessionDisposition.

View Source
var (
	// optional int32 msgpool_soft_limit = 50000;
	E_MsgpoolSoftLimit = &file_steammessages_base_proto_extTypes[0]
	// optional int32 msgpool_hard_limit = 50001;
	E_MsgpoolHardLimit = &file_steammessages_base_proto_extTypes[1]
)

Extension fields to descriptor_proto.MessageOptions.

View Source
var (
	// optional bool php_output_always_number = 50020;
	E_PhpOutputAlwaysNumber = &file_steammessages_base_proto_extTypes[3]
	// optional bool allow_field_named_steam_id = 50024;
	E_AllowFieldNamedSteamId = &file_steammessages_base_proto_extTypes[4]
)

Extension fields to descriptor_proto.FieldOptions.

View Source
var (
	EPublishedFileQueryType_name = map[int32]string{
		0:  "k_PublishedFileQueryType_RankedByVote",
		1:  "k_PublishedFileQueryType_RankedByPublicationDate",
		2:  "k_PublishedFileQueryType_AcceptedForGameRankedByAcceptanceDate",
		3:  "k_PublishedFileQueryType_RankedByTrend",
		4:  "k_PublishedFileQueryType_FavoritedByFriendsRankedByPublicationDate",
		5:  "k_PublishedFileQueryType_CreatedByFriendsRankedByPublicationDate",
		6:  "k_PublishedFileQueryType_RankedByNumTimesReported",
		7:  "k_PublishedFileQueryType_CreatedByFollowedUsersRankedByPublicationDate",
		8:  "k_PublishedFileQueryType_NotYetRated",
		9:  "k_PublishedFileQueryType_RankedByTotalUniqueSubscriptions",
		10: "k_PublishedFileQueryType_RankedByTotalVotesAsc",
		11: "k_PublishedFileQueryType_RankedByVotesUp",
		12: "k_PublishedFileQueryType_RankedByTextSearch",
		13: "k_PublishedFileQueryType_RankedByPlaytimeTrend",
		14: "k_PublishedFileQueryType_RankedByTotalPlaytime",
		15: "k_PublishedFileQueryType_RankedByAveragePlaytimeTrend",
		16: "k_PublishedFileQueryType_RankedByLifetimeAveragePlaytime",
		17: "k_PublishedFileQueryType_RankedByPlaytimeSessionsTrend",
		18: "k_PublishedFileQueryType_RankedByLifetimePlaytimeSessions",
		19: "k_PublishedFileQueryType_RankedByInappropriateContentRating",
		20: "k_PublishedFileQueryType_RankedByBanContentCheck",
		21: "k_PublishedFileQueryType_RankedByLastUpdatedDate",
	}
	EPublishedFileQueryType_value = map[string]int32{
		"k_PublishedFileQueryType_RankedByVote":                                  0,
		"k_PublishedFileQueryType_RankedByPublicationDate":                       1,
		"k_PublishedFileQueryType_AcceptedForGameRankedByAcceptanceDate":         2,
		"k_PublishedFileQueryType_RankedByTrend":                                 3,
		"k_PublishedFileQueryType_FavoritedByFriendsRankedByPublicationDate":     4,
		"k_PublishedFileQueryType_CreatedByFriendsRankedByPublicationDate":       5,
		"k_PublishedFileQueryType_RankedByNumTimesReported":                      6,
		"k_PublishedFileQueryType_CreatedByFollowedUsersRankedByPublicationDate": 7,
		"k_PublishedFileQueryType_NotYetRated":                                   8,
		"k_PublishedFileQueryType_RankedByTotalUniqueSubscriptions":              9,
		"k_PublishedFileQueryType_RankedByTotalVotesAsc":                         10,
		"k_PublishedFileQueryType_RankedByVotesUp":                               11,
		"k_PublishedFileQueryType_RankedByTextSearch":                            12,
		"k_PublishedFileQueryType_RankedByPlaytimeTrend":                         13,
		"k_PublishedFileQueryType_RankedByTotalPlaytime":                         14,
		"k_PublishedFileQueryType_RankedByAveragePlaytimeTrend":                  15,
		"k_PublishedFileQueryType_RankedByLifetimeAveragePlaytime":               16,
		"k_PublishedFileQueryType_RankedByPlaytimeSessionsTrend":                 17,
		"k_PublishedFileQueryType_RankedByLifetimePlaytimeSessions":              18,
		"k_PublishedFileQueryType_RankedByInappropriateContentRating":            19,
		"k_PublishedFileQueryType_RankedByBanContentCheck":                       20,
		"k_PublishedFileQueryType_RankedByLastUpdatedDate":                       21,
	}
)

Enum value maps for EPublishedFileQueryType.

View Source
var (
	EPublishedFileInappropriateProvider_name = map[int32]string{
		0: "k_EPublishedFileInappropriateProvider_Invalid",
		1: "k_EPublishedFileInappropriateProvider_Google",
		2: "k_EPublishedFileInappropriateProvider_Amazon",
	}
	EPublishedFileInappropriateProvider_value = map[string]int32{
		"k_EPublishedFileInappropriateProvider_Invalid": 0,
		"k_EPublishedFileInappropriateProvider_Google":  1,
		"k_EPublishedFileInappropriateProvider_Amazon":  2,
	}
)

Enum value maps for EPublishedFileInappropriateProvider.

View Source
var (
	EPublishedFileInappropriateResult_name = map[int32]string{
		0:   "k_EPublishedFileInappropriateResult_NotScanned",
		1:   "k_EPublishedFileInappropriateResult_VeryUnlikely",
		30:  "k_EPublishedFileInappropriateResult_Unlikely",
		50:  "k_EPublishedFileInappropriateResult_Possible",
		75:  "k_EPublishedFileInappropriateResult_Likely",
		100: "k_EPublishedFileInappropriateResult_VeryLikely",
	}
	EPublishedFileInappropriateResult_value = map[string]int32{
		"k_EPublishedFileInappropriateResult_NotScanned":   0,
		"k_EPublishedFileInappropriateResult_VeryUnlikely": 1,
		"k_EPublishedFileInappropriateResult_Unlikely":     30,
		"k_EPublishedFileInappropriateResult_Possible":     50,
		"k_EPublishedFileInappropriateResult_Likely":       75,
		"k_EPublishedFileInappropriateResult_VeryLikely":   100,
	}
)

Enum value maps for EPublishedFileInappropriateResult.

View Source
var (
	EPersonaStateFlag_name = map[int32]string{
		1:    "k_EPersonaStateFlag_HasRichPresence",
		2:    "k_EPersonaStateFlag_InJoinableGame",
		4:    "k_EPersonaStateFlag_Golden",
		8:    "k_EPersonaStateFlag_RemotePlayTogether",
		256:  "k_EPersonaStateFlag_ClientTypeWeb",
		512:  "k_EPersonaStateFlag_ClientTypeMobile",
		1024: "k_EPersonaStateFlag_ClientTypeTenfoot",
		2048: "k_EPersonaStateFlag_ClientTypeVR",
		4096: "k_EPersonaStateFlag_LaunchTypeGamepad",
		8192: "k_EPersonaStateFlag_LaunchTypeCompatTool",
	}
	EPersonaStateFlag_value = map[string]int32{
		"k_EPersonaStateFlag_HasRichPresence":      1,
		"k_EPersonaStateFlag_InJoinableGame":       2,
		"k_EPersonaStateFlag_Golden":               4,
		"k_EPersonaStateFlag_RemotePlayTogether":   8,
		"k_EPersonaStateFlag_ClientTypeWeb":        256,
		"k_EPersonaStateFlag_ClientTypeMobile":     512,
		"k_EPersonaStateFlag_ClientTypeTenfoot":    1024,
		"k_EPersonaStateFlag_ClientTypeVR":         2048,
		"k_EPersonaStateFlag_LaunchTypeGamepad":    4096,
		"k_EPersonaStateFlag_LaunchTypeCompatTool": 8192,
	}
)

Enum value maps for EPersonaStateFlag.

View Source
var (
	EContentCheckProvider_name = map[int32]string{
		0: "k_EContentCheckProvider_Invalid",
		1: "k_EContentCheckProvider_Google",
		2: "k_EContentCheckProvider_Amazon",
		3: "k_EContentCheckProvider_Local",
	}
	EContentCheckProvider_value = map[string]int32{
		"k_EContentCheckProvider_Invalid": 0,
		"k_EContentCheckProvider_Google":  1,
		"k_EContentCheckProvider_Amazon":  2,
		"k_EContentCheckProvider_Local":   3,
	}
)

Enum value maps for EContentCheckProvider.

View Source
var (
	EProfileCustomizationType_name = map[int32]string{
		0:  "k_EProfileCustomizationTypeInvalid",
		1:  "k_EProfileCustomizationTypeRareAchievementShowcase",
		2:  "k_EProfileCustomizationTypeGameCollector",
		3:  "k_EProfileCustomizationTypeItemShowcase",
		4:  "k_EProfileCustomizationTypeTradeShowcase",
		5:  "k_EProfileCustomizationTypeBadges",
		6:  "k_EProfileCustomizationTypeFavoriteGame",
		7:  "k_EProfileCustomizationTypeScreenshotShowcase",
		8:  "k_EProfileCustomizationTypeCustomText",
		9:  "k_EProfileCustomizationTypeFavoriteGroup",
		10: "k_EProfileCustomizationTypeRecommendation",
		11: "k_EProfileCustomizationTypeWorkshopItem",
		12: "k_EProfileCustomizationTypeMyWorkshop",
		13: "k_EProfileCustomizationTypeArtworkShowcase",
		14: "k_EProfileCustomizationTypeVideoShowcase",
		15: "k_EProfileCustomizationTypeGuides",
		16: "k_EProfileCustomizationTypeMyGuides",
		17: "k_EProfileCustomizationTypeAchievements",
		18: "k_EProfileCustomizationTypeGreenlight",
		19: "k_EProfileCustomizationTypeMyGreenlight",
		20: "k_EProfileCustomizationTypeSalien",
		21: "k_EProfileCustomizationTypeLoyaltyRewardReactions",
		22: "k_EProfileCustomizationTypeSingleArtworkShowcase",
		23: "k_EProfileCustomizationTypeAchievementsCompletionist",
		24: "k_EProfileCustomizationTypeReplay",
	}
	EProfileCustomizationType_value = map[string]int32{
		"k_EProfileCustomizationTypeInvalid":                   0,
		"k_EProfileCustomizationTypeRareAchievementShowcase":   1,
		"k_EProfileCustomizationTypeGameCollector":             2,
		"k_EProfileCustomizationTypeItemShowcase":              3,
		"k_EProfileCustomizationTypeTradeShowcase":             4,
		"k_EProfileCustomizationTypeBadges":                    5,
		"k_EProfileCustomizationTypeFavoriteGame":              6,
		"k_EProfileCustomizationTypeScreenshotShowcase":        7,
		"k_EProfileCustomizationTypeCustomText":                8,
		"k_EProfileCustomizationTypeFavoriteGroup":             9,
		"k_EProfileCustomizationTypeRecommendation":            10,
		"k_EProfileCustomizationTypeWorkshopItem":              11,
		"k_EProfileCustomizationTypeMyWorkshop":                12,
		"k_EProfileCustomizationTypeArtworkShowcase":           13,
		"k_EProfileCustomizationTypeVideoShowcase":             14,
		"k_EProfileCustomizationTypeGuides":                    15,
		"k_EProfileCustomizationTypeMyGuides":                  16,
		"k_EProfileCustomizationTypeAchievements":              17,
		"k_EProfileCustomizationTypeGreenlight":                18,
		"k_EProfileCustomizationTypeMyGreenlight":              19,
		"k_EProfileCustomizationTypeSalien":                    20,
		"k_EProfileCustomizationTypeLoyaltyRewardReactions":    21,
		"k_EProfileCustomizationTypeSingleArtworkShowcase":     22,
		"k_EProfileCustomizationTypeAchievementsCompletionist": 23,
		"k_EProfileCustomizationTypeReplay":                    24,
	}
)

Enum value maps for EProfileCustomizationType.

View Source
var (
	EPublishedFileStorageSystem_name = map[int32]string{
		0: "k_EPublishedFileStorageSystemInvalid",
		1: "k_EPublishedFileStorageSystemLegacyCloud",
		2: "k_EPublishedFileStorageSystemDepot",
		3: "k_EPublishedFileStorageSystemUGCCloud",
	}
	EPublishedFileStorageSystem_value = map[string]int32{
		"k_EPublishedFileStorageSystemInvalid":     0,
		"k_EPublishedFileStorageSystemLegacyCloud": 1,
		"k_EPublishedFileStorageSystemDepot":       2,
		"k_EPublishedFileStorageSystemUGCCloud":    3,
	}
)

Enum value maps for EPublishedFileStorageSystem.

View Source
var (
	ECloudStoragePersistState_name = map[int32]string{
		0: "k_ECloudStoragePersistStatePersisted",
		1: "k_ECloudStoragePersistStateForgotten",
		2: "k_ECloudStoragePersistStateDeleted",
	}
	ECloudStoragePersistState_value = map[string]int32{
		"k_ECloudStoragePersistStatePersisted": 0,
		"k_ECloudStoragePersistStateForgotten": 1,
		"k_ECloudStoragePersistStateDeleted":   2,
	}
)

Enum value maps for ECloudStoragePersistState.

View Source
var (
	ESDCardFormatStage_name = map[int32]string{
		0: "k_ESDCardFormatStage_Invalid",
		1: "k_ESDCardFormatStage_Starting",
		2: "k_ESDCardFormatStage_Testing",
		3: "k_ESDCardFormatStage_Rescuing",
		4: "k_ESDCardFormatStage_Formatting",
		5: "k_ESDCardFormatStage_Finalizing",
	}
	ESDCardFormatStage_value = map[string]int32{
		"k_ESDCardFormatStage_Invalid":    0,
		"k_ESDCardFormatStage_Starting":   1,
		"k_ESDCardFormatStage_Testing":    2,
		"k_ESDCardFormatStage_Rescuing":   3,
		"k_ESDCardFormatStage_Formatting": 4,
		"k_ESDCardFormatStage_Finalizing": 5,
	}
)

Enum value maps for ESDCardFormatStage.

View Source
var (
	ESystemFanControlMode_name = map[int32]string{
		0: "k_SystemFanControlMode_Invalid",
		1: "k_SystemFanControlMode_Disabled",
		2: "k_SystemFanControlMode_Default",
	}
	ESystemFanControlMode_value = map[string]int32{
		"k_SystemFanControlMode_Invalid":  0,
		"k_SystemFanControlMode_Disabled": 1,
		"k_SystemFanControlMode_Default":  2,
	}
)

Enum value maps for ESystemFanControlMode.

View Source
var (
	EBluetoothDeviceType_name = map[int32]string{
		0:  "k_BluetoothDeviceType_Invalid",
		1:  "k_BluetoothDeviceType_Unknown",
		2:  "k_BluetoothDeviceType_Phone",
		3:  "k_BluetoothDeviceType_Computer",
		4:  "k_BluetoothDeviceType_Headset",
		5:  "k_BluetoothDeviceType_Headphones",
		6:  "k_BluetoothDeviceType_Speakers",
		7:  "k_BluetoothDeviceType_OtherAudio",
		8:  "k_BluetoothDeviceType_Mouse",
		9:  "k_BluetoothDeviceType_Joystick",
		10: "k_BluetoothDeviceType_Gamepad",
		11: "k_BluetoothDeviceType_Keyboard",
	}
	EBluetoothDeviceType_value = map[string]int32{
		"k_BluetoothDeviceType_Invalid":    0,
		"k_BluetoothDeviceType_Unknown":    1,
		"k_BluetoothDeviceType_Phone":      2,
		"k_BluetoothDeviceType_Computer":   3,
		"k_BluetoothDeviceType_Headset":    4,
		"k_BluetoothDeviceType_Headphones": 5,
		"k_BluetoothDeviceType_Speakers":   6,
		"k_BluetoothDeviceType_OtherAudio": 7,
		"k_BluetoothDeviceType_Mouse":      8,
		"k_BluetoothDeviceType_Joystick":   9,
		"k_BluetoothDeviceType_Gamepad":    10,
		"k_BluetoothDeviceType_Keyboard":   11,
	}
)

Enum value maps for EBluetoothDeviceType.

View Source
var (
	ESystemAudioDirection_name = map[int32]string{
		0: "k_SystemAudioDirection_Invalid",
		1: "k_SystemAudioDirection_Input",
		2: "k_SystemAudioDirection_Output",
	}
	ESystemAudioDirection_value = map[string]int32{
		"k_SystemAudioDirection_Invalid": 0,
		"k_SystemAudioDirection_Input":   1,
		"k_SystemAudioDirection_Output":  2,
	}
)

Enum value maps for ESystemAudioDirection.

View Source
var (
	ESystemAudioChannel_name = map[int32]string{
		0: "k_SystemAudioChannel_Invalid",
		1: "k_SystemAudioChannel_Aggregated",
		2: "k_SystemAudioChannel_FrontLeft",
		3: "k_SystemAudioChannel_FrontRight",
		4: "k_SystemAudioChannel_LFE",
		5: "k_SystemAudioChannel_BackLeft",
		6: "k_SystemAudioChannel_BackRight",
		7: "k_SystemAudioChannel_FrontCenter",
		8: "k_SystemAudioChannel_Unknown",
		9: "k_SystemAudioChannel_Mono",
	}
	ESystemAudioChannel_value = map[string]int32{
		"k_SystemAudioChannel_Invalid":     0,
		"k_SystemAudioChannel_Aggregated":  1,
		"k_SystemAudioChannel_FrontLeft":   2,
		"k_SystemAudioChannel_FrontRight":  3,
		"k_SystemAudioChannel_LFE":         4,
		"k_SystemAudioChannel_BackLeft":    5,
		"k_SystemAudioChannel_BackRight":   6,
		"k_SystemAudioChannel_FrontCenter": 7,
		"k_SystemAudioChannel_Unknown":     8,
		"k_SystemAudioChannel_Mono":        9,
	}
)

Enum value maps for ESystemAudioChannel.

View Source
var (
	ESystemAudioPortType_name = map[int32]string{
		0: "k_SystemAudioPortType_Invalid",
		1: "k_SystemAudioPortType_Unknown",
		2: "k_SystemAudioPortType_Audio32f",
		3: "k_SystemAudioPortType_Midi8b",
		4: "k_SystemAudioPortType_Video32RGBA",
	}
	ESystemAudioPortType_value = map[string]int32{
		"k_SystemAudioPortType_Invalid":     0,
		"k_SystemAudioPortType_Unknown":     1,
		"k_SystemAudioPortType_Audio32f":    2,
		"k_SystemAudioPortType_Midi8b":      3,
		"k_SystemAudioPortType_Video32RGBA": 4,
	}
)

Enum value maps for ESystemAudioPortType.

View Source
var (
	ESystemAudioPortDirection_name = map[int32]string{
		0: "k_SystemAudioPortDirection_Invalid",
		1: "k_SystemAudioPortDirection_Input",
		2: "k_SystemAudioPortDirection_Output",
	}
	ESystemAudioPortDirection_value = map[string]int32{
		"k_SystemAudioPortDirection_Invalid": 0,
		"k_SystemAudioPortDirection_Input":   1,
		"k_SystemAudioPortDirection_Output":  2,
	}
)

Enum value maps for ESystemAudioPortDirection.

View Source
var (
	ESystemServiceState_name = map[int32]string{
		0: "k_ESystemServiceState_Unavailable",
		1: "k_ESystemServiceState_Disabled",
		2: "k_ESystemServiceState_Enabled",
	}
	ESystemServiceState_value = map[string]int32{
		"k_ESystemServiceState_Unavailable": 0,
		"k_ESystemServiceState_Disabled":    1,
		"k_ESystemServiceState_Enabled":     2,
	}
)

Enum value maps for ESystemServiceState.

View Source
var (
	EGraphicsPerfOverlayLevel_name = map[int32]string{
		0: "k_EGraphicsPerfOverlayLevel_Hidden",
		1: "k_EGraphicsPerfOverlayLevel_Basic",
		2: "k_EGraphicsPerfOverlayLevel_Medium",
		3: "k_EGraphicsPerfOverlayLevel_Full",
		4: "k_EGraphicsPerfOverlayLevel_Minimal",
	}
	EGraphicsPerfOverlayLevel_value = map[string]int32{
		"k_EGraphicsPerfOverlayLevel_Hidden":  0,
		"k_EGraphicsPerfOverlayLevel_Basic":   1,
		"k_EGraphicsPerfOverlayLevel_Medium":  2,
		"k_EGraphicsPerfOverlayLevel_Full":    3,
		"k_EGraphicsPerfOverlayLevel_Minimal": 4,
	}
)

Enum value maps for EGraphicsPerfOverlayLevel.

View Source
var (
	EGPUPerformanceLevel_name = map[int32]string{
		0: "k_EGPUPerformanceLevel_Invalid",
		1: "k_EGPUPerformanceLevel_Auto",
		2: "k_EGPUPerformanceLevel_Manual",
		3: "k_EGPUPerformanceLevel_Low",
		4: "k_EGPUPerformanceLevel_High",
		5: "k_EGPUPerformanceLevel_Profiling",
	}
	EGPUPerformanceLevel_value = map[string]int32{
		"k_EGPUPerformanceLevel_Invalid":   0,
		"k_EGPUPerformanceLevel_Auto":      1,
		"k_EGPUPerformanceLevel_Manual":    2,
		"k_EGPUPerformanceLevel_Low":       3,
		"k_EGPUPerformanceLevel_High":      4,
		"k_EGPUPerformanceLevel_Profiling": 5,
	}
)

Enum value maps for EGPUPerformanceLevel.

View Source
var (
	EScalingFilter_name = map[int32]string{
		0: "k_EScalingFilter_Invalid",
		1: "k_EScalingFilter_FSR",
		2: "k_EScalingFilter_Nearest",
		3: "k_EScalingFilter_Integer",
		4: "k_EScalingFilter_Linear",
		5: "k_EScalingFilter_NIS",
	}
	EScalingFilter_value = map[string]int32{
		"k_EScalingFilter_Invalid": 0,
		"k_EScalingFilter_FSR":     1,
		"k_EScalingFilter_Nearest": 2,
		"k_EScalingFilter_Integer": 3,
		"k_EScalingFilter_Linear":  4,
		"k_EScalingFilter_NIS":     5,
	}
)

Enum value maps for EScalingFilter.

View Source
var (
	ESplitScalingFilter_name = map[int32]string{
		0: "k_ESplitScalingFilter_Invalid",
		1: "k_ESplitScalingFilter_Linear",
		2: "k_ESplitScalingFilter_Nearest",
		3: "k_ESplitScalingFilter_FSR",
		4: "k_ESplitScalingFilter_NIS",
	}
	ESplitScalingFilter_value = map[string]int32{
		"k_ESplitScalingFilter_Invalid": 0,
		"k_ESplitScalingFilter_Linear":  1,
		"k_ESplitScalingFilter_Nearest": 2,
		"k_ESplitScalingFilter_FSR":     3,
		"k_ESplitScalingFilter_NIS":     4,
	}
)

Enum value maps for ESplitScalingFilter.

View Source
var (
	ESplitScalingScaler_name = map[int32]string{
		0: "k_ESplitScalingScaler_Invalid",
		1: "k_ESplitScalingScaler_Auto",
		2: "k_ESplitScalingScaler_Integer",
		3: "k_ESplitScalingScaler_Fit",
		4: "k_ESplitScalingScaler_Fill",
		5: "k_ESplitScalingScaler_Stretch",
	}
	ESplitScalingScaler_value = map[string]int32{
		"k_ESplitScalingScaler_Invalid": 0,
		"k_ESplitScalingScaler_Auto":    1,
		"k_ESplitScalingScaler_Integer": 2,
		"k_ESplitScalingScaler_Fit":     3,
		"k_ESplitScalingScaler_Fill":    4,
		"k_ESplitScalingScaler_Stretch": 5,
	}
)

Enum value maps for ESplitScalingScaler.

View Source
var (
	EHDRToneMapOperator_name = map[int32]string{
		0: "k_EHDRToneMapOperator_Invalid",
		1: "k_EHDRToneMapOperator_Uncharted",
		2: "k_EHDRToneMapOperator_Reinhard",
	}
	EHDRToneMapOperator_value = map[string]int32{
		"k_EHDRToneMapOperator_Invalid":   0,
		"k_EHDRToneMapOperator_Uncharted": 1,
		"k_EHDRToneMapOperator_Reinhard":  2,
	}
)

Enum value maps for EHDRToneMapOperator.

View Source
var (
	ECPUGovernor_name = map[int32]string{
		0: "k_ECPUGovernor_Invalid",
		1: "k_ECPUGovernor_Perf",
		2: "k_ECPUGovernor_Powersave",
		3: "k_ECPUGovernor_Manual",
	}
	ECPUGovernor_value = map[string]int32{
		"k_ECPUGovernor_Invalid":   0,
		"k_ECPUGovernor_Perf":      1,
		"k_ECPUGovernor_Powersave": 2,
		"k_ECPUGovernor_Manual":    3,
	}
)

Enum value maps for ECPUGovernor.

View Source
var (
	EUpdaterType_name = map[int32]string{
		0: "k_EUpdaterType_Invalid",
		1: "k_EUpdaterType_Client",
		2: "k_EUpdaterType_OS",
		3: "k_EUpdaterType_BIOS",
		4: "k_EUpdaterType_Aggregated",
		5: "k_EUpdaterType_Test1",
		6: "k_EUpdaterType_Test2",
		7: "k_EUpdaterType_Dummy",
	}
	EUpdaterType_value = map[string]int32{
		"k_EUpdaterType_Invalid":    0,
		"k_EUpdaterType_Client":     1,
		"k_EUpdaterType_OS":         2,
		"k_EUpdaterType_BIOS":       3,
		"k_EUpdaterType_Aggregated": 4,
		"k_EUpdaterType_Test1":      5,
		"k_EUpdaterType_Test2":      6,
		"k_EUpdaterType_Dummy":      7,
	}
)

Enum value maps for EUpdaterType.

View Source
var (
	EUpdaterState_name = map[int32]string{
		0: "k_EUpdaterState_Invalid",
		2: "k_EUpdaterState_UpToDate",
		3: "k_EUpdaterState_Checking",
		4: "k_EUpdaterState_Available",
		5: "k_EUpdaterState_Applying",
		6: "k_EUpdaterState_ClientRestartPending",
		7: "k_EUpdaterState_SystemRestartPending",
	}
	EUpdaterState_value = map[string]int32{
		"k_EUpdaterState_Invalid":              0,
		"k_EUpdaterState_UpToDate":             2,
		"k_EUpdaterState_Checking":             3,
		"k_EUpdaterState_Available":            4,
		"k_EUpdaterState_Applying":             5,
		"k_EUpdaterState_ClientRestartPending": 6,
		"k_EUpdaterState_SystemRestartPending": 7,
	}
)

Enum value maps for EUpdaterState.

View Source
var (
	EStorageBlockContentType_name = map[int32]string{
		0: "k_EStorageBlockContentType_Invalid",
		1: "k_EStorageBlockContentType_Unknown",
		2: "k_EStorageBlockContentType_FileSystem",
		3: "k_EStorageBlockContentType_Crypto",
		4: "k_EStorageBlockContentType_Raid",
	}
	EStorageBlockContentType_value = map[string]int32{
		"k_EStorageBlockContentType_Invalid":    0,
		"k_EStorageBlockContentType_Unknown":    1,
		"k_EStorageBlockContentType_FileSystem": 2,
		"k_EStorageBlockContentType_Crypto":     3,
		"k_EStorageBlockContentType_Raid":       4,
	}
)

Enum value maps for EStorageBlockContentType.

View Source
var (
	EStorageBlockFileSystemType_name = map[int32]string{
		0: "k_EStorageBlockFileSystemType_Invalid",
		1: "k_EStorageBlockFileSystemType_Unknown",
		2: "k_EStorageBlockFileSystemType_VFat",
		3: "k_EStorageBlockFileSystemType_Ext4",
	}
	EStorageBlockFileSystemType_value = map[string]int32{
		"k_EStorageBlockFileSystemType_Invalid": 0,
		"k_EStorageBlockFileSystemType_Unknown": 1,
		"k_EStorageBlockFileSystemType_VFat":    2,
		"k_EStorageBlockFileSystemType_Ext4":    3,
	}
)

Enum value maps for EStorageBlockFileSystemType.

View Source
var (
	EStorageDriveMediaType_name = map[int32]string{
		0: "k_EStorageDriveMediaType_Invalid",
		1: "k_EStorageDriveMediaType_Unknown",
		2: "k_EStorageDriveMediaType_HDD",
		3: "k_EStorageDriveMediaType_SSD",
		4: "k_EStorageDriveMediaType_Removable",
	}
	EStorageDriveMediaType_value = map[string]int32{
		"k_EStorageDriveMediaType_Invalid":   0,
		"k_EStorageDriveMediaType_Unknown":   1,
		"k_EStorageDriveMediaType_HDD":       2,
		"k_EStorageDriveMediaType_SSD":       3,
		"k_EStorageDriveMediaType_Removable": 4,
	}
)

Enum value maps for EStorageDriveMediaType.

View Source
var (
	ESystemDisplayCompatibilityMode_name = map[int32]string{
		0: "k_ESystemDisplayCompatibilityMode_Invalid",
		1: "k_ESystemDisplayCompatibilityMode_None",
		2: "k_ESystemDisplayCompatibilityMode_MinimalBandwith",
	}
	ESystemDisplayCompatibilityMode_value = map[string]int32{
		"k_ESystemDisplayCompatibilityMode_Invalid":         0,
		"k_ESystemDisplayCompatibilityMode_None":            1,
		"k_ESystemDisplayCompatibilityMode_MinimalBandwith": 2,
	}
)

Enum value maps for ESystemDisplayCompatibilityMode.

View Source
var (
	ESteamDeckCompatibilityCategory_name = map[int32]string{
		0: "k_ESteamDeckCompatibilityCategory_Unknown",
		1: "k_ESteamDeckCompatibilityCategory_Unsupported",
		2: "k_ESteamDeckCompatibilityCategory_Playable",
		3: "k_ESteamDeckCompatibilityCategory_Verified",
	}
	ESteamDeckCompatibilityCategory_value = map[string]int32{
		"k_ESteamDeckCompatibilityCategory_Unknown":     0,
		"k_ESteamDeckCompatibilityCategory_Unsupported": 1,
		"k_ESteamDeckCompatibilityCategory_Playable":    2,
		"k_ESteamDeckCompatibilityCategory_Verified":    3,
	}
)

Enum value maps for ESteamDeckCompatibilityCategory.

View Source
var (
	ESteamDeckCompatibilityResultDisplayType_name = map[int32]string{
		0: "k_ESteamDeckCompatibilityResultDisplayType_Invisible",
		1: "k_ESteamDeckCompatibilityResultDisplayType_Informational",
		2: "k_ESteamDeckCompatibilityResultDisplayType_Unsupported",
		3: "k_ESteamDeckCompatibilityResultDisplayType_Playable",
		4: "k_ESteamDeckCompatibilityResultDisplayType_Verified",
	}
	ESteamDeckCompatibilityResultDisplayType_value = map[string]int32{
		"k_ESteamDeckCompatibilityResultDisplayType_Invisible":     0,
		"k_ESteamDeckCompatibilityResultDisplayType_Informational": 1,
		"k_ESteamDeckCompatibilityResultDisplayType_Unsupported":   2,
		"k_ESteamDeckCompatibilityResultDisplayType_Playable":      3,
		"k_ESteamDeckCompatibilityResultDisplayType_Verified":      4,
	}
)

Enum value maps for ESteamDeckCompatibilityResultDisplayType.

View Source
var (
	EACState_name = map[int32]string{
		0: "k_EACState_Unknown",
		1: "k_EACState_Disconnected",
		2: "k_EACState_Connected",
		3: "k_EACState_ConnectedSlow",
	}
	EACState_value = map[string]int32{
		"k_EACState_Unknown":       0,
		"k_EACState_Disconnected":  1,
		"k_EACState_Connected":     2,
		"k_EACState_ConnectedSlow": 3,
	}
)

Enum value maps for EACState.

View Source
var (
	EBatteryState_name = map[int32]string{
		0: "k_EBatteryState_Unknown",
		1: "k_EBatteryState_Discharging",
		2: "k_EBatteryState_Charging",
		3: "k_EBatteryState_Full",
	}
	EBatteryState_value = map[string]int32{
		"k_EBatteryState_Unknown":     0,
		"k_EBatteryState_Discharging": 1,
		"k_EBatteryState_Charging":    2,
		"k_EBatteryState_Full":        3,
	}
)

Enum value maps for EBatteryState.

View Source
var (
	EOSBranch_name = map[int32]string{
		0: "k_EOSBranch_Unknown",
		1: "k_EOSBranch_Release",
		2: "k_EOSBranch_ReleaseCandidate",
		3: "k_EOSBranch_Beta",
		4: "k_EOSBranch_BetaCandidate",
		5: "k_EOSBranch_Main",
		6: "k_EOSBranch_Staging",
	}
	EOSBranch_value = map[string]int32{
		"k_EOSBranch_Unknown":          0,
		"k_EOSBranch_Release":          1,
		"k_EOSBranch_ReleaseCandidate": 2,
		"k_EOSBranch_Beta":             3,
		"k_EOSBranch_BetaCandidate":    4,
		"k_EOSBranch_Main":             5,
		"k_EOSBranch_Staging":          6,
	}
)

Enum value maps for EOSBranch.

View Source
var (
	ECommunityItemClass_name = map[int32]string{
		0:  "k_ECommunityItemClass_Invalid",
		1:  "k_ECommunityItemClass_Badge",
		2:  "k_ECommunityItemClass_GameCard",
		3:  "k_ECommunityItemClass_ProfileBackground",
		4:  "k_ECommunityItemClass_Emoticon",
		5:  "k_ECommunityItemClass_BoosterPack",
		6:  "k_ECommunityItemClass_Consumable",
		7:  "k_ECommunityItemClass_GameGoo",
		8:  "k_ECommunityItemClass_ProfileModifier",
		9:  "k_ECommunityItemClass_Scene",
		10: "k_ECommunityItemClass_SalienItem",
		11: "k_ECommunityItemClass_Sticker",
		12: "k_ECommunityItemClass_ChatEffect",
		13: "k_ECommunityItemClass_MiniProfileBackground",
		14: "k_ECommunityItemClass_AvatarFrame",
		15: "k_ECommunityItemClass_AnimatedAvatar",
		16: "k_ECommunityItemClass_SteamDeckKeyboardSkin",
		17: "k_ECommunityItemClass_SteamDeckStartupMovie",
	}
	ECommunityItemClass_value = map[string]int32{
		"k_ECommunityItemClass_Invalid":               0,
		"k_ECommunityItemClass_Badge":                 1,
		"k_ECommunityItemClass_GameCard":              2,
		"k_ECommunityItemClass_ProfileBackground":     3,
		"k_ECommunityItemClass_Emoticon":              4,
		"k_ECommunityItemClass_BoosterPack":           5,
		"k_ECommunityItemClass_Consumable":            6,
		"k_ECommunityItemClass_GameGoo":               7,
		"k_ECommunityItemClass_ProfileModifier":       8,
		"k_ECommunityItemClass_Scene":                 9,
		"k_ECommunityItemClass_SalienItem":            10,
		"k_ECommunityItemClass_Sticker":               11,
		"k_ECommunityItemClass_ChatEffect":            12,
		"k_ECommunityItemClass_MiniProfileBackground": 13,
		"k_ECommunityItemClass_AvatarFrame":           14,
		"k_ECommunityItemClass_AnimatedAvatar":        15,
		"k_ECommunityItemClass_SteamDeckKeyboardSkin": 16,
		"k_ECommunityItemClass_SteamDeckStartupMovie": 17,
	}
)

Enum value maps for ECommunityItemClass.

View Source
var (
	ESteamDeckCompatibilityFeedback_name = map[int32]string{
		0: "k_ESteamDeckCompatibilityFeedback_Unset",
		1: "k_ESteamDeckCompatibilityFeedback_Agree",
		2: "k_ESteamDeckCompatibilityFeedback_Disagree",
		3: "k_ESteamDeckCompatibilityFeedback_Ignore",
	}
	ESteamDeckCompatibilityFeedback_value = map[string]int32{
		"k_ESteamDeckCompatibilityFeedback_Unset":    0,
		"k_ESteamDeckCompatibilityFeedback_Agree":    1,
		"k_ESteamDeckCompatibilityFeedback_Disagree": 2,
		"k_ESteamDeckCompatibilityFeedback_Ignore":   3,
	}
)

Enum value maps for ESteamDeckCompatibilityFeedback.

View Source
var (
	EProvideDeckFeedbackPreference_name = map[int32]string{
		0: "k_EProvideDeckFeedbackPreference_Unset",
		1: "k_EProvideDeckFeedbackPreference_Yes",
		2: "k_EProvideDeckFeedbackPreference_No",
	}
	EProvideDeckFeedbackPreference_value = map[string]int32{
		"k_EProvideDeckFeedbackPreference_Unset": 0,
		"k_EProvideDeckFeedbackPreference_Yes":   1,
		"k_EProvideDeckFeedbackPreference_No":    2,
	}
)

Enum value maps for EProvideDeckFeedbackPreference.

View Source
var (
	ETouchGesture_name = map[int32]string{
		0:  "k_ETouchGestureNone",
		1:  "k_ETouchGestureTouch",
		2:  "k_ETouchGestureTap",
		3:  "k_ETouchGestureDoubleTap",
		4:  "k_ETouchGestureShortPress",
		5:  "k_ETouchGestureLongPress",
		6:  "k_ETouchGestureLongTap",
		7:  "k_ETouchGestureTwoFingerTap",
		8:  "k_ETouchGestureTapCancelled",
		9:  "k_ETouchGesturePinchBegin",
		10: "k_ETouchGesturePinchUpdate",
		11: "k_ETouchGesturePinchEnd",
		12: "k_ETouchGestureFlingStart",
		13: "k_ETouchGestureFlingCancelled",
	}
	ETouchGesture_value = map[string]int32{
		"k_ETouchGestureNone":           0,
		"k_ETouchGestureTouch":          1,
		"k_ETouchGestureTap":            2,
		"k_ETouchGestureDoubleTap":      3,
		"k_ETouchGestureShortPress":     4,
		"k_ETouchGestureLongPress":      5,
		"k_ETouchGestureLongTap":        6,
		"k_ETouchGestureTwoFingerTap":   7,
		"k_ETouchGestureTapCancelled":   8,
		"k_ETouchGesturePinchBegin":     9,
		"k_ETouchGesturePinchUpdate":    10,
		"k_ETouchGesturePinchEnd":       11,
		"k_ETouchGestureFlingStart":     12,
		"k_ETouchGestureFlingCancelled": 13,
	}
)

Enum value maps for ETouchGesture.

View Source
var (
	ESessionPersistence_name = map[int32]string{
		-1: "k_ESessionPersistence_Invalid",
		0:  "k_ESessionPersistence_Ephemeral",
		1:  "k_ESessionPersistence_Persistent",
	}
	ESessionPersistence_value = map[string]int32{
		"k_ESessionPersistence_Invalid":    -1,
		"k_ESessionPersistence_Ephemeral":  0,
		"k_ESessionPersistence_Persistent": 1,
	}
)

Enum value maps for ESessionPersistence.

View Source
var (
	ENewSteamAnnouncementState_name = map[int32]string{
		0: "k_ENewSteamAnnouncementState_Invalid",
		1: "k_ENewSteamAnnouncementState_AllRead",
		2: "k_ENewSteamAnnouncementState_NewAnnouncement",
		3: "k_ENewSteamAnnouncementState_FeaturedAnnouncement",
	}
	ENewSteamAnnouncementState_value = map[string]int32{
		"k_ENewSteamAnnouncementState_Invalid":              0,
		"k_ENewSteamAnnouncementState_AllRead":              1,
		"k_ENewSteamAnnouncementState_NewAnnouncement":      2,
		"k_ENewSteamAnnouncementState_FeaturedAnnouncement": 3,
	}
)

Enum value maps for ENewSteamAnnouncementState.

View Source
var (
	ECommentThreadType_name = map[int32]string{
		0:  "k_ECommentThreadTypeInvalid",
		1:  "k_ECommentThreadTypeScreenshot_Deprecated",
		2:  "k_ECommentThreadTypeWorkshopAccount_Developer",
		3:  "k_ECommentThreadTypeWorkshopAccount_Public",
		4:  "k_ECommentThreadTypePublishedFile_Developer",
		5:  "k_ECommentThreadTypePublishedFile_Public",
		6:  "k_ECommentThreadTypeTest",
		7:  "k_ECommentThreadTypeForumTopic",
		8:  "k_ECommentThreadTypeRecommendation",
		9:  "k_ECommentThreadTypeVideo_Deprecated",
		10: "k_ECommentThreadTypeProfile",
		11: "k_ECommentThreadTypeNewsPost",
		12: "k_ECommentThreadTypeClan",
		13: "k_ECommentThreadTypeClanAnnouncement",
		14: "k_ECommentThreadTypeClanEvent",
		15: "k_ECommentThreadTypeUserStatusPublished",
		16: "k_ECommentThreadTypeUserReceivedNewGame",
		17: "k_ECommentThreadTypePublishedFile_Announcement",
		18: "k_ECommentThreadTypeModeratorMessage",
		19: "k_ECommentThreadTypeClanCuratedApp",
		20: "k_ECommentThreadTypeQAndASession",
		21: "k_ECommentThreadTypeMax",
	}
	ECommentThreadType_value = map[string]int32{
		"k_ECommentThreadTypeInvalid":                    0,
		"k_ECommentThreadTypeScreenshot_Deprecated":      1,
		"k_ECommentThreadTypeWorkshopAccount_Developer":  2,
		"k_ECommentThreadTypeWorkshopAccount_Public":     3,
		"k_ECommentThreadTypePublishedFile_Developer":    4,
		"k_ECommentThreadTypePublishedFile_Public":       5,
		"k_ECommentThreadTypeTest":                       6,
		"k_ECommentThreadTypeForumTopic":                 7,
		"k_ECommentThreadTypeRecommendation":             8,
		"k_ECommentThreadTypeVideo_Deprecated":           9,
		"k_ECommentThreadTypeProfile":                    10,
		"k_ECommentThreadTypeNewsPost":                   11,
		"k_ECommentThreadTypeClan":                       12,
		"k_ECommentThreadTypeClanAnnouncement":           13,
		"k_ECommentThreadTypeClanEvent":                  14,
		"k_ECommentThreadTypeUserStatusPublished":        15,
		"k_ECommentThreadTypeUserReceivedNewGame":        16,
		"k_ECommentThreadTypePublishedFile_Announcement": 17,
		"k_ECommentThreadTypeModeratorMessage":           18,
		"k_ECommentThreadTypeClanCuratedApp":             19,
		"k_ECommentThreadTypeQAndASession":               20,
		"k_ECommentThreadTypeMax":                        21,
	}
)

Enum value maps for ECommentThreadType.

View Source
var (
	EBroadcastPermission_name = map[int32]string{
		0: "k_EBroadcastPermissionDisabled",
		1: "k_EBroadcastPermissionFriendsApprove",
		2: "k_EBroadcastPermissionFriendsAllowed",
		3: "k_EBroadcastPermissionPublic",
		4: "k_EBroadcastPermissionSubscribers",
	}
	EBroadcastPermission_value = map[string]int32{
		"k_EBroadcastPermissionDisabled":       0,
		"k_EBroadcastPermissionFriendsApprove": 1,
		"k_EBroadcastPermissionFriendsAllowed": 2,
		"k_EBroadcastPermissionPublic":         3,
		"k_EBroadcastPermissionSubscribers":    4,
	}
)

Enum value maps for EBroadcastPermission.

View Source
var (
	EBroadcastEncoderSetting_name = map[int32]string{
		0: "k_EBroadcastEncoderBestQuality",
		1: "k_EBroadcastEncoderBestPerformance",
	}
	EBroadcastEncoderSetting_value = map[string]int32{
		"k_EBroadcastEncoderBestQuality":     0,
		"k_EBroadcastEncoderBestPerformance": 1,
	}
)

Enum value maps for EBroadcastEncoderSetting.

View Source
var (
	ECloudGamingPlatform_name = map[int32]string{
		0: "k_ECloudGamingPlatformNone",
		1: "k_ECloudGamingPlatformValve",
		2: "k_ECloudGamingPlatformNVIDIA",
	}
	ECloudGamingPlatform_value = map[string]int32{
		"k_ECloudGamingPlatformNone":   0,
		"k_ECloudGamingPlatformValve":  1,
		"k_ECloudGamingPlatformNVIDIA": 2,
	}
)

Enum value maps for ECloudGamingPlatform.

View Source
var (
	// optional bool force_php_generation = 50000;
	E_ForcePhpGeneration = &file_steammessages_base_proto_extTypes[2]
)

Extension fields to descriptor_proto.FileOptions.

View Source
var File_enums_proto protoreflect.FileDescriptor
View Source
var File_steammessages_auth_steamclient_proto protoreflect.FileDescriptor
View Source
var File_steammessages_base_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CAuthenticationSupport_GetTokenHistory_Request

type CAuthenticationSupport_GetTokenHistory_Request struct {
	TokenId *uint64 `protobuf:"fixed64,1,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_GetTokenHistory_Request) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_GetTokenHistory_Request.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_GetTokenHistory_Request) GetTokenId

func (*CAuthenticationSupport_GetTokenHistory_Request) ProtoMessage

func (*CAuthenticationSupport_GetTokenHistory_Request) ProtoReflect

func (*CAuthenticationSupport_GetTokenHistory_Request) Reset

func (*CAuthenticationSupport_GetTokenHistory_Request) String

type CAuthenticationSupport_GetTokenHistory_Response

type CAuthenticationSupport_GetTokenHistory_Response struct {
	History []*CSupportRefreshTokenAudit `protobuf:"bytes,1,rep,name=history" json:"history,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_GetTokenHistory_Response) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_GetTokenHistory_Response.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_GetTokenHistory_Response) GetHistory

func (*CAuthenticationSupport_GetTokenHistory_Response) ProtoMessage

func (*CAuthenticationSupport_GetTokenHistory_Response) ProtoReflect

func (*CAuthenticationSupport_GetTokenHistory_Response) Reset

func (*CAuthenticationSupport_GetTokenHistory_Response) String

type CAuthenticationSupport_QueryRefreshTokenByID_Request

type CAuthenticationSupport_QueryRefreshTokenByID_Request struct {
	TokenId *uint64 `protobuf:"fixed64,1,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_QueryRefreshTokenByID_Request) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_QueryRefreshTokenByID_Request.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_QueryRefreshTokenByID_Request) GetTokenId

func (*CAuthenticationSupport_QueryRefreshTokenByID_Request) ProtoMessage

func (*CAuthenticationSupport_QueryRefreshTokenByID_Request) ProtoReflect

func (*CAuthenticationSupport_QueryRefreshTokenByID_Request) Reset

func (*CAuthenticationSupport_QueryRefreshTokenByID_Request) String

type CAuthenticationSupport_QueryRefreshTokenByID_Response

type CAuthenticationSupport_QueryRefreshTokenByID_Response struct {
	RefreshTokens []*CSupportRefreshTokenDescription `protobuf:"bytes,1,rep,name=refresh_tokens,json=refreshTokens" json:"refresh_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_QueryRefreshTokenByID_Response) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_QueryRefreshTokenByID_Response.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_QueryRefreshTokenByID_Response) GetRefreshTokens

func (*CAuthenticationSupport_QueryRefreshTokenByID_Response) ProtoMessage

func (*CAuthenticationSupport_QueryRefreshTokenByID_Response) ProtoReflect

func (*CAuthenticationSupport_QueryRefreshTokenByID_Response) Reset

func (*CAuthenticationSupport_QueryRefreshTokenByID_Response) String

type CAuthenticationSupport_QueryRefreshTokensByAccount_Request

type CAuthenticationSupport_QueryRefreshTokensByAccount_Request struct {
	Steamid              *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	IncludeRevokedTokens *bool   `protobuf:"varint,2,opt,name=include_revoked_tokens,json=includeRevokedTokens" json:"include_revoked_tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Request) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_QueryRefreshTokensByAccount_Request.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Request) GetIncludeRevokedTokens

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Request) GetSteamid

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Request) ProtoMessage

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Request) ProtoReflect

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Request) Reset

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Request) String

type CAuthenticationSupport_QueryRefreshTokensByAccount_Response

type CAuthenticationSupport_QueryRefreshTokensByAccount_Response struct {
	RefreshTokens  []*CSupportRefreshTokenDescription `protobuf:"bytes,1,rep,name=refresh_tokens,json=refreshTokens" json:"refresh_tokens,omitempty"`
	LastTokenReset *int32                             `protobuf:"varint,2,opt,name=last_token_reset,json=lastTokenReset" json:"last_token_reset,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Response) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_QueryRefreshTokensByAccount_Response.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Response) GetLastTokenReset

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Response) GetRefreshTokens

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Response) ProtoMessage

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Response) ProtoReflect

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Response) Reset

func (*CAuthenticationSupport_QueryRefreshTokensByAccount_Response) String

type CAuthenticationSupport_RevokeToken_Request

type CAuthenticationSupport_RevokeToken_Request struct {
	TokenId *uint64 `protobuf:"fixed64,1,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
	Steamid *uint64 `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_RevokeToken_Request) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_RevokeToken_Request.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_RevokeToken_Request) GetSteamid

func (*CAuthenticationSupport_RevokeToken_Request) GetTokenId

func (*CAuthenticationSupport_RevokeToken_Request) ProtoMessage

func (*CAuthenticationSupport_RevokeToken_Request) ProtoReflect

func (*CAuthenticationSupport_RevokeToken_Request) Reset

func (*CAuthenticationSupport_RevokeToken_Request) String

type CAuthenticationSupport_RevokeToken_Response

type CAuthenticationSupport_RevokeToken_Response struct {
	// contains filtered or unexported fields
}

func (*CAuthenticationSupport_RevokeToken_Response) Descriptor deprecated

Deprecated: Use CAuthenticationSupport_RevokeToken_Response.ProtoReflect.Descriptor instead.

func (*CAuthenticationSupport_RevokeToken_Response) ProtoMessage

func (*CAuthenticationSupport_RevokeToken_Response) ProtoReflect

func (*CAuthenticationSupport_RevokeToken_Response) Reset

func (*CAuthenticationSupport_RevokeToken_Response) String

type CAuthentication_AccessToken_GenerateForApp_Request

type CAuthentication_AccessToken_GenerateForApp_Request struct {
	RefreshToken *string            `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken" json:"refresh_token,omitempty"`
	Steamid      *uint64            `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
	RenewalType  *ETokenRenewalType `protobuf:"varint,3,opt,name=renewal_type,json=renewalType,enum=ETokenRenewalType,def=0" json:"renewal_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_AccessToken_GenerateForApp_Request) Descriptor deprecated

Deprecated: Use CAuthentication_AccessToken_GenerateForApp_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_AccessToken_GenerateForApp_Request) GetRefreshToken

func (*CAuthentication_AccessToken_GenerateForApp_Request) GetRenewalType

func (*CAuthentication_AccessToken_GenerateForApp_Request) GetSteamid

func (*CAuthentication_AccessToken_GenerateForApp_Request) ProtoMessage

func (*CAuthentication_AccessToken_GenerateForApp_Request) ProtoReflect

func (*CAuthentication_AccessToken_GenerateForApp_Request) Reset

func (*CAuthentication_AccessToken_GenerateForApp_Request) String

type CAuthentication_AccessToken_GenerateForApp_Response

type CAuthentication_AccessToken_GenerateForApp_Response struct {
	AccessToken  *string `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	RefreshToken *string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_AccessToken_GenerateForApp_Response) Descriptor deprecated

Deprecated: Use CAuthentication_AccessToken_GenerateForApp_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_AccessToken_GenerateForApp_Response) GetAccessToken

func (*CAuthentication_AccessToken_GenerateForApp_Response) GetRefreshToken

func (*CAuthentication_AccessToken_GenerateForApp_Response) ProtoMessage

func (*CAuthentication_AccessToken_GenerateForApp_Response) ProtoReflect

func (*CAuthentication_AccessToken_GenerateForApp_Response) Reset

func (*CAuthentication_AccessToken_GenerateForApp_Response) String

type CAuthentication_AllowedConfirmation

type CAuthentication_AllowedConfirmation struct {
	ConfirmationType  *EAuthSessionGuardType `` /* 136-byte string literal not displayed */
	AssociatedMessage *string                `protobuf:"bytes,2,opt,name=associated_message,json=associatedMessage" json:"associated_message,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_AllowedConfirmation) Descriptor deprecated

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

Deprecated: Use CAuthentication_AllowedConfirmation.ProtoReflect.Descriptor instead.

func (*CAuthentication_AllowedConfirmation) GetAssociatedMessage

func (x *CAuthentication_AllowedConfirmation) GetAssociatedMessage() string

func (*CAuthentication_AllowedConfirmation) GetConfirmationType

func (*CAuthentication_AllowedConfirmation) ProtoMessage

func (*CAuthentication_AllowedConfirmation) ProtoMessage()

func (*CAuthentication_AllowedConfirmation) ProtoReflect

func (*CAuthentication_AllowedConfirmation) Reset

func (*CAuthentication_AllowedConfirmation) String

type CAuthentication_BeginAuthSessionViaCredentials_Request

type CAuthentication_BeginAuthSessionViaCredentials_Request struct {
	DeviceFriendlyName  *string                        `protobuf:"bytes,1,opt,name=device_friendly_name,json=deviceFriendlyName" json:"device_friendly_name,omitempty"`
	AccountName         *string                        `protobuf:"bytes,2,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	EncryptedPassword   *string                        `protobuf:"bytes,3,opt,name=encrypted_password,json=encryptedPassword" json:"encrypted_password,omitempty"`
	EncryptionTimestamp *uint64                        `protobuf:"varint,4,opt,name=encryption_timestamp,json=encryptionTimestamp" json:"encryption_timestamp,omitempty"`
	RememberLogin       *bool                          `protobuf:"varint,5,opt,name=remember_login,json=rememberLogin" json:"remember_login,omitempty"`
	PlatformType        *EAuthTokenPlatformType        `protobuf:"varint,6,opt,name=platform_type,json=platformType,enum=EAuthTokenPlatformType,def=0" json:"platform_type,omitempty"`
	Persistence         *ESessionPersistence           `protobuf:"varint,7,opt,name=persistence,enum=ESessionPersistence,def=1" json:"persistence,omitempty"`
	WebsiteId           *string                        `protobuf:"bytes,8,opt,name=website_id,json=websiteId,def=Unknown" json:"website_id,omitempty"`
	DeviceDetails       *CAuthentication_DeviceDetails `protobuf:"bytes,9,opt,name=device_details,json=deviceDetails" json:"device_details,omitempty"`
	GuardData           *string                        `protobuf:"bytes,10,opt,name=guard_data,json=guardData" json:"guard_data,omitempty"`
	Language            *uint32                        `protobuf:"varint,11,opt,name=language" json:"language,omitempty"`
	QosLevel            *int32                         `protobuf:"varint,12,opt,name=qos_level,json=qosLevel,def=2" json:"qos_level,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) Descriptor deprecated

Deprecated: Use CAuthentication_BeginAuthSessionViaCredentials_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetAccountName

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetDeviceDetails

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetDeviceFriendlyName

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetEncryptedPassword

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetEncryptionTimestamp

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetGuardData

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetLanguage

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetPersistence

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetPlatformType

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetQosLevel

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetRememberLogin

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) GetWebsiteId

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) ProtoMessage

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) ProtoReflect

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) Reset

func (*CAuthentication_BeginAuthSessionViaCredentials_Request) String

type CAuthentication_BeginAuthSessionViaCredentials_Response

type CAuthentication_BeginAuthSessionViaCredentials_Response struct {
	ClientId             *uint64                                `protobuf:"varint,1,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	RequestId            []byte                                 `protobuf:"bytes,2,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	Interval             *float32                               `protobuf:"fixed32,3,opt,name=interval" json:"interval,omitempty"`
	AllowedConfirmations []*CAuthentication_AllowedConfirmation `protobuf:"bytes,4,rep,name=allowed_confirmations,json=allowedConfirmations" json:"allowed_confirmations,omitempty"`
	Steamid              *uint64                                `protobuf:"varint,5,opt,name=steamid" json:"steamid,omitempty"`
	WeakToken            *string                                `protobuf:"bytes,6,opt,name=weak_token,json=weakToken" json:"weak_token,omitempty"`
	AgreementSessionUrl  *string                                `protobuf:"bytes,7,opt,name=agreement_session_url,json=agreementSessionUrl" json:"agreement_session_url,omitempty"`
	ExtendedErrorMessage *string                                `protobuf:"bytes,8,opt,name=extended_error_message,json=extendedErrorMessage" json:"extended_error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) Descriptor deprecated

Deprecated: Use CAuthentication_BeginAuthSessionViaCredentials_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetAgreementSessionUrl

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetAllowedConfirmations

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetClientId

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetExtendedErrorMessage

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetInterval

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetRequestId

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetSteamid

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) GetWeakToken

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) ProtoMessage

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) ProtoReflect

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) Reset

func (*CAuthentication_BeginAuthSessionViaCredentials_Response) String

type CAuthentication_BeginAuthSessionViaQR_Request

type CAuthentication_BeginAuthSessionViaQR_Request struct {
	DeviceFriendlyName *string                        `protobuf:"bytes,1,opt,name=device_friendly_name,json=deviceFriendlyName" json:"device_friendly_name,omitempty"`
	PlatformType       *EAuthTokenPlatformType        `protobuf:"varint,2,opt,name=platform_type,json=platformType,enum=EAuthTokenPlatformType,def=0" json:"platform_type,omitempty"`
	DeviceDetails      *CAuthentication_DeviceDetails `protobuf:"bytes,3,opt,name=device_details,json=deviceDetails" json:"device_details,omitempty"`
	WebsiteId          *string                        `protobuf:"bytes,4,opt,name=website_id,json=websiteId,def=Unknown" json:"website_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_BeginAuthSessionViaQR_Request) Descriptor deprecated

Deprecated: Use CAuthentication_BeginAuthSessionViaQR_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_BeginAuthSessionViaQR_Request) GetDeviceDetails

func (*CAuthentication_BeginAuthSessionViaQR_Request) GetDeviceFriendlyName

func (x *CAuthentication_BeginAuthSessionViaQR_Request) GetDeviceFriendlyName() string

func (*CAuthentication_BeginAuthSessionViaQR_Request) GetPlatformType

func (*CAuthentication_BeginAuthSessionViaQR_Request) GetWebsiteId

func (*CAuthentication_BeginAuthSessionViaQR_Request) ProtoMessage

func (*CAuthentication_BeginAuthSessionViaQR_Request) ProtoReflect

func (*CAuthentication_BeginAuthSessionViaQR_Request) Reset

func (*CAuthentication_BeginAuthSessionViaQR_Request) String

type CAuthentication_BeginAuthSessionViaQR_Response

type CAuthentication_BeginAuthSessionViaQR_Response struct {
	ClientId             *uint64                                `protobuf:"varint,1,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	ChallengeUrl         *string                                `protobuf:"bytes,2,opt,name=challenge_url,json=challengeUrl" json:"challenge_url,omitempty"`
	RequestId            []byte                                 `protobuf:"bytes,3,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	Interval             *float32                               `protobuf:"fixed32,4,opt,name=interval" json:"interval,omitempty"`
	AllowedConfirmations []*CAuthentication_AllowedConfirmation `protobuf:"bytes,5,rep,name=allowed_confirmations,json=allowedConfirmations" json:"allowed_confirmations,omitempty"`
	Version              *int32                                 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_BeginAuthSessionViaQR_Response) Descriptor deprecated

Deprecated: Use CAuthentication_BeginAuthSessionViaQR_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_BeginAuthSessionViaQR_Response) GetAllowedConfirmations

func (*CAuthentication_BeginAuthSessionViaQR_Response) GetChallengeUrl

func (*CAuthentication_BeginAuthSessionViaQR_Response) GetClientId

func (*CAuthentication_BeginAuthSessionViaQR_Response) GetInterval

func (*CAuthentication_BeginAuthSessionViaQR_Response) GetRequestId

func (*CAuthentication_BeginAuthSessionViaQR_Response) GetVersion

func (*CAuthentication_BeginAuthSessionViaQR_Response) ProtoMessage

func (*CAuthentication_BeginAuthSessionViaQR_Response) ProtoReflect

func (*CAuthentication_BeginAuthSessionViaQR_Response) Reset

func (*CAuthentication_BeginAuthSessionViaQR_Response) String

type CAuthentication_DeviceDetails

type CAuthentication_DeviceDetails struct {
	DeviceFriendlyName *string                 `protobuf:"bytes,1,opt,name=device_friendly_name,json=deviceFriendlyName" json:"device_friendly_name,omitempty"`
	PlatformType       *EAuthTokenPlatformType `protobuf:"varint,2,opt,name=platform_type,json=platformType,enum=EAuthTokenPlatformType,def=0" json:"platform_type,omitempty"`
	OsType             *int32                  `protobuf:"varint,3,opt,name=os_type,json=osType" json:"os_type,omitempty"`
	GamingDeviceType   *uint32                 `protobuf:"varint,4,opt,name=gaming_device_type,json=gamingDeviceType" json:"gaming_device_type,omitempty"`
	ClientCount        *uint32                 `protobuf:"varint,5,opt,name=client_count,json=clientCount" json:"client_count,omitempty"`
	MachineId          []byte                  `protobuf:"bytes,6,opt,name=machine_id,json=machineId" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_DeviceDetails) Descriptor deprecated

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

Deprecated: Use CAuthentication_DeviceDetails.ProtoReflect.Descriptor instead.

func (*CAuthentication_DeviceDetails) GetClientCount

func (x *CAuthentication_DeviceDetails) GetClientCount() uint32

func (*CAuthentication_DeviceDetails) GetDeviceFriendlyName

func (x *CAuthentication_DeviceDetails) GetDeviceFriendlyName() string

func (*CAuthentication_DeviceDetails) GetGamingDeviceType

func (x *CAuthentication_DeviceDetails) GetGamingDeviceType() uint32

func (*CAuthentication_DeviceDetails) GetMachineId

func (x *CAuthentication_DeviceDetails) GetMachineId() []byte

func (*CAuthentication_DeviceDetails) GetOsType

func (x *CAuthentication_DeviceDetails) GetOsType() int32

func (*CAuthentication_DeviceDetails) GetPlatformType

func (*CAuthentication_DeviceDetails) ProtoMessage

func (*CAuthentication_DeviceDetails) ProtoMessage()

func (*CAuthentication_DeviceDetails) ProtoReflect

func (*CAuthentication_DeviceDetails) Reset

func (x *CAuthentication_DeviceDetails) Reset()

func (*CAuthentication_DeviceDetails) String

type CAuthentication_GetAuthSessionInfo_Request

type CAuthentication_GetAuthSessionInfo_Request struct {
	ClientId *uint64 `protobuf:"varint,1,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_GetAuthSessionInfo_Request) Descriptor deprecated

Deprecated: Use CAuthentication_GetAuthSessionInfo_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_GetAuthSessionInfo_Request) GetClientId

func (*CAuthentication_GetAuthSessionInfo_Request) ProtoMessage

func (*CAuthentication_GetAuthSessionInfo_Request) ProtoReflect

func (*CAuthentication_GetAuthSessionInfo_Request) Reset

func (*CAuthentication_GetAuthSessionInfo_Request) String

type CAuthentication_GetAuthSessionInfo_Response

type CAuthentication_GetAuthSessionInfo_Response struct {
	Ip                        *string                      `protobuf:"bytes,1,opt,name=ip" json:"ip,omitempty"`
	Geoloc                    *string                      `protobuf:"bytes,2,opt,name=geoloc" json:"geoloc,omitempty"`
	City                      *string                      `protobuf:"bytes,3,opt,name=city" json:"city,omitempty"`
	State                     *string                      `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
	Country                   *string                      `protobuf:"bytes,5,opt,name=country" json:"country,omitempty"`
	PlatformType              *EAuthTokenPlatformType      `protobuf:"varint,6,opt,name=platform_type,json=platformType,enum=EAuthTokenPlatformType,def=0" json:"platform_type,omitempty"`
	DeviceFriendlyName        *string                      `protobuf:"bytes,7,opt,name=device_friendly_name,json=deviceFriendlyName" json:"device_friendly_name,omitempty"`
	Version                   *int32                       `protobuf:"varint,8,opt,name=version" json:"version,omitempty"`
	LoginHistory              *EAuthSessionSecurityHistory `` /* 130-byte string literal not displayed */
	RequestorLocationMismatch *bool                        `` /* 133-byte string literal not displayed */
	HighUsageLogin            *bool                        `protobuf:"varint,11,opt,name=high_usage_login,json=highUsageLogin" json:"high_usage_login,omitempty"`
	RequestedPersistence      *ESessionPersistence         `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CAuthentication_GetAuthSessionInfo_Response) Descriptor deprecated

Deprecated: Use CAuthentication_GetAuthSessionInfo_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_GetAuthSessionInfo_Response) GetCity

func (*CAuthentication_GetAuthSessionInfo_Response) GetCountry

func (*CAuthentication_GetAuthSessionInfo_Response) GetDeviceFriendlyName

func (x *CAuthentication_GetAuthSessionInfo_Response) GetDeviceFriendlyName() string

func (*CAuthentication_GetAuthSessionInfo_Response) GetGeoloc

func (*CAuthentication_GetAuthSessionInfo_Response) GetHighUsageLogin

func (x *CAuthentication_GetAuthSessionInfo_Response) GetHighUsageLogin() bool

func (*CAuthentication_GetAuthSessionInfo_Response) GetIp

func (*CAuthentication_GetAuthSessionInfo_Response) GetLoginHistory

func (*CAuthentication_GetAuthSessionInfo_Response) GetPlatformType

func (*CAuthentication_GetAuthSessionInfo_Response) GetRequestedPersistence

func (*CAuthentication_GetAuthSessionInfo_Response) GetRequestorLocationMismatch

func (x *CAuthentication_GetAuthSessionInfo_Response) GetRequestorLocationMismatch() bool

func (*CAuthentication_GetAuthSessionInfo_Response) GetState

func (*CAuthentication_GetAuthSessionInfo_Response) GetVersion

func (*CAuthentication_GetAuthSessionInfo_Response) ProtoMessage

func (*CAuthentication_GetAuthSessionInfo_Response) ProtoReflect

func (*CAuthentication_GetAuthSessionInfo_Response) Reset

func (*CAuthentication_GetAuthSessionInfo_Response) String

type CAuthentication_GetAuthSessionsForAccount_Request

type CAuthentication_GetAuthSessionsForAccount_Request struct {
	// contains filtered or unexported fields
}

func (*CAuthentication_GetAuthSessionsForAccount_Request) Descriptor deprecated

Deprecated: Use CAuthentication_GetAuthSessionsForAccount_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_GetAuthSessionsForAccount_Request) ProtoMessage

func (*CAuthentication_GetAuthSessionsForAccount_Request) ProtoReflect

func (*CAuthentication_GetAuthSessionsForAccount_Request) Reset

func (*CAuthentication_GetAuthSessionsForAccount_Request) String

type CAuthentication_GetAuthSessionsForAccount_Response

type CAuthentication_GetAuthSessionsForAccount_Response struct {
	ClientIds []uint64 `protobuf:"varint,1,rep,name=client_ids,json=clientIds" json:"client_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_GetAuthSessionsForAccount_Response) Descriptor deprecated

Deprecated: Use CAuthentication_GetAuthSessionsForAccount_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_GetAuthSessionsForAccount_Response) GetClientIds

func (*CAuthentication_GetAuthSessionsForAccount_Response) ProtoMessage

func (*CAuthentication_GetAuthSessionsForAccount_Response) ProtoReflect

func (*CAuthentication_GetAuthSessionsForAccount_Response) Reset

func (*CAuthentication_GetAuthSessionsForAccount_Response) String

type CAuthentication_GetPasswordRSAPublicKey_Request

type CAuthentication_GetPasswordRSAPublicKey_Request struct {
	AccountName *string `protobuf:"bytes,1,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_GetPasswordRSAPublicKey_Request) Descriptor deprecated

Deprecated: Use CAuthentication_GetPasswordRSAPublicKey_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_GetPasswordRSAPublicKey_Request) GetAccountName

func (*CAuthentication_GetPasswordRSAPublicKey_Request) ProtoMessage

func (*CAuthentication_GetPasswordRSAPublicKey_Request) ProtoReflect

func (*CAuthentication_GetPasswordRSAPublicKey_Request) Reset

func (*CAuthentication_GetPasswordRSAPublicKey_Request) String

type CAuthentication_GetPasswordRSAPublicKey_Response

type CAuthentication_GetPasswordRSAPublicKey_Response struct {
	PublickeyMod *string `protobuf:"bytes,1,opt,name=publickey_mod,json=publickeyMod" json:"publickey_mod,omitempty"`
	PublickeyExp *string `protobuf:"bytes,2,opt,name=publickey_exp,json=publickeyExp" json:"publickey_exp,omitempty"`
	Timestamp    *uint64 `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_GetPasswordRSAPublicKey_Response) Descriptor deprecated

Deprecated: Use CAuthentication_GetPasswordRSAPublicKey_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_GetPasswordRSAPublicKey_Response) GetPublickeyExp

func (*CAuthentication_GetPasswordRSAPublicKey_Response) GetPublickeyMod

func (*CAuthentication_GetPasswordRSAPublicKey_Response) GetTimestamp

func (*CAuthentication_GetPasswordRSAPublicKey_Response) ProtoMessage

func (*CAuthentication_GetPasswordRSAPublicKey_Response) ProtoReflect

func (*CAuthentication_GetPasswordRSAPublicKey_Response) Reset

func (*CAuthentication_GetPasswordRSAPublicKey_Response) String

type CAuthentication_MigrateMobileSession_Request

type CAuthentication_MigrateMobileSession_Request struct {
	Steamid   *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Token     *string `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
	Signature *string `protobuf:"bytes,3,opt,name=signature" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_MigrateMobileSession_Request) Descriptor deprecated

Deprecated: Use CAuthentication_MigrateMobileSession_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_MigrateMobileSession_Request) GetSignature

func (*CAuthentication_MigrateMobileSession_Request) GetSteamid

func (*CAuthentication_MigrateMobileSession_Request) GetToken

func (*CAuthentication_MigrateMobileSession_Request) ProtoMessage

func (*CAuthentication_MigrateMobileSession_Request) ProtoReflect

func (*CAuthentication_MigrateMobileSession_Request) Reset

func (*CAuthentication_MigrateMobileSession_Request) String

type CAuthentication_MigrateMobileSession_Response

type CAuthentication_MigrateMobileSession_Response struct {
	RefreshToken *string `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken" json:"refresh_token,omitempty"`
	AccessToken  *string `protobuf:"bytes,2,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_MigrateMobileSession_Response) Descriptor deprecated

Deprecated: Use CAuthentication_MigrateMobileSession_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_MigrateMobileSession_Response) GetAccessToken

func (*CAuthentication_MigrateMobileSession_Response) GetRefreshToken

func (*CAuthentication_MigrateMobileSession_Response) ProtoMessage

func (*CAuthentication_MigrateMobileSession_Response) ProtoReflect

func (*CAuthentication_MigrateMobileSession_Response) Reset

func (*CAuthentication_MigrateMobileSession_Response) String

type CAuthentication_PollAuthSessionStatus_Request

type CAuthentication_PollAuthSessionStatus_Request struct {
	ClientId      *uint64 `protobuf:"varint,1,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	RequestId     []byte  `protobuf:"bytes,2,opt,name=request_id,json=requestId" json:"request_id,omitempty"`
	TokenToRevoke *uint64 `protobuf:"fixed64,3,opt,name=token_to_revoke,json=tokenToRevoke" json:"token_to_revoke,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_PollAuthSessionStatus_Request) Descriptor deprecated

Deprecated: Use CAuthentication_PollAuthSessionStatus_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_PollAuthSessionStatus_Request) GetClientId

func (*CAuthentication_PollAuthSessionStatus_Request) GetRequestId

func (*CAuthentication_PollAuthSessionStatus_Request) GetTokenToRevoke

func (*CAuthentication_PollAuthSessionStatus_Request) ProtoMessage

func (*CAuthentication_PollAuthSessionStatus_Request) ProtoReflect

func (*CAuthentication_PollAuthSessionStatus_Request) Reset

func (*CAuthentication_PollAuthSessionStatus_Request) String

type CAuthentication_PollAuthSessionStatus_Response

type CAuthentication_PollAuthSessionStatus_Response struct {
	NewClientId          *uint64 `protobuf:"varint,1,opt,name=new_client_id,json=newClientId" json:"new_client_id,omitempty"`
	NewChallengeUrl      *string `protobuf:"bytes,2,opt,name=new_challenge_url,json=newChallengeUrl" json:"new_challenge_url,omitempty"`
	RefreshToken         *string `protobuf:"bytes,3,opt,name=refresh_token,json=refreshToken" json:"refresh_token,omitempty"`
	AccessToken          *string `protobuf:"bytes,4,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
	HadRemoteInteraction *bool   `protobuf:"varint,5,opt,name=had_remote_interaction,json=hadRemoteInteraction" json:"had_remote_interaction,omitempty"`
	AccountName          *string `protobuf:"bytes,6,opt,name=account_name,json=accountName" json:"account_name,omitempty"`
	NewGuardData         *string `protobuf:"bytes,7,opt,name=new_guard_data,json=newGuardData" json:"new_guard_data,omitempty"`
	AgreementSessionUrl  *string `protobuf:"bytes,8,opt,name=agreement_session_url,json=agreementSessionUrl" json:"agreement_session_url,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_PollAuthSessionStatus_Response) Descriptor deprecated

Deprecated: Use CAuthentication_PollAuthSessionStatus_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_PollAuthSessionStatus_Response) GetAccessToken

func (*CAuthentication_PollAuthSessionStatus_Response) GetAccountName

func (*CAuthentication_PollAuthSessionStatus_Response) GetAgreementSessionUrl

func (x *CAuthentication_PollAuthSessionStatus_Response) GetAgreementSessionUrl() string

func (*CAuthentication_PollAuthSessionStatus_Response) GetHadRemoteInteraction

func (x *CAuthentication_PollAuthSessionStatus_Response) GetHadRemoteInteraction() bool

func (*CAuthentication_PollAuthSessionStatus_Response) GetNewChallengeUrl

func (*CAuthentication_PollAuthSessionStatus_Response) GetNewClientId

func (*CAuthentication_PollAuthSessionStatus_Response) GetNewGuardData

func (*CAuthentication_PollAuthSessionStatus_Response) GetRefreshToken

func (*CAuthentication_PollAuthSessionStatus_Response) ProtoMessage

func (*CAuthentication_PollAuthSessionStatus_Response) ProtoReflect

func (*CAuthentication_PollAuthSessionStatus_Response) Reset

func (*CAuthentication_PollAuthSessionStatus_Response) String

type CAuthentication_RefreshToken_Enumerate_Request

type CAuthentication_RefreshToken_Enumerate_Request struct {
	// contains filtered or unexported fields
}

func (*CAuthentication_RefreshToken_Enumerate_Request) Descriptor deprecated

Deprecated: Use CAuthentication_RefreshToken_Enumerate_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_RefreshToken_Enumerate_Request) ProtoMessage

func (*CAuthentication_RefreshToken_Enumerate_Request) ProtoReflect

func (*CAuthentication_RefreshToken_Enumerate_Request) Reset

func (*CAuthentication_RefreshToken_Enumerate_Request) String

type CAuthentication_RefreshToken_Enumerate_Response

type CAuthentication_RefreshToken_Enumerate_Response struct {
	RefreshTokens   []*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription `protobuf:"bytes,1,rep,name=refresh_tokens,json=refreshTokens" json:"refresh_tokens,omitempty"`
	RequestingToken *uint64                                                                    `protobuf:"fixed64,2,opt,name=requesting_token,json=requestingToken" json:"requesting_token,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_RefreshToken_Enumerate_Response) Descriptor deprecated

Deprecated: Use CAuthentication_RefreshToken_Enumerate_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_RefreshToken_Enumerate_Response) GetRefreshTokens

func (*CAuthentication_RefreshToken_Enumerate_Response) GetRequestingToken

func (*CAuthentication_RefreshToken_Enumerate_Response) ProtoMessage

func (*CAuthentication_RefreshToken_Enumerate_Response) ProtoReflect

func (*CAuthentication_RefreshToken_Enumerate_Response) Reset

func (*CAuthentication_RefreshToken_Enumerate_Response) String

type CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription

type CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription struct {
	TokenId          *uint64                                                          `protobuf:"fixed64,1,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
	TokenDescription *string                                                          `protobuf:"bytes,2,opt,name=token_description,json=tokenDescription" json:"token_description,omitempty"`
	TimeUpdated      *uint32                                                          `protobuf:"varint,3,opt,name=time_updated,json=timeUpdated" json:"time_updated,omitempty"`
	PlatformType     *EAuthTokenPlatformType                                          `protobuf:"varint,4,opt,name=platform_type,json=platformType,enum=EAuthTokenPlatformType,def=0" json:"platform_type,omitempty"`
	LoggedIn         *bool                                                            `protobuf:"varint,5,opt,name=logged_in,json=loggedIn" json:"logged_in,omitempty"`
	OsPlatform       *uint32                                                          `protobuf:"varint,6,opt,name=os_platform,json=osPlatform" json:"os_platform,omitempty"`
	AuthType         *uint32                                                          `protobuf:"varint,7,opt,name=auth_type,json=authType" json:"auth_type,omitempty"`
	GamingDeviceType *uint32                                                          `protobuf:"varint,8,opt,name=gaming_device_type,json=gamingDeviceType" json:"gaming_device_type,omitempty"`
	FirstSeen        *CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent `protobuf:"bytes,9,opt,name=first_seen,json=firstSeen" json:"first_seen,omitempty"`
	LastSeen         *CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent `protobuf:"bytes,10,opt,name=last_seen,json=lastSeen" json:"last_seen,omitempty"`
	OsType           *int32                                                           `protobuf:"varint,11,opt,name=os_type,json=osType" json:"os_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) Descriptor deprecated

Deprecated: Use CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription.ProtoReflect.Descriptor instead.

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetAuthType

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetFirstSeen

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetGamingDeviceType

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetLastSeen

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetLoggedIn

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetOsPlatform

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetOsType

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetPlatformType

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetTimeUpdated

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetTokenDescription

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) GetTokenId

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) ProtoMessage

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) ProtoReflect

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) Reset

func (*CAuthentication_RefreshToken_Enumerate_Response_RefreshTokenDescription) String

type CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent

type CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent struct {
	Time    *uint32        `protobuf:"varint,1,opt,name=time" json:"time,omitempty"`
	Ip      *CMsgIPAddress `protobuf:"bytes,2,opt,name=ip" json:"ip,omitempty"`
	Locale  *string        `protobuf:"bytes,3,opt,name=locale" json:"locale,omitempty"`
	Country *string        `protobuf:"bytes,4,opt,name=country" json:"country,omitempty"`
	State   *string        `protobuf:"bytes,5,opt,name=state" json:"state,omitempty"`
	City    *string        `protobuf:"bytes,6,opt,name=city" json:"city,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) Descriptor deprecated

Deprecated: Use CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent.ProtoReflect.Descriptor instead.

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) GetCity

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) GetCountry

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) GetIp

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) GetLocale

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) GetState

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) GetTime

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) ProtoMessage

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) ProtoReflect

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) Reset

func (*CAuthentication_RefreshToken_Enumerate_Response_TokenUsageEvent) String

type CAuthentication_RefreshToken_Revoke_Request

type CAuthentication_RefreshToken_Revoke_Request struct {
	TokenId      *uint64                 `protobuf:"fixed64,1,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
	Steamid      *uint64                 `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
	RevokeAction *EAuthTokenRevokeAction `protobuf:"varint,3,opt,name=revoke_action,json=revokeAction,enum=EAuthTokenRevokeAction,def=1" json:"revoke_action,omitempty"`
	Signature    []byte                  `protobuf:"bytes,4,opt,name=signature" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_RefreshToken_Revoke_Request) Descriptor deprecated

Deprecated: Use CAuthentication_RefreshToken_Revoke_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_RefreshToken_Revoke_Request) GetRevokeAction

func (*CAuthentication_RefreshToken_Revoke_Request) GetSignature

func (*CAuthentication_RefreshToken_Revoke_Request) GetSteamid

func (*CAuthentication_RefreshToken_Revoke_Request) GetTokenId

func (*CAuthentication_RefreshToken_Revoke_Request) ProtoMessage

func (*CAuthentication_RefreshToken_Revoke_Request) ProtoReflect

func (*CAuthentication_RefreshToken_Revoke_Request) Reset

func (*CAuthentication_RefreshToken_Revoke_Request) String

type CAuthentication_RefreshToken_Revoke_Response

type CAuthentication_RefreshToken_Revoke_Response struct {
	// contains filtered or unexported fields
}

func (*CAuthentication_RefreshToken_Revoke_Response) Descriptor deprecated

Deprecated: Use CAuthentication_RefreshToken_Revoke_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_RefreshToken_Revoke_Response) ProtoMessage

func (*CAuthentication_RefreshToken_Revoke_Response) ProtoReflect

func (*CAuthentication_RefreshToken_Revoke_Response) Reset

func (*CAuthentication_RefreshToken_Revoke_Response) String

type CAuthentication_Token_Revoke_Request

type CAuthentication_Token_Revoke_Request struct {
	Token        *string                 `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	RevokeAction *EAuthTokenRevokeAction `protobuf:"varint,2,opt,name=revoke_action,json=revokeAction,enum=EAuthTokenRevokeAction,def=1" json:"revoke_action,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_Token_Revoke_Request) Descriptor deprecated

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

Deprecated: Use CAuthentication_Token_Revoke_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_Token_Revoke_Request) GetRevokeAction

func (*CAuthentication_Token_Revoke_Request) GetToken

func (*CAuthentication_Token_Revoke_Request) ProtoMessage

func (*CAuthentication_Token_Revoke_Request) ProtoMessage()

func (*CAuthentication_Token_Revoke_Request) ProtoReflect

func (*CAuthentication_Token_Revoke_Request) Reset

func (*CAuthentication_Token_Revoke_Request) String

type CAuthentication_Token_Revoke_Response

type CAuthentication_Token_Revoke_Response struct {
	// contains filtered or unexported fields
}

func (*CAuthentication_Token_Revoke_Response) Descriptor deprecated

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

Deprecated: Use CAuthentication_Token_Revoke_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_Token_Revoke_Response) ProtoMessage

func (*CAuthentication_Token_Revoke_Response) ProtoMessage()

func (*CAuthentication_Token_Revoke_Response) ProtoReflect

func (*CAuthentication_Token_Revoke_Response) Reset

func (*CAuthentication_Token_Revoke_Response) String

type CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request

type CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request struct {
	Version     *int32               `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	ClientId    *uint64              `protobuf:"varint,2,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	Steamid     *uint64              `protobuf:"fixed64,3,opt,name=steamid" json:"steamid,omitempty"`
	Signature   []byte               `protobuf:"bytes,4,opt,name=signature" json:"signature,omitempty"`
	Confirm     *bool                `protobuf:"varint,5,opt,name=confirm,def=0" json:"confirm,omitempty"`
	Persistence *ESessionPersistence `protobuf:"varint,6,opt,name=persistence,enum=ESessionPersistence,def=1" json:"persistence,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) Descriptor deprecated

Deprecated: Use CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) GetClientId

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) GetConfirm

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) GetPersistence

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) GetSignature

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) GetSteamid

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) GetVersion

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) ProtoMessage

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) ProtoReflect

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) Reset

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request) String

type CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response

type CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response struct {
	// contains filtered or unexported fields
}

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response) Descriptor deprecated

Deprecated: Use CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response) ProtoMessage

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response) ProtoReflect

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response) Reset

func (*CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response) String

type CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request

type CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request struct {
	ClientId *uint64                `protobuf:"varint,1,opt,name=client_id,json=clientId" json:"client_id,omitempty"`
	Steamid  *uint64                `protobuf:"fixed64,2,opt,name=steamid" json:"steamid,omitempty"`
	Code     *string                `protobuf:"bytes,3,opt,name=code" json:"code,omitempty"`
	CodeType *EAuthSessionGuardType `protobuf:"varint,4,opt,name=code_type,json=codeType,enum=EAuthSessionGuardType,def=0" json:"code_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) Descriptor deprecated

Deprecated: Use CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request.ProtoReflect.Descriptor instead.

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) GetClientId

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) GetCode

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) GetCodeType

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) GetSteamid

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) ProtoMessage

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) ProtoReflect

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) Reset

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request) String

type CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response

type CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response struct {
	AgreementSessionUrl *string `protobuf:"bytes,7,opt,name=agreement_session_url,json=agreementSessionUrl" json:"agreement_session_url,omitempty"`
	// contains filtered or unexported fields
}

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response) Descriptor deprecated

Deprecated: Use CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response.ProtoReflect.Descriptor instead.

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response) GetAgreementSessionUrl

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response) ProtoMessage

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response) ProtoReflect

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response) Reset

func (*CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response) String

type CBilling_Address

type CBilling_Address struct {
	FirstName   *string `protobuf:"bytes,1,opt,name=first_name,json=firstName" json:"first_name,omitempty"`
	LastName    *string `protobuf:"bytes,2,opt,name=last_name,json=lastName" json:"last_name,omitempty"`
	Address1    *string `protobuf:"bytes,3,opt,name=address1" json:"address1,omitempty"`
	Address2    *string `protobuf:"bytes,4,opt,name=address2" json:"address2,omitempty"`
	City        *string `protobuf:"bytes,5,opt,name=city" json:"city,omitempty"`
	UsState     *string `protobuf:"bytes,6,opt,name=us_state,json=usState" json:"us_state,omitempty"`
	CountryCode *string `protobuf:"bytes,7,opt,name=country_code,json=countryCode" json:"country_code,omitempty"`
	Postcode    *string `protobuf:"bytes,8,opt,name=postcode" json:"postcode,omitempty"`
	ZipPlus4    *int32  `protobuf:"varint,9,opt,name=zip_plus4,json=zipPlus4" json:"zip_plus4,omitempty"`
	Phone       *string `protobuf:"bytes,10,opt,name=phone" json:"phone,omitempty"`
	// contains filtered or unexported fields
}

func (*CBilling_Address) Descriptor deprecated

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

Deprecated: Use CBilling_Address.ProtoReflect.Descriptor instead.

func (*CBilling_Address) GetAddress1

func (x *CBilling_Address) GetAddress1() string

func (*CBilling_Address) GetAddress2

func (x *CBilling_Address) GetAddress2() string

func (*CBilling_Address) GetCity

func (x *CBilling_Address) GetCity() string

func (*CBilling_Address) GetCountryCode

func (x *CBilling_Address) GetCountryCode() string

func (*CBilling_Address) GetFirstName

func (x *CBilling_Address) GetFirstName() string

func (*CBilling_Address) GetLastName

func (x *CBilling_Address) GetLastName() string

func (*CBilling_Address) GetPhone

func (x *CBilling_Address) GetPhone() string

func (*CBilling_Address) GetPostcode

func (x *CBilling_Address) GetPostcode() string

func (*CBilling_Address) GetUsState

func (x *CBilling_Address) GetUsState() string

func (*CBilling_Address) GetZipPlus4

func (x *CBilling_Address) GetZipPlus4() int32

func (*CBilling_Address) ProtoMessage

func (*CBilling_Address) ProtoMessage()

func (*CBilling_Address) ProtoReflect

func (x *CBilling_Address) ProtoReflect() protoreflect.Message

func (*CBilling_Address) Reset

func (x *CBilling_Address) Reset()

func (*CBilling_Address) String

func (x *CBilling_Address) String() string

type CCDDBAppDetailCommon

type CCDDBAppDetailCommon struct {
	Appid                   *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Name                    *string  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Icon                    *string  `protobuf:"bytes,3,opt,name=icon" json:"icon,omitempty"`
	Tool                    *bool    `protobuf:"varint,6,opt,name=tool" json:"tool,omitempty"`
	Demo                    *bool    `protobuf:"varint,7,opt,name=demo" json:"demo,omitempty"`
	Media                   *bool    `protobuf:"varint,8,opt,name=media" json:"media,omitempty"`
	CommunityVisibleStats   *bool    `protobuf:"varint,9,opt,name=community_visible_stats,json=communityVisibleStats" json:"community_visible_stats,omitempty"`
	FriendlyName            *string  `protobuf:"bytes,10,opt,name=friendly_name,json=friendlyName" json:"friendly_name,omitempty"`
	Propagation             *string  `protobuf:"bytes,11,opt,name=propagation" json:"propagation,omitempty"`
	HasAdultContent         *bool    `protobuf:"varint,12,opt,name=has_adult_content,json=hasAdultContent" json:"has_adult_content,omitempty"`
	IsVisibleInSteamChina   *bool    `protobuf:"varint,13,opt,name=is_visible_in_steam_china,json=isVisibleInSteamChina" json:"is_visible_in_steam_china,omitempty"`
	AppType                 *uint32  `protobuf:"varint,14,opt,name=app_type,json=appType" json:"app_type,omitempty"`
	HasAdultContentSex      *bool    `protobuf:"varint,15,opt,name=has_adult_content_sex,json=hasAdultContentSex" json:"has_adult_content_sex,omitempty"`
	HasAdultContentViolence *bool    `` /* 129-byte string literal not displayed */
	ContentDescriptorids    []uint32 `protobuf:"varint,17,rep,name=content_descriptorids,json=contentDescriptorids" json:"content_descriptorids,omitempty"`
	// contains filtered or unexported fields
}

func (*CCDDBAppDetailCommon) Descriptor deprecated

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

Deprecated: Use CCDDBAppDetailCommon.ProtoReflect.Descriptor instead.

func (*CCDDBAppDetailCommon) GetAppType

func (x *CCDDBAppDetailCommon) GetAppType() uint32

func (*CCDDBAppDetailCommon) GetAppid

func (x *CCDDBAppDetailCommon) GetAppid() uint32

func (*CCDDBAppDetailCommon) GetCommunityVisibleStats

func (x *CCDDBAppDetailCommon) GetCommunityVisibleStats() bool

func (*CCDDBAppDetailCommon) GetContentDescriptorids

func (x *CCDDBAppDetailCommon) GetContentDescriptorids() []uint32

func (*CCDDBAppDetailCommon) GetDemo

func (x *CCDDBAppDetailCommon) GetDemo() bool

func (*CCDDBAppDetailCommon) GetFriendlyName

func (x *CCDDBAppDetailCommon) GetFriendlyName() string

func (*CCDDBAppDetailCommon) GetHasAdultContent

func (x *CCDDBAppDetailCommon) GetHasAdultContent() bool

func (*CCDDBAppDetailCommon) GetHasAdultContentSex

func (x *CCDDBAppDetailCommon) GetHasAdultContentSex() bool

func (*CCDDBAppDetailCommon) GetHasAdultContentViolence

func (x *CCDDBAppDetailCommon) GetHasAdultContentViolence() bool

func (*CCDDBAppDetailCommon) GetIcon

func (x *CCDDBAppDetailCommon) GetIcon() string

func (*CCDDBAppDetailCommon) GetIsVisibleInSteamChina

func (x *CCDDBAppDetailCommon) GetIsVisibleInSteamChina() bool

func (*CCDDBAppDetailCommon) GetMedia

func (x *CCDDBAppDetailCommon) GetMedia() bool

func (*CCDDBAppDetailCommon) GetName

func (x *CCDDBAppDetailCommon) GetName() string

func (*CCDDBAppDetailCommon) GetPropagation

func (x *CCDDBAppDetailCommon) GetPropagation() string

func (*CCDDBAppDetailCommon) GetTool

func (x *CCDDBAppDetailCommon) GetTool() bool

func (*CCDDBAppDetailCommon) ProtoMessage

func (*CCDDBAppDetailCommon) ProtoMessage()

func (*CCDDBAppDetailCommon) ProtoReflect

func (x *CCDDBAppDetailCommon) ProtoReflect() protoreflect.Message

func (*CCDDBAppDetailCommon) Reset

func (x *CCDDBAppDetailCommon) Reset()

func (*CCDDBAppDetailCommon) String

func (x *CCDDBAppDetailCommon) String() string

type CClanEventData

type CClanEventData struct {
	Gid                    *uint64                          `protobuf:"fixed64,1,opt,name=gid" json:"gid,omitempty"`
	ClanSteamid            *uint64                          `protobuf:"fixed64,2,opt,name=clan_steamid,json=clanSteamid" json:"clan_steamid,omitempty"`
	EventName              *string                          `protobuf:"bytes,3,opt,name=event_name,json=eventName" json:"event_name,omitempty"`
	EventType              *EProtoClanEventType             `protobuf:"varint,4,opt,name=event_type,json=eventType,enum=EProtoClanEventType,def=1" json:"event_type,omitempty"`
	Appid                  *uint32                          `protobuf:"varint,5,opt,name=appid" json:"appid,omitempty"`
	ServerAddress          *string                          `protobuf:"bytes,6,opt,name=server_address,json=serverAddress" json:"server_address,omitempty"`
	ServerPassword         *string                          `protobuf:"bytes,7,opt,name=server_password,json=serverPassword" json:"server_password,omitempty"`
	Rtime32StartTime       *uint32                          `protobuf:"varint,8,opt,name=rtime32_start_time,json=rtime32StartTime" json:"rtime32_start_time,omitempty"`
	Rtime32EndTime         *uint32                          `protobuf:"varint,9,opt,name=rtime32_end_time,json=rtime32EndTime" json:"rtime32_end_time,omitempty"`
	CommentCount           *int32                           `protobuf:"varint,10,opt,name=comment_count,json=commentCount" json:"comment_count,omitempty"`
	CreatorSteamid         *uint64                          `protobuf:"fixed64,11,opt,name=creator_steamid,json=creatorSteamid" json:"creator_steamid,omitempty"`
	LastUpdateSteamid      *uint64                          `protobuf:"fixed64,12,opt,name=last_update_steamid,json=lastUpdateSteamid" json:"last_update_steamid,omitempty"`
	EventNotes             *string                          `protobuf:"bytes,13,opt,name=event_notes,json=eventNotes" json:"event_notes,omitempty"`
	Jsondata               *string                          `protobuf:"bytes,14,opt,name=jsondata" json:"jsondata,omitempty"`
	AnnouncementBody       *CCommunity_ClanAnnouncementInfo `protobuf:"bytes,15,opt,name=announcement_body,json=announcementBody" json:"announcement_body,omitempty"`
	Published              *bool                            `protobuf:"varint,16,opt,name=published" json:"published,omitempty"`
	Hidden                 *bool                            `protobuf:"varint,17,opt,name=hidden" json:"hidden,omitempty"`
	Rtime32VisibilityStart *uint32                          `protobuf:"varint,18,opt,name=rtime32_visibility_start,json=rtime32VisibilityStart" json:"rtime32_visibility_start,omitempty"`
	Rtime32VisibilityEnd   *uint32                          `protobuf:"varint,19,opt,name=rtime32_visibility_end,json=rtime32VisibilityEnd" json:"rtime32_visibility_end,omitempty"`
	BroadcasterAccountid   *uint32                          `protobuf:"varint,20,opt,name=broadcaster_accountid,json=broadcasterAccountid" json:"broadcaster_accountid,omitempty"`
	FollowerCount          *uint32                          `protobuf:"varint,21,opt,name=follower_count,json=followerCount" json:"follower_count,omitempty"`
	IgnoreCount            *uint32                          `protobuf:"varint,22,opt,name=ignore_count,json=ignoreCount" json:"ignore_count,omitempty"`
	ForumTopicId           *uint64                          `protobuf:"fixed64,23,opt,name=forum_topic_id,json=forumTopicId" json:"forum_topic_id,omitempty"`
	Rtime32LastModified    *uint32                          `protobuf:"varint,24,opt,name=rtime32_last_modified,json=rtime32LastModified" json:"rtime32_last_modified,omitempty"`
	NewsPostGid            *uint64                          `protobuf:"fixed64,25,opt,name=news_post_gid,json=newsPostGid" json:"news_post_gid,omitempty"`
	RtimeModReviewed       *uint32                          `protobuf:"varint,26,opt,name=rtime_mod_reviewed,json=rtimeModReviewed" json:"rtime_mod_reviewed,omitempty"`
	FeaturedAppTagid       *uint32                          `protobuf:"varint,27,opt,name=featured_app_tagid,json=featuredAppTagid" json:"featured_app_tagid,omitempty"`
	ReferencedAppids       []uint32                         `protobuf:"varint,28,rep,name=referenced_appids,json=referencedAppids" json:"referenced_appids,omitempty"`
	BuildId                *uint32                          `protobuf:"varint,29,opt,name=build_id,json=buildId" json:"build_id,omitempty"`
	BuildBranch            *string                          `protobuf:"bytes,30,opt,name=build_branch,json=buildBranch" json:"build_branch,omitempty"`
	// contains filtered or unexported fields
}

func (*CClanEventData) Descriptor deprecated

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

Deprecated: Use CClanEventData.ProtoReflect.Descriptor instead.

func (*CClanEventData) GetAnnouncementBody

func (x *CClanEventData) GetAnnouncementBody() *CCommunity_ClanAnnouncementInfo

func (*CClanEventData) GetAppid

func (x *CClanEventData) GetAppid() uint32

func (*CClanEventData) GetBroadcasterAccountid

func (x *CClanEventData) GetBroadcasterAccountid() uint32

func (*CClanEventData) GetBuildBranch

func (x *CClanEventData) GetBuildBranch() string

func (*CClanEventData) GetBuildId

func (x *CClanEventData) GetBuildId() uint32

func (*CClanEventData) GetClanSteamid

func (x *CClanEventData) GetClanSteamid() uint64

func (*CClanEventData) GetCommentCount

func (x *CClanEventData) GetCommentCount() int32

func (*CClanEventData) GetCreatorSteamid

func (x *CClanEventData) GetCreatorSteamid() uint64

func (*CClanEventData) GetEventName

func (x *CClanEventData) GetEventName() string

func (*CClanEventData) GetEventNotes

func (x *CClanEventData) GetEventNotes() string

func (*CClanEventData) GetEventType

func (x *CClanEventData) GetEventType() EProtoClanEventType

func (*CClanEventData) GetFeaturedAppTagid

func (x *CClanEventData) GetFeaturedAppTagid() uint32

func (*CClanEventData) GetFollowerCount

func (x *CClanEventData) GetFollowerCount() uint32

func (*CClanEventData) GetForumTopicId

func (x *CClanEventData) GetForumTopicId() uint64

func (*CClanEventData) GetGid

func (x *CClanEventData) GetGid() uint64

func (*CClanEventData) GetHidden

func (x *CClanEventData) GetHidden() bool

func (*CClanEventData) GetIgnoreCount

func (x *CClanEventData) GetIgnoreCount() uint32

func (*CClanEventData) GetJsondata

func (x *CClanEventData) GetJsondata() string

func (*CClanEventData) GetLastUpdateSteamid

func (x *CClanEventData) GetLastUpdateSteamid() uint64

func (*CClanEventData) GetNewsPostGid

func (x *CClanEventData) GetNewsPostGid() uint64

func (*CClanEventData) GetPublished

func (x *CClanEventData) GetPublished() bool

func (*CClanEventData) GetReferencedAppids

func (x *CClanEventData) GetReferencedAppids() []uint32

func (*CClanEventData) GetRtime32EndTime

func (x *CClanEventData) GetRtime32EndTime() uint32

func (*CClanEventData) GetRtime32LastModified

func (x *CClanEventData) GetRtime32LastModified() uint32

func (*CClanEventData) GetRtime32StartTime

func (x *CClanEventData) GetRtime32StartTime() uint32

func (*CClanEventData) GetRtime32VisibilityEnd

func (x *CClanEventData) GetRtime32VisibilityEnd() uint32

func (*CClanEventData) GetRtime32VisibilityStart

func (x *CClanEventData) GetRtime32VisibilityStart() uint32

func (*CClanEventData) GetRtimeModReviewed

func (x *CClanEventData) GetRtimeModReviewed() uint32

func (*CClanEventData) GetServerAddress

func (x *CClanEventData) GetServerAddress() string

func (*CClanEventData) GetServerPassword

func (x *CClanEventData) GetServerPassword() string

func (*CClanEventData) ProtoMessage

func (*CClanEventData) ProtoMessage()

func (*CClanEventData) ProtoReflect

func (x *CClanEventData) ProtoReflect() protoreflect.Message

func (*CClanEventData) Reset

func (x *CClanEventData) Reset()

func (*CClanEventData) String

func (x *CClanEventData) String() string

type CClanEventUserNewsTuple

type CClanEventUserNewsTuple struct {
	Clanid              *uint32 `protobuf:"varint,1,opt,name=clanid" json:"clanid,omitempty"`
	EventGid            *uint64 `protobuf:"fixed64,2,opt,name=event_gid,json=eventGid" json:"event_gid,omitempty"`
	AnnouncementGid     *uint64 `protobuf:"fixed64,3,opt,name=announcement_gid,json=announcementGid" json:"announcement_gid,omitempty"`
	RtimeStart          *uint32 `protobuf:"varint,4,opt,name=rtime_start,json=rtimeStart" json:"rtime_start,omitempty"`
	RtimeEnd            *uint32 `protobuf:"varint,5,opt,name=rtime_end,json=rtimeEnd" json:"rtime_end,omitempty"`
	PriorityScore       *uint32 `protobuf:"varint,6,opt,name=priority_score,json=priorityScore" json:"priority_score,omitempty"`
	Type                *uint32 `protobuf:"varint,7,opt,name=type" json:"type,omitempty"`
	ClampRangeSlot      *uint32 `protobuf:"varint,8,opt,name=clamp_range_slot,json=clampRangeSlot" json:"clamp_range_slot,omitempty"`
	Appid               *uint32 `protobuf:"varint,9,opt,name=appid" json:"appid,omitempty"`
	Rtime32LastModified *uint32 `protobuf:"varint,10,opt,name=rtime32_last_modified,json=rtime32LastModified" json:"rtime32_last_modified,omitempty"`
	// contains filtered or unexported fields
}

func (*CClanEventUserNewsTuple) Descriptor deprecated

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

Deprecated: Use CClanEventUserNewsTuple.ProtoReflect.Descriptor instead.

func (*CClanEventUserNewsTuple) GetAnnouncementGid

func (x *CClanEventUserNewsTuple) GetAnnouncementGid() uint64

func (*CClanEventUserNewsTuple) GetAppid

func (x *CClanEventUserNewsTuple) GetAppid() uint32

func (*CClanEventUserNewsTuple) GetClampRangeSlot

func (x *CClanEventUserNewsTuple) GetClampRangeSlot() uint32

func (*CClanEventUserNewsTuple) GetClanid

func (x *CClanEventUserNewsTuple) GetClanid() uint32

func (*CClanEventUserNewsTuple) GetEventGid

func (x *CClanEventUserNewsTuple) GetEventGid() uint64

func (*CClanEventUserNewsTuple) GetPriorityScore

func (x *CClanEventUserNewsTuple) GetPriorityScore() uint32

func (*CClanEventUserNewsTuple) GetRtime32LastModified

func (x *CClanEventUserNewsTuple) GetRtime32LastModified() uint32

func (*CClanEventUserNewsTuple) GetRtimeEnd

func (x *CClanEventUserNewsTuple) GetRtimeEnd() uint32

func (*CClanEventUserNewsTuple) GetRtimeStart

func (x *CClanEventUserNewsTuple) GetRtimeStart() uint32

func (*CClanEventUserNewsTuple) GetType

func (x *CClanEventUserNewsTuple) GetType() uint32

func (*CClanEventUserNewsTuple) ProtoMessage

func (*CClanEventUserNewsTuple) ProtoMessage()

func (*CClanEventUserNewsTuple) ProtoReflect

func (x *CClanEventUserNewsTuple) ProtoReflect() protoreflect.Message

func (*CClanEventUserNewsTuple) Reset

func (x *CClanEventUserNewsTuple) Reset()

func (*CClanEventUserNewsTuple) String

func (x *CClanEventUserNewsTuple) String() string

type CClanMatchEventByRange

type CClanMatchEventByRange struct {
	RtimeBefore *uint32                    `protobuf:"varint,1,opt,name=rtime_before,json=rtimeBefore" json:"rtime_before,omitempty"`
	RtimeAfter  *uint32                    `protobuf:"varint,2,opt,name=rtime_after,json=rtimeAfter" json:"rtime_after,omitempty"`
	Qualified   *uint32                    `protobuf:"varint,3,opt,name=qualified" json:"qualified,omitempty"`
	Events      []*CClanEventUserNewsTuple `protobuf:"bytes,4,rep,name=events" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*CClanMatchEventByRange) Descriptor deprecated

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

Deprecated: Use CClanMatchEventByRange.ProtoReflect.Descriptor instead.

func (*CClanMatchEventByRange) GetEvents

func (*CClanMatchEventByRange) GetQualified

func (x *CClanMatchEventByRange) GetQualified() uint32

func (*CClanMatchEventByRange) GetRtimeAfter

func (x *CClanMatchEventByRange) GetRtimeAfter() uint32

func (*CClanMatchEventByRange) GetRtimeBefore

func (x *CClanMatchEventByRange) GetRtimeBefore() uint32

func (*CClanMatchEventByRange) ProtoMessage

func (*CClanMatchEventByRange) ProtoMessage()

func (*CClanMatchEventByRange) ProtoReflect

func (x *CClanMatchEventByRange) ProtoReflect() protoreflect.Message

func (*CClanMatchEventByRange) Reset

func (x *CClanMatchEventByRange) Reset()

func (*CClanMatchEventByRange) String

func (x *CClanMatchEventByRange) String() string

type CCloudGaming_CreateNonce_Request

type CCloudGaming_CreateNonce_Request struct {
	Platform *string `protobuf:"bytes,1,opt,name=platform" json:"platform,omitempty"`
	Appid    *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*CCloudGaming_CreateNonce_Request) Descriptor deprecated

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

Deprecated: Use CCloudGaming_CreateNonce_Request.ProtoReflect.Descriptor instead.

func (*CCloudGaming_CreateNonce_Request) GetAppid

func (*CCloudGaming_CreateNonce_Request) GetPlatform

func (x *CCloudGaming_CreateNonce_Request) GetPlatform() string

func (*CCloudGaming_CreateNonce_Request) ProtoMessage

func (*CCloudGaming_CreateNonce_Request) ProtoMessage()

func (*CCloudGaming_CreateNonce_Request) ProtoReflect

func (*CCloudGaming_CreateNonce_Request) Reset

func (*CCloudGaming_CreateNonce_Request) String

type CCloudGaming_CreateNonce_Response

type CCloudGaming_CreateNonce_Response struct {
	Nonce  *string `protobuf:"bytes,1,opt,name=nonce" json:"nonce,omitempty"`
	Expiry *uint32 `protobuf:"varint,2,opt,name=expiry" json:"expiry,omitempty"`
	// contains filtered or unexported fields
}

func (*CCloudGaming_CreateNonce_Response) Descriptor deprecated

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

Deprecated: Use CCloudGaming_CreateNonce_Response.ProtoReflect.Descriptor instead.

func (*CCloudGaming_CreateNonce_Response) GetExpiry

func (*CCloudGaming_CreateNonce_Response) GetNonce

func (*CCloudGaming_CreateNonce_Response) ProtoMessage

func (*CCloudGaming_CreateNonce_Response) ProtoMessage()

func (*CCloudGaming_CreateNonce_Response) ProtoReflect

func (*CCloudGaming_CreateNonce_Response) Reset

func (*CCloudGaming_CreateNonce_Response) String

type CCloudGaming_GetTimeRemaining_Request

type CCloudGaming_GetTimeRemaining_Request struct {
	Platform  *string  `protobuf:"bytes,1,opt,name=platform" json:"platform,omitempty"`
	AppidList []uint32 `protobuf:"varint,2,rep,name=appid_list,json=appidList" json:"appid_list,omitempty"`
	// contains filtered or unexported fields
}

func (*CCloudGaming_GetTimeRemaining_Request) Descriptor deprecated

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

Deprecated: Use CCloudGaming_GetTimeRemaining_Request.ProtoReflect.Descriptor instead.

func (*CCloudGaming_GetTimeRemaining_Request) GetAppidList

func (x *CCloudGaming_GetTimeRemaining_Request) GetAppidList() []uint32

func (*CCloudGaming_GetTimeRemaining_Request) GetPlatform

func (*CCloudGaming_GetTimeRemaining_Request) ProtoMessage

func (*CCloudGaming_GetTimeRemaining_Request) ProtoMessage()

func (*CCloudGaming_GetTimeRemaining_Request) ProtoReflect

func (*CCloudGaming_GetTimeRemaining_Request) Reset

func (*CCloudGaming_GetTimeRemaining_Request) String

type CCloudGaming_GetTimeRemaining_Response

type CCloudGaming_GetTimeRemaining_Response struct {
	Entries []*CCloudGaming_TimeRemaining `protobuf:"bytes,2,rep,name=entries" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*CCloudGaming_GetTimeRemaining_Response) Descriptor deprecated

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

Deprecated: Use CCloudGaming_GetTimeRemaining_Response.ProtoReflect.Descriptor instead.

func (*CCloudGaming_GetTimeRemaining_Response) GetEntries

func (*CCloudGaming_GetTimeRemaining_Response) ProtoMessage

func (*CCloudGaming_GetTimeRemaining_Response) ProtoReflect

func (*CCloudGaming_GetTimeRemaining_Response) Reset

func (*CCloudGaming_GetTimeRemaining_Response) String

type CCloudGaming_TimeRemaining

type CCloudGaming_TimeRemaining struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	MinutesRemaining *uint32 `protobuf:"varint,2,opt,name=minutes_remaining,json=minutesRemaining" json:"minutes_remaining,omitempty"`
	// contains filtered or unexported fields
}

func (*CCloudGaming_TimeRemaining) Descriptor deprecated

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

Deprecated: Use CCloudGaming_TimeRemaining.ProtoReflect.Descriptor instead.

func (*CCloudGaming_TimeRemaining) GetAppid

func (x *CCloudGaming_TimeRemaining) GetAppid() uint32

func (*CCloudGaming_TimeRemaining) GetMinutesRemaining

func (x *CCloudGaming_TimeRemaining) GetMinutesRemaining() uint32

func (*CCloudGaming_TimeRemaining) ProtoMessage

func (*CCloudGaming_TimeRemaining) ProtoMessage()

func (*CCloudGaming_TimeRemaining) ProtoReflect

func (*CCloudGaming_TimeRemaining) Reset

func (x *CCloudGaming_TimeRemaining) Reset()

func (*CCloudGaming_TimeRemaining) String

func (x *CCloudGaming_TimeRemaining) String() string

type CCommunity_ClanAnnouncementInfo

type CCommunity_ClanAnnouncementInfo struct {
	Gid            *uint64                 `protobuf:"varint,1,opt,name=gid" json:"gid,omitempty"`
	Clanid         *uint64                 `protobuf:"varint,2,opt,name=clanid" json:"clanid,omitempty"`
	Posterid       *uint64                 `protobuf:"varint,3,opt,name=posterid" json:"posterid,omitempty"`
	Headline       *string                 `protobuf:"bytes,4,opt,name=headline" json:"headline,omitempty"`
	Posttime       *uint32                 `protobuf:"varint,5,opt,name=posttime" json:"posttime,omitempty"`
	Updatetime     *uint32                 `protobuf:"varint,6,opt,name=updatetime" json:"updatetime,omitempty"`
	Body           *string                 `protobuf:"bytes,7,opt,name=body" json:"body,omitempty"`
	Commentcount   *int32                  `protobuf:"varint,8,opt,name=commentcount" json:"commentcount,omitempty"`
	Tags           []string                `protobuf:"bytes,9,rep,name=tags" json:"tags,omitempty"`
	Language       *int32                  `protobuf:"varint,10,opt,name=language" json:"language,omitempty"`
	Hidden         *bool                   `protobuf:"varint,11,opt,name=hidden" json:"hidden,omitempty"`
	ForumTopicId   *uint64                 `protobuf:"fixed64,12,opt,name=forum_topic_id,json=forumTopicId" json:"forum_topic_id,omitempty"`
	EventGid       *uint64                 `protobuf:"fixed64,13,opt,name=event_gid,json=eventGid" json:"event_gid,omitempty"`
	Voteupcount    *int32                  `protobuf:"varint,14,opt,name=voteupcount" json:"voteupcount,omitempty"`
	Votedowncount  *int32                  `protobuf:"varint,15,opt,name=votedowncount" json:"votedowncount,omitempty"`
	BanCheckResult *EBanContentCheckResult `` /* 134-byte string literal not displayed */
	Banned         *bool                   `protobuf:"varint,17,opt,name=banned" json:"banned,omitempty"`
	// contains filtered or unexported fields
}

func (*CCommunity_ClanAnnouncementInfo) Descriptor deprecated

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

Deprecated: Use CCommunity_ClanAnnouncementInfo.ProtoReflect.Descriptor instead.

func (*CCommunity_ClanAnnouncementInfo) GetBanCheckResult

func (*CCommunity_ClanAnnouncementInfo) GetBanned

func (x *CCommunity_ClanAnnouncementInfo) GetBanned() bool

func (*CCommunity_ClanAnnouncementInfo) GetBody

func (*CCommunity_ClanAnnouncementInfo) GetClanid

func (x *CCommunity_ClanAnnouncementInfo) GetClanid() uint64

func (*CCommunity_ClanAnnouncementInfo) GetCommentcount

func (x *CCommunity_ClanAnnouncementInfo) GetCommentcount() int32

func (*CCommunity_ClanAnnouncementInfo) GetEventGid

func (x *CCommunity_ClanAnnouncementInfo) GetEventGid() uint64

func (*CCommunity_ClanAnnouncementInfo) GetForumTopicId

func (x *CCommunity_ClanAnnouncementInfo) GetForumTopicId() uint64

func (*CCommunity_ClanAnnouncementInfo) GetGid

func (*CCommunity_ClanAnnouncementInfo) GetHeadline

func (x *CCommunity_ClanAnnouncementInfo) GetHeadline() string

func (*CCommunity_ClanAnnouncementInfo) GetHidden

func (x *CCommunity_ClanAnnouncementInfo) GetHidden() bool

func (*CCommunity_ClanAnnouncementInfo) GetLanguage

func (x *CCommunity_ClanAnnouncementInfo) GetLanguage() int32

func (*CCommunity_ClanAnnouncementInfo) GetPosterid

func (x *CCommunity_ClanAnnouncementInfo) GetPosterid() uint64

func (*CCommunity_ClanAnnouncementInfo) GetPosttime

func (x *CCommunity_ClanAnnouncementInfo) GetPosttime() uint32

func (*CCommunity_ClanAnnouncementInfo) GetTags

func (x *CCommunity_ClanAnnouncementInfo) GetTags() []string

func (*CCommunity_ClanAnnouncementInfo) GetUpdatetime

func (x *CCommunity_ClanAnnouncementInfo) GetUpdatetime() uint32

func (*CCommunity_ClanAnnouncementInfo) GetVotedowncount

func (x *CCommunity_ClanAnnouncementInfo) GetVotedowncount() int32

func (*CCommunity_ClanAnnouncementInfo) GetVoteupcount

func (x *CCommunity_ClanAnnouncementInfo) GetVoteupcount() int32

func (*CCommunity_ClanAnnouncementInfo) ProtoMessage

func (*CCommunity_ClanAnnouncementInfo) ProtoMessage()

func (*CCommunity_ClanAnnouncementInfo) ProtoReflect

func (*CCommunity_ClanAnnouncementInfo) Reset

func (*CCommunity_ClanAnnouncementInfo) String

type CCuratorPreferences

type CCuratorPreferences struct {
	SupportedLanguages   *uint32  `protobuf:"varint,1,opt,name=supported_languages,json=supportedLanguages" json:"supported_languages,omitempty"`
	PlatformWindows      *bool    `protobuf:"varint,2,opt,name=platform_windows,json=platformWindows" json:"platform_windows,omitempty"`
	PlatformMac          *bool    `protobuf:"varint,3,opt,name=platform_mac,json=platformMac" json:"platform_mac,omitempty"`
	PlatformLinux        *bool    `protobuf:"varint,4,opt,name=platform_linux,json=platformLinux" json:"platform_linux,omitempty"`
	VrContent            *bool    `protobuf:"varint,5,opt,name=vr_content,json=vrContent" json:"vr_content,omitempty"`
	AdultContentViolence *bool    `protobuf:"varint,6,opt,name=adult_content_violence,json=adultContentViolence" json:"adult_content_violence,omitempty"`
	AdultContentSex      *bool    `protobuf:"varint,7,opt,name=adult_content_sex,json=adultContentSex" json:"adult_content_sex,omitempty"`
	TimestampUpdated     *uint32  `protobuf:"varint,8,opt,name=timestamp_updated,json=timestampUpdated" json:"timestamp_updated,omitempty"`
	TagidsCurated        []uint32 `protobuf:"varint,9,rep,name=tagids_curated,json=tagidsCurated" json:"tagids_curated,omitempty"`
	TagidsFiltered       []uint32 `protobuf:"varint,10,rep,name=tagids_filtered,json=tagidsFiltered" json:"tagids_filtered,omitempty"`
	WebsiteTitle         *string  `protobuf:"bytes,11,opt,name=website_title,json=websiteTitle" json:"website_title,omitempty"`
	WebsiteUrl           *string  `protobuf:"bytes,12,opt,name=website_url,json=websiteUrl" json:"website_url,omitempty"`
	DiscussionUrl        *string  `protobuf:"bytes,13,opt,name=discussion_url,json=discussionUrl" json:"discussion_url,omitempty"`
	ShowBroadcast        *bool    `protobuf:"varint,14,opt,name=show_broadcast,json=showBroadcast" json:"show_broadcast,omitempty"`
	// contains filtered or unexported fields
}

func (*CCuratorPreferences) Descriptor deprecated

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

Deprecated: Use CCuratorPreferences.ProtoReflect.Descriptor instead.

func (*CCuratorPreferences) GetAdultContentSex

func (x *CCuratorPreferences) GetAdultContentSex() bool

func (*CCuratorPreferences) GetAdultContentViolence

func (x *CCuratorPreferences) GetAdultContentViolence() bool

func (*CCuratorPreferences) GetDiscussionUrl

func (x *CCuratorPreferences) GetDiscussionUrl() string

func (*CCuratorPreferences) GetPlatformLinux

func (x *CCuratorPreferences) GetPlatformLinux() bool

func (*CCuratorPreferences) GetPlatformMac

func (x *CCuratorPreferences) GetPlatformMac() bool

func (*CCuratorPreferences) GetPlatformWindows

func (x *CCuratorPreferences) GetPlatformWindows() bool

func (*CCuratorPreferences) GetShowBroadcast

func (x *CCuratorPreferences) GetShowBroadcast() bool

func (*CCuratorPreferences) GetSupportedLanguages

func (x *CCuratorPreferences) GetSupportedLanguages() uint32

func (*CCuratorPreferences) GetTagidsCurated

func (x *CCuratorPreferences) GetTagidsCurated() []uint32

func (*CCuratorPreferences) GetTagidsFiltered

func (x *CCuratorPreferences) GetTagidsFiltered() []uint32

func (*CCuratorPreferences) GetTimestampUpdated

func (x *CCuratorPreferences) GetTimestampUpdated() uint32

func (*CCuratorPreferences) GetVrContent

func (x *CCuratorPreferences) GetVrContent() bool

func (*CCuratorPreferences) GetWebsiteTitle

func (x *CCuratorPreferences) GetWebsiteTitle() string

func (*CCuratorPreferences) GetWebsiteUrl

func (x *CCuratorPreferences) GetWebsiteUrl() string

func (*CCuratorPreferences) ProtoMessage

func (*CCuratorPreferences) ProtoMessage()

func (*CCuratorPreferences) ProtoReflect

func (x *CCuratorPreferences) ProtoReflect() protoreflect.Message

func (*CCuratorPreferences) Reset

func (x *CCuratorPreferences) Reset()

func (*CCuratorPreferences) String

func (x *CCuratorPreferences) String() string

type CLocalizationToken

type CLocalizationToken struct {
	Language        *uint32 `protobuf:"varint,1,opt,name=language" json:"language,omitempty"`
	LocalizedString *string `protobuf:"bytes,2,opt,name=localized_string,json=localizedString" json:"localized_string,omitempty"`
	// contains filtered or unexported fields
}

func (*CLocalizationToken) Descriptor deprecated

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

Deprecated: Use CLocalizationToken.ProtoReflect.Descriptor instead.

func (*CLocalizationToken) GetLanguage

func (x *CLocalizationToken) GetLanguage() uint32

func (*CLocalizationToken) GetLocalizedString

func (x *CLocalizationToken) GetLocalizedString() string

func (*CLocalizationToken) ProtoMessage

func (*CLocalizationToken) ProtoMessage()

func (*CLocalizationToken) ProtoReflect

func (x *CLocalizationToken) ProtoReflect() protoreflect.Message

func (*CLocalizationToken) Reset

func (x *CLocalizationToken) Reset()

func (*CLocalizationToken) String

func (x *CLocalizationToken) String() string

type CMsgAppRights

type CMsgAppRights struct {
	EditInfo                 *bool `protobuf:"varint,1,opt,name=edit_info,json=editInfo" json:"edit_info,omitempty"`
	Publish                  *bool `protobuf:"varint,2,opt,name=publish" json:"publish,omitempty"`
	ViewErrorData            *bool `protobuf:"varint,3,opt,name=view_error_data,json=viewErrorData" json:"view_error_data,omitempty"`
	Download                 *bool `protobuf:"varint,4,opt,name=download" json:"download,omitempty"`
	UploadCdkeys             *bool `protobuf:"varint,5,opt,name=upload_cdkeys,json=uploadCdkeys" json:"upload_cdkeys,omitempty"`
	GenerateCdkeys           *bool `protobuf:"varint,6,opt,name=generate_cdkeys,json=generateCdkeys" json:"generate_cdkeys,omitempty"`
	ViewFinancials           *bool `protobuf:"varint,7,opt,name=view_financials,json=viewFinancials" json:"view_financials,omitempty"`
	ManageCeg                *bool `protobuf:"varint,8,opt,name=manage_ceg,json=manageCeg" json:"manage_ceg,omitempty"`
	ManageSigning            *bool `protobuf:"varint,9,opt,name=manage_signing,json=manageSigning" json:"manage_signing,omitempty"`
	ManageCdkeys             *bool `protobuf:"varint,10,opt,name=manage_cdkeys,json=manageCdkeys" json:"manage_cdkeys,omitempty"`
	EditMarketing            *bool `protobuf:"varint,11,opt,name=edit_marketing,json=editMarketing" json:"edit_marketing,omitempty"`
	EconomySupport           *bool `protobuf:"varint,12,opt,name=economy_support,json=economySupport" json:"economy_support,omitempty"`
	EconomySupportSupervisor *bool `` /* 130-byte string literal not displayed */
	ManagePricing            *bool `protobuf:"varint,14,opt,name=manage_pricing,json=managePricing" json:"manage_pricing,omitempty"`
	BroadcastLive            *bool `protobuf:"varint,15,opt,name=broadcast_live,json=broadcastLive" json:"broadcast_live,omitempty"`
	ViewMarketingTraffic     *bool `protobuf:"varint,16,opt,name=view_marketing_traffic,json=viewMarketingTraffic" json:"view_marketing_traffic,omitempty"`
	EditStoreDisplayContent  *bool `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CMsgAppRights) Descriptor deprecated

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

Deprecated: Use CMsgAppRights.ProtoReflect.Descriptor instead.

func (*CMsgAppRights) GetBroadcastLive

func (x *CMsgAppRights) GetBroadcastLive() bool

func (*CMsgAppRights) GetDownload

func (x *CMsgAppRights) GetDownload() bool

func (*CMsgAppRights) GetEconomySupport

func (x *CMsgAppRights) GetEconomySupport() bool

func (*CMsgAppRights) GetEconomySupportSupervisor

func (x *CMsgAppRights) GetEconomySupportSupervisor() bool

func (*CMsgAppRights) GetEditInfo

func (x *CMsgAppRights) GetEditInfo() bool

func (*CMsgAppRights) GetEditMarketing

func (x *CMsgAppRights) GetEditMarketing() bool

func (*CMsgAppRights) GetEditStoreDisplayContent

func (x *CMsgAppRights) GetEditStoreDisplayContent() bool

func (*CMsgAppRights) GetGenerateCdkeys

func (x *CMsgAppRights) GetGenerateCdkeys() bool

func (*CMsgAppRights) GetManageCdkeys

func (x *CMsgAppRights) GetManageCdkeys() bool

func (*CMsgAppRights) GetManageCeg

func (x *CMsgAppRights) GetManageCeg() bool

func (*CMsgAppRights) GetManagePricing

func (x *CMsgAppRights) GetManagePricing() bool

func (*CMsgAppRights) GetManageSigning

func (x *CMsgAppRights) GetManageSigning() bool

func (*CMsgAppRights) GetPublish

func (x *CMsgAppRights) GetPublish() bool

func (*CMsgAppRights) GetUploadCdkeys

func (x *CMsgAppRights) GetUploadCdkeys() bool

func (*CMsgAppRights) GetViewErrorData

func (x *CMsgAppRights) GetViewErrorData() bool

func (*CMsgAppRights) GetViewFinancials

func (x *CMsgAppRights) GetViewFinancials() bool

func (*CMsgAppRights) GetViewMarketingTraffic

func (x *CMsgAppRights) GetViewMarketingTraffic() bool

func (*CMsgAppRights) ProtoMessage

func (*CMsgAppRights) ProtoMessage()

func (*CMsgAppRights) ProtoReflect

func (x *CMsgAppRights) ProtoReflect() protoreflect.Message

func (*CMsgAppRights) Reset

func (x *CMsgAppRights) Reset()

func (*CMsgAppRights) String

func (x *CMsgAppRights) String() string

type CMsgAuthTicket

type CMsgAuthTicket struct {
	Estate       *uint32 `protobuf:"varint,1,opt,name=estate" json:"estate,omitempty"`
	Eresult      *uint32 `protobuf:"varint,2,opt,name=eresult,def=2" json:"eresult,omitempty"`
	Steamid      *uint64 `protobuf:"fixed64,3,opt,name=steamid" json:"steamid,omitempty"`
	Gameid       *uint64 `protobuf:"fixed64,4,opt,name=gameid" json:"gameid,omitempty"`
	HSteamPipe   *uint32 `protobuf:"varint,5,opt,name=h_steam_pipe,json=hSteamPipe" json:"h_steam_pipe,omitempty"`
	TicketCrc    *uint32 `protobuf:"varint,6,opt,name=ticket_crc,json=ticketCrc" json:"ticket_crc,omitempty"`
	Ticket       []byte  `protobuf:"bytes,7,opt,name=ticket" json:"ticket,omitempty"`
	ServerSecret []byte  `protobuf:"bytes,8,opt,name=server_secret,json=serverSecret" json:"server_secret,omitempty"`
	TicketType   *uint32 `protobuf:"varint,9,opt,name=ticket_type,json=ticketType" json:"ticket_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgAuthTicket) Descriptor deprecated

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

Deprecated: Use CMsgAuthTicket.ProtoReflect.Descriptor instead.

func (*CMsgAuthTicket) GetEresult

func (x *CMsgAuthTicket) GetEresult() uint32

func (*CMsgAuthTicket) GetEstate

func (x *CMsgAuthTicket) GetEstate() uint32

func (*CMsgAuthTicket) GetGameid

func (x *CMsgAuthTicket) GetGameid() uint64

func (*CMsgAuthTicket) GetHSteamPipe

func (x *CMsgAuthTicket) GetHSteamPipe() uint32

func (*CMsgAuthTicket) GetServerSecret

func (x *CMsgAuthTicket) GetServerSecret() []byte

func (*CMsgAuthTicket) GetSteamid

func (x *CMsgAuthTicket) GetSteamid() uint64

func (*CMsgAuthTicket) GetTicket

func (x *CMsgAuthTicket) GetTicket() []byte

func (*CMsgAuthTicket) GetTicketCrc

func (x *CMsgAuthTicket) GetTicketCrc() uint32

func (*CMsgAuthTicket) GetTicketType

func (x *CMsgAuthTicket) GetTicketType() uint32

func (*CMsgAuthTicket) ProtoMessage

func (*CMsgAuthTicket) ProtoMessage()

func (*CMsgAuthTicket) ProtoReflect

func (x *CMsgAuthTicket) ProtoReflect() protoreflect.Message

func (*CMsgAuthTicket) Reset

func (x *CMsgAuthTicket) Reset()

func (*CMsgAuthTicket) String

func (x *CMsgAuthTicket) String() string

type CMsgGCRoutingProtoBufHeader

type CMsgGCRoutingProtoBufHeader struct {
	DstGcidQueue  *uint64 `protobuf:"varint,1,opt,name=dst_gcid_queue,json=dstGcidQueue" json:"dst_gcid_queue,omitempty"`
	DstGcDirIndex *uint32 `protobuf:"varint,2,opt,name=dst_gc_dir_index,json=dstGcDirIndex" json:"dst_gc_dir_index,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgGCRoutingProtoBufHeader) Descriptor deprecated

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

Deprecated: Use CMsgGCRoutingProtoBufHeader.ProtoReflect.Descriptor instead.

func (*CMsgGCRoutingProtoBufHeader) GetDstGcDirIndex

func (x *CMsgGCRoutingProtoBufHeader) GetDstGcDirIndex() uint32

func (*CMsgGCRoutingProtoBufHeader) GetDstGcidQueue

func (x *CMsgGCRoutingProtoBufHeader) GetDstGcidQueue() uint64

func (*CMsgGCRoutingProtoBufHeader) ProtoMessage

func (*CMsgGCRoutingProtoBufHeader) ProtoMessage()

func (*CMsgGCRoutingProtoBufHeader) ProtoReflect

func (*CMsgGCRoutingProtoBufHeader) Reset

func (x *CMsgGCRoutingProtoBufHeader) Reset()

func (*CMsgGCRoutingProtoBufHeader) String

func (x *CMsgGCRoutingProtoBufHeader) String() string

type CMsgIPAddress

type CMsgIPAddress struct {

	// Types that are assignable to Ip:
	//
	//	*CMsgIPAddress_V4
	//	*CMsgIPAddress_V6
	Ip isCMsgIPAddress_Ip `protobuf_oneof:"ip"`
	// contains filtered or unexported fields
}

func (*CMsgIPAddress) Descriptor deprecated

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

Deprecated: Use CMsgIPAddress.ProtoReflect.Descriptor instead.

func (*CMsgIPAddress) GetIp

func (m *CMsgIPAddress) GetIp() isCMsgIPAddress_Ip

func (*CMsgIPAddress) GetV4

func (x *CMsgIPAddress) GetV4() uint32

func (*CMsgIPAddress) GetV6

func (x *CMsgIPAddress) GetV6() []byte

func (*CMsgIPAddress) ProtoMessage

func (*CMsgIPAddress) ProtoMessage()

func (*CMsgIPAddress) ProtoReflect

func (x *CMsgIPAddress) ProtoReflect() protoreflect.Message

func (*CMsgIPAddress) Reset

func (x *CMsgIPAddress) Reset()

func (*CMsgIPAddress) String

func (x *CMsgIPAddress) String() string

type CMsgIPAddressBucket

type CMsgIPAddressBucket struct {
	OriginalIpAddress *CMsgIPAddress `protobuf:"bytes,1,opt,name=original_ip_address,json=originalIpAddress" json:"original_ip_address,omitempty"`
	Bucket            *uint64        `protobuf:"fixed64,2,opt,name=bucket" json:"bucket,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgIPAddressBucket) Descriptor deprecated

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

Deprecated: Use CMsgIPAddressBucket.ProtoReflect.Descriptor instead.

func (*CMsgIPAddressBucket) GetBucket

func (x *CMsgIPAddressBucket) GetBucket() uint64

func (*CMsgIPAddressBucket) GetOriginalIpAddress

func (x *CMsgIPAddressBucket) GetOriginalIpAddress() *CMsgIPAddress

func (*CMsgIPAddressBucket) ProtoMessage

func (*CMsgIPAddressBucket) ProtoMessage()

func (*CMsgIPAddressBucket) ProtoReflect

func (x *CMsgIPAddressBucket) ProtoReflect() protoreflect.Message

func (*CMsgIPAddressBucket) Reset

func (x *CMsgIPAddressBucket) Reset()

func (*CMsgIPAddressBucket) String

func (x *CMsgIPAddressBucket) String() string

type CMsgIPAddress_V4

type CMsgIPAddress_V4 struct {
	V4 uint32 `protobuf:"fixed32,1,opt,name=v4,oneof"`
}

type CMsgIPAddress_V6

type CMsgIPAddress_V6 struct {
	V6 []byte `protobuf:"bytes,2,opt,name=v6,oneof"`
}

type CMsgKeyValuePair

type CMsgKeyValuePair struct {
	Name  *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgKeyValuePair) Descriptor deprecated

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

Deprecated: Use CMsgKeyValuePair.ProtoReflect.Descriptor instead.

func (*CMsgKeyValuePair) GetName

func (x *CMsgKeyValuePair) GetName() string

func (*CMsgKeyValuePair) GetValue

func (x *CMsgKeyValuePair) GetValue() string

func (*CMsgKeyValuePair) ProtoMessage

func (*CMsgKeyValuePair) ProtoMessage()

func (*CMsgKeyValuePair) ProtoReflect

func (x *CMsgKeyValuePair) ProtoReflect() protoreflect.Message

func (*CMsgKeyValuePair) Reset

func (x *CMsgKeyValuePair) Reset()

func (*CMsgKeyValuePair) String

func (x *CMsgKeyValuePair) String() string

type CMsgKeyValueSet

type CMsgKeyValueSet struct {
	Pairs []*CMsgKeyValuePair `protobuf:"bytes,1,rep,name=pairs" json:"pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgKeyValueSet) Descriptor deprecated

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

Deprecated: Use CMsgKeyValueSet.ProtoReflect.Descriptor instead.

func (*CMsgKeyValueSet) GetPairs

func (x *CMsgKeyValueSet) GetPairs() []*CMsgKeyValuePair

func (*CMsgKeyValueSet) ProtoMessage

func (*CMsgKeyValueSet) ProtoMessage()

func (*CMsgKeyValueSet) ProtoReflect

func (x *CMsgKeyValueSet) ProtoReflect() protoreflect.Message

func (*CMsgKeyValueSet) Reset

func (x *CMsgKeyValueSet) Reset()

func (*CMsgKeyValueSet) String

func (x *CMsgKeyValueSet) String() string

type CMsgMulti

type CMsgMulti struct {
	SizeUnzipped *uint32 `protobuf:"varint,1,opt,name=size_unzipped,json=sizeUnzipped" json:"size_unzipped,omitempty"`
	MessageBody  []byte  `protobuf:"bytes,2,opt,name=message_body,json=messageBody" json:"message_body,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgMulti) Descriptor deprecated

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

Deprecated: Use CMsgMulti.ProtoReflect.Descriptor instead.

func (*CMsgMulti) GetMessageBody

func (x *CMsgMulti) GetMessageBody() []byte

func (*CMsgMulti) GetSizeUnzipped

func (x *CMsgMulti) GetSizeUnzipped() uint32

func (*CMsgMulti) ProtoMessage

func (*CMsgMulti) ProtoMessage()

func (*CMsgMulti) ProtoReflect

func (x *CMsgMulti) ProtoReflect() protoreflect.Message

func (*CMsgMulti) Reset

func (x *CMsgMulti) Reset()

func (*CMsgMulti) String

func (x *CMsgMulti) String() string

type CMsgProtoBufHeader

type CMsgProtoBufHeader struct {
	Steamid                *uint64                                 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	ClientSessionid        *int32                                  `protobuf:"varint,2,opt,name=client_sessionid,json=clientSessionid" json:"client_sessionid,omitempty"`
	RoutingAppid           *uint32                                 `protobuf:"varint,3,opt,name=routing_appid,json=routingAppid" json:"routing_appid,omitempty"`
	JobidSource            *uint64                                 `protobuf:"fixed64,10,opt,name=jobid_source,json=jobidSource,def=18446744073709551615" json:"jobid_source,omitempty"`
	JobidTarget            *uint64                                 `protobuf:"fixed64,11,opt,name=jobid_target,json=jobidTarget,def=18446744073709551615" json:"jobid_target,omitempty"`
	TargetJobName          *string                                 `protobuf:"bytes,12,opt,name=target_job_name,json=targetJobName" json:"target_job_name,omitempty"`
	SeqNum                 *int32                                  `protobuf:"varint,24,opt,name=seq_num,json=seqNum" json:"seq_num,omitempty"`
	Eresult                *int32                                  `protobuf:"varint,13,opt,name=eresult,def=2" json:"eresult,omitempty"`
	ErrorMessage           *string                                 `protobuf:"bytes,14,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	AuthAccountFlags       *uint32                                 `protobuf:"varint,16,opt,name=auth_account_flags,json=authAccountFlags" json:"auth_account_flags,omitempty"`
	TokenSource            *uint32                                 `protobuf:"varint,22,opt,name=token_source,json=tokenSource" json:"token_source,omitempty"`
	AdminSpoofingUser      *bool                                   `protobuf:"varint,23,opt,name=admin_spoofing_user,json=adminSpoofingUser" json:"admin_spoofing_user,omitempty"`
	TransportError         *int32                                  `protobuf:"varint,17,opt,name=transport_error,json=transportError,def=1" json:"transport_error,omitempty"`
	Messageid              *uint64                                 `protobuf:"varint,18,opt,name=messageid,def=18446744073709551615" json:"messageid,omitempty"`
	PublisherGroupId       *uint32                                 `protobuf:"varint,19,opt,name=publisher_group_id,json=publisherGroupId" json:"publisher_group_id,omitempty"`
	Sysid                  *uint32                                 `protobuf:"varint,20,opt,name=sysid" json:"sysid,omitempty"`
	TraceTag               *uint64                                 `protobuf:"varint,21,opt,name=trace_tag,json=traceTag" json:"trace_tag,omitempty"`
	WebapiKeyId            *uint32                                 `protobuf:"varint,25,opt,name=webapi_key_id,json=webapiKeyId" json:"webapi_key_id,omitempty"`
	IsFromExternalSource   *bool                                   `protobuf:"varint,26,opt,name=is_from_external_source,json=isFromExternalSource" json:"is_from_external_source,omitempty"`
	ForwardToSysid         []uint32                                `protobuf:"varint,27,rep,name=forward_to_sysid,json=forwardToSysid" json:"forward_to_sysid,omitempty"`
	CmSysid                *uint32                                 `protobuf:"varint,28,opt,name=cm_sysid,json=cmSysid" json:"cm_sysid,omitempty"`
	LauncherType           *uint32                                 `protobuf:"varint,31,opt,name=launcher_type,json=launcherType,def=0" json:"launcher_type,omitempty"`
	Realm                  *uint32                                 `protobuf:"varint,32,opt,name=realm,def=0" json:"realm,omitempty"`
	TimeoutMs              *int32                                  `protobuf:"varint,33,opt,name=timeout_ms,json=timeoutMs,def=-1" json:"timeout_ms,omitempty"`
	DebugSource            *string                                 `protobuf:"bytes,34,opt,name=debug_source,json=debugSource" json:"debug_source,omitempty"`
	DebugSourceStringIndex *uint32                                 `` /* 126-byte string literal not displayed */
	TokenId                *uint64                                 `protobuf:"varint,36,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
	RoutingGc              *CMsgGCRoutingProtoBufHeader            `protobuf:"bytes,37,opt,name=routing_gc,json=routingGc" json:"routing_gc,omitempty"`
	SessionDisposition     *CMsgProtoBufHeader_ESessionDisposition `` /* 160-byte string literal not displayed */
	WgToken                *string                                 `protobuf:"bytes,39,opt,name=wg_token,json=wgToken" json:"wg_token,omitempty"`
	WebuiAuthKey           *string                                 `protobuf:"bytes,40,opt,name=webui_auth_key,json=webuiAuthKey" json:"webui_auth_key,omitempty"`
	// Types that are assignable to IpAddr:
	//
	//	*CMsgProtoBufHeader_Ip
	//	*CMsgProtoBufHeader_IpV6
	IpAddr isCMsgProtoBufHeader_IpAddr `protobuf_oneof:"ip_addr"`
	// contains filtered or unexported fields
}

func (*CMsgProtoBufHeader) Descriptor deprecated

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

Deprecated: Use CMsgProtoBufHeader.ProtoReflect.Descriptor instead.

func (*CMsgProtoBufHeader) GetAdminSpoofingUser

func (x *CMsgProtoBufHeader) GetAdminSpoofingUser() bool

func (*CMsgProtoBufHeader) GetAuthAccountFlags

func (x *CMsgProtoBufHeader) GetAuthAccountFlags() uint32

func (*CMsgProtoBufHeader) GetClientSessionid

func (x *CMsgProtoBufHeader) GetClientSessionid() int32

func (*CMsgProtoBufHeader) GetCmSysid

func (x *CMsgProtoBufHeader) GetCmSysid() uint32

func (*CMsgProtoBufHeader) GetDebugSource

func (x *CMsgProtoBufHeader) GetDebugSource() string

func (*CMsgProtoBufHeader) GetDebugSourceStringIndex

func (x *CMsgProtoBufHeader) GetDebugSourceStringIndex() uint32

func (*CMsgProtoBufHeader) GetEresult

func (x *CMsgProtoBufHeader) GetEresult() int32

func (*CMsgProtoBufHeader) GetErrorMessage

func (x *CMsgProtoBufHeader) GetErrorMessage() string

func (*CMsgProtoBufHeader) GetForwardToSysid

func (x *CMsgProtoBufHeader) GetForwardToSysid() []uint32

func (*CMsgProtoBufHeader) GetIp

func (x *CMsgProtoBufHeader) GetIp() uint32

func (*CMsgProtoBufHeader) GetIpAddr

func (m *CMsgProtoBufHeader) GetIpAddr() isCMsgProtoBufHeader_IpAddr

func (*CMsgProtoBufHeader) GetIpV6

func (x *CMsgProtoBufHeader) GetIpV6() []byte

func (*CMsgProtoBufHeader) GetIsFromExternalSource

func (x *CMsgProtoBufHeader) GetIsFromExternalSource() bool

func (*CMsgProtoBufHeader) GetJobidSource

func (x *CMsgProtoBufHeader) GetJobidSource() uint64

func (*CMsgProtoBufHeader) GetJobidTarget

func (x *CMsgProtoBufHeader) GetJobidTarget() uint64

func (*CMsgProtoBufHeader) GetLauncherType

func (x *CMsgProtoBufHeader) GetLauncherType() uint32

func (*CMsgProtoBufHeader) GetMessageid

func (x *CMsgProtoBufHeader) GetMessageid() uint64

func (*CMsgProtoBufHeader) GetPublisherGroupId

func (x *CMsgProtoBufHeader) GetPublisherGroupId() uint32

func (*CMsgProtoBufHeader) GetRealm

func (x *CMsgProtoBufHeader) GetRealm() uint32

func (*CMsgProtoBufHeader) GetRoutingAppid

func (x *CMsgProtoBufHeader) GetRoutingAppid() uint32

func (*CMsgProtoBufHeader) GetRoutingGc

func (*CMsgProtoBufHeader) GetSeqNum

func (x *CMsgProtoBufHeader) GetSeqNum() int32

func (*CMsgProtoBufHeader) GetSessionDisposition

func (*CMsgProtoBufHeader) GetSteamid

func (x *CMsgProtoBufHeader) GetSteamid() uint64

func (*CMsgProtoBufHeader) GetSysid

func (x *CMsgProtoBufHeader) GetSysid() uint32

func (*CMsgProtoBufHeader) GetTargetJobName

func (x *CMsgProtoBufHeader) GetTargetJobName() string

func (*CMsgProtoBufHeader) GetTimeoutMs

func (x *CMsgProtoBufHeader) GetTimeoutMs() int32

func (*CMsgProtoBufHeader) GetTokenId

func (x *CMsgProtoBufHeader) GetTokenId() uint64

func (*CMsgProtoBufHeader) GetTokenSource

func (x *CMsgProtoBufHeader) GetTokenSource() uint32

func (*CMsgProtoBufHeader) GetTraceTag

func (x *CMsgProtoBufHeader) GetTraceTag() uint64

func (*CMsgProtoBufHeader) GetTransportError

func (x *CMsgProtoBufHeader) GetTransportError() int32

func (*CMsgProtoBufHeader) GetWebapiKeyId

func (x *CMsgProtoBufHeader) GetWebapiKeyId() uint32

func (*CMsgProtoBufHeader) GetWebuiAuthKey

func (x *CMsgProtoBufHeader) GetWebuiAuthKey() string

func (*CMsgProtoBufHeader) GetWgToken

func (x *CMsgProtoBufHeader) GetWgToken() string

func (*CMsgProtoBufHeader) ProtoMessage

func (*CMsgProtoBufHeader) ProtoMessage()

func (*CMsgProtoBufHeader) ProtoReflect

func (x *CMsgProtoBufHeader) ProtoReflect() protoreflect.Message

func (*CMsgProtoBufHeader) Reset

func (x *CMsgProtoBufHeader) Reset()

func (*CMsgProtoBufHeader) String

func (x *CMsgProtoBufHeader) String() string

type CMsgProtoBufHeader_ESessionDisposition

type CMsgProtoBufHeader_ESessionDisposition int32
const (
	CMsgProtoBufHeader_k_ESessionDispositionNormal     CMsgProtoBufHeader_ESessionDisposition = 0
	CMsgProtoBufHeader_k_ESessionDispositionDisconnect CMsgProtoBufHeader_ESessionDisposition = 1
)

func (CMsgProtoBufHeader_ESessionDisposition) Descriptor

func (CMsgProtoBufHeader_ESessionDisposition) Enum

func (CMsgProtoBufHeader_ESessionDisposition) EnumDescriptor deprecated

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

Deprecated: Use CMsgProtoBufHeader_ESessionDisposition.Descriptor instead.

func (CMsgProtoBufHeader_ESessionDisposition) Number

func (CMsgProtoBufHeader_ESessionDisposition) String

func (CMsgProtoBufHeader_ESessionDisposition) Type

func (*CMsgProtoBufHeader_ESessionDisposition) UnmarshalJSON deprecated

func (x *CMsgProtoBufHeader_ESessionDisposition) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CMsgProtoBufHeader_Ip

type CMsgProtoBufHeader_Ip struct {
	Ip uint32 `protobuf:"varint,15,opt,name=ip,oneof"`
}

type CMsgProtoBufHeader_IpV6

type CMsgProtoBufHeader_IpV6 struct {
	IpV6 []byte `protobuf:"bytes,29,opt,name=ip_v6,json=ipV6,oneof"`
}

type CMsgProtobufWrapped

type CMsgProtobufWrapped struct {
	MessageBody []byte `protobuf:"bytes,1,opt,name=message_body,json=messageBody" json:"message_body,omitempty"`
	// contains filtered or unexported fields
}

func (*CMsgProtobufWrapped) Descriptor deprecated

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

Deprecated: Use CMsgProtobufWrapped.ProtoReflect.Descriptor instead.

func (*CMsgProtobufWrapped) GetMessageBody

func (x *CMsgProtobufWrapped) GetMessageBody() []byte

func (*CMsgProtobufWrapped) ProtoMessage

func (*CMsgProtobufWrapped) ProtoMessage()

func (*CMsgProtobufWrapped) ProtoReflect

func (x *CMsgProtobufWrapped) ProtoReflect() protoreflect.Message

func (*CMsgProtobufWrapped) Reset

func (x *CMsgProtobufWrapped) Reset()

func (*CMsgProtobufWrapped) String

func (x *CMsgProtobufWrapped) String() string

type CPackageReservationStatus

type CPackageReservationStatus struct {
	Packageid              *uint32 `protobuf:"varint,1,opt,name=packageid" json:"packageid,omitempty"`
	ReservationState       *int32  `protobuf:"varint,2,opt,name=reservation_state,json=reservationState" json:"reservation_state,omitempty"`
	QueuePosition          *int32  `protobuf:"varint,3,opt,name=queue_position,json=queuePosition" json:"queue_position,omitempty"`
	TotalQueueSize         *int32  `protobuf:"varint,4,opt,name=total_queue_size,json=totalQueueSize" json:"total_queue_size,omitempty"`
	ReservationCountryCode *string `protobuf:"bytes,5,opt,name=reservation_country_code,json=reservationCountryCode" json:"reservation_country_code,omitempty"`
	Expired                *bool   `protobuf:"varint,6,opt,name=expired" json:"expired,omitempty"`
	TimeExpires            *uint32 `protobuf:"varint,7,opt,name=time_expires,json=timeExpires" json:"time_expires,omitempty"`
	TimeReserved           *uint32 `protobuf:"varint,8,opt,name=time_reserved,json=timeReserved" json:"time_reserved,omitempty"`
	// contains filtered or unexported fields
}

func (*CPackageReservationStatus) Descriptor deprecated

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

Deprecated: Use CPackageReservationStatus.ProtoReflect.Descriptor instead.

func (*CPackageReservationStatus) GetExpired

func (x *CPackageReservationStatus) GetExpired() bool

func (*CPackageReservationStatus) GetPackageid

func (x *CPackageReservationStatus) GetPackageid() uint32

func (*CPackageReservationStatus) GetQueuePosition

func (x *CPackageReservationStatus) GetQueuePosition() int32

func (*CPackageReservationStatus) GetReservationCountryCode

func (x *CPackageReservationStatus) GetReservationCountryCode() string

func (*CPackageReservationStatus) GetReservationState

func (x *CPackageReservationStatus) GetReservationState() int32

func (*CPackageReservationStatus) GetTimeExpires

func (x *CPackageReservationStatus) GetTimeExpires() uint32

func (*CPackageReservationStatus) GetTimeReserved

func (x *CPackageReservationStatus) GetTimeReserved() uint32

func (*CPackageReservationStatus) GetTotalQueueSize

func (x *CPackageReservationStatus) GetTotalQueueSize() int32

func (*CPackageReservationStatus) ProtoMessage

func (*CPackageReservationStatus) ProtoMessage()

func (*CPackageReservationStatus) ProtoReflect

func (*CPackageReservationStatus) Reset

func (x *CPackageReservationStatus) Reset()

func (*CPackageReservationStatus) String

func (x *CPackageReservationStatus) String() string

type CSupportRefreshTokenAudit

type CSupportRefreshTokenAudit struct {
	Action *int32         `protobuf:"varint,1,opt,name=action" json:"action,omitempty"`
	Time   *uint32        `protobuf:"varint,2,opt,name=time" json:"time,omitempty"`
	Ip     *CMsgIPAddress `protobuf:"bytes,3,opt,name=ip" json:"ip,omitempty"`
	Actor  *uint64        `protobuf:"fixed64,4,opt,name=actor" json:"actor,omitempty"`
	// contains filtered or unexported fields
}

func (*CSupportRefreshTokenAudit) Descriptor deprecated

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

Deprecated: Use CSupportRefreshTokenAudit.ProtoReflect.Descriptor instead.

func (*CSupportRefreshTokenAudit) GetAction

func (x *CSupportRefreshTokenAudit) GetAction() int32

func (*CSupportRefreshTokenAudit) GetActor

func (x *CSupportRefreshTokenAudit) GetActor() uint64

func (*CSupportRefreshTokenAudit) GetIp

func (*CSupportRefreshTokenAudit) GetTime

func (x *CSupportRefreshTokenAudit) GetTime() uint32

func (*CSupportRefreshTokenAudit) ProtoMessage

func (*CSupportRefreshTokenAudit) ProtoMessage()

func (*CSupportRefreshTokenAudit) ProtoReflect

func (*CSupportRefreshTokenAudit) Reset

func (x *CSupportRefreshTokenAudit) Reset()

func (*CSupportRefreshTokenAudit) String

func (x *CSupportRefreshTokenAudit) String() string

type CSupportRefreshTokenDescription

type CSupportRefreshTokenDescription struct {
	TokenId          *uint64                                          `protobuf:"fixed64,1,opt,name=token_id,json=tokenId" json:"token_id,omitempty"`
	TokenDescription *string                                          `protobuf:"bytes,2,opt,name=token_description,json=tokenDescription" json:"token_description,omitempty"`
	TimeUpdated      *uint32                                          `protobuf:"varint,3,opt,name=time_updated,json=timeUpdated" json:"time_updated,omitempty"`
	PlatformType     *EAuthTokenPlatformType                          `protobuf:"varint,4,opt,name=platform_type,json=platformType,enum=EAuthTokenPlatformType,def=0" json:"platform_type,omitempty"`
	TokenState       *EAuthTokenState                                 `protobuf:"varint,5,opt,name=token_state,json=tokenState,enum=EAuthTokenState,def=0" json:"token_state,omitempty"`
	OwnerSteamid     *uint64                                          `protobuf:"fixed64,6,opt,name=owner_steamid,json=ownerSteamid" json:"owner_steamid,omitempty"`
	OsPlatform       *uint32                                          `protobuf:"varint,7,opt,name=os_platform,json=osPlatform" json:"os_platform,omitempty"`
	OsType           *int32                                           `protobuf:"varint,8,opt,name=os_type,json=osType" json:"os_type,omitempty"`
	AuthType         *uint32                                          `protobuf:"varint,9,opt,name=auth_type,json=authType" json:"auth_type,omitempty"`
	GamingDeviceType *uint32                                          `protobuf:"varint,10,opt,name=gaming_device_type,json=gamingDeviceType" json:"gaming_device_type,omitempty"`
	FirstSeen        *CSupportRefreshTokenDescription_TokenUsageEvent `protobuf:"bytes,11,opt,name=first_seen,json=firstSeen" json:"first_seen,omitempty"`
	LastSeen         *CSupportRefreshTokenDescription_TokenUsageEvent `protobuf:"bytes,12,opt,name=last_seen,json=lastSeen" json:"last_seen,omitempty"`
	// contains filtered or unexported fields
}

func (*CSupportRefreshTokenDescription) Descriptor deprecated

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

Deprecated: Use CSupportRefreshTokenDescription.ProtoReflect.Descriptor instead.

func (*CSupportRefreshTokenDescription) GetAuthType

func (x *CSupportRefreshTokenDescription) GetAuthType() uint32

func (*CSupportRefreshTokenDescription) GetFirstSeen

func (*CSupportRefreshTokenDescription) GetGamingDeviceType

func (x *CSupportRefreshTokenDescription) GetGamingDeviceType() uint32

func (*CSupportRefreshTokenDescription) GetLastSeen

func (*CSupportRefreshTokenDescription) GetOsPlatform

func (x *CSupportRefreshTokenDescription) GetOsPlatform() uint32

func (*CSupportRefreshTokenDescription) GetOsType

func (x *CSupportRefreshTokenDescription) GetOsType() int32

func (*CSupportRefreshTokenDescription) GetOwnerSteamid

func (x *CSupportRefreshTokenDescription) GetOwnerSteamid() uint64

func (*CSupportRefreshTokenDescription) GetPlatformType

func (*CSupportRefreshTokenDescription) GetTimeUpdated

func (x *CSupportRefreshTokenDescription) GetTimeUpdated() uint32

func (*CSupportRefreshTokenDescription) GetTokenDescription

func (x *CSupportRefreshTokenDescription) GetTokenDescription() string

func (*CSupportRefreshTokenDescription) GetTokenId

func (x *CSupportRefreshTokenDescription) GetTokenId() uint64

func (*CSupportRefreshTokenDescription) GetTokenState

func (*CSupportRefreshTokenDescription) ProtoMessage

func (*CSupportRefreshTokenDescription) ProtoMessage()

func (*CSupportRefreshTokenDescription) ProtoReflect

func (*CSupportRefreshTokenDescription) Reset

func (*CSupportRefreshTokenDescription) String

type CSupportRefreshTokenDescription_TokenUsageEvent

type CSupportRefreshTokenDescription_TokenUsageEvent struct {
	Time    *uint32        `protobuf:"varint,1,opt,name=time" json:"time,omitempty"`
	Ip      *CMsgIPAddress `protobuf:"bytes,2,opt,name=ip" json:"ip,omitempty"`
	Country *string        `protobuf:"bytes,3,opt,name=country" json:"country,omitempty"`
	State   *string        `protobuf:"bytes,4,opt,name=state" json:"state,omitempty"`
	City    *string        `protobuf:"bytes,5,opt,name=city" json:"city,omitempty"`
	// contains filtered or unexported fields
}

func (*CSupportRefreshTokenDescription_TokenUsageEvent) Descriptor deprecated

Deprecated: Use CSupportRefreshTokenDescription_TokenUsageEvent.ProtoReflect.Descriptor instead.

func (*CSupportRefreshTokenDescription_TokenUsageEvent) GetCity

func (*CSupportRefreshTokenDescription_TokenUsageEvent) GetCountry

func (*CSupportRefreshTokenDescription_TokenUsageEvent) GetIp

func (*CSupportRefreshTokenDescription_TokenUsageEvent) GetState

func (*CSupportRefreshTokenDescription_TokenUsageEvent) GetTime

func (*CSupportRefreshTokenDescription_TokenUsageEvent) ProtoMessage

func (*CSupportRefreshTokenDescription_TokenUsageEvent) ProtoReflect

func (*CSupportRefreshTokenDescription_TokenUsageEvent) Reset

func (*CSupportRefreshTokenDescription_TokenUsageEvent) String

type EACState

type EACState int32
const (
	EACState_k_EACState_Unknown       EACState = 0
	EACState_k_EACState_Disconnected  EACState = 1
	EACState_k_EACState_Connected     EACState = 2
	EACState_k_EACState_ConnectedSlow EACState = 3
)

func (EACState) Descriptor

func (EACState) Descriptor() protoreflect.EnumDescriptor

func (EACState) Enum

func (x EACState) Enum() *EACState

func (EACState) EnumDescriptor deprecated

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

Deprecated: Use EACState.Descriptor instead.

func (EACState) Number

func (x EACState) Number() protoreflect.EnumNumber

func (EACState) String

func (x EACState) String() string

func (EACState) Type

func (*EACState) UnmarshalJSON deprecated

func (x *EACState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EAuthSessionGuardType

type EAuthSessionGuardType int32
const (
	EAuthSessionGuardType_k_EAuthSessionGuardType_Unknown            EAuthSessionGuardType = 0
	EAuthSessionGuardType_k_EAuthSessionGuardType_None               EAuthSessionGuardType = 1
	EAuthSessionGuardType_k_EAuthSessionGuardType_EmailCode          EAuthSessionGuardType = 2
	EAuthSessionGuardType_k_EAuthSessionGuardType_DeviceCode         EAuthSessionGuardType = 3
	EAuthSessionGuardType_k_EAuthSessionGuardType_DeviceConfirmation EAuthSessionGuardType = 4
	EAuthSessionGuardType_k_EAuthSessionGuardType_EmailConfirmation  EAuthSessionGuardType = 5
	EAuthSessionGuardType_k_EAuthSessionGuardType_MachineToken       EAuthSessionGuardType = 6
	EAuthSessionGuardType_k_EAuthSessionGuardType_LegacyMachineAuth  EAuthSessionGuardType = 7
)

func (EAuthSessionGuardType) Descriptor

func (EAuthSessionGuardType) Enum

func (EAuthSessionGuardType) EnumDescriptor deprecated

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

Deprecated: Use EAuthSessionGuardType.Descriptor instead.

func (EAuthSessionGuardType) Number

func (EAuthSessionGuardType) String

func (x EAuthSessionGuardType) String() string

func (EAuthSessionGuardType) Type

func (*EAuthSessionGuardType) UnmarshalJSON deprecated

func (x *EAuthSessionGuardType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EAuthSessionSecurityHistory

type EAuthSessionSecurityHistory int32
const (
	EAuthSessionSecurityHistory_k_EAuthSessionSecurityHistory_Invalid        EAuthSessionSecurityHistory = 0
	EAuthSessionSecurityHistory_k_EAuthSessionSecurityHistory_UsedPreviously EAuthSessionSecurityHistory = 1
	EAuthSessionSecurityHistory_k_EAuthSessionSecurityHistory_NoPriorHistory EAuthSessionSecurityHistory = 2
)

func (EAuthSessionSecurityHistory) Descriptor

func (EAuthSessionSecurityHistory) Enum

func (EAuthSessionSecurityHistory) EnumDescriptor deprecated

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

Deprecated: Use EAuthSessionSecurityHistory.Descriptor instead.

func (EAuthSessionSecurityHistory) Number

func (EAuthSessionSecurityHistory) String

func (EAuthSessionSecurityHistory) Type

func (*EAuthSessionSecurityHistory) UnmarshalJSON deprecated

func (x *EAuthSessionSecurityHistory) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EAuthTokenPlatformType

type EAuthTokenPlatformType int32
const (
	EAuthTokenPlatformType_k_EAuthTokenPlatformType_Unknown     EAuthTokenPlatformType = 0
	EAuthTokenPlatformType_k_EAuthTokenPlatformType_SteamClient EAuthTokenPlatformType = 1
	EAuthTokenPlatformType_k_EAuthTokenPlatformType_WebBrowser  EAuthTokenPlatformType = 2
	EAuthTokenPlatformType_k_EAuthTokenPlatformType_MobileApp   EAuthTokenPlatformType = 3
)

func (EAuthTokenPlatformType) Descriptor

func (EAuthTokenPlatformType) Enum

func (EAuthTokenPlatformType) EnumDescriptor deprecated

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

Deprecated: Use EAuthTokenPlatformType.Descriptor instead.

func (EAuthTokenPlatformType) Number

func (EAuthTokenPlatformType) String

func (x EAuthTokenPlatformType) String() string

func (EAuthTokenPlatformType) Type

func (*EAuthTokenPlatformType) UnmarshalJSON deprecated

func (x *EAuthTokenPlatformType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EAuthTokenRevokeAction

type EAuthTokenRevokeAction int32
const (
	EAuthTokenRevokeAction_k_EAuthTokenRevokeLogout                 EAuthTokenRevokeAction = 0
	EAuthTokenRevokeAction_k_EAuthTokenRevokePermanent              EAuthTokenRevokeAction = 1
	EAuthTokenRevokeAction_k_EAuthTokenRevokeReplaced               EAuthTokenRevokeAction = 2
	EAuthTokenRevokeAction_k_EAuthTokenRevokeSupport                EAuthTokenRevokeAction = 3
	EAuthTokenRevokeAction_k_EAuthTokenRevokeConsume                EAuthTokenRevokeAction = 4
	EAuthTokenRevokeAction_k_EAuthTokenRevokeNonRememberedLogout    EAuthTokenRevokeAction = 5
	EAuthTokenRevokeAction_k_EAuthTokenRevokeNonRememberedPermanent EAuthTokenRevokeAction = 6
	EAuthTokenRevokeAction_k_EAuthTokenRevokeAutomatic              EAuthTokenRevokeAction = 7
)

func (EAuthTokenRevokeAction) Descriptor

func (EAuthTokenRevokeAction) Enum

func (EAuthTokenRevokeAction) EnumDescriptor deprecated

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

Deprecated: Use EAuthTokenRevokeAction.Descriptor instead.

func (EAuthTokenRevokeAction) Number

func (EAuthTokenRevokeAction) String

func (x EAuthTokenRevokeAction) String() string

func (EAuthTokenRevokeAction) Type

func (*EAuthTokenRevokeAction) UnmarshalJSON deprecated

func (x *EAuthTokenRevokeAction) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EAuthTokenState

type EAuthTokenState int32
const (
	EAuthTokenState_k_EAuthTokenState_Invalid   EAuthTokenState = 0
	EAuthTokenState_k_EAuthTokenState_New       EAuthTokenState = 1
	EAuthTokenState_k_EAuthTokenState_Confirmed EAuthTokenState = 2
	EAuthTokenState_k_EAuthTokenState_Issued    EAuthTokenState = 3
	EAuthTokenState_k_EAuthTokenState_Denied    EAuthTokenState = 4
	EAuthTokenState_k_EAuthTokenState_LoggedOut EAuthTokenState = 5
	EAuthTokenState_k_EAuthTokenState_Consumed  EAuthTokenState = 6
	EAuthTokenState_k_EAuthTokenState_Revoked   EAuthTokenState = 99
)

func (EAuthTokenState) Descriptor

func (EAuthTokenState) Enum

func (x EAuthTokenState) Enum() *EAuthTokenState

func (EAuthTokenState) EnumDescriptor deprecated

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

Deprecated: Use EAuthTokenState.Descriptor instead.

func (EAuthTokenState) Number

func (EAuthTokenState) String

func (x EAuthTokenState) String() string

func (EAuthTokenState) Type

func (*EAuthTokenState) UnmarshalJSON deprecated

func (x *EAuthTokenState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EBanContentCheckResult

type EBanContentCheckResult int32
const (
	EBanContentCheckResult_k_EBanContentCheckResult_NotScanned    EBanContentCheckResult = 0
	EBanContentCheckResult_k_EBanContentCheckResult_Reset         EBanContentCheckResult = 1
	EBanContentCheckResult_k_EBanContentCheckResult_NeedsChecking EBanContentCheckResult = 2
	EBanContentCheckResult_k_EBanContentCheckResult_VeryUnlikely  EBanContentCheckResult = 5
	EBanContentCheckResult_k_EBanContentCheckResult_Unlikely      EBanContentCheckResult = 30
	EBanContentCheckResult_k_EBanContentCheckResult_Possible      EBanContentCheckResult = 50
	EBanContentCheckResult_k_EBanContentCheckResult_Likely        EBanContentCheckResult = 75
	EBanContentCheckResult_k_EBanContentCheckResult_VeryLikely    EBanContentCheckResult = 100
)

func (EBanContentCheckResult) Descriptor

func (EBanContentCheckResult) Enum

func (EBanContentCheckResult) EnumDescriptor deprecated

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

Deprecated: Use EBanContentCheckResult.Descriptor instead.

func (EBanContentCheckResult) Number

func (EBanContentCheckResult) String

func (x EBanContentCheckResult) String() string

func (EBanContentCheckResult) Type

func (*EBanContentCheckResult) UnmarshalJSON deprecated

func (x *EBanContentCheckResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EBatteryState

type EBatteryState int32
const (
	EBatteryState_k_EBatteryState_Unknown     EBatteryState = 0
	EBatteryState_k_EBatteryState_Discharging EBatteryState = 1
	EBatteryState_k_EBatteryState_Charging    EBatteryState = 2
	EBatteryState_k_EBatteryState_Full        EBatteryState = 3
)

func (EBatteryState) Descriptor

func (EBatteryState) Enum

func (x EBatteryState) Enum() *EBatteryState

func (EBatteryState) EnumDescriptor deprecated

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

Deprecated: Use EBatteryState.Descriptor instead.

func (EBatteryState) Number

func (EBatteryState) String

func (x EBatteryState) String() string

func (EBatteryState) Type

func (*EBatteryState) UnmarshalJSON deprecated

func (x *EBatteryState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EBluetoothDeviceType

type EBluetoothDeviceType int32
const (
	EBluetoothDeviceType_k_BluetoothDeviceType_Invalid    EBluetoothDeviceType = 0
	EBluetoothDeviceType_k_BluetoothDeviceType_Unknown    EBluetoothDeviceType = 1
	EBluetoothDeviceType_k_BluetoothDeviceType_Phone      EBluetoothDeviceType = 2
	EBluetoothDeviceType_k_BluetoothDeviceType_Computer   EBluetoothDeviceType = 3
	EBluetoothDeviceType_k_BluetoothDeviceType_Headset    EBluetoothDeviceType = 4
	EBluetoothDeviceType_k_BluetoothDeviceType_Headphones EBluetoothDeviceType = 5
	EBluetoothDeviceType_k_BluetoothDeviceType_Speakers   EBluetoothDeviceType = 6
	EBluetoothDeviceType_k_BluetoothDeviceType_OtherAudio EBluetoothDeviceType = 7
	EBluetoothDeviceType_k_BluetoothDeviceType_Mouse      EBluetoothDeviceType = 8
	EBluetoothDeviceType_k_BluetoothDeviceType_Joystick   EBluetoothDeviceType = 9
	EBluetoothDeviceType_k_BluetoothDeviceType_Gamepad    EBluetoothDeviceType = 10
	EBluetoothDeviceType_k_BluetoothDeviceType_Keyboard   EBluetoothDeviceType = 11
)

func (EBluetoothDeviceType) Descriptor

func (EBluetoothDeviceType) Enum

func (EBluetoothDeviceType) EnumDescriptor deprecated

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

Deprecated: Use EBluetoothDeviceType.Descriptor instead.

func (EBluetoothDeviceType) Number

func (EBluetoothDeviceType) String

func (x EBluetoothDeviceType) String() string

func (EBluetoothDeviceType) Type

func (*EBluetoothDeviceType) UnmarshalJSON deprecated

func (x *EBluetoothDeviceType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EBroadcastEncoderSetting

type EBroadcastEncoderSetting int32
const (
	EBroadcastEncoderSetting_k_EBroadcastEncoderBestQuality     EBroadcastEncoderSetting = 0
	EBroadcastEncoderSetting_k_EBroadcastEncoderBestPerformance EBroadcastEncoderSetting = 1
)

func (EBroadcastEncoderSetting) Descriptor

func (EBroadcastEncoderSetting) Enum

func (EBroadcastEncoderSetting) EnumDescriptor deprecated

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

Deprecated: Use EBroadcastEncoderSetting.Descriptor instead.

func (EBroadcastEncoderSetting) Number

func (EBroadcastEncoderSetting) String

func (x EBroadcastEncoderSetting) String() string

func (EBroadcastEncoderSetting) Type

func (*EBroadcastEncoderSetting) UnmarshalJSON deprecated

func (x *EBroadcastEncoderSetting) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EBroadcastPermission

type EBroadcastPermission int32
const (
	EBroadcastPermission_k_EBroadcastPermissionDisabled       EBroadcastPermission = 0
	EBroadcastPermission_k_EBroadcastPermissionFriendsApprove EBroadcastPermission = 1
	EBroadcastPermission_k_EBroadcastPermissionFriendsAllowed EBroadcastPermission = 2
	EBroadcastPermission_k_EBroadcastPermissionPublic         EBroadcastPermission = 3
	EBroadcastPermission_k_EBroadcastPermissionSubscribers    EBroadcastPermission = 4
)

func (EBroadcastPermission) Descriptor

func (EBroadcastPermission) Enum

func (EBroadcastPermission) EnumDescriptor deprecated

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

Deprecated: Use EBroadcastPermission.Descriptor instead.

func (EBroadcastPermission) Number

func (EBroadcastPermission) String

func (x EBroadcastPermission) String() string

func (EBroadcastPermission) Type

func (*EBroadcastPermission) UnmarshalJSON deprecated

func (x *EBroadcastPermission) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ECPUGovernor

type ECPUGovernor int32
const (
	ECPUGovernor_k_ECPUGovernor_Invalid   ECPUGovernor = 0
	ECPUGovernor_k_ECPUGovernor_Perf      ECPUGovernor = 1
	ECPUGovernor_k_ECPUGovernor_Powersave ECPUGovernor = 2
	ECPUGovernor_k_ECPUGovernor_Manual    ECPUGovernor = 3
)

func (ECPUGovernor) Descriptor

func (ECPUGovernor) Enum

func (x ECPUGovernor) Enum() *ECPUGovernor

func (ECPUGovernor) EnumDescriptor deprecated

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

Deprecated: Use ECPUGovernor.Descriptor instead.

func (ECPUGovernor) Number

func (ECPUGovernor) String

func (x ECPUGovernor) String() string

func (ECPUGovernor) Type

func (*ECPUGovernor) UnmarshalJSON deprecated

func (x *ECPUGovernor) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ECloudGamingPlatform

type ECloudGamingPlatform int32
const (
	ECloudGamingPlatform_k_ECloudGamingPlatformNone   ECloudGamingPlatform = 0
	ECloudGamingPlatform_k_ECloudGamingPlatformValve  ECloudGamingPlatform = 1
	ECloudGamingPlatform_k_ECloudGamingPlatformNVIDIA ECloudGamingPlatform = 2
)

func (ECloudGamingPlatform) Descriptor

func (ECloudGamingPlatform) Enum

func (ECloudGamingPlatform) EnumDescriptor deprecated

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

Deprecated: Use ECloudGamingPlatform.Descriptor instead.

func (ECloudGamingPlatform) Number

func (ECloudGamingPlatform) String

func (x ECloudGamingPlatform) String() string

func (ECloudGamingPlatform) Type

func (*ECloudGamingPlatform) UnmarshalJSON deprecated

func (x *ECloudGamingPlatform) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ECloudStoragePersistState

type ECloudStoragePersistState int32
const (
	ECloudStoragePersistState_k_ECloudStoragePersistStatePersisted ECloudStoragePersistState = 0
	ECloudStoragePersistState_k_ECloudStoragePersistStateForgotten ECloudStoragePersistState = 1
	ECloudStoragePersistState_k_ECloudStoragePersistStateDeleted   ECloudStoragePersistState = 2
)

func (ECloudStoragePersistState) Descriptor

func (ECloudStoragePersistState) Enum

func (ECloudStoragePersistState) EnumDescriptor deprecated

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

Deprecated: Use ECloudStoragePersistState.Descriptor instead.

func (ECloudStoragePersistState) Number

func (ECloudStoragePersistState) String

func (x ECloudStoragePersistState) String() string

func (ECloudStoragePersistState) Type

func (*ECloudStoragePersistState) UnmarshalJSON deprecated

func (x *ECloudStoragePersistState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ECommentThreadType

type ECommentThreadType int32
const (
	ECommentThreadType_k_ECommentThreadTypeInvalid                    ECommentThreadType = 0
	ECommentThreadType_k_ECommentThreadTypeScreenshot_Deprecated      ECommentThreadType = 1
	ECommentThreadType_k_ECommentThreadTypeWorkshopAccount_Developer  ECommentThreadType = 2
	ECommentThreadType_k_ECommentThreadTypeWorkshopAccount_Public     ECommentThreadType = 3
	ECommentThreadType_k_ECommentThreadTypePublishedFile_Developer    ECommentThreadType = 4
	ECommentThreadType_k_ECommentThreadTypePublishedFile_Public       ECommentThreadType = 5
	ECommentThreadType_k_ECommentThreadTypeTest                       ECommentThreadType = 6
	ECommentThreadType_k_ECommentThreadTypeForumTopic                 ECommentThreadType = 7
	ECommentThreadType_k_ECommentThreadTypeRecommendation             ECommentThreadType = 8
	ECommentThreadType_k_ECommentThreadTypeVideo_Deprecated           ECommentThreadType = 9
	ECommentThreadType_k_ECommentThreadTypeProfile                    ECommentThreadType = 10
	ECommentThreadType_k_ECommentThreadTypeNewsPost                   ECommentThreadType = 11
	ECommentThreadType_k_ECommentThreadTypeClan                       ECommentThreadType = 12
	ECommentThreadType_k_ECommentThreadTypeClanAnnouncement           ECommentThreadType = 13
	ECommentThreadType_k_ECommentThreadTypeClanEvent                  ECommentThreadType = 14
	ECommentThreadType_k_ECommentThreadTypeUserStatusPublished        ECommentThreadType = 15
	ECommentThreadType_k_ECommentThreadTypeUserReceivedNewGame        ECommentThreadType = 16
	ECommentThreadType_k_ECommentThreadTypePublishedFile_Announcement ECommentThreadType = 17
	ECommentThreadType_k_ECommentThreadTypeModeratorMessage           ECommentThreadType = 18
	ECommentThreadType_k_ECommentThreadTypeClanCuratedApp             ECommentThreadType = 19
	ECommentThreadType_k_ECommentThreadTypeQAndASession               ECommentThreadType = 20
	ECommentThreadType_k_ECommentThreadTypeMax                        ECommentThreadType = 21
)

func (ECommentThreadType) Descriptor

func (ECommentThreadType) Enum

func (ECommentThreadType) EnumDescriptor deprecated

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

Deprecated: Use ECommentThreadType.Descriptor instead.

func (ECommentThreadType) Number

func (ECommentThreadType) String

func (x ECommentThreadType) String() string

func (ECommentThreadType) Type

func (*ECommentThreadType) UnmarshalJSON deprecated

func (x *ECommentThreadType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ECommunityItemClass

type ECommunityItemClass int32
const (
	ECommunityItemClass_k_ECommunityItemClass_Invalid               ECommunityItemClass = 0
	ECommunityItemClass_k_ECommunityItemClass_Badge                 ECommunityItemClass = 1
	ECommunityItemClass_k_ECommunityItemClass_GameCard              ECommunityItemClass = 2
	ECommunityItemClass_k_ECommunityItemClass_ProfileBackground     ECommunityItemClass = 3
	ECommunityItemClass_k_ECommunityItemClass_Emoticon              ECommunityItemClass = 4
	ECommunityItemClass_k_ECommunityItemClass_BoosterPack           ECommunityItemClass = 5
	ECommunityItemClass_k_ECommunityItemClass_Consumable            ECommunityItemClass = 6
	ECommunityItemClass_k_ECommunityItemClass_GameGoo               ECommunityItemClass = 7
	ECommunityItemClass_k_ECommunityItemClass_ProfileModifier       ECommunityItemClass = 8
	ECommunityItemClass_k_ECommunityItemClass_Scene                 ECommunityItemClass = 9
	ECommunityItemClass_k_ECommunityItemClass_SalienItem            ECommunityItemClass = 10
	ECommunityItemClass_k_ECommunityItemClass_Sticker               ECommunityItemClass = 11
	ECommunityItemClass_k_ECommunityItemClass_ChatEffect            ECommunityItemClass = 12
	ECommunityItemClass_k_ECommunityItemClass_MiniProfileBackground ECommunityItemClass = 13
	ECommunityItemClass_k_ECommunityItemClass_AvatarFrame           ECommunityItemClass = 14
	ECommunityItemClass_k_ECommunityItemClass_AnimatedAvatar        ECommunityItemClass = 15
	ECommunityItemClass_k_ECommunityItemClass_SteamDeckKeyboardSkin ECommunityItemClass = 16
	ECommunityItemClass_k_ECommunityItemClass_SteamDeckStartupMovie ECommunityItemClass = 17
)

func (ECommunityItemClass) Descriptor

func (ECommunityItemClass) Enum

func (ECommunityItemClass) EnumDescriptor deprecated

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

Deprecated: Use ECommunityItemClass.Descriptor instead.

func (ECommunityItemClass) Number

func (ECommunityItemClass) String

func (x ECommunityItemClass) String() string

func (ECommunityItemClass) Type

func (*ECommunityItemClass) UnmarshalJSON deprecated

func (x *ECommunityItemClass) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EContentCheckProvider

type EContentCheckProvider int32
const (
	EContentCheckProvider_k_EContentCheckProvider_Invalid EContentCheckProvider = 0
	EContentCheckProvider_k_EContentCheckProvider_Google  EContentCheckProvider = 1
	EContentCheckProvider_k_EContentCheckProvider_Amazon  EContentCheckProvider = 2
	EContentCheckProvider_k_EContentCheckProvider_Local   EContentCheckProvider = 3
)

func (EContentCheckProvider) Descriptor

func (EContentCheckProvider) Enum

func (EContentCheckProvider) EnumDescriptor deprecated

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

Deprecated: Use EContentCheckProvider.Descriptor instead.

func (EContentCheckProvider) Number

func (EContentCheckProvider) String

func (x EContentCheckProvider) String() string

func (EContentCheckProvider) Type

func (*EContentCheckProvider) UnmarshalJSON deprecated

func (x *EContentCheckProvider) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EGPUPerformanceLevel

type EGPUPerformanceLevel int32
const (
	EGPUPerformanceLevel_k_EGPUPerformanceLevel_Invalid   EGPUPerformanceLevel = 0
	EGPUPerformanceLevel_k_EGPUPerformanceLevel_Auto      EGPUPerformanceLevel = 1
	EGPUPerformanceLevel_k_EGPUPerformanceLevel_Manual    EGPUPerformanceLevel = 2
	EGPUPerformanceLevel_k_EGPUPerformanceLevel_Low       EGPUPerformanceLevel = 3
	EGPUPerformanceLevel_k_EGPUPerformanceLevel_High      EGPUPerformanceLevel = 4
	EGPUPerformanceLevel_k_EGPUPerformanceLevel_Profiling EGPUPerformanceLevel = 5
)

func (EGPUPerformanceLevel) Descriptor

func (EGPUPerformanceLevel) Enum

func (EGPUPerformanceLevel) EnumDescriptor deprecated

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

Deprecated: Use EGPUPerformanceLevel.Descriptor instead.

func (EGPUPerformanceLevel) Number

func (EGPUPerformanceLevel) String

func (x EGPUPerformanceLevel) String() string

func (EGPUPerformanceLevel) Type

func (*EGPUPerformanceLevel) UnmarshalJSON deprecated

func (x *EGPUPerformanceLevel) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EGraphicsPerfOverlayLevel

type EGraphicsPerfOverlayLevel int32
const (
	EGraphicsPerfOverlayLevel_k_EGraphicsPerfOverlayLevel_Hidden  EGraphicsPerfOverlayLevel = 0
	EGraphicsPerfOverlayLevel_k_EGraphicsPerfOverlayLevel_Basic   EGraphicsPerfOverlayLevel = 1
	EGraphicsPerfOverlayLevel_k_EGraphicsPerfOverlayLevel_Medium  EGraphicsPerfOverlayLevel = 2
	EGraphicsPerfOverlayLevel_k_EGraphicsPerfOverlayLevel_Full    EGraphicsPerfOverlayLevel = 3
	EGraphicsPerfOverlayLevel_k_EGraphicsPerfOverlayLevel_Minimal EGraphicsPerfOverlayLevel = 4
)

func (EGraphicsPerfOverlayLevel) Descriptor

func (EGraphicsPerfOverlayLevel) Enum

func (EGraphicsPerfOverlayLevel) EnumDescriptor deprecated

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

Deprecated: Use EGraphicsPerfOverlayLevel.Descriptor instead.

func (EGraphicsPerfOverlayLevel) Number

func (EGraphicsPerfOverlayLevel) String

func (x EGraphicsPerfOverlayLevel) String() string

func (EGraphicsPerfOverlayLevel) Type

func (*EGraphicsPerfOverlayLevel) UnmarshalJSON deprecated

func (x *EGraphicsPerfOverlayLevel) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EHDRToneMapOperator

type EHDRToneMapOperator int32
const (
	EHDRToneMapOperator_k_EHDRToneMapOperator_Invalid   EHDRToneMapOperator = 0
	EHDRToneMapOperator_k_EHDRToneMapOperator_Uncharted EHDRToneMapOperator = 1
	EHDRToneMapOperator_k_EHDRToneMapOperator_Reinhard  EHDRToneMapOperator = 2
)

func (EHDRToneMapOperator) Descriptor

func (EHDRToneMapOperator) Enum

func (EHDRToneMapOperator) EnumDescriptor deprecated

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

Deprecated: Use EHDRToneMapOperator.Descriptor instead.

func (EHDRToneMapOperator) Number

func (EHDRToneMapOperator) String

func (x EHDRToneMapOperator) String() string

func (EHDRToneMapOperator) Type

func (*EHDRToneMapOperator) UnmarshalJSON deprecated

func (x *EHDRToneMapOperator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ENewSteamAnnouncementState

type ENewSteamAnnouncementState int32
const (
	ENewSteamAnnouncementState_k_ENewSteamAnnouncementState_Invalid              ENewSteamAnnouncementState = 0
	ENewSteamAnnouncementState_k_ENewSteamAnnouncementState_AllRead              ENewSteamAnnouncementState = 1
	ENewSteamAnnouncementState_k_ENewSteamAnnouncementState_NewAnnouncement      ENewSteamAnnouncementState = 2
	ENewSteamAnnouncementState_k_ENewSteamAnnouncementState_FeaturedAnnouncement ENewSteamAnnouncementState = 3
)

func (ENewSteamAnnouncementState) Descriptor

func (ENewSteamAnnouncementState) Enum

func (ENewSteamAnnouncementState) EnumDescriptor deprecated

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

Deprecated: Use ENewSteamAnnouncementState.Descriptor instead.

func (ENewSteamAnnouncementState) Number

func (ENewSteamAnnouncementState) String

func (ENewSteamAnnouncementState) Type

func (*ENewSteamAnnouncementState) UnmarshalJSON deprecated

func (x *ENewSteamAnnouncementState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EOSBranch

type EOSBranch int32
const (
	EOSBranch_k_EOSBranch_Unknown          EOSBranch = 0
	EOSBranch_k_EOSBranch_Release          EOSBranch = 1
	EOSBranch_k_EOSBranch_ReleaseCandidate EOSBranch = 2
	EOSBranch_k_EOSBranch_Beta             EOSBranch = 3
	EOSBranch_k_EOSBranch_BetaCandidate    EOSBranch = 4
	EOSBranch_k_EOSBranch_Main             EOSBranch = 5
	EOSBranch_k_EOSBranch_Staging          EOSBranch = 6
)

func (EOSBranch) Descriptor

func (EOSBranch) Descriptor() protoreflect.EnumDescriptor

func (EOSBranch) Enum

func (x EOSBranch) Enum() *EOSBranch

func (EOSBranch) EnumDescriptor deprecated

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

Deprecated: Use EOSBranch.Descriptor instead.

func (EOSBranch) Number

func (x EOSBranch) Number() protoreflect.EnumNumber

func (EOSBranch) String

func (x EOSBranch) String() string

func (EOSBranch) Type

func (*EOSBranch) UnmarshalJSON deprecated

func (x *EOSBranch) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EPersonaStateFlag

type EPersonaStateFlag int32
const (
	EPersonaStateFlag_k_EPersonaStateFlag_HasRichPresence      EPersonaStateFlag = 1
	EPersonaStateFlag_k_EPersonaStateFlag_InJoinableGame       EPersonaStateFlag = 2
	EPersonaStateFlag_k_EPersonaStateFlag_Golden               EPersonaStateFlag = 4
	EPersonaStateFlag_k_EPersonaStateFlag_RemotePlayTogether   EPersonaStateFlag = 8
	EPersonaStateFlag_k_EPersonaStateFlag_ClientTypeWeb        EPersonaStateFlag = 256
	EPersonaStateFlag_k_EPersonaStateFlag_ClientTypeMobile     EPersonaStateFlag = 512
	EPersonaStateFlag_k_EPersonaStateFlag_ClientTypeTenfoot    EPersonaStateFlag = 1024
	EPersonaStateFlag_k_EPersonaStateFlag_ClientTypeVR         EPersonaStateFlag = 2048
	EPersonaStateFlag_k_EPersonaStateFlag_LaunchTypeGamepad    EPersonaStateFlag = 4096
	EPersonaStateFlag_k_EPersonaStateFlag_LaunchTypeCompatTool EPersonaStateFlag = 8192
)

func (EPersonaStateFlag) Descriptor

func (EPersonaStateFlag) Enum

func (EPersonaStateFlag) EnumDescriptor deprecated

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

Deprecated: Use EPersonaStateFlag.Descriptor instead.

func (EPersonaStateFlag) Number

func (EPersonaStateFlag) String

func (x EPersonaStateFlag) String() string

func (EPersonaStateFlag) Type

func (*EPersonaStateFlag) UnmarshalJSON deprecated

func (x *EPersonaStateFlag) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EProfileCustomizationType

type EProfileCustomizationType int32
const (
	EProfileCustomizationType_k_EProfileCustomizationTypeInvalid                   EProfileCustomizationType = 0
	EProfileCustomizationType_k_EProfileCustomizationTypeRareAchievementShowcase   EProfileCustomizationType = 1
	EProfileCustomizationType_k_EProfileCustomizationTypeGameCollector             EProfileCustomizationType = 2
	EProfileCustomizationType_k_EProfileCustomizationTypeItemShowcase              EProfileCustomizationType = 3
	EProfileCustomizationType_k_EProfileCustomizationTypeTradeShowcase             EProfileCustomizationType = 4
	EProfileCustomizationType_k_EProfileCustomizationTypeBadges                    EProfileCustomizationType = 5
	EProfileCustomizationType_k_EProfileCustomizationTypeFavoriteGame              EProfileCustomizationType = 6
	EProfileCustomizationType_k_EProfileCustomizationTypeScreenshotShowcase        EProfileCustomizationType = 7
	EProfileCustomizationType_k_EProfileCustomizationTypeCustomText                EProfileCustomizationType = 8
	EProfileCustomizationType_k_EProfileCustomizationTypeFavoriteGroup             EProfileCustomizationType = 9
	EProfileCustomizationType_k_EProfileCustomizationTypeRecommendation            EProfileCustomizationType = 10
	EProfileCustomizationType_k_EProfileCustomizationTypeWorkshopItem              EProfileCustomizationType = 11
	EProfileCustomizationType_k_EProfileCustomizationTypeMyWorkshop                EProfileCustomizationType = 12
	EProfileCustomizationType_k_EProfileCustomizationTypeArtworkShowcase           EProfileCustomizationType = 13
	EProfileCustomizationType_k_EProfileCustomizationTypeVideoShowcase             EProfileCustomizationType = 14
	EProfileCustomizationType_k_EProfileCustomizationTypeGuides                    EProfileCustomizationType = 15
	EProfileCustomizationType_k_EProfileCustomizationTypeMyGuides                  EProfileCustomizationType = 16
	EProfileCustomizationType_k_EProfileCustomizationTypeAchievements              EProfileCustomizationType = 17
	EProfileCustomizationType_k_EProfileCustomizationTypeGreenlight                EProfileCustomizationType = 18
	EProfileCustomizationType_k_EProfileCustomizationTypeMyGreenlight              EProfileCustomizationType = 19
	EProfileCustomizationType_k_EProfileCustomizationTypeSalien                    EProfileCustomizationType = 20
	EProfileCustomizationType_k_EProfileCustomizationTypeLoyaltyRewardReactions    EProfileCustomizationType = 21
	EProfileCustomizationType_k_EProfileCustomizationTypeSingleArtworkShowcase     EProfileCustomizationType = 22
	EProfileCustomizationType_k_EProfileCustomizationTypeAchievementsCompletionist EProfileCustomizationType = 23
	EProfileCustomizationType_k_EProfileCustomizationTypeReplay                    EProfileCustomizationType = 24
)

func (EProfileCustomizationType) Descriptor

func (EProfileCustomizationType) Enum

func (EProfileCustomizationType) EnumDescriptor deprecated

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

Deprecated: Use EProfileCustomizationType.Descriptor instead.

func (EProfileCustomizationType) Number

func (EProfileCustomizationType) String

func (x EProfileCustomizationType) String() string

func (EProfileCustomizationType) Type

func (*EProfileCustomizationType) UnmarshalJSON deprecated

func (x *EProfileCustomizationType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EProtoClanEventType

type EProtoClanEventType int32
const (
	EProtoClanEventType_k_EClanOtherEvent                  EProtoClanEventType = 1
	EProtoClanEventType_k_EClanGameEvent                   EProtoClanEventType = 2
	EProtoClanEventType_k_EClanPartyEvent                  EProtoClanEventType = 3
	EProtoClanEventType_k_EClanMeetingEvent                EProtoClanEventType = 4
	EProtoClanEventType_k_EClanSpecialCauseEvent           EProtoClanEventType = 5
	EProtoClanEventType_k_EClanMusicAndArtsEvent           EProtoClanEventType = 6
	EProtoClanEventType_k_EClanSportsEvent                 EProtoClanEventType = 7
	EProtoClanEventType_k_EClanTripEvent                   EProtoClanEventType = 8
	EProtoClanEventType_k_EClanChatEvent                   EProtoClanEventType = 9
	EProtoClanEventType_k_EClanGameReleaseEvent            EProtoClanEventType = 10
	EProtoClanEventType_k_EClanBroadcastEvent              EProtoClanEventType = 11
	EProtoClanEventType_k_EClanSmallUpdateEvent            EProtoClanEventType = 12
	EProtoClanEventType_k_EClanPreAnnounceMajorUpdateEvent EProtoClanEventType = 13
	EProtoClanEventType_k_EClanMajorUpdateEvent            EProtoClanEventType = 14
	EProtoClanEventType_k_EClanDLCReleaseEvent             EProtoClanEventType = 15
	EProtoClanEventType_k_EClanFutureReleaseEvent          EProtoClanEventType = 16
	EProtoClanEventType_k_EClanESportTournamentStreamEvent EProtoClanEventType = 17
	EProtoClanEventType_k_EClanDevStreamEvent              EProtoClanEventType = 18
	EProtoClanEventType_k_EClanFamousStreamEvent           EProtoClanEventType = 19
	EProtoClanEventType_k_EClanGameSalesEvent              EProtoClanEventType = 20
	EProtoClanEventType_k_EClanGameItemSalesEvent          EProtoClanEventType = 21
	EProtoClanEventType_k_EClanInGameBonusXPEvent          EProtoClanEventType = 22
	EProtoClanEventType_k_EClanInGameLootEvent             EProtoClanEventType = 23
	EProtoClanEventType_k_EClanInGamePerksEvent            EProtoClanEventType = 24
	EProtoClanEventType_k_EClanInGameChallengeEvent        EProtoClanEventType = 25
	EProtoClanEventType_k_EClanInGameContestEvent          EProtoClanEventType = 26
	EProtoClanEventType_k_EClanIRLEvent                    EProtoClanEventType = 27
	EProtoClanEventType_k_EClanNewsEvent                   EProtoClanEventType = 28
	EProtoClanEventType_k_EClanBetaReleaseEvent            EProtoClanEventType = 29
	EProtoClanEventType_k_EClanInGameContentReleaseEvent   EProtoClanEventType = 30
	EProtoClanEventType_k_EClanFreeTrial                   EProtoClanEventType = 31
	EProtoClanEventType_k_EClanSeasonRelease               EProtoClanEventType = 32
	EProtoClanEventType_k_EClanSeasonUpdate                EProtoClanEventType = 33
	EProtoClanEventType_k_EClanCrosspostEvent              EProtoClanEventType = 34
	EProtoClanEventType_k_EClanInGameEventGeneral          EProtoClanEventType = 35
)

func (EProtoClanEventType) Descriptor

func (EProtoClanEventType) Enum

func (EProtoClanEventType) EnumDescriptor deprecated

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

Deprecated: Use EProtoClanEventType.Descriptor instead.

func (EProtoClanEventType) Number

func (EProtoClanEventType) String

func (x EProtoClanEventType) String() string

func (EProtoClanEventType) Type

func (*EProtoClanEventType) UnmarshalJSON deprecated

func (x *EProtoClanEventType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EProvideDeckFeedbackPreference

type EProvideDeckFeedbackPreference int32
const (
	EProvideDeckFeedbackPreference_k_EProvideDeckFeedbackPreference_Unset EProvideDeckFeedbackPreference = 0
	EProvideDeckFeedbackPreference_k_EProvideDeckFeedbackPreference_Yes   EProvideDeckFeedbackPreference = 1
	EProvideDeckFeedbackPreference_k_EProvideDeckFeedbackPreference_No    EProvideDeckFeedbackPreference = 2
)

func (EProvideDeckFeedbackPreference) Descriptor

func (EProvideDeckFeedbackPreference) Enum

func (EProvideDeckFeedbackPreference) EnumDescriptor deprecated

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

Deprecated: Use EProvideDeckFeedbackPreference.Descriptor instead.

func (EProvideDeckFeedbackPreference) Number

func (EProvideDeckFeedbackPreference) String

func (EProvideDeckFeedbackPreference) Type

func (*EProvideDeckFeedbackPreference) UnmarshalJSON deprecated

func (x *EProvideDeckFeedbackPreference) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EPublishedFileInappropriateProvider

type EPublishedFileInappropriateProvider int32
const (
	EPublishedFileInappropriateProvider_k_EPublishedFileInappropriateProvider_Invalid EPublishedFileInappropriateProvider = 0
	EPublishedFileInappropriateProvider_k_EPublishedFileInappropriateProvider_Google  EPublishedFileInappropriateProvider = 1
	EPublishedFileInappropriateProvider_k_EPublishedFileInappropriateProvider_Amazon  EPublishedFileInappropriateProvider = 2
)

func (EPublishedFileInappropriateProvider) Descriptor

func (EPublishedFileInappropriateProvider) Enum

func (EPublishedFileInappropriateProvider) EnumDescriptor deprecated

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

Deprecated: Use EPublishedFileInappropriateProvider.Descriptor instead.

func (EPublishedFileInappropriateProvider) Number

func (EPublishedFileInappropriateProvider) String

func (EPublishedFileInappropriateProvider) Type

func (*EPublishedFileInappropriateProvider) UnmarshalJSON deprecated

func (x *EPublishedFileInappropriateProvider) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EPublishedFileInappropriateResult

type EPublishedFileInappropriateResult int32
const (
	EPublishedFileInappropriateResult_k_EPublishedFileInappropriateResult_NotScanned   EPublishedFileInappropriateResult = 0
	EPublishedFileInappropriateResult_k_EPublishedFileInappropriateResult_VeryUnlikely EPublishedFileInappropriateResult = 1
	EPublishedFileInappropriateResult_k_EPublishedFileInappropriateResult_Unlikely     EPublishedFileInappropriateResult = 30
	EPublishedFileInappropriateResult_k_EPublishedFileInappropriateResult_Possible     EPublishedFileInappropriateResult = 50
	EPublishedFileInappropriateResult_k_EPublishedFileInappropriateResult_Likely       EPublishedFileInappropriateResult = 75
	EPublishedFileInappropriateResult_k_EPublishedFileInappropriateResult_VeryLikely   EPublishedFileInappropriateResult = 100
)

func (EPublishedFileInappropriateResult) Descriptor

func (EPublishedFileInappropriateResult) Enum

func (EPublishedFileInappropriateResult) EnumDescriptor deprecated

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

Deprecated: Use EPublishedFileInappropriateResult.Descriptor instead.

func (EPublishedFileInappropriateResult) Number

func (EPublishedFileInappropriateResult) String

func (EPublishedFileInappropriateResult) Type

func (*EPublishedFileInappropriateResult) UnmarshalJSON deprecated

func (x *EPublishedFileInappropriateResult) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EPublishedFileQueryType

type EPublishedFileQueryType int32
const (
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByVote                                  EPublishedFileQueryType = 0
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByPublicationDate                       EPublishedFileQueryType = 1
	EPublishedFileQueryType_k_PublishedFileQueryType_AcceptedForGameRankedByAcceptanceDate         EPublishedFileQueryType = 2
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByTrend                                 EPublishedFileQueryType = 3
	EPublishedFileQueryType_k_PublishedFileQueryType_FavoritedByFriendsRankedByPublicationDate     EPublishedFileQueryType = 4
	EPublishedFileQueryType_k_PublishedFileQueryType_CreatedByFriendsRankedByPublicationDate       EPublishedFileQueryType = 5
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByNumTimesReported                      EPublishedFileQueryType = 6
	EPublishedFileQueryType_k_PublishedFileQueryType_CreatedByFollowedUsersRankedByPublicationDate EPublishedFileQueryType = 7
	EPublishedFileQueryType_k_PublishedFileQueryType_NotYetRated                                   EPublishedFileQueryType = 8
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByTotalUniqueSubscriptions              EPublishedFileQueryType = 9
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByTotalVotesAsc                         EPublishedFileQueryType = 10
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByVotesUp                               EPublishedFileQueryType = 11
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByTextSearch                            EPublishedFileQueryType = 12
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByPlaytimeTrend                         EPublishedFileQueryType = 13
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByTotalPlaytime                         EPublishedFileQueryType = 14
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByAveragePlaytimeTrend                  EPublishedFileQueryType = 15
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByLifetimeAveragePlaytime               EPublishedFileQueryType = 16
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByPlaytimeSessionsTrend                 EPublishedFileQueryType = 17
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByLifetimePlaytimeSessions              EPublishedFileQueryType = 18
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByInappropriateContentRating            EPublishedFileQueryType = 19
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByBanContentCheck                       EPublishedFileQueryType = 20
	EPublishedFileQueryType_k_PublishedFileQueryType_RankedByLastUpdatedDate                       EPublishedFileQueryType = 21
)

func (EPublishedFileQueryType) Descriptor

func (EPublishedFileQueryType) Enum

func (EPublishedFileQueryType) EnumDescriptor deprecated

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

Deprecated: Use EPublishedFileQueryType.Descriptor instead.

func (EPublishedFileQueryType) Number

func (EPublishedFileQueryType) String

func (x EPublishedFileQueryType) String() string

func (EPublishedFileQueryType) Type

func (*EPublishedFileQueryType) UnmarshalJSON deprecated

func (x *EPublishedFileQueryType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EPublishedFileStorageSystem

type EPublishedFileStorageSystem int32
const (
	EPublishedFileStorageSystem_k_EPublishedFileStorageSystemInvalid     EPublishedFileStorageSystem = 0
	EPublishedFileStorageSystem_k_EPublishedFileStorageSystemLegacyCloud EPublishedFileStorageSystem = 1
	EPublishedFileStorageSystem_k_EPublishedFileStorageSystemDepot       EPublishedFileStorageSystem = 2
	EPublishedFileStorageSystem_k_EPublishedFileStorageSystemUGCCloud    EPublishedFileStorageSystem = 3
)

func (EPublishedFileStorageSystem) Descriptor

func (EPublishedFileStorageSystem) Enum

func (EPublishedFileStorageSystem) EnumDescriptor deprecated

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

Deprecated: Use EPublishedFileStorageSystem.Descriptor instead.

func (EPublishedFileStorageSystem) Number

func (EPublishedFileStorageSystem) String

func (EPublishedFileStorageSystem) Type

func (*EPublishedFileStorageSystem) UnmarshalJSON deprecated

func (x *EPublishedFileStorageSystem) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESDCardFormatStage

type ESDCardFormatStage int32
const (
	ESDCardFormatStage_k_ESDCardFormatStage_Invalid    ESDCardFormatStage = 0
	ESDCardFormatStage_k_ESDCardFormatStage_Starting   ESDCardFormatStage = 1
	ESDCardFormatStage_k_ESDCardFormatStage_Testing    ESDCardFormatStage = 2
	ESDCardFormatStage_k_ESDCardFormatStage_Rescuing   ESDCardFormatStage = 3
	ESDCardFormatStage_k_ESDCardFormatStage_Formatting ESDCardFormatStage = 4
	ESDCardFormatStage_k_ESDCardFormatStage_Finalizing ESDCardFormatStage = 5
)

func (ESDCardFormatStage) Descriptor

func (ESDCardFormatStage) Enum

func (ESDCardFormatStage) EnumDescriptor deprecated

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

Deprecated: Use ESDCardFormatStage.Descriptor instead.

func (ESDCardFormatStage) Number

func (ESDCardFormatStage) String

func (x ESDCardFormatStage) String() string

func (ESDCardFormatStage) Type

func (*ESDCardFormatStage) UnmarshalJSON deprecated

func (x *ESDCardFormatStage) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EScalingFilter

type EScalingFilter int32
const (
	EScalingFilter_k_EScalingFilter_Invalid EScalingFilter = 0
	EScalingFilter_k_EScalingFilter_FSR     EScalingFilter = 1
	EScalingFilter_k_EScalingFilter_Nearest EScalingFilter = 2
	EScalingFilter_k_EScalingFilter_Integer EScalingFilter = 3
	EScalingFilter_k_EScalingFilter_Linear  EScalingFilter = 4
	EScalingFilter_k_EScalingFilter_NIS     EScalingFilter = 5
)

func (EScalingFilter) Descriptor

func (EScalingFilter) Enum

func (x EScalingFilter) Enum() *EScalingFilter

func (EScalingFilter) EnumDescriptor deprecated

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

Deprecated: Use EScalingFilter.Descriptor instead.

func (EScalingFilter) Number

func (EScalingFilter) String

func (x EScalingFilter) String() string

func (EScalingFilter) Type

func (*EScalingFilter) UnmarshalJSON deprecated

func (x *EScalingFilter) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESessionPersistence

type ESessionPersistence int32
const (
	ESessionPersistence_k_ESessionPersistence_Invalid    ESessionPersistence = -1
	ESessionPersistence_k_ESessionPersistence_Ephemeral  ESessionPersistence = 0
	ESessionPersistence_k_ESessionPersistence_Persistent ESessionPersistence = 1
)

func (ESessionPersistence) Descriptor

func (ESessionPersistence) Enum

func (ESessionPersistence) EnumDescriptor deprecated

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

Deprecated: Use ESessionPersistence.Descriptor instead.

func (ESessionPersistence) Number

func (ESessionPersistence) String

func (x ESessionPersistence) String() string

func (ESessionPersistence) Type

func (*ESessionPersistence) UnmarshalJSON deprecated

func (x *ESessionPersistence) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESplitScalingFilter

type ESplitScalingFilter int32
const (
	ESplitScalingFilter_k_ESplitScalingFilter_Invalid ESplitScalingFilter = 0
	ESplitScalingFilter_k_ESplitScalingFilter_Linear  ESplitScalingFilter = 1
	ESplitScalingFilter_k_ESplitScalingFilter_Nearest ESplitScalingFilter = 2
	ESplitScalingFilter_k_ESplitScalingFilter_FSR     ESplitScalingFilter = 3
	ESplitScalingFilter_k_ESplitScalingFilter_NIS     ESplitScalingFilter = 4
)

func (ESplitScalingFilter) Descriptor

func (ESplitScalingFilter) Enum

func (ESplitScalingFilter) EnumDescriptor deprecated

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

Deprecated: Use ESplitScalingFilter.Descriptor instead.

func (ESplitScalingFilter) Number

func (ESplitScalingFilter) String

func (x ESplitScalingFilter) String() string

func (ESplitScalingFilter) Type

func (*ESplitScalingFilter) UnmarshalJSON deprecated

func (x *ESplitScalingFilter) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESplitScalingScaler

type ESplitScalingScaler int32
const (
	ESplitScalingScaler_k_ESplitScalingScaler_Invalid ESplitScalingScaler = 0
	ESplitScalingScaler_k_ESplitScalingScaler_Auto    ESplitScalingScaler = 1
	ESplitScalingScaler_k_ESplitScalingScaler_Integer ESplitScalingScaler = 2
	ESplitScalingScaler_k_ESplitScalingScaler_Fit     ESplitScalingScaler = 3
	ESplitScalingScaler_k_ESplitScalingScaler_Fill    ESplitScalingScaler = 4
	ESplitScalingScaler_k_ESplitScalingScaler_Stretch ESplitScalingScaler = 5
)

func (ESplitScalingScaler) Descriptor

func (ESplitScalingScaler) Enum

func (ESplitScalingScaler) EnumDescriptor deprecated

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

Deprecated: Use ESplitScalingScaler.Descriptor instead.

func (ESplitScalingScaler) Number

func (ESplitScalingScaler) String

func (x ESplitScalingScaler) String() string

func (ESplitScalingScaler) Type

func (*ESplitScalingScaler) UnmarshalJSON deprecated

func (x *ESplitScalingScaler) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamDeckCompatibilityCategory

type ESteamDeckCompatibilityCategory int32
const (
	ESteamDeckCompatibilityCategory_k_ESteamDeckCompatibilityCategory_Unknown     ESteamDeckCompatibilityCategory = 0
	ESteamDeckCompatibilityCategory_k_ESteamDeckCompatibilityCategory_Unsupported ESteamDeckCompatibilityCategory = 1
	ESteamDeckCompatibilityCategory_k_ESteamDeckCompatibilityCategory_Playable    ESteamDeckCompatibilityCategory = 2
	ESteamDeckCompatibilityCategory_k_ESteamDeckCompatibilityCategory_Verified    ESteamDeckCompatibilityCategory = 3
)

func (ESteamDeckCompatibilityCategory) Descriptor

func (ESteamDeckCompatibilityCategory) Enum

func (ESteamDeckCompatibilityCategory) EnumDescriptor deprecated

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

Deprecated: Use ESteamDeckCompatibilityCategory.Descriptor instead.

func (ESteamDeckCompatibilityCategory) Number

func (ESteamDeckCompatibilityCategory) String

func (ESteamDeckCompatibilityCategory) Type

func (*ESteamDeckCompatibilityCategory) UnmarshalJSON deprecated

func (x *ESteamDeckCompatibilityCategory) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamDeckCompatibilityFeedback

type ESteamDeckCompatibilityFeedback int32
const (
	ESteamDeckCompatibilityFeedback_k_ESteamDeckCompatibilityFeedback_Unset    ESteamDeckCompatibilityFeedback = 0
	ESteamDeckCompatibilityFeedback_k_ESteamDeckCompatibilityFeedback_Agree    ESteamDeckCompatibilityFeedback = 1
	ESteamDeckCompatibilityFeedback_k_ESteamDeckCompatibilityFeedback_Disagree ESteamDeckCompatibilityFeedback = 2
	ESteamDeckCompatibilityFeedback_k_ESteamDeckCompatibilityFeedback_Ignore   ESteamDeckCompatibilityFeedback = 3
)

func (ESteamDeckCompatibilityFeedback) Descriptor

func (ESteamDeckCompatibilityFeedback) Enum

func (ESteamDeckCompatibilityFeedback) EnumDescriptor deprecated

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

Deprecated: Use ESteamDeckCompatibilityFeedback.Descriptor instead.

func (ESteamDeckCompatibilityFeedback) Number

func (ESteamDeckCompatibilityFeedback) String

func (ESteamDeckCompatibilityFeedback) Type

func (*ESteamDeckCompatibilityFeedback) UnmarshalJSON deprecated

func (x *ESteamDeckCompatibilityFeedback) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESteamDeckCompatibilityResultDisplayType

type ESteamDeckCompatibilityResultDisplayType int32
const (
	ESteamDeckCompatibilityResultDisplayType_k_ESteamDeckCompatibilityResultDisplayType_Invisible     ESteamDeckCompatibilityResultDisplayType = 0
	ESteamDeckCompatibilityResultDisplayType_k_ESteamDeckCompatibilityResultDisplayType_Informational ESteamDeckCompatibilityResultDisplayType = 1
	ESteamDeckCompatibilityResultDisplayType_k_ESteamDeckCompatibilityResultDisplayType_Unsupported   ESteamDeckCompatibilityResultDisplayType = 2
	ESteamDeckCompatibilityResultDisplayType_k_ESteamDeckCompatibilityResultDisplayType_Playable      ESteamDeckCompatibilityResultDisplayType = 3
	ESteamDeckCompatibilityResultDisplayType_k_ESteamDeckCompatibilityResultDisplayType_Verified      ESteamDeckCompatibilityResultDisplayType = 4
)

func (ESteamDeckCompatibilityResultDisplayType) Descriptor

func (ESteamDeckCompatibilityResultDisplayType) Enum

func (ESteamDeckCompatibilityResultDisplayType) EnumDescriptor deprecated

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

Deprecated: Use ESteamDeckCompatibilityResultDisplayType.Descriptor instead.

func (ESteamDeckCompatibilityResultDisplayType) Number

func (ESteamDeckCompatibilityResultDisplayType) String

func (ESteamDeckCompatibilityResultDisplayType) Type

func (*ESteamDeckCompatibilityResultDisplayType) UnmarshalJSON deprecated

func (x *ESteamDeckCompatibilityResultDisplayType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EStorageBlockContentType

type EStorageBlockContentType int32
const (
	EStorageBlockContentType_k_EStorageBlockContentType_Invalid    EStorageBlockContentType = 0
	EStorageBlockContentType_k_EStorageBlockContentType_Unknown    EStorageBlockContentType = 1
	EStorageBlockContentType_k_EStorageBlockContentType_FileSystem EStorageBlockContentType = 2
	EStorageBlockContentType_k_EStorageBlockContentType_Crypto     EStorageBlockContentType = 3
	EStorageBlockContentType_k_EStorageBlockContentType_Raid       EStorageBlockContentType = 4
)

func (EStorageBlockContentType) Descriptor

func (EStorageBlockContentType) Enum

func (EStorageBlockContentType) EnumDescriptor deprecated

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

Deprecated: Use EStorageBlockContentType.Descriptor instead.

func (EStorageBlockContentType) Number

func (EStorageBlockContentType) String

func (x EStorageBlockContentType) String() string

func (EStorageBlockContentType) Type

func (*EStorageBlockContentType) UnmarshalJSON deprecated

func (x *EStorageBlockContentType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EStorageBlockFileSystemType

type EStorageBlockFileSystemType int32
const (
	EStorageBlockFileSystemType_k_EStorageBlockFileSystemType_Invalid EStorageBlockFileSystemType = 0
	EStorageBlockFileSystemType_k_EStorageBlockFileSystemType_Unknown EStorageBlockFileSystemType = 1
	EStorageBlockFileSystemType_k_EStorageBlockFileSystemType_VFat    EStorageBlockFileSystemType = 2
	EStorageBlockFileSystemType_k_EStorageBlockFileSystemType_Ext4    EStorageBlockFileSystemType = 3
)

func (EStorageBlockFileSystemType) Descriptor

func (EStorageBlockFileSystemType) Enum

func (EStorageBlockFileSystemType) EnumDescriptor deprecated

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

Deprecated: Use EStorageBlockFileSystemType.Descriptor instead.

func (EStorageBlockFileSystemType) Number

func (EStorageBlockFileSystemType) String

func (EStorageBlockFileSystemType) Type

func (*EStorageBlockFileSystemType) UnmarshalJSON deprecated

func (x *EStorageBlockFileSystemType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EStorageDriveMediaType

type EStorageDriveMediaType int32
const (
	EStorageDriveMediaType_k_EStorageDriveMediaType_Invalid   EStorageDriveMediaType = 0
	EStorageDriveMediaType_k_EStorageDriveMediaType_Unknown   EStorageDriveMediaType = 1
	EStorageDriveMediaType_k_EStorageDriveMediaType_HDD       EStorageDriveMediaType = 2
	EStorageDriveMediaType_k_EStorageDriveMediaType_SSD       EStorageDriveMediaType = 3
	EStorageDriveMediaType_k_EStorageDriveMediaType_Removable EStorageDriveMediaType = 4
)

func (EStorageDriveMediaType) Descriptor

func (EStorageDriveMediaType) Enum

func (EStorageDriveMediaType) EnumDescriptor deprecated

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

Deprecated: Use EStorageDriveMediaType.Descriptor instead.

func (EStorageDriveMediaType) Number

func (EStorageDriveMediaType) String

func (x EStorageDriveMediaType) String() string

func (EStorageDriveMediaType) Type

func (*EStorageDriveMediaType) UnmarshalJSON deprecated

func (x *EStorageDriveMediaType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESystemAudioChannel

type ESystemAudioChannel int32
const (
	ESystemAudioChannel_k_SystemAudioChannel_Invalid     ESystemAudioChannel = 0
	ESystemAudioChannel_k_SystemAudioChannel_Aggregated  ESystemAudioChannel = 1
	ESystemAudioChannel_k_SystemAudioChannel_FrontLeft   ESystemAudioChannel = 2
	ESystemAudioChannel_k_SystemAudioChannel_FrontRight  ESystemAudioChannel = 3
	ESystemAudioChannel_k_SystemAudioChannel_LFE         ESystemAudioChannel = 4
	ESystemAudioChannel_k_SystemAudioChannel_BackLeft    ESystemAudioChannel = 5
	ESystemAudioChannel_k_SystemAudioChannel_BackRight   ESystemAudioChannel = 6
	ESystemAudioChannel_k_SystemAudioChannel_FrontCenter ESystemAudioChannel = 7
	ESystemAudioChannel_k_SystemAudioChannel_Unknown     ESystemAudioChannel = 8
	ESystemAudioChannel_k_SystemAudioChannel_Mono        ESystemAudioChannel = 9
)

func (ESystemAudioChannel) Descriptor

func (ESystemAudioChannel) Enum

func (ESystemAudioChannel) EnumDescriptor deprecated

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

Deprecated: Use ESystemAudioChannel.Descriptor instead.

func (ESystemAudioChannel) Number

func (ESystemAudioChannel) String

func (x ESystemAudioChannel) String() string

func (ESystemAudioChannel) Type

func (*ESystemAudioChannel) UnmarshalJSON deprecated

func (x *ESystemAudioChannel) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESystemAudioDirection

type ESystemAudioDirection int32
const (
	ESystemAudioDirection_k_SystemAudioDirection_Invalid ESystemAudioDirection = 0
	ESystemAudioDirection_k_SystemAudioDirection_Input   ESystemAudioDirection = 1
	ESystemAudioDirection_k_SystemAudioDirection_Output  ESystemAudioDirection = 2
)

func (ESystemAudioDirection) Descriptor

func (ESystemAudioDirection) Enum

func (ESystemAudioDirection) EnumDescriptor deprecated

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

Deprecated: Use ESystemAudioDirection.Descriptor instead.

func (ESystemAudioDirection) Number

func (ESystemAudioDirection) String

func (x ESystemAudioDirection) String() string

func (ESystemAudioDirection) Type

func (*ESystemAudioDirection) UnmarshalJSON deprecated

func (x *ESystemAudioDirection) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESystemAudioPortDirection

type ESystemAudioPortDirection int32
const (
	ESystemAudioPortDirection_k_SystemAudioPortDirection_Invalid ESystemAudioPortDirection = 0
	ESystemAudioPortDirection_k_SystemAudioPortDirection_Input   ESystemAudioPortDirection = 1
	ESystemAudioPortDirection_k_SystemAudioPortDirection_Output  ESystemAudioPortDirection = 2
)

func (ESystemAudioPortDirection) Descriptor

func (ESystemAudioPortDirection) Enum

func (ESystemAudioPortDirection) EnumDescriptor deprecated

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

Deprecated: Use ESystemAudioPortDirection.Descriptor instead.

func (ESystemAudioPortDirection) Number

func (ESystemAudioPortDirection) String

func (x ESystemAudioPortDirection) String() string

func (ESystemAudioPortDirection) Type

func (*ESystemAudioPortDirection) UnmarshalJSON deprecated

func (x *ESystemAudioPortDirection) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESystemAudioPortType

type ESystemAudioPortType int32
const (
	ESystemAudioPortType_k_SystemAudioPortType_Invalid     ESystemAudioPortType = 0
	ESystemAudioPortType_k_SystemAudioPortType_Unknown     ESystemAudioPortType = 1
	ESystemAudioPortType_k_SystemAudioPortType_Audio32f    ESystemAudioPortType = 2
	ESystemAudioPortType_k_SystemAudioPortType_Midi8b      ESystemAudioPortType = 3
	ESystemAudioPortType_k_SystemAudioPortType_Video32RGBA ESystemAudioPortType = 4
)

func (ESystemAudioPortType) Descriptor

func (ESystemAudioPortType) Enum

func (ESystemAudioPortType) EnumDescriptor deprecated

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

Deprecated: Use ESystemAudioPortType.Descriptor instead.

func (ESystemAudioPortType) Number

func (ESystemAudioPortType) String

func (x ESystemAudioPortType) String() string

func (ESystemAudioPortType) Type

func (*ESystemAudioPortType) UnmarshalJSON deprecated

func (x *ESystemAudioPortType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESystemDisplayCompatibilityMode

type ESystemDisplayCompatibilityMode int32
const (
	ESystemDisplayCompatibilityMode_k_ESystemDisplayCompatibilityMode_Invalid         ESystemDisplayCompatibilityMode = 0
	ESystemDisplayCompatibilityMode_k_ESystemDisplayCompatibilityMode_None            ESystemDisplayCompatibilityMode = 1
	ESystemDisplayCompatibilityMode_k_ESystemDisplayCompatibilityMode_MinimalBandwith ESystemDisplayCompatibilityMode = 2
)

func (ESystemDisplayCompatibilityMode) Descriptor

func (ESystemDisplayCompatibilityMode) Enum

func (ESystemDisplayCompatibilityMode) EnumDescriptor deprecated

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

Deprecated: Use ESystemDisplayCompatibilityMode.Descriptor instead.

func (ESystemDisplayCompatibilityMode) Number

func (ESystemDisplayCompatibilityMode) String

func (ESystemDisplayCompatibilityMode) Type

func (*ESystemDisplayCompatibilityMode) UnmarshalJSON deprecated

func (x *ESystemDisplayCompatibilityMode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESystemFanControlMode

type ESystemFanControlMode int32
const (
	ESystemFanControlMode_k_SystemFanControlMode_Invalid  ESystemFanControlMode = 0
	ESystemFanControlMode_k_SystemFanControlMode_Disabled ESystemFanControlMode = 1
	ESystemFanControlMode_k_SystemFanControlMode_Default  ESystemFanControlMode = 2
)

func (ESystemFanControlMode) Descriptor

func (ESystemFanControlMode) Enum

func (ESystemFanControlMode) EnumDescriptor deprecated

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

Deprecated: Use ESystemFanControlMode.Descriptor instead.

func (ESystemFanControlMode) Number

func (ESystemFanControlMode) String

func (x ESystemFanControlMode) String() string

func (ESystemFanControlMode) Type

func (*ESystemFanControlMode) UnmarshalJSON deprecated

func (x *ESystemFanControlMode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ESystemServiceState

type ESystemServiceState int32
const (
	ESystemServiceState_k_ESystemServiceState_Unavailable ESystemServiceState = 0
	ESystemServiceState_k_ESystemServiceState_Disabled    ESystemServiceState = 1
	ESystemServiceState_k_ESystemServiceState_Enabled     ESystemServiceState = 2
)

func (ESystemServiceState) Descriptor

func (ESystemServiceState) Enum

func (ESystemServiceState) EnumDescriptor deprecated

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

Deprecated: Use ESystemServiceState.Descriptor instead.

func (ESystemServiceState) Number

func (ESystemServiceState) String

func (x ESystemServiceState) String() string

func (ESystemServiceState) Type

func (*ESystemServiceState) UnmarshalJSON deprecated

func (x *ESystemServiceState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ETokenRenewalType

type ETokenRenewalType int32
const (
	ETokenRenewalType_k_ETokenRenewalType_None  ETokenRenewalType = 0
	ETokenRenewalType_k_ETokenRenewalType_Allow ETokenRenewalType = 1
)

func (ETokenRenewalType) Descriptor

func (ETokenRenewalType) Enum

func (ETokenRenewalType) EnumDescriptor deprecated

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

Deprecated: Use ETokenRenewalType.Descriptor instead.

func (ETokenRenewalType) Number

func (ETokenRenewalType) String

func (x ETokenRenewalType) String() string

func (ETokenRenewalType) Type

func (*ETokenRenewalType) UnmarshalJSON deprecated

func (x *ETokenRenewalType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ETouchGesture

type ETouchGesture int32
const (
	ETouchGesture_k_ETouchGestureNone           ETouchGesture = 0
	ETouchGesture_k_ETouchGestureTouch          ETouchGesture = 1
	ETouchGesture_k_ETouchGestureTap            ETouchGesture = 2
	ETouchGesture_k_ETouchGestureDoubleTap      ETouchGesture = 3
	ETouchGesture_k_ETouchGestureShortPress     ETouchGesture = 4
	ETouchGesture_k_ETouchGestureLongPress      ETouchGesture = 5
	ETouchGesture_k_ETouchGestureLongTap        ETouchGesture = 6
	ETouchGesture_k_ETouchGestureTwoFingerTap   ETouchGesture = 7
	ETouchGesture_k_ETouchGestureTapCancelled   ETouchGesture = 8
	ETouchGesture_k_ETouchGesturePinchBegin     ETouchGesture = 9
	ETouchGesture_k_ETouchGesturePinchUpdate    ETouchGesture = 10
	ETouchGesture_k_ETouchGesturePinchEnd       ETouchGesture = 11
	ETouchGesture_k_ETouchGestureFlingStart     ETouchGesture = 12
	ETouchGesture_k_ETouchGestureFlingCancelled ETouchGesture = 13
)

func (ETouchGesture) Descriptor

func (ETouchGesture) Enum

func (x ETouchGesture) Enum() *ETouchGesture

func (ETouchGesture) EnumDescriptor deprecated

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

Deprecated: Use ETouchGesture.Descriptor instead.

func (ETouchGesture) Number

func (ETouchGesture) String

func (x ETouchGesture) String() string

func (ETouchGesture) Type

func (*ETouchGesture) UnmarshalJSON deprecated

func (x *ETouchGesture) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EUpdaterState

type EUpdaterState int32
const (
	EUpdaterState_k_EUpdaterState_Invalid              EUpdaterState = 0
	EUpdaterState_k_EUpdaterState_UpToDate             EUpdaterState = 2
	EUpdaterState_k_EUpdaterState_Checking             EUpdaterState = 3
	EUpdaterState_k_EUpdaterState_Available            EUpdaterState = 4
	EUpdaterState_k_EUpdaterState_Applying             EUpdaterState = 5
	EUpdaterState_k_EUpdaterState_ClientRestartPending EUpdaterState = 6
	EUpdaterState_k_EUpdaterState_SystemRestartPending EUpdaterState = 7
)

func (EUpdaterState) Descriptor

func (EUpdaterState) Enum

func (x EUpdaterState) Enum() *EUpdaterState

func (EUpdaterState) EnumDescriptor deprecated

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

Deprecated: Use EUpdaterState.Descriptor instead.

func (EUpdaterState) Number

func (EUpdaterState) String

func (x EUpdaterState) String() string

func (EUpdaterState) Type

func (*EUpdaterState) UnmarshalJSON deprecated

func (x *EUpdaterState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type EUpdaterType

type EUpdaterType int32
const (
	EUpdaterType_k_EUpdaterType_Invalid    EUpdaterType = 0
	EUpdaterType_k_EUpdaterType_Client     EUpdaterType = 1
	EUpdaterType_k_EUpdaterType_OS         EUpdaterType = 2
	EUpdaterType_k_EUpdaterType_BIOS       EUpdaterType = 3
	EUpdaterType_k_EUpdaterType_Aggregated EUpdaterType = 4
	EUpdaterType_k_EUpdaterType_Test1      EUpdaterType = 5
	EUpdaterType_k_EUpdaterType_Test2      EUpdaterType = 6
	EUpdaterType_k_EUpdaterType_Dummy      EUpdaterType = 7
)

func (EUpdaterType) Descriptor

func (EUpdaterType) Enum

func (x EUpdaterType) Enum() *EUpdaterType

func (EUpdaterType) EnumDescriptor deprecated

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

Deprecated: Use EUpdaterType.Descriptor instead.

func (EUpdaterType) Number

func (EUpdaterType) String

func (x EUpdaterType) String() string

func (EUpdaterType) Type

func (*EUpdaterType) UnmarshalJSON deprecated

func (x *EUpdaterType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PartnerEventNotificationType

type PartnerEventNotificationType int32
const (
	PartnerEventNotificationType_k_EEventStart          PartnerEventNotificationType = 0
	PartnerEventNotificationType_k_EEventBroadcastStart PartnerEventNotificationType = 1
	PartnerEventNotificationType_k_EEventMatchStart     PartnerEventNotificationType = 2
	PartnerEventNotificationType_k_EEventPartnerMaxType PartnerEventNotificationType = 3
)

func (PartnerEventNotificationType) Descriptor

func (PartnerEventNotificationType) Enum

func (PartnerEventNotificationType) EnumDescriptor deprecated

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

Deprecated: Use PartnerEventNotificationType.Descriptor instead.

func (PartnerEventNotificationType) Number

func (PartnerEventNotificationType) String

func (PartnerEventNotificationType) Type

func (*PartnerEventNotificationType) UnmarshalJSON deprecated

func (x *PartnerEventNotificationType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type UserContentDescriptorPreferences

type UserContentDescriptorPreferences struct {
	ContentDescriptorsToExclude []*UserContentDescriptorPreferences_ContentDescriptor `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UserContentDescriptorPreferences) Descriptor deprecated

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

Deprecated: Use UserContentDescriptorPreferences.ProtoReflect.Descriptor instead.

func (*UserContentDescriptorPreferences) GetContentDescriptorsToExclude

func (*UserContentDescriptorPreferences) ProtoMessage

func (*UserContentDescriptorPreferences) ProtoMessage()

func (*UserContentDescriptorPreferences) ProtoReflect

func (*UserContentDescriptorPreferences) Reset

func (*UserContentDescriptorPreferences) String

type UserContentDescriptorPreferences_ContentDescriptor

type UserContentDescriptorPreferences_ContentDescriptor struct {
	ContentDescriptorid *uint32 `protobuf:"varint,1,opt,name=content_descriptorid,json=contentDescriptorid" json:"content_descriptorid,omitempty"`
	TimestampAdded      *uint32 `protobuf:"varint,2,opt,name=timestamp_added,json=timestampAdded" json:"timestamp_added,omitempty"`
	// contains filtered or unexported fields
}

func (*UserContentDescriptorPreferences_ContentDescriptor) Descriptor deprecated

Deprecated: Use UserContentDescriptorPreferences_ContentDescriptor.ProtoReflect.Descriptor instead.

func (*UserContentDescriptorPreferences_ContentDescriptor) GetContentDescriptorid

func (x *UserContentDescriptorPreferences_ContentDescriptor) GetContentDescriptorid() uint32

func (*UserContentDescriptorPreferences_ContentDescriptor) GetTimestampAdded

func (*UserContentDescriptorPreferences_ContentDescriptor) ProtoMessage

func (*UserContentDescriptorPreferences_ContentDescriptor) ProtoReflect

func (*UserContentDescriptorPreferences_ContentDescriptor) Reset

func (*UserContentDescriptorPreferences_ContentDescriptor) String

Jump to

Keyboard shortcuts

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