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

#include <notification_types.pb.h>

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

Public Member Functions

 Subscription ()
 
virtual ~Subscription ()
 
 Subscription (const Subscription &from)
 
Subscriptionoperator= (const Subscription &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Subscription *other)
 
SubscriptionNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int target_size () const
 
void clear_target ()
 
const ::bgs::protocol::notification::v1::Targettarget (int index) const
 
inline ::bgs::protocol::notification::v1::Targetmutable_target (int index)
 
inline ::bgs::protocol::notification::v1::Targetadd_target ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v1::Target > & target () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v1::Target > * mutable_target ()
 
bool has_subscriber () const
 
void clear_subscriber ()
 
const ::bgs::protocol::account::v1::Identitysubscriber () const
 
inline ::bgs::protocol::account::v1::Identitymutable_subscriber ()
 
inline ::bgs::protocol::account::v1::Identityrelease_subscriber ()
 
void set_allocated_subscriber (::bgs::protocol::account::v1::Identity *subscriber)
 
bool has_delivery_required () const PROTOBUF_DEPRECATED
 
void clear_delivery_required () PROTOBUF_DEPRECATED
 
bool delivery_required () const PROTOBUF_DEPRECATED
 
void set_delivery_required (bool value) PROTOBUF_DEPRECATED
 

Static Public Member Functions

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

Static Public Attributes

static const int kTargetFieldNumber = 1
 
static const int kSubscriberFieldNumber = 2
 
static const int kDeliveryRequiredFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_subscriber ()
 
void clear_has_subscriber ()
 
void set_has_delivery_required ()
 
void clear_has_delivery_required ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v1::Targettarget_
 
::bgs::protocol::account::v1::Identitysubscriber_
 
bool delivery_required_
 

Static Private Attributes

static Subscriptiondefault_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 214 of file notification_types.pb.h.

Constructor & Destructor Documentation

◆ Subscription() [1/2]

bgs::protocol::notification::v1::Subscription::Subscription ( )

◆ ~Subscription()

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

◆ Subscription() [2/2]

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

Member Function Documentation

◆ add_target()

bgs::protocol::notification::v1::Target * bgs::protocol::notification::v1::Subscription::add_target ( )
inline

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

◆ clear_delivery_required()

void bgs::protocol::notification::v1::Subscription::clear_delivery_required ( )
inline

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

◆ clear_has_delivery_required()

void bgs::protocol::notification::v1::Subscription::clear_has_delivery_required ( )
inlineprivate

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

◆ clear_has_subscriber()

void bgs::protocol::notification::v1::Subscription::clear_has_subscriber ( )
inlineprivate

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

◆ clear_subscriber()

void bgs::protocol::notification::v1::Subscription::clear_subscriber ( )
inline

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

◆ clear_target()

void bgs::protocol::notification::v1::Subscription::clear_target ( )
inline

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

◆ default_instance()

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

◆ delivery_required()

bool bgs::protocol::notification::v1::Subscription::delivery_required ( ) const
inline

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_delivery_required()

bool bgs::protocol::notification::v1::Subscription::has_delivery_required ( ) const
inline

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

◆ has_subscriber()

bool bgs::protocol::notification::v1::Subscription::has_subscriber ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_subscriber()

bgs::protocol::account::v1::Identity * bgs::protocol::notification::v1::Subscription::mutable_subscriber ( )
inline

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

◆ mutable_target() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::notification::v1::Target > * bgs::protocol::notification::v1::Subscription::mutable_target ( )
inline

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

◆ mutable_target() [2/2]

bgs::protocol::notification::v1::Target * bgs::protocol::notification::v1::Subscription::mutable_target ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_subscriber()

bgs::protocol::account::v1::Identity * bgs::protocol::notification::v1::Subscription::release_subscriber ( )
inline

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

◆ set_allocated_subscriber()

void bgs::protocol::notification::v1::Subscription::set_allocated_subscriber ( ::bgs::protocol::account::v1::Identity subscriber)
inline

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

◆ set_delivery_required()

void bgs::protocol::notification::v1::Subscription::set_delivery_required ( bool  value)
inline

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

◆ set_has_delivery_required()

void bgs::protocol::notification::v1::Subscription::set_has_delivery_required ( )
inlineprivate

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

◆ set_has_subscriber()

void bgs::protocol::notification::v1::Subscription::set_has_subscriber ( )
inlineprivate

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ subscriber()

const ::bgs::protocol::account::v1::Identity & bgs::protocol::notification::v1::Subscription::subscriber ( ) const
inline

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

◆ Swap()

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

◆ target() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::notification::v1::Target > & bgs::protocol::notification::v1::Subscription::target ( ) const
inline

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

◆ target() [2/2]

const ::bgs::protocol::notification::v1::Target & bgs::protocol::notification::v1::Subscription::target ( int  index) const
inline

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

◆ target_size()

int bgs::protocol::notification::v1::Subscription::target_size ( ) const
inline

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

◆ unknown_fields()

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

Definition at line 226 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::Subscription::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ delivery_required_

bool bgs::protocol::notification::v1::Subscription::delivery_required_
private

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

◆ kDeliveryRequiredFieldNumber

const int bgs::protocol::notification::v1::Subscription::kDeliveryRequiredFieldNumber = 3
static

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

◆ kSubscriberFieldNumber

const int bgs::protocol::notification::v1::Subscription::kSubscriberFieldNumber = 2
static

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

◆ kTargetFieldNumber

const int bgs::protocol::notification::v1::Subscription::kTargetFieldNumber = 1
static

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

◆ subscriber_

::bgs::protocol::account::v1::Identity* bgs::protocol::notification::v1::Subscription::subscriber_
private

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

◆ target_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::notification::v1::Target > bgs::protocol::notification::v1::Subscription::target_
private

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


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