TrinityCore
bgs::protocol::ErrorInfo Class Reference

#include <rpc_types.pb.h>

+ Inheritance diagram for bgs::protocol::ErrorInfo:

Public Member Functions

 ErrorInfo ()
 
virtual ~ErrorInfo ()
 
 ErrorInfo (const ErrorInfo &from)
 
ErrorInfooperator= (const ErrorInfo &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ErrorInfo *other)
 
ErrorInfoNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_object_address () const
 
void clear_object_address ()
 
const ::bgs::protocol::ObjectAddressobject_address () const
 
inline ::bgs::protocol::ObjectAddressmutable_object_address ()
 
inline ::bgs::protocol::ObjectAddressrelease_object_address ()
 
void set_allocated_object_address (::bgs::protocol::ObjectAddress *object_address)
 
bool has_status () const
 
void clear_status ()
 
inline ::google::protobuf::uint32 status () const
 
void set_status (::google::protobuf::uint32 value)
 
bool has_service_hash () const
 
void clear_service_hash ()
 
inline ::google::protobuf::uint32 service_hash () const
 
void set_service_hash (::google::protobuf::uint32 value)
 
bool has_method_id () const
 
void clear_method_id ()
 
inline ::google::protobuf::uint32 method_id () const
 
void set_method_id (::google::protobuf::uint32 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kObjectAddressFieldNumber = 1
 
static const int kStatusFieldNumber = 2
 
static const int kServiceHashFieldNumber = 3
 
static const int kMethodIdFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_object_address ()
 
void clear_has_object_address ()
 
void set_has_status ()
 
void clear_has_status ()
 
void set_has_service_hash ()
 
void clear_has_service_hash ()
 
void set_has_method_id ()
 
void clear_has_method_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::ObjectAddressobject_address_
 
::google::protobuf::uint32 status_
 
::google::protobuf::uint32 service_hash_
 
::google::protobuf::uint32 method_id_
 

Static Private Attributes

static ErrorInfodefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_rpc_5ftypes_2eproto ()
 
void protobuf_AssignDesc_rpc_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_rpc_5ftypes_2eproto ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ErrorInfo() [1/2]

bgs::protocol::ErrorInfo::ErrorInfo ( )

◆ ~ErrorInfo()

virtual bgs::protocol::ErrorInfo::~ErrorInfo ( )
virtual

◆ ErrorInfo() [2/2]

bgs::protocol::ErrorInfo::ErrorInfo ( const ErrorInfo from)

Member Function Documentation

◆ clear_has_method_id()

void bgs::protocol::ErrorInfo::clear_has_method_id ( )
inlineprivate

Definition at line 1211 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_object_address()

void bgs::protocol::ErrorInfo::clear_has_object_address ( )
inlineprivate

Definition at line 1122 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_service_hash()

void bgs::protocol::ErrorInfo::clear_has_service_hash ( )
inlineprivate

Definition at line 1187 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_status()

void bgs::protocol::ErrorInfo::clear_has_status ( )
inlineprivate

Definition at line 1163 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ clear_method_id()

void bgs::protocol::ErrorInfo::clear_method_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_object_address()

void bgs::protocol::ErrorInfo::clear_object_address ( )
inline

Definition at line 1125 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ clear_service_hash()

void bgs::protocol::ErrorInfo::clear_service_hash ( )
inline

Definition at line 1190 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ clear_status()

void bgs::protocol::ErrorInfo::clear_status ( )
inline

Definition at line 1166 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const ErrorInfo & bgs::protocol::ErrorInfo::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::ErrorInfo::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::ErrorInfo::GetCachedSize ( ) const
inline

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

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::ErrorInfo::GetMetadata ( ) const

◆ has_method_id()

bool bgs::protocol::ErrorInfo::has_method_id ( ) const
inline

Definition at line 1205 of file rpc_types.pb.h.

◆ has_object_address()

bool bgs::protocol::ErrorInfo::has_object_address ( ) const
inline

Definition at line 1116 of file rpc_types.pb.h.

◆ has_service_hash()

bool bgs::protocol::ErrorInfo::has_service_hash ( ) const
inline

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

◆ has_status()

bool bgs::protocol::ErrorInfo::has_status ( ) const
inline

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

◆ InitAsDefaultInstance()

void bgs::protocol::ErrorInfo::InitAsDefaultInstance ( )
private

◆ method_id()

google::protobuf::uint32 bgs::protocol::ErrorInfo::method_id ( ) const
inline

Definition at line 1218 of file rpc_types.pb.h.

◆ mutable_object_address()

bgs::protocol::ObjectAddress * bgs::protocol::ErrorInfo::mutable_object_address ( )
inline

Definition at line 1133 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::ErrorInfo::mutable_unknown_fields ( )
inline

Definition at line 416 of file rpc_types.pb.h.

◆ New()

ErrorInfo * bgs::protocol::ErrorInfo::New ( ) const

◆ object_address()

const ::bgs::protocol::ObjectAddress & bgs::protocol::ErrorInfo::object_address ( ) const
inline

Definition at line 1129 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ operator=()

ErrorInfo & bgs::protocol::ErrorInfo::operator= ( const ErrorInfo from)
inline

Definition at line 407 of file rpc_types.pb.h.

◆ release_object_address()

bgs::protocol::ObjectAddress * bgs::protocol::ErrorInfo::release_object_address ( )
inline

Definition at line 1139 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ service_hash()

google::protobuf::uint32 bgs::protocol::ErrorInfo::service_hash ( ) const
inline

Definition at line 1194 of file rpc_types.pb.h.

◆ set_allocated_object_address()

void bgs::protocol::ErrorInfo::set_allocated_object_address ( ::bgs::protocol::ObjectAddress object_address)
inline

Definition at line 1145 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_has_method_id()

void bgs::protocol::ErrorInfo::set_has_method_id ( )
inlineprivate

Definition at line 1208 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_object_address()

void bgs::protocol::ErrorInfo::set_has_object_address ( )
inlineprivate

Definition at line 1119 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_service_hash()

void bgs::protocol::ErrorInfo::set_has_service_hash ( )
inlineprivate

Definition at line 1184 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ set_has_status()

void bgs::protocol::ErrorInfo::set_has_status ( )
inlineprivate

Definition at line 1160 of file rpc_types.pb.h.

+ Here is the caller graph for this function:

◆ set_method_id()

void bgs::protocol::ErrorInfo::set_method_id ( ::google::protobuf::uint32  value)
inline

Definition at line 1222 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_service_hash()

void bgs::protocol::ErrorInfo::set_service_hash ( ::google::protobuf::uint32  value)
inline

Definition at line 1198 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ set_status()

void bgs::protocol::ErrorInfo::set_status ( ::google::protobuf::uint32  value)
inline

Definition at line 1174 of file rpc_types.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::ErrorInfo::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::ErrorInfo::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::ErrorInfo::SharedDtor ( )
private

◆ status()

google::protobuf::uint32 bgs::protocol::ErrorInfo::status ( ) const
inline

Definition at line 1170 of file rpc_types.pb.h.

◆ Swap()

void bgs::protocol::ErrorInfo::Swap ( ErrorInfo other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::ErrorInfo::unknown_fields ( ) const
inline

Definition at line 412 of file rpc_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_rpc_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_rpc_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_rpc_5ftypes_2eproto

void protobuf_AssignDesc_rpc_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_rpc_5ftypes_2eproto

void protobuf_ShutdownFile_rpc_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::ErrorInfo::_cached_size_
mutableprivate

Definition at line 484 of file rpc_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::ErrorInfo::_has_bits_[1]
private

Definition at line 483 of file rpc_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::ErrorInfo::_unknown_fields_
private

Definition at line 481 of file rpc_types.pb.h.

◆ default_instance_

ErrorInfo* bgs::protocol::ErrorInfo::default_instance_
staticprivate

Definition at line 494 of file rpc_types.pb.h.

◆ kMethodIdFieldNumber

const int bgs::protocol::ErrorInfo::kMethodIdFieldNumber = 4
static

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

◆ kObjectAddressFieldNumber

const int bgs::protocol::ErrorInfo::kObjectAddressFieldNumber = 1
static

Definition at line 443 of file rpc_types.pb.h.

◆ kServiceHashFieldNumber

const int bgs::protocol::ErrorInfo::kServiceHashFieldNumber = 3
static

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

◆ kStatusFieldNumber

const int bgs::protocol::ErrorInfo::kStatusFieldNumber = 2
static

Definition at line 452 of file rpc_types.pb.h.

◆ method_id_

::google::protobuf::uint32 bgs::protocol::ErrorInfo::method_id_
private

Definition at line 488 of file rpc_types.pb.h.

◆ object_address_

::bgs::protocol::ObjectAddress* bgs::protocol::ErrorInfo::object_address_
private

Definition at line 485 of file rpc_types.pb.h.

◆ service_hash_

::google::protobuf::uint32 bgs::protocol::ErrorInfo::service_hash_
private

Definition at line 487 of file rpc_types.pb.h.

◆ status_

::google::protobuf::uint32 bgs::protocol::ErrorInfo::status_
private

Definition at line 486 of file rpc_types.pb.h.


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