TrinityCore
user_manager_types.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: user_manager_types.proto
3
4#ifndef PROTOBUF_user_5fmanager_5ftypes_2eproto__INCLUDED
5#define PROTOBUF_user_5fmanager_5ftypes_2eproto__INCLUDED
6
7#include <string>
8
9#include <google/protobuf/stubs/common.h>
10
11#if GOOGLE_PROTOBUF_VERSION < 2006000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 2006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
20#endif
21
22#include <google/protobuf/generated_message_util.h>
23#include <google/protobuf/message.h>
24#include <google/protobuf/repeated_field.h>
25#include <google/protobuf/extension_set.h>
26#include <google/protobuf/unknown_field_set.h>
27#include "global_extensions/field_options.pb.h" // IWYU pragma: export
28#include "entity_types.pb.h"
29#include "attribute_types.pb.h"
30#include "Define.h" // for TC_PROTO_API
31// @@protoc_insertion_point(includes)
32
33namespace bgs {
34namespace protocol {
35namespace user_manager {
36namespace v1 {
37
38// Internal implementation detail -- do not call these.
42
43class RecentPlayer;
44class BlockedPlayer;
45
46// ===================================================================
47
48class TC_PROTO_API RecentPlayer : public ::google::protobuf::Message {
49 public:
51 virtual ~RecentPlayer();
52
54
55 inline RecentPlayer& operator=(const RecentPlayer& from) {
56 CopyFrom(from);
57 return *this;
58 }
59
60 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
61 return _unknown_fields_;
62 }
63
64 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
65 return &_unknown_fields_;
66 }
67
68 static const ::google::protobuf::Descriptor* descriptor();
70
71 void Swap(RecentPlayer* other);
72
73 // implements Message ----------------------------------------------
74
75 RecentPlayer* New() const;
76 int GetCachedSize() const { return _cached_size_; }
77 private:
78 void SharedCtor();
79 void SharedDtor();
80 void SetCachedSize(int size) const;
81 public:
82 ::google::protobuf::Metadata GetMetadata() const;
83
84 // nested types ----------------------------------------------------
85
86 // accessors -------------------------------------------------------
87
88 // required .bgs.protocol.EntityId entity_id = 1;
89 inline bool has_entity_id() const;
90 inline void clear_entity_id();
91 static const int kEntityIdFieldNumber = 1;
92 inline const ::bgs::protocol::EntityId& entity_id() const;
93 inline ::bgs::protocol::EntityId* mutable_entity_id();
94 inline ::bgs::protocol::EntityId* release_entity_id();
95 inline void set_allocated_entity_id(::bgs::protocol::EntityId* entity_id);
96
97 // optional string program = 2;
98 inline bool has_program() const;
99 inline void clear_program();
100 static const int kProgramFieldNumber = 2;
101 inline const ::std::string& program() const;
102 inline void set_program(const ::std::string& value);
103 inline void set_program(const char* value);
104 inline void set_program(const char* value, size_t size);
105 inline ::std::string* mutable_program();
106 inline ::std::string* release_program();
107 inline void set_allocated_program(::std::string* program);
108
109 // optional fixed64 timestamp_played = 3;
110 inline bool has_timestamp_played() const;
111 inline void clear_timestamp_played();
112 static const int kTimestampPlayedFieldNumber = 3;
113 inline ::google::protobuf::uint64 timestamp_played() const;
114 inline void set_timestamp_played(::google::protobuf::uint64 value);
115
116 // repeated .bgs.protocol.Attribute attributes = 4;
117 inline int attributes_size() const;
118 inline void clear_attributes();
119 static const int kAttributesFieldNumber = 4;
120 inline const ::bgs::protocol::Attribute& attributes(int index) const;
121 inline ::bgs::protocol::Attribute* mutable_attributes(int index);
122 inline ::bgs::protocol::Attribute* add_attributes();
123 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute >&
124 attributes() const;
125 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute >*
126 mutable_attributes();
127
128 // optional fixed32 counter = 6 [default = 0];
129 inline bool has_counter() const;
130 inline void clear_counter();
131 static const int kCounterFieldNumber = 6;
132 inline ::google::protobuf::uint32 counter() const;
133 inline void set_counter(::google::protobuf::uint32 value);
134
135 // @@protoc_insertion_point(class_scope:bgs.protocol.user_manager.v1.RecentPlayer)
136 private:
137 inline void set_has_entity_id();
138 inline void clear_has_entity_id();
139 inline void set_has_program();
140 inline void clear_has_program();
141 inline void set_has_timestamp_played();
142 inline void clear_has_timestamp_played();
143 inline void set_has_counter();
144 inline void clear_has_counter();
145
146 ::google::protobuf::UnknownFieldSet _unknown_fields_;
147
149 mutable int _cached_size_;
151 ::std::string* program_;
153 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attributes_;
158
161};
162// -------------------------------------------------------------------
163
164class TC_PROTO_API BlockedPlayer : public ::google::protobuf::Message {
165 public:
167 virtual ~BlockedPlayer();
168
170
171 inline BlockedPlayer& operator=(const BlockedPlayer& from) {
172 CopyFrom(from);
173 return *this;
174 }
175
176 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
177 return _unknown_fields_;
178 }
179
180 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
181 return &_unknown_fields_;
182 }
183
184 static const ::google::protobuf::Descriptor* descriptor();
186
187 void Swap(BlockedPlayer* other);
188
189 // implements Message ----------------------------------------------
190
192 int GetCachedSize() const { return _cached_size_; }
193 private:
196 void SetCachedSize(int size) const;
197 public:
198 ::google::protobuf::Metadata GetMetadata() const;
199
200 // nested types ----------------------------------------------------
201
202 // accessors -------------------------------------------------------
203
204 // required .bgs.protocol.EntityId account_id = 1;
205 inline bool has_account_id() const;
206 inline void clear_account_id();
207 static const int kAccountIdFieldNumber = 1;
208 inline const ::bgs::protocol::EntityId& account_id() const;
209 inline ::bgs::protocol::EntityId* mutable_account_id();
210 inline ::bgs::protocol::EntityId* release_account_id();
211 inline void set_allocated_account_id(::bgs::protocol::EntityId* account_id);
212
213 // optional string battle_tag = 2;
214 inline bool has_battle_tag() const;
215 inline void clear_battle_tag();
216 static const int kBattleTagFieldNumber = 2;
217 inline const ::std::string& battle_tag() const;
218 inline void set_battle_tag(const ::std::string& value);
219 inline void set_battle_tag(const char* value);
220 inline void set_battle_tag(const char* value, size_t size);
221 inline ::std::string* mutable_battle_tag();
222 inline ::std::string* release_battle_tag();
223 inline void set_allocated_battle_tag(::std::string* battle_tag);
224
225 // repeated uint32 role = 3 [deprecated = true];
226 inline int role_size() const PROTOBUF_DEPRECATED;
227 inline void clear_role() PROTOBUF_DEPRECATED;
228 static const int kRoleFieldNumber = 3;
229 inline ::google::protobuf::uint32 role(int index) const PROTOBUF_DEPRECATED;
230 inline void set_role(int index, ::google::protobuf::uint32 value) PROTOBUF_DEPRECATED;
231 inline void add_role(::google::protobuf::uint32 value) PROTOBUF_DEPRECATED;
232 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
233 role() const PROTOBUF_DEPRECATED;
234 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
235 mutable_role() PROTOBUF_DEPRECATED;
236
237 // optional uint64 privileges = 4 [deprecated = true];
238 inline bool has_privileges() const PROTOBUF_DEPRECATED;
239 inline void clear_privileges() PROTOBUF_DEPRECATED;
240 static const int kPrivilegesFieldNumber = 4;
241 inline ::google::protobuf::uint64 privileges() const PROTOBUF_DEPRECATED;
242 inline void set_privileges(::google::protobuf::uint64 value) PROTOBUF_DEPRECATED;
243
244 // @@protoc_insertion_point(class_scope:bgs.protocol.user_manager.v1.BlockedPlayer)
245 private:
246 inline void set_has_account_id();
247 inline void clear_has_account_id();
248 inline void set_has_battle_tag();
249 inline void clear_has_battle_tag();
250 inline void set_has_privileges();
251 inline void clear_has_privileges();
252
253 ::google::protobuf::UnknownFieldSet _unknown_fields_;
254
255 ::google::protobuf::uint32 _has_bits_[1];
256 mutable int _cached_size_;
257 ::bgs::protocol::EntityId* account_id_;
258 ::std::string* battle_tag_;
259 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > role_;
260 ::google::protobuf::uint64 privileges_;
264
265 void InitAsDefaultInstance();
266 static BlockedPlayer* default_instance_;
267};
268// ===================================================================
269
270// ===================================================================
271
272// ===================================================================
273
274// RecentPlayer
275
276// required .bgs.protocol.EntityId entity_id = 1;
277inline bool RecentPlayer::has_entity_id() const {
278 return (_has_bits_[0] & 0x00000001u) != 0;
279}
281 _has_bits_[0] |= 0x00000001u;
282}
284 _has_bits_[0] &= ~0x00000001u;
285}
287 if (entity_id_ != NULL) entity_id_->::bgs::protocol::EntityId::Clear();
288 clear_has_entity_id();
289}
290inline const ::bgs::protocol::EntityId& RecentPlayer::entity_id() const {
291 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.RecentPlayer.entity_id)
292 return entity_id_ != NULL ? *entity_id_ : *default_instance_->entity_id_;
293}
294inline ::bgs::protocol::EntityId* RecentPlayer::mutable_entity_id() {
295 set_has_entity_id();
296 if (entity_id_ == NULL) entity_id_ = new ::bgs::protocol::EntityId;
297 // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.RecentPlayer.entity_id)
298 return entity_id_;
299}
300inline ::bgs::protocol::EntityId* RecentPlayer::release_entity_id() {
301 clear_has_entity_id();
302 ::bgs::protocol::EntityId* temp = entity_id_;
303 entity_id_ = NULL;
304 return temp;
305}
307 delete entity_id_;
308 entity_id_ = entity_id;
309 if (entity_id) {
310 set_has_entity_id();
311 } else {
312 clear_has_entity_id();
313 }
314 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.RecentPlayer.entity_id)
315}
316
317// optional string program = 2;
318inline bool RecentPlayer::has_program() const {
319 return (_has_bits_[0] & 0x00000002u) != 0;
320}
322 _has_bits_[0] |= 0x00000002u;
323}
325 _has_bits_[0] &= ~0x00000002u;
326}
328 if (program_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
329 program_->clear();
330 }
331 clear_has_program();
332}
333inline const ::std::string& RecentPlayer::program() const {
334 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.RecentPlayer.program)
335 return *program_;
336}
337inline void RecentPlayer::set_program(const ::std::string& value) {
338 set_has_program();
339 if (program_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
340 program_ = new ::std::string;
341 }
342 program_->assign(value);
343 // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.RecentPlayer.program)
344}
345inline void RecentPlayer::set_program(const char* value) {
346 set_has_program();
347 if (program_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
348 program_ = new ::std::string;
349 }
350 program_->assign(value);
351 // @@protoc_insertion_point(field_set_char:bgs.protocol.user_manager.v1.RecentPlayer.program)
352}
353inline void RecentPlayer::set_program(const char* value, size_t size) {
354 set_has_program();
355 if (program_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
356 program_ = new ::std::string;
357 }
358 program_->assign(reinterpret_cast<const char*>(value), size);
359 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.user_manager.v1.RecentPlayer.program)
360}
361inline ::std::string* RecentPlayer::mutable_program() {
362 set_has_program();
363 if (program_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
364 program_ = new ::std::string;
365 }
366 // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.RecentPlayer.program)
367 return program_;
368}
369inline ::std::string* RecentPlayer::release_program() {
370 clear_has_program();
371 if (program_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
372 return NULL;
373 } else {
374 ::std::string* temp = program_;
375 program_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
376 return temp;
377 }
378}
379inline void RecentPlayer::set_allocated_program(::std::string* program) {
380 if (program_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
381 delete program_;
382 }
383 if (program) {
384 set_has_program();
385 program_ = program;
386 } else {
387 clear_has_program();
388 program_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
389 }
390 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.RecentPlayer.program)
391}
392
393// optional fixed64 timestamp_played = 3;
395 return (_has_bits_[0] & 0x00000004u) != 0;
396}
398 _has_bits_[0] |= 0x00000004u;
399}
401 _has_bits_[0] &= ~0x00000004u;
402}
404 timestamp_played_ = GOOGLE_ULONGLONG(0);
405 clear_has_timestamp_played();
406}
408 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.RecentPlayer.timestamp_played)
409 return timestamp_played_;
410}
412 set_has_timestamp_played();
413 timestamp_played_ = value;
414 // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.RecentPlayer.timestamp_played)
415}
416
417// repeated .bgs.protocol.Attribute attributes = 4;
419 return attributes_.size();
420}
422 attributes_.Clear();
423}
424inline const ::bgs::protocol::Attribute& RecentPlayer::attributes(int index) const {
425 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.RecentPlayer.attributes)
426 return attributes_.Get(index);
427}
428inline ::bgs::protocol::Attribute* RecentPlayer::mutable_attributes(int index) {
429 // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.RecentPlayer.attributes)
430 return attributes_.Mutable(index);
431}
432inline ::bgs::protocol::Attribute* RecentPlayer::add_attributes() {
433 // @@protoc_insertion_point(field_add:bgs.protocol.user_manager.v1.RecentPlayer.attributes)
434 return attributes_.Add();
435}
436inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute >&
438 // @@protoc_insertion_point(field_list:bgs.protocol.user_manager.v1.RecentPlayer.attributes)
439 return attributes_;
440}
441inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute >*
443 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.user_manager.v1.RecentPlayer.attributes)
444 return &attributes_;
445}
446
447// optional fixed32 counter = 6 [default = 0];
448inline bool RecentPlayer::has_counter() const {
449 return (_has_bits_[0] & 0x00000010u) != 0;
450}
452 _has_bits_[0] |= 0x00000010u;
453}
455 _has_bits_[0] &= ~0x00000010u;
456}
458 counter_ = 0u;
459 clear_has_counter();
460}
462 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.RecentPlayer.counter)
463 return counter_;
464}
466 set_has_counter();
467 counter_ = value;
468 // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.RecentPlayer.counter)
469}
470
471// -------------------------------------------------------------------
472
473// BlockedPlayer
474
475// required .bgs.protocol.EntityId account_id = 1;
476inline bool BlockedPlayer::has_account_id() const {
477 return (_has_bits_[0] & 0x00000001u) != 0;
478}
480 _has_bits_[0] |= 0x00000001u;
481}
483 _has_bits_[0] &= ~0x00000001u;
484}
486 if (account_id_ != NULL) account_id_->::bgs::protocol::EntityId::Clear();
487 clear_has_account_id();
488}
489inline const ::bgs::protocol::EntityId& BlockedPlayer::account_id() const {
490 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.account_id)
491 return account_id_ != NULL ? *account_id_ : *default_instance_->account_id_;
492}
493inline ::bgs::protocol::EntityId* BlockedPlayer::mutable_account_id() {
494 set_has_account_id();
495 if (account_id_ == NULL) account_id_ = new ::bgs::protocol::EntityId;
496 // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.BlockedPlayer.account_id)
497 return account_id_;
498}
499inline ::bgs::protocol::EntityId* BlockedPlayer::release_account_id() {
500 clear_has_account_id();
501 ::bgs::protocol::EntityId* temp = account_id_;
502 account_id_ = NULL;
503 return temp;
504}
506 delete account_id_;
507 account_id_ = account_id;
508 if (account_id) {
509 set_has_account_id();
510 } else {
511 clear_has_account_id();
512 }
513 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.BlockedPlayer.account_id)
514}
515
516// optional string battle_tag = 2;
517inline bool BlockedPlayer::has_battle_tag() const {
518 return (_has_bits_[0] & 0x00000002u) != 0;
519}
521 _has_bits_[0] |= 0x00000002u;
522}
524 _has_bits_[0] &= ~0x00000002u;
525}
527 if (battle_tag_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
528 battle_tag_->clear();
529 }
530 clear_has_battle_tag();
531}
532inline const ::std::string& BlockedPlayer::battle_tag() const {
533 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.battle_tag)
534 return *battle_tag_;
535}
536inline void BlockedPlayer::set_battle_tag(const ::std::string& value) {
537 set_has_battle_tag();
538 if (battle_tag_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
539 battle_tag_ = new ::std::string;
540 }
541 battle_tag_->assign(value);
542 // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.BlockedPlayer.battle_tag)
543}
544inline void BlockedPlayer::set_battle_tag(const char* value) {
545 set_has_battle_tag();
546 if (battle_tag_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
547 battle_tag_ = new ::std::string;
548 }
549 battle_tag_->assign(value);
550 // @@protoc_insertion_point(field_set_char:bgs.protocol.user_manager.v1.BlockedPlayer.battle_tag)
551}
552inline void BlockedPlayer::set_battle_tag(const char* value, size_t size) {
553 set_has_battle_tag();
554 if (battle_tag_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
555 battle_tag_ = new ::std::string;
556 }
557 battle_tag_->assign(reinterpret_cast<const char*>(value), size);
558 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.user_manager.v1.BlockedPlayer.battle_tag)
559}
560inline ::std::string* BlockedPlayer::mutable_battle_tag() {
561 set_has_battle_tag();
562 if (battle_tag_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
563 battle_tag_ = new ::std::string;
564 }
565 // @@protoc_insertion_point(field_mutable:bgs.protocol.user_manager.v1.BlockedPlayer.battle_tag)
566 return battle_tag_;
567}
568inline ::std::string* BlockedPlayer::release_battle_tag() {
569 clear_has_battle_tag();
570 if (battle_tag_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
571 return NULL;
572 } else {
573 ::std::string* temp = battle_tag_;
574 battle_tag_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
575 return temp;
576 }
577}
578inline void BlockedPlayer::set_allocated_battle_tag(::std::string* battle_tag) {
579 if (battle_tag_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
580 delete battle_tag_;
581 }
582 if (battle_tag) {
583 set_has_battle_tag();
584 battle_tag_ = battle_tag;
585 } else {
586 clear_has_battle_tag();
587 battle_tag_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
588 }
589 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.user_manager.v1.BlockedPlayer.battle_tag)
590}
591
592// repeated uint32 role = 3 [deprecated = true];
593inline int BlockedPlayer::role_size() const {
594 return role_.size();
595}
597 role_.Clear();
598}
600 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.role)
601 return role_.Get(index);
602}
604 role_.Set(index, value);
605 // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.BlockedPlayer.role)
606}
608 role_.Add(value);
609 // @@protoc_insertion_point(field_add:bgs.protocol.user_manager.v1.BlockedPlayer.role)
610}
611inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
613 // @@protoc_insertion_point(field_list:bgs.protocol.user_manager.v1.BlockedPlayer.role)
614 return role_;
615}
616inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
618 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.user_manager.v1.BlockedPlayer.role)
619 return &role_;
620}
621
622// optional uint64 privileges = 4 [deprecated = true];
623inline bool BlockedPlayer::has_privileges() const {
624 return (_has_bits_[0] & 0x00000008u) != 0;
625}
627 _has_bits_[0] |= 0x00000008u;
628}
630 _has_bits_[0] &= ~0x00000008u;
631}
633 privileges_ = GOOGLE_ULONGLONG(0);
634 clear_has_privileges();
635}
637 // @@protoc_insertion_point(field_get:bgs.protocol.user_manager.v1.BlockedPlayer.privileges)
638 return privileges_;
639}
641 set_has_privileges();
642 privileges_ = value;
643 // @@protoc_insertion_point(field_set:bgs.protocol.user_manager.v1.BlockedPlayer.privileges)
644}
645
646// @@protoc_insertion_point(namespace_scope)
647
648} // namespace v1
649} // namespace user_manager
650} // namespace protocol
651} // namespace bgs
652
653#ifndef SWIG
654namespace google {
655namespace protobuf {
656} // namespace google
657} // namespace protobuf
658#endif // SWIG
659
660// @@protoc_insertion_point(global_scope)
661
662#endif // PROTOBUF_user_5fmanager_5ftypes_2eproto__INCLUDED
#define TC_PROTO_API
Definition: Define.h:105
uint64_t uint64
Definition: Define.h:141
uint32_t uint32
Definition: Define.h:142
void set_role(int index, ::google::protobuf::uint32 value) PROTOBUF_DEPRECATED
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > & role() const PROTOBUF_DEPRECATED
inline ::bgs::protocol::EntityId * release_account_id()
void add_role(::google::protobuf::uint32 value) PROTOBUF_DEPRECATED
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
BlockedPlayer & operator=(const BlockedPlayer &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * descriptor()
void set_privileges(::google::protobuf::uint64 value) PROTOBUF_DEPRECATED
inline ::google::protobuf::uint64 privileges() const PROTOBUF_DEPRECATED
void set_allocated_battle_tag(::std::string *battle_tag)
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > * mutable_role() PROTOBUF_DEPRECATED
static const BlockedPlayer & default_instance()
void set_allocated_account_id(::bgs::protocol::EntityId *account_id)
inline ::bgs::protocol::EntityId * mutable_account_id()
const ::bgs::protocol::EntityId & account_id() const
void set_allocated_entity_id(::bgs::protocol::EntityId *entity_id)
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attributes_
void set_timestamp_played(::google::protobuf::uint64 value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void TC_PROTO_API protobuf_AddDesc_user_5fmanager_5ftypes_2eproto()
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > * mutable_attributes()
inline ::bgs::protocol::Attribute * add_attributes()
void set_counter(::google::protobuf::uint32 value)
friend void protobuf_ShutdownFile_user_5fmanager_5ftypes_2eproto()
const ::bgs::protocol::EntityId & entity_id() const
inline ::google::protobuf::uint32 counter() const
inline ::bgs::protocol::EntityId * mutable_entity_id()
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > & attributes() const
static const RecentPlayer & default_instance()
inline ::bgs::protocol::EntityId * release_entity_id()
static const ::google::protobuf::Descriptor * descriptor()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
RecentPlayer & operator=(const RecentPlayer &from)
inline ::google::protobuf::uint64 timestamp_played() const
constexpr std::size_t size()
Definition: UpdateField.h:796
void TC_PROTO_API protobuf_AddDesc_user_5fmanager_5ftypes_2eproto()
void protobuf_ShutdownFile_user_5fmanager_5ftypes_2eproto()
void protobuf_AssignDesc_user_5fmanager_5ftypes_2eproto()
Definition: Session.h:36
STL namespace.