TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::resources::v1::ContentHandleRequest Class Reference

#include <resource_service.pb.h>

Public Member Functions

 ContentHandleRequest ()
 
virtual ~ContentHandleRequest ()
 
 ContentHandleRequest (const ContentHandleRequest &from)
 
ContentHandleRequestoperator= (const ContentHandleRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ContentHandleRequest *other)
 
ContentHandleRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ContentHandleRequest &from)
 
void MergeFrom (const ContentHandleRequest &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_program () const
 
void clear_program ()
 
inline::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
bool has_stream () const
 
void clear_stream ()
 
inline::google::protobuf::uint32 stream () const
 
void set_stream (::google::protobuf::uint32 value)
 
bool has_version () const
 
void clear_version ()
 
inline::google::protobuf::uint32 version () const
 
void set_version (::google::protobuf::uint32 value)
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const ContentHandleRequestdefault_instance ()
 

Static Public Attributes

static const int kProgramFieldNumber = 1
 
static const int kStreamFieldNumber = 2
 
static const int kVersionFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_stream ()
 
void clear_has_stream ()
 
void set_has_version ()
 
void clear_has_version ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 program_
 
::google::protobuf::uint32 stream_
 
::google::protobuf::uint32 version_
 

Static Private Attributes

static ContentHandleRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_resource_5fservice_2eproto ()
 
void protobuf_AssignDesc_resource_5fservice_2eproto ()
 
void protobuf_ShutdownFile_resource_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::resources::v1::ContentHandleRequest::ContentHandleRequest ( )
virtual bgs::protocol::resources::v1::ContentHandleRequest::~ContentHandleRequest ( )
virtual
bgs::protocol::resources::v1::ContentHandleRequest::ContentHandleRequest ( const ContentHandleRequest from)

Member Function Documentation

int bgs::protocol::resources::v1::ContentHandleRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::resources::v1::ContentHandleRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::resources::v1::ContentHandleRequest::clear_has_program ( )
inlineprivate
190  {
191  _has_bits_[0] &= ~0x00000001u;
192 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134

+ Here is the caller graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::clear_has_stream ( )
inlineprivate
214  {
215  _has_bits_[0] &= ~0x00000002u;
216 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134

+ Here is the caller graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::clear_has_version ( )
inlineprivate
238  {
239  _has_bits_[0] &= ~0x00000004u;
240 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134

+ Here is the caller graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::clear_program ( )
inline
193  {
194  program_ = 0u;
196 }
::google::protobuf::uint32 program_
Definition: resource_service.pb.h:136
void clear_has_program()
Definition: resource_service.pb.h:190

+ Here is the call graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::clear_stream ( )
inline
217  {
218  stream_ = 0u;
220 }
::google::protobuf::uint32 stream_
Definition: resource_service.pb.h:137
void clear_has_stream()
Definition: resource_service.pb.h:214

+ Here is the call graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::clear_version ( )
inline
241  {
242  version_ = 1701729619u;
244 }
::google::protobuf::uint32 version_
Definition: resource_service.pb.h:138
void clear_has_version()
Definition: resource_service.pb.h:238

+ Here is the call graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::resources::v1::ContentHandleRequest::CopyFrom ( const ContentHandleRequest from)
static const ContentHandleRequest& bgs::protocol::resources::v1::ContentHandleRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::resources::v1::ContentHandleRequest::descriptor ( )
static
int bgs::protocol::resources::v1::ContentHandleRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

90 { return _cached_size_; }
int _cached_size_
Definition: resource_service.pb.h:135
::google::protobuf::Metadata bgs::protocol::resources::v1::ContentHandleRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::resources::v1::ContentHandleRequest::has_program ( ) const
inline
184  {
185  return (_has_bits_[0] & 0x00000001u) != 0;
186 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134
bool bgs::protocol::resources::v1::ContentHandleRequest::has_stream ( ) const
inline
208  {
209  return (_has_bits_[0] & 0x00000002u) != 0;
210 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134
bool bgs::protocol::resources::v1::ContentHandleRequest::has_version ( ) const
inline
232  {
233  return (_has_bits_[0] & 0x00000004u) != 0;
234 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134
void bgs::protocol::resources::v1::ContentHandleRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::resources::v1::ContentHandleRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::resources::v1::ContentHandleRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::resources::v1::ContentHandleRequest::MergeFrom ( const ContentHandleRequest from)
bool bgs::protocol::resources::v1::ContentHandleRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::resources::v1::ContentHandleRequest::mutable_unknown_fields ( )
inline
65  {
66  return &_unknown_fields_;
67  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: resource_service.pb.h:132
ContentHandleRequest* bgs::protocol::resources::v1::ContentHandleRequest::New ( ) const
virtual
ContentHandleRequest& bgs::protocol::resources::v1::ContentHandleRequest::operator= ( const ContentHandleRequest from)
inline
56  {
57  CopyFrom(from);
58  return *this;
59  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::resources::v1::ContentHandleRequest::program ( ) const
inline
197  {
198  // @@protoc_insertion_point(field_get:bgs.protocol.resources.v1.ContentHandleRequest.program)
199  return program_;
200 }
::google::protobuf::uint32 program_
Definition: resource_service.pb.h:136
void bgs::protocol::resources::v1::ContentHandleRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::resources::v1::ContentHandleRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::resources::v1::ContentHandleRequest::set_has_program ( )
inlineprivate
187  {
188  _has_bits_[0] |= 0x00000001u;
189 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134

+ Here is the caller graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::set_has_stream ( )
inlineprivate
211  {
212  _has_bits_[0] |= 0x00000002u;
213 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134

+ Here is the caller graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::set_has_version ( )
inlineprivate
235  {
236  _has_bits_[0] |= 0x00000004u;
237 }
::google::protobuf::uint32 _has_bits_[1]
Definition: resource_service.pb.h:134

+ Here is the caller graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::set_program ( ::google::protobuf::uint32  value)
inline
201  {
202  set_has_program();
203  program_ = value;
204  // @@protoc_insertion_point(field_set:bgs.protocol.resources.v1.ContentHandleRequest.program)
205 }
void set_has_program()
Definition: resource_service.pb.h:187
::google::protobuf::uint32 program_
Definition: resource_service.pb.h:136
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::set_stream ( ::google::protobuf::uint32  value)
inline
225  {
226  set_has_stream();
227  stream_ = value;
228  // @@protoc_insertion_point(field_set:bgs.protocol.resources.v1.ContentHandleRequest.stream)
229 }
::google::protobuf::uint32 stream_
Definition: resource_service.pb.h:137
void set_has_stream()
Definition: resource_service.pb.h:211
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::set_version ( ::google::protobuf::uint32  value)
inline
249  {
250  set_has_version();
251  version_ = value;
252  // @@protoc_insertion_point(field_set:bgs.protocol.resources.v1.ContentHandleRequest.version)
253 }
void set_has_version()
Definition: resource_service.pb.h:235
::google::protobuf::uint32 version_
Definition: resource_service.pb.h:138
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::resources::v1::ContentHandleRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::resources::v1::ContentHandleRequest::SharedCtor ( )
private
void bgs::protocol::resources::v1::ContentHandleRequest::SharedDtor ( )
private
google::protobuf::uint32 bgs::protocol::resources::v1::ContentHandleRequest::stream ( ) const
inline
221  {
222  // @@protoc_insertion_point(field_get:bgs.protocol.resources.v1.ContentHandleRequest.stream)
223  return stream_;
224 }
::google::protobuf::uint32 stream_
Definition: resource_service.pb.h:137
void bgs::protocol::resources::v1::ContentHandleRequest::Swap ( ContentHandleRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::resources::v1::ContentHandleRequest::unknown_fields ( ) const
inline
61  {
62  return _unknown_fields_;
63  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: resource_service.pb.h:132
google::protobuf::uint32 bgs::protocol::resources::v1::ContentHandleRequest::version ( ) const
inline
245  {
246  // @@protoc_insertion_point(field_get:bgs.protocol.resources.v1.ContentHandleRequest.version)
247  return version_;
248 }
::google::protobuf::uint32 version_
Definition: resource_service.pb.h:138

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_resource_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_resource_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_resource_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::resources::v1::ContentHandleRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::resources::v1::ContentHandleRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::resources::v1::ContentHandleRequest::_unknown_fields_
private
ContentHandleRequest* bgs::protocol::resources::v1::ContentHandleRequest::default_instance_
staticprivate
const int bgs::protocol::resources::v1::ContentHandleRequest::kProgramFieldNumber = 1
static
const int bgs::protocol::resources::v1::ContentHandleRequest::kStreamFieldNumber = 2
static
const int bgs::protocol::resources::v1::ContentHandleRequest::kVersionFieldNumber = 3
static
::google::protobuf::uint32 bgs::protocol::resources::v1::ContentHandleRequest::program_
private
::google::protobuf::uint32 bgs::protocol::resources::v1::ContentHandleRequest::stream_
private
::google::protobuf::uint32 bgs::protocol::resources::v1::ContentHandleRequest::version_
private

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