TrinityCore
club_request.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: club_request.proto
3
4#ifndef PROTOBUF_club_5frequest_2eproto__INCLUDED
5#define PROTOBUF_club_5frequest_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 "club_types.pb.h" // IWYU pragma: export
28#include "club_tag.pb.h" // IWYU pragma: export
29#include "rpc_types.pb.h"
30#include "Define.h" // for TC_PROTO_API
31// @@protoc_insertion_point(includes)
32
33namespace bgs {
34namespace protocol {
35namespace club {
36namespace v1 {
37
38// Internal implementation detail -- do not call these.
42
45class CreateRequest;
46class CreateResponse;
47class DestroyRequest;
55class JoinRequest;
56class LeaveRequest;
57class KickRequest;
89class AddBanRequest;
91class GetBanRequest;
92class GetBanResponse;
93class GetBansRequest;
94class GetBansResponse;
100class GetStreamRequest;
126
127// ===================================================================
128
129class TC_PROTO_API SubscribeRequest : public ::google::protobuf::Message {
130 public:
133
135
137 CopyFrom(from);
138 return *this;
139 }
140
141 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
142 return _unknown_fields_;
143 }
144
145 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
146 return &_unknown_fields_;
147 }
148
149 static const ::google::protobuf::Descriptor* descriptor();
151
152 void Swap(SubscribeRequest* other);
153
154 // implements Message ----------------------------------------------
155
157 int GetCachedSize() const { return _cached_size_; }
158 private:
161 void SetCachedSize(int size) const;
162 public:
163 ::google::protobuf::Metadata GetMetadata() const;
164
165 // nested types ----------------------------------------------------
166
167 // accessors -------------------------------------------------------
168
169 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
170 inline bool has_agent_id() const;
171 inline void clear_agent_id();
172 static const int kAgentIdFieldNumber = 1;
173 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
174 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
175 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
176 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
177
178 // optional uint64 club_id = 2;
179 inline bool has_club_id() const;
180 inline void clear_club_id();
181 static const int kClubIdFieldNumber = 2;
182 inline ::google::protobuf::uint64 club_id() const;
183 inline void set_club_id(::google::protobuf::uint64 value);
184
185 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.SubscribeRequest)
186 private:
187 inline void set_has_agent_id();
188 inline void clear_has_agent_id();
189 inline void set_has_club_id();
190 inline void clear_has_club_id();
191
192 ::google::protobuf::UnknownFieldSet _unknown_fields_;
193
195 mutable int _cached_size_;
201
204};
205// -------------------------------------------------------------------
206
207class TC_PROTO_API UnsubscribeRequest : public ::google::protobuf::Message {
208 public:
211
213
215 CopyFrom(from);
216 return *this;
217 }
218
219 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
220 return _unknown_fields_;
221 }
222
223 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
224 return &_unknown_fields_;
225 }
226
227 static const ::google::protobuf::Descriptor* descriptor();
229
231
232 // implements Message ----------------------------------------------
233
235 int GetCachedSize() const { return _cached_size_; }
236 private:
239 void SetCachedSize(int size) const;
240 public:
241 ::google::protobuf::Metadata GetMetadata() const;
242
243 // nested types ----------------------------------------------------
244
245 // accessors -------------------------------------------------------
246
247 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
248 inline bool has_agent_id() const;
249 inline void clear_agent_id();
250 static const int kAgentIdFieldNumber = 1;
251 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
252 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
253 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
254 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
255
256 // optional uint64 club_id = 2;
257 inline bool has_club_id() const;
258 inline void clear_club_id();
259 static const int kClubIdFieldNumber = 2;
260 inline ::google::protobuf::uint64 club_id() const;
261 inline void set_club_id(::google::protobuf::uint64 value);
262
263 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UnsubscribeRequest)
264 private:
265 inline void set_has_agent_id();
266 inline void clear_has_agent_id();
267 inline void set_has_club_id();
268 inline void clear_has_club_id();
269
270 ::google::protobuf::UnknownFieldSet _unknown_fields_;
271
273 mutable int _cached_size_;
279
282};
283// -------------------------------------------------------------------
284
285class TC_PROTO_API CreateRequest : public ::google::protobuf::Message {
286 public:
288 virtual ~CreateRequest();
289
291
292 inline CreateRequest& operator=(const CreateRequest& from) {
293 CopyFrom(from);
294 return *this;
295 }
296
297 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
298 return _unknown_fields_;
299 }
300
301 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
302 return &_unknown_fields_;
303 }
304
305 static const ::google::protobuf::Descriptor* descriptor();
307
308 void Swap(CreateRequest* other);
309
310 // implements Message ----------------------------------------------
311
313 int GetCachedSize() const { return _cached_size_; }
314 private:
317 void SetCachedSize(int size) const;
318 public:
319 ::google::protobuf::Metadata GetMetadata() const;
320
321 // nested types ----------------------------------------------------
322
323 // accessors -------------------------------------------------------
324
325 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
326 inline bool has_agent_id() const;
327 inline void clear_agent_id();
328 static const int kAgentIdFieldNumber = 1;
329 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
330 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
331 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
332 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
333
334 // optional .bgs.protocol.club.v1.ClubCreateOptions options = 2;
335 inline bool has_options() const;
336 inline void clear_options();
337 static const int kOptionsFieldNumber = 2;
338 inline const ::bgs::protocol::club::v1::ClubCreateOptions& options() const;
339 inline ::bgs::protocol::club::v1::ClubCreateOptions* mutable_options();
340 inline ::bgs::protocol::club::v1::ClubCreateOptions* release_options();
341 inline void set_allocated_options(::bgs::protocol::club::v1::ClubCreateOptions* options);
342
343 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateRequest)
344 private:
345 inline void set_has_agent_id();
346 inline void clear_has_agent_id();
347 inline void set_has_options();
348 inline void clear_has_options();
349
350 ::google::protobuf::UnknownFieldSet _unknown_fields_;
351
353 mutable int _cached_size_;
359
362};
363// -------------------------------------------------------------------
364
365class TC_PROTO_API CreateResponse : public ::google::protobuf::Message {
366 public:
369
371
373 CopyFrom(from);
374 return *this;
375 }
376
377 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
378 return _unknown_fields_;
379 }
380
381 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
382 return &_unknown_fields_;
383 }
384
385 static const ::google::protobuf::Descriptor* descriptor();
387
388 void Swap(CreateResponse* other);
389
390 // implements Message ----------------------------------------------
391
393 int GetCachedSize() const { return _cached_size_; }
394 private:
397 void SetCachedSize(int size) const;
398 public:
399 ::google::protobuf::Metadata GetMetadata() const;
400
401 // nested types ----------------------------------------------------
402
403 // accessors -------------------------------------------------------
404
405 // optional uint64 club_id = 1;
406 inline bool has_club_id() const;
407 inline void clear_club_id();
408 static const int kClubIdFieldNumber = 1;
409 inline ::google::protobuf::uint64 club_id() const;
410 inline void set_club_id(::google::protobuf::uint64 value);
411
412 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateResponse)
413 private:
414 inline void set_has_club_id();
415 inline void clear_has_club_id();
416
417 ::google::protobuf::UnknownFieldSet _unknown_fields_;
418
420 mutable int _cached_size_;
425
428};
429// -------------------------------------------------------------------
430
431class TC_PROTO_API DestroyRequest : public ::google::protobuf::Message {
432 public:
435
437
439 CopyFrom(from);
440 return *this;
441 }
442
443 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
444 return _unknown_fields_;
445 }
446
447 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
448 return &_unknown_fields_;
449 }
450
451 static const ::google::protobuf::Descriptor* descriptor();
453
454 void Swap(DestroyRequest* other);
455
456 // implements Message ----------------------------------------------
457
459 int GetCachedSize() const { return _cached_size_; }
460 private:
463 void SetCachedSize(int size) const;
464 public:
465 ::google::protobuf::Metadata GetMetadata() const;
466
467 // nested types ----------------------------------------------------
468
469 // accessors -------------------------------------------------------
470
471 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
472 inline bool has_agent_id() const;
473 inline void clear_agent_id();
474 static const int kAgentIdFieldNumber = 1;
475 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
476 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
477 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
478 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
479
480 // optional uint64 club_id = 2;
481 inline bool has_club_id() const;
482 inline void clear_club_id();
483 static const int kClubIdFieldNumber = 2;
484 inline ::google::protobuf::uint64 club_id() const;
485 inline void set_club_id(::google::protobuf::uint64 value);
486
487 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.DestroyRequest)
488 private:
489 inline void set_has_agent_id();
490 inline void clear_has_agent_id();
491 inline void set_has_club_id();
492 inline void clear_has_club_id();
493
494 ::google::protobuf::UnknownFieldSet _unknown_fields_;
495
497 mutable int _cached_size_;
503
506};
507// -------------------------------------------------------------------
508
509class TC_PROTO_API GetDescriptionRequest : public ::google::protobuf::Message {
510 public:
513
515
517 CopyFrom(from);
518 return *this;
519 }
520
521 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
522 return _unknown_fields_;
523 }
524
525 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
526 return &_unknown_fields_;
527 }
528
529 static const ::google::protobuf::Descriptor* descriptor();
531
533
534 // implements Message ----------------------------------------------
535
537 int GetCachedSize() const { return _cached_size_; }
538 private:
541 void SetCachedSize(int size) const;
542 public:
543 ::google::protobuf::Metadata GetMetadata() const;
544
545 // nested types ----------------------------------------------------
546
547 // accessors -------------------------------------------------------
548
549 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
550 inline bool has_agent_id() const;
551 inline void clear_agent_id();
552 static const int kAgentIdFieldNumber = 1;
553 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
554 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
555 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
556 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
557
558 // optional uint64 club_id = 2;
559 inline bool has_club_id() const;
560 inline void clear_club_id();
561 static const int kClubIdFieldNumber = 2;
562 inline ::google::protobuf::uint64 club_id() const;
563 inline void set_club_id(::google::protobuf::uint64 value);
564
565 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetDescriptionRequest)
566 private:
567 inline void set_has_agent_id();
568 inline void clear_has_agent_id();
569 inline void set_has_club_id();
570 inline void clear_has_club_id();
571
572 ::google::protobuf::UnknownFieldSet _unknown_fields_;
573
575 mutable int _cached_size_;
581
584};
585// -------------------------------------------------------------------
586
587class TC_PROTO_API GetDescriptionResponse : public ::google::protobuf::Message {
588 public:
591
593
595 CopyFrom(from);
596 return *this;
597 }
598
599 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
600 return _unknown_fields_;
601 }
602
603 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
604 return &_unknown_fields_;
605 }
606
607 static const ::google::protobuf::Descriptor* descriptor();
609
611
612 // implements Message ----------------------------------------------
613
615 int GetCachedSize() const { return _cached_size_; }
616 private:
619 void SetCachedSize(int size) const;
620 public:
621 ::google::protobuf::Metadata GetMetadata() const;
622
623 // nested types ----------------------------------------------------
624
625 // accessors -------------------------------------------------------
626
627 // optional .bgs.protocol.club.v1.ClubDescription club = 1;
628 inline bool has_club() const;
629 inline void clear_club();
630 static const int kClubFieldNumber = 1;
631 inline const ::bgs::protocol::club::v1::ClubDescription& club() const;
632 inline ::bgs::protocol::club::v1::ClubDescription* mutable_club();
633 inline ::bgs::protocol::club::v1::ClubDescription* release_club();
634 inline void set_allocated_club(::bgs::protocol::club::v1::ClubDescription* club);
635
636 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetDescriptionResponse)
637 private:
638 inline void set_has_club();
639 inline void clear_has_club();
640
641 ::google::protobuf::UnknownFieldSet _unknown_fields_;
642
644 mutable int _cached_size_;
649
652};
653// -------------------------------------------------------------------
654
655class TC_PROTO_API GetClubTypeRequest : public ::google::protobuf::Message {
656 public:
659
661
663 CopyFrom(from);
664 return *this;
665 }
666
667 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
668 return _unknown_fields_;
669 }
670
671 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
672 return &_unknown_fields_;
673 }
674
675 static const ::google::protobuf::Descriptor* descriptor();
677
679
680 // implements Message ----------------------------------------------
681
683 int GetCachedSize() const { return _cached_size_; }
684 private:
687 void SetCachedSize(int size) const;
688 public:
689 ::google::protobuf::Metadata GetMetadata() const;
690
691 // nested types ----------------------------------------------------
692
693 // accessors -------------------------------------------------------
694
695 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
696 inline bool has_agent_id() const;
697 inline void clear_agent_id();
698 static const int kAgentIdFieldNumber = 1;
699 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
700 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
701 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
702 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
703
704 // optional .bgs.protocol.club.v1.UniqueClubType type = 2;
705 inline bool has_type() const;
706 inline void clear_type();
707 static const int kTypeFieldNumber = 2;
708 inline const ::bgs::protocol::club::v1::UniqueClubType& type() const;
709 inline ::bgs::protocol::club::v1::UniqueClubType* mutable_type();
710 inline ::bgs::protocol::club::v1::UniqueClubType* release_type();
711 inline void set_allocated_type(::bgs::protocol::club::v1::UniqueClubType* type);
712
713 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetClubTypeRequest)
714 private:
715 inline void set_has_agent_id();
716 inline void clear_has_agent_id();
717 inline void set_has_type();
718 inline void clear_has_type();
719
720 ::google::protobuf::UnknownFieldSet _unknown_fields_;
721
723 mutable int _cached_size_;
729
732};
733// -------------------------------------------------------------------
734
735class TC_PROTO_API GetClubTypeResponse : public ::google::protobuf::Message {
736 public:
739
741
743 CopyFrom(from);
744 return *this;
745 }
746
747 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
748 return _unknown_fields_;
749 }
750
751 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
752 return &_unknown_fields_;
753 }
754
755 static const ::google::protobuf::Descriptor* descriptor();
757
759
760 // implements Message ----------------------------------------------
761
763 int GetCachedSize() const { return _cached_size_; }
764 private:
767 void SetCachedSize(int size) const;
768 public:
769 ::google::protobuf::Metadata GetMetadata() const;
770
771 // nested types ----------------------------------------------------
772
773 // accessors -------------------------------------------------------
774
775 // optional .bgs.protocol.club.v1.UniqueClubType type = 1;
776 inline bool has_type() const;
777 inline void clear_type();
778 static const int kTypeFieldNumber = 1;
779 inline const ::bgs::protocol::club::v1::UniqueClubType& type() const;
780 inline ::bgs::protocol::club::v1::UniqueClubType* mutable_type();
781 inline ::bgs::protocol::club::v1::UniqueClubType* release_type();
782 inline void set_allocated_type(::bgs::protocol::club::v1::UniqueClubType* type);
783
784 // optional .bgs.protocol.club.v1.ClubRoleSet role_set = 2;
785 inline bool has_role_set() const;
786 inline void clear_role_set();
787 static const int kRoleSetFieldNumber = 2;
788 inline const ::bgs::protocol::club::v1::ClubRoleSet& role_set() const;
789 inline ::bgs::protocol::club::v1::ClubRoleSet* mutable_role_set();
790 inline ::bgs::protocol::club::v1::ClubRoleSet* release_role_set();
791 inline void set_allocated_role_set(::bgs::protocol::club::v1::ClubRoleSet* role_set);
792
793 // optional .bgs.protocol.club.v1.ClubTypeRangeSet range_set = 3;
794 inline bool has_range_set() const;
795 inline void clear_range_set();
796 static const int kRangeSetFieldNumber = 3;
797 inline const ::bgs::protocol::club::v1::ClubTypeRangeSet& range_set() const;
798 inline ::bgs::protocol::club::v1::ClubTypeRangeSet* mutable_range_set();
799 inline ::bgs::protocol::club::v1::ClubTypeRangeSet* release_range_set();
800 inline void set_allocated_range_set(::bgs::protocol::club::v1::ClubTypeRangeSet* range_set);
801
802 // repeated .bgs.protocol.club.v1.LocalizedTag platform_tag_set = 4;
803 inline int platform_tag_set_size() const;
804 inline void clear_platform_tag_set();
805 static const int kPlatformTagSetFieldNumber = 4;
806 inline const ::bgs::protocol::club::v1::LocalizedTag& platform_tag_set(int index) const;
807 inline ::bgs::protocol::club::v1::LocalizedTag* mutable_platform_tag_set(int index);
808 inline ::bgs::protocol::club::v1::LocalizedTag* add_platform_tag_set();
809 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >&
810 platform_tag_set() const;
811 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >*
812 mutable_platform_tag_set();
813
814 // repeated .bgs.protocol.club.v1.LocalizedTag custom_tag_set = 5;
815 inline int custom_tag_set_size() const;
816 inline void clear_custom_tag_set();
817 static const int kCustomTagSetFieldNumber = 5;
818 inline const ::bgs::protocol::club::v1::LocalizedTag& custom_tag_set(int index) const;
819 inline ::bgs::protocol::club::v1::LocalizedTag* mutable_custom_tag_set(int index);
820 inline ::bgs::protocol::club::v1::LocalizedTag* add_custom_tag_set();
821 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >&
822 custom_tag_set() const;
823 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >*
824 mutable_custom_tag_set();
825
826 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetClubTypeResponse)
827 private:
828 inline void set_has_type();
829 inline void clear_has_type();
830 inline void set_has_role_set();
831 inline void clear_has_role_set();
832 inline void set_has_range_set();
833 inline void clear_has_range_set();
834
835 ::google::protobuf::UnknownFieldSet _unknown_fields_;
836
838 mutable int _cached_size_;
842 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > platform_tag_set_;
843 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > custom_tag_set_;
847
850};
851// -------------------------------------------------------------------
852
853class TC_PROTO_API UpdateClubStateRequest : public ::google::protobuf::Message {
854 public:
857
859
861 CopyFrom(from);
862 return *this;
863 }
864
865 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
866 return _unknown_fields_;
867 }
868
869 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
870 return &_unknown_fields_;
871 }
872
873 static const ::google::protobuf::Descriptor* descriptor();
875
877
878 // implements Message ----------------------------------------------
879
881 int GetCachedSize() const { return _cached_size_; }
882 private:
885 void SetCachedSize(int size) const;
886 public:
887 ::google::protobuf::Metadata GetMetadata() const;
888
889 // nested types ----------------------------------------------------
890
891 // accessors -------------------------------------------------------
892
893 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
894 inline bool has_agent_id() const;
895 inline void clear_agent_id();
896 static const int kAgentIdFieldNumber = 1;
897 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
898 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
899 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
900 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
901
902 // optional uint64 club_id = 2;
903 inline bool has_club_id() const;
904 inline void clear_club_id();
905 static const int kClubIdFieldNumber = 2;
906 inline ::google::protobuf::uint64 club_id() const;
907 inline void set_club_id(::google::protobuf::uint64 value);
908
909 // optional .bgs.protocol.club.v1.ClubStateOptions options = 3;
910 inline bool has_options() const;
911 inline void clear_options();
912 static const int kOptionsFieldNumber = 3;
913 inline const ::bgs::protocol::club::v1::ClubStateOptions& options() const;
914 inline ::bgs::protocol::club::v1::ClubStateOptions* mutable_options();
915 inline ::bgs::protocol::club::v1::ClubStateOptions* release_options();
916 inline void set_allocated_options(::bgs::protocol::club::v1::ClubStateOptions* options);
917
918 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UpdateClubStateRequest)
919 private:
920 inline void set_has_agent_id();
921 inline void clear_has_agent_id();
922 inline void set_has_club_id();
923 inline void clear_has_club_id();
924 inline void set_has_options();
925 inline void clear_has_options();
926
927 ::google::protobuf::UnknownFieldSet _unknown_fields_;
928
930 mutable int _cached_size_;
937
940};
941// -------------------------------------------------------------------
942
943class TC_PROTO_API UpdateClubSettingsRequest : public ::google::protobuf::Message {
944 public:
947
949
951 CopyFrom(from);
952 return *this;
953 }
954
955 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
956 return _unknown_fields_;
957 }
958
959 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
960 return &_unknown_fields_;
961 }
962
963 static const ::google::protobuf::Descriptor* descriptor();
965
967
968 // implements Message ----------------------------------------------
969
971 int GetCachedSize() const { return _cached_size_; }
972 private:
975 void SetCachedSize(int size) const;
976 public:
977 ::google::protobuf::Metadata GetMetadata() const;
978
979 // nested types ----------------------------------------------------
980
981 // accessors -------------------------------------------------------
982
983 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
984 inline bool has_agent_id() const;
985 inline void clear_agent_id();
986 static const int kAgentIdFieldNumber = 1;
987 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
988 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
989 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
990 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
991
992 // optional uint64 club_id = 2;
993 inline bool has_club_id() const;
994 inline void clear_club_id();
995 static const int kClubIdFieldNumber = 2;
996 inline ::google::protobuf::uint64 club_id() const;
997 inline void set_club_id(::google::protobuf::uint64 value);
998
999 // optional .bgs.protocol.club.v1.ClubSettingsOptions options = 3;
1000 inline bool has_options() const;
1001 inline void clear_options();
1002 static const int kOptionsFieldNumber = 3;
1003 inline const ::bgs::protocol::club::v1::ClubSettingsOptions& options() const;
1004 inline ::bgs::protocol::club::v1::ClubSettingsOptions* mutable_options();
1005 inline ::bgs::protocol::club::v1::ClubSettingsOptions* release_options();
1006 inline void set_allocated_options(::bgs::protocol::club::v1::ClubSettingsOptions* options);
1007
1008 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UpdateClubSettingsRequest)
1009 private:
1010 inline void set_has_agent_id();
1011 inline void clear_has_agent_id();
1012 inline void set_has_club_id();
1013 inline void clear_has_club_id();
1014 inline void set_has_options();
1015 inline void clear_has_options();
1016
1017 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1018
1020 mutable int _cached_size_;
1027
1030};
1031// -------------------------------------------------------------------
1032
1033class TC_PROTO_API AddMemberRequest : public ::google::protobuf::Message {
1034 public:
1037
1039
1041 CopyFrom(from);
1042 return *this;
1043 }
1044
1045 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1046 return _unknown_fields_;
1047 }
1048
1049 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1050 return &_unknown_fields_;
1051 }
1052
1053 static const ::google::protobuf::Descriptor* descriptor();
1055
1057
1058 // implements Message ----------------------------------------------
1059
1061 int GetCachedSize() const { return _cached_size_; }
1062 private:
1065 void SetCachedSize(int size) const;
1066 public:
1067 ::google::protobuf::Metadata GetMetadata() const;
1068
1069 // nested types ----------------------------------------------------
1070
1071 // accessors -------------------------------------------------------
1072
1073 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1074 inline bool has_agent_id() const;
1075 inline void clear_agent_id();
1076 static const int kAgentIdFieldNumber = 1;
1077 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1078 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1079 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1080 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1081
1082 // optional uint64 club_id = 2;
1083 inline bool has_club_id() const;
1084 inline void clear_club_id();
1085 static const int kClubIdFieldNumber = 2;
1086 inline ::google::protobuf::uint64 club_id() const;
1087 inline void set_club_id(::google::protobuf::uint64 value);
1088
1089 // optional .bgs.protocol.club.v1.CreateMemberOptions options = 3;
1090 inline bool has_options() const;
1091 inline void clear_options();
1092 static const int kOptionsFieldNumber = 3;
1093 inline const ::bgs::protocol::club::v1::CreateMemberOptions& options() const;
1094 inline ::bgs::protocol::club::v1::CreateMemberOptions* mutable_options();
1095 inline ::bgs::protocol::club::v1::CreateMemberOptions* release_options();
1096 inline void set_allocated_options(::bgs::protocol::club::v1::CreateMemberOptions* options);
1097
1098 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AddMemberRequest)
1099 private:
1100 inline void set_has_agent_id();
1101 inline void clear_has_agent_id();
1102 inline void set_has_club_id();
1103 inline void clear_has_club_id();
1104 inline void set_has_options();
1105 inline void clear_has_options();
1106
1107 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1108
1110 mutable int _cached_size_;
1117
1120};
1121// -------------------------------------------------------------------
1122
1123class TC_PROTO_API JoinRequest : public ::google::protobuf::Message {
1124 public:
1126 virtual ~JoinRequest();
1127
1129
1130 inline JoinRequest& operator=(const JoinRequest& from) {
1131 CopyFrom(from);
1132 return *this;
1133 }
1134
1135 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1136 return _unknown_fields_;
1137 }
1138
1139 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1140 return &_unknown_fields_;
1141 }
1142
1143 static const ::google::protobuf::Descriptor* descriptor();
1145
1146 void Swap(JoinRequest* other);
1147
1148 // implements Message ----------------------------------------------
1149
1151 int GetCachedSize() const { return _cached_size_; }
1152 private:
1155 void SetCachedSize(int size) const;
1156 public:
1157 ::google::protobuf::Metadata GetMetadata() const;
1158
1159 // nested types ----------------------------------------------------
1160
1161 // accessors -------------------------------------------------------
1162
1163 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1164 inline bool has_agent_id() const;
1165 inline void clear_agent_id();
1166 static const int kAgentIdFieldNumber = 1;
1167 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1168 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1169 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1170 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1171
1172 // optional uint64 club_id = 2;
1173 inline bool has_club_id() const;
1174 inline void clear_club_id();
1175 static const int kClubIdFieldNumber = 2;
1176 inline ::google::protobuf::uint64 club_id() const;
1177 inline void set_club_id(::google::protobuf::uint64 value);
1178
1179 // optional .bgs.protocol.club.v1.CreateMemberOptions options = 3;
1180 inline bool has_options() const;
1181 inline void clear_options();
1182 static const int kOptionsFieldNumber = 3;
1183 inline const ::bgs::protocol::club::v1::CreateMemberOptions& options() const;
1184 inline ::bgs::protocol::club::v1::CreateMemberOptions* mutable_options();
1185 inline ::bgs::protocol::club::v1::CreateMemberOptions* release_options();
1186 inline void set_allocated_options(::bgs::protocol::club::v1::CreateMemberOptions* options);
1187
1188 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.JoinRequest)
1189 private:
1190 inline void set_has_agent_id();
1191 inline void clear_has_agent_id();
1192 inline void set_has_club_id();
1193 inline void clear_has_club_id();
1194 inline void set_has_options();
1195 inline void clear_has_options();
1196
1197 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1198
1200 mutable int _cached_size_;
1207
1210};
1211// -------------------------------------------------------------------
1212
1213class TC_PROTO_API LeaveRequest : public ::google::protobuf::Message {
1214 public:
1216 virtual ~LeaveRequest();
1217
1219
1220 inline LeaveRequest& operator=(const LeaveRequest& from) {
1221 CopyFrom(from);
1222 return *this;
1223 }
1224
1225 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1226 return _unknown_fields_;
1227 }
1228
1229 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1230 return &_unknown_fields_;
1231 }
1232
1233 static const ::google::protobuf::Descriptor* descriptor();
1235
1236 void Swap(LeaveRequest* other);
1237
1238 // implements Message ----------------------------------------------
1239
1241 int GetCachedSize() const { return _cached_size_; }
1242 private:
1245 void SetCachedSize(int size) const;
1246 public:
1247 ::google::protobuf::Metadata GetMetadata() const;
1248
1249 // nested types ----------------------------------------------------
1250
1251 // accessors -------------------------------------------------------
1252
1253 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1254 inline bool has_agent_id() const;
1255 inline void clear_agent_id();
1256 static const int kAgentIdFieldNumber = 1;
1257 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1258 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1259 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1260 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1261
1262 // optional uint64 club_id = 2;
1263 inline bool has_club_id() const;
1264 inline void clear_club_id();
1265 static const int kClubIdFieldNumber = 2;
1266 inline ::google::protobuf::uint64 club_id() const;
1267 inline void set_club_id(::google::protobuf::uint64 value);
1268
1269 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.LeaveRequest)
1270 private:
1271 inline void set_has_agent_id();
1272 inline void clear_has_agent_id();
1273 inline void set_has_club_id();
1274 inline void clear_has_club_id();
1275
1276 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1277
1279 mutable int _cached_size_;
1285
1288};
1289// -------------------------------------------------------------------
1290
1291class TC_PROTO_API KickRequest : public ::google::protobuf::Message {
1292 public:
1294 virtual ~KickRequest();
1295
1297
1298 inline KickRequest& operator=(const KickRequest& from) {
1299 CopyFrom(from);
1300 return *this;
1301 }
1302
1303 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1304 return _unknown_fields_;
1305 }
1306
1307 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1308 return &_unknown_fields_;
1309 }
1310
1311 static const ::google::protobuf::Descriptor* descriptor();
1313
1314 void Swap(KickRequest* other);
1315
1316 // implements Message ----------------------------------------------
1317
1319 int GetCachedSize() const { return _cached_size_; }
1320 private:
1323 void SetCachedSize(int size) const;
1324 public:
1325 ::google::protobuf::Metadata GetMetadata() const;
1326
1327 // nested types ----------------------------------------------------
1328
1329 // accessors -------------------------------------------------------
1330
1331 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1332 inline bool has_agent_id() const;
1333 inline void clear_agent_id();
1334 static const int kAgentIdFieldNumber = 1;
1335 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1336 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1337 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1338 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1339
1340 // optional uint64 club_id = 2;
1341 inline bool has_club_id() const;
1342 inline void clear_club_id();
1343 static const int kClubIdFieldNumber = 2;
1344 inline ::google::protobuf::uint64 club_id() const;
1345 inline void set_club_id(::google::protobuf::uint64 value);
1346
1347 // optional .bgs.protocol.club.v1.MemberId target_id = 3;
1348 inline bool has_target_id() const;
1349 inline void clear_target_id();
1350 static const int kTargetIdFieldNumber = 3;
1351 inline const ::bgs::protocol::club::v1::MemberId& target_id() const;
1352 inline ::bgs::protocol::club::v1::MemberId* mutable_target_id();
1353 inline ::bgs::protocol::club::v1::MemberId* release_target_id();
1354 inline void set_allocated_target_id(::bgs::protocol::club::v1::MemberId* target_id);
1355
1356 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.KickRequest)
1357 private:
1358 inline void set_has_agent_id();
1359 inline void clear_has_agent_id();
1360 inline void set_has_club_id();
1361 inline void clear_has_club_id();
1362 inline void set_has_target_id();
1363 inline void clear_has_target_id();
1364
1365 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1366
1368 mutable int _cached_size_;
1375
1378};
1379// -------------------------------------------------------------------
1380
1381class TC_PROTO_API GetMemberRequest : public ::google::protobuf::Message {
1382 public:
1385
1387
1389 CopyFrom(from);
1390 return *this;
1391 }
1392
1393 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1394 return _unknown_fields_;
1395 }
1396
1397 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1398 return &_unknown_fields_;
1399 }
1400
1401 static const ::google::protobuf::Descriptor* descriptor();
1403
1405
1406 // implements Message ----------------------------------------------
1407
1409 int GetCachedSize() const { return _cached_size_; }
1410 private:
1413 void SetCachedSize(int size) const;
1414 public:
1415 ::google::protobuf::Metadata GetMetadata() const;
1416
1417 // nested types ----------------------------------------------------
1418
1419 // accessors -------------------------------------------------------
1420
1421 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1422 inline bool has_agent_id() const;
1423 inline void clear_agent_id();
1424 static const int kAgentIdFieldNumber = 1;
1425 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1426 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1427 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1428 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1429
1430 // optional uint64 club_id = 2;
1431 inline bool has_club_id() const;
1432 inline void clear_club_id();
1433 static const int kClubIdFieldNumber = 2;
1434 inline ::google::protobuf::uint64 club_id() const;
1435 inline void set_club_id(::google::protobuf::uint64 value);
1436
1437 // optional .bgs.protocol.club.v1.MemberId member_id = 3;
1438 inline bool has_member_id() const;
1439 inline void clear_member_id();
1440 static const int kMemberIdFieldNumber = 3;
1441 inline const ::bgs::protocol::club::v1::MemberId& member_id() const;
1442 inline ::bgs::protocol::club::v1::MemberId* mutable_member_id();
1443 inline ::bgs::protocol::club::v1::MemberId* release_member_id();
1444 inline void set_allocated_member_id(::bgs::protocol::club::v1::MemberId* member_id);
1445
1446 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetMemberRequest)
1447 private:
1448 inline void set_has_agent_id();
1449 inline void clear_has_agent_id();
1450 inline void set_has_club_id();
1451 inline void clear_has_club_id();
1452 inline void set_has_member_id();
1453 inline void clear_has_member_id();
1454
1455 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1456
1458 mutable int _cached_size_;
1465
1468};
1469// -------------------------------------------------------------------
1470
1471class TC_PROTO_API GetMemberResponse : public ::google::protobuf::Message {
1472 public:
1475
1477
1479 CopyFrom(from);
1480 return *this;
1481 }
1482
1483 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1484 return _unknown_fields_;
1485 }
1486
1487 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1488 return &_unknown_fields_;
1489 }
1490
1491 static const ::google::protobuf::Descriptor* descriptor();
1493
1495
1496 // implements Message ----------------------------------------------
1497
1499 int GetCachedSize() const { return _cached_size_; }
1500 private:
1503 void SetCachedSize(int size) const;
1504 public:
1505 ::google::protobuf::Metadata GetMetadata() const;
1506
1507 // nested types ----------------------------------------------------
1508
1509 // accessors -------------------------------------------------------
1510
1511 // optional .bgs.protocol.club.v1.Member member = 1;
1512 inline bool has_member() const;
1513 inline void clear_member();
1514 static const int kMemberFieldNumber = 1;
1515 inline const ::bgs::protocol::club::v1::Member& member() const;
1516 inline ::bgs::protocol::club::v1::Member* mutable_member();
1517 inline ::bgs::protocol::club::v1::Member* release_member();
1518 inline void set_allocated_member(::bgs::protocol::club::v1::Member* member);
1519
1520 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetMemberResponse)
1521 private:
1522 inline void set_has_member();
1523 inline void clear_has_member();
1524
1525 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1526
1528 mutable int _cached_size_;
1533
1536};
1537// -------------------------------------------------------------------
1538
1539class TC_PROTO_API GetMembersRequest : public ::google::protobuf::Message {
1540 public:
1543
1545
1547 CopyFrom(from);
1548 return *this;
1549 }
1550
1551 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1552 return _unknown_fields_;
1553 }
1554
1555 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1556 return &_unknown_fields_;
1557 }
1558
1559 static const ::google::protobuf::Descriptor* descriptor();
1561
1563
1564 // implements Message ----------------------------------------------
1565
1567 int GetCachedSize() const { return _cached_size_; }
1568 private:
1571 void SetCachedSize(int size) const;
1572 public:
1573 ::google::protobuf::Metadata GetMetadata() const;
1574
1575 // nested types ----------------------------------------------------
1576
1577 // accessors -------------------------------------------------------
1578
1579 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1580 inline bool has_agent_id() const;
1581 inline void clear_agent_id();
1582 static const int kAgentIdFieldNumber = 1;
1583 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1584 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1585 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1586 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1587
1588 // optional uint64 club_id = 2;
1589 inline bool has_club_id() const;
1590 inline void clear_club_id();
1591 static const int kClubIdFieldNumber = 2;
1592 inline ::google::protobuf::uint64 club_id() const;
1593 inline void set_club_id(::google::protobuf::uint64 value);
1594
1595 // optional uint64 continuation = 4;
1596 inline bool has_continuation() const;
1597 inline void clear_continuation();
1598 static const int kContinuationFieldNumber = 4;
1599 inline ::google::protobuf::uint64 continuation() const;
1600 inline void set_continuation(::google::protobuf::uint64 value);
1601
1602 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetMembersRequest)
1603 private:
1604 inline void set_has_agent_id();
1605 inline void clear_has_agent_id();
1606 inline void set_has_club_id();
1607 inline void clear_has_club_id();
1608 inline void set_has_continuation();
1609 inline void clear_has_continuation();
1610
1611 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1612
1614 mutable int _cached_size_;
1621
1624};
1625// -------------------------------------------------------------------
1626
1627class TC_PROTO_API GetMembersResponse : public ::google::protobuf::Message {
1628 public:
1631
1633
1635 CopyFrom(from);
1636 return *this;
1637 }
1638
1639 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1640 return _unknown_fields_;
1641 }
1642
1643 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1644 return &_unknown_fields_;
1645 }
1646
1647 static const ::google::protobuf::Descriptor* descriptor();
1649
1651
1652 // implements Message ----------------------------------------------
1653
1655 int GetCachedSize() const { return _cached_size_; }
1656 private:
1659 void SetCachedSize(int size) const;
1660 public:
1661 ::google::protobuf::Metadata GetMetadata() const;
1662
1663 // nested types ----------------------------------------------------
1664
1665 // accessors -------------------------------------------------------
1666
1667 // repeated .bgs.protocol.club.v1.Member member = 1;
1668 inline int member_size() const;
1669 inline void clear_member();
1670 static const int kMemberFieldNumber = 1;
1671 inline const ::bgs::protocol::club::v1::Member& member(int index) const;
1672 inline ::bgs::protocol::club::v1::Member* mutable_member(int index);
1673 inline ::bgs::protocol::club::v1::Member* add_member();
1674 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member >&
1675 member() const;
1676 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member >*
1677 mutable_member();
1678
1679 // optional uint64 continuation = 2;
1680 inline bool has_continuation() const;
1681 inline void clear_continuation();
1682 static const int kContinuationFieldNumber = 2;
1683 inline ::google::protobuf::uint64 continuation() const;
1684 inline void set_continuation(::google::protobuf::uint64 value);
1685
1686 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetMembersResponse)
1687 private:
1688 inline void set_has_continuation();
1689 inline void clear_has_continuation();
1690
1691 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1692
1694 mutable int _cached_size_;
1695 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member > member_;
1700
1703};
1704// -------------------------------------------------------------------
1705
1706class TC_PROTO_API UpdateMemberStateRequest : public ::google::protobuf::Message {
1707 public:
1710
1712
1714 CopyFrom(from);
1715 return *this;
1716 }
1717
1718 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1719 return _unknown_fields_;
1720 }
1721
1722 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1723 return &_unknown_fields_;
1724 }
1725
1726 static const ::google::protobuf::Descriptor* descriptor();
1728
1730
1731 // implements Message ----------------------------------------------
1732
1734 int GetCachedSize() const { return _cached_size_; }
1735 private:
1738 void SetCachedSize(int size) const;
1739 public:
1740 ::google::protobuf::Metadata GetMetadata() const;
1741
1742 // nested types ----------------------------------------------------
1743
1744 // accessors -------------------------------------------------------
1745
1746 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1747 inline bool has_agent_id() const;
1748 inline void clear_agent_id();
1749 static const int kAgentIdFieldNumber = 1;
1750 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1751 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1752 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1753 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1754
1755 // optional uint64 club_id = 2;
1756 inline bool has_club_id() const;
1757 inline void clear_club_id();
1758 static const int kClubIdFieldNumber = 2;
1759 inline ::google::protobuf::uint64 club_id() const;
1760 inline void set_club_id(::google::protobuf::uint64 value);
1761
1762 // optional .bgs.protocol.club.v1.MemberId member_id = 3;
1763 inline bool has_member_id() const;
1764 inline void clear_member_id();
1765 static const int kMemberIdFieldNumber = 3;
1766 inline const ::bgs::protocol::club::v1::MemberId& member_id() const;
1767 inline ::bgs::protocol::club::v1::MemberId* mutable_member_id();
1768 inline ::bgs::protocol::club::v1::MemberId* release_member_id();
1769 inline void set_allocated_member_id(::bgs::protocol::club::v1::MemberId* member_id);
1770
1771 // optional .bgs.protocol.club.v1.MemberStateOptions options = 5;
1772 inline bool has_options() const;
1773 inline void clear_options();
1774 static const int kOptionsFieldNumber = 5;
1775 inline const ::bgs::protocol::club::v1::MemberStateOptions& options() const;
1776 inline ::bgs::protocol::club::v1::MemberStateOptions* mutable_options();
1777 inline ::bgs::protocol::club::v1::MemberStateOptions* release_options();
1778 inline void set_allocated_options(::bgs::protocol::club::v1::MemberStateOptions* options);
1779
1780 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UpdateMemberStateRequest)
1781 private:
1782 inline void set_has_agent_id();
1783 inline void clear_has_agent_id();
1784 inline void set_has_club_id();
1785 inline void clear_has_club_id();
1786 inline void set_has_member_id();
1787 inline void clear_has_member_id();
1788 inline void set_has_options();
1789 inline void clear_has_options();
1790
1791 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1792
1794 mutable int _cached_size_;
1802
1805};
1806// -------------------------------------------------------------------
1807
1808class TC_PROTO_API UpdateSubscriberStateRequest : public ::google::protobuf::Message {
1809 public:
1812
1814
1816 CopyFrom(from);
1817 return *this;
1818 }
1819
1820 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1821 return _unknown_fields_;
1822 }
1823
1824 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1825 return &_unknown_fields_;
1826 }
1827
1828 static const ::google::protobuf::Descriptor* descriptor();
1830
1832
1833 // implements Message ----------------------------------------------
1834
1836 int GetCachedSize() const { return _cached_size_; }
1837 private:
1840 void SetCachedSize(int size) const;
1841 public:
1842 ::google::protobuf::Metadata GetMetadata() const;
1843
1844 // nested types ----------------------------------------------------
1845
1846 // accessors -------------------------------------------------------
1847
1848 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1849 inline bool has_agent_id() const;
1850 inline void clear_agent_id();
1851 static const int kAgentIdFieldNumber = 1;
1852 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1853 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1854 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1855 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1856
1857 // optional uint64 club_id = 2;
1858 inline bool has_club_id() const;
1859 inline void clear_club_id();
1860 static const int kClubIdFieldNumber = 2;
1861 inline ::google::protobuf::uint64 club_id() const;
1862 inline void set_club_id(::google::protobuf::uint64 value);
1863
1864 // optional .bgs.protocol.club.v1.SubscriberStateOptions options = 3;
1865 inline bool has_options() const;
1866 inline void clear_options();
1867 static const int kOptionsFieldNumber = 3;
1868 inline const ::bgs::protocol::club::v1::SubscriberStateOptions& options() const;
1869 inline ::bgs::protocol::club::v1::SubscriberStateOptions* mutable_options();
1870 inline ::bgs::protocol::club::v1::SubscriberStateOptions* release_options();
1871 inline void set_allocated_options(::bgs::protocol::club::v1::SubscriberStateOptions* options);
1872
1873 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UpdateSubscriberStateRequest)
1874 private:
1875 inline void set_has_agent_id();
1876 inline void clear_has_agent_id();
1877 inline void set_has_club_id();
1878 inline void clear_has_club_id();
1879 inline void set_has_options();
1880 inline void clear_has_options();
1881
1882 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1883
1885 mutable int _cached_size_;
1892
1895};
1896// -------------------------------------------------------------------
1897
1898class TC_PROTO_API AssignRoleRequest : public ::google::protobuf::Message {
1899 public:
1902
1904
1906 CopyFrom(from);
1907 return *this;
1908 }
1909
1910 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1911 return _unknown_fields_;
1912 }
1913
1914 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1915 return &_unknown_fields_;
1916 }
1917
1918 static const ::google::protobuf::Descriptor* descriptor();
1920
1922
1923 // implements Message ----------------------------------------------
1924
1926 int GetCachedSize() const { return _cached_size_; }
1927 private:
1930 void SetCachedSize(int size) const;
1931 public:
1932 ::google::protobuf::Metadata GetMetadata() const;
1933
1934 // nested types ----------------------------------------------------
1935
1936 // accessors -------------------------------------------------------
1937
1938 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
1939 inline bool has_agent_id() const;
1940 inline void clear_agent_id();
1941 static const int kAgentIdFieldNumber = 1;
1942 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
1943 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
1944 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
1945 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
1946
1947 // optional uint64 club_id = 2;
1948 inline bool has_club_id() const;
1949 inline void clear_club_id();
1950 static const int kClubIdFieldNumber = 2;
1951 inline ::google::protobuf::uint64 club_id() const;
1952 inline void set_club_id(::google::protobuf::uint64 value);
1953
1954 // optional .bgs.protocol.club.v1.RoleOptions options = 3;
1955 inline bool has_options() const;
1956 inline void clear_options();
1957 static const int kOptionsFieldNumber = 3;
1958 inline const ::bgs::protocol::club::v1::RoleOptions& options() const;
1959 inline ::bgs::protocol::club::v1::RoleOptions* mutable_options();
1960 inline ::bgs::protocol::club::v1::RoleOptions* release_options();
1961 inline void set_allocated_options(::bgs::protocol::club::v1::RoleOptions* options);
1962
1963 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AssignRoleRequest)
1964 private:
1965 inline void set_has_agent_id();
1966 inline void clear_has_agent_id();
1967 inline void set_has_club_id();
1968 inline void clear_has_club_id();
1969 inline void set_has_options();
1970 inline void clear_has_options();
1971
1972 ::google::protobuf::UnknownFieldSet _unknown_fields_;
1973
1975 mutable int _cached_size_;
1982
1985};
1986// -------------------------------------------------------------------
1987
1988class TC_PROTO_API UnassignRoleRequest : public ::google::protobuf::Message {
1989 public:
1992
1994
1996 CopyFrom(from);
1997 return *this;
1998 }
1999
2000 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2001 return _unknown_fields_;
2002 }
2003
2004 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2005 return &_unknown_fields_;
2006 }
2007
2008 static const ::google::protobuf::Descriptor* descriptor();
2010
2012
2013 // implements Message ----------------------------------------------
2014
2016 int GetCachedSize() const { return _cached_size_; }
2017 private:
2020 void SetCachedSize(int size) const;
2021 public:
2022 ::google::protobuf::Metadata GetMetadata() const;
2023
2024 // nested types ----------------------------------------------------
2025
2026 // accessors -------------------------------------------------------
2027
2028 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2029 inline bool has_agent_id() const;
2030 inline void clear_agent_id();
2031 static const int kAgentIdFieldNumber = 1;
2032 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2033 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2034 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2035 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2036
2037 // optional uint64 club_id = 2;
2038 inline bool has_club_id() const;
2039 inline void clear_club_id();
2040 static const int kClubIdFieldNumber = 2;
2041 inline ::google::protobuf::uint64 club_id() const;
2042 inline void set_club_id(::google::protobuf::uint64 value);
2043
2044 // optional .bgs.protocol.club.v1.RoleOptions options = 3;
2045 inline bool has_options() const;
2046 inline void clear_options();
2047 static const int kOptionsFieldNumber = 3;
2048 inline const ::bgs::protocol::club::v1::RoleOptions& options() const;
2049 inline ::bgs::protocol::club::v1::RoleOptions* mutable_options();
2050 inline ::bgs::protocol::club::v1::RoleOptions* release_options();
2051 inline void set_allocated_options(::bgs::protocol::club::v1::RoleOptions* options);
2052
2053 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UnassignRoleRequest)
2054 private:
2055 inline void set_has_agent_id();
2056 inline void clear_has_agent_id();
2057 inline void set_has_club_id();
2058 inline void clear_has_club_id();
2059 inline void set_has_options();
2060 inline void clear_has_options();
2061
2062 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2063
2065 mutable int _cached_size_;
2072
2075};
2076// -------------------------------------------------------------------
2077
2078class TC_PROTO_API SendInvitationRequest : public ::google::protobuf::Message {
2079 public:
2082
2084
2086 CopyFrom(from);
2087 return *this;
2088 }
2089
2090 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2091 return _unknown_fields_;
2092 }
2093
2094 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2095 return &_unknown_fields_;
2096 }
2097
2098 static const ::google::protobuf::Descriptor* descriptor();
2100
2102
2103 // implements Message ----------------------------------------------
2104
2106 int GetCachedSize() const { return _cached_size_; }
2107 private:
2110 void SetCachedSize(int size) const;
2111 public:
2112 ::google::protobuf::Metadata GetMetadata() const;
2113
2114 // nested types ----------------------------------------------------
2115
2116 // accessors -------------------------------------------------------
2117
2118 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2119 inline bool has_agent_id() const;
2120 inline void clear_agent_id();
2121 static const int kAgentIdFieldNumber = 1;
2122 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2123 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2124 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2125 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2126
2127 // optional uint64 club_id = 2;
2128 inline bool has_club_id() const;
2129 inline void clear_club_id();
2130 static const int kClubIdFieldNumber = 2;
2131 inline ::google::protobuf::uint64 club_id() const;
2132 inline void set_club_id(::google::protobuf::uint64 value);
2133
2134 // optional .bgs.protocol.club.v1.SendInvitationOptions options = 3;
2135 inline bool has_options() const;
2136 inline void clear_options();
2137 static const int kOptionsFieldNumber = 3;
2138 inline const ::bgs::protocol::club::v1::SendInvitationOptions& options() const;
2139 inline ::bgs::protocol::club::v1::SendInvitationOptions* mutable_options();
2140 inline ::bgs::protocol::club::v1::SendInvitationOptions* release_options();
2141 inline void set_allocated_options(::bgs::protocol::club::v1::SendInvitationOptions* options);
2142
2143 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.SendInvitationRequest)
2144 private:
2145 inline void set_has_agent_id();
2146 inline void clear_has_agent_id();
2147 inline void set_has_club_id();
2148 inline void clear_has_club_id();
2149 inline void set_has_options();
2150 inline void clear_has_options();
2151
2152 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2153
2155 mutable int _cached_size_;
2162
2165};
2166// -------------------------------------------------------------------
2167
2168class TC_PROTO_API AcceptInvitationRequest : public ::google::protobuf::Message {
2169 public:
2172
2174
2176 CopyFrom(from);
2177 return *this;
2178 }
2179
2180 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2181 return _unknown_fields_;
2182 }
2183
2184 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2185 return &_unknown_fields_;
2186 }
2187
2188 static const ::google::protobuf::Descriptor* descriptor();
2190
2192
2193 // implements Message ----------------------------------------------
2194
2196 int GetCachedSize() const { return _cached_size_; }
2197 private:
2200 void SetCachedSize(int size) const;
2201 public:
2202 ::google::protobuf::Metadata GetMetadata() const;
2203
2204 // nested types ----------------------------------------------------
2205
2206 // accessors -------------------------------------------------------
2207
2208 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2209 inline bool has_agent_id() const;
2210 inline void clear_agent_id();
2211 static const int kAgentIdFieldNumber = 1;
2212 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2213 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2214 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2215 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2216
2217 // optional uint64 club_id = 2;
2218 inline bool has_club_id() const;
2219 inline void clear_club_id();
2220 static const int kClubIdFieldNumber = 2;
2221 inline ::google::protobuf::uint64 club_id() const;
2222 inline void set_club_id(::google::protobuf::uint64 value);
2223
2224 // optional fixed64 invitation_id = 3;
2225 inline bool has_invitation_id() const;
2226 inline void clear_invitation_id();
2227 static const int kInvitationIdFieldNumber = 3;
2228 inline ::google::protobuf::uint64 invitation_id() const;
2229 inline void set_invitation_id(::google::protobuf::uint64 value);
2230
2231 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AcceptInvitationRequest)
2232 private:
2233 inline void set_has_agent_id();
2234 inline void clear_has_agent_id();
2235 inline void set_has_club_id();
2236 inline void clear_has_club_id();
2237 inline void set_has_invitation_id();
2238 inline void clear_has_invitation_id();
2239
2240 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2241
2243 mutable int _cached_size_;
2250
2253};
2254// -------------------------------------------------------------------
2255
2256class TC_PROTO_API DeclineInvitationRequest : public ::google::protobuf::Message {
2257 public:
2260
2262
2264 CopyFrom(from);
2265 return *this;
2266 }
2267
2268 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2269 return _unknown_fields_;
2270 }
2271
2272 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2273 return &_unknown_fields_;
2274 }
2275
2276 static const ::google::protobuf::Descriptor* descriptor();
2278
2280
2281 // implements Message ----------------------------------------------
2282
2284 int GetCachedSize() const { return _cached_size_; }
2285 private:
2288 void SetCachedSize(int size) const;
2289 public:
2290 ::google::protobuf::Metadata GetMetadata() const;
2291
2292 // nested types ----------------------------------------------------
2293
2294 // accessors -------------------------------------------------------
2295
2296 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2297 inline bool has_agent_id() const;
2298 inline void clear_agent_id();
2299 static const int kAgentIdFieldNumber = 1;
2300 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2301 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2302 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2303 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2304
2305 // optional uint64 club_id = 2;
2306 inline bool has_club_id() const;
2307 inline void clear_club_id();
2308 static const int kClubIdFieldNumber = 2;
2309 inline ::google::protobuf::uint64 club_id() const;
2310 inline void set_club_id(::google::protobuf::uint64 value);
2311
2312 // optional fixed64 invitation_id = 3;
2313 inline bool has_invitation_id() const;
2314 inline void clear_invitation_id();
2315 static const int kInvitationIdFieldNumber = 3;
2316 inline ::google::protobuf::uint64 invitation_id() const;
2317 inline void set_invitation_id(::google::protobuf::uint64 value);
2318
2319 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.DeclineInvitationRequest)
2320 private:
2321 inline void set_has_agent_id();
2322 inline void clear_has_agent_id();
2323 inline void set_has_club_id();
2324 inline void clear_has_club_id();
2325 inline void set_has_invitation_id();
2326 inline void clear_has_invitation_id();
2327
2328 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2329
2331 mutable int _cached_size_;
2338
2341};
2342// -------------------------------------------------------------------
2343
2344class TC_PROTO_API RevokeInvitationRequest : public ::google::protobuf::Message {
2345 public:
2348
2350
2352 CopyFrom(from);
2353 return *this;
2354 }
2355
2356 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2357 return _unknown_fields_;
2358 }
2359
2360 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2361 return &_unknown_fields_;
2362 }
2363
2364 static const ::google::protobuf::Descriptor* descriptor();
2366
2368
2369 // implements Message ----------------------------------------------
2370
2372 int GetCachedSize() const { return _cached_size_; }
2373 private:
2376 void SetCachedSize(int size) const;
2377 public:
2378 ::google::protobuf::Metadata GetMetadata() const;
2379
2380 // nested types ----------------------------------------------------
2381
2382 // accessors -------------------------------------------------------
2383
2384 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2385 inline bool has_agent_id() const;
2386 inline void clear_agent_id();
2387 static const int kAgentIdFieldNumber = 1;
2388 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2389 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2390 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2391 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2392
2393 // optional uint64 club_id = 2;
2394 inline bool has_club_id() const;
2395 inline void clear_club_id();
2396 static const int kClubIdFieldNumber = 2;
2397 inline ::google::protobuf::uint64 club_id() const;
2398 inline void set_club_id(::google::protobuf::uint64 value);
2399
2400 // optional fixed64 invitation_id = 3;
2401 inline bool has_invitation_id() const;
2402 inline void clear_invitation_id();
2403 static const int kInvitationIdFieldNumber = 3;
2404 inline ::google::protobuf::uint64 invitation_id() const;
2405 inline void set_invitation_id(::google::protobuf::uint64 value);
2406
2407 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.RevokeInvitationRequest)
2408 private:
2409 inline void set_has_agent_id();
2410 inline void clear_has_agent_id();
2411 inline void set_has_club_id();
2412 inline void clear_has_club_id();
2413 inline void set_has_invitation_id();
2414 inline void clear_has_invitation_id();
2415
2416 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2417
2419 mutable int _cached_size_;
2426
2429};
2430// -------------------------------------------------------------------
2431
2432class TC_PROTO_API GetInvitationRequest : public ::google::protobuf::Message {
2433 public:
2436
2438
2440 CopyFrom(from);
2441 return *this;
2442 }
2443
2444 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2445 return _unknown_fields_;
2446 }
2447
2448 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2449 return &_unknown_fields_;
2450 }
2451
2452 static const ::google::protobuf::Descriptor* descriptor();
2454
2456
2457 // implements Message ----------------------------------------------
2458
2460 int GetCachedSize() const { return _cached_size_; }
2461 private:
2464 void SetCachedSize(int size) const;
2465 public:
2466 ::google::protobuf::Metadata GetMetadata() const;
2467
2468 // nested types ----------------------------------------------------
2469
2470 // accessors -------------------------------------------------------
2471
2472 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2473 inline bool has_agent_id() const;
2474 inline void clear_agent_id();
2475 static const int kAgentIdFieldNumber = 1;
2476 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2477 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2478 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2479 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2480
2481 // optional uint64 club_id = 2;
2482 inline bool has_club_id() const;
2483 inline void clear_club_id();
2484 static const int kClubIdFieldNumber = 2;
2485 inline ::google::protobuf::uint64 club_id() const;
2486 inline void set_club_id(::google::protobuf::uint64 value);
2487
2488 // optional fixed64 invitation_id = 3;
2489 inline bool has_invitation_id() const;
2490 inline void clear_invitation_id();
2491 static const int kInvitationIdFieldNumber = 3;
2492 inline ::google::protobuf::uint64 invitation_id() const;
2493 inline void set_invitation_id(::google::protobuf::uint64 value);
2494
2495 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetInvitationRequest)
2496 private:
2497 inline void set_has_agent_id();
2498 inline void clear_has_agent_id();
2499 inline void set_has_club_id();
2500 inline void clear_has_club_id();
2501 inline void set_has_invitation_id();
2502 inline void clear_has_invitation_id();
2503
2504 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2505
2507 mutable int _cached_size_;
2514
2517};
2518// -------------------------------------------------------------------
2519
2520class TC_PROTO_API GetInvitationResponse : public ::google::protobuf::Message {
2521 public:
2524
2526
2528 CopyFrom(from);
2529 return *this;
2530 }
2531
2532 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2533 return _unknown_fields_;
2534 }
2535
2536 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2537 return &_unknown_fields_;
2538 }
2539
2540 static const ::google::protobuf::Descriptor* descriptor();
2542
2544
2545 // implements Message ----------------------------------------------
2546
2548 int GetCachedSize() const { return _cached_size_; }
2549 private:
2552 void SetCachedSize(int size) const;
2553 public:
2554 ::google::protobuf::Metadata GetMetadata() const;
2555
2556 // nested types ----------------------------------------------------
2557
2558 // accessors -------------------------------------------------------
2559
2560 // optional .bgs.protocol.club.v1.ClubInvitation invitation = 1;
2561 inline bool has_invitation() const;
2562 inline void clear_invitation();
2563 static const int kInvitationFieldNumber = 1;
2564 inline const ::bgs::protocol::club::v1::ClubInvitation& invitation() const;
2565 inline ::bgs::protocol::club::v1::ClubInvitation* mutable_invitation();
2566 inline ::bgs::protocol::club::v1::ClubInvitation* release_invitation();
2567 inline void set_allocated_invitation(::bgs::protocol::club::v1::ClubInvitation* invitation);
2568
2569 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetInvitationResponse)
2570 private:
2571 inline void set_has_invitation();
2572 inline void clear_has_invitation();
2573
2574 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2575
2577 mutable int _cached_size_;
2582
2585};
2586// -------------------------------------------------------------------
2587
2588class TC_PROTO_API GetInvitationsRequest : public ::google::protobuf::Message {
2589 public:
2592
2594
2596 CopyFrom(from);
2597 return *this;
2598 }
2599
2600 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2601 return _unknown_fields_;
2602 }
2603
2604 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2605 return &_unknown_fields_;
2606 }
2607
2608 static const ::google::protobuf::Descriptor* descriptor();
2610
2612
2613 // implements Message ----------------------------------------------
2614
2616 int GetCachedSize() const { return _cached_size_; }
2617 private:
2620 void SetCachedSize(int size) const;
2621 public:
2622 ::google::protobuf::Metadata GetMetadata() const;
2623
2624 // nested types ----------------------------------------------------
2625
2626 // accessors -------------------------------------------------------
2627
2628 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2629 inline bool has_agent_id() const;
2630 inline void clear_agent_id();
2631 static const int kAgentIdFieldNumber = 1;
2632 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2633 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2634 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2635 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2636
2637 // optional uint64 club_id = 2;
2638 inline bool has_club_id() const;
2639 inline void clear_club_id();
2640 static const int kClubIdFieldNumber = 2;
2641 inline ::google::protobuf::uint64 club_id() const;
2642 inline void set_club_id(::google::protobuf::uint64 value);
2643
2644 // optional uint64 continuation = 3;
2645 inline bool has_continuation() const;
2646 inline void clear_continuation();
2647 static const int kContinuationFieldNumber = 3;
2648 inline ::google::protobuf::uint64 continuation() const;
2649 inline void set_continuation(::google::protobuf::uint64 value);
2650
2651 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetInvitationsRequest)
2652 private:
2653 inline void set_has_agent_id();
2654 inline void clear_has_agent_id();
2655 inline void set_has_club_id();
2656 inline void clear_has_club_id();
2657 inline void set_has_continuation();
2658 inline void clear_has_continuation();
2659
2660 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2661
2663 mutable int _cached_size_;
2670
2673};
2674// -------------------------------------------------------------------
2675
2676class TC_PROTO_API GetInvitationsResponse : public ::google::protobuf::Message {
2677 public:
2680
2682
2684 CopyFrom(from);
2685 return *this;
2686 }
2687
2688 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2689 return _unknown_fields_;
2690 }
2691
2692 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2693 return &_unknown_fields_;
2694 }
2695
2696 static const ::google::protobuf::Descriptor* descriptor();
2698
2700
2701 // implements Message ----------------------------------------------
2702
2704 int GetCachedSize() const { return _cached_size_; }
2705 private:
2708 void SetCachedSize(int size) const;
2709 public:
2710 ::google::protobuf::Metadata GetMetadata() const;
2711
2712 // nested types ----------------------------------------------------
2713
2714 // accessors -------------------------------------------------------
2715
2716 // repeated .bgs.protocol.club.v1.ClubInvitation invitation = 1;
2717 inline int invitation_size() const;
2718 inline void clear_invitation();
2719 static const int kInvitationFieldNumber = 1;
2720 inline const ::bgs::protocol::club::v1::ClubInvitation& invitation(int index) const;
2721 inline ::bgs::protocol::club::v1::ClubInvitation* mutable_invitation(int index);
2722 inline ::bgs::protocol::club::v1::ClubInvitation* add_invitation();
2723 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation >&
2724 invitation() const;
2725 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation >*
2726 mutable_invitation();
2727
2728 // optional uint64 continuation = 2;
2729 inline bool has_continuation() const;
2730 inline void clear_continuation();
2731 static const int kContinuationFieldNumber = 2;
2732 inline ::google::protobuf::uint64 continuation() const;
2733 inline void set_continuation(::google::protobuf::uint64 value);
2734
2735 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetInvitationsResponse)
2736 private:
2737 inline void set_has_continuation();
2738 inline void clear_has_continuation();
2739
2740 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2741
2743 mutable int _cached_size_;
2744 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation > invitation_;
2749
2752};
2753// -------------------------------------------------------------------
2754
2755class TC_PROTO_API SendSuggestionRequest : public ::google::protobuf::Message {
2756 public:
2759
2761
2763 CopyFrom(from);
2764 return *this;
2765 }
2766
2767 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2768 return _unknown_fields_;
2769 }
2770
2771 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2772 return &_unknown_fields_;
2773 }
2774
2775 static const ::google::protobuf::Descriptor* descriptor();
2777
2779
2780 // implements Message ----------------------------------------------
2781
2783 int GetCachedSize() const { return _cached_size_; }
2784 private:
2787 void SetCachedSize(int size) const;
2788 public:
2789 ::google::protobuf::Metadata GetMetadata() const;
2790
2791 // nested types ----------------------------------------------------
2792
2793 // accessors -------------------------------------------------------
2794
2795 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2796 inline bool has_agent_id() const;
2797 inline void clear_agent_id();
2798 static const int kAgentIdFieldNumber = 1;
2799 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2800 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2801 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2802 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2803
2804 // optional uint64 club_id = 2;
2805 inline bool has_club_id() const;
2806 inline void clear_club_id();
2807 static const int kClubIdFieldNumber = 2;
2808 inline ::google::protobuf::uint64 club_id() const;
2809 inline void set_club_id(::google::protobuf::uint64 value);
2810
2811 // optional .bgs.protocol.club.v1.SendSuggestionOptions options = 3;
2812 inline bool has_options() const;
2813 inline void clear_options();
2814 static const int kOptionsFieldNumber = 3;
2815 inline const ::bgs::protocol::club::v1::SendSuggestionOptions& options() const;
2816 inline ::bgs::protocol::club::v1::SendSuggestionOptions* mutable_options();
2817 inline ::bgs::protocol::club::v1::SendSuggestionOptions* release_options();
2818 inline void set_allocated_options(::bgs::protocol::club::v1::SendSuggestionOptions* options);
2819
2820 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.SendSuggestionRequest)
2821 private:
2822 inline void set_has_agent_id();
2823 inline void clear_has_agent_id();
2824 inline void set_has_club_id();
2825 inline void clear_has_club_id();
2826 inline void set_has_options();
2827 inline void clear_has_options();
2828
2829 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2830
2832 mutable int _cached_size_;
2839
2842};
2843// -------------------------------------------------------------------
2844
2845class TC_PROTO_API AcceptSuggestionRequest : public ::google::protobuf::Message {
2846 public:
2849
2851
2853 CopyFrom(from);
2854 return *this;
2855 }
2856
2857 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2858 return _unknown_fields_;
2859 }
2860
2861 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2862 return &_unknown_fields_;
2863 }
2864
2865 static const ::google::protobuf::Descriptor* descriptor();
2867
2869
2870 // implements Message ----------------------------------------------
2871
2873 int GetCachedSize() const { return _cached_size_; }
2874 private:
2877 void SetCachedSize(int size) const;
2878 public:
2879 ::google::protobuf::Metadata GetMetadata() const;
2880
2881 // nested types ----------------------------------------------------
2882
2883 // accessors -------------------------------------------------------
2884
2885 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2886 inline bool has_agent_id() const;
2887 inline void clear_agent_id();
2888 static const int kAgentIdFieldNumber = 1;
2889 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2890 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2891 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2892 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2893
2894 // optional uint64 club_id = 2;
2895 inline bool has_club_id() const;
2896 inline void clear_club_id();
2897 static const int kClubIdFieldNumber = 2;
2898 inline ::google::protobuf::uint64 club_id() const;
2899 inline void set_club_id(::google::protobuf::uint64 value);
2900
2901 // optional fixed64 suggestion_id = 3;
2902 inline bool has_suggestion_id() const;
2903 inline void clear_suggestion_id();
2904 static const int kSuggestionIdFieldNumber = 3;
2905 inline ::google::protobuf::uint64 suggestion_id() const;
2906 inline void set_suggestion_id(::google::protobuf::uint64 value);
2907
2908 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AcceptSuggestionRequest)
2909 private:
2910 inline void set_has_agent_id();
2911 inline void clear_has_agent_id();
2912 inline void set_has_club_id();
2913 inline void clear_has_club_id();
2914 inline void set_has_suggestion_id();
2915 inline void clear_has_suggestion_id();
2916
2917 ::google::protobuf::UnknownFieldSet _unknown_fields_;
2918
2920 mutable int _cached_size_;
2927
2930};
2931// -------------------------------------------------------------------
2932
2933class TC_PROTO_API DeclineSuggestionRequest : public ::google::protobuf::Message {
2934 public:
2937
2939
2941 CopyFrom(from);
2942 return *this;
2943 }
2944
2945 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2946 return _unknown_fields_;
2947 }
2948
2949 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2950 return &_unknown_fields_;
2951 }
2952
2953 static const ::google::protobuf::Descriptor* descriptor();
2955
2957
2958 // implements Message ----------------------------------------------
2959
2961 int GetCachedSize() const { return _cached_size_; }
2962 private:
2965 void SetCachedSize(int size) const;
2966 public:
2967 ::google::protobuf::Metadata GetMetadata() const;
2968
2969 // nested types ----------------------------------------------------
2970
2971 // accessors -------------------------------------------------------
2972
2973 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
2974 inline bool has_agent_id() const;
2975 inline void clear_agent_id();
2976 static const int kAgentIdFieldNumber = 1;
2977 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
2978 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
2979 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
2980 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
2981
2982 // optional uint64 club_id = 2;
2983 inline bool has_club_id() const;
2984 inline void clear_club_id();
2985 static const int kClubIdFieldNumber = 2;
2986 inline ::google::protobuf::uint64 club_id() const;
2987 inline void set_club_id(::google::protobuf::uint64 value);
2988
2989 // optional fixed64 suggestion_id = 3;
2990 inline bool has_suggestion_id() const;
2991 inline void clear_suggestion_id();
2992 static const int kSuggestionIdFieldNumber = 3;
2993 inline ::google::protobuf::uint64 suggestion_id() const;
2994 inline void set_suggestion_id(::google::protobuf::uint64 value);
2995
2996 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.DeclineSuggestionRequest)
2997 private:
2998 inline void set_has_agent_id();
2999 inline void clear_has_agent_id();
3000 inline void set_has_club_id();
3001 inline void clear_has_club_id();
3002 inline void set_has_suggestion_id();
3003 inline void clear_has_suggestion_id();
3004
3005 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3006
3008 mutable int _cached_size_;
3015
3018};
3019// -------------------------------------------------------------------
3020
3021class TC_PROTO_API GetSuggestionRequest : public ::google::protobuf::Message {
3022 public:
3025
3027
3029 CopyFrom(from);
3030 return *this;
3031 }
3032
3033 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3034 return _unknown_fields_;
3035 }
3036
3037 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3038 return &_unknown_fields_;
3039 }
3040
3041 static const ::google::protobuf::Descriptor* descriptor();
3043
3045
3046 // implements Message ----------------------------------------------
3047
3049 int GetCachedSize() const { return _cached_size_; }
3050 private:
3053 void SetCachedSize(int size) const;
3054 public:
3055 ::google::protobuf::Metadata GetMetadata() const;
3056
3057 // nested types ----------------------------------------------------
3058
3059 // accessors -------------------------------------------------------
3060
3061 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
3062 inline bool has_agent_id() const;
3063 inline void clear_agent_id();
3064 static const int kAgentIdFieldNumber = 1;
3065 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
3066 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
3067 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
3068 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
3069
3070 // optional uint64 club_id = 2;
3071 inline bool has_club_id() const;
3072 inline void clear_club_id();
3073 static const int kClubIdFieldNumber = 2;
3074 inline ::google::protobuf::uint64 club_id() const;
3075 inline void set_club_id(::google::protobuf::uint64 value);
3076
3077 // optional fixed64 suggestion_id = 3;
3078 inline bool has_suggestion_id() const;
3079 inline void clear_suggestion_id();
3080 static const int kSuggestionIdFieldNumber = 3;
3081 inline ::google::protobuf::uint64 suggestion_id() const;
3082 inline void set_suggestion_id(::google::protobuf::uint64 value);
3083
3084 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetSuggestionRequest)
3085 private:
3086 inline void set_has_agent_id();
3087 inline void clear_has_agent_id();
3088 inline void set_has_club_id();
3089 inline void clear_has_club_id();
3090 inline void set_has_suggestion_id();
3091 inline void clear_has_suggestion_id();
3092
3093 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3094
3096 mutable int _cached_size_;
3103
3106};
3107// -------------------------------------------------------------------
3108
3109class TC_PROTO_API GetSuggestionResponse : public ::google::protobuf::Message {
3110 public:
3113
3115
3117 CopyFrom(from);
3118 return *this;
3119 }
3120
3121 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3122 return _unknown_fields_;
3123 }
3124
3125 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3126 return &_unknown_fields_;
3127 }
3128
3129 static const ::google::protobuf::Descriptor* descriptor();
3131
3133
3134 // implements Message ----------------------------------------------
3135
3137 int GetCachedSize() const { return _cached_size_; }
3138 private:
3141 void SetCachedSize(int size) const;
3142 public:
3143 ::google::protobuf::Metadata GetMetadata() const;
3144
3145 // nested types ----------------------------------------------------
3146
3147 // accessors -------------------------------------------------------
3148
3149 // optional .bgs.protocol.club.v1.ClubSuggestion suggestion = 1;
3150 inline bool has_suggestion() const;
3151 inline void clear_suggestion();
3152 static const int kSuggestionFieldNumber = 1;
3153 inline const ::bgs::protocol::club::v1::ClubSuggestion& suggestion() const;
3154 inline ::bgs::protocol::club::v1::ClubSuggestion* mutable_suggestion();
3155 inline ::bgs::protocol::club::v1::ClubSuggestion* release_suggestion();
3156 inline void set_allocated_suggestion(::bgs::protocol::club::v1::ClubSuggestion* suggestion);
3157
3158 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetSuggestionResponse)
3159 private:
3160 inline void set_has_suggestion();
3161 inline void clear_has_suggestion();
3162
3163 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3164
3166 mutable int _cached_size_;
3171
3174};
3175// -------------------------------------------------------------------
3176
3177class TC_PROTO_API GetSuggestionsRequest : public ::google::protobuf::Message {
3178 public:
3181
3183
3185 CopyFrom(from);
3186 return *this;
3187 }
3188
3189 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3190 return _unknown_fields_;
3191 }
3192
3193 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3194 return &_unknown_fields_;
3195 }
3196
3197 static const ::google::protobuf::Descriptor* descriptor();
3199
3201
3202 // implements Message ----------------------------------------------
3203
3205 int GetCachedSize() const { return _cached_size_; }
3206 private:
3209 void SetCachedSize(int size) const;
3210 public:
3211 ::google::protobuf::Metadata GetMetadata() const;
3212
3213 // nested types ----------------------------------------------------
3214
3215 // accessors -------------------------------------------------------
3216
3217 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
3218 inline bool has_agent_id() const;
3219 inline void clear_agent_id();
3220 static const int kAgentIdFieldNumber = 1;
3221 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
3222 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
3223 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
3224 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
3225
3226 // optional uint64 club_id = 2;
3227 inline bool has_club_id() const;
3228 inline void clear_club_id();
3229 static const int kClubIdFieldNumber = 2;
3230 inline ::google::protobuf::uint64 club_id() const;
3231 inline void set_club_id(::google::protobuf::uint64 value);
3232
3233 // optional uint64 continuation = 3;
3234 inline bool has_continuation() const;
3235 inline void clear_continuation();
3236 static const int kContinuationFieldNumber = 3;
3237 inline ::google::protobuf::uint64 continuation() const;
3238 inline void set_continuation(::google::protobuf::uint64 value);
3239
3240 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetSuggestionsRequest)
3241 private:
3242 inline void set_has_agent_id();
3243 inline void clear_has_agent_id();
3244 inline void set_has_club_id();
3245 inline void clear_has_club_id();
3246 inline void set_has_continuation();
3247 inline void clear_has_continuation();
3248
3249 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3250
3252 mutable int _cached_size_;
3259
3262};
3263// -------------------------------------------------------------------
3264
3265class TC_PROTO_API GetSuggestionsResponse : public ::google::protobuf::Message {
3266 public:
3269
3271
3273 CopyFrom(from);
3274 return *this;
3275 }
3276
3277 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3278 return _unknown_fields_;
3279 }
3280
3281 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3282 return &_unknown_fields_;
3283 }
3284
3285 static const ::google::protobuf::Descriptor* descriptor();
3287
3289
3290 // implements Message ----------------------------------------------
3291
3293 int GetCachedSize() const { return _cached_size_; }
3294 private:
3297 void SetCachedSize(int size) const;
3298 public:
3299 ::google::protobuf::Metadata GetMetadata() const;
3300
3301 // nested types ----------------------------------------------------
3302
3303 // accessors -------------------------------------------------------
3304
3305 // repeated .bgs.protocol.club.v1.ClubSuggestion suggestion = 1;
3306 inline int suggestion_size() const;
3307 inline void clear_suggestion();
3308 static const int kSuggestionFieldNumber = 1;
3309 inline const ::bgs::protocol::club::v1::ClubSuggestion& suggestion(int index) const;
3310 inline ::bgs::protocol::club::v1::ClubSuggestion* mutable_suggestion(int index);
3311 inline ::bgs::protocol::club::v1::ClubSuggestion* add_suggestion();
3312 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion >&
3313 suggestion() const;
3314 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion >*
3315 mutable_suggestion();
3316
3317 // optional uint64 continuation = 2;
3318 inline bool has_continuation() const;
3319 inline void clear_continuation();
3320 static const int kContinuationFieldNumber = 2;
3321 inline ::google::protobuf::uint64 continuation() const;
3322 inline void set_continuation(::google::protobuf::uint64 value);
3323
3324 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetSuggestionsResponse)
3325 private:
3326 inline void set_has_continuation();
3327 inline void clear_has_continuation();
3328
3329 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3330
3332 mutable int _cached_size_;
3333 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion > suggestion_;
3338
3341};
3342// -------------------------------------------------------------------
3343
3344class TC_PROTO_API CreateTicketRequest : public ::google::protobuf::Message {
3345 public:
3348
3350
3352 CopyFrom(from);
3353 return *this;
3354 }
3355
3356 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3357 return _unknown_fields_;
3358 }
3359
3360 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3361 return &_unknown_fields_;
3362 }
3363
3364 static const ::google::protobuf::Descriptor* descriptor();
3366
3368
3369 // implements Message ----------------------------------------------
3370
3372 int GetCachedSize() const { return _cached_size_; }
3373 private:
3376 void SetCachedSize(int size) const;
3377 public:
3378 ::google::protobuf::Metadata GetMetadata() const;
3379
3380 // nested types ----------------------------------------------------
3381
3382 // accessors -------------------------------------------------------
3383
3384 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
3385 inline bool has_agent_id() const;
3386 inline void clear_agent_id();
3387 static const int kAgentIdFieldNumber = 1;
3388 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
3389 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
3390 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
3391 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
3392
3393 // optional uint64 club_id = 2;
3394 inline bool has_club_id() const;
3395 inline void clear_club_id();
3396 static const int kClubIdFieldNumber = 2;
3397 inline ::google::protobuf::uint64 club_id() const;
3398 inline void set_club_id(::google::protobuf::uint64 value);
3399
3400 // optional .bgs.protocol.club.v1.CreateTicketOptions options = 3;
3401 inline bool has_options() const;
3402 inline void clear_options();
3403 static const int kOptionsFieldNumber = 3;
3404 inline const ::bgs::protocol::club::v1::CreateTicketOptions& options() const;
3405 inline ::bgs::protocol::club::v1::CreateTicketOptions* mutable_options();
3406 inline ::bgs::protocol::club::v1::CreateTicketOptions* release_options();
3407 inline void set_allocated_options(::bgs::protocol::club::v1::CreateTicketOptions* options);
3408
3409 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateTicketRequest)
3410 private:
3411 inline void set_has_agent_id();
3412 inline void clear_has_agent_id();
3413 inline void set_has_club_id();
3414 inline void clear_has_club_id();
3415 inline void set_has_options();
3416 inline void clear_has_options();
3417
3418 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3419
3421 mutable int _cached_size_;
3428
3431};
3432// -------------------------------------------------------------------
3433
3434class TC_PROTO_API CreateTicketResponse : public ::google::protobuf::Message {
3435 public:
3438
3440
3442 CopyFrom(from);
3443 return *this;
3444 }
3445
3446 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3447 return _unknown_fields_;
3448 }
3449
3450 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3451 return &_unknown_fields_;
3452 }
3453
3454 static const ::google::protobuf::Descriptor* descriptor();
3456
3458
3459 // implements Message ----------------------------------------------
3460
3462 int GetCachedSize() const { return _cached_size_; }
3463 private:
3466 void SetCachedSize(int size) const;
3467 public:
3468 ::google::protobuf::Metadata GetMetadata() const;
3469
3470 // nested types ----------------------------------------------------
3471
3472 // accessors -------------------------------------------------------
3473
3474 // optional .bgs.protocol.club.v1.ClubTicket ticket = 1;
3475 inline bool has_ticket() const;
3476 inline void clear_ticket();
3477 static const int kTicketFieldNumber = 1;
3478 inline const ::bgs::protocol::club::v1::ClubTicket& ticket() const;
3479 inline ::bgs::protocol::club::v1::ClubTicket* mutable_ticket();
3480 inline ::bgs::protocol::club::v1::ClubTicket* release_ticket();
3481 inline void set_allocated_ticket(::bgs::protocol::club::v1::ClubTicket* ticket);
3482
3483 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateTicketResponse)
3484 private:
3485 inline void set_has_ticket();
3486 inline void clear_has_ticket();
3487
3488 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3489
3491 mutable int _cached_size_;
3496
3499};
3500// -------------------------------------------------------------------
3501
3502class TC_PROTO_API DestroyTicketRequest : public ::google::protobuf::Message {
3503 public:
3506
3508
3510 CopyFrom(from);
3511 return *this;
3512 }
3513
3514 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3515 return _unknown_fields_;
3516 }
3517
3518 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3519 return &_unknown_fields_;
3520 }
3521
3522 static const ::google::protobuf::Descriptor* descriptor();
3524
3526
3527 // implements Message ----------------------------------------------
3528
3530 int GetCachedSize() const { return _cached_size_; }
3531 private:
3534 void SetCachedSize(int size) const;
3535 public:
3536 ::google::protobuf::Metadata GetMetadata() const;
3537
3538 // nested types ----------------------------------------------------
3539
3540 // accessors -------------------------------------------------------
3541
3542 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
3543 inline bool has_agent_id() const;
3544 inline void clear_agent_id();
3545 static const int kAgentIdFieldNumber = 1;
3546 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
3547 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
3548 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
3549 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
3550
3551 // optional uint64 club_id = 2;
3552 inline bool has_club_id() const;
3553 inline void clear_club_id();
3554 static const int kClubIdFieldNumber = 2;
3555 inline ::google::protobuf::uint64 club_id() const;
3556 inline void set_club_id(::google::protobuf::uint64 value);
3557
3558 // optional string ticket_id = 3;
3559 inline bool has_ticket_id() const;
3560 inline void clear_ticket_id();
3561 static const int kTicketIdFieldNumber = 3;
3562 inline const ::std::string& ticket_id() const;
3563 inline void set_ticket_id(const ::std::string& value);
3564 inline void set_ticket_id(const char* value);
3565 inline void set_ticket_id(const char* value, size_t size);
3566 inline ::std::string* mutable_ticket_id();
3567 inline ::std::string* release_ticket_id();
3568 inline void set_allocated_ticket_id(::std::string* ticket_id);
3569
3570 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.DestroyTicketRequest)
3571 private:
3572 inline void set_has_agent_id();
3573 inline void clear_has_agent_id();
3574 inline void set_has_club_id();
3575 inline void clear_has_club_id();
3576 inline void set_has_ticket_id();
3577 inline void clear_has_ticket_id();
3578
3579 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3580
3582 mutable int _cached_size_;
3585 ::std::string* ticket_id_;
3589
3592};
3593// -------------------------------------------------------------------
3594
3595class TC_PROTO_API RedeemTicketRequest : public ::google::protobuf::Message {
3596 public:
3599
3601
3603 CopyFrom(from);
3604 return *this;
3605 }
3606
3607 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3608 return _unknown_fields_;
3609 }
3610
3611 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3612 return &_unknown_fields_;
3613 }
3614
3615 static const ::google::protobuf::Descriptor* descriptor();
3617
3619
3620 // implements Message ----------------------------------------------
3621
3623 int GetCachedSize() const { return _cached_size_; }
3624 private:
3627 void SetCachedSize(int size) const;
3628 public:
3629 ::google::protobuf::Metadata GetMetadata() const;
3630
3631 // nested types ----------------------------------------------------
3632
3633 // accessors -------------------------------------------------------
3634
3635 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
3636 inline bool has_agent_id() const;
3637 inline void clear_agent_id();
3638 static const int kAgentIdFieldNumber = 1;
3639 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
3640 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
3641 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
3642 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
3643
3644 // optional string ticket_id = 3;
3645 inline bool has_ticket_id() const;
3646 inline void clear_ticket_id();
3647 static const int kTicketIdFieldNumber = 3;
3648 inline const ::std::string& ticket_id() const;
3649 inline void set_ticket_id(const ::std::string& value);
3650 inline void set_ticket_id(const char* value);
3651 inline void set_ticket_id(const char* value, size_t size);
3652 inline ::std::string* mutable_ticket_id();
3653 inline ::std::string* release_ticket_id();
3654 inline void set_allocated_ticket_id(::std::string* ticket_id);
3655
3656 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.RedeemTicketRequest)
3657 private:
3658 inline void set_has_agent_id();
3659 inline void clear_has_agent_id();
3660 inline void set_has_ticket_id();
3661 inline void clear_has_ticket_id();
3662
3663 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3664
3666 mutable int _cached_size_;
3668 ::std::string* ticket_id_;
3672
3675};
3676// -------------------------------------------------------------------
3677
3678class TC_PROTO_API GetTicketRequest : public ::google::protobuf::Message {
3679 public:
3682
3684
3686 CopyFrom(from);
3687 return *this;
3688 }
3689
3690 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3691 return _unknown_fields_;
3692 }
3693
3694 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3695 return &_unknown_fields_;
3696 }
3697
3698 static const ::google::protobuf::Descriptor* descriptor();
3700
3702
3703 // implements Message ----------------------------------------------
3704
3706 int GetCachedSize() const { return _cached_size_; }
3707 private:
3710 void SetCachedSize(int size) const;
3711 public:
3712 ::google::protobuf::Metadata GetMetadata() const;
3713
3714 // nested types ----------------------------------------------------
3715
3716 // accessors -------------------------------------------------------
3717
3718 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
3719 inline bool has_agent_id() const;
3720 inline void clear_agent_id();
3721 static const int kAgentIdFieldNumber = 1;
3722 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
3723 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
3724 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
3725 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
3726
3727 // optional string ticket_id = 3;
3728 inline bool has_ticket_id() const;
3729 inline void clear_ticket_id();
3730 static const int kTicketIdFieldNumber = 3;
3731 inline const ::std::string& ticket_id() const;
3732 inline void set_ticket_id(const ::std::string& value);
3733 inline void set_ticket_id(const char* value);
3734 inline void set_ticket_id(const char* value, size_t size);
3735 inline ::std::string* mutable_ticket_id();
3736 inline ::std::string* release_ticket_id();
3737 inline void set_allocated_ticket_id(::std::string* ticket_id);
3738
3739 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetTicketRequest)
3740 private:
3741 inline void set_has_agent_id();
3742 inline void clear_has_agent_id();
3743 inline void set_has_ticket_id();
3744 inline void clear_has_ticket_id();
3745
3746 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3747
3749 mutable int _cached_size_;
3751 ::std::string* ticket_id_;
3755
3758};
3759// -------------------------------------------------------------------
3760
3761class TC_PROTO_API GetTicketResponse : public ::google::protobuf::Message {
3762 public:
3765
3767
3769 CopyFrom(from);
3770 return *this;
3771 }
3772
3773 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3774 return _unknown_fields_;
3775 }
3776
3777 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3778 return &_unknown_fields_;
3779 }
3780
3781 static const ::google::protobuf::Descriptor* descriptor();
3783
3785
3786 // implements Message ----------------------------------------------
3787
3789 int GetCachedSize() const { return _cached_size_; }
3790 private:
3793 void SetCachedSize(int size) const;
3794 public:
3795 ::google::protobuf::Metadata GetMetadata() const;
3796
3797 // nested types ----------------------------------------------------
3798
3799 // accessors -------------------------------------------------------
3800
3801 // optional .bgs.protocol.club.v1.ClubTicket ticket = 1;
3802 inline bool has_ticket() const;
3803 inline void clear_ticket();
3804 static const int kTicketFieldNumber = 1;
3805 inline const ::bgs::protocol::club::v1::ClubTicket& ticket() const;
3806 inline ::bgs::protocol::club::v1::ClubTicket* mutable_ticket();
3807 inline ::bgs::protocol::club::v1::ClubTicket* release_ticket();
3808 inline void set_allocated_ticket(::bgs::protocol::club::v1::ClubTicket* ticket);
3809
3810 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetTicketResponse)
3811 private:
3812 inline void set_has_ticket();
3813 inline void clear_has_ticket();
3814
3815 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3816
3818 mutable int _cached_size_;
3823
3826};
3827// -------------------------------------------------------------------
3828
3829class TC_PROTO_API GetTicketsRequest : public ::google::protobuf::Message {
3830 public:
3833
3835
3837 CopyFrom(from);
3838 return *this;
3839 }
3840
3841 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3842 return _unknown_fields_;
3843 }
3844
3845 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3846 return &_unknown_fields_;
3847 }
3848
3849 static const ::google::protobuf::Descriptor* descriptor();
3851
3853
3854 // implements Message ----------------------------------------------
3855
3857 int GetCachedSize() const { return _cached_size_; }
3858 private:
3861 void SetCachedSize(int size) const;
3862 public:
3863 ::google::protobuf::Metadata GetMetadata() const;
3864
3865 // nested types ----------------------------------------------------
3866
3867 // accessors -------------------------------------------------------
3868
3869 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
3870 inline bool has_agent_id() const;
3871 inline void clear_agent_id();
3872 static const int kAgentIdFieldNumber = 1;
3873 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
3874 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
3875 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
3876 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
3877
3878 // optional uint64 club_id = 2;
3879 inline bool has_club_id() const;
3880 inline void clear_club_id();
3881 static const int kClubIdFieldNumber = 2;
3882 inline ::google::protobuf::uint64 club_id() const;
3883 inline void set_club_id(::google::protobuf::uint64 value);
3884
3885 // optional uint64 continuation = 3;
3886 inline bool has_continuation() const;
3887 inline void clear_continuation();
3888 static const int kContinuationFieldNumber = 3;
3889 inline ::google::protobuf::uint64 continuation() const;
3890 inline void set_continuation(::google::protobuf::uint64 value);
3891
3892 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetTicketsRequest)
3893 private:
3894 inline void set_has_agent_id();
3895 inline void clear_has_agent_id();
3896 inline void set_has_club_id();
3897 inline void clear_has_club_id();
3898 inline void set_has_continuation();
3899 inline void clear_has_continuation();
3900
3901 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3902
3904 mutable int _cached_size_;
3911
3914};
3915// -------------------------------------------------------------------
3916
3917class TC_PROTO_API GetTicketsResponse : public ::google::protobuf::Message {
3918 public:
3921
3923
3925 CopyFrom(from);
3926 return *this;
3927 }
3928
3929 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3930 return _unknown_fields_;
3931 }
3932
3933 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3934 return &_unknown_fields_;
3935 }
3936
3937 static const ::google::protobuf::Descriptor* descriptor();
3939
3941
3942 // implements Message ----------------------------------------------
3943
3945 int GetCachedSize() const { return _cached_size_; }
3946 private:
3949 void SetCachedSize(int size) const;
3950 public:
3951 ::google::protobuf::Metadata GetMetadata() const;
3952
3953 // nested types ----------------------------------------------------
3954
3955 // accessors -------------------------------------------------------
3956
3957 // repeated .bgs.protocol.club.v1.ClubTicket ticket = 1;
3958 inline int ticket_size() const;
3959 inline void clear_ticket();
3960 static const int kTicketFieldNumber = 1;
3961 inline const ::bgs::protocol::club::v1::ClubTicket& ticket(int index) const;
3962 inline ::bgs::protocol::club::v1::ClubTicket* mutable_ticket(int index);
3963 inline ::bgs::protocol::club::v1::ClubTicket* add_ticket();
3964 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket >&
3965 ticket() const;
3966 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket >*
3967 mutable_ticket();
3968
3969 // optional uint64 continuation = 2;
3970 inline bool has_continuation() const;
3971 inline void clear_continuation();
3972 static const int kContinuationFieldNumber = 2;
3973 inline ::google::protobuf::uint64 continuation() const;
3974 inline void set_continuation(::google::protobuf::uint64 value);
3975
3976 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetTicketsResponse)
3977 private:
3978 inline void set_has_continuation();
3979 inline void clear_has_continuation();
3980
3981 ::google::protobuf::UnknownFieldSet _unknown_fields_;
3982
3984 mutable int _cached_size_;
3985 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket > ticket_;
3990
3993};
3994// -------------------------------------------------------------------
3995
3996class TC_PROTO_API AddBanRequest : public ::google::protobuf::Message {
3997 public:
4000
4002
4004 CopyFrom(from);
4005 return *this;
4006 }
4007
4008 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4009 return _unknown_fields_;
4010 }
4011
4012 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4013 return &_unknown_fields_;
4014 }
4015
4016 static const ::google::protobuf::Descriptor* descriptor();
4018
4019 void Swap(AddBanRequest* other);
4020
4021 // implements Message ----------------------------------------------
4022
4024 int GetCachedSize() const { return _cached_size_; }
4025 private:
4028 void SetCachedSize(int size) const;
4029 public:
4030 ::google::protobuf::Metadata GetMetadata() const;
4031
4032 // nested types ----------------------------------------------------
4033
4034 // accessors -------------------------------------------------------
4035
4036 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4037 inline bool has_agent_id() const;
4038 inline void clear_agent_id();
4039 static const int kAgentIdFieldNumber = 1;
4040 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4041 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4042 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4043 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4044
4045 // optional uint64 club_id = 2;
4046 inline bool has_club_id() const;
4047 inline void clear_club_id();
4048 static const int kClubIdFieldNumber = 2;
4049 inline ::google::protobuf::uint64 club_id() const;
4050 inline void set_club_id(::google::protobuf::uint64 value);
4051
4052 // optional .bgs.protocol.club.v1.AddBanOptions options = 3;
4053 inline bool has_options() const;
4054 inline void clear_options();
4055 static const int kOptionsFieldNumber = 3;
4056 inline const ::bgs::protocol::club::v1::AddBanOptions& options() const;
4057 inline ::bgs::protocol::club::v1::AddBanOptions* mutable_options();
4058 inline ::bgs::protocol::club::v1::AddBanOptions* release_options();
4059 inline void set_allocated_options(::bgs::protocol::club::v1::AddBanOptions* options);
4060
4061 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AddBanRequest)
4062 private:
4063 inline void set_has_agent_id();
4064 inline void clear_has_agent_id();
4065 inline void set_has_club_id();
4066 inline void clear_has_club_id();
4067 inline void set_has_options();
4068 inline void clear_has_options();
4069
4070 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4071
4073 mutable int _cached_size_;
4080
4083};
4084// -------------------------------------------------------------------
4085
4086class TC_PROTO_API RemoveBanRequest : public ::google::protobuf::Message {
4087 public:
4090
4092
4094 CopyFrom(from);
4095 return *this;
4096 }
4097
4098 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4099 return _unknown_fields_;
4100 }
4101
4102 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4103 return &_unknown_fields_;
4104 }
4105
4106 static const ::google::protobuf::Descriptor* descriptor();
4108
4110
4111 // implements Message ----------------------------------------------
4112
4114 int GetCachedSize() const { return _cached_size_; }
4115 private:
4118 void SetCachedSize(int size) const;
4119 public:
4120 ::google::protobuf::Metadata GetMetadata() const;
4121
4122 // nested types ----------------------------------------------------
4123
4124 // accessors -------------------------------------------------------
4125
4126 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4127 inline bool has_agent_id() const;
4128 inline void clear_agent_id();
4129 static const int kAgentIdFieldNumber = 1;
4130 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4131 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4132 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4133 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4134
4135 // optional uint64 club_id = 2;
4136 inline bool has_club_id() const;
4137 inline void clear_club_id();
4138 static const int kClubIdFieldNumber = 2;
4139 inline ::google::protobuf::uint64 club_id() const;
4140 inline void set_club_id(::google::protobuf::uint64 value);
4141
4142 // optional .bgs.protocol.club.v1.MemberId target_id = 3;
4143 inline bool has_target_id() const;
4144 inline void clear_target_id();
4145 static const int kTargetIdFieldNumber = 3;
4146 inline const ::bgs::protocol::club::v1::MemberId& target_id() const;
4147 inline ::bgs::protocol::club::v1::MemberId* mutable_target_id();
4148 inline ::bgs::protocol::club::v1::MemberId* release_target_id();
4149 inline void set_allocated_target_id(::bgs::protocol::club::v1::MemberId* target_id);
4150
4151 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.RemoveBanRequest)
4152 private:
4153 inline void set_has_agent_id();
4154 inline void clear_has_agent_id();
4155 inline void set_has_club_id();
4156 inline void clear_has_club_id();
4157 inline void set_has_target_id();
4158 inline void clear_has_target_id();
4159
4160 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4161
4163 mutable int _cached_size_;
4170
4173};
4174// -------------------------------------------------------------------
4175
4176class TC_PROTO_API GetBanRequest : public ::google::protobuf::Message {
4177 public:
4180
4182
4184 CopyFrom(from);
4185 return *this;
4186 }
4187
4188 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4189 return _unknown_fields_;
4190 }
4191
4192 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4193 return &_unknown_fields_;
4194 }
4195
4196 static const ::google::protobuf::Descriptor* descriptor();
4198
4199 void Swap(GetBanRequest* other);
4200
4201 // implements Message ----------------------------------------------
4202
4204 int GetCachedSize() const { return _cached_size_; }
4205 private:
4208 void SetCachedSize(int size) const;
4209 public:
4210 ::google::protobuf::Metadata GetMetadata() const;
4211
4212 // nested types ----------------------------------------------------
4213
4214 // accessors -------------------------------------------------------
4215
4216 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4217 inline bool has_agent_id() const;
4218 inline void clear_agent_id();
4219 static const int kAgentIdFieldNumber = 1;
4220 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4221 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4222 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4223 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4224
4225 // optional uint64 club_id = 2;
4226 inline bool has_club_id() const;
4227 inline void clear_club_id();
4228 static const int kClubIdFieldNumber = 2;
4229 inline ::google::protobuf::uint64 club_id() const;
4230 inline void set_club_id(::google::protobuf::uint64 value);
4231
4232 // optional .bgs.protocol.club.v1.MemberId target_id = 3;
4233 inline bool has_target_id() const;
4234 inline void clear_target_id();
4235 static const int kTargetIdFieldNumber = 3;
4236 inline const ::bgs::protocol::club::v1::MemberId& target_id() const;
4237 inline ::bgs::protocol::club::v1::MemberId* mutable_target_id();
4238 inline ::bgs::protocol::club::v1::MemberId* release_target_id();
4239 inline void set_allocated_target_id(::bgs::protocol::club::v1::MemberId* target_id);
4240
4241 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetBanRequest)
4242 private:
4243 inline void set_has_agent_id();
4244 inline void clear_has_agent_id();
4245 inline void set_has_club_id();
4246 inline void clear_has_club_id();
4247 inline void set_has_target_id();
4248 inline void clear_has_target_id();
4249
4250 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4251
4253 mutable int _cached_size_;
4260
4263};
4264// -------------------------------------------------------------------
4265
4266class TC_PROTO_API GetBanResponse : public ::google::protobuf::Message {
4267 public:
4270
4272
4274 CopyFrom(from);
4275 return *this;
4276 }
4277
4278 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4279 return _unknown_fields_;
4280 }
4281
4282 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4283 return &_unknown_fields_;
4284 }
4285
4286 static const ::google::protobuf::Descriptor* descriptor();
4288
4289 void Swap(GetBanResponse* other);
4290
4291 // implements Message ----------------------------------------------
4292
4294 int GetCachedSize() const { return _cached_size_; }
4295 private:
4298 void SetCachedSize(int size) const;
4299 public:
4300 ::google::protobuf::Metadata GetMetadata() const;
4301
4302 // nested types ----------------------------------------------------
4303
4304 // accessors -------------------------------------------------------
4305
4306 // optional .bgs.protocol.club.v1.ClubBan ban = 1;
4307 inline bool has_ban() const;
4308 inline void clear_ban();
4309 static const int kBanFieldNumber = 1;
4310 inline const ::bgs::protocol::club::v1::ClubBan& ban() const;
4311 inline ::bgs::protocol::club::v1::ClubBan* mutable_ban();
4312 inline ::bgs::protocol::club::v1::ClubBan* release_ban();
4313 inline void set_allocated_ban(::bgs::protocol::club::v1::ClubBan* ban);
4314
4315 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetBanResponse)
4316 private:
4317 inline void set_has_ban();
4318 inline void clear_has_ban();
4319
4320 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4321
4323 mutable int _cached_size_;
4328
4331};
4332// -------------------------------------------------------------------
4333
4334class TC_PROTO_API GetBansRequest : public ::google::protobuf::Message {
4335 public:
4338
4340
4342 CopyFrom(from);
4343 return *this;
4344 }
4345
4346 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4347 return _unknown_fields_;
4348 }
4349
4350 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4351 return &_unknown_fields_;
4352 }
4353
4354 static const ::google::protobuf::Descriptor* descriptor();
4356
4357 void Swap(GetBansRequest* other);
4358
4359 // implements Message ----------------------------------------------
4360
4362 int GetCachedSize() const { return _cached_size_; }
4363 private:
4366 void SetCachedSize(int size) const;
4367 public:
4368 ::google::protobuf::Metadata GetMetadata() const;
4369
4370 // nested types ----------------------------------------------------
4371
4372 // accessors -------------------------------------------------------
4373
4374 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4375 inline bool has_agent_id() const;
4376 inline void clear_agent_id();
4377 static const int kAgentIdFieldNumber = 1;
4378 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4379 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4380 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4381 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4382
4383 // optional uint64 club_id = 2;
4384 inline bool has_club_id() const;
4385 inline void clear_club_id();
4386 static const int kClubIdFieldNumber = 2;
4387 inline ::google::protobuf::uint64 club_id() const;
4388 inline void set_club_id(::google::protobuf::uint64 value);
4389
4390 // optional uint64 continuation = 3;
4391 inline bool has_continuation() const;
4392 inline void clear_continuation();
4393 static const int kContinuationFieldNumber = 3;
4394 inline ::google::protobuf::uint64 continuation() const;
4395 inline void set_continuation(::google::protobuf::uint64 value);
4396
4397 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetBansRequest)
4398 private:
4399 inline void set_has_agent_id();
4400 inline void clear_has_agent_id();
4401 inline void set_has_club_id();
4402 inline void clear_has_club_id();
4403 inline void set_has_continuation();
4404 inline void clear_has_continuation();
4405
4406 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4407
4409 mutable int _cached_size_;
4416
4419};
4420// -------------------------------------------------------------------
4421
4422class TC_PROTO_API GetBansResponse : public ::google::protobuf::Message {
4423 public:
4426
4428
4430 CopyFrom(from);
4431 return *this;
4432 }
4433
4434 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4435 return _unknown_fields_;
4436 }
4437
4438 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4439 return &_unknown_fields_;
4440 }
4441
4442 static const ::google::protobuf::Descriptor* descriptor();
4444
4445 void Swap(GetBansResponse* other);
4446
4447 // implements Message ----------------------------------------------
4448
4450 int GetCachedSize() const { return _cached_size_; }
4451 private:
4454 void SetCachedSize(int size) const;
4455 public:
4456 ::google::protobuf::Metadata GetMetadata() const;
4457
4458 // nested types ----------------------------------------------------
4459
4460 // accessors -------------------------------------------------------
4461
4462 // repeated .bgs.protocol.club.v1.ClubBan ban = 1;
4463 inline int ban_size() const;
4464 inline void clear_ban();
4465 static const int kBanFieldNumber = 1;
4466 inline const ::bgs::protocol::club::v1::ClubBan& ban(int index) const;
4467 inline ::bgs::protocol::club::v1::ClubBan* mutable_ban(int index);
4468 inline ::bgs::protocol::club::v1::ClubBan* add_ban();
4469 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan >&
4470 ban() const;
4471 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan >*
4472 mutable_ban();
4473
4474 // optional uint64 continuation = 2;
4475 inline bool has_continuation() const;
4476 inline void clear_continuation();
4477 static const int kContinuationFieldNumber = 2;
4478 inline ::google::protobuf::uint64 continuation() const;
4479 inline void set_continuation(::google::protobuf::uint64 value);
4480
4481 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetBansResponse)
4482 private:
4483 inline void set_has_continuation();
4484 inline void clear_has_continuation();
4485
4486 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4487
4489 mutable int _cached_size_;
4490 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan > ban_;
4495
4498};
4499// -------------------------------------------------------------------
4500
4501class TC_PROTO_API SubscribeStreamRequest : public ::google::protobuf::Message {
4502 public:
4505
4507
4509 CopyFrom(from);
4510 return *this;
4511 }
4512
4513 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4514 return _unknown_fields_;
4515 }
4516
4517 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4518 return &_unknown_fields_;
4519 }
4520
4521 static const ::google::protobuf::Descriptor* descriptor();
4523
4525
4526 // implements Message ----------------------------------------------
4527
4529 int GetCachedSize() const { return _cached_size_; }
4530 private:
4533 void SetCachedSize(int size) const;
4534 public:
4535 ::google::protobuf::Metadata GetMetadata() const;
4536
4537 // nested types ----------------------------------------------------
4538
4539 // accessors -------------------------------------------------------
4540
4541 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4542 inline bool has_agent_id() const;
4543 inline void clear_agent_id();
4544 static const int kAgentIdFieldNumber = 1;
4545 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4546 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4547 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4548 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4549
4550 // optional uint64 club_id = 2;
4551 inline bool has_club_id() const;
4552 inline void clear_club_id();
4553 static const int kClubIdFieldNumber = 2;
4554 inline ::google::protobuf::uint64 club_id() const;
4555 inline void set_club_id(::google::protobuf::uint64 value);
4556
4557 // repeated uint64 stream_id = 3;
4558 inline int stream_id_size() const;
4559 inline void clear_stream_id();
4560 static const int kStreamIdFieldNumber = 3;
4561 inline ::google::protobuf::uint64 stream_id(int index) const;
4562 inline void set_stream_id(int index, ::google::protobuf::uint64 value);
4563 inline void add_stream_id(::google::protobuf::uint64 value);
4564 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
4565 stream_id() const;
4566 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
4567 mutable_stream_id();
4568
4569 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.SubscribeStreamRequest)
4570 private:
4571 inline void set_has_agent_id();
4572 inline void clear_has_agent_id();
4573 inline void set_has_club_id();
4574 inline void clear_has_club_id();
4575
4576 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4577
4579 mutable int _cached_size_;
4582 ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > stream_id_;
4586
4589};
4590// -------------------------------------------------------------------
4591
4592class TC_PROTO_API UnsubscribeStreamRequest : public ::google::protobuf::Message {
4593 public:
4596
4598
4600 CopyFrom(from);
4601 return *this;
4602 }
4603
4604 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4605 return _unknown_fields_;
4606 }
4607
4608 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4609 return &_unknown_fields_;
4610 }
4611
4612 static const ::google::protobuf::Descriptor* descriptor();
4614
4616
4617 // implements Message ----------------------------------------------
4618
4620 int GetCachedSize() const { return _cached_size_; }
4621 private:
4624 void SetCachedSize(int size) const;
4625 public:
4626 ::google::protobuf::Metadata GetMetadata() const;
4627
4628 // nested types ----------------------------------------------------
4629
4630 // accessors -------------------------------------------------------
4631
4632 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4633 inline bool has_agent_id() const;
4634 inline void clear_agent_id();
4635 static const int kAgentIdFieldNumber = 1;
4636 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4637 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4638 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4639 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4640
4641 // optional uint64 club_id = 2;
4642 inline bool has_club_id() const;
4643 inline void clear_club_id();
4644 static const int kClubIdFieldNumber = 2;
4645 inline ::google::protobuf::uint64 club_id() const;
4646 inline void set_club_id(::google::protobuf::uint64 value);
4647
4648 // repeated uint64 stream_id = 3;
4649 inline int stream_id_size() const;
4650 inline void clear_stream_id();
4651 static const int kStreamIdFieldNumber = 3;
4652 inline ::google::protobuf::uint64 stream_id(int index) const;
4653 inline void set_stream_id(int index, ::google::protobuf::uint64 value);
4654 inline void add_stream_id(::google::protobuf::uint64 value);
4655 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
4656 stream_id() const;
4657 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
4658 mutable_stream_id();
4659
4660 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UnsubscribeStreamRequest)
4661 private:
4662 inline void set_has_agent_id();
4663 inline void clear_has_agent_id();
4664 inline void set_has_club_id();
4665 inline void clear_has_club_id();
4666
4667 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4668
4670 mutable int _cached_size_;
4673 ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > stream_id_;
4677
4680};
4681// -------------------------------------------------------------------
4682
4683class TC_PROTO_API CreateStreamRequest : public ::google::protobuf::Message {
4684 public:
4687
4689
4691 CopyFrom(from);
4692 return *this;
4693 }
4694
4695 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4696 return _unknown_fields_;
4697 }
4698
4699 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4700 return &_unknown_fields_;
4701 }
4702
4703 static const ::google::protobuf::Descriptor* descriptor();
4705
4707
4708 // implements Message ----------------------------------------------
4709
4711 int GetCachedSize() const { return _cached_size_; }
4712 private:
4715 void SetCachedSize(int size) const;
4716 public:
4717 ::google::protobuf::Metadata GetMetadata() const;
4718
4719 // nested types ----------------------------------------------------
4720
4721 // accessors -------------------------------------------------------
4722
4723 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4724 inline bool has_agent_id() const;
4725 inline void clear_agent_id();
4726 static const int kAgentIdFieldNumber = 1;
4727 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4728 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4729 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4730 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4731
4732 // optional uint64 club_id = 2;
4733 inline bool has_club_id() const;
4734 inline void clear_club_id();
4735 static const int kClubIdFieldNumber = 2;
4736 inline ::google::protobuf::uint64 club_id() const;
4737 inline void set_club_id(::google::protobuf::uint64 value);
4738
4739 // optional .bgs.protocol.club.v1.CreateStreamOptions options = 3;
4740 inline bool has_options() const;
4741 inline void clear_options();
4742 static const int kOptionsFieldNumber = 3;
4743 inline const ::bgs::protocol::club::v1::CreateStreamOptions& options() const;
4744 inline ::bgs::protocol::club::v1::CreateStreamOptions* mutable_options();
4745 inline ::bgs::protocol::club::v1::CreateStreamOptions* release_options();
4746 inline void set_allocated_options(::bgs::protocol::club::v1::CreateStreamOptions* options);
4747
4748 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateStreamRequest)
4749 private:
4750 inline void set_has_agent_id();
4751 inline void clear_has_agent_id();
4752 inline void set_has_club_id();
4753 inline void clear_has_club_id();
4754 inline void set_has_options();
4755 inline void clear_has_options();
4756
4757 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4758
4760 mutable int _cached_size_;
4767
4770};
4771// -------------------------------------------------------------------
4772
4773class TC_PROTO_API CreateStreamResponse : public ::google::protobuf::Message {
4774 public:
4777
4779
4781 CopyFrom(from);
4782 return *this;
4783 }
4784
4785 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4786 return _unknown_fields_;
4787 }
4788
4789 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4790 return &_unknown_fields_;
4791 }
4792
4793 static const ::google::protobuf::Descriptor* descriptor();
4795
4797
4798 // implements Message ----------------------------------------------
4799
4801 int GetCachedSize() const { return _cached_size_; }
4802 private:
4805 void SetCachedSize(int size) const;
4806 public:
4807 ::google::protobuf::Metadata GetMetadata() const;
4808
4809 // nested types ----------------------------------------------------
4810
4811 // accessors -------------------------------------------------------
4812
4813 // optional uint64 club_id = 1;
4814 inline bool has_club_id() const;
4815 inline void clear_club_id();
4816 static const int kClubIdFieldNumber = 1;
4817 inline ::google::protobuf::uint64 club_id() const;
4818 inline void set_club_id(::google::protobuf::uint64 value);
4819
4820 // optional uint64 stream_id = 2;
4821 inline bool has_stream_id() const;
4822 inline void clear_stream_id();
4823 static const int kStreamIdFieldNumber = 2;
4824 inline ::google::protobuf::uint64 stream_id() const;
4825 inline void set_stream_id(::google::protobuf::uint64 value);
4826
4827 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateStreamResponse)
4828 private:
4829 inline void set_has_club_id();
4830 inline void clear_has_club_id();
4831 inline void set_has_stream_id();
4832 inline void clear_has_stream_id();
4833
4834 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4835
4837 mutable int _cached_size_;
4843
4846};
4847// -------------------------------------------------------------------
4848
4849class TC_PROTO_API DestroyStreamRequest : public ::google::protobuf::Message {
4850 public:
4853
4855
4857 CopyFrom(from);
4858 return *this;
4859 }
4860
4861 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4862 return _unknown_fields_;
4863 }
4864
4865 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4866 return &_unknown_fields_;
4867 }
4868
4869 static const ::google::protobuf::Descriptor* descriptor();
4871
4873
4874 // implements Message ----------------------------------------------
4875
4877 int GetCachedSize() const { return _cached_size_; }
4878 private:
4881 void SetCachedSize(int size) const;
4882 public:
4883 ::google::protobuf::Metadata GetMetadata() const;
4884
4885 // nested types ----------------------------------------------------
4886
4887 // accessors -------------------------------------------------------
4888
4889 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4890 inline bool has_agent_id() const;
4891 inline void clear_agent_id();
4892 static const int kAgentIdFieldNumber = 1;
4893 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4894 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4895 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4896 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4897
4898 // optional uint64 club_id = 2;
4899 inline bool has_club_id() const;
4900 inline void clear_club_id();
4901 static const int kClubIdFieldNumber = 2;
4902 inline ::google::protobuf::uint64 club_id() const;
4903 inline void set_club_id(::google::protobuf::uint64 value);
4904
4905 // optional uint64 stream_id = 3;
4906 inline bool has_stream_id() const;
4907 inline void clear_stream_id();
4908 static const int kStreamIdFieldNumber = 3;
4909 inline ::google::protobuf::uint64 stream_id() const;
4910 inline void set_stream_id(::google::protobuf::uint64 value);
4911
4912 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.DestroyStreamRequest)
4913 private:
4914 inline void set_has_agent_id();
4915 inline void clear_has_agent_id();
4916 inline void set_has_club_id();
4917 inline void clear_has_club_id();
4918 inline void set_has_stream_id();
4919 inline void clear_has_stream_id();
4920
4921 ::google::protobuf::UnknownFieldSet _unknown_fields_;
4922
4924 mutable int _cached_size_;
4931
4934};
4935// -------------------------------------------------------------------
4936
4937class TC_PROTO_API GetStreamRequest : public ::google::protobuf::Message {
4938 public:
4941
4943
4945 CopyFrom(from);
4946 return *this;
4947 }
4948
4949 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
4950 return _unknown_fields_;
4951 }
4952
4953 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
4954 return &_unknown_fields_;
4955 }
4956
4957 static const ::google::protobuf::Descriptor* descriptor();
4959
4961
4962 // implements Message ----------------------------------------------
4963
4965 int GetCachedSize() const { return _cached_size_; }
4966 private:
4969 void SetCachedSize(int size) const;
4970 public:
4971 ::google::protobuf::Metadata GetMetadata() const;
4972
4973 // nested types ----------------------------------------------------
4974
4975 // accessors -------------------------------------------------------
4976
4977 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
4978 inline bool has_agent_id() const;
4979 inline void clear_agent_id();
4980 static const int kAgentIdFieldNumber = 1;
4981 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
4982 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
4983 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
4984 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
4985
4986 // optional uint64 club_id = 2;
4987 inline bool has_club_id() const;
4988 inline void clear_club_id();
4989 static const int kClubIdFieldNumber = 2;
4990 inline ::google::protobuf::uint64 club_id() const;
4991 inline void set_club_id(::google::protobuf::uint64 value);
4992
4993 // optional uint64 stream_id = 3;
4994 inline bool has_stream_id() const;
4995 inline void clear_stream_id();
4996 static const int kStreamIdFieldNumber = 3;
4997 inline ::google::protobuf::uint64 stream_id() const;
4998 inline void set_stream_id(::google::protobuf::uint64 value);
4999
5000 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamRequest)
5001 private:
5002 inline void set_has_agent_id();
5003 inline void clear_has_agent_id();
5004 inline void set_has_club_id();
5005 inline void clear_has_club_id();
5006 inline void set_has_stream_id();
5007 inline void clear_has_stream_id();
5008
5009 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5010
5012 mutable int _cached_size_;
5019
5022};
5023// -------------------------------------------------------------------
5024
5025class TC_PROTO_API GetStreamResponse : public ::google::protobuf::Message {
5026 public:
5029
5031
5033 CopyFrom(from);
5034 return *this;
5035 }
5036
5037 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5038 return _unknown_fields_;
5039 }
5040
5041 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5042 return &_unknown_fields_;
5043 }
5044
5045 static const ::google::protobuf::Descriptor* descriptor();
5047
5049
5050 // implements Message ----------------------------------------------
5051
5053 int GetCachedSize() const { return _cached_size_; }
5054 private:
5057 void SetCachedSize(int size) const;
5058 public:
5059 ::google::protobuf::Metadata GetMetadata() const;
5060
5061 // nested types ----------------------------------------------------
5062
5063 // accessors -------------------------------------------------------
5064
5065 // optional .bgs.protocol.club.v1.Stream stream = 1;
5066 inline bool has_stream() const;
5067 inline void clear_stream();
5068 static const int kStreamFieldNumber = 1;
5069 inline const ::bgs::protocol::club::v1::Stream& stream() const;
5070 inline ::bgs::protocol::club::v1::Stream* mutable_stream();
5071 inline ::bgs::protocol::club::v1::Stream* release_stream();
5072 inline void set_allocated_stream(::bgs::protocol::club::v1::Stream* stream);
5073
5074 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamResponse)
5075 private:
5076 inline void set_has_stream();
5077 inline void clear_has_stream();
5078
5079 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5080
5082 mutable int _cached_size_;
5087
5090};
5091// -------------------------------------------------------------------
5092
5093class TC_PROTO_API GetStreamsRequest : public ::google::protobuf::Message {
5094 public:
5097
5099
5101 CopyFrom(from);
5102 return *this;
5103 }
5104
5105 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5106 return _unknown_fields_;
5107 }
5108
5109 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5110 return &_unknown_fields_;
5111 }
5112
5113 static const ::google::protobuf::Descriptor* descriptor();
5115
5117
5118 // implements Message ----------------------------------------------
5119
5121 int GetCachedSize() const { return _cached_size_; }
5122 private:
5125 void SetCachedSize(int size) const;
5126 public:
5127 ::google::protobuf::Metadata GetMetadata() const;
5128
5129 // nested types ----------------------------------------------------
5130
5131 // accessors -------------------------------------------------------
5132
5133 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
5134 inline bool has_agent_id() const;
5135 inline void clear_agent_id();
5136 static const int kAgentIdFieldNumber = 1;
5137 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
5138 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
5139 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
5140 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
5141
5142 // optional uint64 club_id = 2;
5143 inline bool has_club_id() const;
5144 inline void clear_club_id();
5145 static const int kClubIdFieldNumber = 2;
5146 inline ::google::protobuf::uint64 club_id() const;
5147 inline void set_club_id(::google::protobuf::uint64 value);
5148
5149 // optional uint64 continuation = 3;
5150 inline bool has_continuation() const;
5151 inline void clear_continuation();
5152 static const int kContinuationFieldNumber = 3;
5153 inline ::google::protobuf::uint64 continuation() const;
5154 inline void set_continuation(::google::protobuf::uint64 value);
5155
5156 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamsRequest)
5157 private:
5158 inline void set_has_agent_id();
5159 inline void clear_has_agent_id();
5160 inline void set_has_club_id();
5161 inline void clear_has_club_id();
5162 inline void set_has_continuation();
5163 inline void clear_has_continuation();
5164
5165 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5166
5168 mutable int _cached_size_;
5175
5178};
5179// -------------------------------------------------------------------
5180
5181class TC_PROTO_API GetStreamsResponse : public ::google::protobuf::Message {
5182 public:
5185
5187
5189 CopyFrom(from);
5190 return *this;
5191 }
5192
5193 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5194 return _unknown_fields_;
5195 }
5196
5197 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5198 return &_unknown_fields_;
5199 }
5200
5201 static const ::google::protobuf::Descriptor* descriptor();
5203
5205
5206 // implements Message ----------------------------------------------
5207
5209 int GetCachedSize() const { return _cached_size_; }
5210 private:
5213 void SetCachedSize(int size) const;
5214 public:
5215 ::google::protobuf::Metadata GetMetadata() const;
5216
5217 // nested types ----------------------------------------------------
5218
5219 // accessors -------------------------------------------------------
5220
5221 // repeated .bgs.protocol.club.v1.Stream stream = 1;
5222 inline int stream_size() const;
5223 inline void clear_stream();
5224 static const int kStreamFieldNumber = 1;
5225 inline const ::bgs::protocol::club::v1::Stream& stream(int index) const;
5226 inline ::bgs::protocol::club::v1::Stream* mutable_stream(int index);
5227 inline ::bgs::protocol::club::v1::Stream* add_stream();
5228 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream >&
5229 stream() const;
5230 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream >*
5231 mutable_stream();
5232
5233 // repeated .bgs.protocol.club.v1.StreamView view = 2;
5234 inline int view_size() const;
5235 inline void clear_view();
5236 static const int kViewFieldNumber = 2;
5237 inline const ::bgs::protocol::club::v1::StreamView& view(int index) const;
5238 inline ::bgs::protocol::club::v1::StreamView* mutable_view(int index);
5239 inline ::bgs::protocol::club::v1::StreamView* add_view();
5240 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView >&
5241 view() const;
5242 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView >*
5243 mutable_view();
5244
5245 // optional uint64 continuation = 3;
5246 inline bool has_continuation() const;
5247 inline void clear_continuation();
5248 static const int kContinuationFieldNumber = 3;
5249 inline ::google::protobuf::uint64 continuation() const;
5250 inline void set_continuation(::google::protobuf::uint64 value);
5251
5252 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamsResponse)
5253 private:
5254 inline void set_has_continuation();
5255 inline void clear_has_continuation();
5256
5257 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5258
5260 mutable int _cached_size_;
5261 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream > stream_;
5262 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView > view_;
5267
5270};
5271// -------------------------------------------------------------------
5272
5273class TC_PROTO_API UpdateStreamStateRequest : public ::google::protobuf::Message {
5274 public:
5277
5279
5281 CopyFrom(from);
5282 return *this;
5283 }
5284
5285 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5286 return _unknown_fields_;
5287 }
5288
5289 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5290 return &_unknown_fields_;
5291 }
5292
5293 static const ::google::protobuf::Descriptor* descriptor();
5295
5297
5298 // implements Message ----------------------------------------------
5299
5301 int GetCachedSize() const { return _cached_size_; }
5302 private:
5305 void SetCachedSize(int size) const;
5306 public:
5307 ::google::protobuf::Metadata GetMetadata() const;
5308
5309 // nested types ----------------------------------------------------
5310
5311 // accessors -------------------------------------------------------
5312
5313 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
5314 inline bool has_agent_id() const;
5315 inline void clear_agent_id();
5316 static const int kAgentIdFieldNumber = 1;
5317 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
5318 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
5319 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
5320 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
5321
5322 // optional uint64 club_id = 2;
5323 inline bool has_club_id() const;
5324 inline void clear_club_id();
5325 static const int kClubIdFieldNumber = 2;
5326 inline ::google::protobuf::uint64 club_id() const;
5327 inline void set_club_id(::google::protobuf::uint64 value);
5328
5329 // optional uint64 stream_id = 3;
5330 inline bool has_stream_id() const;
5331 inline void clear_stream_id();
5332 static const int kStreamIdFieldNumber = 3;
5333 inline ::google::protobuf::uint64 stream_id() const;
5334 inline void set_stream_id(::google::protobuf::uint64 value);
5335
5336 // optional .bgs.protocol.club.v1.StreamStateOptions options = 5;
5337 inline bool has_options() const;
5338 inline void clear_options();
5339 static const int kOptionsFieldNumber = 5;
5340 inline const ::bgs::protocol::club::v1::StreamStateOptions& options() const;
5341 inline ::bgs::protocol::club::v1::StreamStateOptions* mutable_options();
5342 inline ::bgs::protocol::club::v1::StreamStateOptions* release_options();
5343 inline void set_allocated_options(::bgs::protocol::club::v1::StreamStateOptions* options);
5344
5345 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.UpdateStreamStateRequest)
5346 private:
5347 inline void set_has_agent_id();
5348 inline void clear_has_agent_id();
5349 inline void set_has_club_id();
5350 inline void clear_has_club_id();
5351 inline void set_has_stream_id();
5352 inline void clear_has_stream_id();
5353 inline void set_has_options();
5354 inline void clear_has_options();
5355
5356 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5357
5359 mutable int _cached_size_;
5367
5370};
5371// -------------------------------------------------------------------
5372
5373class TC_PROTO_API SetStreamFocusRequest : public ::google::protobuf::Message {
5374 public:
5377
5379
5381 CopyFrom(from);
5382 return *this;
5383 }
5384
5385 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5386 return _unknown_fields_;
5387 }
5388
5389 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5390 return &_unknown_fields_;
5391 }
5392
5393 static const ::google::protobuf::Descriptor* descriptor();
5395
5397
5398 // implements Message ----------------------------------------------
5399
5401 int GetCachedSize() const { return _cached_size_; }
5402 private:
5405 void SetCachedSize(int size) const;
5406 public:
5407 ::google::protobuf::Metadata GetMetadata() const;
5408
5409 // nested types ----------------------------------------------------
5410
5411 // accessors -------------------------------------------------------
5412
5413 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
5414 inline bool has_agent_id() const;
5415 inline void clear_agent_id();
5416 static const int kAgentIdFieldNumber = 1;
5417 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
5418 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
5419 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
5420 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
5421
5422 // optional uint64 club_id = 2;
5423 inline bool has_club_id() const;
5424 inline void clear_club_id();
5425 static const int kClubIdFieldNumber = 2;
5426 inline ::google::protobuf::uint64 club_id() const;
5427 inline void set_club_id(::google::protobuf::uint64 value);
5428
5429 // optional uint64 stream_id = 3;
5430 inline bool has_stream_id() const;
5431 inline void clear_stream_id();
5432 static const int kStreamIdFieldNumber = 3;
5433 inline ::google::protobuf::uint64 stream_id() const;
5434 inline void set_stream_id(::google::protobuf::uint64 value);
5435
5436 // optional bool focus = 4;
5437 inline bool has_focus() const;
5438 inline void clear_focus();
5439 static const int kFocusFieldNumber = 4;
5440 inline bool focus() const;
5441 inline void set_focus(bool value);
5442
5443 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.SetStreamFocusRequest)
5444 private:
5445 inline void set_has_agent_id();
5446 inline void clear_has_agent_id();
5447 inline void set_has_club_id();
5448 inline void clear_has_club_id();
5449 inline void set_has_stream_id();
5450 inline void clear_has_stream_id();
5451 inline void set_has_focus();
5452 inline void clear_has_focus();
5453
5454 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5455
5457 mutable int _cached_size_;
5465
5468};
5469// -------------------------------------------------------------------
5470
5471class TC_PROTO_API CreateMessageRequest : public ::google::protobuf::Message {
5472 public:
5475
5477
5479 CopyFrom(from);
5480 return *this;
5481 }
5482
5483 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5484 return _unknown_fields_;
5485 }
5486
5487 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5488 return &_unknown_fields_;
5489 }
5490
5491 static const ::google::protobuf::Descriptor* descriptor();
5493
5495
5496 // implements Message ----------------------------------------------
5497
5499 int GetCachedSize() const { return _cached_size_; }
5500 private:
5503 void SetCachedSize(int size) const;
5504 public:
5505 ::google::protobuf::Metadata GetMetadata() const;
5506
5507 // nested types ----------------------------------------------------
5508
5509 // accessors -------------------------------------------------------
5510
5511 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
5512 inline bool has_agent_id() const;
5513 inline void clear_agent_id();
5514 static const int kAgentIdFieldNumber = 1;
5515 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
5516 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
5517 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
5518 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
5519
5520 // optional uint64 club_id = 2;
5521 inline bool has_club_id() const;
5522 inline void clear_club_id();
5523 static const int kClubIdFieldNumber = 2;
5524 inline ::google::protobuf::uint64 club_id() const;
5525 inline void set_club_id(::google::protobuf::uint64 value);
5526
5527 // optional uint64 stream_id = 3;
5528 inline bool has_stream_id() const;
5529 inline void clear_stream_id();
5530 static const int kStreamIdFieldNumber = 3;
5531 inline ::google::protobuf::uint64 stream_id() const;
5532 inline void set_stream_id(::google::protobuf::uint64 value);
5533
5534 // optional .bgs.protocol.club.v1.CreateMessageOptions options = 4;
5535 inline bool has_options() const;
5536 inline void clear_options();
5537 static const int kOptionsFieldNumber = 4;
5538 inline const ::bgs::protocol::club::v1::CreateMessageOptions& options() const;
5539 inline ::bgs::protocol::club::v1::CreateMessageOptions* mutable_options();
5540 inline ::bgs::protocol::club::v1::CreateMessageOptions* release_options();
5541 inline void set_allocated_options(::bgs::protocol::club::v1::CreateMessageOptions* options);
5542
5543 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateMessageRequest)
5544 private:
5545 inline void set_has_agent_id();
5546 inline void clear_has_agent_id();
5547 inline void set_has_club_id();
5548 inline void clear_has_club_id();
5549 inline void set_has_stream_id();
5550 inline void clear_has_stream_id();
5551 inline void set_has_options();
5552 inline void clear_has_options();
5553
5554 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5555
5557 mutable int _cached_size_;
5565
5568};
5569// -------------------------------------------------------------------
5570
5571class TC_PROTO_API CreateMessageResponse : public ::google::protobuf::Message {
5572 public:
5575
5577
5579 CopyFrom(from);
5580 return *this;
5581 }
5582
5583 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5584 return _unknown_fields_;
5585 }
5586
5587 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5588 return &_unknown_fields_;
5589 }
5590
5591 static const ::google::protobuf::Descriptor* descriptor();
5593
5595
5596 // implements Message ----------------------------------------------
5597
5599 int GetCachedSize() const { return _cached_size_; }
5600 private:
5603 void SetCachedSize(int size) const;
5604 public:
5605 ::google::protobuf::Metadata GetMetadata() const;
5606
5607 // nested types ----------------------------------------------------
5608
5609 // accessors -------------------------------------------------------
5610
5611 // optional .bgs.protocol.club.v1.StreamMessage message = 1;
5612 inline bool has_message() const;
5613 inline void clear_message();
5614 static const int kMessageFieldNumber = 1;
5615 inline const ::bgs::protocol::club::v1::StreamMessage& message() const;
5616 inline ::bgs::protocol::club::v1::StreamMessage* mutable_message();
5617 inline ::bgs::protocol::club::v1::StreamMessage* release_message();
5618 inline void set_allocated_message(::bgs::protocol::club::v1::StreamMessage* message);
5619
5620 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.CreateMessageResponse)
5621 private:
5622 inline void set_has_message();
5623 inline void clear_has_message();
5624
5625 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5626
5628 mutable int _cached_size_;
5633
5636};
5637// -------------------------------------------------------------------
5638
5639class TC_PROTO_API DestroyMessageRequest : public ::google::protobuf::Message {
5640 public:
5643
5645
5647 CopyFrom(from);
5648 return *this;
5649 }
5650
5651 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5652 return _unknown_fields_;
5653 }
5654
5655 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5656 return &_unknown_fields_;
5657 }
5658
5659 static const ::google::protobuf::Descriptor* descriptor();
5661
5663
5664 // implements Message ----------------------------------------------
5665
5667 int GetCachedSize() const { return _cached_size_; }
5668 private:
5671 void SetCachedSize(int size) const;
5672 public:
5673 ::google::protobuf::Metadata GetMetadata() const;
5674
5675 // nested types ----------------------------------------------------
5676
5677 // accessors -------------------------------------------------------
5678
5679 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
5680 inline bool has_agent_id() const;
5681 inline void clear_agent_id();
5682 static const int kAgentIdFieldNumber = 1;
5683 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
5684 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
5685 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
5686 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
5687
5688 // optional uint64 club_id = 2;
5689 inline bool has_club_id() const;
5690 inline void clear_club_id();
5691 static const int kClubIdFieldNumber = 2;
5692 inline ::google::protobuf::uint64 club_id() const;
5693 inline void set_club_id(::google::protobuf::uint64 value);
5694
5695 // optional uint64 stream_id = 3;
5696 inline bool has_stream_id() const;
5697 inline void clear_stream_id();
5698 static const int kStreamIdFieldNumber = 3;
5699 inline ::google::protobuf::uint64 stream_id() const;
5700 inline void set_stream_id(::google::protobuf::uint64 value);
5701
5702 // optional .bgs.protocol.MessageId message_id = 4;
5703 inline bool has_message_id() const;
5704 inline void clear_message_id();
5705 static const int kMessageIdFieldNumber = 4;
5706 inline const ::bgs::protocol::MessageId& message_id() const;
5707 inline ::bgs::protocol::MessageId* mutable_message_id();
5708 inline ::bgs::protocol::MessageId* release_message_id();
5709 inline void set_allocated_message_id(::bgs::protocol::MessageId* message_id);
5710
5711 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.DestroyMessageRequest)
5712 private:
5713 inline void set_has_agent_id();
5714 inline void clear_has_agent_id();
5715 inline void set_has_club_id();
5716 inline void clear_has_club_id();
5717 inline void set_has_stream_id();
5718 inline void clear_has_stream_id();
5719 inline void set_has_message_id();
5720 inline void clear_has_message_id();
5721
5722 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5723
5725 mutable int _cached_size_;
5733
5736};
5737// -------------------------------------------------------------------
5738
5739class TC_PROTO_API DestroyMessageResponse : public ::google::protobuf::Message {
5740 public:
5743
5745
5747 CopyFrom(from);
5748 return *this;
5749 }
5750
5751 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5752 return _unknown_fields_;
5753 }
5754
5755 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5756 return &_unknown_fields_;
5757 }
5758
5759 static const ::google::protobuf::Descriptor* descriptor();
5761
5763
5764 // implements Message ----------------------------------------------
5765
5767 int GetCachedSize() const { return _cached_size_; }
5768 private:
5771 void SetCachedSize(int size) const;
5772 public:
5773 ::google::protobuf::Metadata GetMetadata() const;
5774
5775 // nested types ----------------------------------------------------
5776
5777 // accessors -------------------------------------------------------
5778
5779 // optional .bgs.protocol.club.v1.StreamMessage message = 1;
5780 inline bool has_message() const;
5781 inline void clear_message();
5782 static const int kMessageFieldNumber = 1;
5783 inline const ::bgs::protocol::club::v1::StreamMessage& message() const;
5784 inline ::bgs::protocol::club::v1::StreamMessage* mutable_message();
5785 inline ::bgs::protocol::club::v1::StreamMessage* release_message();
5786 inline void set_allocated_message(::bgs::protocol::club::v1::StreamMessage* message);
5787
5788 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.DestroyMessageResponse)
5789 private:
5790 inline void set_has_message();
5791 inline void clear_has_message();
5792
5793 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5794
5796 mutable int _cached_size_;
5801
5804};
5805// -------------------------------------------------------------------
5806
5807class TC_PROTO_API EditMessageRequest : public ::google::protobuf::Message {
5808 public:
5811
5813
5815 CopyFrom(from);
5816 return *this;
5817 }
5818
5819 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5820 return _unknown_fields_;
5821 }
5822
5823 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5824 return &_unknown_fields_;
5825 }
5826
5827 static const ::google::protobuf::Descriptor* descriptor();
5829
5831
5832 // implements Message ----------------------------------------------
5833
5835 int GetCachedSize() const { return _cached_size_; }
5836 private:
5839 void SetCachedSize(int size) const;
5840 public:
5841 ::google::protobuf::Metadata GetMetadata() const;
5842
5843 // nested types ----------------------------------------------------
5844
5845 // accessors -------------------------------------------------------
5846
5847 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
5848 inline bool has_agent_id() const;
5849 inline void clear_agent_id();
5850 static const int kAgentIdFieldNumber = 1;
5851 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
5852 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
5853 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
5854 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
5855
5856 // optional uint64 club_id = 2;
5857 inline bool has_club_id() const;
5858 inline void clear_club_id();
5859 static const int kClubIdFieldNumber = 2;
5860 inline ::google::protobuf::uint64 club_id() const;
5861 inline void set_club_id(::google::protobuf::uint64 value);
5862
5863 // optional uint64 stream_id = 3;
5864 inline bool has_stream_id() const;
5865 inline void clear_stream_id();
5866 static const int kStreamIdFieldNumber = 3;
5867 inline ::google::protobuf::uint64 stream_id() const;
5868 inline void set_stream_id(::google::protobuf::uint64 value);
5869
5870 // optional .bgs.protocol.MessageId message_id = 4;
5871 inline bool has_message_id() const;
5872 inline void clear_message_id();
5873 static const int kMessageIdFieldNumber = 4;
5874 inline const ::bgs::protocol::MessageId& message_id() const;
5875 inline ::bgs::protocol::MessageId* mutable_message_id();
5876 inline ::bgs::protocol::MessageId* release_message_id();
5877 inline void set_allocated_message_id(::bgs::protocol::MessageId* message_id);
5878
5879 // optional .bgs.protocol.club.v1.CreateMessageOptions options = 5;
5880 inline bool has_options() const;
5881 inline void clear_options();
5882 static const int kOptionsFieldNumber = 5;
5883 inline const ::bgs::protocol::club::v1::CreateMessageOptions& options() const;
5884 inline ::bgs::protocol::club::v1::CreateMessageOptions* mutable_options();
5885 inline ::bgs::protocol::club::v1::CreateMessageOptions* release_options();
5886 inline void set_allocated_options(::bgs::protocol::club::v1::CreateMessageOptions* options);
5887
5888 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.EditMessageRequest)
5889 private:
5890 inline void set_has_agent_id();
5891 inline void clear_has_agent_id();
5892 inline void set_has_club_id();
5893 inline void clear_has_club_id();
5894 inline void set_has_stream_id();
5895 inline void clear_has_stream_id();
5896 inline void set_has_message_id();
5897 inline void clear_has_message_id();
5898 inline void set_has_options();
5899 inline void clear_has_options();
5900
5901 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5902
5904 mutable int _cached_size_;
5913
5916};
5917// -------------------------------------------------------------------
5918
5919class TC_PROTO_API EditMessageResponse : public ::google::protobuf::Message {
5920 public:
5923
5925
5927 CopyFrom(from);
5928 return *this;
5929 }
5930
5931 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
5932 return _unknown_fields_;
5933 }
5934
5935 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
5936 return &_unknown_fields_;
5937 }
5938
5939 static const ::google::protobuf::Descriptor* descriptor();
5941
5943
5944 // implements Message ----------------------------------------------
5945
5947 int GetCachedSize() const { return _cached_size_; }
5948 private:
5951 void SetCachedSize(int size) const;
5952 public:
5953 ::google::protobuf::Metadata GetMetadata() const;
5954
5955 // nested types ----------------------------------------------------
5956
5957 // accessors -------------------------------------------------------
5958
5959 // optional .bgs.protocol.club.v1.StreamMessage message = 1;
5960 inline bool has_message() const;
5961 inline void clear_message();
5962 static const int kMessageFieldNumber = 1;
5963 inline const ::bgs::protocol::club::v1::StreamMessage& message() const;
5964 inline ::bgs::protocol::club::v1::StreamMessage* mutable_message();
5965 inline ::bgs::protocol::club::v1::StreamMessage* release_message();
5966 inline void set_allocated_message(::bgs::protocol::club::v1::StreamMessage* message);
5967
5968 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.EditMessageResponse)
5969 private:
5970 inline void set_has_message();
5971 inline void clear_has_message();
5972
5973 ::google::protobuf::UnknownFieldSet _unknown_fields_;
5974
5976 mutable int _cached_size_;
5981
5984};
5985// -------------------------------------------------------------------
5986
5987class TC_PROTO_API SetMessagePinnedRequest : public ::google::protobuf::Message {
5988 public:
5991
5993
5995 CopyFrom(from);
5996 return *this;
5997 }
5998
5999 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6000 return _unknown_fields_;
6001 }
6002
6003 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6004 return &_unknown_fields_;
6005 }
6006
6007 static const ::google::protobuf::Descriptor* descriptor();
6009
6011
6012 // implements Message ----------------------------------------------
6013
6015 int GetCachedSize() const { return _cached_size_; }
6016 private:
6019 void SetCachedSize(int size) const;
6020 public:
6021 ::google::protobuf::Metadata GetMetadata() const;
6022
6023 // nested types ----------------------------------------------------
6024
6025 // accessors -------------------------------------------------------
6026
6027 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6028 inline bool has_agent_id() const;
6029 inline void clear_agent_id();
6030 static const int kAgentIdFieldNumber = 1;
6031 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6032 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6033 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6034 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6035
6036 // optional uint64 club_id = 2;
6037 inline bool has_club_id() const;
6038 inline void clear_club_id();
6039 static const int kClubIdFieldNumber = 2;
6040 inline ::google::protobuf::uint64 club_id() const;
6041 inline void set_club_id(::google::protobuf::uint64 value);
6042
6043 // optional uint64 stream_id = 3;
6044 inline bool has_stream_id() const;
6045 inline void clear_stream_id();
6046 static const int kStreamIdFieldNumber = 3;
6047 inline ::google::protobuf::uint64 stream_id() const;
6048 inline void set_stream_id(::google::protobuf::uint64 value);
6049
6050 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.SetMessagePinnedRequest)
6051 private:
6052 inline void set_has_agent_id();
6053 inline void clear_has_agent_id();
6054 inline void set_has_club_id();
6055 inline void clear_has_club_id();
6056 inline void set_has_stream_id();
6057 inline void clear_has_stream_id();
6058
6059 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6060
6062 mutable int _cached_size_;
6069
6072};
6073// -------------------------------------------------------------------
6074
6075class TC_PROTO_API SetTypingIndicatorRequest : public ::google::protobuf::Message {
6076 public:
6079
6081
6083 CopyFrom(from);
6084 return *this;
6085 }
6086
6087 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6088 return _unknown_fields_;
6089 }
6090
6091 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6092 return &_unknown_fields_;
6093 }
6094
6095 static const ::google::protobuf::Descriptor* descriptor();
6097
6099
6100 // implements Message ----------------------------------------------
6101
6103 int GetCachedSize() const { return _cached_size_; }
6104 private:
6107 void SetCachedSize(int size) const;
6108 public:
6109 ::google::protobuf::Metadata GetMetadata() const;
6110
6111 // nested types ----------------------------------------------------
6112
6113 // accessors -------------------------------------------------------
6114
6115 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6116 inline bool has_agent_id() const;
6117 inline void clear_agent_id();
6118 static const int kAgentIdFieldNumber = 1;
6119 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6120 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6121 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6122 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6123
6124 // optional uint64 club_id = 2;
6125 inline bool has_club_id() const;
6126 inline void clear_club_id();
6127 static const int kClubIdFieldNumber = 2;
6128 inline ::google::protobuf::uint64 club_id() const;
6129 inline void set_club_id(::google::protobuf::uint64 value);
6130
6131 // optional uint64 stream_id = 3;
6132 inline bool has_stream_id() const;
6133 inline void clear_stream_id();
6134 static const int kStreamIdFieldNumber = 3;
6135 inline ::google::protobuf::uint64 stream_id() const;
6136 inline void set_stream_id(::google::protobuf::uint64 value);
6137
6138 // optional .bgs.protocol.TypingIndicator indicator = 4;
6139 inline bool has_indicator() const;
6140 inline void clear_indicator();
6141 static const int kIndicatorFieldNumber = 4;
6143 inline void set_indicator(::bgs::protocol::TypingIndicator value);
6144
6145 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.SetTypingIndicatorRequest)
6146 private:
6147 inline void set_has_agent_id();
6148 inline void clear_has_agent_id();
6149 inline void set_has_club_id();
6150 inline void clear_has_club_id();
6151 inline void set_has_stream_id();
6152 inline void clear_has_stream_id();
6153 inline void set_has_indicator();
6154 inline void clear_has_indicator();
6155
6156 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6157
6159 mutable int _cached_size_;
6167
6170};
6171// -------------------------------------------------------------------
6172
6173class TC_PROTO_API AdvanceStreamViewTimeRequest : public ::google::protobuf::Message {
6174 public:
6177
6179
6181 CopyFrom(from);
6182 return *this;
6183 }
6184
6185 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6186 return _unknown_fields_;
6187 }
6188
6189 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6190 return &_unknown_fields_;
6191 }
6192
6193 static const ::google::protobuf::Descriptor* descriptor();
6195
6197
6198 // implements Message ----------------------------------------------
6199
6201 int GetCachedSize() const { return _cached_size_; }
6202 private:
6205 void SetCachedSize(int size) const;
6206 public:
6207 ::google::protobuf::Metadata GetMetadata() const;
6208
6209 // nested types ----------------------------------------------------
6210
6211 // accessors -------------------------------------------------------
6212
6213 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6214 inline bool has_agent_id() const;
6215 inline void clear_agent_id();
6216 static const int kAgentIdFieldNumber = 1;
6217 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6218 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6219 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6220 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6221
6222 // optional uint64 club_id = 2;
6223 inline bool has_club_id() const;
6224 inline void clear_club_id();
6225 static const int kClubIdFieldNumber = 2;
6226 inline ::google::protobuf::uint64 club_id() const;
6227 inline void set_club_id(::google::protobuf::uint64 value);
6228
6229 // optional uint64 stream_id_deprecated = 3 [deprecated = true];
6230 inline bool has_stream_id_deprecated() const PROTOBUF_DEPRECATED;
6231 inline void clear_stream_id_deprecated() PROTOBUF_DEPRECATED;
6232 static const int kStreamIdDeprecatedFieldNumber = 3;
6233 inline ::google::protobuf::uint64 stream_id_deprecated() const PROTOBUF_DEPRECATED;
6234 inline void set_stream_id_deprecated(::google::protobuf::uint64 value) PROTOBUF_DEPRECATED;
6235
6236 // repeated uint64 stream_id = 4 [packed = true];
6237 inline int stream_id_size() const;
6238 inline void clear_stream_id();
6239 static const int kStreamIdFieldNumber = 4;
6240 inline ::google::protobuf::uint64 stream_id(int index) const;
6241 inline void set_stream_id(int index, ::google::protobuf::uint64 value);
6242 inline void add_stream_id(::google::protobuf::uint64 value);
6243 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
6244 stream_id() const;
6245 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
6246 mutable_stream_id();
6247
6248 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest)
6249 private:
6250 inline void set_has_agent_id();
6251 inline void clear_has_agent_id();
6252 inline void set_has_club_id();
6253 inline void clear_has_club_id();
6254 inline void set_has_stream_id_deprecated();
6255 inline void clear_has_stream_id_deprecated();
6256
6257 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6258
6259 ::google::protobuf::uint32 _has_bits_[1];
6260 mutable int _cached_size_;
6261 ::bgs::protocol::club::v1::MemberId* agent_id_;
6262 ::google::protobuf::uint64 club_id_;
6263 ::google::protobuf::uint64 stream_id_deprecated_;
6264 ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > stream_id_;
6268
6269 void InitAsDefaultInstance();
6270 static AdvanceStreamViewTimeRequest* default_instance_;
6271};
6272// -------------------------------------------------------------------
6273
6274class TC_PROTO_API AdvanceStreamMentionViewTimeRequest : public ::google::protobuf::Message {
6275 public:
6278
6280
6282 CopyFrom(from);
6283 return *this;
6284 }
6285
6286 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6287 return _unknown_fields_;
6288 }
6289
6290 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6291 return &_unknown_fields_;
6292 }
6293
6294 static const ::google::protobuf::Descriptor* descriptor();
6296
6298
6299 // implements Message ----------------------------------------------
6300
6302 int GetCachedSize() const { return _cached_size_; }
6303 private:
6306 void SetCachedSize(int size) const;
6307 public:
6308 ::google::protobuf::Metadata GetMetadata() const;
6309
6310 // nested types ----------------------------------------------------
6311
6312 // accessors -------------------------------------------------------
6313
6314 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6315 inline bool has_agent_id() const;
6316 inline void clear_agent_id();
6317 static const int kAgentIdFieldNumber = 1;
6318 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6319 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6320 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6321 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6322
6323 // optional uint64 club_id = 2;
6324 inline bool has_club_id() const;
6325 inline void clear_club_id();
6326 static const int kClubIdFieldNumber = 2;
6327 inline ::google::protobuf::uint64 club_id() const;
6328 inline void set_club_id(::google::protobuf::uint64 value);
6329
6330 // optional uint64 stream_id = 3;
6331 inline bool has_stream_id() const;
6332 inline void clear_stream_id();
6333 static const int kStreamIdFieldNumber = 3;
6334 inline ::google::protobuf::uint64 stream_id() const;
6335 inline void set_stream_id(::google::protobuf::uint64 value);
6336
6337 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest)
6338 private:
6339 inline void set_has_agent_id();
6340 inline void clear_has_agent_id();
6341 inline void set_has_club_id();
6342 inline void clear_has_club_id();
6343 inline void set_has_stream_id();
6344 inline void clear_has_stream_id();
6345
6346 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6347
6349 mutable int _cached_size_;
6356
6359};
6360// -------------------------------------------------------------------
6361
6362class TC_PROTO_API AdvanceActivityViewTimeRequest : public ::google::protobuf::Message {
6363 public:
6366
6368
6370 CopyFrom(from);
6371 return *this;
6372 }
6373
6374 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6375 return _unknown_fields_;
6376 }
6377
6378 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6379 return &_unknown_fields_;
6380 }
6381
6382 static const ::google::protobuf::Descriptor* descriptor();
6384
6386
6387 // implements Message ----------------------------------------------
6388
6390 int GetCachedSize() const { return _cached_size_; }
6391 private:
6394 void SetCachedSize(int size) const;
6395 public:
6396 ::google::protobuf::Metadata GetMetadata() const;
6397
6398 // nested types ----------------------------------------------------
6399
6400 // accessors -------------------------------------------------------
6401
6402 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6403 inline bool has_agent_id() const;
6404 inline void clear_agent_id();
6405 static const int kAgentIdFieldNumber = 1;
6406 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6407 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6408 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6409 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6410
6411 // optional uint64 club_id = 2;
6412 inline bool has_club_id() const;
6413 inline void clear_club_id();
6414 static const int kClubIdFieldNumber = 2;
6415 inline ::google::protobuf::uint64 club_id() const;
6416 inline void set_club_id(::google::protobuf::uint64 value);
6417
6418 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.AdvanceActivityViewTimeRequest)
6419 private:
6420 inline void set_has_agent_id();
6421 inline void clear_has_agent_id();
6422 inline void set_has_club_id();
6423 inline void clear_has_club_id();
6424
6425 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6426
6428 mutable int _cached_size_;
6434
6437};
6438// -------------------------------------------------------------------
6439
6440class TC_PROTO_API GetStreamHistoryRequest : public ::google::protobuf::Message {
6441 public:
6444
6446
6448 CopyFrom(from);
6449 return *this;
6450 }
6451
6452 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6453 return _unknown_fields_;
6454 }
6455
6456 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6457 return &_unknown_fields_;
6458 }
6459
6460 static const ::google::protobuf::Descriptor* descriptor();
6462
6464
6465 // implements Message ----------------------------------------------
6466
6468 int GetCachedSize() const { return _cached_size_; }
6469 private:
6472 void SetCachedSize(int size) const;
6473 public:
6474 ::google::protobuf::Metadata GetMetadata() const;
6475
6476 // nested types ----------------------------------------------------
6477
6478 // accessors -------------------------------------------------------
6479
6480 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6481 inline bool has_agent_id() const;
6482 inline void clear_agent_id();
6483 static const int kAgentIdFieldNumber = 1;
6484 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6485 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6486 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6487 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6488
6489 // optional uint64 club_id = 2;
6490 inline bool has_club_id() const;
6491 inline void clear_club_id();
6492 static const int kClubIdFieldNumber = 2;
6493 inline ::google::protobuf::uint64 club_id() const;
6494 inline void set_club_id(::google::protobuf::uint64 value);
6495
6496 // optional uint64 stream_id = 3;
6497 inline bool has_stream_id() const;
6498 inline void clear_stream_id();
6499 static const int kStreamIdFieldNumber = 3;
6500 inline ::google::protobuf::uint64 stream_id() const;
6501 inline void set_stream_id(::google::protobuf::uint64 value);
6502
6503 // optional .bgs.protocol.GetEventOptions options = 4;
6504 inline bool has_options() const;
6505 inline void clear_options();
6506 static const int kOptionsFieldNumber = 4;
6507 inline const ::bgs::protocol::GetEventOptions& options() const;
6508 inline ::bgs::protocol::GetEventOptions* mutable_options();
6509 inline ::bgs::protocol::GetEventOptions* release_options();
6510 inline void set_allocated_options(::bgs::protocol::GetEventOptions* options);
6511
6512 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamHistoryRequest)
6513 private:
6514 inline void set_has_agent_id();
6515 inline void clear_has_agent_id();
6516 inline void set_has_club_id();
6517 inline void clear_has_club_id();
6518 inline void set_has_stream_id();
6519 inline void clear_has_stream_id();
6520 inline void set_has_options();
6521 inline void clear_has_options();
6522
6523 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6524
6526 mutable int _cached_size_;
6534
6537};
6538// -------------------------------------------------------------------
6539
6540class TC_PROTO_API GetStreamHistoryResponse : public ::google::protobuf::Message {
6541 public:
6544
6546
6548 CopyFrom(from);
6549 return *this;
6550 }
6551
6552 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6553 return _unknown_fields_;
6554 }
6555
6556 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6557 return &_unknown_fields_;
6558 }
6559
6560 static const ::google::protobuf::Descriptor* descriptor();
6562
6564
6565 // implements Message ----------------------------------------------
6566
6568 int GetCachedSize() const { return _cached_size_; }
6569 private:
6572 void SetCachedSize(int size) const;
6573 public:
6574 ::google::protobuf::Metadata GetMetadata() const;
6575
6576 // nested types ----------------------------------------------------
6577
6578 // accessors -------------------------------------------------------
6579
6580 // repeated .bgs.protocol.club.v1.StreamMessage message = 1;
6581 inline int message_size() const;
6582 inline void clear_message();
6583 static const int kMessageFieldNumber = 1;
6584 inline const ::bgs::protocol::club::v1::StreamMessage& message(int index) const;
6585 inline ::bgs::protocol::club::v1::StreamMessage* mutable_message(int index);
6586 inline ::bgs::protocol::club::v1::StreamMessage* add_message();
6587 inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage >&
6588 message() const;
6589 inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage >*
6590 mutable_message();
6591
6592 // optional uint64 continuation = 2;
6593 inline bool has_continuation() const;
6594 inline void clear_continuation();
6595 static const int kContinuationFieldNumber = 2;
6596 inline ::google::protobuf::uint64 continuation() const;
6597 inline void set_continuation(::google::protobuf::uint64 value);
6598
6599 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamHistoryResponse)
6600 private:
6601 inline void set_has_continuation();
6602 inline void clear_has_continuation();
6603
6604 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6605
6607 mutable int _cached_size_;
6608 ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage > message_;
6613
6616};
6617// -------------------------------------------------------------------
6618
6619class TC_PROTO_API GetStreamMessageRequest : public ::google::protobuf::Message {
6620 public:
6623
6625
6627 CopyFrom(from);
6628 return *this;
6629 }
6630
6631 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6632 return _unknown_fields_;
6633 }
6634
6635 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6636 return &_unknown_fields_;
6637 }
6638
6639 static const ::google::protobuf::Descriptor* descriptor();
6641
6643
6644 // implements Message ----------------------------------------------
6645
6647 int GetCachedSize() const { return _cached_size_; }
6648 private:
6651 void SetCachedSize(int size) const;
6652 public:
6653 ::google::protobuf::Metadata GetMetadata() const;
6654
6655 // nested types ----------------------------------------------------
6656
6657 // accessors -------------------------------------------------------
6658
6659 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6660 inline bool has_agent_id() const;
6661 inline void clear_agent_id();
6662 static const int kAgentIdFieldNumber = 1;
6663 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6664 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6665 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6666 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6667
6668 // optional uint64 club_id = 2;
6669 inline bool has_club_id() const;
6670 inline void clear_club_id();
6671 static const int kClubIdFieldNumber = 2;
6672 inline ::google::protobuf::uint64 club_id() const;
6673 inline void set_club_id(::google::protobuf::uint64 value);
6674
6675 // optional uint64 stream_id = 3;
6676 inline bool has_stream_id() const;
6677 inline void clear_stream_id();
6678 static const int kStreamIdFieldNumber = 3;
6679 inline ::google::protobuf::uint64 stream_id() const;
6680 inline void set_stream_id(::google::protobuf::uint64 value);
6681
6682 // optional .bgs.protocol.MessageId message_id = 4;
6683 inline bool has_message_id() const;
6684 inline void clear_message_id();
6685 static const int kMessageIdFieldNumber = 4;
6686 inline const ::bgs::protocol::MessageId& message_id() const;
6687 inline ::bgs::protocol::MessageId* mutable_message_id();
6688 inline ::bgs::protocol::MessageId* release_message_id();
6689 inline void set_allocated_message_id(::bgs::protocol::MessageId* message_id);
6690
6691 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamMessageRequest)
6692 private:
6693 inline void set_has_agent_id();
6694 inline void clear_has_agent_id();
6695 inline void set_has_club_id();
6696 inline void clear_has_club_id();
6697 inline void set_has_stream_id();
6698 inline void clear_has_stream_id();
6699 inline void set_has_message_id();
6700 inline void clear_has_message_id();
6701
6702 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6703
6705 mutable int _cached_size_;
6713
6716};
6717// -------------------------------------------------------------------
6718
6719class TC_PROTO_API GetStreamMessageResponse : public ::google::protobuf::Message {
6720 public:
6723
6725
6727 CopyFrom(from);
6728 return *this;
6729 }
6730
6731 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6732 return _unknown_fields_;
6733 }
6734
6735 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6736 return &_unknown_fields_;
6737 }
6738
6739 static const ::google::protobuf::Descriptor* descriptor();
6741
6743
6744 // implements Message ----------------------------------------------
6745
6747 int GetCachedSize() const { return _cached_size_; }
6748 private:
6751 void SetCachedSize(int size) const;
6752 public:
6753 ::google::protobuf::Metadata GetMetadata() const;
6754
6755 // nested types ----------------------------------------------------
6756
6757 // accessors -------------------------------------------------------
6758
6759 // optional .bgs.protocol.club.v1.StreamMessage message = 1;
6760 inline bool has_message() const;
6761 inline void clear_message();
6762 static const int kMessageFieldNumber = 1;
6763 inline const ::bgs::protocol::club::v1::StreamMessage& message() const;
6764 inline ::bgs::protocol::club::v1::StreamMessage* mutable_message();
6765 inline ::bgs::protocol::club::v1::StreamMessage* release_message();
6766 inline void set_allocated_message(::bgs::protocol::club::v1::StreamMessage* message);
6767
6768 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamMessageResponse)
6769 private:
6770 inline void set_has_message();
6771 inline void clear_has_message();
6772
6773 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6774
6776 mutable int _cached_size_;
6781
6784};
6785// -------------------------------------------------------------------
6786
6787class TC_PROTO_API GetClubActivityRequest : public ::google::protobuf::Message {
6788 public:
6791
6793
6795 CopyFrom(from);
6796 return *this;
6797 }
6798
6799 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6800 return _unknown_fields_;
6801 }
6802
6803 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6804 return &_unknown_fields_;
6805 }
6806
6807 static const ::google::protobuf::Descriptor* descriptor();
6809
6811
6812 // implements Message ----------------------------------------------
6813
6815 int GetCachedSize() const { return _cached_size_; }
6816 private:
6819 void SetCachedSize(int size) const;
6820 public:
6821 ::google::protobuf::Metadata GetMetadata() const;
6822
6823 // nested types ----------------------------------------------------
6824
6825 // accessors -------------------------------------------------------
6826
6827 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6828 inline bool has_agent_id() const;
6829 inline void clear_agent_id();
6830 static const int kAgentIdFieldNumber = 1;
6831 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6832 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6833 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6834 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6835
6836 // optional uint64 club_id = 2;
6837 inline bool has_club_id() const;
6838 inline void clear_club_id();
6839 static const int kClubIdFieldNumber = 2;
6840 inline ::google::protobuf::uint64 club_id() const;
6841 inline void set_club_id(::google::protobuf::uint64 value);
6842
6843 // optional .bgs.protocol.GetEventOptions options = 3;
6844 inline bool has_options() const;
6845 inline void clear_options();
6846 static const int kOptionsFieldNumber = 3;
6847 inline const ::bgs::protocol::GetEventOptions& options() const;
6848 inline ::bgs::protocol::GetEventOptions* mutable_options();
6849 inline ::bgs::protocol::GetEventOptions* release_options();
6850 inline void set_allocated_options(::bgs::protocol::GetEventOptions* options);
6851
6852 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetClubActivityRequest)
6853 private:
6854 inline void set_has_agent_id();
6855 inline void clear_has_agent_id();
6856 inline void set_has_club_id();
6857 inline void clear_has_club_id();
6858 inline void set_has_options();
6859 inline void clear_has_options();
6860
6861 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6862
6864 mutable int _cached_size_;
6871
6874};
6875// -------------------------------------------------------------------
6876
6877class TC_PROTO_API GetClubActivityResponse : public ::google::protobuf::Message {
6878 public:
6881
6883
6885 CopyFrom(from);
6886 return *this;
6887 }
6888
6889 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6890 return _unknown_fields_;
6891 }
6892
6893 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6894 return &_unknown_fields_;
6895 }
6896
6897 static const ::google::protobuf::Descriptor* descriptor();
6899
6901
6902 // implements Message ----------------------------------------------
6903
6905 int GetCachedSize() const { return _cached_size_; }
6906 private:
6909 void SetCachedSize(int size) const;
6910 public:
6911 ::google::protobuf::Metadata GetMetadata() const;
6912
6913 // nested types ----------------------------------------------------
6914
6915 // accessors -------------------------------------------------------
6916
6917 // optional uint64 continuation = 2;
6918 inline bool has_continuation() const;
6919 inline void clear_continuation();
6920 static const int kContinuationFieldNumber = 2;
6921 inline ::google::protobuf::uint64 continuation() const;
6922 inline void set_continuation(::google::protobuf::uint64 value);
6923
6924 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetClubActivityResponse)
6925 private:
6926 inline void set_has_continuation();
6927 inline void clear_has_continuation();
6928
6929 ::google::protobuf::UnknownFieldSet _unknown_fields_;
6930
6932 mutable int _cached_size_;
6937
6940};
6941// -------------------------------------------------------------------
6942
6943class TC_PROTO_API GetStreamVoiceTokenRequest : public ::google::protobuf::Message {
6944 public:
6947
6949
6951 CopyFrom(from);
6952 return *this;
6953 }
6954
6955 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
6956 return _unknown_fields_;
6957 }
6958
6959 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
6960 return &_unknown_fields_;
6961 }
6962
6963 static const ::google::protobuf::Descriptor* descriptor();
6965
6967
6968 // implements Message ----------------------------------------------
6969
6971 int GetCachedSize() const { return _cached_size_; }
6972 private:
6975 void SetCachedSize(int size) const;
6976 public:
6977 ::google::protobuf::Metadata GetMetadata() const;
6978
6979 // nested types ----------------------------------------------------
6980
6981 // accessors -------------------------------------------------------
6982
6983 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
6984 inline bool has_agent_id() const;
6985 inline void clear_agent_id();
6986 static const int kAgentIdFieldNumber = 1;
6987 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
6988 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
6989 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
6990 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
6991
6992 // optional uint64 club_id = 2;
6993 inline bool has_club_id() const;
6994 inline void clear_club_id();
6995 static const int kClubIdFieldNumber = 2;
6996 inline ::google::protobuf::uint64 club_id() const;
6997 inline void set_club_id(::google::protobuf::uint64 value);
6998
6999 // optional uint64 stream_id = 3;
7000 inline bool has_stream_id() const;
7001 inline void clear_stream_id();
7002 static const int kStreamIdFieldNumber = 3;
7003 inline ::google::protobuf::uint64 stream_id() const;
7004 inline void set_stream_id(::google::protobuf::uint64 value);
7005
7006 // optional uint32 version = 4;
7007 inline bool has_version() const;
7008 inline void clear_version();
7009 static const int kVersionFieldNumber = 4;
7010 inline ::google::protobuf::uint32 version() const;
7011 inline void set_version(::google::protobuf::uint32 value);
7012
7013 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamVoiceTokenRequest)
7014 private:
7015 inline void set_has_agent_id();
7016 inline void clear_has_agent_id();
7017 inline void set_has_club_id();
7018 inline void clear_has_club_id();
7019 inline void set_has_stream_id();
7020 inline void clear_has_stream_id();
7021 inline void set_has_version();
7022 inline void clear_has_version();
7023
7024 ::google::protobuf::UnknownFieldSet _unknown_fields_;
7025
7027 mutable int _cached_size_;
7035
7038};
7039// -------------------------------------------------------------------
7040
7041class TC_PROTO_API GetStreamVoiceTokenResponse : public ::google::protobuf::Message {
7042 public:
7045
7047
7049 CopyFrom(from);
7050 return *this;
7051 }
7052
7053 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
7054 return _unknown_fields_;
7055 }
7056
7057 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
7058 return &_unknown_fields_;
7059 }
7060
7061 static const ::google::protobuf::Descriptor* descriptor();
7063
7065
7066 // implements Message ----------------------------------------------
7067
7069 int GetCachedSize() const { return _cached_size_; }
7070 private:
7073 void SetCachedSize(int size) const;
7074 public:
7075 ::google::protobuf::Metadata GetMetadata() const;
7076
7077 // nested types ----------------------------------------------------
7078
7079 // accessors -------------------------------------------------------
7080
7081 // optional string channel_uri = 1;
7082 inline bool has_channel_uri() const;
7083 inline void clear_channel_uri();
7084 static const int kChannelUriFieldNumber = 1;
7085 inline const ::std::string& channel_uri() const;
7086 inline void set_channel_uri(const ::std::string& value);
7087 inline void set_channel_uri(const char* value);
7088 inline void set_channel_uri(const char* value, size_t size);
7089 inline ::std::string* mutable_channel_uri();
7090 inline ::std::string* release_channel_uri();
7091 inline void set_allocated_channel_uri(::std::string* channel_uri);
7092
7093 // optional .bgs.protocol.VoiceCredentials credentials = 2;
7094 inline bool has_credentials() const;
7095 inline void clear_credentials();
7096 static const int kCredentialsFieldNumber = 2;
7097 inline const ::bgs::protocol::VoiceCredentials& credentials() const;
7098 inline ::bgs::protocol::VoiceCredentials* mutable_credentials();
7099 inline ::bgs::protocol::VoiceCredentials* release_credentials();
7100 inline void set_allocated_credentials(::bgs::protocol::VoiceCredentials* credentials);
7101
7102 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.GetStreamVoiceTokenResponse)
7103 private:
7104 inline void set_has_channel_uri();
7105 inline void clear_has_channel_uri();
7106 inline void set_has_credentials();
7107 inline void clear_has_credentials();
7108
7109 ::google::protobuf::UnknownFieldSet _unknown_fields_;
7110
7112 mutable int _cached_size_;
7113 ::std::string* channel_uri_;
7118
7121};
7122// -------------------------------------------------------------------
7123
7124class TC_PROTO_API KickFromStreamVoiceRequest : public ::google::protobuf::Message {
7125 public:
7128
7130
7132 CopyFrom(from);
7133 return *this;
7134 }
7135
7136 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
7137 return _unknown_fields_;
7138 }
7139
7140 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
7141 return &_unknown_fields_;
7142 }
7143
7144 static const ::google::protobuf::Descriptor* descriptor();
7146
7148
7149 // implements Message ----------------------------------------------
7150
7152 int GetCachedSize() const { return _cached_size_; }
7153 private:
7156 void SetCachedSize(int size) const;
7157 public:
7158 ::google::protobuf::Metadata GetMetadata() const;
7159
7160 // nested types ----------------------------------------------------
7161
7162 // accessors -------------------------------------------------------
7163
7164 // optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7165 inline bool has_agent_id() const;
7166 inline void clear_agent_id();
7167 static const int kAgentIdFieldNumber = 1;
7168 inline const ::bgs::protocol::club::v1::MemberId& agent_id() const;
7169 inline ::bgs::protocol::club::v1::MemberId* mutable_agent_id();
7170 inline ::bgs::protocol::club::v1::MemberId* release_agent_id();
7171 inline void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId* agent_id);
7172
7173 // optional uint64 club_id = 2;
7174 inline bool has_club_id() const;
7175 inline void clear_club_id();
7176 static const int kClubIdFieldNumber = 2;
7177 inline ::google::protobuf::uint64 club_id() const;
7178 inline void set_club_id(::google::protobuf::uint64 value);
7179
7180 // optional uint64 stream_id = 3;
7181 inline bool has_stream_id() const;
7182 inline void clear_stream_id();
7183 static const int kStreamIdFieldNumber = 3;
7184 inline ::google::protobuf::uint64 stream_id() const;
7185 inline void set_stream_id(::google::protobuf::uint64 value);
7186
7187 // optional .bgs.protocol.club.v1.MemberId target_id = 4;
7188 inline bool has_target_id() const;
7189 inline void clear_target_id();
7190 static const int kTargetIdFieldNumber = 4;
7191 inline const ::bgs::protocol::club::v1::MemberId& target_id() const;
7192 inline ::bgs::protocol::club::v1::MemberId* mutable_target_id();
7193 inline ::bgs::protocol::club::v1::MemberId* release_target_id();
7194 inline void set_allocated_target_id(::bgs::protocol::club::v1::MemberId* target_id);
7195
7196 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.KickFromStreamVoiceRequest)
7197 private:
7198 inline void set_has_agent_id();
7199 inline void clear_has_agent_id();
7200 inline void set_has_club_id();
7201 inline void clear_has_club_id();
7202 inline void set_has_stream_id();
7203 inline void clear_has_stream_id();
7204 inline void set_has_target_id();
7205 inline void clear_has_target_id();
7206
7207 ::google::protobuf::UnknownFieldSet _unknown_fields_;
7208
7210 mutable int _cached_size_;
7218
7221};
7222// ===================================================================
7223
7224// ===================================================================
7225
7226// ===================================================================
7227
7228// SubscribeRequest
7229
7230// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7232 return (_has_bits_[0] & 0x00000001u) != 0;
7233}
7235 _has_bits_[0] |= 0x00000001u;
7236}
7238 _has_bits_[0] &= ~0x00000001u;
7239}
7241 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
7242 clear_has_agent_id();
7243}
7244inline const ::bgs::protocol::club::v1::MemberId& SubscribeRequest::agent_id() const {
7245 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SubscribeRequest.agent_id)
7246 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
7247}
7248inline ::bgs::protocol::club::v1::MemberId* SubscribeRequest::mutable_agent_id() {
7249 set_has_agent_id();
7250 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
7251 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SubscribeRequest.agent_id)
7252 return agent_id_;
7253}
7254inline ::bgs::protocol::club::v1::MemberId* SubscribeRequest::release_agent_id() {
7255 clear_has_agent_id();
7256 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
7257 agent_id_ = NULL;
7258 return temp;
7259}
7261 delete agent_id_;
7262 agent_id_ = agent_id;
7263 if (agent_id) {
7264 set_has_agent_id();
7265 } else {
7266 clear_has_agent_id();
7267 }
7268 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SubscribeRequest.agent_id)
7269}
7270
7271// optional uint64 club_id = 2;
7273 return (_has_bits_[0] & 0x00000002u) != 0;
7274}
7276 _has_bits_[0] |= 0x00000002u;
7277}
7279 _has_bits_[0] &= ~0x00000002u;
7280}
7282 club_id_ = GOOGLE_ULONGLONG(0);
7283 clear_has_club_id();
7284}
7286 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SubscribeRequest.club_id)
7287 return club_id_;
7288}
7290 set_has_club_id();
7291 club_id_ = value;
7292 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SubscribeRequest.club_id)
7293}
7294
7295// -------------------------------------------------------------------
7296
7297// UnsubscribeRequest
7298
7299// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7301 return (_has_bits_[0] & 0x00000001u) != 0;
7302}
7304 _has_bits_[0] |= 0x00000001u;
7305}
7307 _has_bits_[0] &= ~0x00000001u;
7308}
7310 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
7311 clear_has_agent_id();
7312}
7313inline const ::bgs::protocol::club::v1::MemberId& UnsubscribeRequest::agent_id() const {
7314 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnsubscribeRequest.agent_id)
7315 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
7316}
7317inline ::bgs::protocol::club::v1::MemberId* UnsubscribeRequest::mutable_agent_id() {
7318 set_has_agent_id();
7319 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
7320 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UnsubscribeRequest.agent_id)
7321 return agent_id_;
7322}
7323inline ::bgs::protocol::club::v1::MemberId* UnsubscribeRequest::release_agent_id() {
7324 clear_has_agent_id();
7325 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
7326 agent_id_ = NULL;
7327 return temp;
7328}
7330 delete agent_id_;
7331 agent_id_ = agent_id;
7332 if (agent_id) {
7333 set_has_agent_id();
7334 } else {
7335 clear_has_agent_id();
7336 }
7337 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UnsubscribeRequest.agent_id)
7338}
7339
7340// optional uint64 club_id = 2;
7342 return (_has_bits_[0] & 0x00000002u) != 0;
7343}
7345 _has_bits_[0] |= 0x00000002u;
7346}
7348 _has_bits_[0] &= ~0x00000002u;
7349}
7351 club_id_ = GOOGLE_ULONGLONG(0);
7352 clear_has_club_id();
7353}
7355 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnsubscribeRequest.club_id)
7356 return club_id_;
7357}
7359 set_has_club_id();
7360 club_id_ = value;
7361 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UnsubscribeRequest.club_id)
7362}
7363
7364// -------------------------------------------------------------------
7365
7366// CreateRequest
7367
7368// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7369inline bool CreateRequest::has_agent_id() const {
7370 return (_has_bits_[0] & 0x00000001u) != 0;
7371}
7373 _has_bits_[0] |= 0x00000001u;
7374}
7376 _has_bits_[0] &= ~0x00000001u;
7377}
7379 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
7380 clear_has_agent_id();
7381}
7382inline const ::bgs::protocol::club::v1::MemberId& CreateRequest::agent_id() const {
7383 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateRequest.agent_id)
7384 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
7385}
7386inline ::bgs::protocol::club::v1::MemberId* CreateRequest::mutable_agent_id() {
7387 set_has_agent_id();
7388 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
7389 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateRequest.agent_id)
7390 return agent_id_;
7391}
7392inline ::bgs::protocol::club::v1::MemberId* CreateRequest::release_agent_id() {
7393 clear_has_agent_id();
7394 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
7395 agent_id_ = NULL;
7396 return temp;
7397}
7399 delete agent_id_;
7400 agent_id_ = agent_id;
7401 if (agent_id) {
7402 set_has_agent_id();
7403 } else {
7404 clear_has_agent_id();
7405 }
7406 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateRequest.agent_id)
7407}
7408
7409// optional .bgs.protocol.club.v1.ClubCreateOptions options = 2;
7410inline bool CreateRequest::has_options() const {
7411 return (_has_bits_[0] & 0x00000002u) != 0;
7412}
7414 _has_bits_[0] |= 0x00000002u;
7415}
7417 _has_bits_[0] &= ~0x00000002u;
7418}
7420 if (options_ != NULL) options_->::bgs::protocol::club::v1::ClubCreateOptions::Clear();
7421 clear_has_options();
7422}
7423inline const ::bgs::protocol::club::v1::ClubCreateOptions& CreateRequest::options() const {
7424 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateRequest.options)
7425 return options_ != NULL ? *options_ : *default_instance_->options_;
7426}
7427inline ::bgs::protocol::club::v1::ClubCreateOptions* CreateRequest::mutable_options() {
7428 set_has_options();
7429 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::ClubCreateOptions;
7430 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateRequest.options)
7431 return options_;
7432}
7433inline ::bgs::protocol::club::v1::ClubCreateOptions* CreateRequest::release_options() {
7434 clear_has_options();
7436 options_ = NULL;
7437 return temp;
7438}
7440 delete options_;
7441 options_ = options;
7442 if (options) {
7443 set_has_options();
7444 } else {
7445 clear_has_options();
7446 }
7447 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateRequest.options)
7448}
7449
7450// -------------------------------------------------------------------
7451
7452// CreateResponse
7453
7454// optional uint64 club_id = 1;
7455inline bool CreateResponse::has_club_id() const {
7456 return (_has_bits_[0] & 0x00000001u) != 0;
7457}
7459 _has_bits_[0] |= 0x00000001u;
7460}
7462 _has_bits_[0] &= ~0x00000001u;
7463}
7465 club_id_ = GOOGLE_ULONGLONG(0);
7466 clear_has_club_id();
7467}
7469 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateResponse.club_id)
7470 return club_id_;
7471}
7473 set_has_club_id();
7474 club_id_ = value;
7475 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.CreateResponse.club_id)
7476}
7477
7478// -------------------------------------------------------------------
7479
7480// DestroyRequest
7481
7482// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7483inline bool DestroyRequest::has_agent_id() const {
7484 return (_has_bits_[0] & 0x00000001u) != 0;
7485}
7487 _has_bits_[0] |= 0x00000001u;
7488}
7490 _has_bits_[0] &= ~0x00000001u;
7491}
7493 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
7494 clear_has_agent_id();
7495}
7496inline const ::bgs::protocol::club::v1::MemberId& DestroyRequest::agent_id() const {
7497 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyRequest.agent_id)
7498 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
7499}
7500inline ::bgs::protocol::club::v1::MemberId* DestroyRequest::mutable_agent_id() {
7501 set_has_agent_id();
7502 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
7503 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DestroyRequest.agent_id)
7504 return agent_id_;
7505}
7506inline ::bgs::protocol::club::v1::MemberId* DestroyRequest::release_agent_id() {
7507 clear_has_agent_id();
7508 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
7509 agent_id_ = NULL;
7510 return temp;
7511}
7513 delete agent_id_;
7514 agent_id_ = agent_id;
7515 if (agent_id) {
7516 set_has_agent_id();
7517 } else {
7518 clear_has_agent_id();
7519 }
7520 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DestroyRequest.agent_id)
7521}
7522
7523// optional uint64 club_id = 2;
7524inline bool DestroyRequest::has_club_id() const {
7525 return (_has_bits_[0] & 0x00000002u) != 0;
7526}
7528 _has_bits_[0] |= 0x00000002u;
7529}
7531 _has_bits_[0] &= ~0x00000002u;
7532}
7534 club_id_ = GOOGLE_ULONGLONG(0);
7535 clear_has_club_id();
7536}
7538 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyRequest.club_id)
7539 return club_id_;
7540}
7542 set_has_club_id();
7543 club_id_ = value;
7544 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DestroyRequest.club_id)
7545}
7546
7547// -------------------------------------------------------------------
7548
7549// GetDescriptionRequest
7550
7551// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7553 return (_has_bits_[0] & 0x00000001u) != 0;
7554}
7556 _has_bits_[0] |= 0x00000001u;
7557}
7559 _has_bits_[0] &= ~0x00000001u;
7560}
7562 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
7563 clear_has_agent_id();
7564}
7565inline const ::bgs::protocol::club::v1::MemberId& GetDescriptionRequest::agent_id() const {
7566 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetDescriptionRequest.agent_id)
7567 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
7568}
7569inline ::bgs::protocol::club::v1::MemberId* GetDescriptionRequest::mutable_agent_id() {
7570 set_has_agent_id();
7571 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
7572 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetDescriptionRequest.agent_id)
7573 return agent_id_;
7574}
7575inline ::bgs::protocol::club::v1::MemberId* GetDescriptionRequest::release_agent_id() {
7576 clear_has_agent_id();
7577 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
7578 agent_id_ = NULL;
7579 return temp;
7580}
7582 delete agent_id_;
7583 agent_id_ = agent_id;
7584 if (agent_id) {
7585 set_has_agent_id();
7586 } else {
7587 clear_has_agent_id();
7588 }
7589 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetDescriptionRequest.agent_id)
7590}
7591
7592// optional uint64 club_id = 2;
7594 return (_has_bits_[0] & 0x00000002u) != 0;
7595}
7597 _has_bits_[0] |= 0x00000002u;
7598}
7600 _has_bits_[0] &= ~0x00000002u;
7601}
7603 club_id_ = GOOGLE_ULONGLONG(0);
7604 clear_has_club_id();
7605}
7607 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetDescriptionRequest.club_id)
7608 return club_id_;
7609}
7611 set_has_club_id();
7612 club_id_ = value;
7613 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetDescriptionRequest.club_id)
7614}
7615
7616// -------------------------------------------------------------------
7617
7618// GetDescriptionResponse
7619
7620// optional .bgs.protocol.club.v1.ClubDescription club = 1;
7622 return (_has_bits_[0] & 0x00000001u) != 0;
7623}
7625 _has_bits_[0] |= 0x00000001u;
7626}
7628 _has_bits_[0] &= ~0x00000001u;
7629}
7631 if (club_ != NULL) club_->::bgs::protocol::club::v1::ClubDescription::Clear();
7632 clear_has_club();
7633}
7634inline const ::bgs::protocol::club::v1::ClubDescription& GetDescriptionResponse::club() const {
7635 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetDescriptionResponse.club)
7636 return club_ != NULL ? *club_ : *default_instance_->club_;
7637}
7638inline ::bgs::protocol::club::v1::ClubDescription* GetDescriptionResponse::mutable_club() {
7639 set_has_club();
7640 if (club_ == NULL) club_ = new ::bgs::protocol::club::v1::ClubDescription;
7641 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetDescriptionResponse.club)
7642 return club_;
7643}
7644inline ::bgs::protocol::club::v1::ClubDescription* GetDescriptionResponse::release_club() {
7645 clear_has_club();
7647 club_ = NULL;
7648 return temp;
7649}
7651 delete club_;
7652 club_ = club;
7653 if (club) {
7654 set_has_club();
7655 } else {
7656 clear_has_club();
7657 }
7658 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetDescriptionResponse.club)
7659}
7660
7661// -------------------------------------------------------------------
7662
7663// GetClubTypeRequest
7664
7665// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7667 return (_has_bits_[0] & 0x00000001u) != 0;
7668}
7670 _has_bits_[0] |= 0x00000001u;
7671}
7673 _has_bits_[0] &= ~0x00000001u;
7674}
7676 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
7677 clear_has_agent_id();
7678}
7679inline const ::bgs::protocol::club::v1::MemberId& GetClubTypeRequest::agent_id() const {
7680 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubTypeRequest.agent_id)
7681 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
7682}
7683inline ::bgs::protocol::club::v1::MemberId* GetClubTypeRequest::mutable_agent_id() {
7684 set_has_agent_id();
7685 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
7686 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubTypeRequest.agent_id)
7687 return agent_id_;
7688}
7689inline ::bgs::protocol::club::v1::MemberId* GetClubTypeRequest::release_agent_id() {
7690 clear_has_agent_id();
7691 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
7692 agent_id_ = NULL;
7693 return temp;
7694}
7696 delete agent_id_;
7697 agent_id_ = agent_id;
7698 if (agent_id) {
7699 set_has_agent_id();
7700 } else {
7701 clear_has_agent_id();
7702 }
7703 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetClubTypeRequest.agent_id)
7704}
7705
7706// optional .bgs.protocol.club.v1.UniqueClubType type = 2;
7707inline bool GetClubTypeRequest::has_type() const {
7708 return (_has_bits_[0] & 0x00000002u) != 0;
7709}
7711 _has_bits_[0] |= 0x00000002u;
7712}
7714 _has_bits_[0] &= ~0x00000002u;
7715}
7717 if (type_ != NULL) type_->::bgs::protocol::club::v1::UniqueClubType::Clear();
7718 clear_has_type();
7719}
7720inline const ::bgs::protocol::club::v1::UniqueClubType& GetClubTypeRequest::type() const {
7721 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubTypeRequest.type)
7722 return type_ != NULL ? *type_ : *default_instance_->type_;
7723}
7724inline ::bgs::protocol::club::v1::UniqueClubType* GetClubTypeRequest::mutable_type() {
7725 set_has_type();
7726 if (type_ == NULL) type_ = new ::bgs::protocol::club::v1::UniqueClubType;
7727 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubTypeRequest.type)
7728 return type_;
7729}
7730inline ::bgs::protocol::club::v1::UniqueClubType* GetClubTypeRequest::release_type() {
7731 clear_has_type();
7733 type_ = NULL;
7734 return temp;
7735}
7737 delete type_;
7738 type_ = type;
7739 if (type) {
7740 set_has_type();
7741 } else {
7742 clear_has_type();
7743 }
7744 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetClubTypeRequest.type)
7745}
7746
7747// -------------------------------------------------------------------
7748
7749// GetClubTypeResponse
7750
7751// optional .bgs.protocol.club.v1.UniqueClubType type = 1;
7753 return (_has_bits_[0] & 0x00000001u) != 0;
7754}
7756 _has_bits_[0] |= 0x00000001u;
7757}
7759 _has_bits_[0] &= ~0x00000001u;
7760}
7762 if (type_ != NULL) type_->::bgs::protocol::club::v1::UniqueClubType::Clear();
7763 clear_has_type();
7764}
7765inline const ::bgs::protocol::club::v1::UniqueClubType& GetClubTypeResponse::type() const {
7766 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubTypeResponse.type)
7767 return type_ != NULL ? *type_ : *default_instance_->type_;
7768}
7769inline ::bgs::protocol::club::v1::UniqueClubType* GetClubTypeResponse::mutable_type() {
7770 set_has_type();
7771 if (type_ == NULL) type_ = new ::bgs::protocol::club::v1::UniqueClubType;
7772 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubTypeResponse.type)
7773 return type_;
7774}
7775inline ::bgs::protocol::club::v1::UniqueClubType* GetClubTypeResponse::release_type() {
7776 clear_has_type();
7778 type_ = NULL;
7779 return temp;
7780}
7782 delete type_;
7783 type_ = type;
7784 if (type) {
7785 set_has_type();
7786 } else {
7787 clear_has_type();
7788 }
7789 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetClubTypeResponse.type)
7790}
7791
7792// optional .bgs.protocol.club.v1.ClubRoleSet role_set = 2;
7794 return (_has_bits_[0] & 0x00000002u) != 0;
7795}
7797 _has_bits_[0] |= 0x00000002u;
7798}
7800 _has_bits_[0] &= ~0x00000002u;
7801}
7803 if (role_set_ != NULL) role_set_->::bgs::protocol::club::v1::ClubRoleSet::Clear();
7804 clear_has_role_set();
7805}
7806inline const ::bgs::protocol::club::v1::ClubRoleSet& GetClubTypeResponse::role_set() const {
7807 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubTypeResponse.role_set)
7808 return role_set_ != NULL ? *role_set_ : *default_instance_->role_set_;
7809}
7810inline ::bgs::protocol::club::v1::ClubRoleSet* GetClubTypeResponse::mutable_role_set() {
7811 set_has_role_set();
7812 if (role_set_ == NULL) role_set_ = new ::bgs::protocol::club::v1::ClubRoleSet;
7813 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubTypeResponse.role_set)
7814 return role_set_;
7815}
7816inline ::bgs::protocol::club::v1::ClubRoleSet* GetClubTypeResponse::release_role_set() {
7817 clear_has_role_set();
7819 role_set_ = NULL;
7820 return temp;
7821}
7823 delete role_set_;
7824 role_set_ = role_set;
7825 if (role_set) {
7826 set_has_role_set();
7827 } else {
7828 clear_has_role_set();
7829 }
7830 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetClubTypeResponse.role_set)
7831}
7832
7833// optional .bgs.protocol.club.v1.ClubTypeRangeSet range_set = 3;
7835 return (_has_bits_[0] & 0x00000004u) != 0;
7836}
7838 _has_bits_[0] |= 0x00000004u;
7839}
7841 _has_bits_[0] &= ~0x00000004u;
7842}
7844 if (range_set_ != NULL) range_set_->::bgs::protocol::club::v1::ClubTypeRangeSet::Clear();
7845 clear_has_range_set();
7846}
7847inline const ::bgs::protocol::club::v1::ClubTypeRangeSet& GetClubTypeResponse::range_set() const {
7848 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubTypeResponse.range_set)
7849 return range_set_ != NULL ? *range_set_ : *default_instance_->range_set_;
7850}
7851inline ::bgs::protocol::club::v1::ClubTypeRangeSet* GetClubTypeResponse::mutable_range_set() {
7852 set_has_range_set();
7853 if (range_set_ == NULL) range_set_ = new ::bgs::protocol::club::v1::ClubTypeRangeSet;
7854 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubTypeResponse.range_set)
7855 return range_set_;
7856}
7857inline ::bgs::protocol::club::v1::ClubTypeRangeSet* GetClubTypeResponse::release_range_set() {
7858 clear_has_range_set();
7860 range_set_ = NULL;
7861 return temp;
7862}
7864 delete range_set_;
7865 range_set_ = range_set;
7866 if (range_set) {
7867 set_has_range_set();
7868 } else {
7869 clear_has_range_set();
7870 }
7871 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetClubTypeResponse.range_set)
7872}
7873
7874// repeated .bgs.protocol.club.v1.LocalizedTag platform_tag_set = 4;
7876 return platform_tag_set_.size();
7877}
7879 platform_tag_set_.Clear();
7880}
7881inline const ::bgs::protocol::club::v1::LocalizedTag& GetClubTypeResponse::platform_tag_set(int index) const {
7882 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubTypeResponse.platform_tag_set)
7883 return platform_tag_set_.Get(index);
7884}
7885inline ::bgs::protocol::club::v1::LocalizedTag* GetClubTypeResponse::mutable_platform_tag_set(int index) {
7886 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubTypeResponse.platform_tag_set)
7887 return platform_tag_set_.Mutable(index);
7888}
7889inline ::bgs::protocol::club::v1::LocalizedTag* GetClubTypeResponse::add_platform_tag_set() {
7890 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetClubTypeResponse.platform_tag_set)
7891 return platform_tag_set_.Add();
7892}
7893inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >&
7895 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetClubTypeResponse.platform_tag_set)
7896 return platform_tag_set_;
7897}
7898inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >*
7900 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetClubTypeResponse.platform_tag_set)
7901 return &platform_tag_set_;
7902}
7903
7904// repeated .bgs.protocol.club.v1.LocalizedTag custom_tag_set = 5;
7906 return custom_tag_set_.size();
7907}
7909 custom_tag_set_.Clear();
7910}
7911inline const ::bgs::protocol::club::v1::LocalizedTag& GetClubTypeResponse::custom_tag_set(int index) const {
7912 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubTypeResponse.custom_tag_set)
7913 return custom_tag_set_.Get(index);
7914}
7915inline ::bgs::protocol::club::v1::LocalizedTag* GetClubTypeResponse::mutable_custom_tag_set(int index) {
7916 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubTypeResponse.custom_tag_set)
7917 return custom_tag_set_.Mutable(index);
7918}
7919inline ::bgs::protocol::club::v1::LocalizedTag* GetClubTypeResponse::add_custom_tag_set() {
7920 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetClubTypeResponse.custom_tag_set)
7921 return custom_tag_set_.Add();
7922}
7923inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >&
7925 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetClubTypeResponse.custom_tag_set)
7926 return custom_tag_set_;
7927}
7928inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag >*
7930 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetClubTypeResponse.custom_tag_set)
7931 return &custom_tag_set_;
7932}
7933
7934// -------------------------------------------------------------------
7935
7936// UpdateClubStateRequest
7937
7938// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
7940 return (_has_bits_[0] & 0x00000001u) != 0;
7941}
7943 _has_bits_[0] |= 0x00000001u;
7944}
7946 _has_bits_[0] &= ~0x00000001u;
7947}
7949 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
7950 clear_has_agent_id();
7951}
7952inline const ::bgs::protocol::club::v1::MemberId& UpdateClubStateRequest::agent_id() const {
7953 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateClubStateRequest.agent_id)
7954 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
7955}
7956inline ::bgs::protocol::club::v1::MemberId* UpdateClubStateRequest::mutable_agent_id() {
7957 set_has_agent_id();
7958 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
7959 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateClubStateRequest.agent_id)
7960 return agent_id_;
7961}
7962inline ::bgs::protocol::club::v1::MemberId* UpdateClubStateRequest::release_agent_id() {
7963 clear_has_agent_id();
7964 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
7965 agent_id_ = NULL;
7966 return temp;
7967}
7969 delete agent_id_;
7970 agent_id_ = agent_id;
7971 if (agent_id) {
7972 set_has_agent_id();
7973 } else {
7974 clear_has_agent_id();
7975 }
7976 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateClubStateRequest.agent_id)
7977}
7978
7979// optional uint64 club_id = 2;
7981 return (_has_bits_[0] & 0x00000002u) != 0;
7982}
7984 _has_bits_[0] |= 0x00000002u;
7985}
7987 _has_bits_[0] &= ~0x00000002u;
7988}
7990 club_id_ = GOOGLE_ULONGLONG(0);
7991 clear_has_club_id();
7992}
7994 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateClubStateRequest.club_id)
7995 return club_id_;
7996}
7998 set_has_club_id();
7999 club_id_ = value;
8000 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UpdateClubStateRequest.club_id)
8001}
8002
8003// optional .bgs.protocol.club.v1.ClubStateOptions options = 3;
8005 return (_has_bits_[0] & 0x00000004u) != 0;
8006}
8008 _has_bits_[0] |= 0x00000004u;
8009}
8011 _has_bits_[0] &= ~0x00000004u;
8012}
8014 if (options_ != NULL) options_->::bgs::protocol::club::v1::ClubStateOptions::Clear();
8015 clear_has_options();
8016}
8017inline const ::bgs::protocol::club::v1::ClubStateOptions& UpdateClubStateRequest::options() const {
8018 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateClubStateRequest.options)
8019 return options_ != NULL ? *options_ : *default_instance_->options_;
8020}
8021inline ::bgs::protocol::club::v1::ClubStateOptions* UpdateClubStateRequest::mutable_options() {
8022 set_has_options();
8023 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::ClubStateOptions;
8024 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateClubStateRequest.options)
8025 return options_;
8026}
8027inline ::bgs::protocol::club::v1::ClubStateOptions* UpdateClubStateRequest::release_options() {
8028 clear_has_options();
8030 options_ = NULL;
8031 return temp;
8032}
8034 delete options_;
8035 options_ = options;
8036 if (options) {
8037 set_has_options();
8038 } else {
8039 clear_has_options();
8040 }
8041 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateClubStateRequest.options)
8042}
8043
8044// -------------------------------------------------------------------
8045
8046// UpdateClubSettingsRequest
8047
8048// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8050 return (_has_bits_[0] & 0x00000001u) != 0;
8051}
8053 _has_bits_[0] |= 0x00000001u;
8054}
8056 _has_bits_[0] &= ~0x00000001u;
8057}
8059 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8060 clear_has_agent_id();
8061}
8062inline const ::bgs::protocol::club::v1::MemberId& UpdateClubSettingsRequest::agent_id() const {
8063 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateClubSettingsRequest.agent_id)
8064 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8065}
8066inline ::bgs::protocol::club::v1::MemberId* UpdateClubSettingsRequest::mutable_agent_id() {
8067 set_has_agent_id();
8068 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8069 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateClubSettingsRequest.agent_id)
8070 return agent_id_;
8071}
8072inline ::bgs::protocol::club::v1::MemberId* UpdateClubSettingsRequest::release_agent_id() {
8073 clear_has_agent_id();
8074 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8075 agent_id_ = NULL;
8076 return temp;
8077}
8079 delete agent_id_;
8080 agent_id_ = agent_id;
8081 if (agent_id) {
8082 set_has_agent_id();
8083 } else {
8084 clear_has_agent_id();
8085 }
8086 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateClubSettingsRequest.agent_id)
8087}
8088
8089// optional uint64 club_id = 2;
8091 return (_has_bits_[0] & 0x00000002u) != 0;
8092}
8094 _has_bits_[0] |= 0x00000002u;
8095}
8097 _has_bits_[0] &= ~0x00000002u;
8098}
8100 club_id_ = GOOGLE_ULONGLONG(0);
8101 clear_has_club_id();
8102}
8104 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateClubSettingsRequest.club_id)
8105 return club_id_;
8106}
8108 set_has_club_id();
8109 club_id_ = value;
8110 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UpdateClubSettingsRequest.club_id)
8111}
8112
8113// optional .bgs.protocol.club.v1.ClubSettingsOptions options = 3;
8115 return (_has_bits_[0] & 0x00000004u) != 0;
8116}
8118 _has_bits_[0] |= 0x00000004u;
8119}
8121 _has_bits_[0] &= ~0x00000004u;
8122}
8124 if (options_ != NULL) options_->::bgs::protocol::club::v1::ClubSettingsOptions::Clear();
8125 clear_has_options();
8126}
8127inline const ::bgs::protocol::club::v1::ClubSettingsOptions& UpdateClubSettingsRequest::options() const {
8128 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateClubSettingsRequest.options)
8129 return options_ != NULL ? *options_ : *default_instance_->options_;
8130}
8131inline ::bgs::protocol::club::v1::ClubSettingsOptions* UpdateClubSettingsRequest::mutable_options() {
8132 set_has_options();
8133 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::ClubSettingsOptions;
8134 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateClubSettingsRequest.options)
8135 return options_;
8136}
8137inline ::bgs::protocol::club::v1::ClubSettingsOptions* UpdateClubSettingsRequest::release_options() {
8138 clear_has_options();
8140 options_ = NULL;
8141 return temp;
8142}
8144 delete options_;
8145 options_ = options;
8146 if (options) {
8147 set_has_options();
8148 } else {
8149 clear_has_options();
8150 }
8151 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateClubSettingsRequest.options)
8152}
8153
8154// -------------------------------------------------------------------
8155
8156// AddMemberRequest
8157
8158// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8160 return (_has_bits_[0] & 0x00000001u) != 0;
8161}
8163 _has_bits_[0] |= 0x00000001u;
8164}
8166 _has_bits_[0] &= ~0x00000001u;
8167}
8169 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8170 clear_has_agent_id();
8171}
8172inline const ::bgs::protocol::club::v1::MemberId& AddMemberRequest::agent_id() const {
8173 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AddMemberRequest.agent_id)
8174 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8175}
8176inline ::bgs::protocol::club::v1::MemberId* AddMemberRequest::mutable_agent_id() {
8177 set_has_agent_id();
8178 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8179 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AddMemberRequest.agent_id)
8180 return agent_id_;
8181}
8182inline ::bgs::protocol::club::v1::MemberId* AddMemberRequest::release_agent_id() {
8183 clear_has_agent_id();
8184 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8185 agent_id_ = NULL;
8186 return temp;
8187}
8189 delete agent_id_;
8190 agent_id_ = agent_id;
8191 if (agent_id) {
8192 set_has_agent_id();
8193 } else {
8194 clear_has_agent_id();
8195 }
8196 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AddMemberRequest.agent_id)
8197}
8198
8199// optional uint64 club_id = 2;
8201 return (_has_bits_[0] & 0x00000002u) != 0;
8202}
8204 _has_bits_[0] |= 0x00000002u;
8205}
8207 _has_bits_[0] &= ~0x00000002u;
8208}
8210 club_id_ = GOOGLE_ULONGLONG(0);
8211 clear_has_club_id();
8212}
8214 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AddMemberRequest.club_id)
8215 return club_id_;
8216}
8218 set_has_club_id();
8219 club_id_ = value;
8220 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AddMemberRequest.club_id)
8221}
8222
8223// optional .bgs.protocol.club.v1.CreateMemberOptions options = 3;
8225 return (_has_bits_[0] & 0x00000004u) != 0;
8226}
8228 _has_bits_[0] |= 0x00000004u;
8229}
8231 _has_bits_[0] &= ~0x00000004u;
8232}
8234 if (options_ != NULL) options_->::bgs::protocol::club::v1::CreateMemberOptions::Clear();
8235 clear_has_options();
8236}
8237inline const ::bgs::protocol::club::v1::CreateMemberOptions& AddMemberRequest::options() const {
8238 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AddMemberRequest.options)
8239 return options_ != NULL ? *options_ : *default_instance_->options_;
8240}
8241inline ::bgs::protocol::club::v1::CreateMemberOptions* AddMemberRequest::mutable_options() {
8242 set_has_options();
8243 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::CreateMemberOptions;
8244 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AddMemberRequest.options)
8245 return options_;
8246}
8247inline ::bgs::protocol::club::v1::CreateMemberOptions* AddMemberRequest::release_options() {
8248 clear_has_options();
8250 options_ = NULL;
8251 return temp;
8252}
8254 delete options_;
8255 options_ = options;
8256 if (options) {
8257 set_has_options();
8258 } else {
8259 clear_has_options();
8260 }
8261 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AddMemberRequest.options)
8262}
8263
8264// -------------------------------------------------------------------
8265
8266// JoinRequest
8267
8268// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8269inline bool JoinRequest::has_agent_id() const {
8270 return (_has_bits_[0] & 0x00000001u) != 0;
8271}
8273 _has_bits_[0] |= 0x00000001u;
8274}
8276 _has_bits_[0] &= ~0x00000001u;
8277}
8279 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8280 clear_has_agent_id();
8281}
8282inline const ::bgs::protocol::club::v1::MemberId& JoinRequest::agent_id() const {
8283 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.JoinRequest.agent_id)
8284 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8285}
8286inline ::bgs::protocol::club::v1::MemberId* JoinRequest::mutable_agent_id() {
8287 set_has_agent_id();
8288 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8289 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.JoinRequest.agent_id)
8290 return agent_id_;
8291}
8292inline ::bgs::protocol::club::v1::MemberId* JoinRequest::release_agent_id() {
8293 clear_has_agent_id();
8294 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8295 agent_id_ = NULL;
8296 return temp;
8297}
8299 delete agent_id_;
8300 agent_id_ = agent_id;
8301 if (agent_id) {
8302 set_has_agent_id();
8303 } else {
8304 clear_has_agent_id();
8305 }
8306 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.JoinRequest.agent_id)
8307}
8308
8309// optional uint64 club_id = 2;
8310inline bool JoinRequest::has_club_id() const {
8311 return (_has_bits_[0] & 0x00000002u) != 0;
8312}
8314 _has_bits_[0] |= 0x00000002u;
8315}
8317 _has_bits_[0] &= ~0x00000002u;
8318}
8320 club_id_ = GOOGLE_ULONGLONG(0);
8321 clear_has_club_id();
8322}
8324 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.JoinRequest.club_id)
8325 return club_id_;
8326}
8328 set_has_club_id();
8329 club_id_ = value;
8330 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.JoinRequest.club_id)
8331}
8332
8333// optional .bgs.protocol.club.v1.CreateMemberOptions options = 3;
8334inline bool JoinRequest::has_options() const {
8335 return (_has_bits_[0] & 0x00000004u) != 0;
8336}
8338 _has_bits_[0] |= 0x00000004u;
8339}
8341 _has_bits_[0] &= ~0x00000004u;
8342}
8344 if (options_ != NULL) options_->::bgs::protocol::club::v1::CreateMemberOptions::Clear();
8345 clear_has_options();
8346}
8347inline const ::bgs::protocol::club::v1::CreateMemberOptions& JoinRequest::options() const {
8348 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.JoinRequest.options)
8349 return options_ != NULL ? *options_ : *default_instance_->options_;
8350}
8351inline ::bgs::protocol::club::v1::CreateMemberOptions* JoinRequest::mutable_options() {
8352 set_has_options();
8353 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::CreateMemberOptions;
8354 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.JoinRequest.options)
8355 return options_;
8356}
8357inline ::bgs::protocol::club::v1::CreateMemberOptions* JoinRequest::release_options() {
8358 clear_has_options();
8360 options_ = NULL;
8361 return temp;
8362}
8364 delete options_;
8365 options_ = options;
8366 if (options) {
8367 set_has_options();
8368 } else {
8369 clear_has_options();
8370 }
8371 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.JoinRequest.options)
8372}
8373
8374// -------------------------------------------------------------------
8375
8376// LeaveRequest
8377
8378// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8379inline bool LeaveRequest::has_agent_id() const {
8380 return (_has_bits_[0] & 0x00000001u) != 0;
8381}
8383 _has_bits_[0] |= 0x00000001u;
8384}
8386 _has_bits_[0] &= ~0x00000001u;
8387}
8389 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8390 clear_has_agent_id();
8391}
8392inline const ::bgs::protocol::club::v1::MemberId& LeaveRequest::agent_id() const {
8393 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.LeaveRequest.agent_id)
8394 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8395}
8396inline ::bgs::protocol::club::v1::MemberId* LeaveRequest::mutable_agent_id() {
8397 set_has_agent_id();
8398 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8399 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.LeaveRequest.agent_id)
8400 return agent_id_;
8401}
8402inline ::bgs::protocol::club::v1::MemberId* LeaveRequest::release_agent_id() {
8403 clear_has_agent_id();
8404 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8405 agent_id_ = NULL;
8406 return temp;
8407}
8409 delete agent_id_;
8410 agent_id_ = agent_id;
8411 if (agent_id) {
8412 set_has_agent_id();
8413 } else {
8414 clear_has_agent_id();
8415 }
8416 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.LeaveRequest.agent_id)
8417}
8418
8419// optional uint64 club_id = 2;
8420inline bool LeaveRequest::has_club_id() const {
8421 return (_has_bits_[0] & 0x00000002u) != 0;
8422}
8424 _has_bits_[0] |= 0x00000002u;
8425}
8427 _has_bits_[0] &= ~0x00000002u;
8428}
8430 club_id_ = GOOGLE_ULONGLONG(0);
8431 clear_has_club_id();
8432}
8434 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.LeaveRequest.club_id)
8435 return club_id_;
8436}
8438 set_has_club_id();
8439 club_id_ = value;
8440 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.LeaveRequest.club_id)
8441}
8442
8443// -------------------------------------------------------------------
8444
8445// KickRequest
8446
8447// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8448inline bool KickRequest::has_agent_id() const {
8449 return (_has_bits_[0] & 0x00000001u) != 0;
8450}
8452 _has_bits_[0] |= 0x00000001u;
8453}
8455 _has_bits_[0] &= ~0x00000001u;
8456}
8458 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8459 clear_has_agent_id();
8460}
8461inline const ::bgs::protocol::club::v1::MemberId& KickRequest::agent_id() const {
8462 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.KickRequest.agent_id)
8463 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8464}
8465inline ::bgs::protocol::club::v1::MemberId* KickRequest::mutable_agent_id() {
8466 set_has_agent_id();
8467 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8468 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.KickRequest.agent_id)
8469 return agent_id_;
8470}
8471inline ::bgs::protocol::club::v1::MemberId* KickRequest::release_agent_id() {
8472 clear_has_agent_id();
8473 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8474 agent_id_ = NULL;
8475 return temp;
8476}
8478 delete agent_id_;
8479 agent_id_ = agent_id;
8480 if (agent_id) {
8481 set_has_agent_id();
8482 } else {
8483 clear_has_agent_id();
8484 }
8485 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.KickRequest.agent_id)
8486}
8487
8488// optional uint64 club_id = 2;
8489inline bool KickRequest::has_club_id() const {
8490 return (_has_bits_[0] & 0x00000002u) != 0;
8491}
8493 _has_bits_[0] |= 0x00000002u;
8494}
8496 _has_bits_[0] &= ~0x00000002u;
8497}
8499 club_id_ = GOOGLE_ULONGLONG(0);
8500 clear_has_club_id();
8501}
8503 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.KickRequest.club_id)
8504 return club_id_;
8505}
8507 set_has_club_id();
8508 club_id_ = value;
8509 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.KickRequest.club_id)
8510}
8511
8512// optional .bgs.protocol.club.v1.MemberId target_id = 3;
8513inline bool KickRequest::has_target_id() const {
8514 return (_has_bits_[0] & 0x00000004u) != 0;
8515}
8517 _has_bits_[0] |= 0x00000004u;
8518}
8520 _has_bits_[0] &= ~0x00000004u;
8521}
8523 if (target_id_ != NULL) target_id_->::bgs::protocol::club::v1::MemberId::Clear();
8524 clear_has_target_id();
8525}
8526inline const ::bgs::protocol::club::v1::MemberId& KickRequest::target_id() const {
8527 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.KickRequest.target_id)
8528 return target_id_ != NULL ? *target_id_ : *default_instance_->target_id_;
8529}
8530inline ::bgs::protocol::club::v1::MemberId* KickRequest::mutable_target_id() {
8531 set_has_target_id();
8532 if (target_id_ == NULL) target_id_ = new ::bgs::protocol::club::v1::MemberId;
8533 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.KickRequest.target_id)
8534 return target_id_;
8535}
8536inline ::bgs::protocol::club::v1::MemberId* KickRequest::release_target_id() {
8537 clear_has_target_id();
8538 ::bgs::protocol::club::v1::MemberId* temp = target_id_;
8539 target_id_ = NULL;
8540 return temp;
8541}
8543 delete target_id_;
8544 target_id_ = target_id;
8545 if (target_id) {
8546 set_has_target_id();
8547 } else {
8548 clear_has_target_id();
8549 }
8550 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.KickRequest.target_id)
8551}
8552
8553// -------------------------------------------------------------------
8554
8555// GetMemberRequest
8556
8557// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8559 return (_has_bits_[0] & 0x00000001u) != 0;
8560}
8562 _has_bits_[0] |= 0x00000001u;
8563}
8565 _has_bits_[0] &= ~0x00000001u;
8566}
8568 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8569 clear_has_agent_id();
8570}
8571inline const ::bgs::protocol::club::v1::MemberId& GetMemberRequest::agent_id() const {
8572 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMemberRequest.agent_id)
8573 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8574}
8575inline ::bgs::protocol::club::v1::MemberId* GetMemberRequest::mutable_agent_id() {
8576 set_has_agent_id();
8577 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8578 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetMemberRequest.agent_id)
8579 return agent_id_;
8580}
8581inline ::bgs::protocol::club::v1::MemberId* GetMemberRequest::release_agent_id() {
8582 clear_has_agent_id();
8583 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8584 agent_id_ = NULL;
8585 return temp;
8586}
8588 delete agent_id_;
8589 agent_id_ = agent_id;
8590 if (agent_id) {
8591 set_has_agent_id();
8592 } else {
8593 clear_has_agent_id();
8594 }
8595 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetMemberRequest.agent_id)
8596}
8597
8598// optional uint64 club_id = 2;
8600 return (_has_bits_[0] & 0x00000002u) != 0;
8601}
8603 _has_bits_[0] |= 0x00000002u;
8604}
8606 _has_bits_[0] &= ~0x00000002u;
8607}
8609 club_id_ = GOOGLE_ULONGLONG(0);
8610 clear_has_club_id();
8611}
8613 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMemberRequest.club_id)
8614 return club_id_;
8615}
8617 set_has_club_id();
8618 club_id_ = value;
8619 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetMemberRequest.club_id)
8620}
8621
8622// optional .bgs.protocol.club.v1.MemberId member_id = 3;
8624 return (_has_bits_[0] & 0x00000004u) != 0;
8625}
8627 _has_bits_[0] |= 0x00000004u;
8628}
8630 _has_bits_[0] &= ~0x00000004u;
8631}
8633 if (member_id_ != NULL) member_id_->::bgs::protocol::club::v1::MemberId::Clear();
8634 clear_has_member_id();
8635}
8636inline const ::bgs::protocol::club::v1::MemberId& GetMemberRequest::member_id() const {
8637 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMemberRequest.member_id)
8638 return member_id_ != NULL ? *member_id_ : *default_instance_->member_id_;
8639}
8640inline ::bgs::protocol::club::v1::MemberId* GetMemberRequest::mutable_member_id() {
8641 set_has_member_id();
8642 if (member_id_ == NULL) member_id_ = new ::bgs::protocol::club::v1::MemberId;
8643 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetMemberRequest.member_id)
8644 return member_id_;
8645}
8646inline ::bgs::protocol::club::v1::MemberId* GetMemberRequest::release_member_id() {
8647 clear_has_member_id();
8648 ::bgs::protocol::club::v1::MemberId* temp = member_id_;
8649 member_id_ = NULL;
8650 return temp;
8651}
8653 delete member_id_;
8654 member_id_ = member_id;
8655 if (member_id) {
8656 set_has_member_id();
8657 } else {
8658 clear_has_member_id();
8659 }
8660 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetMemberRequest.member_id)
8661}
8662
8663// -------------------------------------------------------------------
8664
8665// GetMemberResponse
8666
8667// optional .bgs.protocol.club.v1.Member member = 1;
8669 return (_has_bits_[0] & 0x00000001u) != 0;
8670}
8672 _has_bits_[0] |= 0x00000001u;
8673}
8675 _has_bits_[0] &= ~0x00000001u;
8676}
8678 if (member_ != NULL) member_->::bgs::protocol::club::v1::Member::Clear();
8679 clear_has_member();
8680}
8681inline const ::bgs::protocol::club::v1::Member& GetMemberResponse::member() const {
8682 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMemberResponse.member)
8683 return member_ != NULL ? *member_ : *default_instance_->member_;
8684}
8685inline ::bgs::protocol::club::v1::Member* GetMemberResponse::mutable_member() {
8686 set_has_member();
8687 if (member_ == NULL) member_ = new ::bgs::protocol::club::v1::Member;
8688 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetMemberResponse.member)
8689 return member_;
8690}
8691inline ::bgs::protocol::club::v1::Member* GetMemberResponse::release_member() {
8692 clear_has_member();
8693 ::bgs::protocol::club::v1::Member* temp = member_;
8694 member_ = NULL;
8695 return temp;
8696}
8698 delete member_;
8699 member_ = member;
8700 if (member) {
8701 set_has_member();
8702 } else {
8703 clear_has_member();
8704 }
8705 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetMemberResponse.member)
8706}
8707
8708// -------------------------------------------------------------------
8709
8710// GetMembersRequest
8711
8712// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8714 return (_has_bits_[0] & 0x00000001u) != 0;
8715}
8717 _has_bits_[0] |= 0x00000001u;
8718}
8720 _has_bits_[0] &= ~0x00000001u;
8721}
8723 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8724 clear_has_agent_id();
8725}
8726inline const ::bgs::protocol::club::v1::MemberId& GetMembersRequest::agent_id() const {
8727 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMembersRequest.agent_id)
8728 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8729}
8730inline ::bgs::protocol::club::v1::MemberId* GetMembersRequest::mutable_agent_id() {
8731 set_has_agent_id();
8732 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8733 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetMembersRequest.agent_id)
8734 return agent_id_;
8735}
8736inline ::bgs::protocol::club::v1::MemberId* GetMembersRequest::release_agent_id() {
8737 clear_has_agent_id();
8738 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8739 agent_id_ = NULL;
8740 return temp;
8741}
8743 delete agent_id_;
8744 agent_id_ = agent_id;
8745 if (agent_id) {
8746 set_has_agent_id();
8747 } else {
8748 clear_has_agent_id();
8749 }
8750 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetMembersRequest.agent_id)
8751}
8752
8753// optional uint64 club_id = 2;
8755 return (_has_bits_[0] & 0x00000002u) != 0;
8756}
8758 _has_bits_[0] |= 0x00000002u;
8759}
8761 _has_bits_[0] &= ~0x00000002u;
8762}
8764 club_id_ = GOOGLE_ULONGLONG(0);
8765 clear_has_club_id();
8766}
8768 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMembersRequest.club_id)
8769 return club_id_;
8770}
8772 set_has_club_id();
8773 club_id_ = value;
8774 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetMembersRequest.club_id)
8775}
8776
8777// optional uint64 continuation = 4;
8779 return (_has_bits_[0] & 0x00000004u) != 0;
8780}
8782 _has_bits_[0] |= 0x00000004u;
8783}
8785 _has_bits_[0] &= ~0x00000004u;
8786}
8788 continuation_ = GOOGLE_ULONGLONG(0);
8789 clear_has_continuation();
8790}
8792 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMembersRequest.continuation)
8793 return continuation_;
8794}
8796 set_has_continuation();
8797 continuation_ = value;
8798 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetMembersRequest.continuation)
8799}
8800
8801// -------------------------------------------------------------------
8802
8803// GetMembersResponse
8804
8805// repeated .bgs.protocol.club.v1.Member member = 1;
8807 return member_.size();
8808}
8810 member_.Clear();
8811}
8812inline const ::bgs::protocol::club::v1::Member& GetMembersResponse::member(int index) const {
8813 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMembersResponse.member)
8814 return member_.Get(index);
8815}
8816inline ::bgs::protocol::club::v1::Member* GetMembersResponse::mutable_member(int index) {
8817 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetMembersResponse.member)
8818 return member_.Mutable(index);
8819}
8820inline ::bgs::protocol::club::v1::Member* GetMembersResponse::add_member() {
8821 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetMembersResponse.member)
8822 return member_.Add();
8823}
8824inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member >&
8826 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetMembersResponse.member)
8827 return member_;
8828}
8829inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member >*
8831 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetMembersResponse.member)
8832 return &member_;
8833}
8834
8835// optional uint64 continuation = 2;
8837 return (_has_bits_[0] & 0x00000002u) != 0;
8838}
8840 _has_bits_[0] |= 0x00000002u;
8841}
8843 _has_bits_[0] &= ~0x00000002u;
8844}
8846 continuation_ = GOOGLE_ULONGLONG(0);
8847 clear_has_continuation();
8848}
8850 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetMembersResponse.continuation)
8851 return continuation_;
8852}
8854 set_has_continuation();
8855 continuation_ = value;
8856 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetMembersResponse.continuation)
8857}
8858
8859// -------------------------------------------------------------------
8860
8861// UpdateMemberStateRequest
8862
8863// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
8865 return (_has_bits_[0] & 0x00000001u) != 0;
8866}
8868 _has_bits_[0] |= 0x00000001u;
8869}
8871 _has_bits_[0] &= ~0x00000001u;
8872}
8874 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
8875 clear_has_agent_id();
8876}
8877inline const ::bgs::protocol::club::v1::MemberId& UpdateMemberStateRequest::agent_id() const {
8878 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateMemberStateRequest.agent_id)
8879 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
8880}
8881inline ::bgs::protocol::club::v1::MemberId* UpdateMemberStateRequest::mutable_agent_id() {
8882 set_has_agent_id();
8883 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
8884 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateMemberStateRequest.agent_id)
8885 return agent_id_;
8886}
8887inline ::bgs::protocol::club::v1::MemberId* UpdateMemberStateRequest::release_agent_id() {
8888 clear_has_agent_id();
8889 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
8890 agent_id_ = NULL;
8891 return temp;
8892}
8894 delete agent_id_;
8895 agent_id_ = agent_id;
8896 if (agent_id) {
8897 set_has_agent_id();
8898 } else {
8899 clear_has_agent_id();
8900 }
8901 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateMemberStateRequest.agent_id)
8902}
8903
8904// optional uint64 club_id = 2;
8906 return (_has_bits_[0] & 0x00000002u) != 0;
8907}
8909 _has_bits_[0] |= 0x00000002u;
8910}
8912 _has_bits_[0] &= ~0x00000002u;
8913}
8915 club_id_ = GOOGLE_ULONGLONG(0);
8916 clear_has_club_id();
8917}
8919 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateMemberStateRequest.club_id)
8920 return club_id_;
8921}
8923 set_has_club_id();
8924 club_id_ = value;
8925 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UpdateMemberStateRequest.club_id)
8926}
8927
8928// optional .bgs.protocol.club.v1.MemberId member_id = 3;
8930 return (_has_bits_[0] & 0x00000004u) != 0;
8931}
8933 _has_bits_[0] |= 0x00000004u;
8934}
8936 _has_bits_[0] &= ~0x00000004u;
8937}
8939 if (member_id_ != NULL) member_id_->::bgs::protocol::club::v1::MemberId::Clear();
8940 clear_has_member_id();
8941}
8942inline const ::bgs::protocol::club::v1::MemberId& UpdateMemberStateRequest::member_id() const {
8943 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateMemberStateRequest.member_id)
8944 return member_id_ != NULL ? *member_id_ : *default_instance_->member_id_;
8945}
8946inline ::bgs::protocol::club::v1::MemberId* UpdateMemberStateRequest::mutable_member_id() {
8947 set_has_member_id();
8948 if (member_id_ == NULL) member_id_ = new ::bgs::protocol::club::v1::MemberId;
8949 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateMemberStateRequest.member_id)
8950 return member_id_;
8951}
8952inline ::bgs::protocol::club::v1::MemberId* UpdateMemberStateRequest::release_member_id() {
8953 clear_has_member_id();
8954 ::bgs::protocol::club::v1::MemberId* temp = member_id_;
8955 member_id_ = NULL;
8956 return temp;
8957}
8959 delete member_id_;
8960 member_id_ = member_id;
8961 if (member_id) {
8962 set_has_member_id();
8963 } else {
8964 clear_has_member_id();
8965 }
8966 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateMemberStateRequest.member_id)
8967}
8968
8969// optional .bgs.protocol.club.v1.MemberStateOptions options = 5;
8971 return (_has_bits_[0] & 0x00000008u) != 0;
8972}
8974 _has_bits_[0] |= 0x00000008u;
8975}
8977 _has_bits_[0] &= ~0x00000008u;
8978}
8980 if (options_ != NULL) options_->::bgs::protocol::club::v1::MemberStateOptions::Clear();
8981 clear_has_options();
8982}
8983inline const ::bgs::protocol::club::v1::MemberStateOptions& UpdateMemberStateRequest::options() const {
8984 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateMemberStateRequest.options)
8985 return options_ != NULL ? *options_ : *default_instance_->options_;
8986}
8987inline ::bgs::protocol::club::v1::MemberStateOptions* UpdateMemberStateRequest::mutable_options() {
8988 set_has_options();
8989 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::MemberStateOptions;
8990 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateMemberStateRequest.options)
8991 return options_;
8992}
8993inline ::bgs::protocol::club::v1::MemberStateOptions* UpdateMemberStateRequest::release_options() {
8994 clear_has_options();
8996 options_ = NULL;
8997 return temp;
8998}
9000 delete options_;
9001 options_ = options;
9002 if (options) {
9003 set_has_options();
9004 } else {
9005 clear_has_options();
9006 }
9007 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateMemberStateRequest.options)
9008}
9009
9010// -------------------------------------------------------------------
9011
9012// UpdateSubscriberStateRequest
9013
9014// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9016 return (_has_bits_[0] & 0x00000001u) != 0;
9017}
9019 _has_bits_[0] |= 0x00000001u;
9020}
9022 _has_bits_[0] &= ~0x00000001u;
9023}
9025 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9026 clear_has_agent_id();
9027}
9028inline const ::bgs::protocol::club::v1::MemberId& UpdateSubscriberStateRequest::agent_id() const {
9029 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateSubscriberStateRequest.agent_id)
9030 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9031}
9032inline ::bgs::protocol::club::v1::MemberId* UpdateSubscriberStateRequest::mutable_agent_id() {
9033 set_has_agent_id();
9034 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9035 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateSubscriberStateRequest.agent_id)
9036 return agent_id_;
9037}
9038inline ::bgs::protocol::club::v1::MemberId* UpdateSubscriberStateRequest::release_agent_id() {
9039 clear_has_agent_id();
9040 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9041 agent_id_ = NULL;
9042 return temp;
9043}
9045 delete agent_id_;
9046 agent_id_ = agent_id;
9047 if (agent_id) {
9048 set_has_agent_id();
9049 } else {
9050 clear_has_agent_id();
9051 }
9052 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateSubscriberStateRequest.agent_id)
9053}
9054
9055// optional uint64 club_id = 2;
9057 return (_has_bits_[0] & 0x00000002u) != 0;
9058}
9060 _has_bits_[0] |= 0x00000002u;
9061}
9063 _has_bits_[0] &= ~0x00000002u;
9064}
9066 club_id_ = GOOGLE_ULONGLONG(0);
9067 clear_has_club_id();
9068}
9070 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateSubscriberStateRequest.club_id)
9071 return club_id_;
9072}
9074 set_has_club_id();
9075 club_id_ = value;
9076 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UpdateSubscriberStateRequest.club_id)
9077}
9078
9079// optional .bgs.protocol.club.v1.SubscriberStateOptions options = 3;
9081 return (_has_bits_[0] & 0x00000004u) != 0;
9082}
9084 _has_bits_[0] |= 0x00000004u;
9085}
9087 _has_bits_[0] &= ~0x00000004u;
9088}
9090 if (options_ != NULL) options_->::bgs::protocol::club::v1::SubscriberStateOptions::Clear();
9091 clear_has_options();
9092}
9093inline const ::bgs::protocol::club::v1::SubscriberStateOptions& UpdateSubscriberStateRequest::options() const {
9094 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateSubscriberStateRequest.options)
9095 return options_ != NULL ? *options_ : *default_instance_->options_;
9096}
9097inline ::bgs::protocol::club::v1::SubscriberStateOptions* UpdateSubscriberStateRequest::mutable_options() {
9098 set_has_options();
9099 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::SubscriberStateOptions;
9100 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateSubscriberStateRequest.options)
9101 return options_;
9102}
9103inline ::bgs::protocol::club::v1::SubscriberStateOptions* UpdateSubscriberStateRequest::release_options() {
9104 clear_has_options();
9106 options_ = NULL;
9107 return temp;
9108}
9110 delete options_;
9111 options_ = options;
9112 if (options) {
9113 set_has_options();
9114 } else {
9115 clear_has_options();
9116 }
9117 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateSubscriberStateRequest.options)
9118}
9119
9120// -------------------------------------------------------------------
9121
9122// AssignRoleRequest
9123
9124// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9126 return (_has_bits_[0] & 0x00000001u) != 0;
9127}
9129 _has_bits_[0] |= 0x00000001u;
9130}
9132 _has_bits_[0] &= ~0x00000001u;
9133}
9135 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9136 clear_has_agent_id();
9137}
9138inline const ::bgs::protocol::club::v1::MemberId& AssignRoleRequest::agent_id() const {
9139 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AssignRoleRequest.agent_id)
9140 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9141}
9142inline ::bgs::protocol::club::v1::MemberId* AssignRoleRequest::mutable_agent_id() {
9143 set_has_agent_id();
9144 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9145 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AssignRoleRequest.agent_id)
9146 return agent_id_;
9147}
9148inline ::bgs::protocol::club::v1::MemberId* AssignRoleRequest::release_agent_id() {
9149 clear_has_agent_id();
9150 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9151 agent_id_ = NULL;
9152 return temp;
9153}
9155 delete agent_id_;
9156 agent_id_ = agent_id;
9157 if (agent_id) {
9158 set_has_agent_id();
9159 } else {
9160 clear_has_agent_id();
9161 }
9162 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AssignRoleRequest.agent_id)
9163}
9164
9165// optional uint64 club_id = 2;
9167 return (_has_bits_[0] & 0x00000002u) != 0;
9168}
9170 _has_bits_[0] |= 0x00000002u;
9171}
9173 _has_bits_[0] &= ~0x00000002u;
9174}
9176 club_id_ = GOOGLE_ULONGLONG(0);
9177 clear_has_club_id();
9178}
9180 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AssignRoleRequest.club_id)
9181 return club_id_;
9182}
9184 set_has_club_id();
9185 club_id_ = value;
9186 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AssignRoleRequest.club_id)
9187}
9188
9189// optional .bgs.protocol.club.v1.RoleOptions options = 3;
9191 return (_has_bits_[0] & 0x00000004u) != 0;
9192}
9194 _has_bits_[0] |= 0x00000004u;
9195}
9197 _has_bits_[0] &= ~0x00000004u;
9198}
9200 if (options_ != NULL) options_->::bgs::protocol::club::v1::RoleOptions::Clear();
9201 clear_has_options();
9202}
9203inline const ::bgs::protocol::club::v1::RoleOptions& AssignRoleRequest::options() const {
9204 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AssignRoleRequest.options)
9205 return options_ != NULL ? *options_ : *default_instance_->options_;
9206}
9207inline ::bgs::protocol::club::v1::RoleOptions* AssignRoleRequest::mutable_options() {
9208 set_has_options();
9209 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::RoleOptions;
9210 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AssignRoleRequest.options)
9211 return options_;
9212}
9213inline ::bgs::protocol::club::v1::RoleOptions* AssignRoleRequest::release_options() {
9214 clear_has_options();
9216 options_ = NULL;
9217 return temp;
9218}
9220 delete options_;
9221 options_ = options;
9222 if (options) {
9223 set_has_options();
9224 } else {
9225 clear_has_options();
9226 }
9227 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AssignRoleRequest.options)
9228}
9229
9230// -------------------------------------------------------------------
9231
9232// UnassignRoleRequest
9233
9234// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9236 return (_has_bits_[0] & 0x00000001u) != 0;
9237}
9239 _has_bits_[0] |= 0x00000001u;
9240}
9242 _has_bits_[0] &= ~0x00000001u;
9243}
9245 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9246 clear_has_agent_id();
9247}
9248inline const ::bgs::protocol::club::v1::MemberId& UnassignRoleRequest::agent_id() const {
9249 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnassignRoleRequest.agent_id)
9250 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9251}
9252inline ::bgs::protocol::club::v1::MemberId* UnassignRoleRequest::mutable_agent_id() {
9253 set_has_agent_id();
9254 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9255 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UnassignRoleRequest.agent_id)
9256 return agent_id_;
9257}
9258inline ::bgs::protocol::club::v1::MemberId* UnassignRoleRequest::release_agent_id() {
9259 clear_has_agent_id();
9260 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9261 agent_id_ = NULL;
9262 return temp;
9263}
9265 delete agent_id_;
9266 agent_id_ = agent_id;
9267 if (agent_id) {
9268 set_has_agent_id();
9269 } else {
9270 clear_has_agent_id();
9271 }
9272 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UnassignRoleRequest.agent_id)
9273}
9274
9275// optional uint64 club_id = 2;
9277 return (_has_bits_[0] & 0x00000002u) != 0;
9278}
9280 _has_bits_[0] |= 0x00000002u;
9281}
9283 _has_bits_[0] &= ~0x00000002u;
9284}
9286 club_id_ = GOOGLE_ULONGLONG(0);
9287 clear_has_club_id();
9288}
9290 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnassignRoleRequest.club_id)
9291 return club_id_;
9292}
9294 set_has_club_id();
9295 club_id_ = value;
9296 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UnassignRoleRequest.club_id)
9297}
9298
9299// optional .bgs.protocol.club.v1.RoleOptions options = 3;
9301 return (_has_bits_[0] & 0x00000004u) != 0;
9302}
9304 _has_bits_[0] |= 0x00000004u;
9305}
9307 _has_bits_[0] &= ~0x00000004u;
9308}
9310 if (options_ != NULL) options_->::bgs::protocol::club::v1::RoleOptions::Clear();
9311 clear_has_options();
9312}
9313inline const ::bgs::protocol::club::v1::RoleOptions& UnassignRoleRequest::options() const {
9314 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnassignRoleRequest.options)
9315 return options_ != NULL ? *options_ : *default_instance_->options_;
9316}
9317inline ::bgs::protocol::club::v1::RoleOptions* UnassignRoleRequest::mutable_options() {
9318 set_has_options();
9319 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::RoleOptions;
9320 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UnassignRoleRequest.options)
9321 return options_;
9322}
9323inline ::bgs::protocol::club::v1::RoleOptions* UnassignRoleRequest::release_options() {
9324 clear_has_options();
9326 options_ = NULL;
9327 return temp;
9328}
9330 delete options_;
9331 options_ = options;
9332 if (options) {
9333 set_has_options();
9334 } else {
9335 clear_has_options();
9336 }
9337 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UnassignRoleRequest.options)
9338}
9339
9340// -------------------------------------------------------------------
9341
9342// SendInvitationRequest
9343
9344// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9346 return (_has_bits_[0] & 0x00000001u) != 0;
9347}
9349 _has_bits_[0] |= 0x00000001u;
9350}
9352 _has_bits_[0] &= ~0x00000001u;
9353}
9355 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9356 clear_has_agent_id();
9357}
9358inline const ::bgs::protocol::club::v1::MemberId& SendInvitationRequest::agent_id() const {
9359 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SendInvitationRequest.agent_id)
9360 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9361}
9362inline ::bgs::protocol::club::v1::MemberId* SendInvitationRequest::mutable_agent_id() {
9363 set_has_agent_id();
9364 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9365 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SendInvitationRequest.agent_id)
9366 return agent_id_;
9367}
9368inline ::bgs::protocol::club::v1::MemberId* SendInvitationRequest::release_agent_id() {
9369 clear_has_agent_id();
9370 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9371 agent_id_ = NULL;
9372 return temp;
9373}
9375 delete agent_id_;
9376 agent_id_ = agent_id;
9377 if (agent_id) {
9378 set_has_agent_id();
9379 } else {
9380 clear_has_agent_id();
9381 }
9382 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SendInvitationRequest.agent_id)
9383}
9384
9385// optional uint64 club_id = 2;
9387 return (_has_bits_[0] & 0x00000002u) != 0;
9388}
9390 _has_bits_[0] |= 0x00000002u;
9391}
9393 _has_bits_[0] &= ~0x00000002u;
9394}
9396 club_id_ = GOOGLE_ULONGLONG(0);
9397 clear_has_club_id();
9398}
9400 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SendInvitationRequest.club_id)
9401 return club_id_;
9402}
9404 set_has_club_id();
9405 club_id_ = value;
9406 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SendInvitationRequest.club_id)
9407}
9408
9409// optional .bgs.protocol.club.v1.SendInvitationOptions options = 3;
9411 return (_has_bits_[0] & 0x00000004u) != 0;
9412}
9414 _has_bits_[0] |= 0x00000004u;
9415}
9417 _has_bits_[0] &= ~0x00000004u;
9418}
9420 if (options_ != NULL) options_->::bgs::protocol::club::v1::SendInvitationOptions::Clear();
9421 clear_has_options();
9422}
9423inline const ::bgs::protocol::club::v1::SendInvitationOptions& SendInvitationRequest::options() const {
9424 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SendInvitationRequest.options)
9425 return options_ != NULL ? *options_ : *default_instance_->options_;
9426}
9427inline ::bgs::protocol::club::v1::SendInvitationOptions* SendInvitationRequest::mutable_options() {
9428 set_has_options();
9429 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::SendInvitationOptions;
9430 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SendInvitationRequest.options)
9431 return options_;
9432}
9433inline ::bgs::protocol::club::v1::SendInvitationOptions* SendInvitationRequest::release_options() {
9434 clear_has_options();
9436 options_ = NULL;
9437 return temp;
9438}
9440 delete options_;
9441 options_ = options;
9442 if (options) {
9443 set_has_options();
9444 } else {
9445 clear_has_options();
9446 }
9447 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SendInvitationRequest.options)
9448}
9449
9450// -------------------------------------------------------------------
9451
9452// AcceptInvitationRequest
9453
9454// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9456 return (_has_bits_[0] & 0x00000001u) != 0;
9457}
9459 _has_bits_[0] |= 0x00000001u;
9460}
9462 _has_bits_[0] &= ~0x00000001u;
9463}
9465 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9466 clear_has_agent_id();
9467}
9468inline const ::bgs::protocol::club::v1::MemberId& AcceptInvitationRequest::agent_id() const {
9469 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AcceptInvitationRequest.agent_id)
9470 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9471}
9472inline ::bgs::protocol::club::v1::MemberId* AcceptInvitationRequest::mutable_agent_id() {
9473 set_has_agent_id();
9474 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9475 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AcceptInvitationRequest.agent_id)
9476 return agent_id_;
9477}
9478inline ::bgs::protocol::club::v1::MemberId* AcceptInvitationRequest::release_agent_id() {
9479 clear_has_agent_id();
9480 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9481 agent_id_ = NULL;
9482 return temp;
9483}
9485 delete agent_id_;
9486 agent_id_ = agent_id;
9487 if (agent_id) {
9488 set_has_agent_id();
9489 } else {
9490 clear_has_agent_id();
9491 }
9492 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AcceptInvitationRequest.agent_id)
9493}
9494
9495// optional uint64 club_id = 2;
9497 return (_has_bits_[0] & 0x00000002u) != 0;
9498}
9500 _has_bits_[0] |= 0x00000002u;
9501}
9503 _has_bits_[0] &= ~0x00000002u;
9504}
9506 club_id_ = GOOGLE_ULONGLONG(0);
9507 clear_has_club_id();
9508}
9510 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AcceptInvitationRequest.club_id)
9511 return club_id_;
9512}
9514 set_has_club_id();
9515 club_id_ = value;
9516 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AcceptInvitationRequest.club_id)
9517}
9518
9519// optional fixed64 invitation_id = 3;
9521 return (_has_bits_[0] & 0x00000004u) != 0;
9522}
9524 _has_bits_[0] |= 0x00000004u;
9525}
9527 _has_bits_[0] &= ~0x00000004u;
9528}
9530 invitation_id_ = GOOGLE_ULONGLONG(0);
9531 clear_has_invitation_id();
9532}
9534 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AcceptInvitationRequest.invitation_id)
9535 return invitation_id_;
9536}
9538 set_has_invitation_id();
9539 invitation_id_ = value;
9540 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AcceptInvitationRequest.invitation_id)
9541}
9542
9543// -------------------------------------------------------------------
9544
9545// DeclineInvitationRequest
9546
9547// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9549 return (_has_bits_[0] & 0x00000001u) != 0;
9550}
9552 _has_bits_[0] |= 0x00000001u;
9553}
9555 _has_bits_[0] &= ~0x00000001u;
9556}
9558 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9559 clear_has_agent_id();
9560}
9561inline const ::bgs::protocol::club::v1::MemberId& DeclineInvitationRequest::agent_id() const {
9562 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DeclineInvitationRequest.agent_id)
9563 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9564}
9565inline ::bgs::protocol::club::v1::MemberId* DeclineInvitationRequest::mutable_agent_id() {
9566 set_has_agent_id();
9567 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9568 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DeclineInvitationRequest.agent_id)
9569 return agent_id_;
9570}
9571inline ::bgs::protocol::club::v1::MemberId* DeclineInvitationRequest::release_agent_id() {
9572 clear_has_agent_id();
9573 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9574 agent_id_ = NULL;
9575 return temp;
9576}
9578 delete agent_id_;
9579 agent_id_ = agent_id;
9580 if (agent_id) {
9581 set_has_agent_id();
9582 } else {
9583 clear_has_agent_id();
9584 }
9585 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DeclineInvitationRequest.agent_id)
9586}
9587
9588// optional uint64 club_id = 2;
9590 return (_has_bits_[0] & 0x00000002u) != 0;
9591}
9593 _has_bits_[0] |= 0x00000002u;
9594}
9596 _has_bits_[0] &= ~0x00000002u;
9597}
9599 club_id_ = GOOGLE_ULONGLONG(0);
9600 clear_has_club_id();
9601}
9603 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DeclineInvitationRequest.club_id)
9604 return club_id_;
9605}
9607 set_has_club_id();
9608 club_id_ = value;
9609 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DeclineInvitationRequest.club_id)
9610}
9611
9612// optional fixed64 invitation_id = 3;
9614 return (_has_bits_[0] & 0x00000004u) != 0;
9615}
9617 _has_bits_[0] |= 0x00000004u;
9618}
9620 _has_bits_[0] &= ~0x00000004u;
9621}
9623 invitation_id_ = GOOGLE_ULONGLONG(0);
9624 clear_has_invitation_id();
9625}
9627 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DeclineInvitationRequest.invitation_id)
9628 return invitation_id_;
9629}
9631 set_has_invitation_id();
9632 invitation_id_ = value;
9633 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DeclineInvitationRequest.invitation_id)
9634}
9635
9636// -------------------------------------------------------------------
9637
9638// RevokeInvitationRequest
9639
9640// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9642 return (_has_bits_[0] & 0x00000001u) != 0;
9643}
9645 _has_bits_[0] |= 0x00000001u;
9646}
9648 _has_bits_[0] &= ~0x00000001u;
9649}
9651 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9652 clear_has_agent_id();
9653}
9654inline const ::bgs::protocol::club::v1::MemberId& RevokeInvitationRequest::agent_id() const {
9655 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RevokeInvitationRequest.agent_id)
9656 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9657}
9658inline ::bgs::protocol::club::v1::MemberId* RevokeInvitationRequest::mutable_agent_id() {
9659 set_has_agent_id();
9660 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9661 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.RevokeInvitationRequest.agent_id)
9662 return agent_id_;
9663}
9664inline ::bgs::protocol::club::v1::MemberId* RevokeInvitationRequest::release_agent_id() {
9665 clear_has_agent_id();
9666 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9667 agent_id_ = NULL;
9668 return temp;
9669}
9671 delete agent_id_;
9672 agent_id_ = agent_id;
9673 if (agent_id) {
9674 set_has_agent_id();
9675 } else {
9676 clear_has_agent_id();
9677 }
9678 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.RevokeInvitationRequest.agent_id)
9679}
9680
9681// optional uint64 club_id = 2;
9683 return (_has_bits_[0] & 0x00000002u) != 0;
9684}
9686 _has_bits_[0] |= 0x00000002u;
9687}
9689 _has_bits_[0] &= ~0x00000002u;
9690}
9692 club_id_ = GOOGLE_ULONGLONG(0);
9693 clear_has_club_id();
9694}
9696 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RevokeInvitationRequest.club_id)
9697 return club_id_;
9698}
9700 set_has_club_id();
9701 club_id_ = value;
9702 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.RevokeInvitationRequest.club_id)
9703}
9704
9705// optional fixed64 invitation_id = 3;
9707 return (_has_bits_[0] & 0x00000004u) != 0;
9708}
9710 _has_bits_[0] |= 0x00000004u;
9711}
9713 _has_bits_[0] &= ~0x00000004u;
9714}
9716 invitation_id_ = GOOGLE_ULONGLONG(0);
9717 clear_has_invitation_id();
9718}
9720 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RevokeInvitationRequest.invitation_id)
9721 return invitation_id_;
9722}
9724 set_has_invitation_id();
9725 invitation_id_ = value;
9726 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.RevokeInvitationRequest.invitation_id)
9727}
9728
9729// -------------------------------------------------------------------
9730
9731// GetInvitationRequest
9732
9733// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9735 return (_has_bits_[0] & 0x00000001u) != 0;
9736}
9738 _has_bits_[0] |= 0x00000001u;
9739}
9741 _has_bits_[0] &= ~0x00000001u;
9742}
9744 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9745 clear_has_agent_id();
9746}
9747inline const ::bgs::protocol::club::v1::MemberId& GetInvitationRequest::agent_id() const {
9748 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationRequest.agent_id)
9749 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9750}
9751inline ::bgs::protocol::club::v1::MemberId* GetInvitationRequest::mutable_agent_id() {
9752 set_has_agent_id();
9753 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9754 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetInvitationRequest.agent_id)
9755 return agent_id_;
9756}
9757inline ::bgs::protocol::club::v1::MemberId* GetInvitationRequest::release_agent_id() {
9758 clear_has_agent_id();
9759 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9760 agent_id_ = NULL;
9761 return temp;
9762}
9764 delete agent_id_;
9765 agent_id_ = agent_id;
9766 if (agent_id) {
9767 set_has_agent_id();
9768 } else {
9769 clear_has_agent_id();
9770 }
9771 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetInvitationRequest.agent_id)
9772}
9773
9774// optional uint64 club_id = 2;
9776 return (_has_bits_[0] & 0x00000002u) != 0;
9777}
9779 _has_bits_[0] |= 0x00000002u;
9780}
9782 _has_bits_[0] &= ~0x00000002u;
9783}
9785 club_id_ = GOOGLE_ULONGLONG(0);
9786 clear_has_club_id();
9787}
9789 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationRequest.club_id)
9790 return club_id_;
9791}
9793 set_has_club_id();
9794 club_id_ = value;
9795 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetInvitationRequest.club_id)
9796}
9797
9798// optional fixed64 invitation_id = 3;
9800 return (_has_bits_[0] & 0x00000004u) != 0;
9801}
9803 _has_bits_[0] |= 0x00000004u;
9804}
9806 _has_bits_[0] &= ~0x00000004u;
9807}
9809 invitation_id_ = GOOGLE_ULONGLONG(0);
9810 clear_has_invitation_id();
9811}
9813 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationRequest.invitation_id)
9814 return invitation_id_;
9815}
9817 set_has_invitation_id();
9818 invitation_id_ = value;
9819 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetInvitationRequest.invitation_id)
9820}
9821
9822// -------------------------------------------------------------------
9823
9824// GetInvitationResponse
9825
9826// optional .bgs.protocol.club.v1.ClubInvitation invitation = 1;
9828 return (_has_bits_[0] & 0x00000001u) != 0;
9829}
9831 _has_bits_[0] |= 0x00000001u;
9832}
9834 _has_bits_[0] &= ~0x00000001u;
9835}
9837 if (invitation_ != NULL) invitation_->::bgs::protocol::club::v1::ClubInvitation::Clear();
9838 clear_has_invitation();
9839}
9840inline const ::bgs::protocol::club::v1::ClubInvitation& GetInvitationResponse::invitation() const {
9841 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationResponse.invitation)
9842 return invitation_ != NULL ? *invitation_ : *default_instance_->invitation_;
9843}
9844inline ::bgs::protocol::club::v1::ClubInvitation* GetInvitationResponse::mutable_invitation() {
9845 set_has_invitation();
9846 if (invitation_ == NULL) invitation_ = new ::bgs::protocol::club::v1::ClubInvitation;
9847 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetInvitationResponse.invitation)
9848 return invitation_;
9849}
9850inline ::bgs::protocol::club::v1::ClubInvitation* GetInvitationResponse::release_invitation() {
9851 clear_has_invitation();
9853 invitation_ = NULL;
9854 return temp;
9855}
9857 delete invitation_;
9858 invitation_ = invitation;
9859 if (invitation) {
9860 set_has_invitation();
9861 } else {
9862 clear_has_invitation();
9863 }
9864 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetInvitationResponse.invitation)
9865}
9866
9867// -------------------------------------------------------------------
9868
9869// GetInvitationsRequest
9870
9871// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
9873 return (_has_bits_[0] & 0x00000001u) != 0;
9874}
9876 _has_bits_[0] |= 0x00000001u;
9877}
9879 _has_bits_[0] &= ~0x00000001u;
9880}
9882 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
9883 clear_has_agent_id();
9884}
9885inline const ::bgs::protocol::club::v1::MemberId& GetInvitationsRequest::agent_id() const {
9886 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationsRequest.agent_id)
9887 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
9888}
9889inline ::bgs::protocol::club::v1::MemberId* GetInvitationsRequest::mutable_agent_id() {
9890 set_has_agent_id();
9891 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
9892 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetInvitationsRequest.agent_id)
9893 return agent_id_;
9894}
9895inline ::bgs::protocol::club::v1::MemberId* GetInvitationsRequest::release_agent_id() {
9896 clear_has_agent_id();
9897 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
9898 agent_id_ = NULL;
9899 return temp;
9900}
9902 delete agent_id_;
9903 agent_id_ = agent_id;
9904 if (agent_id) {
9905 set_has_agent_id();
9906 } else {
9907 clear_has_agent_id();
9908 }
9909 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetInvitationsRequest.agent_id)
9910}
9911
9912// optional uint64 club_id = 2;
9914 return (_has_bits_[0] & 0x00000002u) != 0;
9915}
9917 _has_bits_[0] |= 0x00000002u;
9918}
9920 _has_bits_[0] &= ~0x00000002u;
9921}
9923 club_id_ = GOOGLE_ULONGLONG(0);
9924 clear_has_club_id();
9925}
9927 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationsRequest.club_id)
9928 return club_id_;
9929}
9931 set_has_club_id();
9932 club_id_ = value;
9933 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetInvitationsRequest.club_id)
9934}
9935
9936// optional uint64 continuation = 3;
9938 return (_has_bits_[0] & 0x00000004u) != 0;
9939}
9941 _has_bits_[0] |= 0x00000004u;
9942}
9944 _has_bits_[0] &= ~0x00000004u;
9945}
9947 continuation_ = GOOGLE_ULONGLONG(0);
9948 clear_has_continuation();
9949}
9951 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationsRequest.continuation)
9952 return continuation_;
9953}
9955 set_has_continuation();
9956 continuation_ = value;
9957 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetInvitationsRequest.continuation)
9958}
9959
9960// -------------------------------------------------------------------
9961
9962// GetInvitationsResponse
9963
9964// repeated .bgs.protocol.club.v1.ClubInvitation invitation = 1;
9966 return invitation_.size();
9967}
9969 invitation_.Clear();
9970}
9971inline const ::bgs::protocol::club::v1::ClubInvitation& GetInvitationsResponse::invitation(int index) const {
9972 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationsResponse.invitation)
9973 return invitation_.Get(index);
9974}
9975inline ::bgs::protocol::club::v1::ClubInvitation* GetInvitationsResponse::mutable_invitation(int index) {
9976 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetInvitationsResponse.invitation)
9977 return invitation_.Mutable(index);
9978}
9979inline ::bgs::protocol::club::v1::ClubInvitation* GetInvitationsResponse::add_invitation() {
9980 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetInvitationsResponse.invitation)
9981 return invitation_.Add();
9982}
9983inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation >&
9985 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetInvitationsResponse.invitation)
9986 return invitation_;
9987}
9988inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation >*
9990 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetInvitationsResponse.invitation)
9991 return &invitation_;
9992}
9993
9994// optional uint64 continuation = 2;
9996 return (_has_bits_[0] & 0x00000002u) != 0;
9997}
9999 _has_bits_[0] |= 0x00000002u;
10000}
10002 _has_bits_[0] &= ~0x00000002u;
10003}
10005 continuation_ = GOOGLE_ULONGLONG(0);
10006 clear_has_continuation();
10007}
10009 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetInvitationsResponse.continuation)
10010 return continuation_;
10011}
10013 set_has_continuation();
10014 continuation_ = value;
10015 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetInvitationsResponse.continuation)
10016}
10017
10018// -------------------------------------------------------------------
10019
10020// SendSuggestionRequest
10021
10022// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10024 return (_has_bits_[0] & 0x00000001u) != 0;
10025}
10027 _has_bits_[0] |= 0x00000001u;
10028}
10030 _has_bits_[0] &= ~0x00000001u;
10031}
10033 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10034 clear_has_agent_id();
10035}
10036inline const ::bgs::protocol::club::v1::MemberId& SendSuggestionRequest::agent_id() const {
10037 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SendSuggestionRequest.agent_id)
10038 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10039}
10040inline ::bgs::protocol::club::v1::MemberId* SendSuggestionRequest::mutable_agent_id() {
10041 set_has_agent_id();
10042 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10043 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SendSuggestionRequest.agent_id)
10044 return agent_id_;
10045}
10046inline ::bgs::protocol::club::v1::MemberId* SendSuggestionRequest::release_agent_id() {
10047 clear_has_agent_id();
10048 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10049 agent_id_ = NULL;
10050 return temp;
10051}
10053 delete agent_id_;
10054 agent_id_ = agent_id;
10055 if (agent_id) {
10056 set_has_agent_id();
10057 } else {
10058 clear_has_agent_id();
10059 }
10060 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SendSuggestionRequest.agent_id)
10061}
10062
10063// optional uint64 club_id = 2;
10065 return (_has_bits_[0] & 0x00000002u) != 0;
10066}
10068 _has_bits_[0] |= 0x00000002u;
10069}
10071 _has_bits_[0] &= ~0x00000002u;
10072}
10074 club_id_ = GOOGLE_ULONGLONG(0);
10075 clear_has_club_id();
10076}
10078 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SendSuggestionRequest.club_id)
10079 return club_id_;
10080}
10082 set_has_club_id();
10083 club_id_ = value;
10084 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SendSuggestionRequest.club_id)
10085}
10086
10087// optional .bgs.protocol.club.v1.SendSuggestionOptions options = 3;
10089 return (_has_bits_[0] & 0x00000004u) != 0;
10090}
10092 _has_bits_[0] |= 0x00000004u;
10093}
10095 _has_bits_[0] &= ~0x00000004u;
10096}
10098 if (options_ != NULL) options_->::bgs::protocol::club::v1::SendSuggestionOptions::Clear();
10099 clear_has_options();
10100}
10101inline const ::bgs::protocol::club::v1::SendSuggestionOptions& SendSuggestionRequest::options() const {
10102 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SendSuggestionRequest.options)
10103 return options_ != NULL ? *options_ : *default_instance_->options_;
10104}
10105inline ::bgs::protocol::club::v1::SendSuggestionOptions* SendSuggestionRequest::mutable_options() {
10106 set_has_options();
10107 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::SendSuggestionOptions;
10108 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SendSuggestionRequest.options)
10109 return options_;
10110}
10111inline ::bgs::protocol::club::v1::SendSuggestionOptions* SendSuggestionRequest::release_options() {
10112 clear_has_options();
10114 options_ = NULL;
10115 return temp;
10116}
10118 delete options_;
10119 options_ = options;
10120 if (options) {
10121 set_has_options();
10122 } else {
10123 clear_has_options();
10124 }
10125 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SendSuggestionRequest.options)
10126}
10127
10128// -------------------------------------------------------------------
10129
10130// AcceptSuggestionRequest
10131
10132// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10134 return (_has_bits_[0] & 0x00000001u) != 0;
10135}
10137 _has_bits_[0] |= 0x00000001u;
10138}
10140 _has_bits_[0] &= ~0x00000001u;
10141}
10143 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10144 clear_has_agent_id();
10145}
10146inline const ::bgs::protocol::club::v1::MemberId& AcceptSuggestionRequest::agent_id() const {
10147 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AcceptSuggestionRequest.agent_id)
10148 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10149}
10150inline ::bgs::protocol::club::v1::MemberId* AcceptSuggestionRequest::mutable_agent_id() {
10151 set_has_agent_id();
10152 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10153 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AcceptSuggestionRequest.agent_id)
10154 return agent_id_;
10155}
10156inline ::bgs::protocol::club::v1::MemberId* AcceptSuggestionRequest::release_agent_id() {
10157 clear_has_agent_id();
10158 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10159 agent_id_ = NULL;
10160 return temp;
10161}
10163 delete agent_id_;
10164 agent_id_ = agent_id;
10165 if (agent_id) {
10166 set_has_agent_id();
10167 } else {
10168 clear_has_agent_id();
10169 }
10170 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AcceptSuggestionRequest.agent_id)
10171}
10172
10173// optional uint64 club_id = 2;
10175 return (_has_bits_[0] & 0x00000002u) != 0;
10176}
10178 _has_bits_[0] |= 0x00000002u;
10179}
10181 _has_bits_[0] &= ~0x00000002u;
10182}
10184 club_id_ = GOOGLE_ULONGLONG(0);
10185 clear_has_club_id();
10186}
10188 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AcceptSuggestionRequest.club_id)
10189 return club_id_;
10190}
10192 set_has_club_id();
10193 club_id_ = value;
10194 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AcceptSuggestionRequest.club_id)
10195}
10196
10197// optional fixed64 suggestion_id = 3;
10199 return (_has_bits_[0] & 0x00000004u) != 0;
10200}
10202 _has_bits_[0] |= 0x00000004u;
10203}
10205 _has_bits_[0] &= ~0x00000004u;
10206}
10208 suggestion_id_ = GOOGLE_ULONGLONG(0);
10209 clear_has_suggestion_id();
10210}
10212 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AcceptSuggestionRequest.suggestion_id)
10213 return suggestion_id_;
10214}
10216 set_has_suggestion_id();
10217 suggestion_id_ = value;
10218 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AcceptSuggestionRequest.suggestion_id)
10219}
10220
10221// -------------------------------------------------------------------
10222
10223// DeclineSuggestionRequest
10224
10225// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10227 return (_has_bits_[0] & 0x00000001u) != 0;
10228}
10230 _has_bits_[0] |= 0x00000001u;
10231}
10233 _has_bits_[0] &= ~0x00000001u;
10234}
10236 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10237 clear_has_agent_id();
10238}
10239inline const ::bgs::protocol::club::v1::MemberId& DeclineSuggestionRequest::agent_id() const {
10240 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DeclineSuggestionRequest.agent_id)
10241 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10242}
10243inline ::bgs::protocol::club::v1::MemberId* DeclineSuggestionRequest::mutable_agent_id() {
10244 set_has_agent_id();
10245 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10246 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DeclineSuggestionRequest.agent_id)
10247 return agent_id_;
10248}
10249inline ::bgs::protocol::club::v1::MemberId* DeclineSuggestionRequest::release_agent_id() {
10250 clear_has_agent_id();
10251 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10252 agent_id_ = NULL;
10253 return temp;
10254}
10256 delete agent_id_;
10257 agent_id_ = agent_id;
10258 if (agent_id) {
10259 set_has_agent_id();
10260 } else {
10261 clear_has_agent_id();
10262 }
10263 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DeclineSuggestionRequest.agent_id)
10264}
10265
10266// optional uint64 club_id = 2;
10268 return (_has_bits_[0] & 0x00000002u) != 0;
10269}
10271 _has_bits_[0] |= 0x00000002u;
10272}
10274 _has_bits_[0] &= ~0x00000002u;
10275}
10277 club_id_ = GOOGLE_ULONGLONG(0);
10278 clear_has_club_id();
10279}
10281 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DeclineSuggestionRequest.club_id)
10282 return club_id_;
10283}
10285 set_has_club_id();
10286 club_id_ = value;
10287 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DeclineSuggestionRequest.club_id)
10288}
10289
10290// optional fixed64 suggestion_id = 3;
10292 return (_has_bits_[0] & 0x00000004u) != 0;
10293}
10295 _has_bits_[0] |= 0x00000004u;
10296}
10298 _has_bits_[0] &= ~0x00000004u;
10299}
10301 suggestion_id_ = GOOGLE_ULONGLONG(0);
10302 clear_has_suggestion_id();
10303}
10305 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DeclineSuggestionRequest.suggestion_id)
10306 return suggestion_id_;
10307}
10309 set_has_suggestion_id();
10310 suggestion_id_ = value;
10311 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DeclineSuggestionRequest.suggestion_id)
10312}
10313
10314// -------------------------------------------------------------------
10315
10316// GetSuggestionRequest
10317
10318// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10320 return (_has_bits_[0] & 0x00000001u) != 0;
10321}
10323 _has_bits_[0] |= 0x00000001u;
10324}
10326 _has_bits_[0] &= ~0x00000001u;
10327}
10329 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10330 clear_has_agent_id();
10331}
10332inline const ::bgs::protocol::club::v1::MemberId& GetSuggestionRequest::agent_id() const {
10333 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionRequest.agent_id)
10334 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10335}
10336inline ::bgs::protocol::club::v1::MemberId* GetSuggestionRequest::mutable_agent_id() {
10337 set_has_agent_id();
10338 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10339 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetSuggestionRequest.agent_id)
10340 return agent_id_;
10341}
10342inline ::bgs::protocol::club::v1::MemberId* GetSuggestionRequest::release_agent_id() {
10343 clear_has_agent_id();
10344 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10345 agent_id_ = NULL;
10346 return temp;
10347}
10349 delete agent_id_;
10350 agent_id_ = agent_id;
10351 if (agent_id) {
10352 set_has_agent_id();
10353 } else {
10354 clear_has_agent_id();
10355 }
10356 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetSuggestionRequest.agent_id)
10357}
10358
10359// optional uint64 club_id = 2;
10361 return (_has_bits_[0] & 0x00000002u) != 0;
10362}
10364 _has_bits_[0] |= 0x00000002u;
10365}
10367 _has_bits_[0] &= ~0x00000002u;
10368}
10370 club_id_ = GOOGLE_ULONGLONG(0);
10371 clear_has_club_id();
10372}
10374 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionRequest.club_id)
10375 return club_id_;
10376}
10378 set_has_club_id();
10379 club_id_ = value;
10380 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetSuggestionRequest.club_id)
10381}
10382
10383// optional fixed64 suggestion_id = 3;
10385 return (_has_bits_[0] & 0x00000004u) != 0;
10386}
10388 _has_bits_[0] |= 0x00000004u;
10389}
10391 _has_bits_[0] &= ~0x00000004u;
10392}
10394 suggestion_id_ = GOOGLE_ULONGLONG(0);
10395 clear_has_suggestion_id();
10396}
10398 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionRequest.suggestion_id)
10399 return suggestion_id_;
10400}
10402 set_has_suggestion_id();
10403 suggestion_id_ = value;
10404 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetSuggestionRequest.suggestion_id)
10405}
10406
10407// -------------------------------------------------------------------
10408
10409// GetSuggestionResponse
10410
10411// optional .bgs.protocol.club.v1.ClubSuggestion suggestion = 1;
10413 return (_has_bits_[0] & 0x00000001u) != 0;
10414}
10416 _has_bits_[0] |= 0x00000001u;
10417}
10419 _has_bits_[0] &= ~0x00000001u;
10420}
10422 if (suggestion_ != NULL) suggestion_->::bgs::protocol::club::v1::ClubSuggestion::Clear();
10423 clear_has_suggestion();
10424}
10425inline const ::bgs::protocol::club::v1::ClubSuggestion& GetSuggestionResponse::suggestion() const {
10426 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionResponse.suggestion)
10427 return suggestion_ != NULL ? *suggestion_ : *default_instance_->suggestion_;
10428}
10429inline ::bgs::protocol::club::v1::ClubSuggestion* GetSuggestionResponse::mutable_suggestion() {
10430 set_has_suggestion();
10431 if (suggestion_ == NULL) suggestion_ = new ::bgs::protocol::club::v1::ClubSuggestion;
10432 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetSuggestionResponse.suggestion)
10433 return suggestion_;
10434}
10435inline ::bgs::protocol::club::v1::ClubSuggestion* GetSuggestionResponse::release_suggestion() {
10436 clear_has_suggestion();
10438 suggestion_ = NULL;
10439 return temp;
10440}
10442 delete suggestion_;
10443 suggestion_ = suggestion;
10444 if (suggestion) {
10445 set_has_suggestion();
10446 } else {
10447 clear_has_suggestion();
10448 }
10449 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetSuggestionResponse.suggestion)
10450}
10451
10452// -------------------------------------------------------------------
10453
10454// GetSuggestionsRequest
10455
10456// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10458 return (_has_bits_[0] & 0x00000001u) != 0;
10459}
10461 _has_bits_[0] |= 0x00000001u;
10462}
10464 _has_bits_[0] &= ~0x00000001u;
10465}
10467 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10468 clear_has_agent_id();
10469}
10470inline const ::bgs::protocol::club::v1::MemberId& GetSuggestionsRequest::agent_id() const {
10471 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionsRequest.agent_id)
10472 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10473}
10474inline ::bgs::protocol::club::v1::MemberId* GetSuggestionsRequest::mutable_agent_id() {
10475 set_has_agent_id();
10476 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10477 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetSuggestionsRequest.agent_id)
10478 return agent_id_;
10479}
10480inline ::bgs::protocol::club::v1::MemberId* GetSuggestionsRequest::release_agent_id() {
10481 clear_has_agent_id();
10482 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10483 agent_id_ = NULL;
10484 return temp;
10485}
10487 delete agent_id_;
10488 agent_id_ = agent_id;
10489 if (agent_id) {
10490 set_has_agent_id();
10491 } else {
10492 clear_has_agent_id();
10493 }
10494 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetSuggestionsRequest.agent_id)
10495}
10496
10497// optional uint64 club_id = 2;
10499 return (_has_bits_[0] & 0x00000002u) != 0;
10500}
10502 _has_bits_[0] |= 0x00000002u;
10503}
10505 _has_bits_[0] &= ~0x00000002u;
10506}
10508 club_id_ = GOOGLE_ULONGLONG(0);
10509 clear_has_club_id();
10510}
10512 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionsRequest.club_id)
10513 return club_id_;
10514}
10516 set_has_club_id();
10517 club_id_ = value;
10518 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetSuggestionsRequest.club_id)
10519}
10520
10521// optional uint64 continuation = 3;
10523 return (_has_bits_[0] & 0x00000004u) != 0;
10524}
10526 _has_bits_[0] |= 0x00000004u;
10527}
10529 _has_bits_[0] &= ~0x00000004u;
10530}
10532 continuation_ = GOOGLE_ULONGLONG(0);
10533 clear_has_continuation();
10534}
10536 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionsRequest.continuation)
10537 return continuation_;
10538}
10540 set_has_continuation();
10541 continuation_ = value;
10542 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetSuggestionsRequest.continuation)
10543}
10544
10545// -------------------------------------------------------------------
10546
10547// GetSuggestionsResponse
10548
10549// repeated .bgs.protocol.club.v1.ClubSuggestion suggestion = 1;
10551 return suggestion_.size();
10552}
10554 suggestion_.Clear();
10555}
10556inline const ::bgs::protocol::club::v1::ClubSuggestion& GetSuggestionsResponse::suggestion(int index) const {
10557 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionsResponse.suggestion)
10558 return suggestion_.Get(index);
10559}
10560inline ::bgs::protocol::club::v1::ClubSuggestion* GetSuggestionsResponse::mutable_suggestion(int index) {
10561 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetSuggestionsResponse.suggestion)
10562 return suggestion_.Mutable(index);
10563}
10564inline ::bgs::protocol::club::v1::ClubSuggestion* GetSuggestionsResponse::add_suggestion() {
10565 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetSuggestionsResponse.suggestion)
10566 return suggestion_.Add();
10567}
10568inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion >&
10570 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetSuggestionsResponse.suggestion)
10571 return suggestion_;
10572}
10573inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion >*
10575 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetSuggestionsResponse.suggestion)
10576 return &suggestion_;
10577}
10578
10579// optional uint64 continuation = 2;
10581 return (_has_bits_[0] & 0x00000002u) != 0;
10582}
10584 _has_bits_[0] |= 0x00000002u;
10585}
10587 _has_bits_[0] &= ~0x00000002u;
10588}
10590 continuation_ = GOOGLE_ULONGLONG(0);
10591 clear_has_continuation();
10592}
10594 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetSuggestionsResponse.continuation)
10595 return continuation_;
10596}
10598 set_has_continuation();
10599 continuation_ = value;
10600 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetSuggestionsResponse.continuation)
10601}
10602
10603// -------------------------------------------------------------------
10604
10605// CreateTicketRequest
10606
10607// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10609 return (_has_bits_[0] & 0x00000001u) != 0;
10610}
10612 _has_bits_[0] |= 0x00000001u;
10613}
10615 _has_bits_[0] &= ~0x00000001u;
10616}
10618 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10619 clear_has_agent_id();
10620}
10621inline const ::bgs::protocol::club::v1::MemberId& CreateTicketRequest::agent_id() const {
10622 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateTicketRequest.agent_id)
10623 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10624}
10625inline ::bgs::protocol::club::v1::MemberId* CreateTicketRequest::mutable_agent_id() {
10626 set_has_agent_id();
10627 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10628 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateTicketRequest.agent_id)
10629 return agent_id_;
10630}
10631inline ::bgs::protocol::club::v1::MemberId* CreateTicketRequest::release_agent_id() {
10632 clear_has_agent_id();
10633 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10634 agent_id_ = NULL;
10635 return temp;
10636}
10638 delete agent_id_;
10639 agent_id_ = agent_id;
10640 if (agent_id) {
10641 set_has_agent_id();
10642 } else {
10643 clear_has_agent_id();
10644 }
10645 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateTicketRequest.agent_id)
10646}
10647
10648// optional uint64 club_id = 2;
10650 return (_has_bits_[0] & 0x00000002u) != 0;
10651}
10653 _has_bits_[0] |= 0x00000002u;
10654}
10656 _has_bits_[0] &= ~0x00000002u;
10657}
10659 club_id_ = GOOGLE_ULONGLONG(0);
10660 clear_has_club_id();
10661}
10663 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateTicketRequest.club_id)
10664 return club_id_;
10665}
10667 set_has_club_id();
10668 club_id_ = value;
10669 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.CreateTicketRequest.club_id)
10670}
10671
10672// optional .bgs.protocol.club.v1.CreateTicketOptions options = 3;
10674 return (_has_bits_[0] & 0x00000004u) != 0;
10675}
10677 _has_bits_[0] |= 0x00000004u;
10678}
10680 _has_bits_[0] &= ~0x00000004u;
10681}
10683 if (options_ != NULL) options_->::bgs::protocol::club::v1::CreateTicketOptions::Clear();
10684 clear_has_options();
10685}
10686inline const ::bgs::protocol::club::v1::CreateTicketOptions& CreateTicketRequest::options() const {
10687 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateTicketRequest.options)
10688 return options_ != NULL ? *options_ : *default_instance_->options_;
10689}
10690inline ::bgs::protocol::club::v1::CreateTicketOptions* CreateTicketRequest::mutable_options() {
10691 set_has_options();
10692 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::CreateTicketOptions;
10693 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateTicketRequest.options)
10694 return options_;
10695}
10696inline ::bgs::protocol::club::v1::CreateTicketOptions* CreateTicketRequest::release_options() {
10697 clear_has_options();
10699 options_ = NULL;
10700 return temp;
10701}
10703 delete options_;
10704 options_ = options;
10705 if (options) {
10706 set_has_options();
10707 } else {
10708 clear_has_options();
10709 }
10710 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateTicketRequest.options)
10711}
10712
10713// -------------------------------------------------------------------
10714
10715// CreateTicketResponse
10716
10717// optional .bgs.protocol.club.v1.ClubTicket ticket = 1;
10719 return (_has_bits_[0] & 0x00000001u) != 0;
10720}
10722 _has_bits_[0] |= 0x00000001u;
10723}
10725 _has_bits_[0] &= ~0x00000001u;
10726}
10728 if (ticket_ != NULL) ticket_->::bgs::protocol::club::v1::ClubTicket::Clear();
10729 clear_has_ticket();
10730}
10731inline const ::bgs::protocol::club::v1::ClubTicket& CreateTicketResponse::ticket() const {
10732 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateTicketResponse.ticket)
10733 return ticket_ != NULL ? *ticket_ : *default_instance_->ticket_;
10734}
10735inline ::bgs::protocol::club::v1::ClubTicket* CreateTicketResponse::mutable_ticket() {
10736 set_has_ticket();
10737 if (ticket_ == NULL) ticket_ = new ::bgs::protocol::club::v1::ClubTicket;
10738 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateTicketResponse.ticket)
10739 return ticket_;
10740}
10741inline ::bgs::protocol::club::v1::ClubTicket* CreateTicketResponse::release_ticket() {
10742 clear_has_ticket();
10744 ticket_ = NULL;
10745 return temp;
10746}
10748 delete ticket_;
10749 ticket_ = ticket;
10750 if (ticket) {
10751 set_has_ticket();
10752 } else {
10753 clear_has_ticket();
10754 }
10755 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateTicketResponse.ticket)
10756}
10757
10758// -------------------------------------------------------------------
10759
10760// DestroyTicketRequest
10761
10762// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10764 return (_has_bits_[0] & 0x00000001u) != 0;
10765}
10767 _has_bits_[0] |= 0x00000001u;
10768}
10770 _has_bits_[0] &= ~0x00000001u;
10771}
10773 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10774 clear_has_agent_id();
10775}
10776inline const ::bgs::protocol::club::v1::MemberId& DestroyTicketRequest::agent_id() const {
10777 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyTicketRequest.agent_id)
10778 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10779}
10780inline ::bgs::protocol::club::v1::MemberId* DestroyTicketRequest::mutable_agent_id() {
10781 set_has_agent_id();
10782 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10783 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DestroyTicketRequest.agent_id)
10784 return agent_id_;
10785}
10786inline ::bgs::protocol::club::v1::MemberId* DestroyTicketRequest::release_agent_id() {
10787 clear_has_agent_id();
10788 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10789 agent_id_ = NULL;
10790 return temp;
10791}
10793 delete agent_id_;
10794 agent_id_ = agent_id;
10795 if (agent_id) {
10796 set_has_agent_id();
10797 } else {
10798 clear_has_agent_id();
10799 }
10800 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DestroyTicketRequest.agent_id)
10801}
10802
10803// optional uint64 club_id = 2;
10805 return (_has_bits_[0] & 0x00000002u) != 0;
10806}
10808 _has_bits_[0] |= 0x00000002u;
10809}
10811 _has_bits_[0] &= ~0x00000002u;
10812}
10814 club_id_ = GOOGLE_ULONGLONG(0);
10815 clear_has_club_id();
10816}
10818 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyTicketRequest.club_id)
10819 return club_id_;
10820}
10822 set_has_club_id();
10823 club_id_ = value;
10824 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DestroyTicketRequest.club_id)
10825}
10826
10827// optional string ticket_id = 3;
10829 return (_has_bits_[0] & 0x00000004u) != 0;
10830}
10832 _has_bits_[0] |= 0x00000004u;
10833}
10835 _has_bits_[0] &= ~0x00000004u;
10836}
10838 if (ticket_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10839 ticket_id_->clear();
10840 }
10841 clear_has_ticket_id();
10842}
10843inline const ::std::string& DestroyTicketRequest::ticket_id() const {
10844 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyTicketRequest.ticket_id)
10845 return *ticket_id_;
10846}
10847inline void DestroyTicketRequest::set_ticket_id(const ::std::string& value) {
10848 set_has_ticket_id();
10849 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10850 ticket_id_ = new ::std::string;
10851 }
10852 ticket_id_->assign(value);
10853 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DestroyTicketRequest.ticket_id)
10854}
10855inline void DestroyTicketRequest::set_ticket_id(const char* value) {
10856 set_has_ticket_id();
10857 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10858 ticket_id_ = new ::std::string;
10859 }
10860 ticket_id_->assign(value);
10861 // @@protoc_insertion_point(field_set_char:bgs.protocol.club.v1.DestroyTicketRequest.ticket_id)
10862}
10863inline void DestroyTicketRequest::set_ticket_id(const char* value, size_t size) {
10864 set_has_ticket_id();
10865 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10866 ticket_id_ = new ::std::string;
10867 }
10868 ticket_id_->assign(reinterpret_cast<const char*>(value), size);
10869 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.club.v1.DestroyTicketRequest.ticket_id)
10870}
10872 set_has_ticket_id();
10873 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10874 ticket_id_ = new ::std::string;
10875 }
10876 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DestroyTicketRequest.ticket_id)
10877 return ticket_id_;
10878}
10880 clear_has_ticket_id();
10881 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10882 return NULL;
10883 } else {
10884 ::std::string* temp = ticket_id_;
10885 ticket_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
10886 return temp;
10887 }
10888}
10889inline void DestroyTicketRequest::set_allocated_ticket_id(::std::string* ticket_id) {
10890 if (ticket_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10891 delete ticket_id_;
10892 }
10893 if (ticket_id) {
10894 set_has_ticket_id();
10895 ticket_id_ = ticket_id;
10896 } else {
10897 clear_has_ticket_id();
10898 ticket_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
10899 }
10900 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DestroyTicketRequest.ticket_id)
10901}
10902
10903// -------------------------------------------------------------------
10904
10905// RedeemTicketRequest
10906
10907// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
10909 return (_has_bits_[0] & 0x00000001u) != 0;
10910}
10912 _has_bits_[0] |= 0x00000001u;
10913}
10915 _has_bits_[0] &= ~0x00000001u;
10916}
10918 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
10919 clear_has_agent_id();
10920}
10921inline const ::bgs::protocol::club::v1::MemberId& RedeemTicketRequest::agent_id() const {
10922 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RedeemTicketRequest.agent_id)
10923 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
10924}
10925inline ::bgs::protocol::club::v1::MemberId* RedeemTicketRequest::mutable_agent_id() {
10926 set_has_agent_id();
10927 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
10928 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.RedeemTicketRequest.agent_id)
10929 return agent_id_;
10930}
10931inline ::bgs::protocol::club::v1::MemberId* RedeemTicketRequest::release_agent_id() {
10932 clear_has_agent_id();
10933 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
10934 agent_id_ = NULL;
10935 return temp;
10936}
10938 delete agent_id_;
10939 agent_id_ = agent_id;
10940 if (agent_id) {
10941 set_has_agent_id();
10942 } else {
10943 clear_has_agent_id();
10944 }
10945 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.RedeemTicketRequest.agent_id)
10946}
10947
10948// optional string ticket_id = 3;
10950 return (_has_bits_[0] & 0x00000002u) != 0;
10951}
10953 _has_bits_[0] |= 0x00000002u;
10954}
10956 _has_bits_[0] &= ~0x00000002u;
10957}
10959 if (ticket_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10960 ticket_id_->clear();
10961 }
10962 clear_has_ticket_id();
10963}
10964inline const ::std::string& RedeemTicketRequest::ticket_id() const {
10965 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RedeemTicketRequest.ticket_id)
10966 return *ticket_id_;
10967}
10968inline void RedeemTicketRequest::set_ticket_id(const ::std::string& value) {
10969 set_has_ticket_id();
10970 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10971 ticket_id_ = new ::std::string;
10972 }
10973 ticket_id_->assign(value);
10974 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.RedeemTicketRequest.ticket_id)
10975}
10976inline void RedeemTicketRequest::set_ticket_id(const char* value) {
10977 set_has_ticket_id();
10978 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10979 ticket_id_ = new ::std::string;
10980 }
10981 ticket_id_->assign(value);
10982 // @@protoc_insertion_point(field_set_char:bgs.protocol.club.v1.RedeemTicketRequest.ticket_id)
10983}
10984inline void RedeemTicketRequest::set_ticket_id(const char* value, size_t size) {
10985 set_has_ticket_id();
10986 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10987 ticket_id_ = new ::std::string;
10988 }
10989 ticket_id_->assign(reinterpret_cast<const char*>(value), size);
10990 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.club.v1.RedeemTicketRequest.ticket_id)
10991}
10993 set_has_ticket_id();
10994 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
10995 ticket_id_ = new ::std::string;
10996 }
10997 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.RedeemTicketRequest.ticket_id)
10998 return ticket_id_;
10999}
11001 clear_has_ticket_id();
11002 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11003 return NULL;
11004 } else {
11005 ::std::string* temp = ticket_id_;
11006 ticket_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
11007 return temp;
11008 }
11009}
11010inline void RedeemTicketRequest::set_allocated_ticket_id(::std::string* ticket_id) {
11011 if (ticket_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11012 delete ticket_id_;
11013 }
11014 if (ticket_id) {
11015 set_has_ticket_id();
11016 ticket_id_ = ticket_id;
11017 } else {
11018 clear_has_ticket_id();
11019 ticket_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
11020 }
11021 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.RedeemTicketRequest.ticket_id)
11022}
11023
11024// -------------------------------------------------------------------
11025
11026// GetTicketRequest
11027
11028// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11030 return (_has_bits_[0] & 0x00000001u) != 0;
11031}
11033 _has_bits_[0] |= 0x00000001u;
11034}
11036 _has_bits_[0] &= ~0x00000001u;
11037}
11039 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11040 clear_has_agent_id();
11041}
11042inline const ::bgs::protocol::club::v1::MemberId& GetTicketRequest::agent_id() const {
11043 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketRequest.agent_id)
11044 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11045}
11046inline ::bgs::protocol::club::v1::MemberId* GetTicketRequest::mutable_agent_id() {
11047 set_has_agent_id();
11048 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11049 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetTicketRequest.agent_id)
11050 return agent_id_;
11051}
11052inline ::bgs::protocol::club::v1::MemberId* GetTicketRequest::release_agent_id() {
11053 clear_has_agent_id();
11054 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11055 agent_id_ = NULL;
11056 return temp;
11057}
11059 delete agent_id_;
11060 agent_id_ = agent_id;
11061 if (agent_id) {
11062 set_has_agent_id();
11063 } else {
11064 clear_has_agent_id();
11065 }
11066 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetTicketRequest.agent_id)
11067}
11068
11069// optional string ticket_id = 3;
11071 return (_has_bits_[0] & 0x00000002u) != 0;
11072}
11074 _has_bits_[0] |= 0x00000002u;
11075}
11077 _has_bits_[0] &= ~0x00000002u;
11078}
11080 if (ticket_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11081 ticket_id_->clear();
11082 }
11083 clear_has_ticket_id();
11084}
11085inline const ::std::string& GetTicketRequest::ticket_id() const {
11086 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketRequest.ticket_id)
11087 return *ticket_id_;
11088}
11089inline void GetTicketRequest::set_ticket_id(const ::std::string& value) {
11090 set_has_ticket_id();
11091 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11092 ticket_id_ = new ::std::string;
11093 }
11094 ticket_id_->assign(value);
11095 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetTicketRequest.ticket_id)
11096}
11097inline void GetTicketRequest::set_ticket_id(const char* value) {
11098 set_has_ticket_id();
11099 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11100 ticket_id_ = new ::std::string;
11101 }
11102 ticket_id_->assign(value);
11103 // @@protoc_insertion_point(field_set_char:bgs.protocol.club.v1.GetTicketRequest.ticket_id)
11104}
11105inline void GetTicketRequest::set_ticket_id(const char* value, size_t size) {
11106 set_has_ticket_id();
11107 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11108 ticket_id_ = new ::std::string;
11109 }
11110 ticket_id_->assign(reinterpret_cast<const char*>(value), size);
11111 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.club.v1.GetTicketRequest.ticket_id)
11112}
11114 set_has_ticket_id();
11115 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11116 ticket_id_ = new ::std::string;
11117 }
11118 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetTicketRequest.ticket_id)
11119 return ticket_id_;
11120}
11122 clear_has_ticket_id();
11123 if (ticket_id_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11124 return NULL;
11125 } else {
11126 ::std::string* temp = ticket_id_;
11127 ticket_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
11128 return temp;
11129 }
11130}
11131inline void GetTicketRequest::set_allocated_ticket_id(::std::string* ticket_id) {
11132 if (ticket_id_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
11133 delete ticket_id_;
11134 }
11135 if (ticket_id) {
11136 set_has_ticket_id();
11137 ticket_id_ = ticket_id;
11138 } else {
11139 clear_has_ticket_id();
11140 ticket_id_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
11141 }
11142 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetTicketRequest.ticket_id)
11143}
11144
11145// -------------------------------------------------------------------
11146
11147// GetTicketResponse
11148
11149// optional .bgs.protocol.club.v1.ClubTicket ticket = 1;
11151 return (_has_bits_[0] & 0x00000001u) != 0;
11152}
11154 _has_bits_[0] |= 0x00000001u;
11155}
11157 _has_bits_[0] &= ~0x00000001u;
11158}
11160 if (ticket_ != NULL) ticket_->::bgs::protocol::club::v1::ClubTicket::Clear();
11161 clear_has_ticket();
11162}
11163inline const ::bgs::protocol::club::v1::ClubTicket& GetTicketResponse::ticket() const {
11164 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketResponse.ticket)
11165 return ticket_ != NULL ? *ticket_ : *default_instance_->ticket_;
11166}
11167inline ::bgs::protocol::club::v1::ClubTicket* GetTicketResponse::mutable_ticket() {
11168 set_has_ticket();
11169 if (ticket_ == NULL) ticket_ = new ::bgs::protocol::club::v1::ClubTicket;
11170 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetTicketResponse.ticket)
11171 return ticket_;
11172}
11173inline ::bgs::protocol::club::v1::ClubTicket* GetTicketResponse::release_ticket() {
11174 clear_has_ticket();
11176 ticket_ = NULL;
11177 return temp;
11178}
11180 delete ticket_;
11181 ticket_ = ticket;
11182 if (ticket) {
11183 set_has_ticket();
11184 } else {
11185 clear_has_ticket();
11186 }
11187 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetTicketResponse.ticket)
11188}
11189
11190// -------------------------------------------------------------------
11191
11192// GetTicketsRequest
11193
11194// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11196 return (_has_bits_[0] & 0x00000001u) != 0;
11197}
11199 _has_bits_[0] |= 0x00000001u;
11200}
11202 _has_bits_[0] &= ~0x00000001u;
11203}
11205 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11206 clear_has_agent_id();
11207}
11208inline const ::bgs::protocol::club::v1::MemberId& GetTicketsRequest::agent_id() const {
11209 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketsRequest.agent_id)
11210 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11211}
11212inline ::bgs::protocol::club::v1::MemberId* GetTicketsRequest::mutable_agent_id() {
11213 set_has_agent_id();
11214 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11215 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetTicketsRequest.agent_id)
11216 return agent_id_;
11217}
11218inline ::bgs::protocol::club::v1::MemberId* GetTicketsRequest::release_agent_id() {
11219 clear_has_agent_id();
11220 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11221 agent_id_ = NULL;
11222 return temp;
11223}
11225 delete agent_id_;
11226 agent_id_ = agent_id;
11227 if (agent_id) {
11228 set_has_agent_id();
11229 } else {
11230 clear_has_agent_id();
11231 }
11232 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetTicketsRequest.agent_id)
11233}
11234
11235// optional uint64 club_id = 2;
11237 return (_has_bits_[0] & 0x00000002u) != 0;
11238}
11240 _has_bits_[0] |= 0x00000002u;
11241}
11243 _has_bits_[0] &= ~0x00000002u;
11244}
11246 club_id_ = GOOGLE_ULONGLONG(0);
11247 clear_has_club_id();
11248}
11250 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketsRequest.club_id)
11251 return club_id_;
11252}
11254 set_has_club_id();
11255 club_id_ = value;
11256 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetTicketsRequest.club_id)
11257}
11258
11259// optional uint64 continuation = 3;
11261 return (_has_bits_[0] & 0x00000004u) != 0;
11262}
11264 _has_bits_[0] |= 0x00000004u;
11265}
11267 _has_bits_[0] &= ~0x00000004u;
11268}
11270 continuation_ = GOOGLE_ULONGLONG(0);
11271 clear_has_continuation();
11272}
11274 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketsRequest.continuation)
11275 return continuation_;
11276}
11278 set_has_continuation();
11279 continuation_ = value;
11280 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetTicketsRequest.continuation)
11281}
11282
11283// -------------------------------------------------------------------
11284
11285// GetTicketsResponse
11286
11287// repeated .bgs.protocol.club.v1.ClubTicket ticket = 1;
11289 return ticket_.size();
11290}
11292 ticket_.Clear();
11293}
11294inline const ::bgs::protocol::club::v1::ClubTicket& GetTicketsResponse::ticket(int index) const {
11295 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketsResponse.ticket)
11296 return ticket_.Get(index);
11297}
11298inline ::bgs::protocol::club::v1::ClubTicket* GetTicketsResponse::mutable_ticket(int index) {
11299 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetTicketsResponse.ticket)
11300 return ticket_.Mutable(index);
11301}
11302inline ::bgs::protocol::club::v1::ClubTicket* GetTicketsResponse::add_ticket() {
11303 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetTicketsResponse.ticket)
11304 return ticket_.Add();
11305}
11306inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket >&
11308 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetTicketsResponse.ticket)
11309 return ticket_;
11310}
11311inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket >*
11313 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetTicketsResponse.ticket)
11314 return &ticket_;
11315}
11316
11317// optional uint64 continuation = 2;
11319 return (_has_bits_[0] & 0x00000002u) != 0;
11320}
11322 _has_bits_[0] |= 0x00000002u;
11323}
11325 _has_bits_[0] &= ~0x00000002u;
11326}
11328 continuation_ = GOOGLE_ULONGLONG(0);
11329 clear_has_continuation();
11330}
11332 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetTicketsResponse.continuation)
11333 return continuation_;
11334}
11336 set_has_continuation();
11337 continuation_ = value;
11338 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetTicketsResponse.continuation)
11339}
11340
11341// -------------------------------------------------------------------
11342
11343// AddBanRequest
11344
11345// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11346inline bool AddBanRequest::has_agent_id() const {
11347 return (_has_bits_[0] & 0x00000001u) != 0;
11348}
11350 _has_bits_[0] |= 0x00000001u;
11351}
11353 _has_bits_[0] &= ~0x00000001u;
11354}
11356 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11357 clear_has_agent_id();
11358}
11359inline const ::bgs::protocol::club::v1::MemberId& AddBanRequest::agent_id() const {
11360 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AddBanRequest.agent_id)
11361 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11362}
11363inline ::bgs::protocol::club::v1::MemberId* AddBanRequest::mutable_agent_id() {
11364 set_has_agent_id();
11365 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11366 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AddBanRequest.agent_id)
11367 return agent_id_;
11368}
11369inline ::bgs::protocol::club::v1::MemberId* AddBanRequest::release_agent_id() {
11370 clear_has_agent_id();
11371 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11372 agent_id_ = NULL;
11373 return temp;
11374}
11376 delete agent_id_;
11377 agent_id_ = agent_id;
11378 if (agent_id) {
11379 set_has_agent_id();
11380 } else {
11381 clear_has_agent_id();
11382 }
11383 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AddBanRequest.agent_id)
11384}
11385
11386// optional uint64 club_id = 2;
11387inline bool AddBanRequest::has_club_id() const {
11388 return (_has_bits_[0] & 0x00000002u) != 0;
11389}
11391 _has_bits_[0] |= 0x00000002u;
11392}
11394 _has_bits_[0] &= ~0x00000002u;
11395}
11397 club_id_ = GOOGLE_ULONGLONG(0);
11398 clear_has_club_id();
11399}
11401 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AddBanRequest.club_id)
11402 return club_id_;
11403}
11405 set_has_club_id();
11406 club_id_ = value;
11407 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AddBanRequest.club_id)
11408}
11409
11410// optional .bgs.protocol.club.v1.AddBanOptions options = 3;
11411inline bool AddBanRequest::has_options() const {
11412 return (_has_bits_[0] & 0x00000004u) != 0;
11413}
11415 _has_bits_[0] |= 0x00000004u;
11416}
11418 _has_bits_[0] &= ~0x00000004u;
11419}
11421 if (options_ != NULL) options_->::bgs::protocol::club::v1::AddBanOptions::Clear();
11422 clear_has_options();
11423}
11424inline const ::bgs::protocol::club::v1::AddBanOptions& AddBanRequest::options() const {
11425 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AddBanRequest.options)
11426 return options_ != NULL ? *options_ : *default_instance_->options_;
11427}
11428inline ::bgs::protocol::club::v1::AddBanOptions* AddBanRequest::mutable_options() {
11429 set_has_options();
11430 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::AddBanOptions;
11431 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AddBanRequest.options)
11432 return options_;
11433}
11434inline ::bgs::protocol::club::v1::AddBanOptions* AddBanRequest::release_options() {
11435 clear_has_options();
11437 options_ = NULL;
11438 return temp;
11439}
11441 delete options_;
11442 options_ = options;
11443 if (options) {
11444 set_has_options();
11445 } else {
11446 clear_has_options();
11447 }
11448 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AddBanRequest.options)
11449}
11450
11451// -------------------------------------------------------------------
11452
11453// RemoveBanRequest
11454
11455// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11457 return (_has_bits_[0] & 0x00000001u) != 0;
11458}
11460 _has_bits_[0] |= 0x00000001u;
11461}
11463 _has_bits_[0] &= ~0x00000001u;
11464}
11466 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11467 clear_has_agent_id();
11468}
11469inline const ::bgs::protocol::club::v1::MemberId& RemoveBanRequest::agent_id() const {
11470 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RemoveBanRequest.agent_id)
11471 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11472}
11473inline ::bgs::protocol::club::v1::MemberId* RemoveBanRequest::mutable_agent_id() {
11474 set_has_agent_id();
11475 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11476 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.RemoveBanRequest.agent_id)
11477 return agent_id_;
11478}
11479inline ::bgs::protocol::club::v1::MemberId* RemoveBanRequest::release_agent_id() {
11480 clear_has_agent_id();
11481 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11482 agent_id_ = NULL;
11483 return temp;
11484}
11486 delete agent_id_;
11487 agent_id_ = agent_id;
11488 if (agent_id) {
11489 set_has_agent_id();
11490 } else {
11491 clear_has_agent_id();
11492 }
11493 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.RemoveBanRequest.agent_id)
11494}
11495
11496// optional uint64 club_id = 2;
11498 return (_has_bits_[0] & 0x00000002u) != 0;
11499}
11501 _has_bits_[0] |= 0x00000002u;
11502}
11504 _has_bits_[0] &= ~0x00000002u;
11505}
11507 club_id_ = GOOGLE_ULONGLONG(0);
11508 clear_has_club_id();
11509}
11511 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RemoveBanRequest.club_id)
11512 return club_id_;
11513}
11515 set_has_club_id();
11516 club_id_ = value;
11517 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.RemoveBanRequest.club_id)
11518}
11519
11520// optional .bgs.protocol.club.v1.MemberId target_id = 3;
11522 return (_has_bits_[0] & 0x00000004u) != 0;
11523}
11525 _has_bits_[0] |= 0x00000004u;
11526}
11528 _has_bits_[0] &= ~0x00000004u;
11529}
11531 if (target_id_ != NULL) target_id_->::bgs::protocol::club::v1::MemberId::Clear();
11532 clear_has_target_id();
11533}
11534inline const ::bgs::protocol::club::v1::MemberId& RemoveBanRequest::target_id() const {
11535 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.RemoveBanRequest.target_id)
11536 return target_id_ != NULL ? *target_id_ : *default_instance_->target_id_;
11537}
11538inline ::bgs::protocol::club::v1::MemberId* RemoveBanRequest::mutable_target_id() {
11539 set_has_target_id();
11540 if (target_id_ == NULL) target_id_ = new ::bgs::protocol::club::v1::MemberId;
11541 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.RemoveBanRequest.target_id)
11542 return target_id_;
11543}
11544inline ::bgs::protocol::club::v1::MemberId* RemoveBanRequest::release_target_id() {
11545 clear_has_target_id();
11546 ::bgs::protocol::club::v1::MemberId* temp = target_id_;
11547 target_id_ = NULL;
11548 return temp;
11549}
11551 delete target_id_;
11552 target_id_ = target_id;
11553 if (target_id) {
11554 set_has_target_id();
11555 } else {
11556 clear_has_target_id();
11557 }
11558 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.RemoveBanRequest.target_id)
11559}
11560
11561// -------------------------------------------------------------------
11562
11563// GetBanRequest
11564
11565// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11566inline bool GetBanRequest::has_agent_id() const {
11567 return (_has_bits_[0] & 0x00000001u) != 0;
11568}
11570 _has_bits_[0] |= 0x00000001u;
11571}
11573 _has_bits_[0] &= ~0x00000001u;
11574}
11576 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11577 clear_has_agent_id();
11578}
11579inline const ::bgs::protocol::club::v1::MemberId& GetBanRequest::agent_id() const {
11580 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBanRequest.agent_id)
11581 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11582}
11583inline ::bgs::protocol::club::v1::MemberId* GetBanRequest::mutable_agent_id() {
11584 set_has_agent_id();
11585 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11586 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetBanRequest.agent_id)
11587 return agent_id_;
11588}
11589inline ::bgs::protocol::club::v1::MemberId* GetBanRequest::release_agent_id() {
11590 clear_has_agent_id();
11591 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11592 agent_id_ = NULL;
11593 return temp;
11594}
11596 delete agent_id_;
11597 agent_id_ = agent_id;
11598 if (agent_id) {
11599 set_has_agent_id();
11600 } else {
11601 clear_has_agent_id();
11602 }
11603 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetBanRequest.agent_id)
11604}
11605
11606// optional uint64 club_id = 2;
11607inline bool GetBanRequest::has_club_id() const {
11608 return (_has_bits_[0] & 0x00000002u) != 0;
11609}
11611 _has_bits_[0] |= 0x00000002u;
11612}
11614 _has_bits_[0] &= ~0x00000002u;
11615}
11617 club_id_ = GOOGLE_ULONGLONG(0);
11618 clear_has_club_id();
11619}
11621 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBanRequest.club_id)
11622 return club_id_;
11623}
11625 set_has_club_id();
11626 club_id_ = value;
11627 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetBanRequest.club_id)
11628}
11629
11630// optional .bgs.protocol.club.v1.MemberId target_id = 3;
11631inline bool GetBanRequest::has_target_id() const {
11632 return (_has_bits_[0] & 0x00000004u) != 0;
11633}
11635 _has_bits_[0] |= 0x00000004u;
11636}
11638 _has_bits_[0] &= ~0x00000004u;
11639}
11641 if (target_id_ != NULL) target_id_->::bgs::protocol::club::v1::MemberId::Clear();
11642 clear_has_target_id();
11643}
11644inline const ::bgs::protocol::club::v1::MemberId& GetBanRequest::target_id() const {
11645 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBanRequest.target_id)
11646 return target_id_ != NULL ? *target_id_ : *default_instance_->target_id_;
11647}
11648inline ::bgs::protocol::club::v1::MemberId* GetBanRequest::mutable_target_id() {
11649 set_has_target_id();
11650 if (target_id_ == NULL) target_id_ = new ::bgs::protocol::club::v1::MemberId;
11651 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetBanRequest.target_id)
11652 return target_id_;
11653}
11654inline ::bgs::protocol::club::v1::MemberId* GetBanRequest::release_target_id() {
11655 clear_has_target_id();
11656 ::bgs::protocol::club::v1::MemberId* temp = target_id_;
11657 target_id_ = NULL;
11658 return temp;
11659}
11661 delete target_id_;
11662 target_id_ = target_id;
11663 if (target_id) {
11664 set_has_target_id();
11665 } else {
11666 clear_has_target_id();
11667 }
11668 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetBanRequest.target_id)
11669}
11670
11671// -------------------------------------------------------------------
11672
11673// GetBanResponse
11674
11675// optional .bgs.protocol.club.v1.ClubBan ban = 1;
11676inline bool GetBanResponse::has_ban() const {
11677 return (_has_bits_[0] & 0x00000001u) != 0;
11678}
11680 _has_bits_[0] |= 0x00000001u;
11681}
11683 _has_bits_[0] &= ~0x00000001u;
11684}
11686 if (ban_ != NULL) ban_->::bgs::protocol::club::v1::ClubBan::Clear();
11687 clear_has_ban();
11688}
11689inline const ::bgs::protocol::club::v1::ClubBan& GetBanResponse::ban() const {
11690 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBanResponse.ban)
11691 return ban_ != NULL ? *ban_ : *default_instance_->ban_;
11692}
11693inline ::bgs::protocol::club::v1::ClubBan* GetBanResponse::mutable_ban() {
11694 set_has_ban();
11695 if (ban_ == NULL) ban_ = new ::bgs::protocol::club::v1::ClubBan;
11696 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetBanResponse.ban)
11697 return ban_;
11698}
11699inline ::bgs::protocol::club::v1::ClubBan* GetBanResponse::release_ban() {
11700 clear_has_ban();
11702 ban_ = NULL;
11703 return temp;
11704}
11706 delete ban_;
11707 ban_ = ban;
11708 if (ban) {
11709 set_has_ban();
11710 } else {
11711 clear_has_ban();
11712 }
11713 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetBanResponse.ban)
11714}
11715
11716// -------------------------------------------------------------------
11717
11718// GetBansRequest
11719
11720// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11721inline bool GetBansRequest::has_agent_id() const {
11722 return (_has_bits_[0] & 0x00000001u) != 0;
11723}
11725 _has_bits_[0] |= 0x00000001u;
11726}
11728 _has_bits_[0] &= ~0x00000001u;
11729}
11731 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11732 clear_has_agent_id();
11733}
11734inline const ::bgs::protocol::club::v1::MemberId& GetBansRequest::agent_id() const {
11735 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBansRequest.agent_id)
11736 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11737}
11738inline ::bgs::protocol::club::v1::MemberId* GetBansRequest::mutable_agent_id() {
11739 set_has_agent_id();
11740 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11741 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetBansRequest.agent_id)
11742 return agent_id_;
11743}
11744inline ::bgs::protocol::club::v1::MemberId* GetBansRequest::release_agent_id() {
11745 clear_has_agent_id();
11746 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11747 agent_id_ = NULL;
11748 return temp;
11749}
11751 delete agent_id_;
11752 agent_id_ = agent_id;
11753 if (agent_id) {
11754 set_has_agent_id();
11755 } else {
11756 clear_has_agent_id();
11757 }
11758 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetBansRequest.agent_id)
11759}
11760
11761// optional uint64 club_id = 2;
11762inline bool GetBansRequest::has_club_id() const {
11763 return (_has_bits_[0] & 0x00000002u) != 0;
11764}
11766 _has_bits_[0] |= 0x00000002u;
11767}
11769 _has_bits_[0] &= ~0x00000002u;
11770}
11772 club_id_ = GOOGLE_ULONGLONG(0);
11773 clear_has_club_id();
11774}
11776 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBansRequest.club_id)
11777 return club_id_;
11778}
11780 set_has_club_id();
11781 club_id_ = value;
11782 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetBansRequest.club_id)
11783}
11784
11785// optional uint64 continuation = 3;
11787 return (_has_bits_[0] & 0x00000004u) != 0;
11788}
11790 _has_bits_[0] |= 0x00000004u;
11791}
11793 _has_bits_[0] &= ~0x00000004u;
11794}
11796 continuation_ = GOOGLE_ULONGLONG(0);
11797 clear_has_continuation();
11798}
11800 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBansRequest.continuation)
11801 return continuation_;
11802}
11804 set_has_continuation();
11805 continuation_ = value;
11806 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetBansRequest.continuation)
11807}
11808
11809// -------------------------------------------------------------------
11810
11811// GetBansResponse
11812
11813// repeated .bgs.protocol.club.v1.ClubBan ban = 1;
11814inline int GetBansResponse::ban_size() const {
11815 return ban_.size();
11816}
11818 ban_.Clear();
11819}
11820inline const ::bgs::protocol::club::v1::ClubBan& GetBansResponse::ban(int index) const {
11821 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBansResponse.ban)
11822 return ban_.Get(index);
11823}
11824inline ::bgs::protocol::club::v1::ClubBan* GetBansResponse::mutable_ban(int index) {
11825 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetBansResponse.ban)
11826 return ban_.Mutable(index);
11827}
11828inline ::bgs::protocol::club::v1::ClubBan* GetBansResponse::add_ban() {
11829 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetBansResponse.ban)
11830 return ban_.Add();
11831}
11832inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan >&
11834 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetBansResponse.ban)
11835 return ban_;
11836}
11837inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan >*
11839 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetBansResponse.ban)
11840 return &ban_;
11841}
11842
11843// optional uint64 continuation = 2;
11845 return (_has_bits_[0] & 0x00000002u) != 0;
11846}
11848 _has_bits_[0] |= 0x00000002u;
11849}
11851 _has_bits_[0] &= ~0x00000002u;
11852}
11854 continuation_ = GOOGLE_ULONGLONG(0);
11855 clear_has_continuation();
11856}
11858 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetBansResponse.continuation)
11859 return continuation_;
11860}
11862 set_has_continuation();
11863 continuation_ = value;
11864 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetBansResponse.continuation)
11865}
11866
11867// -------------------------------------------------------------------
11868
11869// SubscribeStreamRequest
11870
11871// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11873 return (_has_bits_[0] & 0x00000001u) != 0;
11874}
11876 _has_bits_[0] |= 0x00000001u;
11877}
11879 _has_bits_[0] &= ~0x00000001u;
11880}
11882 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11883 clear_has_agent_id();
11884}
11885inline const ::bgs::protocol::club::v1::MemberId& SubscribeStreamRequest::agent_id() const {
11886 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SubscribeStreamRequest.agent_id)
11887 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11888}
11889inline ::bgs::protocol::club::v1::MemberId* SubscribeStreamRequest::mutable_agent_id() {
11890 set_has_agent_id();
11891 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11892 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SubscribeStreamRequest.agent_id)
11893 return agent_id_;
11894}
11895inline ::bgs::protocol::club::v1::MemberId* SubscribeStreamRequest::release_agent_id() {
11896 clear_has_agent_id();
11897 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11898 agent_id_ = NULL;
11899 return temp;
11900}
11902 delete agent_id_;
11903 agent_id_ = agent_id;
11904 if (agent_id) {
11905 set_has_agent_id();
11906 } else {
11907 clear_has_agent_id();
11908 }
11909 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SubscribeStreamRequest.agent_id)
11910}
11911
11912// optional uint64 club_id = 2;
11914 return (_has_bits_[0] & 0x00000002u) != 0;
11915}
11917 _has_bits_[0] |= 0x00000002u;
11918}
11920 _has_bits_[0] &= ~0x00000002u;
11921}
11923 club_id_ = GOOGLE_ULONGLONG(0);
11924 clear_has_club_id();
11925}
11927 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SubscribeStreamRequest.club_id)
11928 return club_id_;
11929}
11931 set_has_club_id();
11932 club_id_ = value;
11933 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SubscribeStreamRequest.club_id)
11934}
11935
11936// repeated uint64 stream_id = 3;
11938 return stream_id_.size();
11939}
11941 stream_id_.Clear();
11942}
11944 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SubscribeStreamRequest.stream_id)
11945 return stream_id_.Get(index);
11946}
11948 stream_id_.Set(index, value);
11949 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SubscribeStreamRequest.stream_id)
11950}
11952 stream_id_.Add(value);
11953 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.SubscribeStreamRequest.stream_id)
11954}
11955inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
11957 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.SubscribeStreamRequest.stream_id)
11958 return stream_id_;
11959}
11960inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
11962 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.SubscribeStreamRequest.stream_id)
11963 return &stream_id_;
11964}
11965
11966// -------------------------------------------------------------------
11967
11968// UnsubscribeStreamRequest
11969
11970// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
11972 return (_has_bits_[0] & 0x00000001u) != 0;
11973}
11975 _has_bits_[0] |= 0x00000001u;
11976}
11978 _has_bits_[0] &= ~0x00000001u;
11979}
11981 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
11982 clear_has_agent_id();
11983}
11984inline const ::bgs::protocol::club::v1::MemberId& UnsubscribeStreamRequest::agent_id() const {
11985 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnsubscribeStreamRequest.agent_id)
11986 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
11987}
11988inline ::bgs::protocol::club::v1::MemberId* UnsubscribeStreamRequest::mutable_agent_id() {
11989 set_has_agent_id();
11990 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
11991 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UnsubscribeStreamRequest.agent_id)
11992 return agent_id_;
11993}
11994inline ::bgs::protocol::club::v1::MemberId* UnsubscribeStreamRequest::release_agent_id() {
11995 clear_has_agent_id();
11996 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
11997 agent_id_ = NULL;
11998 return temp;
11999}
12001 delete agent_id_;
12002 agent_id_ = agent_id;
12003 if (agent_id) {
12004 set_has_agent_id();
12005 } else {
12006 clear_has_agent_id();
12007 }
12008 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UnsubscribeStreamRequest.agent_id)
12009}
12010
12011// optional uint64 club_id = 2;
12013 return (_has_bits_[0] & 0x00000002u) != 0;
12014}
12016 _has_bits_[0] |= 0x00000002u;
12017}
12019 _has_bits_[0] &= ~0x00000002u;
12020}
12022 club_id_ = GOOGLE_ULONGLONG(0);
12023 clear_has_club_id();
12024}
12026 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnsubscribeStreamRequest.club_id)
12027 return club_id_;
12028}
12030 set_has_club_id();
12031 club_id_ = value;
12032 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UnsubscribeStreamRequest.club_id)
12033}
12034
12035// repeated uint64 stream_id = 3;
12037 return stream_id_.size();
12038}
12040 stream_id_.Clear();
12041}
12043 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UnsubscribeStreamRequest.stream_id)
12044 return stream_id_.Get(index);
12045}
12047 stream_id_.Set(index, value);
12048 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UnsubscribeStreamRequest.stream_id)
12049}
12051 stream_id_.Add(value);
12052 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.UnsubscribeStreamRequest.stream_id)
12053}
12054inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
12056 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.UnsubscribeStreamRequest.stream_id)
12057 return stream_id_;
12058}
12059inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
12061 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.UnsubscribeStreamRequest.stream_id)
12062 return &stream_id_;
12063}
12064
12065// -------------------------------------------------------------------
12066
12067// CreateStreamRequest
12068
12069// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
12071 return (_has_bits_[0] & 0x00000001u) != 0;
12072}
12074 _has_bits_[0] |= 0x00000001u;
12075}
12077 _has_bits_[0] &= ~0x00000001u;
12078}
12080 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
12081 clear_has_agent_id();
12082}
12083inline const ::bgs::protocol::club::v1::MemberId& CreateStreamRequest::agent_id() const {
12084 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateStreamRequest.agent_id)
12085 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
12086}
12087inline ::bgs::protocol::club::v1::MemberId* CreateStreamRequest::mutable_agent_id() {
12088 set_has_agent_id();
12089 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
12090 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateStreamRequest.agent_id)
12091 return agent_id_;
12092}
12093inline ::bgs::protocol::club::v1::MemberId* CreateStreamRequest::release_agent_id() {
12094 clear_has_agent_id();
12095 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
12096 agent_id_ = NULL;
12097 return temp;
12098}
12100 delete agent_id_;
12101 agent_id_ = agent_id;
12102 if (agent_id) {
12103 set_has_agent_id();
12104 } else {
12105 clear_has_agent_id();
12106 }
12107 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateStreamRequest.agent_id)
12108}
12109
12110// optional uint64 club_id = 2;
12112 return (_has_bits_[0] & 0x00000002u) != 0;
12113}
12115 _has_bits_[0] |= 0x00000002u;
12116}
12118 _has_bits_[0] &= ~0x00000002u;
12119}
12121 club_id_ = GOOGLE_ULONGLONG(0);
12122 clear_has_club_id();
12123}
12125 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateStreamRequest.club_id)
12126 return club_id_;
12127}
12129 set_has_club_id();
12130 club_id_ = value;
12131 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.CreateStreamRequest.club_id)
12132}
12133
12134// optional .bgs.protocol.club.v1.CreateStreamOptions options = 3;
12136 return (_has_bits_[0] & 0x00000004u) != 0;
12137}
12139 _has_bits_[0] |= 0x00000004u;
12140}
12142 _has_bits_[0] &= ~0x00000004u;
12143}
12145 if (options_ != NULL) options_->::bgs::protocol::club::v1::CreateStreamOptions::Clear();
12146 clear_has_options();
12147}
12148inline const ::bgs::protocol::club::v1::CreateStreamOptions& CreateStreamRequest::options() const {
12149 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateStreamRequest.options)
12150 return options_ != NULL ? *options_ : *default_instance_->options_;
12151}
12152inline ::bgs::protocol::club::v1::CreateStreamOptions* CreateStreamRequest::mutable_options() {
12153 set_has_options();
12154 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::CreateStreamOptions;
12155 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateStreamRequest.options)
12156 return options_;
12157}
12158inline ::bgs::protocol::club::v1::CreateStreamOptions* CreateStreamRequest::release_options() {
12159 clear_has_options();
12161 options_ = NULL;
12162 return temp;
12163}
12165 delete options_;
12166 options_ = options;
12167 if (options) {
12168 set_has_options();
12169 } else {
12170 clear_has_options();
12171 }
12172 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateStreamRequest.options)
12173}
12174
12175// -------------------------------------------------------------------
12176
12177// CreateStreamResponse
12178
12179// optional uint64 club_id = 1;
12181 return (_has_bits_[0] & 0x00000001u) != 0;
12182}
12184 _has_bits_[0] |= 0x00000001u;
12185}
12187 _has_bits_[0] &= ~0x00000001u;
12188}
12190 club_id_ = GOOGLE_ULONGLONG(0);
12191 clear_has_club_id();
12192}
12194 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateStreamResponse.club_id)
12195 return club_id_;
12196}
12198 set_has_club_id();
12199 club_id_ = value;
12200 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.CreateStreamResponse.club_id)
12201}
12202
12203// optional uint64 stream_id = 2;
12205 return (_has_bits_[0] & 0x00000002u) != 0;
12206}
12208 _has_bits_[0] |= 0x00000002u;
12209}
12211 _has_bits_[0] &= ~0x00000002u;
12212}
12214 stream_id_ = GOOGLE_ULONGLONG(0);
12215 clear_has_stream_id();
12216}
12218 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateStreamResponse.stream_id)
12219 return stream_id_;
12220}
12222 set_has_stream_id();
12223 stream_id_ = value;
12224 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.CreateStreamResponse.stream_id)
12225}
12226
12227// -------------------------------------------------------------------
12228
12229// DestroyStreamRequest
12230
12231// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
12233 return (_has_bits_[0] & 0x00000001u) != 0;
12234}
12236 _has_bits_[0] |= 0x00000001u;
12237}
12239 _has_bits_[0] &= ~0x00000001u;
12240}
12242 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
12243 clear_has_agent_id();
12244}
12245inline const ::bgs::protocol::club::v1::MemberId& DestroyStreamRequest::agent_id() const {
12246 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyStreamRequest.agent_id)
12247 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
12248}
12249inline ::bgs::protocol::club::v1::MemberId* DestroyStreamRequest::mutable_agent_id() {
12250 set_has_agent_id();
12251 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
12252 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DestroyStreamRequest.agent_id)
12253 return agent_id_;
12254}
12255inline ::bgs::protocol::club::v1::MemberId* DestroyStreamRequest::release_agent_id() {
12256 clear_has_agent_id();
12257 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
12258 agent_id_ = NULL;
12259 return temp;
12260}
12262 delete agent_id_;
12263 agent_id_ = agent_id;
12264 if (agent_id) {
12265 set_has_agent_id();
12266 } else {
12267 clear_has_agent_id();
12268 }
12269 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DestroyStreamRequest.agent_id)
12270}
12271
12272// optional uint64 club_id = 2;
12274 return (_has_bits_[0] & 0x00000002u) != 0;
12275}
12277 _has_bits_[0] |= 0x00000002u;
12278}
12280 _has_bits_[0] &= ~0x00000002u;
12281}
12283 club_id_ = GOOGLE_ULONGLONG(0);
12284 clear_has_club_id();
12285}
12287 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyStreamRequest.club_id)
12288 return club_id_;
12289}
12291 set_has_club_id();
12292 club_id_ = value;
12293 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DestroyStreamRequest.club_id)
12294}
12295
12296// optional uint64 stream_id = 3;
12298 return (_has_bits_[0] & 0x00000004u) != 0;
12299}
12301 _has_bits_[0] |= 0x00000004u;
12302}
12304 _has_bits_[0] &= ~0x00000004u;
12305}
12307 stream_id_ = GOOGLE_ULONGLONG(0);
12308 clear_has_stream_id();
12309}
12311 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyStreamRequest.stream_id)
12312 return stream_id_;
12313}
12315 set_has_stream_id();
12316 stream_id_ = value;
12317 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DestroyStreamRequest.stream_id)
12318}
12319
12320// -------------------------------------------------------------------
12321
12322// GetStreamRequest
12323
12324// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
12326 return (_has_bits_[0] & 0x00000001u) != 0;
12327}
12329 _has_bits_[0] |= 0x00000001u;
12330}
12332 _has_bits_[0] &= ~0x00000001u;
12333}
12335 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
12336 clear_has_agent_id();
12337}
12338inline const ::bgs::protocol::club::v1::MemberId& GetStreamRequest::agent_id() const {
12339 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamRequest.agent_id)
12340 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
12341}
12342inline ::bgs::protocol::club::v1::MemberId* GetStreamRequest::mutable_agent_id() {
12343 set_has_agent_id();
12344 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
12345 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamRequest.agent_id)
12346 return agent_id_;
12347}
12348inline ::bgs::protocol::club::v1::MemberId* GetStreamRequest::release_agent_id() {
12349 clear_has_agent_id();
12350 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
12351 agent_id_ = NULL;
12352 return temp;
12353}
12355 delete agent_id_;
12356 agent_id_ = agent_id;
12357 if (agent_id) {
12358 set_has_agent_id();
12359 } else {
12360 clear_has_agent_id();
12361 }
12362 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamRequest.agent_id)
12363}
12364
12365// optional uint64 club_id = 2;
12367 return (_has_bits_[0] & 0x00000002u) != 0;
12368}
12370 _has_bits_[0] |= 0x00000002u;
12371}
12373 _has_bits_[0] &= ~0x00000002u;
12374}
12376 club_id_ = GOOGLE_ULONGLONG(0);
12377 clear_has_club_id();
12378}
12380 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamRequest.club_id)
12381 return club_id_;
12382}
12384 set_has_club_id();
12385 club_id_ = value;
12386 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamRequest.club_id)
12387}
12388
12389// optional uint64 stream_id = 3;
12391 return (_has_bits_[0] & 0x00000004u) != 0;
12392}
12394 _has_bits_[0] |= 0x00000004u;
12395}
12397 _has_bits_[0] &= ~0x00000004u;
12398}
12400 stream_id_ = GOOGLE_ULONGLONG(0);
12401 clear_has_stream_id();
12402}
12404 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamRequest.stream_id)
12405 return stream_id_;
12406}
12408 set_has_stream_id();
12409 stream_id_ = value;
12410 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamRequest.stream_id)
12411}
12412
12413// -------------------------------------------------------------------
12414
12415// GetStreamResponse
12416
12417// optional .bgs.protocol.club.v1.Stream stream = 1;
12419 return (_has_bits_[0] & 0x00000001u) != 0;
12420}
12422 _has_bits_[0] |= 0x00000001u;
12423}
12425 _has_bits_[0] &= ~0x00000001u;
12426}
12428 if (stream_ != NULL) stream_->::bgs::protocol::club::v1::Stream::Clear();
12429 clear_has_stream();
12430}
12431inline const ::bgs::protocol::club::v1::Stream& GetStreamResponse::stream() const {
12432 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamResponse.stream)
12433 return stream_ != NULL ? *stream_ : *default_instance_->stream_;
12434}
12435inline ::bgs::protocol::club::v1::Stream* GetStreamResponse::mutable_stream() {
12436 set_has_stream();
12437 if (stream_ == NULL) stream_ = new ::bgs::protocol::club::v1::Stream;
12438 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamResponse.stream)
12439 return stream_;
12440}
12441inline ::bgs::protocol::club::v1::Stream* GetStreamResponse::release_stream() {
12442 clear_has_stream();
12443 ::bgs::protocol::club::v1::Stream* temp = stream_;
12444 stream_ = NULL;
12445 return temp;
12446}
12448 delete stream_;
12449 stream_ = stream;
12450 if (stream) {
12451 set_has_stream();
12452 } else {
12453 clear_has_stream();
12454 }
12455 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamResponse.stream)
12456}
12457
12458// -------------------------------------------------------------------
12459
12460// GetStreamsRequest
12461
12462// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
12464 return (_has_bits_[0] & 0x00000001u) != 0;
12465}
12467 _has_bits_[0] |= 0x00000001u;
12468}
12470 _has_bits_[0] &= ~0x00000001u;
12471}
12473 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
12474 clear_has_agent_id();
12475}
12476inline const ::bgs::protocol::club::v1::MemberId& GetStreamsRequest::agent_id() const {
12477 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamsRequest.agent_id)
12478 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
12479}
12480inline ::bgs::protocol::club::v1::MemberId* GetStreamsRequest::mutable_agent_id() {
12481 set_has_agent_id();
12482 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
12483 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamsRequest.agent_id)
12484 return agent_id_;
12485}
12486inline ::bgs::protocol::club::v1::MemberId* GetStreamsRequest::release_agent_id() {
12487 clear_has_agent_id();
12488 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
12489 agent_id_ = NULL;
12490 return temp;
12491}
12493 delete agent_id_;
12494 agent_id_ = agent_id;
12495 if (agent_id) {
12496 set_has_agent_id();
12497 } else {
12498 clear_has_agent_id();
12499 }
12500 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamsRequest.agent_id)
12501}
12502
12503// optional uint64 club_id = 2;
12505 return (_has_bits_[0] & 0x00000002u) != 0;
12506}
12508 _has_bits_[0] |= 0x00000002u;
12509}
12511 _has_bits_[0] &= ~0x00000002u;
12512}
12514 club_id_ = GOOGLE_ULONGLONG(0);
12515 clear_has_club_id();
12516}
12518 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamsRequest.club_id)
12519 return club_id_;
12520}
12522 set_has_club_id();
12523 club_id_ = value;
12524 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamsRequest.club_id)
12525}
12526
12527// optional uint64 continuation = 3;
12529 return (_has_bits_[0] & 0x00000004u) != 0;
12530}
12532 _has_bits_[0] |= 0x00000004u;
12533}
12535 _has_bits_[0] &= ~0x00000004u;
12536}
12538 continuation_ = GOOGLE_ULONGLONG(0);
12539 clear_has_continuation();
12540}
12542 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamsRequest.continuation)
12543 return continuation_;
12544}
12546 set_has_continuation();
12547 continuation_ = value;
12548 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamsRequest.continuation)
12549}
12550
12551// -------------------------------------------------------------------
12552
12553// GetStreamsResponse
12554
12555// repeated .bgs.protocol.club.v1.Stream stream = 1;
12557 return stream_.size();
12558}
12560 stream_.Clear();
12561}
12562inline const ::bgs::protocol::club::v1::Stream& GetStreamsResponse::stream(int index) const {
12563 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamsResponse.stream)
12564 return stream_.Get(index);
12565}
12566inline ::bgs::protocol::club::v1::Stream* GetStreamsResponse::mutable_stream(int index) {
12567 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamsResponse.stream)
12568 return stream_.Mutable(index);
12569}
12570inline ::bgs::protocol::club::v1::Stream* GetStreamsResponse::add_stream() {
12571 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetStreamsResponse.stream)
12572 return stream_.Add();
12573}
12574inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream >&
12576 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetStreamsResponse.stream)
12577 return stream_;
12578}
12579inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream >*
12581 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetStreamsResponse.stream)
12582 return &stream_;
12583}
12584
12585// repeated .bgs.protocol.club.v1.StreamView view = 2;
12587 return view_.size();
12588}
12590 view_.Clear();
12591}
12592inline const ::bgs::protocol::club::v1::StreamView& GetStreamsResponse::view(int index) const {
12593 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamsResponse.view)
12594 return view_.Get(index);
12595}
12596inline ::bgs::protocol::club::v1::StreamView* GetStreamsResponse::mutable_view(int index) {
12597 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamsResponse.view)
12598 return view_.Mutable(index);
12599}
12600inline ::bgs::protocol::club::v1::StreamView* GetStreamsResponse::add_view() {
12601 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetStreamsResponse.view)
12602 return view_.Add();
12603}
12604inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView >&
12606 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetStreamsResponse.view)
12607 return view_;
12608}
12609inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView >*
12611 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetStreamsResponse.view)
12612 return &view_;
12613}
12614
12615// optional uint64 continuation = 3;
12617 return (_has_bits_[0] & 0x00000004u) != 0;
12618}
12620 _has_bits_[0] |= 0x00000004u;
12621}
12623 _has_bits_[0] &= ~0x00000004u;
12624}
12626 continuation_ = GOOGLE_ULONGLONG(0);
12627 clear_has_continuation();
12628}
12630 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamsResponse.continuation)
12631 return continuation_;
12632}
12634 set_has_continuation();
12635 continuation_ = value;
12636 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamsResponse.continuation)
12637}
12638
12639// -------------------------------------------------------------------
12640
12641// UpdateStreamStateRequest
12642
12643// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
12645 return (_has_bits_[0] & 0x00000001u) != 0;
12646}
12648 _has_bits_[0] |= 0x00000001u;
12649}
12651 _has_bits_[0] &= ~0x00000001u;
12652}
12654 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
12655 clear_has_agent_id();
12656}
12657inline const ::bgs::protocol::club::v1::MemberId& UpdateStreamStateRequest::agent_id() const {
12658 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateStreamStateRequest.agent_id)
12659 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
12660}
12661inline ::bgs::protocol::club::v1::MemberId* UpdateStreamStateRequest::mutable_agent_id() {
12662 set_has_agent_id();
12663 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
12664 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateStreamStateRequest.agent_id)
12665 return agent_id_;
12666}
12667inline ::bgs::protocol::club::v1::MemberId* UpdateStreamStateRequest::release_agent_id() {
12668 clear_has_agent_id();
12669 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
12670 agent_id_ = NULL;
12671 return temp;
12672}
12674 delete agent_id_;
12675 agent_id_ = agent_id;
12676 if (agent_id) {
12677 set_has_agent_id();
12678 } else {
12679 clear_has_agent_id();
12680 }
12681 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateStreamStateRequest.agent_id)
12682}
12683
12684// optional uint64 club_id = 2;
12686 return (_has_bits_[0] & 0x00000002u) != 0;
12687}
12689 _has_bits_[0] |= 0x00000002u;
12690}
12692 _has_bits_[0] &= ~0x00000002u;
12693}
12695 club_id_ = GOOGLE_ULONGLONG(0);
12696 clear_has_club_id();
12697}
12699 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateStreamStateRequest.club_id)
12700 return club_id_;
12701}
12703 set_has_club_id();
12704 club_id_ = value;
12705 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UpdateStreamStateRequest.club_id)
12706}
12707
12708// optional uint64 stream_id = 3;
12710 return (_has_bits_[0] & 0x00000004u) != 0;
12711}
12713 _has_bits_[0] |= 0x00000004u;
12714}
12716 _has_bits_[0] &= ~0x00000004u;
12717}
12719 stream_id_ = GOOGLE_ULONGLONG(0);
12720 clear_has_stream_id();
12721}
12723 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateStreamStateRequest.stream_id)
12724 return stream_id_;
12725}
12727 set_has_stream_id();
12728 stream_id_ = value;
12729 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.UpdateStreamStateRequest.stream_id)
12730}
12731
12732// optional .bgs.protocol.club.v1.StreamStateOptions options = 5;
12734 return (_has_bits_[0] & 0x00000008u) != 0;
12735}
12737 _has_bits_[0] |= 0x00000008u;
12738}
12740 _has_bits_[0] &= ~0x00000008u;
12741}
12743 if (options_ != NULL) options_->::bgs::protocol::club::v1::StreamStateOptions::Clear();
12744 clear_has_options();
12745}
12746inline const ::bgs::protocol::club::v1::StreamStateOptions& UpdateStreamStateRequest::options() const {
12747 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.UpdateStreamStateRequest.options)
12748 return options_ != NULL ? *options_ : *default_instance_->options_;
12749}
12750inline ::bgs::protocol::club::v1::StreamStateOptions* UpdateStreamStateRequest::mutable_options() {
12751 set_has_options();
12752 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::StreamStateOptions;
12753 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.UpdateStreamStateRequest.options)
12754 return options_;
12755}
12756inline ::bgs::protocol::club::v1::StreamStateOptions* UpdateStreamStateRequest::release_options() {
12757 clear_has_options();
12759 options_ = NULL;
12760 return temp;
12761}
12763 delete options_;
12764 options_ = options;
12765 if (options) {
12766 set_has_options();
12767 } else {
12768 clear_has_options();
12769 }
12770 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.UpdateStreamStateRequest.options)
12771}
12772
12773// -------------------------------------------------------------------
12774
12775// SetStreamFocusRequest
12776
12777// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
12779 return (_has_bits_[0] & 0x00000001u) != 0;
12780}
12782 _has_bits_[0] |= 0x00000001u;
12783}
12785 _has_bits_[0] &= ~0x00000001u;
12786}
12788 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
12789 clear_has_agent_id();
12790}
12791inline const ::bgs::protocol::club::v1::MemberId& SetStreamFocusRequest::agent_id() const {
12792 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetStreamFocusRequest.agent_id)
12793 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
12794}
12795inline ::bgs::protocol::club::v1::MemberId* SetStreamFocusRequest::mutable_agent_id() {
12796 set_has_agent_id();
12797 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
12798 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SetStreamFocusRequest.agent_id)
12799 return agent_id_;
12800}
12801inline ::bgs::protocol::club::v1::MemberId* SetStreamFocusRequest::release_agent_id() {
12802 clear_has_agent_id();
12803 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
12804 agent_id_ = NULL;
12805 return temp;
12806}
12808 delete agent_id_;
12809 agent_id_ = agent_id;
12810 if (agent_id) {
12811 set_has_agent_id();
12812 } else {
12813 clear_has_agent_id();
12814 }
12815 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SetStreamFocusRequest.agent_id)
12816}
12817
12818// optional uint64 club_id = 2;
12820 return (_has_bits_[0] & 0x00000002u) != 0;
12821}
12823 _has_bits_[0] |= 0x00000002u;
12824}
12826 _has_bits_[0] &= ~0x00000002u;
12827}
12829 club_id_ = GOOGLE_ULONGLONG(0);
12830 clear_has_club_id();
12831}
12833 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetStreamFocusRequest.club_id)
12834 return club_id_;
12835}
12837 set_has_club_id();
12838 club_id_ = value;
12839 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetStreamFocusRequest.club_id)
12840}
12841
12842// optional uint64 stream_id = 3;
12844 return (_has_bits_[0] & 0x00000004u) != 0;
12845}
12847 _has_bits_[0] |= 0x00000004u;
12848}
12850 _has_bits_[0] &= ~0x00000004u;
12851}
12853 stream_id_ = GOOGLE_ULONGLONG(0);
12854 clear_has_stream_id();
12855}
12857 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetStreamFocusRequest.stream_id)
12858 return stream_id_;
12859}
12861 set_has_stream_id();
12862 stream_id_ = value;
12863 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetStreamFocusRequest.stream_id)
12864}
12865
12866// optional bool focus = 4;
12868 return (_has_bits_[0] & 0x00000008u) != 0;
12869}
12871 _has_bits_[0] |= 0x00000008u;
12872}
12874 _has_bits_[0] &= ~0x00000008u;
12875}
12877 focus_ = false;
12878 clear_has_focus();
12879}
12880inline bool SetStreamFocusRequest::focus() const {
12881 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetStreamFocusRequest.focus)
12882 return focus_;
12883}
12884inline void SetStreamFocusRequest::set_focus(bool value) {
12885 set_has_focus();
12886 focus_ = value;
12887 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetStreamFocusRequest.focus)
12888}
12889
12890// -------------------------------------------------------------------
12891
12892// CreateMessageRequest
12893
12894// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
12896 return (_has_bits_[0] & 0x00000001u) != 0;
12897}
12899 _has_bits_[0] |= 0x00000001u;
12900}
12902 _has_bits_[0] &= ~0x00000001u;
12903}
12905 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
12906 clear_has_agent_id();
12907}
12908inline const ::bgs::protocol::club::v1::MemberId& CreateMessageRequest::agent_id() const {
12909 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateMessageRequest.agent_id)
12910 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
12911}
12912inline ::bgs::protocol::club::v1::MemberId* CreateMessageRequest::mutable_agent_id() {
12913 set_has_agent_id();
12914 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
12915 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateMessageRequest.agent_id)
12916 return agent_id_;
12917}
12918inline ::bgs::protocol::club::v1::MemberId* CreateMessageRequest::release_agent_id() {
12919 clear_has_agent_id();
12920 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
12921 agent_id_ = NULL;
12922 return temp;
12923}
12925 delete agent_id_;
12926 agent_id_ = agent_id;
12927 if (agent_id) {
12928 set_has_agent_id();
12929 } else {
12930 clear_has_agent_id();
12931 }
12932 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateMessageRequest.agent_id)
12933}
12934
12935// optional uint64 club_id = 2;
12937 return (_has_bits_[0] & 0x00000002u) != 0;
12938}
12940 _has_bits_[0] |= 0x00000002u;
12941}
12943 _has_bits_[0] &= ~0x00000002u;
12944}
12946 club_id_ = GOOGLE_ULONGLONG(0);
12947 clear_has_club_id();
12948}
12950 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateMessageRequest.club_id)
12951 return club_id_;
12952}
12954 set_has_club_id();
12955 club_id_ = value;
12956 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.CreateMessageRequest.club_id)
12957}
12958
12959// optional uint64 stream_id = 3;
12961 return (_has_bits_[0] & 0x00000004u) != 0;
12962}
12964 _has_bits_[0] |= 0x00000004u;
12965}
12967 _has_bits_[0] &= ~0x00000004u;
12968}
12970 stream_id_ = GOOGLE_ULONGLONG(0);
12971 clear_has_stream_id();
12972}
12974 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateMessageRequest.stream_id)
12975 return stream_id_;
12976}
12978 set_has_stream_id();
12979 stream_id_ = value;
12980 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.CreateMessageRequest.stream_id)
12981}
12982
12983// optional .bgs.protocol.club.v1.CreateMessageOptions options = 4;
12985 return (_has_bits_[0] & 0x00000008u) != 0;
12986}
12988 _has_bits_[0] |= 0x00000008u;
12989}
12991 _has_bits_[0] &= ~0x00000008u;
12992}
12994 if (options_ != NULL) options_->::bgs::protocol::club::v1::CreateMessageOptions::Clear();
12995 clear_has_options();
12996}
12997inline const ::bgs::protocol::club::v1::CreateMessageOptions& CreateMessageRequest::options() const {
12998 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateMessageRequest.options)
12999 return options_ != NULL ? *options_ : *default_instance_->options_;
13000}
13001inline ::bgs::protocol::club::v1::CreateMessageOptions* CreateMessageRequest::mutable_options() {
13002 set_has_options();
13003 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::CreateMessageOptions;
13004 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateMessageRequest.options)
13005 return options_;
13006}
13007inline ::bgs::protocol::club::v1::CreateMessageOptions* CreateMessageRequest::release_options() {
13008 clear_has_options();
13010 options_ = NULL;
13011 return temp;
13012}
13014 delete options_;
13015 options_ = options;
13016 if (options) {
13017 set_has_options();
13018 } else {
13019 clear_has_options();
13020 }
13021 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateMessageRequest.options)
13022}
13023
13024// -------------------------------------------------------------------
13025
13026// CreateMessageResponse
13027
13028// optional .bgs.protocol.club.v1.StreamMessage message = 1;
13030 return (_has_bits_[0] & 0x00000001u) != 0;
13031}
13033 _has_bits_[0] |= 0x00000001u;
13034}
13036 _has_bits_[0] &= ~0x00000001u;
13037}
13039 if (message_ != NULL) message_->::bgs::protocol::club::v1::StreamMessage::Clear();
13040 clear_has_message();
13041}
13042inline const ::bgs::protocol::club::v1::StreamMessage& CreateMessageResponse::message() const {
13043 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.CreateMessageResponse.message)
13044 return message_ != NULL ? *message_ : *default_instance_->message_;
13045}
13046inline ::bgs::protocol::club::v1::StreamMessage* CreateMessageResponse::mutable_message() {
13047 set_has_message();
13048 if (message_ == NULL) message_ = new ::bgs::protocol::club::v1::StreamMessage;
13049 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.CreateMessageResponse.message)
13050 return message_;
13051}
13052inline ::bgs::protocol::club::v1::StreamMessage* CreateMessageResponse::release_message() {
13053 clear_has_message();
13055 message_ = NULL;
13056 return temp;
13057}
13059 delete message_;
13060 message_ = message;
13061 if (message) {
13062 set_has_message();
13063 } else {
13064 clear_has_message();
13065 }
13066 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.CreateMessageResponse.message)
13067}
13068
13069// -------------------------------------------------------------------
13070
13071// DestroyMessageRequest
13072
13073// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13075 return (_has_bits_[0] & 0x00000001u) != 0;
13076}
13078 _has_bits_[0] |= 0x00000001u;
13079}
13081 _has_bits_[0] &= ~0x00000001u;
13082}
13084 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13085 clear_has_agent_id();
13086}
13087inline const ::bgs::protocol::club::v1::MemberId& DestroyMessageRequest::agent_id() const {
13088 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyMessageRequest.agent_id)
13089 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13090}
13091inline ::bgs::protocol::club::v1::MemberId* DestroyMessageRequest::mutable_agent_id() {
13092 set_has_agent_id();
13093 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13094 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DestroyMessageRequest.agent_id)
13095 return agent_id_;
13096}
13097inline ::bgs::protocol::club::v1::MemberId* DestroyMessageRequest::release_agent_id() {
13098 clear_has_agent_id();
13099 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13100 agent_id_ = NULL;
13101 return temp;
13102}
13104 delete agent_id_;
13105 agent_id_ = agent_id;
13106 if (agent_id) {
13107 set_has_agent_id();
13108 } else {
13109 clear_has_agent_id();
13110 }
13111 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DestroyMessageRequest.agent_id)
13112}
13113
13114// optional uint64 club_id = 2;
13116 return (_has_bits_[0] & 0x00000002u) != 0;
13117}
13119 _has_bits_[0] |= 0x00000002u;
13120}
13122 _has_bits_[0] &= ~0x00000002u;
13123}
13125 club_id_ = GOOGLE_ULONGLONG(0);
13126 clear_has_club_id();
13127}
13129 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyMessageRequest.club_id)
13130 return club_id_;
13131}
13133 set_has_club_id();
13134 club_id_ = value;
13135 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DestroyMessageRequest.club_id)
13136}
13137
13138// optional uint64 stream_id = 3;
13140 return (_has_bits_[0] & 0x00000004u) != 0;
13141}
13143 _has_bits_[0] |= 0x00000004u;
13144}
13146 _has_bits_[0] &= ~0x00000004u;
13147}
13149 stream_id_ = GOOGLE_ULONGLONG(0);
13150 clear_has_stream_id();
13151}
13153 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyMessageRequest.stream_id)
13154 return stream_id_;
13155}
13157 set_has_stream_id();
13158 stream_id_ = value;
13159 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.DestroyMessageRequest.stream_id)
13160}
13161
13162// optional .bgs.protocol.MessageId message_id = 4;
13164 return (_has_bits_[0] & 0x00000008u) != 0;
13165}
13167 _has_bits_[0] |= 0x00000008u;
13168}
13170 _has_bits_[0] &= ~0x00000008u;
13171}
13173 if (message_id_ != NULL) message_id_->::bgs::protocol::MessageId::Clear();
13174 clear_has_message_id();
13175}
13176inline const ::bgs::protocol::MessageId& DestroyMessageRequest::message_id() const {
13177 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyMessageRequest.message_id)
13178 return message_id_ != NULL ? *message_id_ : *default_instance_->message_id_;
13179}
13180inline ::bgs::protocol::MessageId* DestroyMessageRequest::mutable_message_id() {
13181 set_has_message_id();
13182 if (message_id_ == NULL) message_id_ = new ::bgs::protocol::MessageId;
13183 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DestroyMessageRequest.message_id)
13184 return message_id_;
13185}
13186inline ::bgs::protocol::MessageId* DestroyMessageRequest::release_message_id() {
13187 clear_has_message_id();
13188 ::bgs::protocol::MessageId* temp = message_id_;
13189 message_id_ = NULL;
13190 return temp;
13191}
13193 delete message_id_;
13194 message_id_ = message_id;
13195 if (message_id) {
13196 set_has_message_id();
13197 } else {
13198 clear_has_message_id();
13199 }
13200 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DestroyMessageRequest.message_id)
13201}
13202
13203// -------------------------------------------------------------------
13204
13205// DestroyMessageResponse
13206
13207// optional .bgs.protocol.club.v1.StreamMessage message = 1;
13209 return (_has_bits_[0] & 0x00000001u) != 0;
13210}
13212 _has_bits_[0] |= 0x00000001u;
13213}
13215 _has_bits_[0] &= ~0x00000001u;
13216}
13218 if (message_ != NULL) message_->::bgs::protocol::club::v1::StreamMessage::Clear();
13219 clear_has_message();
13220}
13221inline const ::bgs::protocol::club::v1::StreamMessage& DestroyMessageResponse::message() const {
13222 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.DestroyMessageResponse.message)
13223 return message_ != NULL ? *message_ : *default_instance_->message_;
13224}
13225inline ::bgs::protocol::club::v1::StreamMessage* DestroyMessageResponse::mutable_message() {
13226 set_has_message();
13227 if (message_ == NULL) message_ = new ::bgs::protocol::club::v1::StreamMessage;
13228 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.DestroyMessageResponse.message)
13229 return message_;
13230}
13231inline ::bgs::protocol::club::v1::StreamMessage* DestroyMessageResponse::release_message() {
13232 clear_has_message();
13234 message_ = NULL;
13235 return temp;
13236}
13238 delete message_;
13239 message_ = message;
13240 if (message) {
13241 set_has_message();
13242 } else {
13243 clear_has_message();
13244 }
13245 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.DestroyMessageResponse.message)
13246}
13247
13248// -------------------------------------------------------------------
13249
13250// EditMessageRequest
13251
13252// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13254 return (_has_bits_[0] & 0x00000001u) != 0;
13255}
13257 _has_bits_[0] |= 0x00000001u;
13258}
13260 _has_bits_[0] &= ~0x00000001u;
13261}
13263 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13264 clear_has_agent_id();
13265}
13266inline const ::bgs::protocol::club::v1::MemberId& EditMessageRequest::agent_id() const {
13267 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.EditMessageRequest.agent_id)
13268 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13269}
13270inline ::bgs::protocol::club::v1::MemberId* EditMessageRequest::mutable_agent_id() {
13271 set_has_agent_id();
13272 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13273 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.EditMessageRequest.agent_id)
13274 return agent_id_;
13275}
13276inline ::bgs::protocol::club::v1::MemberId* EditMessageRequest::release_agent_id() {
13277 clear_has_agent_id();
13278 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13279 agent_id_ = NULL;
13280 return temp;
13281}
13283 delete agent_id_;
13284 agent_id_ = agent_id;
13285 if (agent_id) {
13286 set_has_agent_id();
13287 } else {
13288 clear_has_agent_id();
13289 }
13290 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.EditMessageRequest.agent_id)
13291}
13292
13293// optional uint64 club_id = 2;
13295 return (_has_bits_[0] & 0x00000002u) != 0;
13296}
13298 _has_bits_[0] |= 0x00000002u;
13299}
13301 _has_bits_[0] &= ~0x00000002u;
13302}
13304 club_id_ = GOOGLE_ULONGLONG(0);
13305 clear_has_club_id();
13306}
13308 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.EditMessageRequest.club_id)
13309 return club_id_;
13310}
13312 set_has_club_id();
13313 club_id_ = value;
13314 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.EditMessageRequest.club_id)
13315}
13316
13317// optional uint64 stream_id = 3;
13319 return (_has_bits_[0] & 0x00000004u) != 0;
13320}
13322 _has_bits_[0] |= 0x00000004u;
13323}
13325 _has_bits_[0] &= ~0x00000004u;
13326}
13328 stream_id_ = GOOGLE_ULONGLONG(0);
13329 clear_has_stream_id();
13330}
13332 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.EditMessageRequest.stream_id)
13333 return stream_id_;
13334}
13336 set_has_stream_id();
13337 stream_id_ = value;
13338 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.EditMessageRequest.stream_id)
13339}
13340
13341// optional .bgs.protocol.MessageId message_id = 4;
13343 return (_has_bits_[0] & 0x00000008u) != 0;
13344}
13346 _has_bits_[0] |= 0x00000008u;
13347}
13349 _has_bits_[0] &= ~0x00000008u;
13350}
13352 if (message_id_ != NULL) message_id_->::bgs::protocol::MessageId::Clear();
13353 clear_has_message_id();
13354}
13355inline const ::bgs::protocol::MessageId& EditMessageRequest::message_id() const {
13356 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.EditMessageRequest.message_id)
13357 return message_id_ != NULL ? *message_id_ : *default_instance_->message_id_;
13358}
13359inline ::bgs::protocol::MessageId* EditMessageRequest::mutable_message_id() {
13360 set_has_message_id();
13361 if (message_id_ == NULL) message_id_ = new ::bgs::protocol::MessageId;
13362 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.EditMessageRequest.message_id)
13363 return message_id_;
13364}
13365inline ::bgs::protocol::MessageId* EditMessageRequest::release_message_id() {
13366 clear_has_message_id();
13367 ::bgs::protocol::MessageId* temp = message_id_;
13368 message_id_ = NULL;
13369 return temp;
13370}
13372 delete message_id_;
13373 message_id_ = message_id;
13374 if (message_id) {
13375 set_has_message_id();
13376 } else {
13377 clear_has_message_id();
13378 }
13379 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.EditMessageRequest.message_id)
13380}
13381
13382// optional .bgs.protocol.club.v1.CreateMessageOptions options = 5;
13384 return (_has_bits_[0] & 0x00000010u) != 0;
13385}
13387 _has_bits_[0] |= 0x00000010u;
13388}
13390 _has_bits_[0] &= ~0x00000010u;
13391}
13393 if (options_ != NULL) options_->::bgs::protocol::club::v1::CreateMessageOptions::Clear();
13394 clear_has_options();
13395}
13396inline const ::bgs::protocol::club::v1::CreateMessageOptions& EditMessageRequest::options() const {
13397 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.EditMessageRequest.options)
13398 return options_ != NULL ? *options_ : *default_instance_->options_;
13399}
13400inline ::bgs::protocol::club::v1::CreateMessageOptions* EditMessageRequest::mutable_options() {
13401 set_has_options();
13402 if (options_ == NULL) options_ = new ::bgs::protocol::club::v1::CreateMessageOptions;
13403 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.EditMessageRequest.options)
13404 return options_;
13405}
13406inline ::bgs::protocol::club::v1::CreateMessageOptions* EditMessageRequest::release_options() {
13407 clear_has_options();
13409 options_ = NULL;
13410 return temp;
13411}
13413 delete options_;
13414 options_ = options;
13415 if (options) {
13416 set_has_options();
13417 } else {
13418 clear_has_options();
13419 }
13420 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.EditMessageRequest.options)
13421}
13422
13423// -------------------------------------------------------------------
13424
13425// EditMessageResponse
13426
13427// optional .bgs.protocol.club.v1.StreamMessage message = 1;
13429 return (_has_bits_[0] & 0x00000001u) != 0;
13430}
13432 _has_bits_[0] |= 0x00000001u;
13433}
13435 _has_bits_[0] &= ~0x00000001u;
13436}
13438 if (message_ != NULL) message_->::bgs::protocol::club::v1::StreamMessage::Clear();
13439 clear_has_message();
13440}
13441inline const ::bgs::protocol::club::v1::StreamMessage& EditMessageResponse::message() const {
13442 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.EditMessageResponse.message)
13443 return message_ != NULL ? *message_ : *default_instance_->message_;
13444}
13445inline ::bgs::protocol::club::v1::StreamMessage* EditMessageResponse::mutable_message() {
13446 set_has_message();
13447 if (message_ == NULL) message_ = new ::bgs::protocol::club::v1::StreamMessage;
13448 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.EditMessageResponse.message)
13449 return message_;
13450}
13451inline ::bgs::protocol::club::v1::StreamMessage* EditMessageResponse::release_message() {
13452 clear_has_message();
13454 message_ = NULL;
13455 return temp;
13456}
13458 delete message_;
13459 message_ = message;
13460 if (message) {
13461 set_has_message();
13462 } else {
13463 clear_has_message();
13464 }
13465 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.EditMessageResponse.message)
13466}
13467
13468// -------------------------------------------------------------------
13469
13470// SetMessagePinnedRequest
13471
13472// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13474 return (_has_bits_[0] & 0x00000001u) != 0;
13475}
13477 _has_bits_[0] |= 0x00000001u;
13478}
13480 _has_bits_[0] &= ~0x00000001u;
13481}
13483 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13484 clear_has_agent_id();
13485}
13486inline const ::bgs::protocol::club::v1::MemberId& SetMessagePinnedRequest::agent_id() const {
13487 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetMessagePinnedRequest.agent_id)
13488 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13489}
13490inline ::bgs::protocol::club::v1::MemberId* SetMessagePinnedRequest::mutable_agent_id() {
13491 set_has_agent_id();
13492 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13493 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SetMessagePinnedRequest.agent_id)
13494 return agent_id_;
13495}
13496inline ::bgs::protocol::club::v1::MemberId* SetMessagePinnedRequest::release_agent_id() {
13497 clear_has_agent_id();
13498 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13499 agent_id_ = NULL;
13500 return temp;
13501}
13503 delete agent_id_;
13504 agent_id_ = agent_id;
13505 if (agent_id) {
13506 set_has_agent_id();
13507 } else {
13508 clear_has_agent_id();
13509 }
13510 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SetMessagePinnedRequest.agent_id)
13511}
13512
13513// optional uint64 club_id = 2;
13515 return (_has_bits_[0] & 0x00000002u) != 0;
13516}
13518 _has_bits_[0] |= 0x00000002u;
13519}
13521 _has_bits_[0] &= ~0x00000002u;
13522}
13524 club_id_ = GOOGLE_ULONGLONG(0);
13525 clear_has_club_id();
13526}
13528 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetMessagePinnedRequest.club_id)
13529 return club_id_;
13530}
13532 set_has_club_id();
13533 club_id_ = value;
13534 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetMessagePinnedRequest.club_id)
13535}
13536
13537// optional uint64 stream_id = 3;
13539 return (_has_bits_[0] & 0x00000004u) != 0;
13540}
13542 _has_bits_[0] |= 0x00000004u;
13543}
13545 _has_bits_[0] &= ~0x00000004u;
13546}
13548 stream_id_ = GOOGLE_ULONGLONG(0);
13549 clear_has_stream_id();
13550}
13552 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetMessagePinnedRequest.stream_id)
13553 return stream_id_;
13554}
13556 set_has_stream_id();
13557 stream_id_ = value;
13558 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetMessagePinnedRequest.stream_id)
13559}
13560
13561// -------------------------------------------------------------------
13562
13563// SetTypingIndicatorRequest
13564
13565// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13567 return (_has_bits_[0] & 0x00000001u) != 0;
13568}
13570 _has_bits_[0] |= 0x00000001u;
13571}
13573 _has_bits_[0] &= ~0x00000001u;
13574}
13576 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13577 clear_has_agent_id();
13578}
13579inline const ::bgs::protocol::club::v1::MemberId& SetTypingIndicatorRequest::agent_id() const {
13580 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetTypingIndicatorRequest.agent_id)
13581 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13582}
13583inline ::bgs::protocol::club::v1::MemberId* SetTypingIndicatorRequest::mutable_agent_id() {
13584 set_has_agent_id();
13585 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13586 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.SetTypingIndicatorRequest.agent_id)
13587 return agent_id_;
13588}
13589inline ::bgs::protocol::club::v1::MemberId* SetTypingIndicatorRequest::release_agent_id() {
13590 clear_has_agent_id();
13591 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13592 agent_id_ = NULL;
13593 return temp;
13594}
13596 delete agent_id_;
13597 agent_id_ = agent_id;
13598 if (agent_id) {
13599 set_has_agent_id();
13600 } else {
13601 clear_has_agent_id();
13602 }
13603 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.SetTypingIndicatorRequest.agent_id)
13604}
13605
13606// optional uint64 club_id = 2;
13608 return (_has_bits_[0] & 0x00000002u) != 0;
13609}
13611 _has_bits_[0] |= 0x00000002u;
13612}
13614 _has_bits_[0] &= ~0x00000002u;
13615}
13617 club_id_ = GOOGLE_ULONGLONG(0);
13618 clear_has_club_id();
13619}
13621 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetTypingIndicatorRequest.club_id)
13622 return club_id_;
13623}
13625 set_has_club_id();
13626 club_id_ = value;
13627 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetTypingIndicatorRequest.club_id)
13628}
13629
13630// optional uint64 stream_id = 3;
13632 return (_has_bits_[0] & 0x00000004u) != 0;
13633}
13635 _has_bits_[0] |= 0x00000004u;
13636}
13638 _has_bits_[0] &= ~0x00000004u;
13639}
13641 stream_id_ = GOOGLE_ULONGLONG(0);
13642 clear_has_stream_id();
13643}
13645 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetTypingIndicatorRequest.stream_id)
13646 return stream_id_;
13647}
13649 set_has_stream_id();
13650 stream_id_ = value;
13651 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetTypingIndicatorRequest.stream_id)
13652}
13653
13654// optional .bgs.protocol.TypingIndicator indicator = 4;
13656 return (_has_bits_[0] & 0x00000008u) != 0;
13657}
13659 _has_bits_[0] |= 0x00000008u;
13660}
13662 _has_bits_[0] &= ~0x00000008u;
13663}
13665 indicator_ = 0;
13666 clear_has_indicator();
13667}
13669 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.SetTypingIndicatorRequest.indicator)
13670 return static_cast< ::bgs::protocol::TypingIndicator >(indicator_);
13671}
13674 set_has_indicator();
13675 indicator_ = value;
13676 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.SetTypingIndicatorRequest.indicator)
13677}
13678
13679// -------------------------------------------------------------------
13680
13681// AdvanceStreamViewTimeRequest
13682
13683// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13685 return (_has_bits_[0] & 0x00000001u) != 0;
13686}
13688 _has_bits_[0] |= 0x00000001u;
13689}
13691 _has_bits_[0] &= ~0x00000001u;
13692}
13694 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13695 clear_has_agent_id();
13696}
13697inline const ::bgs::protocol::club::v1::MemberId& AdvanceStreamViewTimeRequest::agent_id() const {
13698 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.agent_id)
13699 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13700}
13701inline ::bgs::protocol::club::v1::MemberId* AdvanceStreamViewTimeRequest::mutable_agent_id() {
13702 set_has_agent_id();
13703 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13704 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.agent_id)
13705 return agent_id_;
13706}
13707inline ::bgs::protocol::club::v1::MemberId* AdvanceStreamViewTimeRequest::release_agent_id() {
13708 clear_has_agent_id();
13709 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13710 agent_id_ = NULL;
13711 return temp;
13712}
13714 delete agent_id_;
13715 agent_id_ = agent_id;
13716 if (agent_id) {
13717 set_has_agent_id();
13718 } else {
13719 clear_has_agent_id();
13720 }
13721 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.agent_id)
13722}
13723
13724// optional uint64 club_id = 2;
13726 return (_has_bits_[0] & 0x00000002u) != 0;
13727}
13729 _has_bits_[0] |= 0x00000002u;
13730}
13732 _has_bits_[0] &= ~0x00000002u;
13733}
13735 club_id_ = GOOGLE_ULONGLONG(0);
13736 clear_has_club_id();
13737}
13739 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.club_id)
13740 return club_id_;
13741}
13743 set_has_club_id();
13744 club_id_ = value;
13745 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.club_id)
13746}
13747
13748// optional uint64 stream_id_deprecated = 3 [deprecated = true];
13750 return (_has_bits_[0] & 0x00000004u) != 0;
13751}
13753 _has_bits_[0] |= 0x00000004u;
13754}
13756 _has_bits_[0] &= ~0x00000004u;
13757}
13759 stream_id_deprecated_ = GOOGLE_ULONGLONG(0);
13760 clear_has_stream_id_deprecated();
13761}
13763 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.stream_id_deprecated)
13764 return stream_id_deprecated_;
13765}
13767 set_has_stream_id_deprecated();
13768 stream_id_deprecated_ = value;
13769 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.stream_id_deprecated)
13770}
13771
13772// repeated uint64 stream_id = 4 [packed = true];
13774 return stream_id_.size();
13775}
13777 stream_id_.Clear();
13778}
13780 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.stream_id)
13781 return stream_id_.Get(index);
13782}
13784 stream_id_.Set(index, value);
13785 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.stream_id)
13786}
13788 stream_id_.Add(value);
13789 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.stream_id)
13790}
13791inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >&
13793 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.stream_id)
13794 return stream_id_;
13795}
13796inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 >*
13798 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.AdvanceStreamViewTimeRequest.stream_id)
13799 return &stream_id_;
13800}
13801
13802// -------------------------------------------------------------------
13803
13804// AdvanceStreamMentionViewTimeRequest
13805
13806// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13808 return (_has_bits_[0] & 0x00000001u) != 0;
13809}
13811 _has_bits_[0] |= 0x00000001u;
13812}
13814 _has_bits_[0] &= ~0x00000001u;
13815}
13817 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13818 clear_has_agent_id();
13819}
13820inline const ::bgs::protocol::club::v1::MemberId& AdvanceStreamMentionViewTimeRequest::agent_id() const {
13821 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest.agent_id)
13822 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13823}
13824inline ::bgs::protocol::club::v1::MemberId* AdvanceStreamMentionViewTimeRequest::mutable_agent_id() {
13825 set_has_agent_id();
13826 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13827 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest.agent_id)
13828 return agent_id_;
13829}
13830inline ::bgs::protocol::club::v1::MemberId* AdvanceStreamMentionViewTimeRequest::release_agent_id() {
13831 clear_has_agent_id();
13832 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13833 agent_id_ = NULL;
13834 return temp;
13835}
13837 delete agent_id_;
13838 agent_id_ = agent_id;
13839 if (agent_id) {
13840 set_has_agent_id();
13841 } else {
13842 clear_has_agent_id();
13843 }
13844 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest.agent_id)
13845}
13846
13847// optional uint64 club_id = 2;
13849 return (_has_bits_[0] & 0x00000002u) != 0;
13850}
13852 _has_bits_[0] |= 0x00000002u;
13853}
13855 _has_bits_[0] &= ~0x00000002u;
13856}
13858 club_id_ = GOOGLE_ULONGLONG(0);
13859 clear_has_club_id();
13860}
13862 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest.club_id)
13863 return club_id_;
13864}
13866 set_has_club_id();
13867 club_id_ = value;
13868 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest.club_id)
13869}
13870
13871// optional uint64 stream_id = 3;
13873 return (_has_bits_[0] & 0x00000004u) != 0;
13874}
13876 _has_bits_[0] |= 0x00000004u;
13877}
13879 _has_bits_[0] &= ~0x00000004u;
13880}
13882 stream_id_ = GOOGLE_ULONGLONG(0);
13883 clear_has_stream_id();
13884}
13886 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest.stream_id)
13887 return stream_id_;
13888}
13890 set_has_stream_id();
13891 stream_id_ = value;
13892 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AdvanceStreamMentionViewTimeRequest.stream_id)
13893}
13894
13895// -------------------------------------------------------------------
13896
13897// AdvanceActivityViewTimeRequest
13898
13899// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13901 return (_has_bits_[0] & 0x00000001u) != 0;
13902}
13904 _has_bits_[0] |= 0x00000001u;
13905}
13907 _has_bits_[0] &= ~0x00000001u;
13908}
13910 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13911 clear_has_agent_id();
13912}
13913inline const ::bgs::protocol::club::v1::MemberId& AdvanceActivityViewTimeRequest::agent_id() const {
13914 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceActivityViewTimeRequest.agent_id)
13915 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13916}
13917inline ::bgs::protocol::club::v1::MemberId* AdvanceActivityViewTimeRequest::mutable_agent_id() {
13918 set_has_agent_id();
13919 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13920 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.AdvanceActivityViewTimeRequest.agent_id)
13921 return agent_id_;
13922}
13923inline ::bgs::protocol::club::v1::MemberId* AdvanceActivityViewTimeRequest::release_agent_id() {
13924 clear_has_agent_id();
13925 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13926 agent_id_ = NULL;
13927 return temp;
13928}
13930 delete agent_id_;
13931 agent_id_ = agent_id;
13932 if (agent_id) {
13933 set_has_agent_id();
13934 } else {
13935 clear_has_agent_id();
13936 }
13937 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.AdvanceActivityViewTimeRequest.agent_id)
13938}
13939
13940// optional uint64 club_id = 2;
13942 return (_has_bits_[0] & 0x00000002u) != 0;
13943}
13945 _has_bits_[0] |= 0x00000002u;
13946}
13948 _has_bits_[0] &= ~0x00000002u;
13949}
13951 club_id_ = GOOGLE_ULONGLONG(0);
13952 clear_has_club_id();
13953}
13955 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.AdvanceActivityViewTimeRequest.club_id)
13956 return club_id_;
13957}
13959 set_has_club_id();
13960 club_id_ = value;
13961 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.AdvanceActivityViewTimeRequest.club_id)
13962}
13963
13964// -------------------------------------------------------------------
13965
13966// GetStreamHistoryRequest
13967
13968// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
13970 return (_has_bits_[0] & 0x00000001u) != 0;
13971}
13973 _has_bits_[0] |= 0x00000001u;
13974}
13976 _has_bits_[0] &= ~0x00000001u;
13977}
13979 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
13980 clear_has_agent_id();
13981}
13982inline const ::bgs::protocol::club::v1::MemberId& GetStreamHistoryRequest::agent_id() const {
13983 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamHistoryRequest.agent_id)
13984 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
13985}
13986inline ::bgs::protocol::club::v1::MemberId* GetStreamHistoryRequest::mutable_agent_id() {
13987 set_has_agent_id();
13988 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
13989 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamHistoryRequest.agent_id)
13990 return agent_id_;
13991}
13992inline ::bgs::protocol::club::v1::MemberId* GetStreamHistoryRequest::release_agent_id() {
13993 clear_has_agent_id();
13994 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
13995 agent_id_ = NULL;
13996 return temp;
13997}
13999 delete agent_id_;
14000 agent_id_ = agent_id;
14001 if (agent_id) {
14002 set_has_agent_id();
14003 } else {
14004 clear_has_agent_id();
14005 }
14006 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamHistoryRequest.agent_id)
14007}
14008
14009// optional uint64 club_id = 2;
14011 return (_has_bits_[0] & 0x00000002u) != 0;
14012}
14014 _has_bits_[0] |= 0x00000002u;
14015}
14017 _has_bits_[0] &= ~0x00000002u;
14018}
14020 club_id_ = GOOGLE_ULONGLONG(0);
14021 clear_has_club_id();
14022}
14024 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamHistoryRequest.club_id)
14025 return club_id_;
14026}
14028 set_has_club_id();
14029 club_id_ = value;
14030 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamHistoryRequest.club_id)
14031}
14032
14033// optional uint64 stream_id = 3;
14035 return (_has_bits_[0] & 0x00000004u) != 0;
14036}
14038 _has_bits_[0] |= 0x00000004u;
14039}
14041 _has_bits_[0] &= ~0x00000004u;
14042}
14044 stream_id_ = GOOGLE_ULONGLONG(0);
14045 clear_has_stream_id();
14046}
14048 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamHistoryRequest.stream_id)
14049 return stream_id_;
14050}
14052 set_has_stream_id();
14053 stream_id_ = value;
14054 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamHistoryRequest.stream_id)
14055}
14056
14057// optional .bgs.protocol.GetEventOptions options = 4;
14059 return (_has_bits_[0] & 0x00000008u) != 0;
14060}
14062 _has_bits_[0] |= 0x00000008u;
14063}
14065 _has_bits_[0] &= ~0x00000008u;
14066}
14068 if (options_ != NULL) options_->::bgs::protocol::GetEventOptions::Clear();
14069 clear_has_options();
14070}
14071inline const ::bgs::protocol::GetEventOptions& GetStreamHistoryRequest::options() const {
14072 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamHistoryRequest.options)
14073 return options_ != NULL ? *options_ : *default_instance_->options_;
14074}
14075inline ::bgs::protocol::GetEventOptions* GetStreamHistoryRequest::mutable_options() {
14076 set_has_options();
14077 if (options_ == NULL) options_ = new ::bgs::protocol::GetEventOptions;
14078 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamHistoryRequest.options)
14079 return options_;
14080}
14081inline ::bgs::protocol::GetEventOptions* GetStreamHistoryRequest::release_options() {
14082 clear_has_options();
14083 ::bgs::protocol::GetEventOptions* temp = options_;
14084 options_ = NULL;
14085 return temp;
14086}
14088 delete options_;
14089 options_ = options;
14090 if (options) {
14091 set_has_options();
14092 } else {
14093 clear_has_options();
14094 }
14095 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamHistoryRequest.options)
14096}
14097
14098// -------------------------------------------------------------------
14099
14100// GetStreamHistoryResponse
14101
14102// repeated .bgs.protocol.club.v1.StreamMessage message = 1;
14104 return message_.size();
14105}
14107 message_.Clear();
14108}
14109inline const ::bgs::protocol::club::v1::StreamMessage& GetStreamHistoryResponse::message(int index) const {
14110 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamHistoryResponse.message)
14111 return message_.Get(index);
14112}
14113inline ::bgs::protocol::club::v1::StreamMessage* GetStreamHistoryResponse::mutable_message(int index) {
14114 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamHistoryResponse.message)
14115 return message_.Mutable(index);
14116}
14117inline ::bgs::protocol::club::v1::StreamMessage* GetStreamHistoryResponse::add_message() {
14118 // @@protoc_insertion_point(field_add:bgs.protocol.club.v1.GetStreamHistoryResponse.message)
14119 return message_.Add();
14120}
14121inline const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage >&
14123 // @@protoc_insertion_point(field_list:bgs.protocol.club.v1.GetStreamHistoryResponse.message)
14124 return message_;
14125}
14126inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage >*
14128 // @@protoc_insertion_point(field_mutable_list:bgs.protocol.club.v1.GetStreamHistoryResponse.message)
14129 return &message_;
14130}
14131
14132// optional uint64 continuation = 2;
14134 return (_has_bits_[0] & 0x00000002u) != 0;
14135}
14137 _has_bits_[0] |= 0x00000002u;
14138}
14140 _has_bits_[0] &= ~0x00000002u;
14141}
14143 continuation_ = GOOGLE_ULONGLONG(0);
14144 clear_has_continuation();
14145}
14147 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamHistoryResponse.continuation)
14148 return continuation_;
14149}
14151 set_has_continuation();
14152 continuation_ = value;
14153 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamHistoryResponse.continuation)
14154}
14155
14156// -------------------------------------------------------------------
14157
14158// GetStreamMessageRequest
14159
14160// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
14162 return (_has_bits_[0] & 0x00000001u) != 0;
14163}
14165 _has_bits_[0] |= 0x00000001u;
14166}
14168 _has_bits_[0] &= ~0x00000001u;
14169}
14171 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
14172 clear_has_agent_id();
14173}
14174inline const ::bgs::protocol::club::v1::MemberId& GetStreamMessageRequest::agent_id() const {
14175 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamMessageRequest.agent_id)
14176 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
14177}
14178inline ::bgs::protocol::club::v1::MemberId* GetStreamMessageRequest::mutable_agent_id() {
14179 set_has_agent_id();
14180 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
14181 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamMessageRequest.agent_id)
14182 return agent_id_;
14183}
14184inline ::bgs::protocol::club::v1::MemberId* GetStreamMessageRequest::release_agent_id() {
14185 clear_has_agent_id();
14186 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
14187 agent_id_ = NULL;
14188 return temp;
14189}
14191 delete agent_id_;
14192 agent_id_ = agent_id;
14193 if (agent_id) {
14194 set_has_agent_id();
14195 } else {
14196 clear_has_agent_id();
14197 }
14198 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamMessageRequest.agent_id)
14199}
14200
14201// optional uint64 club_id = 2;
14203 return (_has_bits_[0] & 0x00000002u) != 0;
14204}
14206 _has_bits_[0] |= 0x00000002u;
14207}
14209 _has_bits_[0] &= ~0x00000002u;
14210}
14212 club_id_ = GOOGLE_ULONGLONG(0);
14213 clear_has_club_id();
14214}
14216 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamMessageRequest.club_id)
14217 return club_id_;
14218}
14220 set_has_club_id();
14221 club_id_ = value;
14222 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamMessageRequest.club_id)
14223}
14224
14225// optional uint64 stream_id = 3;
14227 return (_has_bits_[0] & 0x00000004u) != 0;
14228}
14230 _has_bits_[0] |= 0x00000004u;
14231}
14233 _has_bits_[0] &= ~0x00000004u;
14234}
14236 stream_id_ = GOOGLE_ULONGLONG(0);
14237 clear_has_stream_id();
14238}
14240 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamMessageRequest.stream_id)
14241 return stream_id_;
14242}
14244 set_has_stream_id();
14245 stream_id_ = value;
14246 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamMessageRequest.stream_id)
14247}
14248
14249// optional .bgs.protocol.MessageId message_id = 4;
14251 return (_has_bits_[0] & 0x00000008u) != 0;
14252}
14254 _has_bits_[0] |= 0x00000008u;
14255}
14257 _has_bits_[0] &= ~0x00000008u;
14258}
14260 if (message_id_ != NULL) message_id_->::bgs::protocol::MessageId::Clear();
14261 clear_has_message_id();
14262}
14263inline const ::bgs::protocol::MessageId& GetStreamMessageRequest::message_id() const {
14264 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamMessageRequest.message_id)
14265 return message_id_ != NULL ? *message_id_ : *default_instance_->message_id_;
14266}
14267inline ::bgs::protocol::MessageId* GetStreamMessageRequest::mutable_message_id() {
14268 set_has_message_id();
14269 if (message_id_ == NULL) message_id_ = new ::bgs::protocol::MessageId;
14270 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamMessageRequest.message_id)
14271 return message_id_;
14272}
14273inline ::bgs::protocol::MessageId* GetStreamMessageRequest::release_message_id() {
14274 clear_has_message_id();
14275 ::bgs::protocol::MessageId* temp = message_id_;
14276 message_id_ = NULL;
14277 return temp;
14278}
14280 delete message_id_;
14281 message_id_ = message_id;
14282 if (message_id) {
14283 set_has_message_id();
14284 } else {
14285 clear_has_message_id();
14286 }
14287 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamMessageRequest.message_id)
14288}
14289
14290// -------------------------------------------------------------------
14291
14292// GetStreamMessageResponse
14293
14294// optional .bgs.protocol.club.v1.StreamMessage message = 1;
14296 return (_has_bits_[0] & 0x00000001u) != 0;
14297}
14299 _has_bits_[0] |= 0x00000001u;
14300}
14302 _has_bits_[0] &= ~0x00000001u;
14303}
14305 if (message_ != NULL) message_->::bgs::protocol::club::v1::StreamMessage::Clear();
14306 clear_has_message();
14307}
14308inline const ::bgs::protocol::club::v1::StreamMessage& GetStreamMessageResponse::message() const {
14309 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamMessageResponse.message)
14310 return message_ != NULL ? *message_ : *default_instance_->message_;
14311}
14312inline ::bgs::protocol::club::v1::StreamMessage* GetStreamMessageResponse::mutable_message() {
14313 set_has_message();
14314 if (message_ == NULL) message_ = new ::bgs::protocol::club::v1::StreamMessage;
14315 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamMessageResponse.message)
14316 return message_;
14317}
14318inline ::bgs::protocol::club::v1::StreamMessage* GetStreamMessageResponse::release_message() {
14319 clear_has_message();
14321 message_ = NULL;
14322 return temp;
14323}
14325 delete message_;
14326 message_ = message;
14327 if (message) {
14328 set_has_message();
14329 } else {
14330 clear_has_message();
14331 }
14332 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamMessageResponse.message)
14333}
14334
14335// -------------------------------------------------------------------
14336
14337// GetClubActivityRequest
14338
14339// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
14341 return (_has_bits_[0] & 0x00000001u) != 0;
14342}
14344 _has_bits_[0] |= 0x00000001u;
14345}
14347 _has_bits_[0] &= ~0x00000001u;
14348}
14350 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
14351 clear_has_agent_id();
14352}
14353inline const ::bgs::protocol::club::v1::MemberId& GetClubActivityRequest::agent_id() const {
14354 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubActivityRequest.agent_id)
14355 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
14356}
14357inline ::bgs::protocol::club::v1::MemberId* GetClubActivityRequest::mutable_agent_id() {
14358 set_has_agent_id();
14359 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
14360 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubActivityRequest.agent_id)
14361 return agent_id_;
14362}
14363inline ::bgs::protocol::club::v1::MemberId* GetClubActivityRequest::release_agent_id() {
14364 clear_has_agent_id();
14365 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
14366 agent_id_ = NULL;
14367 return temp;
14368}
14370 delete agent_id_;
14371 agent_id_ = agent_id;
14372 if (agent_id) {
14373 set_has_agent_id();
14374 } else {
14375 clear_has_agent_id();
14376 }
14377 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetClubActivityRequest.agent_id)
14378}
14379
14380// optional uint64 club_id = 2;
14382 return (_has_bits_[0] & 0x00000002u) != 0;
14383}
14385 _has_bits_[0] |= 0x00000002u;
14386}
14388 _has_bits_[0] &= ~0x00000002u;
14389}
14391 club_id_ = GOOGLE_ULONGLONG(0);
14392 clear_has_club_id();
14393}
14395 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubActivityRequest.club_id)
14396 return club_id_;
14397}
14399 set_has_club_id();
14400 club_id_ = value;
14401 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetClubActivityRequest.club_id)
14402}
14403
14404// optional .bgs.protocol.GetEventOptions options = 3;
14406 return (_has_bits_[0] & 0x00000004u) != 0;
14407}
14409 _has_bits_[0] |= 0x00000004u;
14410}
14412 _has_bits_[0] &= ~0x00000004u;
14413}
14415 if (options_ != NULL) options_->::bgs::protocol::GetEventOptions::Clear();
14416 clear_has_options();
14417}
14418inline const ::bgs::protocol::GetEventOptions& GetClubActivityRequest::options() const {
14419 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubActivityRequest.options)
14420 return options_ != NULL ? *options_ : *default_instance_->options_;
14421}
14422inline ::bgs::protocol::GetEventOptions* GetClubActivityRequest::mutable_options() {
14423 set_has_options();
14424 if (options_ == NULL) options_ = new ::bgs::protocol::GetEventOptions;
14425 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetClubActivityRequest.options)
14426 return options_;
14427}
14428inline ::bgs::protocol::GetEventOptions* GetClubActivityRequest::release_options() {
14429 clear_has_options();
14430 ::bgs::protocol::GetEventOptions* temp = options_;
14431 options_ = NULL;
14432 return temp;
14433}
14435 delete options_;
14436 options_ = options;
14437 if (options) {
14438 set_has_options();
14439 } else {
14440 clear_has_options();
14441 }
14442 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetClubActivityRequest.options)
14443}
14444
14445// -------------------------------------------------------------------
14446
14447// GetClubActivityResponse
14448
14449// optional uint64 continuation = 2;
14451 return (_has_bits_[0] & 0x00000001u) != 0;
14452}
14454 _has_bits_[0] |= 0x00000001u;
14455}
14457 _has_bits_[0] &= ~0x00000001u;
14458}
14460 continuation_ = GOOGLE_ULONGLONG(0);
14461 clear_has_continuation();
14462}
14464 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetClubActivityResponse.continuation)
14465 return continuation_;
14466}
14468 set_has_continuation();
14469 continuation_ = value;
14470 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetClubActivityResponse.continuation)
14471}
14472
14473// -------------------------------------------------------------------
14474
14475// GetStreamVoiceTokenRequest
14476
14477// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
14479 return (_has_bits_[0] & 0x00000001u) != 0;
14480}
14482 _has_bits_[0] |= 0x00000001u;
14483}
14485 _has_bits_[0] &= ~0x00000001u;
14486}
14488 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
14489 clear_has_agent_id();
14490}
14491inline const ::bgs::protocol::club::v1::MemberId& GetStreamVoiceTokenRequest::agent_id() const {
14492 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.agent_id)
14493 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
14494}
14495inline ::bgs::protocol::club::v1::MemberId* GetStreamVoiceTokenRequest::mutable_agent_id() {
14496 set_has_agent_id();
14497 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
14498 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.agent_id)
14499 return agent_id_;
14500}
14501inline ::bgs::protocol::club::v1::MemberId* GetStreamVoiceTokenRequest::release_agent_id() {
14502 clear_has_agent_id();
14503 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
14504 agent_id_ = NULL;
14505 return temp;
14506}
14508 delete agent_id_;
14509 agent_id_ = agent_id;
14510 if (agent_id) {
14511 set_has_agent_id();
14512 } else {
14513 clear_has_agent_id();
14514 }
14515 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.agent_id)
14516}
14517
14518// optional uint64 club_id = 2;
14520 return (_has_bits_[0] & 0x00000002u) != 0;
14521}
14523 _has_bits_[0] |= 0x00000002u;
14524}
14526 _has_bits_[0] &= ~0x00000002u;
14527}
14529 club_id_ = GOOGLE_ULONGLONG(0);
14530 clear_has_club_id();
14531}
14533 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.club_id)
14534 return club_id_;
14535}
14537 set_has_club_id();
14538 club_id_ = value;
14539 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.club_id)
14540}
14541
14542// optional uint64 stream_id = 3;
14544 return (_has_bits_[0] & 0x00000004u) != 0;
14545}
14547 _has_bits_[0] |= 0x00000004u;
14548}
14550 _has_bits_[0] &= ~0x00000004u;
14551}
14553 stream_id_ = GOOGLE_ULONGLONG(0);
14554 clear_has_stream_id();
14555}
14557 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.stream_id)
14558 return stream_id_;
14559}
14561 set_has_stream_id();
14562 stream_id_ = value;
14563 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.stream_id)
14564}
14565
14566// optional uint32 version = 4;
14568 return (_has_bits_[0] & 0x00000008u) != 0;
14569}
14571 _has_bits_[0] |= 0x00000008u;
14572}
14574 _has_bits_[0] &= ~0x00000008u;
14575}
14577 version_ = 0u;
14578 clear_has_version();
14579}
14581 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.version)
14582 return version_;
14583}
14585 set_has_version();
14586 version_ = value;
14587 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamVoiceTokenRequest.version)
14588}
14589
14590// -------------------------------------------------------------------
14591
14592// GetStreamVoiceTokenResponse
14593
14594// optional string channel_uri = 1;
14596 return (_has_bits_[0] & 0x00000001u) != 0;
14597}
14599 _has_bits_[0] |= 0x00000001u;
14600}
14602 _has_bits_[0] &= ~0x00000001u;
14603}
14605 if (channel_uri_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
14606 channel_uri_->clear();
14607 }
14608 clear_has_channel_uri();
14609}
14610inline const ::std::string& GetStreamVoiceTokenResponse::channel_uri() const {
14611 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.channel_uri)
14612 return *channel_uri_;
14613}
14614inline void GetStreamVoiceTokenResponse::set_channel_uri(const ::std::string& value) {
14615 set_has_channel_uri();
14616 if (channel_uri_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
14617 channel_uri_ = new ::std::string;
14618 }
14619 channel_uri_->assign(value);
14620 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.channel_uri)
14621}
14622inline void GetStreamVoiceTokenResponse::set_channel_uri(const char* value) {
14623 set_has_channel_uri();
14624 if (channel_uri_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
14625 channel_uri_ = new ::std::string;
14626 }
14627 channel_uri_->assign(value);
14628 // @@protoc_insertion_point(field_set_char:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.channel_uri)
14629}
14630inline void GetStreamVoiceTokenResponse::set_channel_uri(const char* value, size_t size) {
14631 set_has_channel_uri();
14632 if (channel_uri_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
14633 channel_uri_ = new ::std::string;
14634 }
14635 channel_uri_->assign(reinterpret_cast<const char*>(value), size);
14636 // @@protoc_insertion_point(field_set_pointer:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.channel_uri)
14637}
14639 set_has_channel_uri();
14640 if (channel_uri_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
14641 channel_uri_ = new ::std::string;
14642 }
14643 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.channel_uri)
14644 return channel_uri_;
14645}
14647 clear_has_channel_uri();
14648 if (channel_uri_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
14649 return NULL;
14650 } else {
14651 ::std::string* temp = channel_uri_;
14652 channel_uri_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
14653 return temp;
14654 }
14655}
14656inline void GetStreamVoiceTokenResponse::set_allocated_channel_uri(::std::string* channel_uri) {
14657 if (channel_uri_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
14658 delete channel_uri_;
14659 }
14660 if (channel_uri) {
14661 set_has_channel_uri();
14662 channel_uri_ = channel_uri;
14663 } else {
14664 clear_has_channel_uri();
14665 channel_uri_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
14666 }
14667 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.channel_uri)
14668}
14669
14670// optional .bgs.protocol.VoiceCredentials credentials = 2;
14672 return (_has_bits_[0] & 0x00000002u) != 0;
14673}
14675 _has_bits_[0] |= 0x00000002u;
14676}
14678 _has_bits_[0] &= ~0x00000002u;
14679}
14681 if (credentials_ != NULL) credentials_->::bgs::protocol::VoiceCredentials::Clear();
14682 clear_has_credentials();
14683}
14684inline const ::bgs::protocol::VoiceCredentials& GetStreamVoiceTokenResponse::credentials() const {
14685 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.credentials)
14686 return credentials_ != NULL ? *credentials_ : *default_instance_->credentials_;
14687}
14688inline ::bgs::protocol::VoiceCredentials* GetStreamVoiceTokenResponse::mutable_credentials() {
14689 set_has_credentials();
14690 if (credentials_ == NULL) credentials_ = new ::bgs::protocol::VoiceCredentials;
14691 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.credentials)
14692 return credentials_;
14693}
14694inline ::bgs::protocol::VoiceCredentials* GetStreamVoiceTokenResponse::release_credentials() {
14695 clear_has_credentials();
14696 ::bgs::protocol::VoiceCredentials* temp = credentials_;
14697 credentials_ = NULL;
14698 return temp;
14699}
14701 delete credentials_;
14702 credentials_ = credentials;
14703 if (credentials) {
14704 set_has_credentials();
14705 } else {
14706 clear_has_credentials();
14707 }
14708 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.GetStreamVoiceTokenResponse.credentials)
14709}
14710
14711// -------------------------------------------------------------------
14712
14713// KickFromStreamVoiceRequest
14714
14715// optional .bgs.protocol.club.v1.MemberId agent_id = 1;
14717 return (_has_bits_[0] & 0x00000001u) != 0;
14718}
14720 _has_bits_[0] |= 0x00000001u;
14721}
14723 _has_bits_[0] &= ~0x00000001u;
14724}
14726 if (agent_id_ != NULL) agent_id_->::bgs::protocol::club::v1::MemberId::Clear();
14727 clear_has_agent_id();
14728}
14729inline const ::bgs::protocol::club::v1::MemberId& KickFromStreamVoiceRequest::agent_id() const {
14730 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.KickFromStreamVoiceRequest.agent_id)
14731 return agent_id_ != NULL ? *agent_id_ : *default_instance_->agent_id_;
14732}
14733inline ::bgs::protocol::club::v1::MemberId* KickFromStreamVoiceRequest::mutable_agent_id() {
14734 set_has_agent_id();
14735 if (agent_id_ == NULL) agent_id_ = new ::bgs::protocol::club::v1::MemberId;
14736 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.KickFromStreamVoiceRequest.agent_id)
14737 return agent_id_;
14738}
14739inline ::bgs::protocol::club::v1::MemberId* KickFromStreamVoiceRequest::release_agent_id() {
14740 clear_has_agent_id();
14741 ::bgs::protocol::club::v1::MemberId* temp = agent_id_;
14742 agent_id_ = NULL;
14743 return temp;
14744}
14746 delete agent_id_;
14747 agent_id_ = agent_id;
14748 if (agent_id) {
14749 set_has_agent_id();
14750 } else {
14751 clear_has_agent_id();
14752 }
14753 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.KickFromStreamVoiceRequest.agent_id)
14754}
14755
14756// optional uint64 club_id = 2;
14758 return (_has_bits_[0] & 0x00000002u) != 0;
14759}
14761 _has_bits_[0] |= 0x00000002u;
14762}
14764 _has_bits_[0] &= ~0x00000002u;
14765}
14767 club_id_ = GOOGLE_ULONGLONG(0);
14768 clear_has_club_id();
14769}
14771 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.KickFromStreamVoiceRequest.club_id)
14772 return club_id_;
14773}
14775 set_has_club_id();
14776 club_id_ = value;
14777 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.KickFromStreamVoiceRequest.club_id)
14778}
14779
14780// optional uint64 stream_id = 3;
14782 return (_has_bits_[0] & 0x00000004u) != 0;
14783}
14785 _has_bits_[0] |= 0x00000004u;
14786}
14788 _has_bits_[0] &= ~0x00000004u;
14789}
14791 stream_id_ = GOOGLE_ULONGLONG(0);
14792 clear_has_stream_id();
14793}
14795 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.KickFromStreamVoiceRequest.stream_id)
14796 return stream_id_;
14797}
14799 set_has_stream_id();
14800 stream_id_ = value;
14801 // @@protoc_insertion_point(field_set:bgs.protocol.club.v1.KickFromStreamVoiceRequest.stream_id)
14802}
14803
14804// optional .bgs.protocol.club.v1.MemberId target_id = 4;
14806 return (_has_bits_[0] & 0x00000008u) != 0;
14807}
14809 _has_bits_[0] |= 0x00000008u;
14810}
14812 _has_bits_[0] &= ~0x00000008u;
14813}
14815 if (target_id_ != NULL) target_id_->::bgs::protocol::club::v1::MemberId::Clear();
14816 clear_has_target_id();
14817}
14818inline const ::bgs::protocol::club::v1::MemberId& KickFromStreamVoiceRequest::target_id() const {
14819 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.KickFromStreamVoiceRequest.target_id)
14820 return target_id_ != NULL ? *target_id_ : *default_instance_->target_id_;
14821}
14822inline ::bgs::protocol::club::v1::MemberId* KickFromStreamVoiceRequest::mutable_target_id() {
14823 set_has_target_id();
14824 if (target_id_ == NULL) target_id_ = new ::bgs::protocol::club::v1::MemberId;
14825 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.KickFromStreamVoiceRequest.target_id)
14826 return target_id_;
14827}
14828inline ::bgs::protocol::club::v1::MemberId* KickFromStreamVoiceRequest::release_target_id() {
14829 clear_has_target_id();
14830 ::bgs::protocol::club::v1::MemberId* temp = target_id_;
14831 target_id_ = NULL;
14832 return temp;
14833}
14835 delete target_id_;
14836 target_id_ = target_id;
14837 if (target_id) {
14838 set_has_target_id();
14839 } else {
14840 clear_has_target_id();
14841 }
14842 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.KickFromStreamVoiceRequest.target_id)
14843}
14844
14845// @@protoc_insertion_point(namespace_scope)
14846
14847} // namespace v1
14848} // namespace club
14849} // namespace protocol
14850} // namespace bgs
14851
14852#ifndef SWIG
14853namespace google {
14854namespace protobuf {
14855} // namespace google
14856} // namespace protobuf
14857#endif // SWIG
14858
14859// @@protoc_insertion_point(global_scope)
14860
14861#endif // PROTOBUF_club_5frequest_2eproto__INCLUDED
#define TC_PROTO_API
Definition: Define.h:105
uint64_t uint64
Definition: Define.h:141
uint32_t uint32
Definition: Define.h:142
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_invitation_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
AcceptInvitationRequest * New() const
AcceptInvitationRequest(const AcceptInvitationRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::bgs::protocol::club::v1::MemberId * agent_id_
static const AcceptInvitationRequest & default_instance()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
AcceptInvitationRequest & operator=(const AcceptInvitationRequest &from)
inline ::google::protobuf::uint64 invitation_id() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_club_id(::google::protobuf::uint64 value)
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 club_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static AcceptInvitationRequest * default_instance_
::google::protobuf::UnknownFieldSet _unknown_fields_
void Swap(AcceptInvitationRequest *other)
void set_suggestion_id(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
static const AcceptSuggestionRequest & default_instance()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
static AcceptSuggestionRequest * default_instance_
inline ::google::protobuf::uint64 suggestion_id() const
void Swap(AcceptSuggestionRequest *other)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
void set_club_id(::google::protobuf::uint64 value)
AcceptSuggestionRequest * New() const
AcceptSuggestionRequest(const AcceptSuggestionRequest &from)
::bgs::protocol::club::v1::MemberId * agent_id_
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
AcceptSuggestionRequest & operator=(const AcceptSuggestionRequest &from)
inline ::google::protobuf::uint64 club_id() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::uint64 club_id_
inline ::bgs::protocol::club::v1::AddBanOptions * release_options()
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::bgs::protocol::club::v1::AddBanOptions * options_
AddBanRequest & operator=(const AddBanRequest &from)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::uint64 club_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::bgs::protocol::club::v1::AddBanOptions * mutable_options()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
AddBanRequest(const AddBanRequest &from)
void set_club_id(::google::protobuf::uint64 value)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
void set_allocated_options(::bgs::protocol::club::v1::AddBanOptions *options)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const AddBanRequest & default_instance()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::bgs::protocol::club::v1::AddBanOptions & options() const
void Swap(AddBanRequest *other)
friend void protobuf_AssignDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::CreateMemberOptions * release_options()
static const ::google::protobuf::Descriptor * descriptor()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
::bgs::protocol::club::v1::MemberId * agent_id_
void Swap(AddMemberRequest *other)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_club_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::CreateMemberOptions * mutable_options()
static AddMemberRequest * default_instance_
AddMemberRequest(const AddMemberRequest &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
AddMemberRequest & operator=(const AddMemberRequest &from)
inline ::google::protobuf::uint64 club_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
static const AddMemberRequest & default_instance()
void set_allocated_options(::bgs::protocol::club::v1::CreateMemberOptions *options)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::bgs::protocol::club::v1::CreateMemberOptions & options() const
::bgs::protocol::club::v1::CreateMemberOptions * options_
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::uint64 club_id() const
void set_club_id(::google::protobuf::uint64 value)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
AdvanceActivityViewTimeRequest * New() const
void Swap(AdvanceActivityViewTimeRequest *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const AdvanceActivityViewTimeRequest & default_instance()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
AdvanceActivityViewTimeRequest(const AdvanceActivityViewTimeRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::bgs::protocol::club::v1::MemberId * agent_id_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * descriptor()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
AdvanceActivityViewTimeRequest & operator=(const AdvanceActivityViewTimeRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
static AdvanceActivityViewTimeRequest * default_instance_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
AdvanceStreamMentionViewTimeRequest & operator=(const AdvanceStreamMentionViewTimeRequest &from)
static const AdvanceStreamMentionViewTimeRequest & default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
AdvanceStreamMentionViewTimeRequest(const AdvanceStreamMentionViewTimeRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::uint64 stream_id() const
static AdvanceStreamMentionViewTimeRequest * default_instance_
static const ::google::protobuf::Descriptor * descriptor()
AdvanceStreamMentionViewTimeRequest * New() const
void Swap(AdvanceStreamMentionViewTimeRequest *other)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
bool has_stream_id_deprecated() const PROTOBUF_DEPRECATED
AdvanceStreamViewTimeRequest & operator=(const AdvanceStreamViewTimeRequest &from)
static const AdvanceStreamViewTimeRequest & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & stream_id() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
AdvanceStreamViewTimeRequest * New() const
::google::protobuf::Metadata GetMetadata() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
AdvanceStreamViewTimeRequest(const AdvanceStreamViewTimeRequest &from)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
void set_stream_id(int index, ::google::protobuf::uint64 value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_stream_id_deprecated(::google::protobuf::uint64 value) PROTOBUF_DEPRECATED
void set_club_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 stream_id_deprecated() const PROTOBUF_DEPRECATED
void Swap(AdvanceStreamViewTimeRequest *other)
void add_stream_id(::google::protobuf::uint64 value)
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_stream_id()
inline ::google::protobuf::uint64 club_id() const
const ::bgs::protocol::club::v1::RoleOptions & options() const
inline ::google::protobuf::uint64 club_id() const
void Swap(AssignRoleRequest *other)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
inline ::bgs::protocol::club::v1::RoleOptions * release_options()
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::RoleOptions * mutable_options()
AssignRoleRequest & operator=(const AssignRoleRequest &from)
AssignRoleRequest(const AssignRoleRequest &from)
::bgs::protocol::club::v1::RoleOptions * options_
::google::protobuf::Metadata GetMetadata() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static AssignRoleRequest * default_instance_
void set_club_id(::google::protobuf::uint64 value)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_allocated_options(::bgs::protocol::club::v1::RoleOptions *options)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
static const AssignRoleRequest & default_instance()
::bgs::protocol::club::v1::MemberId * agent_id_
::google::protobuf::UnknownFieldSet _unknown_fields_
static const CreateMessageRequest & default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
void set_club_id(::google::protobuf::uint64 value)
CreateMessageRequest * New() const
CreateMessageRequest & operator=(const CreateMessageRequest &from)
inline ::google::protobuf::uint64 stream_id() const
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::club::v1::CreateMessageOptions & options() const
inline ::bgs::protocol::club::v1::CreateMessageOptions * mutable_options()
inline ::google::protobuf::uint64 club_id() const
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::CreateMessageOptions * release_options()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::bgs::protocol::club::v1::MemberId * agent_id_
void set_allocated_options(::bgs::protocol::club::v1::CreateMessageOptions *options)
static CreateMessageRequest * default_instance_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_stream_id(::google::protobuf::uint64 value)
::bgs::protocol::club::v1::CreateMessageOptions * options_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
CreateMessageRequest(const CreateMessageRequest &from)
void Swap(CreateMessageRequest *other)
CreateMessageResponse * New() const
inline ::bgs::protocol::club::v1::StreamMessage * release_message()
inline ::bgs::protocol::club::v1::StreamMessage * mutable_message()
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static CreateMessageResponse * default_instance_
CreateMessageResponse(const CreateMessageResponse &from)
void set_allocated_message(::bgs::protocol::club::v1::StreamMessage *message)
CreateMessageResponse & operator=(const CreateMessageResponse &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::club::v1::StreamMessage & message() const
void Swap(CreateMessageResponse *other)
static const ::google::protobuf::Descriptor * descriptor()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::bgs::protocol::club::v1::StreamMessage * message_
::google::protobuf::Metadata GetMetadata() const
static const CreateMessageResponse & default_instance()
CreateRequest(const CreateRequest &from)
CreateRequest & operator=(const CreateRequest &from)
inline ::bgs::protocol::club::v1::ClubCreateOptions * release_options()
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::bgs::protocol::club::v1::ClubCreateOptions & options() const
static CreateRequest * default_instance_
void Swap(CreateRequest *other)
void set_allocated_options(::bgs::protocol::club::v1::ClubCreateOptions *options)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::bgs::protocol::club::v1::MemberId * agent_id_
static const ::google::protobuf::Descriptor * descriptor()
::bgs::protocol::club::v1::ClubCreateOptions * options_
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static const CreateRequest & default_instance()
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void protobuf_AssignDesc_club_5frequest_2eproto()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::ClubCreateOptions * mutable_options()
::google::protobuf::uint64 club_id_
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
static const CreateResponse & default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
CreateResponse(const CreateResponse &from)
inline ::google::protobuf::uint64 club_id() const
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
CreateResponse & operator=(const CreateResponse &from)
void set_club_id(::google::protobuf::uint64 value)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static CreateResponse * default_instance_
void Swap(CreateResponse *other)
friend void protobuf_AssignDesc_club_5frequest_2eproto()
static const CreateStreamRequest & default_instance()
CreateStreamRequest(const CreateStreamRequest &from)
inline ::bgs::protocol::club::v1::CreateStreamOptions * release_options()
static const ::google::protobuf::Descriptor * descriptor()
void Swap(CreateStreamRequest *other)
static CreateStreamRequest * default_instance_
const ::bgs::protocol::club::v1::CreateStreamOptions & options() const
void set_club_id(::google::protobuf::uint64 value)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::uint64 club_id() const
::bgs::protocol::club::v1::CreateStreamOptions * options_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::CreateStreamOptions * mutable_options()
CreateStreamRequest * New() const
void set_allocated_options(::bgs::protocol::club::v1::CreateStreamOptions *options)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
CreateStreamRequest & operator=(const CreateStreamRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void Swap(CreateStreamResponse *other)
void set_club_id(::google::protobuf::uint64 value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
static const CreateStreamResponse & default_instance()
void set_stream_id(::google::protobuf::uint64 value)
CreateStreamResponse(const CreateStreamResponse &from)
static const ::google::protobuf::Descriptor * descriptor()
inline ::google::protobuf::uint64 stream_id() const
static CreateStreamResponse * default_instance_
CreateStreamResponse * New() const
::google::protobuf::Metadata GetMetadata() const
CreateStreamResponse & operator=(const CreateStreamResponse &from)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::google::protobuf::uint64 club_id() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
CreateTicketRequest * New() const
inline ::bgs::protocol::club::v1::CreateTicketOptions * mutable_options()
void Swap(CreateTicketRequest *other)
::google::protobuf::Metadata GetMetadata() const
::bgs::protocol::club::v1::MemberId * agent_id_
static const CreateTicketRequest & default_instance()
::bgs::protocol::club::v1::CreateTicketOptions * options_
void set_club_id(::google::protobuf::uint64 value)
CreateTicketRequest & operator=(const CreateTicketRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
CreateTicketRequest(const CreateTicketRequest &from)
static CreateTicketRequest * default_instance_
inline ::bgs::protocol::club::v1::CreateTicketOptions * release_options()
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_allocated_options(::bgs::protocol::club::v1::CreateTicketOptions *options)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::club::v1::CreateTicketOptions & options() const
inline ::google::protobuf::uint64 club_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::ClubTicket & ticket() const
::google::protobuf::UnknownFieldSet _unknown_fields_
CreateTicketResponse & operator=(const CreateTicketResponse &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void Swap(CreateTicketResponse *other)
inline ::bgs::protocol::club::v1::ClubTicket * release_ticket()
inline ::bgs::protocol::club::v1::ClubTicket * mutable_ticket()
void set_allocated_ticket(::bgs::protocol::club::v1::ClubTicket *ticket)
static const ::google::protobuf::Descriptor * descriptor()
::bgs::protocol::club::v1::ClubTicket * ticket_
::google::protobuf::Metadata GetMetadata() const
static const CreateTicketResponse & default_instance()
static CreateTicketResponse * default_instance_
CreateTicketResponse(const CreateTicketResponse &from)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
CreateTicketResponse * New() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
DeclineInvitationRequest(const DeclineInvitationRequest &from)
DeclineInvitationRequest & operator=(const DeclineInvitationRequest &from)
void Swap(DeclineInvitationRequest *other)
void set_club_id(::google::protobuf::uint64 value)
::bgs::protocol::club::v1::MemberId * agent_id_
static const DeclineInvitationRequest & default_instance()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
DeclineInvitationRequest * New() const
inline ::google::protobuf::uint64 club_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::google::protobuf::uint64 invitation_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_invitation_id(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
static DeclineInvitationRequest * default_instance_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const DeclineSuggestionRequest & default_instance()
DeclineSuggestionRequest * New() const
DeclineSuggestionRequest(const DeclineSuggestionRequest &from)
inline ::google::protobuf::uint64 club_id() const
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
DeclineSuggestionRequest & operator=(const DeclineSuggestionRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::bgs::protocol::club::v1::MemberId * agent_id_
void Swap(DeclineSuggestionRequest *other)
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::google::protobuf::uint64 suggestion_id() const
static DeclineSuggestionRequest * default_instance_
void set_suggestion_id(::google::protobuf::uint64 value)
void set_club_id(::google::protobuf::uint64 value)
void set_stream_id(::google::protobuf::uint64 value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
DestroyMessageRequest(const DestroyMessageRequest &from)
inline ::bgs::protocol::MessageId * mutable_message_id()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
static DestroyMessageRequest * default_instance_
static const DestroyMessageRequest & default_instance()
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::uint64 club_id() const
inline ::bgs::protocol::MessageId * release_message_id()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::UnknownFieldSet _unknown_fields_
DestroyMessageRequest * New() const
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_message_id(::bgs::protocol::MessageId *message_id)
void Swap(DestroyMessageRequest *other)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::bgs::protocol::MessageId & message_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
DestroyMessageRequest & operator=(const DestroyMessageRequest &from)
void set_club_id(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
inline ::google::protobuf::uint64 stream_id() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::StreamMessage * mutable_message()
static const DestroyMessageResponse & default_instance()
void Swap(DestroyMessageResponse *other)
static const ::google::protobuf::Descriptor * descriptor()
::bgs::protocol::club::v1::StreamMessage * message_
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_message(::bgs::protocol::club::v1::StreamMessage *message)
DestroyMessageResponse * New() const
DestroyMessageResponse(const DestroyMessageResponse &from)
inline ::bgs::protocol::club::v1::StreamMessage * release_message()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::bgs::protocol::club::v1::StreamMessage & message() const
::google::protobuf::Metadata GetMetadata() const
DestroyMessageResponse & operator=(const DestroyMessageResponse &from)
static DestroyMessageResponse * default_instance_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
static const ::google::protobuf::Descriptor * descriptor()
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
void set_club_id(::google::protobuf::uint64 value)
DestroyRequest(const DestroyRequest &from)
void Swap(DestroyRequest *other)
::google::protobuf::uint64 club_id_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
static DestroyRequest * default_instance_
::google::protobuf::Metadata GetMetadata() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
static const DestroyRequest & default_instance()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
DestroyRequest & operator=(const DestroyRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::google::protobuf::uint64 club_id() const
friend void protobuf_AssignDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
DestroyStreamRequest(const DestroyStreamRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::uint64 stream_id() const
void set_stream_id(::google::protobuf::uint64 value)
void Swap(DestroyStreamRequest *other)
static const DestroyStreamRequest & default_instance()
void set_club_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 club_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
DestroyStreamRequest & operator=(const DestroyStreamRequest &from)
::google::protobuf::Metadata GetMetadata() const
DestroyStreamRequest * New() const
static DestroyStreamRequest * default_instance_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::bgs::protocol::club::v1::MemberId * agent_id_
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
static const DestroyTicketRequest & default_instance()
inline ::google::protobuf::uint64 club_id() const
::google::protobuf::Metadata GetMetadata() const
void set_allocated_ticket_id(::std::string *ticket_id)
void set_club_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
static DestroyTicketRequest * default_instance_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::bgs::protocol::club::v1::MemberId * agent_id_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_ticket_id(const ::std::string &value)
void Swap(DestroyTicketRequest *other)
DestroyTicketRequest * New() const
DestroyTicketRequest(const DestroyTicketRequest &from)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
DestroyTicketRequest & operator=(const DestroyTicketRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::CreateMessageOptions & options() const
::bgs::protocol::MessageId * message_id_
EditMessageRequest(const EditMessageRequest &from)
inline ::google::protobuf::uint64 club_id() const
const ::bgs::protocol::MessageId & message_id() const
void Swap(EditMessageRequest *other)
::bgs::protocol::club::v1::CreateMessageOptions * options_
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_club_id(::google::protobuf::uint64 value)
::bgs::protocol::club::v1::MemberId * agent_id_
void set_allocated_message_id(::bgs::protocol::MessageId *message_id)
inline ::google::protobuf::uint64 stream_id() const
inline ::bgs::protocol::MessageId * mutable_message_id()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
inline ::bgs::protocol::MessageId * release_message_id()
static EditMessageRequest * default_instance_
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
EditMessageRequest * New() const
void set_allocated_options(::bgs::protocol::club::v1::CreateMessageOptions *options)
static const EditMessageRequest & default_instance()
inline ::bgs::protocol::club::v1::CreateMessageOptions * release_options()
void set_stream_id(::google::protobuf::uint64 value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::CreateMessageOptions * mutable_options()
EditMessageRequest & operator=(const EditMessageRequest &from)
EditMessageResponse(const EditMessageResponse &from)
inline ::bgs::protocol::club::v1::StreamMessage * release_message()
void Swap(EditMessageResponse *other)
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::StreamMessage & message() const
inline ::bgs::protocol::club::v1::StreamMessage * mutable_message()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::bgs::protocol::club::v1::StreamMessage * message_
EditMessageResponse * New() const
void set_allocated_message(::bgs::protocol::club::v1::StreamMessage *message)
static const EditMessageResponse & default_instance()
static EditMessageResponse * default_instance_
EditMessageResponse & operator=(const EditMessageResponse &from)
::google::protobuf::Metadata GetMetadata() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::MemberId & target_id() const
GetBanRequest(const GetBanRequest &from)
::google::protobuf::uint64 club_id_
static const ::google::protobuf::Descriptor * descriptor()
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
::google::protobuf::Metadata GetMetadata() const
void Swap(GetBanRequest *other)
static const GetBanRequest & default_instance()
::bgs::protocol::club::v1::MemberId * target_id_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::MemberId * release_target_id()
void set_club_id(::google::protobuf::uint64 value)
::bgs::protocol::club::v1::MemberId * agent_id_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
GetBanRequest & operator=(const GetBanRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::MemberId * mutable_target_id()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_allocated_target_id(::bgs::protocol::club::v1::MemberId *target_id)
inline ::google::protobuf::uint64 club_id() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
friend void protobuf_AssignDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::ClubBan * release_ban()
static const ::google::protobuf::Descriptor * descriptor()
::bgs::protocol::club::v1::ClubBan * ban_
void Swap(GetBanResponse *other)
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
static const GetBanResponse & default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::ClubBan * mutable_ban()
GetBanResponse & operator=(const GetBanResponse &from)
::google::protobuf::UnknownFieldSet _unknown_fields_
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_allocated_ban(::bgs::protocol::club::v1::ClubBan *ban)
const ::bgs::protocol::club::v1::ClubBan & ban() const
GetBanResponse(const GetBanResponse &from)
friend void protobuf_AssignDesc_club_5frequest_2eproto()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::uint64 continuation() const
::google::protobuf::uint64 continuation_
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
GetBansRequest(const GetBansRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_club_id(::google::protobuf::uint64 value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
GetBansRequest & operator=(const GetBansRequest &from)
static const GetBansRequest & default_instance()
void set_continuation(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::google::protobuf::uint64 club_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void Swap(GetBansRequest *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void protobuf_AssignDesc_club_5frequest_2eproto()
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan > * mutable_ban()
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
GetBansResponse(const GetBansResponse &from)
static const GetBansResponse & default_instance()
inline ::bgs::protocol::club::v1::ClubBan * add_ban()
static GetBansResponse * default_instance_
void set_continuation(::google::protobuf::uint64 value)
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan > & ban() const
GetBansResponse & operator=(const GetBansResponse &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubBan > ban_
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::uint64 continuation_
void Swap(GetBansResponse *other)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::uint64 continuation() const
friend void protobuf_AssignDesc_club_5frequest_2eproto()
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::bgs::protocol::GetEventOptions * mutable_options()
::bgs::protocol::club::v1::MemberId * agent_id_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::bgs::protocol::GetEventOptions * options_
GetClubActivityRequest & operator=(const GetClubActivityRequest &from)
const ::bgs::protocol::GetEventOptions & options() const
inline ::bgs::protocol::GetEventOptions * release_options()
GetClubActivityRequest(const GetClubActivityRequest &from)
static GetClubActivityRequest * default_instance_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void Swap(GetClubActivityRequest *other)
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
GetClubActivityRequest * New() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::google::protobuf::uint64 club_id() const
void set_allocated_options(::bgs::protocol::GetEventOptions *options)
void set_club_id(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
static const GetClubActivityRequest & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
static const GetClubActivityResponse & default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void Swap(GetClubActivityResponse *other)
GetClubActivityResponse & operator=(const GetClubActivityResponse &from)
inline ::google::protobuf::uint64 continuation() const
::google::protobuf::UnknownFieldSet _unknown_fields_
static GetClubActivityResponse * default_instance_
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
GetClubActivityResponse * New() const
void set_continuation(::google::protobuf::uint64 value)
GetClubActivityResponse(const GetClubActivityResponse &from)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static const ::google::protobuf::Descriptor * descriptor()
void Swap(GetClubTypeRequest *other)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
GetClubTypeRequest & operator=(const GetClubTypeRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::bgs::protocol::club::v1::UniqueClubType * type_
static const GetClubTypeRequest & default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::UniqueClubType * release_type()
GetClubTypeRequest(const GetClubTypeRequest &from)
::bgs::protocol::club::v1::MemberId * agent_id_
static GetClubTypeRequest * default_instance_
const ::bgs::protocol::club::v1::UniqueClubType & type() const
void set_allocated_type(::bgs::protocol::club::v1::UniqueClubType *type)
GetClubTypeRequest * New() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::UniqueClubType * mutable_type()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::LocalizedTag * add_custom_tag_set()
static const ::google::protobuf::Descriptor * descriptor()
GetClubTypeResponse & operator=(const GetClubTypeResponse &from)
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > custom_tag_set_
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > platform_tag_set_
void set_allocated_type(::bgs::protocol::club::v1::UniqueClubType *type)
const ::bgs::protocol::club::v1::UniqueClubType & type() const
void Swap(GetClubTypeResponse *other)
inline ::bgs::protocol::club::v1::ClubTypeRangeSet * mutable_range_set()
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > & custom_tag_set() const
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > & platform_tag_set() const
::bgs::protocol::club::v1::UniqueClubType * type_
inline ::bgs::protocol::club::v1::LocalizedTag * add_platform_tag_set()
inline ::bgs::protocol::club::v1::ClubRoleSet * release_role_set()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::ClubTypeRangeSet & range_set() const
inline ::bgs::protocol::club::v1::UniqueClubType * release_type()
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > * mutable_custom_tag_set()
static GetClubTypeResponse * default_instance_
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::ClubRoleSet * mutable_role_set()
inline ::bgs::protocol::club::v1::UniqueClubType * mutable_type()
::bgs::protocol::club::v1::ClubTypeRangeSet * range_set_
static const GetClubTypeResponse & default_instance()
GetClubTypeResponse * New() const
void set_allocated_role_set(::bgs::protocol::club::v1::ClubRoleSet *role_set)
void set_allocated_range_set(::bgs::protocol::club::v1::ClubTypeRangeSet *range_set)
const ::bgs::protocol::club::v1::ClubRoleSet & role_set() const
::bgs::protocol::club::v1::ClubRoleSet * role_set_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetClubTypeResponse(const GetClubTypeResponse &from)
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::LocalizedTag > * mutable_platform_tag_set()
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::ClubTypeRangeSet * release_range_set()
GetDescriptionRequest & operator=(const GetDescriptionRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_club_id(::google::protobuf::uint64 value)
static GetDescriptionRequest * default_instance_
GetDescriptionRequest * New() const
void Swap(GetDescriptionRequest *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::bgs::protocol::club::v1::MemberId * agent_id_
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 club_id() const
static const ::google::protobuf::Descriptor * descriptor()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
GetDescriptionRequest(const GetDescriptionRequest &from)
static const GetDescriptionRequest & default_instance()
::bgs::protocol::club::v1::ClubDescription * club_
static const GetDescriptionResponse & default_instance()
GetDescriptionResponse * New() const
GetDescriptionResponse & operator=(const GetDescriptionResponse &from)
inline ::bgs::protocol::club::v1::ClubDescription * mutable_club()
inline ::bgs::protocol::club::v1::ClubDescription * release_club()
static const ::google::protobuf::Descriptor * descriptor()
void set_allocated_club(::bgs::protocol::club::v1::ClubDescription *club)
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static GetDescriptionResponse * default_instance_
GetDescriptionResponse(const GetDescriptionResponse &from)
void Swap(GetDescriptionResponse *other)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::ClubDescription & club() const
inline ::google::protobuf::uint64 invitation_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_club_id(::google::protobuf::uint64 value)
GetInvitationRequest * New() const
void set_invitation_id(::google::protobuf::uint64 value)
::google::protobuf::UnknownFieldSet _unknown_fields_
static const ::google::protobuf::Descriptor * descriptor()
void Swap(GetInvitationRequest *other)
::google::protobuf::Metadata GetMetadata() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
static GetInvitationRequest * default_instance_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::bgs::protocol::club::v1::MemberId * agent_id_
GetInvitationRequest(const GetInvitationRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
static const GetInvitationRequest & default_instance()
GetInvitationRequest & operator=(const GetInvitationRequest &from)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::uint64 club_id() const
void set_allocated_invitation(::bgs::protocol::club::v1::ClubInvitation *invitation)
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::ClubInvitation * release_invitation()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
GetInvitationResponse(const GetInvitationResponse &from)
static GetInvitationResponse * default_instance_
void Swap(GetInvitationResponse *other)
GetInvitationResponse & operator=(const GetInvitationResponse &from)
static const GetInvitationResponse & default_instance()
::bgs::protocol::club::v1::ClubInvitation * invitation_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::ClubInvitation * mutable_invitation()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
const ::bgs::protocol::club::v1::ClubInvitation & invitation() const
GetInvitationResponse * New() const
GetInvitationsRequest & operator=(const GetInvitationsRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void Swap(GetInvitationsRequest *other)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::uint64 continuation() const
GetInvitationsRequest(const GetInvitationsRequest &from)
::bgs::protocol::club::v1::MemberId * agent_id_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_club_id(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
GetInvitationsRequest * New() const
void set_continuation(::google::protobuf::uint64 value)
::google::protobuf::UnknownFieldSet _unknown_fields_
static GetInvitationsRequest * default_instance_
static const GetInvitationsRequest & default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 club_id() const
inline ::bgs::protocol::club::v1::ClubInvitation * add_invitation()
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation > & invitation() const
GetInvitationsResponse(const GetInvitationsResponse &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_continuation(::google::protobuf::uint64 value)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
GetInvitationsResponse * New() const
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation > * mutable_invitation()
static const GetInvitationsResponse & default_instance()
GetInvitationsResponse & operator=(const GetInvitationsResponse &from)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::google::protobuf::uint64 continuation() const
static GetInvitationsResponse * default_instance_
void Swap(GetInvitationsResponse *other)
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubInvitation > invitation_
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * release_member_id()
void set_allocated_member_id(::bgs::protocol::club::v1::MemberId *member_id)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::MemberId * mutable_member_id()
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
static const GetMemberRequest & default_instance()
void Swap(GetMemberRequest *other)
GetMemberRequest(const GetMemberRequest &from)
void set_club_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::uint64 club_id() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
const ::bgs::protocol::club::v1::MemberId & member_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
::bgs::protocol::club::v1::MemberId * member_id_
static GetMemberRequest * default_instance_
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
GetMemberRequest & operator=(const GetMemberRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::Member * mutable_member()
::bgs::protocol::club::v1::Member * member_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
GetMemberResponse(const GetMemberResponse &from)
void set_allocated_member(::bgs::protocol::club::v1::Member *member)
::google::protobuf::Metadata GetMetadata() const
static const GetMemberResponse & default_instance()
inline ::bgs::protocol::club::v1::Member * release_member()
const ::bgs::protocol::club::v1::Member & member() const
static GetMemberResponse * default_instance_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void Swap(GetMemberResponse *other)
GetMemberResponse & operator=(const GetMemberResponse &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::google::protobuf::uint64 club_id() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::bgs::protocol::club::v1::MemberId * agent_id_
void Swap(GetMembersRequest *other)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_club_id(::google::protobuf::uint64 value)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
GetMembersRequest(const GetMembersRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
void set_continuation(::google::protobuf::uint64 value)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetMembersRequest & operator=(const GetMembersRequest &from)
inline ::google::protobuf::uint64 continuation() const
static GetMembersRequest * default_instance_
static const GetMembersRequest & default_instance()
GetMembersResponse & operator=(const GetMembersResponse &from)
GetMembersResponse(const GetMembersResponse &from)
void set_continuation(::google::protobuf::uint64 value)
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member > & member() const
GetMembersResponse * New() const
inline ::google::protobuf::uint64 continuation() const
static GetMembersResponse * default_instance_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::Member * add_member()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const GetMembersResponse & default_instance()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void Swap(GetMembersResponse *other)
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member > member_
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Member > * mutable_member()
::google::protobuf::UnknownFieldSet _unknown_fields_
static const ::google::protobuf::Descriptor * descriptor()
void Swap(GetStreamHistoryRequest *other)
void set_allocated_options(::bgs::protocol::GetEventOptions *options)
::google::protobuf::UnknownFieldSet _unknown_fields_
::bgs::protocol::GetEventOptions * options_
inline ::google::protobuf::uint64 stream_id() const
GetStreamHistoryRequest * New() const
void set_club_id(::google::protobuf::uint64 value)
GetStreamHistoryRequest(const GetStreamHistoryRequest &from)
inline ::google::protobuf::uint64 club_id() const
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_stream_id(::google::protobuf::uint64 value)
::google::protobuf::Metadata GetMetadata() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
GetStreamHistoryRequest & operator=(const GetStreamHistoryRequest &from)
static GetStreamHistoryRequest * default_instance_
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::bgs::protocol::GetEventOptions * release_options()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const GetStreamHistoryRequest & default_instance()
::bgs::protocol::club::v1::MemberId * agent_id_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::GetEventOptions * mutable_options()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::GetEventOptions & options() const
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage > * mutable_message()
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage > message_
::google::protobuf::Metadata GetMetadata() const
static const GetStreamHistoryResponse & default_instance()
inline ::google::protobuf::uint64 continuation() const
inline ::bgs::protocol::club::v1::StreamMessage * add_message()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static GetStreamHistoryResponse * default_instance_
static const ::google::protobuf::Descriptor * descriptor()
void Swap(GetStreamHistoryResponse *other)
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamMessage > & message() const
GetStreamHistoryResponse * New() const
GetStreamHistoryResponse & operator=(const GetStreamHistoryResponse &from)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetStreamHistoryResponse(const GetStreamHistoryResponse &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_continuation(::google::protobuf::uint64 value)
void Swap(GetStreamMessageRequest *other)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_allocated_message_id(::bgs::protocol::MessageId *message_id)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::uint64 stream_id() const
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
const ::bgs::protocol::MessageId & message_id() const
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::MessageId * mutable_message_id()
static const ::google::protobuf::Descriptor * descriptor()
void set_club_id(::google::protobuf::uint64 value)
static const GetStreamMessageRequest & default_instance()
GetStreamMessageRequest * New() const
GetStreamMessageRequest & operator=(const GetStreamMessageRequest &from)
static GetStreamMessageRequest * default_instance_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_stream_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 club_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::MessageId * release_message_id()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetStreamMessageRequest(const GetStreamMessageRequest &from)
inline ::bgs::protocol::club::v1::StreamMessage * release_message()
::bgs::protocol::club::v1::StreamMessage * message_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
GetStreamMessageResponse & operator=(const GetStreamMessageResponse &from)
const ::bgs::protocol::club::v1::StreamMessage & message() const
void Swap(GetStreamMessageResponse *other)
inline ::bgs::protocol::club::v1::StreamMessage * mutable_message()
void set_allocated_message(::bgs::protocol::club::v1::StreamMessage *message)
static const GetStreamMessageResponse & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
GetStreamMessageResponse(const GetStreamMessageResponse &from)
GetStreamMessageResponse * New() const
static GetStreamMessageResponse * default_instance_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
void Swap(GetStreamRequest *other)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::uint64 club_id() const
static GetStreamRequest * default_instance_
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
GetStreamRequest & operator=(const GetStreamRequest &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
static const GetStreamRequest & default_instance()
void set_stream_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 stream_id() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
GetStreamRequest(const GetStreamRequest &from)
::google::protobuf::Metadata GetMetadata() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_club_id(::google::protobuf::uint64 value)
GetStreamResponse(const GetStreamResponse &from)
inline ::bgs::protocol::club::v1::Stream * mutable_stream()
void set_allocated_stream(::bgs::protocol::club::v1::Stream *stream)
::google::protobuf::UnknownFieldSet _unknown_fields_
static const GetStreamResponse & default_instance()
inline ::bgs::protocol::club::v1::Stream * release_stream()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::bgs::protocol::club::v1::Stream * stream_
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::club::v1::Stream & stream() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void Swap(GetStreamResponse *other)
static GetStreamResponse * default_instance_
::google::protobuf::Metadata GetMetadata() const
GetStreamResponse & operator=(const GetStreamResponse &from)
inline ::google::protobuf::uint64 stream_id() const
GetStreamVoiceTokenRequest(const GetStreamVoiceTokenRequest &from)
::google::protobuf::Metadata GetMetadata() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_stream_id(::google::protobuf::uint64 value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
GetStreamVoiceTokenRequest * New() const
inline ::google::protobuf::uint32 version() const
void set_version(::google::protobuf::uint32 value)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetStreamVoiceTokenRequest & operator=(const GetStreamVoiceTokenRequest &from)
::bgs::protocol::club::v1::MemberId * agent_id_
static const GetStreamVoiceTokenRequest & default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_club_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 club_id() const
void Swap(GetStreamVoiceTokenRequest *other)
static GetStreamVoiceTokenRequest * default_instance_
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
GetStreamVoiceTokenResponse * New() const
const ::bgs::protocol::VoiceCredentials & credentials() const
::bgs::protocol::VoiceCredentials * credentials_
void set_allocated_credentials(::bgs::protocol::VoiceCredentials *credentials)
static GetStreamVoiceTokenResponse * default_instance_
static const ::google::protobuf::Descriptor * descriptor()
void Swap(GetStreamVoiceTokenResponse *other)
void set_allocated_channel_uri(::std::string *channel_uri)
inline ::bgs::protocol::VoiceCredentials * release_credentials()
GetStreamVoiceTokenResponse(const GetStreamVoiceTokenResponse &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::VoiceCredentials * mutable_credentials()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
GetStreamVoiceTokenResponse & operator=(const GetStreamVoiceTokenResponse &from)
static const GetStreamVoiceTokenResponse & default_instance()
GetStreamsRequest(const GetStreamsRequest &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
GetStreamsRequest & operator=(const GetStreamsRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::Metadata GetMetadata() const
::bgs::protocol::club::v1::MemberId * agent_id_
void set_continuation(::google::protobuf::uint64 value)
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_club_id(::google::protobuf::uint64 value)
void Swap(GetStreamsRequest *other)
static const GetStreamsRequest & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
static GetStreamsRequest * default_instance_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::google::protobuf::uint64 club_id() const
inline ::google::protobuf::uint64 continuation() const
inline ::bgs::protocol::club::v1::StreamView * add_view()
GetStreamsResponse * New() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void Swap(GetStreamsResponse *other)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream > & stream() const
void set_continuation(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
static const GetStreamsResponse & default_instance()
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView > view_
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView > * mutable_view()
::google::protobuf::UnknownFieldSet _unknown_fields_
GetStreamsResponse(const GetStreamsResponse &from)
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream > stream_
inline ::bgs::protocol::club::v1::Stream * add_stream()
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::Stream > * mutable_stream()
static GetStreamsResponse * default_instance_
inline ::google::protobuf::uint64 continuation() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::StreamView > & view() const
GetStreamsResponse & operator=(const GetStreamsResponse &from)
static const ::google::protobuf::Descriptor * descriptor()
inline ::google::protobuf::uint64 club_id() const
void set_suggestion_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
static GetSuggestionRequest * default_instance_
::bgs::protocol::club::v1::MemberId * agent_id_
static const GetSuggestionRequest & default_instance()
void Swap(GetSuggestionRequest *other)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
GetSuggestionRequest * New() const
::google::protobuf::Metadata GetMetadata() const
GetSuggestionRequest(const GetSuggestionRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
GetSuggestionRequest & operator=(const GetSuggestionRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_club_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 suggestion_id() const
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::ClubSuggestion & suggestion() const
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_allocated_suggestion(::bgs::protocol::club::v1::ClubSuggestion *suggestion)
GetSuggestionResponse & operator=(const GetSuggestionResponse &from)
inline ::bgs::protocol::club::v1::ClubSuggestion * release_suggestion()
::bgs::protocol::club::v1::ClubSuggestion * suggestion_
GetSuggestionResponse * New() const
void Swap(GetSuggestionResponse *other)
static const GetSuggestionResponse & default_instance()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetSuggestionResponse(const GetSuggestionResponse &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static GetSuggestionResponse * default_instance_
inline ::bgs::protocol::club::v1::ClubSuggestion * mutable_suggestion()
inline ::google::protobuf::uint64 club_id() const
static const ::google::protobuf::Descriptor * descriptor()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
void Swap(GetSuggestionsRequest *other)
void set_continuation(::google::protobuf::uint64 value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_club_id(::google::protobuf::uint64 value)
GetSuggestionsRequest * New() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::google::protobuf::uint64 continuation() const
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::UnknownFieldSet _unknown_fields_
::bgs::protocol::club::v1::MemberId * agent_id_
static const GetSuggestionsRequest & default_instance()
static GetSuggestionsRequest * default_instance_
GetSuggestionsRequest & operator=(const GetSuggestionsRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetSuggestionsRequest(const GetSuggestionsRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
static const GetSuggestionsResponse & default_instance()
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion > suggestion_
void set_continuation(::google::protobuf::uint64 value)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion > * mutable_suggestion()
GetSuggestionsResponse & operator=(const GetSuggestionsResponse &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
GetSuggestionsResponse(const GetSuggestionsResponse &from)
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 continuation() const
void Swap(GetSuggestionsResponse *other)
GetSuggestionsResponse * New() const
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubSuggestion > & suggestion() const
inline ::bgs::protocol::club::v1::ClubSuggestion * add_suggestion()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static GetSuggestionsResponse * default_instance_
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
void Swap(GetTicketRequest *other)
static const ::google::protobuf::Descriptor * descriptor()
GetTicketRequest & operator=(const GetTicketRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_ticket_id(::std::string *ticket_id)
GetTicketRequest(const GetTicketRequest &from)
void set_ticket_id(const ::std::string &value)
static GetTicketRequest * default_instance_
const ::std::string & ticket_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::UnknownFieldSet _unknown_fields_
static const GetTicketRequest & default_instance()
::bgs::protocol::club::v1::MemberId * agent_id_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_allocated_ticket(::bgs::protocol::club::v1::ClubTicket *ticket)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::club::v1::ClubTicket * release_ticket()
GetTicketResponse(const GetTicketResponse &from)
static const ::google::protobuf::Descriptor * descriptor()
static const GetTicketResponse & default_instance()
const ::bgs::protocol::club::v1::ClubTicket & ticket() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
::google::protobuf::Metadata GetMetadata() const
::bgs::protocol::club::v1::ClubTicket * ticket_
inline ::bgs::protocol::club::v1::ClubTicket * mutable_ticket()
static GetTicketResponse * default_instance_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetTicketResponse & operator=(const GetTicketResponse &from)
void Swap(GetTicketResponse *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_club_id(::google::protobuf::uint64 value)
::bgs::protocol::club::v1::MemberId * agent_id_
void Swap(GetTicketsRequest *other)
static GetTicketsRequest * default_instance_
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
GetTicketsRequest(const GetTicketsRequest &from)
inline ::google::protobuf::uint64 continuation() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
static const ::google::protobuf::Descriptor * descriptor()
GetTicketsRequest & operator=(const GetTicketsRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
static const GetTicketsRequest & default_instance()
void set_continuation(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 club_id() const
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket > * mutable_ticket()
inline ::bgs::protocol::club::v1::ClubTicket * add_ticket()
void Swap(GetTicketsResponse *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::google::protobuf::uint64 continuation() const
::google::protobuf::Metadata GetMetadata() const
GetTicketsResponse * New() const
GetTicketsResponse(const GetTicketsResponse &from)
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket > & ticket() const
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const GetTicketsResponse & default_instance()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
GetTicketsResponse & operator=(const GetTicketsResponse &from)
void set_continuation(::google::protobuf::uint64 value)
static GetTicketsResponse * default_instance_
::google::protobuf::RepeatedPtrField< ::bgs::protocol::club::v1::ClubTicket > ticket_
::bgs::protocol::club::v1::CreateMemberOptions * options_
static const ::google::protobuf::Descriptor * descriptor()
JoinRequest(const JoinRequest &from)
inline ::bgs::protocol::club::v1::CreateMemberOptions * mutable_options()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 club_id() const
void SetCachedSize(int size) const
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
JoinRequest & operator=(const JoinRequest &from)
void Swap(JoinRequest *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
::google::protobuf::uint64 club_id_
inline ::bgs::protocol::club::v1::CreateMemberOptions * release_options()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const JoinRequest & default_instance()
const ::bgs::protocol::club::v1::CreateMemberOptions & options() const
::bgs::protocol::club::v1::MemberId * agent_id_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_allocated_options(::bgs::protocol::club::v1::CreateMemberOptions *options)
void set_club_id(::google::protobuf::uint64 value)
friend void protobuf_AssignDesc_club_5frequest_2eproto()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_stream_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 stream_id() const
inline ::google::protobuf::uint64 club_id() const
KickFromStreamVoiceRequest * New() const
static const ::google::protobuf::Descriptor * descriptor()
::bgs::protocol::club::v1::MemberId * agent_id_
const ::bgs::protocol::club::v1::MemberId & target_id() const
static const KickFromStreamVoiceRequest & default_instance()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::UnknownFieldSet _unknown_fields_
void Swap(KickFromStreamVoiceRequest *other)
void set_allocated_target_id(::bgs::protocol::club::v1::MemberId *target_id)
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * release_target_id()
::bgs::protocol::club::v1::MemberId * target_id_
KickFromStreamVoiceRequest & operator=(const KickFromStreamVoiceRequest &from)
KickFromStreamVoiceRequest(const KickFromStreamVoiceRequest &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_club_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
static KickFromStreamVoiceRequest * default_instance_
inline ::bgs::protocol::club::v1::MemberId * mutable_target_id()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * release_target_id()
inline ::google::protobuf::uint64 club_id() const
void SetCachedSize(int size) const
KickRequest(const KickRequest &from)
void set_club_id(::google::protobuf::uint64 value)
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
KickRequest & operator=(const KickRequest &from)
void set_allocated_target_id(::bgs::protocol::club::v1::MemberId *target_id)
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * mutable_target_id()
::bgs::protocol::club::v1::MemberId * target_id_
static const KickRequest & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::uint64 club_id_
::bgs::protocol::club::v1::MemberId * agent_id_
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
const ::bgs::protocol::club::v1::MemberId & target_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void Swap(KickRequest *other)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
friend void protobuf_AssignDesc_club_5frequest_2eproto()
inline ::google::protobuf::uint64 club_id() const
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::uint64 club_id_
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
LeaveRequest & operator=(const LeaveRequest &from)
::bgs::protocol::club::v1::MemberId * agent_id_
void set_club_id(::google::protobuf::uint64 value)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static const LeaveRequest & default_instance()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
LeaveRequest(const LeaveRequest &from)
void Swap(LeaveRequest *other)
friend void protobuf_AssignDesc_club_5frequest_2eproto()
void set_allocated_ticket_id(::std::string *ticket_id)
RedeemTicketRequest(const RedeemTicketRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void Swap(RedeemTicketRequest *other)
RedeemTicketRequest & operator=(const RedeemTicketRequest &from)
static const RedeemTicketRequest & default_instance()
::google::protobuf::Metadata GetMetadata() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::bgs::protocol::club::v1::MemberId * agent_id_
static const ::google::protobuf::Descriptor * descriptor()
static RedeemTicketRequest * default_instance_
RedeemTicketRequest * New() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_ticket_id(const ::std::string &value)
void set_allocated_target_id(::bgs::protocol::club::v1::MemberId *target_id)
inline ::bgs::protocol::club::v1::MemberId * release_target_id()
RemoveBanRequest(const RemoveBanRequest &from)
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
static RemoveBanRequest * default_instance_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::club::v1::MemberId & target_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::uint64 club_id() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void Swap(RemoveBanRequest *other)
inline ::bgs::protocol::club::v1::MemberId * mutable_target_id()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_club_id(::google::protobuf::uint64 value)
::google::protobuf::UnknownFieldSet _unknown_fields_
static const RemoveBanRequest & default_instance()
::bgs::protocol::club::v1::MemberId * target_id_
RemoveBanRequest & operator=(const RemoveBanRequest &from)
static const ::google::protobuf::Descriptor * descriptor()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static RevokeInvitationRequest * default_instance_
inline ::google::protobuf::uint64 club_id() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
RevokeInvitationRequest * New() const
RevokeInvitationRequest & operator=(const RevokeInvitationRequest &from)
void set_invitation_id(::google::protobuf::uint64 value)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::uint64 invitation_id() const
static const RevokeInvitationRequest & default_instance()
void Swap(RevokeInvitationRequest *other)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::Metadata GetMetadata() const
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
RevokeInvitationRequest(const RevokeInvitationRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_club_id(::google::protobuf::uint64 value)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::SendInvitationOptions & options() const
SendInvitationRequest * New() const
SendInvitationRequest(const SendInvitationRequest &from)
static const SendInvitationRequest & default_instance()
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::uint64 club_id() const
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
void set_allocated_options(::bgs::protocol::club::v1::SendInvitationOptions *options)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void Swap(SendInvitationRequest *other)
static SendInvitationRequest * default_instance_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::Metadata GetMetadata() const
void set_club_id(::google::protobuf::uint64 value)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::SendInvitationOptions * release_options()
::bgs::protocol::club::v1::SendInvitationOptions * options_
SendInvitationRequest & operator=(const SendInvitationRequest &from)
inline ::bgs::protocol::club::v1::SendInvitationOptions * mutable_options()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_options(::bgs::protocol::club::v1::SendSuggestionOptions *options)
inline ::google::protobuf::uint64 club_id() const
static const ::google::protobuf::Descriptor * descriptor()
SendSuggestionRequest * New() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::SendSuggestionOptions * release_options()
SendSuggestionRequest(const SendSuggestionRequest &from)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
SendSuggestionRequest & operator=(const SendSuggestionRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void Swap(SendSuggestionRequest *other)
::bgs::protocol::club::v1::SendSuggestionOptions * options_
::google::protobuf::Metadata GetMetadata() const
::bgs::protocol::club::v1::MemberId * agent_id_
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static SendSuggestionRequest * default_instance_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static const SendSuggestionRequest & default_instance()
const ::bgs::protocol::club::v1::SendSuggestionOptions & options() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_club_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::SendSuggestionOptions * mutable_options()
inline ::google::protobuf::uint64 stream_id() const
void set_club_id(::google::protobuf::uint64 value)
::google::protobuf::UnknownFieldSet _unknown_fields_
SetMessagePinnedRequest & operator=(const SetMessagePinnedRequest &from)
SetMessagePinnedRequest * New() const
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
void Swap(SetMessagePinnedRequest *other)
inline ::google::protobuf::uint64 club_id() const
void set_stream_id(::google::protobuf::uint64 value)
static SetMessagePinnedRequest * default_instance_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
SetMessagePinnedRequest(const SetMessagePinnedRequest &from)
static const SetMessagePinnedRequest & default_instance()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 stream_id() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_stream_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::bgs::protocol::club::v1::MemberId * agent_id_
void set_club_id(::google::protobuf::uint64 value)
static const ::google::protobuf::Descriptor * descriptor()
SetStreamFocusRequest(const SetStreamFocusRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void Swap(SetStreamFocusRequest *other)
SetStreamFocusRequest * New() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
::google::protobuf::UnknownFieldSet _unknown_fields_
static SetStreamFocusRequest * default_instance_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
static const SetStreamFocusRequest & default_instance()
SetStreamFocusRequest & operator=(const SetStreamFocusRequest &from)
inline ::google::protobuf::uint64 club_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
static SetTypingIndicatorRequest * default_instance_
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::google::protobuf::uint64 stream_id() const
void Swap(SetTypingIndicatorRequest *other)
SetTypingIndicatorRequest * New() const
void set_club_id(::google::protobuf::uint64 value)
inline ::google::protobuf::uint64 club_id() const
static const SetTypingIndicatorRequest & default_instance()
void set_indicator(::bgs::protocol::TypingIndicator value)
SetTypingIndicatorRequest & operator=(const SetTypingIndicatorRequest &from)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::google::protobuf::UnknownFieldSet _unknown_fields_
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline ::bgs::protocol::TypingIndicator indicator() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_stream_id(::google::protobuf::uint64 value)
SetTypingIndicatorRequest(const SetTypingIndicatorRequest &from)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::google::protobuf::uint64 club_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
void Swap(SubscribeRequest *other)
void set_club_id(::google::protobuf::uint64 value)
friend void protobuf_ShutdownFile_club_5frequest_2eproto()
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::google::protobuf::UnknownFieldSet _unknown_fields_
static SubscribeRequest * default_instance_
static const ::google::protobuf::Descriptor * descriptor()
static const SubscribeRequest & default_instance()
SubscribeRequest(const SubscribeRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
SubscribeRequest & operator=(const SubscribeRequest &from)
::google::protobuf::Metadata GetMetadata() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
void Swap(SubscribeStreamRequest *other)
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > stream_id_
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
static SubscribeStreamRequest * default_instance_
::google::protobuf::Metadata GetMetadata() const
void set_club_id(::google::protobuf::uint64 value)
static const SubscribeStreamRequest & default_instance()
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & stream_id() const
inline ::google::protobuf::uint64 club_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
SubscribeStreamRequest * New() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_stream_id(int index, ::google::protobuf::uint64 value)
SubscribeStreamRequest & operator=(const SubscribeStreamRequest &from)
void add_stream_id(::google::protobuf::uint64 value)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
static const ::google::protobuf::Descriptor * descriptor()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
SubscribeStreamRequest(const SubscribeStreamRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_stream_id()
inline ::bgs::protocol::club::v1::RoleOptions * mutable_options()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
UnassignRoleRequest(const UnassignRoleRequest &from)
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
static UnassignRoleRequest * default_instance_
inline ::bgs::protocol::club::v1::RoleOptions * release_options()
static const UnassignRoleRequest & default_instance()
void set_allocated_options(::bgs::protocol::club::v1::RoleOptions *options)
UnassignRoleRequest & operator=(const UnassignRoleRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void Swap(UnassignRoleRequest *other)
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::Metadata GetMetadata() const
void set_club_id(::google::protobuf::uint64 value)
UnassignRoleRequest * New() const
inline ::google::protobuf::uint64 club_id() const
const ::bgs::protocol::club::v1::RoleOptions & options() const
::bgs::protocol::club::v1::RoleOptions * options_
::google::protobuf::Metadata GetMetadata() const
void Swap(UnsubscribeRequest *other)
void set_club_id(::google::protobuf::uint64 value)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const UnsubscribeRequest & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
UnsubscribeRequest & operator=(const UnsubscribeRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
UnsubscribeRequest(const UnsubscribeRequest &from)
inline ::google::protobuf::uint64 club_id() const
::bgs::protocol::club::v1::MemberId * agent_id_
const ::bgs::protocol::club::v1::MemberId & agent_id() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
UnsubscribeRequest * New() const
static UnsubscribeRequest * default_instance_
static UnsubscribeStreamRequest * default_instance_
static const UnsubscribeStreamRequest & default_instance()
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void set_stream_id(int index, ::google::protobuf::uint64 value)
void Swap(UnsubscribeStreamRequest *other)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > & stream_id() const
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 club_id() const
void set_club_id(::google::protobuf::uint64 value)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::google::protobuf::RepeatedField< ::google::protobuf::uint64 > stream_id_
static const ::google::protobuf::Descriptor * descriptor()
void add_stream_id(::google::protobuf::uint64 value)
UnsubscribeStreamRequest & operator=(const UnsubscribeStreamRequest &from)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint64 > * mutable_stream_id()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::bgs::protocol::club::v1::MemberId * agent_id_
UnsubscribeStreamRequest * New() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
UnsubscribeStreamRequest(const UnsubscribeStreamRequest &from)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
void set_allocated_options(::bgs::protocol::club::v1::ClubSettingsOptions *options)
UpdateClubSettingsRequest & operator=(const UpdateClubSettingsRequest &from)
static const ::google::protobuf::Descriptor * descriptor()
void Swap(UpdateClubSettingsRequest *other)
inline ::bgs::protocol::club::v1::ClubSettingsOptions * mutable_options()
static const UpdateClubSettingsRequest & default_instance()
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_club_id(::google::protobuf::uint64 value)
UpdateClubSettingsRequest * New() const
inline ::bgs::protocol::club::v1::ClubSettingsOptions * release_options()
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
UpdateClubSettingsRequest(const UpdateClubSettingsRequest &from)
inline ::google::protobuf::uint64 club_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
const ::bgs::protocol::club::v1::ClubSettingsOptions & options() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
::google::protobuf::UnknownFieldSet _unknown_fields_
static UpdateClubSettingsRequest * default_instance_
::bgs::protocol::club::v1::ClubSettingsOptions * options_
::bgs::protocol::club::v1::MemberId * agent_id_
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
static UpdateClubStateRequest * default_instance_
UpdateClubStateRequest * New() const
::bgs::protocol::club::v1::ClubStateOptions * options_
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
void Swap(UpdateClubStateRequest *other)
const ::bgs::protocol::club::v1::ClubStateOptions & options() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::UnknownFieldSet _unknown_fields_
static const UpdateClubStateRequest & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
::google::protobuf::Metadata GetMetadata() const
UpdateClubStateRequest & operator=(const UpdateClubStateRequest &from)
UpdateClubStateRequest(const UpdateClubStateRequest &from)
inline ::bgs::protocol::club::v1::ClubStateOptions * mutable_options()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_allocated_options(::bgs::protocol::club::v1::ClubStateOptions *options)
void set_club_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::ClubStateOptions * release_options()
inline ::google::protobuf::uint64 club_id() const
UpdateMemberStateRequest(const UpdateMemberStateRequest &from)
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
inline ::google::protobuf::uint64 club_id() const
void set_club_id(::google::protobuf::uint64 value)
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
::bgs::protocol::club::v1::MemberId * agent_id_
void set_allocated_options(::bgs::protocol::club::v1::MemberStateOptions *options)
static const ::google::protobuf::Descriptor * descriptor()
static const UpdateMemberStateRequest & default_instance()
const ::bgs::protocol::club::v1::MemberId & member_id() const
const ::bgs::protocol::club::v1::MemberStateOptions & options() const
inline ::bgs::protocol::club::v1::MemberId * mutable_member_id()
UpdateMemberStateRequest & operator=(const UpdateMemberStateRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_allocated_member_id(::bgs::protocol::club::v1::MemberId *member_id)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::MemberId & agent_id() const
::bgs::protocol::club::v1::MemberStateOptions * options_
UpdateMemberStateRequest * New() const
::google::protobuf::UnknownFieldSet _unknown_fields_
void Swap(UpdateMemberStateRequest *other)
static UpdateMemberStateRequest * default_instance_
inline ::bgs::protocol::club::v1::MemberStateOptions * mutable_options()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
inline ::bgs::protocol::club::v1::MemberStateOptions * release_options()
inline ::bgs::protocol::club::v1::MemberId * release_member_id()
::bgs::protocol::club::v1::MemberId * member_id_
UpdateStreamStateRequest * New() const
::bgs::protocol::club::v1::StreamStateOptions * options_
void set_stream_id(::google::protobuf::uint64 value)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
inline ::google::protobuf::uint64 club_id() const
void Swap(UpdateStreamStateRequest *other)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
static UpdateStreamStateRequest * default_instance_
::bgs::protocol::club::v1::MemberId * agent_id_
const ::bgs::protocol::club::v1::StreamStateOptions & options() const
UpdateStreamStateRequest(const UpdateStreamStateRequest &from)
void set_club_id(::google::protobuf::uint64 value)
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
inline ::bgs::protocol::club::v1::StreamStateOptions * mutable_options()
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::bgs::protocol::club::v1::StreamStateOptions * release_options()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::uint64 stream_id() const
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
UpdateStreamStateRequest & operator=(const UpdateStreamStateRequest &from)
void set_allocated_options(::bgs::protocol::club::v1::StreamStateOptions *options)
::google::protobuf::UnknownFieldSet _unknown_fields_
static const UpdateStreamStateRequest & default_instance()
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::club::v1::SubscriberStateOptions * mutable_options()
::google::protobuf::Metadata GetMetadata() const
::bgs::protocol::club::v1::SubscriberStateOptions * options_
UpdateSubscriberStateRequest * New() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::bgs::protocol::club::v1::MemberId * agent_id_
static const UpdateSubscriberStateRequest & default_instance()
inline ::google::protobuf::uint64 club_id() const
static UpdateSubscriberStateRequest * default_instance_
const ::bgs::protocol::club::v1::SubscriberStateOptions & options() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_agent_id(::bgs::protocol::club::v1::MemberId *agent_id)
UpdateSubscriberStateRequest(const UpdateSubscriberStateRequest &from)
void set_club_id(::google::protobuf::uint64 value)
inline ::bgs::protocol::club::v1::MemberId * release_agent_id()
inline ::bgs::protocol::club::v1::SubscriberStateOptions * release_options()
void Swap(UpdateSubscriberStateRequest *other)
const ::bgs::protocol::club::v1::MemberId & agent_id() const
inline ::bgs::protocol::club::v1::MemberId * mutable_agent_id()
friend void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void set_allocated_options(::bgs::protocol::club::v1::SubscriberStateOptions *options)
UpdateSubscriberStateRequest & operator=(const UpdateSubscriberStateRequest &from)
::google::protobuf::UnknownFieldSet _unknown_fields_
constexpr std::size_t size()
Definition: UpdateField.h:796
void TC_PROTO_API protobuf_AddDesc_club_5frequest_2eproto()
void protobuf_ShutdownFile_club_5frequest_2eproto()
void protobuf_AssignDesc_club_5frequest_2eproto()
TC_PROTO_API bool TypingIndicator_IsValid(int value)
Definition: Session.h:36