TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::ServiceOptions Class Reference

#include <descriptor.pb.h>

Public Member Functions

 ServiceOptions ()
 
virtual ~ServiceOptions ()
 
 ServiceOptions (const ServiceOptions &from)
 
ServiceOptionsoperator= (const ServiceOptions &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ServiceOptions *other)
 
ServiceOptionsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ServiceOptions &from)
 
void MergeFrom (const ServiceOptions &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_deprecated () const
 
void clear_deprecated ()
 
bool deprecated () const
 
void set_deprecated (bool value)
 
int uninterpreted_option_size () const
 
void clear_uninterpreted_option ()
 
const
::google::protobuf::UninterpretedOption
uninterpreted_option (int index) const
 
inline::google::protobuf::UninterpretedOption * mutable_uninterpreted_option (int index)
 
inline::google::protobuf::UninterpretedOption * add_uninterpreted_option ()
 
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > & 
uninterpreted_option () const
 
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > * 
mutable_uninterpreted_option ()
 
- 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 ServiceOptionsdefault_instance ()
 

Static Public Attributes

static const int kDeprecatedFieldNumber = 33
 
static const int kUninterpretedOptionFieldNumber = 999
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_deprecated ()
 
void clear_has_deprecated ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::internal::ExtensionSet _extensions_
 
::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption
uninterpreted_option_
 
bool deprecated_
 

Static Private Attributes

static ServiceOptionsdefault_instance_
 

Friends

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

google::protobuf::ServiceOptions::ServiceOptions ( )
virtual google::protobuf::ServiceOptions::~ServiceOptions ( )
virtual
google::protobuf::ServiceOptions::ServiceOptions ( const ServiceOptions from)

Member Function Documentation

google::protobuf::UninterpretedOption * google::protobuf::ServiceOptions::add_uninterpreted_option ( )
inline
5963  {
5964  // @@protoc_insertion_point(field_add:google.protobuf.ServiceOptions.uninterpreted_option)
5965  return uninterpreted_option_.Add();
5966 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2311
int google::protobuf::ServiceOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::ServiceOptions::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::ServiceOptions::clear_deprecated ( )
inline
5934  {
5935  deprecated_ = false;
5937 }
void clear_has_deprecated()
Definition: descriptor.pb.h:5931
bool deprecated_
Definition: descriptor.pb.h:2312
void google::protobuf::ServiceOptions::clear_has_deprecated ( )
inlineprivate
5931  {
5932  _has_bits_[0] &= ~0x00000001u;
5933 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2309
void google::protobuf::ServiceOptions::clear_uninterpreted_option ( )
inline
5952  {
5953  uninterpreted_option_.Clear();
5954 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2311
void google::protobuf::ServiceOptions::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::ServiceOptions::CopyFrom ( const ServiceOptions from)
static const ServiceOptions& google::protobuf::ServiceOptions::default_instance ( )
static
bool google::protobuf::ServiceOptions::deprecated ( ) const
inline
5938  {
5939  // @@protoc_insertion_point(field_get:google.protobuf.ServiceOptions.deprecated)
5940  return deprecated_;
5941 }
bool deprecated_
Definition: descriptor.pb.h:2312
static const ::google::protobuf::Descriptor* google::protobuf::ServiceOptions::descriptor ( )
static
int google::protobuf::ServiceOptions::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2268 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:2310
::google::protobuf::Metadata google::protobuf::ServiceOptions::GetMetadata ( ) const
virtual
bool google::protobuf::ServiceOptions::has_deprecated ( ) const
inline
5925  {
5926  return (_has_bits_[0] & 0x00000001u) != 0;
5927 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2309
void google::protobuf::ServiceOptions::InitAsDefaultInstance ( )
private
bool google::protobuf::ServiceOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::ServiceOptions::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::ServiceOptions::MergeFrom ( const ServiceOptions from)
bool google::protobuf::ServiceOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::UninterpretedOption * google::protobuf::ServiceOptions::mutable_uninterpreted_option ( int  index)
inline
5959  {
5960  // @@protoc_insertion_point(field_mutable:google.protobuf.ServiceOptions.uninterpreted_option)
5961  return uninterpreted_option_.Mutable(index);
5962 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2311
google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > * google::protobuf::ServiceOptions::mutable_uninterpreted_option ( )
inline
5973  {
5974  // @@protoc_insertion_point(field_mutable_list:google.protobuf.ServiceOptions.uninterpreted_option)
5975  return &uninterpreted_option_;
5976 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2311
inline ::google::protobuf::UnknownFieldSet* google::protobuf::ServiceOptions::mutable_unknown_fields ( )
inline
2243  {
2244  return &_unknown_fields_;
2245  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2307
ServiceOptions* google::protobuf::ServiceOptions::New ( ) const
virtual
ServiceOptions& google::protobuf::ServiceOptions::operator= ( const ServiceOptions from)
inline
2234  {
2235  CopyFrom(from);
2236  return *this;
2237  }
void CopyFrom(const ::google::protobuf::Message &from)
void google::protobuf::ServiceOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::ServiceOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::ServiceOptions::set_deprecated ( bool  value)
inline
5942  {
5944  deprecated_ = value;
5945  // @@protoc_insertion_point(field_set:google.protobuf.ServiceOptions.deprecated)
5946 }
void set_has_deprecated()
Definition: descriptor.pb.h:5928
const FieldDescriptor value
Definition: descriptor.h:1522
bool deprecated_
Definition: descriptor.pb.h:2312
void google::protobuf::ServiceOptions::set_has_deprecated ( )
inlineprivate
5928  {
5929  _has_bits_[0] |= 0x00000001u;
5930 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2309
void google::protobuf::ServiceOptions::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::ServiceOptions::SharedCtor ( )
private
void google::protobuf::ServiceOptions::SharedDtor ( )
private
void google::protobuf::ServiceOptions::Swap ( ServiceOptions other)
const ::google::protobuf::UninterpretedOption & google::protobuf::ServiceOptions::uninterpreted_option ( int  index) const
inline
5955  {
5956  // @@protoc_insertion_point(field_get:google.protobuf.ServiceOptions.uninterpreted_option)
5957  return uninterpreted_option_.Get(index);
5958 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2311
const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > & google::protobuf::ServiceOptions::uninterpreted_option ( ) const
inline
5968  {
5969  // @@protoc_insertion_point(field_list:google.protobuf.ServiceOptions.uninterpreted_option)
5970  return uninterpreted_option_;
5971 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2311
int google::protobuf::ServiceOptions::uninterpreted_option_size ( ) const
inline
5949  {
5950  return uninterpreted_option_.size();
5951 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2311
const ::google::protobuf::UnknownFieldSet& google::protobuf::ServiceOptions::unknown_fields ( ) const
inline
2239  {
2240  return _unknown_fields_;
2241  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2307

Friends And Related Function Documentation

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

Member Data Documentation

int google::protobuf::ServiceOptions::_cached_size_
mutableprivate
::google::protobuf::internal::ExtensionSet google::protobuf::ServiceOptions::_extensions_
private
::google::protobuf::uint32 google::protobuf::ServiceOptions::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::ServiceOptions::_unknown_fields_
private
ServiceOptions* google::protobuf::ServiceOptions::default_instance_
staticprivate
bool google::protobuf::ServiceOptions::deprecated_
private
const int google::protobuf::ServiceOptions::kDeprecatedFieldNumber = 33
static
const int google::protobuf::ServiceOptions::kUninterpretedOptionFieldNumber = 999
static
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > google::protobuf::ServiceOptions::uninterpreted_option_
private

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