TrinityCore
Loading...
Searching...
No Matches
bgs::protocol Namespace Reference

Namespaces

namespace  account
 
namespace  authentication
 
namespace  block_list
 
namespace  challenge
 
namespace  channel
 
namespace  club
 
namespace  club_membership
 
namespace  config
 
namespace  connection
 
namespace  friends
 
namespace  game_utilities
 
namespace  notification
 
namespace  presence
 
namespace  profanity
 
namespace  report
 
namespace  resources
 
namespace  v2
 
namespace  voice
 
namespace  whisper
 

Classes

class  Address
 
class  Attribute
 
class  AttributeFilter
 
class  BGSFieldOptions
 
class  BGSMessageOptions
 
class  BGSMethodOptions
 
class  BGSServiceOptions
 
class  ContentHandle
 
class  EmbedHTML
 
class  EmbedImage
 
class  EmbedInfo
 
class  EntityId
 
class  EntityIdRestriction
 
class  ErrorInfo
 
class  ExternalMessageId
 
class  FanoutTarget
 
class  FieldRestriction
 
class  FloatFieldRestriction
 
class  FloatRange
 
class  GetEventOptions
 
class  Header
 
class  Identity
 
class  Invitation
 
class  InvitationParams
 
class  MessageFieldRestriction
 
class  MessageId
 
class  NO_RESPONSE
 
class  NoData
 
class  ObjectAddress
 
class  ProcessId
 
class  Provider
 
class  RepeatedFieldRestriction
 
class  Role
 
class  RoleState
 
class  SDKFieldOptions
 
class  SDKServiceOptions
 
class  SemanticVersion
 
class  SignedFieldRestriction
 
class  SignedIntRange
 
class  StringFieldRestriction
 
class  TimeSeriesId
 
class  TitleIconContentHandle
 
class  UnsignedFieldRestriction
 
class  UnsignedIntRange
 
class  Variant
 
class  ViewMarker
 

Enumerations

enum  EventOrder { EVENT_DESCENDING = 0 , EVENT_ASCENDING = 1 }
 
enum  InvitationRemovedReason {
  INVITATION_REMOVED_REASON_ACCEPTED = 0 , INVITATION_REMOVED_REASON_DECLINED = 1 , INVITATION_REMOVED_REASON_REVOKED = 2 , INVITATION_REMOVED_REASON_IGNORED = 3 ,
  INVITATION_REMOVED_REASON_EXPIRED = 4 , INVITATION_REMOVED_REASON_CANCELED = 5
}
 
enum  SuggestionRemovedReason { SUGGESTION_REMOVED_REASON_APPROVED = 0 , SUGGESTION_REMOVED_REASON_DECLINED = 1 , SUGGESTION_REMOVED_REASON_EXPIRED = 2 , SUGGESTION_REMOVED_REASON_CANCELED = 3 }
 
enum  TypingIndicator { TYPING_START = 0 , TYPING_STOP = 1 }
 
enum  ExternalMessagePlatform { EXTERNAL_MESSAGE_PLATFORM_NONE = 0 , EXTERNAL_MESSAGE_PLATFORM_DISCORD = 1 }
 
enum  MessageOrigin { MESSAGE_ORIGIN_PLAYER = 0 , MESSAGE_ORIGIN_SYSTEM = 1 , MESSAGE_ORIGIN_DISCORD = 2 }
 
enum  AttributeFilter_Operation { AttributeFilter_Operation_MATCH_NONE = 0 , AttributeFilter_Operation_MATCH_ANY = 1 , AttributeFilter_Operation_MATCH_ALL = 2 , AttributeFilter_Operation_MATCH_ALL_MOST_SPECIFIC = 3 }
 
enum  EntityIdRestriction_Kind {
  EntityIdRestriction_Kind_ANY = 0 , EntityIdRestriction_Kind_ACCOUNT = 1 , EntityIdRestriction_Kind_GAME_ACCOUNT = 2 , EntityIdRestriction_Kind_ACCOUNT_OR_GAME_ACCOUNT = 3 ,
  EntityIdRestriction_Kind_SERVICE = 4 , EntityIdRestriction_Kind_CHANNEL = 5
}
 
enum  LogOption { HIDDEN = 1 , HEX = 2 }
 
enum  ClientRegisterMethodType { REGISTER_CLIENT_NONE = 0 , REGISTER_CLIENT_REGISTERED = 1 , REGISTER_CLIENT_UNREGISTERED = 2 , REGISTER_CLIENT_UNREGISTERED_NOTIFICATION = 3 }
 
enum  ClientIdentityRoutingType { CLIENT_IDENTITY_ROUTING_DISABLED = 0 , CLIENT_IDENTITY_ROUTING_BATTLE_NET_ACCOUNT = 1 , CLIENT_IDENTITY_ROUTING_GAME_ACCOUNT = 2 , CLIENT_IDENTITY_ROUTING_INSTANCE_ID = 3 }
 
enum  BGSServiceOptions_ServiceType { BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC = 0 , BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC_DIRECT = 1 , BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT = 2 , BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT_BROADCAST = 3 }
 

Functions

void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fembed_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fembed_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fembed_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto ()
 
TC_PROTO_API bool EventOrder_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * EventOrder_descriptor ()
 
const ::std::string & EventOrder_Name (EventOrder value)
 
bool EventOrder_Parse (const ::std::string &name, EventOrder *value)
 
void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto ()
 
TC_PROTO_API bool InvitationRemovedReason_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * InvitationRemovedReason_descriptor ()
 
const ::std::string & InvitationRemovedReason_Name (InvitationRemovedReason value)
 
bool InvitationRemovedReason_Parse (const ::std::string &name, InvitationRemovedReason *value)
 
TC_PROTO_API bool SuggestionRemovedReason_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * SuggestionRemovedReason_descriptor ()
 
const ::std::string & SuggestionRemovedReason_Name (SuggestionRemovedReason value)
 
bool SuggestionRemovedReason_Parse (const ::std::string &name, SuggestionRemovedReason *value)
 
void TC_PROTO_API protobuf_AddDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ()
 
TC_PROTO_API bool TypingIndicator_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * TypingIndicator_descriptor ()
 
const ::std::string & TypingIndicator_Name (TypingIndicator value)
 
bool TypingIndicator_Parse (const ::std::string &name, TypingIndicator *value)
 
TC_PROTO_API bool ExternalMessagePlatform_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * ExternalMessagePlatform_descriptor ()
 
const ::std::string & ExternalMessagePlatform_Name (ExternalMessagePlatform value)
 
bool ExternalMessagePlatform_Parse (const ::std::string &name, ExternalMessagePlatform *value)
 
TC_PROTO_API bool MessageOrigin_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * MessageOrigin_descriptor ()
 
const ::std::string & MessageOrigin_Name (MessageOrigin value)
 
bool MessageOrigin_Parse (const ::std::string &name, MessageOrigin *value)
 
void TC_PROTO_API protobuf_AddDesc_attribute_5ftypes_2eproto ()
 
void protobuf_AssignDesc_attribute_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_attribute_5ftypes_2eproto ()
 
TC_PROTO_API bool AttributeFilter_Operation_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * AttributeFilter_Operation_descriptor ()
 
const ::std::string & AttributeFilter_Operation_Name (AttributeFilter_Operation value)
 
bool AttributeFilter_Operation_Parse (const ::std::string &name, AttributeFilter_Operation *value)
 
void TC_PROTO_API protobuf_AddDesc_content_5fhandle_5ftypes_2eproto ()
 
void protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_embed_5ftypes_2eproto ()
 
void protobuf_AssignDesc_embed_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_embed_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_entity_5ftypes_2eproto ()
 
void protobuf_AssignDesc_entity_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_entity_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_ets_5ftypes_2eproto ()
 
void protobuf_AssignDesc_ets_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_ets_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_event_5fview_5ftypes_2eproto ()
 
void protobuf_AssignDesc_event_5fview_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_event_5fview_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ()
 
TC_PROTO_API bool EntityIdRestriction_Kind_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * EntityIdRestriction_Kind_descriptor ()
 
const ::std::string & EntityIdRestriction_Kind_Name (EntityIdRestriction_Kind value)
 
bool EntityIdRestriction_Kind_Parse (const ::std::string &name, EntityIdRestriction_Kind *value)
 
TC_PROTO_API bool LogOption_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * LogOption_descriptor ()
 
const ::std::string & LogOption_Name (LogOption value)
 
bool LogOption_Parse (const ::std::string &name, LogOption *value)
 
void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2fmessage_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2fmessage_5foptions_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2fmethod_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2fmethod_5foptions_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2frange_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2frange_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2frange_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto ()
 
TC_PROTO_API bool ClientRegisterMethodType_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * ClientRegisterMethodType_descriptor ()
 
const ::std::string & ClientRegisterMethodType_Name (ClientRegisterMethodType value)
 
bool ClientRegisterMethodType_Parse (const ::std::string &name, ClientRegisterMethodType *value)
 
void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2frouting_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2frouting_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2frouting_2eproto ()
 
TC_PROTO_API bool ClientIdentityRoutingType_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * ClientIdentityRoutingType_descriptor ()
 
const ::std::string & ClientIdentityRoutingType_Name (ClientIdentityRoutingType value)
 
bool ClientIdentityRoutingType_Parse (const ::std::string &name, ClientIdentityRoutingType *value)
 
void TC_PROTO_API protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto ()
 
void protobuf_AssignDesc_global_5fextensions_2fservice_5foptions_2eproto ()
 
void protobuf_ShutdownFile_global_5fextensions_2fservice_5foptions_2eproto ()
 
TC_PROTO_API bool BGSServiceOptions_ServiceType_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * BGSServiceOptions_ServiceType_descriptor ()
 
const ::std::string & BGSServiceOptions_ServiceType_Name (BGSServiceOptions_ServiceType value)
 
bool BGSServiceOptions_ServiceType_Parse (const ::std::string &name, BGSServiceOptions_ServiceType *value)
 
void TC_PROTO_API protobuf_AddDesc_message_5ftypes_2eproto ()
 
void protobuf_AssignDesc_message_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_message_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_role_5ftypes_2eproto ()
 
void protobuf_AssignDesc_role_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_role_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_rpc_5ftypes_2eproto ()
 
void protobuf_AssignDesc_rpc_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_rpc_5ftypes_2eproto ()
 
void TC_PROTO_API protobuf_AddDesc_semantic_5fversion_2eproto ()
 
void protobuf_AssignDesc_semantic_5fversion_2eproto ()
 
void protobuf_ShutdownFile_semantic_5fversion_2eproto ()
 

Variables

const EventOrder EventOrder_MIN = EVENT_DESCENDING
 
const EventOrder EventOrder_MAX = EVENT_ASCENDING
 
const int EventOrder_ARRAYSIZE = EventOrder_MAX + 1
 
const InvitationRemovedReason InvitationRemovedReason_MIN = INVITATION_REMOVED_REASON_ACCEPTED
 
const InvitationRemovedReason InvitationRemovedReason_MAX = INVITATION_REMOVED_REASON_CANCELED
 
const int InvitationRemovedReason_ARRAYSIZE = InvitationRemovedReason_MAX + 1
 
const SuggestionRemovedReason SuggestionRemovedReason_MIN = SUGGESTION_REMOVED_REASON_APPROVED
 
const SuggestionRemovedReason SuggestionRemovedReason_MAX = SUGGESTION_REMOVED_REASON_CANCELED
 
const int SuggestionRemovedReason_ARRAYSIZE = SuggestionRemovedReason_MAX + 1
 
const TypingIndicator TypingIndicator_MIN = TYPING_START
 
const TypingIndicator TypingIndicator_MAX = TYPING_STOP
 
const int TypingIndicator_ARRAYSIZE = TypingIndicator_MAX + 1
 
const ExternalMessagePlatform ExternalMessagePlatform_MIN = EXTERNAL_MESSAGE_PLATFORM_NONE
 
const ExternalMessagePlatform ExternalMessagePlatform_MAX = EXTERNAL_MESSAGE_PLATFORM_DISCORD
 
const int ExternalMessagePlatform_ARRAYSIZE = ExternalMessagePlatform_MAX + 1
 
const MessageOrigin MessageOrigin_MIN = MESSAGE_ORIGIN_PLAYER
 
const MessageOrigin MessageOrigin_MAX = MESSAGE_ORIGIN_DISCORD
 
const int MessageOrigin_ARRAYSIZE = MessageOrigin_MAX + 1
 
const AttributeFilter_Operation AttributeFilter_Operation_Operation_MIN = AttributeFilter_Operation_MATCH_NONE
 
const AttributeFilter_Operation AttributeFilter_Operation_Operation_MAX = AttributeFilter_Operation_MATCH_ALL_MOST_SPECIFIC
 
const int AttributeFilter_Operation_Operation_ARRAYSIZE = AttributeFilter_Operation_Operation_MAX + 1
 
const EntityIdRestriction_Kind EntityIdRestriction_Kind_Kind_MIN = EntityIdRestriction_Kind_ANY
 
const EntityIdRestriction_Kind EntityIdRestriction_Kind_Kind_MAX = EntityIdRestriction_Kind_CHANNEL
 
const int EntityIdRestriction_Kind_Kind_ARRAYSIZE = EntityIdRestriction_Kind_Kind_MAX + 1
 
const LogOption LogOption_MIN = HIDDEN
 
const LogOption LogOption_MAX = HEX
 
const int LogOption_ARRAYSIZE = LogOption_MAX + 1
 
static const int kFieldOptionsFieldNumber = 90000
 
TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSFieldOptions >, 11, false > field_options
 
static const int kValidFieldNumber = 90001
 
TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::FieldRestriction >, 11, false > valid
 
static const int kSdkFieldOptionsFieldNumber = 90002
 
TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::SDKFieldOptions >, 11, false > sdk_field_options
 
static const int kMessageOptionsFieldNumber = 90000
 
TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MessageOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSMessageOptions >, 11, false > message_options
 
static const int kMethodOptionsFieldNumber = 90000
 
TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MethodOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSMethodOptions >, 11, false > method_options
 
const ClientRegisterMethodType ClientRegisterMethodType_MIN = REGISTER_CLIENT_NONE
 
const ClientRegisterMethodType ClientRegisterMethodType_MAX = REGISTER_CLIENT_UNREGISTERED_NOTIFICATION
 
const int ClientRegisterMethodType_ARRAYSIZE = ClientRegisterMethodType_MAX + 1
 
const ClientIdentityRoutingType ClientIdentityRoutingType_MIN = CLIENT_IDENTITY_ROUTING_DISABLED
 
const ClientIdentityRoutingType ClientIdentityRoutingType_MAX = CLIENT_IDENTITY_ROUTING_INSTANCE_ID
 
const int ClientIdentityRoutingType_ARRAYSIZE = ClientIdentityRoutingType_MAX + 1
 
const BGSServiceOptions_ServiceType BGSServiceOptions_ServiceType_ServiceType_MIN = BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC
 
const BGSServiceOptions_ServiceType BGSServiceOptions_ServiceType_ServiceType_MAX = BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT_BROADCAST
 
const int BGSServiceOptions_ServiceType_ServiceType_ARRAYSIZE = BGSServiceOptions_ServiceType_ServiceType_MAX + 1
 
static const int kServiceOptionsFieldNumber = 90000
 
TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSServiceOptions >, 11, false > service_options
 
static const int kSdkServiceOptionsFieldNumber = 90001
 
TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::SDKServiceOptions >, 11, false > sdk_service_options
 

Enumeration Type Documentation

◆ AttributeFilter_Operation

Enumerator
AttributeFilter_Operation_MATCH_NONE 
AttributeFilter_Operation_MATCH_ANY 
AttributeFilter_Operation_MATCH_ALL 
AttributeFilter_Operation_MATCH_ALL_MOST_SPECIFIC 

Definition at line 44 of file attribute_types.pb.h.

◆ BGSServiceOptions_ServiceType

Enumerator
BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC 
BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC_DIRECT 
BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT 
BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT_BROADCAST 

Definition at line 43 of file service_options.pb.h.

◆ ClientIdentityRoutingType

Enumerator
CLIENT_IDENTITY_ROUTING_DISABLED 
CLIENT_IDENTITY_ROUTING_BATTLE_NET_ACCOUNT 
CLIENT_IDENTITY_ROUTING_GAME_ACCOUNT 
CLIENT_IDENTITY_ROUTING_INSTANCE_ID 

Definition at line 37 of file routing.pb.h.

◆ ClientRegisterMethodType

Enumerator
REGISTER_CLIENT_NONE 
REGISTER_CLIENT_REGISTERED 
REGISTER_CLIENT_UNREGISTERED 
REGISTER_CLIENT_UNREGISTERED_NOTIFICATION 

Definition at line 37 of file register_method_types.pb.h.

◆ EntityIdRestriction_Kind

Enumerator
EntityIdRestriction_Kind_ANY 
EntityIdRestriction_Kind_ACCOUNT 
EntityIdRestriction_Kind_GAME_ACCOUNT 
EntityIdRestriction_Kind_ACCOUNT_OR_GAME_ACCOUNT 
EntityIdRestriction_Kind_SERVICE 
EntityIdRestriction_Kind_CHANNEL 

Definition at line 52 of file field_options.pb.h.

◆ EventOrder

Enumerator
EVENT_DESCENDING 
EVENT_ASCENDING 

Definition at line 42 of file event_view_types.pb.h.

◆ ExternalMessagePlatform

Enumerator
EXTERNAL_MESSAGE_PLATFORM_NONE 
EXTERNAL_MESSAGE_PLATFORM_DISCORD 

Definition at line 63 of file message_types.pb.h.

◆ InvitationRemovedReason

Enumerator
INVITATION_REMOVED_REASON_ACCEPTED 
INVITATION_REMOVED_REASON_DECLINED 
INVITATION_REMOVED_REASON_REVOKED 
INVITATION_REMOVED_REASON_IGNORED 
INVITATION_REMOVED_REASON_EXPIRED 
INVITATION_REMOVED_REASON_CANCELED 

Definition at line 44 of file invitation_types.pb.h.

◆ LogOption

Enumerator
HIDDEN 
HEX 

Definition at line 75 of file field_options.pb.h.

◆ MessageOrigin

Enumerator
MESSAGE_ORIGIN_PLAYER 
MESSAGE_ORIGIN_SYSTEM 
MESSAGE_ORIGIN_DISCORD 

Definition at line 82 of file message_types.pb.h.

◆ SuggestionRemovedReason

Enumerator
SUGGESTION_REMOVED_REASON_APPROVED 
SUGGESTION_REMOVED_REASON_DECLINED 
SUGGESTION_REMOVED_REASON_EXPIRED 
SUGGESTION_REMOVED_REASON_CANCELED 

Definition at line 67 of file invitation_types.pb.h.

◆ TypingIndicator

Enumerator
TYPING_START 
TYPING_STOP 

Definition at line 44 of file message_types.pb.h.

Function Documentation

◆ AttributeFilter_Operation_descriptor()

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

◆ AttributeFilter_Operation_IsValid()

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

◆ AttributeFilter_Operation_Name()

const ::std::string & bgs::protocol::AttributeFilter_Operation_Name ( AttributeFilter_Operation  value)
inline

Definition at line 56 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ AttributeFilter_Operation_Parse()

bool bgs::protocol::AttributeFilter_Operation_Parse ( const ::std::string &  name,
AttributeFilter_Operation value 
)
inline

Definition at line 60 of file attribute_types.pb.h.

+ Here is the call graph for this function:

◆ BGSServiceOptions_ServiceType_descriptor()

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

◆ BGSServiceOptions_ServiceType_IsValid()

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

◆ BGSServiceOptions_ServiceType_Name()

const ::std::string & bgs::protocol::BGSServiceOptions_ServiceType_Name ( BGSServiceOptions_ServiceType  value)
inline

Definition at line 55 of file service_options.pb.h.

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

◆ BGSServiceOptions_ServiceType_Parse()

bool bgs::protocol::BGSServiceOptions_ServiceType_Parse ( const ::std::string &  name,
BGSServiceOptions_ServiceType value 
)
inline

Definition at line 59 of file service_options.pb.h.

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

◆ ClientIdentityRoutingType_descriptor()

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

◆ ClientIdentityRoutingType_IsValid()

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

◆ ClientIdentityRoutingType_Name()

const ::std::string & bgs::protocol::ClientIdentityRoutingType_Name ( ClientIdentityRoutingType  value)
inline

Definition at line 49 of file routing.pb.h.

+ Here is the call graph for this function:

◆ ClientIdentityRoutingType_Parse()

bool bgs::protocol::ClientIdentityRoutingType_Parse ( const ::std::string &  name,
ClientIdentityRoutingType value 
)
inline

Definition at line 53 of file routing.pb.h.

+ Here is the call graph for this function:

◆ ClientRegisterMethodType_descriptor()

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

◆ ClientRegisterMethodType_IsValid()

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

◆ ClientRegisterMethodType_Name()

const ::std::string & bgs::protocol::ClientRegisterMethodType_Name ( ClientRegisterMethodType  value)
inline

Definition at line 49 of file register_method_types.pb.h.

+ Here is the call graph for this function:

◆ ClientRegisterMethodType_Parse()

bool bgs::protocol::ClientRegisterMethodType_Parse ( const ::std::string &  name,
ClientRegisterMethodType value 
)
inline

Definition at line 53 of file register_method_types.pb.h.

+ Here is the call graph for this function:

◆ EntityIdRestriction_Kind_descriptor()

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

◆ EntityIdRestriction_Kind_IsValid()

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

◆ EntityIdRestriction_Kind_Name()

const ::std::string & bgs::protocol::EntityIdRestriction_Kind_Name ( EntityIdRestriction_Kind  value)
inline

Definition at line 66 of file field_options.pb.h.

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

◆ EntityIdRestriction_Kind_Parse()

bool bgs::protocol::EntityIdRestriction_Kind_Parse ( const ::std::string &  name,
EntityIdRestriction_Kind value 
)
inline

Definition at line 70 of file field_options.pb.h.

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

◆ EventOrder_descriptor()

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

◆ EventOrder_IsValid()

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

◆ EventOrder_Name()

const ::std::string & bgs::protocol::EventOrder_Name ( EventOrder  value)
inline

Definition at line 52 of file event_view_types.pb.h.

+ Here is the call graph for this function:

◆ EventOrder_Parse()

bool bgs::protocol::EventOrder_Parse ( const ::std::string &  name,
EventOrder value 
)
inline

Definition at line 56 of file event_view_types.pb.h.

+ Here is the call graph for this function:

◆ ExternalMessagePlatform_descriptor()

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

◆ ExternalMessagePlatform_IsValid()

TC_PROTO_API bool bgs::protocol::ExternalMessagePlatform_IsValid ( int  value)

◆ ExternalMessagePlatform_Name()

const ::std::string & bgs::protocol::ExternalMessagePlatform_Name ( ExternalMessagePlatform  value)
inline

Definition at line 73 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ ExternalMessagePlatform_Parse()

bool bgs::protocol::ExternalMessagePlatform_Parse ( const ::std::string &  name,
ExternalMessagePlatform value 
)
inline

Definition at line 77 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ InvitationRemovedReason_descriptor()

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

◆ InvitationRemovedReason_IsValid()

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

◆ InvitationRemovedReason_Name()

const ::std::string & bgs::protocol::InvitationRemovedReason_Name ( InvitationRemovedReason  value)
inline

Definition at line 58 of file invitation_types.pb.h.

+ Here is the call graph for this function:

◆ InvitationRemovedReason_Parse()

bool bgs::protocol::InvitationRemovedReason_Parse ( const ::std::string &  name,
InvitationRemovedReason value 
)
inline

Definition at line 62 of file invitation_types.pb.h.

+ Here is the call graph for this function:

◆ LogOption_descriptor()

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

◆ LogOption_IsValid()

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

◆ LogOption_Name()

const ::std::string & bgs::protocol::LogOption_Name ( LogOption  value)
inline

Definition at line 85 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ LogOption_Parse()

bool bgs::protocol::LogOption_Parse ( const ::std::string &  name,
LogOption value 
)
inline

Definition at line 89 of file field_options.pb.h.

+ Here is the call graph for this function:

◆ MessageOrigin_descriptor()

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

◆ MessageOrigin_IsValid()

TC_PROTO_API bool bgs::protocol::MessageOrigin_IsValid ( int  value)

◆ MessageOrigin_Name()

const ::std::string & bgs::protocol::MessageOrigin_Name ( MessageOrigin  value)
inline

Definition at line 93 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ MessageOrigin_Parse()

bool bgs::protocol::MessageOrigin_Parse ( const ::std::string &  name,
MessageOrigin value 
)
inline

Definition at line 97 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fembed_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_api_2fcommon_2fv1_2fembed_5ftypes_2eproto ( )

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto ( )

◆ protobuf_AddDesc_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto ( )

◆ protobuf_AddDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ( )

◆ protobuf_AddDesc_attribute_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_attribute_5ftypes_2eproto ( )

◆ protobuf_AddDesc_content_5fhandle_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_content_5fhandle_5ftypes_2eproto ( )

◆ protobuf_AddDesc_embed_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_embed_5ftypes_2eproto ( )

◆ protobuf_AddDesc_entity_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_entity_5ftypes_2eproto ( )

◆ protobuf_AddDesc_ets_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_ets_5ftypes_2eproto ( )

◆ protobuf_AddDesc_event_5fview_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_event_5fview_5ftypes_2eproto ( )

◆ protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_global_5fextensions_2ffield_5foptions_2eproto ( )

◆ protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_global_5fextensions_2fmessage_5foptions_2eproto ( )

◆ protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_global_5fextensions_2fmethod_5foptions_2eproto ( )

◆ protobuf_AddDesc_global_5fextensions_2frange_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_global_5fextensions_2frange_2eproto ( )

◆ protobuf_AddDesc_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto ( )

◆ protobuf_AddDesc_global_5fextensions_2frouting_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_global_5fextensions_2frouting_2eproto ( )

◆ protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_global_5fextensions_2fservice_5foptions_2eproto ( )

◆ protobuf_AddDesc_message_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_message_5ftypes_2eproto ( )

◆ protobuf_AddDesc_role_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_role_5ftypes_2eproto ( )

◆ protobuf_AddDesc_rpc_5ftypes_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_rpc_5ftypes_2eproto ( )

◆ protobuf_AddDesc_semantic_5fversion_2eproto()

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_semantic_5fversion_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fembed_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_api_2fcommon_2fv1_2fembed_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_attribute_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_attribute_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_content_5fhandle_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_embed_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_embed_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_entity_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_entity_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_ets_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_ets_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_event_5fview_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_event_5fview_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto()

void bgs::protocol::protobuf_AssignDesc_global_5fextensions_2ffield_5foptions_2eproto ( )

◆ protobuf_AssignDesc_global_5fextensions_2fmessage_5foptions_2eproto()

void bgs::protocol::protobuf_AssignDesc_global_5fextensions_2fmessage_5foptions_2eproto ( )

◆ protobuf_AssignDesc_global_5fextensions_2fmethod_5foptions_2eproto()

void bgs::protocol::protobuf_AssignDesc_global_5fextensions_2fmethod_5foptions_2eproto ( )

◆ protobuf_AssignDesc_global_5fextensions_2frange_2eproto()

void bgs::protocol::protobuf_AssignDesc_global_5fextensions_2frange_2eproto ( )

◆ protobuf_AssignDesc_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_global_5fextensions_2frouting_2eproto()

void bgs::protocol::protobuf_AssignDesc_global_5fextensions_2frouting_2eproto ( )

◆ protobuf_AssignDesc_global_5fextensions_2fservice_5foptions_2eproto()

void bgs::protocol::protobuf_AssignDesc_global_5fextensions_2fservice_5foptions_2eproto ( )

◆ protobuf_AssignDesc_message_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_message_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_role_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_role_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_rpc_5ftypes_2eproto()

void bgs::protocol::protobuf_AssignDesc_rpc_5ftypes_2eproto ( )

◆ protobuf_AssignDesc_semantic_5fversion_2eproto()

void bgs::protocol::protobuf_AssignDesc_semantic_5fversion_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fembed_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_api_2fcommon_2fv1_2fembed_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_api_2fcommon_2fv1_2fevent_5fview_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_api_2fcommon_2fv1_2finvitation_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_api_2fcommon_2fv1_2fmessage_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_attribute_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_attribute_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_content_5fhandle_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_embed_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_embed_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_entity_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_entity_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_ets_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_ets_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_event_5fview_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_event_5fview_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto()

void bgs::protocol::protobuf_ShutdownFile_global_5fextensions_2ffield_5foptions_2eproto ( )

◆ protobuf_ShutdownFile_global_5fextensions_2fmessage_5foptions_2eproto()

void bgs::protocol::protobuf_ShutdownFile_global_5fextensions_2fmessage_5foptions_2eproto ( )

◆ protobuf_ShutdownFile_global_5fextensions_2fmethod_5foptions_2eproto()

void bgs::protocol::protobuf_ShutdownFile_global_5fextensions_2fmethod_5foptions_2eproto ( )

◆ protobuf_ShutdownFile_global_5fextensions_2frange_2eproto()

void bgs::protocol::protobuf_ShutdownFile_global_5fextensions_2frange_2eproto ( )

◆ protobuf_ShutdownFile_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_global_5fextensions_2fregister_5fmethod_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_global_5fextensions_2frouting_2eproto()

void bgs::protocol::protobuf_ShutdownFile_global_5fextensions_2frouting_2eproto ( )

◆ protobuf_ShutdownFile_global_5fextensions_2fservice_5foptions_2eproto()

void bgs::protocol::protobuf_ShutdownFile_global_5fextensions_2fservice_5foptions_2eproto ( )

◆ protobuf_ShutdownFile_message_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_message_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_role_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_role_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_rpc_5ftypes_2eproto()

void bgs::protocol::protobuf_ShutdownFile_rpc_5ftypes_2eproto ( )

◆ protobuf_ShutdownFile_semantic_5fversion_2eproto()

void bgs::protocol::protobuf_ShutdownFile_semantic_5fversion_2eproto ( )

◆ SuggestionRemovedReason_descriptor()

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

◆ SuggestionRemovedReason_IsValid()

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

◆ SuggestionRemovedReason_Name()

const ::std::string & bgs::protocol::SuggestionRemovedReason_Name ( SuggestionRemovedReason  value)
inline

Definition at line 79 of file invitation_types.pb.h.

+ Here is the call graph for this function:

◆ SuggestionRemovedReason_Parse()

bool bgs::protocol::SuggestionRemovedReason_Parse ( const ::std::string &  name,
SuggestionRemovedReason value 
)
inline

Definition at line 83 of file invitation_types.pb.h.

+ Here is the call graph for this function:

◆ TypingIndicator_descriptor()

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

◆ TypingIndicator_IsValid()

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

◆ TypingIndicator_Name()

const ::std::string & bgs::protocol::TypingIndicator_Name ( TypingIndicator  value)
inline

Definition at line 54 of file message_types.pb.h.

+ Here is the call graph for this function:

◆ TypingIndicator_Parse()

bool bgs::protocol::TypingIndicator_Parse ( const ::std::string &  name,
TypingIndicator value 
)
inline

Definition at line 58 of file message_types.pb.h.

+ Here is the call graph for this function:

Variable Documentation

◆ AttributeFilter_Operation_Operation_ARRAYSIZE

const int bgs::protocol::AttributeFilter_Operation_Operation_ARRAYSIZE = AttributeFilter_Operation_Operation_MAX + 1

Definition at line 53 of file attribute_types.pb.h.

◆ AttributeFilter_Operation_Operation_MAX

const AttributeFilter_Operation bgs::protocol::AttributeFilter_Operation_Operation_MAX = AttributeFilter_Operation_MATCH_ALL_MOST_SPECIFIC

Definition at line 52 of file attribute_types.pb.h.

◆ AttributeFilter_Operation_Operation_MIN

const AttributeFilter_Operation bgs::protocol::AttributeFilter_Operation_Operation_MIN = AttributeFilter_Operation_MATCH_NONE

Definition at line 51 of file attribute_types.pb.h.

◆ BGSServiceOptions_ServiceType_ServiceType_ARRAYSIZE

const int bgs::protocol::BGSServiceOptions_ServiceType_ServiceType_ARRAYSIZE = BGSServiceOptions_ServiceType_ServiceType_MAX + 1

Definition at line 52 of file service_options.pb.h.

◆ BGSServiceOptions_ServiceType_ServiceType_MAX

const BGSServiceOptions_ServiceType bgs::protocol::BGSServiceOptions_ServiceType_ServiceType_MAX = BGSServiceOptions_ServiceType_SERVICE_TYPE_EVENT_BROADCAST

Definition at line 51 of file service_options.pb.h.

◆ BGSServiceOptions_ServiceType_ServiceType_MIN

const BGSServiceOptions_ServiceType bgs::protocol::BGSServiceOptions_ServiceType_ServiceType_MIN = BGSServiceOptions_ServiceType_SERVICE_TYPE_RPC

Definition at line 50 of file service_options.pb.h.

◆ ClientIdentityRoutingType_ARRAYSIZE

const int bgs::protocol::ClientIdentityRoutingType_ARRAYSIZE = ClientIdentityRoutingType_MAX + 1

Definition at line 46 of file routing.pb.h.

◆ ClientIdentityRoutingType_MAX

const ClientIdentityRoutingType bgs::protocol::ClientIdentityRoutingType_MAX = CLIENT_IDENTITY_ROUTING_INSTANCE_ID

Definition at line 45 of file routing.pb.h.

◆ ClientIdentityRoutingType_MIN

const ClientIdentityRoutingType bgs::protocol::ClientIdentityRoutingType_MIN = CLIENT_IDENTITY_ROUTING_DISABLED

Definition at line 44 of file routing.pb.h.

◆ ClientRegisterMethodType_ARRAYSIZE

const int bgs::protocol::ClientRegisterMethodType_ARRAYSIZE = ClientRegisterMethodType_MAX + 1

Definition at line 46 of file register_method_types.pb.h.

◆ ClientRegisterMethodType_MAX

const ClientRegisterMethodType bgs::protocol::ClientRegisterMethodType_MAX = REGISTER_CLIENT_UNREGISTERED_NOTIFICATION

Definition at line 45 of file register_method_types.pb.h.

◆ ClientRegisterMethodType_MIN

const ClientRegisterMethodType bgs::protocol::ClientRegisterMethodType_MIN = REGISTER_CLIENT_NONE

Definition at line 44 of file register_method_types.pb.h.

◆ EntityIdRestriction_Kind_Kind_ARRAYSIZE

const int bgs::protocol::EntityIdRestriction_Kind_Kind_ARRAYSIZE = EntityIdRestriction_Kind_Kind_MAX + 1

Definition at line 63 of file field_options.pb.h.

◆ EntityIdRestriction_Kind_Kind_MAX

const EntityIdRestriction_Kind bgs::protocol::EntityIdRestriction_Kind_Kind_MAX = EntityIdRestriction_Kind_CHANNEL

Definition at line 62 of file field_options.pb.h.

◆ EntityIdRestriction_Kind_Kind_MIN

const EntityIdRestriction_Kind bgs::protocol::EntityIdRestriction_Kind_Kind_MIN = EntityIdRestriction_Kind_ANY

Definition at line 61 of file field_options.pb.h.

◆ EventOrder_ARRAYSIZE

const int bgs::protocol::EventOrder_ARRAYSIZE = EventOrder_MAX + 1

Definition at line 49 of file event_view_types.pb.h.

◆ EventOrder_MAX

const EventOrder bgs::protocol::EventOrder_MAX = EVENT_ASCENDING

Definition at line 48 of file event_view_types.pb.h.

◆ EventOrder_MIN

const EventOrder bgs::protocol::EventOrder_MIN = EVENT_DESCENDING

Definition at line 47 of file event_view_types.pb.h.

◆ ExternalMessagePlatform_ARRAYSIZE

const int bgs::protocol::ExternalMessagePlatform_ARRAYSIZE = ExternalMessagePlatform_MAX + 1

Definition at line 70 of file message_types.pb.h.

◆ ExternalMessagePlatform_MAX

const ExternalMessagePlatform bgs::protocol::ExternalMessagePlatform_MAX = EXTERNAL_MESSAGE_PLATFORM_DISCORD

Definition at line 69 of file message_types.pb.h.

◆ ExternalMessagePlatform_MIN

const ExternalMessagePlatform bgs::protocol::ExternalMessagePlatform_MIN = EXTERNAL_MESSAGE_PLATFORM_NONE

Definition at line 68 of file message_types.pb.h.

◆ field_options

TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSFieldOptions >, 11, false > bgs::protocol::field_options
extern

◆ InvitationRemovedReason_ARRAYSIZE

const int bgs::protocol::InvitationRemovedReason_ARRAYSIZE = InvitationRemovedReason_MAX + 1

Definition at line 55 of file invitation_types.pb.h.

◆ InvitationRemovedReason_MAX

const InvitationRemovedReason bgs::protocol::InvitationRemovedReason_MAX = INVITATION_REMOVED_REASON_CANCELED

Definition at line 54 of file invitation_types.pb.h.

◆ InvitationRemovedReason_MIN

const InvitationRemovedReason bgs::protocol::InvitationRemovedReason_MIN = INVITATION_REMOVED_REASON_ACCEPTED

Definition at line 53 of file invitation_types.pb.h.

◆ kFieldOptionsFieldNumber

const int bgs::protocol::kFieldOptionsFieldNumber = 90000
static

Definition at line 1101 of file field_options.pb.h.

◆ kMessageOptionsFieldNumber

const int bgs::protocol::kMessageOptionsFieldNumber = 90000
static

Definition at line 121 of file message_options.pb.h.

◆ kMethodOptionsFieldNumber

const int bgs::protocol::kMethodOptionsFieldNumber = 90000
static

Definition at line 258 of file method_options.pb.h.

◆ kSdkFieldOptionsFieldNumber

const int bgs::protocol::kSdkFieldOptionsFieldNumber = 90002
static

Definition at line 1109 of file field_options.pb.h.

◆ kSdkServiceOptionsFieldNumber

const int bgs::protocol::kSdkServiceOptionsFieldNumber = 90001
static

Definition at line 345 of file service_options.pb.h.

◆ kServiceOptionsFieldNumber

const int bgs::protocol::kServiceOptionsFieldNumber = 90000
static

Definition at line 341 of file service_options.pb.h.

◆ kValidFieldNumber

const int bgs::protocol::kValidFieldNumber = 90001
static

Definition at line 1105 of file field_options.pb.h.

◆ LogOption_ARRAYSIZE

const int bgs::protocol::LogOption_ARRAYSIZE = LogOption_MAX + 1

Definition at line 82 of file field_options.pb.h.

◆ LogOption_MAX

const LogOption bgs::protocol::LogOption_MAX = HEX

Definition at line 81 of file field_options.pb.h.

◆ LogOption_MIN

const LogOption bgs::protocol::LogOption_MIN = HIDDEN

Definition at line 80 of file field_options.pb.h.

◆ message_options

TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MessageOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSMessageOptions >, 11, false > bgs::protocol::message_options
extern

◆ MessageOrigin_ARRAYSIZE

const int bgs::protocol::MessageOrigin_ARRAYSIZE = MessageOrigin_MAX + 1

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

◆ MessageOrigin_MAX

const MessageOrigin bgs::protocol::MessageOrigin_MAX = MESSAGE_ORIGIN_DISCORD

Definition at line 89 of file message_types.pb.h.

◆ MessageOrigin_MIN

const MessageOrigin bgs::protocol::MessageOrigin_MIN = MESSAGE_ORIGIN_PLAYER

Definition at line 88 of file message_types.pb.h.

◆ method_options

TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MethodOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSMethodOptions >, 11, false > bgs::protocol::method_options
extern

◆ sdk_field_options

TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::SDKFieldOptions >, 11, false > bgs::protocol::sdk_field_options
extern

◆ sdk_service_options

TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::SDKServiceOptions >, 11, false > bgs::protocol::sdk_service_options
extern

◆ service_options

TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::BGSServiceOptions >, 11, false > bgs::protocol::service_options
extern

◆ SuggestionRemovedReason_ARRAYSIZE

const int bgs::protocol::SuggestionRemovedReason_ARRAYSIZE = SuggestionRemovedReason_MAX + 1

Definition at line 76 of file invitation_types.pb.h.

◆ SuggestionRemovedReason_MAX

const SuggestionRemovedReason bgs::protocol::SuggestionRemovedReason_MAX = SUGGESTION_REMOVED_REASON_CANCELED

Definition at line 75 of file invitation_types.pb.h.

◆ SuggestionRemovedReason_MIN

const SuggestionRemovedReason bgs::protocol::SuggestionRemovedReason_MIN = SUGGESTION_REMOVED_REASON_APPROVED

Definition at line 74 of file invitation_types.pb.h.

◆ TypingIndicator_ARRAYSIZE

const int bgs::protocol::TypingIndicator_ARRAYSIZE = TypingIndicator_MAX + 1

Definition at line 51 of file message_types.pb.h.

◆ TypingIndicator_MAX

const TypingIndicator bgs::protocol::TypingIndicator_MAX = TYPING_STOP

Definition at line 50 of file message_types.pb.h.

◆ TypingIndicator_MIN

const TypingIndicator bgs::protocol::TypingIndicator_MIN = TYPING_START

Definition at line 49 of file message_types.pb.h.

◆ valid

TC_PROTO_API ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::FieldOptions, ::google::protobuf::internal::MessageTypeTraits< ::bgs::protocol::FieldRestriction >, 11, false > bgs::protocol::valid
extern