TrinityCore
bgs::protocol::report::v2::ClubOptions Class Reference

#include <report_types.pb.h>

+ Inheritance diagram for bgs::protocol::report::v2::ClubOptions:

Public Member Functions

 ClubOptions ()
 
virtual ~ClubOptions ()
 
 ClubOptions (const ClubOptions &from)
 
ClubOptionsoperator= (const ClubOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClubOptions *other)
 
ClubOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_club_id () const
 
void clear_club_id ()
 
inline ::google::protobuf::uint64 club_id () const
 
void set_club_id (::google::protobuf::uint64 value)
 
bool has_stream_id () const
 
void clear_stream_id ()
 
inline ::google::protobuf::uint64 stream_id () const
 
void set_stream_id (::google::protobuf::uint64 value)
 
bool has_type () const
 
void clear_type ()
 
inline ::bgs::protocol::report::v2::IssueType type () const
 
void set_type (::bgs::protocol::report::v2::IssueType value)
 
bool has_source () const
 
void clear_source ()
 
inline ::bgs::protocol::report::v2::ClubSource source () const
 
void set_source (::bgs::protocol::report::v2::ClubSource value)
 
bool has_item () const
 
void clear_item ()
 
const ::bgs::protocol::report::v2::ReportItemitem () const
 
inline ::bgs::protocol::report::v2::ReportItemmutable_item ()
 
inline ::bgs::protocol::report::v2::ReportItemrelease_item ()
 
void set_allocated_item (::bgs::protocol::report::v2::ReportItem *item)
 

Static Public Member Functions

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

Static Public Attributes

static const int kClubIdFieldNumber = 1
 
static const int kStreamIdFieldNumber = 2
 
static const int kTypeFieldNumber = 3
 
static const int kSourceFieldNumber = 4
 
static const int kItemFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_club_id ()
 
void clear_has_club_id ()
 
void set_has_stream_id ()
 
void clear_has_stream_id ()
 
void set_has_type ()
 
void clear_has_type ()
 
void set_has_source ()
 
void clear_has_source ()
 
void set_has_item ()
 
void clear_has_item ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 club_id_
 
::google::protobuf::uint64 stream_id_
 
int type_
 
int source_
 
::bgs::protocol::report::v2::ReportItemitem_
 

Static Private Attributes

static ClubOptionsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ()
 
void protobuf_AssignDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_api_2fclient_2fv2_2freport_5ftypes_2eproto ()
 

Detailed Description

Definition at line 304 of file report_types.pb.h.

Constructor & Destructor Documentation

◆ ClubOptions() [1/2]

bgs::protocol::report::v2::ClubOptions::ClubOptions ( )

◆ ~ClubOptions()

virtual bgs::protocol::report::v2::ClubOptions::~ClubOptions ( )
virtual

◆ ClubOptions() [2/2]

bgs::protocol::report::v2::ClubOptions::ClubOptions ( const ClubOptions from)

Member Function Documentation

◆ clear_club_id()

void bgs::protocol::report::v2::ClubOptions::clear_club_id ( )
inline

Definition at line 719 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ clear_has_club_id()

void bgs::protocol::report::v2::ClubOptions::clear_has_club_id ( )
inlineprivate

Definition at line 716 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_item()

void bgs::protocol::report::v2::ClubOptions::clear_has_item ( )
inlineprivate

Definition at line 814 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_source()

void bgs::protocol::report::v2::ClubOptions::clear_has_source ( )
inlineprivate

Definition at line 789 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_stream_id()

void bgs::protocol::report::v2::ClubOptions::clear_has_stream_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_type()

void bgs::protocol::report::v2::ClubOptions::clear_has_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_item()

void bgs::protocol::report::v2::ClubOptions::clear_item ( )
inline

Definition at line 817 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ clear_source()

void bgs::protocol::report::v2::ClubOptions::clear_source ( )
inline

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

+ Here is the call graph for this function:

◆ clear_stream_id()

void bgs::protocol::report::v2::ClubOptions::clear_stream_id ( )
inline

Definition at line 743 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ clear_type()

void bgs::protocol::report::v2::ClubOptions::clear_type ( )
inline

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

+ Here is the call graph for this function:

◆ club_id()

google::protobuf::uint64 bgs::protocol::report::v2::ClubOptions::club_id ( ) const
inline

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

◆ default_instance()

static const ClubOptions & bgs::protocol::report::v2::ClubOptions::default_instance ( )
static
+ Here is the caller graph for this function:

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::report::v2::ClubOptions::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::report::v2::ClubOptions::GetCachedSize ( ) const
inline

Definition at line 332 of file report_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::report::v2::ClubOptions::GetMetadata ( ) const

◆ has_club_id()

bool bgs::protocol::report::v2::ClubOptions::has_club_id ( ) const
inline

Definition at line 710 of file report_types.pb.h.

◆ has_item()

bool bgs::protocol::report::v2::ClubOptions::has_item ( ) const
inline

Definition at line 808 of file report_types.pb.h.

◆ has_source()

bool bgs::protocol::report::v2::ClubOptions::has_source ( ) const
inline

Definition at line 783 of file report_types.pb.h.

◆ has_stream_id()

bool bgs::protocol::report::v2::ClubOptions::has_stream_id ( ) const
inline

Definition at line 734 of file report_types.pb.h.

◆ has_type()

bool bgs::protocol::report::v2::ClubOptions::has_type ( ) const
inline

Definition at line 758 of file report_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::report::v2::ClubOptions::InitAsDefaultInstance ( )
private

◆ item()

const ::bgs::protocol::report::v2::ReportItem & bgs::protocol::report::v2::ClubOptions::item ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_item()

bgs::protocol::report::v2::ReportItem * bgs::protocol::report::v2::ClubOptions::mutable_item ( )
inline

Definition at line 825 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::report::v2::ClubOptions::mutable_unknown_fields ( )
inline

Definition at line 320 of file report_types.pb.h.

◆ New()

ClubOptions * bgs::protocol::report::v2::ClubOptions::New ( ) const

◆ operator=()

ClubOptions & bgs::protocol::report::v2::ClubOptions::operator= ( const ClubOptions from)
inline

Definition at line 311 of file report_types.pb.h.

◆ release_item()

bgs::protocol::report::v2::ReportItem * bgs::protocol::report::v2::ClubOptions::release_item ( )
inline

Definition at line 831 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_item()

void bgs::protocol::report::v2::ClubOptions::set_allocated_item ( ::bgs::protocol::report::v2::ReportItem item)
inline

Definition at line 837 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ set_club_id()

void bgs::protocol::report::v2::ClubOptions::set_club_id ( ::google::protobuf::uint64  value)
inline

Definition at line 727 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_club_id()

void bgs::protocol::report::v2::ClubOptions::set_has_club_id ( )
inlineprivate

Definition at line 713 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_item()

void bgs::protocol::report::v2::ClubOptions::set_has_item ( )
inlineprivate

Definition at line 811 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_source()

void bgs::protocol::report::v2::ClubOptions::set_has_source ( )
inlineprivate

Definition at line 786 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_stream_id()

void bgs::protocol::report::v2::ClubOptions::set_has_stream_id ( )
inlineprivate

Definition at line 737 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_type()

void bgs::protocol::report::v2::ClubOptions::set_has_type ( )
inlineprivate

Definition at line 761 of file report_types.pb.h.

+ Here is the caller graph for this function:

◆ set_source()

void bgs::protocol::report::v2::ClubOptions::set_source ( ::bgs::protocol::report::v2::ClubSource  value)
inline

Definition at line 800 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ set_stream_id()

void bgs::protocol::report::v2::ClubOptions::set_stream_id ( ::google::protobuf::uint64  value)
inline

Definition at line 751 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ set_type()

void bgs::protocol::report::v2::ClubOptions::set_type ( ::bgs::protocol::report::v2::IssueType  value)
inline

Definition at line 775 of file report_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::report::v2::ClubOptions::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::report::v2::ClubOptions::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::report::v2::ClubOptions::SharedDtor ( )
private

◆ source()

bgs::protocol::report::v2::ClubSource bgs::protocol::report::v2::ClubOptions::source ( ) const
inline

Definition at line 796 of file report_types.pb.h.

◆ stream_id()

google::protobuf::uint64 bgs::protocol::report::v2::ClubOptions::stream_id ( ) const
inline

Definition at line 747 of file report_types.pb.h.

◆ Swap()

void bgs::protocol::report::v2::ClubOptions::Swap ( ClubOptions other)

◆ type()

bgs::protocol::report::v2::IssueType bgs::protocol::report::v2::ClubOptions::type ( ) const
inline

Definition at line 771 of file report_types.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::report::v2::ClubOptions::unknown_fields ( ) const
inline

Definition at line 316 of file report_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto

void protobuf_AssignDesc_api_2fclient_2fv2_2freport_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_api_2fclient_2fv2_2freport_5ftypes_2eproto

void protobuf_ShutdownFile_api_2fclient_2fv2_2freport_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::report::v2::ClubOptions::_cached_size_
mutableprivate

Definition at line 397 of file report_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::report::v2::ClubOptions::_has_bits_[1]
private

Definition at line 396 of file report_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::report::v2::ClubOptions::_unknown_fields_
private

Definition at line 394 of file report_types.pb.h.

◆ club_id_

::google::protobuf::uint64 bgs::protocol::report::v2::ClubOptions::club_id_
private

Definition at line 398 of file report_types.pb.h.

◆ default_instance_

ClubOptions* bgs::protocol::report::v2::ClubOptions::default_instance_
staticprivate

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

◆ item_

::bgs::protocol::report::v2::ReportItem* bgs::protocol::report::v2::ClubOptions::item_
private

Definition at line 402 of file report_types.pb.h.

◆ kClubIdFieldNumber

const int bgs::protocol::report::v2::ClubOptions::kClubIdFieldNumber = 1
static

Definition at line 347 of file report_types.pb.h.

◆ kItemFieldNumber

const int bgs::protocol::report::v2::ClubOptions::kItemFieldNumber = 5
static

Definition at line 375 of file report_types.pb.h.

◆ kSourceFieldNumber

const int bgs::protocol::report::v2::ClubOptions::kSourceFieldNumber = 4
static

Definition at line 368 of file report_types.pb.h.

◆ kStreamIdFieldNumber

const int bgs::protocol::report::v2::ClubOptions::kStreamIdFieldNumber = 2
static

Definition at line 354 of file report_types.pb.h.

◆ kTypeFieldNumber

const int bgs::protocol::report::v2::ClubOptions::kTypeFieldNumber = 3
static

Definition at line 361 of file report_types.pb.h.

◆ source_

int bgs::protocol::report::v2::ClubOptions::source_
private

Definition at line 401 of file report_types.pb.h.

◆ stream_id_

::google::protobuf::uint64 bgs::protocol::report::v2::ClubOptions::stream_id_
private

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

◆ type_

int bgs::protocol::report::v2::ClubOptions::type_
private

Definition at line 400 of file report_types.pb.h.


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