TrinityCore
club_range_set.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: club_range_set.proto
3
4#ifndef PROTOBUF_club_5frange_5fset_2eproto__INCLUDED
5#define PROTOBUF_club_5frange_5fset_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>
28#include "Define.h" // for TC_PROTO_API
29// @@protoc_insertion_point(includes)
30
31namespace bgs {
32namespace protocol {
33namespace club {
34namespace v1 {
35
36// Internal implementation detail -- do not call these.
40
47class ClubBanRangeSet;
48
49// ===================================================================
50
51class TC_PROTO_API ClubTypeRangeSet : public ::google::protobuf::Message {
52 public:
55
57
59 CopyFrom(from);
60 return *this;
61 }
62
63 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
64 return _unknown_fields_;
65 }
66
67 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
68 return &_unknown_fields_;
69 }
70
71 static const ::google::protobuf::Descriptor* descriptor();
73
74 void Swap(ClubTypeRangeSet* other);
75
76 // implements Message ----------------------------------------------
77
79 int GetCachedSize() const { return _cached_size_; }
80 private:
81 void SharedCtor();
82 void SharedDtor();
83 void SetCachedSize(int size) const;
84 public:
85 ::google::protobuf::Metadata GetMetadata() const;
86
87 // nested types ----------------------------------------------------
88
89 // accessors -------------------------------------------------------
90
91 // optional .bgs.protocol.UnsignedIntRange name_range = 2;
92 inline bool has_name_range() const;
93 inline void clear_name_range();
94 static const int kNameRangeFieldNumber = 2;
95 inline const ::bgs::protocol::UnsignedIntRange& name_range() const;
96 inline ::bgs::protocol::UnsignedIntRange* mutable_name_range();
97 inline ::bgs::protocol::UnsignedIntRange* release_name_range();
98 inline void set_allocated_name_range(::bgs::protocol::UnsignedIntRange* name_range);
99
100 // optional .bgs.protocol.UnsignedIntRange description_range = 3;
101 inline bool has_description_range() const;
102 inline void clear_description_range();
103 static const int kDescriptionRangeFieldNumber = 3;
104 inline const ::bgs::protocol::UnsignedIntRange& description_range() const;
105 inline ::bgs::protocol::UnsignedIntRange* mutable_description_range();
106 inline ::bgs::protocol::UnsignedIntRange* release_description_range();
107 inline void set_allocated_description_range(::bgs::protocol::UnsignedIntRange* description_range);
108
109 // optional .bgs.protocol.UnsignedIntRange broadcast_range = 4;
110 inline bool has_broadcast_range() const;
111 inline void clear_broadcast_range();
112 static const int kBroadcastRangeFieldNumber = 4;
113 inline const ::bgs::protocol::UnsignedIntRange& broadcast_range() const;
114 inline ::bgs::protocol::UnsignedIntRange* mutable_broadcast_range();
115 inline ::bgs::protocol::UnsignedIntRange* release_broadcast_range();
116 inline void set_allocated_broadcast_range(::bgs::protocol::UnsignedIntRange* broadcast_range);
117
118 // optional .bgs.protocol.UnsignedIntRange short_name_range = 7;
119 inline bool has_short_name_range() const;
120 inline void clear_short_name_range();
121 static const int kShortNameRangeFieldNumber = 7;
122 inline const ::bgs::protocol::UnsignedIntRange& short_name_range() const;
123 inline ::bgs::protocol::UnsignedIntRange* mutable_short_name_range();
124 inline ::bgs::protocol::UnsignedIntRange* release_short_name_range();
125 inline void set_allocated_short_name_range(::bgs::protocol::UnsignedIntRange* short_name_range);
126
127 // optional .bgs.protocol.club.v1.ClubMemberRangeSet member = 25;
128 inline bool has_member() const;
129 inline void clear_member();
130 static const int kMemberFieldNumber = 25;
131 inline const ::bgs::protocol::club::v1::ClubMemberRangeSet& member() const;
132 inline ::bgs::protocol::club::v1::ClubMemberRangeSet* mutable_member();
133 inline ::bgs::protocol::club::v1::ClubMemberRangeSet* release_member();
134 inline void set_allocated_member(::bgs::protocol::club::v1::ClubMemberRangeSet* member);
135
136 // optional .bgs.protocol.club.v1.ClubStreamRangeSet stream = 26;
137 inline bool has_stream() const;
138 inline void clear_stream();
139 static const int kStreamFieldNumber = 26;
140 inline const ::bgs::protocol::club::v1::ClubStreamRangeSet& stream() const;
141 inline ::bgs::protocol::club::v1::ClubStreamRangeSet* mutable_stream();
142 inline ::bgs::protocol::club::v1::ClubStreamRangeSet* release_stream();
143 inline void set_allocated_stream(::bgs::protocol::club::v1::ClubStreamRangeSet* stream);
144
145 // optional .bgs.protocol.club.v1.ClubInvitationRangeSet invitation = 27;
146 inline bool has_invitation() const;
147 inline void clear_invitation();
148 static const int kInvitationFieldNumber = 27;
149 inline const ::bgs::protocol::club::v1::ClubInvitationRangeSet& invitation() const;
150 inline ::bgs::protocol::club::v1::ClubInvitationRangeSet* mutable_invitation();
151 inline ::bgs::protocol::club::v1::ClubInvitationRangeSet* release_invitation();
152 inline void set_allocated_invitation(::bgs::protocol::club::v1::ClubInvitationRangeSet* invitation);
153
154 // optional .bgs.protocol.club.v1.ClubSuggestionRangeSet suggestion = 28;
155 inline bool has_suggestion() const;
156 inline void clear_suggestion();
157 static const int kSuggestionFieldNumber = 28;
158 inline const ::bgs::protocol::club::v1::ClubSuggestionRangeSet& suggestion() const;
159 inline ::bgs::protocol::club::v1::ClubSuggestionRangeSet* mutable_suggestion();
160 inline ::bgs::protocol::club::v1::ClubSuggestionRangeSet* release_suggestion();
161 inline void set_allocated_suggestion(::bgs::protocol::club::v1::ClubSuggestionRangeSet* suggestion);
162
163 // optional .bgs.protocol.club.v1.ClubTicketRangeSet ticket = 29;
164 inline bool has_ticket() const;
165 inline void clear_ticket();
166 static const int kTicketFieldNumber = 29;
167 inline const ::bgs::protocol::club::v1::ClubTicketRangeSet& ticket() const;
168 inline ::bgs::protocol::club::v1::ClubTicketRangeSet* mutable_ticket();
169 inline ::bgs::protocol::club::v1::ClubTicketRangeSet* release_ticket();
170 inline void set_allocated_ticket(::bgs::protocol::club::v1::ClubTicketRangeSet* ticket);
171
172 // optional .bgs.protocol.club.v1.ClubBanRangeSet ban = 30;
173 inline bool has_ban() const;
174 inline void clear_ban();
175 static const int kBanFieldNumber = 30;
176 inline const ::bgs::protocol::club::v1::ClubBanRangeSet& ban() const;
177 inline ::bgs::protocol::club::v1::ClubBanRangeSet* mutable_ban();
178 inline ::bgs::protocol::club::v1::ClubBanRangeSet* release_ban();
179 inline void set_allocated_ban(::bgs::protocol::club::v1::ClubBanRangeSet* ban);
180
181 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.ClubTypeRangeSet)
182 private:
183 inline void set_has_name_range();
184 inline void clear_has_name_range();
185 inline void set_has_description_range();
186 inline void clear_has_description_range();
187 inline void set_has_broadcast_range();
188 inline void clear_has_broadcast_range();
189 inline void set_has_short_name_range();
190 inline void clear_has_short_name_range();
191 inline void set_has_member();
192 inline void clear_has_member();
193 inline void set_has_stream();
194 inline void clear_has_stream();
195 inline void set_has_invitation();
196 inline void clear_has_invitation();
197 inline void set_has_suggestion();
198 inline void clear_has_suggestion();
199 inline void set_has_ticket();
200 inline void clear_has_ticket();
201 inline void set_has_ban();
202 inline void clear_has_ban();
203
204 ::google::protobuf::UnknownFieldSet _unknown_fields_;
205
207 mutable int _cached_size_;
221
224};
225// -------------------------------------------------------------------
226
227class TC_PROTO_API ClubMemberRangeSet : public ::google::protobuf::Message {
228 public:
231
233
235 CopyFrom(from);
236 return *this;
237 }
238
239 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
240 return _unknown_fields_;
241 }
242
243 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
244 return &_unknown_fields_;
245 }
246
247 static const ::google::protobuf::Descriptor* descriptor();
249
251
252 // implements Message ----------------------------------------------
253
255 int GetCachedSize() const { return _cached_size_; }
256 private:
259 void SetCachedSize(int size) const;
260 public:
261 ::google::protobuf::Metadata GetMetadata() const;
262
263 // nested types ----------------------------------------------------
264
265 // accessors -------------------------------------------------------
266
267 // optional .bgs.protocol.UnsignedIntRange count = 1;
268 inline bool has_count() const;
269 inline void clear_count();
270 static const int kCountFieldNumber = 1;
271 inline const ::bgs::protocol::UnsignedIntRange& count() const;
272 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
273 inline ::bgs::protocol::UnsignedIntRange* release_count();
274 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
275
276 // optional .bgs.protocol.UnsignedIntRange voice = 3;
277 inline bool has_voice() const;
278 inline void clear_voice();
279 static const int kVoiceFieldNumber = 3;
280 inline const ::bgs::protocol::UnsignedIntRange& voice() const;
281 inline ::bgs::protocol::UnsignedIntRange* mutable_voice();
282 inline ::bgs::protocol::UnsignedIntRange* release_voice();
283 inline void set_allocated_voice(::bgs::protocol::UnsignedIntRange* voice);
284
285 // optional .bgs.protocol.UnsignedIntRange stream_subscriptions = 5;
286 inline bool has_stream_subscriptions() const;
287 inline void clear_stream_subscriptions();
288 static const int kStreamSubscriptionsFieldNumber = 5;
289 inline const ::bgs::protocol::UnsignedIntRange& stream_subscriptions() const;
290 inline ::bgs::protocol::UnsignedIntRange* mutable_stream_subscriptions();
291 inline ::bgs::protocol::UnsignedIntRange* release_stream_subscriptions();
292 inline void set_allocated_stream_subscriptions(::bgs::protocol::UnsignedIntRange* stream_subscriptions);
293
294 // optional .bgs.protocol.UnsignedIntRange note_range = 7;
295 inline bool has_note_range() const;
296 inline void clear_note_range();
297 static const int kNoteRangeFieldNumber = 7;
298 inline const ::bgs::protocol::UnsignedIntRange& note_range() const;
299 inline ::bgs::protocol::UnsignedIntRange* mutable_note_range();
300 inline ::bgs::protocol::UnsignedIntRange* release_note_range();
301 inline void set_allocated_note_range(::bgs::protocol::UnsignedIntRange* note_range);
302
303 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.ClubMemberRangeSet)
304 private:
305 inline void set_has_count();
306 inline void clear_has_count();
307 inline void set_has_voice();
308 inline void clear_has_voice();
309 inline void set_has_stream_subscriptions();
310 inline void clear_has_stream_subscriptions();
311 inline void set_has_note_range();
312 inline void clear_has_note_range();
313
314 ::google::protobuf::UnknownFieldSet _unknown_fields_;
315
317 mutable int _cached_size_;
325
328};
329// -------------------------------------------------------------------
330
331class TC_PROTO_API ClubStreamRangeSet : public ::google::protobuf::Message {
332 public:
335
337
339 CopyFrom(from);
340 return *this;
341 }
342
343 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
344 return _unknown_fields_;
345 }
346
347 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
348 return &_unknown_fields_;
349 }
350
351 static const ::google::protobuf::Descriptor* descriptor();
353
355
356 // implements Message ----------------------------------------------
357
359 int GetCachedSize() const { return _cached_size_; }
360 private:
363 void SetCachedSize(int size) const;
364 public:
365 ::google::protobuf::Metadata GetMetadata() const;
366
367 // nested types ----------------------------------------------------
368
369 // accessors -------------------------------------------------------
370
371 // optional .bgs.protocol.UnsignedIntRange count = 1;
372 inline bool has_count() const;
373 inline void clear_count();
374 static const int kCountFieldNumber = 1;
375 inline const ::bgs::protocol::UnsignedIntRange& count() const;
376 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
377 inline ::bgs::protocol::UnsignedIntRange* release_count();
378 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
379
380 // optional .bgs.protocol.UnsignedIntRange name_range = 3;
381 inline bool has_name_range() const;
382 inline void clear_name_range();
383 static const int kNameRangeFieldNumber = 3;
384 inline const ::bgs::protocol::UnsignedIntRange& name_range() const;
385 inline ::bgs::protocol::UnsignedIntRange* mutable_name_range();
386 inline ::bgs::protocol::UnsignedIntRange* release_name_range();
387 inline void set_allocated_name_range(::bgs::protocol::UnsignedIntRange* name_range);
388
389 // optional .bgs.protocol.UnsignedIntRange subject_range = 4;
390 inline bool has_subject_range() const;
391 inline void clear_subject_range();
392 static const int kSubjectRangeFieldNumber = 4;
393 inline const ::bgs::protocol::UnsignedIntRange& subject_range() const;
394 inline ::bgs::protocol::UnsignedIntRange* mutable_subject_range();
395 inline ::bgs::protocol::UnsignedIntRange* release_subject_range();
396 inline void set_allocated_subject_range(::bgs::protocol::UnsignedIntRange* subject_range);
397
398 // optional .bgs.protocol.UnsignedIntRange message_range = 5;
399 inline bool has_message_range() const;
400 inline void clear_message_range();
401 static const int kMessageRangeFieldNumber = 5;
402 inline const ::bgs::protocol::UnsignedIntRange& message_range() const;
403 inline ::bgs::protocol::UnsignedIntRange* mutable_message_range();
404 inline ::bgs::protocol::UnsignedIntRange* release_message_range();
405 inline void set_allocated_message_range(::bgs::protocol::UnsignedIntRange* message_range);
406
407 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.ClubStreamRangeSet)
408 private:
409 inline void set_has_count();
410 inline void clear_has_count();
411 inline void set_has_name_range();
412 inline void clear_has_name_range();
413 inline void set_has_subject_range();
414 inline void clear_has_subject_range();
415 inline void set_has_message_range();
416 inline void clear_has_message_range();
417
418 ::google::protobuf::UnknownFieldSet _unknown_fields_;
419
421 mutable int _cached_size_;
429
432};
433// -------------------------------------------------------------------
434
435class TC_PROTO_API ClubInvitationRangeSet : public ::google::protobuf::Message {
436 public:
439
441
443 CopyFrom(from);
444 return *this;
445 }
446
447 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
448 return _unknown_fields_;
449 }
450
451 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
452 return &_unknown_fields_;
453 }
454
455 static const ::google::protobuf::Descriptor* descriptor();
457
459
460 // implements Message ----------------------------------------------
461
463 int GetCachedSize() const { return _cached_size_; }
464 private:
467 void SetCachedSize(int size) const;
468 public:
469 ::google::protobuf::Metadata GetMetadata() const;
470
471 // nested types ----------------------------------------------------
472
473 // accessors -------------------------------------------------------
474
475 // optional .bgs.protocol.UnsignedIntRange count = 1;
476 inline bool has_count() const;
477 inline void clear_count();
478 static const int kCountFieldNumber = 1;
479 inline const ::bgs::protocol::UnsignedIntRange& count() const;
480 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
481 inline ::bgs::protocol::UnsignedIntRange* release_count();
482 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
483
484 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.ClubInvitationRangeSet)
485 private:
486 inline void set_has_count();
487 inline void clear_has_count();
488
489 ::google::protobuf::UnknownFieldSet _unknown_fields_;
490
492 mutable int _cached_size_;
497
500};
501// -------------------------------------------------------------------
502
503class TC_PROTO_API ClubSuggestionRangeSet : public ::google::protobuf::Message {
504 public:
507
509
511 CopyFrom(from);
512 return *this;
513 }
514
515 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
516 return _unknown_fields_;
517 }
518
519 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
520 return &_unknown_fields_;
521 }
522
523 static const ::google::protobuf::Descriptor* descriptor();
525
527
528 // implements Message ----------------------------------------------
529
531 int GetCachedSize() const { return _cached_size_; }
532 private:
535 void SetCachedSize(int size) const;
536 public:
537 ::google::protobuf::Metadata GetMetadata() const;
538
539 // nested types ----------------------------------------------------
540
541 // accessors -------------------------------------------------------
542
543 // optional .bgs.protocol.UnsignedIntRange count = 1;
544 inline bool has_count() const;
545 inline void clear_count();
546 static const int kCountFieldNumber = 1;
547 inline const ::bgs::protocol::UnsignedIntRange& count() const;
548 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
549 inline ::bgs::protocol::UnsignedIntRange* release_count();
550 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
551
552 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.ClubSuggestionRangeSet)
553 private:
554 inline void set_has_count();
555 inline void clear_has_count();
556
557 ::google::protobuf::UnknownFieldSet _unknown_fields_;
558
560 mutable int _cached_size_;
565
568};
569// -------------------------------------------------------------------
570
571class TC_PROTO_API ClubTicketRangeSet : public ::google::protobuf::Message {
572 public:
575
577
579 CopyFrom(from);
580 return *this;
581 }
582
583 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
584 return _unknown_fields_;
585 }
586
587 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
588 return &_unknown_fields_;
589 }
590
591 static const ::google::protobuf::Descriptor* descriptor();
593
595
596 // implements Message ----------------------------------------------
597
599 int GetCachedSize() const { return _cached_size_; }
600 private:
603 void SetCachedSize(int size) const;
604 public:
605 ::google::protobuf::Metadata GetMetadata() const;
606
607 // nested types ----------------------------------------------------
608
609 // accessors -------------------------------------------------------
610
611 // optional .bgs.protocol.UnsignedIntRange count = 1;
612 inline bool has_count() const;
613 inline void clear_count();
614 static const int kCountFieldNumber = 1;
615 inline const ::bgs::protocol::UnsignedIntRange& count() const;
616 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
617 inline ::bgs::protocol::UnsignedIntRange* release_count();
618 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
619
620 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.ClubTicketRangeSet)
621 private:
622 inline void set_has_count();
623 inline void clear_has_count();
624
625 ::google::protobuf::UnknownFieldSet _unknown_fields_;
626
628 mutable int _cached_size_;
633
636};
637// -------------------------------------------------------------------
638
639class TC_PROTO_API ClubBanRangeSet : public ::google::protobuf::Message {
640 public:
643
645
647 CopyFrom(from);
648 return *this;
649 }
650
651 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
652 return _unknown_fields_;
653 }
654
655 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
656 return &_unknown_fields_;
657 }
658
659 static const ::google::protobuf::Descriptor* descriptor();
661
662 void Swap(ClubBanRangeSet* other);
663
664 // implements Message ----------------------------------------------
665
667 int GetCachedSize() const { return _cached_size_; }
668 private:
671 void SetCachedSize(int size) const;
672 public:
673 ::google::protobuf::Metadata GetMetadata() const;
674
675 // nested types ----------------------------------------------------
676
677 // accessors -------------------------------------------------------
678
679 // optional .bgs.protocol.UnsignedIntRange count = 1;
680 inline bool has_count() const;
681 inline void clear_count();
682 static const int kCountFieldNumber = 1;
683 inline const ::bgs::protocol::UnsignedIntRange& count() const;
684 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
685 inline ::bgs::protocol::UnsignedIntRange* release_count();
686 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
687
688 // optional .bgs.protocol.UnsignedIntRange reason_range = 3;
689 inline bool has_reason_range() const;
690 inline void clear_reason_range();
691 static const int kReasonRangeFieldNumber = 3;
692 inline const ::bgs::protocol::UnsignedIntRange& reason_range() const;
693 inline ::bgs::protocol::UnsignedIntRange* mutable_reason_range();
694 inline ::bgs::protocol::UnsignedIntRange* release_reason_range();
695 inline void set_allocated_reason_range(::bgs::protocol::UnsignedIntRange* reason_range);
696
697 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.ClubBanRangeSet)
698 private:
699 inline void set_has_count();
700 inline void clear_has_count();
701 inline void set_has_reason_range();
702 inline void clear_has_reason_range();
703
704 ::google::protobuf::UnknownFieldSet _unknown_fields_;
705
707 mutable int _cached_size_;
713
716};
717// ===================================================================
718
719// ===================================================================
720
721// ===================================================================
722
723// ClubTypeRangeSet
724
725// optional .bgs.protocol.UnsignedIntRange name_range = 2;
727 return (_has_bits_[0] & 0x00000001u) != 0;
728}
730 _has_bits_[0] |= 0x00000001u;
731}
733 _has_bits_[0] &= ~0x00000001u;
734}
736 if (name_range_ != NULL) name_range_->::bgs::protocol::UnsignedIntRange::Clear();
738}
739inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::name_range() const {
740 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.name_range)
742}
743inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_name_range() {
745 if (name_range_ == NULL) name_range_ = new ::bgs::protocol::UnsignedIntRange;
746 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.name_range)
747 return name_range_;
748}
749inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_name_range() {
752 name_range_ = NULL;
753 return temp;
754}
756 delete name_range_;
758 if (name_range) {
760 } else {
762 }
763 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.name_range)
764}
765
766// optional .bgs.protocol.UnsignedIntRange description_range = 3;
768 return (_has_bits_[0] & 0x00000002u) != 0;
769}
771 _has_bits_[0] |= 0x00000002u;
772}
774 _has_bits_[0] &= ~0x00000002u;
775}
777 if (description_range_ != NULL) description_range_->::bgs::protocol::UnsignedIntRange::Clear();
779}
780inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::description_range() const {
781 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.description_range)
783}
784inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_description_range() {
786 if (description_range_ == NULL) description_range_ = new ::bgs::protocol::UnsignedIntRange;
787 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.description_range)
788 return description_range_;
789}
790inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_description_range() {
793 description_range_ = NULL;
794 return temp;
795}
797 delete description_range_;
799 if (description_range) {
801 } else {
803 }
804 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.description_range)
805}
806
807// optional .bgs.protocol.UnsignedIntRange broadcast_range = 4;
809 return (_has_bits_[0] & 0x00000004u) != 0;
810}
812 _has_bits_[0] |= 0x00000004u;
813}
815 _has_bits_[0] &= ~0x00000004u;
816}
818 if (broadcast_range_ != NULL) broadcast_range_->::bgs::protocol::UnsignedIntRange::Clear();
820}
821inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::broadcast_range() const {
822 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.broadcast_range)
824}
825inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_broadcast_range() {
827 if (broadcast_range_ == NULL) broadcast_range_ = new ::bgs::protocol::UnsignedIntRange;
828 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.broadcast_range)
829 return broadcast_range_;
830}
831inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_broadcast_range() {
834 broadcast_range_ = NULL;
835 return temp;
836}
838 delete broadcast_range_;
840 if (broadcast_range) {
842 } else {
844 }
845 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.broadcast_range)
846}
847
848// optional .bgs.protocol.UnsignedIntRange short_name_range = 7;
850 return (_has_bits_[0] & 0x00000008u) != 0;
851}
853 _has_bits_[0] |= 0x00000008u;
854}
856 _has_bits_[0] &= ~0x00000008u;
857}
859 if (short_name_range_ != NULL) short_name_range_->::bgs::protocol::UnsignedIntRange::Clear();
861}
862inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::short_name_range() const {
863 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.short_name_range)
865}
866inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_short_name_range() {
868 if (short_name_range_ == NULL) short_name_range_ = new ::bgs::protocol::UnsignedIntRange;
869 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.short_name_range)
870 return short_name_range_;
871}
872inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_short_name_range() {
875 short_name_range_ = NULL;
876 return temp;
877}
879 delete short_name_range_;
881 if (short_name_range) {
883 } else {
885 }
886 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.short_name_range)
887}
888
889// optional .bgs.protocol.club.v1.ClubMemberRangeSet member = 25;
890inline bool ClubTypeRangeSet::has_member() const {
891 return (_has_bits_[0] & 0x00000010u) != 0;
892}
894 _has_bits_[0] |= 0x00000010u;
895}
897 _has_bits_[0] &= ~0x00000010u;
898}
900 if (member_ != NULL) member_->::bgs::protocol::club::v1::ClubMemberRangeSet::Clear();
902}
903inline const ::bgs::protocol::club::v1::ClubMemberRangeSet& ClubTypeRangeSet::member() const {
904 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.member)
905 return member_ != NULL ? *member_ : *default_instance_->member_;
906}
907inline ::bgs::protocol::club::v1::ClubMemberRangeSet* ClubTypeRangeSet::mutable_member() {
909 if (member_ == NULL) member_ = new ::bgs::protocol::club::v1::ClubMemberRangeSet;
910 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.member)
911 return member_;
912}
913inline ::bgs::protocol::club::v1::ClubMemberRangeSet* ClubTypeRangeSet::release_member() {
916 member_ = NULL;
917 return temp;
918}
920 delete member_;
921 member_ = member;
922 if (member) {
924 } else {
926 }
927 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.member)
928}
929
930// optional .bgs.protocol.club.v1.ClubStreamRangeSet stream = 26;
931inline bool ClubTypeRangeSet::has_stream() const {
932 return (_has_bits_[0] & 0x00000020u) != 0;
933}
935 _has_bits_[0] |= 0x00000020u;
936}
938 _has_bits_[0] &= ~0x00000020u;
939}
941 if (stream_ != NULL) stream_->::bgs::protocol::club::v1::ClubStreamRangeSet::Clear();
943}
944inline const ::bgs::protocol::club::v1::ClubStreamRangeSet& ClubTypeRangeSet::stream() const {
945 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.stream)
946 return stream_ != NULL ? *stream_ : *default_instance_->stream_;
947}
948inline ::bgs::protocol::club::v1::ClubStreamRangeSet* ClubTypeRangeSet::mutable_stream() {
950 if (stream_ == NULL) stream_ = new ::bgs::protocol::club::v1::ClubStreamRangeSet;
951 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.stream)
952 return stream_;
953}
954inline ::bgs::protocol::club::v1::ClubStreamRangeSet* ClubTypeRangeSet::release_stream() {
957 stream_ = NULL;
958 return temp;
959}
961 delete stream_;
962 stream_ = stream;
963 if (stream) {
965 } else {
967 }
968 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.stream)
969}
970
971// optional .bgs.protocol.club.v1.ClubInvitationRangeSet invitation = 27;
973 return (_has_bits_[0] & 0x00000040u) != 0;
974}
976 _has_bits_[0] |= 0x00000040u;
977}
979 _has_bits_[0] &= ~0x00000040u;
980}
982 if (invitation_ != NULL) invitation_->::bgs::protocol::club::v1::ClubInvitationRangeSet::Clear();
984}
985inline const ::bgs::protocol::club::v1::ClubInvitationRangeSet& ClubTypeRangeSet::invitation() const {
986 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.invitation)
988}
989inline ::bgs::protocol::club::v1::ClubInvitationRangeSet* ClubTypeRangeSet::mutable_invitation() {
991 if (invitation_ == NULL) invitation_ = new ::bgs::protocol::club::v1::ClubInvitationRangeSet;
992 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.invitation)
993 return invitation_;
994}
995inline ::bgs::protocol::club::v1::ClubInvitationRangeSet* ClubTypeRangeSet::release_invitation() {
998 invitation_ = NULL;
999 return temp;
1000}
1002 delete invitation_;
1004 if (invitation) {
1006 } else {
1008 }
1009 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.invitation)
1010}
1011
1012// optional .bgs.protocol.club.v1.ClubSuggestionRangeSet suggestion = 28;
1014 return (_has_bits_[0] & 0x00000080u) != 0;
1015}
1017 _has_bits_[0] |= 0x00000080u;
1018}
1020 _has_bits_[0] &= ~0x00000080u;
1021}
1023 if (suggestion_ != NULL) suggestion_->::bgs::protocol::club::v1::ClubSuggestionRangeSet::Clear();
1025}
1026inline const ::bgs::protocol::club::v1::ClubSuggestionRangeSet& ClubTypeRangeSet::suggestion() const {
1027 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.suggestion)
1029}
1030inline ::bgs::protocol::club::v1::ClubSuggestionRangeSet* ClubTypeRangeSet::mutable_suggestion() {
1032 if (suggestion_ == NULL) suggestion_ = new ::bgs::protocol::club::v1::ClubSuggestionRangeSet;
1033 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.suggestion)
1034 return suggestion_;
1035}
1036inline ::bgs::protocol::club::v1::ClubSuggestionRangeSet* ClubTypeRangeSet::release_suggestion() {
1039 suggestion_ = NULL;
1040 return temp;
1041}
1043 delete suggestion_;
1045 if (suggestion) {
1047 } else {
1049 }
1050 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.suggestion)
1051}
1052
1053// optional .bgs.protocol.club.v1.ClubTicketRangeSet ticket = 29;
1054inline bool ClubTypeRangeSet::has_ticket() const {
1055 return (_has_bits_[0] & 0x00000100u) != 0;
1056}
1058 _has_bits_[0] |= 0x00000100u;
1059}
1061 _has_bits_[0] &= ~0x00000100u;
1062}
1064 if (ticket_ != NULL) ticket_->::bgs::protocol::club::v1::ClubTicketRangeSet::Clear();
1066}
1067inline const ::bgs::protocol::club::v1::ClubTicketRangeSet& ClubTypeRangeSet::ticket() const {
1068 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.ticket)
1069 return ticket_ != NULL ? *ticket_ : *default_instance_->ticket_;
1070}
1071inline ::bgs::protocol::club::v1::ClubTicketRangeSet* ClubTypeRangeSet::mutable_ticket() {
1073 if (ticket_ == NULL) ticket_ = new ::bgs::protocol::club::v1::ClubTicketRangeSet;
1074 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.ticket)
1075 return ticket_;
1076}
1077inline ::bgs::protocol::club::v1::ClubTicketRangeSet* ClubTypeRangeSet::release_ticket() {
1080 ticket_ = NULL;
1081 return temp;
1082}
1084 delete ticket_;
1085 ticket_ = ticket;
1086 if (ticket) {
1088 } else {
1090 }
1091 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.ticket)
1092}
1093
1094// optional .bgs.protocol.club.v1.ClubBanRangeSet ban = 30;
1095inline bool ClubTypeRangeSet::has_ban() const {
1096 return (_has_bits_[0] & 0x00000200u) != 0;
1097}
1099 _has_bits_[0] |= 0x00000200u;
1100}
1102 _has_bits_[0] &= ~0x00000200u;
1103}
1105 if (ban_ != NULL) ban_->::bgs::protocol::club::v1::ClubBanRangeSet::Clear();
1106 clear_has_ban();
1107}
1108inline const ::bgs::protocol::club::v1::ClubBanRangeSet& ClubTypeRangeSet::ban() const {
1109 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTypeRangeSet.ban)
1110 return ban_ != NULL ? *ban_ : *default_instance_->ban_;
1111}
1112inline ::bgs::protocol::club::v1::ClubBanRangeSet* ClubTypeRangeSet::mutable_ban() {
1113 set_has_ban();
1114 if (ban_ == NULL) ban_ = new ::bgs::protocol::club::v1::ClubBanRangeSet;
1115 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTypeRangeSet.ban)
1116 return ban_;
1117}
1118inline ::bgs::protocol::club::v1::ClubBanRangeSet* ClubTypeRangeSet::release_ban() {
1119 clear_has_ban();
1121 ban_ = NULL;
1122 return temp;
1123}
1125 delete ban_;
1126 ban_ = ban;
1127 if (ban) {
1128 set_has_ban();
1129 } else {
1130 clear_has_ban();
1131 }
1132 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTypeRangeSet.ban)
1133}
1134
1135// -------------------------------------------------------------------
1136
1137// ClubMemberRangeSet
1138
1139// optional .bgs.protocol.UnsignedIntRange count = 1;
1141 return (_has_bits_[0] & 0x00000001u) != 0;
1142}
1144 _has_bits_[0] |= 0x00000001u;
1145}
1147 _has_bits_[0] &= ~0x00000001u;
1148}
1150 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1152}
1153inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::count() const {
1154 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubMemberRangeSet.count)
1155 return count_ != NULL ? *count_ : *default_instance_->count_;
1156}
1157inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_count() {
1158 set_has_count();
1159 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1160 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubMemberRangeSet.count)
1161 return count_;
1162}
1163inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_count() {
1166 count_ = NULL;
1167 return temp;
1168}
1170 delete count_;
1171 count_ = count;
1172 if (count) {
1173 set_has_count();
1174 } else {
1176 }
1177 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubMemberRangeSet.count)
1178}
1179
1180// optional .bgs.protocol.UnsignedIntRange voice = 3;
1182 return (_has_bits_[0] & 0x00000002u) != 0;
1183}
1185 _has_bits_[0] |= 0x00000002u;
1186}
1188 _has_bits_[0] &= ~0x00000002u;
1189}
1191 if (voice_ != NULL) voice_->::bgs::protocol::UnsignedIntRange::Clear();
1193}
1194inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::voice() const {
1195 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubMemberRangeSet.voice)
1196 return voice_ != NULL ? *voice_ : *default_instance_->voice_;
1197}
1198inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_voice() {
1199 set_has_voice();
1200 if (voice_ == NULL) voice_ = new ::bgs::protocol::UnsignedIntRange;
1201 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubMemberRangeSet.voice)
1202 return voice_;
1203}
1204inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_voice() {
1207 voice_ = NULL;
1208 return temp;
1209}
1211 delete voice_;
1212 voice_ = voice;
1213 if (voice) {
1214 set_has_voice();
1215 } else {
1217 }
1218 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubMemberRangeSet.voice)
1219}
1220
1221// optional .bgs.protocol.UnsignedIntRange stream_subscriptions = 5;
1223 return (_has_bits_[0] & 0x00000004u) != 0;
1224}
1226 _has_bits_[0] |= 0x00000004u;
1227}
1229 _has_bits_[0] &= ~0x00000004u;
1230}
1232 if (stream_subscriptions_ != NULL) stream_subscriptions_->::bgs::protocol::UnsignedIntRange::Clear();
1234}
1235inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::stream_subscriptions() const {
1236 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubMemberRangeSet.stream_subscriptions)
1238}
1239inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_stream_subscriptions() {
1241 if (stream_subscriptions_ == NULL) stream_subscriptions_ = new ::bgs::protocol::UnsignedIntRange;
1242 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubMemberRangeSet.stream_subscriptions)
1243 return stream_subscriptions_;
1244}
1245inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_stream_subscriptions() {
1248 stream_subscriptions_ = NULL;
1249 return temp;
1250}
1252 delete stream_subscriptions_;
1256 } else {
1258 }
1259 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubMemberRangeSet.stream_subscriptions)
1260}
1261
1262// optional .bgs.protocol.UnsignedIntRange note_range = 7;
1264 return (_has_bits_[0] & 0x00000008u) != 0;
1265}
1267 _has_bits_[0] |= 0x00000008u;
1268}
1270 _has_bits_[0] &= ~0x00000008u;
1271}
1273 if (note_range_ != NULL) note_range_->::bgs::protocol::UnsignedIntRange::Clear();
1275}
1276inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::note_range() const {
1277 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubMemberRangeSet.note_range)
1279}
1280inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_note_range() {
1282 if (note_range_ == NULL) note_range_ = new ::bgs::protocol::UnsignedIntRange;
1283 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubMemberRangeSet.note_range)
1284 return note_range_;
1285}
1286inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_note_range() {
1289 note_range_ = NULL;
1290 return temp;
1291}
1293 delete note_range_;
1295 if (note_range) {
1297 } else {
1299 }
1300 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubMemberRangeSet.note_range)
1301}
1302
1303// -------------------------------------------------------------------
1304
1305// ClubStreamRangeSet
1306
1307// optional .bgs.protocol.UnsignedIntRange count = 1;
1309 return (_has_bits_[0] & 0x00000001u) != 0;
1310}
1312 _has_bits_[0] |= 0x00000001u;
1313}
1315 _has_bits_[0] &= ~0x00000001u;
1316}
1318 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1320}
1321inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::count() const {
1322 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubStreamRangeSet.count)
1323 return count_ != NULL ? *count_ : *default_instance_->count_;
1324}
1325inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_count() {
1326 set_has_count();
1327 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1328 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubStreamRangeSet.count)
1329 return count_;
1330}
1331inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_count() {
1334 count_ = NULL;
1335 return temp;
1336}
1338 delete count_;
1339 count_ = count;
1340 if (count) {
1341 set_has_count();
1342 } else {
1344 }
1345 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubStreamRangeSet.count)
1346}
1347
1348// optional .bgs.protocol.UnsignedIntRange name_range = 3;
1350 return (_has_bits_[0] & 0x00000002u) != 0;
1351}
1353 _has_bits_[0] |= 0x00000002u;
1354}
1356 _has_bits_[0] &= ~0x00000002u;
1357}
1359 if (name_range_ != NULL) name_range_->::bgs::protocol::UnsignedIntRange::Clear();
1361}
1362inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::name_range() const {
1363 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubStreamRangeSet.name_range)
1365}
1366inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_name_range() {
1368 if (name_range_ == NULL) name_range_ = new ::bgs::protocol::UnsignedIntRange;
1369 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubStreamRangeSet.name_range)
1370 return name_range_;
1371}
1372inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_name_range() {
1375 name_range_ = NULL;
1376 return temp;
1377}
1379 delete name_range_;
1381 if (name_range) {
1383 } else {
1385 }
1386 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubStreamRangeSet.name_range)
1387}
1388
1389// optional .bgs.protocol.UnsignedIntRange subject_range = 4;
1391 return (_has_bits_[0] & 0x00000004u) != 0;
1392}
1394 _has_bits_[0] |= 0x00000004u;
1395}
1397 _has_bits_[0] &= ~0x00000004u;
1398}
1400 if (subject_range_ != NULL) subject_range_->::bgs::protocol::UnsignedIntRange::Clear();
1402}
1403inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::subject_range() const {
1404 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubStreamRangeSet.subject_range)
1406}
1407inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_subject_range() {
1409 if (subject_range_ == NULL) subject_range_ = new ::bgs::protocol::UnsignedIntRange;
1410 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubStreamRangeSet.subject_range)
1411 return subject_range_;
1412}
1413inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_subject_range() {
1416 subject_range_ = NULL;
1417 return temp;
1418}
1420 delete subject_range_;
1422 if (subject_range) {
1424 } else {
1426 }
1427 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubStreamRangeSet.subject_range)
1428}
1429
1430// optional .bgs.protocol.UnsignedIntRange message_range = 5;
1432 return (_has_bits_[0] & 0x00000008u) != 0;
1433}
1435 _has_bits_[0] |= 0x00000008u;
1436}
1438 _has_bits_[0] &= ~0x00000008u;
1439}
1441 if (message_range_ != NULL) message_range_->::bgs::protocol::UnsignedIntRange::Clear();
1443}
1444inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::message_range() const {
1445 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubStreamRangeSet.message_range)
1447}
1448inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_message_range() {
1450 if (message_range_ == NULL) message_range_ = new ::bgs::protocol::UnsignedIntRange;
1451 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubStreamRangeSet.message_range)
1452 return message_range_;
1453}
1454inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_message_range() {
1457 message_range_ = NULL;
1458 return temp;
1459}
1461 delete message_range_;
1463 if (message_range) {
1465 } else {
1467 }
1468 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubStreamRangeSet.message_range)
1469}
1470
1471// -------------------------------------------------------------------
1472
1473// ClubInvitationRangeSet
1474
1475// optional .bgs.protocol.UnsignedIntRange count = 1;
1477 return (_has_bits_[0] & 0x00000001u) != 0;
1478}
1480 _has_bits_[0] |= 0x00000001u;
1481}
1483 _has_bits_[0] &= ~0x00000001u;
1484}
1486 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1488}
1489inline const ::bgs::protocol::UnsignedIntRange& ClubInvitationRangeSet::count() const {
1490 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubInvitationRangeSet.count)
1491 return count_ != NULL ? *count_ : *default_instance_->count_;
1492}
1493inline ::bgs::protocol::UnsignedIntRange* ClubInvitationRangeSet::mutable_count() {
1494 set_has_count();
1495 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1496 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubInvitationRangeSet.count)
1497 return count_;
1498}
1499inline ::bgs::protocol::UnsignedIntRange* ClubInvitationRangeSet::release_count() {
1502 count_ = NULL;
1503 return temp;
1504}
1506 delete count_;
1507 count_ = count;
1508 if (count) {
1509 set_has_count();
1510 } else {
1512 }
1513 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubInvitationRangeSet.count)
1514}
1515
1516// -------------------------------------------------------------------
1517
1518// ClubSuggestionRangeSet
1519
1520// optional .bgs.protocol.UnsignedIntRange count = 1;
1522 return (_has_bits_[0] & 0x00000001u) != 0;
1523}
1525 _has_bits_[0] |= 0x00000001u;
1526}
1528 _has_bits_[0] &= ~0x00000001u;
1529}
1531 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1533}
1534inline const ::bgs::protocol::UnsignedIntRange& ClubSuggestionRangeSet::count() const {
1535 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubSuggestionRangeSet.count)
1536 return count_ != NULL ? *count_ : *default_instance_->count_;
1537}
1538inline ::bgs::protocol::UnsignedIntRange* ClubSuggestionRangeSet::mutable_count() {
1539 set_has_count();
1540 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1541 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubSuggestionRangeSet.count)
1542 return count_;
1543}
1544inline ::bgs::protocol::UnsignedIntRange* ClubSuggestionRangeSet::release_count() {
1547 count_ = NULL;
1548 return temp;
1549}
1551 delete count_;
1552 count_ = count;
1553 if (count) {
1554 set_has_count();
1555 } else {
1557 }
1558 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubSuggestionRangeSet.count)
1559}
1560
1561// -------------------------------------------------------------------
1562
1563// ClubTicketRangeSet
1564
1565// optional .bgs.protocol.UnsignedIntRange count = 1;
1567 return (_has_bits_[0] & 0x00000001u) != 0;
1568}
1570 _has_bits_[0] |= 0x00000001u;
1571}
1573 _has_bits_[0] &= ~0x00000001u;
1574}
1576 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1578}
1579inline const ::bgs::protocol::UnsignedIntRange& ClubTicketRangeSet::count() const {
1580 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubTicketRangeSet.count)
1581 return count_ != NULL ? *count_ : *default_instance_->count_;
1582}
1583inline ::bgs::protocol::UnsignedIntRange* ClubTicketRangeSet::mutable_count() {
1584 set_has_count();
1585 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1586 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubTicketRangeSet.count)
1587 return count_;
1588}
1589inline ::bgs::protocol::UnsignedIntRange* ClubTicketRangeSet::release_count() {
1592 count_ = NULL;
1593 return temp;
1594}
1596 delete count_;
1597 count_ = count;
1598 if (count) {
1599 set_has_count();
1600 } else {
1602 }
1603 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubTicketRangeSet.count)
1604}
1605
1606// -------------------------------------------------------------------
1607
1608// ClubBanRangeSet
1609
1610// optional .bgs.protocol.UnsignedIntRange count = 1;
1611inline bool ClubBanRangeSet::has_count() const {
1612 return (_has_bits_[0] & 0x00000001u) != 0;
1613}
1615 _has_bits_[0] |= 0x00000001u;
1616}
1618 _has_bits_[0] &= ~0x00000001u;
1619}
1621 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1623}
1624inline const ::bgs::protocol::UnsignedIntRange& ClubBanRangeSet::count() const {
1625 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubBanRangeSet.count)
1626 return count_ != NULL ? *count_ : *default_instance_->count_;
1627}
1628inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::mutable_count() {
1629 set_has_count();
1630 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1631 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubBanRangeSet.count)
1632 return count_;
1633}
1634inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::release_count() {
1637 count_ = NULL;
1638 return temp;
1639}
1641 delete count_;
1642 count_ = count;
1643 if (count) {
1644 set_has_count();
1645 } else {
1647 }
1648 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubBanRangeSet.count)
1649}
1650
1651// optional .bgs.protocol.UnsignedIntRange reason_range = 3;
1653 return (_has_bits_[0] & 0x00000002u) != 0;
1654}
1656 _has_bits_[0] |= 0x00000002u;
1657}
1659 _has_bits_[0] &= ~0x00000002u;
1660}
1662 if (reason_range_ != NULL) reason_range_->::bgs::protocol::UnsignedIntRange::Clear();
1664}
1665inline const ::bgs::protocol::UnsignedIntRange& ClubBanRangeSet::reason_range() const {
1666 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.ClubBanRangeSet.reason_range)
1668}
1669inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::mutable_reason_range() {
1671 if (reason_range_ == NULL) reason_range_ = new ::bgs::protocol::UnsignedIntRange;
1672 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.ClubBanRangeSet.reason_range)
1673 return reason_range_;
1674}
1675inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::release_reason_range() {
1678 reason_range_ = NULL;
1679 return temp;
1680}
1682 delete reason_range_;
1684 if (reason_range) {
1686 } else {
1688 }
1689 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.ClubBanRangeSet.reason_range)
1690}
1691
1692// @@protoc_insertion_point(namespace_scope)
1693
1694} // namespace v1
1695} // namespace club
1696} // namespace protocol
1697} // namespace bgs
1698
1699#ifndef SWIG
1700namespace google {
1701namespace protobuf {
1702} // namespace google
1703} // namespace protobuf
1704#endif // SWIG
1705
1706// @@protoc_insertion_point(global_scope)
1707
1708#endif // PROTOBUF_club_5frange_5fset_2eproto__INCLUDED
#define TC_PROTO_API
Definition: Define.h:105
uint32_t uint32
Definition: Define.h:142
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::UnsignedIntRange & reason_range() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void protobuf_ShutdownFile_club_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * release_count()
ClubBanRangeSet & operator=(const ClubBanRangeSet &from)
inline ::bgs::protocol::UnsignedIntRange * mutable_reason_range()
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
friend void protobuf_AssignDesc_club_5frange_5fset_2eproto()
::bgs::protocol::UnsignedIntRange * count_
void set_allocated_reason_range(::bgs::protocol::UnsignedIntRange *reason_range)
ClubBanRangeSet(const ClubBanRangeSet &from)
::bgs::protocol::UnsignedIntRange * reason_range_
const ::bgs::protocol::UnsignedIntRange & count() const
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const
static const ClubBanRangeSet & default_instance()
::google::protobuf::uint32 _has_bits_[1]
inline ::bgs::protocol::UnsignedIntRange * release_reason_range()
void Swap(ClubBanRangeSet *other)
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
friend void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
::google::protobuf::Metadata GetMetadata() const
static ClubInvitationRangeSet * default_instance_
::bgs::protocol::UnsignedIntRange * count_
const ::bgs::protocol::UnsignedIntRange & count() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
ClubInvitationRangeSet * New() const
static const ::google::protobuf::Descriptor * descriptor()
static const ClubInvitationRangeSet & default_instance()
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
ClubInvitationRangeSet(const ClubInvitationRangeSet &from)
ClubInvitationRangeSet & operator=(const ClubInvitationRangeSet &from)
::google::protobuf::UnknownFieldSet _unknown_fields_
void Swap(ClubInvitationRangeSet *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::UnsignedIntRange * release_count()
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
void Swap(ClubMemberRangeSet *other)
void set_allocated_note_range(::bgs::protocol::UnsignedIntRange *note_range)
friend void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
static ClubMemberRangeSet * default_instance_
const ::bgs::protocol::UnsignedIntRange & count() const
static const ::google::protobuf::Descriptor * descriptor()
void set_allocated_stream_subscriptions(::bgs::protocol::UnsignedIntRange *stream_subscriptions)
::bgs::protocol::UnsignedIntRange * count_
inline ::bgs::protocol::UnsignedIntRange * release_note_range()
friend void protobuf_ShutdownFile_club_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * release_stream_subscriptions()
ClubMemberRangeSet(const ClubMemberRangeSet &from)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::UnsignedIntRange * mutable_stream_subscriptions()
inline ::bgs::protocol::UnsignedIntRange * release_voice()
::google::protobuf::uint32 _has_bits_[1]
const ::bgs::protocol::UnsignedIntRange & voice() const
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
::bgs::protocol::UnsignedIntRange * voice_
::bgs::protocol::UnsignedIntRange * note_range_
void set_allocated_voice(::bgs::protocol::UnsignedIntRange *voice)
::bgs::protocol::UnsignedIntRange * stream_subscriptions_
const ::bgs::protocol::UnsignedIntRange & note_range() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::UnsignedIntRange * mutable_voice()
inline ::bgs::protocol::UnsignedIntRange * mutable_note_range()
inline ::bgs::protocol::UnsignedIntRange * release_count()
ClubMemberRangeSet & operator=(const ClubMemberRangeSet &from)
static const ClubMemberRangeSet & default_instance()
const ::bgs::protocol::UnsignedIntRange & stream_subscriptions() const
ClubMemberRangeSet * New() const
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
::bgs::protocol::UnsignedIntRange * message_range_
static ClubStreamRangeSet * default_instance_
friend void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
const ::bgs::protocol::UnsignedIntRange & message_range() const
ClubStreamRangeSet * New() const
const ::bgs::protocol::UnsignedIntRange & count() const
void set_allocated_message_range(::bgs::protocol::UnsignedIntRange *message_range)
friend void protobuf_ShutdownFile_club_5frange_5fset_2eproto()
void Swap(ClubStreamRangeSet *other)
inline ::bgs::protocol::UnsignedIntRange * release_subject_range()
const ::bgs::protocol::UnsignedIntRange & subject_range() const
inline ::bgs::protocol::UnsignedIntRange * release_count()
void set_allocated_subject_range(::bgs::protocol::UnsignedIntRange *subject_range)
ClubStreamRangeSet(const ClubStreamRangeSet &from)
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
inline ::bgs::protocol::UnsignedIntRange * mutable_subject_range()
ClubStreamRangeSet & operator=(const ClubStreamRangeSet &from)
::bgs::protocol::UnsignedIntRange * name_range_
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::UnsignedIntRange & name_range() const
inline ::bgs::protocol::UnsignedIntRange * release_message_range()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::UnsignedIntRange * release_name_range()
static const ClubStreamRangeSet & default_instance()
::bgs::protocol::UnsignedIntRange * count_
::google::protobuf::uint32 _has_bits_[1]
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::bgs::protocol::UnsignedIntRange * subject_range_
inline ::bgs::protocol::UnsignedIntRange * mutable_name_range()
void set_allocated_name_range(::bgs::protocol::UnsignedIntRange *name_range)
inline ::bgs::protocol::UnsignedIntRange * mutable_message_range()
const ::bgs::protocol::UnsignedIntRange & count() const
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
friend void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * release_count()
ClubSuggestionRangeSet & operator=(const ClubSuggestionRangeSet &from)
::bgs::protocol::UnsignedIntRange * count_
ClubSuggestionRangeSet(const ClubSuggestionRangeSet &from)
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
static const ::google::protobuf::Descriptor * descriptor()
ClubSuggestionRangeSet * New() const
void Swap(ClubSuggestionRangeSet *other)
static ClubSuggestionRangeSet * default_instance_
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ClubSuggestionRangeSet & default_instance()
::google::protobuf::Metadata GetMetadata() const
::bgs::protocol::UnsignedIntRange * count_
::google::protobuf::uint32 _has_bits_[1]
friend void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
const ::bgs::protocol::UnsignedIntRange & count() const
ClubTicketRangeSet(const ClubTicketRangeSet &from)
friend void protobuf_ShutdownFile_club_5frange_5fset_2eproto()
static const ::google::protobuf::Descriptor * descriptor()
static const ClubTicketRangeSet & default_instance()
ClubTicketRangeSet * New() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
::google::protobuf::UnknownFieldSet _unknown_fields_
void Swap(ClubTicketRangeSet *other)
ClubTicketRangeSet & operator=(const ClubTicketRangeSet &from)
inline ::bgs::protocol::UnsignedIntRange * release_count()
static ClubTicketRangeSet * default_instance_
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::bgs::protocol::club::v1::ClubMemberRangeSet * member_
const ::bgs::protocol::club::v1::ClubBanRangeSet & ban() const
static const ClubTypeRangeSet & default_instance()
void set_allocated_member(::bgs::protocol::club::v1::ClubMemberRangeSet *member)
friend void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
void set_allocated_invitation(::bgs::protocol::club::v1::ClubInvitationRangeSet *invitation)
const ::bgs::protocol::UnsignedIntRange & name_range() const
void set_allocated_ticket(::bgs::protocol::club::v1::ClubTicketRangeSet *ticket)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_ban(::bgs::protocol::club::v1::ClubBanRangeSet *ban)
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::ClubMemberRangeSet & member() const
void Swap(ClubTypeRangeSet *other)
inline ::bgs::protocol::UnsignedIntRange * release_short_name_range()
inline ::bgs::protocol::club::v1::ClubSuggestionRangeSet * release_suggestion()
ClubTypeRangeSet & operator=(const ClubTypeRangeSet &from)
friend void protobuf_ShutdownFile_club_5frange_5fset_2eproto()
inline ::bgs::protocol::club::v1::ClubTicketRangeSet * release_ticket()
::bgs::protocol::club::v1::ClubBanRangeSet * ban_
::bgs::protocol::club::v1::ClubTicketRangeSet * ticket_
inline ::bgs::protocol::club::v1::ClubStreamRangeSet * release_stream()
void set_allocated_description_range(::bgs::protocol::UnsignedIntRange *description_range)
inline ::bgs::protocol::UnsignedIntRange * release_description_range()
inline ::bgs::protocol::club::v1::ClubInvitationRangeSet * mutable_invitation()
inline ::bgs::protocol::UnsignedIntRange * mutable_short_name_range()
const ::bgs::protocol::UnsignedIntRange & broadcast_range() const
inline ::bgs::protocol::club::v1::ClubMemberRangeSet * mutable_member()
void set_allocated_suggestion(::bgs::protocol::club::v1::ClubSuggestionRangeSet *suggestion)
inline ::bgs::protocol::club::v1::ClubMemberRangeSet * release_member()
friend void protobuf_AssignDesc_club_5frange_5fset_2eproto()
::google::protobuf::uint32 _has_bits_[1]
const ::bgs::protocol::club::v1::ClubTicketRangeSet & ticket() const
::bgs::protocol::UnsignedIntRange * short_name_range_
inline ::bgs::protocol::UnsignedIntRange * mutable_broadcast_range()
inline ::bgs::protocol::club::v1::ClubBanRangeSet * mutable_ban()
::google::protobuf::Metadata GetMetadata() const
const ::bgs::protocol::UnsignedIntRange & description_range() const
const ::bgs::protocol::club::v1::ClubSuggestionRangeSet & suggestion() const
void set_allocated_broadcast_range(::bgs::protocol::UnsignedIntRange *broadcast_range)
inline ::bgs::protocol::club::v1::ClubTicketRangeSet * mutable_ticket()
::bgs::protocol::club::v1::ClubStreamRangeSet * stream_
inline ::bgs::protocol::UnsignedIntRange * release_name_range()
::bgs::protocol::club::v1::ClubSuggestionRangeSet * suggestion_
inline ::bgs::protocol::club::v1::ClubStreamRangeSet * mutable_stream()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::UnsignedIntRange * mutable_name_range()
::bgs::protocol::UnsignedIntRange * broadcast_range_
inline ::bgs::protocol::UnsignedIntRange * mutable_description_range()
inline ::bgs::protocol::club::v1::ClubSuggestionRangeSet * mutable_suggestion()
const ::bgs::protocol::club::v1::ClubInvitationRangeSet & invitation() const
void set_allocated_name_range(::bgs::protocol::UnsignedIntRange *name_range)
const ::bgs::protocol::club::v1::ClubStreamRangeSet & stream() const
::bgs::protocol::UnsignedIntRange * description_range_
::bgs::protocol::club::v1::ClubInvitationRangeSet * invitation_
void set_allocated_stream(::bgs::protocol::club::v1::ClubStreamRangeSet *stream)
inline ::bgs::protocol::club::v1::ClubBanRangeSet * release_ban()
ClubTypeRangeSet(const ClubTypeRangeSet &from)
inline ::bgs::protocol::club::v1::ClubInvitationRangeSet * release_invitation()
void set_allocated_short_name_range(::bgs::protocol::UnsignedIntRange *short_name_range)
inline ::bgs::protocol::UnsignedIntRange * release_broadcast_range()
::bgs::protocol::UnsignedIntRange * name_range_
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::UnsignedIntRange & short_name_range() const
constexpr std::size_t size()
Definition: UpdateField.h:796
void protobuf_AssignDesc_club_5frange_5fset_2eproto()
void protobuf_ShutdownFile_club_5frange_5fset_2eproto()
void TC_PROTO_API protobuf_AddDesc_club_5frange_5fset_2eproto()
Definition: Session.h:36