TrinityCore
bgs::protocol::account::v1 Namespace Reference

Classes

class  AccountFieldOptions
 
class  AccountFieldTags
 
class  AccountId
 
class  AccountInfo
 
class  AccountLevelInfo
 
class  AccountLicense
 
class  AccountListener
 
class  AccountPlatformRestrictionInfo
 
class  AccountPrivacySetting
 
class  AccountReference
 
class  AccountService
 
class  AccountState
 
class  AccountStateNotification
 
class  AccountStateTagged
 
class  AuthorizedData
 
class  CAIS
 
class  GameAccountFieldOptions
 
class  GameAccountFieldTags
 
class  GameAccountFlagUpdateRequest
 
class  GameAccountHandle
 
class  GameAccountList
 
class  GameAccountNotification
 
class  GameAccountSessionNotification
 
class  GameAccountState
 
class  GameAccountStateNotification
 
class  GameAccountStateTagged
 
class  GameLevelInfo
 
class  GameSessionInfo
 
class  GameSessionLocation
 
class  GameSessionUpdateInfo
 
class  GameStatus
 
class  GameTimeInfo
 
class  GameTimeRemainingInfo
 
class  GetAccountInfoRequest
 
class  GetAccountInfoResponse
 
class  GetAccountPlatformRestrictionsRequest
 
class  GetAccountPlatformRestrictionsResponse
 
class  GetAccountStateRequest
 
class  GetAccountStateResponse
 
class  GetAuthorizedDataRequest
 
class  GetAuthorizedDataResponse
 
class  GetCAISInfoRequest
 
class  GetCAISInfoResponse
 
class  GetGameAccountStateRequest
 
class  GetGameAccountStateResponse
 
class  GetGameSessionInfoRequest
 
class  GetGameSessionInfoResponse
 
class  GetGameTimeRemainingInfoRequest
 
class  GetGameTimeRemainingInfoResponse
 
class  GetLicensesRequest
 
class  GetLicensesResponse
 
class  GetSignedAccountStateRequest
 
class  GetSignedAccountStateResponse
 
class  Identity
 
class  IgrAddress
 
class  IgrId
 
class  OptIns
 
class  ParentalControlInfo
 
class  PlayScheduleRestriction
 
class  PrivacyInfo
 
class  ProgramTag
 
class  RAFInfo
 
class  RegionTag
 
class  ResolveAccountRequest
 
class  ResolveAccountResponse
 
class  RestrictionStatus
 
class  SecurityStatus
 
class  SubscriberReference
 
class  SubscriptionUpdateRequest
 
class  SubscriptionUpdateResponse
 

Enumerations

enum  PrivacyInfo_GameInfoPrivacy { PrivacyInfo_GameInfoPrivacy_PRIVACY_ME = 0 , PrivacyInfo_GameInfoPrivacy_PRIVACY_FRIENDS = 1 , PrivacyInfo_GameInfoPrivacy_PRIVACY_EVERYONE = 2 }
 
enum  IdentityVerificationStatus {
  IDENT_NO_DATA = 0 , IDENT_PENDING = 1 , IDENT_OVER_18 = 2 , IDENT_UNDER_18 = 3 ,
  IDENT_FAILED = 4 , IDENT_SUCCESS = 5 , IDENT_SUCC_MNL = 6 , IDENT_UNKNOWN = 7
}
 

Functions

void TC_PROTO_API protobuf_AddDesc_account_5fservice_2eproto ()
 
void protobuf_AssignDesc_account_5fservice_2eproto ()
 
void protobuf_ShutdownFile_account_5fservice_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 
TC_PROTO_API bool PrivacyInfo_GameInfoPrivacy_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * PrivacyInfo_GameInfoPrivacy_descriptor ()
 
const ::std::string & PrivacyInfo_GameInfoPrivacy_Name (PrivacyInfo_GameInfoPrivacy value)
 
bool PrivacyInfo_GameInfoPrivacy_Parse (const ::std::string &name, PrivacyInfo_GameInfoPrivacy *value)
 
TC_PROTO_API bool IdentityVerificationStatus_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * IdentityVerificationStatus_descriptor ()
 
const ::std::string & IdentityVerificationStatus_Name (IdentityVerificationStatus value)
 
bool IdentityVerificationStatus_Parse (const ::std::string &name, IdentityVerificationStatus *value)
 

Variables

const PrivacyInfo_GameInfoPrivacy PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MIN = PrivacyInfo_GameInfoPrivacy_PRIVACY_ME
 
const PrivacyInfo_GameInfoPrivacy PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MAX = PrivacyInfo_GameInfoPrivacy_PRIVACY_EVERYONE
 
const int PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_ARRAYSIZE = PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MAX + 1
 
const IdentityVerificationStatus IdentityVerificationStatus_MIN = IDENT_NO_DATA
 
const IdentityVerificationStatus IdentityVerificationStatus_MAX = IDENT_UNKNOWN
 
const int IdentityVerificationStatus_ARRAYSIZE = IdentityVerificationStatus_MAX + 1
 

Enumeration Type Documentation

◆ IdentityVerificationStatus

Enumerator
IDENT_NO_DATA 
IDENT_PENDING 
IDENT_OVER_18 
IDENT_UNDER_18 
IDENT_FAILED 
IDENT_SUCCESS 
IDENT_SUCC_MNL 
IDENT_UNKNOWN 

Definition at line 104 of file account_types.pb.h.

◆ PrivacyInfo_GameInfoPrivacy

Enumerator
PrivacyInfo_GameInfoPrivacy_PRIVACY_ME 
PrivacyInfo_GameInfoPrivacy_PRIVACY_FRIENDS 
PrivacyInfo_GameInfoPrivacy_PRIVACY_EVERYONE 

Definition at line 84 of file account_types.pb.h.

Function Documentation

◆ IdentityVerificationStatus_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::account::v1::IdentityVerificationStatus_descriptor ( )
+ Here is the caller graph for this function:

◆ IdentityVerificationStatus_IsValid()

TC_PROTO_API bool bgs::protocol::account::v1::IdentityVerificationStatus_IsValid ( int  value)
+ Here is the caller graph for this function:

◆ IdentityVerificationStatus_Name()

const ::std::string & bgs::protocol::account::v1::IdentityVerificationStatus_Name ( IdentityVerificationStatus  value)
inline

Definition at line 120 of file account_types.pb.h.

+ Here is the call graph for this function:

◆ IdentityVerificationStatus_Parse()

bool bgs::protocol::account::v1::IdentityVerificationStatus_Parse ( const ::std::string &  name,
IdentityVerificationStatus value 
)
inline

Definition at line 124 of file account_types.pb.h.

+ Here is the call graph for this function:

◆ PrivacyInfo_GameInfoPrivacy_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy_descriptor ( )
+ Here is the caller graph for this function:

◆ PrivacyInfo_GameInfoPrivacy_IsValid()

TC_PROTO_API bool bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy_IsValid ( int  value)
+ Here is the caller graph for this function:

◆ PrivacyInfo_GameInfoPrivacy_Name()

const ::std::string & bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy_Name ( PrivacyInfo_GameInfoPrivacy  value)
inline

Definition at line 95 of file account_types.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PrivacyInfo_GameInfoPrivacy_Parse()

bool bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy_Parse ( const ::std::string &  name,
PrivacyInfo_GameInfoPrivacy value 
)
inline

Definition at line 99 of file account_types.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ protobuf_AddDesc_account_5fservice_2eproto()

void TC_PROTO_API bgs::protocol::account::v1::protobuf_AddDesc_account_5fservice_2eproto ( )

◆ protobuf_AddDesc_account_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::account::v1::protobuf_AddDesc_account_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_account_5fservice_2eproto()

void bgs::protocol::account::v1::protobuf_AssignDesc_account_5fservice_2eproto ( )

◆ protobuf_AssignDesc_account_5ftypes_2eproto()

void bgs::protocol::account::v1::protobuf_AssignDesc_account_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_account_5fservice_2eproto()

void bgs::protocol::account::v1::protobuf_ShutdownFile_account_5fservice_2eproto ( )

◆ protobuf_ShutdownFile_account_5ftypes_2eproto()

void bgs::protocol::account::v1::protobuf_ShutdownFile_account_5ftypes_2eproto ( )

Variable Documentation

◆ IdentityVerificationStatus_ARRAYSIZE

const int bgs::protocol::account::v1::IdentityVerificationStatus_ARRAYSIZE = IdentityVerificationStatus_MAX + 1

Definition at line 117 of file account_types.pb.h.

◆ IdentityVerificationStatus_MAX

const IdentityVerificationStatus bgs::protocol::account::v1::IdentityVerificationStatus_MAX = IDENT_UNKNOWN

Definition at line 116 of file account_types.pb.h.

◆ IdentityVerificationStatus_MIN

const IdentityVerificationStatus bgs::protocol::account::v1::IdentityVerificationStatus_MIN = IDENT_NO_DATA

Definition at line 115 of file account_types.pb.h.

◆ PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_ARRAYSIZE

const int bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_ARRAYSIZE = PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MAX + 1

Definition at line 92 of file account_types.pb.h.

◆ PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MAX

const PrivacyInfo_GameInfoPrivacy bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MAX = PrivacyInfo_GameInfoPrivacy_PRIVACY_EVERYONE

Definition at line 91 of file account_types.pb.h.

◆ PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MIN

const PrivacyInfo_GameInfoPrivacy bgs::protocol::account::v1::PrivacyInfo_GameInfoPrivacy_GameInfoPrivacy_MIN = PrivacyInfo_GameInfoPrivacy_PRIVACY_ME

Definition at line 90 of file account_types.pb.h.