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

#include <connection_service.pb.h>

Public Member Functions

 BindRequest ()
 
virtual ~BindRequest ()
 
 BindRequest (const BindRequest &from)
 
BindRequestoperator= (const BindRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (BindRequest *other)
 
BindRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const BindRequest &from)
 
void MergeFrom (const BindRequest &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
 
int deprecated_imported_service_hash_size () const PROTOBUF_DEPRECATED
 
void clear_deprecated_imported_service_hash () PROTOBUF_DEPRECATED
 
inline::google::protobuf::uint32 deprecated_imported_service_hash (int index) const PROTOBUF_DEPRECATED
 
void set_deprecated_imported_service_hash (int index,::google::protobuf::uint32 value) PROTOBUF_DEPRECATED
 
void add_deprecated_imported_service_hash (::google::protobuf::uint32 value) PROTOBUF_DEPRECATED
 
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & 
deprecated_imported_service_hash () const PROTOBUF_DEPRECATED
 
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * 
mutable_deprecated_imported_service_hash () PROTOBUF_DEPRECATED
 
int deprecated_exported_service_size () const PROTOBUF_DEPRECATED
 
void clear_deprecated_exported_service () PROTOBUF_DEPRECATED
 
const
::bgs::protocol::connection::v1::BoundService
deprecated_exported_service (int index) const PROTOBUF_DEPRECATED
 
inline::bgs::protocol::connection::v1::BoundService * mutable_deprecated_exported_service (int index) PROTOBUF_DEPRECATED
 
inline::bgs::protocol::connection::v1::BoundService * add_deprecated_exported_service () PROTOBUF_DEPRECATED
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService > & 
deprecated_exported_service () const PROTOBUF_DEPRECATED
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService > * 
mutable_deprecated_exported_service () PROTOBUF_DEPRECATED
 
int exported_service_size () const
 
void clear_exported_service ()
 
const
::bgs::protocol::connection::v1::BoundService
exported_service (int index) const
 
inline::bgs::protocol::connection::v1::BoundService * mutable_exported_service (int index)
 
inline::bgs::protocol::connection::v1::BoundService * add_exported_service ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService > & 
exported_service () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService > * 
mutable_exported_service ()
 
int imported_service_size () const
 
void clear_imported_service ()
 
const
::bgs::protocol::connection::v1::BoundService
imported_service (int index) const
 
inline::bgs::protocol::connection::v1::BoundService * mutable_imported_service (int index)
 
inline::bgs::protocol::connection::v1::BoundService * add_imported_service ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService > & 
imported_service () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService > * 
mutable_imported_service ()
 
- 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 BindRequestdefault_instance ()
 

Static Public Attributes

static const int kDeprecatedImportedServiceHashFieldNumber = 1
 
static const int kDeprecatedExportedServiceFieldNumber = 2
 
static const int kExportedServiceFieldNumber = 3
 
static const int kImportedServiceFieldNumber = 4
 

Private Member Functions

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

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedField
< ::google::protobuf::uint32
deprecated_imported_service_hash_
 
int _deprecated_imported_service_hash_cached_byte_size_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService
deprecated_exported_service_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService
exported_service_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::connection::v1::BoundService
imported_service_
 

Static Private Attributes

static BindRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_connection_5fservice_2eproto ()
 
void protobuf_AssignDesc_connection_5fservice_2eproto ()
 
void protobuf_ShutdownFile_connection_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::connection::v1::BindRequest::BindRequest ( )
virtual bgs::protocol::connection::v1::BindRequest::~BindRequest ( )
virtual
bgs::protocol::connection::v1::BindRequest::BindRequest ( const BindRequest from)

Member Function Documentation

bgs::protocol::connection::v1::BoundService * bgs::protocol::connection::v1::BindRequest::add_deprecated_exported_service ( )
inline
1706  {
1707  // @@protoc_insertion_point(field_add:bgs.protocol.connection.v1.BindRequest.deprecated_exported_service)
1708  return deprecated_exported_service_.Add();
1709 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > deprecated_exported_service_
Definition: connection_service.pb.h:602
void bgs::protocol::connection::v1::BindRequest::add_deprecated_imported_service_hash ( ::google::protobuf::uint32  value)
inline
1676  {
1678  // @@protoc_insertion_point(field_add:bgs.protocol.connection.v1.BindRequest.deprecated_imported_service_hash)
1679 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > deprecated_imported_service_hash_
Definition: connection_service.pb.h:600
void Add(const Element &value)
Definition: repeated_field.h:684
const FieldDescriptor value
Definition: descriptor.h:1522
bgs::protocol::connection::v1::BoundService * bgs::protocol::connection::v1::BindRequest::add_exported_service ( )
inline
1736  {
1737  // @@protoc_insertion_point(field_add:bgs.protocol.connection.v1.BindRequest.exported_service)
1738  return exported_service_.Add();
1739 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > exported_service_
Definition: connection_service.pb.h:603
bgs::protocol::connection::v1::BoundService * bgs::protocol::connection::v1::BindRequest::add_imported_service ( )
inline
1766  {
1767  // @@protoc_insertion_point(field_add:bgs.protocol.connection.v1.BindRequest.imported_service)
1768  return imported_service_.Add();
1769 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > imported_service_
Definition: connection_service.pb.h:604
int bgs::protocol::connection::v1::BindRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BindRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BindRequest::clear_deprecated_exported_service ( )
inline
1695  {
1697 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > deprecated_exported_service_
Definition: connection_service.pb.h:602
void bgs::protocol::connection::v1::BindRequest::clear_deprecated_imported_service_hash ( )
inline
1665  {
1667 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > deprecated_imported_service_hash_
Definition: connection_service.pb.h:600
void Clear()
Definition: repeated_field.h:723
void bgs::protocol::connection::v1::BindRequest::clear_exported_service ( )
inline
1725  {
1726  exported_service_.Clear();
1727 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > exported_service_
Definition: connection_service.pb.h:603
void bgs::protocol::connection::v1::BindRequest::clear_imported_service ( )
inline
1755  {
1756  imported_service_.Clear();
1757 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > imported_service_
Definition: connection_service.pb.h:604
void bgs::protocol::connection::v1::BindRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::connection::v1::BindRequest::CopyFrom ( const BindRequest from)
static const BindRequest& bgs::protocol::connection::v1::BindRequest::default_instance ( )
static
const ::bgs::protocol::connection::v1::BoundService & bgs::protocol::connection::v1::BindRequest::deprecated_exported_service ( int  index) const
inline
1698  {
1699  // @@protoc_insertion_point(field_get:bgs.protocol.connection.v1.BindRequest.deprecated_exported_service)
1700  return deprecated_exported_service_.Get(index);
1701 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > deprecated_exported_service_
Definition: connection_service.pb.h:602
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::connection::v1::BoundService > & bgs::protocol::connection::v1::BindRequest::deprecated_exported_service ( ) const
inline
1711  {
1712  // @@protoc_insertion_point(field_list:bgs.protocol.connection.v1.BindRequest.deprecated_exported_service)
1714 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > deprecated_exported_service_
Definition: connection_service.pb.h:602
int bgs::protocol::connection::v1::BindRequest::deprecated_exported_service_size ( ) const
inline
1692  {
1693  return deprecated_exported_service_.size();
1694 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > deprecated_exported_service_
Definition: connection_service.pb.h:602
google::protobuf::uint32 bgs::protocol::connection::v1::BindRequest::deprecated_imported_service_hash ( int  index) const
inline
1668  {
1669  // @@protoc_insertion_point(field_get:bgs.protocol.connection.v1.BindRequest.deprecated_imported_service_hash)
1670  return deprecated_imported_service_hash_.Get(index);
1671 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > deprecated_imported_service_hash_
Definition: connection_service.pb.h:600
const Element & Get(int index) const
Definition: repeated_field.h:663

+ Here is the call graph for this function:

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & bgs::protocol::connection::v1::BindRequest::deprecated_imported_service_hash ( ) const
inline
1681  {
1682  // @@protoc_insertion_point(field_list:bgs.protocol.connection.v1.BindRequest.deprecated_imported_service_hash)
1684 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > deprecated_imported_service_hash_
Definition: connection_service.pb.h:600
int bgs::protocol::connection::v1::BindRequest::deprecated_imported_service_hash_size ( ) const
inline
1662  {
1664 }
int size() const
Definition: repeated_field.h:631
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > deprecated_imported_service_hash_
Definition: connection_service.pb.h:600
static const ::google::protobuf::Descriptor* bgs::protocol::connection::v1::BindRequest::descriptor ( )
static
const ::bgs::protocol::connection::v1::BoundService & bgs::protocol::connection::v1::BindRequest::exported_service ( int  index) const
inline
1728  {
1729  // @@protoc_insertion_point(field_get:bgs.protocol.connection.v1.BindRequest.exported_service)
1730  return exported_service_.Get(index);
1731 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > exported_service_
Definition: connection_service.pb.h:603
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::connection::v1::BoundService > & bgs::protocol::connection::v1::BindRequest::exported_service ( ) const
inline
1741  {
1742  // @@protoc_insertion_point(field_list:bgs.protocol.connection.v1.BindRequest.exported_service)
1743  return exported_service_;
1744 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > exported_service_
Definition: connection_service.pb.h:603
int bgs::protocol::connection::v1::BindRequest::exported_service_size ( ) const
inline
1722  {
1723  return exported_service_.size();
1724 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > exported_service_
Definition: connection_service.pb.h:603
int bgs::protocol::connection::v1::BindRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

533 { return _cached_size_; }
int _cached_size_
Definition: connection_service.pb.h:599
::google::protobuf::Metadata bgs::protocol::connection::v1::BindRequest::GetMetadata ( ) const
virtual
const ::bgs::protocol::connection::v1::BoundService & bgs::protocol::connection::v1::BindRequest::imported_service ( int  index) const
inline
1758  {
1759  // @@protoc_insertion_point(field_get:bgs.protocol.connection.v1.BindRequest.imported_service)
1760  return imported_service_.Get(index);
1761 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > imported_service_
Definition: connection_service.pb.h:604
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::connection::v1::BoundService > & bgs::protocol::connection::v1::BindRequest::imported_service ( ) const
inline
1771  {
1772  // @@protoc_insertion_point(field_list:bgs.protocol.connection.v1.BindRequest.imported_service)
1773  return imported_service_;
1774 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > imported_service_
Definition: connection_service.pb.h:604
int bgs::protocol::connection::v1::BindRequest::imported_service_size ( ) const
inline
1752  {
1753  return imported_service_.size();
1754 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > imported_service_
Definition: connection_service.pb.h:604
void bgs::protocol::connection::v1::BindRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::connection::v1::BindRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BindRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::connection::v1::BindRequest::MergeFrom ( const BindRequest from)
bool bgs::protocol::connection::v1::BindRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::connection::v1::BoundService * bgs::protocol::connection::v1::BindRequest::mutable_deprecated_exported_service ( int  index)
inline
1702  {
1703  // @@protoc_insertion_point(field_mutable:bgs.protocol.connection.v1.BindRequest.deprecated_exported_service)
1704  return deprecated_exported_service_.Mutable(index);
1705 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > deprecated_exported_service_
Definition: connection_service.pb.h:602
google::protobuf::RepeatedPtrField<::bgs::protocol::connection::v1::BoundService > * bgs::protocol::connection::v1::BindRequest::mutable_deprecated_exported_service ( )
inline
1716  {
1717  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.connection.v1.BindRequest.deprecated_exported_service)
1719 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > deprecated_exported_service_
Definition: connection_service.pb.h:602
google::protobuf::RepeatedField<::google::protobuf::uint32 > * bgs::protocol::connection::v1::BindRequest::mutable_deprecated_imported_service_hash ( )
inline
1686  {
1687  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.connection.v1.BindRequest.deprecated_imported_service_hash)
1689 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > deprecated_imported_service_hash_
Definition: connection_service.pb.h:600
bgs::protocol::connection::v1::BoundService * bgs::protocol::connection::v1::BindRequest::mutable_exported_service ( int  index)
inline
1732  {
1733  // @@protoc_insertion_point(field_mutable:bgs.protocol.connection.v1.BindRequest.exported_service)
1734  return exported_service_.Mutable(index);
1735 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > exported_service_
Definition: connection_service.pb.h:603
google::protobuf::RepeatedPtrField<::bgs::protocol::connection::v1::BoundService > * bgs::protocol::connection::v1::BindRequest::mutable_exported_service ( )
inline
1746  {
1747  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.connection.v1.BindRequest.exported_service)
1748  return &exported_service_;
1749 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > exported_service_
Definition: connection_service.pb.h:603
bgs::protocol::connection::v1::BoundService * bgs::protocol::connection::v1::BindRequest::mutable_imported_service ( int  index)
inline
1762  {
1763  // @@protoc_insertion_point(field_mutable:bgs.protocol.connection.v1.BindRequest.imported_service)
1764  return imported_service_.Mutable(index);
1765 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > imported_service_
Definition: connection_service.pb.h:604
google::protobuf::RepeatedPtrField<::bgs::protocol::connection::v1::BoundService > * bgs::protocol::connection::v1::BindRequest::mutable_imported_service ( )
inline
1776  {
1777  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.connection.v1.BindRequest.imported_service)
1778  return &imported_service_;
1779 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > imported_service_
Definition: connection_service.pb.h:604
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::connection::v1::BindRequest::mutable_unknown_fields ( )
inline
508  {
509  return &_unknown_fields_;
510  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: connection_service.pb.h:596
BindRequest* bgs::protocol::connection::v1::BindRequest::New ( ) const
virtual
BindRequest& bgs::protocol::connection::v1::BindRequest::operator= ( const BindRequest from)
inline
499  {
500  CopyFrom(from);
501  return *this;
502  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::connection::v1::BindRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::connection::v1::BindRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::connection::v1::BindRequest::set_deprecated_imported_service_hash ( int  index,
::google::protobuf::uint32  value 
)
inline
1672  {
1674  // @@protoc_insertion_point(field_set:bgs.protocol.connection.v1.BindRequest.deprecated_imported_service_hash)
1675 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > deprecated_imported_service_hash_
Definition: connection_service.pb.h:600
const FieldDescriptor value
Definition: descriptor.h:1522
void Set(int index, const Element &value)
Definition: repeated_field.h:677
void bgs::protocol::connection::v1::BindRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::connection::v1::BindRequest::SharedCtor ( )
private
void bgs::protocol::connection::v1::BindRequest::SharedDtor ( )
private
void bgs::protocol::connection::v1::BindRequest::Swap ( BindRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::connection::v1::BindRequest::unknown_fields ( ) const
inline
504  {
505  return _unknown_fields_;
506  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: connection_service.pb.h:596

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_connection_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_connection_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_connection_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::connection::v1::BindRequest::_cached_size_
mutableprivate
int bgs::protocol::connection::v1::BindRequest::_deprecated_imported_service_hash_cached_byte_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::connection::v1::BindRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::connection::v1::BindRequest::_unknown_fields_
private
BindRequest* bgs::protocol::connection::v1::BindRequest::default_instance_
staticprivate
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > bgs::protocol::connection::v1::BindRequest::deprecated_exported_service_
private
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > bgs::protocol::connection::v1::BindRequest::deprecated_imported_service_hash_
private
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > bgs::protocol::connection::v1::BindRequest::exported_service_
private
::google::protobuf::RepeatedPtrField< ::bgs::protocol::connection::v1::BoundService > bgs::protocol::connection::v1::BindRequest::imported_service_
private
const int bgs::protocol::connection::v1::BindRequest::kDeprecatedExportedServiceFieldNumber = 2
static
const int bgs::protocol::connection::v1::BindRequest::kDeprecatedImportedServiceHashFieldNumber = 1
static
const int bgs::protocol::connection::v1::BindRequest::kExportedServiceFieldNumber = 3
static
const int bgs::protocol::connection::v1::BindRequest::kImportedServiceFieldNumber = 4
static

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