TrinityCore
club_tag.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: club_tag.proto
3
4#ifndef PROTOBUF_club_5ftag_2eproto__INCLUDED
5#define PROTOBUF_club_5ftag_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/generated_enum_reflection.h>
27#include <google/protobuf/unknown_field_set.h>
28#include "rpc_types.pb.h"
29#include "Define.h" // for TC_PROTO_API
30// @@protoc_insertion_point(includes)
31
32namespace bgs {
33namespace protocol {
34namespace club {
35namespace v1 {
36
37// Internal implementation detail -- do not call these.
41
42class TagOptions;
43class TagIdentifier;
44class LocalizedTag;
45
50};
55
56TC_PROTO_API const ::google::protobuf::EnumDescriptor* TagAction_descriptor();
57inline const ::std::string& TagAction_Name(TagAction value) {
58 return ::google::protobuf::internal::NameOfEnum(
59 TagAction_descriptor(), value);
60}
61inline bool TagAction_Parse(
62 const ::std::string& name, TagAction* value) {
63 return ::google::protobuf::internal::ParseNamedEnum<TagAction>(
64 TagAction_descriptor(), name, value);
65}
66enum TagType {
70};
75
76TC_PROTO_API const ::google::protobuf::EnumDescriptor* TagType_descriptor();
77inline const ::std::string& TagType_Name(TagType value) {
78 return ::google::protobuf::internal::NameOfEnum(
79 TagType_descriptor(), value);
80}
81inline bool TagType_Parse(
82 const ::std::string& name, TagType* value) {
83 return ::google::protobuf::internal::ParseNamedEnum<TagType>(
84 TagType_descriptor(), name, value);
85}
86// ===================================================================
87
88class TC_PROTO_API TagOptions : public ::google::protobuf::Message {
89 public:
91 virtual ~TagOptions();
92
93 TagOptions(const TagOptions& from);
94
95 inline TagOptions& operator=(const TagOptions& from) {
96 CopyFrom(from);
97 return *this;
98 }
99
100 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
101 return _unknown_fields_;
102 }
103
104 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
105 return &_unknown_fields_;
106 }
107
108 static const ::google::protobuf::Descriptor* descriptor();
110
111 void Swap(TagOptions* other);
112
113 // implements Message ----------------------------------------------
114
115 TagOptions* New() const;
116 int GetCachedSize() const { return _cached_size_; }
117 private:
120 void SetCachedSize(int size) const;
121 public:
122 ::google::protobuf::Metadata GetMetadata() const;
123
124 // nested types ----------------------------------------------------
125
126 // accessors -------------------------------------------------------
127
128 // optional uint32 action = 1;
129 inline bool has_action() const;
130 inline void clear_action();
131 static const int kActionFieldNumber = 1;
133 inline void set_action(::google::protobuf::uint32 value);
134
135 // repeated .bgs.protocol.club.v1.TagIdentifier tag = 2;
136 inline int tag_size() const;
137 inline void clear_tag();
138 static const int kTagFieldNumber = 2;
139 inline const ::bgs::protocol::club::v1::TagIdentifier& tag(int index) const;
140 inline ::bgs::protocol::club::v1::TagIdentifier* mutable_tag(int index);
141 inline ::bgs::protocol::club::v1::TagIdentifier* add_tag();
142 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier >&
143 tag() const;
144 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier >*
145 mutable_tag();
146
147 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.TagOptions)
148 private:
149 inline void set_has_action();
150 inline void clear_has_action();
151
152 ::google::protobuf::UnknownFieldSet _unknown_fields_;
153
155 mutable int _cached_size_;
156 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier > tag_;
161
164};
165// -------------------------------------------------------------------
166
167class TC_PROTO_API TagIdentifier : public ::google::protobuf::Message {
168 public:
170 virtual ~TagIdentifier();
171
173
174 inline TagIdentifier& operator=(const TagIdentifier& from) {
175 CopyFrom(from);
176 return *this;
177 }
178
179 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
180 return _unknown_fields_;
181 }
182
183 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
184 return &_unknown_fields_;
185 }
186
187 static const ::google::protobuf::Descriptor* descriptor();
189
190 void Swap(TagIdentifier* other);
191
192 // implements Message ----------------------------------------------
193
195 int GetCachedSize() const { return _cached_size_; }
196 private:
199 void SetCachedSize(int size) const;
200 public:
201 ::google::protobuf::Metadata GetMetadata() const;
202
203 // nested types ----------------------------------------------------
204
205 // accessors -------------------------------------------------------
206
207 // optional uint32 id = 1;
208 inline bool has_id() const;
209 inline void clear_id();
210 static const int kIdFieldNumber = 1;
212 inline void set_id(::google::protobuf::uint32 value);
213
214 // optional uint32 type = 2;
215 inline bool has_type() const;
216 inline void clear_type();
217 static const int kTypeFieldNumber = 2;
219 inline void set_type(::google::protobuf::uint32 value);
220
221 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.TagIdentifier)
222 private:
223 inline void set_has_id();
224 inline void clear_has_id();
225 inline void set_has_type();
226 inline void clear_has_type();
227
228 ::google::protobuf::UnknownFieldSet _unknown_fields_;
229
231 mutable int _cached_size_;
237
240};
241// -------------------------------------------------------------------
242
243class TC_PROTO_API LocalizedTag : public ::google::protobuf::Message {
244 public:
246 virtual ~LocalizedTag();
247
249
250 inline LocalizedTag& operator=(const LocalizedTag& from) {
251 CopyFrom(from);
252 return *this;
253 }
254
255 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
256 return _unknown_fields_;
257 }
258
259 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
260 return &_unknown_fields_;
261 }
262
263 static const ::google::protobuf::Descriptor* descriptor();
265
266 void Swap(LocalizedTag* other);
267
268 // implements Message ----------------------------------------------
269
271 int GetCachedSize() const { return _cached_size_; }
272 private:
275 void SetCachedSize(int size) const;
276 public:
277 ::google::protobuf::Metadata GetMetadata() const;
278
279 // nested types ----------------------------------------------------
280
281 // accessors -------------------------------------------------------
282
283 // optional .bgs.protocol.club.v1.TagIdentifier tag_id = 1;
284 inline bool has_tag_id() const;
285 inline void clear_tag_id();
286 static const int kTagIdFieldNumber = 1;
287 inline const ::bgs::protocol::club::v1::TagIdentifier& tag_id() const;
288 inline ::bgs::protocol::club::v1::TagIdentifier* mutable_tag_id();
289 inline ::bgs::protocol::club::v1::TagIdentifier* release_tag_id();
290 inline void set_allocated_tag_id(::bgs::protocol::club::v1::TagIdentifier* tag_id);
291
292 // optional string name = 2;
293 inline bool has_name() const;
294 inline void clear_name();
295 static const int kNameFieldNumber = 2;
296 inline const ::std::string& name() const;
297 inline void set_name(const ::std::string& value);
298 inline void set_name(const char* value);
299 inline void set_name(const char* value, size_t size);
300 inline ::std::string* mutable_name();
301 inline ::std::string* release_name();
302 inline void set_allocated_name(::std::string* name);
303
304 // optional string description = 3;
305 inline bool has_description() const;
306 inline void clear_description();
307 static const int kDescriptionFieldNumber = 3;
308 inline const ::std::string& description() const;
309 inline void set_description(const ::std::string& value);
310 inline void set_description(const char* value);
311 inline void set_description(const char* value, size_t size);
312 inline ::std::string* mutable_description();
313 inline ::std::string* release_description();
314 inline void set_allocated_description(::std::string* description);
315
316 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.LocalizedTag)
317 private:
318 inline void set_has_tag_id();
319 inline void clear_has_tag_id();
320 inline void set_has_name();
321 inline void clear_has_name();
322 inline void set_has_description();
323 inline void clear_has_description();
324
325 ::google::protobuf::UnknownFieldSet _unknown_fields_;
326
328 mutable int _cached_size_;
330 ::std::string* name_;
331 ::std::string* description_;
335
338};
339// ===================================================================
340
341// ===================================================================
342
343// ===================================================================
344
345// TagOptions
346
347// optional uint32 action = 1;
348inline bool TagOptions::has_action() const {
349 return (_has_bits_[0] & 0x00000001u) != 0;
350}
352 _has_bits_[0] |= 0x00000001u;
353}
355 _has_bits_[0] &= ~0x00000001u;
356}
358 action_ = 0u;
360}
362 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.TagOptions.action)
363 return action_;
364}
367 action_ = value;
368 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.TagOptions.action)
369}
370
371// repeated .bgs.protocol.club.v1.TagIdentifier tag = 2;
372inline int TagOptions::tag_size() const {
373 return tag_.size();
374}
376 tag_.Clear();
377}
378inline const ::bgs::protocol::club::v1::TagIdentifier& TagOptions::tag(int index) const {
379 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.TagOptions.tag)
380 return tag_.Get(index);
381}
382inline ::bgs::protocol::club::v1::TagIdentifier* TagOptions::mutable_tag(int index) {
383 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.TagOptions.tag)
384 return tag_.Mutable(index);
385}
386inline ::bgs::protocol::club::v1::TagIdentifier* TagOptions::add_tag() {
387 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.TagOptions.tag)
388 return tag_.Add();
389}
390inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier >&
392 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.TagOptions.tag)
393 return tag_;
394}
395inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier >*
397 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.TagOptions.tag)
398 return &tag_;
399}
400
401// -------------------------------------------------------------------
402
403// TagIdentifier
404
405// optional uint32 id = 1;
406inline bool TagIdentifier::has_id() const {
407 return (_has_bits_[0] & 0x00000001u) != 0;
408}
410 _has_bits_[0] |= 0x00000001u;
411}
413 _has_bits_[0] &= ~0x00000001u;
414}
416 id_ = 0u;
417 clear_has_id();
418}
420 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.TagIdentifier.id)
421 return id_;
422}
424 set_has_id();
425 id_ = value;
426 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.TagIdentifier.id)
427}
428
429// optional uint32 type = 2;
430inline bool TagIdentifier::has_type() const {
431 return (_has_bits_[0] & 0x00000002u) != 0;
432}
434 _has_bits_[0] |= 0x00000002u;
435}
437 _has_bits_[0] &= ~0x00000002u;
438}
440 type_ = 0u;
442}
444 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.TagIdentifier.type)
445 return type_;
446}
448 set_has_type();
449 type_ = value;
450 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.TagIdentifier.type)
451}
452
453// -------------------------------------------------------------------
454
455// LocalizedTag
456
457// optional .bgs.protocol.club.v1.TagIdentifier tag_id = 1;
458inline bool LocalizedTag::has_tag_id() const {
459 return (_has_bits_[0] & 0x00000001u) != 0;
460}
462 _has_bits_[0] |= 0x00000001u;
463}
465 _has_bits_[0] &= ~0x00000001u;
466}
468 if (tag_id_ != NULL) tag_id_->::bgs::protocol::club::v1::TagIdentifier::Clear();
470}
471inline const ::bgs::protocol::club::v1::TagIdentifier& LocalizedTag::tag_id() const {
472 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.LocalizedTag.tag_id)
473 return tag_id_ != NULL ? *tag_id_ : *default_instance_->tag_id_;
474}
475inline ::bgs::protocol::club::v1::TagIdentifier* LocalizedTag::mutable_tag_id() {
477 if (tag_id_ == NULL) tag_id_ = new ::bgs::protocol::club::v1::TagIdentifier;
478 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.LocalizedTag.tag_id)
479 return tag_id_;
480}
481inline ::bgs::protocol::club::v1::TagIdentifier* LocalizedTag::release_tag_id() {
484 tag_id_ = NULL;
485 return temp;
486}
488 delete tag_id_;
489 tag_id_ = tag_id;
490 if (tag_id) {
492 } else {
494 }
495 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.LocalizedTag.tag_id)
496}
497
498// optional string name = 2;
499inline bool LocalizedTag::has_name() const {
500 return (_has_bits_[0] & 0x00000002u) != 0;
501}
503 _has_bits_[0] |= 0x00000002u;
504}
506 _has_bits_[0] &= ~0x00000002u;
507}
509 if (name_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
510 name_->clear();
511 }
513}
514inline const ::std::string& LocalizedTag::name() const {
515 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.LocalizedTag.name)
516 return *name_;
517}
518inline void LocalizedTag::set_name(const ::std::string& value) {
519 set_has_name();
520 if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
521 name_ = new ::std::string;
522 }
523 name_->assign(value);
524 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.LocalizedTag.name)
525}
526inline void LocalizedTag::set_name(const char* value) {
527 set_has_name();
528 if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
529 name_ = new ::std::string;
530 }
531 name_->assign(value);
532 // @@protoc_insertion_point(field_set_char:bgs.protocol.club.v1.LocalizedTag.name)
533}
534inline void LocalizedTag::set_name(const char* value, size_t size) {
535 set_has_name();
536 if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
537 name_ = new ::std::string;
538 }
539 name_->assign(reinterpret_cast<const char*>(value), size);
540 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.club.v1.LocalizedTag.name)
541}
542inline ::std::string* LocalizedTag::mutable_name() {
543 set_has_name();
544 if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
545 name_ = new ::std::string;
546 }
547 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.LocalizedTag.name)
548 return name_;
549}
550inline ::std::string* LocalizedTag::release_name() {
552 if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
553 return NULL;
554 } else {
555 ::std::string* temp = name_;
556 name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
557 return temp;
558 }
559}
560inline void LocalizedTag::set_allocated_name(::std::string* name) {
561 if (name_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
562 delete name_;
563 }
564 if (name) {
565 set_has_name();
566 name_ = name;
567 } else {
569 name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
570 }
571 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.LocalizedTag.name)
572}
573
574// optional string description = 3;
575inline bool LocalizedTag::has_description() const {
576 return (_has_bits_[0] & 0x00000004u) != 0;
577}
579 _has_bits_[0] |= 0x00000004u;
580}
582 _has_bits_[0] &= ~0x00000004u;
583}
585 if (description_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
586 description_->clear();
587 }
589}
590inline const ::std::string& LocalizedTag::description() const {
591 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.LocalizedTag.description)
592 return *description_;
593}
594inline void LocalizedTag::set_description(const ::std::string& value) {
596 if (description_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
597 description_ = new ::std::string;
598 }
599 description_->assign(value);
600 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.LocalizedTag.description)
601}
602inline void LocalizedTag::set_description(const char* value) {
604 if (description_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
605 description_ = new ::std::string;
606 }
607 description_->assign(value);
608 // @@protoc_insertion_point(field_set_char:bgs.protocol.club.v1.LocalizedTag.description)
609}
610inline void LocalizedTag::set_description(const char* value, size_t size) {
612 if (description_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
613 description_ = new ::std::string;
614 }
615 description_->assign(reinterpret_cast<const char*>(value), size);
616 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.club.v1.LocalizedTag.description)
617}
618inline ::std::string* LocalizedTag::mutable_description() {
620 if (description_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
621 description_ = new ::std::string;
622 }
623 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.LocalizedTag.description)
624 return description_;
625}
626inline ::std::string* LocalizedTag::release_description() {
628 if (description_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
629 return NULL;
630 } else {
631 ::std::string* temp = description_;
632 description_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
633 return temp;
634 }
635}
636inline void LocalizedTag::set_allocated_description(::std::string* description) {
637 if (description_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
638 delete description_;
639 }
640 if (description) {
643 } else {
645 description_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
646 }
647 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.LocalizedTag.description)
648}
649
650// @@protoc_insertion_point(namespace_scope)
651
652} // namespace v1
653} // namespace club
654} // namespace protocol
655} // namespace bgs
656
657#ifndef SWIG
658namespace google {
659namespace protobuf {
660template <> struct is_proto_enum< ::bgs::protocol::club::v1::TagAction> : ::google::protobuf::internal::true_type {};
661template <>
662inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::club::v1::TagAction>() {
664}
665template <> struct is_proto_enum< ::bgs::protocol::club::v1::TagType> : ::google::protobuf::internal::true_type {};
666template <>
667inline const EnumDescriptor* GetEnumDescriptor< ::bgs::protocol::club::v1::TagType>() {
669}
670} // namespace google
671} // namespace protobuf
672#endif // SWIG
673
674// @@protoc_insertion_point(global_scope)
675
676#endif // PROTOBUF_club_5ftag_2eproto__INCLUDED
#define TC_PROTO_API
Definition: Define.h:105
uint32_t uint32
Definition: Define.h:142
static LocalizedTag * default_instance_
Definition: club_tag.pb.h:337
void set_allocated_name(::std::string *name)
Definition: club_tag.pb.h:560
const ::std::string & name() const
Definition: club_tag.pb.h:514
inline ::std::string * mutable_name()
Definition: club_tag.pb.h:542
inline ::std::string * release_name()
Definition: club_tag.pb.h:550
::bgs::protocol::club::v1::TagIdentifier * tag_id_
Definition: club_tag.pb.h:329
void set_name(const ::std::string &value)
Definition: club_tag.pb.h:518
inline ::bgs::protocol::club::v1::TagIdentifier * mutable_tag_id()
Definition: club_tag.pb.h:475
const ::std::string & description() const
Definition: club_tag.pb.h:590
inline ::std::string * mutable_description()
Definition: club_tag.pb.h:618
friend void protobuf_AssignDesc_club_5ftag_2eproto()
void set_allocated_tag_id(::bgs::protocol::club::v1::TagIdentifier *tag_id)
Definition: club_tag.pb.h:487
inline ::std::string * release_description()
Definition: club_tag.pb.h:626
LocalizedTag & operator=(const LocalizedTag &from)
Definition: club_tag.pb.h:250
inline ::bgs::protocol::club::v1::TagIdentifier * release_tag_id()
Definition: club_tag.pb.h:481
const ::bgs::protocol::club::v1::TagIdentifier & tag_id() const
Definition: club_tag.pb.h:471
static const ::google::protobuf::Descriptor * descriptor()
void set_description(const ::std::string &value)
Definition: club_tag.pb.h:594
LocalizedTag(const LocalizedTag &from)
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: club_tag.pb.h:259
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: club_tag.pb.h:325
friend void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: club_tag.pb.h:255
::google::protobuf::uint32 _has_bits_[1]
Definition: club_tag.pb.h:327
static const LocalizedTag & default_instance()
void set_allocated_description(::std::string *description)
Definition: club_tag.pb.h:636
void Swap(LocalizedTag *other)
friend void protobuf_ShutdownFile_club_5ftag_2eproto()
void set_id(::google::protobuf::uint32 value)
Definition: club_tag.pb.h:423
::google::protobuf::uint32 _has_bits_[1]
Definition: club_tag.pb.h:230
inline ::google::protobuf::uint32 id() const
Definition: club_tag.pb.h:419
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: club_tag.pb.h:183
static const ::google::protobuf::Descriptor * descriptor()
friend void protobuf_AssignDesc_club_5ftag_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: club_tag.pb.h:179
static TagIdentifier * default_instance_
Definition: club_tag.pb.h:239
void set_type(::google::protobuf::uint32 value)
Definition: club_tag.pb.h:447
::google::protobuf::uint32 type_
Definition: club_tag.pb.h:233
::google::protobuf::uint32 id_
Definition: club_tag.pb.h:232
TagIdentifier & operator=(const TagIdentifier &from)
Definition: club_tag.pb.h:174
void Swap(TagIdentifier *other)
static const TagIdentifier & default_instance()
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: club_tag.pb.h:228
friend void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto()
TagIdentifier(const TagIdentifier &from)
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint32 type() const
Definition: club_tag.pb.h:443
friend void protobuf_ShutdownFile_club_5ftag_2eproto()
TagOptions & operator=(const TagOptions &from)
Definition: club_tag.pb.h:95
inline ::google::protobuf::uint32 action() const
Definition: club_tag.pb.h:361
void SetCachedSize(int size) const
friend void protobuf_AssignDesc_club_5ftag_2eproto()
TagOptions(const TagOptions &from)
static const TagOptions & default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: club_tag.pb.h:104
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier > & tag() const
Definition: club_tag.pb.h:391
static TagOptions * default_instance_
Definition: club_tag.pb.h:163
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier > * mutable_tag()
Definition: club_tag.pb.h:396
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: club_tag.pb.h:100
void set_action(::google::protobuf::uint32 value)
Definition: club_tag.pb.h:365
::google::protobuf::uint32 _has_bits_[1]
Definition: club_tag.pb.h:154
::google::protobuf::uint32 action_
Definition: club_tag.pb.h:157
friend void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto()
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::TagIdentifier > tag_
Definition: club_tag.pb.h:156
void Swap(TagOptions *other)
inline ::bgs::protocol::club::v1::TagIdentifier * add_tag()
Definition: club_tag.pb.h:386
friend void protobuf_ShutdownFile_club_5ftag_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: club_tag.pb.h:152
constexpr std::size_t size()
Definition: UpdateField.h:796
void protobuf_AssignDesc_club_5ftag_2eproto()
void TC_PROTO_API protobuf_AddDesc_club_5ftag_2eproto()
const ::std::string & TagAction_Name(TagAction value)
Definition: club_tag.pb.h:57
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * TagType_descriptor()
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * TagAction_descriptor()
const int TagType_ARRAYSIZE
Definition: club_tag.pb.h:74
const TagAction TagAction_MAX
Definition: club_tag.pb.h:53
const TagType TagType_MAX
Definition: club_tag.pb.h:73
const TagAction TagAction_MIN
Definition: club_tag.pb.h:52
const TagType TagType_MIN
Definition: club_tag.pb.h:72
TC_PROTO_API bool TagType_IsValid(int value)
void protobuf_ShutdownFile_club_5ftag_2eproto()
TC_PROTO_API bool TagAction_IsValid(int value)
bool TagType_Parse(const ::std::string &name, TagType *value)
Definition: club_tag.pb.h:81
const ::std::string & TagType_Name(TagType value)
Definition: club_tag.pb.h:77
bool TagAction_Parse(const ::std::string &name, TagAction *value)
Definition: club_tag.pb.h:61
const int TagAction_ARRAYSIZE
Definition: club_tag.pb.h:54
Definition: Session.h:36