TrinityCore
bgs::protocol::connection::v1::EchoResponse Class Reference

#include <connection_service.pb.h>

+ Inheritance diagram for bgs::protocol::connection::v1::EchoResponse:

Public Member Functions

 EchoResponse ()
 
virtual ~EchoResponse ()
 
 EchoResponse (const EchoResponse &from)
 
EchoResponseoperator= (const EchoResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EchoResponse *other)
 
EchoResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_time () const
 
void clear_time ()
 
inline ::google::protobuf::uint64 time () const
 
void set_time (::google::protobuf::uint64 value)
 
bool has_payload () const
 
void clear_payload ()
 
const ::std::string & payload () const
 
void set_payload (const ::std::string &value)
 
void set_payload (const char *value)
 
void set_payload (const void *value, size_t size)
 
inline ::std::string * mutable_payload ()
 
inline ::std::string * release_payload ()
 
void set_allocated_payload (::std::string *payload)
 

Static Public Member Functions

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

Static Public Attributes

static const int kTimeFieldNumber = 1
 
static const int kPayloadFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_time ()
 
void clear_has_time ()
 
void set_has_payload ()
 
void clear_has_payload ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 time_
 
::std::string * payload_
 

Static Private Attributes

static EchoResponsedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_connection_5fservice_2eproto ()
 
void protobuf_AssignDesc_connection_5fservice_2eproto ()
 
void protobuf_ShutdownFile_connection_5fservice_2eproto ()
 

Detailed Description

Definition at line 899 of file connection_service.pb.h.

Constructor & Destructor Documentation

◆ EchoResponse() [1/2]

bgs::protocol::connection::v1::EchoResponse::EchoResponse ( )

◆ ~EchoResponse()

virtual bgs::protocol::connection::v1::EchoResponse::~EchoResponse ( )
virtual

◆ EchoResponse() [2/2]

bgs::protocol::connection::v1::EchoResponse::EchoResponse ( const EchoResponse from)

Member Function Documentation

◆ clear_has_payload()

void bgs::protocol::connection::v1::EchoResponse::clear_has_payload ( )
inlineprivate

Definition at line 2475 of file connection_service.pb.h.

◆ clear_has_time()

void bgs::protocol::connection::v1::EchoResponse::clear_has_time ( )
inlineprivate

Definition at line 2451 of file connection_service.pb.h.

◆ clear_payload()

void bgs::protocol::connection::v1::EchoResponse::clear_payload ( )
inline

Definition at line 2478 of file connection_service.pb.h.

◆ clear_time()

void bgs::protocol::connection::v1::EchoResponse::clear_time ( )
inline

Definition at line 2454 of file connection_service.pb.h.

◆ default_instance()

static const EchoResponse & bgs::protocol::connection::v1::EchoResponse::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::connection::v1::EchoResponse::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::connection::v1::EchoResponse::GetCachedSize ( ) const
inline

Definition at line 927 of file connection_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::connection::v1::EchoResponse::GetMetadata ( ) const

◆ has_payload()

bool bgs::protocol::connection::v1::EchoResponse::has_payload ( ) const
inline

Definition at line 2469 of file connection_service.pb.h.

◆ has_time()

bool bgs::protocol::connection::v1::EchoResponse::has_time ( ) const
inline

Definition at line 2445 of file connection_service.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::connection::v1::EchoResponse::InitAsDefaultInstance ( )
private

◆ mutable_payload()

std::string * bgs::protocol::connection::v1::EchoResponse::mutable_payload ( )
inline

Definition at line 2512 of file connection_service.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::connection::v1::EchoResponse::mutable_unknown_fields ( )
inline

Definition at line 915 of file connection_service.pb.h.

◆ New()

EchoResponse * bgs::protocol::connection::v1::EchoResponse::New ( ) const

◆ operator=()

EchoResponse & bgs::protocol::connection::v1::EchoResponse::operator= ( const EchoResponse from)
inline

Definition at line 906 of file connection_service.pb.h.

◆ payload()

const ::std::string & bgs::protocol::connection::v1::EchoResponse::payload ( ) const
inline

Definition at line 2484 of file connection_service.pb.h.

◆ release_payload()

std::string * bgs::protocol::connection::v1::EchoResponse::release_payload ( )
inline

Definition at line 2520 of file connection_service.pb.h.

◆ set_allocated_payload()

void bgs::protocol::connection::v1::EchoResponse::set_allocated_payload ( ::std::string *  payload)
inline

Definition at line 2530 of file connection_service.pb.h.

◆ set_has_payload()

void bgs::protocol::connection::v1::EchoResponse::set_has_payload ( )
inlineprivate

Definition at line 2472 of file connection_service.pb.h.

◆ set_has_time()

void bgs::protocol::connection::v1::EchoResponse::set_has_time ( )
inlineprivate

Definition at line 2448 of file connection_service.pb.h.

◆ set_payload() [1/3]

void bgs::protocol::connection::v1::EchoResponse::set_payload ( const ::std::string &  value)
inline

Definition at line 2488 of file connection_service.pb.h.

◆ set_payload() [2/3]

void bgs::protocol::connection::v1::EchoResponse::set_payload ( const char *  value)
inline

Definition at line 2496 of file connection_service.pb.h.

◆ set_payload() [3/3]

void bgs::protocol::connection::v1::EchoResponse::set_payload ( const void *  value,
size_t  size 
)
inline

Definition at line 2504 of file connection_service.pb.h.

+ Here is the call graph for this function:

◆ set_time()

void bgs::protocol::connection::v1::EchoResponse::set_time ( ::google::protobuf::uint64  value)
inline

Definition at line 2462 of file connection_service.pb.h.

◆ SetCachedSize()

void bgs::protocol::connection::v1::EchoResponse::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::connection::v1::EchoResponse::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::connection::v1::EchoResponse::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::connection::v1::EchoResponse::Swap ( EchoResponse other)

◆ time()

google::protobuf::uint64 bgs::protocol::connection::v1::EchoResponse::time ( ) const
inline

Definition at line 2458 of file connection_service.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::connection::v1::EchoResponse::unknown_fields ( ) const
inline

Definition at line 911 of file connection_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_connection_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_connection_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_connection_5fservice_2eproto

void protobuf_AssignDesc_connection_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_connection_5fservice_2eproto

void protobuf_ShutdownFile_connection_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::connection::v1::EchoResponse::_cached_size_
mutableprivate

Definition at line 968 of file connection_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::connection::v1::EchoResponse::_has_bits_[1]
private

Definition at line 967 of file connection_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::connection::v1::EchoResponse::_unknown_fields_
private

Definition at line 965 of file connection_service.pb.h.

◆ default_instance_

EchoResponse* bgs::protocol::connection::v1::EchoResponse::default_instance_
staticprivate

Definition at line 976 of file connection_service.pb.h.

◆ kPayloadFieldNumber

const int bgs::protocol::connection::v1::EchoResponse::kPayloadFieldNumber = 2
static

Definition at line 949 of file connection_service.pb.h.

◆ kTimeFieldNumber

const int bgs::protocol::connection::v1::EchoResponse::kTimeFieldNumber = 1
static

Definition at line 942 of file connection_service.pb.h.

◆ payload_

::std::string* bgs::protocol::connection::v1::EchoResponse::payload_
private

Definition at line 970 of file connection_service.pb.h.

◆ time_

::google::protobuf::uint64 bgs::protocol::connection::v1::EchoResponse::time_
private

Definition at line 969 of file connection_service.pb.h.


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