TrinityCore
bgs::protocol::notification::v1::Notification Class Reference

#include <notification_types.pb.h>

+ Inheritance diagram for bgs::protocol::notification::v1::Notification:

Public Member Functions

 Notification ()
 
virtual ~Notification ()
 
 Notification (const Notification &from)
 
Notificationoperator= (const Notification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Notification *other)
 
NotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_sender_id () const
 
void clear_sender_id ()
 
const ::bgs::protocol::EntityIdsender_id () const
 
inline ::bgs::protocol::EntityIdmutable_sender_id ()
 
inline ::bgs::protocol::EntityIdrelease_sender_id ()
 
void set_allocated_sender_id (::bgs::protocol::EntityId *sender_id)
 
bool has_target_id () const
 
void clear_target_id ()
 
const ::bgs::protocol::EntityIdtarget_id () const
 
inline ::bgs::protocol::EntityIdmutable_target_id ()
 
inline ::bgs::protocol::EntityIdrelease_target_id ()
 
void set_allocated_target_id (::bgs::protocol::EntityId *target_id)
 
bool has_type () const
 
void clear_type ()
 
const ::std::string & type () const
 
void set_type (const ::std::string &value)
 
void set_type (const char *value)
 
void set_type (const char *value, size_t size)
 
inline ::std::string * mutable_type ()
 
inline ::std::string * release_type ()
 
void set_allocated_type (::std::string *type)
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::Attributeattribute (int index) const
 
inline ::bgs::protocol::Attributemutable_attribute (int index)
 
inline ::bgs::protocol::Attributeadd_attribute ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > & attribute () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > * mutable_attribute ()
 
bool has_sender_account_id () const
 
void clear_sender_account_id ()
 
const ::bgs::protocol::EntityIdsender_account_id () const
 
inline ::bgs::protocol::EntityIdmutable_sender_account_id ()
 
inline ::bgs::protocol::EntityIdrelease_sender_account_id ()
 
void set_allocated_sender_account_id (::bgs::protocol::EntityId *sender_account_id)
 
bool has_target_account_id () const
 
void clear_target_account_id ()
 
const ::bgs::protocol::EntityIdtarget_account_id () const
 
inline ::bgs::protocol::EntityIdmutable_target_account_id ()
 
inline ::bgs::protocol::EntityIdrelease_target_account_id ()
 
void set_allocated_target_account_id (::bgs::protocol::EntityId *target_account_id)
 
bool has_sender_battle_tag () const
 
void clear_sender_battle_tag ()
 
const ::std::string & sender_battle_tag () const
 
void set_sender_battle_tag (const ::std::string &value)
 
void set_sender_battle_tag (const char *value)
 
void set_sender_battle_tag (const char *value, size_t size)
 
inline ::std::string * mutable_sender_battle_tag ()
 
inline ::std::string * release_sender_battle_tag ()
 
void set_allocated_sender_battle_tag (::std::string *sender_battle_tag)
 
bool has_target_battle_tag () const
 
void clear_target_battle_tag ()
 
const ::std::string & target_battle_tag () const
 
void set_target_battle_tag (const ::std::string &value)
 
void set_target_battle_tag (const char *value)
 
void set_target_battle_tag (const char *value, size_t size)
 
inline ::std::string * mutable_target_battle_tag ()
 
inline ::std::string * release_target_battle_tag ()
 
void set_allocated_target_battle_tag (::std::string *target_battle_tag)
 
bool has_forwarding_identity () const
 
void clear_forwarding_identity ()
 
const ::bgs::protocol::account::v1::Identityforwarding_identity () const
 
inline ::bgs::protocol::account::v1::Identitymutable_forwarding_identity ()
 
inline ::bgs::protocol::account::v1::Identityrelease_forwarding_identity ()
 
void set_allocated_forwarding_identity (::bgs::protocol::account::v1::Identity *forwarding_identity)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Notificationdefault_instance ()
 

Static Public Attributes

static const int kSenderIdFieldNumber = 1
 
static const int kTargetIdFieldNumber = 2
 
static const int kTypeFieldNumber = 3
 
static const int kAttributeFieldNumber = 4
 
static const int kSenderAccountIdFieldNumber = 5
 
static const int kTargetAccountIdFieldNumber = 6
 
static const int kSenderBattleTagFieldNumber = 7
 
static const int kTargetBattleTagFieldNumber = 8
 
static const int kForwardingIdentityFieldNumber = 10
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_sender_id ()
 
void clear_has_sender_id ()
 
void set_has_target_id ()
 
void clear_has_target_id ()
 
void set_has_type ()
 
void clear_has_type ()
 
void set_has_sender_account_id ()
 
void clear_has_sender_account_id ()
 
void set_has_target_account_id ()
 
void clear_has_target_account_id ()
 
void set_has_sender_battle_tag ()
 
void clear_has_sender_battle_tag ()
 
void set_has_target_battle_tag ()
 
void clear_has_target_battle_tag ()
 
void set_has_forwarding_identity ()
 
void clear_has_forwarding_identity ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdsender_id_
 
::bgs::protocol::EntityIdtarget_id_
 
::std::string * type_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attributeattribute_
 
::bgs::protocol::EntityIdsender_account_id_
 
::bgs::protocol::EntityIdtarget_account_id_
 
::std::string * sender_battle_tag_
 
::std::string * target_battle_tag_
 
::bgs::protocol::account::v1::Identityforwarding_identity_
 

Static Private Attributes

static Notificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_notification_5ftypes_2eproto ()
 
void protobuf_AssignDesc_notification_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_notification_5ftypes_2eproto ()
 

Detailed Description

Definition at line 305 of file notification_types.pb.h.

Constructor & Destructor Documentation

◆ Notification() [1/2]

bgs::protocol::notification::v1::Notification::Notification ( )

◆ ~Notification()

virtual bgs::protocol::notification::v1::Notification::~Notification ( )
virtual

◆ Notification() [2/2]

bgs::protocol::notification::v1::Notification::Notification ( const Notification from)

Member Function Documentation

◆ add_attribute()

bgs::protocol::Attribute * bgs::protocol::notification::v1::Notification::add_attribute ( )
inline

Definition at line 964 of file notification_types.pb.h.

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > & bgs::protocol::notification::v1::Notification::attribute ( ) const
inline

Definition at line 969 of file notification_types.pb.h.

◆ attribute() [2/2]

const ::bgs::protocol::Attribute & bgs::protocol::notification::v1::Notification::attribute ( int  index) const
inline

Definition at line 956 of file notification_types.pb.h.

◆ attribute_size()

int bgs::protocol::notification::v1::Notification::attribute_size ( ) const
inline

Definition at line 950 of file notification_types.pb.h.

◆ clear_attribute()

void bgs::protocol::notification::v1::Notification::clear_attribute ( )
inline

Definition at line 953 of file notification_types.pb.h.

◆ clear_forwarding_identity()

void bgs::protocol::notification::v1::Notification::clear_forwarding_identity ( )
inline

Definition at line 1223 of file notification_types.pb.h.

◆ clear_has_forwarding_identity()

void bgs::protocol::notification::v1::Notification::clear_has_forwarding_identity ( )
inlineprivate

Definition at line 1220 of file notification_types.pb.h.

◆ clear_has_sender_account_id()

void bgs::protocol::notification::v1::Notification::clear_has_sender_account_id ( )
inlineprivate

Definition at line 986 of file notification_types.pb.h.

◆ clear_has_sender_battle_tag()

void bgs::protocol::notification::v1::Notification::clear_has_sender_battle_tag ( )
inlineprivate

Definition at line 1068 of file notification_types.pb.h.

◆ clear_has_sender_id()

void bgs::protocol::notification::v1::Notification::clear_has_sender_id ( )
inlineprivate

Definition at line 798 of file notification_types.pb.h.

◆ clear_has_target_account_id()

void bgs::protocol::notification::v1::Notification::clear_has_target_account_id ( )
inlineprivate

Definition at line 1027 of file notification_types.pb.h.

◆ clear_has_target_battle_tag()

void bgs::protocol::notification::v1::Notification::clear_has_target_battle_tag ( )
inlineprivate

Definition at line 1144 of file notification_types.pb.h.

◆ clear_has_target_id()

void bgs::protocol::notification::v1::Notification::clear_has_target_id ( )
inlineprivate

Definition at line 839 of file notification_types.pb.h.

◆ clear_has_type()

void bgs::protocol::notification::v1::Notification::clear_has_type ( )
inlineprivate

Definition at line 880 of file notification_types.pb.h.

◆ clear_sender_account_id()

void bgs::protocol::notification::v1::Notification::clear_sender_account_id ( )
inline

Definition at line 989 of file notification_types.pb.h.

◆ clear_sender_battle_tag()

void bgs::protocol::notification::v1::Notification::clear_sender_battle_tag ( )
inline

Definition at line 1071 of file notification_types.pb.h.

◆ clear_sender_id()

void bgs::protocol::notification::v1::Notification::clear_sender_id ( )
inline

Definition at line 801 of file notification_types.pb.h.

◆ clear_target_account_id()

void bgs::protocol::notification::v1::Notification::clear_target_account_id ( )
inline

Definition at line 1030 of file notification_types.pb.h.

◆ clear_target_battle_tag()

void bgs::protocol::notification::v1::Notification::clear_target_battle_tag ( )
inline

Definition at line 1147 of file notification_types.pb.h.

◆ clear_target_id()

void bgs::protocol::notification::v1::Notification::clear_target_id ( )
inline

Definition at line 842 of file notification_types.pb.h.

◆ clear_type()

void bgs::protocol::notification::v1::Notification::clear_type ( )
inline

Definition at line 883 of file notification_types.pb.h.

◆ default_instance()

static const Notification & bgs::protocol::notification::v1::Notification::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::notification::v1::Notification::descriptor ( )
static

◆ forwarding_identity()

const ::bgs::protocol::account::v1::Identity & bgs::protocol::notification::v1::Notification::forwarding_identity ( ) const
inline

Definition at line 1227 of file notification_types.pb.h.

◆ GetCachedSize()

int bgs::protocol::notification::v1::Notification::GetCachedSize ( ) const
inline

Definition at line 333 of file notification_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::notification::v1::Notification::GetMetadata ( ) const

◆ has_forwarding_identity()

bool bgs::protocol::notification::v1::Notification::has_forwarding_identity ( ) const
inline

Definition at line 1214 of file notification_types.pb.h.

◆ has_sender_account_id()

bool bgs::protocol::notification::v1::Notification::has_sender_account_id ( ) const
inline

Definition at line 980 of file notification_types.pb.h.

◆ has_sender_battle_tag()

bool bgs::protocol::notification::v1::Notification::has_sender_battle_tag ( ) const
inline

Definition at line 1062 of file notification_types.pb.h.

◆ has_sender_id()

bool bgs::protocol::notification::v1::Notification::has_sender_id ( ) const
inline

Definition at line 792 of file notification_types.pb.h.

◆ has_target_account_id()

bool bgs::protocol::notification::v1::Notification::has_target_account_id ( ) const
inline

Definition at line 1021 of file notification_types.pb.h.

◆ has_target_battle_tag()

bool bgs::protocol::notification::v1::Notification::has_target_battle_tag ( ) const
inline

Definition at line 1138 of file notification_types.pb.h.

◆ has_target_id()

bool bgs::protocol::notification::v1::Notification::has_target_id ( ) const
inline

Definition at line 833 of file notification_types.pb.h.

◆ has_type()

bool bgs::protocol::notification::v1::Notification::has_type ( ) const
inline

Definition at line 874 of file notification_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::notification::v1::Notification::InitAsDefaultInstance ( )
private

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > * bgs::protocol::notification::v1::Notification::mutable_attribute ( )
inline

Definition at line 974 of file notification_types.pb.h.

◆ mutable_attribute() [2/2]

bgs::protocol::Attribute * bgs::protocol::notification::v1::Notification::mutable_attribute ( int  index)
inline

Definition at line 960 of file notification_types.pb.h.

◆ mutable_forwarding_identity()

bgs::protocol::account::v1::Identity * bgs::protocol::notification::v1::Notification::mutable_forwarding_identity ( )
inline

Definition at line 1231 of file notification_types.pb.h.

◆ mutable_sender_account_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::mutable_sender_account_id ( )
inline

Definition at line 997 of file notification_types.pb.h.

◆ mutable_sender_battle_tag()

std::string * bgs::protocol::notification::v1::Notification::mutable_sender_battle_tag ( )
inline

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

◆ mutable_sender_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::mutable_sender_id ( )
inline

Definition at line 809 of file notification_types.pb.h.

◆ mutable_target_account_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::mutable_target_account_id ( )
inline

Definition at line 1038 of file notification_types.pb.h.

◆ mutable_target_battle_tag()

std::string * bgs::protocol::notification::v1::Notification::mutable_target_battle_tag ( )
inline

Definition at line 1181 of file notification_types.pb.h.

◆ mutable_target_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::mutable_target_id ( )
inline

Definition at line 850 of file notification_types.pb.h.

◆ mutable_type()

std::string * bgs::protocol::notification::v1::Notification::mutable_type ( )
inline

Definition at line 917 of file notification_types.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::notification::v1::Notification::mutable_unknown_fields ( )
inline

Definition at line 321 of file notification_types.pb.h.

◆ New()

Notification * bgs::protocol::notification::v1::Notification::New ( ) const

◆ operator=()

Notification & bgs::protocol::notification::v1::Notification::operator= ( const Notification from)
inline

Definition at line 312 of file notification_types.pb.h.

◆ release_forwarding_identity()

bgs::protocol::account::v1::Identity * bgs::protocol::notification::v1::Notification::release_forwarding_identity ( )
inline

Definition at line 1237 of file notification_types.pb.h.

◆ release_sender_account_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::release_sender_account_id ( )
inline

Definition at line 1003 of file notification_types.pb.h.

◆ release_sender_battle_tag()

std::string * bgs::protocol::notification::v1::Notification::release_sender_battle_tag ( )
inline

Definition at line 1113 of file notification_types.pb.h.

◆ release_sender_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::release_sender_id ( )
inline

Definition at line 815 of file notification_types.pb.h.

◆ release_target_account_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::release_target_account_id ( )
inline

Definition at line 1044 of file notification_types.pb.h.

◆ release_target_battle_tag()

std::string * bgs::protocol::notification::v1::Notification::release_target_battle_tag ( )
inline

Definition at line 1189 of file notification_types.pb.h.

◆ release_target_id()

bgs::protocol::EntityId * bgs::protocol::notification::v1::Notification::release_target_id ( )
inline

Definition at line 856 of file notification_types.pb.h.

◆ release_type()

std::string * bgs::protocol::notification::v1::Notification::release_type ( )
inline

Definition at line 925 of file notification_types.pb.h.

◆ sender_account_id()

const ::bgs::protocol::EntityId & bgs::protocol::notification::v1::Notification::sender_account_id ( ) const
inline

Definition at line 993 of file notification_types.pb.h.

◆ sender_battle_tag()

const ::std::string & bgs::protocol::notification::v1::Notification::sender_battle_tag ( ) const
inline

Definition at line 1077 of file notification_types.pb.h.

◆ sender_id()

const ::bgs::protocol::EntityId & bgs::protocol::notification::v1::Notification::sender_id ( ) const
inline

Definition at line 805 of file notification_types.pb.h.

◆ set_allocated_forwarding_identity()

void bgs::protocol::notification::v1::Notification::set_allocated_forwarding_identity ( ::bgs::protocol::account::v1::Identity forwarding_identity)
inline

Definition at line 1243 of file notification_types.pb.h.

◆ set_allocated_sender_account_id()

void bgs::protocol::notification::v1::Notification::set_allocated_sender_account_id ( ::bgs::protocol::EntityId sender_account_id)
inline

Definition at line 1009 of file notification_types.pb.h.

◆ set_allocated_sender_battle_tag()

void bgs::protocol::notification::v1::Notification::set_allocated_sender_battle_tag ( ::std::string *  sender_battle_tag)
inline

Definition at line 1123 of file notification_types.pb.h.

◆ set_allocated_sender_id()

void bgs::protocol::notification::v1::Notification::set_allocated_sender_id ( ::bgs::protocol::EntityId sender_id)
inline

Definition at line 821 of file notification_types.pb.h.

◆ set_allocated_target_account_id()

void bgs::protocol::notification::v1::Notification::set_allocated_target_account_id ( ::bgs::protocol::EntityId target_account_id)
inline

Definition at line 1050 of file notification_types.pb.h.

◆ set_allocated_target_battle_tag()

void bgs::protocol::notification::v1::Notification::set_allocated_target_battle_tag ( ::std::string *  target_battle_tag)
inline

Definition at line 1199 of file notification_types.pb.h.

◆ set_allocated_target_id()

void bgs::protocol::notification::v1::Notification::set_allocated_target_id ( ::bgs::protocol::EntityId target_id)
inline

Definition at line 862 of file notification_types.pb.h.

◆ set_allocated_type()

void bgs::protocol::notification::v1::Notification::set_allocated_type ( ::std::string *  type)
inline

Definition at line 935 of file notification_types.pb.h.

◆ set_has_forwarding_identity()

void bgs::protocol::notification::v1::Notification::set_has_forwarding_identity ( )
inlineprivate

Definition at line 1217 of file notification_types.pb.h.

◆ set_has_sender_account_id()

void bgs::protocol::notification::v1::Notification::set_has_sender_account_id ( )
inlineprivate

Definition at line 983 of file notification_types.pb.h.

◆ set_has_sender_battle_tag()

void bgs::protocol::notification::v1::Notification::set_has_sender_battle_tag ( )
inlineprivate

Definition at line 1065 of file notification_types.pb.h.

◆ set_has_sender_id()

void bgs::protocol::notification::v1::Notification::set_has_sender_id ( )
inlineprivate

Definition at line 795 of file notification_types.pb.h.

◆ set_has_target_account_id()

void bgs::protocol::notification::v1::Notification::set_has_target_account_id ( )
inlineprivate

Definition at line 1024 of file notification_types.pb.h.

◆ set_has_target_battle_tag()

void bgs::protocol::notification::v1::Notification::set_has_target_battle_tag ( )
inlineprivate

Definition at line 1141 of file notification_types.pb.h.

◆ set_has_target_id()

void bgs::protocol::notification::v1::Notification::set_has_target_id ( )
inlineprivate

Definition at line 836 of file notification_types.pb.h.

◆ set_has_type()

void bgs::protocol::notification::v1::Notification::set_has_type ( )
inlineprivate

Definition at line 877 of file notification_types.pb.h.

◆ set_sender_battle_tag() [1/3]

void bgs::protocol::notification::v1::Notification::set_sender_battle_tag ( const ::std::string &  value)
inline

Definition at line 1081 of file notification_types.pb.h.

◆ set_sender_battle_tag() [2/3]

void bgs::protocol::notification::v1::Notification::set_sender_battle_tag ( const char *  value)
inline

Definition at line 1089 of file notification_types.pb.h.

◆ set_sender_battle_tag() [3/3]

void bgs::protocol::notification::v1::Notification::set_sender_battle_tag ( const char *  value,
size_t  size 
)
inline

Definition at line 1097 of file notification_types.pb.h.

+ Here is the call graph for this function:

◆ set_target_battle_tag() [1/3]

void bgs::protocol::notification::v1::Notification::set_target_battle_tag ( const ::std::string &  value)
inline

Definition at line 1157 of file notification_types.pb.h.

◆ set_target_battle_tag() [2/3]

void bgs::protocol::notification::v1::Notification::set_target_battle_tag ( const char *  value)
inline

Definition at line 1165 of file notification_types.pb.h.

◆ set_target_battle_tag() [3/3]

void bgs::protocol::notification::v1::Notification::set_target_battle_tag ( const char *  value,
size_t  size 
)
inline

Definition at line 1173 of file notification_types.pb.h.

+ Here is the call graph for this function:

◆ set_type() [1/3]

void bgs::protocol::notification::v1::Notification::set_type ( const ::std::string &  value)
inline

Definition at line 893 of file notification_types.pb.h.

◆ set_type() [2/3]

void bgs::protocol::notification::v1::Notification::set_type ( const char *  value)
inline

Definition at line 901 of file notification_types.pb.h.

◆ set_type() [3/3]

void bgs::protocol::notification::v1::Notification::set_type ( const char *  value,
size_t  size 
)
inline

Definition at line 909 of file notification_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::notification::v1::Notification::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::notification::v1::Notification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::notification::v1::Notification::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::notification::v1::Notification::Swap ( Notification other)

◆ target_account_id()

const ::bgs::protocol::EntityId & bgs::protocol::notification::v1::Notification::target_account_id ( ) const
inline

Definition at line 1034 of file notification_types.pb.h.

◆ target_battle_tag()

const ::std::string & bgs::protocol::notification::v1::Notification::target_battle_tag ( ) const
inline

Definition at line 1153 of file notification_types.pb.h.

◆ target_id()

const ::bgs::protocol::EntityId & bgs::protocol::notification::v1::Notification::target_id ( ) const
inline

Definition at line 846 of file notification_types.pb.h.

◆ type()

const ::std::string & bgs::protocol::notification::v1::Notification::type ( ) const
inline

Definition at line 889 of file notification_types.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::notification::v1::Notification::unknown_fields ( ) const
inline

Definition at line 317 of file notification_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_notification_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_notification_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_notification_5ftypes_2eproto

void protobuf_AssignDesc_notification_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_notification_5ftypes_2eproto

void protobuf_ShutdownFile_notification_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::notification::v1::Notification::_cached_size_
mutableprivate

Definition at line 460 of file notification_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::notification::v1::Notification::_has_bits_[1]
private

Definition at line 459 of file notification_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::notification::v1::Notification::_unknown_fields_
private

Definition at line 457 of file notification_types.pb.h.

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > bgs::protocol::notification::v1::Notification::attribute_
private

Definition at line 464 of file notification_types.pb.h.

◆ default_instance_

Notification* bgs::protocol::notification::v1::Notification::default_instance_
staticprivate

Definition at line 475 of file notification_types.pb.h.

◆ forwarding_identity_

::bgs::protocol::account::v1::Identity* bgs::protocol::notification::v1::Notification::forwarding_identity_
private

Definition at line 469 of file notification_types.pb.h.

◆ kAttributeFieldNumber

const int bgs::protocol::notification::v1::Notification::kAttributeFieldNumber = 4
static

Definition at line 378 of file notification_types.pb.h.

◆ kForwardingIdentityFieldNumber

const int bgs::protocol::notification::v1::Notification::kForwardingIdentityFieldNumber = 10
static

Definition at line 432 of file notification_types.pb.h.

◆ kSenderAccountIdFieldNumber

const int bgs::protocol::notification::v1::Notification::kSenderAccountIdFieldNumber = 5
static

Definition at line 390 of file notification_types.pb.h.

◆ kSenderBattleTagFieldNumber

const int bgs::protocol::notification::v1::Notification::kSenderBattleTagFieldNumber = 7
static

Definition at line 408 of file notification_types.pb.h.

◆ kSenderIdFieldNumber

const int bgs::protocol::notification::v1::Notification::kSenderIdFieldNumber = 1
static

Definition at line 348 of file notification_types.pb.h.

◆ kTargetAccountIdFieldNumber

const int bgs::protocol::notification::v1::Notification::kTargetAccountIdFieldNumber = 6
static

Definition at line 399 of file notification_types.pb.h.

◆ kTargetBattleTagFieldNumber

const int bgs::protocol::notification::v1::Notification::kTargetBattleTagFieldNumber = 8
static

Definition at line 420 of file notification_types.pb.h.

◆ kTargetIdFieldNumber

const int bgs::protocol::notification::v1::Notification::kTargetIdFieldNumber = 2
static

Definition at line 357 of file notification_types.pb.h.

◆ kTypeFieldNumber

const int bgs::protocol::notification::v1::Notification::kTypeFieldNumber = 3
static

Definition at line 366 of file notification_types.pb.h.

◆ sender_account_id_

::bgs::protocol::EntityId* bgs::protocol::notification::v1::Notification::sender_account_id_
private

Definition at line 465 of file notification_types.pb.h.

◆ sender_battle_tag_

::std::string* bgs::protocol::notification::v1::Notification::sender_battle_tag_
private

Definition at line 467 of file notification_types.pb.h.

◆ sender_id_

::bgs::protocol::EntityId* bgs::protocol::notification::v1::Notification::sender_id_
private

Definition at line 461 of file notification_types.pb.h.

◆ target_account_id_

::bgs::protocol::EntityId* bgs::protocol::notification::v1::Notification::target_account_id_
private

Definition at line 466 of file notification_types.pb.h.

◆ target_battle_tag_

::std::string* bgs::protocol::notification::v1::Notification::target_battle_tag_
private

Definition at line 468 of file notification_types.pb.h.

◆ target_id_

::bgs::protocol::EntityId* bgs::protocol::notification::v1::Notification::target_id_
private

Definition at line 462 of file notification_types.pb.h.

◆ type_

::std::string* bgs::protocol::notification::v1::Notification::type_
private

Definition at line 463 of file notification_types.pb.h.


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