TrinityCore
Loading...
Searching...
No Matches
club_enum.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include "Define.h"
+ Include dependency graph for club_enum.pb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::client::ClubRemovedReason >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::client::StreamVoiceLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::client::VoiceMicrophoneState >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::client::PresenceLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::client::WhisperLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::client::StreamNotificationFilter >
 

Namespaces

namespace  bgs
 
namespace  bgs::protocol
 
namespace  bgs::protocol::club
 
namespace  bgs::protocol::club::v1
 
namespace  bgs::protocol::club::v1::client
 
namespace  google
 
namespace  google::protobuf
 

Enumerations

enum  bgs::protocol::club::v1::client::ClubRemovedReason {
  bgs::protocol::club::v1::client::CLUB_REMOVED_REASON_NONE = 0 , bgs::protocol::club::v1::client::CLUB_REMOVED_REASON_MEMBER_LEFT = 1 , bgs::protocol::club::v1::client::CLUB_REMOVED_REASON_MEMBER_KICKED = 2 , bgs::protocol::club::v1::client::CLUB_REMOVED_REASON_MEMBER_BANNED = 3 ,
  bgs::protocol::club::v1::client::CLUB_REMOVED_REASON_MEMBER_REMOVED_BY_SERVICE = 4 , bgs::protocol::club::v1::client::CLUB_REMOVED_REASON_DESTROYED_BY_MEMBER = 5 , bgs::protocol::club::v1::client::CLUB_REMOVED_REASON_DESTROYED_BY_SERVICE = 6
}
 
enum  bgs::protocol::club::v1::client::StreamVoiceLevel { bgs::protocol::club::v1::client::VOICE_LEVEL_DISABLED = 0 , bgs::protocol::club::v1::client::VOICE_LEVEL_PUSH_TO_TALK = 1 , bgs::protocol::club::v1::client::VOICE_LEVEL_OPEN_MIC = 2 }
 
enum  bgs::protocol::club::v1::client::VoiceMicrophoneState { bgs::protocol::club::v1::client::MICROPHONE_STATE_NORMAL = 0 , bgs::protocol::club::v1::client::MICROPHONE_STATE_SELF_MUTE = 1 , bgs::protocol::club::v1::client::MICROPHONE_STATE_SELF_DEAF = 2 }
 
enum  bgs::protocol::club::v1::client::PresenceLevel { bgs::protocol::club::v1::client::PRESENCE_LEVEL_NONE = 0 , bgs::protocol::club::v1::client::PRESENCE_LEVEL_BASIC = 1 , bgs::protocol::club::v1::client::PRESENCE_LEVEL_RICH = 2 }
 
enum  bgs::protocol::club::v1::client::WhisperLevel { bgs::protocol::club::v1::client::WHISPER_LEVEL_OPEN = 0 , bgs::protocol::club::v1::client::WHISPER_LEVEL_RESTRICTED = 1 }
 
enum  bgs::protocol::club::v1::client::StreamNotificationFilter { bgs::protocol::club::v1::client::STREAM_NOTIFICATION_FILTER_NONE = 0 , bgs::protocol::club::v1::client::STREAM_NOTIFICATION_FILTER_MENTION = 1 , bgs::protocol::club::v1::client::STREAM_NOTIFICATION_FILTER_ALL = 2 }
 

Functions

void TC_PROTO_API bgs::protocol::club::v1::client::protobuf_AddDesc_api_2fclient_2fv1_2fclub_5fenum_2eproto ()
 
void bgs::protocol::club::v1::client::protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5fenum_2eproto ()
 
void bgs::protocol::club::v1::client::protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5fenum_2eproto ()
 
TC_PROTO_API bool bgs::protocol::club::v1::client::ClubRemovedReason_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::client::ClubRemovedReason_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::client::ClubRemovedReason_Name (ClubRemovedReason value)
 
bool bgs::protocol::club::v1::client::ClubRemovedReason_Parse (const ::std::string &name, ClubRemovedReason *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::client::StreamVoiceLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::client::StreamVoiceLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::client::StreamVoiceLevel_Name (StreamVoiceLevel value)
 
bool bgs::protocol::club::v1::client::StreamVoiceLevel_Parse (const ::std::string &name, StreamVoiceLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::client::VoiceMicrophoneState_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::client::VoiceMicrophoneState_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::client::VoiceMicrophoneState_Name (VoiceMicrophoneState value)
 
bool bgs::protocol::club::v1::client::VoiceMicrophoneState_Parse (const ::std::string &name, VoiceMicrophoneState *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::client::PresenceLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::client::PresenceLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::client::PresenceLevel_Name (PresenceLevel value)
 
bool bgs::protocol::club::v1::client::PresenceLevel_Parse (const ::std::string &name, PresenceLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::client::WhisperLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::client::WhisperLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::client::WhisperLevel_Name (WhisperLevel value)
 
bool bgs::protocol::club::v1::client::WhisperLevel_Parse (const ::std::string &name, WhisperLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::client::StreamNotificationFilter_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::client::StreamNotificationFilter_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::client::StreamNotificationFilter_Name (StreamNotificationFilter value)
 
bool bgs::protocol::club::v1::client::StreamNotificationFilter_Parse (const ::std::string &name, StreamNotificationFilter *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::client::ClubRemovedReason > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::client::StreamVoiceLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::client::VoiceMicrophoneState > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::client::PresenceLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::client::WhisperLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::client::StreamNotificationFilter > ()
 

Variables

const ClubRemovedReason bgs::protocol::club::v1::client::ClubRemovedReason_MIN = CLUB_REMOVED_REASON_NONE
 
const ClubRemovedReason bgs::protocol::club::v1::client::ClubRemovedReason_MAX = CLUB_REMOVED_REASON_DESTROYED_BY_SERVICE
 
const int bgs::protocol::club::v1::client::ClubRemovedReason_ARRAYSIZE = ClubRemovedReason_MAX + 1
 
const StreamVoiceLevel bgs::protocol::club::v1::client::StreamVoiceLevel_MIN = VOICE_LEVEL_DISABLED
 
const StreamVoiceLevel bgs::protocol::club::v1::client::StreamVoiceLevel_MAX = VOICE_LEVEL_OPEN_MIC
 
const int bgs::protocol::club::v1::client::StreamVoiceLevel_ARRAYSIZE = StreamVoiceLevel_MAX + 1
 
const VoiceMicrophoneState bgs::protocol::club::v1::client::VoiceMicrophoneState_MIN = MICROPHONE_STATE_NORMAL
 
const VoiceMicrophoneState bgs::protocol::club::v1::client::VoiceMicrophoneState_MAX = MICROPHONE_STATE_SELF_DEAF
 
const int bgs::protocol::club::v1::client::VoiceMicrophoneState_ARRAYSIZE = VoiceMicrophoneState_MAX + 1
 
const PresenceLevel bgs::protocol::club::v1::client::PresenceLevel_MIN = PRESENCE_LEVEL_NONE
 
const PresenceLevel bgs::protocol::club::v1::client::PresenceLevel_MAX = PRESENCE_LEVEL_RICH
 
const int bgs::protocol::club::v1::client::PresenceLevel_ARRAYSIZE = PresenceLevel_MAX + 1
 
const WhisperLevel bgs::protocol::club::v1::client::WhisperLevel_MIN = WHISPER_LEVEL_OPEN
 
const WhisperLevel bgs::protocol::club::v1::client::WhisperLevel_MAX = WHISPER_LEVEL_RESTRICTED
 
const int bgs::protocol::club::v1::client::WhisperLevel_ARRAYSIZE = WhisperLevel_MAX + 1
 
const StreamNotificationFilter bgs::protocol::club::v1::client::StreamNotificationFilter_MIN = STREAM_NOTIFICATION_FILTER_NONE
 
const StreamNotificationFilter bgs::protocol::club::v1::client::StreamNotificationFilter_MAX = STREAM_NOTIFICATION_FILTER_ALL
 
const int bgs::protocol::club::v1::client::StreamNotificationFilter_ARRAYSIZE = StreamNotificationFilter_MAX + 1