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

#include <report_types.pb.h>

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

Public Member Functions

 EntityOptions ()
 
virtual ~EntityOptions ()
 
 EntityOptions (const EntityOptions &from)
 
EntityOptionsoperator= (const EntityOptions &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EntityOptions *other)
 
EntityOptionsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_entity_id () const
 
void clear_entity_id ()
 
const ::std::string & entity_id () const
 
void set_entity_id (const ::std::string &value)
 
void set_entity_id (const char *value)
 
void set_entity_id (const char *value, size_t size)
 
inline ::std::string * mutable_entity_id ()
 
inline ::std::string * release_entity_id ()
 
void set_allocated_entity_id (::std::string *entity_id)
 
bool has_entity_type () const
 
void clear_entity_type ()
 
const ::std::string & entity_type () const
 
void set_entity_type (const ::std::string &value)
 
void set_entity_type (const char *value)
 
void set_entity_type (const char *value, size_t size)
 
inline ::std::string * mutable_entity_type ()
 
inline ::std::string * release_entity_type ()
 
void set_allocated_entity_type (::std::string *entity_type)
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::v2::Attributeattribute (int index) const
 
inline ::bgs::protocol::v2::Attributemutable_attribute (int index)
 
inline ::bgs::protocol::v2::Attributeadd_attribute ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > & attribute () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > * mutable_attribute ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kEntityIdFieldNumber = 1
 
static const int kEntityTypeFieldNumber = 2
 
static const int kAttributeFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_entity_id ()
 
void clear_has_entity_id ()
 
void set_has_entity_type ()
 
void clear_has_entity_type ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * entity_id_
 
::std::string * entity_type_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attributeattribute_
 

Static Private Attributes

static EntityOptionsdefault_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 412 of file report_types.pb.h.

Constructor & Destructor Documentation

◆ EntityOptions() [1/2]

bgs::protocol::report::v2::EntityOptions::EntityOptions ( )

◆ ~EntityOptions()

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

◆ EntityOptions() [2/2]

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

Member Function Documentation

◆ add_attribute()

bgs::protocol::v2::Attribute * bgs::protocol::report::v2::EntityOptions::add_attribute ( )
inline

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

◆ attribute() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > & bgs::protocol::report::v2::EntityOptions::attribute ( ) const
inline

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

◆ attribute() [2/2]

const ::bgs::protocol::v2::Attribute & bgs::protocol::report::v2::EntityOptions::attribute ( int  index) const
inline

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

◆ attribute_size()

int bgs::protocol::report::v2::EntityOptions::attribute_size ( ) const
inline

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

◆ clear_attribute()

void bgs::protocol::report::v2::EntityOptions::clear_attribute ( )
inline

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

◆ clear_entity_id()

void bgs::protocol::report::v2::EntityOptions::clear_entity_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_entity_type()

void bgs::protocol::report::v2::EntityOptions::clear_entity_type ( )
inline

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

+ Here is the call graph for this function:

◆ clear_has_entity_id()

void bgs::protocol::report::v2::EntityOptions::clear_has_entity_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_entity_type()

void bgs::protocol::report::v2::EntityOptions::clear_has_entity_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ entity_id()

const ::std::string & bgs::protocol::report::v2::EntityOptions::entity_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ entity_type()

const ::std::string & bgs::protocol::report::v2::EntityOptions::entity_type ( ) const
inline

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

+ Here is the caller graph for this function:

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_entity_id()

bool bgs::protocol::report::v2::EntityOptions::has_entity_id ( ) const
inline

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

◆ has_entity_type()

bool bgs::protocol::report::v2::EntityOptions::has_entity_type ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ mutable_attribute() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::v2::Attribute > * bgs::protocol::report::v2::EntityOptions::mutable_attribute ( )
inline

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

◆ mutable_attribute() [2/2]

bgs::protocol::v2::Attribute * bgs::protocol::report::v2::EntityOptions::mutable_attribute ( int  index)
inline

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

◆ mutable_entity_id()

std::string * bgs::protocol::report::v2::EntityOptions::mutable_entity_id ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_entity_type()

std::string * bgs::protocol::report::v2::EntityOptions::mutable_entity_type ( )
inline

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_entity_id()

std::string * bgs::protocol::report::v2::EntityOptions::release_entity_id ( )
inline

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

+ Here is the call graph for this function:

◆ release_entity_type()

std::string * bgs::protocol::report::v2::EntityOptions::release_entity_type ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_entity_id()

void bgs::protocol::report::v2::EntityOptions::set_allocated_entity_id ( ::std::string *  entity_id)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_entity_type()

void bgs::protocol::report::v2::EntityOptions::set_allocated_entity_type ( ::std::string *  entity_type)
inline

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

+ Here is the call graph for this function:

◆ set_entity_id() [1/3]

void bgs::protocol::report::v2::EntityOptions::set_entity_id ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_entity_id() [2/3]

void bgs::protocol::report::v2::EntityOptions::set_entity_id ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_entity_id() [3/3]

void bgs::protocol::report::v2::EntityOptions::set_entity_id ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_entity_type() [1/3]

void bgs::protocol::report::v2::EntityOptions::set_entity_type ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_entity_type() [2/3]

void bgs::protocol::report::v2::EntityOptions::set_entity_type ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_entity_type() [3/3]

void bgs::protocol::report::v2::EntityOptions::set_entity_type ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_has_entity_id()

void bgs::protocol::report::v2::EntityOptions::set_has_entity_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_entity_type()

void bgs::protocol::report::v2::EntityOptions::set_has_entity_type ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 424 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::EntityOptions::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ attribute_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::v2::Attribute > bgs::protocol::report::v2::EntityOptions::attribute_
private

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

◆ default_instance_

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

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

◆ entity_id_

::std::string* bgs::protocol::report::v2::EntityOptions::entity_id_
private

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

◆ entity_type_

::std::string* bgs::protocol::report::v2::EntityOptions::entity_type_
private

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

◆ kAttributeFieldNumber

const int bgs::protocol::report::v2::EntityOptions::kAttributeFieldNumber = 5
static

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

◆ kEntityIdFieldNumber

const int bgs::protocol::report::v2::EntityOptions::kEntityIdFieldNumber = 1
static

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

◆ kEntityTypeFieldNumber

const int bgs::protocol::report::v2::EntityOptions::kEntityTypeFieldNumber = 2
static

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


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