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

#include <report_types.pb.h>

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

Public Member Functions

 UserOptions ()
 
virtual ~UserOptions ()
 
 UserOptions (const UserOptions &from)
 
UserOptionsoperator= (const UserOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (UserOptions *other)
 
UserOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_target_id () const
 
void clear_target_id ()
 
const ::bgs::protocol::account::v1::AccountIdtarget_id () const
 
inline ::bgs::protocol::account::v1::AccountIdmutable_target_id ()
 
inline ::bgs::protocol::account::v1::AccountIdrelease_target_id ()
 
void set_allocated_target_id (::bgs::protocol::account::v1::AccountId *target_id)
 
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::UserSource source () const
 
void set_source (::bgs::protocol::report::v2::UserSource 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 UserOptionsdefault_instance ()
 

Static Public Attributes

static const int kTargetIdFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kSourceFieldNumber = 3
 
static const int kItemFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_target_id ()
 
void clear_has_target_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_
 
::bgs::protocol::account::v1::AccountIdtarget_id_
 
int type_
 
int source_
 
::bgs::protocol::report::v2::ReportItemitem_
 

Static Private Attributes

static UserOptionsdefault_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 204 of file report_types.pb.h.

Constructor & Destructor Documentation

◆ UserOptions() [1/2]

bgs::protocol::report::v2::UserOptions::UserOptions ( )

◆ ~UserOptions()

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

◆ UserOptions() [2/2]

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

Member Function Documentation

◆ clear_has_item()

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

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

+ Here is the caller graph for this function:

◆ clear_has_source()

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

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

+ Here is the caller graph for this function:

◆ clear_has_target_id()

void bgs::protocol::report::v2::UserOptions::clear_has_target_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_type()

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

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

+ Here is the caller graph for this function:

◆ clear_item()

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

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

+ Here is the call graph for this function:

◆ clear_source()

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

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

+ Here is the call graph for this function:

◆ clear_target_id()

void bgs::protocol::report::v2::UserOptions::clear_target_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_type()

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

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_item()

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

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

◆ has_source()

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

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

◆ has_target_id()

bool bgs::protocol::report::v2::UserOptions::has_target_id ( ) const
inline

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

◆ has_type()

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

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

◆ InitAsDefaultInstance()

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

◆ item()

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

Definition at line 678 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::UserOptions::mutable_item ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_target_id()

bgs::protocol::account::v1::AccountId * bgs::protocol::report::v2::UserOptions::mutable_target_id ( )
inline

Definition at line 591 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::UserOptions::mutable_unknown_fields ( )
inline

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

◆ New()

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

◆ operator=()

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

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

◆ release_item()

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

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

+ Here is the call graph for this function:

◆ release_target_id()

bgs::protocol::account::v1::AccountId * bgs::protocol::report::v2::UserOptions::release_target_id ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_item()

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

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

+ Here is the call graph for this function:

◆ set_allocated_target_id()

void bgs::protocol::report::v2::UserOptions::set_allocated_target_id ( ::bgs::protocol::account::v1::AccountId target_id)
inline

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

+ Here is the call graph for this function:

◆ set_has_item()

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

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

+ Here is the caller graph for this function:

◆ set_has_source()

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

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

+ Here is the caller graph for this function:

◆ set_has_target_id()

void bgs::protocol::report::v2::UserOptions::set_has_target_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_type()

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

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

+ Here is the caller graph for this function:

◆ set_source()

void bgs::protocol::report::v2::UserOptions::set_source ( ::bgs::protocol::report::v2::UserSource  value)
inline

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

+ Here is the call graph for this function:

◆ set_type()

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

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ source()

bgs::protocol::report::v2::UserSource bgs::protocol::report::v2::UserOptions::source ( ) const
inline

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

◆ Swap()

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

◆ target_id()

const ::bgs::protocol::account::v1::AccountId & bgs::protocol::report::v2::UserOptions::target_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ type()

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

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

◆ unknown_fields()

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

Definition at line 216 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::UserOptions::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

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

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

◆ item_

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

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

◆ kItemFieldNumber

const int bgs::protocol::report::v2::UserOptions::kItemFieldNumber = 4
static

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

◆ kSourceFieldNumber

const int bgs::protocol::report::v2::UserOptions::kSourceFieldNumber = 3
static

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

◆ kTargetIdFieldNumber

const int bgs::protocol::report::v2::UserOptions::kTargetIdFieldNumber = 1
static

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

◆ kTypeFieldNumber

const int bgs::protocol::report::v2::UserOptions::kTypeFieldNumber = 2
static

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

◆ source_

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

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

◆ target_id_

::bgs::protocol::account::v1::AccountId* bgs::protocol::report::v2::UserOptions::target_id_
private

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

◆ type_

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

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


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