TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::channel::v1::LeaveNotification Class Reference

#include <channel_service.pb.h>

Public Member Functions

 LeaveNotification ()
 
virtual ~LeaveNotification ()
 
 LeaveNotification (const LeaveNotification &from)
 
LeaveNotificationoperator= (const LeaveNotification &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LeaveNotification *other)
 
LeaveNotificationNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const LeaveNotification &from)
 
void MergeFrom (const LeaveNotification &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::EntityIdagent_id () const
 
inline::bgs::protocol::EntityId * mutable_agent_id ()
 
inline::bgs::protocol::EntityId * release_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::EntityId *agent_id)
 
bool has_member_id () const
 
void clear_member_id ()
 
const ::bgs::protocol::EntityIdmember_id () const
 
inline::bgs::protocol::EntityId * mutable_member_id ()
 
inline::bgs::protocol::EntityId * release_member_id ()
 
void set_allocated_member_id (::bgs::protocol::EntityId *member_id)
 
bool has_reason () const
 
void clear_reason ()
 
inline::google::protobuf::uint32 reason () const
 
void set_reason (::google::protobuf::uint32 value)
 
bool has_channel_id () const
 
void clear_channel_id ()
 
const
::bgs::protocol::channel::v1::ChannelId
channel_id () const
 
inline::bgs::protocol::channel::v1::ChannelId * mutable_channel_id ()
 
inline::bgs::protocol::channel::v1::ChannelId * release_channel_id ()
 
void set_allocated_channel_id (::bgs::protocol::channel::v1::ChannelId *channel_id)
 
bool has_subscriber () const
 
void clear_subscriber ()
 
const
::bgs::protocol::account::v1::Identity
subscriber () const
 
inline::bgs::protocol::account::v1::Identity * mutable_subscriber ()
 
inline::bgs::protocol::account::v1::Identity * release_subscriber ()
 
void set_allocated_subscriber (::bgs::protocol::account::v1::Identity *subscriber)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const LeaveNotificationdefault_instance ()
 

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kMemberIdFieldNumber = 2
 
static const int kReasonFieldNumber = 3
 
static const int kChannelIdFieldNumber = 4
 
static const int kSubscriberFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_agent_id ()
 
void clear_has_agent_id ()
 
void set_has_member_id ()
 
void clear_has_member_id ()
 
void set_has_reason ()
 
void clear_has_reason ()
 
void set_has_channel_id ()
 
void clear_has_channel_id ()
 
void set_has_subscriber ()
 
void clear_has_subscriber ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdagent_id_
 
::bgs::protocol::EntityIdmember_id_
 
::bgs::protocol::channel::v1::ChannelIdchannel_id_
 
::bgs::protocol::account::v1::Identitysubscriber_
 
::google::protobuf::uint32 reason_
 

Static Private Attributes

static LeaveNotificationdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_channel_5fservice_2eproto ()
 
void protobuf_AssignDesc_channel_5fservice_2eproto ()
 
void protobuf_ShutdownFile_channel_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::channel::v1::LeaveNotification::LeaveNotification ( )
virtual bgs::protocol::channel::v1::LeaveNotification::~LeaveNotification ( )
virtual
bgs::protocol::channel::v1::LeaveNotification::LeaveNotification ( const LeaveNotification from)

Member Function Documentation

const ::bgs::protocol::EntityId & bgs::protocol::channel::v1::LeaveNotification::agent_id ( ) const
inline
3045  {
3046  // @@protoc_insertion_point(field_get:bgs.protocol.channel.v1.LeaveNotification.agent_id)
3048 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * agent_id_
Definition: channel_service.pb.h:1237
static LeaveNotification * default_instance_
Definition: channel_service.pb.h:1247

+ Here is the caller graph for this function:

int bgs::protocol::channel::v1::LeaveNotification::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

const ::bgs::protocol::channel::v1::ChannelId & bgs::protocol::channel::v1::LeaveNotification::channel_id ( ) const
inline
3151  {
3152  // @@protoc_insertion_point(field_get:bgs.protocol.channel.v1.LeaveNotification.channel_id)
3154 }
::bgs::protocol::channel::v1::ChannelId * channel_id_
Definition: channel_service.pb.h:1239
arena_t NULL
Definition: jemalloc_internal.h:624
static LeaveNotification * default_instance_
Definition: channel_service.pb.h:1247

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::channel::v1::LeaveNotification::clear_agent_id ( )
inline
3041  {
3042  if (agent_id_ != NULL) agent_id_->::bgs::protocol::EntityId::Clear();
3044 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * agent_id_
Definition: channel_service.pb.h:1237
void clear_has_agent_id()
Definition: channel_service.pb.h:3038

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_channel_id ( )
inline
3147  {
3148  if (channel_id_ != NULL) channel_id_->::bgs::protocol::channel::v1::ChannelId::Clear();
3150 }
::bgs::protocol::channel::v1::ChannelId * channel_id_
Definition: channel_service.pb.h:1239
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_channel_id()
Definition: channel_service.pb.h:3144

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_has_agent_id ( )
inlineprivate
3038  {
3039  _has_bits_[0] &= ~0x00000001u;
3040 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_has_channel_id ( )
inlineprivate
3144  {
3145  _has_bits_[0] &= ~0x00000008u;
3146 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_has_member_id ( )
inlineprivate
3079  {
3080  _has_bits_[0] &= ~0x00000002u;
3081 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_has_reason ( )
inlineprivate
3120  {
3121  _has_bits_[0] &= ~0x00000004u;
3122 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_has_subscriber ( )
inlineprivate
3185  {
3186  _has_bits_[0] &= ~0x00000010u;
3187 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_member_id ( )
inline
3082  {
3083  if (member_id_ != NULL) member_id_->::bgs::protocol::EntityId::Clear();
3085 }
void clear_has_member_id()
Definition: channel_service.pb.h:3079
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * member_id_
Definition: channel_service.pb.h:1238

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_reason ( )
inline
3123  {
3124  reason_ = 0u;
3125  clear_has_reason();
3126 }
void clear_has_reason()
Definition: channel_service.pb.h:3120
::google::protobuf::uint32 reason_
Definition: channel_service.pb.h:1241

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::clear_subscriber ( )
inline
3188  {
3189  if (subscriber_ != NULL) subscriber_->::bgs::protocol::account::v1::Identity::Clear();
3191 }
void clear_has_subscriber()
Definition: channel_service.pb.h:3185
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::Identity * subscriber_
Definition: channel_service.pb.h:1240

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::channel::v1::LeaveNotification::CopyFrom ( const LeaveNotification from)
static const LeaveNotification& bgs::protocol::channel::v1::LeaveNotification::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::channel::v1::LeaveNotification::descriptor ( )
static
int bgs::protocol::channel::v1::LeaveNotification::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1165 { return _cached_size_; }
int _cached_size_
Definition: channel_service.pb.h:1236
::google::protobuf::Metadata bgs::protocol::channel::v1::LeaveNotification::GetMetadata ( ) const
virtual
bool bgs::protocol::channel::v1::LeaveNotification::has_agent_id ( ) const
inline
3032  {
3033  return (_has_bits_[0] & 0x00000001u) != 0;
3034 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235
bool bgs::protocol::channel::v1::LeaveNotification::has_channel_id ( ) const
inline
3138  {
3139  return (_has_bits_[0] & 0x00000008u) != 0;
3140 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235
bool bgs::protocol::channel::v1::LeaveNotification::has_member_id ( ) const
inline
3073  {
3074  return (_has_bits_[0] & 0x00000002u) != 0;
3075 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235
bool bgs::protocol::channel::v1::LeaveNotification::has_reason ( ) const
inline
3114  {
3115  return (_has_bits_[0] & 0x00000004u) != 0;
3116 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235
bool bgs::protocol::channel::v1::LeaveNotification::has_subscriber ( ) const
inline
3179  {
3180  return (_has_bits_[0] & 0x00000010u) != 0;
3181 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235
void bgs::protocol::channel::v1::LeaveNotification::InitAsDefaultInstance ( )
private
bool bgs::protocol::channel::v1::LeaveNotification::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

const ::bgs::protocol::EntityId & bgs::protocol::channel::v1::LeaveNotification::member_id ( ) const
inline
3086  {
3087  // @@protoc_insertion_point(field_get:bgs.protocol.channel.v1.LeaveNotification.member_id)
3089 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * member_id_
Definition: channel_service.pb.h:1238
static LeaveNotification * default_instance_
Definition: channel_service.pb.h:1247

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::channel::v1::LeaveNotification::MergeFrom ( const LeaveNotification from)
bool bgs::protocol::channel::v1::LeaveNotification::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::channel::v1::LeaveNotification::mutable_agent_id ( )
inline
3049  {
3050  set_has_agent_id();
3051  if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::EntityId;
3052  // @@protoc_insertion_point(field_mutable:bgs.protocol.channel.v1.LeaveNotification.agent_id)
3053  return agent_id_;
3054 }
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_agent_id()
Definition: channel_service.pb.h:3035
::bgs::protocol::EntityId * agent_id_
Definition: channel_service.pb.h:1237

+ Here is the call graph for this function:

bgs::protocol::channel::v1::ChannelId * bgs::protocol::channel::v1::LeaveNotification::mutable_channel_id ( )
inline
3155  {
3157  if (channel_id_ == NULL) channel_id_ = new ::bgs::protocol::channel::v1::ChannelId;
3158  // @@protoc_insertion_point(field_mutable:bgs.protocol.channel.v1.LeaveNotification.channel_id)
3159  return channel_id_;
3160 }
::bgs::protocol::channel::v1::ChannelId * channel_id_
Definition: channel_service.pb.h:1239
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_channel_id()
Definition: channel_service.pb.h:3141

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::channel::v1::LeaveNotification::mutable_member_id ( )
inline
3090  {
3092  if (member_id_ == NULL) member_id_ = new ::bgs::protocol::EntityId;
3093  // @@protoc_insertion_point(field_mutable:bgs.protocol.channel.v1.LeaveNotification.member_id)
3094  return member_id_;
3095 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * member_id_
Definition: channel_service.pb.h:1238
void set_has_member_id()
Definition: channel_service.pb.h:3076

+ Here is the call graph for this function:

bgs::protocol::account::v1::Identity * bgs::protocol::channel::v1::LeaveNotification::mutable_subscriber ( )
inline
3196  {
3198  if (subscriber_ == NULL) subscriber_ = new ::bgs::protocol::account::v1::Identity;
3199  // @@protoc_insertion_point(field_mutable:bgs.protocol.channel.v1.LeaveNotification.subscriber)
3200  return subscriber_;
3201 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::Identity * subscriber_
Definition: channel_service.pb.h:1240
void set_has_subscriber()
Definition: channel_service.pb.h:3182

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::channel::v1::LeaveNotification::mutable_unknown_fields ( )
inline
1140  {
1141  return &_unknown_fields_;
1142  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: channel_service.pb.h:1233
LeaveNotification* bgs::protocol::channel::v1::LeaveNotification::New ( ) const
virtual
LeaveNotification& bgs::protocol::channel::v1::LeaveNotification::operator= ( const LeaveNotification from)
inline
1131  {
1132  CopyFrom(from);
1133  return *this;
1134  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::channel::v1::LeaveNotification::reason ( ) const
inline
3127  {
3128  // @@protoc_insertion_point(field_get:bgs.protocol.channel.v1.LeaveNotification.reason)
3129  return reason_;
3130 }
::google::protobuf::uint32 reason_
Definition: channel_service.pb.h:1241
bgs::protocol::EntityId * bgs::protocol::channel::v1::LeaveNotification::release_agent_id ( )
inline
3055  {
3058  agent_id_ = NULL;
3059  return temp;
3060 }
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * agent_id_
Definition: channel_service.pb.h:1237
void clear_has_agent_id()
Definition: channel_service.pb.h:3038

+ Here is the call graph for this function:

bgs::protocol::channel::v1::ChannelId * bgs::protocol::channel::v1::LeaveNotification::release_channel_id ( )
inline
3161  {
3164  channel_id_ = NULL;
3165  return temp;
3166 }
::bgs::protocol::channel::v1::ChannelId * channel_id_
Definition: channel_service.pb.h:1239
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_channel_id()
Definition: channel_service.pb.h:3144
Definition: channel_types.pb.h:77

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::channel::v1::LeaveNotification::release_member_id ( )
inline
3096  {
3099  member_id_ = NULL;
3100  return temp;
3101 }
void clear_has_member_id()
Definition: channel_service.pb.h:3079
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * member_id_
Definition: channel_service.pb.h:1238

+ Here is the call graph for this function:

bgs::protocol::account::v1::Identity * bgs::protocol::channel::v1::LeaveNotification::release_subscriber ( )
inline
3202  {
3205  subscriber_ = NULL;
3206  return temp;
3207 }
void clear_has_subscriber()
Definition: channel_service.pb.h:3185
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::Identity * subscriber_
Definition: channel_service.pb.h:1240
Definition: account_types.pb.h:1423

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::channel::v1::LeaveNotification::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::channel::v1::LeaveNotification::set_allocated_agent_id ( ::bgs::protocol::EntityId agent_id)
inline
3061  {
3062  delete agent_id_;
3063  agent_id_ = agent_id;
3064  if (agent_id) {
3065  set_has_agent_id();
3066  } else {
3068  }
3069  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.channel.v1.LeaveNotification.agent_id)
3070 }
const ::bgs::protocol::EntityId & agent_id() const
Definition: channel_service.pb.h:3045
void set_has_agent_id()
Definition: channel_service.pb.h:3035
::bgs::protocol::EntityId * agent_id_
Definition: channel_service.pb.h:1237
void clear_has_agent_id()
Definition: channel_service.pb.h:3038

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_allocated_channel_id ( ::bgs::protocol::channel::v1::ChannelId channel_id)
inline
3167  {
3168  delete channel_id_;
3170  if (channel_id) {
3172  } else {
3174  }
3175  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.channel.v1.LeaveNotification.channel_id)
3176 }
::bgs::protocol::channel::v1::ChannelId * channel_id_
Definition: channel_service.pb.h:1239
void set_has_channel_id()
Definition: channel_service.pb.h:3141
void clear_has_channel_id()
Definition: channel_service.pb.h:3144
const ::bgs::protocol::channel::v1::ChannelId & channel_id() const
Definition: channel_service.pb.h:3151

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_allocated_member_id ( ::bgs::protocol::EntityId member_id)
inline
3102  {
3103  delete member_id_;
3105  if (member_id) {
3107  } else {
3109  }
3110  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.channel.v1.LeaveNotification.member_id)
3111 }
void clear_has_member_id()
Definition: channel_service.pb.h:3079
::bgs::protocol::EntityId * member_id_
Definition: channel_service.pb.h:1238
void set_has_member_id()
Definition: channel_service.pb.h:3076
const ::bgs::protocol::EntityId & member_id() const
Definition: channel_service.pb.h:3086

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_allocated_subscriber ( ::bgs::protocol::account::v1::Identity subscriber)
inline
3208  {
3209  delete subscriber_;
3211  if (subscriber) {
3213  } else {
3215  }
3216  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.channel.v1.LeaveNotification.subscriber)
3217 }
const ::bgs::protocol::account::v1::Identity & subscriber() const
Definition: channel_service.pb.h:3192
void clear_has_subscriber()
Definition: channel_service.pb.h:3185
::bgs::protocol::account::v1::Identity * subscriber_
Definition: channel_service.pb.h:1240
void set_has_subscriber()
Definition: channel_service.pb.h:3182

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_has_agent_id ( )
inlineprivate
3035  {
3036  _has_bits_[0] |= 0x00000001u;
3037 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_has_channel_id ( )
inlineprivate
3141  {
3142  _has_bits_[0] |= 0x00000008u;
3143 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_has_member_id ( )
inlineprivate
3076  {
3077  _has_bits_[0] |= 0x00000002u;
3078 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_has_reason ( )
inlineprivate
3117  {
3118  _has_bits_[0] |= 0x00000004u;
3119 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_has_subscriber ( )
inlineprivate
3182  {
3183  _has_bits_[0] |= 0x00000010u;
3184 }
::google::protobuf::uint32 _has_bits_[1]
Definition: channel_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::set_reason ( ::google::protobuf::uint32  value)
inline
3131  {
3132  set_has_reason();
3133  reason_ = value;
3134  // @@protoc_insertion_point(field_set:bgs.protocol.channel.v1.LeaveNotification.reason)
3135 }
::google::protobuf::uint32 reason_
Definition: channel_service.pb.h:1241
void set_has_reason()
Definition: channel_service.pb.h:3117
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::channel::v1::LeaveNotification::SharedCtor ( )
private
void bgs::protocol::channel::v1::LeaveNotification::SharedDtor ( )
private
const ::bgs::protocol::account::v1::Identity & bgs::protocol::channel::v1::LeaveNotification::subscriber ( ) const
inline
3192  {
3193  // @@protoc_insertion_point(field_get:bgs.protocol.channel.v1.LeaveNotification.subscriber)
3195 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::account::v1::Identity * subscriber_
Definition: channel_service.pb.h:1240
static LeaveNotification * default_instance_
Definition: channel_service.pb.h:1247

+ Here is the caller graph for this function:

void bgs::protocol::channel::v1::LeaveNotification::Swap ( LeaveNotification other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::channel::v1::LeaveNotification::unknown_fields ( ) const
inline
1136  {
1137  return _unknown_fields_;
1138  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: channel_service.pb.h:1233

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_channel_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_channel_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_channel_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::channel::v1::LeaveNotification::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::channel::v1::LeaveNotification::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::channel::v1::LeaveNotification::_unknown_fields_
private
::bgs::protocol::EntityId* bgs::protocol::channel::v1::LeaveNotification::agent_id_
private
::bgs::protocol::channel::v1::ChannelId* bgs::protocol::channel::v1::LeaveNotification::channel_id_
private
LeaveNotification* bgs::protocol::channel::v1::LeaveNotification::default_instance_
staticprivate
const int bgs::protocol::channel::v1::LeaveNotification::kAgentIdFieldNumber = 1
static
const int bgs::protocol::channel::v1::LeaveNotification::kChannelIdFieldNumber = 4
static
const int bgs::protocol::channel::v1::LeaveNotification::kMemberIdFieldNumber = 2
static
const int bgs::protocol::channel::v1::LeaveNotification::kReasonFieldNumber = 3
static
const int bgs::protocol::channel::v1::LeaveNotification::kSubscriberFieldNumber = 5
static
::bgs::protocol::EntityId* bgs::protocol::channel::v1::LeaveNotification::member_id_
private
::google::protobuf::uint32 bgs::protocol::channel::v1::LeaveNotification::reason_
private
::bgs::protocol::account::v1::Identity* bgs::protocol::channel::v1::LeaveNotification::subscriber_
private

The documentation for this class was generated from the following file: