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

#include <game_utilities_service.pb.h>

Public Member Functions

 GetAllValuesForAttributeRequest ()
 
virtual ~GetAllValuesForAttributeRequest ()
 
 GetAllValuesForAttributeRequest (const GetAllValuesForAttributeRequest &from)
 
GetAllValuesForAttributeRequestoperator= (const GetAllValuesForAttributeRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetAllValuesForAttributeRequest *other)
 
GetAllValuesForAttributeRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const GetAllValuesForAttributeRequest &from)
 
void MergeFrom (const GetAllValuesForAttributeRequest &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_attribute_key () const
 
void clear_attribute_key ()
 
const ::std::string & attribute_key () const
 
void set_attribute_key (const ::std::string &value)
 
void set_attribute_key (const char *value)
 
void set_attribute_key (const char *value, size_t size)
 
inline::std::string * mutable_attribute_key ()
 
inline::std::string * release_attribute_key ()
 
void set_allocated_attribute_key (::std::string *attribute_key)
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::EntityIdagent_id () const
 
inline::bgs::protocol::EntityId * mutable_agent_id ()
 
inline::bgs::protocol::EntityId * release_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::EntityId *agent_id)
 
bool has_program () const
 
void clear_program ()
 
inline::google::protobuf::uint32 program () const
 
void set_program (::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
GetAllValuesForAttributeRequest
default_instance ()
 

Static Public Attributes

static const int kAttributeKeyFieldNumber = 1
 
static const int kAgentIdFieldNumber = 2
 
static const int kProgramFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_attribute_key ()
 
void clear_has_attribute_key ()
 
void set_has_agent_id ()
 
void clear_has_agent_id ()
 
void set_has_program ()
 
void clear_has_program ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * attribute_key_
 
::bgs::protocol::EntityIdagent_id_
 
::google::protobuf::uint32 program_
 

Static Private Attributes

static
GetAllValuesForAttributeRequest
default_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_game_5futilities_5fservice_2eproto ()
 
void protobuf_AssignDesc_game_5futilities_5fservice_2eproto ()
 
void protobuf_ShutdownFile_game_5futilities_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::GetAllValuesForAttributeRequest ( )
virtual bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::~GetAllValuesForAttributeRequest ( )
virtual
bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::GetAllValuesForAttributeRequest ( const GetAllValuesForAttributeRequest from)

Member Function Documentation

const ::bgs::protocol::EntityId & bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::agent_id ( ) const
inline
2550  {
2551  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.agent_id)
2553 }
::bgs::protocol::EntityId * agent_id_
Definition: game_utilities_service.pb.h:1238
static GetAllValuesForAttributeRequest * default_instance_
Definition: game_utilities_service.pb.h:1245
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the caller graph for this function:

const ::std::string & bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::attribute_key ( ) const
inline
2476  {
2477  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.attribute_key)
2478  return *attribute_key_;
2479 }
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237

+ Here is the caller graph for this function:

int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_agent_id ( )
inline
2546  {
2547  if (agent_id_ != NULL) agent_id_->::bgs::protocol::EntityId::Clear();
2549 }
::bgs::protocol::EntityId * agent_id_
Definition: game_utilities_service.pb.h:1238
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_agent_id()
Definition: game_utilities_service.pb.h:2543

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_attribute_key ( )
inline
2470  {
2472  attribute_key_->clear();
2473  }
2475 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237
void clear_has_attribute_key()
Definition: game_utilities_service.pb.h:2467

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_has_agent_id ( )
inlineprivate
2543  {
2544  _has_bits_[0] &= ~0x00000002u;
2545 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_has_attribute_key ( )
inlineprivate
2467  {
2468  _has_bits_[0] &= ~0x00000001u;
2469 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_has_program ( )
inlineprivate
2584  {
2585  _has_bits_[0] &= ~0x00000004u;
2586 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::clear_program ( )
inline
2587  {
2588  program_ = 0u;
2590 }
void clear_has_program()
Definition: game_utilities_service.pb.h:2584
::google::protobuf::uint32 program_
Definition: game_utilities_service.pb.h:1239

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

1184 { return _cached_size_; }
int _cached_size_
Definition: game_utilities_service.pb.h:1236
::google::protobuf::Metadata bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::has_agent_id ( ) const
inline
2537  {
2538  return (_has_bits_[0] & 0x00000002u) != 0;
2539 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235
bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::has_attribute_key ( ) const
inline
2461  {
2462  return (_has_bits_[0] & 0x00000001u) != 0;
2463 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235
bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::has_program ( ) const
inline
2578  {
2579  return (_has_bits_[0] & 0x00000004u) != 0;
2580 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235
void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::MergeFrom ( const GetAllValuesForAttributeRequest from)
bool bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::mutable_agent_id ( )
inline
2554  {
2555  set_has_agent_id();
2556  if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::EntityId;
2557  // @@protoc_insertion_point(field_mutable:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.agent_id)
2558  return agent_id_;
2559 }
::bgs::protocol::EntityId * agent_id_
Definition: game_utilities_service.pb.h:1238
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_agent_id()
Definition: game_utilities_service.pb.h:2540

+ Here is the call graph for this function:

std::string * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::mutable_attribute_key ( )
inline
2504  {
2507  attribute_key_ = new ::std::string;
2508  }
2509  // @@protoc_insertion_point(field_mutable:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.attribute_key)
2510  return attribute_key_;
2511 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237
void set_has_attribute_key()
Definition: game_utilities_service.pb.h:2464

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::mutable_unknown_fields ( )
inline
1159  {
1160  return &_unknown_fields_;
1161  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: game_utilities_service.pb.h:1233
GetAllValuesForAttributeRequest* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::New ( ) const
virtual
GetAllValuesForAttributeRequest& bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::operator= ( const GetAllValuesForAttributeRequest from)
inline
1150  {
1151  CopyFrom(from);
1152  return *this;
1153  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::program ( ) const
inline
2591  {
2592  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.program)
2593  return program_;
2594 }
::google::protobuf::uint32 program_
Definition: game_utilities_service.pb.h:1239
bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::release_agent_id ( )
inline
2560  {
2563  agent_id_ = NULL;
2564  return temp;
2565 }
Definition: entity_types.pb.h:45
::bgs::protocol::EntityId * agent_id_
Definition: game_utilities_service.pb.h:1238
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_agent_id()
Definition: game_utilities_service.pb.h:2543

+ Here is the call graph for this function:

std::string * bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::release_attribute_key ( )
inline
2512  {
2515  return NULL;
2516  } else {
2517  ::std::string* temp = attribute_key_;
2519  return temp;
2520  }
2521 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237
void clear_has_attribute_key()
Definition: game_utilities_service.pb.h:2467

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_allocated_agent_id ( ::bgs::protocol::EntityId agent_id)
inline
2566  {
2567  delete agent_id_;
2568  agent_id_ = agent_id;
2569  if (agent_id) {
2570  set_has_agent_id();
2571  } else {
2573  }
2574  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.agent_id)
2575 }
::bgs::protocol::EntityId * agent_id_
Definition: game_utilities_service.pb.h:1238
const ::bgs::protocol::EntityId & agent_id() const
Definition: game_utilities_service.pb.h:2550
void set_has_agent_id()
Definition: game_utilities_service.pb.h:2540
void clear_has_agent_id()
Definition: game_utilities_service.pb.h:2543

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_allocated_attribute_key ( ::std::string *  attribute_key)
inline
2522  {
2524  delete attribute_key_;
2525  }
2526  if (attribute_key) {
2529  } else {
2532  }
2533  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.attribute_key)
2534 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237
const ::std::string & attribute_key() const
Definition: game_utilities_service.pb.h:2476
void clear_has_attribute_key()
Definition: game_utilities_service.pb.h:2467
void set_has_attribute_key()
Definition: game_utilities_service.pb.h:2464

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_attribute_key ( const ::std::string &  value)
inline
2480  {
2483  attribute_key_ = new ::std::string;
2484  }
2485  attribute_key_->assign(value);
2486  // @@protoc_insertion_point(field_set:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.attribute_key)
2487 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237
void set_has_attribute_key()
Definition: game_utilities_service.pb.h:2464
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_attribute_key ( const char *  value)
inline
2488  {
2491  attribute_key_ = new ::std::string;
2492  }
2493  attribute_key_->assign(value);
2494  // @@protoc_insertion_point(field_set_char:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.attribute_key)
2495 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237
void set_has_attribute_key()
Definition: game_utilities_service.pb.h:2464
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_attribute_key ( const char *  value,
size_t  size 
)
inline
2496  {
2499  attribute_key_ = new ::std::string;
2500  }
2501  attribute_key_->assign(reinterpret_cast<const char*>(value), size);
2502  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.attribute_key)
2503 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * attribute_key_
Definition: game_utilities_service.pb.h:1237
void set_has_attribute_key()
Definition: game_utilities_service.pb.h:2464
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_has_agent_id ( )
inlineprivate
2540  {
2541  _has_bits_[0] |= 0x00000002u;
2542 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_has_attribute_key ( )
inlineprivate
2464  {
2465  _has_bits_[0] |= 0x00000001u;
2466 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_has_program ( )
inlineprivate
2581  {
2582  _has_bits_[0] |= 0x00000004u;
2583 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:1235

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::set_program ( ::google::protobuf::uint32  value)
inline
2595  {
2596  set_has_program();
2597  program_ = value;
2598  // @@protoc_insertion_point(field_set:bgs.protocol.game_utilities.v1.GetAllValuesForAttributeRequest.program)
2599 }
void set_has_program()
Definition: game_utilities_service.pb.h:2581
::google::protobuf::uint32 program_
Definition: game_utilities_service.pb.h:1239
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SharedCtor ( )
private
void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::SharedDtor ( )
private
void bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::Swap ( GetAllValuesForAttributeRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::unknown_fields ( ) const
inline
1155  {
1156  return _unknown_fields_;
1157  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: game_utilities_service.pb.h:1233

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_game_5futilities_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_game_5futilities_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_game_5futilities_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::_unknown_fields_
private
::bgs::protocol::EntityId* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::agent_id_
private
::std::string* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::attribute_key_
private
GetAllValuesForAttributeRequest* bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::default_instance_
staticprivate
const int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::kAgentIdFieldNumber = 2
static
const int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::kAttributeKeyFieldNumber = 1
static
const int bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::kProgramFieldNumber = 5
static
::google::protobuf::uint32 bgs::protocol::game_utilities::v1::GetAllValuesForAttributeRequest::program_
private

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