TrinityCore
bgs::protocol::report::v1::SubmitReportRequest Class Reference

#include <report_service.pb.h>

+ Inheritance diagram for bgs::protocol::report::v1::SubmitReportRequest:

Public Member Functions

 SubmitReportRequest ()
 
virtual ~SubmitReportRequest ()
 
 SubmitReportRequest (const SubmitReportRequest &from)
 
SubmitReportRequestoperator= (const SubmitReportRequest &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SubmitReportRequest *other)
 
SubmitReportRequestNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::account::v1::GameAccountHandleagent_id () const
 
inline ::bgs::protocol::account::v1::GameAccountHandlemutable_agent_id ()
 
inline ::bgs::protocol::account::v1::GameAccountHandlerelease_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::account::v1::GameAccountHandle *agent_id)
 
bool has_report_type () const
 
void clear_report_type ()
 
const ::bgs::protocol::report::v1::ReportTypereport_type () const
 
inline ::bgs::protocol::report::v1::ReportTypemutable_report_type ()
 
inline ::bgs::protocol::report::v1::ReportTyperelease_report_type ()
 
void set_allocated_report_type (::bgs::protocol::report::v1::ReportType *report_type)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kReportTypeFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_agent_id ()
 
void clear_has_agent_id ()
 
void set_has_report_type ()
 
void clear_has_report_type ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::account::v1::GameAccountHandleagent_id_
 
::bgs::protocol::report::v1::ReportTypereport_type_
 

Static Private Attributes

static SubmitReportRequestdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_report_5fservice_2eproto ()
 
void protobuf_AssignDesc_report_5fservice_2eproto ()
 
void protobuf_ShutdownFile_report_5fservice_2eproto ()
 

Detailed Description

Definition at line 119 of file report_service.pb.h.

Constructor & Destructor Documentation

◆ SubmitReportRequest() [1/2]

bgs::protocol::report::v1::SubmitReportRequest::SubmitReportRequest ( )

◆ ~SubmitReportRequest()

virtual bgs::protocol::report::v1::SubmitReportRequest::~SubmitReportRequest ( )
virtual

◆ SubmitReportRequest() [2/2]

bgs::protocol::report::v1::SubmitReportRequest::SubmitReportRequest ( const SubmitReportRequest from)

Member Function Documentation

◆ agent_id()

const ::bgs::protocol::account::v1::GameAccountHandle & bgs::protocol::report::v1::SubmitReportRequest::agent_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ clear_agent_id()

void bgs::protocol::report::v1::SubmitReportRequest::clear_agent_id ( )
inline

Definition at line 288 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ clear_has_agent_id()

void bgs::protocol::report::v1::SubmitReportRequest::clear_has_agent_id ( )
inlineprivate

Definition at line 285 of file report_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_report_type()

void bgs::protocol::report::v1::SubmitReportRequest::clear_has_report_type ( )
inlineprivate

Definition at line 326 of file report_service.pb.h.

+ Here is the caller graph for this function:

◆ clear_report_type()

void bgs::protocol::report::v1::SubmitReportRequest::clear_report_type ( )
inline

Definition at line 329 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const SubmitReportRequest & bgs::protocol::report::v1::SubmitReportRequest::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::report::v1::SubmitReportRequest::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::report::v1::SubmitReportRequest::GetCachedSize ( ) const
inline

Definition at line 147 of file report_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::report::v1::SubmitReportRequest::GetMetadata ( ) const

◆ has_agent_id()

bool bgs::protocol::report::v1::SubmitReportRequest::has_agent_id ( ) const
inline

Definition at line 279 of file report_service.pb.h.

◆ has_report_type()

bool bgs::protocol::report::v1::SubmitReportRequest::has_report_type ( ) const
inline

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

◆ InitAsDefaultInstance()

void bgs::protocol::report::v1::SubmitReportRequest::InitAsDefaultInstance ( )
private

◆ mutable_agent_id()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::report::v1::SubmitReportRequest::mutable_agent_id ( )
inline

Definition at line 296 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_report_type()

bgs::protocol::report::v1::ReportType * bgs::protocol::report::v1::SubmitReportRequest::mutable_report_type ( )
inline

Definition at line 337 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::report::v1::SubmitReportRequest::mutable_unknown_fields ( )
inline

Definition at line 135 of file report_service.pb.h.

◆ New()

SubmitReportRequest * bgs::protocol::report::v1::SubmitReportRequest::New ( ) const

◆ operator=()

SubmitReportRequest & bgs::protocol::report::v1::SubmitReportRequest::operator= ( const SubmitReportRequest from)
inline

Definition at line 126 of file report_service.pb.h.

◆ release_agent_id()

bgs::protocol::account::v1::GameAccountHandle * bgs::protocol::report::v1::SubmitReportRequest::release_agent_id ( )
inline

Definition at line 302 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ release_report_type()

bgs::protocol::report::v1::ReportType * bgs::protocol::report::v1::SubmitReportRequest::release_report_type ( )
inline

Definition at line 343 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ report_type()

const ::bgs::protocol::report::v1::ReportType & bgs::protocol::report::v1::SubmitReportRequest::report_type ( ) const
inline

Definition at line 333 of file report_service.pb.h.

+ Here is the caller graph for this function:

◆ set_allocated_agent_id()

void bgs::protocol::report::v1::SubmitReportRequest::set_allocated_agent_id ( ::bgs::protocol::account::v1::GameAccountHandle agent_id)
inline

Definition at line 308 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_report_type()

void bgs::protocol::report::v1::SubmitReportRequest::set_allocated_report_type ( ::bgs::protocol::report::v1::ReportType report_type)
inline

Definition at line 349 of file report_service.pb.h.

+ Here is the call graph for this function:

◆ set_has_agent_id()

void bgs::protocol::report::v1::SubmitReportRequest::set_has_agent_id ( )
inlineprivate

Definition at line 282 of file report_service.pb.h.

+ Here is the caller graph for this function:

◆ set_has_report_type()

void bgs::protocol::report::v1::SubmitReportRequest::set_has_report_type ( )
inlineprivate

Definition at line 323 of file report_service.pb.h.

+ Here is the caller graph for this function:

◆ SetCachedSize()

void bgs::protocol::report::v1::SubmitReportRequest::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::report::v1::SubmitReportRequest::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::report::v1::SubmitReportRequest::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::report::v1::SubmitReportRequest::Swap ( SubmitReportRequest other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::report::v1::SubmitReportRequest::unknown_fields ( ) const
inline

Definition at line 131 of file report_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_report_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_report_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_report_5fservice_2eproto

void protobuf_AssignDesc_report_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_report_5fservice_2eproto

void protobuf_ShutdownFile_report_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::report::v1::SubmitReportRequest::_cached_size_
mutableprivate

Definition at line 187 of file report_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::report::v1::SubmitReportRequest::_has_bits_[1]
private

Definition at line 186 of file report_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::report::v1::SubmitReportRequest::_unknown_fields_
private

Definition at line 184 of file report_service.pb.h.

◆ agent_id_

::bgs::protocol::account::v1::GameAccountHandle* bgs::protocol::report::v1::SubmitReportRequest::agent_id_
private

Definition at line 188 of file report_service.pb.h.

◆ default_instance_

SubmitReportRequest* bgs::protocol::report::v1::SubmitReportRequest::default_instance_
staticprivate

Definition at line 195 of file report_service.pb.h.

◆ kAgentIdFieldNumber

const int bgs::protocol::report::v1::SubmitReportRequest::kAgentIdFieldNumber = 1
static

Definition at line 162 of file report_service.pb.h.

◆ kReportTypeFieldNumber

const int bgs::protocol::report::v1::SubmitReportRequest::kReportTypeFieldNumber = 2
static

Definition at line 171 of file report_service.pb.h.

◆ report_type_

::bgs::protocol::report::v1::ReportType* bgs::protocol::report::v1::SubmitReportRequest::report_type_
private

Definition at line 189 of file report_service.pb.h.


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