TrinityCore
Loading...
Searching...
No Matches
block_list_service.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: api/client/v1/block_list_service.proto
3
4#ifndef PROTOBUF_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto__INCLUDED
5#define PROTOBUF_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto__INCLUDED
6
7#include <string>
8
9#include <google/protobuf/stubs/common.h>
10
11#if GOOGLE_PROTOBUF_VERSION < 2006000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 2006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
20#endif
21
22#include <google/protobuf/generated_message_util.h>
23#include <google/protobuf/message.h>
24#include <google/protobuf/repeated_field.h>
25#include <google/protobuf/extension_set.h>
26#include <google/protobuf/unknown_field_set.h>
28#include "rpc_types.pb.h"
29#include "ServiceBase.h"
30#include "MessageBuffer.h"
31#include <functional>
32#include <type_traits>
33// @@protoc_insertion_point(includes)
34
35namespace bgs {
36namespace protocol {
37namespace block_list {
38namespace v1 {
39namespace client {
40
41// Internal implementation detail -- do not call these.
45
49class GetStateRequest;
53
54// ===================================================================
55
56class TC_PROTO_API SubscribeRequest : public ::google::protobuf::Message {
57 public:
60
62
64 CopyFrom(from);
65 return *this;
66 }
67
68 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
69 return _unknown_fields_;
70 }
71
72 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
73 return &_unknown_fields_;
74 }
75
76 static const ::google::protobuf::Descriptor* descriptor();
78
79 void Swap(SubscribeRequest* other);
80
81 // implements Message ----------------------------------------------
82
84 int GetCachedSize() const { return _cached_size_; }
85 private:
86 void SharedCtor();
87 void SharedDtor();
88 void SetCachedSize(int size) const;
89 public:
90 ::google::protobuf::Metadata GetMetadata() const;
91
92 // nested types ----------------------------------------------------
93
94 // accessors -------------------------------------------------------
95
96 // @@protoc_insertion_point(class_scope:bgs.protocol.block_list.v1.client.SubscribeRequest)
97 private:
98
99 ::google::protobuf::UnknownFieldSet _unknown_fields_;
100
101 ::google::protobuf::uint32 _has_bits_[1];
102 mutable int _cached_size_;
106
109};
110// -------------------------------------------------------------------
111
112class TC_PROTO_API SubscribeResponse : public ::google::protobuf::Message {
113 public:
116
118
120 CopyFrom(from);
121 return *this;
122 }
123
124 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
125 return _unknown_fields_;
126 }
127
128 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
129 return &_unknown_fields_;
130 }
131
132 static const ::google::protobuf::Descriptor* descriptor();
134
136
137 // implements Message ----------------------------------------------
138
140 int GetCachedSize() const { return _cached_size_; }
141 private:
144 void SetCachedSize(int size) const;
145 public:
146 ::google::protobuf::Metadata GetMetadata() const;
147
148 // nested types ----------------------------------------------------
149
150 // accessors -------------------------------------------------------
151
152 // optional .bgs.protocol.block_list.v1.client.BlockListState state = 1;
153 inline bool has_state() const;
154 inline void clear_state();
155 static const int kStateFieldNumber = 1;
156 inline const ::bgs::protocol::block_list::v1::client::BlockListState& state() const;
157 inline ::bgs::protocol::block_list::v1::client::BlockListState* mutable_state();
158 inline ::bgs::protocol::block_list::v1::client::BlockListState* release_state();
159 inline void set_allocated_state(::bgs::protocol::block_list::v1::client::BlockListState* state);
160
161 // @@protoc_insertion_point(class_scope:bgs.protocol.block_list.v1.client.SubscribeResponse)
162 private:
163 inline void set_has_state();
164 inline void clear_has_state();
165
166 ::google::protobuf::UnknownFieldSet _unknown_fields_;
167
168 ::google::protobuf::uint32 _has_bits_[1];
169 mutable int _cached_size_;
174
177};
178// -------------------------------------------------------------------
179
180class TC_PROTO_API UnsubscribeRequest : public ::google::protobuf::Message {
181 public:
184
186
188 CopyFrom(from);
189 return *this;
190 }
191
192 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
193 return _unknown_fields_;
194 }
195
196 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
197 return &_unknown_fields_;
198 }
199
200 static const ::google::protobuf::Descriptor* descriptor();
202
204
205 // implements Message ----------------------------------------------
206
208 int GetCachedSize() const { return _cached_size_; }
209 private:
212 void SetCachedSize(int size) const;
213 public:
214 ::google::protobuf::Metadata GetMetadata() const;
215
216 // nested types ----------------------------------------------------
217
218 // accessors -------------------------------------------------------
219
220 // @@protoc_insertion_point(class_scope:bgs.protocol.block_list.v1.client.UnsubscribeRequest)
221 private:
222
223 ::google::protobuf::UnknownFieldSet _unknown_fields_;
224
225 ::google::protobuf::uint32 _has_bits_[1];
226 mutable int _cached_size_;
230
233};
234// -------------------------------------------------------------------
235
236class TC_PROTO_API GetStateRequest : public ::google::protobuf::Message {
237 public:
240
242
244 CopyFrom(from);
245 return *this;
246 }
247
248 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
249 return _unknown_fields_;
250 }
251
252 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
253 return &_unknown_fields_;
254 }
255
256 static const ::google::protobuf::Descriptor* descriptor();
258
259 void Swap(GetStateRequest* other);
260
261 // implements Message ----------------------------------------------
262
264 int GetCachedSize() const { return _cached_size_; }
265 private:
268 void SetCachedSize(int size) const;
269 public:
270 ::google::protobuf::Metadata GetMetadata() const;
271
272 // nested types ----------------------------------------------------
273
274 // accessors -------------------------------------------------------
275
276 // @@protoc_insertion_point(class_scope:bgs.protocol.block_list.v1.client.GetStateRequest)
277 private:
278
279 ::google::protobuf::UnknownFieldSet _unknown_fields_;
280
281 ::google::protobuf::uint32 _has_bits_[1];
282 mutable int _cached_size_;
286
289};
290// -------------------------------------------------------------------
291
292class TC_PROTO_API GetStateResponse : public ::google::protobuf::Message {
293 public:
296
298
300 CopyFrom(from);
301 return *this;
302 }
303
304 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
305 return _unknown_fields_;
306 }
307
308 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
309 return &_unknown_fields_;
310 }
311
312 static const ::google::protobuf::Descriptor* descriptor();
314
315 void Swap(GetStateResponse* other);
316
317 // implements Message ----------------------------------------------
318
320 int GetCachedSize() const { return _cached_size_; }
321 private:
324 void SetCachedSize(int size) const;
325 public:
326 ::google::protobuf::Metadata GetMetadata() const;
327
328 // nested types ----------------------------------------------------
329
330 // accessors -------------------------------------------------------
331
332 // optional .bgs.protocol.block_list.v1.client.BlockListState state = 1;
333 inline bool has_state() const;
334 inline void clear_state();
335 static const int kStateFieldNumber = 1;
336 inline const ::bgs::protocol::block_list::v1::client::BlockListState& state() const;
337 inline ::bgs::protocol::block_list::v1::client::BlockListState* mutable_state();
338 inline ::bgs::protocol::block_list::v1::client::BlockListState* release_state();
339 inline void set_allocated_state(::bgs::protocol::block_list::v1::client::BlockListState* state);
340
341 // @@protoc_insertion_point(class_scope:bgs.protocol.block_list.v1.client.GetStateResponse)
342 private:
343 inline void set_has_state();
344 inline void clear_has_state();
345
346 ::google::protobuf::UnknownFieldSet _unknown_fields_;
347
348 ::google::protobuf::uint32 _has_bits_[1];
349 mutable int _cached_size_;
354
357};
358// -------------------------------------------------------------------
359
360class TC_PROTO_API BlockPlayerRequest : public ::google::protobuf::Message {
361 public:
364
366
368 CopyFrom(from);
369 return *this;
370 }
371
372 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
373 return _unknown_fields_;
374 }
375
376 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
377 return &_unknown_fields_;
378 }
379
380 static const ::google::protobuf::Descriptor* descriptor();
382
384
385 // implements Message ----------------------------------------------
386
388 int GetCachedSize() const { return _cached_size_; }
389 private:
392 void SetCachedSize(int size) const;
393 public:
394 ::google::protobuf::Metadata GetMetadata() const;
395
396 // nested types ----------------------------------------------------
397
398 // accessors -------------------------------------------------------
399
400 // optional .bgs.protocol.block_list.v1.client.BlockPlayerOptions options = 2;
401 inline bool has_options() const;
402 inline void clear_options();
403 static const int kOptionsFieldNumber = 2;
404 inline const ::bgs::protocol::block_list::v1::client::BlockPlayerOptions& options() const;
405 inline ::bgs::protocol::block_list::v1::client::BlockPlayerOptions* mutable_options();
406 inline ::bgs::protocol::block_list::v1::client::BlockPlayerOptions* release_options();
407 inline void set_allocated_options(::bgs::protocol::block_list::v1::client::BlockPlayerOptions* options);
408
409 // @@protoc_insertion_point(class_scope:bgs.protocol.block_list.v1.client.BlockPlayerRequest)
410 private:
411 inline void set_has_options();
412 inline void clear_has_options();
413
414 ::google::protobuf::UnknownFieldSet _unknown_fields_;
415
416 ::google::protobuf::uint32 _has_bits_[1];
417 mutable int _cached_size_;
422
425};
426// -------------------------------------------------------------------
427
428class TC_PROTO_API UnblockPlayerRequest : public ::google::protobuf::Message {
429 public:
432
434
436 CopyFrom(from);
437 return *this;
438 }
439
440 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
441 return _unknown_fields_;
442 }
443
444 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
445 return &_unknown_fields_;
446 }
447
448 static const ::google::protobuf::Descriptor* descriptor();
450
452
453 // implements Message ----------------------------------------------
454
456 int GetCachedSize() const { return _cached_size_; }
457 private:
460 void SetCachedSize(int size) const;
461 public:
462 ::google::protobuf::Metadata GetMetadata() const;
463
464 // nested types ----------------------------------------------------
465
466 // accessors -------------------------------------------------------
467
468 // optional .bgs.protocol.block_list.v1.client.UnblockPlayerOptions options = 2;
469 inline bool has_options() const;
470 inline void clear_options();
471 static const int kOptionsFieldNumber = 2;
472 inline const ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions& options() const;
473 inline ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions* mutable_options();
474 inline ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions* release_options();
475 inline void set_allocated_options(::bgs::protocol::block_list::v1::client::UnblockPlayerOptions* options);
476
477 // @@protoc_insertion_point(class_scope:bgs.protocol.block_list.v1.client.UnblockPlayerRequest)
478 private:
479 inline void set_has_options();
480 inline void clear_has_options();
481
482 ::google::protobuf::UnknownFieldSet _unknown_fields_;
483
484 ::google::protobuf::uint32 _has_bits_[1];
485 mutable int _cached_size_;
490
493};
494// ===================================================================
495
497{
498 public:
499
500 explicit BlockListService(bool use_original_hash);
506
507 typedef std::integral_constant<uint32, 0x8E8F5FB0u> OriginalHash;
508 typedef std::integral_constant<uint32, 0xC78E3381u> NameHash;
509
510 static google::protobuf::ServiceDescriptor const* descriptor();
511
512 void CallServerMethod(uint32 token, uint32 methodId, MessageBuffer buffer) final;
513
514 protected:
515 // server methods --------------------------------------------------
516 virtual uint32 HandleSubscribe(::bgs::protocol::block_list::v1::client::SubscribeRequest const* request, ::bgs::protocol::block_list::v1::client::SubscribeResponse* response, std::function<void(ServiceBase*, uint32, ::google::protobuf::Message const*)>& continuation);
517 virtual uint32 HandleUnsubscribe(::bgs::protocol::block_list::v1::client::UnsubscribeRequest const* request, ::bgs::protocol::NoData* response, std::function<void(ServiceBase*, uint32, ::google::protobuf::Message const*)>& continuation);
518 virtual uint32 HandleGetState(::bgs::protocol::block_list::v1::client::GetStateRequest const* request, ::bgs::protocol::block_list::v1::client::GetStateResponse* response, std::function<void(ServiceBase*, uint32, ::google::protobuf::Message const*)>& continuation);
519 virtual uint32 HandleBlockPlayer(::bgs::protocol::block_list::v1::client::BlockPlayerRequest const* request, ::bgs::protocol::NoData* response, std::function<void(ServiceBase*, uint32, ::google::protobuf::Message const*)>& continuation);
520 virtual uint32 HandleUnblockPlayer(::bgs::protocol::block_list::v1::client::UnblockPlayerRequest const* request, ::bgs::protocol::NoData* response, std::function<void(ServiceBase*, uint32, ::google::protobuf::Message const*)>& continuation);
521 virtual uint32 HandleBlockPlayerForSession(::bgs::protocol::block_list::v1::client::BlockPlayerRequest const* request, ::bgs::protocol::NoData* response, std::function<void(ServiceBase*, uint32, ::google::protobuf::Message const*)>& continuation);
522
523 private:
524 void ParseAndHandleSubscribe(uint32 token, uint32 methodId, MessageBuffer& buffer);
525 void ParseAndHandleUnsubscribe(uint32 token, uint32 methodId, MessageBuffer& buffer);
526 void ParseAndHandleGetState(uint32 token, uint32 methodId, MessageBuffer& buffer);
527 void ParseAndHandleBlockPlayer(uint32 token, uint32 methodId, MessageBuffer& buffer);
530};
531
532// ===================================================================
533
534// ===================================================================
535
536// SubscribeRequest
537
538// -------------------------------------------------------------------
539
540// SubscribeResponse
541
542// optional .bgs.protocol.block_list.v1.client.BlockListState state = 1;
543inline bool SubscribeResponse::has_state() const {
544 return (_has_bits_[0] & 0x00000001u) != 0;
545}
547 _has_bits_[0] |= 0x00000001u;
548}
550 _has_bits_[0] &= ~0x00000001u;
551}
553 if (state_ != NULL) state_->::bgs::protocol::block_list::v1::client::BlockListState::Clear();
555}
556inline const ::bgs::protocol::block_list::v1::client::BlockListState& SubscribeResponse::state() const {
557 // @@protoc_insertion_point(field_get:bgs.protocol.block_list.v1.client.SubscribeResponse.state)
558 return state_ != NULL ? *state_ : *default_instance_->state_;
559}
560inline ::bgs::protocol::block_list::v1::client::BlockListState* SubscribeResponse::mutable_state() {
562 if (state_ == NULL) state_ = new ::bgs::protocol::block_list::v1::client::BlockListState;
563 // @@protoc_insertion_point(field_mutable:bgs.protocol.block_list.v1.client.SubscribeResponse.state)
564 return state_;
565}
566inline ::bgs::protocol::block_list::v1::client::BlockListState* SubscribeResponse::release_state() {
569 state_ = NULL;
570 return temp;
571}
573 delete state_;
574 state_ = state;
575 if (state) {
577 } else {
579 }
580 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.block_list.v1.client.SubscribeResponse.state)
581}
582
583// -------------------------------------------------------------------
584
585// UnsubscribeRequest
586
587// -------------------------------------------------------------------
588
589// GetStateRequest
590
591// -------------------------------------------------------------------
592
593// GetStateResponse
594
595// optional .bgs.protocol.block_list.v1.client.BlockListState state = 1;
596inline bool GetStateResponse::has_state() const {
597 return (_has_bits_[0] & 0x00000001u) != 0;
598}
600 _has_bits_[0] |= 0x00000001u;
601}
603 _has_bits_[0] &= ~0x00000001u;
604}
606 if (state_ != NULL) state_->::bgs::protocol::block_list::v1::client::BlockListState::Clear();
608}
609inline const ::bgs::protocol::block_list::v1::client::BlockListState& GetStateResponse::state() const {
610 // @@protoc_insertion_point(field_get:bgs.protocol.block_list.v1.client.GetStateResponse.state)
611 return state_ != NULL ? *state_ : *default_instance_->state_;
612}
613inline ::bgs::protocol::block_list::v1::client::BlockListState* GetStateResponse::mutable_state() {
615 if (state_ == NULL) state_ = new ::bgs::protocol::block_list::v1::client::BlockListState;
616 // @@protoc_insertion_point(field_mutable:bgs.protocol.block_list.v1.client.GetStateResponse.state)
617 return state_;
618}
619inline ::bgs::protocol::block_list::v1::client::BlockListState* GetStateResponse::release_state() {
622 state_ = NULL;
623 return temp;
624}
626 delete state_;
627 state_ = state;
628 if (state) {
630 } else {
632 }
633 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.block_list.v1.client.GetStateResponse.state)
634}
635
636// -------------------------------------------------------------------
637
638// BlockPlayerRequest
639
640// optional .bgs.protocol.block_list.v1.client.BlockPlayerOptions options = 2;
642 return (_has_bits_[0] & 0x00000001u) != 0;
643}
645 _has_bits_[0] |= 0x00000001u;
646}
648 _has_bits_[0] &= ~0x00000001u;
649}
651 if (options_ != NULL) options_->::bgs::protocol::block_list::v1::client::BlockPlayerOptions::Clear();
653}
654inline const ::bgs::protocol::block_list::v1::client::BlockPlayerOptions& BlockPlayerRequest::options() const {
655 // @@protoc_insertion_point(field_get:bgs.protocol.block_list.v1.client.BlockPlayerRequest.options)
656 return options_ != NULL ? *options_ : *default_instance_->options_;
657}
658inline ::bgs::protocol::block_list::v1::client::BlockPlayerOptions* BlockPlayerRequest::mutable_options() {
660 if (options_ == NULL) options_ = new ::bgs::protocol::block_list::v1::client::BlockPlayerOptions;
661 // @@protoc_insertion_point(field_mutable:bgs.protocol.block_list.v1.client.BlockPlayerRequest.options)
662 return options_;
663}
664inline ::bgs::protocol::block_list::v1::client::BlockPlayerOptions* BlockPlayerRequest::release_options() {
667 options_ = NULL;
668 return temp;
669}
671 delete options_;
673 if (options) {
675 } else {
677 }
678 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.block_list.v1.client.BlockPlayerRequest.options)
679}
680
681// -------------------------------------------------------------------
682
683// UnblockPlayerRequest
684
685// optional .bgs.protocol.block_list.v1.client.UnblockPlayerOptions options = 2;
687 return (_has_bits_[0] & 0x00000001u) != 0;
688}
690 _has_bits_[0] |= 0x00000001u;
691}
693 _has_bits_[0] &= ~0x00000001u;
694}
696 if (options_ != NULL) options_->::bgs::protocol::block_list::v1::client::UnblockPlayerOptions::Clear();
698}
699inline const ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions& UnblockPlayerRequest::options() const {
700 // @@protoc_insertion_point(field_get:bgs.protocol.block_list.v1.client.UnblockPlayerRequest.options)
701 return options_ != NULL ? *options_ : *default_instance_->options_;
702}
703inline ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions* UnblockPlayerRequest::mutable_options() {
705 if (options_ == NULL) options_ = new ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions;
706 // @@protoc_insertion_point(field_mutable:bgs.protocol.block_list.v1.client.UnblockPlayerRequest.options)
707 return options_;
708}
709inline ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions* UnblockPlayerRequest::release_options() {
712 options_ = NULL;
713 return temp;
714}
716 delete options_;
718 if (options) {
720 } else {
722 }
723 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.block_list.v1.client.UnblockPlayerRequest.options)
724}
725
726// @@protoc_insertion_point(namespace_scope)
727
728} // namespace client
729} // namespace v1
730} // namespace block_list
731} // namespace protocol
732} // namespace bgs
733
734#ifndef SWIG
735namespace google {
736namespace protobuf {
737} // namespace google
738} // namespace protobuf
739#endif // SWIG
740
741// @@protoc_insertion_point(global_scope)
742
743#endif // PROTOBUF_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto__INCLUDED
#define TC_PROTO_API
Definition Define.h:105
uint32_t uint32
Definition Define.h:154
BlockListService & operator=(BlockListService &&)=delete
virtual uint32 HandleGetState(::bgs::protocol::block_list::v1::client::GetStateRequest const *request, ::bgs::protocol::block_list::v1::client::GetStateResponse *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation)
BlockListService(BlockListService const &)=delete
virtual uint32 HandleBlockPlayerForSession(::bgs::protocol::block_list::v1::client::BlockPlayerRequest const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation)
void ParseAndHandleGetState(uint32 token, uint32 methodId, MessageBuffer &buffer)
void ParseAndHandleSubscribe(uint32 token, uint32 methodId, MessageBuffer &buffer)
std::integral_constant< uint32, 0x8E8F5FB0u > OriginalHash
virtual uint32 HandleUnblockPlayer(::bgs::protocol::block_list::v1::client::UnblockPlayerRequest const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation)
static google::protobuf::ServiceDescriptor const * descriptor()
virtual uint32 HandleBlockPlayer(::bgs::protocol::block_list::v1::client::BlockPlayerRequest const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation)
virtual uint32 HandleUnsubscribe(::bgs::protocol::block_list::v1::client::UnsubscribeRequest const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation)
void ParseAndHandleBlockPlayer(uint32 token, uint32 methodId, MessageBuffer &buffer)
std::integral_constant< uint32, 0xC78E3381u > NameHash
void CallServerMethod(uint32 token, uint32 methodId, MessageBuffer buffer) final
void ParseAndHandleUnblockPlayer(uint32 token, uint32 methodId, MessageBuffer &buffer)
BlockListService & operator=(BlockListService const &)=delete
virtual uint32 HandleSubscribe(::bgs::protocol::block_list::v1::client::SubscribeRequest const *request, ::bgs::protocol::block_list::v1::client::SubscribeResponse *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation)
void ParseAndHandleBlockPlayerForSession(uint32 token, uint32 methodId, MessageBuffer &buffer)
void ParseAndHandleUnsubscribe(uint32 token, uint32 methodId, MessageBuffer &buffer)
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
inline ::bgs::protocol::block_list::v1::client::BlockPlayerOptions * mutable_options()
::bgs::protocol::block_list::v1::client::BlockPlayerOptions * options_
BlockPlayerRequest & operator=(const BlockPlayerRequest &from)
static const BlockPlayerRequest & default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::block_list::v1::client::BlockPlayerOptions * release_options()
void set_allocated_options(::bgs::protocol::block_list::v1::client::BlockPlayerOptions *options)
const ::bgs::protocol::block_list::v1::client::BlockPlayerOptions & options() const
::google::protobuf::Metadata GetMetadata() const
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
GetStateRequest & operator=(const GetStateRequest &from)
static const ::google::protobuf::Descriptor * descriptor()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
static const GetStateRequest & default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
friend void protobuf_AssignDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
inline ::bgs::protocol::block_list::v1::client::BlockListState * release_state()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::block_list::v1::client::BlockListState * mutable_state()
::bgs::protocol::block_list::v1::client::BlockListState * state_
static const GetStateResponse & default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
void set_allocated_state(::bgs::protocol::block_list::v1::client::BlockListState *state)
const ::bgs::protocol::block_list::v1::client::BlockListState & state() const
static const ::google::protobuf::Descriptor * descriptor()
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
GetStateResponse & operator=(const GetStateResponse &from)
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
static const ::google::protobuf::Descriptor * descriptor()
SubscribeRequest & operator=(const SubscribeRequest &from)
static const SubscribeRequest & default_instance()
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
SubscribeResponse & operator=(const SubscribeResponse &from)
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
::bgs::protocol::block_list::v1::client::BlockListState * state_
inline ::bgs::protocol::block_list::v1::client::BlockListState * release_state()
static const SubscribeResponse & default_instance()
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::block_list::v1::client::BlockListState * mutable_state()
const ::bgs::protocol::block_list::v1::client::BlockListState & state() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
void set_allocated_state(::bgs::protocol::block_list::v1::client::BlockListState *state)
void set_allocated_options(::bgs::protocol::block_list::v1::client::UnblockPlayerOptions *options)
UnblockPlayerRequest(const UnblockPlayerRequest &from)
static const UnblockPlayerRequest & default_instance()
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions & options() const
inline ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions * mutable_options()
UnblockPlayerRequest & operator=(const UnblockPlayerRequest &from)
inline ::bgs::protocol::block_list::v1::client::UnblockPlayerOptions * release_options()
::bgs::protocol::block_list::v1::client::UnblockPlayerOptions * options_
static const ::google::protobuf::Descriptor * descriptor()
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
UnsubscribeRequest & operator=(const UnsubscribeRequest &from)
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
static const ::google::protobuf::Descriptor * descriptor()
static const UnsubscribeRequest & default_instance()
void protobuf_ShutdownFile_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
void protobuf_AssignDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fblock_5flist_5fservice_2eproto()
Definition Session.h:37