1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: pokerth.proto
3
4 #ifndef PROTOBUF_pokerth_2eproto__INCLUDED
5 #define PROTOBUF_pokerth_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_lite.h>
24 #include <google/protobuf/repeated_field.h>
25 #include <google/protobuf/extension_set.h>
26 // @@protoc_insertion_point(includes)
27
28 // Internal implementation detail -- do not call these.
29 void protobuf_AddDesc_pokerth_2eproto();
30 void protobuf_AssignDesc_pokerth_2eproto();
31 void protobuf_ShutdownFile_pokerth_2eproto();
32
33 class NetGameInfo;
34 class PlayerResult;
35 class AnnounceMessage;
36 class AnnounceMessage_Version;
37 class InitMessage;
38 class AuthServerChallengeMessage;
39 class AuthClientResponseMessage;
40 class AuthServerVerificationMessage;
41 class InitAckMessage;
42 class AvatarRequestMessage;
43 class AvatarHeaderMessage;
44 class AvatarDataMessage;
45 class AvatarEndMessage;
46 class UnknownAvatarMessage;
47 class PlayerListMessage;
48 class GameListNewMessage;
49 class GameListUpdateMessage;
50 class GameListPlayerJoinedMessage;
51 class GameListPlayerLeftMessage;
52 class GameListSpectatorJoinedMessage;
53 class GameListSpectatorLeftMessage;
54 class GameListAdminChangedMessage;
55 class PlayerInfoRequestMessage;
56 class PlayerInfoReplyMessage;
57 class PlayerInfoReplyMessage_PlayerInfoData;
58 class PlayerInfoReplyMessage_PlayerInfoData_AvatarData;
59 class SubscriptionRequestMessage;
60 class JoinExistingGameMessage;
61 class JoinNewGameMessage;
62 class RejoinExistingGameMessage;
63 class JoinGameAckMessage;
64 class JoinGameFailedMessage;
65 class GamePlayerJoinedMessage;
66 class GamePlayerLeftMessage;
67 class GameSpectatorJoinedMessage;
68 class GameSpectatorLeftMessage;
69 class GameAdminChangedMessage;
70 class RemovedFromGameMessage;
71 class KickPlayerRequestMessage;
72 class LeaveGameRequestMessage;
73 class InvitePlayerToGameMessage;
74 class InviteNotifyMessage;
75 class RejectGameInvitationMessage;
76 class RejectInvNotifyMessage;
77 class StartEventMessage;
78 class StartEventAckMessage;
79 class GameStartInitialMessage;
80 class GameStartRejoinMessage;
81 class GameStartRejoinMessage_RejoinPlayerData;
82 class HandStartMessage;
83 class HandStartMessage_PlainCards;
84 class PlayersTurnMessage;
85 class MyActionRequestMessage;
86 class YourActionRejectedMessage;
87 class PlayersActionDoneMessage;
88 class DealFlopCardsMessage;
89 class DealTurnCardMessage;
90 class DealRiverCardMessage;
91 class AllInShowCardsMessage;
92 class AllInShowCardsMessage_PlayerAllIn;
93 class EndOfHandShowCardsMessage;
94 class EndOfHandHideCardsMessage;
95 class ShowMyCardsRequestMessage;
96 class AfterHandShowCardsMessage;
97 class EndOfGameMessage;
98 class PlayerIdChangedMessage;
99 class AskKickPlayerMessage;
100 class AskKickDeniedMessage;
101 class StartKickPetitionMessage;
102 class VoteKickRequestMessage;
103 class VoteKickReplyMessage;
104 class KickPetitionUpdateMessage;
105 class EndKickPetitionMessage;
106 class StatisticsMessage;
107 class StatisticsMessage_StatisticsData;
108 class ChatRequestMessage;
109 class ChatMessage;
110 class ChatRejectMessage;
111 class DialogMessage;
112 class TimeoutWarningMessage;
113 class ResetTimeoutMessage;
114 class ReportAvatarMessage;
115 class ReportAvatarAckMessage;
116 class ReportGameMessage;
117 class ReportGameAckMessage;
118 class ErrorMessage;
119 class AdminRemoveGameMessage;
120 class AdminRemoveGameAckMessage;
121 class AdminBanPlayerMessage;
122 class AdminBanPlayerAckMessage;
123 class PokerTHMessage;
124
125 enum NetGameInfo_NetGameType {
126 NetGameInfo_NetGameType_normalGame = 1,
127 NetGameInfo_NetGameType_registeredOnlyGame = 2,
128 NetGameInfo_NetGameType_inviteOnlyGame = 3,
129 NetGameInfo_NetGameType_rankingGame = 4
130 };
131 bool NetGameInfo_NetGameType_IsValid(int value);
132 const NetGameInfo_NetGameType NetGameInfo_NetGameType_NetGameType_MIN = NetGameInfo_NetGameType_normalGame;
133 const NetGameInfo_NetGameType NetGameInfo_NetGameType_NetGameType_MAX = NetGameInfo_NetGameType_rankingGame;
134 const int NetGameInfo_NetGameType_NetGameType_ARRAYSIZE = NetGameInfo_NetGameType_NetGameType_MAX + 1;
135
136 enum NetGameInfo_RaiseIntervalMode {
137 NetGameInfo_RaiseIntervalMode_raiseOnHandNum = 1,
138 NetGameInfo_RaiseIntervalMode_raiseOnMinutes = 2
139 };
140 bool NetGameInfo_RaiseIntervalMode_IsValid(int value);
141 const NetGameInfo_RaiseIntervalMode NetGameInfo_RaiseIntervalMode_RaiseIntervalMode_MIN = NetGameInfo_RaiseIntervalMode_raiseOnHandNum;
142 const NetGameInfo_RaiseIntervalMode NetGameInfo_RaiseIntervalMode_RaiseIntervalMode_MAX = NetGameInfo_RaiseIntervalMode_raiseOnMinutes;
143 const int NetGameInfo_RaiseIntervalMode_RaiseIntervalMode_ARRAYSIZE = NetGameInfo_RaiseIntervalMode_RaiseIntervalMode_MAX + 1;
144
145 enum NetGameInfo_EndRaiseMode {
146 NetGameInfo_EndRaiseMode_doubleBlinds = 1,
147 NetGameInfo_EndRaiseMode_raiseByEndValue = 2,
148 NetGameInfo_EndRaiseMode_keepLastBlind = 3
149 };
150 bool NetGameInfo_EndRaiseMode_IsValid(int value);
151 const NetGameInfo_EndRaiseMode NetGameInfo_EndRaiseMode_EndRaiseMode_MIN = NetGameInfo_EndRaiseMode_doubleBlinds;
152 const NetGameInfo_EndRaiseMode NetGameInfo_EndRaiseMode_EndRaiseMode_MAX = NetGameInfo_EndRaiseMode_keepLastBlind;
153 const int NetGameInfo_EndRaiseMode_EndRaiseMode_ARRAYSIZE = NetGameInfo_EndRaiseMode_EndRaiseMode_MAX + 1;
154
155 enum AnnounceMessage_ServerType {
156 AnnounceMessage_ServerType_serverTypeLAN = 0,
157 AnnounceMessage_ServerType_serverTypeInternetNoAuth = 1,
158 AnnounceMessage_ServerType_serverTypeInternetAuth = 2
159 };
160 bool AnnounceMessage_ServerType_IsValid(int value);
161 const AnnounceMessage_ServerType AnnounceMessage_ServerType_ServerType_MIN = AnnounceMessage_ServerType_serverTypeLAN;
162 const AnnounceMessage_ServerType AnnounceMessage_ServerType_ServerType_MAX = AnnounceMessage_ServerType_serverTypeInternetAuth;
163 const int AnnounceMessage_ServerType_ServerType_ARRAYSIZE = AnnounceMessage_ServerType_ServerType_MAX + 1;
164
165 enum InitMessage_LoginType {
166 InitMessage_LoginType_guestLogin = 0,
167 InitMessage_LoginType_authenticatedLogin = 1,
168 InitMessage_LoginType_unauthenticatedLogin = 2
169 };
170 bool InitMessage_LoginType_IsValid(int value);
171 const InitMessage_LoginType InitMessage_LoginType_LoginType_MIN = InitMessage_LoginType_guestLogin;
172 const InitMessage_LoginType InitMessage_LoginType_LoginType_MAX = InitMessage_LoginType_unauthenticatedLogin;
173 const int InitMessage_LoginType_LoginType_ARRAYSIZE = InitMessage_LoginType_LoginType_MAX + 1;
174
175 enum PlayerListMessage_PlayerListNotification {
176 PlayerListMessage_PlayerListNotification_playerListNew = 0,
177 PlayerListMessage_PlayerListNotification_playerListLeft = 1
178 };
179 bool PlayerListMessage_PlayerListNotification_IsValid(int value);
180 const PlayerListMessage_PlayerListNotification PlayerListMessage_PlayerListNotification_PlayerListNotification_MIN = PlayerListMessage_PlayerListNotification_playerListNew;
181 const PlayerListMessage_PlayerListNotification PlayerListMessage_PlayerListNotification_PlayerListNotification_MAX = PlayerListMessage_PlayerListNotification_playerListLeft;
182 const int PlayerListMessage_PlayerListNotification_PlayerListNotification_ARRAYSIZE = PlayerListMessage_PlayerListNotification_PlayerListNotification_MAX + 1;
183
184 enum SubscriptionRequestMessage_SubscriptionAction {
185 SubscriptionRequestMessage_SubscriptionAction_unsubscribeGameList = 1,
186 SubscriptionRequestMessage_SubscriptionAction_resubscribeGameList = 2
187 };
188 bool SubscriptionRequestMessage_SubscriptionAction_IsValid(int value);
189 const SubscriptionRequestMessage_SubscriptionAction SubscriptionRequestMessage_SubscriptionAction_SubscriptionAction_MIN = SubscriptionRequestMessage_SubscriptionAction_unsubscribeGameList;
190 const SubscriptionRequestMessage_SubscriptionAction SubscriptionRequestMessage_SubscriptionAction_SubscriptionAction_MAX = SubscriptionRequestMessage_SubscriptionAction_resubscribeGameList;
191 const int SubscriptionRequestMessage_SubscriptionAction_SubscriptionAction_ARRAYSIZE = SubscriptionRequestMessage_SubscriptionAction_SubscriptionAction_MAX + 1;
192
193 enum JoinGameFailedMessage_JoinGameFailureReason {
194 JoinGameFailedMessage_JoinGameFailureReason_invalidGame = 1,
195 JoinGameFailedMessage_JoinGameFailureReason_gameIsFull = 2,
196 JoinGameFailedMessage_JoinGameFailureReason_gameIsRunning = 3,
197 JoinGameFailedMessage_JoinGameFailureReason_invalidPassword = 4,
198 JoinGameFailedMessage_JoinGameFailureReason_notAllowedAsGuest = 5,
199 JoinGameFailedMessage_JoinGameFailureReason_notInvited = 6,
200 JoinGameFailedMessage_JoinGameFailureReason_gameNameInUse = 7,
201 JoinGameFailedMessage_JoinGameFailureReason_badGameName = 8,
202 JoinGameFailedMessage_JoinGameFailureReason_invalidSettings = 9,
203 JoinGameFailedMessage_JoinGameFailureReason_ipAddressBlocked = 10,
204 JoinGameFailedMessage_JoinGameFailureReason_rejoinFailed = 11,
205 JoinGameFailedMessage_JoinGameFailureReason_noSpectatorsAllowed = 12
206 };
207 bool JoinGameFailedMessage_JoinGameFailureReason_IsValid(int value);
208 const JoinGameFailedMessage_JoinGameFailureReason JoinGameFailedMessage_JoinGameFailureReason_JoinGameFailureReason_MIN = JoinGameFailedMessage_JoinGameFailureReason_invalidGame;
209 const JoinGameFailedMessage_JoinGameFailureReason JoinGameFailedMessage_JoinGameFailureReason_JoinGameFailureReason_MAX = JoinGameFailedMessage_JoinGameFailureReason_noSpectatorsAllowed;
210 const int JoinGameFailedMessage_JoinGameFailureReason_JoinGameFailureReason_ARRAYSIZE = JoinGameFailedMessage_JoinGameFailureReason_JoinGameFailureReason_MAX + 1;
211
212 enum GamePlayerLeftMessage_GamePlayerLeftReason {
213 GamePlayerLeftMessage_GamePlayerLeftReason_leftOnRequest = 0,
214 GamePlayerLeftMessage_GamePlayerLeftReason_leftKicked = 1,
215 GamePlayerLeftMessage_GamePlayerLeftReason_leftError = 2
216 };
217 bool GamePlayerLeftMessage_GamePlayerLeftReason_IsValid(int value);
218 const GamePlayerLeftMessage_GamePlayerLeftReason GamePlayerLeftMessage_GamePlayerLeftReason_GamePlayerLeftReason_MIN = GamePlayerLeftMessage_GamePlayerLeftReason_leftOnRequest;
219 const GamePlayerLeftMessage_GamePlayerLeftReason GamePlayerLeftMessage_GamePlayerLeftReason_GamePlayerLeftReason_MAX = GamePlayerLeftMessage_GamePlayerLeftReason_leftError;
220 const int GamePlayerLeftMessage_GamePlayerLeftReason_GamePlayerLeftReason_ARRAYSIZE = GamePlayerLeftMessage_GamePlayerLeftReason_GamePlayerLeftReason_MAX + 1;
221
222 enum RemovedFromGameMessage_RemovedFromGameReason {
223 RemovedFromGameMessage_RemovedFromGameReason_removedOnRequest = 0,
224 RemovedFromGameMessage_RemovedFromGameReason_kickedFromGame = 1,
225 RemovedFromGameMessage_RemovedFromGameReason_gameIsFull = 2,
226 RemovedFromGameMessage_RemovedFromGameReason_gameIsRunning = 3,
227 RemovedFromGameMessage_RemovedFromGameReason_gameTimeout = 4,
228 RemovedFromGameMessage_RemovedFromGameReason_removedStartFailed = 5,
229 RemovedFromGameMessage_RemovedFromGameReason_gameClosed = 6
230 };
231 bool RemovedFromGameMessage_RemovedFromGameReason_IsValid(int value);
232 const RemovedFromGameMessage_RemovedFromGameReason RemovedFromGameMessage_RemovedFromGameReason_RemovedFromGameReason_MIN = RemovedFromGameMessage_RemovedFromGameReason_removedOnRequest;
233 const RemovedFromGameMessage_RemovedFromGameReason RemovedFromGameMessage_RemovedFromGameReason_RemovedFromGameReason_MAX = RemovedFromGameMessage_RemovedFromGameReason_gameClosed;
234 const int RemovedFromGameMessage_RemovedFromGameReason_RemovedFromGameReason_ARRAYSIZE = RemovedFromGameMessage_RemovedFromGameReason_RemovedFromGameReason_MAX + 1;
235
236 enum RejectGameInvitationMessage_RejectGameInvReason {
237 RejectGameInvitationMessage_RejectGameInvReason_rejectReasonNo = 0,
238 RejectGameInvitationMessage_RejectGameInvReason_rejectReasonBusy = 1
239 };
240 bool RejectGameInvitationMessage_RejectGameInvReason_IsValid(int value);
241 const RejectGameInvitationMessage_RejectGameInvReason RejectGameInvitationMessage_RejectGameInvReason_RejectGameInvReason_MIN = RejectGameInvitationMessage_RejectGameInvReason_rejectReasonNo;
242 const RejectGameInvitationMessage_RejectGameInvReason RejectGameInvitationMessage_RejectGameInvReason_RejectGameInvReason_MAX = RejectGameInvitationMessage_RejectGameInvReason_rejectReasonBusy;
243 const int RejectGameInvitationMessage_RejectGameInvReason_RejectGameInvReason_ARRAYSIZE = RejectGameInvitationMessage_RejectGameInvReason_RejectGameInvReason_MAX + 1;
244
245 enum StartEventMessage_StartEventType {
246 StartEventMessage_StartEventType_startEvent = 0,
247 StartEventMessage_StartEventType_rejoinEvent = 1
248 };
249 bool StartEventMessage_StartEventType_IsValid(int value);
250 const StartEventMessage_StartEventType StartEventMessage_StartEventType_StartEventType_MIN = StartEventMessage_StartEventType_startEvent;
251 const StartEventMessage_StartEventType StartEventMessage_StartEventType_StartEventType_MAX = StartEventMessage_StartEventType_rejoinEvent;
252 const int StartEventMessage_StartEventType_StartEventType_ARRAYSIZE = StartEventMessage_StartEventType_StartEventType_MAX + 1;
253
254 enum YourActionRejectedMessage_RejectionReason {
255 YourActionRejectedMessage_RejectionReason_rejectedInvalidGameState = 1,
256 YourActionRejectedMessage_RejectionReason_rejectedNotYourTurn = 2,
257 YourActionRejectedMessage_RejectionReason_rejectedActionNotAllowed = 3
258 };
259 bool YourActionRejectedMessage_RejectionReason_IsValid(int value);
260 const YourActionRejectedMessage_RejectionReason YourActionRejectedMessage_RejectionReason_RejectionReason_MIN = YourActionRejectedMessage_RejectionReason_rejectedInvalidGameState;
261 const YourActionRejectedMessage_RejectionReason YourActionRejectedMessage_RejectionReason_RejectionReason_MAX = YourActionRejectedMessage_RejectionReason_rejectedActionNotAllowed;
262 const int YourActionRejectedMessage_RejectionReason_RejectionReason_ARRAYSIZE = YourActionRejectedMessage_RejectionReason_RejectionReason_MAX + 1;
263
264 enum AskKickDeniedMessage_KickDeniedReason {
265 AskKickDeniedMessage_KickDeniedReason_kickDeniedInvalidGameState = 0,
266 AskKickDeniedMessage_KickDeniedReason_kickDeniedNotPossible = 1,
267 AskKickDeniedMessage_KickDeniedReason_kickDeniedTryAgainLater = 2,
268 AskKickDeniedMessage_KickDeniedReason_kickDeniedAlreadyInProgress = 3,
269 AskKickDeniedMessage_KickDeniedReason_kickDeniedInvalidPlayerId = 4
270 };
271 bool AskKickDeniedMessage_KickDeniedReason_IsValid(int value);
272 const AskKickDeniedMessage_KickDeniedReason AskKickDeniedMessage_KickDeniedReason_KickDeniedReason_MIN = AskKickDeniedMessage_KickDeniedReason_kickDeniedInvalidGameState;
273 const AskKickDeniedMessage_KickDeniedReason AskKickDeniedMessage_KickDeniedReason_KickDeniedReason_MAX = AskKickDeniedMessage_KickDeniedReason_kickDeniedInvalidPlayerId;
274 const int AskKickDeniedMessage_KickDeniedReason_KickDeniedReason_ARRAYSIZE = AskKickDeniedMessage_KickDeniedReason_KickDeniedReason_MAX + 1;
275
276 enum VoteKickReplyMessage_VoteKickReplyType {
277 VoteKickReplyMessage_VoteKickReplyType_voteKickAck = 0,
278 VoteKickReplyMessage_VoteKickReplyType_voteKickDeniedInvalid = 1,
279 VoteKickReplyMessage_VoteKickReplyType_voteKickDeniedAlreadyVoted = 2
280 };
281 bool VoteKickReplyMessage_VoteKickReplyType_IsValid(int value);
282 const VoteKickReplyMessage_VoteKickReplyType VoteKickReplyMessage_VoteKickReplyType_VoteKickReplyType_MIN = VoteKickReplyMessage_VoteKickReplyType_voteKickAck;
283 const VoteKickReplyMessage_VoteKickReplyType VoteKickReplyMessage_VoteKickReplyType_VoteKickReplyType_MAX = VoteKickReplyMessage_VoteKickReplyType_voteKickDeniedAlreadyVoted;
284 const int VoteKickReplyMessage_VoteKickReplyType_VoteKickReplyType_ARRAYSIZE = VoteKickReplyMessage_VoteKickReplyType_VoteKickReplyType_MAX + 1;
285
286 enum EndKickPetitionMessage_PetitionEndReason {
287 EndKickPetitionMessage_PetitionEndReason_petitionEndEnoughVotes = 0,
288 EndKickPetitionMessage_PetitionEndReason_petitionEndTooFewPlayers = 1,
289 EndKickPetitionMessage_PetitionEndReason_petitionEndPlayerLeft = 2,
290 EndKickPetitionMessage_PetitionEndReason_petitionEndTimeout = 3
291 };
292 bool EndKickPetitionMessage_PetitionEndReason_IsValid(int value);
293 const EndKickPetitionMessage_PetitionEndReason EndKickPetitionMessage_PetitionEndReason_PetitionEndReason_MIN = EndKickPetitionMessage_PetitionEndReason_petitionEndEnoughVotes;
294 const EndKickPetitionMessage_PetitionEndReason EndKickPetitionMessage_PetitionEndReason_PetitionEndReason_MAX = EndKickPetitionMessage_PetitionEndReason_petitionEndTimeout;
295 const int EndKickPetitionMessage_PetitionEndReason_PetitionEndReason_ARRAYSIZE = EndKickPetitionMessage_PetitionEndReason_PetitionEndReason_MAX + 1;
296
297 enum StatisticsMessage_StatisticsData_StatisticsType {
298 StatisticsMessage_StatisticsData_StatisticsType_statNumberOfPlayers = 1
299 };
300 bool StatisticsMessage_StatisticsData_StatisticsType_IsValid(int value);
301 const StatisticsMessage_StatisticsData_StatisticsType StatisticsMessage_StatisticsData_StatisticsType_StatisticsType_MIN = StatisticsMessage_StatisticsData_StatisticsType_statNumberOfPlayers;
302 const StatisticsMessage_StatisticsData_StatisticsType StatisticsMessage_StatisticsData_StatisticsType_StatisticsType_MAX = StatisticsMessage_StatisticsData_StatisticsType_statNumberOfPlayers;
303 const int StatisticsMessage_StatisticsData_StatisticsType_StatisticsType_ARRAYSIZE = StatisticsMessage_StatisticsData_StatisticsType_StatisticsType_MAX + 1;
304
305 enum ChatMessage_ChatType {
306 ChatMessage_ChatType_chatTypeLobby = 0,
307 ChatMessage_ChatType_chatTypeGame = 1,
308 ChatMessage_ChatType_chatTypeBot = 2,
309 ChatMessage_ChatType_chatTypeBroadcast = 3,
310 ChatMessage_ChatType_chatTypePrivate = 4
311 };
312 bool ChatMessage_ChatType_IsValid(int value);
313 const ChatMessage_ChatType ChatMessage_ChatType_ChatType_MIN = ChatMessage_ChatType_chatTypeLobby;
314 const ChatMessage_ChatType ChatMessage_ChatType_ChatType_MAX = ChatMessage_ChatType_chatTypePrivate;
315 const int ChatMessage_ChatType_ChatType_ARRAYSIZE = ChatMessage_ChatType_ChatType_MAX + 1;
316
317 enum TimeoutWarningMessage_TimeoutReason {
318 TimeoutWarningMessage_TimeoutReason_timeoutNoDataReceived = 0,
319 TimeoutWarningMessage_TimeoutReason_timeoutInactiveGame = 1,
320 TimeoutWarningMessage_TimeoutReason_timeoutKickAfterAutofold = 2
321 };
322 bool TimeoutWarningMessage_TimeoutReason_IsValid(int value);
323 const TimeoutWarningMessage_TimeoutReason TimeoutWarningMessage_TimeoutReason_TimeoutReason_MIN = TimeoutWarningMessage_TimeoutReason_timeoutNoDataReceived;
324 const TimeoutWarningMessage_TimeoutReason TimeoutWarningMessage_TimeoutReason_TimeoutReason_MAX = TimeoutWarningMessage_TimeoutReason_timeoutKickAfterAutofold;
325 const int TimeoutWarningMessage_TimeoutReason_TimeoutReason_ARRAYSIZE = TimeoutWarningMessage_TimeoutReason_TimeoutReason_MAX + 1;
326
327 enum ReportAvatarAckMessage_ReportAvatarResult {
328 ReportAvatarAckMessage_ReportAvatarResult_avatarReportAccepted = 0,
329 ReportAvatarAckMessage_ReportAvatarResult_avatarReportDuplicate = 1,
330 ReportAvatarAckMessage_ReportAvatarResult_avatarReportInvalid = 2
331 };
332 bool ReportAvatarAckMessage_ReportAvatarResult_IsValid(int value);
333 const ReportAvatarAckMessage_ReportAvatarResult ReportAvatarAckMessage_ReportAvatarResult_ReportAvatarResult_MIN = ReportAvatarAckMessage_ReportAvatarResult_avatarReportAccepted;
334 const ReportAvatarAckMessage_ReportAvatarResult ReportAvatarAckMessage_ReportAvatarResult_ReportAvatarResult_MAX = ReportAvatarAckMessage_ReportAvatarResult_avatarReportInvalid;
335 const int ReportAvatarAckMessage_ReportAvatarResult_ReportAvatarResult_ARRAYSIZE = ReportAvatarAckMessage_ReportAvatarResult_ReportAvatarResult_MAX + 1;
336
337 enum ReportGameAckMessage_ReportGameResult {
338 ReportGameAckMessage_ReportGameResult_gameReportAccepted = 0,
339 ReportGameAckMessage_ReportGameResult_gameReportDuplicate = 1,
340 ReportGameAckMessage_ReportGameResult_gameReportInvalid = 2
341 };
342 bool ReportGameAckMessage_ReportGameResult_IsValid(int value);
343 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage_ReportGameResult_ReportGameResult_MIN = ReportGameAckMessage_ReportGameResult_gameReportAccepted;
344 const ReportGameAckMessage_ReportGameResult ReportGameAckMessage_ReportGameResult_ReportGameResult_MAX = ReportGameAckMessage_ReportGameResult_gameReportInvalid;
345 const int ReportGameAckMessage_ReportGameResult_ReportGameResult_ARRAYSIZE = ReportGameAckMessage_ReportGameResult_ReportGameResult_MAX + 1;
346
347 enum ErrorMessage_ErrorReason {
348 ErrorMessage_ErrorReason_reserved = 0,
349 ErrorMessage_ErrorReason_initVersionNotSupported = 1,
350 ErrorMessage_ErrorReason_initServerFull = 2,
351 ErrorMessage_ErrorReason_initAuthFailure = 3,
352 ErrorMessage_ErrorReason_initPlayerNameInUse = 4,
353 ErrorMessage_ErrorReason_initInvalidPlayerName = 5,
354 ErrorMessage_ErrorReason_initServerMaintenance = 6,
355 ErrorMessage_ErrorReason_initBlocked = 7,
356 ErrorMessage_ErrorReason_avatarTooLarge = 8,
357 ErrorMessage_ErrorReason_invalidPacket = 9,
358 ErrorMessage_ErrorReason_invalidState = 10,
359 ErrorMessage_ErrorReason_kickedFromServer = 11,
360 ErrorMessage_ErrorReason_bannedFromServer = 12,
361 ErrorMessage_ErrorReason_blockedByServer = 13,
362 ErrorMessage_ErrorReason_sessionTimeout = 14
363 };
364 bool ErrorMessage_ErrorReason_IsValid(int value);
365 const ErrorMessage_ErrorReason ErrorMessage_ErrorReason_ErrorReason_MIN = ErrorMessage_ErrorReason_reserved;
366 const ErrorMessage_ErrorReason ErrorMessage_ErrorReason_ErrorReason_MAX = ErrorMessage_ErrorReason_sessionTimeout;
367 const int ErrorMessage_ErrorReason_ErrorReason_ARRAYSIZE = ErrorMessage_ErrorReason_ErrorReason_MAX + 1;
368
369 enum AdminRemoveGameAckMessage_AdminRemoveGameResult {
370 AdminRemoveGameAckMessage_AdminRemoveGameResult_gameRemoveAccepted = 0,
371 AdminRemoveGameAckMessage_AdminRemoveGameResult_gameRemoveInvalid = 1
372 };
373 bool AdminRemoveGameAckMessage_AdminRemoveGameResult_IsValid(int value);
374 const AdminRemoveGameAckMessage_AdminRemoveGameResult AdminRemoveGameAckMessage_AdminRemoveGameResult_AdminRemoveGameResult_MIN = AdminRemoveGameAckMessage_AdminRemoveGameResult_gameRemoveAccepted;
375 const AdminRemoveGameAckMessage_AdminRemoveGameResult AdminRemoveGameAckMessage_AdminRemoveGameResult_AdminRemoveGameResult_MAX = AdminRemoveGameAckMessage_AdminRemoveGameResult_gameRemoveInvalid;
376 const int AdminRemoveGameAckMessage_AdminRemoveGameResult_AdminRemoveGameResult_ARRAYSIZE = AdminRemoveGameAckMessage_AdminRemoveGameResult_AdminRemoveGameResult_MAX + 1;
377
378 enum AdminBanPlayerAckMessage_AdminBanPlayerResult {
379 AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerAccepted = 0,
380 AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerPending = 1,
381 AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerNoDB = 2,
382 AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerDBError = 3,
383 AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerInvalid = 4
384 };
385 bool AdminBanPlayerAckMessage_AdminBanPlayerResult_IsValid(int value);
386 const AdminBanPlayerAckMessage_AdminBanPlayerResult AdminBanPlayerAckMessage_AdminBanPlayerResult_AdminBanPlayerResult_MIN = AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerAccepted;
387 const AdminBanPlayerAckMessage_AdminBanPlayerResult AdminBanPlayerAckMessage_AdminBanPlayerResult_AdminBanPlayerResult_MAX = AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerInvalid;
388 const int AdminBanPlayerAckMessage_AdminBanPlayerResult_AdminBanPlayerResult_ARRAYSIZE = AdminBanPlayerAckMessage_AdminBanPlayerResult_AdminBanPlayerResult_MAX + 1;
389
390 enum PokerTHMessage_PokerTHMessageType {
391 PokerTHMessage_PokerTHMessageType_Type_AnnounceMessage = 1,
392 PokerTHMessage_PokerTHMessageType_Type_InitMessage = 2,
393 PokerTHMessage_PokerTHMessageType_Type_AuthServerChallengeMessage = 3,
394 PokerTHMessage_PokerTHMessageType_Type_AuthClientResponseMessage = 4,
395 PokerTHMessage_PokerTHMessageType_Type_AuthServerVerificationMessage = 5,
396 PokerTHMessage_PokerTHMessageType_Type_InitAckMessage = 6,
397 PokerTHMessage_PokerTHMessageType_Type_AvatarRequestMessage = 7,
398 PokerTHMessage_PokerTHMessageType_Type_AvatarHeaderMessage = 8,
399 PokerTHMessage_PokerTHMessageType_Type_AvatarDataMessage = 9,
400 PokerTHMessage_PokerTHMessageType_Type_AvatarEndMessage = 10,
401 PokerTHMessage_PokerTHMessageType_Type_UnknownAvatarMessage = 11,
402 PokerTHMessage_PokerTHMessageType_Type_PlayerListMessage = 12,
403 PokerTHMessage_PokerTHMessageType_Type_GameListNewMessage = 13,
404 PokerTHMessage_PokerTHMessageType_Type_GameListUpdateMessage = 14,
405 PokerTHMessage_PokerTHMessageType_Type_GameListPlayerJoinedMessage = 15,
406 PokerTHMessage_PokerTHMessageType_Type_GameListPlayerLeftMessage = 16,
407 PokerTHMessage_PokerTHMessageType_Type_GameListAdminChangedMessage = 17,
408 PokerTHMessage_PokerTHMessageType_Type_PlayerInfoRequestMessage = 18,
409 PokerTHMessage_PokerTHMessageType_Type_PlayerInfoReplyMessage = 19,
410 PokerTHMessage_PokerTHMessageType_Type_SubscriptionRequestMessage = 20,
411 PokerTHMessage_PokerTHMessageType_Type_JoinExistingGameMessage = 21,
412 PokerTHMessage_PokerTHMessageType_Type_JoinNewGameMessage = 22,
413 PokerTHMessage_PokerTHMessageType_Type_RejoinExistingGameMessage = 23,
414 PokerTHMessage_PokerTHMessageType_Type_JoinGameAckMessage = 24,
415 PokerTHMessage_PokerTHMessageType_Type_JoinGameFailedMessage = 25,
416 PokerTHMessage_PokerTHMessageType_Type_GamePlayerJoinedMessage = 26,
417 PokerTHMessage_PokerTHMessageType_Type_GamePlayerLeftMessage = 27,
418 PokerTHMessage_PokerTHMessageType_Type_GameAdminChangedMessage = 28,
419 PokerTHMessage_PokerTHMessageType_Type_RemovedFromGameMessage = 29,
420 PokerTHMessage_PokerTHMessageType_Type_KickPlayerRequestMessage = 30,
421 PokerTHMessage_PokerTHMessageType_Type_LeaveGameRequestMessage = 31,
422 PokerTHMessage_PokerTHMessageType_Type_InvitePlayerToGameMessage = 32,
423 PokerTHMessage_PokerTHMessageType_Type_InviteNotifyMessage = 33,
424 PokerTHMessage_PokerTHMessageType_Type_RejectGameInvitationMessage = 34,
425 PokerTHMessage_PokerTHMessageType_Type_RejectInvNotifyMessage = 35,
426 PokerTHMessage_PokerTHMessageType_Type_StartEventMessage = 36,
427 PokerTHMessage_PokerTHMessageType_Type_StartEventAckMessage = 37,
428 PokerTHMessage_PokerTHMessageType_Type_GameStartInitialMessage = 38,
429 PokerTHMessage_PokerTHMessageType_Type_GameStartRejoinMessage = 39,
430 PokerTHMessage_PokerTHMessageType_Type_HandStartMessage = 40,
431 PokerTHMessage_PokerTHMessageType_Type_PlayersTurnMessage = 41,
432 PokerTHMessage_PokerTHMessageType_Type_MyActionRequestMessage = 42,
433 PokerTHMessage_PokerTHMessageType_Type_YourActionRejectedMessage = 43,
434 PokerTHMessage_PokerTHMessageType_Type_PlayersActionDoneMessage = 44,
435 PokerTHMessage_PokerTHMessageType_Type_DealFlopCardsMessage = 45,
436 PokerTHMessage_PokerTHMessageType_Type_DealTurnCardMessage = 46,
437 PokerTHMessage_PokerTHMessageType_Type_DealRiverCardMessage = 47,
438 PokerTHMessage_PokerTHMessageType_Type_AllInShowCardsMessage = 48,
439 PokerTHMessage_PokerTHMessageType_Type_EndOfHandShowCardsMessage = 49,
440 PokerTHMessage_PokerTHMessageType_Type_EndOfHandHideCardsMessage = 50,
441 PokerTHMessage_PokerTHMessageType_Type_ShowMyCardsRequestMessage = 51,
442 PokerTHMessage_PokerTHMessageType_Type_AfterHandShowCardsMessage = 52,
443 PokerTHMessage_PokerTHMessageType_Type_EndOfGameMessage = 53,
444 PokerTHMessage_PokerTHMessageType_Type_PlayerIdChangedMessage = 54,
445 PokerTHMessage_PokerTHMessageType_Type_AskKickPlayerMessage = 55,
446 PokerTHMessage_PokerTHMessageType_Type_AskKickDeniedMessage = 56,
447 PokerTHMessage_PokerTHMessageType_Type_StartKickPetitionMessage = 57,
448 PokerTHMessage_PokerTHMessageType_Type_VoteKickRequestMessage = 58,
449 PokerTHMessage_PokerTHMessageType_Type_VoteKickReplyMessage = 59,
450 PokerTHMessage_PokerTHMessageType_Type_KickPetitionUpdateMessage = 60,
451 PokerTHMessage_PokerTHMessageType_Type_EndKickPetitionMessage = 61,
452 PokerTHMessage_PokerTHMessageType_Type_StatisticsMessage = 62,
453 PokerTHMessage_PokerTHMessageType_Type_ChatRequestMessage = 63,
454 PokerTHMessage_PokerTHMessageType_Type_ChatMessage = 64,
455 PokerTHMessage_PokerTHMessageType_Type_ChatRejectMessage = 65,
456 PokerTHMessage_PokerTHMessageType_Type_DialogMessage = 66,
457 PokerTHMessage_PokerTHMessageType_Type_TimeoutWarningMessage = 67,
458 PokerTHMessage_PokerTHMessageType_Type_ResetTimeoutMessage = 68,
459 PokerTHMessage_PokerTHMessageType_Type_ReportAvatarMessage = 69,
460 PokerTHMessage_PokerTHMessageType_Type_ReportAvatarAckMessage = 70,
461 PokerTHMessage_PokerTHMessageType_Type_ReportGameMessage = 71,
462 PokerTHMessage_PokerTHMessageType_Type_ReportGameAckMessage = 72,
463 PokerTHMessage_PokerTHMessageType_Type_ErrorMessage = 73,
464 PokerTHMessage_PokerTHMessageType_Type_AdminRemoveGameMessage = 74,
465 PokerTHMessage_PokerTHMessageType_Type_AdminRemoveGameAckMessage = 75,
466 PokerTHMessage_PokerTHMessageType_Type_AdminBanPlayerMessage = 76,
467 PokerTHMessage_PokerTHMessageType_Type_AdminBanPlayerAckMessage = 77,
468 PokerTHMessage_PokerTHMessageType_Type_GameListSpectatorJoinedMessage = 78,
469 PokerTHMessage_PokerTHMessageType_Type_GameListSpectatorLeftMessage = 79,
470 PokerTHMessage_PokerTHMessageType_Type_GameSpectatorJoinedMessage = 80,
471 PokerTHMessage_PokerTHMessageType_Type_GameSpectatorLeftMessage = 81
472 };
473 bool PokerTHMessage_PokerTHMessageType_IsValid(int value);
474 const PokerTHMessage_PokerTHMessageType PokerTHMessage_PokerTHMessageType_PokerTHMessageType_MIN = PokerTHMessage_PokerTHMessageType_Type_AnnounceMessage;
475 const PokerTHMessage_PokerTHMessageType PokerTHMessage_PokerTHMessageType_PokerTHMessageType_MAX = PokerTHMessage_PokerTHMessageType_Type_GameSpectatorLeftMessage;
476 const int PokerTHMessage_PokerTHMessageType_PokerTHMessageType_ARRAYSIZE = PokerTHMessage_PokerTHMessageType_PokerTHMessageType_MAX + 1;
477
478 enum NetGameMode {
479 netGameCreated = 1,
480 netGameStarted = 2,
481 netGameClosed = 3
482 };
483 bool NetGameMode_IsValid(int value);
484 const NetGameMode NetGameMode_MIN = netGameCreated;
485 const NetGameMode NetGameMode_MAX = netGameClosed;
486 const int NetGameMode_ARRAYSIZE = NetGameMode_MAX + 1;
487
488 enum NetGameState {
489 netStatePreflop = 0,
490 netStateFlop = 1,
491 netStateTurn = 2,
492 netStateRiver = 3,
493 netStatePreflopSmallBlind = 4,
494 netStatePreflopBigBlind = 5
495 };
496 bool NetGameState_IsValid(int value);
497 const NetGameState NetGameState_MIN = netStatePreflop;
498 const NetGameState NetGameState_MAX = netStatePreflopBigBlind;
499 const int NetGameState_ARRAYSIZE = NetGameState_MAX + 1;
500
501 enum NetPlayerAction {
502 netActionNone = 0,
503 netActionFold = 1,
504 netActionCheck = 2,
505 netActionCall = 3,
506 netActionBet = 4,
507 netActionRaise = 5,
508 netActionAllIn = 6
509 };
510 bool NetPlayerAction_IsValid(int value);
511 const NetPlayerAction NetPlayerAction_MIN = netActionNone;
512 const NetPlayerAction NetPlayerAction_MAX = netActionAllIn;
513 const int NetPlayerAction_ARRAYSIZE = NetPlayerAction_MAX + 1;
514
515 enum NetPlayerState {
516 netPlayerStateNormal = 0,
517 netPlayerStateSessionInactive = 1,
518 netPlayerStateNoMoney = 2
519 };
520 bool NetPlayerState_IsValid(int value);
521 const NetPlayerState NetPlayerState_MIN = netPlayerStateNormal;
522 const NetPlayerState NetPlayerState_MAX = netPlayerStateNoMoney;
523 const int NetPlayerState_ARRAYSIZE = NetPlayerState_MAX + 1;
524
525 enum NetPlayerInfoRights {
526 netPlayerRightsGuest = 1,
527 netPlayerRightsNormal = 2,
528 netPlayerRightsAdmin = 3
529 };
530 bool NetPlayerInfoRights_IsValid(int value);
531 const NetPlayerInfoRights NetPlayerInfoRights_MIN = netPlayerRightsGuest;
532 const NetPlayerInfoRights NetPlayerInfoRights_MAX = netPlayerRightsAdmin;
533 const int NetPlayerInfoRights_ARRAYSIZE = NetPlayerInfoRights_MAX + 1;
534
535 enum NetAvatarType {
536 netAvatarImagePng = 1,
537 netAvatarImageJpg = 2,
538 netAvatarImageGif = 3
539 };
540 bool NetAvatarType_IsValid(int value);
541 const NetAvatarType NetAvatarType_MIN = netAvatarImagePng;
542 const NetAvatarType NetAvatarType_MAX = netAvatarImageGif;
543 const int NetAvatarType_ARRAYSIZE = NetAvatarType_MAX + 1;
544
545 // ===================================================================
546
547 class NetGameInfo : public ::google::protobuf::MessageLite {
548 public:
549 NetGameInfo();
550 virtual ~NetGameInfo();
551
552 NetGameInfo(const NetGameInfo& from);
553
554 inline NetGameInfo& operator=(const NetGameInfo& from) {
555 CopyFrom(from);
556 return *this;
557 }
558
unknown_fields()559 inline const ::std::string& unknown_fields() const {
560 return _unknown_fields_;
561 }
562
mutable_unknown_fields()563 inline ::std::string* mutable_unknown_fields() {
564 return &_unknown_fields_;
565 }
566
567 static const NetGameInfo& default_instance();
568
569 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
570 // Returns the internal default instance pointer. This function can
571 // return NULL thus should not be used by the user. This is intended
572 // for Protobuf internal code. Please use default_instance() declared
573 // above instead.
internal_default_instance()574 static inline const NetGameInfo* internal_default_instance() {
575 return default_instance_;
576 }
577 #endif
578
579 void Swap(NetGameInfo* other);
580
581 // implements Message ----------------------------------------------
582
583 NetGameInfo* New() const;
584 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
585 void CopyFrom(const NetGameInfo& from);
586 void MergeFrom(const NetGameInfo& from);
587 void Clear();
588 bool IsInitialized() const;
589
590 int ByteSize() const;
591 bool MergePartialFromCodedStream(
592 ::google::protobuf::io::CodedInputStream* input);
593 void SerializeWithCachedSizes(
594 ::google::protobuf::io::CodedOutputStream* output) const;
595 void DiscardUnknownFields();
GetCachedSize()596 int GetCachedSize() const { return _cached_size_; }
597 private:
598 void SharedCtor();
599 void SharedDtor();
600 void SetCachedSize(int size) const;
601 public:
602 ::std::string GetTypeName() const;
603
604 // nested types ----------------------------------------------------
605
606 typedef NetGameInfo_NetGameType NetGameType;
607 static const NetGameType normalGame = NetGameInfo_NetGameType_normalGame;
608 static const NetGameType registeredOnlyGame = NetGameInfo_NetGameType_registeredOnlyGame;
609 static const NetGameType inviteOnlyGame = NetGameInfo_NetGameType_inviteOnlyGame;
610 static const NetGameType rankingGame = NetGameInfo_NetGameType_rankingGame;
NetGameType_IsValid(int value)611 static inline bool NetGameType_IsValid(int value) {
612 return NetGameInfo_NetGameType_IsValid(value);
613 }
614 static const NetGameType NetGameType_MIN =
615 NetGameInfo_NetGameType_NetGameType_MIN;
616 static const NetGameType NetGameType_MAX =
617 NetGameInfo_NetGameType_NetGameType_MAX;
618 static const int NetGameType_ARRAYSIZE =
619 NetGameInfo_NetGameType_NetGameType_ARRAYSIZE;
620
621 typedef NetGameInfo_RaiseIntervalMode RaiseIntervalMode;
622 static const RaiseIntervalMode raiseOnHandNum = NetGameInfo_RaiseIntervalMode_raiseOnHandNum;
623 static const RaiseIntervalMode raiseOnMinutes = NetGameInfo_RaiseIntervalMode_raiseOnMinutes;
RaiseIntervalMode_IsValid(int value)624 static inline bool RaiseIntervalMode_IsValid(int value) {
625 return NetGameInfo_RaiseIntervalMode_IsValid(value);
626 }
627 static const RaiseIntervalMode RaiseIntervalMode_MIN =
628 NetGameInfo_RaiseIntervalMode_RaiseIntervalMode_MIN;
629 static const RaiseIntervalMode RaiseIntervalMode_MAX =
630 NetGameInfo_RaiseIntervalMode_RaiseIntervalMode_MAX;
631 static const int RaiseIntervalMode_ARRAYSIZE =
632 NetGameInfo_RaiseIntervalMode_RaiseIntervalMode_ARRAYSIZE;
633
634 typedef NetGameInfo_EndRaiseMode EndRaiseMode;
635 static const EndRaiseMode doubleBlinds = NetGameInfo_EndRaiseMode_doubleBlinds;
636 static const EndRaiseMode raiseByEndValue = NetGameInfo_EndRaiseMode_raiseByEndValue;
637 static const EndRaiseMode keepLastBlind = NetGameInfo_EndRaiseMode_keepLastBlind;
EndRaiseMode_IsValid(int value)638 static inline bool EndRaiseMode_IsValid(int value) {
639 return NetGameInfo_EndRaiseMode_IsValid(value);
640 }
641 static const EndRaiseMode EndRaiseMode_MIN =
642 NetGameInfo_EndRaiseMode_EndRaiseMode_MIN;
643 static const EndRaiseMode EndRaiseMode_MAX =
644 NetGameInfo_EndRaiseMode_EndRaiseMode_MAX;
645 static const int EndRaiseMode_ARRAYSIZE =
646 NetGameInfo_EndRaiseMode_EndRaiseMode_ARRAYSIZE;
647
648 // accessors -------------------------------------------------------
649
650 // required string gameName = 1;
651 inline bool has_gamename() const;
652 inline void clear_gamename();
653 static const int kGameNameFieldNumber = 1;
654 inline const ::std::string& gamename() const;
655 inline void set_gamename(const ::std::string& value);
656 inline void set_gamename(const char* value);
657 inline void set_gamename(const char* value, size_t size);
658 inline ::std::string* mutable_gamename();
659 inline ::std::string* release_gamename();
660 inline void set_allocated_gamename(::std::string* gamename);
661
662 // required .NetGameInfo.NetGameType netGameType = 2;
663 inline bool has_netgametype() const;
664 inline void clear_netgametype();
665 static const int kNetGameTypeFieldNumber = 2;
666 inline ::NetGameInfo_NetGameType netgametype() const;
667 inline void set_netgametype(::NetGameInfo_NetGameType value);
668
669 // required uint32 maxNumPlayers = 3;
670 inline bool has_maxnumplayers() const;
671 inline void clear_maxnumplayers();
672 static const int kMaxNumPlayersFieldNumber = 3;
673 inline ::google::protobuf::uint32 maxnumplayers() const;
674 inline void set_maxnumplayers(::google::protobuf::uint32 value);
675
676 // required .NetGameInfo.RaiseIntervalMode raiseIntervalMode = 4;
677 inline bool has_raiseintervalmode() const;
678 inline void clear_raiseintervalmode();
679 static const int kRaiseIntervalModeFieldNumber = 4;
680 inline ::NetGameInfo_RaiseIntervalMode raiseintervalmode() const;
681 inline void set_raiseintervalmode(::NetGameInfo_RaiseIntervalMode value);
682
683 // optional uint32 raiseEveryHands = 5;
684 inline bool has_raiseeveryhands() const;
685 inline void clear_raiseeveryhands();
686 static const int kRaiseEveryHandsFieldNumber = 5;
687 inline ::google::protobuf::uint32 raiseeveryhands() const;
688 inline void set_raiseeveryhands(::google::protobuf::uint32 value);
689
690 // optional uint32 raiseEveryMinutes = 6;
691 inline bool has_raiseeveryminutes() const;
692 inline void clear_raiseeveryminutes();
693 static const int kRaiseEveryMinutesFieldNumber = 6;
694 inline ::google::protobuf::uint32 raiseeveryminutes() const;
695 inline void set_raiseeveryminutes(::google::protobuf::uint32 value);
696
697 // required .NetGameInfo.EndRaiseMode endRaiseMode = 7;
698 inline bool has_endraisemode() const;
699 inline void clear_endraisemode();
700 static const int kEndRaiseModeFieldNumber = 7;
701 inline ::NetGameInfo_EndRaiseMode endraisemode() const;
702 inline void set_endraisemode(::NetGameInfo_EndRaiseMode value);
703
704 // optional uint32 endRaiseSmallBlindValue = 8;
705 inline bool has_endraisesmallblindvalue() const;
706 inline void clear_endraisesmallblindvalue();
707 static const int kEndRaiseSmallBlindValueFieldNumber = 8;
708 inline ::google::protobuf::uint32 endraisesmallblindvalue() const;
709 inline void set_endraisesmallblindvalue(::google::protobuf::uint32 value);
710
711 // required uint32 proposedGuiSpeed = 9;
712 inline bool has_proposedguispeed() const;
713 inline void clear_proposedguispeed();
714 static const int kProposedGuiSpeedFieldNumber = 9;
715 inline ::google::protobuf::uint32 proposedguispeed() const;
716 inline void set_proposedguispeed(::google::protobuf::uint32 value);
717
718 // required uint32 delayBetweenHands = 10;
719 inline bool has_delaybetweenhands() const;
720 inline void clear_delaybetweenhands();
721 static const int kDelayBetweenHandsFieldNumber = 10;
722 inline ::google::protobuf::uint32 delaybetweenhands() const;
723 inline void set_delaybetweenhands(::google::protobuf::uint32 value);
724
725 // required uint32 playerActionTimeout = 11;
726 inline bool has_playeractiontimeout() const;
727 inline void clear_playeractiontimeout();
728 static const int kPlayerActionTimeoutFieldNumber = 11;
729 inline ::google::protobuf::uint32 playeractiontimeout() const;
730 inline void set_playeractiontimeout(::google::protobuf::uint32 value);
731
732 // required uint32 firstSmallBlind = 12;
733 inline bool has_firstsmallblind() const;
734 inline void clear_firstsmallblind();
735 static const int kFirstSmallBlindFieldNumber = 12;
736 inline ::google::protobuf::uint32 firstsmallblind() const;
737 inline void set_firstsmallblind(::google::protobuf::uint32 value);
738
739 // required uint32 startMoney = 13;
740 inline bool has_startmoney() const;
741 inline void clear_startmoney();
742 static const int kStartMoneyFieldNumber = 13;
743 inline ::google::protobuf::uint32 startmoney() const;
744 inline void set_startmoney(::google::protobuf::uint32 value);
745
746 // repeated uint32 manualBlinds = 14 [packed = true];
747 inline int manualblinds_size() const;
748 inline void clear_manualblinds();
749 static const int kManualBlindsFieldNumber = 14;
750 inline ::google::protobuf::uint32 manualblinds(int index) const;
751 inline void set_manualblinds(int index, ::google::protobuf::uint32 value);
752 inline void add_manualblinds(::google::protobuf::uint32 value);
753 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
754 manualblinds() const;
755 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
756 mutable_manualblinds();
757
758 // optional bool allowSpectators = 15 [default = true];
759 inline bool has_allowspectators() const;
760 inline void clear_allowspectators();
761 static const int kAllowSpectatorsFieldNumber = 15;
762 inline bool allowspectators() const;
763 inline void set_allowspectators(bool value);
764
765 // @@protoc_insertion_point(class_scope:NetGameInfo)
766 private:
767 inline void set_has_gamename();
768 inline void clear_has_gamename();
769 inline void set_has_netgametype();
770 inline void clear_has_netgametype();
771 inline void set_has_maxnumplayers();
772 inline void clear_has_maxnumplayers();
773 inline void set_has_raiseintervalmode();
774 inline void clear_has_raiseintervalmode();
775 inline void set_has_raiseeveryhands();
776 inline void clear_has_raiseeveryhands();
777 inline void set_has_raiseeveryminutes();
778 inline void clear_has_raiseeveryminutes();
779 inline void set_has_endraisemode();
780 inline void clear_has_endraisemode();
781 inline void set_has_endraisesmallblindvalue();
782 inline void clear_has_endraisesmallblindvalue();
783 inline void set_has_proposedguispeed();
784 inline void clear_has_proposedguispeed();
785 inline void set_has_delaybetweenhands();
786 inline void clear_has_delaybetweenhands();
787 inline void set_has_playeractiontimeout();
788 inline void clear_has_playeractiontimeout();
789 inline void set_has_firstsmallblind();
790 inline void clear_has_firstsmallblind();
791 inline void set_has_startmoney();
792 inline void clear_has_startmoney();
793 inline void set_has_allowspectators();
794 inline void clear_has_allowspectators();
795
796 ::std::string _unknown_fields_;
797
798 ::google::protobuf::uint32 _has_bits_[1];
799 mutable int _cached_size_;
800 ::std::string* gamename_;
801 int netgametype_;
802 ::google::protobuf::uint32 maxnumplayers_;
803 int raiseintervalmode_;
804 ::google::protobuf::uint32 raiseeveryhands_;
805 ::google::protobuf::uint32 raiseeveryminutes_;
806 int endraisemode_;
807 ::google::protobuf::uint32 endraisesmallblindvalue_;
808 ::google::protobuf::uint32 proposedguispeed_;
809 ::google::protobuf::uint32 delaybetweenhands_;
810 ::google::protobuf::uint32 playeractiontimeout_;
811 ::google::protobuf::uint32 firstsmallblind_;
812 ::google::protobuf::uint32 startmoney_;
813 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > manualblinds_;
814 mutable int _manualblinds_cached_byte_size_;
815 bool allowspectators_;
816 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
817 friend void protobuf_AddDesc_pokerth_2eproto_impl();
818 #else
819 friend void protobuf_AddDesc_pokerth_2eproto();
820 #endif
821 friend void protobuf_AssignDesc_pokerth_2eproto();
822 friend void protobuf_ShutdownFile_pokerth_2eproto();
823
824 void InitAsDefaultInstance();
825 static NetGameInfo* default_instance_;
826 };
827 // -------------------------------------------------------------------
828
829 class PlayerResult : public ::google::protobuf::MessageLite {
830 public:
831 PlayerResult();
832 virtual ~PlayerResult();
833
834 PlayerResult(const PlayerResult& from);
835
836 inline PlayerResult& operator=(const PlayerResult& from) {
837 CopyFrom(from);
838 return *this;
839 }
840
unknown_fields()841 inline const ::std::string& unknown_fields() const {
842 return _unknown_fields_;
843 }
844
mutable_unknown_fields()845 inline ::std::string* mutable_unknown_fields() {
846 return &_unknown_fields_;
847 }
848
849 static const PlayerResult& default_instance();
850
851 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
852 // Returns the internal default instance pointer. This function can
853 // return NULL thus should not be used by the user. This is intended
854 // for Protobuf internal code. Please use default_instance() declared
855 // above instead.
internal_default_instance()856 static inline const PlayerResult* internal_default_instance() {
857 return default_instance_;
858 }
859 #endif
860
861 void Swap(PlayerResult* other);
862
863 // implements Message ----------------------------------------------
864
865 PlayerResult* New() const;
866 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
867 void CopyFrom(const PlayerResult& from);
868 void MergeFrom(const PlayerResult& from);
869 void Clear();
870 bool IsInitialized() const;
871
872 int ByteSize() const;
873 bool MergePartialFromCodedStream(
874 ::google::protobuf::io::CodedInputStream* input);
875 void SerializeWithCachedSizes(
876 ::google::protobuf::io::CodedOutputStream* output) const;
877 void DiscardUnknownFields();
GetCachedSize()878 int GetCachedSize() const { return _cached_size_; }
879 private:
880 void SharedCtor();
881 void SharedDtor();
882 void SetCachedSize(int size) const;
883 public:
884 ::std::string GetTypeName() const;
885
886 // nested types ----------------------------------------------------
887
888 // accessors -------------------------------------------------------
889
890 // required uint32 playerId = 1;
891 inline bool has_playerid() const;
892 inline void clear_playerid();
893 static const int kPlayerIdFieldNumber = 1;
894 inline ::google::protobuf::uint32 playerid() const;
895 inline void set_playerid(::google::protobuf::uint32 value);
896
897 // required uint32 resultCard1 = 2;
898 inline bool has_resultcard1() const;
899 inline void clear_resultcard1();
900 static const int kResultCard1FieldNumber = 2;
901 inline ::google::protobuf::uint32 resultcard1() const;
902 inline void set_resultcard1(::google::protobuf::uint32 value);
903
904 // required uint32 resultCard2 = 3;
905 inline bool has_resultcard2() const;
906 inline void clear_resultcard2();
907 static const int kResultCard2FieldNumber = 3;
908 inline ::google::protobuf::uint32 resultcard2() const;
909 inline void set_resultcard2(::google::protobuf::uint32 value);
910
911 // repeated uint32 bestHandPosition = 4 [packed = true];
912 inline int besthandposition_size() const;
913 inline void clear_besthandposition();
914 static const int kBestHandPositionFieldNumber = 4;
915 inline ::google::protobuf::uint32 besthandposition(int index) const;
916 inline void set_besthandposition(int index, ::google::protobuf::uint32 value);
917 inline void add_besthandposition(::google::protobuf::uint32 value);
918 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
919 besthandposition() const;
920 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
921 mutable_besthandposition();
922
923 // required uint32 moneyWon = 5;
924 inline bool has_moneywon() const;
925 inline void clear_moneywon();
926 static const int kMoneyWonFieldNumber = 5;
927 inline ::google::protobuf::uint32 moneywon() const;
928 inline void set_moneywon(::google::protobuf::uint32 value);
929
930 // required uint32 playerMoney = 6;
931 inline bool has_playermoney() const;
932 inline void clear_playermoney();
933 static const int kPlayerMoneyFieldNumber = 6;
934 inline ::google::protobuf::uint32 playermoney() const;
935 inline void set_playermoney(::google::protobuf::uint32 value);
936
937 // optional uint32 cardsValue = 7;
938 inline bool has_cardsvalue() const;
939 inline void clear_cardsvalue();
940 static const int kCardsValueFieldNumber = 7;
941 inline ::google::protobuf::uint32 cardsvalue() const;
942 inline void set_cardsvalue(::google::protobuf::uint32 value);
943
944 // @@protoc_insertion_point(class_scope:PlayerResult)
945 private:
946 inline void set_has_playerid();
947 inline void clear_has_playerid();
948 inline void set_has_resultcard1();
949 inline void clear_has_resultcard1();
950 inline void set_has_resultcard2();
951 inline void clear_has_resultcard2();
952 inline void set_has_moneywon();
953 inline void clear_has_moneywon();
954 inline void set_has_playermoney();
955 inline void clear_has_playermoney();
956 inline void set_has_cardsvalue();
957 inline void clear_has_cardsvalue();
958
959 ::std::string _unknown_fields_;
960
961 ::google::protobuf::uint32 _has_bits_[1];
962 mutable int _cached_size_;
963 ::google::protobuf::uint32 playerid_;
964 ::google::protobuf::uint32 resultcard1_;
965 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > besthandposition_;
966 mutable int _besthandposition_cached_byte_size_;
967 ::google::protobuf::uint32 resultcard2_;
968 ::google::protobuf::uint32 moneywon_;
969 ::google::protobuf::uint32 playermoney_;
970 ::google::protobuf::uint32 cardsvalue_;
971 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
972 friend void protobuf_AddDesc_pokerth_2eproto_impl();
973 #else
974 friend void protobuf_AddDesc_pokerth_2eproto();
975 #endif
976 friend void protobuf_AssignDesc_pokerth_2eproto();
977 friend void protobuf_ShutdownFile_pokerth_2eproto();
978
979 void InitAsDefaultInstance();
980 static PlayerResult* default_instance_;
981 };
982 // -------------------------------------------------------------------
983
984 class AnnounceMessage_Version : public ::google::protobuf::MessageLite {
985 public:
986 AnnounceMessage_Version();
987 virtual ~AnnounceMessage_Version();
988
989 AnnounceMessage_Version(const AnnounceMessage_Version& from);
990
991 inline AnnounceMessage_Version& operator=(const AnnounceMessage_Version& from) {
992 CopyFrom(from);
993 return *this;
994 }
995
unknown_fields()996 inline const ::std::string& unknown_fields() const {
997 return _unknown_fields_;
998 }
999
mutable_unknown_fields()1000 inline ::std::string* mutable_unknown_fields() {
1001 return &_unknown_fields_;
1002 }
1003
1004 static const AnnounceMessage_Version& default_instance();
1005
1006 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1007 // Returns the internal default instance pointer. This function can
1008 // return NULL thus should not be used by the user. This is intended
1009 // for Protobuf internal code. Please use default_instance() declared
1010 // above instead.
internal_default_instance()1011 static inline const AnnounceMessage_Version* internal_default_instance() {
1012 return default_instance_;
1013 }
1014 #endif
1015
1016 void Swap(AnnounceMessage_Version* other);
1017
1018 // implements Message ----------------------------------------------
1019
1020 AnnounceMessage_Version* New() const;
1021 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1022 void CopyFrom(const AnnounceMessage_Version& from);
1023 void MergeFrom(const AnnounceMessage_Version& from);
1024 void Clear();
1025 bool IsInitialized() const;
1026
1027 int ByteSize() const;
1028 bool MergePartialFromCodedStream(
1029 ::google::protobuf::io::CodedInputStream* input);
1030 void SerializeWithCachedSizes(
1031 ::google::protobuf::io::CodedOutputStream* output) const;
1032 void DiscardUnknownFields();
GetCachedSize()1033 int GetCachedSize() const { return _cached_size_; }
1034 private:
1035 void SharedCtor();
1036 void SharedDtor();
1037 void SetCachedSize(int size) const;
1038 public:
1039 ::std::string GetTypeName() const;
1040
1041 // nested types ----------------------------------------------------
1042
1043 // accessors -------------------------------------------------------
1044
1045 // required uint32 majorVersion = 1;
1046 inline bool has_majorversion() const;
1047 inline void clear_majorversion();
1048 static const int kMajorVersionFieldNumber = 1;
1049 inline ::google::protobuf::uint32 majorversion() const;
1050 inline void set_majorversion(::google::protobuf::uint32 value);
1051
1052 // required uint32 minorVersion = 2;
1053 inline bool has_minorversion() const;
1054 inline void clear_minorversion();
1055 static const int kMinorVersionFieldNumber = 2;
1056 inline ::google::protobuf::uint32 minorversion() const;
1057 inline void set_minorversion(::google::protobuf::uint32 value);
1058
1059 // @@protoc_insertion_point(class_scope:AnnounceMessage.Version)
1060 private:
1061 inline void set_has_majorversion();
1062 inline void clear_has_majorversion();
1063 inline void set_has_minorversion();
1064 inline void clear_has_minorversion();
1065
1066 ::std::string _unknown_fields_;
1067
1068 ::google::protobuf::uint32 _has_bits_[1];
1069 mutable int _cached_size_;
1070 ::google::protobuf::uint32 majorversion_;
1071 ::google::protobuf::uint32 minorversion_;
1072 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1073 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1074 #else
1075 friend void protobuf_AddDesc_pokerth_2eproto();
1076 #endif
1077 friend void protobuf_AssignDesc_pokerth_2eproto();
1078 friend void protobuf_ShutdownFile_pokerth_2eproto();
1079
1080 void InitAsDefaultInstance();
1081 static AnnounceMessage_Version* default_instance_;
1082 };
1083 // -------------------------------------------------------------------
1084
1085 class AnnounceMessage : public ::google::protobuf::MessageLite {
1086 public:
1087 AnnounceMessage();
1088 virtual ~AnnounceMessage();
1089
1090 AnnounceMessage(const AnnounceMessage& from);
1091
1092 inline AnnounceMessage& operator=(const AnnounceMessage& from) {
1093 CopyFrom(from);
1094 return *this;
1095 }
1096
unknown_fields()1097 inline const ::std::string& unknown_fields() const {
1098 return _unknown_fields_;
1099 }
1100
mutable_unknown_fields()1101 inline ::std::string* mutable_unknown_fields() {
1102 return &_unknown_fields_;
1103 }
1104
1105 static const AnnounceMessage& default_instance();
1106
1107 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1108 // Returns the internal default instance pointer. This function can
1109 // return NULL thus should not be used by the user. This is intended
1110 // for Protobuf internal code. Please use default_instance() declared
1111 // above instead.
internal_default_instance()1112 static inline const AnnounceMessage* internal_default_instance() {
1113 return default_instance_;
1114 }
1115 #endif
1116
1117 void Swap(AnnounceMessage* other);
1118
1119 // implements Message ----------------------------------------------
1120
1121 AnnounceMessage* New() const;
1122 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1123 void CopyFrom(const AnnounceMessage& from);
1124 void MergeFrom(const AnnounceMessage& from);
1125 void Clear();
1126 bool IsInitialized() const;
1127
1128 int ByteSize() const;
1129 bool MergePartialFromCodedStream(
1130 ::google::protobuf::io::CodedInputStream* input);
1131 void SerializeWithCachedSizes(
1132 ::google::protobuf::io::CodedOutputStream* output) const;
1133 void DiscardUnknownFields();
GetCachedSize()1134 int GetCachedSize() const { return _cached_size_; }
1135 private:
1136 void SharedCtor();
1137 void SharedDtor();
1138 void SetCachedSize(int size) const;
1139 public:
1140 ::std::string GetTypeName() const;
1141
1142 // nested types ----------------------------------------------------
1143
1144 typedef AnnounceMessage_Version Version;
1145
1146 typedef AnnounceMessage_ServerType ServerType;
1147 static const ServerType serverTypeLAN = AnnounceMessage_ServerType_serverTypeLAN;
1148 static const ServerType serverTypeInternetNoAuth = AnnounceMessage_ServerType_serverTypeInternetNoAuth;
1149 static const ServerType serverTypeInternetAuth = AnnounceMessage_ServerType_serverTypeInternetAuth;
ServerType_IsValid(int value)1150 static inline bool ServerType_IsValid(int value) {
1151 return AnnounceMessage_ServerType_IsValid(value);
1152 }
1153 static const ServerType ServerType_MIN =
1154 AnnounceMessage_ServerType_ServerType_MIN;
1155 static const ServerType ServerType_MAX =
1156 AnnounceMessage_ServerType_ServerType_MAX;
1157 static const int ServerType_ARRAYSIZE =
1158 AnnounceMessage_ServerType_ServerType_ARRAYSIZE;
1159
1160 // accessors -------------------------------------------------------
1161
1162 // required .AnnounceMessage.Version protocolVersion = 1;
1163 inline bool has_protocolversion() const;
1164 inline void clear_protocolversion();
1165 static const int kProtocolVersionFieldNumber = 1;
1166 inline const ::AnnounceMessage_Version& protocolversion() const;
1167 inline ::AnnounceMessage_Version* mutable_protocolversion();
1168 inline ::AnnounceMessage_Version* release_protocolversion();
1169 inline void set_allocated_protocolversion(::AnnounceMessage_Version* protocolversion);
1170
1171 // required .AnnounceMessage.Version latestGameVersion = 2;
1172 inline bool has_latestgameversion() const;
1173 inline void clear_latestgameversion();
1174 static const int kLatestGameVersionFieldNumber = 2;
1175 inline const ::AnnounceMessage_Version& latestgameversion() const;
1176 inline ::AnnounceMessage_Version* mutable_latestgameversion();
1177 inline ::AnnounceMessage_Version* release_latestgameversion();
1178 inline void set_allocated_latestgameversion(::AnnounceMessage_Version* latestgameversion);
1179
1180 // required uint32 latestBetaRevision = 3;
1181 inline bool has_latestbetarevision() const;
1182 inline void clear_latestbetarevision();
1183 static const int kLatestBetaRevisionFieldNumber = 3;
1184 inline ::google::protobuf::uint32 latestbetarevision() const;
1185 inline void set_latestbetarevision(::google::protobuf::uint32 value);
1186
1187 // required .AnnounceMessage.ServerType serverType = 4;
1188 inline bool has_servertype() const;
1189 inline void clear_servertype();
1190 static const int kServerTypeFieldNumber = 4;
1191 inline ::AnnounceMessage_ServerType servertype() const;
1192 inline void set_servertype(::AnnounceMessage_ServerType value);
1193
1194 // required uint32 numPlayersOnServer = 5;
1195 inline bool has_numplayersonserver() const;
1196 inline void clear_numplayersonserver();
1197 static const int kNumPlayersOnServerFieldNumber = 5;
1198 inline ::google::protobuf::uint32 numplayersonserver() const;
1199 inline void set_numplayersonserver(::google::protobuf::uint32 value);
1200
1201 // @@protoc_insertion_point(class_scope:AnnounceMessage)
1202 private:
1203 inline void set_has_protocolversion();
1204 inline void clear_has_protocolversion();
1205 inline void set_has_latestgameversion();
1206 inline void clear_has_latestgameversion();
1207 inline void set_has_latestbetarevision();
1208 inline void clear_has_latestbetarevision();
1209 inline void set_has_servertype();
1210 inline void clear_has_servertype();
1211 inline void set_has_numplayersonserver();
1212 inline void clear_has_numplayersonserver();
1213
1214 ::std::string _unknown_fields_;
1215
1216 ::google::protobuf::uint32 _has_bits_[1];
1217 mutable int _cached_size_;
1218 ::AnnounceMessage_Version* protocolversion_;
1219 ::AnnounceMessage_Version* latestgameversion_;
1220 ::google::protobuf::uint32 latestbetarevision_;
1221 int servertype_;
1222 ::google::protobuf::uint32 numplayersonserver_;
1223 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1224 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1225 #else
1226 friend void protobuf_AddDesc_pokerth_2eproto();
1227 #endif
1228 friend void protobuf_AssignDesc_pokerth_2eproto();
1229 friend void protobuf_ShutdownFile_pokerth_2eproto();
1230
1231 void InitAsDefaultInstance();
1232 static AnnounceMessage* default_instance_;
1233 };
1234 // -------------------------------------------------------------------
1235
1236 class InitMessage : public ::google::protobuf::MessageLite {
1237 public:
1238 InitMessage();
1239 virtual ~InitMessage();
1240
1241 InitMessage(const InitMessage& from);
1242
1243 inline InitMessage& operator=(const InitMessage& from) {
1244 CopyFrom(from);
1245 return *this;
1246 }
1247
unknown_fields()1248 inline const ::std::string& unknown_fields() const {
1249 return _unknown_fields_;
1250 }
1251
mutable_unknown_fields()1252 inline ::std::string* mutable_unknown_fields() {
1253 return &_unknown_fields_;
1254 }
1255
1256 static const InitMessage& default_instance();
1257
1258 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1259 // Returns the internal default instance pointer. This function can
1260 // return NULL thus should not be used by the user. This is intended
1261 // for Protobuf internal code. Please use default_instance() declared
1262 // above instead.
internal_default_instance()1263 static inline const InitMessage* internal_default_instance() {
1264 return default_instance_;
1265 }
1266 #endif
1267
1268 void Swap(InitMessage* other);
1269
1270 // implements Message ----------------------------------------------
1271
1272 InitMessage* New() const;
1273 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1274 void CopyFrom(const InitMessage& from);
1275 void MergeFrom(const InitMessage& from);
1276 void Clear();
1277 bool IsInitialized() const;
1278
1279 int ByteSize() const;
1280 bool MergePartialFromCodedStream(
1281 ::google::protobuf::io::CodedInputStream* input);
1282 void SerializeWithCachedSizes(
1283 ::google::protobuf::io::CodedOutputStream* output) const;
1284 void DiscardUnknownFields();
GetCachedSize()1285 int GetCachedSize() const { return _cached_size_; }
1286 private:
1287 void SharedCtor();
1288 void SharedDtor();
1289 void SetCachedSize(int size) const;
1290 public:
1291 ::std::string GetTypeName() const;
1292
1293 // nested types ----------------------------------------------------
1294
1295 typedef InitMessage_LoginType LoginType;
1296 static const LoginType guestLogin = InitMessage_LoginType_guestLogin;
1297 static const LoginType authenticatedLogin = InitMessage_LoginType_authenticatedLogin;
1298 static const LoginType unauthenticatedLogin = InitMessage_LoginType_unauthenticatedLogin;
LoginType_IsValid(int value)1299 static inline bool LoginType_IsValid(int value) {
1300 return InitMessage_LoginType_IsValid(value);
1301 }
1302 static const LoginType LoginType_MIN =
1303 InitMessage_LoginType_LoginType_MIN;
1304 static const LoginType LoginType_MAX =
1305 InitMessage_LoginType_LoginType_MAX;
1306 static const int LoginType_ARRAYSIZE =
1307 InitMessage_LoginType_LoginType_ARRAYSIZE;
1308
1309 // accessors -------------------------------------------------------
1310
1311 // required .AnnounceMessage.Version requestedVersion = 1;
1312 inline bool has_requestedversion() const;
1313 inline void clear_requestedversion();
1314 static const int kRequestedVersionFieldNumber = 1;
1315 inline const ::AnnounceMessage_Version& requestedversion() const;
1316 inline ::AnnounceMessage_Version* mutable_requestedversion();
1317 inline ::AnnounceMessage_Version* release_requestedversion();
1318 inline void set_allocated_requestedversion(::AnnounceMessage_Version* requestedversion);
1319
1320 // required uint32 buildId = 2;
1321 inline bool has_buildid() const;
1322 inline void clear_buildid();
1323 static const int kBuildIdFieldNumber = 2;
1324 inline ::google::protobuf::uint32 buildid() const;
1325 inline void set_buildid(::google::protobuf::uint32 value);
1326
1327 // optional bytes myLastSessionId = 3;
1328 inline bool has_mylastsessionid() const;
1329 inline void clear_mylastsessionid();
1330 static const int kMyLastSessionIdFieldNumber = 3;
1331 inline const ::std::string& mylastsessionid() const;
1332 inline void set_mylastsessionid(const ::std::string& value);
1333 inline void set_mylastsessionid(const char* value);
1334 inline void set_mylastsessionid(const void* value, size_t size);
1335 inline ::std::string* mutable_mylastsessionid();
1336 inline ::std::string* release_mylastsessionid();
1337 inline void set_allocated_mylastsessionid(::std::string* mylastsessionid);
1338
1339 // optional string authServerPassword = 4;
1340 inline bool has_authserverpassword() const;
1341 inline void clear_authserverpassword();
1342 static const int kAuthServerPasswordFieldNumber = 4;
1343 inline const ::std::string& authserverpassword() const;
1344 inline void set_authserverpassword(const ::std::string& value);
1345 inline void set_authserverpassword(const char* value);
1346 inline void set_authserverpassword(const char* value, size_t size);
1347 inline ::std::string* mutable_authserverpassword();
1348 inline ::std::string* release_authserverpassword();
1349 inline void set_allocated_authserverpassword(::std::string* authserverpassword);
1350
1351 // required .InitMessage.LoginType login = 5;
1352 inline bool has_login() const;
1353 inline void clear_login();
1354 static const int kLoginFieldNumber = 5;
1355 inline ::InitMessage_LoginType login() const;
1356 inline void set_login(::InitMessage_LoginType value);
1357
1358 // optional string nickName = 6;
1359 inline bool has_nickname() const;
1360 inline void clear_nickname();
1361 static const int kNickNameFieldNumber = 6;
1362 inline const ::std::string& nickname() const;
1363 inline void set_nickname(const ::std::string& value);
1364 inline void set_nickname(const char* value);
1365 inline void set_nickname(const char* value, size_t size);
1366 inline ::std::string* mutable_nickname();
1367 inline ::std::string* release_nickname();
1368 inline void set_allocated_nickname(::std::string* nickname);
1369
1370 // optional bytes clientUserData = 7;
1371 inline bool has_clientuserdata() const;
1372 inline void clear_clientuserdata();
1373 static const int kClientUserDataFieldNumber = 7;
1374 inline const ::std::string& clientuserdata() const;
1375 inline void set_clientuserdata(const ::std::string& value);
1376 inline void set_clientuserdata(const char* value);
1377 inline void set_clientuserdata(const void* value, size_t size);
1378 inline ::std::string* mutable_clientuserdata();
1379 inline ::std::string* release_clientuserdata();
1380 inline void set_allocated_clientuserdata(::std::string* clientuserdata);
1381
1382 // optional bytes avatarHash = 8;
1383 inline bool has_avatarhash() const;
1384 inline void clear_avatarhash();
1385 static const int kAvatarHashFieldNumber = 8;
1386 inline const ::std::string& avatarhash() const;
1387 inline void set_avatarhash(const ::std::string& value);
1388 inline void set_avatarhash(const char* value);
1389 inline void set_avatarhash(const void* value, size_t size);
1390 inline ::std::string* mutable_avatarhash();
1391 inline ::std::string* release_avatarhash();
1392 inline void set_allocated_avatarhash(::std::string* avatarhash);
1393
1394 // @@protoc_insertion_point(class_scope:InitMessage)
1395 private:
1396 inline void set_has_requestedversion();
1397 inline void clear_has_requestedversion();
1398 inline void set_has_buildid();
1399 inline void clear_has_buildid();
1400 inline void set_has_mylastsessionid();
1401 inline void clear_has_mylastsessionid();
1402 inline void set_has_authserverpassword();
1403 inline void clear_has_authserverpassword();
1404 inline void set_has_login();
1405 inline void clear_has_login();
1406 inline void set_has_nickname();
1407 inline void clear_has_nickname();
1408 inline void set_has_clientuserdata();
1409 inline void clear_has_clientuserdata();
1410 inline void set_has_avatarhash();
1411 inline void clear_has_avatarhash();
1412
1413 ::std::string _unknown_fields_;
1414
1415 ::google::protobuf::uint32 _has_bits_[1];
1416 mutable int _cached_size_;
1417 ::AnnounceMessage_Version* requestedversion_;
1418 ::std::string* mylastsessionid_;
1419 ::google::protobuf::uint32 buildid_;
1420 int login_;
1421 ::std::string* authserverpassword_;
1422 ::std::string* nickname_;
1423 ::std::string* clientuserdata_;
1424 ::std::string* avatarhash_;
1425 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1426 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1427 #else
1428 friend void protobuf_AddDesc_pokerth_2eproto();
1429 #endif
1430 friend void protobuf_AssignDesc_pokerth_2eproto();
1431 friend void protobuf_ShutdownFile_pokerth_2eproto();
1432
1433 void InitAsDefaultInstance();
1434 static InitMessage* default_instance_;
1435 };
1436 // -------------------------------------------------------------------
1437
1438 class AuthServerChallengeMessage : public ::google::protobuf::MessageLite {
1439 public:
1440 AuthServerChallengeMessage();
1441 virtual ~AuthServerChallengeMessage();
1442
1443 AuthServerChallengeMessage(const AuthServerChallengeMessage& from);
1444
1445 inline AuthServerChallengeMessage& operator=(const AuthServerChallengeMessage& from) {
1446 CopyFrom(from);
1447 return *this;
1448 }
1449
unknown_fields()1450 inline const ::std::string& unknown_fields() const {
1451 return _unknown_fields_;
1452 }
1453
mutable_unknown_fields()1454 inline ::std::string* mutable_unknown_fields() {
1455 return &_unknown_fields_;
1456 }
1457
1458 static const AuthServerChallengeMessage& default_instance();
1459
1460 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1461 // Returns the internal default instance pointer. This function can
1462 // return NULL thus should not be used by the user. This is intended
1463 // for Protobuf internal code. Please use default_instance() declared
1464 // above instead.
internal_default_instance()1465 static inline const AuthServerChallengeMessage* internal_default_instance() {
1466 return default_instance_;
1467 }
1468 #endif
1469
1470 void Swap(AuthServerChallengeMessage* other);
1471
1472 // implements Message ----------------------------------------------
1473
1474 AuthServerChallengeMessage* New() const;
1475 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1476 void CopyFrom(const AuthServerChallengeMessage& from);
1477 void MergeFrom(const AuthServerChallengeMessage& from);
1478 void Clear();
1479 bool IsInitialized() const;
1480
1481 int ByteSize() const;
1482 bool MergePartialFromCodedStream(
1483 ::google::protobuf::io::CodedInputStream* input);
1484 void SerializeWithCachedSizes(
1485 ::google::protobuf::io::CodedOutputStream* output) const;
1486 void DiscardUnknownFields();
GetCachedSize()1487 int GetCachedSize() const { return _cached_size_; }
1488 private:
1489 void SharedCtor();
1490 void SharedDtor();
1491 void SetCachedSize(int size) const;
1492 public:
1493 ::std::string GetTypeName() const;
1494
1495 // nested types ----------------------------------------------------
1496
1497 // accessors -------------------------------------------------------
1498
1499 // required bytes serverChallenge = 1;
1500 inline bool has_serverchallenge() const;
1501 inline void clear_serverchallenge();
1502 static const int kServerChallengeFieldNumber = 1;
1503 inline const ::std::string& serverchallenge() const;
1504 inline void set_serverchallenge(const ::std::string& value);
1505 inline void set_serverchallenge(const char* value);
1506 inline void set_serverchallenge(const void* value, size_t size);
1507 inline ::std::string* mutable_serverchallenge();
1508 inline ::std::string* release_serverchallenge();
1509 inline void set_allocated_serverchallenge(::std::string* serverchallenge);
1510
1511 // @@protoc_insertion_point(class_scope:AuthServerChallengeMessage)
1512 private:
1513 inline void set_has_serverchallenge();
1514 inline void clear_has_serverchallenge();
1515
1516 ::std::string _unknown_fields_;
1517
1518 ::google::protobuf::uint32 _has_bits_[1];
1519 mutable int _cached_size_;
1520 ::std::string* serverchallenge_;
1521 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1522 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1523 #else
1524 friend void protobuf_AddDesc_pokerth_2eproto();
1525 #endif
1526 friend void protobuf_AssignDesc_pokerth_2eproto();
1527 friend void protobuf_ShutdownFile_pokerth_2eproto();
1528
1529 void InitAsDefaultInstance();
1530 static AuthServerChallengeMessage* default_instance_;
1531 };
1532 // -------------------------------------------------------------------
1533
1534 class AuthClientResponseMessage : public ::google::protobuf::MessageLite {
1535 public:
1536 AuthClientResponseMessage();
1537 virtual ~AuthClientResponseMessage();
1538
1539 AuthClientResponseMessage(const AuthClientResponseMessage& from);
1540
1541 inline AuthClientResponseMessage& operator=(const AuthClientResponseMessage& from) {
1542 CopyFrom(from);
1543 return *this;
1544 }
1545
unknown_fields()1546 inline const ::std::string& unknown_fields() const {
1547 return _unknown_fields_;
1548 }
1549
mutable_unknown_fields()1550 inline ::std::string* mutable_unknown_fields() {
1551 return &_unknown_fields_;
1552 }
1553
1554 static const AuthClientResponseMessage& default_instance();
1555
1556 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1557 // Returns the internal default instance pointer. This function can
1558 // return NULL thus should not be used by the user. This is intended
1559 // for Protobuf internal code. Please use default_instance() declared
1560 // above instead.
internal_default_instance()1561 static inline const AuthClientResponseMessage* internal_default_instance() {
1562 return default_instance_;
1563 }
1564 #endif
1565
1566 void Swap(AuthClientResponseMessage* other);
1567
1568 // implements Message ----------------------------------------------
1569
1570 AuthClientResponseMessage* New() const;
1571 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1572 void CopyFrom(const AuthClientResponseMessage& from);
1573 void MergeFrom(const AuthClientResponseMessage& from);
1574 void Clear();
1575 bool IsInitialized() const;
1576
1577 int ByteSize() const;
1578 bool MergePartialFromCodedStream(
1579 ::google::protobuf::io::CodedInputStream* input);
1580 void SerializeWithCachedSizes(
1581 ::google::protobuf::io::CodedOutputStream* output) const;
1582 void DiscardUnknownFields();
GetCachedSize()1583 int GetCachedSize() const { return _cached_size_; }
1584 private:
1585 void SharedCtor();
1586 void SharedDtor();
1587 void SetCachedSize(int size) const;
1588 public:
1589 ::std::string GetTypeName() const;
1590
1591 // nested types ----------------------------------------------------
1592
1593 // accessors -------------------------------------------------------
1594
1595 // required bytes clientResponse = 1;
1596 inline bool has_clientresponse() const;
1597 inline void clear_clientresponse();
1598 static const int kClientResponseFieldNumber = 1;
1599 inline const ::std::string& clientresponse() const;
1600 inline void set_clientresponse(const ::std::string& value);
1601 inline void set_clientresponse(const char* value);
1602 inline void set_clientresponse(const void* value, size_t size);
1603 inline ::std::string* mutable_clientresponse();
1604 inline ::std::string* release_clientresponse();
1605 inline void set_allocated_clientresponse(::std::string* clientresponse);
1606
1607 // @@protoc_insertion_point(class_scope:AuthClientResponseMessage)
1608 private:
1609 inline void set_has_clientresponse();
1610 inline void clear_has_clientresponse();
1611
1612 ::std::string _unknown_fields_;
1613
1614 ::google::protobuf::uint32 _has_bits_[1];
1615 mutable int _cached_size_;
1616 ::std::string* clientresponse_;
1617 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1618 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1619 #else
1620 friend void protobuf_AddDesc_pokerth_2eproto();
1621 #endif
1622 friend void protobuf_AssignDesc_pokerth_2eproto();
1623 friend void protobuf_ShutdownFile_pokerth_2eproto();
1624
1625 void InitAsDefaultInstance();
1626 static AuthClientResponseMessage* default_instance_;
1627 };
1628 // -------------------------------------------------------------------
1629
1630 class AuthServerVerificationMessage : public ::google::protobuf::MessageLite {
1631 public:
1632 AuthServerVerificationMessage();
1633 virtual ~AuthServerVerificationMessage();
1634
1635 AuthServerVerificationMessage(const AuthServerVerificationMessage& from);
1636
1637 inline AuthServerVerificationMessage& operator=(const AuthServerVerificationMessage& from) {
1638 CopyFrom(from);
1639 return *this;
1640 }
1641
unknown_fields()1642 inline const ::std::string& unknown_fields() const {
1643 return _unknown_fields_;
1644 }
1645
mutable_unknown_fields()1646 inline ::std::string* mutable_unknown_fields() {
1647 return &_unknown_fields_;
1648 }
1649
1650 static const AuthServerVerificationMessage& default_instance();
1651
1652 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1653 // Returns the internal default instance pointer. This function can
1654 // return NULL thus should not be used by the user. This is intended
1655 // for Protobuf internal code. Please use default_instance() declared
1656 // above instead.
internal_default_instance()1657 static inline const AuthServerVerificationMessage* internal_default_instance() {
1658 return default_instance_;
1659 }
1660 #endif
1661
1662 void Swap(AuthServerVerificationMessage* other);
1663
1664 // implements Message ----------------------------------------------
1665
1666 AuthServerVerificationMessage* New() const;
1667 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1668 void CopyFrom(const AuthServerVerificationMessage& from);
1669 void MergeFrom(const AuthServerVerificationMessage& from);
1670 void Clear();
1671 bool IsInitialized() const;
1672
1673 int ByteSize() const;
1674 bool MergePartialFromCodedStream(
1675 ::google::protobuf::io::CodedInputStream* input);
1676 void SerializeWithCachedSizes(
1677 ::google::protobuf::io::CodedOutputStream* output) const;
1678 void DiscardUnknownFields();
GetCachedSize()1679 int GetCachedSize() const { return _cached_size_; }
1680 private:
1681 void SharedCtor();
1682 void SharedDtor();
1683 void SetCachedSize(int size) const;
1684 public:
1685 ::std::string GetTypeName() const;
1686
1687 // nested types ----------------------------------------------------
1688
1689 // accessors -------------------------------------------------------
1690
1691 // required bytes serverVerification = 1;
1692 inline bool has_serververification() const;
1693 inline void clear_serververification();
1694 static const int kServerVerificationFieldNumber = 1;
1695 inline const ::std::string& serververification() const;
1696 inline void set_serververification(const ::std::string& value);
1697 inline void set_serververification(const char* value);
1698 inline void set_serververification(const void* value, size_t size);
1699 inline ::std::string* mutable_serververification();
1700 inline ::std::string* release_serververification();
1701 inline void set_allocated_serververification(::std::string* serververification);
1702
1703 // @@protoc_insertion_point(class_scope:AuthServerVerificationMessage)
1704 private:
1705 inline void set_has_serververification();
1706 inline void clear_has_serververification();
1707
1708 ::std::string _unknown_fields_;
1709
1710 ::google::protobuf::uint32 _has_bits_[1];
1711 mutable int _cached_size_;
1712 ::std::string* serververification_;
1713 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1714 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1715 #else
1716 friend void protobuf_AddDesc_pokerth_2eproto();
1717 #endif
1718 friend void protobuf_AssignDesc_pokerth_2eproto();
1719 friend void protobuf_ShutdownFile_pokerth_2eproto();
1720
1721 void InitAsDefaultInstance();
1722 static AuthServerVerificationMessage* default_instance_;
1723 };
1724 // -------------------------------------------------------------------
1725
1726 class InitAckMessage : public ::google::protobuf::MessageLite {
1727 public:
1728 InitAckMessage();
1729 virtual ~InitAckMessage();
1730
1731 InitAckMessage(const InitAckMessage& from);
1732
1733 inline InitAckMessage& operator=(const InitAckMessage& from) {
1734 CopyFrom(from);
1735 return *this;
1736 }
1737
unknown_fields()1738 inline const ::std::string& unknown_fields() const {
1739 return _unknown_fields_;
1740 }
1741
mutable_unknown_fields()1742 inline ::std::string* mutable_unknown_fields() {
1743 return &_unknown_fields_;
1744 }
1745
1746 static const InitAckMessage& default_instance();
1747
1748 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1749 // Returns the internal default instance pointer. This function can
1750 // return NULL thus should not be used by the user. This is intended
1751 // for Protobuf internal code. Please use default_instance() declared
1752 // above instead.
internal_default_instance()1753 static inline const InitAckMessage* internal_default_instance() {
1754 return default_instance_;
1755 }
1756 #endif
1757
1758 void Swap(InitAckMessage* other);
1759
1760 // implements Message ----------------------------------------------
1761
1762 InitAckMessage* New() const;
1763 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1764 void CopyFrom(const InitAckMessage& from);
1765 void MergeFrom(const InitAckMessage& from);
1766 void Clear();
1767 bool IsInitialized() const;
1768
1769 int ByteSize() const;
1770 bool MergePartialFromCodedStream(
1771 ::google::protobuf::io::CodedInputStream* input);
1772 void SerializeWithCachedSizes(
1773 ::google::protobuf::io::CodedOutputStream* output) const;
1774 void DiscardUnknownFields();
GetCachedSize()1775 int GetCachedSize() const { return _cached_size_; }
1776 private:
1777 void SharedCtor();
1778 void SharedDtor();
1779 void SetCachedSize(int size) const;
1780 public:
1781 ::std::string GetTypeName() const;
1782
1783 // nested types ----------------------------------------------------
1784
1785 // accessors -------------------------------------------------------
1786
1787 // required bytes yourSessionId = 1;
1788 inline bool has_yoursessionid() const;
1789 inline void clear_yoursessionid();
1790 static const int kYourSessionIdFieldNumber = 1;
1791 inline const ::std::string& yoursessionid() const;
1792 inline void set_yoursessionid(const ::std::string& value);
1793 inline void set_yoursessionid(const char* value);
1794 inline void set_yoursessionid(const void* value, size_t size);
1795 inline ::std::string* mutable_yoursessionid();
1796 inline ::std::string* release_yoursessionid();
1797 inline void set_allocated_yoursessionid(::std::string* yoursessionid);
1798
1799 // required uint32 yourPlayerId = 2;
1800 inline bool has_yourplayerid() const;
1801 inline void clear_yourplayerid();
1802 static const int kYourPlayerIdFieldNumber = 2;
1803 inline ::google::protobuf::uint32 yourplayerid() const;
1804 inline void set_yourplayerid(::google::protobuf::uint32 value);
1805
1806 // optional bytes yourAvatarHash = 3;
1807 inline bool has_youravatarhash() const;
1808 inline void clear_youravatarhash();
1809 static const int kYourAvatarHashFieldNumber = 3;
1810 inline const ::std::string& youravatarhash() const;
1811 inline void set_youravatarhash(const ::std::string& value);
1812 inline void set_youravatarhash(const char* value);
1813 inline void set_youravatarhash(const void* value, size_t size);
1814 inline ::std::string* mutable_youravatarhash();
1815 inline ::std::string* release_youravatarhash();
1816 inline void set_allocated_youravatarhash(::std::string* youravatarhash);
1817
1818 // optional uint32 rejoinGameId = 4;
1819 inline bool has_rejoingameid() const;
1820 inline void clear_rejoingameid();
1821 static const int kRejoinGameIdFieldNumber = 4;
1822 inline ::google::protobuf::uint32 rejoingameid() const;
1823 inline void set_rejoingameid(::google::protobuf::uint32 value);
1824
1825 // @@protoc_insertion_point(class_scope:InitAckMessage)
1826 private:
1827 inline void set_has_yoursessionid();
1828 inline void clear_has_yoursessionid();
1829 inline void set_has_yourplayerid();
1830 inline void clear_has_yourplayerid();
1831 inline void set_has_youravatarhash();
1832 inline void clear_has_youravatarhash();
1833 inline void set_has_rejoingameid();
1834 inline void clear_has_rejoingameid();
1835
1836 ::std::string _unknown_fields_;
1837
1838 ::google::protobuf::uint32 _has_bits_[1];
1839 mutable int _cached_size_;
1840 ::std::string* yoursessionid_;
1841 ::std::string* youravatarhash_;
1842 ::google::protobuf::uint32 yourplayerid_;
1843 ::google::protobuf::uint32 rejoingameid_;
1844 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1845 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1846 #else
1847 friend void protobuf_AddDesc_pokerth_2eproto();
1848 #endif
1849 friend void protobuf_AssignDesc_pokerth_2eproto();
1850 friend void protobuf_ShutdownFile_pokerth_2eproto();
1851
1852 void InitAsDefaultInstance();
1853 static InitAckMessage* default_instance_;
1854 };
1855 // -------------------------------------------------------------------
1856
1857 class AvatarRequestMessage : public ::google::protobuf::MessageLite {
1858 public:
1859 AvatarRequestMessage();
1860 virtual ~AvatarRequestMessage();
1861
1862 AvatarRequestMessage(const AvatarRequestMessage& from);
1863
1864 inline AvatarRequestMessage& operator=(const AvatarRequestMessage& from) {
1865 CopyFrom(from);
1866 return *this;
1867 }
1868
unknown_fields()1869 inline const ::std::string& unknown_fields() const {
1870 return _unknown_fields_;
1871 }
1872
mutable_unknown_fields()1873 inline ::std::string* mutable_unknown_fields() {
1874 return &_unknown_fields_;
1875 }
1876
1877 static const AvatarRequestMessage& default_instance();
1878
1879 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1880 // Returns the internal default instance pointer. This function can
1881 // return NULL thus should not be used by the user. This is intended
1882 // for Protobuf internal code. Please use default_instance() declared
1883 // above instead.
internal_default_instance()1884 static inline const AvatarRequestMessage* internal_default_instance() {
1885 return default_instance_;
1886 }
1887 #endif
1888
1889 void Swap(AvatarRequestMessage* other);
1890
1891 // implements Message ----------------------------------------------
1892
1893 AvatarRequestMessage* New() const;
1894 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
1895 void CopyFrom(const AvatarRequestMessage& from);
1896 void MergeFrom(const AvatarRequestMessage& from);
1897 void Clear();
1898 bool IsInitialized() const;
1899
1900 int ByteSize() const;
1901 bool MergePartialFromCodedStream(
1902 ::google::protobuf::io::CodedInputStream* input);
1903 void SerializeWithCachedSizes(
1904 ::google::protobuf::io::CodedOutputStream* output) const;
1905 void DiscardUnknownFields();
GetCachedSize()1906 int GetCachedSize() const { return _cached_size_; }
1907 private:
1908 void SharedCtor();
1909 void SharedDtor();
1910 void SetCachedSize(int size) const;
1911 public:
1912 ::std::string GetTypeName() const;
1913
1914 // nested types ----------------------------------------------------
1915
1916 // accessors -------------------------------------------------------
1917
1918 // required uint32 requestId = 1;
1919 inline bool has_requestid() const;
1920 inline void clear_requestid();
1921 static const int kRequestIdFieldNumber = 1;
1922 inline ::google::protobuf::uint32 requestid() const;
1923 inline void set_requestid(::google::protobuf::uint32 value);
1924
1925 // required bytes avatarHash = 2;
1926 inline bool has_avatarhash() const;
1927 inline void clear_avatarhash();
1928 static const int kAvatarHashFieldNumber = 2;
1929 inline const ::std::string& avatarhash() const;
1930 inline void set_avatarhash(const ::std::string& value);
1931 inline void set_avatarhash(const char* value);
1932 inline void set_avatarhash(const void* value, size_t size);
1933 inline ::std::string* mutable_avatarhash();
1934 inline ::std::string* release_avatarhash();
1935 inline void set_allocated_avatarhash(::std::string* avatarhash);
1936
1937 // @@protoc_insertion_point(class_scope:AvatarRequestMessage)
1938 private:
1939 inline void set_has_requestid();
1940 inline void clear_has_requestid();
1941 inline void set_has_avatarhash();
1942 inline void clear_has_avatarhash();
1943
1944 ::std::string _unknown_fields_;
1945
1946 ::google::protobuf::uint32 _has_bits_[1];
1947 mutable int _cached_size_;
1948 ::std::string* avatarhash_;
1949 ::google::protobuf::uint32 requestid_;
1950 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1951 friend void protobuf_AddDesc_pokerth_2eproto_impl();
1952 #else
1953 friend void protobuf_AddDesc_pokerth_2eproto();
1954 #endif
1955 friend void protobuf_AssignDesc_pokerth_2eproto();
1956 friend void protobuf_ShutdownFile_pokerth_2eproto();
1957
1958 void InitAsDefaultInstance();
1959 static AvatarRequestMessage* default_instance_;
1960 };
1961 // -------------------------------------------------------------------
1962
1963 class AvatarHeaderMessage : public ::google::protobuf::MessageLite {
1964 public:
1965 AvatarHeaderMessage();
1966 virtual ~AvatarHeaderMessage();
1967
1968 AvatarHeaderMessage(const AvatarHeaderMessage& from);
1969
1970 inline AvatarHeaderMessage& operator=(const AvatarHeaderMessage& from) {
1971 CopyFrom(from);
1972 return *this;
1973 }
1974
unknown_fields()1975 inline const ::std::string& unknown_fields() const {
1976 return _unknown_fields_;
1977 }
1978
mutable_unknown_fields()1979 inline ::std::string* mutable_unknown_fields() {
1980 return &_unknown_fields_;
1981 }
1982
1983 static const AvatarHeaderMessage& default_instance();
1984
1985 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
1986 // Returns the internal default instance pointer. This function can
1987 // return NULL thus should not be used by the user. This is intended
1988 // for Protobuf internal code. Please use default_instance() declared
1989 // above instead.
internal_default_instance()1990 static inline const AvatarHeaderMessage* internal_default_instance() {
1991 return default_instance_;
1992 }
1993 #endif
1994
1995 void Swap(AvatarHeaderMessage* other);
1996
1997 // implements Message ----------------------------------------------
1998
1999 AvatarHeaderMessage* New() const;
2000 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2001 void CopyFrom(const AvatarHeaderMessage& from);
2002 void MergeFrom(const AvatarHeaderMessage& from);
2003 void Clear();
2004 bool IsInitialized() const;
2005
2006 int ByteSize() const;
2007 bool MergePartialFromCodedStream(
2008 ::google::protobuf::io::CodedInputStream* input);
2009 void SerializeWithCachedSizes(
2010 ::google::protobuf::io::CodedOutputStream* output) const;
2011 void DiscardUnknownFields();
GetCachedSize()2012 int GetCachedSize() const { return _cached_size_; }
2013 private:
2014 void SharedCtor();
2015 void SharedDtor();
2016 void SetCachedSize(int size) const;
2017 public:
2018 ::std::string GetTypeName() const;
2019
2020 // nested types ----------------------------------------------------
2021
2022 // accessors -------------------------------------------------------
2023
2024 // required uint32 requestId = 1;
2025 inline bool has_requestid() const;
2026 inline void clear_requestid();
2027 static const int kRequestIdFieldNumber = 1;
2028 inline ::google::protobuf::uint32 requestid() const;
2029 inline void set_requestid(::google::protobuf::uint32 value);
2030
2031 // required .NetAvatarType avatarType = 2;
2032 inline bool has_avatartype() const;
2033 inline void clear_avatartype();
2034 static const int kAvatarTypeFieldNumber = 2;
2035 inline ::NetAvatarType avatartype() const;
2036 inline void set_avatartype(::NetAvatarType value);
2037
2038 // required uint32 avatarSize = 3;
2039 inline bool has_avatarsize() const;
2040 inline void clear_avatarsize();
2041 static const int kAvatarSizeFieldNumber = 3;
2042 inline ::google::protobuf::uint32 avatarsize() const;
2043 inline void set_avatarsize(::google::protobuf::uint32 value);
2044
2045 // @@protoc_insertion_point(class_scope:AvatarHeaderMessage)
2046 private:
2047 inline void set_has_requestid();
2048 inline void clear_has_requestid();
2049 inline void set_has_avatartype();
2050 inline void clear_has_avatartype();
2051 inline void set_has_avatarsize();
2052 inline void clear_has_avatarsize();
2053
2054 ::std::string _unknown_fields_;
2055
2056 ::google::protobuf::uint32 _has_bits_[1];
2057 mutable int _cached_size_;
2058 ::google::protobuf::uint32 requestid_;
2059 int avatartype_;
2060 ::google::protobuf::uint32 avatarsize_;
2061 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2062 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2063 #else
2064 friend void protobuf_AddDesc_pokerth_2eproto();
2065 #endif
2066 friend void protobuf_AssignDesc_pokerth_2eproto();
2067 friend void protobuf_ShutdownFile_pokerth_2eproto();
2068
2069 void InitAsDefaultInstance();
2070 static AvatarHeaderMessage* default_instance_;
2071 };
2072 // -------------------------------------------------------------------
2073
2074 class AvatarDataMessage : public ::google::protobuf::MessageLite {
2075 public:
2076 AvatarDataMessage();
2077 virtual ~AvatarDataMessage();
2078
2079 AvatarDataMessage(const AvatarDataMessage& from);
2080
2081 inline AvatarDataMessage& operator=(const AvatarDataMessage& from) {
2082 CopyFrom(from);
2083 return *this;
2084 }
2085
unknown_fields()2086 inline const ::std::string& unknown_fields() const {
2087 return _unknown_fields_;
2088 }
2089
mutable_unknown_fields()2090 inline ::std::string* mutable_unknown_fields() {
2091 return &_unknown_fields_;
2092 }
2093
2094 static const AvatarDataMessage& default_instance();
2095
2096 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2097 // Returns the internal default instance pointer. This function can
2098 // return NULL thus should not be used by the user. This is intended
2099 // for Protobuf internal code. Please use default_instance() declared
2100 // above instead.
internal_default_instance()2101 static inline const AvatarDataMessage* internal_default_instance() {
2102 return default_instance_;
2103 }
2104 #endif
2105
2106 void Swap(AvatarDataMessage* other);
2107
2108 // implements Message ----------------------------------------------
2109
2110 AvatarDataMessage* New() const;
2111 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2112 void CopyFrom(const AvatarDataMessage& from);
2113 void MergeFrom(const AvatarDataMessage& from);
2114 void Clear();
2115 bool IsInitialized() const;
2116
2117 int ByteSize() const;
2118 bool MergePartialFromCodedStream(
2119 ::google::protobuf::io::CodedInputStream* input);
2120 void SerializeWithCachedSizes(
2121 ::google::protobuf::io::CodedOutputStream* output) const;
2122 void DiscardUnknownFields();
GetCachedSize()2123 int GetCachedSize() const { return _cached_size_; }
2124 private:
2125 void SharedCtor();
2126 void SharedDtor();
2127 void SetCachedSize(int size) const;
2128 public:
2129 ::std::string GetTypeName() const;
2130
2131 // nested types ----------------------------------------------------
2132
2133 // accessors -------------------------------------------------------
2134
2135 // required uint32 requestId = 1;
2136 inline bool has_requestid() const;
2137 inline void clear_requestid();
2138 static const int kRequestIdFieldNumber = 1;
2139 inline ::google::protobuf::uint32 requestid() const;
2140 inline void set_requestid(::google::protobuf::uint32 value);
2141
2142 // required bytes avatarBlock = 2;
2143 inline bool has_avatarblock() const;
2144 inline void clear_avatarblock();
2145 static const int kAvatarBlockFieldNumber = 2;
2146 inline const ::std::string& avatarblock() const;
2147 inline void set_avatarblock(const ::std::string& value);
2148 inline void set_avatarblock(const char* value);
2149 inline void set_avatarblock(const void* value, size_t size);
2150 inline ::std::string* mutable_avatarblock();
2151 inline ::std::string* release_avatarblock();
2152 inline void set_allocated_avatarblock(::std::string* avatarblock);
2153
2154 // @@protoc_insertion_point(class_scope:AvatarDataMessage)
2155 private:
2156 inline void set_has_requestid();
2157 inline void clear_has_requestid();
2158 inline void set_has_avatarblock();
2159 inline void clear_has_avatarblock();
2160
2161 ::std::string _unknown_fields_;
2162
2163 ::google::protobuf::uint32 _has_bits_[1];
2164 mutable int _cached_size_;
2165 ::std::string* avatarblock_;
2166 ::google::protobuf::uint32 requestid_;
2167 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2168 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2169 #else
2170 friend void protobuf_AddDesc_pokerth_2eproto();
2171 #endif
2172 friend void protobuf_AssignDesc_pokerth_2eproto();
2173 friend void protobuf_ShutdownFile_pokerth_2eproto();
2174
2175 void InitAsDefaultInstance();
2176 static AvatarDataMessage* default_instance_;
2177 };
2178 // -------------------------------------------------------------------
2179
2180 class AvatarEndMessage : public ::google::protobuf::MessageLite {
2181 public:
2182 AvatarEndMessage();
2183 virtual ~AvatarEndMessage();
2184
2185 AvatarEndMessage(const AvatarEndMessage& from);
2186
2187 inline AvatarEndMessage& operator=(const AvatarEndMessage& from) {
2188 CopyFrom(from);
2189 return *this;
2190 }
2191
unknown_fields()2192 inline const ::std::string& unknown_fields() const {
2193 return _unknown_fields_;
2194 }
2195
mutable_unknown_fields()2196 inline ::std::string* mutable_unknown_fields() {
2197 return &_unknown_fields_;
2198 }
2199
2200 static const AvatarEndMessage& default_instance();
2201
2202 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2203 // Returns the internal default instance pointer. This function can
2204 // return NULL thus should not be used by the user. This is intended
2205 // for Protobuf internal code. Please use default_instance() declared
2206 // above instead.
internal_default_instance()2207 static inline const AvatarEndMessage* internal_default_instance() {
2208 return default_instance_;
2209 }
2210 #endif
2211
2212 void Swap(AvatarEndMessage* other);
2213
2214 // implements Message ----------------------------------------------
2215
2216 AvatarEndMessage* New() const;
2217 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2218 void CopyFrom(const AvatarEndMessage& from);
2219 void MergeFrom(const AvatarEndMessage& from);
2220 void Clear();
2221 bool IsInitialized() const;
2222
2223 int ByteSize() const;
2224 bool MergePartialFromCodedStream(
2225 ::google::protobuf::io::CodedInputStream* input);
2226 void SerializeWithCachedSizes(
2227 ::google::protobuf::io::CodedOutputStream* output) const;
2228 void DiscardUnknownFields();
GetCachedSize()2229 int GetCachedSize() const { return _cached_size_; }
2230 private:
2231 void SharedCtor();
2232 void SharedDtor();
2233 void SetCachedSize(int size) const;
2234 public:
2235 ::std::string GetTypeName() const;
2236
2237 // nested types ----------------------------------------------------
2238
2239 // accessors -------------------------------------------------------
2240
2241 // required uint32 requestId = 1;
2242 inline bool has_requestid() const;
2243 inline void clear_requestid();
2244 static const int kRequestIdFieldNumber = 1;
2245 inline ::google::protobuf::uint32 requestid() const;
2246 inline void set_requestid(::google::protobuf::uint32 value);
2247
2248 // @@protoc_insertion_point(class_scope:AvatarEndMessage)
2249 private:
2250 inline void set_has_requestid();
2251 inline void clear_has_requestid();
2252
2253 ::std::string _unknown_fields_;
2254
2255 ::google::protobuf::uint32 _has_bits_[1];
2256 mutable int _cached_size_;
2257 ::google::protobuf::uint32 requestid_;
2258 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2259 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2260 #else
2261 friend void protobuf_AddDesc_pokerth_2eproto();
2262 #endif
2263 friend void protobuf_AssignDesc_pokerth_2eproto();
2264 friend void protobuf_ShutdownFile_pokerth_2eproto();
2265
2266 void InitAsDefaultInstance();
2267 static AvatarEndMessage* default_instance_;
2268 };
2269 // -------------------------------------------------------------------
2270
2271 class UnknownAvatarMessage : public ::google::protobuf::MessageLite {
2272 public:
2273 UnknownAvatarMessage();
2274 virtual ~UnknownAvatarMessage();
2275
2276 UnknownAvatarMessage(const UnknownAvatarMessage& from);
2277
2278 inline UnknownAvatarMessage& operator=(const UnknownAvatarMessage& from) {
2279 CopyFrom(from);
2280 return *this;
2281 }
2282
unknown_fields()2283 inline const ::std::string& unknown_fields() const {
2284 return _unknown_fields_;
2285 }
2286
mutable_unknown_fields()2287 inline ::std::string* mutable_unknown_fields() {
2288 return &_unknown_fields_;
2289 }
2290
2291 static const UnknownAvatarMessage& default_instance();
2292
2293 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2294 // Returns the internal default instance pointer. This function can
2295 // return NULL thus should not be used by the user. This is intended
2296 // for Protobuf internal code. Please use default_instance() declared
2297 // above instead.
internal_default_instance()2298 static inline const UnknownAvatarMessage* internal_default_instance() {
2299 return default_instance_;
2300 }
2301 #endif
2302
2303 void Swap(UnknownAvatarMessage* other);
2304
2305 // implements Message ----------------------------------------------
2306
2307 UnknownAvatarMessage* New() const;
2308 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2309 void CopyFrom(const UnknownAvatarMessage& from);
2310 void MergeFrom(const UnknownAvatarMessage& from);
2311 void Clear();
2312 bool IsInitialized() const;
2313
2314 int ByteSize() const;
2315 bool MergePartialFromCodedStream(
2316 ::google::protobuf::io::CodedInputStream* input);
2317 void SerializeWithCachedSizes(
2318 ::google::protobuf::io::CodedOutputStream* output) const;
2319 void DiscardUnknownFields();
GetCachedSize()2320 int GetCachedSize() const { return _cached_size_; }
2321 private:
2322 void SharedCtor();
2323 void SharedDtor();
2324 void SetCachedSize(int size) const;
2325 public:
2326 ::std::string GetTypeName() const;
2327
2328 // nested types ----------------------------------------------------
2329
2330 // accessors -------------------------------------------------------
2331
2332 // required uint32 requestId = 1;
2333 inline bool has_requestid() const;
2334 inline void clear_requestid();
2335 static const int kRequestIdFieldNumber = 1;
2336 inline ::google::protobuf::uint32 requestid() const;
2337 inline void set_requestid(::google::protobuf::uint32 value);
2338
2339 // @@protoc_insertion_point(class_scope:UnknownAvatarMessage)
2340 private:
2341 inline void set_has_requestid();
2342 inline void clear_has_requestid();
2343
2344 ::std::string _unknown_fields_;
2345
2346 ::google::protobuf::uint32 _has_bits_[1];
2347 mutable int _cached_size_;
2348 ::google::protobuf::uint32 requestid_;
2349 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2350 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2351 #else
2352 friend void protobuf_AddDesc_pokerth_2eproto();
2353 #endif
2354 friend void protobuf_AssignDesc_pokerth_2eproto();
2355 friend void protobuf_ShutdownFile_pokerth_2eproto();
2356
2357 void InitAsDefaultInstance();
2358 static UnknownAvatarMessage* default_instance_;
2359 };
2360 // -------------------------------------------------------------------
2361
2362 class PlayerListMessage : public ::google::protobuf::MessageLite {
2363 public:
2364 PlayerListMessage();
2365 virtual ~PlayerListMessage();
2366
2367 PlayerListMessage(const PlayerListMessage& from);
2368
2369 inline PlayerListMessage& operator=(const PlayerListMessage& from) {
2370 CopyFrom(from);
2371 return *this;
2372 }
2373
unknown_fields()2374 inline const ::std::string& unknown_fields() const {
2375 return _unknown_fields_;
2376 }
2377
mutable_unknown_fields()2378 inline ::std::string* mutable_unknown_fields() {
2379 return &_unknown_fields_;
2380 }
2381
2382 static const PlayerListMessage& default_instance();
2383
2384 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2385 // Returns the internal default instance pointer. This function can
2386 // return NULL thus should not be used by the user. This is intended
2387 // for Protobuf internal code. Please use default_instance() declared
2388 // above instead.
internal_default_instance()2389 static inline const PlayerListMessage* internal_default_instance() {
2390 return default_instance_;
2391 }
2392 #endif
2393
2394 void Swap(PlayerListMessage* other);
2395
2396 // implements Message ----------------------------------------------
2397
2398 PlayerListMessage* New() const;
2399 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2400 void CopyFrom(const PlayerListMessage& from);
2401 void MergeFrom(const PlayerListMessage& from);
2402 void Clear();
2403 bool IsInitialized() const;
2404
2405 int ByteSize() const;
2406 bool MergePartialFromCodedStream(
2407 ::google::protobuf::io::CodedInputStream* input);
2408 void SerializeWithCachedSizes(
2409 ::google::protobuf::io::CodedOutputStream* output) const;
2410 void DiscardUnknownFields();
GetCachedSize()2411 int GetCachedSize() const { return _cached_size_; }
2412 private:
2413 void SharedCtor();
2414 void SharedDtor();
2415 void SetCachedSize(int size) const;
2416 public:
2417 ::std::string GetTypeName() const;
2418
2419 // nested types ----------------------------------------------------
2420
2421 typedef PlayerListMessage_PlayerListNotification PlayerListNotification;
2422 static const PlayerListNotification playerListNew = PlayerListMessage_PlayerListNotification_playerListNew;
2423 static const PlayerListNotification playerListLeft = PlayerListMessage_PlayerListNotification_playerListLeft;
PlayerListNotification_IsValid(int value)2424 static inline bool PlayerListNotification_IsValid(int value) {
2425 return PlayerListMessage_PlayerListNotification_IsValid(value);
2426 }
2427 static const PlayerListNotification PlayerListNotification_MIN =
2428 PlayerListMessage_PlayerListNotification_PlayerListNotification_MIN;
2429 static const PlayerListNotification PlayerListNotification_MAX =
2430 PlayerListMessage_PlayerListNotification_PlayerListNotification_MAX;
2431 static const int PlayerListNotification_ARRAYSIZE =
2432 PlayerListMessage_PlayerListNotification_PlayerListNotification_ARRAYSIZE;
2433
2434 // accessors -------------------------------------------------------
2435
2436 // required uint32 playerId = 1;
2437 inline bool has_playerid() const;
2438 inline void clear_playerid();
2439 static const int kPlayerIdFieldNumber = 1;
2440 inline ::google::protobuf::uint32 playerid() const;
2441 inline void set_playerid(::google::protobuf::uint32 value);
2442
2443 // required .PlayerListMessage.PlayerListNotification playerListNotification = 2;
2444 inline bool has_playerlistnotification() const;
2445 inline void clear_playerlistnotification();
2446 static const int kPlayerListNotificationFieldNumber = 2;
2447 inline ::PlayerListMessage_PlayerListNotification playerlistnotification() const;
2448 inline void set_playerlistnotification(::PlayerListMessage_PlayerListNotification value);
2449
2450 // @@protoc_insertion_point(class_scope:PlayerListMessage)
2451 private:
2452 inline void set_has_playerid();
2453 inline void clear_has_playerid();
2454 inline void set_has_playerlistnotification();
2455 inline void clear_has_playerlistnotification();
2456
2457 ::std::string _unknown_fields_;
2458
2459 ::google::protobuf::uint32 _has_bits_[1];
2460 mutable int _cached_size_;
2461 ::google::protobuf::uint32 playerid_;
2462 int playerlistnotification_;
2463 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2464 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2465 #else
2466 friend void protobuf_AddDesc_pokerth_2eproto();
2467 #endif
2468 friend void protobuf_AssignDesc_pokerth_2eproto();
2469 friend void protobuf_ShutdownFile_pokerth_2eproto();
2470
2471 void InitAsDefaultInstance();
2472 static PlayerListMessage* default_instance_;
2473 };
2474 // -------------------------------------------------------------------
2475
2476 class GameListNewMessage : public ::google::protobuf::MessageLite {
2477 public:
2478 GameListNewMessage();
2479 virtual ~GameListNewMessage();
2480
2481 GameListNewMessage(const GameListNewMessage& from);
2482
2483 inline GameListNewMessage& operator=(const GameListNewMessage& from) {
2484 CopyFrom(from);
2485 return *this;
2486 }
2487
unknown_fields()2488 inline const ::std::string& unknown_fields() const {
2489 return _unknown_fields_;
2490 }
2491
mutable_unknown_fields()2492 inline ::std::string* mutable_unknown_fields() {
2493 return &_unknown_fields_;
2494 }
2495
2496 static const GameListNewMessage& default_instance();
2497
2498 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2499 // Returns the internal default instance pointer. This function can
2500 // return NULL thus should not be used by the user. This is intended
2501 // for Protobuf internal code. Please use default_instance() declared
2502 // above instead.
internal_default_instance()2503 static inline const GameListNewMessage* internal_default_instance() {
2504 return default_instance_;
2505 }
2506 #endif
2507
2508 void Swap(GameListNewMessage* other);
2509
2510 // implements Message ----------------------------------------------
2511
2512 GameListNewMessage* New() const;
2513 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2514 void CopyFrom(const GameListNewMessage& from);
2515 void MergeFrom(const GameListNewMessage& from);
2516 void Clear();
2517 bool IsInitialized() const;
2518
2519 int ByteSize() const;
2520 bool MergePartialFromCodedStream(
2521 ::google::protobuf::io::CodedInputStream* input);
2522 void SerializeWithCachedSizes(
2523 ::google::protobuf::io::CodedOutputStream* output) const;
2524 void DiscardUnknownFields();
GetCachedSize()2525 int GetCachedSize() const { return _cached_size_; }
2526 private:
2527 void SharedCtor();
2528 void SharedDtor();
2529 void SetCachedSize(int size) const;
2530 public:
2531 ::std::string GetTypeName() const;
2532
2533 // nested types ----------------------------------------------------
2534
2535 // accessors -------------------------------------------------------
2536
2537 // required uint32 gameId = 1;
2538 inline bool has_gameid() const;
2539 inline void clear_gameid();
2540 static const int kGameIdFieldNumber = 1;
2541 inline ::google::protobuf::uint32 gameid() const;
2542 inline void set_gameid(::google::protobuf::uint32 value);
2543
2544 // required .NetGameMode gameMode = 2;
2545 inline bool has_gamemode() const;
2546 inline void clear_gamemode();
2547 static const int kGameModeFieldNumber = 2;
2548 inline ::NetGameMode gamemode() const;
2549 inline void set_gamemode(::NetGameMode value);
2550
2551 // required bool isPrivate = 3;
2552 inline bool has_isprivate() const;
2553 inline void clear_isprivate();
2554 static const int kIsPrivateFieldNumber = 3;
2555 inline bool isprivate() const;
2556 inline void set_isprivate(bool value);
2557
2558 // repeated uint32 playerIds = 4 [packed = true];
2559 inline int playerids_size() const;
2560 inline void clear_playerids();
2561 static const int kPlayerIdsFieldNumber = 4;
2562 inline ::google::protobuf::uint32 playerids(int index) const;
2563 inline void set_playerids(int index, ::google::protobuf::uint32 value);
2564 inline void add_playerids(::google::protobuf::uint32 value);
2565 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
2566 playerids() const;
2567 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
2568 mutable_playerids();
2569
2570 // required uint32 adminPlayerId = 5;
2571 inline bool has_adminplayerid() const;
2572 inline void clear_adminplayerid();
2573 static const int kAdminPlayerIdFieldNumber = 5;
2574 inline ::google::protobuf::uint32 adminplayerid() const;
2575 inline void set_adminplayerid(::google::protobuf::uint32 value);
2576
2577 // required .NetGameInfo gameInfo = 6;
2578 inline bool has_gameinfo() const;
2579 inline void clear_gameinfo();
2580 static const int kGameInfoFieldNumber = 6;
2581 inline const ::NetGameInfo& gameinfo() const;
2582 inline ::NetGameInfo* mutable_gameinfo();
2583 inline ::NetGameInfo* release_gameinfo();
2584 inline void set_allocated_gameinfo(::NetGameInfo* gameinfo);
2585
2586 // repeated uint32 spectatorIds = 7 [packed = true];
2587 inline int spectatorids_size() const;
2588 inline void clear_spectatorids();
2589 static const int kSpectatorIdsFieldNumber = 7;
2590 inline ::google::protobuf::uint32 spectatorids(int index) const;
2591 inline void set_spectatorids(int index, ::google::protobuf::uint32 value);
2592 inline void add_spectatorids(::google::protobuf::uint32 value);
2593 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
2594 spectatorids() const;
2595 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
2596 mutable_spectatorids();
2597
2598 // @@protoc_insertion_point(class_scope:GameListNewMessage)
2599 private:
2600 inline void set_has_gameid();
2601 inline void clear_has_gameid();
2602 inline void set_has_gamemode();
2603 inline void clear_has_gamemode();
2604 inline void set_has_isprivate();
2605 inline void clear_has_isprivate();
2606 inline void set_has_adminplayerid();
2607 inline void clear_has_adminplayerid();
2608 inline void set_has_gameinfo();
2609 inline void clear_has_gameinfo();
2610
2611 ::std::string _unknown_fields_;
2612
2613 ::google::protobuf::uint32 _has_bits_[1];
2614 mutable int _cached_size_;
2615 ::google::protobuf::uint32 gameid_;
2616 int gamemode_;
2617 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > playerids_;
2618 mutable int _playerids_cached_byte_size_;
2619 bool isprivate_;
2620 ::google::protobuf::uint32 adminplayerid_;
2621 ::NetGameInfo* gameinfo_;
2622 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > spectatorids_;
2623 mutable int _spectatorids_cached_byte_size_;
2624 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2625 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2626 #else
2627 friend void protobuf_AddDesc_pokerth_2eproto();
2628 #endif
2629 friend void protobuf_AssignDesc_pokerth_2eproto();
2630 friend void protobuf_ShutdownFile_pokerth_2eproto();
2631
2632 void InitAsDefaultInstance();
2633 static GameListNewMessage* default_instance_;
2634 };
2635 // -------------------------------------------------------------------
2636
2637 class GameListUpdateMessage : public ::google::protobuf::MessageLite {
2638 public:
2639 GameListUpdateMessage();
2640 virtual ~GameListUpdateMessage();
2641
2642 GameListUpdateMessage(const GameListUpdateMessage& from);
2643
2644 inline GameListUpdateMessage& operator=(const GameListUpdateMessage& from) {
2645 CopyFrom(from);
2646 return *this;
2647 }
2648
unknown_fields()2649 inline const ::std::string& unknown_fields() const {
2650 return _unknown_fields_;
2651 }
2652
mutable_unknown_fields()2653 inline ::std::string* mutable_unknown_fields() {
2654 return &_unknown_fields_;
2655 }
2656
2657 static const GameListUpdateMessage& default_instance();
2658
2659 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2660 // Returns the internal default instance pointer. This function can
2661 // return NULL thus should not be used by the user. This is intended
2662 // for Protobuf internal code. Please use default_instance() declared
2663 // above instead.
internal_default_instance()2664 static inline const GameListUpdateMessage* internal_default_instance() {
2665 return default_instance_;
2666 }
2667 #endif
2668
2669 void Swap(GameListUpdateMessage* other);
2670
2671 // implements Message ----------------------------------------------
2672
2673 GameListUpdateMessage* New() const;
2674 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2675 void CopyFrom(const GameListUpdateMessage& from);
2676 void MergeFrom(const GameListUpdateMessage& from);
2677 void Clear();
2678 bool IsInitialized() const;
2679
2680 int ByteSize() const;
2681 bool MergePartialFromCodedStream(
2682 ::google::protobuf::io::CodedInputStream* input);
2683 void SerializeWithCachedSizes(
2684 ::google::protobuf::io::CodedOutputStream* output) const;
2685 void DiscardUnknownFields();
GetCachedSize()2686 int GetCachedSize() const { return _cached_size_; }
2687 private:
2688 void SharedCtor();
2689 void SharedDtor();
2690 void SetCachedSize(int size) const;
2691 public:
2692 ::std::string GetTypeName() const;
2693
2694 // nested types ----------------------------------------------------
2695
2696 // accessors -------------------------------------------------------
2697
2698 // required uint32 gameId = 1;
2699 inline bool has_gameid() const;
2700 inline void clear_gameid();
2701 static const int kGameIdFieldNumber = 1;
2702 inline ::google::protobuf::uint32 gameid() const;
2703 inline void set_gameid(::google::protobuf::uint32 value);
2704
2705 // required .NetGameMode gameMode = 2;
2706 inline bool has_gamemode() const;
2707 inline void clear_gamemode();
2708 static const int kGameModeFieldNumber = 2;
2709 inline ::NetGameMode gamemode() const;
2710 inline void set_gamemode(::NetGameMode value);
2711
2712 // @@protoc_insertion_point(class_scope:GameListUpdateMessage)
2713 private:
2714 inline void set_has_gameid();
2715 inline void clear_has_gameid();
2716 inline void set_has_gamemode();
2717 inline void clear_has_gamemode();
2718
2719 ::std::string _unknown_fields_;
2720
2721 ::google::protobuf::uint32 _has_bits_[1];
2722 mutable int _cached_size_;
2723 ::google::protobuf::uint32 gameid_;
2724 int gamemode_;
2725 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2726 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2727 #else
2728 friend void protobuf_AddDesc_pokerth_2eproto();
2729 #endif
2730 friend void protobuf_AssignDesc_pokerth_2eproto();
2731 friend void protobuf_ShutdownFile_pokerth_2eproto();
2732
2733 void InitAsDefaultInstance();
2734 static GameListUpdateMessage* default_instance_;
2735 };
2736 // -------------------------------------------------------------------
2737
2738 class GameListPlayerJoinedMessage : public ::google::protobuf::MessageLite {
2739 public:
2740 GameListPlayerJoinedMessage();
2741 virtual ~GameListPlayerJoinedMessage();
2742
2743 GameListPlayerJoinedMessage(const GameListPlayerJoinedMessage& from);
2744
2745 inline GameListPlayerJoinedMessage& operator=(const GameListPlayerJoinedMessage& from) {
2746 CopyFrom(from);
2747 return *this;
2748 }
2749
unknown_fields()2750 inline const ::std::string& unknown_fields() const {
2751 return _unknown_fields_;
2752 }
2753
mutable_unknown_fields()2754 inline ::std::string* mutable_unknown_fields() {
2755 return &_unknown_fields_;
2756 }
2757
2758 static const GameListPlayerJoinedMessage& default_instance();
2759
2760 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2761 // Returns the internal default instance pointer. This function can
2762 // return NULL thus should not be used by the user. This is intended
2763 // for Protobuf internal code. Please use default_instance() declared
2764 // above instead.
internal_default_instance()2765 static inline const GameListPlayerJoinedMessage* internal_default_instance() {
2766 return default_instance_;
2767 }
2768 #endif
2769
2770 void Swap(GameListPlayerJoinedMessage* other);
2771
2772 // implements Message ----------------------------------------------
2773
2774 GameListPlayerJoinedMessage* New() const;
2775 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2776 void CopyFrom(const GameListPlayerJoinedMessage& from);
2777 void MergeFrom(const GameListPlayerJoinedMessage& from);
2778 void Clear();
2779 bool IsInitialized() const;
2780
2781 int ByteSize() const;
2782 bool MergePartialFromCodedStream(
2783 ::google::protobuf::io::CodedInputStream* input);
2784 void SerializeWithCachedSizes(
2785 ::google::protobuf::io::CodedOutputStream* output) const;
2786 void DiscardUnknownFields();
GetCachedSize()2787 int GetCachedSize() const { return _cached_size_; }
2788 private:
2789 void SharedCtor();
2790 void SharedDtor();
2791 void SetCachedSize(int size) const;
2792 public:
2793 ::std::string GetTypeName() const;
2794
2795 // nested types ----------------------------------------------------
2796
2797 // accessors -------------------------------------------------------
2798
2799 // required uint32 gameId = 1;
2800 inline bool has_gameid() const;
2801 inline void clear_gameid();
2802 static const int kGameIdFieldNumber = 1;
2803 inline ::google::protobuf::uint32 gameid() const;
2804 inline void set_gameid(::google::protobuf::uint32 value);
2805
2806 // required uint32 playerId = 2;
2807 inline bool has_playerid() const;
2808 inline void clear_playerid();
2809 static const int kPlayerIdFieldNumber = 2;
2810 inline ::google::protobuf::uint32 playerid() const;
2811 inline void set_playerid(::google::protobuf::uint32 value);
2812
2813 // @@protoc_insertion_point(class_scope:GameListPlayerJoinedMessage)
2814 private:
2815 inline void set_has_gameid();
2816 inline void clear_has_gameid();
2817 inline void set_has_playerid();
2818 inline void clear_has_playerid();
2819
2820 ::std::string _unknown_fields_;
2821
2822 ::google::protobuf::uint32 _has_bits_[1];
2823 mutable int _cached_size_;
2824 ::google::protobuf::uint32 gameid_;
2825 ::google::protobuf::uint32 playerid_;
2826 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2827 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2828 #else
2829 friend void protobuf_AddDesc_pokerth_2eproto();
2830 #endif
2831 friend void protobuf_AssignDesc_pokerth_2eproto();
2832 friend void protobuf_ShutdownFile_pokerth_2eproto();
2833
2834 void InitAsDefaultInstance();
2835 static GameListPlayerJoinedMessage* default_instance_;
2836 };
2837 // -------------------------------------------------------------------
2838
2839 class GameListPlayerLeftMessage : public ::google::protobuf::MessageLite {
2840 public:
2841 GameListPlayerLeftMessage();
2842 virtual ~GameListPlayerLeftMessage();
2843
2844 GameListPlayerLeftMessage(const GameListPlayerLeftMessage& from);
2845
2846 inline GameListPlayerLeftMessage& operator=(const GameListPlayerLeftMessage& from) {
2847 CopyFrom(from);
2848 return *this;
2849 }
2850
unknown_fields()2851 inline const ::std::string& unknown_fields() const {
2852 return _unknown_fields_;
2853 }
2854
mutable_unknown_fields()2855 inline ::std::string* mutable_unknown_fields() {
2856 return &_unknown_fields_;
2857 }
2858
2859 static const GameListPlayerLeftMessage& default_instance();
2860
2861 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2862 // Returns the internal default instance pointer. This function can
2863 // return NULL thus should not be used by the user. This is intended
2864 // for Protobuf internal code. Please use default_instance() declared
2865 // above instead.
internal_default_instance()2866 static inline const GameListPlayerLeftMessage* internal_default_instance() {
2867 return default_instance_;
2868 }
2869 #endif
2870
2871 void Swap(GameListPlayerLeftMessage* other);
2872
2873 // implements Message ----------------------------------------------
2874
2875 GameListPlayerLeftMessage* New() const;
2876 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2877 void CopyFrom(const GameListPlayerLeftMessage& from);
2878 void MergeFrom(const GameListPlayerLeftMessage& from);
2879 void Clear();
2880 bool IsInitialized() const;
2881
2882 int ByteSize() const;
2883 bool MergePartialFromCodedStream(
2884 ::google::protobuf::io::CodedInputStream* input);
2885 void SerializeWithCachedSizes(
2886 ::google::protobuf::io::CodedOutputStream* output) const;
2887 void DiscardUnknownFields();
GetCachedSize()2888 int GetCachedSize() const { return _cached_size_; }
2889 private:
2890 void SharedCtor();
2891 void SharedDtor();
2892 void SetCachedSize(int size) const;
2893 public:
2894 ::std::string GetTypeName() const;
2895
2896 // nested types ----------------------------------------------------
2897
2898 // accessors -------------------------------------------------------
2899
2900 // required uint32 gameId = 1;
2901 inline bool has_gameid() const;
2902 inline void clear_gameid();
2903 static const int kGameIdFieldNumber = 1;
2904 inline ::google::protobuf::uint32 gameid() const;
2905 inline void set_gameid(::google::protobuf::uint32 value);
2906
2907 // required uint32 playerId = 2;
2908 inline bool has_playerid() const;
2909 inline void clear_playerid();
2910 static const int kPlayerIdFieldNumber = 2;
2911 inline ::google::protobuf::uint32 playerid() const;
2912 inline void set_playerid(::google::protobuf::uint32 value);
2913
2914 // @@protoc_insertion_point(class_scope:GameListPlayerLeftMessage)
2915 private:
2916 inline void set_has_gameid();
2917 inline void clear_has_gameid();
2918 inline void set_has_playerid();
2919 inline void clear_has_playerid();
2920
2921 ::std::string _unknown_fields_;
2922
2923 ::google::protobuf::uint32 _has_bits_[1];
2924 mutable int _cached_size_;
2925 ::google::protobuf::uint32 gameid_;
2926 ::google::protobuf::uint32 playerid_;
2927 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2928 friend void protobuf_AddDesc_pokerth_2eproto_impl();
2929 #else
2930 friend void protobuf_AddDesc_pokerth_2eproto();
2931 #endif
2932 friend void protobuf_AssignDesc_pokerth_2eproto();
2933 friend void protobuf_ShutdownFile_pokerth_2eproto();
2934
2935 void InitAsDefaultInstance();
2936 static GameListPlayerLeftMessage* default_instance_;
2937 };
2938 // -------------------------------------------------------------------
2939
2940 class GameListSpectatorJoinedMessage : public ::google::protobuf::MessageLite {
2941 public:
2942 GameListSpectatorJoinedMessage();
2943 virtual ~GameListSpectatorJoinedMessage();
2944
2945 GameListSpectatorJoinedMessage(const GameListSpectatorJoinedMessage& from);
2946
2947 inline GameListSpectatorJoinedMessage& operator=(const GameListSpectatorJoinedMessage& from) {
2948 CopyFrom(from);
2949 return *this;
2950 }
2951
unknown_fields()2952 inline const ::std::string& unknown_fields() const {
2953 return _unknown_fields_;
2954 }
2955
mutable_unknown_fields()2956 inline ::std::string* mutable_unknown_fields() {
2957 return &_unknown_fields_;
2958 }
2959
2960 static const GameListSpectatorJoinedMessage& default_instance();
2961
2962 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
2963 // Returns the internal default instance pointer. This function can
2964 // return NULL thus should not be used by the user. This is intended
2965 // for Protobuf internal code. Please use default_instance() declared
2966 // above instead.
internal_default_instance()2967 static inline const GameListSpectatorJoinedMessage* internal_default_instance() {
2968 return default_instance_;
2969 }
2970 #endif
2971
2972 void Swap(GameListSpectatorJoinedMessage* other);
2973
2974 // implements Message ----------------------------------------------
2975
2976 GameListSpectatorJoinedMessage* New() const;
2977 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
2978 void CopyFrom(const GameListSpectatorJoinedMessage& from);
2979 void MergeFrom(const GameListSpectatorJoinedMessage& from);
2980 void Clear();
2981 bool IsInitialized() const;
2982
2983 int ByteSize() const;
2984 bool MergePartialFromCodedStream(
2985 ::google::protobuf::io::CodedInputStream* input);
2986 void SerializeWithCachedSizes(
2987 ::google::protobuf::io::CodedOutputStream* output) const;
2988 void DiscardUnknownFields();
GetCachedSize()2989 int GetCachedSize() const { return _cached_size_; }
2990 private:
2991 void SharedCtor();
2992 void SharedDtor();
2993 void SetCachedSize(int size) const;
2994 public:
2995 ::std::string GetTypeName() const;
2996
2997 // nested types ----------------------------------------------------
2998
2999 // accessors -------------------------------------------------------
3000
3001 // required uint32 gameId = 1;
3002 inline bool has_gameid() const;
3003 inline void clear_gameid();
3004 static const int kGameIdFieldNumber = 1;
3005 inline ::google::protobuf::uint32 gameid() const;
3006 inline void set_gameid(::google::protobuf::uint32 value);
3007
3008 // required uint32 playerId = 2;
3009 inline bool has_playerid() const;
3010 inline void clear_playerid();
3011 static const int kPlayerIdFieldNumber = 2;
3012 inline ::google::protobuf::uint32 playerid() const;
3013 inline void set_playerid(::google::protobuf::uint32 value);
3014
3015 // @@protoc_insertion_point(class_scope:GameListSpectatorJoinedMessage)
3016 private:
3017 inline void set_has_gameid();
3018 inline void clear_has_gameid();
3019 inline void set_has_playerid();
3020 inline void clear_has_playerid();
3021
3022 ::std::string _unknown_fields_;
3023
3024 ::google::protobuf::uint32 _has_bits_[1];
3025 mutable int _cached_size_;
3026 ::google::protobuf::uint32 gameid_;
3027 ::google::protobuf::uint32 playerid_;
3028 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3029 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3030 #else
3031 friend void protobuf_AddDesc_pokerth_2eproto();
3032 #endif
3033 friend void protobuf_AssignDesc_pokerth_2eproto();
3034 friend void protobuf_ShutdownFile_pokerth_2eproto();
3035
3036 void InitAsDefaultInstance();
3037 static GameListSpectatorJoinedMessage* default_instance_;
3038 };
3039 // -------------------------------------------------------------------
3040
3041 class GameListSpectatorLeftMessage : public ::google::protobuf::MessageLite {
3042 public:
3043 GameListSpectatorLeftMessage();
3044 virtual ~GameListSpectatorLeftMessage();
3045
3046 GameListSpectatorLeftMessage(const GameListSpectatorLeftMessage& from);
3047
3048 inline GameListSpectatorLeftMessage& operator=(const GameListSpectatorLeftMessage& from) {
3049 CopyFrom(from);
3050 return *this;
3051 }
3052
unknown_fields()3053 inline const ::std::string& unknown_fields() const {
3054 return _unknown_fields_;
3055 }
3056
mutable_unknown_fields()3057 inline ::std::string* mutable_unknown_fields() {
3058 return &_unknown_fields_;
3059 }
3060
3061 static const GameListSpectatorLeftMessage& default_instance();
3062
3063 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3064 // Returns the internal default instance pointer. This function can
3065 // return NULL thus should not be used by the user. This is intended
3066 // for Protobuf internal code. Please use default_instance() declared
3067 // above instead.
internal_default_instance()3068 static inline const GameListSpectatorLeftMessage* internal_default_instance() {
3069 return default_instance_;
3070 }
3071 #endif
3072
3073 void Swap(GameListSpectatorLeftMessage* other);
3074
3075 // implements Message ----------------------------------------------
3076
3077 GameListSpectatorLeftMessage* New() const;
3078 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3079 void CopyFrom(const GameListSpectatorLeftMessage& from);
3080 void MergeFrom(const GameListSpectatorLeftMessage& from);
3081 void Clear();
3082 bool IsInitialized() const;
3083
3084 int ByteSize() const;
3085 bool MergePartialFromCodedStream(
3086 ::google::protobuf::io::CodedInputStream* input);
3087 void SerializeWithCachedSizes(
3088 ::google::protobuf::io::CodedOutputStream* output) const;
3089 void DiscardUnknownFields();
GetCachedSize()3090 int GetCachedSize() const { return _cached_size_; }
3091 private:
3092 void SharedCtor();
3093 void SharedDtor();
3094 void SetCachedSize(int size) const;
3095 public:
3096 ::std::string GetTypeName() const;
3097
3098 // nested types ----------------------------------------------------
3099
3100 // accessors -------------------------------------------------------
3101
3102 // required uint32 gameId = 1;
3103 inline bool has_gameid() const;
3104 inline void clear_gameid();
3105 static const int kGameIdFieldNumber = 1;
3106 inline ::google::protobuf::uint32 gameid() const;
3107 inline void set_gameid(::google::protobuf::uint32 value);
3108
3109 // required uint32 playerId = 2;
3110 inline bool has_playerid() const;
3111 inline void clear_playerid();
3112 static const int kPlayerIdFieldNumber = 2;
3113 inline ::google::protobuf::uint32 playerid() const;
3114 inline void set_playerid(::google::protobuf::uint32 value);
3115
3116 // @@protoc_insertion_point(class_scope:GameListSpectatorLeftMessage)
3117 private:
3118 inline void set_has_gameid();
3119 inline void clear_has_gameid();
3120 inline void set_has_playerid();
3121 inline void clear_has_playerid();
3122
3123 ::std::string _unknown_fields_;
3124
3125 ::google::protobuf::uint32 _has_bits_[1];
3126 mutable int _cached_size_;
3127 ::google::protobuf::uint32 gameid_;
3128 ::google::protobuf::uint32 playerid_;
3129 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3130 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3131 #else
3132 friend void protobuf_AddDesc_pokerth_2eproto();
3133 #endif
3134 friend void protobuf_AssignDesc_pokerth_2eproto();
3135 friend void protobuf_ShutdownFile_pokerth_2eproto();
3136
3137 void InitAsDefaultInstance();
3138 static GameListSpectatorLeftMessage* default_instance_;
3139 };
3140 // -------------------------------------------------------------------
3141
3142 class GameListAdminChangedMessage : public ::google::protobuf::MessageLite {
3143 public:
3144 GameListAdminChangedMessage();
3145 virtual ~GameListAdminChangedMessage();
3146
3147 GameListAdminChangedMessage(const GameListAdminChangedMessage& from);
3148
3149 inline GameListAdminChangedMessage& operator=(const GameListAdminChangedMessage& from) {
3150 CopyFrom(from);
3151 return *this;
3152 }
3153
unknown_fields()3154 inline const ::std::string& unknown_fields() const {
3155 return _unknown_fields_;
3156 }
3157
mutable_unknown_fields()3158 inline ::std::string* mutable_unknown_fields() {
3159 return &_unknown_fields_;
3160 }
3161
3162 static const GameListAdminChangedMessage& default_instance();
3163
3164 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3165 // Returns the internal default instance pointer. This function can
3166 // return NULL thus should not be used by the user. This is intended
3167 // for Protobuf internal code. Please use default_instance() declared
3168 // above instead.
internal_default_instance()3169 static inline const GameListAdminChangedMessage* internal_default_instance() {
3170 return default_instance_;
3171 }
3172 #endif
3173
3174 void Swap(GameListAdminChangedMessage* other);
3175
3176 // implements Message ----------------------------------------------
3177
3178 GameListAdminChangedMessage* New() const;
3179 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3180 void CopyFrom(const GameListAdminChangedMessage& from);
3181 void MergeFrom(const GameListAdminChangedMessage& from);
3182 void Clear();
3183 bool IsInitialized() const;
3184
3185 int ByteSize() const;
3186 bool MergePartialFromCodedStream(
3187 ::google::protobuf::io::CodedInputStream* input);
3188 void SerializeWithCachedSizes(
3189 ::google::protobuf::io::CodedOutputStream* output) const;
3190 void DiscardUnknownFields();
GetCachedSize()3191 int GetCachedSize() const { return _cached_size_; }
3192 private:
3193 void SharedCtor();
3194 void SharedDtor();
3195 void SetCachedSize(int size) const;
3196 public:
3197 ::std::string GetTypeName() const;
3198
3199 // nested types ----------------------------------------------------
3200
3201 // accessors -------------------------------------------------------
3202
3203 // required uint32 gameId = 1;
3204 inline bool has_gameid() const;
3205 inline void clear_gameid();
3206 static const int kGameIdFieldNumber = 1;
3207 inline ::google::protobuf::uint32 gameid() const;
3208 inline void set_gameid(::google::protobuf::uint32 value);
3209
3210 // required uint32 newAdminPlayerId = 2;
3211 inline bool has_newadminplayerid() const;
3212 inline void clear_newadminplayerid();
3213 static const int kNewAdminPlayerIdFieldNumber = 2;
3214 inline ::google::protobuf::uint32 newadminplayerid() const;
3215 inline void set_newadminplayerid(::google::protobuf::uint32 value);
3216
3217 // @@protoc_insertion_point(class_scope:GameListAdminChangedMessage)
3218 private:
3219 inline void set_has_gameid();
3220 inline void clear_has_gameid();
3221 inline void set_has_newadminplayerid();
3222 inline void clear_has_newadminplayerid();
3223
3224 ::std::string _unknown_fields_;
3225
3226 ::google::protobuf::uint32 _has_bits_[1];
3227 mutable int _cached_size_;
3228 ::google::protobuf::uint32 gameid_;
3229 ::google::protobuf::uint32 newadminplayerid_;
3230 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3231 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3232 #else
3233 friend void protobuf_AddDesc_pokerth_2eproto();
3234 #endif
3235 friend void protobuf_AssignDesc_pokerth_2eproto();
3236 friend void protobuf_ShutdownFile_pokerth_2eproto();
3237
3238 void InitAsDefaultInstance();
3239 static GameListAdminChangedMessage* default_instance_;
3240 };
3241 // -------------------------------------------------------------------
3242
3243 class PlayerInfoRequestMessage : public ::google::protobuf::MessageLite {
3244 public:
3245 PlayerInfoRequestMessage();
3246 virtual ~PlayerInfoRequestMessage();
3247
3248 PlayerInfoRequestMessage(const PlayerInfoRequestMessage& from);
3249
3250 inline PlayerInfoRequestMessage& operator=(const PlayerInfoRequestMessage& from) {
3251 CopyFrom(from);
3252 return *this;
3253 }
3254
unknown_fields()3255 inline const ::std::string& unknown_fields() const {
3256 return _unknown_fields_;
3257 }
3258
mutable_unknown_fields()3259 inline ::std::string* mutable_unknown_fields() {
3260 return &_unknown_fields_;
3261 }
3262
3263 static const PlayerInfoRequestMessage& default_instance();
3264
3265 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3266 // Returns the internal default instance pointer. This function can
3267 // return NULL thus should not be used by the user. This is intended
3268 // for Protobuf internal code. Please use default_instance() declared
3269 // above instead.
internal_default_instance()3270 static inline const PlayerInfoRequestMessage* internal_default_instance() {
3271 return default_instance_;
3272 }
3273 #endif
3274
3275 void Swap(PlayerInfoRequestMessage* other);
3276
3277 // implements Message ----------------------------------------------
3278
3279 PlayerInfoRequestMessage* New() const;
3280 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3281 void CopyFrom(const PlayerInfoRequestMessage& from);
3282 void MergeFrom(const PlayerInfoRequestMessage& from);
3283 void Clear();
3284 bool IsInitialized() const;
3285
3286 int ByteSize() const;
3287 bool MergePartialFromCodedStream(
3288 ::google::protobuf::io::CodedInputStream* input);
3289 void SerializeWithCachedSizes(
3290 ::google::protobuf::io::CodedOutputStream* output) const;
3291 void DiscardUnknownFields();
GetCachedSize()3292 int GetCachedSize() const { return _cached_size_; }
3293 private:
3294 void SharedCtor();
3295 void SharedDtor();
3296 void SetCachedSize(int size) const;
3297 public:
3298 ::std::string GetTypeName() const;
3299
3300 // nested types ----------------------------------------------------
3301
3302 // accessors -------------------------------------------------------
3303
3304 // repeated uint32 playerId = 1 [packed = true];
3305 inline int playerid_size() const;
3306 inline void clear_playerid();
3307 static const int kPlayerIdFieldNumber = 1;
3308 inline ::google::protobuf::uint32 playerid(int index) const;
3309 inline void set_playerid(int index, ::google::protobuf::uint32 value);
3310 inline void add_playerid(::google::protobuf::uint32 value);
3311 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
3312 playerid() const;
3313 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
3314 mutable_playerid();
3315
3316 // @@protoc_insertion_point(class_scope:PlayerInfoRequestMessage)
3317 private:
3318
3319 ::std::string _unknown_fields_;
3320
3321 ::google::protobuf::uint32 _has_bits_[1];
3322 mutable int _cached_size_;
3323 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > playerid_;
3324 mutable int _playerid_cached_byte_size_;
3325 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3326 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3327 #else
3328 friend void protobuf_AddDesc_pokerth_2eproto();
3329 #endif
3330 friend void protobuf_AssignDesc_pokerth_2eproto();
3331 friend void protobuf_ShutdownFile_pokerth_2eproto();
3332
3333 void InitAsDefaultInstance();
3334 static PlayerInfoRequestMessage* default_instance_;
3335 };
3336 // -------------------------------------------------------------------
3337
3338 class PlayerInfoReplyMessage_PlayerInfoData_AvatarData : public ::google::protobuf::MessageLite {
3339 public:
3340 PlayerInfoReplyMessage_PlayerInfoData_AvatarData();
3341 virtual ~PlayerInfoReplyMessage_PlayerInfoData_AvatarData();
3342
3343 PlayerInfoReplyMessage_PlayerInfoData_AvatarData(const PlayerInfoReplyMessage_PlayerInfoData_AvatarData& from);
3344
3345 inline PlayerInfoReplyMessage_PlayerInfoData_AvatarData& operator=(const PlayerInfoReplyMessage_PlayerInfoData_AvatarData& from) {
3346 CopyFrom(from);
3347 return *this;
3348 }
3349
unknown_fields()3350 inline const ::std::string& unknown_fields() const {
3351 return _unknown_fields_;
3352 }
3353
mutable_unknown_fields()3354 inline ::std::string* mutable_unknown_fields() {
3355 return &_unknown_fields_;
3356 }
3357
3358 static const PlayerInfoReplyMessage_PlayerInfoData_AvatarData& default_instance();
3359
3360 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3361 // Returns the internal default instance pointer. This function can
3362 // return NULL thus should not be used by the user. This is intended
3363 // for Protobuf internal code. Please use default_instance() declared
3364 // above instead.
internal_default_instance()3365 static inline const PlayerInfoReplyMessage_PlayerInfoData_AvatarData* internal_default_instance() {
3366 return default_instance_;
3367 }
3368 #endif
3369
3370 void Swap(PlayerInfoReplyMessage_PlayerInfoData_AvatarData* other);
3371
3372 // implements Message ----------------------------------------------
3373
3374 PlayerInfoReplyMessage_PlayerInfoData_AvatarData* New() const;
3375 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3376 void CopyFrom(const PlayerInfoReplyMessage_PlayerInfoData_AvatarData& from);
3377 void MergeFrom(const PlayerInfoReplyMessage_PlayerInfoData_AvatarData& from);
3378 void Clear();
3379 bool IsInitialized() const;
3380
3381 int ByteSize() const;
3382 bool MergePartialFromCodedStream(
3383 ::google::protobuf::io::CodedInputStream* input);
3384 void SerializeWithCachedSizes(
3385 ::google::protobuf::io::CodedOutputStream* output) const;
3386 void DiscardUnknownFields();
GetCachedSize()3387 int GetCachedSize() const { return _cached_size_; }
3388 private:
3389 void SharedCtor();
3390 void SharedDtor();
3391 void SetCachedSize(int size) const;
3392 public:
3393 ::std::string GetTypeName() const;
3394
3395 // nested types ----------------------------------------------------
3396
3397 // accessors -------------------------------------------------------
3398
3399 // required .NetAvatarType avatarType = 1;
3400 inline bool has_avatartype() const;
3401 inline void clear_avatartype();
3402 static const int kAvatarTypeFieldNumber = 1;
3403 inline ::NetAvatarType avatartype() const;
3404 inline void set_avatartype(::NetAvatarType value);
3405
3406 // required bytes avatarHash = 2;
3407 inline bool has_avatarhash() const;
3408 inline void clear_avatarhash();
3409 static const int kAvatarHashFieldNumber = 2;
3410 inline const ::std::string& avatarhash() const;
3411 inline void set_avatarhash(const ::std::string& value);
3412 inline void set_avatarhash(const char* value);
3413 inline void set_avatarhash(const void* value, size_t size);
3414 inline ::std::string* mutable_avatarhash();
3415 inline ::std::string* release_avatarhash();
3416 inline void set_allocated_avatarhash(::std::string* avatarhash);
3417
3418 // @@protoc_insertion_point(class_scope:PlayerInfoReplyMessage.PlayerInfoData.AvatarData)
3419 private:
3420 inline void set_has_avatartype();
3421 inline void clear_has_avatartype();
3422 inline void set_has_avatarhash();
3423 inline void clear_has_avatarhash();
3424
3425 ::std::string _unknown_fields_;
3426
3427 ::google::protobuf::uint32 _has_bits_[1];
3428 mutable int _cached_size_;
3429 ::std::string* avatarhash_;
3430 int avatartype_;
3431 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3432 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3433 #else
3434 friend void protobuf_AddDesc_pokerth_2eproto();
3435 #endif
3436 friend void protobuf_AssignDesc_pokerth_2eproto();
3437 friend void protobuf_ShutdownFile_pokerth_2eproto();
3438
3439 void InitAsDefaultInstance();
3440 static PlayerInfoReplyMessage_PlayerInfoData_AvatarData* default_instance_;
3441 };
3442 // -------------------------------------------------------------------
3443
3444 class PlayerInfoReplyMessage_PlayerInfoData : public ::google::protobuf::MessageLite {
3445 public:
3446 PlayerInfoReplyMessage_PlayerInfoData();
3447 virtual ~PlayerInfoReplyMessage_PlayerInfoData();
3448
3449 PlayerInfoReplyMessage_PlayerInfoData(const PlayerInfoReplyMessage_PlayerInfoData& from);
3450
3451 inline PlayerInfoReplyMessage_PlayerInfoData& operator=(const PlayerInfoReplyMessage_PlayerInfoData& from) {
3452 CopyFrom(from);
3453 return *this;
3454 }
3455
unknown_fields()3456 inline const ::std::string& unknown_fields() const {
3457 return _unknown_fields_;
3458 }
3459
mutable_unknown_fields()3460 inline ::std::string* mutable_unknown_fields() {
3461 return &_unknown_fields_;
3462 }
3463
3464 static const PlayerInfoReplyMessage_PlayerInfoData& default_instance();
3465
3466 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3467 // Returns the internal default instance pointer. This function can
3468 // return NULL thus should not be used by the user. This is intended
3469 // for Protobuf internal code. Please use default_instance() declared
3470 // above instead.
internal_default_instance()3471 static inline const PlayerInfoReplyMessage_PlayerInfoData* internal_default_instance() {
3472 return default_instance_;
3473 }
3474 #endif
3475
3476 void Swap(PlayerInfoReplyMessage_PlayerInfoData* other);
3477
3478 // implements Message ----------------------------------------------
3479
3480 PlayerInfoReplyMessage_PlayerInfoData* New() const;
3481 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3482 void CopyFrom(const PlayerInfoReplyMessage_PlayerInfoData& from);
3483 void MergeFrom(const PlayerInfoReplyMessage_PlayerInfoData& from);
3484 void Clear();
3485 bool IsInitialized() const;
3486
3487 int ByteSize() const;
3488 bool MergePartialFromCodedStream(
3489 ::google::protobuf::io::CodedInputStream* input);
3490 void SerializeWithCachedSizes(
3491 ::google::protobuf::io::CodedOutputStream* output) const;
3492 void DiscardUnknownFields();
GetCachedSize()3493 int GetCachedSize() const { return _cached_size_; }
3494 private:
3495 void SharedCtor();
3496 void SharedDtor();
3497 void SetCachedSize(int size) const;
3498 public:
3499 ::std::string GetTypeName() const;
3500
3501 // nested types ----------------------------------------------------
3502
3503 typedef PlayerInfoReplyMessage_PlayerInfoData_AvatarData AvatarData;
3504
3505 // accessors -------------------------------------------------------
3506
3507 // required string playerName = 1;
3508 inline bool has_playername() const;
3509 inline void clear_playername();
3510 static const int kPlayerNameFieldNumber = 1;
3511 inline const ::std::string& playername() const;
3512 inline void set_playername(const ::std::string& value);
3513 inline void set_playername(const char* value);
3514 inline void set_playername(const char* value, size_t size);
3515 inline ::std::string* mutable_playername();
3516 inline ::std::string* release_playername();
3517 inline void set_allocated_playername(::std::string* playername);
3518
3519 // required bool isHuman = 2;
3520 inline bool has_ishuman() const;
3521 inline void clear_ishuman();
3522 static const int kIsHumanFieldNumber = 2;
3523 inline bool ishuman() const;
3524 inline void set_ishuman(bool value);
3525
3526 // required .NetPlayerInfoRights playerRights = 3;
3527 inline bool has_playerrights() const;
3528 inline void clear_playerrights();
3529 static const int kPlayerRightsFieldNumber = 3;
3530 inline ::NetPlayerInfoRights playerrights() const;
3531 inline void set_playerrights(::NetPlayerInfoRights value);
3532
3533 // optional string countryCode = 4;
3534 inline bool has_countrycode() const;
3535 inline void clear_countrycode();
3536 static const int kCountryCodeFieldNumber = 4;
3537 inline const ::std::string& countrycode() const;
3538 inline void set_countrycode(const ::std::string& value);
3539 inline void set_countrycode(const char* value);
3540 inline void set_countrycode(const char* value, size_t size);
3541 inline ::std::string* mutable_countrycode();
3542 inline ::std::string* release_countrycode();
3543 inline void set_allocated_countrycode(::std::string* countrycode);
3544
3545 // optional .PlayerInfoReplyMessage.PlayerInfoData.AvatarData avatarData = 5;
3546 inline bool has_avatardata() const;
3547 inline void clear_avatardata();
3548 static const int kAvatarDataFieldNumber = 5;
3549 inline const ::PlayerInfoReplyMessage_PlayerInfoData_AvatarData& avatardata() const;
3550 inline ::PlayerInfoReplyMessage_PlayerInfoData_AvatarData* mutable_avatardata();
3551 inline ::PlayerInfoReplyMessage_PlayerInfoData_AvatarData* release_avatardata();
3552 inline void set_allocated_avatardata(::PlayerInfoReplyMessage_PlayerInfoData_AvatarData* avatardata);
3553
3554 // @@protoc_insertion_point(class_scope:PlayerInfoReplyMessage.PlayerInfoData)
3555 private:
3556 inline void set_has_playername();
3557 inline void clear_has_playername();
3558 inline void set_has_ishuman();
3559 inline void clear_has_ishuman();
3560 inline void set_has_playerrights();
3561 inline void clear_has_playerrights();
3562 inline void set_has_countrycode();
3563 inline void clear_has_countrycode();
3564 inline void set_has_avatardata();
3565 inline void clear_has_avatardata();
3566
3567 ::std::string _unknown_fields_;
3568
3569 ::google::protobuf::uint32 _has_bits_[1];
3570 mutable int _cached_size_;
3571 ::std::string* playername_;
3572 bool ishuman_;
3573 int playerrights_;
3574 ::std::string* countrycode_;
3575 ::PlayerInfoReplyMessage_PlayerInfoData_AvatarData* avatardata_;
3576 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3577 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3578 #else
3579 friend void protobuf_AddDesc_pokerth_2eproto();
3580 #endif
3581 friend void protobuf_AssignDesc_pokerth_2eproto();
3582 friend void protobuf_ShutdownFile_pokerth_2eproto();
3583
3584 void InitAsDefaultInstance();
3585 static PlayerInfoReplyMessage_PlayerInfoData* default_instance_;
3586 };
3587 // -------------------------------------------------------------------
3588
3589 class PlayerInfoReplyMessage : public ::google::protobuf::MessageLite {
3590 public:
3591 PlayerInfoReplyMessage();
3592 virtual ~PlayerInfoReplyMessage();
3593
3594 PlayerInfoReplyMessage(const PlayerInfoReplyMessage& from);
3595
3596 inline PlayerInfoReplyMessage& operator=(const PlayerInfoReplyMessage& from) {
3597 CopyFrom(from);
3598 return *this;
3599 }
3600
unknown_fields()3601 inline const ::std::string& unknown_fields() const {
3602 return _unknown_fields_;
3603 }
3604
mutable_unknown_fields()3605 inline ::std::string* mutable_unknown_fields() {
3606 return &_unknown_fields_;
3607 }
3608
3609 static const PlayerInfoReplyMessage& default_instance();
3610
3611 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3612 // Returns the internal default instance pointer. This function can
3613 // return NULL thus should not be used by the user. This is intended
3614 // for Protobuf internal code. Please use default_instance() declared
3615 // above instead.
internal_default_instance()3616 static inline const PlayerInfoReplyMessage* internal_default_instance() {
3617 return default_instance_;
3618 }
3619 #endif
3620
3621 void Swap(PlayerInfoReplyMessage* other);
3622
3623 // implements Message ----------------------------------------------
3624
3625 PlayerInfoReplyMessage* New() const;
3626 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3627 void CopyFrom(const PlayerInfoReplyMessage& from);
3628 void MergeFrom(const PlayerInfoReplyMessage& from);
3629 void Clear();
3630 bool IsInitialized() const;
3631
3632 int ByteSize() const;
3633 bool MergePartialFromCodedStream(
3634 ::google::protobuf::io::CodedInputStream* input);
3635 void SerializeWithCachedSizes(
3636 ::google::protobuf::io::CodedOutputStream* output) const;
3637 void DiscardUnknownFields();
GetCachedSize()3638 int GetCachedSize() const { return _cached_size_; }
3639 private:
3640 void SharedCtor();
3641 void SharedDtor();
3642 void SetCachedSize(int size) const;
3643 public:
3644 ::std::string GetTypeName() const;
3645
3646 // nested types ----------------------------------------------------
3647
3648 typedef PlayerInfoReplyMessage_PlayerInfoData PlayerInfoData;
3649
3650 // accessors -------------------------------------------------------
3651
3652 // required uint32 playerId = 1;
3653 inline bool has_playerid() const;
3654 inline void clear_playerid();
3655 static const int kPlayerIdFieldNumber = 1;
3656 inline ::google::protobuf::uint32 playerid() const;
3657 inline void set_playerid(::google::protobuf::uint32 value);
3658
3659 // optional .PlayerInfoReplyMessage.PlayerInfoData playerInfoData = 2;
3660 inline bool has_playerinfodata() const;
3661 inline void clear_playerinfodata();
3662 static const int kPlayerInfoDataFieldNumber = 2;
3663 inline const ::PlayerInfoReplyMessage_PlayerInfoData& playerinfodata() const;
3664 inline ::PlayerInfoReplyMessage_PlayerInfoData* mutable_playerinfodata();
3665 inline ::PlayerInfoReplyMessage_PlayerInfoData* release_playerinfodata();
3666 inline void set_allocated_playerinfodata(::PlayerInfoReplyMessage_PlayerInfoData* playerinfodata);
3667
3668 // @@protoc_insertion_point(class_scope:PlayerInfoReplyMessage)
3669 private:
3670 inline void set_has_playerid();
3671 inline void clear_has_playerid();
3672 inline void set_has_playerinfodata();
3673 inline void clear_has_playerinfodata();
3674
3675 ::std::string _unknown_fields_;
3676
3677 ::google::protobuf::uint32 _has_bits_[1];
3678 mutable int _cached_size_;
3679 ::PlayerInfoReplyMessage_PlayerInfoData* playerinfodata_;
3680 ::google::protobuf::uint32 playerid_;
3681 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3682 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3683 #else
3684 friend void protobuf_AddDesc_pokerth_2eproto();
3685 #endif
3686 friend void protobuf_AssignDesc_pokerth_2eproto();
3687 friend void protobuf_ShutdownFile_pokerth_2eproto();
3688
3689 void InitAsDefaultInstance();
3690 static PlayerInfoReplyMessage* default_instance_;
3691 };
3692 // -------------------------------------------------------------------
3693
3694 class SubscriptionRequestMessage : public ::google::protobuf::MessageLite {
3695 public:
3696 SubscriptionRequestMessage();
3697 virtual ~SubscriptionRequestMessage();
3698
3699 SubscriptionRequestMessage(const SubscriptionRequestMessage& from);
3700
3701 inline SubscriptionRequestMessage& operator=(const SubscriptionRequestMessage& from) {
3702 CopyFrom(from);
3703 return *this;
3704 }
3705
unknown_fields()3706 inline const ::std::string& unknown_fields() const {
3707 return _unknown_fields_;
3708 }
3709
mutable_unknown_fields()3710 inline ::std::string* mutable_unknown_fields() {
3711 return &_unknown_fields_;
3712 }
3713
3714 static const SubscriptionRequestMessage& default_instance();
3715
3716 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3717 // Returns the internal default instance pointer. This function can
3718 // return NULL thus should not be used by the user. This is intended
3719 // for Protobuf internal code. Please use default_instance() declared
3720 // above instead.
internal_default_instance()3721 static inline const SubscriptionRequestMessage* internal_default_instance() {
3722 return default_instance_;
3723 }
3724 #endif
3725
3726 void Swap(SubscriptionRequestMessage* other);
3727
3728 // implements Message ----------------------------------------------
3729
3730 SubscriptionRequestMessage* New() const;
3731 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3732 void CopyFrom(const SubscriptionRequestMessage& from);
3733 void MergeFrom(const SubscriptionRequestMessage& from);
3734 void Clear();
3735 bool IsInitialized() const;
3736
3737 int ByteSize() const;
3738 bool MergePartialFromCodedStream(
3739 ::google::protobuf::io::CodedInputStream* input);
3740 void SerializeWithCachedSizes(
3741 ::google::protobuf::io::CodedOutputStream* output) const;
3742 void DiscardUnknownFields();
GetCachedSize()3743 int GetCachedSize() const { return _cached_size_; }
3744 private:
3745 void SharedCtor();
3746 void SharedDtor();
3747 void SetCachedSize(int size) const;
3748 public:
3749 ::std::string GetTypeName() const;
3750
3751 // nested types ----------------------------------------------------
3752
3753 typedef SubscriptionRequestMessage_SubscriptionAction SubscriptionAction;
3754 static const SubscriptionAction unsubscribeGameList = SubscriptionRequestMessage_SubscriptionAction_unsubscribeGameList;
3755 static const SubscriptionAction resubscribeGameList = SubscriptionRequestMessage_SubscriptionAction_resubscribeGameList;
SubscriptionAction_IsValid(int value)3756 static inline bool SubscriptionAction_IsValid(int value) {
3757 return SubscriptionRequestMessage_SubscriptionAction_IsValid(value);
3758 }
3759 static const SubscriptionAction SubscriptionAction_MIN =
3760 SubscriptionRequestMessage_SubscriptionAction_SubscriptionAction_MIN;
3761 static const SubscriptionAction SubscriptionAction_MAX =
3762 SubscriptionRequestMessage_SubscriptionAction_SubscriptionAction_MAX;
3763 static const int SubscriptionAction_ARRAYSIZE =
3764 SubscriptionRequestMessage_SubscriptionAction_SubscriptionAction_ARRAYSIZE;
3765
3766 // accessors -------------------------------------------------------
3767
3768 // required .SubscriptionRequestMessage.SubscriptionAction subscriptionAction = 1;
3769 inline bool has_subscriptionaction() const;
3770 inline void clear_subscriptionaction();
3771 static const int kSubscriptionActionFieldNumber = 1;
3772 inline ::SubscriptionRequestMessage_SubscriptionAction subscriptionaction() const;
3773 inline void set_subscriptionaction(::SubscriptionRequestMessage_SubscriptionAction value);
3774
3775 // @@protoc_insertion_point(class_scope:SubscriptionRequestMessage)
3776 private:
3777 inline void set_has_subscriptionaction();
3778 inline void clear_has_subscriptionaction();
3779
3780 ::std::string _unknown_fields_;
3781
3782 ::google::protobuf::uint32 _has_bits_[1];
3783 mutable int _cached_size_;
3784 int subscriptionaction_;
3785 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3786 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3787 #else
3788 friend void protobuf_AddDesc_pokerth_2eproto();
3789 #endif
3790 friend void protobuf_AssignDesc_pokerth_2eproto();
3791 friend void protobuf_ShutdownFile_pokerth_2eproto();
3792
3793 void InitAsDefaultInstance();
3794 static SubscriptionRequestMessage* default_instance_;
3795 };
3796 // -------------------------------------------------------------------
3797
3798 class JoinExistingGameMessage : public ::google::protobuf::MessageLite {
3799 public:
3800 JoinExistingGameMessage();
3801 virtual ~JoinExistingGameMessage();
3802
3803 JoinExistingGameMessage(const JoinExistingGameMessage& from);
3804
3805 inline JoinExistingGameMessage& operator=(const JoinExistingGameMessage& from) {
3806 CopyFrom(from);
3807 return *this;
3808 }
3809
unknown_fields()3810 inline const ::std::string& unknown_fields() const {
3811 return _unknown_fields_;
3812 }
3813
mutable_unknown_fields()3814 inline ::std::string* mutable_unknown_fields() {
3815 return &_unknown_fields_;
3816 }
3817
3818 static const JoinExistingGameMessage& default_instance();
3819
3820 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3821 // Returns the internal default instance pointer. This function can
3822 // return NULL thus should not be used by the user. This is intended
3823 // for Protobuf internal code. Please use default_instance() declared
3824 // above instead.
internal_default_instance()3825 static inline const JoinExistingGameMessage* internal_default_instance() {
3826 return default_instance_;
3827 }
3828 #endif
3829
3830 void Swap(JoinExistingGameMessage* other);
3831
3832 // implements Message ----------------------------------------------
3833
3834 JoinExistingGameMessage* New() const;
3835 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3836 void CopyFrom(const JoinExistingGameMessage& from);
3837 void MergeFrom(const JoinExistingGameMessage& from);
3838 void Clear();
3839 bool IsInitialized() const;
3840
3841 int ByteSize() const;
3842 bool MergePartialFromCodedStream(
3843 ::google::protobuf::io::CodedInputStream* input);
3844 void SerializeWithCachedSizes(
3845 ::google::protobuf::io::CodedOutputStream* output) const;
3846 void DiscardUnknownFields();
GetCachedSize()3847 int GetCachedSize() const { return _cached_size_; }
3848 private:
3849 void SharedCtor();
3850 void SharedDtor();
3851 void SetCachedSize(int size) const;
3852 public:
3853 ::std::string GetTypeName() const;
3854
3855 // nested types ----------------------------------------------------
3856
3857 // accessors -------------------------------------------------------
3858
3859 // required uint32 gameId = 1;
3860 inline bool has_gameid() const;
3861 inline void clear_gameid();
3862 static const int kGameIdFieldNumber = 1;
3863 inline ::google::protobuf::uint32 gameid() const;
3864 inline void set_gameid(::google::protobuf::uint32 value);
3865
3866 // optional string password = 2;
3867 inline bool has_password() const;
3868 inline void clear_password();
3869 static const int kPasswordFieldNumber = 2;
3870 inline const ::std::string& password() const;
3871 inline void set_password(const ::std::string& value);
3872 inline void set_password(const char* value);
3873 inline void set_password(const char* value, size_t size);
3874 inline ::std::string* mutable_password();
3875 inline ::std::string* release_password();
3876 inline void set_allocated_password(::std::string* password);
3877
3878 // optional bool autoLeave = 3 [default = false];
3879 inline bool has_autoleave() const;
3880 inline void clear_autoleave();
3881 static const int kAutoLeaveFieldNumber = 3;
3882 inline bool autoleave() const;
3883 inline void set_autoleave(bool value);
3884
3885 // optional bool spectateOnly = 4 [default = false];
3886 inline bool has_spectateonly() const;
3887 inline void clear_spectateonly();
3888 static const int kSpectateOnlyFieldNumber = 4;
3889 inline bool spectateonly() const;
3890 inline void set_spectateonly(bool value);
3891
3892 // @@protoc_insertion_point(class_scope:JoinExistingGameMessage)
3893 private:
3894 inline void set_has_gameid();
3895 inline void clear_has_gameid();
3896 inline void set_has_password();
3897 inline void clear_has_password();
3898 inline void set_has_autoleave();
3899 inline void clear_has_autoleave();
3900 inline void set_has_spectateonly();
3901 inline void clear_has_spectateonly();
3902
3903 ::std::string _unknown_fields_;
3904
3905 ::google::protobuf::uint32 _has_bits_[1];
3906 mutable int _cached_size_;
3907 ::std::string* password_;
3908 ::google::protobuf::uint32 gameid_;
3909 bool autoleave_;
3910 bool spectateonly_;
3911 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3912 friend void protobuf_AddDesc_pokerth_2eproto_impl();
3913 #else
3914 friend void protobuf_AddDesc_pokerth_2eproto();
3915 #endif
3916 friend void protobuf_AssignDesc_pokerth_2eproto();
3917 friend void protobuf_ShutdownFile_pokerth_2eproto();
3918
3919 void InitAsDefaultInstance();
3920 static JoinExistingGameMessage* default_instance_;
3921 };
3922 // -------------------------------------------------------------------
3923
3924 class JoinNewGameMessage : public ::google::protobuf::MessageLite {
3925 public:
3926 JoinNewGameMessage();
3927 virtual ~JoinNewGameMessage();
3928
3929 JoinNewGameMessage(const JoinNewGameMessage& from);
3930
3931 inline JoinNewGameMessage& operator=(const JoinNewGameMessage& from) {
3932 CopyFrom(from);
3933 return *this;
3934 }
3935
unknown_fields()3936 inline const ::std::string& unknown_fields() const {
3937 return _unknown_fields_;
3938 }
3939
mutable_unknown_fields()3940 inline ::std::string* mutable_unknown_fields() {
3941 return &_unknown_fields_;
3942 }
3943
3944 static const JoinNewGameMessage& default_instance();
3945
3946 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
3947 // Returns the internal default instance pointer. This function can
3948 // return NULL thus should not be used by the user. This is intended
3949 // for Protobuf internal code. Please use default_instance() declared
3950 // above instead.
internal_default_instance()3951 static inline const JoinNewGameMessage* internal_default_instance() {
3952 return default_instance_;
3953 }
3954 #endif
3955
3956 void Swap(JoinNewGameMessage* other);
3957
3958 // implements Message ----------------------------------------------
3959
3960 JoinNewGameMessage* New() const;
3961 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
3962 void CopyFrom(const JoinNewGameMessage& from);
3963 void MergeFrom(const JoinNewGameMessage& from);
3964 void Clear();
3965 bool IsInitialized() const;
3966
3967 int ByteSize() const;
3968 bool MergePartialFromCodedStream(
3969 ::google::protobuf::io::CodedInputStream* input);
3970 void SerializeWithCachedSizes(
3971 ::google::protobuf::io::CodedOutputStream* output) const;
3972 void DiscardUnknownFields();
GetCachedSize()3973 int GetCachedSize() const { return _cached_size_; }
3974 private:
3975 void SharedCtor();
3976 void SharedDtor();
3977 void SetCachedSize(int size) const;
3978 public:
3979 ::std::string GetTypeName() const;
3980
3981 // nested types ----------------------------------------------------
3982
3983 // accessors -------------------------------------------------------
3984
3985 // required .NetGameInfo gameInfo = 1;
3986 inline bool has_gameinfo() const;
3987 inline void clear_gameinfo();
3988 static const int kGameInfoFieldNumber = 1;
3989 inline const ::NetGameInfo& gameinfo() const;
3990 inline ::NetGameInfo* mutable_gameinfo();
3991 inline ::NetGameInfo* release_gameinfo();
3992 inline void set_allocated_gameinfo(::NetGameInfo* gameinfo);
3993
3994 // optional string password = 2;
3995 inline bool has_password() const;
3996 inline void clear_password();
3997 static const int kPasswordFieldNumber = 2;
3998 inline const ::std::string& password() const;
3999 inline void set_password(const ::std::string& value);
4000 inline void set_password(const char* value);
4001 inline void set_password(const char* value, size_t size);
4002 inline ::std::string* mutable_password();
4003 inline ::std::string* release_password();
4004 inline void set_allocated_password(::std::string* password);
4005
4006 // optional bool autoLeave = 3;
4007 inline bool has_autoleave() const;
4008 inline void clear_autoleave();
4009 static const int kAutoLeaveFieldNumber = 3;
4010 inline bool autoleave() const;
4011 inline void set_autoleave(bool value);
4012
4013 // @@protoc_insertion_point(class_scope:JoinNewGameMessage)
4014 private:
4015 inline void set_has_gameinfo();
4016 inline void clear_has_gameinfo();
4017 inline void set_has_password();
4018 inline void clear_has_password();
4019 inline void set_has_autoleave();
4020 inline void clear_has_autoleave();
4021
4022 ::std::string _unknown_fields_;
4023
4024 ::google::protobuf::uint32 _has_bits_[1];
4025 mutable int _cached_size_;
4026 ::NetGameInfo* gameinfo_;
4027 ::std::string* password_;
4028 bool autoleave_;
4029 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4030 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4031 #else
4032 friend void protobuf_AddDesc_pokerth_2eproto();
4033 #endif
4034 friend void protobuf_AssignDesc_pokerth_2eproto();
4035 friend void protobuf_ShutdownFile_pokerth_2eproto();
4036
4037 void InitAsDefaultInstance();
4038 static JoinNewGameMessage* default_instance_;
4039 };
4040 // -------------------------------------------------------------------
4041
4042 class RejoinExistingGameMessage : public ::google::protobuf::MessageLite {
4043 public:
4044 RejoinExistingGameMessage();
4045 virtual ~RejoinExistingGameMessage();
4046
4047 RejoinExistingGameMessage(const RejoinExistingGameMessage& from);
4048
4049 inline RejoinExistingGameMessage& operator=(const RejoinExistingGameMessage& from) {
4050 CopyFrom(from);
4051 return *this;
4052 }
4053
unknown_fields()4054 inline const ::std::string& unknown_fields() const {
4055 return _unknown_fields_;
4056 }
4057
mutable_unknown_fields()4058 inline ::std::string* mutable_unknown_fields() {
4059 return &_unknown_fields_;
4060 }
4061
4062 static const RejoinExistingGameMessage& default_instance();
4063
4064 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4065 // Returns the internal default instance pointer. This function can
4066 // return NULL thus should not be used by the user. This is intended
4067 // for Protobuf internal code. Please use default_instance() declared
4068 // above instead.
internal_default_instance()4069 static inline const RejoinExistingGameMessage* internal_default_instance() {
4070 return default_instance_;
4071 }
4072 #endif
4073
4074 void Swap(RejoinExistingGameMessage* other);
4075
4076 // implements Message ----------------------------------------------
4077
4078 RejoinExistingGameMessage* New() const;
4079 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4080 void CopyFrom(const RejoinExistingGameMessage& from);
4081 void MergeFrom(const RejoinExistingGameMessage& from);
4082 void Clear();
4083 bool IsInitialized() const;
4084
4085 int ByteSize() const;
4086 bool MergePartialFromCodedStream(
4087 ::google::protobuf::io::CodedInputStream* input);
4088 void SerializeWithCachedSizes(
4089 ::google::protobuf::io::CodedOutputStream* output) const;
4090 void DiscardUnknownFields();
GetCachedSize()4091 int GetCachedSize() const { return _cached_size_; }
4092 private:
4093 void SharedCtor();
4094 void SharedDtor();
4095 void SetCachedSize(int size) const;
4096 public:
4097 ::std::string GetTypeName() const;
4098
4099 // nested types ----------------------------------------------------
4100
4101 // accessors -------------------------------------------------------
4102
4103 // required uint32 gameId = 1;
4104 inline bool has_gameid() const;
4105 inline void clear_gameid();
4106 static const int kGameIdFieldNumber = 1;
4107 inline ::google::protobuf::uint32 gameid() const;
4108 inline void set_gameid(::google::protobuf::uint32 value);
4109
4110 // optional bool autoLeave = 2;
4111 inline bool has_autoleave() const;
4112 inline void clear_autoleave();
4113 static const int kAutoLeaveFieldNumber = 2;
4114 inline bool autoleave() const;
4115 inline void set_autoleave(bool value);
4116
4117 // @@protoc_insertion_point(class_scope:RejoinExistingGameMessage)
4118 private:
4119 inline void set_has_gameid();
4120 inline void clear_has_gameid();
4121 inline void set_has_autoleave();
4122 inline void clear_has_autoleave();
4123
4124 ::std::string _unknown_fields_;
4125
4126 ::google::protobuf::uint32 _has_bits_[1];
4127 mutable int _cached_size_;
4128 ::google::protobuf::uint32 gameid_;
4129 bool autoleave_;
4130 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4131 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4132 #else
4133 friend void protobuf_AddDesc_pokerth_2eproto();
4134 #endif
4135 friend void protobuf_AssignDesc_pokerth_2eproto();
4136 friend void protobuf_ShutdownFile_pokerth_2eproto();
4137
4138 void InitAsDefaultInstance();
4139 static RejoinExistingGameMessage* default_instance_;
4140 };
4141 // -------------------------------------------------------------------
4142
4143 class JoinGameAckMessage : public ::google::protobuf::MessageLite {
4144 public:
4145 JoinGameAckMessage();
4146 virtual ~JoinGameAckMessage();
4147
4148 JoinGameAckMessage(const JoinGameAckMessage& from);
4149
4150 inline JoinGameAckMessage& operator=(const JoinGameAckMessage& from) {
4151 CopyFrom(from);
4152 return *this;
4153 }
4154
unknown_fields()4155 inline const ::std::string& unknown_fields() const {
4156 return _unknown_fields_;
4157 }
4158
mutable_unknown_fields()4159 inline ::std::string* mutable_unknown_fields() {
4160 return &_unknown_fields_;
4161 }
4162
4163 static const JoinGameAckMessage& default_instance();
4164
4165 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4166 // Returns the internal default instance pointer. This function can
4167 // return NULL thus should not be used by the user. This is intended
4168 // for Protobuf internal code. Please use default_instance() declared
4169 // above instead.
internal_default_instance()4170 static inline const JoinGameAckMessage* internal_default_instance() {
4171 return default_instance_;
4172 }
4173 #endif
4174
4175 void Swap(JoinGameAckMessage* other);
4176
4177 // implements Message ----------------------------------------------
4178
4179 JoinGameAckMessage* New() const;
4180 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4181 void CopyFrom(const JoinGameAckMessage& from);
4182 void MergeFrom(const JoinGameAckMessage& from);
4183 void Clear();
4184 bool IsInitialized() const;
4185
4186 int ByteSize() const;
4187 bool MergePartialFromCodedStream(
4188 ::google::protobuf::io::CodedInputStream* input);
4189 void SerializeWithCachedSizes(
4190 ::google::protobuf::io::CodedOutputStream* output) const;
4191 void DiscardUnknownFields();
GetCachedSize()4192 int GetCachedSize() const { return _cached_size_; }
4193 private:
4194 void SharedCtor();
4195 void SharedDtor();
4196 void SetCachedSize(int size) const;
4197 public:
4198 ::std::string GetTypeName() const;
4199
4200 // nested types ----------------------------------------------------
4201
4202 // accessors -------------------------------------------------------
4203
4204 // required uint32 gameId = 1;
4205 inline bool has_gameid() const;
4206 inline void clear_gameid();
4207 static const int kGameIdFieldNumber = 1;
4208 inline ::google::protobuf::uint32 gameid() const;
4209 inline void set_gameid(::google::protobuf::uint32 value);
4210
4211 // required bool areYouGameAdmin = 2;
4212 inline bool has_areyougameadmin() const;
4213 inline void clear_areyougameadmin();
4214 static const int kAreYouGameAdminFieldNumber = 2;
4215 inline bool areyougameadmin() const;
4216 inline void set_areyougameadmin(bool value);
4217
4218 // required .NetGameInfo gameInfo = 3;
4219 inline bool has_gameinfo() const;
4220 inline void clear_gameinfo();
4221 static const int kGameInfoFieldNumber = 3;
4222 inline const ::NetGameInfo& gameinfo() const;
4223 inline ::NetGameInfo* mutable_gameinfo();
4224 inline ::NetGameInfo* release_gameinfo();
4225 inline void set_allocated_gameinfo(::NetGameInfo* gameinfo);
4226
4227 // optional bool spectateOnly = 4;
4228 inline bool has_spectateonly() const;
4229 inline void clear_spectateonly();
4230 static const int kSpectateOnlyFieldNumber = 4;
4231 inline bool spectateonly() const;
4232 inline void set_spectateonly(bool value);
4233
4234 // @@protoc_insertion_point(class_scope:JoinGameAckMessage)
4235 private:
4236 inline void set_has_gameid();
4237 inline void clear_has_gameid();
4238 inline void set_has_areyougameadmin();
4239 inline void clear_has_areyougameadmin();
4240 inline void set_has_gameinfo();
4241 inline void clear_has_gameinfo();
4242 inline void set_has_spectateonly();
4243 inline void clear_has_spectateonly();
4244
4245 ::std::string _unknown_fields_;
4246
4247 ::google::protobuf::uint32 _has_bits_[1];
4248 mutable int _cached_size_;
4249 ::google::protobuf::uint32 gameid_;
4250 bool areyougameadmin_;
4251 bool spectateonly_;
4252 ::NetGameInfo* gameinfo_;
4253 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4254 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4255 #else
4256 friend void protobuf_AddDesc_pokerth_2eproto();
4257 #endif
4258 friend void protobuf_AssignDesc_pokerth_2eproto();
4259 friend void protobuf_ShutdownFile_pokerth_2eproto();
4260
4261 void InitAsDefaultInstance();
4262 static JoinGameAckMessage* default_instance_;
4263 };
4264 // -------------------------------------------------------------------
4265
4266 class JoinGameFailedMessage : public ::google::protobuf::MessageLite {
4267 public:
4268 JoinGameFailedMessage();
4269 virtual ~JoinGameFailedMessage();
4270
4271 JoinGameFailedMessage(const JoinGameFailedMessage& from);
4272
4273 inline JoinGameFailedMessage& operator=(const JoinGameFailedMessage& from) {
4274 CopyFrom(from);
4275 return *this;
4276 }
4277
unknown_fields()4278 inline const ::std::string& unknown_fields() const {
4279 return _unknown_fields_;
4280 }
4281
mutable_unknown_fields()4282 inline ::std::string* mutable_unknown_fields() {
4283 return &_unknown_fields_;
4284 }
4285
4286 static const JoinGameFailedMessage& default_instance();
4287
4288 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4289 // Returns the internal default instance pointer. This function can
4290 // return NULL thus should not be used by the user. This is intended
4291 // for Protobuf internal code. Please use default_instance() declared
4292 // above instead.
internal_default_instance()4293 static inline const JoinGameFailedMessage* internal_default_instance() {
4294 return default_instance_;
4295 }
4296 #endif
4297
4298 void Swap(JoinGameFailedMessage* other);
4299
4300 // implements Message ----------------------------------------------
4301
4302 JoinGameFailedMessage* New() const;
4303 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4304 void CopyFrom(const JoinGameFailedMessage& from);
4305 void MergeFrom(const JoinGameFailedMessage& from);
4306 void Clear();
4307 bool IsInitialized() const;
4308
4309 int ByteSize() const;
4310 bool MergePartialFromCodedStream(
4311 ::google::protobuf::io::CodedInputStream* input);
4312 void SerializeWithCachedSizes(
4313 ::google::protobuf::io::CodedOutputStream* output) const;
4314 void DiscardUnknownFields();
GetCachedSize()4315 int GetCachedSize() const { return _cached_size_; }
4316 private:
4317 void SharedCtor();
4318 void SharedDtor();
4319 void SetCachedSize(int size) const;
4320 public:
4321 ::std::string GetTypeName() const;
4322
4323 // nested types ----------------------------------------------------
4324
4325 typedef JoinGameFailedMessage_JoinGameFailureReason JoinGameFailureReason;
4326 static const JoinGameFailureReason invalidGame = JoinGameFailedMessage_JoinGameFailureReason_invalidGame;
4327 static const JoinGameFailureReason gameIsFull = JoinGameFailedMessage_JoinGameFailureReason_gameIsFull;
4328 static const JoinGameFailureReason gameIsRunning = JoinGameFailedMessage_JoinGameFailureReason_gameIsRunning;
4329 static const JoinGameFailureReason invalidPassword = JoinGameFailedMessage_JoinGameFailureReason_invalidPassword;
4330 static const JoinGameFailureReason notAllowedAsGuest = JoinGameFailedMessage_JoinGameFailureReason_notAllowedAsGuest;
4331 static const JoinGameFailureReason notInvited = JoinGameFailedMessage_JoinGameFailureReason_notInvited;
4332 static const JoinGameFailureReason gameNameInUse = JoinGameFailedMessage_JoinGameFailureReason_gameNameInUse;
4333 static const JoinGameFailureReason badGameName = JoinGameFailedMessage_JoinGameFailureReason_badGameName;
4334 static const JoinGameFailureReason invalidSettings = JoinGameFailedMessage_JoinGameFailureReason_invalidSettings;
4335 static const JoinGameFailureReason ipAddressBlocked = JoinGameFailedMessage_JoinGameFailureReason_ipAddressBlocked;
4336 static const JoinGameFailureReason rejoinFailed = JoinGameFailedMessage_JoinGameFailureReason_rejoinFailed;
4337 static const JoinGameFailureReason noSpectatorsAllowed = JoinGameFailedMessage_JoinGameFailureReason_noSpectatorsAllowed;
JoinGameFailureReason_IsValid(int value)4338 static inline bool JoinGameFailureReason_IsValid(int value) {
4339 return JoinGameFailedMessage_JoinGameFailureReason_IsValid(value);
4340 }
4341 static const JoinGameFailureReason JoinGameFailureReason_MIN =
4342 JoinGameFailedMessage_JoinGameFailureReason_JoinGameFailureReason_MIN;
4343 static const JoinGameFailureReason JoinGameFailureReason_MAX =
4344 JoinGameFailedMessage_JoinGameFailureReason_JoinGameFailureReason_MAX;
4345 static const int JoinGameFailureReason_ARRAYSIZE =
4346 JoinGameFailedMessage_JoinGameFailureReason_JoinGameFailureReason_ARRAYSIZE;
4347
4348 // accessors -------------------------------------------------------
4349
4350 // required uint32 gameId = 1;
4351 inline bool has_gameid() const;
4352 inline void clear_gameid();
4353 static const int kGameIdFieldNumber = 1;
4354 inline ::google::protobuf::uint32 gameid() const;
4355 inline void set_gameid(::google::protobuf::uint32 value);
4356
4357 // required .JoinGameFailedMessage.JoinGameFailureReason joinGameFailureReason = 2;
4358 inline bool has_joingamefailurereason() const;
4359 inline void clear_joingamefailurereason();
4360 static const int kJoinGameFailureReasonFieldNumber = 2;
4361 inline ::JoinGameFailedMessage_JoinGameFailureReason joingamefailurereason() const;
4362 inline void set_joingamefailurereason(::JoinGameFailedMessage_JoinGameFailureReason value);
4363
4364 // @@protoc_insertion_point(class_scope:JoinGameFailedMessage)
4365 private:
4366 inline void set_has_gameid();
4367 inline void clear_has_gameid();
4368 inline void set_has_joingamefailurereason();
4369 inline void clear_has_joingamefailurereason();
4370
4371 ::std::string _unknown_fields_;
4372
4373 ::google::protobuf::uint32 _has_bits_[1];
4374 mutable int _cached_size_;
4375 ::google::protobuf::uint32 gameid_;
4376 int joingamefailurereason_;
4377 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4378 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4379 #else
4380 friend void protobuf_AddDesc_pokerth_2eproto();
4381 #endif
4382 friend void protobuf_AssignDesc_pokerth_2eproto();
4383 friend void protobuf_ShutdownFile_pokerth_2eproto();
4384
4385 void InitAsDefaultInstance();
4386 static JoinGameFailedMessage* default_instance_;
4387 };
4388 // -------------------------------------------------------------------
4389
4390 class GamePlayerJoinedMessage : public ::google::protobuf::MessageLite {
4391 public:
4392 GamePlayerJoinedMessage();
4393 virtual ~GamePlayerJoinedMessage();
4394
4395 GamePlayerJoinedMessage(const GamePlayerJoinedMessage& from);
4396
4397 inline GamePlayerJoinedMessage& operator=(const GamePlayerJoinedMessage& from) {
4398 CopyFrom(from);
4399 return *this;
4400 }
4401
unknown_fields()4402 inline const ::std::string& unknown_fields() const {
4403 return _unknown_fields_;
4404 }
4405
mutable_unknown_fields()4406 inline ::std::string* mutable_unknown_fields() {
4407 return &_unknown_fields_;
4408 }
4409
4410 static const GamePlayerJoinedMessage& default_instance();
4411
4412 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4413 // Returns the internal default instance pointer. This function can
4414 // return NULL thus should not be used by the user. This is intended
4415 // for Protobuf internal code. Please use default_instance() declared
4416 // above instead.
internal_default_instance()4417 static inline const GamePlayerJoinedMessage* internal_default_instance() {
4418 return default_instance_;
4419 }
4420 #endif
4421
4422 void Swap(GamePlayerJoinedMessage* other);
4423
4424 // implements Message ----------------------------------------------
4425
4426 GamePlayerJoinedMessage* New() const;
4427 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4428 void CopyFrom(const GamePlayerJoinedMessage& from);
4429 void MergeFrom(const GamePlayerJoinedMessage& from);
4430 void Clear();
4431 bool IsInitialized() const;
4432
4433 int ByteSize() const;
4434 bool MergePartialFromCodedStream(
4435 ::google::protobuf::io::CodedInputStream* input);
4436 void SerializeWithCachedSizes(
4437 ::google::protobuf::io::CodedOutputStream* output) const;
4438 void DiscardUnknownFields();
GetCachedSize()4439 int GetCachedSize() const { return _cached_size_; }
4440 private:
4441 void SharedCtor();
4442 void SharedDtor();
4443 void SetCachedSize(int size) const;
4444 public:
4445 ::std::string GetTypeName() const;
4446
4447 // nested types ----------------------------------------------------
4448
4449 // accessors -------------------------------------------------------
4450
4451 // required uint32 gameId = 1;
4452 inline bool has_gameid() const;
4453 inline void clear_gameid();
4454 static const int kGameIdFieldNumber = 1;
4455 inline ::google::protobuf::uint32 gameid() const;
4456 inline void set_gameid(::google::protobuf::uint32 value);
4457
4458 // required uint32 playerId = 2;
4459 inline bool has_playerid() const;
4460 inline void clear_playerid();
4461 static const int kPlayerIdFieldNumber = 2;
4462 inline ::google::protobuf::uint32 playerid() const;
4463 inline void set_playerid(::google::protobuf::uint32 value);
4464
4465 // required bool isGameAdmin = 3;
4466 inline bool has_isgameadmin() const;
4467 inline void clear_isgameadmin();
4468 static const int kIsGameAdminFieldNumber = 3;
4469 inline bool isgameadmin() const;
4470 inline void set_isgameadmin(bool value);
4471
4472 // @@protoc_insertion_point(class_scope:GamePlayerJoinedMessage)
4473 private:
4474 inline void set_has_gameid();
4475 inline void clear_has_gameid();
4476 inline void set_has_playerid();
4477 inline void clear_has_playerid();
4478 inline void set_has_isgameadmin();
4479 inline void clear_has_isgameadmin();
4480
4481 ::std::string _unknown_fields_;
4482
4483 ::google::protobuf::uint32 _has_bits_[1];
4484 mutable int _cached_size_;
4485 ::google::protobuf::uint32 gameid_;
4486 ::google::protobuf::uint32 playerid_;
4487 bool isgameadmin_;
4488 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4489 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4490 #else
4491 friend void protobuf_AddDesc_pokerth_2eproto();
4492 #endif
4493 friend void protobuf_AssignDesc_pokerth_2eproto();
4494 friend void protobuf_ShutdownFile_pokerth_2eproto();
4495
4496 void InitAsDefaultInstance();
4497 static GamePlayerJoinedMessage* default_instance_;
4498 };
4499 // -------------------------------------------------------------------
4500
4501 class GamePlayerLeftMessage : public ::google::protobuf::MessageLite {
4502 public:
4503 GamePlayerLeftMessage();
4504 virtual ~GamePlayerLeftMessage();
4505
4506 GamePlayerLeftMessage(const GamePlayerLeftMessage& from);
4507
4508 inline GamePlayerLeftMessage& operator=(const GamePlayerLeftMessage& from) {
4509 CopyFrom(from);
4510 return *this;
4511 }
4512
unknown_fields()4513 inline const ::std::string& unknown_fields() const {
4514 return _unknown_fields_;
4515 }
4516
mutable_unknown_fields()4517 inline ::std::string* mutable_unknown_fields() {
4518 return &_unknown_fields_;
4519 }
4520
4521 static const GamePlayerLeftMessage& default_instance();
4522
4523 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4524 // Returns the internal default instance pointer. This function can
4525 // return NULL thus should not be used by the user. This is intended
4526 // for Protobuf internal code. Please use default_instance() declared
4527 // above instead.
internal_default_instance()4528 static inline const GamePlayerLeftMessage* internal_default_instance() {
4529 return default_instance_;
4530 }
4531 #endif
4532
4533 void Swap(GamePlayerLeftMessage* other);
4534
4535 // implements Message ----------------------------------------------
4536
4537 GamePlayerLeftMessage* New() const;
4538 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4539 void CopyFrom(const GamePlayerLeftMessage& from);
4540 void MergeFrom(const GamePlayerLeftMessage& from);
4541 void Clear();
4542 bool IsInitialized() const;
4543
4544 int ByteSize() const;
4545 bool MergePartialFromCodedStream(
4546 ::google::protobuf::io::CodedInputStream* input);
4547 void SerializeWithCachedSizes(
4548 ::google::protobuf::io::CodedOutputStream* output) const;
4549 void DiscardUnknownFields();
GetCachedSize()4550 int GetCachedSize() const { return _cached_size_; }
4551 private:
4552 void SharedCtor();
4553 void SharedDtor();
4554 void SetCachedSize(int size) const;
4555 public:
4556 ::std::string GetTypeName() const;
4557
4558 // nested types ----------------------------------------------------
4559
4560 typedef GamePlayerLeftMessage_GamePlayerLeftReason GamePlayerLeftReason;
4561 static const GamePlayerLeftReason leftOnRequest = GamePlayerLeftMessage_GamePlayerLeftReason_leftOnRequest;
4562 static const GamePlayerLeftReason leftKicked = GamePlayerLeftMessage_GamePlayerLeftReason_leftKicked;
4563 static const GamePlayerLeftReason leftError = GamePlayerLeftMessage_GamePlayerLeftReason_leftError;
GamePlayerLeftReason_IsValid(int value)4564 static inline bool GamePlayerLeftReason_IsValid(int value) {
4565 return GamePlayerLeftMessage_GamePlayerLeftReason_IsValid(value);
4566 }
4567 static const GamePlayerLeftReason GamePlayerLeftReason_MIN =
4568 GamePlayerLeftMessage_GamePlayerLeftReason_GamePlayerLeftReason_MIN;
4569 static const GamePlayerLeftReason GamePlayerLeftReason_MAX =
4570 GamePlayerLeftMessage_GamePlayerLeftReason_GamePlayerLeftReason_MAX;
4571 static const int GamePlayerLeftReason_ARRAYSIZE =
4572 GamePlayerLeftMessage_GamePlayerLeftReason_GamePlayerLeftReason_ARRAYSIZE;
4573
4574 // accessors -------------------------------------------------------
4575
4576 // required uint32 gameId = 1;
4577 inline bool has_gameid() const;
4578 inline void clear_gameid();
4579 static const int kGameIdFieldNumber = 1;
4580 inline ::google::protobuf::uint32 gameid() const;
4581 inline void set_gameid(::google::protobuf::uint32 value);
4582
4583 // required uint32 playerId = 2;
4584 inline bool has_playerid() const;
4585 inline void clear_playerid();
4586 static const int kPlayerIdFieldNumber = 2;
4587 inline ::google::protobuf::uint32 playerid() const;
4588 inline void set_playerid(::google::protobuf::uint32 value);
4589
4590 // required .GamePlayerLeftMessage.GamePlayerLeftReason gamePlayerLeftReason = 3;
4591 inline bool has_gameplayerleftreason() const;
4592 inline void clear_gameplayerleftreason();
4593 static const int kGamePlayerLeftReasonFieldNumber = 3;
4594 inline ::GamePlayerLeftMessage_GamePlayerLeftReason gameplayerleftreason() const;
4595 inline void set_gameplayerleftreason(::GamePlayerLeftMessage_GamePlayerLeftReason value);
4596
4597 // @@protoc_insertion_point(class_scope:GamePlayerLeftMessage)
4598 private:
4599 inline void set_has_gameid();
4600 inline void clear_has_gameid();
4601 inline void set_has_playerid();
4602 inline void clear_has_playerid();
4603 inline void set_has_gameplayerleftreason();
4604 inline void clear_has_gameplayerleftreason();
4605
4606 ::std::string _unknown_fields_;
4607
4608 ::google::protobuf::uint32 _has_bits_[1];
4609 mutable int _cached_size_;
4610 ::google::protobuf::uint32 gameid_;
4611 ::google::protobuf::uint32 playerid_;
4612 int gameplayerleftreason_;
4613 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4614 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4615 #else
4616 friend void protobuf_AddDesc_pokerth_2eproto();
4617 #endif
4618 friend void protobuf_AssignDesc_pokerth_2eproto();
4619 friend void protobuf_ShutdownFile_pokerth_2eproto();
4620
4621 void InitAsDefaultInstance();
4622 static GamePlayerLeftMessage* default_instance_;
4623 };
4624 // -------------------------------------------------------------------
4625
4626 class GameSpectatorJoinedMessage : public ::google::protobuf::MessageLite {
4627 public:
4628 GameSpectatorJoinedMessage();
4629 virtual ~GameSpectatorJoinedMessage();
4630
4631 GameSpectatorJoinedMessage(const GameSpectatorJoinedMessage& from);
4632
4633 inline GameSpectatorJoinedMessage& operator=(const GameSpectatorJoinedMessage& from) {
4634 CopyFrom(from);
4635 return *this;
4636 }
4637
unknown_fields()4638 inline const ::std::string& unknown_fields() const {
4639 return _unknown_fields_;
4640 }
4641
mutable_unknown_fields()4642 inline ::std::string* mutable_unknown_fields() {
4643 return &_unknown_fields_;
4644 }
4645
4646 static const GameSpectatorJoinedMessage& default_instance();
4647
4648 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4649 // Returns the internal default instance pointer. This function can
4650 // return NULL thus should not be used by the user. This is intended
4651 // for Protobuf internal code. Please use default_instance() declared
4652 // above instead.
internal_default_instance()4653 static inline const GameSpectatorJoinedMessage* internal_default_instance() {
4654 return default_instance_;
4655 }
4656 #endif
4657
4658 void Swap(GameSpectatorJoinedMessage* other);
4659
4660 // implements Message ----------------------------------------------
4661
4662 GameSpectatorJoinedMessage* New() const;
4663 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4664 void CopyFrom(const GameSpectatorJoinedMessage& from);
4665 void MergeFrom(const GameSpectatorJoinedMessage& from);
4666 void Clear();
4667 bool IsInitialized() const;
4668
4669 int ByteSize() const;
4670 bool MergePartialFromCodedStream(
4671 ::google::protobuf::io::CodedInputStream* input);
4672 void SerializeWithCachedSizes(
4673 ::google::protobuf::io::CodedOutputStream* output) const;
4674 void DiscardUnknownFields();
GetCachedSize()4675 int GetCachedSize() const { return _cached_size_; }
4676 private:
4677 void SharedCtor();
4678 void SharedDtor();
4679 void SetCachedSize(int size) const;
4680 public:
4681 ::std::string GetTypeName() const;
4682
4683 // nested types ----------------------------------------------------
4684
4685 // accessors -------------------------------------------------------
4686
4687 // required uint32 gameId = 1;
4688 inline bool has_gameid() const;
4689 inline void clear_gameid();
4690 static const int kGameIdFieldNumber = 1;
4691 inline ::google::protobuf::uint32 gameid() const;
4692 inline void set_gameid(::google::protobuf::uint32 value);
4693
4694 // required uint32 playerId = 2;
4695 inline bool has_playerid() const;
4696 inline void clear_playerid();
4697 static const int kPlayerIdFieldNumber = 2;
4698 inline ::google::protobuf::uint32 playerid() const;
4699 inline void set_playerid(::google::protobuf::uint32 value);
4700
4701 // @@protoc_insertion_point(class_scope:GameSpectatorJoinedMessage)
4702 private:
4703 inline void set_has_gameid();
4704 inline void clear_has_gameid();
4705 inline void set_has_playerid();
4706 inline void clear_has_playerid();
4707
4708 ::std::string _unknown_fields_;
4709
4710 ::google::protobuf::uint32 _has_bits_[1];
4711 mutable int _cached_size_;
4712 ::google::protobuf::uint32 gameid_;
4713 ::google::protobuf::uint32 playerid_;
4714 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4715 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4716 #else
4717 friend void protobuf_AddDesc_pokerth_2eproto();
4718 #endif
4719 friend void protobuf_AssignDesc_pokerth_2eproto();
4720 friend void protobuf_ShutdownFile_pokerth_2eproto();
4721
4722 void InitAsDefaultInstance();
4723 static GameSpectatorJoinedMessage* default_instance_;
4724 };
4725 // -------------------------------------------------------------------
4726
4727 class GameSpectatorLeftMessage : public ::google::protobuf::MessageLite {
4728 public:
4729 GameSpectatorLeftMessage();
4730 virtual ~GameSpectatorLeftMessage();
4731
4732 GameSpectatorLeftMessage(const GameSpectatorLeftMessage& from);
4733
4734 inline GameSpectatorLeftMessage& operator=(const GameSpectatorLeftMessage& from) {
4735 CopyFrom(from);
4736 return *this;
4737 }
4738
unknown_fields()4739 inline const ::std::string& unknown_fields() const {
4740 return _unknown_fields_;
4741 }
4742
mutable_unknown_fields()4743 inline ::std::string* mutable_unknown_fields() {
4744 return &_unknown_fields_;
4745 }
4746
4747 static const GameSpectatorLeftMessage& default_instance();
4748
4749 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4750 // Returns the internal default instance pointer. This function can
4751 // return NULL thus should not be used by the user. This is intended
4752 // for Protobuf internal code. Please use default_instance() declared
4753 // above instead.
internal_default_instance()4754 static inline const GameSpectatorLeftMessage* internal_default_instance() {
4755 return default_instance_;
4756 }
4757 #endif
4758
4759 void Swap(GameSpectatorLeftMessage* other);
4760
4761 // implements Message ----------------------------------------------
4762
4763 GameSpectatorLeftMessage* New() const;
4764 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4765 void CopyFrom(const GameSpectatorLeftMessage& from);
4766 void MergeFrom(const GameSpectatorLeftMessage& from);
4767 void Clear();
4768 bool IsInitialized() const;
4769
4770 int ByteSize() const;
4771 bool MergePartialFromCodedStream(
4772 ::google::protobuf::io::CodedInputStream* input);
4773 void SerializeWithCachedSizes(
4774 ::google::protobuf::io::CodedOutputStream* output) const;
4775 void DiscardUnknownFields();
GetCachedSize()4776 int GetCachedSize() const { return _cached_size_; }
4777 private:
4778 void SharedCtor();
4779 void SharedDtor();
4780 void SetCachedSize(int size) const;
4781 public:
4782 ::std::string GetTypeName() const;
4783
4784 // nested types ----------------------------------------------------
4785
4786 // accessors -------------------------------------------------------
4787
4788 // required uint32 gameId = 1;
4789 inline bool has_gameid() const;
4790 inline void clear_gameid();
4791 static const int kGameIdFieldNumber = 1;
4792 inline ::google::protobuf::uint32 gameid() const;
4793 inline void set_gameid(::google::protobuf::uint32 value);
4794
4795 // required uint32 playerId = 2;
4796 inline bool has_playerid() const;
4797 inline void clear_playerid();
4798 static const int kPlayerIdFieldNumber = 2;
4799 inline ::google::protobuf::uint32 playerid() const;
4800 inline void set_playerid(::google::protobuf::uint32 value);
4801
4802 // required .GamePlayerLeftMessage.GamePlayerLeftReason gameSpectatorLeftReason = 3;
4803 inline bool has_gamespectatorleftreason() const;
4804 inline void clear_gamespectatorleftreason();
4805 static const int kGameSpectatorLeftReasonFieldNumber = 3;
4806 inline ::GamePlayerLeftMessage_GamePlayerLeftReason gamespectatorleftreason() const;
4807 inline void set_gamespectatorleftreason(::GamePlayerLeftMessage_GamePlayerLeftReason value);
4808
4809 // @@protoc_insertion_point(class_scope:GameSpectatorLeftMessage)
4810 private:
4811 inline void set_has_gameid();
4812 inline void clear_has_gameid();
4813 inline void set_has_playerid();
4814 inline void clear_has_playerid();
4815 inline void set_has_gamespectatorleftreason();
4816 inline void clear_has_gamespectatorleftreason();
4817
4818 ::std::string _unknown_fields_;
4819
4820 ::google::protobuf::uint32 _has_bits_[1];
4821 mutable int _cached_size_;
4822 ::google::protobuf::uint32 gameid_;
4823 ::google::protobuf::uint32 playerid_;
4824 int gamespectatorleftreason_;
4825 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4826 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4827 #else
4828 friend void protobuf_AddDesc_pokerth_2eproto();
4829 #endif
4830 friend void protobuf_AssignDesc_pokerth_2eproto();
4831 friend void protobuf_ShutdownFile_pokerth_2eproto();
4832
4833 void InitAsDefaultInstance();
4834 static GameSpectatorLeftMessage* default_instance_;
4835 };
4836 // -------------------------------------------------------------------
4837
4838 class GameAdminChangedMessage : public ::google::protobuf::MessageLite {
4839 public:
4840 GameAdminChangedMessage();
4841 virtual ~GameAdminChangedMessage();
4842
4843 GameAdminChangedMessage(const GameAdminChangedMessage& from);
4844
4845 inline GameAdminChangedMessage& operator=(const GameAdminChangedMessage& from) {
4846 CopyFrom(from);
4847 return *this;
4848 }
4849
unknown_fields()4850 inline const ::std::string& unknown_fields() const {
4851 return _unknown_fields_;
4852 }
4853
mutable_unknown_fields()4854 inline ::std::string* mutable_unknown_fields() {
4855 return &_unknown_fields_;
4856 }
4857
4858 static const GameAdminChangedMessage& default_instance();
4859
4860 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4861 // Returns the internal default instance pointer. This function can
4862 // return NULL thus should not be used by the user. This is intended
4863 // for Protobuf internal code. Please use default_instance() declared
4864 // above instead.
internal_default_instance()4865 static inline const GameAdminChangedMessage* internal_default_instance() {
4866 return default_instance_;
4867 }
4868 #endif
4869
4870 void Swap(GameAdminChangedMessage* other);
4871
4872 // implements Message ----------------------------------------------
4873
4874 GameAdminChangedMessage* New() const;
4875 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4876 void CopyFrom(const GameAdminChangedMessage& from);
4877 void MergeFrom(const GameAdminChangedMessage& from);
4878 void Clear();
4879 bool IsInitialized() const;
4880
4881 int ByteSize() const;
4882 bool MergePartialFromCodedStream(
4883 ::google::protobuf::io::CodedInputStream* input);
4884 void SerializeWithCachedSizes(
4885 ::google::protobuf::io::CodedOutputStream* output) const;
4886 void DiscardUnknownFields();
GetCachedSize()4887 int GetCachedSize() const { return _cached_size_; }
4888 private:
4889 void SharedCtor();
4890 void SharedDtor();
4891 void SetCachedSize(int size) const;
4892 public:
4893 ::std::string GetTypeName() const;
4894
4895 // nested types ----------------------------------------------------
4896
4897 // accessors -------------------------------------------------------
4898
4899 // required uint32 gameId = 1;
4900 inline bool has_gameid() const;
4901 inline void clear_gameid();
4902 static const int kGameIdFieldNumber = 1;
4903 inline ::google::protobuf::uint32 gameid() const;
4904 inline void set_gameid(::google::protobuf::uint32 value);
4905
4906 // required uint32 newAdminPlayerId = 2;
4907 inline bool has_newadminplayerid() const;
4908 inline void clear_newadminplayerid();
4909 static const int kNewAdminPlayerIdFieldNumber = 2;
4910 inline ::google::protobuf::uint32 newadminplayerid() const;
4911 inline void set_newadminplayerid(::google::protobuf::uint32 value);
4912
4913 // @@protoc_insertion_point(class_scope:GameAdminChangedMessage)
4914 private:
4915 inline void set_has_gameid();
4916 inline void clear_has_gameid();
4917 inline void set_has_newadminplayerid();
4918 inline void clear_has_newadminplayerid();
4919
4920 ::std::string _unknown_fields_;
4921
4922 ::google::protobuf::uint32 _has_bits_[1];
4923 mutable int _cached_size_;
4924 ::google::protobuf::uint32 gameid_;
4925 ::google::protobuf::uint32 newadminplayerid_;
4926 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4927 friend void protobuf_AddDesc_pokerth_2eproto_impl();
4928 #else
4929 friend void protobuf_AddDesc_pokerth_2eproto();
4930 #endif
4931 friend void protobuf_AssignDesc_pokerth_2eproto();
4932 friend void protobuf_ShutdownFile_pokerth_2eproto();
4933
4934 void InitAsDefaultInstance();
4935 static GameAdminChangedMessage* default_instance_;
4936 };
4937 // -------------------------------------------------------------------
4938
4939 class RemovedFromGameMessage : public ::google::protobuf::MessageLite {
4940 public:
4941 RemovedFromGameMessage();
4942 virtual ~RemovedFromGameMessage();
4943
4944 RemovedFromGameMessage(const RemovedFromGameMessage& from);
4945
4946 inline RemovedFromGameMessage& operator=(const RemovedFromGameMessage& from) {
4947 CopyFrom(from);
4948 return *this;
4949 }
4950
unknown_fields()4951 inline const ::std::string& unknown_fields() const {
4952 return _unknown_fields_;
4953 }
4954
mutable_unknown_fields()4955 inline ::std::string* mutable_unknown_fields() {
4956 return &_unknown_fields_;
4957 }
4958
4959 static const RemovedFromGameMessage& default_instance();
4960
4961 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
4962 // Returns the internal default instance pointer. This function can
4963 // return NULL thus should not be used by the user. This is intended
4964 // for Protobuf internal code. Please use default_instance() declared
4965 // above instead.
internal_default_instance()4966 static inline const RemovedFromGameMessage* internal_default_instance() {
4967 return default_instance_;
4968 }
4969 #endif
4970
4971 void Swap(RemovedFromGameMessage* other);
4972
4973 // implements Message ----------------------------------------------
4974
4975 RemovedFromGameMessage* New() const;
4976 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
4977 void CopyFrom(const RemovedFromGameMessage& from);
4978 void MergeFrom(const RemovedFromGameMessage& from);
4979 void Clear();
4980 bool IsInitialized() const;
4981
4982 int ByteSize() const;
4983 bool MergePartialFromCodedStream(
4984 ::google::protobuf::io::CodedInputStream* input);
4985 void SerializeWithCachedSizes(
4986 ::google::protobuf::io::CodedOutputStream* output) const;
4987 void DiscardUnknownFields();
GetCachedSize()4988 int GetCachedSize() const { return _cached_size_; }
4989 private:
4990 void SharedCtor();
4991 void SharedDtor();
4992 void SetCachedSize(int size) const;
4993 public:
4994 ::std::string GetTypeName() const;
4995
4996 // nested types ----------------------------------------------------
4997
4998 typedef RemovedFromGameMessage_RemovedFromGameReason RemovedFromGameReason;
4999 static const RemovedFromGameReason removedOnRequest = RemovedFromGameMessage_RemovedFromGameReason_removedOnRequest;
5000 static const RemovedFromGameReason kickedFromGame = RemovedFromGameMessage_RemovedFromGameReason_kickedFromGame;
5001 static const RemovedFromGameReason gameIsFull = RemovedFromGameMessage_RemovedFromGameReason_gameIsFull;
5002 static const RemovedFromGameReason gameIsRunning = RemovedFromGameMessage_RemovedFromGameReason_gameIsRunning;
5003 static const RemovedFromGameReason gameTimeout = RemovedFromGameMessage_RemovedFromGameReason_gameTimeout;
5004 static const RemovedFromGameReason removedStartFailed = RemovedFromGameMessage_RemovedFromGameReason_removedStartFailed;
5005 static const RemovedFromGameReason gameClosed = RemovedFromGameMessage_RemovedFromGameReason_gameClosed;
RemovedFromGameReason_IsValid(int value)5006 static inline bool RemovedFromGameReason_IsValid(int value) {
5007 return RemovedFromGameMessage_RemovedFromGameReason_IsValid(value);
5008 }
5009 static const RemovedFromGameReason RemovedFromGameReason_MIN =
5010 RemovedFromGameMessage_RemovedFromGameReason_RemovedFromGameReason_MIN;
5011 static const RemovedFromGameReason RemovedFromGameReason_MAX =
5012 RemovedFromGameMessage_RemovedFromGameReason_RemovedFromGameReason_MAX;
5013 static const int RemovedFromGameReason_ARRAYSIZE =
5014 RemovedFromGameMessage_RemovedFromGameReason_RemovedFromGameReason_ARRAYSIZE;
5015
5016 // accessors -------------------------------------------------------
5017
5018 // required uint32 gameId = 1;
5019 inline bool has_gameid() const;
5020 inline void clear_gameid();
5021 static const int kGameIdFieldNumber = 1;
5022 inline ::google::protobuf::uint32 gameid() const;
5023 inline void set_gameid(::google::protobuf::uint32 value);
5024
5025 // required .RemovedFromGameMessage.RemovedFromGameReason removedFromGameReason = 2;
5026 inline bool has_removedfromgamereason() const;
5027 inline void clear_removedfromgamereason();
5028 static const int kRemovedFromGameReasonFieldNumber = 2;
5029 inline ::RemovedFromGameMessage_RemovedFromGameReason removedfromgamereason() const;
5030 inline void set_removedfromgamereason(::RemovedFromGameMessage_RemovedFromGameReason value);
5031
5032 // @@protoc_insertion_point(class_scope:RemovedFromGameMessage)
5033 private:
5034 inline void set_has_gameid();
5035 inline void clear_has_gameid();
5036 inline void set_has_removedfromgamereason();
5037 inline void clear_has_removedfromgamereason();
5038
5039 ::std::string _unknown_fields_;
5040
5041 ::google::protobuf::uint32 _has_bits_[1];
5042 mutable int _cached_size_;
5043 ::google::protobuf::uint32 gameid_;
5044 int removedfromgamereason_;
5045 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5046 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5047 #else
5048 friend void protobuf_AddDesc_pokerth_2eproto();
5049 #endif
5050 friend void protobuf_AssignDesc_pokerth_2eproto();
5051 friend void protobuf_ShutdownFile_pokerth_2eproto();
5052
5053 void InitAsDefaultInstance();
5054 static RemovedFromGameMessage* default_instance_;
5055 };
5056 // -------------------------------------------------------------------
5057
5058 class KickPlayerRequestMessage : public ::google::protobuf::MessageLite {
5059 public:
5060 KickPlayerRequestMessage();
5061 virtual ~KickPlayerRequestMessage();
5062
5063 KickPlayerRequestMessage(const KickPlayerRequestMessage& from);
5064
5065 inline KickPlayerRequestMessage& operator=(const KickPlayerRequestMessage& from) {
5066 CopyFrom(from);
5067 return *this;
5068 }
5069
unknown_fields()5070 inline const ::std::string& unknown_fields() const {
5071 return _unknown_fields_;
5072 }
5073
mutable_unknown_fields()5074 inline ::std::string* mutable_unknown_fields() {
5075 return &_unknown_fields_;
5076 }
5077
5078 static const KickPlayerRequestMessage& default_instance();
5079
5080 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5081 // Returns the internal default instance pointer. This function can
5082 // return NULL thus should not be used by the user. This is intended
5083 // for Protobuf internal code. Please use default_instance() declared
5084 // above instead.
internal_default_instance()5085 static inline const KickPlayerRequestMessage* internal_default_instance() {
5086 return default_instance_;
5087 }
5088 #endif
5089
5090 void Swap(KickPlayerRequestMessage* other);
5091
5092 // implements Message ----------------------------------------------
5093
5094 KickPlayerRequestMessage* New() const;
5095 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5096 void CopyFrom(const KickPlayerRequestMessage& from);
5097 void MergeFrom(const KickPlayerRequestMessage& from);
5098 void Clear();
5099 bool IsInitialized() const;
5100
5101 int ByteSize() const;
5102 bool MergePartialFromCodedStream(
5103 ::google::protobuf::io::CodedInputStream* input);
5104 void SerializeWithCachedSizes(
5105 ::google::protobuf::io::CodedOutputStream* output) const;
5106 void DiscardUnknownFields();
GetCachedSize()5107 int GetCachedSize() const { return _cached_size_; }
5108 private:
5109 void SharedCtor();
5110 void SharedDtor();
5111 void SetCachedSize(int size) const;
5112 public:
5113 ::std::string GetTypeName() const;
5114
5115 // nested types ----------------------------------------------------
5116
5117 // accessors -------------------------------------------------------
5118
5119 // required uint32 gameId = 1;
5120 inline bool has_gameid() const;
5121 inline void clear_gameid();
5122 static const int kGameIdFieldNumber = 1;
5123 inline ::google::protobuf::uint32 gameid() const;
5124 inline void set_gameid(::google::protobuf::uint32 value);
5125
5126 // required uint32 playerId = 2;
5127 inline bool has_playerid() const;
5128 inline void clear_playerid();
5129 static const int kPlayerIdFieldNumber = 2;
5130 inline ::google::protobuf::uint32 playerid() const;
5131 inline void set_playerid(::google::protobuf::uint32 value);
5132
5133 // @@protoc_insertion_point(class_scope:KickPlayerRequestMessage)
5134 private:
5135 inline void set_has_gameid();
5136 inline void clear_has_gameid();
5137 inline void set_has_playerid();
5138 inline void clear_has_playerid();
5139
5140 ::std::string _unknown_fields_;
5141
5142 ::google::protobuf::uint32 _has_bits_[1];
5143 mutable int _cached_size_;
5144 ::google::protobuf::uint32 gameid_;
5145 ::google::protobuf::uint32 playerid_;
5146 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5147 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5148 #else
5149 friend void protobuf_AddDesc_pokerth_2eproto();
5150 #endif
5151 friend void protobuf_AssignDesc_pokerth_2eproto();
5152 friend void protobuf_ShutdownFile_pokerth_2eproto();
5153
5154 void InitAsDefaultInstance();
5155 static KickPlayerRequestMessage* default_instance_;
5156 };
5157 // -------------------------------------------------------------------
5158
5159 class LeaveGameRequestMessage : public ::google::protobuf::MessageLite {
5160 public:
5161 LeaveGameRequestMessage();
5162 virtual ~LeaveGameRequestMessage();
5163
5164 LeaveGameRequestMessage(const LeaveGameRequestMessage& from);
5165
5166 inline LeaveGameRequestMessage& operator=(const LeaveGameRequestMessage& from) {
5167 CopyFrom(from);
5168 return *this;
5169 }
5170
unknown_fields()5171 inline const ::std::string& unknown_fields() const {
5172 return _unknown_fields_;
5173 }
5174
mutable_unknown_fields()5175 inline ::std::string* mutable_unknown_fields() {
5176 return &_unknown_fields_;
5177 }
5178
5179 static const LeaveGameRequestMessage& default_instance();
5180
5181 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5182 // Returns the internal default instance pointer. This function can
5183 // return NULL thus should not be used by the user. This is intended
5184 // for Protobuf internal code. Please use default_instance() declared
5185 // above instead.
internal_default_instance()5186 static inline const LeaveGameRequestMessage* internal_default_instance() {
5187 return default_instance_;
5188 }
5189 #endif
5190
5191 void Swap(LeaveGameRequestMessage* other);
5192
5193 // implements Message ----------------------------------------------
5194
5195 LeaveGameRequestMessage* New() const;
5196 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5197 void CopyFrom(const LeaveGameRequestMessage& from);
5198 void MergeFrom(const LeaveGameRequestMessage& from);
5199 void Clear();
5200 bool IsInitialized() const;
5201
5202 int ByteSize() const;
5203 bool MergePartialFromCodedStream(
5204 ::google::protobuf::io::CodedInputStream* input);
5205 void SerializeWithCachedSizes(
5206 ::google::protobuf::io::CodedOutputStream* output) const;
5207 void DiscardUnknownFields();
GetCachedSize()5208 int GetCachedSize() const { return _cached_size_; }
5209 private:
5210 void SharedCtor();
5211 void SharedDtor();
5212 void SetCachedSize(int size) const;
5213 public:
5214 ::std::string GetTypeName() const;
5215
5216 // nested types ----------------------------------------------------
5217
5218 // accessors -------------------------------------------------------
5219
5220 // required uint32 gameId = 1;
5221 inline bool has_gameid() const;
5222 inline void clear_gameid();
5223 static const int kGameIdFieldNumber = 1;
5224 inline ::google::protobuf::uint32 gameid() const;
5225 inline void set_gameid(::google::protobuf::uint32 value);
5226
5227 // @@protoc_insertion_point(class_scope:LeaveGameRequestMessage)
5228 private:
5229 inline void set_has_gameid();
5230 inline void clear_has_gameid();
5231
5232 ::std::string _unknown_fields_;
5233
5234 ::google::protobuf::uint32 _has_bits_[1];
5235 mutable int _cached_size_;
5236 ::google::protobuf::uint32 gameid_;
5237 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5238 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5239 #else
5240 friend void protobuf_AddDesc_pokerth_2eproto();
5241 #endif
5242 friend void protobuf_AssignDesc_pokerth_2eproto();
5243 friend void protobuf_ShutdownFile_pokerth_2eproto();
5244
5245 void InitAsDefaultInstance();
5246 static LeaveGameRequestMessage* default_instance_;
5247 };
5248 // -------------------------------------------------------------------
5249
5250 class InvitePlayerToGameMessage : public ::google::protobuf::MessageLite {
5251 public:
5252 InvitePlayerToGameMessage();
5253 virtual ~InvitePlayerToGameMessage();
5254
5255 InvitePlayerToGameMessage(const InvitePlayerToGameMessage& from);
5256
5257 inline InvitePlayerToGameMessage& operator=(const InvitePlayerToGameMessage& from) {
5258 CopyFrom(from);
5259 return *this;
5260 }
5261
unknown_fields()5262 inline const ::std::string& unknown_fields() const {
5263 return _unknown_fields_;
5264 }
5265
mutable_unknown_fields()5266 inline ::std::string* mutable_unknown_fields() {
5267 return &_unknown_fields_;
5268 }
5269
5270 static const InvitePlayerToGameMessage& default_instance();
5271
5272 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5273 // Returns the internal default instance pointer. This function can
5274 // return NULL thus should not be used by the user. This is intended
5275 // for Protobuf internal code. Please use default_instance() declared
5276 // above instead.
internal_default_instance()5277 static inline const InvitePlayerToGameMessage* internal_default_instance() {
5278 return default_instance_;
5279 }
5280 #endif
5281
5282 void Swap(InvitePlayerToGameMessage* other);
5283
5284 // implements Message ----------------------------------------------
5285
5286 InvitePlayerToGameMessage* New() const;
5287 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5288 void CopyFrom(const InvitePlayerToGameMessage& from);
5289 void MergeFrom(const InvitePlayerToGameMessage& from);
5290 void Clear();
5291 bool IsInitialized() const;
5292
5293 int ByteSize() const;
5294 bool MergePartialFromCodedStream(
5295 ::google::protobuf::io::CodedInputStream* input);
5296 void SerializeWithCachedSizes(
5297 ::google::protobuf::io::CodedOutputStream* output) const;
5298 void DiscardUnknownFields();
GetCachedSize()5299 int GetCachedSize() const { return _cached_size_; }
5300 private:
5301 void SharedCtor();
5302 void SharedDtor();
5303 void SetCachedSize(int size) const;
5304 public:
5305 ::std::string GetTypeName() const;
5306
5307 // nested types ----------------------------------------------------
5308
5309 // accessors -------------------------------------------------------
5310
5311 // required uint32 gameId = 1;
5312 inline bool has_gameid() const;
5313 inline void clear_gameid();
5314 static const int kGameIdFieldNumber = 1;
5315 inline ::google::protobuf::uint32 gameid() const;
5316 inline void set_gameid(::google::protobuf::uint32 value);
5317
5318 // required uint32 playerId = 2;
5319 inline bool has_playerid() const;
5320 inline void clear_playerid();
5321 static const int kPlayerIdFieldNumber = 2;
5322 inline ::google::protobuf::uint32 playerid() const;
5323 inline void set_playerid(::google::protobuf::uint32 value);
5324
5325 // @@protoc_insertion_point(class_scope:InvitePlayerToGameMessage)
5326 private:
5327 inline void set_has_gameid();
5328 inline void clear_has_gameid();
5329 inline void set_has_playerid();
5330 inline void clear_has_playerid();
5331
5332 ::std::string _unknown_fields_;
5333
5334 ::google::protobuf::uint32 _has_bits_[1];
5335 mutable int _cached_size_;
5336 ::google::protobuf::uint32 gameid_;
5337 ::google::protobuf::uint32 playerid_;
5338 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5339 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5340 #else
5341 friend void protobuf_AddDesc_pokerth_2eproto();
5342 #endif
5343 friend void protobuf_AssignDesc_pokerth_2eproto();
5344 friend void protobuf_ShutdownFile_pokerth_2eproto();
5345
5346 void InitAsDefaultInstance();
5347 static InvitePlayerToGameMessage* default_instance_;
5348 };
5349 // -------------------------------------------------------------------
5350
5351 class InviteNotifyMessage : public ::google::protobuf::MessageLite {
5352 public:
5353 InviteNotifyMessage();
5354 virtual ~InviteNotifyMessage();
5355
5356 InviteNotifyMessage(const InviteNotifyMessage& from);
5357
5358 inline InviteNotifyMessage& operator=(const InviteNotifyMessage& from) {
5359 CopyFrom(from);
5360 return *this;
5361 }
5362
unknown_fields()5363 inline const ::std::string& unknown_fields() const {
5364 return _unknown_fields_;
5365 }
5366
mutable_unknown_fields()5367 inline ::std::string* mutable_unknown_fields() {
5368 return &_unknown_fields_;
5369 }
5370
5371 static const InviteNotifyMessage& default_instance();
5372
5373 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5374 // Returns the internal default instance pointer. This function can
5375 // return NULL thus should not be used by the user. This is intended
5376 // for Protobuf internal code. Please use default_instance() declared
5377 // above instead.
internal_default_instance()5378 static inline const InviteNotifyMessage* internal_default_instance() {
5379 return default_instance_;
5380 }
5381 #endif
5382
5383 void Swap(InviteNotifyMessage* other);
5384
5385 // implements Message ----------------------------------------------
5386
5387 InviteNotifyMessage* New() const;
5388 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5389 void CopyFrom(const InviteNotifyMessage& from);
5390 void MergeFrom(const InviteNotifyMessage& from);
5391 void Clear();
5392 bool IsInitialized() const;
5393
5394 int ByteSize() const;
5395 bool MergePartialFromCodedStream(
5396 ::google::protobuf::io::CodedInputStream* input);
5397 void SerializeWithCachedSizes(
5398 ::google::protobuf::io::CodedOutputStream* output) const;
5399 void DiscardUnknownFields();
GetCachedSize()5400 int GetCachedSize() const { return _cached_size_; }
5401 private:
5402 void SharedCtor();
5403 void SharedDtor();
5404 void SetCachedSize(int size) const;
5405 public:
5406 ::std::string GetTypeName() const;
5407
5408 // nested types ----------------------------------------------------
5409
5410 // accessors -------------------------------------------------------
5411
5412 // required uint32 gameId = 1;
5413 inline bool has_gameid() const;
5414 inline void clear_gameid();
5415 static const int kGameIdFieldNumber = 1;
5416 inline ::google::protobuf::uint32 gameid() const;
5417 inline void set_gameid(::google::protobuf::uint32 value);
5418
5419 // required uint32 playerIdWho = 2;
5420 inline bool has_playeridwho() const;
5421 inline void clear_playeridwho();
5422 static const int kPlayerIdWhoFieldNumber = 2;
5423 inline ::google::protobuf::uint32 playeridwho() const;
5424 inline void set_playeridwho(::google::protobuf::uint32 value);
5425
5426 // required uint32 playerIdByWhom = 3;
5427 inline bool has_playeridbywhom() const;
5428 inline void clear_playeridbywhom();
5429 static const int kPlayerIdByWhomFieldNumber = 3;
5430 inline ::google::protobuf::uint32 playeridbywhom() const;
5431 inline void set_playeridbywhom(::google::protobuf::uint32 value);
5432
5433 // @@protoc_insertion_point(class_scope:InviteNotifyMessage)
5434 private:
5435 inline void set_has_gameid();
5436 inline void clear_has_gameid();
5437 inline void set_has_playeridwho();
5438 inline void clear_has_playeridwho();
5439 inline void set_has_playeridbywhom();
5440 inline void clear_has_playeridbywhom();
5441
5442 ::std::string _unknown_fields_;
5443
5444 ::google::protobuf::uint32 _has_bits_[1];
5445 mutable int _cached_size_;
5446 ::google::protobuf::uint32 gameid_;
5447 ::google::protobuf::uint32 playeridwho_;
5448 ::google::protobuf::uint32 playeridbywhom_;
5449 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5450 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5451 #else
5452 friend void protobuf_AddDesc_pokerth_2eproto();
5453 #endif
5454 friend void protobuf_AssignDesc_pokerth_2eproto();
5455 friend void protobuf_ShutdownFile_pokerth_2eproto();
5456
5457 void InitAsDefaultInstance();
5458 static InviteNotifyMessage* default_instance_;
5459 };
5460 // -------------------------------------------------------------------
5461
5462 class RejectGameInvitationMessage : public ::google::protobuf::MessageLite {
5463 public:
5464 RejectGameInvitationMessage();
5465 virtual ~RejectGameInvitationMessage();
5466
5467 RejectGameInvitationMessage(const RejectGameInvitationMessage& from);
5468
5469 inline RejectGameInvitationMessage& operator=(const RejectGameInvitationMessage& from) {
5470 CopyFrom(from);
5471 return *this;
5472 }
5473
unknown_fields()5474 inline const ::std::string& unknown_fields() const {
5475 return _unknown_fields_;
5476 }
5477
mutable_unknown_fields()5478 inline ::std::string* mutable_unknown_fields() {
5479 return &_unknown_fields_;
5480 }
5481
5482 static const RejectGameInvitationMessage& default_instance();
5483
5484 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5485 // Returns the internal default instance pointer. This function can
5486 // return NULL thus should not be used by the user. This is intended
5487 // for Protobuf internal code. Please use default_instance() declared
5488 // above instead.
internal_default_instance()5489 static inline const RejectGameInvitationMessage* internal_default_instance() {
5490 return default_instance_;
5491 }
5492 #endif
5493
5494 void Swap(RejectGameInvitationMessage* other);
5495
5496 // implements Message ----------------------------------------------
5497
5498 RejectGameInvitationMessage* New() const;
5499 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5500 void CopyFrom(const RejectGameInvitationMessage& from);
5501 void MergeFrom(const RejectGameInvitationMessage& from);
5502 void Clear();
5503 bool IsInitialized() const;
5504
5505 int ByteSize() const;
5506 bool MergePartialFromCodedStream(
5507 ::google::protobuf::io::CodedInputStream* input);
5508 void SerializeWithCachedSizes(
5509 ::google::protobuf::io::CodedOutputStream* output) const;
5510 void DiscardUnknownFields();
GetCachedSize()5511 int GetCachedSize() const { return _cached_size_; }
5512 private:
5513 void SharedCtor();
5514 void SharedDtor();
5515 void SetCachedSize(int size) const;
5516 public:
5517 ::std::string GetTypeName() const;
5518
5519 // nested types ----------------------------------------------------
5520
5521 typedef RejectGameInvitationMessage_RejectGameInvReason RejectGameInvReason;
5522 static const RejectGameInvReason rejectReasonNo = RejectGameInvitationMessage_RejectGameInvReason_rejectReasonNo;
5523 static const RejectGameInvReason rejectReasonBusy = RejectGameInvitationMessage_RejectGameInvReason_rejectReasonBusy;
RejectGameInvReason_IsValid(int value)5524 static inline bool RejectGameInvReason_IsValid(int value) {
5525 return RejectGameInvitationMessage_RejectGameInvReason_IsValid(value);
5526 }
5527 static const RejectGameInvReason RejectGameInvReason_MIN =
5528 RejectGameInvitationMessage_RejectGameInvReason_RejectGameInvReason_MIN;
5529 static const RejectGameInvReason RejectGameInvReason_MAX =
5530 RejectGameInvitationMessage_RejectGameInvReason_RejectGameInvReason_MAX;
5531 static const int RejectGameInvReason_ARRAYSIZE =
5532 RejectGameInvitationMessage_RejectGameInvReason_RejectGameInvReason_ARRAYSIZE;
5533
5534 // accessors -------------------------------------------------------
5535
5536 // required uint32 gameId = 1;
5537 inline bool has_gameid() const;
5538 inline void clear_gameid();
5539 static const int kGameIdFieldNumber = 1;
5540 inline ::google::protobuf::uint32 gameid() const;
5541 inline void set_gameid(::google::protobuf::uint32 value);
5542
5543 // required .RejectGameInvitationMessage.RejectGameInvReason myRejectReason = 2;
5544 inline bool has_myrejectreason() const;
5545 inline void clear_myrejectreason();
5546 static const int kMyRejectReasonFieldNumber = 2;
5547 inline ::RejectGameInvitationMessage_RejectGameInvReason myrejectreason() const;
5548 inline void set_myrejectreason(::RejectGameInvitationMessage_RejectGameInvReason value);
5549
5550 // @@protoc_insertion_point(class_scope:RejectGameInvitationMessage)
5551 private:
5552 inline void set_has_gameid();
5553 inline void clear_has_gameid();
5554 inline void set_has_myrejectreason();
5555 inline void clear_has_myrejectreason();
5556
5557 ::std::string _unknown_fields_;
5558
5559 ::google::protobuf::uint32 _has_bits_[1];
5560 mutable int _cached_size_;
5561 ::google::protobuf::uint32 gameid_;
5562 int myrejectreason_;
5563 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5564 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5565 #else
5566 friend void protobuf_AddDesc_pokerth_2eproto();
5567 #endif
5568 friend void protobuf_AssignDesc_pokerth_2eproto();
5569 friend void protobuf_ShutdownFile_pokerth_2eproto();
5570
5571 void InitAsDefaultInstance();
5572 static RejectGameInvitationMessage* default_instance_;
5573 };
5574 // -------------------------------------------------------------------
5575
5576 class RejectInvNotifyMessage : public ::google::protobuf::MessageLite {
5577 public:
5578 RejectInvNotifyMessage();
5579 virtual ~RejectInvNotifyMessage();
5580
5581 RejectInvNotifyMessage(const RejectInvNotifyMessage& from);
5582
5583 inline RejectInvNotifyMessage& operator=(const RejectInvNotifyMessage& from) {
5584 CopyFrom(from);
5585 return *this;
5586 }
5587
unknown_fields()5588 inline const ::std::string& unknown_fields() const {
5589 return _unknown_fields_;
5590 }
5591
mutable_unknown_fields()5592 inline ::std::string* mutable_unknown_fields() {
5593 return &_unknown_fields_;
5594 }
5595
5596 static const RejectInvNotifyMessage& default_instance();
5597
5598 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5599 // Returns the internal default instance pointer. This function can
5600 // return NULL thus should not be used by the user. This is intended
5601 // for Protobuf internal code. Please use default_instance() declared
5602 // above instead.
internal_default_instance()5603 static inline const RejectInvNotifyMessage* internal_default_instance() {
5604 return default_instance_;
5605 }
5606 #endif
5607
5608 void Swap(RejectInvNotifyMessage* other);
5609
5610 // implements Message ----------------------------------------------
5611
5612 RejectInvNotifyMessage* New() const;
5613 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5614 void CopyFrom(const RejectInvNotifyMessage& from);
5615 void MergeFrom(const RejectInvNotifyMessage& from);
5616 void Clear();
5617 bool IsInitialized() const;
5618
5619 int ByteSize() const;
5620 bool MergePartialFromCodedStream(
5621 ::google::protobuf::io::CodedInputStream* input);
5622 void SerializeWithCachedSizes(
5623 ::google::protobuf::io::CodedOutputStream* output) const;
5624 void DiscardUnknownFields();
GetCachedSize()5625 int GetCachedSize() const { return _cached_size_; }
5626 private:
5627 void SharedCtor();
5628 void SharedDtor();
5629 void SetCachedSize(int size) const;
5630 public:
5631 ::std::string GetTypeName() const;
5632
5633 // nested types ----------------------------------------------------
5634
5635 // accessors -------------------------------------------------------
5636
5637 // required uint32 gameId = 1;
5638 inline bool has_gameid() const;
5639 inline void clear_gameid();
5640 static const int kGameIdFieldNumber = 1;
5641 inline ::google::protobuf::uint32 gameid() const;
5642 inline void set_gameid(::google::protobuf::uint32 value);
5643
5644 // required uint32 playerId = 2;
5645 inline bool has_playerid() const;
5646 inline void clear_playerid();
5647 static const int kPlayerIdFieldNumber = 2;
5648 inline ::google::protobuf::uint32 playerid() const;
5649 inline void set_playerid(::google::protobuf::uint32 value);
5650
5651 // required .RejectGameInvitationMessage.RejectGameInvReason playerRejectReason = 3;
5652 inline bool has_playerrejectreason() const;
5653 inline void clear_playerrejectreason();
5654 static const int kPlayerRejectReasonFieldNumber = 3;
5655 inline ::RejectGameInvitationMessage_RejectGameInvReason playerrejectreason() const;
5656 inline void set_playerrejectreason(::RejectGameInvitationMessage_RejectGameInvReason value);
5657
5658 // @@protoc_insertion_point(class_scope:RejectInvNotifyMessage)
5659 private:
5660 inline void set_has_gameid();
5661 inline void clear_has_gameid();
5662 inline void set_has_playerid();
5663 inline void clear_has_playerid();
5664 inline void set_has_playerrejectreason();
5665 inline void clear_has_playerrejectreason();
5666
5667 ::std::string _unknown_fields_;
5668
5669 ::google::protobuf::uint32 _has_bits_[1];
5670 mutable int _cached_size_;
5671 ::google::protobuf::uint32 gameid_;
5672 ::google::protobuf::uint32 playerid_;
5673 int playerrejectreason_;
5674 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5675 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5676 #else
5677 friend void protobuf_AddDesc_pokerth_2eproto();
5678 #endif
5679 friend void protobuf_AssignDesc_pokerth_2eproto();
5680 friend void protobuf_ShutdownFile_pokerth_2eproto();
5681
5682 void InitAsDefaultInstance();
5683 static RejectInvNotifyMessage* default_instance_;
5684 };
5685 // -------------------------------------------------------------------
5686
5687 class StartEventMessage : public ::google::protobuf::MessageLite {
5688 public:
5689 StartEventMessage();
5690 virtual ~StartEventMessage();
5691
5692 StartEventMessage(const StartEventMessage& from);
5693
5694 inline StartEventMessage& operator=(const StartEventMessage& from) {
5695 CopyFrom(from);
5696 return *this;
5697 }
5698
unknown_fields()5699 inline const ::std::string& unknown_fields() const {
5700 return _unknown_fields_;
5701 }
5702
mutable_unknown_fields()5703 inline ::std::string* mutable_unknown_fields() {
5704 return &_unknown_fields_;
5705 }
5706
5707 static const StartEventMessage& default_instance();
5708
5709 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5710 // Returns the internal default instance pointer. This function can
5711 // return NULL thus should not be used by the user. This is intended
5712 // for Protobuf internal code. Please use default_instance() declared
5713 // above instead.
internal_default_instance()5714 static inline const StartEventMessage* internal_default_instance() {
5715 return default_instance_;
5716 }
5717 #endif
5718
5719 void Swap(StartEventMessage* other);
5720
5721 // implements Message ----------------------------------------------
5722
5723 StartEventMessage* New() const;
5724 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5725 void CopyFrom(const StartEventMessage& from);
5726 void MergeFrom(const StartEventMessage& from);
5727 void Clear();
5728 bool IsInitialized() const;
5729
5730 int ByteSize() const;
5731 bool MergePartialFromCodedStream(
5732 ::google::protobuf::io::CodedInputStream* input);
5733 void SerializeWithCachedSizes(
5734 ::google::protobuf::io::CodedOutputStream* output) const;
5735 void DiscardUnknownFields();
GetCachedSize()5736 int GetCachedSize() const { return _cached_size_; }
5737 private:
5738 void SharedCtor();
5739 void SharedDtor();
5740 void SetCachedSize(int size) const;
5741 public:
5742 ::std::string GetTypeName() const;
5743
5744 // nested types ----------------------------------------------------
5745
5746 typedef StartEventMessage_StartEventType StartEventType;
5747 static const StartEventType startEvent = StartEventMessage_StartEventType_startEvent;
5748 static const StartEventType rejoinEvent = StartEventMessage_StartEventType_rejoinEvent;
StartEventType_IsValid(int value)5749 static inline bool StartEventType_IsValid(int value) {
5750 return StartEventMessage_StartEventType_IsValid(value);
5751 }
5752 static const StartEventType StartEventType_MIN =
5753 StartEventMessage_StartEventType_StartEventType_MIN;
5754 static const StartEventType StartEventType_MAX =
5755 StartEventMessage_StartEventType_StartEventType_MAX;
5756 static const int StartEventType_ARRAYSIZE =
5757 StartEventMessage_StartEventType_StartEventType_ARRAYSIZE;
5758
5759 // accessors -------------------------------------------------------
5760
5761 // required uint32 gameId = 1;
5762 inline bool has_gameid() const;
5763 inline void clear_gameid();
5764 static const int kGameIdFieldNumber = 1;
5765 inline ::google::protobuf::uint32 gameid() const;
5766 inline void set_gameid(::google::protobuf::uint32 value);
5767
5768 // required .StartEventMessage.StartEventType startEventType = 2;
5769 inline bool has_starteventtype() const;
5770 inline void clear_starteventtype();
5771 static const int kStartEventTypeFieldNumber = 2;
5772 inline ::StartEventMessage_StartEventType starteventtype() const;
5773 inline void set_starteventtype(::StartEventMessage_StartEventType value);
5774
5775 // optional bool fillWithComputerPlayers = 3;
5776 inline bool has_fillwithcomputerplayers() const;
5777 inline void clear_fillwithcomputerplayers();
5778 static const int kFillWithComputerPlayersFieldNumber = 3;
5779 inline bool fillwithcomputerplayers() const;
5780 inline void set_fillwithcomputerplayers(bool value);
5781
5782 // @@protoc_insertion_point(class_scope:StartEventMessage)
5783 private:
5784 inline void set_has_gameid();
5785 inline void clear_has_gameid();
5786 inline void set_has_starteventtype();
5787 inline void clear_has_starteventtype();
5788 inline void set_has_fillwithcomputerplayers();
5789 inline void clear_has_fillwithcomputerplayers();
5790
5791 ::std::string _unknown_fields_;
5792
5793 ::google::protobuf::uint32 _has_bits_[1];
5794 mutable int _cached_size_;
5795 ::google::protobuf::uint32 gameid_;
5796 int starteventtype_;
5797 bool fillwithcomputerplayers_;
5798 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5799 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5800 #else
5801 friend void protobuf_AddDesc_pokerth_2eproto();
5802 #endif
5803 friend void protobuf_AssignDesc_pokerth_2eproto();
5804 friend void protobuf_ShutdownFile_pokerth_2eproto();
5805
5806 void InitAsDefaultInstance();
5807 static StartEventMessage* default_instance_;
5808 };
5809 // -------------------------------------------------------------------
5810
5811 class StartEventAckMessage : public ::google::protobuf::MessageLite {
5812 public:
5813 StartEventAckMessage();
5814 virtual ~StartEventAckMessage();
5815
5816 StartEventAckMessage(const StartEventAckMessage& from);
5817
5818 inline StartEventAckMessage& operator=(const StartEventAckMessage& from) {
5819 CopyFrom(from);
5820 return *this;
5821 }
5822
unknown_fields()5823 inline const ::std::string& unknown_fields() const {
5824 return _unknown_fields_;
5825 }
5826
mutable_unknown_fields()5827 inline ::std::string* mutable_unknown_fields() {
5828 return &_unknown_fields_;
5829 }
5830
5831 static const StartEventAckMessage& default_instance();
5832
5833 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5834 // Returns the internal default instance pointer. This function can
5835 // return NULL thus should not be used by the user. This is intended
5836 // for Protobuf internal code. Please use default_instance() declared
5837 // above instead.
internal_default_instance()5838 static inline const StartEventAckMessage* internal_default_instance() {
5839 return default_instance_;
5840 }
5841 #endif
5842
5843 void Swap(StartEventAckMessage* other);
5844
5845 // implements Message ----------------------------------------------
5846
5847 StartEventAckMessage* New() const;
5848 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5849 void CopyFrom(const StartEventAckMessage& from);
5850 void MergeFrom(const StartEventAckMessage& from);
5851 void Clear();
5852 bool IsInitialized() const;
5853
5854 int ByteSize() const;
5855 bool MergePartialFromCodedStream(
5856 ::google::protobuf::io::CodedInputStream* input);
5857 void SerializeWithCachedSizes(
5858 ::google::protobuf::io::CodedOutputStream* output) const;
5859 void DiscardUnknownFields();
GetCachedSize()5860 int GetCachedSize() const { return _cached_size_; }
5861 private:
5862 void SharedCtor();
5863 void SharedDtor();
5864 void SetCachedSize(int size) const;
5865 public:
5866 ::std::string GetTypeName() const;
5867
5868 // nested types ----------------------------------------------------
5869
5870 // accessors -------------------------------------------------------
5871
5872 // required uint32 gameId = 1;
5873 inline bool has_gameid() const;
5874 inline void clear_gameid();
5875 static const int kGameIdFieldNumber = 1;
5876 inline ::google::protobuf::uint32 gameid() const;
5877 inline void set_gameid(::google::protobuf::uint32 value);
5878
5879 // @@protoc_insertion_point(class_scope:StartEventAckMessage)
5880 private:
5881 inline void set_has_gameid();
5882 inline void clear_has_gameid();
5883
5884 ::std::string _unknown_fields_;
5885
5886 ::google::protobuf::uint32 _has_bits_[1];
5887 mutable int _cached_size_;
5888 ::google::protobuf::uint32 gameid_;
5889 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5890 friend void protobuf_AddDesc_pokerth_2eproto_impl();
5891 #else
5892 friend void protobuf_AddDesc_pokerth_2eproto();
5893 #endif
5894 friend void protobuf_AssignDesc_pokerth_2eproto();
5895 friend void protobuf_ShutdownFile_pokerth_2eproto();
5896
5897 void InitAsDefaultInstance();
5898 static StartEventAckMessage* default_instance_;
5899 };
5900 // -------------------------------------------------------------------
5901
5902 class GameStartInitialMessage : public ::google::protobuf::MessageLite {
5903 public:
5904 GameStartInitialMessage();
5905 virtual ~GameStartInitialMessage();
5906
5907 GameStartInitialMessage(const GameStartInitialMessage& from);
5908
5909 inline GameStartInitialMessage& operator=(const GameStartInitialMessage& from) {
5910 CopyFrom(from);
5911 return *this;
5912 }
5913
unknown_fields()5914 inline const ::std::string& unknown_fields() const {
5915 return _unknown_fields_;
5916 }
5917
mutable_unknown_fields()5918 inline ::std::string* mutable_unknown_fields() {
5919 return &_unknown_fields_;
5920 }
5921
5922 static const GameStartInitialMessage& default_instance();
5923
5924 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
5925 // Returns the internal default instance pointer. This function can
5926 // return NULL thus should not be used by the user. This is intended
5927 // for Protobuf internal code. Please use default_instance() declared
5928 // above instead.
internal_default_instance()5929 static inline const GameStartInitialMessage* internal_default_instance() {
5930 return default_instance_;
5931 }
5932 #endif
5933
5934 void Swap(GameStartInitialMessage* other);
5935
5936 // implements Message ----------------------------------------------
5937
5938 GameStartInitialMessage* New() const;
5939 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
5940 void CopyFrom(const GameStartInitialMessage& from);
5941 void MergeFrom(const GameStartInitialMessage& from);
5942 void Clear();
5943 bool IsInitialized() const;
5944
5945 int ByteSize() const;
5946 bool MergePartialFromCodedStream(
5947 ::google::protobuf::io::CodedInputStream* input);
5948 void SerializeWithCachedSizes(
5949 ::google::protobuf::io::CodedOutputStream* output) const;
5950 void DiscardUnknownFields();
GetCachedSize()5951 int GetCachedSize() const { return _cached_size_; }
5952 private:
5953 void SharedCtor();
5954 void SharedDtor();
5955 void SetCachedSize(int size) const;
5956 public:
5957 ::std::string GetTypeName() const;
5958
5959 // nested types ----------------------------------------------------
5960
5961 // accessors -------------------------------------------------------
5962
5963 // required uint32 gameId = 1;
5964 inline bool has_gameid() const;
5965 inline void clear_gameid();
5966 static const int kGameIdFieldNumber = 1;
5967 inline ::google::protobuf::uint32 gameid() const;
5968 inline void set_gameid(::google::protobuf::uint32 value);
5969
5970 // required uint32 startDealerPlayerId = 2;
5971 inline bool has_startdealerplayerid() const;
5972 inline void clear_startdealerplayerid();
5973 static const int kStartDealerPlayerIdFieldNumber = 2;
5974 inline ::google::protobuf::uint32 startdealerplayerid() const;
5975 inline void set_startdealerplayerid(::google::protobuf::uint32 value);
5976
5977 // repeated uint32 playerSeats = 3 [packed = true];
5978 inline int playerseats_size() const;
5979 inline void clear_playerseats();
5980 static const int kPlayerSeatsFieldNumber = 3;
5981 inline ::google::protobuf::uint32 playerseats(int index) const;
5982 inline void set_playerseats(int index, ::google::protobuf::uint32 value);
5983 inline void add_playerseats(::google::protobuf::uint32 value);
5984 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
5985 playerseats() const;
5986 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
5987 mutable_playerseats();
5988
5989 // @@protoc_insertion_point(class_scope:GameStartInitialMessage)
5990 private:
5991 inline void set_has_gameid();
5992 inline void clear_has_gameid();
5993 inline void set_has_startdealerplayerid();
5994 inline void clear_has_startdealerplayerid();
5995
5996 ::std::string _unknown_fields_;
5997
5998 ::google::protobuf::uint32 _has_bits_[1];
5999 mutable int _cached_size_;
6000 ::google::protobuf::uint32 gameid_;
6001 ::google::protobuf::uint32 startdealerplayerid_;
6002 ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > playerseats_;
6003 mutable int _playerseats_cached_byte_size_;
6004 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6005 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6006 #else
6007 friend void protobuf_AddDesc_pokerth_2eproto();
6008 #endif
6009 friend void protobuf_AssignDesc_pokerth_2eproto();
6010 friend void protobuf_ShutdownFile_pokerth_2eproto();
6011
6012 void InitAsDefaultInstance();
6013 static GameStartInitialMessage* default_instance_;
6014 };
6015 // -------------------------------------------------------------------
6016
6017 class GameStartRejoinMessage_RejoinPlayerData : public ::google::protobuf::MessageLite {
6018 public:
6019 GameStartRejoinMessage_RejoinPlayerData();
6020 virtual ~GameStartRejoinMessage_RejoinPlayerData();
6021
6022 GameStartRejoinMessage_RejoinPlayerData(const GameStartRejoinMessage_RejoinPlayerData& from);
6023
6024 inline GameStartRejoinMessage_RejoinPlayerData& operator=(const GameStartRejoinMessage_RejoinPlayerData& from) {
6025 CopyFrom(from);
6026 return *this;
6027 }
6028
unknown_fields()6029 inline const ::std::string& unknown_fields() const {
6030 return _unknown_fields_;
6031 }
6032
mutable_unknown_fields()6033 inline ::std::string* mutable_unknown_fields() {
6034 return &_unknown_fields_;
6035 }
6036
6037 static const GameStartRejoinMessage_RejoinPlayerData& default_instance();
6038
6039 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6040 // Returns the internal default instance pointer. This function can
6041 // return NULL thus should not be used by the user. This is intended
6042 // for Protobuf internal code. Please use default_instance() declared
6043 // above instead.
internal_default_instance()6044 static inline const GameStartRejoinMessage_RejoinPlayerData* internal_default_instance() {
6045 return default_instance_;
6046 }
6047 #endif
6048
6049 void Swap(GameStartRejoinMessage_RejoinPlayerData* other);
6050
6051 // implements Message ----------------------------------------------
6052
6053 GameStartRejoinMessage_RejoinPlayerData* New() const;
6054 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6055 void CopyFrom(const GameStartRejoinMessage_RejoinPlayerData& from);
6056 void MergeFrom(const GameStartRejoinMessage_RejoinPlayerData& from);
6057 void Clear();
6058 bool IsInitialized() const;
6059
6060 int ByteSize() const;
6061 bool MergePartialFromCodedStream(
6062 ::google::protobuf::io::CodedInputStream* input);
6063 void SerializeWithCachedSizes(
6064 ::google::protobuf::io::CodedOutputStream* output) const;
6065 void DiscardUnknownFields();
GetCachedSize()6066 int GetCachedSize() const { return _cached_size_; }
6067 private:
6068 void SharedCtor();
6069 void SharedDtor();
6070 void SetCachedSize(int size) const;
6071 public:
6072 ::std::string GetTypeName() const;
6073
6074 // nested types ----------------------------------------------------
6075
6076 // accessors -------------------------------------------------------
6077
6078 // required uint32 playerId = 1;
6079 inline bool has_playerid() const;
6080 inline void clear_playerid();
6081 static const int kPlayerIdFieldNumber = 1;
6082 inline ::google::protobuf::uint32 playerid() const;
6083 inline void set_playerid(::google::protobuf::uint32 value);
6084
6085 // required uint32 playerMoney = 2;
6086 inline bool has_playermoney() const;
6087 inline void clear_playermoney();
6088 static const int kPlayerMoneyFieldNumber = 2;
6089 inline ::google::protobuf::uint32 playermoney() const;
6090 inline void set_playermoney(::google::protobuf::uint32 value);
6091
6092 // @@protoc_insertion_point(class_scope:GameStartRejoinMessage.RejoinPlayerData)
6093 private:
6094 inline void set_has_playerid();
6095 inline void clear_has_playerid();
6096 inline void set_has_playermoney();
6097 inline void clear_has_playermoney();
6098
6099 ::std::string _unknown_fields_;
6100
6101 ::google::protobuf::uint32 _has_bits_[1];
6102 mutable int _cached_size_;
6103 ::google::protobuf::uint32 playerid_;
6104 ::google::protobuf::uint32 playermoney_;
6105 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6106 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6107 #else
6108 friend void protobuf_AddDesc_pokerth_2eproto();
6109 #endif
6110 friend void protobuf_AssignDesc_pokerth_2eproto();
6111 friend void protobuf_ShutdownFile_pokerth_2eproto();
6112
6113 void InitAsDefaultInstance();
6114 static GameStartRejoinMessage_RejoinPlayerData* default_instance_;
6115 };
6116 // -------------------------------------------------------------------
6117
6118 class GameStartRejoinMessage : public ::google::protobuf::MessageLite {
6119 public:
6120 GameStartRejoinMessage();
6121 virtual ~GameStartRejoinMessage();
6122
6123 GameStartRejoinMessage(const GameStartRejoinMessage& from);
6124
6125 inline GameStartRejoinMessage& operator=(const GameStartRejoinMessage& from) {
6126 CopyFrom(from);
6127 return *this;
6128 }
6129
unknown_fields()6130 inline const ::std::string& unknown_fields() const {
6131 return _unknown_fields_;
6132 }
6133
mutable_unknown_fields()6134 inline ::std::string* mutable_unknown_fields() {
6135 return &_unknown_fields_;
6136 }
6137
6138 static const GameStartRejoinMessage& default_instance();
6139
6140 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6141 // Returns the internal default instance pointer. This function can
6142 // return NULL thus should not be used by the user. This is intended
6143 // for Protobuf internal code. Please use default_instance() declared
6144 // above instead.
internal_default_instance()6145 static inline const GameStartRejoinMessage* internal_default_instance() {
6146 return default_instance_;
6147 }
6148 #endif
6149
6150 void Swap(GameStartRejoinMessage* other);
6151
6152 // implements Message ----------------------------------------------
6153
6154 GameStartRejoinMessage* New() const;
6155 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6156 void CopyFrom(const GameStartRejoinMessage& from);
6157 void MergeFrom(const GameStartRejoinMessage& from);
6158 void Clear();
6159 bool IsInitialized() const;
6160
6161 int ByteSize() const;
6162 bool MergePartialFromCodedStream(
6163 ::google::protobuf::io::CodedInputStream* input);
6164 void SerializeWithCachedSizes(
6165 ::google::protobuf::io::CodedOutputStream* output) const;
6166 void DiscardUnknownFields();
GetCachedSize()6167 int GetCachedSize() const { return _cached_size_; }
6168 private:
6169 void SharedCtor();
6170 void SharedDtor();
6171 void SetCachedSize(int size) const;
6172 public:
6173 ::std::string GetTypeName() const;
6174
6175 // nested types ----------------------------------------------------
6176
6177 typedef GameStartRejoinMessage_RejoinPlayerData RejoinPlayerData;
6178
6179 // accessors -------------------------------------------------------
6180
6181 // required uint32 gameId = 1;
6182 inline bool has_gameid() const;
6183 inline void clear_gameid();
6184 static const int kGameIdFieldNumber = 1;
6185 inline ::google::protobuf::uint32 gameid() const;
6186 inline void set_gameid(::google::protobuf::uint32 value);
6187
6188 // required uint32 startDealerPlayerId = 2;
6189 inline bool has_startdealerplayerid() const;
6190 inline void clear_startdealerplayerid();
6191 static const int kStartDealerPlayerIdFieldNumber = 2;
6192 inline ::google::protobuf::uint32 startdealerplayerid() const;
6193 inline void set_startdealerplayerid(::google::protobuf::uint32 value);
6194
6195 // required uint32 handNum = 3;
6196 inline bool has_handnum() const;
6197 inline void clear_handnum();
6198 static const int kHandNumFieldNumber = 3;
6199 inline ::google::protobuf::uint32 handnum() const;
6200 inline void set_handnum(::google::protobuf::uint32 value);
6201
6202 // repeated .GameStartRejoinMessage.RejoinPlayerData rejoinPlayerData = 4;
6203 inline int rejoinplayerdata_size() const;
6204 inline void clear_rejoinplayerdata();
6205 static const int kRejoinPlayerDataFieldNumber = 4;
6206 inline const ::GameStartRejoinMessage_RejoinPlayerData& rejoinplayerdata(int index) const;
6207 inline ::GameStartRejoinMessage_RejoinPlayerData* mutable_rejoinplayerdata(int index);
6208 inline ::GameStartRejoinMessage_RejoinPlayerData* add_rejoinplayerdata();
6209 inline const ::google::protobuf::RepeatedPtrField< ::GameStartRejoinMessage_RejoinPlayerData >&
6210 rejoinplayerdata() const;
6211 inline ::google::protobuf::RepeatedPtrField< ::GameStartRejoinMessage_RejoinPlayerData >*
6212 mutable_rejoinplayerdata();
6213
6214 // @@protoc_insertion_point(class_scope:GameStartRejoinMessage)
6215 private:
6216 inline void set_has_gameid();
6217 inline void clear_has_gameid();
6218 inline void set_has_startdealerplayerid();
6219 inline void clear_has_startdealerplayerid();
6220 inline void set_has_handnum();
6221 inline void clear_has_handnum();
6222
6223 ::std::string _unknown_fields_;
6224
6225 ::google::protobuf::uint32 _has_bits_[1];
6226 mutable int _cached_size_;
6227 ::google::protobuf::uint32 gameid_;
6228 ::google::protobuf::uint32 startdealerplayerid_;
6229 ::google::protobuf::RepeatedPtrField< ::GameStartRejoinMessage_RejoinPlayerData > rejoinplayerdata_;
6230 ::google::protobuf::uint32 handnum_;
6231 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6232 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6233 #else
6234 friend void protobuf_AddDesc_pokerth_2eproto();
6235 #endif
6236 friend void protobuf_AssignDesc_pokerth_2eproto();
6237 friend void protobuf_ShutdownFile_pokerth_2eproto();
6238
6239 void InitAsDefaultInstance();
6240 static GameStartRejoinMessage* default_instance_;
6241 };
6242 // -------------------------------------------------------------------
6243
6244 class HandStartMessage_PlainCards : public ::google::protobuf::MessageLite {
6245 public:
6246 HandStartMessage_PlainCards();
6247 virtual ~HandStartMessage_PlainCards();
6248
6249 HandStartMessage_PlainCards(const HandStartMessage_PlainCards& from);
6250
6251 inline HandStartMessage_PlainCards& operator=(const HandStartMessage_PlainCards& from) {
6252 CopyFrom(from);
6253 return *this;
6254 }
6255
unknown_fields()6256 inline const ::std::string& unknown_fields() const {
6257 return _unknown_fields_;
6258 }
6259
mutable_unknown_fields()6260 inline ::std::string* mutable_unknown_fields() {
6261 return &_unknown_fields_;
6262 }
6263
6264 static const HandStartMessage_PlainCards& default_instance();
6265
6266 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6267 // Returns the internal default instance pointer. This function can
6268 // return NULL thus should not be used by the user. This is intended
6269 // for Protobuf internal code. Please use default_instance() declared
6270 // above instead.
internal_default_instance()6271 static inline const HandStartMessage_PlainCards* internal_default_instance() {
6272 return default_instance_;
6273 }
6274 #endif
6275
6276 void Swap(HandStartMessage_PlainCards* other);
6277
6278 // implements Message ----------------------------------------------
6279
6280 HandStartMessage_PlainCards* New() const;
6281 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6282 void CopyFrom(const HandStartMessage_PlainCards& from);
6283 void MergeFrom(const HandStartMessage_PlainCards& from);
6284 void Clear();
6285 bool IsInitialized() const;
6286
6287 int ByteSize() const;
6288 bool MergePartialFromCodedStream(
6289 ::google::protobuf::io::CodedInputStream* input);
6290 void SerializeWithCachedSizes(
6291 ::google::protobuf::io::CodedOutputStream* output) const;
6292 void DiscardUnknownFields();
GetCachedSize()6293 int GetCachedSize() const { return _cached_size_; }
6294 private:
6295 void SharedCtor();
6296 void SharedDtor();
6297 void SetCachedSize(int size) const;
6298 public:
6299 ::std::string GetTypeName() const;
6300
6301 // nested types ----------------------------------------------------
6302
6303 // accessors -------------------------------------------------------
6304
6305 // required uint32 plainCard1 = 1;
6306 inline bool has_plaincard1() const;
6307 inline void clear_plaincard1();
6308 static const int kPlainCard1FieldNumber = 1;
6309 inline ::google::protobuf::uint32 plaincard1() const;
6310 inline void set_plaincard1(::google::protobuf::uint32 value);
6311
6312 // required uint32 plainCard2 = 2;
6313 inline bool has_plaincard2() const;
6314 inline void clear_plaincard2();
6315 static const int kPlainCard2FieldNumber = 2;
6316 inline ::google::protobuf::uint32 plaincard2() const;
6317 inline void set_plaincard2(::google::protobuf::uint32 value);
6318
6319 // @@protoc_insertion_point(class_scope:HandStartMessage.PlainCards)
6320 private:
6321 inline void set_has_plaincard1();
6322 inline void clear_has_plaincard1();
6323 inline void set_has_plaincard2();
6324 inline void clear_has_plaincard2();
6325
6326 ::std::string _unknown_fields_;
6327
6328 ::google::protobuf::uint32 _has_bits_[1];
6329 mutable int _cached_size_;
6330 ::google::protobuf::uint32 plaincard1_;
6331 ::google::protobuf::uint32 plaincard2_;
6332 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6333 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6334 #else
6335 friend void protobuf_AddDesc_pokerth_2eproto();
6336 #endif
6337 friend void protobuf_AssignDesc_pokerth_2eproto();
6338 friend void protobuf_ShutdownFile_pokerth_2eproto();
6339
6340 void InitAsDefaultInstance();
6341 static HandStartMessage_PlainCards* default_instance_;
6342 };
6343 // -------------------------------------------------------------------
6344
6345 class HandStartMessage : public ::google::protobuf::MessageLite {
6346 public:
6347 HandStartMessage();
6348 virtual ~HandStartMessage();
6349
6350 HandStartMessage(const HandStartMessage& from);
6351
6352 inline HandStartMessage& operator=(const HandStartMessage& from) {
6353 CopyFrom(from);
6354 return *this;
6355 }
6356
unknown_fields()6357 inline const ::std::string& unknown_fields() const {
6358 return _unknown_fields_;
6359 }
6360
mutable_unknown_fields()6361 inline ::std::string* mutable_unknown_fields() {
6362 return &_unknown_fields_;
6363 }
6364
6365 static const HandStartMessage& default_instance();
6366
6367 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6368 // Returns the internal default instance pointer. This function can
6369 // return NULL thus should not be used by the user. This is intended
6370 // for Protobuf internal code. Please use default_instance() declared
6371 // above instead.
internal_default_instance()6372 static inline const HandStartMessage* internal_default_instance() {
6373 return default_instance_;
6374 }
6375 #endif
6376
6377 void Swap(HandStartMessage* other);
6378
6379 // implements Message ----------------------------------------------
6380
6381 HandStartMessage* New() const;
6382 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6383 void CopyFrom(const HandStartMessage& from);
6384 void MergeFrom(const HandStartMessage& from);
6385 void Clear();
6386 bool IsInitialized() const;
6387
6388 int ByteSize() const;
6389 bool MergePartialFromCodedStream(
6390 ::google::protobuf::io::CodedInputStream* input);
6391 void SerializeWithCachedSizes(
6392 ::google::protobuf::io::CodedOutputStream* output) const;
6393 void DiscardUnknownFields();
GetCachedSize()6394 int GetCachedSize() const { return _cached_size_; }
6395 private:
6396 void SharedCtor();
6397 void SharedDtor();
6398 void SetCachedSize(int size) const;
6399 public:
6400 ::std::string GetTypeName() const;
6401
6402 // nested types ----------------------------------------------------
6403
6404 typedef HandStartMessage_PlainCards PlainCards;
6405
6406 // accessors -------------------------------------------------------
6407
6408 // required uint32 gameId = 1;
6409 inline bool has_gameid() const;
6410 inline void clear_gameid();
6411 static const int kGameIdFieldNumber = 1;
6412 inline ::google::protobuf::uint32 gameid() const;
6413 inline void set_gameid(::google::protobuf::uint32 value);
6414
6415 // optional .HandStartMessage.PlainCards plainCards = 2;
6416 inline bool has_plaincards() const;
6417 inline void clear_plaincards();
6418 static const int kPlainCardsFieldNumber = 2;
6419 inline const ::HandStartMessage_PlainCards& plaincards() const;
6420 inline ::HandStartMessage_PlainCards* mutable_plaincards();
6421 inline ::HandStartMessage_PlainCards* release_plaincards();
6422 inline void set_allocated_plaincards(::HandStartMessage_PlainCards* plaincards);
6423
6424 // optional bytes encryptedCards = 3;
6425 inline bool has_encryptedcards() const;
6426 inline void clear_encryptedcards();
6427 static const int kEncryptedCardsFieldNumber = 3;
6428 inline const ::std::string& encryptedcards() const;
6429 inline void set_encryptedcards(const ::std::string& value);
6430 inline void set_encryptedcards(const char* value);
6431 inline void set_encryptedcards(const void* value, size_t size);
6432 inline ::std::string* mutable_encryptedcards();
6433 inline ::std::string* release_encryptedcards();
6434 inline void set_allocated_encryptedcards(::std::string* encryptedcards);
6435
6436 // required uint32 smallBlind = 4;
6437 inline bool has_smallblind() const;
6438 inline void clear_smallblind();
6439 static const int kSmallBlindFieldNumber = 4;
6440 inline ::google::protobuf::uint32 smallblind() const;
6441 inline void set_smallblind(::google::protobuf::uint32 value);
6442
6443 // repeated .NetPlayerState seatStates = 5;
6444 inline int seatstates_size() const;
6445 inline void clear_seatstates();
6446 static const int kSeatStatesFieldNumber = 5;
6447 inline ::NetPlayerState seatstates(int index) const;
6448 inline void set_seatstates(int index, ::NetPlayerState value);
6449 inline void add_seatstates(::NetPlayerState value);
6450 inline const ::google::protobuf::RepeatedField<int>& seatstates() const;
6451 inline ::google::protobuf::RepeatedField<int>* mutable_seatstates();
6452
6453 // optional uint32 dealerPlayerId = 6;
6454 inline bool has_dealerplayerid() const;
6455 inline void clear_dealerplayerid();
6456 static const int kDealerPlayerIdFieldNumber = 6;
6457 inline ::google::protobuf::uint32 dealerplayerid() const;
6458 inline void set_dealerplayerid(::google::protobuf::uint32 value);
6459
6460 // @@protoc_insertion_point(class_scope:HandStartMessage)
6461 private:
6462 inline void set_has_gameid();
6463 inline void clear_has_gameid();
6464 inline void set_has_plaincards();
6465 inline void clear_has_plaincards();
6466 inline void set_has_encryptedcards();
6467 inline void clear_has_encryptedcards();
6468 inline void set_has_smallblind();
6469 inline void clear_has_smallblind();
6470 inline void set_has_dealerplayerid();
6471 inline void clear_has_dealerplayerid();
6472
6473 ::std::string _unknown_fields_;
6474
6475 ::google::protobuf::uint32 _has_bits_[1];
6476 mutable int _cached_size_;
6477 ::HandStartMessage_PlainCards* plaincards_;
6478 ::google::protobuf::uint32 gameid_;
6479 ::google::protobuf::uint32 smallblind_;
6480 ::std::string* encryptedcards_;
6481 ::google::protobuf::RepeatedField<int> seatstates_;
6482 ::google::protobuf::uint32 dealerplayerid_;
6483 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6484 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6485 #else
6486 friend void protobuf_AddDesc_pokerth_2eproto();
6487 #endif
6488 friend void protobuf_AssignDesc_pokerth_2eproto();
6489 friend void protobuf_ShutdownFile_pokerth_2eproto();
6490
6491 void InitAsDefaultInstance();
6492 static HandStartMessage* default_instance_;
6493 };
6494 // -------------------------------------------------------------------
6495
6496 class PlayersTurnMessage : public ::google::protobuf::MessageLite {
6497 public:
6498 PlayersTurnMessage();
6499 virtual ~PlayersTurnMessage();
6500
6501 PlayersTurnMessage(const PlayersTurnMessage& from);
6502
6503 inline PlayersTurnMessage& operator=(const PlayersTurnMessage& from) {
6504 CopyFrom(from);
6505 return *this;
6506 }
6507
unknown_fields()6508 inline const ::std::string& unknown_fields() const {
6509 return _unknown_fields_;
6510 }
6511
mutable_unknown_fields()6512 inline ::std::string* mutable_unknown_fields() {
6513 return &_unknown_fields_;
6514 }
6515
6516 static const PlayersTurnMessage& default_instance();
6517
6518 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6519 // Returns the internal default instance pointer. This function can
6520 // return NULL thus should not be used by the user. This is intended
6521 // for Protobuf internal code. Please use default_instance() declared
6522 // above instead.
internal_default_instance()6523 static inline const PlayersTurnMessage* internal_default_instance() {
6524 return default_instance_;
6525 }
6526 #endif
6527
6528 void Swap(PlayersTurnMessage* other);
6529
6530 // implements Message ----------------------------------------------
6531
6532 PlayersTurnMessage* New() const;
6533 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6534 void CopyFrom(const PlayersTurnMessage& from);
6535 void MergeFrom(const PlayersTurnMessage& from);
6536 void Clear();
6537 bool IsInitialized() const;
6538
6539 int ByteSize() const;
6540 bool MergePartialFromCodedStream(
6541 ::google::protobuf::io::CodedInputStream* input);
6542 void SerializeWithCachedSizes(
6543 ::google::protobuf::io::CodedOutputStream* output) const;
6544 void DiscardUnknownFields();
GetCachedSize()6545 int GetCachedSize() const { return _cached_size_; }
6546 private:
6547 void SharedCtor();
6548 void SharedDtor();
6549 void SetCachedSize(int size) const;
6550 public:
6551 ::std::string GetTypeName() const;
6552
6553 // nested types ----------------------------------------------------
6554
6555 // accessors -------------------------------------------------------
6556
6557 // required uint32 gameId = 1;
6558 inline bool has_gameid() const;
6559 inline void clear_gameid();
6560 static const int kGameIdFieldNumber = 1;
6561 inline ::google::protobuf::uint32 gameid() const;
6562 inline void set_gameid(::google::protobuf::uint32 value);
6563
6564 // required uint32 playerId = 2;
6565 inline bool has_playerid() const;
6566 inline void clear_playerid();
6567 static const int kPlayerIdFieldNumber = 2;
6568 inline ::google::protobuf::uint32 playerid() const;
6569 inline void set_playerid(::google::protobuf::uint32 value);
6570
6571 // required .NetGameState gameState = 3;
6572 inline bool has_gamestate() const;
6573 inline void clear_gamestate();
6574 static const int kGameStateFieldNumber = 3;
6575 inline ::NetGameState gamestate() const;
6576 inline void set_gamestate(::NetGameState value);
6577
6578 // @@protoc_insertion_point(class_scope:PlayersTurnMessage)
6579 private:
6580 inline void set_has_gameid();
6581 inline void clear_has_gameid();
6582 inline void set_has_playerid();
6583 inline void clear_has_playerid();
6584 inline void set_has_gamestate();
6585 inline void clear_has_gamestate();
6586
6587 ::std::string _unknown_fields_;
6588
6589 ::google::protobuf::uint32 _has_bits_[1];
6590 mutable int _cached_size_;
6591 ::google::protobuf::uint32 gameid_;
6592 ::google::protobuf::uint32 playerid_;
6593 int gamestate_;
6594 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6595 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6596 #else
6597 friend void protobuf_AddDesc_pokerth_2eproto();
6598 #endif
6599 friend void protobuf_AssignDesc_pokerth_2eproto();
6600 friend void protobuf_ShutdownFile_pokerth_2eproto();
6601
6602 void InitAsDefaultInstance();
6603 static PlayersTurnMessage* default_instance_;
6604 };
6605 // -------------------------------------------------------------------
6606
6607 class MyActionRequestMessage : public ::google::protobuf::MessageLite {
6608 public:
6609 MyActionRequestMessage();
6610 virtual ~MyActionRequestMessage();
6611
6612 MyActionRequestMessage(const MyActionRequestMessage& from);
6613
6614 inline MyActionRequestMessage& operator=(const MyActionRequestMessage& from) {
6615 CopyFrom(from);
6616 return *this;
6617 }
6618
unknown_fields()6619 inline const ::std::string& unknown_fields() const {
6620 return _unknown_fields_;
6621 }
6622
mutable_unknown_fields()6623 inline ::std::string* mutable_unknown_fields() {
6624 return &_unknown_fields_;
6625 }
6626
6627 static const MyActionRequestMessage& default_instance();
6628
6629 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6630 // Returns the internal default instance pointer. This function can
6631 // return NULL thus should not be used by the user. This is intended
6632 // for Protobuf internal code. Please use default_instance() declared
6633 // above instead.
internal_default_instance()6634 static inline const MyActionRequestMessage* internal_default_instance() {
6635 return default_instance_;
6636 }
6637 #endif
6638
6639 void Swap(MyActionRequestMessage* other);
6640
6641 // implements Message ----------------------------------------------
6642
6643 MyActionRequestMessage* New() const;
6644 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6645 void CopyFrom(const MyActionRequestMessage& from);
6646 void MergeFrom(const MyActionRequestMessage& from);
6647 void Clear();
6648 bool IsInitialized() const;
6649
6650 int ByteSize() const;
6651 bool MergePartialFromCodedStream(
6652 ::google::protobuf::io::CodedInputStream* input);
6653 void SerializeWithCachedSizes(
6654 ::google::protobuf::io::CodedOutputStream* output) const;
6655 void DiscardUnknownFields();
GetCachedSize()6656 int GetCachedSize() const { return _cached_size_; }
6657 private:
6658 void SharedCtor();
6659 void SharedDtor();
6660 void SetCachedSize(int size) const;
6661 public:
6662 ::std::string GetTypeName() const;
6663
6664 // nested types ----------------------------------------------------
6665
6666 // accessors -------------------------------------------------------
6667
6668 // required uint32 gameId = 1;
6669 inline bool has_gameid() const;
6670 inline void clear_gameid();
6671 static const int kGameIdFieldNumber = 1;
6672 inline ::google::protobuf::uint32 gameid() const;
6673 inline void set_gameid(::google::protobuf::uint32 value);
6674
6675 // required uint32 handNum = 2;
6676 inline bool has_handnum() const;
6677 inline void clear_handnum();
6678 static const int kHandNumFieldNumber = 2;
6679 inline ::google::protobuf::uint32 handnum() const;
6680 inline void set_handnum(::google::protobuf::uint32 value);
6681
6682 // required .NetGameState gameState = 3;
6683 inline bool has_gamestate() const;
6684 inline void clear_gamestate();
6685 static const int kGameStateFieldNumber = 3;
6686 inline ::NetGameState gamestate() const;
6687 inline void set_gamestate(::NetGameState value);
6688
6689 // required .NetPlayerAction myAction = 4;
6690 inline bool has_myaction() const;
6691 inline void clear_myaction();
6692 static const int kMyActionFieldNumber = 4;
6693 inline ::NetPlayerAction myaction() const;
6694 inline void set_myaction(::NetPlayerAction value);
6695
6696 // required uint32 myRelativeBet = 5;
6697 inline bool has_myrelativebet() const;
6698 inline void clear_myrelativebet();
6699 static const int kMyRelativeBetFieldNumber = 5;
6700 inline ::google::protobuf::uint32 myrelativebet() const;
6701 inline void set_myrelativebet(::google::protobuf::uint32 value);
6702
6703 // @@protoc_insertion_point(class_scope:MyActionRequestMessage)
6704 private:
6705 inline void set_has_gameid();
6706 inline void clear_has_gameid();
6707 inline void set_has_handnum();
6708 inline void clear_has_handnum();
6709 inline void set_has_gamestate();
6710 inline void clear_has_gamestate();
6711 inline void set_has_myaction();
6712 inline void clear_has_myaction();
6713 inline void set_has_myrelativebet();
6714 inline void clear_has_myrelativebet();
6715
6716 ::std::string _unknown_fields_;
6717
6718 ::google::protobuf::uint32 _has_bits_[1];
6719 mutable int _cached_size_;
6720 ::google::protobuf::uint32 gameid_;
6721 ::google::protobuf::uint32 handnum_;
6722 int gamestate_;
6723 int myaction_;
6724 ::google::protobuf::uint32 myrelativebet_;
6725 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6726 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6727 #else
6728 friend void protobuf_AddDesc_pokerth_2eproto();
6729 #endif
6730 friend void protobuf_AssignDesc_pokerth_2eproto();
6731 friend void protobuf_ShutdownFile_pokerth_2eproto();
6732
6733 void InitAsDefaultInstance();
6734 static MyActionRequestMessage* default_instance_;
6735 };
6736 // -------------------------------------------------------------------
6737
6738 class YourActionRejectedMessage : public ::google::protobuf::MessageLite {
6739 public:
6740 YourActionRejectedMessage();
6741 virtual ~YourActionRejectedMessage();
6742
6743 YourActionRejectedMessage(const YourActionRejectedMessage& from);
6744
6745 inline YourActionRejectedMessage& operator=(const YourActionRejectedMessage& from) {
6746 CopyFrom(from);
6747 return *this;
6748 }
6749
unknown_fields()6750 inline const ::std::string& unknown_fields() const {
6751 return _unknown_fields_;
6752 }
6753
mutable_unknown_fields()6754 inline ::std::string* mutable_unknown_fields() {
6755 return &_unknown_fields_;
6756 }
6757
6758 static const YourActionRejectedMessage& default_instance();
6759
6760 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6761 // Returns the internal default instance pointer. This function can
6762 // return NULL thus should not be used by the user. This is intended
6763 // for Protobuf internal code. Please use default_instance() declared
6764 // above instead.
internal_default_instance()6765 static inline const YourActionRejectedMessage* internal_default_instance() {
6766 return default_instance_;
6767 }
6768 #endif
6769
6770 void Swap(YourActionRejectedMessage* other);
6771
6772 // implements Message ----------------------------------------------
6773
6774 YourActionRejectedMessage* New() const;
6775 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6776 void CopyFrom(const YourActionRejectedMessage& from);
6777 void MergeFrom(const YourActionRejectedMessage& from);
6778 void Clear();
6779 bool IsInitialized() const;
6780
6781 int ByteSize() const;
6782 bool MergePartialFromCodedStream(
6783 ::google::protobuf::io::CodedInputStream* input);
6784 void SerializeWithCachedSizes(
6785 ::google::protobuf::io::CodedOutputStream* output) const;
6786 void DiscardUnknownFields();
GetCachedSize()6787 int GetCachedSize() const { return _cached_size_; }
6788 private:
6789 void SharedCtor();
6790 void SharedDtor();
6791 void SetCachedSize(int size) const;
6792 public:
6793 ::std::string GetTypeName() const;
6794
6795 // nested types ----------------------------------------------------
6796
6797 typedef YourActionRejectedMessage_RejectionReason RejectionReason;
6798 static const RejectionReason rejectedInvalidGameState = YourActionRejectedMessage_RejectionReason_rejectedInvalidGameState;
6799 static const RejectionReason rejectedNotYourTurn = YourActionRejectedMessage_RejectionReason_rejectedNotYourTurn;
6800 static const RejectionReason rejectedActionNotAllowed = YourActionRejectedMessage_RejectionReason_rejectedActionNotAllowed;
RejectionReason_IsValid(int value)6801 static inline bool RejectionReason_IsValid(int value) {
6802 return YourActionRejectedMessage_RejectionReason_IsValid(value);
6803 }
6804 static const RejectionReason RejectionReason_MIN =
6805 YourActionRejectedMessage_RejectionReason_RejectionReason_MIN;
6806 static const RejectionReason RejectionReason_MAX =
6807 YourActionRejectedMessage_RejectionReason_RejectionReason_MAX;
6808 static const int RejectionReason_ARRAYSIZE =
6809 YourActionRejectedMessage_RejectionReason_RejectionReason_ARRAYSIZE;
6810
6811 // accessors -------------------------------------------------------
6812
6813 // required uint32 gameId = 1;
6814 inline bool has_gameid() const;
6815 inline void clear_gameid();
6816 static const int kGameIdFieldNumber = 1;
6817 inline ::google::protobuf::uint32 gameid() const;
6818 inline void set_gameid(::google::protobuf::uint32 value);
6819
6820 // required .NetGameState gameState = 2;
6821 inline bool has_gamestate() const;
6822 inline void clear_gamestate();
6823 static const int kGameStateFieldNumber = 2;
6824 inline ::NetGameState gamestate() const;
6825 inline void set_gamestate(::NetGameState value);
6826
6827 // required .NetPlayerAction yourAction = 3;
6828 inline bool has_youraction() const;
6829 inline void clear_youraction();
6830 static const int kYourActionFieldNumber = 3;
6831 inline ::NetPlayerAction youraction() const;
6832 inline void set_youraction(::NetPlayerAction value);
6833
6834 // required uint32 yourRelativeBet = 4;
6835 inline bool has_yourrelativebet() const;
6836 inline void clear_yourrelativebet();
6837 static const int kYourRelativeBetFieldNumber = 4;
6838 inline ::google::protobuf::uint32 yourrelativebet() const;
6839 inline void set_yourrelativebet(::google::protobuf::uint32 value);
6840
6841 // required .YourActionRejectedMessage.RejectionReason rejectionReason = 5;
6842 inline bool has_rejectionreason() const;
6843 inline void clear_rejectionreason();
6844 static const int kRejectionReasonFieldNumber = 5;
6845 inline ::YourActionRejectedMessage_RejectionReason rejectionreason() const;
6846 inline void set_rejectionreason(::YourActionRejectedMessage_RejectionReason value);
6847
6848 // @@protoc_insertion_point(class_scope:YourActionRejectedMessage)
6849 private:
6850 inline void set_has_gameid();
6851 inline void clear_has_gameid();
6852 inline void set_has_gamestate();
6853 inline void clear_has_gamestate();
6854 inline void set_has_youraction();
6855 inline void clear_has_youraction();
6856 inline void set_has_yourrelativebet();
6857 inline void clear_has_yourrelativebet();
6858 inline void set_has_rejectionreason();
6859 inline void clear_has_rejectionreason();
6860
6861 ::std::string _unknown_fields_;
6862
6863 ::google::protobuf::uint32 _has_bits_[1];
6864 mutable int _cached_size_;
6865 ::google::protobuf::uint32 gameid_;
6866 int gamestate_;
6867 int youraction_;
6868 ::google::protobuf::uint32 yourrelativebet_;
6869 int rejectionreason_;
6870 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6871 friend void protobuf_AddDesc_pokerth_2eproto_impl();
6872 #else
6873 friend void protobuf_AddDesc_pokerth_2eproto();
6874 #endif
6875 friend void protobuf_AssignDesc_pokerth_2eproto();
6876 friend void protobuf_ShutdownFile_pokerth_2eproto();
6877
6878 void InitAsDefaultInstance();
6879 static YourActionRejectedMessage* default_instance_;
6880 };
6881 // -------------------------------------------------------------------
6882
6883 class PlayersActionDoneMessage : public ::google::protobuf::MessageLite {
6884 public:
6885 PlayersActionDoneMessage();
6886 virtual ~PlayersActionDoneMessage();
6887
6888 PlayersActionDoneMessage(const PlayersActionDoneMessage& from);
6889
6890 inline PlayersActionDoneMessage& operator=(const PlayersActionDoneMessage& from) {
6891 CopyFrom(from);
6892 return *this;
6893 }
6894
unknown_fields()6895 inline const ::std::string& unknown_fields() const {
6896 return _unknown_fields_;
6897 }
6898
mutable_unknown_fields()6899 inline ::std::string* mutable_unknown_fields() {
6900 return &_unknown_fields_;
6901 }
6902
6903 static const PlayersActionDoneMessage& default_instance();
6904
6905 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
6906 // Returns the internal default instance pointer. This function can
6907 // return NULL thus should not be used by the user. This is intended
6908 // for Protobuf internal code. Please use default_instance() declared
6909 // above instead.
internal_default_instance()6910 static inline const PlayersActionDoneMessage* internal_default_instance() {
6911 return default_instance_;
6912 }
6913 #endif
6914
6915 void Swap(PlayersActionDoneMessage* other);
6916
6917 // implements Message ----------------------------------------------
6918
6919 PlayersActionDoneMessage* New() const;
6920 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
6921 void CopyFrom(const PlayersActionDoneMessage& from);
6922 void MergeFrom(const PlayersActionDoneMessage& from);
6923 void Clear();
6924 bool IsInitialized() const;
6925
6926 int ByteSize() const;
6927 bool MergePartialFromCodedStream(
6928 ::google::protobuf::io::CodedInputStream* input);
6929 void SerializeWithCachedSizes(
6930 ::google::protobuf::io::CodedOutputStream* output) const;
6931 void DiscardUnknownFields();
GetCachedSize()6932 int GetCachedSize() const { return _cached_size_; }
6933 private:
6934 void SharedCtor();
6935 void SharedDtor();
6936 void SetCachedSize(int size) const;
6937 public:
6938 ::std::string GetTypeName() const;
6939
6940 // nested types ----------------------------------------------------
6941
6942 // accessors -------------------------------------------------------
6943
6944 // required uint32 gameId = 1;
6945 inline bool has_gameid() const;
6946 inline void clear_gameid();
6947 static const int kGameIdFieldNumber = 1;
6948 inline ::google::protobuf::uint32 gameid() const;
6949 inline void set_gameid(::google::protobuf::uint32 value);
6950
6951 // required uint32 playerId = 2;
6952 inline bool has_playerid() const;
6953 inline void clear_playerid();
6954 static const int kPlayerIdFieldNumber = 2;
6955 inline ::google::protobuf::uint32 playerid() const;
6956 inline void set_playerid(::google::protobuf::uint32 value);
6957
6958 // required .NetGameState gameState = 3;
6959 inline bool has_gamestate() const;
6960 inline void clear_gamestate();
6961 static const int kGameStateFieldNumber = 3;
6962 inline ::NetGameState gamestate() const;
6963 inline void set_gamestate(::NetGameState value);
6964
6965 // required .NetPlayerAction playerAction = 4;
6966 inline bool has_playeraction() const;
6967 inline void clear_playeraction();
6968 static const int kPlayerActionFieldNumber = 4;
6969 inline ::NetPlayerAction playeraction() const;
6970 inline void set_playeraction(::NetPlayerAction value);
6971
6972 // required uint32 totalPlayerBet = 5;
6973 inline bool has_totalplayerbet() const;
6974 inline void clear_totalplayerbet();
6975 static const int kTotalPlayerBetFieldNumber = 5;
6976 inline ::google::protobuf::uint32 totalplayerbet() const;
6977 inline void set_totalplayerbet(::google::protobuf::uint32 value);
6978
6979 // required uint32 playerMoney = 6;
6980 inline bool has_playermoney() const;
6981 inline void clear_playermoney();
6982 static const int kPlayerMoneyFieldNumber = 6;
6983 inline ::google::protobuf::uint32 playermoney() const;
6984 inline void set_playermoney(::google::protobuf::uint32 value);
6985
6986 // required uint32 highestSet = 7;
6987 inline bool has_highestset() const;
6988 inline void clear_highestset();
6989 static const int kHighestSetFieldNumber = 7;
6990 inline ::google::protobuf::uint32 highestset() const;
6991 inline void set_highestset(::google::protobuf::uint32 value);
6992
6993 // required uint32 minimumRaise = 8;
6994 inline bool has_minimumraise() const;
6995 inline void clear_minimumraise();
6996 static const int kMinimumRaiseFieldNumber = 8;
6997 inline ::google::protobuf::uint32 minimumraise() const;
6998 inline void set_minimumraise(::google::protobuf::uint32 value);
6999
7000 // @@protoc_insertion_point(class_scope:PlayersActionDoneMessage)
7001 private:
7002 inline void set_has_gameid();
7003 inline void clear_has_gameid();
7004 inline void set_has_playerid();
7005 inline void clear_has_playerid();
7006 inline void set_has_gamestate();
7007 inline void clear_has_gamestate();
7008 inline void set_has_playeraction();
7009 inline void clear_has_playeraction();
7010 inline void set_has_totalplayerbet();
7011 inline void clear_has_totalplayerbet();
7012 inline void set_has_playermoney();
7013 inline void clear_has_playermoney();
7014 inline void set_has_highestset();
7015 inline void clear_has_highestset();
7016 inline void set_has_minimumraise();
7017 inline void clear_has_minimumraise();
7018
7019 ::std::string _unknown_fields_;
7020
7021 ::google::protobuf::uint32 _has_bits_[1];
7022 mutable int _cached_size_;
7023 ::google::protobuf::uint32 gameid_;
7024 ::google::protobuf::uint32 playerid_;
7025 int gamestate_;
7026 int playeraction_;
7027 ::google::protobuf::uint32 totalplayerbet_;
7028 ::google::protobuf::uint32 playermoney_;
7029 ::google::protobuf::uint32 highestset_;
7030 ::google::protobuf::uint32 minimumraise_;
7031 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7032 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7033 #else
7034 friend void protobuf_AddDesc_pokerth_2eproto();
7035 #endif
7036 friend void protobuf_AssignDesc_pokerth_2eproto();
7037 friend void protobuf_ShutdownFile_pokerth_2eproto();
7038
7039 void InitAsDefaultInstance();
7040 static PlayersActionDoneMessage* default_instance_;
7041 };
7042 // -------------------------------------------------------------------
7043
7044 class DealFlopCardsMessage : public ::google::protobuf::MessageLite {
7045 public:
7046 DealFlopCardsMessage();
7047 virtual ~DealFlopCardsMessage();
7048
7049 DealFlopCardsMessage(const DealFlopCardsMessage& from);
7050
7051 inline DealFlopCardsMessage& operator=(const DealFlopCardsMessage& from) {
7052 CopyFrom(from);
7053 return *this;
7054 }
7055
unknown_fields()7056 inline const ::std::string& unknown_fields() const {
7057 return _unknown_fields_;
7058 }
7059
mutable_unknown_fields()7060 inline ::std::string* mutable_unknown_fields() {
7061 return &_unknown_fields_;
7062 }
7063
7064 static const DealFlopCardsMessage& default_instance();
7065
7066 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7067 // Returns the internal default instance pointer. This function can
7068 // return NULL thus should not be used by the user. This is intended
7069 // for Protobuf internal code. Please use default_instance() declared
7070 // above instead.
internal_default_instance()7071 static inline const DealFlopCardsMessage* internal_default_instance() {
7072 return default_instance_;
7073 }
7074 #endif
7075
7076 void Swap(DealFlopCardsMessage* other);
7077
7078 // implements Message ----------------------------------------------
7079
7080 DealFlopCardsMessage* New() const;
7081 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7082 void CopyFrom(const DealFlopCardsMessage& from);
7083 void MergeFrom(const DealFlopCardsMessage& from);
7084 void Clear();
7085 bool IsInitialized() const;
7086
7087 int ByteSize() const;
7088 bool MergePartialFromCodedStream(
7089 ::google::protobuf::io::CodedInputStream* input);
7090 void SerializeWithCachedSizes(
7091 ::google::protobuf::io::CodedOutputStream* output) const;
7092 void DiscardUnknownFields();
GetCachedSize()7093 int GetCachedSize() const { return _cached_size_; }
7094 private:
7095 void SharedCtor();
7096 void SharedDtor();
7097 void SetCachedSize(int size) const;
7098 public:
7099 ::std::string GetTypeName() const;
7100
7101 // nested types ----------------------------------------------------
7102
7103 // accessors -------------------------------------------------------
7104
7105 // required uint32 gameId = 1;
7106 inline bool has_gameid() const;
7107 inline void clear_gameid();
7108 static const int kGameIdFieldNumber = 1;
7109 inline ::google::protobuf::uint32 gameid() const;
7110 inline void set_gameid(::google::protobuf::uint32 value);
7111
7112 // required uint32 flopCard1 = 2;
7113 inline bool has_flopcard1() const;
7114 inline void clear_flopcard1();
7115 static const int kFlopCard1FieldNumber = 2;
7116 inline ::google::protobuf::uint32 flopcard1() const;
7117 inline void set_flopcard1(::google::protobuf::uint32 value);
7118
7119 // required uint32 flopCard2 = 3;
7120 inline bool has_flopcard2() const;
7121 inline void clear_flopcard2();
7122 static const int kFlopCard2FieldNumber = 3;
7123 inline ::google::protobuf::uint32 flopcard2() const;
7124 inline void set_flopcard2(::google::protobuf::uint32 value);
7125
7126 // required uint32 flopCard3 = 4;
7127 inline bool has_flopcard3() const;
7128 inline void clear_flopcard3();
7129 static const int kFlopCard3FieldNumber = 4;
7130 inline ::google::protobuf::uint32 flopcard3() const;
7131 inline void set_flopcard3(::google::protobuf::uint32 value);
7132
7133 // @@protoc_insertion_point(class_scope:DealFlopCardsMessage)
7134 private:
7135 inline void set_has_gameid();
7136 inline void clear_has_gameid();
7137 inline void set_has_flopcard1();
7138 inline void clear_has_flopcard1();
7139 inline void set_has_flopcard2();
7140 inline void clear_has_flopcard2();
7141 inline void set_has_flopcard3();
7142 inline void clear_has_flopcard3();
7143
7144 ::std::string _unknown_fields_;
7145
7146 ::google::protobuf::uint32 _has_bits_[1];
7147 mutable int _cached_size_;
7148 ::google::protobuf::uint32 gameid_;
7149 ::google::protobuf::uint32 flopcard1_;
7150 ::google::protobuf::uint32 flopcard2_;
7151 ::google::protobuf::uint32 flopcard3_;
7152 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7153 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7154 #else
7155 friend void protobuf_AddDesc_pokerth_2eproto();
7156 #endif
7157 friend void protobuf_AssignDesc_pokerth_2eproto();
7158 friend void protobuf_ShutdownFile_pokerth_2eproto();
7159
7160 void InitAsDefaultInstance();
7161 static DealFlopCardsMessage* default_instance_;
7162 };
7163 // -------------------------------------------------------------------
7164
7165 class DealTurnCardMessage : public ::google::protobuf::MessageLite {
7166 public:
7167 DealTurnCardMessage();
7168 virtual ~DealTurnCardMessage();
7169
7170 DealTurnCardMessage(const DealTurnCardMessage& from);
7171
7172 inline DealTurnCardMessage& operator=(const DealTurnCardMessage& from) {
7173 CopyFrom(from);
7174 return *this;
7175 }
7176
unknown_fields()7177 inline const ::std::string& unknown_fields() const {
7178 return _unknown_fields_;
7179 }
7180
mutable_unknown_fields()7181 inline ::std::string* mutable_unknown_fields() {
7182 return &_unknown_fields_;
7183 }
7184
7185 static const DealTurnCardMessage& default_instance();
7186
7187 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7188 // Returns the internal default instance pointer. This function can
7189 // return NULL thus should not be used by the user. This is intended
7190 // for Protobuf internal code. Please use default_instance() declared
7191 // above instead.
internal_default_instance()7192 static inline const DealTurnCardMessage* internal_default_instance() {
7193 return default_instance_;
7194 }
7195 #endif
7196
7197 void Swap(DealTurnCardMessage* other);
7198
7199 // implements Message ----------------------------------------------
7200
7201 DealTurnCardMessage* New() const;
7202 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7203 void CopyFrom(const DealTurnCardMessage& from);
7204 void MergeFrom(const DealTurnCardMessage& from);
7205 void Clear();
7206 bool IsInitialized() const;
7207
7208 int ByteSize() const;
7209 bool MergePartialFromCodedStream(
7210 ::google::protobuf::io::CodedInputStream* input);
7211 void SerializeWithCachedSizes(
7212 ::google::protobuf::io::CodedOutputStream* output) const;
7213 void DiscardUnknownFields();
GetCachedSize()7214 int GetCachedSize() const { return _cached_size_; }
7215 private:
7216 void SharedCtor();
7217 void SharedDtor();
7218 void SetCachedSize(int size) const;
7219 public:
7220 ::std::string GetTypeName() const;
7221
7222 // nested types ----------------------------------------------------
7223
7224 // accessors -------------------------------------------------------
7225
7226 // required uint32 gameId = 1;
7227 inline bool has_gameid() const;
7228 inline void clear_gameid();
7229 static const int kGameIdFieldNumber = 1;
7230 inline ::google::protobuf::uint32 gameid() const;
7231 inline void set_gameid(::google::protobuf::uint32 value);
7232
7233 // required uint32 turnCard = 2;
7234 inline bool has_turncard() const;
7235 inline void clear_turncard();
7236 static const int kTurnCardFieldNumber = 2;
7237 inline ::google::protobuf::uint32 turncard() const;
7238 inline void set_turncard(::google::protobuf::uint32 value);
7239
7240 // @@protoc_insertion_point(class_scope:DealTurnCardMessage)
7241 private:
7242 inline void set_has_gameid();
7243 inline void clear_has_gameid();
7244 inline void set_has_turncard();
7245 inline void clear_has_turncard();
7246
7247 ::std::string _unknown_fields_;
7248
7249 ::google::protobuf::uint32 _has_bits_[1];
7250 mutable int _cached_size_;
7251 ::google::protobuf::uint32 gameid_;
7252 ::google::protobuf::uint32 turncard_;
7253 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7254 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7255 #else
7256 friend void protobuf_AddDesc_pokerth_2eproto();
7257 #endif
7258 friend void protobuf_AssignDesc_pokerth_2eproto();
7259 friend void protobuf_ShutdownFile_pokerth_2eproto();
7260
7261 void InitAsDefaultInstance();
7262 static DealTurnCardMessage* default_instance_;
7263 };
7264 // -------------------------------------------------------------------
7265
7266 class DealRiverCardMessage : public ::google::protobuf::MessageLite {
7267 public:
7268 DealRiverCardMessage();
7269 virtual ~DealRiverCardMessage();
7270
7271 DealRiverCardMessage(const DealRiverCardMessage& from);
7272
7273 inline DealRiverCardMessage& operator=(const DealRiverCardMessage& from) {
7274 CopyFrom(from);
7275 return *this;
7276 }
7277
unknown_fields()7278 inline const ::std::string& unknown_fields() const {
7279 return _unknown_fields_;
7280 }
7281
mutable_unknown_fields()7282 inline ::std::string* mutable_unknown_fields() {
7283 return &_unknown_fields_;
7284 }
7285
7286 static const DealRiverCardMessage& default_instance();
7287
7288 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7289 // Returns the internal default instance pointer. This function can
7290 // return NULL thus should not be used by the user. This is intended
7291 // for Protobuf internal code. Please use default_instance() declared
7292 // above instead.
internal_default_instance()7293 static inline const DealRiverCardMessage* internal_default_instance() {
7294 return default_instance_;
7295 }
7296 #endif
7297
7298 void Swap(DealRiverCardMessage* other);
7299
7300 // implements Message ----------------------------------------------
7301
7302 DealRiverCardMessage* New() const;
7303 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7304 void CopyFrom(const DealRiverCardMessage& from);
7305 void MergeFrom(const DealRiverCardMessage& from);
7306 void Clear();
7307 bool IsInitialized() const;
7308
7309 int ByteSize() const;
7310 bool MergePartialFromCodedStream(
7311 ::google::protobuf::io::CodedInputStream* input);
7312 void SerializeWithCachedSizes(
7313 ::google::protobuf::io::CodedOutputStream* output) const;
7314 void DiscardUnknownFields();
GetCachedSize()7315 int GetCachedSize() const { return _cached_size_; }
7316 private:
7317 void SharedCtor();
7318 void SharedDtor();
7319 void SetCachedSize(int size) const;
7320 public:
7321 ::std::string GetTypeName() const;
7322
7323 // nested types ----------------------------------------------------
7324
7325 // accessors -------------------------------------------------------
7326
7327 // required uint32 gameId = 1;
7328 inline bool has_gameid() const;
7329 inline void clear_gameid();
7330 static const int kGameIdFieldNumber = 1;
7331 inline ::google::protobuf::uint32 gameid() const;
7332 inline void set_gameid(::google::protobuf::uint32 value);
7333
7334 // required uint32 riverCard = 2;
7335 inline bool has_rivercard() const;
7336 inline void clear_rivercard();
7337 static const int kRiverCardFieldNumber = 2;
7338 inline ::google::protobuf::uint32 rivercard() const;
7339 inline void set_rivercard(::google::protobuf::uint32 value);
7340
7341 // @@protoc_insertion_point(class_scope:DealRiverCardMessage)
7342 private:
7343 inline void set_has_gameid();
7344 inline void clear_has_gameid();
7345 inline void set_has_rivercard();
7346 inline void clear_has_rivercard();
7347
7348 ::std::string _unknown_fields_;
7349
7350 ::google::protobuf::uint32 _has_bits_[1];
7351 mutable int _cached_size_;
7352 ::google::protobuf::uint32 gameid_;
7353 ::google::protobuf::uint32 rivercard_;
7354 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7355 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7356 #else
7357 friend void protobuf_AddDesc_pokerth_2eproto();
7358 #endif
7359 friend void protobuf_AssignDesc_pokerth_2eproto();
7360 friend void protobuf_ShutdownFile_pokerth_2eproto();
7361
7362 void InitAsDefaultInstance();
7363 static DealRiverCardMessage* default_instance_;
7364 };
7365 // -------------------------------------------------------------------
7366
7367 class AllInShowCardsMessage_PlayerAllIn : public ::google::protobuf::MessageLite {
7368 public:
7369 AllInShowCardsMessage_PlayerAllIn();
7370 virtual ~AllInShowCardsMessage_PlayerAllIn();
7371
7372 AllInShowCardsMessage_PlayerAllIn(const AllInShowCardsMessage_PlayerAllIn& from);
7373
7374 inline AllInShowCardsMessage_PlayerAllIn& operator=(const AllInShowCardsMessage_PlayerAllIn& from) {
7375 CopyFrom(from);
7376 return *this;
7377 }
7378
unknown_fields()7379 inline const ::std::string& unknown_fields() const {
7380 return _unknown_fields_;
7381 }
7382
mutable_unknown_fields()7383 inline ::std::string* mutable_unknown_fields() {
7384 return &_unknown_fields_;
7385 }
7386
7387 static const AllInShowCardsMessage_PlayerAllIn& default_instance();
7388
7389 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7390 // Returns the internal default instance pointer. This function can
7391 // return NULL thus should not be used by the user. This is intended
7392 // for Protobuf internal code. Please use default_instance() declared
7393 // above instead.
internal_default_instance()7394 static inline const AllInShowCardsMessage_PlayerAllIn* internal_default_instance() {
7395 return default_instance_;
7396 }
7397 #endif
7398
7399 void Swap(AllInShowCardsMessage_PlayerAllIn* other);
7400
7401 // implements Message ----------------------------------------------
7402
7403 AllInShowCardsMessage_PlayerAllIn* New() const;
7404 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7405 void CopyFrom(const AllInShowCardsMessage_PlayerAllIn& from);
7406 void MergeFrom(const AllInShowCardsMessage_PlayerAllIn& from);
7407 void Clear();
7408 bool IsInitialized() const;
7409
7410 int ByteSize() const;
7411 bool MergePartialFromCodedStream(
7412 ::google::protobuf::io::CodedInputStream* input);
7413 void SerializeWithCachedSizes(
7414 ::google::protobuf::io::CodedOutputStream* output) const;
7415 void DiscardUnknownFields();
GetCachedSize()7416 int GetCachedSize() const { return _cached_size_; }
7417 private:
7418 void SharedCtor();
7419 void SharedDtor();
7420 void SetCachedSize(int size) const;
7421 public:
7422 ::std::string GetTypeName() const;
7423
7424 // nested types ----------------------------------------------------
7425
7426 // accessors -------------------------------------------------------
7427
7428 // required uint32 playerId = 1;
7429 inline bool has_playerid() const;
7430 inline void clear_playerid();
7431 static const int kPlayerIdFieldNumber = 1;
7432 inline ::google::protobuf::uint32 playerid() const;
7433 inline void set_playerid(::google::protobuf::uint32 value);
7434
7435 // required uint32 allInCard1 = 2;
7436 inline bool has_allincard1() const;
7437 inline void clear_allincard1();
7438 static const int kAllInCard1FieldNumber = 2;
7439 inline ::google::protobuf::uint32 allincard1() const;
7440 inline void set_allincard1(::google::protobuf::uint32 value);
7441
7442 // required uint32 allInCard2 = 3;
7443 inline bool has_allincard2() const;
7444 inline void clear_allincard2();
7445 static const int kAllInCard2FieldNumber = 3;
7446 inline ::google::protobuf::uint32 allincard2() const;
7447 inline void set_allincard2(::google::protobuf::uint32 value);
7448
7449 // @@protoc_insertion_point(class_scope:AllInShowCardsMessage.PlayerAllIn)
7450 private:
7451 inline void set_has_playerid();
7452 inline void clear_has_playerid();
7453 inline void set_has_allincard1();
7454 inline void clear_has_allincard1();
7455 inline void set_has_allincard2();
7456 inline void clear_has_allincard2();
7457
7458 ::std::string _unknown_fields_;
7459
7460 ::google::protobuf::uint32 _has_bits_[1];
7461 mutable int _cached_size_;
7462 ::google::protobuf::uint32 playerid_;
7463 ::google::protobuf::uint32 allincard1_;
7464 ::google::protobuf::uint32 allincard2_;
7465 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7466 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7467 #else
7468 friend void protobuf_AddDesc_pokerth_2eproto();
7469 #endif
7470 friend void protobuf_AssignDesc_pokerth_2eproto();
7471 friend void protobuf_ShutdownFile_pokerth_2eproto();
7472
7473 void InitAsDefaultInstance();
7474 static AllInShowCardsMessage_PlayerAllIn* default_instance_;
7475 };
7476 // -------------------------------------------------------------------
7477
7478 class AllInShowCardsMessage : public ::google::protobuf::MessageLite {
7479 public:
7480 AllInShowCardsMessage();
7481 virtual ~AllInShowCardsMessage();
7482
7483 AllInShowCardsMessage(const AllInShowCardsMessage& from);
7484
7485 inline AllInShowCardsMessage& operator=(const AllInShowCardsMessage& from) {
7486 CopyFrom(from);
7487 return *this;
7488 }
7489
unknown_fields()7490 inline const ::std::string& unknown_fields() const {
7491 return _unknown_fields_;
7492 }
7493
mutable_unknown_fields()7494 inline ::std::string* mutable_unknown_fields() {
7495 return &_unknown_fields_;
7496 }
7497
7498 static const AllInShowCardsMessage& default_instance();
7499
7500 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7501 // Returns the internal default instance pointer. This function can
7502 // return NULL thus should not be used by the user. This is intended
7503 // for Protobuf internal code. Please use default_instance() declared
7504 // above instead.
internal_default_instance()7505 static inline const AllInShowCardsMessage* internal_default_instance() {
7506 return default_instance_;
7507 }
7508 #endif
7509
7510 void Swap(AllInShowCardsMessage* other);
7511
7512 // implements Message ----------------------------------------------
7513
7514 AllInShowCardsMessage* New() const;
7515 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7516 void CopyFrom(const AllInShowCardsMessage& from);
7517 void MergeFrom(const AllInShowCardsMessage& from);
7518 void Clear();
7519 bool IsInitialized() const;
7520
7521 int ByteSize() const;
7522 bool MergePartialFromCodedStream(
7523 ::google::protobuf::io::CodedInputStream* input);
7524 void SerializeWithCachedSizes(
7525 ::google::protobuf::io::CodedOutputStream* output) const;
7526 void DiscardUnknownFields();
GetCachedSize()7527 int GetCachedSize() const { return _cached_size_; }
7528 private:
7529 void SharedCtor();
7530 void SharedDtor();
7531 void SetCachedSize(int size) const;
7532 public:
7533 ::std::string GetTypeName() const;
7534
7535 // nested types ----------------------------------------------------
7536
7537 typedef AllInShowCardsMessage_PlayerAllIn PlayerAllIn;
7538
7539 // accessors -------------------------------------------------------
7540
7541 // required uint32 gameId = 1;
7542 inline bool has_gameid() const;
7543 inline void clear_gameid();
7544 static const int kGameIdFieldNumber = 1;
7545 inline ::google::protobuf::uint32 gameid() const;
7546 inline void set_gameid(::google::protobuf::uint32 value);
7547
7548 // repeated .AllInShowCardsMessage.PlayerAllIn playersAllIn = 2;
7549 inline int playersallin_size() const;
7550 inline void clear_playersallin();
7551 static const int kPlayersAllInFieldNumber = 2;
7552 inline const ::AllInShowCardsMessage_PlayerAllIn& playersallin(int index) const;
7553 inline ::AllInShowCardsMessage_PlayerAllIn* mutable_playersallin(int index);
7554 inline ::AllInShowCardsMessage_PlayerAllIn* add_playersallin();
7555 inline const ::google::protobuf::RepeatedPtrField< ::AllInShowCardsMessage_PlayerAllIn >&
7556 playersallin() const;
7557 inline ::google::protobuf::RepeatedPtrField< ::AllInShowCardsMessage_PlayerAllIn >*
7558 mutable_playersallin();
7559
7560 // @@protoc_insertion_point(class_scope:AllInShowCardsMessage)
7561 private:
7562 inline void set_has_gameid();
7563 inline void clear_has_gameid();
7564
7565 ::std::string _unknown_fields_;
7566
7567 ::google::protobuf::uint32 _has_bits_[1];
7568 mutable int _cached_size_;
7569 ::google::protobuf::RepeatedPtrField< ::AllInShowCardsMessage_PlayerAllIn > playersallin_;
7570 ::google::protobuf::uint32 gameid_;
7571 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7572 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7573 #else
7574 friend void protobuf_AddDesc_pokerth_2eproto();
7575 #endif
7576 friend void protobuf_AssignDesc_pokerth_2eproto();
7577 friend void protobuf_ShutdownFile_pokerth_2eproto();
7578
7579 void InitAsDefaultInstance();
7580 static AllInShowCardsMessage* default_instance_;
7581 };
7582 // -------------------------------------------------------------------
7583
7584 class EndOfHandShowCardsMessage : public ::google::protobuf::MessageLite {
7585 public:
7586 EndOfHandShowCardsMessage();
7587 virtual ~EndOfHandShowCardsMessage();
7588
7589 EndOfHandShowCardsMessage(const EndOfHandShowCardsMessage& from);
7590
7591 inline EndOfHandShowCardsMessage& operator=(const EndOfHandShowCardsMessage& from) {
7592 CopyFrom(from);
7593 return *this;
7594 }
7595
unknown_fields()7596 inline const ::std::string& unknown_fields() const {
7597 return _unknown_fields_;
7598 }
7599
mutable_unknown_fields()7600 inline ::std::string* mutable_unknown_fields() {
7601 return &_unknown_fields_;
7602 }
7603
7604 static const EndOfHandShowCardsMessage& default_instance();
7605
7606 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7607 // Returns the internal default instance pointer. This function can
7608 // return NULL thus should not be used by the user. This is intended
7609 // for Protobuf internal code. Please use default_instance() declared
7610 // above instead.
internal_default_instance()7611 static inline const EndOfHandShowCardsMessage* internal_default_instance() {
7612 return default_instance_;
7613 }
7614 #endif
7615
7616 void Swap(EndOfHandShowCardsMessage* other);
7617
7618 // implements Message ----------------------------------------------
7619
7620 EndOfHandShowCardsMessage* New() const;
7621 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7622 void CopyFrom(const EndOfHandShowCardsMessage& from);
7623 void MergeFrom(const EndOfHandShowCardsMessage& from);
7624 void Clear();
7625 bool IsInitialized() const;
7626
7627 int ByteSize() const;
7628 bool MergePartialFromCodedStream(
7629 ::google::protobuf::io::CodedInputStream* input);
7630 void SerializeWithCachedSizes(
7631 ::google::protobuf::io::CodedOutputStream* output) const;
7632 void DiscardUnknownFields();
GetCachedSize()7633 int GetCachedSize() const { return _cached_size_; }
7634 private:
7635 void SharedCtor();
7636 void SharedDtor();
7637 void SetCachedSize(int size) const;
7638 public:
7639 ::std::string GetTypeName() const;
7640
7641 // nested types ----------------------------------------------------
7642
7643 // accessors -------------------------------------------------------
7644
7645 // required uint32 gameId = 1;
7646 inline bool has_gameid() const;
7647 inline void clear_gameid();
7648 static const int kGameIdFieldNumber = 1;
7649 inline ::google::protobuf::uint32 gameid() const;
7650 inline void set_gameid(::google::protobuf::uint32 value);
7651
7652 // repeated .PlayerResult playerResults = 2;
7653 inline int playerresults_size() const;
7654 inline void clear_playerresults();
7655 static const int kPlayerResultsFieldNumber = 2;
7656 inline const ::PlayerResult& playerresults(int index) const;
7657 inline ::PlayerResult* mutable_playerresults(int index);
7658 inline ::PlayerResult* add_playerresults();
7659 inline const ::google::protobuf::RepeatedPtrField< ::PlayerResult >&
7660 playerresults() const;
7661 inline ::google::protobuf::RepeatedPtrField< ::PlayerResult >*
7662 mutable_playerresults();
7663
7664 // @@protoc_insertion_point(class_scope:EndOfHandShowCardsMessage)
7665 private:
7666 inline void set_has_gameid();
7667 inline void clear_has_gameid();
7668
7669 ::std::string _unknown_fields_;
7670
7671 ::google::protobuf::uint32 _has_bits_[1];
7672 mutable int _cached_size_;
7673 ::google::protobuf::RepeatedPtrField< ::PlayerResult > playerresults_;
7674 ::google::protobuf::uint32 gameid_;
7675 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7676 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7677 #else
7678 friend void protobuf_AddDesc_pokerth_2eproto();
7679 #endif
7680 friend void protobuf_AssignDesc_pokerth_2eproto();
7681 friend void protobuf_ShutdownFile_pokerth_2eproto();
7682
7683 void InitAsDefaultInstance();
7684 static EndOfHandShowCardsMessage* default_instance_;
7685 };
7686 // -------------------------------------------------------------------
7687
7688 class EndOfHandHideCardsMessage : public ::google::protobuf::MessageLite {
7689 public:
7690 EndOfHandHideCardsMessage();
7691 virtual ~EndOfHandHideCardsMessage();
7692
7693 EndOfHandHideCardsMessage(const EndOfHandHideCardsMessage& from);
7694
7695 inline EndOfHandHideCardsMessage& operator=(const EndOfHandHideCardsMessage& from) {
7696 CopyFrom(from);
7697 return *this;
7698 }
7699
unknown_fields()7700 inline const ::std::string& unknown_fields() const {
7701 return _unknown_fields_;
7702 }
7703
mutable_unknown_fields()7704 inline ::std::string* mutable_unknown_fields() {
7705 return &_unknown_fields_;
7706 }
7707
7708 static const EndOfHandHideCardsMessage& default_instance();
7709
7710 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7711 // Returns the internal default instance pointer. This function can
7712 // return NULL thus should not be used by the user. This is intended
7713 // for Protobuf internal code. Please use default_instance() declared
7714 // above instead.
internal_default_instance()7715 static inline const EndOfHandHideCardsMessage* internal_default_instance() {
7716 return default_instance_;
7717 }
7718 #endif
7719
7720 void Swap(EndOfHandHideCardsMessage* other);
7721
7722 // implements Message ----------------------------------------------
7723
7724 EndOfHandHideCardsMessage* New() const;
7725 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7726 void CopyFrom(const EndOfHandHideCardsMessage& from);
7727 void MergeFrom(const EndOfHandHideCardsMessage& from);
7728 void Clear();
7729 bool IsInitialized() const;
7730
7731 int ByteSize() const;
7732 bool MergePartialFromCodedStream(
7733 ::google::protobuf::io::CodedInputStream* input);
7734 void SerializeWithCachedSizes(
7735 ::google::protobuf::io::CodedOutputStream* output) const;
7736 void DiscardUnknownFields();
GetCachedSize()7737 int GetCachedSize() const { return _cached_size_; }
7738 private:
7739 void SharedCtor();
7740 void SharedDtor();
7741 void SetCachedSize(int size) const;
7742 public:
7743 ::std::string GetTypeName() const;
7744
7745 // nested types ----------------------------------------------------
7746
7747 // accessors -------------------------------------------------------
7748
7749 // required uint32 gameId = 1;
7750 inline bool has_gameid() const;
7751 inline void clear_gameid();
7752 static const int kGameIdFieldNumber = 1;
7753 inline ::google::protobuf::uint32 gameid() const;
7754 inline void set_gameid(::google::protobuf::uint32 value);
7755
7756 // required uint32 playerId = 2;
7757 inline bool has_playerid() const;
7758 inline void clear_playerid();
7759 static const int kPlayerIdFieldNumber = 2;
7760 inline ::google::protobuf::uint32 playerid() const;
7761 inline void set_playerid(::google::protobuf::uint32 value);
7762
7763 // required uint32 moneyWon = 3;
7764 inline bool has_moneywon() const;
7765 inline void clear_moneywon();
7766 static const int kMoneyWonFieldNumber = 3;
7767 inline ::google::protobuf::uint32 moneywon() const;
7768 inline void set_moneywon(::google::protobuf::uint32 value);
7769
7770 // required uint32 playerMoney = 4;
7771 inline bool has_playermoney() const;
7772 inline void clear_playermoney();
7773 static const int kPlayerMoneyFieldNumber = 4;
7774 inline ::google::protobuf::uint32 playermoney() const;
7775 inline void set_playermoney(::google::protobuf::uint32 value);
7776
7777 // @@protoc_insertion_point(class_scope:EndOfHandHideCardsMessage)
7778 private:
7779 inline void set_has_gameid();
7780 inline void clear_has_gameid();
7781 inline void set_has_playerid();
7782 inline void clear_has_playerid();
7783 inline void set_has_moneywon();
7784 inline void clear_has_moneywon();
7785 inline void set_has_playermoney();
7786 inline void clear_has_playermoney();
7787
7788 ::std::string _unknown_fields_;
7789
7790 ::google::protobuf::uint32 _has_bits_[1];
7791 mutable int _cached_size_;
7792 ::google::protobuf::uint32 gameid_;
7793 ::google::protobuf::uint32 playerid_;
7794 ::google::protobuf::uint32 moneywon_;
7795 ::google::protobuf::uint32 playermoney_;
7796 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7797 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7798 #else
7799 friend void protobuf_AddDesc_pokerth_2eproto();
7800 #endif
7801 friend void protobuf_AssignDesc_pokerth_2eproto();
7802 friend void protobuf_ShutdownFile_pokerth_2eproto();
7803
7804 void InitAsDefaultInstance();
7805 static EndOfHandHideCardsMessage* default_instance_;
7806 };
7807 // -------------------------------------------------------------------
7808
7809 class ShowMyCardsRequestMessage : public ::google::protobuf::MessageLite {
7810 public:
7811 ShowMyCardsRequestMessage();
7812 virtual ~ShowMyCardsRequestMessage();
7813
7814 ShowMyCardsRequestMessage(const ShowMyCardsRequestMessage& from);
7815
7816 inline ShowMyCardsRequestMessage& operator=(const ShowMyCardsRequestMessage& from) {
7817 CopyFrom(from);
7818 return *this;
7819 }
7820
unknown_fields()7821 inline const ::std::string& unknown_fields() const {
7822 return _unknown_fields_;
7823 }
7824
mutable_unknown_fields()7825 inline ::std::string* mutable_unknown_fields() {
7826 return &_unknown_fields_;
7827 }
7828
7829 static const ShowMyCardsRequestMessage& default_instance();
7830
7831 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7832 // Returns the internal default instance pointer. This function can
7833 // return NULL thus should not be used by the user. This is intended
7834 // for Protobuf internal code. Please use default_instance() declared
7835 // above instead.
internal_default_instance()7836 static inline const ShowMyCardsRequestMessage* internal_default_instance() {
7837 return default_instance_;
7838 }
7839 #endif
7840
7841 void Swap(ShowMyCardsRequestMessage* other);
7842
7843 // implements Message ----------------------------------------------
7844
7845 ShowMyCardsRequestMessage* New() const;
7846 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7847 void CopyFrom(const ShowMyCardsRequestMessage& from);
7848 void MergeFrom(const ShowMyCardsRequestMessage& from);
7849 void Clear();
7850 bool IsInitialized() const;
7851
7852 int ByteSize() const;
7853 bool MergePartialFromCodedStream(
7854 ::google::protobuf::io::CodedInputStream* input);
7855 void SerializeWithCachedSizes(
7856 ::google::protobuf::io::CodedOutputStream* output) const;
7857 void DiscardUnknownFields();
GetCachedSize()7858 int GetCachedSize() const { return _cached_size_; }
7859 private:
7860 void SharedCtor();
7861 void SharedDtor();
7862 void SetCachedSize(int size) const;
7863 public:
7864 ::std::string GetTypeName() const;
7865
7866 // nested types ----------------------------------------------------
7867
7868 // accessors -------------------------------------------------------
7869
7870 // @@protoc_insertion_point(class_scope:ShowMyCardsRequestMessage)
7871 private:
7872
7873 ::std::string _unknown_fields_;
7874
7875 ::google::protobuf::uint32 _has_bits_[1];
7876 mutable int _cached_size_;
7877 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7878 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7879 #else
7880 friend void protobuf_AddDesc_pokerth_2eproto();
7881 #endif
7882 friend void protobuf_AssignDesc_pokerth_2eproto();
7883 friend void protobuf_ShutdownFile_pokerth_2eproto();
7884
7885 void InitAsDefaultInstance();
7886 static ShowMyCardsRequestMessage* default_instance_;
7887 };
7888 // -------------------------------------------------------------------
7889
7890 class AfterHandShowCardsMessage : public ::google::protobuf::MessageLite {
7891 public:
7892 AfterHandShowCardsMessage();
7893 virtual ~AfterHandShowCardsMessage();
7894
7895 AfterHandShowCardsMessage(const AfterHandShowCardsMessage& from);
7896
7897 inline AfterHandShowCardsMessage& operator=(const AfterHandShowCardsMessage& from) {
7898 CopyFrom(from);
7899 return *this;
7900 }
7901
unknown_fields()7902 inline const ::std::string& unknown_fields() const {
7903 return _unknown_fields_;
7904 }
7905
mutable_unknown_fields()7906 inline ::std::string* mutable_unknown_fields() {
7907 return &_unknown_fields_;
7908 }
7909
7910 static const AfterHandShowCardsMessage& default_instance();
7911
7912 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7913 // Returns the internal default instance pointer. This function can
7914 // return NULL thus should not be used by the user. This is intended
7915 // for Protobuf internal code. Please use default_instance() declared
7916 // above instead.
internal_default_instance()7917 static inline const AfterHandShowCardsMessage* internal_default_instance() {
7918 return default_instance_;
7919 }
7920 #endif
7921
7922 void Swap(AfterHandShowCardsMessage* other);
7923
7924 // implements Message ----------------------------------------------
7925
7926 AfterHandShowCardsMessage* New() const;
7927 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
7928 void CopyFrom(const AfterHandShowCardsMessage& from);
7929 void MergeFrom(const AfterHandShowCardsMessage& from);
7930 void Clear();
7931 bool IsInitialized() const;
7932
7933 int ByteSize() const;
7934 bool MergePartialFromCodedStream(
7935 ::google::protobuf::io::CodedInputStream* input);
7936 void SerializeWithCachedSizes(
7937 ::google::protobuf::io::CodedOutputStream* output) const;
7938 void DiscardUnknownFields();
GetCachedSize()7939 int GetCachedSize() const { return _cached_size_; }
7940 private:
7941 void SharedCtor();
7942 void SharedDtor();
7943 void SetCachedSize(int size) const;
7944 public:
7945 ::std::string GetTypeName() const;
7946
7947 // nested types ----------------------------------------------------
7948
7949 // accessors -------------------------------------------------------
7950
7951 // required .PlayerResult playerResult = 1;
7952 inline bool has_playerresult() const;
7953 inline void clear_playerresult();
7954 static const int kPlayerResultFieldNumber = 1;
7955 inline const ::PlayerResult& playerresult() const;
7956 inline ::PlayerResult* mutable_playerresult();
7957 inline ::PlayerResult* release_playerresult();
7958 inline void set_allocated_playerresult(::PlayerResult* playerresult);
7959
7960 // @@protoc_insertion_point(class_scope:AfterHandShowCardsMessage)
7961 private:
7962 inline void set_has_playerresult();
7963 inline void clear_has_playerresult();
7964
7965 ::std::string _unknown_fields_;
7966
7967 ::google::protobuf::uint32 _has_bits_[1];
7968 mutable int _cached_size_;
7969 ::PlayerResult* playerresult_;
7970 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
7971 friend void protobuf_AddDesc_pokerth_2eproto_impl();
7972 #else
7973 friend void protobuf_AddDesc_pokerth_2eproto();
7974 #endif
7975 friend void protobuf_AssignDesc_pokerth_2eproto();
7976 friend void protobuf_ShutdownFile_pokerth_2eproto();
7977
7978 void InitAsDefaultInstance();
7979 static AfterHandShowCardsMessage* default_instance_;
7980 };
7981 // -------------------------------------------------------------------
7982
7983 class EndOfGameMessage : public ::google::protobuf::MessageLite {
7984 public:
7985 EndOfGameMessage();
7986 virtual ~EndOfGameMessage();
7987
7988 EndOfGameMessage(const EndOfGameMessage& from);
7989
7990 inline EndOfGameMessage& operator=(const EndOfGameMessage& from) {
7991 CopyFrom(from);
7992 return *this;
7993 }
7994
unknown_fields()7995 inline const ::std::string& unknown_fields() const {
7996 return _unknown_fields_;
7997 }
7998
mutable_unknown_fields()7999 inline ::std::string* mutable_unknown_fields() {
8000 return &_unknown_fields_;
8001 }
8002
8003 static const EndOfGameMessage& default_instance();
8004
8005 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8006 // Returns the internal default instance pointer. This function can
8007 // return NULL thus should not be used by the user. This is intended
8008 // for Protobuf internal code. Please use default_instance() declared
8009 // above instead.
internal_default_instance()8010 static inline const EndOfGameMessage* internal_default_instance() {
8011 return default_instance_;
8012 }
8013 #endif
8014
8015 void Swap(EndOfGameMessage* other);
8016
8017 // implements Message ----------------------------------------------
8018
8019 EndOfGameMessage* New() const;
8020 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8021 void CopyFrom(const EndOfGameMessage& from);
8022 void MergeFrom(const EndOfGameMessage& from);
8023 void Clear();
8024 bool IsInitialized() const;
8025
8026 int ByteSize() const;
8027 bool MergePartialFromCodedStream(
8028 ::google::protobuf::io::CodedInputStream* input);
8029 void SerializeWithCachedSizes(
8030 ::google::protobuf::io::CodedOutputStream* output) const;
8031 void DiscardUnknownFields();
GetCachedSize()8032 int GetCachedSize() const { return _cached_size_; }
8033 private:
8034 void SharedCtor();
8035 void SharedDtor();
8036 void SetCachedSize(int size) const;
8037 public:
8038 ::std::string GetTypeName() const;
8039
8040 // nested types ----------------------------------------------------
8041
8042 // accessors -------------------------------------------------------
8043
8044 // required uint32 gameId = 1;
8045 inline bool has_gameid() const;
8046 inline void clear_gameid();
8047 static const int kGameIdFieldNumber = 1;
8048 inline ::google::protobuf::uint32 gameid() const;
8049 inline void set_gameid(::google::protobuf::uint32 value);
8050
8051 // required uint32 winnerPlayerId = 2;
8052 inline bool has_winnerplayerid() const;
8053 inline void clear_winnerplayerid();
8054 static const int kWinnerPlayerIdFieldNumber = 2;
8055 inline ::google::protobuf::uint32 winnerplayerid() const;
8056 inline void set_winnerplayerid(::google::protobuf::uint32 value);
8057
8058 // @@protoc_insertion_point(class_scope:EndOfGameMessage)
8059 private:
8060 inline void set_has_gameid();
8061 inline void clear_has_gameid();
8062 inline void set_has_winnerplayerid();
8063 inline void clear_has_winnerplayerid();
8064
8065 ::std::string _unknown_fields_;
8066
8067 ::google::protobuf::uint32 _has_bits_[1];
8068 mutable int _cached_size_;
8069 ::google::protobuf::uint32 gameid_;
8070 ::google::protobuf::uint32 winnerplayerid_;
8071 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8072 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8073 #else
8074 friend void protobuf_AddDesc_pokerth_2eproto();
8075 #endif
8076 friend void protobuf_AssignDesc_pokerth_2eproto();
8077 friend void protobuf_ShutdownFile_pokerth_2eproto();
8078
8079 void InitAsDefaultInstance();
8080 static EndOfGameMessage* default_instance_;
8081 };
8082 // -------------------------------------------------------------------
8083
8084 class PlayerIdChangedMessage : public ::google::protobuf::MessageLite {
8085 public:
8086 PlayerIdChangedMessage();
8087 virtual ~PlayerIdChangedMessage();
8088
8089 PlayerIdChangedMessage(const PlayerIdChangedMessage& from);
8090
8091 inline PlayerIdChangedMessage& operator=(const PlayerIdChangedMessage& from) {
8092 CopyFrom(from);
8093 return *this;
8094 }
8095
unknown_fields()8096 inline const ::std::string& unknown_fields() const {
8097 return _unknown_fields_;
8098 }
8099
mutable_unknown_fields()8100 inline ::std::string* mutable_unknown_fields() {
8101 return &_unknown_fields_;
8102 }
8103
8104 static const PlayerIdChangedMessage& default_instance();
8105
8106 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8107 // Returns the internal default instance pointer. This function can
8108 // return NULL thus should not be used by the user. This is intended
8109 // for Protobuf internal code. Please use default_instance() declared
8110 // above instead.
internal_default_instance()8111 static inline const PlayerIdChangedMessage* internal_default_instance() {
8112 return default_instance_;
8113 }
8114 #endif
8115
8116 void Swap(PlayerIdChangedMessage* other);
8117
8118 // implements Message ----------------------------------------------
8119
8120 PlayerIdChangedMessage* New() const;
8121 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8122 void CopyFrom(const PlayerIdChangedMessage& from);
8123 void MergeFrom(const PlayerIdChangedMessage& from);
8124 void Clear();
8125 bool IsInitialized() const;
8126
8127 int ByteSize() const;
8128 bool MergePartialFromCodedStream(
8129 ::google::protobuf::io::CodedInputStream* input);
8130 void SerializeWithCachedSizes(
8131 ::google::protobuf::io::CodedOutputStream* output) const;
8132 void DiscardUnknownFields();
GetCachedSize()8133 int GetCachedSize() const { return _cached_size_; }
8134 private:
8135 void SharedCtor();
8136 void SharedDtor();
8137 void SetCachedSize(int size) const;
8138 public:
8139 ::std::string GetTypeName() const;
8140
8141 // nested types ----------------------------------------------------
8142
8143 // accessors -------------------------------------------------------
8144
8145 // required uint32 oldPlayerId = 1;
8146 inline bool has_oldplayerid() const;
8147 inline void clear_oldplayerid();
8148 static const int kOldPlayerIdFieldNumber = 1;
8149 inline ::google::protobuf::uint32 oldplayerid() const;
8150 inline void set_oldplayerid(::google::protobuf::uint32 value);
8151
8152 // required uint32 newPlayerId = 2;
8153 inline bool has_newplayerid() const;
8154 inline void clear_newplayerid();
8155 static const int kNewPlayerIdFieldNumber = 2;
8156 inline ::google::protobuf::uint32 newplayerid() const;
8157 inline void set_newplayerid(::google::protobuf::uint32 value);
8158
8159 // @@protoc_insertion_point(class_scope:PlayerIdChangedMessage)
8160 private:
8161 inline void set_has_oldplayerid();
8162 inline void clear_has_oldplayerid();
8163 inline void set_has_newplayerid();
8164 inline void clear_has_newplayerid();
8165
8166 ::std::string _unknown_fields_;
8167
8168 ::google::protobuf::uint32 _has_bits_[1];
8169 mutable int _cached_size_;
8170 ::google::protobuf::uint32 oldplayerid_;
8171 ::google::protobuf::uint32 newplayerid_;
8172 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8173 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8174 #else
8175 friend void protobuf_AddDesc_pokerth_2eproto();
8176 #endif
8177 friend void protobuf_AssignDesc_pokerth_2eproto();
8178 friend void protobuf_ShutdownFile_pokerth_2eproto();
8179
8180 void InitAsDefaultInstance();
8181 static PlayerIdChangedMessage* default_instance_;
8182 };
8183 // -------------------------------------------------------------------
8184
8185 class AskKickPlayerMessage : public ::google::protobuf::MessageLite {
8186 public:
8187 AskKickPlayerMessage();
8188 virtual ~AskKickPlayerMessage();
8189
8190 AskKickPlayerMessage(const AskKickPlayerMessage& from);
8191
8192 inline AskKickPlayerMessage& operator=(const AskKickPlayerMessage& from) {
8193 CopyFrom(from);
8194 return *this;
8195 }
8196
unknown_fields()8197 inline const ::std::string& unknown_fields() const {
8198 return _unknown_fields_;
8199 }
8200
mutable_unknown_fields()8201 inline ::std::string* mutable_unknown_fields() {
8202 return &_unknown_fields_;
8203 }
8204
8205 static const AskKickPlayerMessage& default_instance();
8206
8207 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8208 // Returns the internal default instance pointer. This function can
8209 // return NULL thus should not be used by the user. This is intended
8210 // for Protobuf internal code. Please use default_instance() declared
8211 // above instead.
internal_default_instance()8212 static inline const AskKickPlayerMessage* internal_default_instance() {
8213 return default_instance_;
8214 }
8215 #endif
8216
8217 void Swap(AskKickPlayerMessage* other);
8218
8219 // implements Message ----------------------------------------------
8220
8221 AskKickPlayerMessage* New() const;
8222 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8223 void CopyFrom(const AskKickPlayerMessage& from);
8224 void MergeFrom(const AskKickPlayerMessage& from);
8225 void Clear();
8226 bool IsInitialized() const;
8227
8228 int ByteSize() const;
8229 bool MergePartialFromCodedStream(
8230 ::google::protobuf::io::CodedInputStream* input);
8231 void SerializeWithCachedSizes(
8232 ::google::protobuf::io::CodedOutputStream* output) const;
8233 void DiscardUnknownFields();
GetCachedSize()8234 int GetCachedSize() const { return _cached_size_; }
8235 private:
8236 void SharedCtor();
8237 void SharedDtor();
8238 void SetCachedSize(int size) const;
8239 public:
8240 ::std::string GetTypeName() const;
8241
8242 // nested types ----------------------------------------------------
8243
8244 // accessors -------------------------------------------------------
8245
8246 // required uint32 gameId = 1;
8247 inline bool has_gameid() const;
8248 inline void clear_gameid();
8249 static const int kGameIdFieldNumber = 1;
8250 inline ::google::protobuf::uint32 gameid() const;
8251 inline void set_gameid(::google::protobuf::uint32 value);
8252
8253 // required uint32 playerId = 2;
8254 inline bool has_playerid() const;
8255 inline void clear_playerid();
8256 static const int kPlayerIdFieldNumber = 2;
8257 inline ::google::protobuf::uint32 playerid() const;
8258 inline void set_playerid(::google::protobuf::uint32 value);
8259
8260 // @@protoc_insertion_point(class_scope:AskKickPlayerMessage)
8261 private:
8262 inline void set_has_gameid();
8263 inline void clear_has_gameid();
8264 inline void set_has_playerid();
8265 inline void clear_has_playerid();
8266
8267 ::std::string _unknown_fields_;
8268
8269 ::google::protobuf::uint32 _has_bits_[1];
8270 mutable int _cached_size_;
8271 ::google::protobuf::uint32 gameid_;
8272 ::google::protobuf::uint32 playerid_;
8273 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8274 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8275 #else
8276 friend void protobuf_AddDesc_pokerth_2eproto();
8277 #endif
8278 friend void protobuf_AssignDesc_pokerth_2eproto();
8279 friend void protobuf_ShutdownFile_pokerth_2eproto();
8280
8281 void InitAsDefaultInstance();
8282 static AskKickPlayerMessage* default_instance_;
8283 };
8284 // -------------------------------------------------------------------
8285
8286 class AskKickDeniedMessage : public ::google::protobuf::MessageLite {
8287 public:
8288 AskKickDeniedMessage();
8289 virtual ~AskKickDeniedMessage();
8290
8291 AskKickDeniedMessage(const AskKickDeniedMessage& from);
8292
8293 inline AskKickDeniedMessage& operator=(const AskKickDeniedMessage& from) {
8294 CopyFrom(from);
8295 return *this;
8296 }
8297
unknown_fields()8298 inline const ::std::string& unknown_fields() const {
8299 return _unknown_fields_;
8300 }
8301
mutable_unknown_fields()8302 inline ::std::string* mutable_unknown_fields() {
8303 return &_unknown_fields_;
8304 }
8305
8306 static const AskKickDeniedMessage& default_instance();
8307
8308 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8309 // Returns the internal default instance pointer. This function can
8310 // return NULL thus should not be used by the user. This is intended
8311 // for Protobuf internal code. Please use default_instance() declared
8312 // above instead.
internal_default_instance()8313 static inline const AskKickDeniedMessage* internal_default_instance() {
8314 return default_instance_;
8315 }
8316 #endif
8317
8318 void Swap(AskKickDeniedMessage* other);
8319
8320 // implements Message ----------------------------------------------
8321
8322 AskKickDeniedMessage* New() const;
8323 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8324 void CopyFrom(const AskKickDeniedMessage& from);
8325 void MergeFrom(const AskKickDeniedMessage& from);
8326 void Clear();
8327 bool IsInitialized() const;
8328
8329 int ByteSize() const;
8330 bool MergePartialFromCodedStream(
8331 ::google::protobuf::io::CodedInputStream* input);
8332 void SerializeWithCachedSizes(
8333 ::google::protobuf::io::CodedOutputStream* output) const;
8334 void DiscardUnknownFields();
GetCachedSize()8335 int GetCachedSize() const { return _cached_size_; }
8336 private:
8337 void SharedCtor();
8338 void SharedDtor();
8339 void SetCachedSize(int size) const;
8340 public:
8341 ::std::string GetTypeName() const;
8342
8343 // nested types ----------------------------------------------------
8344
8345 typedef AskKickDeniedMessage_KickDeniedReason KickDeniedReason;
8346 static const KickDeniedReason kickDeniedInvalidGameState = AskKickDeniedMessage_KickDeniedReason_kickDeniedInvalidGameState;
8347 static const KickDeniedReason kickDeniedNotPossible = AskKickDeniedMessage_KickDeniedReason_kickDeniedNotPossible;
8348 static const KickDeniedReason kickDeniedTryAgainLater = AskKickDeniedMessage_KickDeniedReason_kickDeniedTryAgainLater;
8349 static const KickDeniedReason kickDeniedAlreadyInProgress = AskKickDeniedMessage_KickDeniedReason_kickDeniedAlreadyInProgress;
8350 static const KickDeniedReason kickDeniedInvalidPlayerId = AskKickDeniedMessage_KickDeniedReason_kickDeniedInvalidPlayerId;
KickDeniedReason_IsValid(int value)8351 static inline bool KickDeniedReason_IsValid(int value) {
8352 return AskKickDeniedMessage_KickDeniedReason_IsValid(value);
8353 }
8354 static const KickDeniedReason KickDeniedReason_MIN =
8355 AskKickDeniedMessage_KickDeniedReason_KickDeniedReason_MIN;
8356 static const KickDeniedReason KickDeniedReason_MAX =
8357 AskKickDeniedMessage_KickDeniedReason_KickDeniedReason_MAX;
8358 static const int KickDeniedReason_ARRAYSIZE =
8359 AskKickDeniedMessage_KickDeniedReason_KickDeniedReason_ARRAYSIZE;
8360
8361 // accessors -------------------------------------------------------
8362
8363 // required uint32 gameId = 1;
8364 inline bool has_gameid() const;
8365 inline void clear_gameid();
8366 static const int kGameIdFieldNumber = 1;
8367 inline ::google::protobuf::uint32 gameid() const;
8368 inline void set_gameid(::google::protobuf::uint32 value);
8369
8370 // required uint32 playerId = 2;
8371 inline bool has_playerid() const;
8372 inline void clear_playerid();
8373 static const int kPlayerIdFieldNumber = 2;
8374 inline ::google::protobuf::uint32 playerid() const;
8375 inline void set_playerid(::google::protobuf::uint32 value);
8376
8377 // required .AskKickDeniedMessage.KickDeniedReason kickDeniedReason = 3;
8378 inline bool has_kickdeniedreason() const;
8379 inline void clear_kickdeniedreason();
8380 static const int kKickDeniedReasonFieldNumber = 3;
8381 inline ::AskKickDeniedMessage_KickDeniedReason kickdeniedreason() const;
8382 inline void set_kickdeniedreason(::AskKickDeniedMessage_KickDeniedReason value);
8383
8384 // @@protoc_insertion_point(class_scope:AskKickDeniedMessage)
8385 private:
8386 inline void set_has_gameid();
8387 inline void clear_has_gameid();
8388 inline void set_has_playerid();
8389 inline void clear_has_playerid();
8390 inline void set_has_kickdeniedreason();
8391 inline void clear_has_kickdeniedreason();
8392
8393 ::std::string _unknown_fields_;
8394
8395 ::google::protobuf::uint32 _has_bits_[1];
8396 mutable int _cached_size_;
8397 ::google::protobuf::uint32 gameid_;
8398 ::google::protobuf::uint32 playerid_;
8399 int kickdeniedreason_;
8400 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8401 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8402 #else
8403 friend void protobuf_AddDesc_pokerth_2eproto();
8404 #endif
8405 friend void protobuf_AssignDesc_pokerth_2eproto();
8406 friend void protobuf_ShutdownFile_pokerth_2eproto();
8407
8408 void InitAsDefaultInstance();
8409 static AskKickDeniedMessage* default_instance_;
8410 };
8411 // -------------------------------------------------------------------
8412
8413 class StartKickPetitionMessage : public ::google::protobuf::MessageLite {
8414 public:
8415 StartKickPetitionMessage();
8416 virtual ~StartKickPetitionMessage();
8417
8418 StartKickPetitionMessage(const StartKickPetitionMessage& from);
8419
8420 inline StartKickPetitionMessage& operator=(const StartKickPetitionMessage& from) {
8421 CopyFrom(from);
8422 return *this;
8423 }
8424
unknown_fields()8425 inline const ::std::string& unknown_fields() const {
8426 return _unknown_fields_;
8427 }
8428
mutable_unknown_fields()8429 inline ::std::string* mutable_unknown_fields() {
8430 return &_unknown_fields_;
8431 }
8432
8433 static const StartKickPetitionMessage& default_instance();
8434
8435 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8436 // Returns the internal default instance pointer. This function can
8437 // return NULL thus should not be used by the user. This is intended
8438 // for Protobuf internal code. Please use default_instance() declared
8439 // above instead.
internal_default_instance()8440 static inline const StartKickPetitionMessage* internal_default_instance() {
8441 return default_instance_;
8442 }
8443 #endif
8444
8445 void Swap(StartKickPetitionMessage* other);
8446
8447 // implements Message ----------------------------------------------
8448
8449 StartKickPetitionMessage* New() const;
8450 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8451 void CopyFrom(const StartKickPetitionMessage& from);
8452 void MergeFrom(const StartKickPetitionMessage& from);
8453 void Clear();
8454 bool IsInitialized() const;
8455
8456 int ByteSize() const;
8457 bool MergePartialFromCodedStream(
8458 ::google::protobuf::io::CodedInputStream* input);
8459 void SerializeWithCachedSizes(
8460 ::google::protobuf::io::CodedOutputStream* output) const;
8461 void DiscardUnknownFields();
GetCachedSize()8462 int GetCachedSize() const { return _cached_size_; }
8463 private:
8464 void SharedCtor();
8465 void SharedDtor();
8466 void SetCachedSize(int size) const;
8467 public:
8468 ::std::string GetTypeName() const;
8469
8470 // nested types ----------------------------------------------------
8471
8472 // accessors -------------------------------------------------------
8473
8474 // required uint32 gameId = 1;
8475 inline bool has_gameid() const;
8476 inline void clear_gameid();
8477 static const int kGameIdFieldNumber = 1;
8478 inline ::google::protobuf::uint32 gameid() const;
8479 inline void set_gameid(::google::protobuf::uint32 value);
8480
8481 // required uint32 petitionId = 2;
8482 inline bool has_petitionid() const;
8483 inline void clear_petitionid();
8484 static const int kPetitionIdFieldNumber = 2;
8485 inline ::google::protobuf::uint32 petitionid() const;
8486 inline void set_petitionid(::google::protobuf::uint32 value);
8487
8488 // required uint32 proposingPlayerId = 3;
8489 inline bool has_proposingplayerid() const;
8490 inline void clear_proposingplayerid();
8491 static const int kProposingPlayerIdFieldNumber = 3;
8492 inline ::google::protobuf::uint32 proposingplayerid() const;
8493 inline void set_proposingplayerid(::google::protobuf::uint32 value);
8494
8495 // required uint32 kickPlayerId = 4;
8496 inline bool has_kickplayerid() const;
8497 inline void clear_kickplayerid();
8498 static const int kKickPlayerIdFieldNumber = 4;
8499 inline ::google::protobuf::uint32 kickplayerid() const;
8500 inline void set_kickplayerid(::google::protobuf::uint32 value);
8501
8502 // required uint32 kickTimeoutSec = 5;
8503 inline bool has_kicktimeoutsec() const;
8504 inline void clear_kicktimeoutsec();
8505 static const int kKickTimeoutSecFieldNumber = 5;
8506 inline ::google::protobuf::uint32 kicktimeoutsec() const;
8507 inline void set_kicktimeoutsec(::google::protobuf::uint32 value);
8508
8509 // required uint32 numVotesNeededToKick = 6;
8510 inline bool has_numvotesneededtokick() const;
8511 inline void clear_numvotesneededtokick();
8512 static const int kNumVotesNeededToKickFieldNumber = 6;
8513 inline ::google::protobuf::uint32 numvotesneededtokick() const;
8514 inline void set_numvotesneededtokick(::google::protobuf::uint32 value);
8515
8516 // @@protoc_insertion_point(class_scope:StartKickPetitionMessage)
8517 private:
8518 inline void set_has_gameid();
8519 inline void clear_has_gameid();
8520 inline void set_has_petitionid();
8521 inline void clear_has_petitionid();
8522 inline void set_has_proposingplayerid();
8523 inline void clear_has_proposingplayerid();
8524 inline void set_has_kickplayerid();
8525 inline void clear_has_kickplayerid();
8526 inline void set_has_kicktimeoutsec();
8527 inline void clear_has_kicktimeoutsec();
8528 inline void set_has_numvotesneededtokick();
8529 inline void clear_has_numvotesneededtokick();
8530
8531 ::std::string _unknown_fields_;
8532
8533 ::google::protobuf::uint32 _has_bits_[1];
8534 mutable int _cached_size_;
8535 ::google::protobuf::uint32 gameid_;
8536 ::google::protobuf::uint32 petitionid_;
8537 ::google::protobuf::uint32 proposingplayerid_;
8538 ::google::protobuf::uint32 kickplayerid_;
8539 ::google::protobuf::uint32 kicktimeoutsec_;
8540 ::google::protobuf::uint32 numvotesneededtokick_;
8541 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8542 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8543 #else
8544 friend void protobuf_AddDesc_pokerth_2eproto();
8545 #endif
8546 friend void protobuf_AssignDesc_pokerth_2eproto();
8547 friend void protobuf_ShutdownFile_pokerth_2eproto();
8548
8549 void InitAsDefaultInstance();
8550 static StartKickPetitionMessage* default_instance_;
8551 };
8552 // -------------------------------------------------------------------
8553
8554 class VoteKickRequestMessage : public ::google::protobuf::MessageLite {
8555 public:
8556 VoteKickRequestMessage();
8557 virtual ~VoteKickRequestMessage();
8558
8559 VoteKickRequestMessage(const VoteKickRequestMessage& from);
8560
8561 inline VoteKickRequestMessage& operator=(const VoteKickRequestMessage& from) {
8562 CopyFrom(from);
8563 return *this;
8564 }
8565
unknown_fields()8566 inline const ::std::string& unknown_fields() const {
8567 return _unknown_fields_;
8568 }
8569
mutable_unknown_fields()8570 inline ::std::string* mutable_unknown_fields() {
8571 return &_unknown_fields_;
8572 }
8573
8574 static const VoteKickRequestMessage& default_instance();
8575
8576 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8577 // Returns the internal default instance pointer. This function can
8578 // return NULL thus should not be used by the user. This is intended
8579 // for Protobuf internal code. Please use default_instance() declared
8580 // above instead.
internal_default_instance()8581 static inline const VoteKickRequestMessage* internal_default_instance() {
8582 return default_instance_;
8583 }
8584 #endif
8585
8586 void Swap(VoteKickRequestMessage* other);
8587
8588 // implements Message ----------------------------------------------
8589
8590 VoteKickRequestMessage* New() const;
8591 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8592 void CopyFrom(const VoteKickRequestMessage& from);
8593 void MergeFrom(const VoteKickRequestMessage& from);
8594 void Clear();
8595 bool IsInitialized() const;
8596
8597 int ByteSize() const;
8598 bool MergePartialFromCodedStream(
8599 ::google::protobuf::io::CodedInputStream* input);
8600 void SerializeWithCachedSizes(
8601 ::google::protobuf::io::CodedOutputStream* output) const;
8602 void DiscardUnknownFields();
GetCachedSize()8603 int GetCachedSize() const { return _cached_size_; }
8604 private:
8605 void SharedCtor();
8606 void SharedDtor();
8607 void SetCachedSize(int size) const;
8608 public:
8609 ::std::string GetTypeName() const;
8610
8611 // nested types ----------------------------------------------------
8612
8613 // accessors -------------------------------------------------------
8614
8615 // required uint32 gameId = 1;
8616 inline bool has_gameid() const;
8617 inline void clear_gameid();
8618 static const int kGameIdFieldNumber = 1;
8619 inline ::google::protobuf::uint32 gameid() const;
8620 inline void set_gameid(::google::protobuf::uint32 value);
8621
8622 // required uint32 petitionId = 2;
8623 inline bool has_petitionid() const;
8624 inline void clear_petitionid();
8625 static const int kPetitionIdFieldNumber = 2;
8626 inline ::google::protobuf::uint32 petitionid() const;
8627 inline void set_petitionid(::google::protobuf::uint32 value);
8628
8629 // required bool voteKick = 3;
8630 inline bool has_votekick() const;
8631 inline void clear_votekick();
8632 static const int kVoteKickFieldNumber = 3;
8633 inline bool votekick() const;
8634 inline void set_votekick(bool value);
8635
8636 // @@protoc_insertion_point(class_scope:VoteKickRequestMessage)
8637 private:
8638 inline void set_has_gameid();
8639 inline void clear_has_gameid();
8640 inline void set_has_petitionid();
8641 inline void clear_has_petitionid();
8642 inline void set_has_votekick();
8643 inline void clear_has_votekick();
8644
8645 ::std::string _unknown_fields_;
8646
8647 ::google::protobuf::uint32 _has_bits_[1];
8648 mutable int _cached_size_;
8649 ::google::protobuf::uint32 gameid_;
8650 ::google::protobuf::uint32 petitionid_;
8651 bool votekick_;
8652 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8653 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8654 #else
8655 friend void protobuf_AddDesc_pokerth_2eproto();
8656 #endif
8657 friend void protobuf_AssignDesc_pokerth_2eproto();
8658 friend void protobuf_ShutdownFile_pokerth_2eproto();
8659
8660 void InitAsDefaultInstance();
8661 static VoteKickRequestMessage* default_instance_;
8662 };
8663 // -------------------------------------------------------------------
8664
8665 class VoteKickReplyMessage : public ::google::protobuf::MessageLite {
8666 public:
8667 VoteKickReplyMessage();
8668 virtual ~VoteKickReplyMessage();
8669
8670 VoteKickReplyMessage(const VoteKickReplyMessage& from);
8671
8672 inline VoteKickReplyMessage& operator=(const VoteKickReplyMessage& from) {
8673 CopyFrom(from);
8674 return *this;
8675 }
8676
unknown_fields()8677 inline const ::std::string& unknown_fields() const {
8678 return _unknown_fields_;
8679 }
8680
mutable_unknown_fields()8681 inline ::std::string* mutable_unknown_fields() {
8682 return &_unknown_fields_;
8683 }
8684
8685 static const VoteKickReplyMessage& default_instance();
8686
8687 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8688 // Returns the internal default instance pointer. This function can
8689 // return NULL thus should not be used by the user. This is intended
8690 // for Protobuf internal code. Please use default_instance() declared
8691 // above instead.
internal_default_instance()8692 static inline const VoteKickReplyMessage* internal_default_instance() {
8693 return default_instance_;
8694 }
8695 #endif
8696
8697 void Swap(VoteKickReplyMessage* other);
8698
8699 // implements Message ----------------------------------------------
8700
8701 VoteKickReplyMessage* New() const;
8702 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8703 void CopyFrom(const VoteKickReplyMessage& from);
8704 void MergeFrom(const VoteKickReplyMessage& from);
8705 void Clear();
8706 bool IsInitialized() const;
8707
8708 int ByteSize() const;
8709 bool MergePartialFromCodedStream(
8710 ::google::protobuf::io::CodedInputStream* input);
8711 void SerializeWithCachedSizes(
8712 ::google::protobuf::io::CodedOutputStream* output) const;
8713 void DiscardUnknownFields();
GetCachedSize()8714 int GetCachedSize() const { return _cached_size_; }
8715 private:
8716 void SharedCtor();
8717 void SharedDtor();
8718 void SetCachedSize(int size) const;
8719 public:
8720 ::std::string GetTypeName() const;
8721
8722 // nested types ----------------------------------------------------
8723
8724 typedef VoteKickReplyMessage_VoteKickReplyType VoteKickReplyType;
8725 static const VoteKickReplyType voteKickAck = VoteKickReplyMessage_VoteKickReplyType_voteKickAck;
8726 static const VoteKickReplyType voteKickDeniedInvalid = VoteKickReplyMessage_VoteKickReplyType_voteKickDeniedInvalid;
8727 static const VoteKickReplyType voteKickDeniedAlreadyVoted = VoteKickReplyMessage_VoteKickReplyType_voteKickDeniedAlreadyVoted;
VoteKickReplyType_IsValid(int value)8728 static inline bool VoteKickReplyType_IsValid(int value) {
8729 return VoteKickReplyMessage_VoteKickReplyType_IsValid(value);
8730 }
8731 static const VoteKickReplyType VoteKickReplyType_MIN =
8732 VoteKickReplyMessage_VoteKickReplyType_VoteKickReplyType_MIN;
8733 static const VoteKickReplyType VoteKickReplyType_MAX =
8734 VoteKickReplyMessage_VoteKickReplyType_VoteKickReplyType_MAX;
8735 static const int VoteKickReplyType_ARRAYSIZE =
8736 VoteKickReplyMessage_VoteKickReplyType_VoteKickReplyType_ARRAYSIZE;
8737
8738 // accessors -------------------------------------------------------
8739
8740 // required uint32 gameId = 1;
8741 inline bool has_gameid() const;
8742 inline void clear_gameid();
8743 static const int kGameIdFieldNumber = 1;
8744 inline ::google::protobuf::uint32 gameid() const;
8745 inline void set_gameid(::google::protobuf::uint32 value);
8746
8747 // required uint32 petitionId = 2;
8748 inline bool has_petitionid() const;
8749 inline void clear_petitionid();
8750 static const int kPetitionIdFieldNumber = 2;
8751 inline ::google::protobuf::uint32 petitionid() const;
8752 inline void set_petitionid(::google::protobuf::uint32 value);
8753
8754 // required .VoteKickReplyMessage.VoteKickReplyType voteKickReplyType = 3;
8755 inline bool has_votekickreplytype() const;
8756 inline void clear_votekickreplytype();
8757 static const int kVoteKickReplyTypeFieldNumber = 3;
8758 inline ::VoteKickReplyMessage_VoteKickReplyType votekickreplytype() const;
8759 inline void set_votekickreplytype(::VoteKickReplyMessage_VoteKickReplyType value);
8760
8761 // @@protoc_insertion_point(class_scope:VoteKickReplyMessage)
8762 private:
8763 inline void set_has_gameid();
8764 inline void clear_has_gameid();
8765 inline void set_has_petitionid();
8766 inline void clear_has_petitionid();
8767 inline void set_has_votekickreplytype();
8768 inline void clear_has_votekickreplytype();
8769
8770 ::std::string _unknown_fields_;
8771
8772 ::google::protobuf::uint32 _has_bits_[1];
8773 mutable int _cached_size_;
8774 ::google::protobuf::uint32 gameid_;
8775 ::google::protobuf::uint32 petitionid_;
8776 int votekickreplytype_;
8777 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8778 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8779 #else
8780 friend void protobuf_AddDesc_pokerth_2eproto();
8781 #endif
8782 friend void protobuf_AssignDesc_pokerth_2eproto();
8783 friend void protobuf_ShutdownFile_pokerth_2eproto();
8784
8785 void InitAsDefaultInstance();
8786 static VoteKickReplyMessage* default_instance_;
8787 };
8788 // -------------------------------------------------------------------
8789
8790 class KickPetitionUpdateMessage : public ::google::protobuf::MessageLite {
8791 public:
8792 KickPetitionUpdateMessage();
8793 virtual ~KickPetitionUpdateMessage();
8794
8795 KickPetitionUpdateMessage(const KickPetitionUpdateMessage& from);
8796
8797 inline KickPetitionUpdateMessage& operator=(const KickPetitionUpdateMessage& from) {
8798 CopyFrom(from);
8799 return *this;
8800 }
8801
unknown_fields()8802 inline const ::std::string& unknown_fields() const {
8803 return _unknown_fields_;
8804 }
8805
mutable_unknown_fields()8806 inline ::std::string* mutable_unknown_fields() {
8807 return &_unknown_fields_;
8808 }
8809
8810 static const KickPetitionUpdateMessage& default_instance();
8811
8812 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8813 // Returns the internal default instance pointer. This function can
8814 // return NULL thus should not be used by the user. This is intended
8815 // for Protobuf internal code. Please use default_instance() declared
8816 // above instead.
internal_default_instance()8817 static inline const KickPetitionUpdateMessage* internal_default_instance() {
8818 return default_instance_;
8819 }
8820 #endif
8821
8822 void Swap(KickPetitionUpdateMessage* other);
8823
8824 // implements Message ----------------------------------------------
8825
8826 KickPetitionUpdateMessage* New() const;
8827 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8828 void CopyFrom(const KickPetitionUpdateMessage& from);
8829 void MergeFrom(const KickPetitionUpdateMessage& from);
8830 void Clear();
8831 bool IsInitialized() const;
8832
8833 int ByteSize() const;
8834 bool MergePartialFromCodedStream(
8835 ::google::protobuf::io::CodedInputStream* input);
8836 void SerializeWithCachedSizes(
8837 ::google::protobuf::io::CodedOutputStream* output) const;
8838 void DiscardUnknownFields();
GetCachedSize()8839 int GetCachedSize() const { return _cached_size_; }
8840 private:
8841 void SharedCtor();
8842 void SharedDtor();
8843 void SetCachedSize(int size) const;
8844 public:
8845 ::std::string GetTypeName() const;
8846
8847 // nested types ----------------------------------------------------
8848
8849 // accessors -------------------------------------------------------
8850
8851 // required uint32 gameId = 1;
8852 inline bool has_gameid() const;
8853 inline void clear_gameid();
8854 static const int kGameIdFieldNumber = 1;
8855 inline ::google::protobuf::uint32 gameid() const;
8856 inline void set_gameid(::google::protobuf::uint32 value);
8857
8858 // required uint32 petitionId = 2;
8859 inline bool has_petitionid() const;
8860 inline void clear_petitionid();
8861 static const int kPetitionIdFieldNumber = 2;
8862 inline ::google::protobuf::uint32 petitionid() const;
8863 inline void set_petitionid(::google::protobuf::uint32 value);
8864
8865 // required uint32 numVotesAgainstKicking = 3;
8866 inline bool has_numvotesagainstkicking() const;
8867 inline void clear_numvotesagainstkicking();
8868 static const int kNumVotesAgainstKickingFieldNumber = 3;
8869 inline ::google::protobuf::uint32 numvotesagainstkicking() const;
8870 inline void set_numvotesagainstkicking(::google::protobuf::uint32 value);
8871
8872 // required uint32 numVotesInFavourOfKicking = 4;
8873 inline bool has_numvotesinfavourofkicking() const;
8874 inline void clear_numvotesinfavourofkicking();
8875 static const int kNumVotesInFavourOfKickingFieldNumber = 4;
8876 inline ::google::protobuf::uint32 numvotesinfavourofkicking() const;
8877 inline void set_numvotesinfavourofkicking(::google::protobuf::uint32 value);
8878
8879 // required uint32 numVotesNeededToKick = 5;
8880 inline bool has_numvotesneededtokick() const;
8881 inline void clear_numvotesneededtokick();
8882 static const int kNumVotesNeededToKickFieldNumber = 5;
8883 inline ::google::protobuf::uint32 numvotesneededtokick() const;
8884 inline void set_numvotesneededtokick(::google::protobuf::uint32 value);
8885
8886 // @@protoc_insertion_point(class_scope:KickPetitionUpdateMessage)
8887 private:
8888 inline void set_has_gameid();
8889 inline void clear_has_gameid();
8890 inline void set_has_petitionid();
8891 inline void clear_has_petitionid();
8892 inline void set_has_numvotesagainstkicking();
8893 inline void clear_has_numvotesagainstkicking();
8894 inline void set_has_numvotesinfavourofkicking();
8895 inline void clear_has_numvotesinfavourofkicking();
8896 inline void set_has_numvotesneededtokick();
8897 inline void clear_has_numvotesneededtokick();
8898
8899 ::std::string _unknown_fields_;
8900
8901 ::google::protobuf::uint32 _has_bits_[1];
8902 mutable int _cached_size_;
8903 ::google::protobuf::uint32 gameid_;
8904 ::google::protobuf::uint32 petitionid_;
8905 ::google::protobuf::uint32 numvotesagainstkicking_;
8906 ::google::protobuf::uint32 numvotesinfavourofkicking_;
8907 ::google::protobuf::uint32 numvotesneededtokick_;
8908 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8909 friend void protobuf_AddDesc_pokerth_2eproto_impl();
8910 #else
8911 friend void protobuf_AddDesc_pokerth_2eproto();
8912 #endif
8913 friend void protobuf_AssignDesc_pokerth_2eproto();
8914 friend void protobuf_ShutdownFile_pokerth_2eproto();
8915
8916 void InitAsDefaultInstance();
8917 static KickPetitionUpdateMessage* default_instance_;
8918 };
8919 // -------------------------------------------------------------------
8920
8921 class EndKickPetitionMessage : public ::google::protobuf::MessageLite {
8922 public:
8923 EndKickPetitionMessage();
8924 virtual ~EndKickPetitionMessage();
8925
8926 EndKickPetitionMessage(const EndKickPetitionMessage& from);
8927
8928 inline EndKickPetitionMessage& operator=(const EndKickPetitionMessage& from) {
8929 CopyFrom(from);
8930 return *this;
8931 }
8932
unknown_fields()8933 inline const ::std::string& unknown_fields() const {
8934 return _unknown_fields_;
8935 }
8936
mutable_unknown_fields()8937 inline ::std::string* mutable_unknown_fields() {
8938 return &_unknown_fields_;
8939 }
8940
8941 static const EndKickPetitionMessage& default_instance();
8942
8943 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
8944 // Returns the internal default instance pointer. This function can
8945 // return NULL thus should not be used by the user. This is intended
8946 // for Protobuf internal code. Please use default_instance() declared
8947 // above instead.
internal_default_instance()8948 static inline const EndKickPetitionMessage* internal_default_instance() {
8949 return default_instance_;
8950 }
8951 #endif
8952
8953 void Swap(EndKickPetitionMessage* other);
8954
8955 // implements Message ----------------------------------------------
8956
8957 EndKickPetitionMessage* New() const;
8958 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
8959 void CopyFrom(const EndKickPetitionMessage& from);
8960 void MergeFrom(const EndKickPetitionMessage& from);
8961 void Clear();
8962 bool IsInitialized() const;
8963
8964 int ByteSize() const;
8965 bool MergePartialFromCodedStream(
8966 ::google::protobuf::io::CodedInputStream* input);
8967 void SerializeWithCachedSizes(
8968 ::google::protobuf::io::CodedOutputStream* output) const;
8969 void DiscardUnknownFields();
GetCachedSize()8970 int GetCachedSize() const { return _cached_size_; }
8971 private:
8972 void SharedCtor();
8973 void SharedDtor();
8974 void SetCachedSize(int size) const;
8975 public:
8976 ::std::string GetTypeName() const;
8977
8978 // nested types ----------------------------------------------------
8979
8980 typedef EndKickPetitionMessage_PetitionEndReason PetitionEndReason;
8981 static const PetitionEndReason petitionEndEnoughVotes = EndKickPetitionMessage_PetitionEndReason_petitionEndEnoughVotes;
8982 static const PetitionEndReason petitionEndTooFewPlayers = EndKickPetitionMessage_PetitionEndReason_petitionEndTooFewPlayers;
8983 static const PetitionEndReason petitionEndPlayerLeft = EndKickPetitionMessage_PetitionEndReason_petitionEndPlayerLeft;
8984 static const PetitionEndReason petitionEndTimeout = EndKickPetitionMessage_PetitionEndReason_petitionEndTimeout;
PetitionEndReason_IsValid(int value)8985 static inline bool PetitionEndReason_IsValid(int value) {
8986 return EndKickPetitionMessage_PetitionEndReason_IsValid(value);
8987 }
8988 static const PetitionEndReason PetitionEndReason_MIN =
8989 EndKickPetitionMessage_PetitionEndReason_PetitionEndReason_MIN;
8990 static const PetitionEndReason PetitionEndReason_MAX =
8991 EndKickPetitionMessage_PetitionEndReason_PetitionEndReason_MAX;
8992 static const int PetitionEndReason_ARRAYSIZE =
8993 EndKickPetitionMessage_PetitionEndReason_PetitionEndReason_ARRAYSIZE;
8994
8995 // accessors -------------------------------------------------------
8996
8997 // required uint32 gameId = 1;
8998 inline bool has_gameid() const;
8999 inline void clear_gameid();
9000 static const int kGameIdFieldNumber = 1;
9001 inline ::google::protobuf::uint32 gameid() const;
9002 inline void set_gameid(::google::protobuf::uint32 value);
9003
9004 // required uint32 petitionId = 2;
9005 inline bool has_petitionid() const;
9006 inline void clear_petitionid();
9007 static const int kPetitionIdFieldNumber = 2;
9008 inline ::google::protobuf::uint32 petitionid() const;
9009 inline void set_petitionid(::google::protobuf::uint32 value);
9010
9011 // required uint32 numVotesAgainstKicking = 3;
9012 inline bool has_numvotesagainstkicking() const;
9013 inline void clear_numvotesagainstkicking();
9014 static const int kNumVotesAgainstKickingFieldNumber = 3;
9015 inline ::google::protobuf::uint32 numvotesagainstkicking() const;
9016 inline void set_numvotesagainstkicking(::google::protobuf::uint32 value);
9017
9018 // required uint32 numVotesInFavourOfKicking = 4;
9019 inline bool has_numvotesinfavourofkicking() const;
9020 inline void clear_numvotesinfavourofkicking();
9021 static const int kNumVotesInFavourOfKickingFieldNumber = 4;
9022 inline ::google::protobuf::uint32 numvotesinfavourofkicking() const;
9023 inline void set_numvotesinfavourofkicking(::google::protobuf::uint32 value);
9024
9025 // required uint32 resultPlayerKicked = 5;
9026 inline bool has_resultplayerkicked() const;
9027 inline void clear_resultplayerkicked();
9028 static const int kResultPlayerKickedFieldNumber = 5;
9029 inline ::google::protobuf::uint32 resultplayerkicked() const;
9030 inline void set_resultplayerkicked(::google::protobuf::uint32 value);
9031
9032 // required .EndKickPetitionMessage.PetitionEndReason petitionEndReason = 6;
9033 inline bool has_petitionendreason() const;
9034 inline void clear_petitionendreason();
9035 static const int kPetitionEndReasonFieldNumber = 6;
9036 inline ::EndKickPetitionMessage_PetitionEndReason petitionendreason() const;
9037 inline void set_petitionendreason(::EndKickPetitionMessage_PetitionEndReason value);
9038
9039 // @@protoc_insertion_point(class_scope:EndKickPetitionMessage)
9040 private:
9041 inline void set_has_gameid();
9042 inline void clear_has_gameid();
9043 inline void set_has_petitionid();
9044 inline void clear_has_petitionid();
9045 inline void set_has_numvotesagainstkicking();
9046 inline void clear_has_numvotesagainstkicking();
9047 inline void set_has_numvotesinfavourofkicking();
9048 inline void clear_has_numvotesinfavourofkicking();
9049 inline void set_has_resultplayerkicked();
9050 inline void clear_has_resultplayerkicked();
9051 inline void set_has_petitionendreason();
9052 inline void clear_has_petitionendreason();
9053
9054 ::std::string _unknown_fields_;
9055
9056 ::google::protobuf::uint32 _has_bits_[1];
9057 mutable int _cached_size_;
9058 ::google::protobuf::uint32 gameid_;
9059 ::google::protobuf::uint32 petitionid_;
9060 ::google::protobuf::uint32 numvotesagainstkicking_;
9061 ::google::protobuf::uint32 numvotesinfavourofkicking_;
9062 ::google::protobuf::uint32 resultplayerkicked_;
9063 int petitionendreason_;
9064 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9065 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9066 #else
9067 friend void protobuf_AddDesc_pokerth_2eproto();
9068 #endif
9069 friend void protobuf_AssignDesc_pokerth_2eproto();
9070 friend void protobuf_ShutdownFile_pokerth_2eproto();
9071
9072 void InitAsDefaultInstance();
9073 static EndKickPetitionMessage* default_instance_;
9074 };
9075 // -------------------------------------------------------------------
9076
9077 class StatisticsMessage_StatisticsData : public ::google::protobuf::MessageLite {
9078 public:
9079 StatisticsMessage_StatisticsData();
9080 virtual ~StatisticsMessage_StatisticsData();
9081
9082 StatisticsMessage_StatisticsData(const StatisticsMessage_StatisticsData& from);
9083
9084 inline StatisticsMessage_StatisticsData& operator=(const StatisticsMessage_StatisticsData& from) {
9085 CopyFrom(from);
9086 return *this;
9087 }
9088
unknown_fields()9089 inline const ::std::string& unknown_fields() const {
9090 return _unknown_fields_;
9091 }
9092
mutable_unknown_fields()9093 inline ::std::string* mutable_unknown_fields() {
9094 return &_unknown_fields_;
9095 }
9096
9097 static const StatisticsMessage_StatisticsData& default_instance();
9098
9099 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9100 // Returns the internal default instance pointer. This function can
9101 // return NULL thus should not be used by the user. This is intended
9102 // for Protobuf internal code. Please use default_instance() declared
9103 // above instead.
internal_default_instance()9104 static inline const StatisticsMessage_StatisticsData* internal_default_instance() {
9105 return default_instance_;
9106 }
9107 #endif
9108
9109 void Swap(StatisticsMessage_StatisticsData* other);
9110
9111 // implements Message ----------------------------------------------
9112
9113 StatisticsMessage_StatisticsData* New() const;
9114 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9115 void CopyFrom(const StatisticsMessage_StatisticsData& from);
9116 void MergeFrom(const StatisticsMessage_StatisticsData& from);
9117 void Clear();
9118 bool IsInitialized() const;
9119
9120 int ByteSize() const;
9121 bool MergePartialFromCodedStream(
9122 ::google::protobuf::io::CodedInputStream* input);
9123 void SerializeWithCachedSizes(
9124 ::google::protobuf::io::CodedOutputStream* output) const;
9125 void DiscardUnknownFields();
GetCachedSize()9126 int GetCachedSize() const { return _cached_size_; }
9127 private:
9128 void SharedCtor();
9129 void SharedDtor();
9130 void SetCachedSize(int size) const;
9131 public:
9132 ::std::string GetTypeName() const;
9133
9134 // nested types ----------------------------------------------------
9135
9136 typedef StatisticsMessage_StatisticsData_StatisticsType StatisticsType;
9137 static const StatisticsType statNumberOfPlayers = StatisticsMessage_StatisticsData_StatisticsType_statNumberOfPlayers;
StatisticsType_IsValid(int value)9138 static inline bool StatisticsType_IsValid(int value) {
9139 return StatisticsMessage_StatisticsData_StatisticsType_IsValid(value);
9140 }
9141 static const StatisticsType StatisticsType_MIN =
9142 StatisticsMessage_StatisticsData_StatisticsType_StatisticsType_MIN;
9143 static const StatisticsType StatisticsType_MAX =
9144 StatisticsMessage_StatisticsData_StatisticsType_StatisticsType_MAX;
9145 static const int StatisticsType_ARRAYSIZE =
9146 StatisticsMessage_StatisticsData_StatisticsType_StatisticsType_ARRAYSIZE;
9147
9148 // accessors -------------------------------------------------------
9149
9150 // required .StatisticsMessage.StatisticsData.StatisticsType statisticsType = 1;
9151 inline bool has_statisticstype() const;
9152 inline void clear_statisticstype();
9153 static const int kStatisticsTypeFieldNumber = 1;
9154 inline ::StatisticsMessage_StatisticsData_StatisticsType statisticstype() const;
9155 inline void set_statisticstype(::StatisticsMessage_StatisticsData_StatisticsType value);
9156
9157 // required uint32 statisticsValue = 2;
9158 inline bool has_statisticsvalue() const;
9159 inline void clear_statisticsvalue();
9160 static const int kStatisticsValueFieldNumber = 2;
9161 inline ::google::protobuf::uint32 statisticsvalue() const;
9162 inline void set_statisticsvalue(::google::protobuf::uint32 value);
9163
9164 // @@protoc_insertion_point(class_scope:StatisticsMessage.StatisticsData)
9165 private:
9166 inline void set_has_statisticstype();
9167 inline void clear_has_statisticstype();
9168 inline void set_has_statisticsvalue();
9169 inline void clear_has_statisticsvalue();
9170
9171 ::std::string _unknown_fields_;
9172
9173 ::google::protobuf::uint32 _has_bits_[1];
9174 mutable int _cached_size_;
9175 int statisticstype_;
9176 ::google::protobuf::uint32 statisticsvalue_;
9177 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9178 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9179 #else
9180 friend void protobuf_AddDesc_pokerth_2eproto();
9181 #endif
9182 friend void protobuf_AssignDesc_pokerth_2eproto();
9183 friend void protobuf_ShutdownFile_pokerth_2eproto();
9184
9185 void InitAsDefaultInstance();
9186 static StatisticsMessage_StatisticsData* default_instance_;
9187 };
9188 // -------------------------------------------------------------------
9189
9190 class StatisticsMessage : public ::google::protobuf::MessageLite {
9191 public:
9192 StatisticsMessage();
9193 virtual ~StatisticsMessage();
9194
9195 StatisticsMessage(const StatisticsMessage& from);
9196
9197 inline StatisticsMessage& operator=(const StatisticsMessage& from) {
9198 CopyFrom(from);
9199 return *this;
9200 }
9201
unknown_fields()9202 inline const ::std::string& unknown_fields() const {
9203 return _unknown_fields_;
9204 }
9205
mutable_unknown_fields()9206 inline ::std::string* mutable_unknown_fields() {
9207 return &_unknown_fields_;
9208 }
9209
9210 static const StatisticsMessage& default_instance();
9211
9212 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9213 // Returns the internal default instance pointer. This function can
9214 // return NULL thus should not be used by the user. This is intended
9215 // for Protobuf internal code. Please use default_instance() declared
9216 // above instead.
internal_default_instance()9217 static inline const StatisticsMessage* internal_default_instance() {
9218 return default_instance_;
9219 }
9220 #endif
9221
9222 void Swap(StatisticsMessage* other);
9223
9224 // implements Message ----------------------------------------------
9225
9226 StatisticsMessage* New() const;
9227 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9228 void CopyFrom(const StatisticsMessage& from);
9229 void MergeFrom(const StatisticsMessage& from);
9230 void Clear();
9231 bool IsInitialized() const;
9232
9233 int ByteSize() const;
9234 bool MergePartialFromCodedStream(
9235 ::google::protobuf::io::CodedInputStream* input);
9236 void SerializeWithCachedSizes(
9237 ::google::protobuf::io::CodedOutputStream* output) const;
9238 void DiscardUnknownFields();
GetCachedSize()9239 int GetCachedSize() const { return _cached_size_; }
9240 private:
9241 void SharedCtor();
9242 void SharedDtor();
9243 void SetCachedSize(int size) const;
9244 public:
9245 ::std::string GetTypeName() const;
9246
9247 // nested types ----------------------------------------------------
9248
9249 typedef StatisticsMessage_StatisticsData StatisticsData;
9250
9251 // accessors -------------------------------------------------------
9252
9253 // repeated .StatisticsMessage.StatisticsData statisticsData = 1;
9254 inline int statisticsdata_size() const;
9255 inline void clear_statisticsdata();
9256 static const int kStatisticsDataFieldNumber = 1;
9257 inline const ::StatisticsMessage_StatisticsData& statisticsdata(int index) const;
9258 inline ::StatisticsMessage_StatisticsData* mutable_statisticsdata(int index);
9259 inline ::StatisticsMessage_StatisticsData* add_statisticsdata();
9260 inline const ::google::protobuf::RepeatedPtrField< ::StatisticsMessage_StatisticsData >&
9261 statisticsdata() const;
9262 inline ::google::protobuf::RepeatedPtrField< ::StatisticsMessage_StatisticsData >*
9263 mutable_statisticsdata();
9264
9265 // @@protoc_insertion_point(class_scope:StatisticsMessage)
9266 private:
9267
9268 ::std::string _unknown_fields_;
9269
9270 ::google::protobuf::uint32 _has_bits_[1];
9271 mutable int _cached_size_;
9272 ::google::protobuf::RepeatedPtrField< ::StatisticsMessage_StatisticsData > statisticsdata_;
9273 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9274 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9275 #else
9276 friend void protobuf_AddDesc_pokerth_2eproto();
9277 #endif
9278 friend void protobuf_AssignDesc_pokerth_2eproto();
9279 friend void protobuf_ShutdownFile_pokerth_2eproto();
9280
9281 void InitAsDefaultInstance();
9282 static StatisticsMessage* default_instance_;
9283 };
9284 // -------------------------------------------------------------------
9285
9286 class ChatRequestMessage : public ::google::protobuf::MessageLite {
9287 public:
9288 ChatRequestMessage();
9289 virtual ~ChatRequestMessage();
9290
9291 ChatRequestMessage(const ChatRequestMessage& from);
9292
9293 inline ChatRequestMessage& operator=(const ChatRequestMessage& from) {
9294 CopyFrom(from);
9295 return *this;
9296 }
9297
unknown_fields()9298 inline const ::std::string& unknown_fields() const {
9299 return _unknown_fields_;
9300 }
9301
mutable_unknown_fields()9302 inline ::std::string* mutable_unknown_fields() {
9303 return &_unknown_fields_;
9304 }
9305
9306 static const ChatRequestMessage& default_instance();
9307
9308 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9309 // Returns the internal default instance pointer. This function can
9310 // return NULL thus should not be used by the user. This is intended
9311 // for Protobuf internal code. Please use default_instance() declared
9312 // above instead.
internal_default_instance()9313 static inline const ChatRequestMessage* internal_default_instance() {
9314 return default_instance_;
9315 }
9316 #endif
9317
9318 void Swap(ChatRequestMessage* other);
9319
9320 // implements Message ----------------------------------------------
9321
9322 ChatRequestMessage* New() const;
9323 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9324 void CopyFrom(const ChatRequestMessage& from);
9325 void MergeFrom(const ChatRequestMessage& from);
9326 void Clear();
9327 bool IsInitialized() const;
9328
9329 int ByteSize() const;
9330 bool MergePartialFromCodedStream(
9331 ::google::protobuf::io::CodedInputStream* input);
9332 void SerializeWithCachedSizes(
9333 ::google::protobuf::io::CodedOutputStream* output) const;
9334 void DiscardUnknownFields();
GetCachedSize()9335 int GetCachedSize() const { return _cached_size_; }
9336 private:
9337 void SharedCtor();
9338 void SharedDtor();
9339 void SetCachedSize(int size) const;
9340 public:
9341 ::std::string GetTypeName() const;
9342
9343 // nested types ----------------------------------------------------
9344
9345 // accessors -------------------------------------------------------
9346
9347 // optional uint32 targetGameId = 1;
9348 inline bool has_targetgameid() const;
9349 inline void clear_targetgameid();
9350 static const int kTargetGameIdFieldNumber = 1;
9351 inline ::google::protobuf::uint32 targetgameid() const;
9352 inline void set_targetgameid(::google::protobuf::uint32 value);
9353
9354 // optional uint32 targetPlayerId = 2;
9355 inline bool has_targetplayerid() const;
9356 inline void clear_targetplayerid();
9357 static const int kTargetPlayerIdFieldNumber = 2;
9358 inline ::google::protobuf::uint32 targetplayerid() const;
9359 inline void set_targetplayerid(::google::protobuf::uint32 value);
9360
9361 // required string chatText = 3;
9362 inline bool has_chattext() const;
9363 inline void clear_chattext();
9364 static const int kChatTextFieldNumber = 3;
9365 inline const ::std::string& chattext() const;
9366 inline void set_chattext(const ::std::string& value);
9367 inline void set_chattext(const char* value);
9368 inline void set_chattext(const char* value, size_t size);
9369 inline ::std::string* mutable_chattext();
9370 inline ::std::string* release_chattext();
9371 inline void set_allocated_chattext(::std::string* chattext);
9372
9373 // @@protoc_insertion_point(class_scope:ChatRequestMessage)
9374 private:
9375 inline void set_has_targetgameid();
9376 inline void clear_has_targetgameid();
9377 inline void set_has_targetplayerid();
9378 inline void clear_has_targetplayerid();
9379 inline void set_has_chattext();
9380 inline void clear_has_chattext();
9381
9382 ::std::string _unknown_fields_;
9383
9384 ::google::protobuf::uint32 _has_bits_[1];
9385 mutable int _cached_size_;
9386 ::google::protobuf::uint32 targetgameid_;
9387 ::google::protobuf::uint32 targetplayerid_;
9388 ::std::string* chattext_;
9389 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9390 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9391 #else
9392 friend void protobuf_AddDesc_pokerth_2eproto();
9393 #endif
9394 friend void protobuf_AssignDesc_pokerth_2eproto();
9395 friend void protobuf_ShutdownFile_pokerth_2eproto();
9396
9397 void InitAsDefaultInstance();
9398 static ChatRequestMessage* default_instance_;
9399 };
9400 // -------------------------------------------------------------------
9401
9402 class ChatMessage : public ::google::protobuf::MessageLite {
9403 public:
9404 ChatMessage();
9405 virtual ~ChatMessage();
9406
9407 ChatMessage(const ChatMessage& from);
9408
9409 inline ChatMessage& operator=(const ChatMessage& from) {
9410 CopyFrom(from);
9411 return *this;
9412 }
9413
unknown_fields()9414 inline const ::std::string& unknown_fields() const {
9415 return _unknown_fields_;
9416 }
9417
mutable_unknown_fields()9418 inline ::std::string* mutable_unknown_fields() {
9419 return &_unknown_fields_;
9420 }
9421
9422 static const ChatMessage& default_instance();
9423
9424 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9425 // Returns the internal default instance pointer. This function can
9426 // return NULL thus should not be used by the user. This is intended
9427 // for Protobuf internal code. Please use default_instance() declared
9428 // above instead.
internal_default_instance()9429 static inline const ChatMessage* internal_default_instance() {
9430 return default_instance_;
9431 }
9432 #endif
9433
9434 void Swap(ChatMessage* other);
9435
9436 // implements Message ----------------------------------------------
9437
9438 ChatMessage* New() const;
9439 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9440 void CopyFrom(const ChatMessage& from);
9441 void MergeFrom(const ChatMessage& from);
9442 void Clear();
9443 bool IsInitialized() const;
9444
9445 int ByteSize() const;
9446 bool MergePartialFromCodedStream(
9447 ::google::protobuf::io::CodedInputStream* input);
9448 void SerializeWithCachedSizes(
9449 ::google::protobuf::io::CodedOutputStream* output) const;
9450 void DiscardUnknownFields();
GetCachedSize()9451 int GetCachedSize() const { return _cached_size_; }
9452 private:
9453 void SharedCtor();
9454 void SharedDtor();
9455 void SetCachedSize(int size) const;
9456 public:
9457 ::std::string GetTypeName() const;
9458
9459 // nested types ----------------------------------------------------
9460
9461 typedef ChatMessage_ChatType ChatType;
9462 static const ChatType chatTypeLobby = ChatMessage_ChatType_chatTypeLobby;
9463 static const ChatType chatTypeGame = ChatMessage_ChatType_chatTypeGame;
9464 static const ChatType chatTypeBot = ChatMessage_ChatType_chatTypeBot;
9465 static const ChatType chatTypeBroadcast = ChatMessage_ChatType_chatTypeBroadcast;
9466 static const ChatType chatTypePrivate = ChatMessage_ChatType_chatTypePrivate;
ChatType_IsValid(int value)9467 static inline bool ChatType_IsValid(int value) {
9468 return ChatMessage_ChatType_IsValid(value);
9469 }
9470 static const ChatType ChatType_MIN =
9471 ChatMessage_ChatType_ChatType_MIN;
9472 static const ChatType ChatType_MAX =
9473 ChatMessage_ChatType_ChatType_MAX;
9474 static const int ChatType_ARRAYSIZE =
9475 ChatMessage_ChatType_ChatType_ARRAYSIZE;
9476
9477 // accessors -------------------------------------------------------
9478
9479 // optional uint32 gameId = 1;
9480 inline bool has_gameid() const;
9481 inline void clear_gameid();
9482 static const int kGameIdFieldNumber = 1;
9483 inline ::google::protobuf::uint32 gameid() const;
9484 inline void set_gameid(::google::protobuf::uint32 value);
9485
9486 // optional uint32 playerId = 2;
9487 inline bool has_playerid() const;
9488 inline void clear_playerid();
9489 static const int kPlayerIdFieldNumber = 2;
9490 inline ::google::protobuf::uint32 playerid() const;
9491 inline void set_playerid(::google::protobuf::uint32 value);
9492
9493 // required .ChatMessage.ChatType chatType = 3;
9494 inline bool has_chattype() const;
9495 inline void clear_chattype();
9496 static const int kChatTypeFieldNumber = 3;
9497 inline ::ChatMessage_ChatType chattype() const;
9498 inline void set_chattype(::ChatMessage_ChatType value);
9499
9500 // required string chatText = 4;
9501 inline bool has_chattext() const;
9502 inline void clear_chattext();
9503 static const int kChatTextFieldNumber = 4;
9504 inline const ::std::string& chattext() const;
9505 inline void set_chattext(const ::std::string& value);
9506 inline void set_chattext(const char* value);
9507 inline void set_chattext(const char* value, size_t size);
9508 inline ::std::string* mutable_chattext();
9509 inline ::std::string* release_chattext();
9510 inline void set_allocated_chattext(::std::string* chattext);
9511
9512 // @@protoc_insertion_point(class_scope:ChatMessage)
9513 private:
9514 inline void set_has_gameid();
9515 inline void clear_has_gameid();
9516 inline void set_has_playerid();
9517 inline void clear_has_playerid();
9518 inline void set_has_chattype();
9519 inline void clear_has_chattype();
9520 inline void set_has_chattext();
9521 inline void clear_has_chattext();
9522
9523 ::std::string _unknown_fields_;
9524
9525 ::google::protobuf::uint32 _has_bits_[1];
9526 mutable int _cached_size_;
9527 ::google::protobuf::uint32 gameid_;
9528 ::google::protobuf::uint32 playerid_;
9529 ::std::string* chattext_;
9530 int chattype_;
9531 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9532 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9533 #else
9534 friend void protobuf_AddDesc_pokerth_2eproto();
9535 #endif
9536 friend void protobuf_AssignDesc_pokerth_2eproto();
9537 friend void protobuf_ShutdownFile_pokerth_2eproto();
9538
9539 void InitAsDefaultInstance();
9540 static ChatMessage* default_instance_;
9541 };
9542 // -------------------------------------------------------------------
9543
9544 class ChatRejectMessage : public ::google::protobuf::MessageLite {
9545 public:
9546 ChatRejectMessage();
9547 virtual ~ChatRejectMessage();
9548
9549 ChatRejectMessage(const ChatRejectMessage& from);
9550
9551 inline ChatRejectMessage& operator=(const ChatRejectMessage& from) {
9552 CopyFrom(from);
9553 return *this;
9554 }
9555
unknown_fields()9556 inline const ::std::string& unknown_fields() const {
9557 return _unknown_fields_;
9558 }
9559
mutable_unknown_fields()9560 inline ::std::string* mutable_unknown_fields() {
9561 return &_unknown_fields_;
9562 }
9563
9564 static const ChatRejectMessage& default_instance();
9565
9566 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9567 // Returns the internal default instance pointer. This function can
9568 // return NULL thus should not be used by the user. This is intended
9569 // for Protobuf internal code. Please use default_instance() declared
9570 // above instead.
internal_default_instance()9571 static inline const ChatRejectMessage* internal_default_instance() {
9572 return default_instance_;
9573 }
9574 #endif
9575
9576 void Swap(ChatRejectMessage* other);
9577
9578 // implements Message ----------------------------------------------
9579
9580 ChatRejectMessage* New() const;
9581 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9582 void CopyFrom(const ChatRejectMessage& from);
9583 void MergeFrom(const ChatRejectMessage& from);
9584 void Clear();
9585 bool IsInitialized() const;
9586
9587 int ByteSize() const;
9588 bool MergePartialFromCodedStream(
9589 ::google::protobuf::io::CodedInputStream* input);
9590 void SerializeWithCachedSizes(
9591 ::google::protobuf::io::CodedOutputStream* output) const;
9592 void DiscardUnknownFields();
GetCachedSize()9593 int GetCachedSize() const { return _cached_size_; }
9594 private:
9595 void SharedCtor();
9596 void SharedDtor();
9597 void SetCachedSize(int size) const;
9598 public:
9599 ::std::string GetTypeName() const;
9600
9601 // nested types ----------------------------------------------------
9602
9603 // accessors -------------------------------------------------------
9604
9605 // required string chatText = 1;
9606 inline bool has_chattext() const;
9607 inline void clear_chattext();
9608 static const int kChatTextFieldNumber = 1;
9609 inline const ::std::string& chattext() const;
9610 inline void set_chattext(const ::std::string& value);
9611 inline void set_chattext(const char* value);
9612 inline void set_chattext(const char* value, size_t size);
9613 inline ::std::string* mutable_chattext();
9614 inline ::std::string* release_chattext();
9615 inline void set_allocated_chattext(::std::string* chattext);
9616
9617 // @@protoc_insertion_point(class_scope:ChatRejectMessage)
9618 private:
9619 inline void set_has_chattext();
9620 inline void clear_has_chattext();
9621
9622 ::std::string _unknown_fields_;
9623
9624 ::google::protobuf::uint32 _has_bits_[1];
9625 mutable int _cached_size_;
9626 ::std::string* chattext_;
9627 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9628 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9629 #else
9630 friend void protobuf_AddDesc_pokerth_2eproto();
9631 #endif
9632 friend void protobuf_AssignDesc_pokerth_2eproto();
9633 friend void protobuf_ShutdownFile_pokerth_2eproto();
9634
9635 void InitAsDefaultInstance();
9636 static ChatRejectMessage* default_instance_;
9637 };
9638 // -------------------------------------------------------------------
9639
9640 class DialogMessage : public ::google::protobuf::MessageLite {
9641 public:
9642 DialogMessage();
9643 virtual ~DialogMessage();
9644
9645 DialogMessage(const DialogMessage& from);
9646
9647 inline DialogMessage& operator=(const DialogMessage& from) {
9648 CopyFrom(from);
9649 return *this;
9650 }
9651
unknown_fields()9652 inline const ::std::string& unknown_fields() const {
9653 return _unknown_fields_;
9654 }
9655
mutable_unknown_fields()9656 inline ::std::string* mutable_unknown_fields() {
9657 return &_unknown_fields_;
9658 }
9659
9660 static const DialogMessage& default_instance();
9661
9662 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9663 // Returns the internal default instance pointer. This function can
9664 // return NULL thus should not be used by the user. This is intended
9665 // for Protobuf internal code. Please use default_instance() declared
9666 // above instead.
internal_default_instance()9667 static inline const DialogMessage* internal_default_instance() {
9668 return default_instance_;
9669 }
9670 #endif
9671
9672 void Swap(DialogMessage* other);
9673
9674 // implements Message ----------------------------------------------
9675
9676 DialogMessage* New() const;
9677 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9678 void CopyFrom(const DialogMessage& from);
9679 void MergeFrom(const DialogMessage& from);
9680 void Clear();
9681 bool IsInitialized() const;
9682
9683 int ByteSize() const;
9684 bool MergePartialFromCodedStream(
9685 ::google::protobuf::io::CodedInputStream* input);
9686 void SerializeWithCachedSizes(
9687 ::google::protobuf::io::CodedOutputStream* output) const;
9688 void DiscardUnknownFields();
GetCachedSize()9689 int GetCachedSize() const { return _cached_size_; }
9690 private:
9691 void SharedCtor();
9692 void SharedDtor();
9693 void SetCachedSize(int size) const;
9694 public:
9695 ::std::string GetTypeName() const;
9696
9697 // nested types ----------------------------------------------------
9698
9699 // accessors -------------------------------------------------------
9700
9701 // required string notificationText = 1;
9702 inline bool has_notificationtext() const;
9703 inline void clear_notificationtext();
9704 static const int kNotificationTextFieldNumber = 1;
9705 inline const ::std::string& notificationtext() const;
9706 inline void set_notificationtext(const ::std::string& value);
9707 inline void set_notificationtext(const char* value);
9708 inline void set_notificationtext(const char* value, size_t size);
9709 inline ::std::string* mutable_notificationtext();
9710 inline ::std::string* release_notificationtext();
9711 inline void set_allocated_notificationtext(::std::string* notificationtext);
9712
9713 // @@protoc_insertion_point(class_scope:DialogMessage)
9714 private:
9715 inline void set_has_notificationtext();
9716 inline void clear_has_notificationtext();
9717
9718 ::std::string _unknown_fields_;
9719
9720 ::google::protobuf::uint32 _has_bits_[1];
9721 mutable int _cached_size_;
9722 ::std::string* notificationtext_;
9723 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9724 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9725 #else
9726 friend void protobuf_AddDesc_pokerth_2eproto();
9727 #endif
9728 friend void protobuf_AssignDesc_pokerth_2eproto();
9729 friend void protobuf_ShutdownFile_pokerth_2eproto();
9730
9731 void InitAsDefaultInstance();
9732 static DialogMessage* default_instance_;
9733 };
9734 // -------------------------------------------------------------------
9735
9736 class TimeoutWarningMessage : public ::google::protobuf::MessageLite {
9737 public:
9738 TimeoutWarningMessage();
9739 virtual ~TimeoutWarningMessage();
9740
9741 TimeoutWarningMessage(const TimeoutWarningMessage& from);
9742
9743 inline TimeoutWarningMessage& operator=(const TimeoutWarningMessage& from) {
9744 CopyFrom(from);
9745 return *this;
9746 }
9747
unknown_fields()9748 inline const ::std::string& unknown_fields() const {
9749 return _unknown_fields_;
9750 }
9751
mutable_unknown_fields()9752 inline ::std::string* mutable_unknown_fields() {
9753 return &_unknown_fields_;
9754 }
9755
9756 static const TimeoutWarningMessage& default_instance();
9757
9758 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9759 // Returns the internal default instance pointer. This function can
9760 // return NULL thus should not be used by the user. This is intended
9761 // for Protobuf internal code. Please use default_instance() declared
9762 // above instead.
internal_default_instance()9763 static inline const TimeoutWarningMessage* internal_default_instance() {
9764 return default_instance_;
9765 }
9766 #endif
9767
9768 void Swap(TimeoutWarningMessage* other);
9769
9770 // implements Message ----------------------------------------------
9771
9772 TimeoutWarningMessage* New() const;
9773 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9774 void CopyFrom(const TimeoutWarningMessage& from);
9775 void MergeFrom(const TimeoutWarningMessage& from);
9776 void Clear();
9777 bool IsInitialized() const;
9778
9779 int ByteSize() const;
9780 bool MergePartialFromCodedStream(
9781 ::google::protobuf::io::CodedInputStream* input);
9782 void SerializeWithCachedSizes(
9783 ::google::protobuf::io::CodedOutputStream* output) const;
9784 void DiscardUnknownFields();
GetCachedSize()9785 int GetCachedSize() const { return _cached_size_; }
9786 private:
9787 void SharedCtor();
9788 void SharedDtor();
9789 void SetCachedSize(int size) const;
9790 public:
9791 ::std::string GetTypeName() const;
9792
9793 // nested types ----------------------------------------------------
9794
9795 typedef TimeoutWarningMessage_TimeoutReason TimeoutReason;
9796 static const TimeoutReason timeoutNoDataReceived = TimeoutWarningMessage_TimeoutReason_timeoutNoDataReceived;
9797 static const TimeoutReason timeoutInactiveGame = TimeoutWarningMessage_TimeoutReason_timeoutInactiveGame;
9798 static const TimeoutReason timeoutKickAfterAutofold = TimeoutWarningMessage_TimeoutReason_timeoutKickAfterAutofold;
TimeoutReason_IsValid(int value)9799 static inline bool TimeoutReason_IsValid(int value) {
9800 return TimeoutWarningMessage_TimeoutReason_IsValid(value);
9801 }
9802 static const TimeoutReason TimeoutReason_MIN =
9803 TimeoutWarningMessage_TimeoutReason_TimeoutReason_MIN;
9804 static const TimeoutReason TimeoutReason_MAX =
9805 TimeoutWarningMessage_TimeoutReason_TimeoutReason_MAX;
9806 static const int TimeoutReason_ARRAYSIZE =
9807 TimeoutWarningMessage_TimeoutReason_TimeoutReason_ARRAYSIZE;
9808
9809 // accessors -------------------------------------------------------
9810
9811 // required .TimeoutWarningMessage.TimeoutReason timeoutReason = 1;
9812 inline bool has_timeoutreason() const;
9813 inline void clear_timeoutreason();
9814 static const int kTimeoutReasonFieldNumber = 1;
9815 inline ::TimeoutWarningMessage_TimeoutReason timeoutreason() const;
9816 inline void set_timeoutreason(::TimeoutWarningMessage_TimeoutReason value);
9817
9818 // required uint32 remainingSeconds = 2;
9819 inline bool has_remainingseconds() const;
9820 inline void clear_remainingseconds();
9821 static const int kRemainingSecondsFieldNumber = 2;
9822 inline ::google::protobuf::uint32 remainingseconds() const;
9823 inline void set_remainingseconds(::google::protobuf::uint32 value);
9824
9825 // @@protoc_insertion_point(class_scope:TimeoutWarningMessage)
9826 private:
9827 inline void set_has_timeoutreason();
9828 inline void clear_has_timeoutreason();
9829 inline void set_has_remainingseconds();
9830 inline void clear_has_remainingseconds();
9831
9832 ::std::string _unknown_fields_;
9833
9834 ::google::protobuf::uint32 _has_bits_[1];
9835 mutable int _cached_size_;
9836 int timeoutreason_;
9837 ::google::protobuf::uint32 remainingseconds_;
9838 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9839 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9840 #else
9841 friend void protobuf_AddDesc_pokerth_2eproto();
9842 #endif
9843 friend void protobuf_AssignDesc_pokerth_2eproto();
9844 friend void protobuf_ShutdownFile_pokerth_2eproto();
9845
9846 void InitAsDefaultInstance();
9847 static TimeoutWarningMessage* default_instance_;
9848 };
9849 // -------------------------------------------------------------------
9850
9851 class ResetTimeoutMessage : public ::google::protobuf::MessageLite {
9852 public:
9853 ResetTimeoutMessage();
9854 virtual ~ResetTimeoutMessage();
9855
9856 ResetTimeoutMessage(const ResetTimeoutMessage& from);
9857
9858 inline ResetTimeoutMessage& operator=(const ResetTimeoutMessage& from) {
9859 CopyFrom(from);
9860 return *this;
9861 }
9862
unknown_fields()9863 inline const ::std::string& unknown_fields() const {
9864 return _unknown_fields_;
9865 }
9866
mutable_unknown_fields()9867 inline ::std::string* mutable_unknown_fields() {
9868 return &_unknown_fields_;
9869 }
9870
9871 static const ResetTimeoutMessage& default_instance();
9872
9873 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9874 // Returns the internal default instance pointer. This function can
9875 // return NULL thus should not be used by the user. This is intended
9876 // for Protobuf internal code. Please use default_instance() declared
9877 // above instead.
internal_default_instance()9878 static inline const ResetTimeoutMessage* internal_default_instance() {
9879 return default_instance_;
9880 }
9881 #endif
9882
9883 void Swap(ResetTimeoutMessage* other);
9884
9885 // implements Message ----------------------------------------------
9886
9887 ResetTimeoutMessage* New() const;
9888 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9889 void CopyFrom(const ResetTimeoutMessage& from);
9890 void MergeFrom(const ResetTimeoutMessage& from);
9891 void Clear();
9892 bool IsInitialized() const;
9893
9894 int ByteSize() const;
9895 bool MergePartialFromCodedStream(
9896 ::google::protobuf::io::CodedInputStream* input);
9897 void SerializeWithCachedSizes(
9898 ::google::protobuf::io::CodedOutputStream* output) const;
9899 void DiscardUnknownFields();
GetCachedSize()9900 int GetCachedSize() const { return _cached_size_; }
9901 private:
9902 void SharedCtor();
9903 void SharedDtor();
9904 void SetCachedSize(int size) const;
9905 public:
9906 ::std::string GetTypeName() const;
9907
9908 // nested types ----------------------------------------------------
9909
9910 // accessors -------------------------------------------------------
9911
9912 // @@protoc_insertion_point(class_scope:ResetTimeoutMessage)
9913 private:
9914
9915 ::std::string _unknown_fields_;
9916
9917 ::google::protobuf::uint32 _has_bits_[1];
9918 mutable int _cached_size_;
9919 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9920 friend void protobuf_AddDesc_pokerth_2eproto_impl();
9921 #else
9922 friend void protobuf_AddDesc_pokerth_2eproto();
9923 #endif
9924 friend void protobuf_AssignDesc_pokerth_2eproto();
9925 friend void protobuf_ShutdownFile_pokerth_2eproto();
9926
9927 void InitAsDefaultInstance();
9928 static ResetTimeoutMessage* default_instance_;
9929 };
9930 // -------------------------------------------------------------------
9931
9932 class ReportAvatarMessage : public ::google::protobuf::MessageLite {
9933 public:
9934 ReportAvatarMessage();
9935 virtual ~ReportAvatarMessage();
9936
9937 ReportAvatarMessage(const ReportAvatarMessage& from);
9938
9939 inline ReportAvatarMessage& operator=(const ReportAvatarMessage& from) {
9940 CopyFrom(from);
9941 return *this;
9942 }
9943
unknown_fields()9944 inline const ::std::string& unknown_fields() const {
9945 return _unknown_fields_;
9946 }
9947
mutable_unknown_fields()9948 inline ::std::string* mutable_unknown_fields() {
9949 return &_unknown_fields_;
9950 }
9951
9952 static const ReportAvatarMessage& default_instance();
9953
9954 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
9955 // Returns the internal default instance pointer. This function can
9956 // return NULL thus should not be used by the user. This is intended
9957 // for Protobuf internal code. Please use default_instance() declared
9958 // above instead.
internal_default_instance()9959 static inline const ReportAvatarMessage* internal_default_instance() {
9960 return default_instance_;
9961 }
9962 #endif
9963
9964 void Swap(ReportAvatarMessage* other);
9965
9966 // implements Message ----------------------------------------------
9967
9968 ReportAvatarMessage* New() const;
9969 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
9970 void CopyFrom(const ReportAvatarMessage& from);
9971 void MergeFrom(const ReportAvatarMessage& from);
9972 void Clear();
9973 bool IsInitialized() const;
9974
9975 int ByteSize() const;
9976 bool MergePartialFromCodedStream(
9977 ::google::protobuf::io::CodedInputStream* input);
9978 void SerializeWithCachedSizes(
9979 ::google::protobuf::io::CodedOutputStream* output) const;
9980 void DiscardUnknownFields();
GetCachedSize()9981 int GetCachedSize() const { return _cached_size_; }
9982 private:
9983 void SharedCtor();
9984 void SharedDtor();
9985 void SetCachedSize(int size) const;
9986 public:
9987 ::std::string GetTypeName() const;
9988
9989 // nested types ----------------------------------------------------
9990
9991 // accessors -------------------------------------------------------
9992
9993 // required uint32 reportedPlayerId = 1;
9994 inline bool has_reportedplayerid() const;
9995 inline void clear_reportedplayerid();
9996 static const int kReportedPlayerIdFieldNumber = 1;
9997 inline ::google::protobuf::uint32 reportedplayerid() const;
9998 inline void set_reportedplayerid(::google::protobuf::uint32 value);
9999
10000 // required bytes reportedAvatarHash = 2;
10001 inline bool has_reportedavatarhash() const;
10002 inline void clear_reportedavatarhash();
10003 static const int kReportedAvatarHashFieldNumber = 2;
10004 inline const ::std::string& reportedavatarhash() const;
10005 inline void set_reportedavatarhash(const ::std::string& value);
10006 inline void set_reportedavatarhash(const char* value);
10007 inline void set_reportedavatarhash(const void* value, size_t size);
10008 inline ::std::string* mutable_reportedavatarhash();
10009 inline ::std::string* release_reportedavatarhash();
10010 inline void set_allocated_reportedavatarhash(::std::string* reportedavatarhash);
10011
10012 // @@protoc_insertion_point(class_scope:ReportAvatarMessage)
10013 private:
10014 inline void set_has_reportedplayerid();
10015 inline void clear_has_reportedplayerid();
10016 inline void set_has_reportedavatarhash();
10017 inline void clear_has_reportedavatarhash();
10018
10019 ::std::string _unknown_fields_;
10020
10021 ::google::protobuf::uint32 _has_bits_[1];
10022 mutable int _cached_size_;
10023 ::std::string* reportedavatarhash_;
10024 ::google::protobuf::uint32 reportedplayerid_;
10025 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10026 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10027 #else
10028 friend void protobuf_AddDesc_pokerth_2eproto();
10029 #endif
10030 friend void protobuf_AssignDesc_pokerth_2eproto();
10031 friend void protobuf_ShutdownFile_pokerth_2eproto();
10032
10033 void InitAsDefaultInstance();
10034 static ReportAvatarMessage* default_instance_;
10035 };
10036 // -------------------------------------------------------------------
10037
10038 class ReportAvatarAckMessage : public ::google::protobuf::MessageLite {
10039 public:
10040 ReportAvatarAckMessage();
10041 virtual ~ReportAvatarAckMessage();
10042
10043 ReportAvatarAckMessage(const ReportAvatarAckMessage& from);
10044
10045 inline ReportAvatarAckMessage& operator=(const ReportAvatarAckMessage& from) {
10046 CopyFrom(from);
10047 return *this;
10048 }
10049
unknown_fields()10050 inline const ::std::string& unknown_fields() const {
10051 return _unknown_fields_;
10052 }
10053
mutable_unknown_fields()10054 inline ::std::string* mutable_unknown_fields() {
10055 return &_unknown_fields_;
10056 }
10057
10058 static const ReportAvatarAckMessage& default_instance();
10059
10060 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10061 // Returns the internal default instance pointer. This function can
10062 // return NULL thus should not be used by the user. This is intended
10063 // for Protobuf internal code. Please use default_instance() declared
10064 // above instead.
internal_default_instance()10065 static inline const ReportAvatarAckMessage* internal_default_instance() {
10066 return default_instance_;
10067 }
10068 #endif
10069
10070 void Swap(ReportAvatarAckMessage* other);
10071
10072 // implements Message ----------------------------------------------
10073
10074 ReportAvatarAckMessage* New() const;
10075 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10076 void CopyFrom(const ReportAvatarAckMessage& from);
10077 void MergeFrom(const ReportAvatarAckMessage& from);
10078 void Clear();
10079 bool IsInitialized() const;
10080
10081 int ByteSize() const;
10082 bool MergePartialFromCodedStream(
10083 ::google::protobuf::io::CodedInputStream* input);
10084 void SerializeWithCachedSizes(
10085 ::google::protobuf::io::CodedOutputStream* output) const;
10086 void DiscardUnknownFields();
GetCachedSize()10087 int GetCachedSize() const { return _cached_size_; }
10088 private:
10089 void SharedCtor();
10090 void SharedDtor();
10091 void SetCachedSize(int size) const;
10092 public:
10093 ::std::string GetTypeName() const;
10094
10095 // nested types ----------------------------------------------------
10096
10097 typedef ReportAvatarAckMessage_ReportAvatarResult ReportAvatarResult;
10098 static const ReportAvatarResult avatarReportAccepted = ReportAvatarAckMessage_ReportAvatarResult_avatarReportAccepted;
10099 static const ReportAvatarResult avatarReportDuplicate = ReportAvatarAckMessage_ReportAvatarResult_avatarReportDuplicate;
10100 static const ReportAvatarResult avatarReportInvalid = ReportAvatarAckMessage_ReportAvatarResult_avatarReportInvalid;
ReportAvatarResult_IsValid(int value)10101 static inline bool ReportAvatarResult_IsValid(int value) {
10102 return ReportAvatarAckMessage_ReportAvatarResult_IsValid(value);
10103 }
10104 static const ReportAvatarResult ReportAvatarResult_MIN =
10105 ReportAvatarAckMessage_ReportAvatarResult_ReportAvatarResult_MIN;
10106 static const ReportAvatarResult ReportAvatarResult_MAX =
10107 ReportAvatarAckMessage_ReportAvatarResult_ReportAvatarResult_MAX;
10108 static const int ReportAvatarResult_ARRAYSIZE =
10109 ReportAvatarAckMessage_ReportAvatarResult_ReportAvatarResult_ARRAYSIZE;
10110
10111 // accessors -------------------------------------------------------
10112
10113 // required uint32 reportedPlayerId = 1;
10114 inline bool has_reportedplayerid() const;
10115 inline void clear_reportedplayerid();
10116 static const int kReportedPlayerIdFieldNumber = 1;
10117 inline ::google::protobuf::uint32 reportedplayerid() const;
10118 inline void set_reportedplayerid(::google::protobuf::uint32 value);
10119
10120 // required .ReportAvatarAckMessage.ReportAvatarResult reportAvatarResult = 2;
10121 inline bool has_reportavatarresult() const;
10122 inline void clear_reportavatarresult();
10123 static const int kReportAvatarResultFieldNumber = 2;
10124 inline ::ReportAvatarAckMessage_ReportAvatarResult reportavatarresult() const;
10125 inline void set_reportavatarresult(::ReportAvatarAckMessage_ReportAvatarResult value);
10126
10127 // @@protoc_insertion_point(class_scope:ReportAvatarAckMessage)
10128 private:
10129 inline void set_has_reportedplayerid();
10130 inline void clear_has_reportedplayerid();
10131 inline void set_has_reportavatarresult();
10132 inline void clear_has_reportavatarresult();
10133
10134 ::std::string _unknown_fields_;
10135
10136 ::google::protobuf::uint32 _has_bits_[1];
10137 mutable int _cached_size_;
10138 ::google::protobuf::uint32 reportedplayerid_;
10139 int reportavatarresult_;
10140 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10141 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10142 #else
10143 friend void protobuf_AddDesc_pokerth_2eproto();
10144 #endif
10145 friend void protobuf_AssignDesc_pokerth_2eproto();
10146 friend void protobuf_ShutdownFile_pokerth_2eproto();
10147
10148 void InitAsDefaultInstance();
10149 static ReportAvatarAckMessage* default_instance_;
10150 };
10151 // -------------------------------------------------------------------
10152
10153 class ReportGameMessage : public ::google::protobuf::MessageLite {
10154 public:
10155 ReportGameMessage();
10156 virtual ~ReportGameMessage();
10157
10158 ReportGameMessage(const ReportGameMessage& from);
10159
10160 inline ReportGameMessage& operator=(const ReportGameMessage& from) {
10161 CopyFrom(from);
10162 return *this;
10163 }
10164
unknown_fields()10165 inline const ::std::string& unknown_fields() const {
10166 return _unknown_fields_;
10167 }
10168
mutable_unknown_fields()10169 inline ::std::string* mutable_unknown_fields() {
10170 return &_unknown_fields_;
10171 }
10172
10173 static const ReportGameMessage& default_instance();
10174
10175 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10176 // Returns the internal default instance pointer. This function can
10177 // return NULL thus should not be used by the user. This is intended
10178 // for Protobuf internal code. Please use default_instance() declared
10179 // above instead.
internal_default_instance()10180 static inline const ReportGameMessage* internal_default_instance() {
10181 return default_instance_;
10182 }
10183 #endif
10184
10185 void Swap(ReportGameMessage* other);
10186
10187 // implements Message ----------------------------------------------
10188
10189 ReportGameMessage* New() const;
10190 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10191 void CopyFrom(const ReportGameMessage& from);
10192 void MergeFrom(const ReportGameMessage& from);
10193 void Clear();
10194 bool IsInitialized() const;
10195
10196 int ByteSize() const;
10197 bool MergePartialFromCodedStream(
10198 ::google::protobuf::io::CodedInputStream* input);
10199 void SerializeWithCachedSizes(
10200 ::google::protobuf::io::CodedOutputStream* output) const;
10201 void DiscardUnknownFields();
GetCachedSize()10202 int GetCachedSize() const { return _cached_size_; }
10203 private:
10204 void SharedCtor();
10205 void SharedDtor();
10206 void SetCachedSize(int size) const;
10207 public:
10208 ::std::string GetTypeName() const;
10209
10210 // nested types ----------------------------------------------------
10211
10212 // accessors -------------------------------------------------------
10213
10214 // required uint32 reportedGameId = 1;
10215 inline bool has_reportedgameid() const;
10216 inline void clear_reportedgameid();
10217 static const int kReportedGameIdFieldNumber = 1;
10218 inline ::google::protobuf::uint32 reportedgameid() const;
10219 inline void set_reportedgameid(::google::protobuf::uint32 value);
10220
10221 // @@protoc_insertion_point(class_scope:ReportGameMessage)
10222 private:
10223 inline void set_has_reportedgameid();
10224 inline void clear_has_reportedgameid();
10225
10226 ::std::string _unknown_fields_;
10227
10228 ::google::protobuf::uint32 _has_bits_[1];
10229 mutable int _cached_size_;
10230 ::google::protobuf::uint32 reportedgameid_;
10231 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10232 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10233 #else
10234 friend void protobuf_AddDesc_pokerth_2eproto();
10235 #endif
10236 friend void protobuf_AssignDesc_pokerth_2eproto();
10237 friend void protobuf_ShutdownFile_pokerth_2eproto();
10238
10239 void InitAsDefaultInstance();
10240 static ReportGameMessage* default_instance_;
10241 };
10242 // -------------------------------------------------------------------
10243
10244 class ReportGameAckMessage : public ::google::protobuf::MessageLite {
10245 public:
10246 ReportGameAckMessage();
10247 virtual ~ReportGameAckMessage();
10248
10249 ReportGameAckMessage(const ReportGameAckMessage& from);
10250
10251 inline ReportGameAckMessage& operator=(const ReportGameAckMessage& from) {
10252 CopyFrom(from);
10253 return *this;
10254 }
10255
unknown_fields()10256 inline const ::std::string& unknown_fields() const {
10257 return _unknown_fields_;
10258 }
10259
mutable_unknown_fields()10260 inline ::std::string* mutable_unknown_fields() {
10261 return &_unknown_fields_;
10262 }
10263
10264 static const ReportGameAckMessage& default_instance();
10265
10266 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10267 // Returns the internal default instance pointer. This function can
10268 // return NULL thus should not be used by the user. This is intended
10269 // for Protobuf internal code. Please use default_instance() declared
10270 // above instead.
internal_default_instance()10271 static inline const ReportGameAckMessage* internal_default_instance() {
10272 return default_instance_;
10273 }
10274 #endif
10275
10276 void Swap(ReportGameAckMessage* other);
10277
10278 // implements Message ----------------------------------------------
10279
10280 ReportGameAckMessage* New() const;
10281 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10282 void CopyFrom(const ReportGameAckMessage& from);
10283 void MergeFrom(const ReportGameAckMessage& from);
10284 void Clear();
10285 bool IsInitialized() const;
10286
10287 int ByteSize() const;
10288 bool MergePartialFromCodedStream(
10289 ::google::protobuf::io::CodedInputStream* input);
10290 void SerializeWithCachedSizes(
10291 ::google::protobuf::io::CodedOutputStream* output) const;
10292 void DiscardUnknownFields();
GetCachedSize()10293 int GetCachedSize() const { return _cached_size_; }
10294 private:
10295 void SharedCtor();
10296 void SharedDtor();
10297 void SetCachedSize(int size) const;
10298 public:
10299 ::std::string GetTypeName() const;
10300
10301 // nested types ----------------------------------------------------
10302
10303 typedef ReportGameAckMessage_ReportGameResult ReportGameResult;
10304 static const ReportGameResult gameReportAccepted = ReportGameAckMessage_ReportGameResult_gameReportAccepted;
10305 static const ReportGameResult gameReportDuplicate = ReportGameAckMessage_ReportGameResult_gameReportDuplicate;
10306 static const ReportGameResult gameReportInvalid = ReportGameAckMessage_ReportGameResult_gameReportInvalid;
ReportGameResult_IsValid(int value)10307 static inline bool ReportGameResult_IsValid(int value) {
10308 return ReportGameAckMessage_ReportGameResult_IsValid(value);
10309 }
10310 static const ReportGameResult ReportGameResult_MIN =
10311 ReportGameAckMessage_ReportGameResult_ReportGameResult_MIN;
10312 static const ReportGameResult ReportGameResult_MAX =
10313 ReportGameAckMessage_ReportGameResult_ReportGameResult_MAX;
10314 static const int ReportGameResult_ARRAYSIZE =
10315 ReportGameAckMessage_ReportGameResult_ReportGameResult_ARRAYSIZE;
10316
10317 // accessors -------------------------------------------------------
10318
10319 // required uint32 reportedGameId = 1;
10320 inline bool has_reportedgameid() const;
10321 inline void clear_reportedgameid();
10322 static const int kReportedGameIdFieldNumber = 1;
10323 inline ::google::protobuf::uint32 reportedgameid() const;
10324 inline void set_reportedgameid(::google::protobuf::uint32 value);
10325
10326 // required .ReportGameAckMessage.ReportGameResult reportGameResult = 2;
10327 inline bool has_reportgameresult() const;
10328 inline void clear_reportgameresult();
10329 static const int kReportGameResultFieldNumber = 2;
10330 inline ::ReportGameAckMessage_ReportGameResult reportgameresult() const;
10331 inline void set_reportgameresult(::ReportGameAckMessage_ReportGameResult value);
10332
10333 // @@protoc_insertion_point(class_scope:ReportGameAckMessage)
10334 private:
10335 inline void set_has_reportedgameid();
10336 inline void clear_has_reportedgameid();
10337 inline void set_has_reportgameresult();
10338 inline void clear_has_reportgameresult();
10339
10340 ::std::string _unknown_fields_;
10341
10342 ::google::protobuf::uint32 _has_bits_[1];
10343 mutable int _cached_size_;
10344 ::google::protobuf::uint32 reportedgameid_;
10345 int reportgameresult_;
10346 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10347 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10348 #else
10349 friend void protobuf_AddDesc_pokerth_2eproto();
10350 #endif
10351 friend void protobuf_AssignDesc_pokerth_2eproto();
10352 friend void protobuf_ShutdownFile_pokerth_2eproto();
10353
10354 void InitAsDefaultInstance();
10355 static ReportGameAckMessage* default_instance_;
10356 };
10357 // -------------------------------------------------------------------
10358
10359 class ErrorMessage : public ::google::protobuf::MessageLite {
10360 public:
10361 ErrorMessage();
10362 virtual ~ErrorMessage();
10363
10364 ErrorMessage(const ErrorMessage& from);
10365
10366 inline ErrorMessage& operator=(const ErrorMessage& from) {
10367 CopyFrom(from);
10368 return *this;
10369 }
10370
unknown_fields()10371 inline const ::std::string& unknown_fields() const {
10372 return _unknown_fields_;
10373 }
10374
mutable_unknown_fields()10375 inline ::std::string* mutable_unknown_fields() {
10376 return &_unknown_fields_;
10377 }
10378
10379 static const ErrorMessage& default_instance();
10380
10381 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10382 // Returns the internal default instance pointer. This function can
10383 // return NULL thus should not be used by the user. This is intended
10384 // for Protobuf internal code. Please use default_instance() declared
10385 // above instead.
internal_default_instance()10386 static inline const ErrorMessage* internal_default_instance() {
10387 return default_instance_;
10388 }
10389 #endif
10390
10391 void Swap(ErrorMessage* other);
10392
10393 // implements Message ----------------------------------------------
10394
10395 ErrorMessage* New() const;
10396 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10397 void CopyFrom(const ErrorMessage& from);
10398 void MergeFrom(const ErrorMessage& from);
10399 void Clear();
10400 bool IsInitialized() const;
10401
10402 int ByteSize() const;
10403 bool MergePartialFromCodedStream(
10404 ::google::protobuf::io::CodedInputStream* input);
10405 void SerializeWithCachedSizes(
10406 ::google::protobuf::io::CodedOutputStream* output) const;
10407 void DiscardUnknownFields();
GetCachedSize()10408 int GetCachedSize() const { return _cached_size_; }
10409 private:
10410 void SharedCtor();
10411 void SharedDtor();
10412 void SetCachedSize(int size) const;
10413 public:
10414 ::std::string GetTypeName() const;
10415
10416 // nested types ----------------------------------------------------
10417
10418 typedef ErrorMessage_ErrorReason ErrorReason;
10419 static const ErrorReason reserved = ErrorMessage_ErrorReason_reserved;
10420 static const ErrorReason initVersionNotSupported = ErrorMessage_ErrorReason_initVersionNotSupported;
10421 static const ErrorReason initServerFull = ErrorMessage_ErrorReason_initServerFull;
10422 static const ErrorReason initAuthFailure = ErrorMessage_ErrorReason_initAuthFailure;
10423 static const ErrorReason initPlayerNameInUse = ErrorMessage_ErrorReason_initPlayerNameInUse;
10424 static const ErrorReason initInvalidPlayerName = ErrorMessage_ErrorReason_initInvalidPlayerName;
10425 static const ErrorReason initServerMaintenance = ErrorMessage_ErrorReason_initServerMaintenance;
10426 static const ErrorReason initBlocked = ErrorMessage_ErrorReason_initBlocked;
10427 static const ErrorReason avatarTooLarge = ErrorMessage_ErrorReason_avatarTooLarge;
10428 static const ErrorReason invalidPacket = ErrorMessage_ErrorReason_invalidPacket;
10429 static const ErrorReason invalidState = ErrorMessage_ErrorReason_invalidState;
10430 static const ErrorReason kickedFromServer = ErrorMessage_ErrorReason_kickedFromServer;
10431 static const ErrorReason bannedFromServer = ErrorMessage_ErrorReason_bannedFromServer;
10432 static const ErrorReason blockedByServer = ErrorMessage_ErrorReason_blockedByServer;
10433 static const ErrorReason sessionTimeout = ErrorMessage_ErrorReason_sessionTimeout;
ErrorReason_IsValid(int value)10434 static inline bool ErrorReason_IsValid(int value) {
10435 return ErrorMessage_ErrorReason_IsValid(value);
10436 }
10437 static const ErrorReason ErrorReason_MIN =
10438 ErrorMessage_ErrorReason_ErrorReason_MIN;
10439 static const ErrorReason ErrorReason_MAX =
10440 ErrorMessage_ErrorReason_ErrorReason_MAX;
10441 static const int ErrorReason_ARRAYSIZE =
10442 ErrorMessage_ErrorReason_ErrorReason_ARRAYSIZE;
10443
10444 // accessors -------------------------------------------------------
10445
10446 // required .ErrorMessage.ErrorReason errorReason = 1;
10447 inline bool has_errorreason() const;
10448 inline void clear_errorreason();
10449 static const int kErrorReasonFieldNumber = 1;
10450 inline ::ErrorMessage_ErrorReason errorreason() const;
10451 inline void set_errorreason(::ErrorMessage_ErrorReason value);
10452
10453 // @@protoc_insertion_point(class_scope:ErrorMessage)
10454 private:
10455 inline void set_has_errorreason();
10456 inline void clear_has_errorreason();
10457
10458 ::std::string _unknown_fields_;
10459
10460 ::google::protobuf::uint32 _has_bits_[1];
10461 mutable int _cached_size_;
10462 int errorreason_;
10463 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10464 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10465 #else
10466 friend void protobuf_AddDesc_pokerth_2eproto();
10467 #endif
10468 friend void protobuf_AssignDesc_pokerth_2eproto();
10469 friend void protobuf_ShutdownFile_pokerth_2eproto();
10470
10471 void InitAsDefaultInstance();
10472 static ErrorMessage* default_instance_;
10473 };
10474 // -------------------------------------------------------------------
10475
10476 class AdminRemoveGameMessage : public ::google::protobuf::MessageLite {
10477 public:
10478 AdminRemoveGameMessage();
10479 virtual ~AdminRemoveGameMessage();
10480
10481 AdminRemoveGameMessage(const AdminRemoveGameMessage& from);
10482
10483 inline AdminRemoveGameMessage& operator=(const AdminRemoveGameMessage& from) {
10484 CopyFrom(from);
10485 return *this;
10486 }
10487
unknown_fields()10488 inline const ::std::string& unknown_fields() const {
10489 return _unknown_fields_;
10490 }
10491
mutable_unknown_fields()10492 inline ::std::string* mutable_unknown_fields() {
10493 return &_unknown_fields_;
10494 }
10495
10496 static const AdminRemoveGameMessage& default_instance();
10497
10498 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10499 // Returns the internal default instance pointer. This function can
10500 // return NULL thus should not be used by the user. This is intended
10501 // for Protobuf internal code. Please use default_instance() declared
10502 // above instead.
internal_default_instance()10503 static inline const AdminRemoveGameMessage* internal_default_instance() {
10504 return default_instance_;
10505 }
10506 #endif
10507
10508 void Swap(AdminRemoveGameMessage* other);
10509
10510 // implements Message ----------------------------------------------
10511
10512 AdminRemoveGameMessage* New() const;
10513 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10514 void CopyFrom(const AdminRemoveGameMessage& from);
10515 void MergeFrom(const AdminRemoveGameMessage& from);
10516 void Clear();
10517 bool IsInitialized() const;
10518
10519 int ByteSize() const;
10520 bool MergePartialFromCodedStream(
10521 ::google::protobuf::io::CodedInputStream* input);
10522 void SerializeWithCachedSizes(
10523 ::google::protobuf::io::CodedOutputStream* output) const;
10524 void DiscardUnknownFields();
GetCachedSize()10525 int GetCachedSize() const { return _cached_size_; }
10526 private:
10527 void SharedCtor();
10528 void SharedDtor();
10529 void SetCachedSize(int size) const;
10530 public:
10531 ::std::string GetTypeName() const;
10532
10533 // nested types ----------------------------------------------------
10534
10535 // accessors -------------------------------------------------------
10536
10537 // required uint32 removeGameId = 1;
10538 inline bool has_removegameid() const;
10539 inline void clear_removegameid();
10540 static const int kRemoveGameIdFieldNumber = 1;
10541 inline ::google::protobuf::uint32 removegameid() const;
10542 inline void set_removegameid(::google::protobuf::uint32 value);
10543
10544 // @@protoc_insertion_point(class_scope:AdminRemoveGameMessage)
10545 private:
10546 inline void set_has_removegameid();
10547 inline void clear_has_removegameid();
10548
10549 ::std::string _unknown_fields_;
10550
10551 ::google::protobuf::uint32 _has_bits_[1];
10552 mutable int _cached_size_;
10553 ::google::protobuf::uint32 removegameid_;
10554 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10555 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10556 #else
10557 friend void protobuf_AddDesc_pokerth_2eproto();
10558 #endif
10559 friend void protobuf_AssignDesc_pokerth_2eproto();
10560 friend void protobuf_ShutdownFile_pokerth_2eproto();
10561
10562 void InitAsDefaultInstance();
10563 static AdminRemoveGameMessage* default_instance_;
10564 };
10565 // -------------------------------------------------------------------
10566
10567 class AdminRemoveGameAckMessage : public ::google::protobuf::MessageLite {
10568 public:
10569 AdminRemoveGameAckMessage();
10570 virtual ~AdminRemoveGameAckMessage();
10571
10572 AdminRemoveGameAckMessage(const AdminRemoveGameAckMessage& from);
10573
10574 inline AdminRemoveGameAckMessage& operator=(const AdminRemoveGameAckMessage& from) {
10575 CopyFrom(from);
10576 return *this;
10577 }
10578
unknown_fields()10579 inline const ::std::string& unknown_fields() const {
10580 return _unknown_fields_;
10581 }
10582
mutable_unknown_fields()10583 inline ::std::string* mutable_unknown_fields() {
10584 return &_unknown_fields_;
10585 }
10586
10587 static const AdminRemoveGameAckMessage& default_instance();
10588
10589 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10590 // Returns the internal default instance pointer. This function can
10591 // return NULL thus should not be used by the user. This is intended
10592 // for Protobuf internal code. Please use default_instance() declared
10593 // above instead.
internal_default_instance()10594 static inline const AdminRemoveGameAckMessage* internal_default_instance() {
10595 return default_instance_;
10596 }
10597 #endif
10598
10599 void Swap(AdminRemoveGameAckMessage* other);
10600
10601 // implements Message ----------------------------------------------
10602
10603 AdminRemoveGameAckMessage* New() const;
10604 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10605 void CopyFrom(const AdminRemoveGameAckMessage& from);
10606 void MergeFrom(const AdminRemoveGameAckMessage& from);
10607 void Clear();
10608 bool IsInitialized() const;
10609
10610 int ByteSize() const;
10611 bool MergePartialFromCodedStream(
10612 ::google::protobuf::io::CodedInputStream* input);
10613 void SerializeWithCachedSizes(
10614 ::google::protobuf::io::CodedOutputStream* output) const;
10615 void DiscardUnknownFields();
GetCachedSize()10616 int GetCachedSize() const { return _cached_size_; }
10617 private:
10618 void SharedCtor();
10619 void SharedDtor();
10620 void SetCachedSize(int size) const;
10621 public:
10622 ::std::string GetTypeName() const;
10623
10624 // nested types ----------------------------------------------------
10625
10626 typedef AdminRemoveGameAckMessage_AdminRemoveGameResult AdminRemoveGameResult;
10627 static const AdminRemoveGameResult gameRemoveAccepted = AdminRemoveGameAckMessage_AdminRemoveGameResult_gameRemoveAccepted;
10628 static const AdminRemoveGameResult gameRemoveInvalid = AdminRemoveGameAckMessage_AdminRemoveGameResult_gameRemoveInvalid;
AdminRemoveGameResult_IsValid(int value)10629 static inline bool AdminRemoveGameResult_IsValid(int value) {
10630 return AdminRemoveGameAckMessage_AdminRemoveGameResult_IsValid(value);
10631 }
10632 static const AdminRemoveGameResult AdminRemoveGameResult_MIN =
10633 AdminRemoveGameAckMessage_AdminRemoveGameResult_AdminRemoveGameResult_MIN;
10634 static const AdminRemoveGameResult AdminRemoveGameResult_MAX =
10635 AdminRemoveGameAckMessage_AdminRemoveGameResult_AdminRemoveGameResult_MAX;
10636 static const int AdminRemoveGameResult_ARRAYSIZE =
10637 AdminRemoveGameAckMessage_AdminRemoveGameResult_AdminRemoveGameResult_ARRAYSIZE;
10638
10639 // accessors -------------------------------------------------------
10640
10641 // required uint32 removeGameId = 1;
10642 inline bool has_removegameid() const;
10643 inline void clear_removegameid();
10644 static const int kRemoveGameIdFieldNumber = 1;
10645 inline ::google::protobuf::uint32 removegameid() const;
10646 inline void set_removegameid(::google::protobuf::uint32 value);
10647
10648 // required .AdminRemoveGameAckMessage.AdminRemoveGameResult removeGameResult = 2;
10649 inline bool has_removegameresult() const;
10650 inline void clear_removegameresult();
10651 static const int kRemoveGameResultFieldNumber = 2;
10652 inline ::AdminRemoveGameAckMessage_AdminRemoveGameResult removegameresult() const;
10653 inline void set_removegameresult(::AdminRemoveGameAckMessage_AdminRemoveGameResult value);
10654
10655 // @@protoc_insertion_point(class_scope:AdminRemoveGameAckMessage)
10656 private:
10657 inline void set_has_removegameid();
10658 inline void clear_has_removegameid();
10659 inline void set_has_removegameresult();
10660 inline void clear_has_removegameresult();
10661
10662 ::std::string _unknown_fields_;
10663
10664 ::google::protobuf::uint32 _has_bits_[1];
10665 mutable int _cached_size_;
10666 ::google::protobuf::uint32 removegameid_;
10667 int removegameresult_;
10668 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10669 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10670 #else
10671 friend void protobuf_AddDesc_pokerth_2eproto();
10672 #endif
10673 friend void protobuf_AssignDesc_pokerth_2eproto();
10674 friend void protobuf_ShutdownFile_pokerth_2eproto();
10675
10676 void InitAsDefaultInstance();
10677 static AdminRemoveGameAckMessage* default_instance_;
10678 };
10679 // -------------------------------------------------------------------
10680
10681 class AdminBanPlayerMessage : public ::google::protobuf::MessageLite {
10682 public:
10683 AdminBanPlayerMessage();
10684 virtual ~AdminBanPlayerMessage();
10685
10686 AdminBanPlayerMessage(const AdminBanPlayerMessage& from);
10687
10688 inline AdminBanPlayerMessage& operator=(const AdminBanPlayerMessage& from) {
10689 CopyFrom(from);
10690 return *this;
10691 }
10692
unknown_fields()10693 inline const ::std::string& unknown_fields() const {
10694 return _unknown_fields_;
10695 }
10696
mutable_unknown_fields()10697 inline ::std::string* mutable_unknown_fields() {
10698 return &_unknown_fields_;
10699 }
10700
10701 static const AdminBanPlayerMessage& default_instance();
10702
10703 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10704 // Returns the internal default instance pointer. This function can
10705 // return NULL thus should not be used by the user. This is intended
10706 // for Protobuf internal code. Please use default_instance() declared
10707 // above instead.
internal_default_instance()10708 static inline const AdminBanPlayerMessage* internal_default_instance() {
10709 return default_instance_;
10710 }
10711 #endif
10712
10713 void Swap(AdminBanPlayerMessage* other);
10714
10715 // implements Message ----------------------------------------------
10716
10717 AdminBanPlayerMessage* New() const;
10718 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10719 void CopyFrom(const AdminBanPlayerMessage& from);
10720 void MergeFrom(const AdminBanPlayerMessage& from);
10721 void Clear();
10722 bool IsInitialized() const;
10723
10724 int ByteSize() const;
10725 bool MergePartialFromCodedStream(
10726 ::google::protobuf::io::CodedInputStream* input);
10727 void SerializeWithCachedSizes(
10728 ::google::protobuf::io::CodedOutputStream* output) const;
10729 void DiscardUnknownFields();
GetCachedSize()10730 int GetCachedSize() const { return _cached_size_; }
10731 private:
10732 void SharedCtor();
10733 void SharedDtor();
10734 void SetCachedSize(int size) const;
10735 public:
10736 ::std::string GetTypeName() const;
10737
10738 // nested types ----------------------------------------------------
10739
10740 // accessors -------------------------------------------------------
10741
10742 // required uint32 banPlayerId = 1;
10743 inline bool has_banplayerid() const;
10744 inline void clear_banplayerid();
10745 static const int kBanPlayerIdFieldNumber = 1;
10746 inline ::google::protobuf::uint32 banplayerid() const;
10747 inline void set_banplayerid(::google::protobuf::uint32 value);
10748
10749 // @@protoc_insertion_point(class_scope:AdminBanPlayerMessage)
10750 private:
10751 inline void set_has_banplayerid();
10752 inline void clear_has_banplayerid();
10753
10754 ::std::string _unknown_fields_;
10755
10756 ::google::protobuf::uint32 _has_bits_[1];
10757 mutable int _cached_size_;
10758 ::google::protobuf::uint32 banplayerid_;
10759 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10760 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10761 #else
10762 friend void protobuf_AddDesc_pokerth_2eproto();
10763 #endif
10764 friend void protobuf_AssignDesc_pokerth_2eproto();
10765 friend void protobuf_ShutdownFile_pokerth_2eproto();
10766
10767 void InitAsDefaultInstance();
10768 static AdminBanPlayerMessage* default_instance_;
10769 };
10770 // -------------------------------------------------------------------
10771
10772 class AdminBanPlayerAckMessage : public ::google::protobuf::MessageLite {
10773 public:
10774 AdminBanPlayerAckMessage();
10775 virtual ~AdminBanPlayerAckMessage();
10776
10777 AdminBanPlayerAckMessage(const AdminBanPlayerAckMessage& from);
10778
10779 inline AdminBanPlayerAckMessage& operator=(const AdminBanPlayerAckMessage& from) {
10780 CopyFrom(from);
10781 return *this;
10782 }
10783
unknown_fields()10784 inline const ::std::string& unknown_fields() const {
10785 return _unknown_fields_;
10786 }
10787
mutable_unknown_fields()10788 inline ::std::string* mutable_unknown_fields() {
10789 return &_unknown_fields_;
10790 }
10791
10792 static const AdminBanPlayerAckMessage& default_instance();
10793
10794 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10795 // Returns the internal default instance pointer. This function can
10796 // return NULL thus should not be used by the user. This is intended
10797 // for Protobuf internal code. Please use default_instance() declared
10798 // above instead.
internal_default_instance()10799 static inline const AdminBanPlayerAckMessage* internal_default_instance() {
10800 return default_instance_;
10801 }
10802 #endif
10803
10804 void Swap(AdminBanPlayerAckMessage* other);
10805
10806 // implements Message ----------------------------------------------
10807
10808 AdminBanPlayerAckMessage* New() const;
10809 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10810 void CopyFrom(const AdminBanPlayerAckMessage& from);
10811 void MergeFrom(const AdminBanPlayerAckMessage& from);
10812 void Clear();
10813 bool IsInitialized() const;
10814
10815 int ByteSize() const;
10816 bool MergePartialFromCodedStream(
10817 ::google::protobuf::io::CodedInputStream* input);
10818 void SerializeWithCachedSizes(
10819 ::google::protobuf::io::CodedOutputStream* output) const;
10820 void DiscardUnknownFields();
GetCachedSize()10821 int GetCachedSize() const { return _cached_size_; }
10822 private:
10823 void SharedCtor();
10824 void SharedDtor();
10825 void SetCachedSize(int size) const;
10826 public:
10827 ::std::string GetTypeName() const;
10828
10829 // nested types ----------------------------------------------------
10830
10831 typedef AdminBanPlayerAckMessage_AdminBanPlayerResult AdminBanPlayerResult;
10832 static const AdminBanPlayerResult banPlayerAccepted = AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerAccepted;
10833 static const AdminBanPlayerResult banPlayerPending = AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerPending;
10834 static const AdminBanPlayerResult banPlayerNoDB = AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerNoDB;
10835 static const AdminBanPlayerResult banPlayerDBError = AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerDBError;
10836 static const AdminBanPlayerResult banPlayerInvalid = AdminBanPlayerAckMessage_AdminBanPlayerResult_banPlayerInvalid;
AdminBanPlayerResult_IsValid(int value)10837 static inline bool AdminBanPlayerResult_IsValid(int value) {
10838 return AdminBanPlayerAckMessage_AdminBanPlayerResult_IsValid(value);
10839 }
10840 static const AdminBanPlayerResult AdminBanPlayerResult_MIN =
10841 AdminBanPlayerAckMessage_AdminBanPlayerResult_AdminBanPlayerResult_MIN;
10842 static const AdminBanPlayerResult AdminBanPlayerResult_MAX =
10843 AdminBanPlayerAckMessage_AdminBanPlayerResult_AdminBanPlayerResult_MAX;
10844 static const int AdminBanPlayerResult_ARRAYSIZE =
10845 AdminBanPlayerAckMessage_AdminBanPlayerResult_AdminBanPlayerResult_ARRAYSIZE;
10846
10847 // accessors -------------------------------------------------------
10848
10849 // required uint32 banPlayerId = 1;
10850 inline bool has_banplayerid() const;
10851 inline void clear_banplayerid();
10852 static const int kBanPlayerIdFieldNumber = 1;
10853 inline ::google::protobuf::uint32 banplayerid() const;
10854 inline void set_banplayerid(::google::protobuf::uint32 value);
10855
10856 // required .AdminBanPlayerAckMessage.AdminBanPlayerResult banPlayerResult = 2;
10857 inline bool has_banplayerresult() const;
10858 inline void clear_banplayerresult();
10859 static const int kBanPlayerResultFieldNumber = 2;
10860 inline ::AdminBanPlayerAckMessage_AdminBanPlayerResult banplayerresult() const;
10861 inline void set_banplayerresult(::AdminBanPlayerAckMessage_AdminBanPlayerResult value);
10862
10863 // @@protoc_insertion_point(class_scope:AdminBanPlayerAckMessage)
10864 private:
10865 inline void set_has_banplayerid();
10866 inline void clear_has_banplayerid();
10867 inline void set_has_banplayerresult();
10868 inline void clear_has_banplayerresult();
10869
10870 ::std::string _unknown_fields_;
10871
10872 ::google::protobuf::uint32 _has_bits_[1];
10873 mutable int _cached_size_;
10874 ::google::protobuf::uint32 banplayerid_;
10875 int banplayerresult_;
10876 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10877 friend void protobuf_AddDesc_pokerth_2eproto_impl();
10878 #else
10879 friend void protobuf_AddDesc_pokerth_2eproto();
10880 #endif
10881 friend void protobuf_AssignDesc_pokerth_2eproto();
10882 friend void protobuf_ShutdownFile_pokerth_2eproto();
10883
10884 void InitAsDefaultInstance();
10885 static AdminBanPlayerAckMessage* default_instance_;
10886 };
10887 // -------------------------------------------------------------------
10888
10889 class PokerTHMessage : public ::google::protobuf::MessageLite {
10890 public:
10891 PokerTHMessage();
10892 virtual ~PokerTHMessage();
10893
10894 PokerTHMessage(const PokerTHMessage& from);
10895
10896 inline PokerTHMessage& operator=(const PokerTHMessage& from) {
10897 CopyFrom(from);
10898 return *this;
10899 }
10900
unknown_fields()10901 inline const ::std::string& unknown_fields() const {
10902 return _unknown_fields_;
10903 }
10904
mutable_unknown_fields()10905 inline ::std::string* mutable_unknown_fields() {
10906 return &_unknown_fields_;
10907 }
10908
10909 static const PokerTHMessage& default_instance();
10910
10911 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
10912 // Returns the internal default instance pointer. This function can
10913 // return NULL thus should not be used by the user. This is intended
10914 // for Protobuf internal code. Please use default_instance() declared
10915 // above instead.
internal_default_instance()10916 static inline const PokerTHMessage* internal_default_instance() {
10917 return default_instance_;
10918 }
10919 #endif
10920
10921 void Swap(PokerTHMessage* other);
10922
10923 // implements Message ----------------------------------------------
10924
10925 PokerTHMessage* New() const;
10926 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
10927 void CopyFrom(const PokerTHMessage& from);
10928 void MergeFrom(const PokerTHMessage& from);
10929 void Clear();
10930 bool IsInitialized() const;
10931
10932 int ByteSize() const;
10933 bool MergePartialFromCodedStream(
10934 ::google::protobuf::io::CodedInputStream* input);
10935 void SerializeWithCachedSizes(
10936 ::google::protobuf::io::CodedOutputStream* output) const;
10937 void DiscardUnknownFields();
GetCachedSize()10938 int GetCachedSize() const { return _cached_size_; }
10939 private:
10940 void SharedCtor();
10941 void SharedDtor();
10942 void SetCachedSize(int size) const;
10943 public:
10944 ::std::string GetTypeName() const;
10945
10946 // nested types ----------------------------------------------------
10947
10948 typedef PokerTHMessage_PokerTHMessageType PokerTHMessageType;
10949 static const PokerTHMessageType Type_AnnounceMessage = PokerTHMessage_PokerTHMessageType_Type_AnnounceMessage;
10950 static const PokerTHMessageType Type_InitMessage = PokerTHMessage_PokerTHMessageType_Type_InitMessage;
10951 static const PokerTHMessageType Type_AuthServerChallengeMessage = PokerTHMessage_PokerTHMessageType_Type_AuthServerChallengeMessage;
10952 static const PokerTHMessageType Type_AuthClientResponseMessage = PokerTHMessage_PokerTHMessageType_Type_AuthClientResponseMessage;
10953 static const PokerTHMessageType Type_AuthServerVerificationMessage = PokerTHMessage_PokerTHMessageType_Type_AuthServerVerificationMessage;
10954 static const PokerTHMessageType Type_InitAckMessage = PokerTHMessage_PokerTHMessageType_Type_InitAckMessage;
10955 static const PokerTHMessageType Type_AvatarRequestMessage = PokerTHMessage_PokerTHMessageType_Type_AvatarRequestMessage;
10956 static const PokerTHMessageType Type_AvatarHeaderMessage = PokerTHMessage_PokerTHMessageType_Type_AvatarHeaderMessage;
10957 static const PokerTHMessageType Type_AvatarDataMessage = PokerTHMessage_PokerTHMessageType_Type_AvatarDataMessage;
10958 static const PokerTHMessageType Type_AvatarEndMessage = PokerTHMessage_PokerTHMessageType_Type_AvatarEndMessage;
10959 static const PokerTHMessageType Type_UnknownAvatarMessage = PokerTHMessage_PokerTHMessageType_Type_UnknownAvatarMessage;
10960 static const PokerTHMessageType Type_PlayerListMessage = PokerTHMessage_PokerTHMessageType_Type_PlayerListMessage;
10961 static const PokerTHMessageType Type_GameListNewMessage = PokerTHMessage_PokerTHMessageType_Type_GameListNewMessage;
10962 static const PokerTHMessageType Type_GameListUpdateMessage = PokerTHMessage_PokerTHMessageType_Type_GameListUpdateMessage;
10963 static const PokerTHMessageType Type_GameListPlayerJoinedMessage = PokerTHMessage_PokerTHMessageType_Type_GameListPlayerJoinedMessage;
10964 static const PokerTHMessageType Type_GameListPlayerLeftMessage = PokerTHMessage_PokerTHMessageType_Type_GameListPlayerLeftMessage;
10965 static const PokerTHMessageType Type_GameListAdminChangedMessage = PokerTHMessage_PokerTHMessageType_Type_GameListAdminChangedMessage;
10966 static const PokerTHMessageType Type_PlayerInfoRequestMessage = PokerTHMessage_PokerTHMessageType_Type_PlayerInfoRequestMessage;
10967 static const PokerTHMessageType Type_PlayerInfoReplyMessage = PokerTHMessage_PokerTHMessageType_Type_PlayerInfoReplyMessage;
10968 static const PokerTHMessageType Type_SubscriptionRequestMessage = PokerTHMessage_PokerTHMessageType_Type_SubscriptionRequestMessage;
10969 static const PokerTHMessageType Type_JoinExistingGameMessage = PokerTHMessage_PokerTHMessageType_Type_JoinExistingGameMessage;
10970 static const PokerTHMessageType Type_JoinNewGameMessage = PokerTHMessage_PokerTHMessageType_Type_JoinNewGameMessage;
10971 static const PokerTHMessageType Type_RejoinExistingGameMessage = PokerTHMessage_PokerTHMessageType_Type_RejoinExistingGameMessage;
10972 static const PokerTHMessageType Type_JoinGameAckMessage = PokerTHMessage_PokerTHMessageType_Type_JoinGameAckMessage;
10973 static const PokerTHMessageType Type_JoinGameFailedMessage = PokerTHMessage_PokerTHMessageType_Type_JoinGameFailedMessage;
10974 static const PokerTHMessageType Type_GamePlayerJoinedMessage = PokerTHMessage_PokerTHMessageType_Type_GamePlayerJoinedMessage;
10975 static const PokerTHMessageType Type_GamePlayerLeftMessage = PokerTHMessage_PokerTHMessageType_Type_GamePlayerLeftMessage;
10976 static const PokerTHMessageType Type_GameAdminChangedMessage = PokerTHMessage_PokerTHMessageType_Type_GameAdminChangedMessage;
10977 static const PokerTHMessageType Type_RemovedFromGameMessage = PokerTHMessage_PokerTHMessageType_Type_RemovedFromGameMessage;
10978 static const PokerTHMessageType Type_KickPlayerRequestMessage = PokerTHMessage_PokerTHMessageType_Type_KickPlayerRequestMessage;
10979 static const PokerTHMessageType Type_LeaveGameRequestMessage = PokerTHMessage_PokerTHMessageType_Type_LeaveGameRequestMessage;
10980 static const PokerTHMessageType Type_InvitePlayerToGameMessage = PokerTHMessage_PokerTHMessageType_Type_InvitePlayerToGameMessage;
10981 static const PokerTHMessageType Type_InviteNotifyMessage = PokerTHMessage_PokerTHMessageType_Type_InviteNotifyMessage;
10982 static const PokerTHMessageType Type_RejectGameInvitationMessage = PokerTHMessage_PokerTHMessageType_Type_RejectGameInvitationMessage;
10983 static const PokerTHMessageType Type_RejectInvNotifyMessage = PokerTHMessage_PokerTHMessageType_Type_RejectInvNotifyMessage;
10984 static const PokerTHMessageType Type_StartEventMessage = PokerTHMessage_PokerTHMessageType_Type_StartEventMessage;
10985 static const PokerTHMessageType Type_StartEventAckMessage = PokerTHMessage_PokerTHMessageType_Type_StartEventAckMessage;
10986 static const PokerTHMessageType Type_GameStartInitialMessage = PokerTHMessage_PokerTHMessageType_Type_GameStartInitialMessage;
10987 static const PokerTHMessageType Type_GameStartRejoinMessage = PokerTHMessage_PokerTHMessageType_Type_GameStartRejoinMessage;
10988 static const PokerTHMessageType Type_HandStartMessage = PokerTHMessage_PokerTHMessageType_Type_HandStartMessage;
10989 static const PokerTHMessageType Type_PlayersTurnMessage = PokerTHMessage_PokerTHMessageType_Type_PlayersTurnMessage;
10990 static const PokerTHMessageType Type_MyActionRequestMessage = PokerTHMessage_PokerTHMessageType_Type_MyActionRequestMessage;
10991 static const PokerTHMessageType Type_YourActionRejectedMessage = PokerTHMessage_PokerTHMessageType_Type_YourActionRejectedMessage;
10992 static const PokerTHMessageType Type_PlayersActionDoneMessage = PokerTHMessage_PokerTHMessageType_Type_PlayersActionDoneMessage;
10993 static const PokerTHMessageType Type_DealFlopCardsMessage = PokerTHMessage_PokerTHMessageType_Type_DealFlopCardsMessage;
10994 static const PokerTHMessageType Type_DealTurnCardMessage = PokerTHMessage_PokerTHMessageType_Type_DealTurnCardMessage;
10995 static const PokerTHMessageType Type_DealRiverCardMessage = PokerTHMessage_PokerTHMessageType_Type_DealRiverCardMessage;
10996 static const PokerTHMessageType Type_AllInShowCardsMessage = PokerTHMessage_PokerTHMessageType_Type_AllInShowCardsMessage;
10997 static const PokerTHMessageType Type_EndOfHandShowCardsMessage = PokerTHMessage_PokerTHMessageType_Type_EndOfHandShowCardsMessage;
10998 static const PokerTHMessageType Type_EndOfHandHideCardsMessage = PokerTHMessage_PokerTHMessageType_Type_EndOfHandHideCardsMessage;
10999 static const PokerTHMessageType Type_ShowMyCardsRequestMessage = PokerTHMessage_PokerTHMessageType_Type_ShowMyCardsRequestMessage;
11000 static const PokerTHMessageType Type_AfterHandShowCardsMessage = PokerTHMessage_PokerTHMessageType_Type_AfterHandShowCardsMessage;
11001 static const PokerTHMessageType Type_EndOfGameMessage = PokerTHMessage_PokerTHMessageType_Type_EndOfGameMessage;
11002 static const PokerTHMessageType Type_PlayerIdChangedMessage = PokerTHMessage_PokerTHMessageType_Type_PlayerIdChangedMessage;
11003 static const PokerTHMessageType Type_AskKickPlayerMessage = PokerTHMessage_PokerTHMessageType_Type_AskKickPlayerMessage;
11004 static const PokerTHMessageType Type_AskKickDeniedMessage = PokerTHMessage_PokerTHMessageType_Type_AskKickDeniedMessage;
11005 static const PokerTHMessageType Type_StartKickPetitionMessage = PokerTHMessage_PokerTHMessageType_Type_StartKickPetitionMessage;
11006 static const PokerTHMessageType Type_VoteKickRequestMessage = PokerTHMessage_PokerTHMessageType_Type_VoteKickRequestMessage;
11007 static const PokerTHMessageType Type_VoteKickReplyMessage = PokerTHMessage_PokerTHMessageType_Type_VoteKickReplyMessage;
11008 static const PokerTHMessageType Type_KickPetitionUpdateMessage = PokerTHMessage_PokerTHMessageType_Type_KickPetitionUpdateMessage;
11009 static const PokerTHMessageType Type_EndKickPetitionMessage = PokerTHMessage_PokerTHMessageType_Type_EndKickPetitionMessage;
11010 static const PokerTHMessageType Type_StatisticsMessage = PokerTHMessage_PokerTHMessageType_Type_StatisticsMessage;
11011 static const PokerTHMessageType Type_ChatRequestMessage = PokerTHMessage_PokerTHMessageType_Type_ChatRequestMessage;
11012 static const PokerTHMessageType Type_ChatMessage = PokerTHMessage_PokerTHMessageType_Type_ChatMessage;
11013 static const PokerTHMessageType Type_ChatRejectMessage = PokerTHMessage_PokerTHMessageType_Type_ChatRejectMessage;
11014 static const PokerTHMessageType Type_DialogMessage = PokerTHMessage_PokerTHMessageType_Type_DialogMessage;
11015 static const PokerTHMessageType Type_TimeoutWarningMessage = PokerTHMessage_PokerTHMessageType_Type_TimeoutWarningMessage;
11016 static const PokerTHMessageType Type_ResetTimeoutMessage = PokerTHMessage_PokerTHMessageType_Type_ResetTimeoutMessage;
11017 static const PokerTHMessageType Type_ReportAvatarMessage = PokerTHMessage_PokerTHMessageType_Type_ReportAvatarMessage;
11018 static const PokerTHMessageType Type_ReportAvatarAckMessage = PokerTHMessage_PokerTHMessageType_Type_ReportAvatarAckMessage;
11019 static const PokerTHMessageType Type_ReportGameMessage = PokerTHMessage_PokerTHMessageType_Type_ReportGameMessage;
11020 static const PokerTHMessageType Type_ReportGameAckMessage = PokerTHMessage_PokerTHMessageType_Type_ReportGameAckMessage;
11021 static const PokerTHMessageType Type_ErrorMessage = PokerTHMessage_PokerTHMessageType_Type_ErrorMessage;
11022 static const PokerTHMessageType Type_AdminRemoveGameMessage = PokerTHMessage_PokerTHMessageType_Type_AdminRemoveGameMessage;
11023 static const PokerTHMessageType Type_AdminRemoveGameAckMessage = PokerTHMessage_PokerTHMessageType_Type_AdminRemoveGameAckMessage;
11024 static const PokerTHMessageType Type_AdminBanPlayerMessage = PokerTHMessage_PokerTHMessageType_Type_AdminBanPlayerMessage;
11025 static const PokerTHMessageType Type_AdminBanPlayerAckMessage = PokerTHMessage_PokerTHMessageType_Type_AdminBanPlayerAckMessage;
11026 static const PokerTHMessageType Type_GameListSpectatorJoinedMessage = PokerTHMessage_PokerTHMessageType_Type_GameListSpectatorJoinedMessage;
11027 static const PokerTHMessageType Type_GameListSpectatorLeftMessage = PokerTHMessage_PokerTHMessageType_Type_GameListSpectatorLeftMessage;
11028 static const PokerTHMessageType Type_GameSpectatorJoinedMessage = PokerTHMessage_PokerTHMessageType_Type_GameSpectatorJoinedMessage;
11029 static const PokerTHMessageType Type_GameSpectatorLeftMessage = PokerTHMessage_PokerTHMessageType_Type_GameSpectatorLeftMessage;
PokerTHMessageType_IsValid(int value)11030 static inline bool PokerTHMessageType_IsValid(int value) {
11031 return PokerTHMessage_PokerTHMessageType_IsValid(value);
11032 }
11033 static const PokerTHMessageType PokerTHMessageType_MIN =
11034 PokerTHMessage_PokerTHMessageType_PokerTHMessageType_MIN;
11035 static const PokerTHMessageType PokerTHMessageType_MAX =
11036 PokerTHMessage_PokerTHMessageType_PokerTHMessageType_MAX;
11037 static const int PokerTHMessageType_ARRAYSIZE =
11038 PokerTHMessage_PokerTHMessageType_PokerTHMessageType_ARRAYSIZE;
11039
11040 // accessors -------------------------------------------------------
11041
11042 // required .PokerTHMessage.PokerTHMessageType messageType = 1;
11043 inline bool has_messagetype() const;
11044 inline void clear_messagetype();
11045 static const int kMessageTypeFieldNumber = 1;
11046 inline ::PokerTHMessage_PokerTHMessageType messagetype() const;
11047 inline void set_messagetype(::PokerTHMessage_PokerTHMessageType value);
11048
11049 // optional .AnnounceMessage announceMessage = 2;
11050 inline bool has_announcemessage() const;
11051 inline void clear_announcemessage();
11052 static const int kAnnounceMessageFieldNumber = 2;
11053 inline const ::AnnounceMessage& announcemessage() const;
11054 inline ::AnnounceMessage* mutable_announcemessage();
11055 inline ::AnnounceMessage* release_announcemessage();
11056 inline void set_allocated_announcemessage(::AnnounceMessage* announcemessage);
11057
11058 // optional .InitMessage initMessage = 3;
11059 inline bool has_initmessage() const;
11060 inline void clear_initmessage();
11061 static const int kInitMessageFieldNumber = 3;
11062 inline const ::InitMessage& initmessage() const;
11063 inline ::InitMessage* mutable_initmessage();
11064 inline ::InitMessage* release_initmessage();
11065 inline void set_allocated_initmessage(::InitMessage* initmessage);
11066
11067 // optional .AuthServerChallengeMessage authServerChallengeMessage = 4;
11068 inline bool has_authserverchallengemessage() const;
11069 inline void clear_authserverchallengemessage();
11070 static const int kAuthServerChallengeMessageFieldNumber = 4;
11071 inline const ::AuthServerChallengeMessage& authserverchallengemessage() const;
11072 inline ::AuthServerChallengeMessage* mutable_authserverchallengemessage();
11073 inline ::AuthServerChallengeMessage* release_authserverchallengemessage();
11074 inline void set_allocated_authserverchallengemessage(::AuthServerChallengeMessage* authserverchallengemessage);
11075
11076 // optional .AuthClientResponseMessage authClientResponseMessage = 5;
11077 inline bool has_authclientresponsemessage() const;
11078 inline void clear_authclientresponsemessage();
11079 static const int kAuthClientResponseMessageFieldNumber = 5;
11080 inline const ::AuthClientResponseMessage& authclientresponsemessage() const;
11081 inline ::AuthClientResponseMessage* mutable_authclientresponsemessage();
11082 inline ::AuthClientResponseMessage* release_authclientresponsemessage();
11083 inline void set_allocated_authclientresponsemessage(::AuthClientResponseMessage* authclientresponsemessage);
11084
11085 // optional .AuthServerVerificationMessage authServerVerificationMessage = 6;
11086 inline bool has_authserververificationmessage() const;
11087 inline void clear_authserververificationmessage();
11088 static const int kAuthServerVerificationMessageFieldNumber = 6;
11089 inline const ::AuthServerVerificationMessage& authserververificationmessage() const;
11090 inline ::AuthServerVerificationMessage* mutable_authserververificationmessage();
11091 inline ::AuthServerVerificationMessage* release_authserververificationmessage();
11092 inline void set_allocated_authserververificationmessage(::AuthServerVerificationMessage* authserververificationmessage);
11093
11094 // optional .InitAckMessage initAckMessage = 7;
11095 inline bool has_initackmessage() const;
11096 inline void clear_initackmessage();
11097 static const int kInitAckMessageFieldNumber = 7;
11098 inline const ::InitAckMessage& initackmessage() const;
11099 inline ::InitAckMessage* mutable_initackmessage();
11100 inline ::InitAckMessage* release_initackmessage();
11101 inline void set_allocated_initackmessage(::InitAckMessage* initackmessage);
11102
11103 // optional .AvatarRequestMessage avatarRequestMessage = 8;
11104 inline bool has_avatarrequestmessage() const;
11105 inline void clear_avatarrequestmessage();
11106 static const int kAvatarRequestMessageFieldNumber = 8;
11107 inline const ::AvatarRequestMessage& avatarrequestmessage() const;
11108 inline ::AvatarRequestMessage* mutable_avatarrequestmessage();
11109 inline ::AvatarRequestMessage* release_avatarrequestmessage();
11110 inline void set_allocated_avatarrequestmessage(::AvatarRequestMessage* avatarrequestmessage);
11111
11112 // optional .AvatarHeaderMessage avatarHeaderMessage = 9;
11113 inline bool has_avatarheadermessage() const;
11114 inline void clear_avatarheadermessage();
11115 static const int kAvatarHeaderMessageFieldNumber = 9;
11116 inline const ::AvatarHeaderMessage& avatarheadermessage() const;
11117 inline ::AvatarHeaderMessage* mutable_avatarheadermessage();
11118 inline ::AvatarHeaderMessage* release_avatarheadermessage();
11119 inline void set_allocated_avatarheadermessage(::AvatarHeaderMessage* avatarheadermessage);
11120
11121 // optional .AvatarDataMessage avatarDataMessage = 10;
11122 inline bool has_avatardatamessage() const;
11123 inline void clear_avatardatamessage();
11124 static const int kAvatarDataMessageFieldNumber = 10;
11125 inline const ::AvatarDataMessage& avatardatamessage() const;
11126 inline ::AvatarDataMessage* mutable_avatardatamessage();
11127 inline ::AvatarDataMessage* release_avatardatamessage();
11128 inline void set_allocated_avatardatamessage(::AvatarDataMessage* avatardatamessage);
11129
11130 // optional .AvatarEndMessage avatarEndMessage = 11;
11131 inline bool has_avatarendmessage() const;
11132 inline void clear_avatarendmessage();
11133 static const int kAvatarEndMessageFieldNumber = 11;
11134 inline const ::AvatarEndMessage& avatarendmessage() const;
11135 inline ::AvatarEndMessage* mutable_avatarendmessage();
11136 inline ::AvatarEndMessage* release_avatarendmessage();
11137 inline void set_allocated_avatarendmessage(::AvatarEndMessage* avatarendmessage);
11138
11139 // optional .UnknownAvatarMessage unknownAvatarMessage = 12;
11140 inline bool has_unknownavatarmessage() const;
11141 inline void clear_unknownavatarmessage();
11142 static const int kUnknownAvatarMessageFieldNumber = 12;
11143 inline const ::UnknownAvatarMessage& unknownavatarmessage() const;
11144 inline ::UnknownAvatarMessage* mutable_unknownavatarmessage();
11145 inline ::UnknownAvatarMessage* release_unknownavatarmessage();
11146 inline void set_allocated_unknownavatarmessage(::UnknownAvatarMessage* unknownavatarmessage);
11147
11148 // optional .PlayerListMessage playerListMessage = 13;
11149 inline bool has_playerlistmessage() const;
11150 inline void clear_playerlistmessage();
11151 static const int kPlayerListMessageFieldNumber = 13;
11152 inline const ::PlayerListMessage& playerlistmessage() const;
11153 inline ::PlayerListMessage* mutable_playerlistmessage();
11154 inline ::PlayerListMessage* release_playerlistmessage();
11155 inline void set_allocated_playerlistmessage(::PlayerListMessage* playerlistmessage);
11156
11157 // optional .GameListNewMessage gameListNewMessage = 14;
11158 inline bool has_gamelistnewmessage() const;
11159 inline void clear_gamelistnewmessage();
11160 static const int kGameListNewMessageFieldNumber = 14;
11161 inline const ::GameListNewMessage& gamelistnewmessage() const;
11162 inline ::GameListNewMessage* mutable_gamelistnewmessage();
11163 inline ::GameListNewMessage* release_gamelistnewmessage();
11164 inline void set_allocated_gamelistnewmessage(::GameListNewMessage* gamelistnewmessage);
11165
11166 // optional .GameListUpdateMessage gameListUpdateMessage = 15;
11167 inline bool has_gamelistupdatemessage() const;
11168 inline void clear_gamelistupdatemessage();
11169 static const int kGameListUpdateMessageFieldNumber = 15;
11170 inline const ::GameListUpdateMessage& gamelistupdatemessage() const;
11171 inline ::GameListUpdateMessage* mutable_gamelistupdatemessage();
11172 inline ::GameListUpdateMessage* release_gamelistupdatemessage();
11173 inline void set_allocated_gamelistupdatemessage(::GameListUpdateMessage* gamelistupdatemessage);
11174
11175 // optional .GameListPlayerJoinedMessage gameListPlayerJoinedMessage = 16;
11176 inline bool has_gamelistplayerjoinedmessage() const;
11177 inline void clear_gamelistplayerjoinedmessage();
11178 static const int kGameListPlayerJoinedMessageFieldNumber = 16;
11179 inline const ::GameListPlayerJoinedMessage& gamelistplayerjoinedmessage() const;
11180 inline ::GameListPlayerJoinedMessage* mutable_gamelistplayerjoinedmessage();
11181 inline ::GameListPlayerJoinedMessage* release_gamelistplayerjoinedmessage();
11182 inline void set_allocated_gamelistplayerjoinedmessage(::GameListPlayerJoinedMessage* gamelistplayerjoinedmessage);
11183
11184 // optional .GameListPlayerLeftMessage gameListPlayerLeftMessage = 17;
11185 inline bool has_gamelistplayerleftmessage() const;
11186 inline void clear_gamelistplayerleftmessage();
11187 static const int kGameListPlayerLeftMessageFieldNumber = 17;
11188 inline const ::GameListPlayerLeftMessage& gamelistplayerleftmessage() const;
11189 inline ::GameListPlayerLeftMessage* mutable_gamelistplayerleftmessage();
11190 inline ::GameListPlayerLeftMessage* release_gamelistplayerleftmessage();
11191 inline void set_allocated_gamelistplayerleftmessage(::GameListPlayerLeftMessage* gamelistplayerleftmessage);
11192
11193 // optional .GameListAdminChangedMessage gameListAdminChangedMessage = 18;
11194 inline bool has_gamelistadminchangedmessage() const;
11195 inline void clear_gamelistadminchangedmessage();
11196 static const int kGameListAdminChangedMessageFieldNumber = 18;
11197 inline const ::GameListAdminChangedMessage& gamelistadminchangedmessage() const;
11198 inline ::GameListAdminChangedMessage* mutable_gamelistadminchangedmessage();
11199 inline ::GameListAdminChangedMessage* release_gamelistadminchangedmessage();
11200 inline void set_allocated_gamelistadminchangedmessage(::GameListAdminChangedMessage* gamelistadminchangedmessage);
11201
11202 // optional .PlayerInfoRequestMessage playerInfoRequestMessage = 19;
11203 inline bool has_playerinforequestmessage() const;
11204 inline void clear_playerinforequestmessage();
11205 static const int kPlayerInfoRequestMessageFieldNumber = 19;
11206 inline const ::PlayerInfoRequestMessage& playerinforequestmessage() const;
11207 inline ::PlayerInfoRequestMessage* mutable_playerinforequestmessage();
11208 inline ::PlayerInfoRequestMessage* release_playerinforequestmessage();
11209 inline void set_allocated_playerinforequestmessage(::PlayerInfoRequestMessage* playerinforequestmessage);
11210
11211 // optional .PlayerInfoReplyMessage playerInfoReplyMessage = 20;
11212 inline bool has_playerinforeplymessage() const;
11213 inline void clear_playerinforeplymessage();
11214 static const int kPlayerInfoReplyMessageFieldNumber = 20;
11215 inline const ::PlayerInfoReplyMessage& playerinforeplymessage() const;
11216 inline ::PlayerInfoReplyMessage* mutable_playerinforeplymessage();
11217 inline ::PlayerInfoReplyMessage* release_playerinforeplymessage();
11218 inline void set_allocated_playerinforeplymessage(::PlayerInfoReplyMessage* playerinforeplymessage);
11219
11220 // optional .SubscriptionRequestMessage subscriptionRequestMessage = 21;
11221 inline bool has_subscriptionrequestmessage() const;
11222 inline void clear_subscriptionrequestmessage();
11223 static const int kSubscriptionRequestMessageFieldNumber = 21;
11224 inline const ::SubscriptionRequestMessage& subscriptionrequestmessage() const;
11225 inline ::SubscriptionRequestMessage* mutable_subscriptionrequestmessage();
11226 inline ::SubscriptionRequestMessage* release_subscriptionrequestmessage();
11227 inline void set_allocated_subscriptionrequestmessage(::SubscriptionRequestMessage* subscriptionrequestmessage);
11228
11229 // optional .JoinExistingGameMessage joinExistingGameMessage = 22;
11230 inline bool has_joinexistinggamemessage() const;
11231 inline void clear_joinexistinggamemessage();
11232 static const int kJoinExistingGameMessageFieldNumber = 22;
11233 inline const ::JoinExistingGameMessage& joinexistinggamemessage() const;
11234 inline ::JoinExistingGameMessage* mutable_joinexistinggamemessage();
11235 inline ::JoinExistingGameMessage* release_joinexistinggamemessage();
11236 inline void set_allocated_joinexistinggamemessage(::JoinExistingGameMessage* joinexistinggamemessage);
11237
11238 // optional .JoinNewGameMessage joinNewGameMessage = 23;
11239 inline bool has_joinnewgamemessage() const;
11240 inline void clear_joinnewgamemessage();
11241 static const int kJoinNewGameMessageFieldNumber = 23;
11242 inline const ::JoinNewGameMessage& joinnewgamemessage() const;
11243 inline ::JoinNewGameMessage* mutable_joinnewgamemessage();
11244 inline ::JoinNewGameMessage* release_joinnewgamemessage();
11245 inline void set_allocated_joinnewgamemessage(::JoinNewGameMessage* joinnewgamemessage);
11246
11247 // optional .RejoinExistingGameMessage rejoinExistingGameMessage = 24;
11248 inline bool has_rejoinexistinggamemessage() const;
11249 inline void clear_rejoinexistinggamemessage();
11250 static const int kRejoinExistingGameMessageFieldNumber = 24;
11251 inline const ::RejoinExistingGameMessage& rejoinexistinggamemessage() const;
11252 inline ::RejoinExistingGameMessage* mutable_rejoinexistinggamemessage();
11253 inline ::RejoinExistingGameMessage* release_rejoinexistinggamemessage();
11254 inline void set_allocated_rejoinexistinggamemessage(::RejoinExistingGameMessage* rejoinexistinggamemessage);
11255
11256 // optional .JoinGameAckMessage joinGameAckMessage = 25;
11257 inline bool has_joingameackmessage() const;
11258 inline void clear_joingameackmessage();
11259 static const int kJoinGameAckMessageFieldNumber = 25;
11260 inline const ::JoinGameAckMessage& joingameackmessage() const;
11261 inline ::JoinGameAckMessage* mutable_joingameackmessage();
11262 inline ::JoinGameAckMessage* release_joingameackmessage();
11263 inline void set_allocated_joingameackmessage(::JoinGameAckMessage* joingameackmessage);
11264
11265 // optional .JoinGameFailedMessage joinGameFailedMessage = 26;
11266 inline bool has_joingamefailedmessage() const;
11267 inline void clear_joingamefailedmessage();
11268 static const int kJoinGameFailedMessageFieldNumber = 26;
11269 inline const ::JoinGameFailedMessage& joingamefailedmessage() const;
11270 inline ::JoinGameFailedMessage* mutable_joingamefailedmessage();
11271 inline ::JoinGameFailedMessage* release_joingamefailedmessage();
11272 inline void set_allocated_joingamefailedmessage(::JoinGameFailedMessage* joingamefailedmessage);
11273
11274 // optional .GamePlayerJoinedMessage gamePlayerJoinedMessage = 27;
11275 inline bool has_gameplayerjoinedmessage() const;
11276 inline void clear_gameplayerjoinedmessage();
11277 static const int kGamePlayerJoinedMessageFieldNumber = 27;
11278 inline const ::GamePlayerJoinedMessage& gameplayerjoinedmessage() const;
11279 inline ::GamePlayerJoinedMessage* mutable_gameplayerjoinedmessage();
11280 inline ::GamePlayerJoinedMessage* release_gameplayerjoinedmessage();
11281 inline void set_allocated_gameplayerjoinedmessage(::GamePlayerJoinedMessage* gameplayerjoinedmessage);
11282
11283 // optional .GamePlayerLeftMessage gamePlayerLeftMessage = 28;
11284 inline bool has_gameplayerleftmessage() const;
11285 inline void clear_gameplayerleftmessage();
11286 static const int kGamePlayerLeftMessageFieldNumber = 28;
11287 inline const ::GamePlayerLeftMessage& gameplayerleftmessage() const;
11288 inline ::GamePlayerLeftMessage* mutable_gameplayerleftmessage();
11289 inline ::GamePlayerLeftMessage* release_gameplayerleftmessage();
11290 inline void set_allocated_gameplayerleftmessage(::GamePlayerLeftMessage* gameplayerleftmessage);
11291
11292 // optional .GameAdminChangedMessage gameAdminChangedMessage = 29;
11293 inline bool has_gameadminchangedmessage() const;
11294 inline void clear_gameadminchangedmessage();
11295 static const int kGameAdminChangedMessageFieldNumber = 29;
11296 inline const ::GameAdminChangedMessage& gameadminchangedmessage() const;
11297 inline ::GameAdminChangedMessage* mutable_gameadminchangedmessage();
11298 inline ::GameAdminChangedMessage* release_gameadminchangedmessage();
11299 inline void set_allocated_gameadminchangedmessage(::GameAdminChangedMessage* gameadminchangedmessage);
11300
11301 // optional .RemovedFromGameMessage removedFromGameMessage = 30;
11302 inline bool has_removedfromgamemessage() const;
11303 inline void clear_removedfromgamemessage();
11304 static const int kRemovedFromGameMessageFieldNumber = 30;
11305 inline const ::RemovedFromGameMessage& removedfromgamemessage() const;
11306 inline ::RemovedFromGameMessage* mutable_removedfromgamemessage();
11307 inline ::RemovedFromGameMessage* release_removedfromgamemessage();
11308 inline void set_allocated_removedfromgamemessage(::RemovedFromGameMessage* removedfromgamemessage);
11309
11310 // optional .KickPlayerRequestMessage kickPlayerRequestMessage = 31;
11311 inline bool has_kickplayerrequestmessage() const;
11312 inline void clear_kickplayerrequestmessage();
11313 static const int kKickPlayerRequestMessageFieldNumber = 31;
11314 inline const ::KickPlayerRequestMessage& kickplayerrequestmessage() const;
11315 inline ::KickPlayerRequestMessage* mutable_kickplayerrequestmessage();
11316 inline ::KickPlayerRequestMessage* release_kickplayerrequestmessage();
11317 inline void set_allocated_kickplayerrequestmessage(::KickPlayerRequestMessage* kickplayerrequestmessage);
11318
11319 // optional .LeaveGameRequestMessage leaveGameRequestMessage = 32;
11320 inline bool has_leavegamerequestmessage() const;
11321 inline void clear_leavegamerequestmessage();
11322 static const int kLeaveGameRequestMessageFieldNumber = 32;
11323 inline const ::LeaveGameRequestMessage& leavegamerequestmessage() const;
11324 inline ::LeaveGameRequestMessage* mutable_leavegamerequestmessage();
11325 inline ::LeaveGameRequestMessage* release_leavegamerequestmessage();
11326 inline void set_allocated_leavegamerequestmessage(::LeaveGameRequestMessage* leavegamerequestmessage);
11327
11328 // optional .InvitePlayerToGameMessage invitePlayerToGameMessage = 33;
11329 inline bool has_inviteplayertogamemessage() const;
11330 inline void clear_inviteplayertogamemessage();
11331 static const int kInvitePlayerToGameMessageFieldNumber = 33;
11332 inline const ::InvitePlayerToGameMessage& inviteplayertogamemessage() const;
11333 inline ::InvitePlayerToGameMessage* mutable_inviteplayertogamemessage();
11334 inline ::InvitePlayerToGameMessage* release_inviteplayertogamemessage();
11335 inline void set_allocated_inviteplayertogamemessage(::InvitePlayerToGameMessage* inviteplayertogamemessage);
11336
11337 // optional .InviteNotifyMessage inviteNotifyMessage = 34;
11338 inline bool has_invitenotifymessage() const;
11339 inline void clear_invitenotifymessage();
11340 static const int kInviteNotifyMessageFieldNumber = 34;
11341 inline const ::InviteNotifyMessage& invitenotifymessage() const;
11342 inline ::InviteNotifyMessage* mutable_invitenotifymessage();
11343 inline ::InviteNotifyMessage* release_invitenotifymessage();
11344 inline void set_allocated_invitenotifymessage(::InviteNotifyMessage* invitenotifymessage);
11345
11346 // optional .RejectGameInvitationMessage rejectGameInvitationMessage = 35;
11347 inline bool has_rejectgameinvitationmessage() const;
11348 inline void clear_rejectgameinvitationmessage();
11349 static const int kRejectGameInvitationMessageFieldNumber = 35;
11350 inline const ::RejectGameInvitationMessage& rejectgameinvitationmessage() const;
11351 inline ::RejectGameInvitationMessage* mutable_rejectgameinvitationmessage();
11352 inline ::RejectGameInvitationMessage* release_rejectgameinvitationmessage();
11353 inline void set_allocated_rejectgameinvitationmessage(::RejectGameInvitationMessage* rejectgameinvitationmessage);
11354
11355 // optional .RejectInvNotifyMessage rejectInvNotifyMessage = 36;
11356 inline bool has_rejectinvnotifymessage() const;
11357 inline void clear_rejectinvnotifymessage();
11358 static const int kRejectInvNotifyMessageFieldNumber = 36;
11359 inline const ::RejectInvNotifyMessage& rejectinvnotifymessage() const;
11360 inline ::RejectInvNotifyMessage* mutable_rejectinvnotifymessage();
11361 inline ::RejectInvNotifyMessage* release_rejectinvnotifymessage();
11362 inline void set_allocated_rejectinvnotifymessage(::RejectInvNotifyMessage* rejectinvnotifymessage);
11363
11364 // optional .StartEventMessage startEventMessage = 37;
11365 inline bool has_starteventmessage() const;
11366 inline void clear_starteventmessage();
11367 static const int kStartEventMessageFieldNumber = 37;
11368 inline const ::StartEventMessage& starteventmessage() const;
11369 inline ::StartEventMessage* mutable_starteventmessage();
11370 inline ::StartEventMessage* release_starteventmessage();
11371 inline void set_allocated_starteventmessage(::StartEventMessage* starteventmessage);
11372
11373 // optional .StartEventAckMessage startEventAckMessage = 38;
11374 inline bool has_starteventackmessage() const;
11375 inline void clear_starteventackmessage();
11376 static const int kStartEventAckMessageFieldNumber = 38;
11377 inline const ::StartEventAckMessage& starteventackmessage() const;
11378 inline ::StartEventAckMessage* mutable_starteventackmessage();
11379 inline ::StartEventAckMessage* release_starteventackmessage();
11380 inline void set_allocated_starteventackmessage(::StartEventAckMessage* starteventackmessage);
11381
11382 // optional .GameStartInitialMessage gameStartInitialMessage = 39;
11383 inline bool has_gamestartinitialmessage() const;
11384 inline void clear_gamestartinitialmessage();
11385 static const int kGameStartInitialMessageFieldNumber = 39;
11386 inline const ::GameStartInitialMessage& gamestartinitialmessage() const;
11387 inline ::GameStartInitialMessage* mutable_gamestartinitialmessage();
11388 inline ::GameStartInitialMessage* release_gamestartinitialmessage();
11389 inline void set_allocated_gamestartinitialmessage(::GameStartInitialMessage* gamestartinitialmessage);
11390
11391 // optional .GameStartRejoinMessage gameStartRejoinMessage = 40;
11392 inline bool has_gamestartrejoinmessage() const;
11393 inline void clear_gamestartrejoinmessage();
11394 static const int kGameStartRejoinMessageFieldNumber = 40;
11395 inline const ::GameStartRejoinMessage& gamestartrejoinmessage() const;
11396 inline ::GameStartRejoinMessage* mutable_gamestartrejoinmessage();
11397 inline ::GameStartRejoinMessage* release_gamestartrejoinmessage();
11398 inline void set_allocated_gamestartrejoinmessage(::GameStartRejoinMessage* gamestartrejoinmessage);
11399
11400 // optional .HandStartMessage handStartMessage = 41;
11401 inline bool has_handstartmessage() const;
11402 inline void clear_handstartmessage();
11403 static const int kHandStartMessageFieldNumber = 41;
11404 inline const ::HandStartMessage& handstartmessage() const;
11405 inline ::HandStartMessage* mutable_handstartmessage();
11406 inline ::HandStartMessage* release_handstartmessage();
11407 inline void set_allocated_handstartmessage(::HandStartMessage* handstartmessage);
11408
11409 // optional .PlayersTurnMessage playersTurnMessage = 42;
11410 inline bool has_playersturnmessage() const;
11411 inline void clear_playersturnmessage();
11412 static const int kPlayersTurnMessageFieldNumber = 42;
11413 inline const ::PlayersTurnMessage& playersturnmessage() const;
11414 inline ::PlayersTurnMessage* mutable_playersturnmessage();
11415 inline ::PlayersTurnMessage* release_playersturnmessage();
11416 inline void set_allocated_playersturnmessage(::PlayersTurnMessage* playersturnmessage);
11417
11418 // optional .MyActionRequestMessage myActionRequestMessage = 43;
11419 inline bool has_myactionrequestmessage() const;
11420 inline void clear_myactionrequestmessage();
11421 static const int kMyActionRequestMessageFieldNumber = 43;
11422 inline const ::MyActionRequestMessage& myactionrequestmessage() const;
11423 inline ::MyActionRequestMessage* mutable_myactionrequestmessage();
11424 inline ::MyActionRequestMessage* release_myactionrequestmessage();
11425 inline void set_allocated_myactionrequestmessage(::MyActionRequestMessage* myactionrequestmessage);
11426
11427 // optional .YourActionRejectedMessage yourActionRejectedMessage = 44;
11428 inline bool has_youractionrejectedmessage() const;
11429 inline void clear_youractionrejectedmessage();
11430 static const int kYourActionRejectedMessageFieldNumber = 44;
11431 inline const ::YourActionRejectedMessage& youractionrejectedmessage() const;
11432 inline ::YourActionRejectedMessage* mutable_youractionrejectedmessage();
11433 inline ::YourActionRejectedMessage* release_youractionrejectedmessage();
11434 inline void set_allocated_youractionrejectedmessage(::YourActionRejectedMessage* youractionrejectedmessage);
11435
11436 // optional .PlayersActionDoneMessage playersActionDoneMessage = 45;
11437 inline bool has_playersactiondonemessage() const;
11438 inline void clear_playersactiondonemessage();
11439 static const int kPlayersActionDoneMessageFieldNumber = 45;
11440 inline const ::PlayersActionDoneMessage& playersactiondonemessage() const;
11441 inline ::PlayersActionDoneMessage* mutable_playersactiondonemessage();
11442 inline ::PlayersActionDoneMessage* release_playersactiondonemessage();
11443 inline void set_allocated_playersactiondonemessage(::PlayersActionDoneMessage* playersactiondonemessage);
11444
11445 // optional .DealFlopCardsMessage dealFlopCardsMessage = 46;
11446 inline bool has_dealflopcardsmessage() const;
11447 inline void clear_dealflopcardsmessage();
11448 static const int kDealFlopCardsMessageFieldNumber = 46;
11449 inline const ::DealFlopCardsMessage& dealflopcardsmessage() const;
11450 inline ::DealFlopCardsMessage* mutable_dealflopcardsmessage();
11451 inline ::DealFlopCardsMessage* release_dealflopcardsmessage();
11452 inline void set_allocated_dealflopcardsmessage(::DealFlopCardsMessage* dealflopcardsmessage);
11453
11454 // optional .DealTurnCardMessage dealTurnCardMessage = 47;
11455 inline bool has_dealturncardmessage() const;
11456 inline void clear_dealturncardmessage();
11457 static const int kDealTurnCardMessageFieldNumber = 47;
11458 inline const ::DealTurnCardMessage& dealturncardmessage() const;
11459 inline ::DealTurnCardMessage* mutable_dealturncardmessage();
11460 inline ::DealTurnCardMessage* release_dealturncardmessage();
11461 inline void set_allocated_dealturncardmessage(::DealTurnCardMessage* dealturncardmessage);
11462
11463 // optional .DealRiverCardMessage dealRiverCardMessage = 48;
11464 inline bool has_dealrivercardmessage() const;
11465 inline void clear_dealrivercardmessage();
11466 static const int kDealRiverCardMessageFieldNumber = 48;
11467 inline const ::DealRiverCardMessage& dealrivercardmessage() const;
11468 inline ::DealRiverCardMessage* mutable_dealrivercardmessage();
11469 inline ::DealRiverCardMessage* release_dealrivercardmessage();
11470 inline void set_allocated_dealrivercardmessage(::DealRiverCardMessage* dealrivercardmessage);
11471
11472 // optional .AllInShowCardsMessage allInShowCardsMessage = 49;
11473 inline bool has_allinshowcardsmessage() const;
11474 inline void clear_allinshowcardsmessage();
11475 static const int kAllInShowCardsMessageFieldNumber = 49;
11476 inline const ::AllInShowCardsMessage& allinshowcardsmessage() const;
11477 inline ::AllInShowCardsMessage* mutable_allinshowcardsmessage();
11478 inline ::AllInShowCardsMessage* release_allinshowcardsmessage();
11479 inline void set_allocated_allinshowcardsmessage(::AllInShowCardsMessage* allinshowcardsmessage);
11480
11481 // optional .EndOfHandShowCardsMessage endOfHandShowCardsMessage = 50;
11482 inline bool has_endofhandshowcardsmessage() const;
11483 inline void clear_endofhandshowcardsmessage();
11484 static const int kEndOfHandShowCardsMessageFieldNumber = 50;
11485 inline const ::EndOfHandShowCardsMessage& endofhandshowcardsmessage() const;
11486 inline ::EndOfHandShowCardsMessage* mutable_endofhandshowcardsmessage();
11487 inline ::EndOfHandShowCardsMessage* release_endofhandshowcardsmessage();
11488 inline void set_allocated_endofhandshowcardsmessage(::EndOfHandShowCardsMessage* endofhandshowcardsmessage);
11489
11490 // optional .EndOfHandHideCardsMessage endOfHandHideCardsMessage = 51;
11491 inline bool has_endofhandhidecardsmessage() const;
11492 inline void clear_endofhandhidecardsmessage();
11493 static const int kEndOfHandHideCardsMessageFieldNumber = 51;
11494 inline const ::EndOfHandHideCardsMessage& endofhandhidecardsmessage() const;
11495 inline ::EndOfHandHideCardsMessage* mutable_endofhandhidecardsmessage();
11496 inline ::EndOfHandHideCardsMessage* release_endofhandhidecardsmessage();
11497 inline void set_allocated_endofhandhidecardsmessage(::EndOfHandHideCardsMessage* endofhandhidecardsmessage);
11498
11499 // optional .ShowMyCardsRequestMessage showMyCardsRequestMessage = 52;
11500 inline bool has_showmycardsrequestmessage() const;
11501 inline void clear_showmycardsrequestmessage();
11502 static const int kShowMyCardsRequestMessageFieldNumber = 52;
11503 inline const ::ShowMyCardsRequestMessage& showmycardsrequestmessage() const;
11504 inline ::ShowMyCardsRequestMessage* mutable_showmycardsrequestmessage();
11505 inline ::ShowMyCardsRequestMessage* release_showmycardsrequestmessage();
11506 inline void set_allocated_showmycardsrequestmessage(::ShowMyCardsRequestMessage* showmycardsrequestmessage);
11507
11508 // optional .AfterHandShowCardsMessage afterHandShowCardsMessage = 53;
11509 inline bool has_afterhandshowcardsmessage() const;
11510 inline void clear_afterhandshowcardsmessage();
11511 static const int kAfterHandShowCardsMessageFieldNumber = 53;
11512 inline const ::AfterHandShowCardsMessage& afterhandshowcardsmessage() const;
11513 inline ::AfterHandShowCardsMessage* mutable_afterhandshowcardsmessage();
11514 inline ::AfterHandShowCardsMessage* release_afterhandshowcardsmessage();
11515 inline void set_allocated_afterhandshowcardsmessage(::AfterHandShowCardsMessage* afterhandshowcardsmessage);
11516
11517 // optional .EndOfGameMessage endOfGameMessage = 54;
11518 inline bool has_endofgamemessage() const;
11519 inline void clear_endofgamemessage();
11520 static const int kEndOfGameMessageFieldNumber = 54;
11521 inline const ::EndOfGameMessage& endofgamemessage() const;
11522 inline ::EndOfGameMessage* mutable_endofgamemessage();
11523 inline ::EndOfGameMessage* release_endofgamemessage();
11524 inline void set_allocated_endofgamemessage(::EndOfGameMessage* endofgamemessage);
11525
11526 // optional .PlayerIdChangedMessage playerIdChangedMessage = 55;
11527 inline bool has_playeridchangedmessage() const;
11528 inline void clear_playeridchangedmessage();
11529 static const int kPlayerIdChangedMessageFieldNumber = 55;
11530 inline const ::PlayerIdChangedMessage& playeridchangedmessage() const;
11531 inline ::PlayerIdChangedMessage* mutable_playeridchangedmessage();
11532 inline ::PlayerIdChangedMessage* release_playeridchangedmessage();
11533 inline void set_allocated_playeridchangedmessage(::PlayerIdChangedMessage* playeridchangedmessage);
11534
11535 // optional .AskKickPlayerMessage askKickPlayerMessage = 56;
11536 inline bool has_askkickplayermessage() const;
11537 inline void clear_askkickplayermessage();
11538 static const int kAskKickPlayerMessageFieldNumber = 56;
11539 inline const ::AskKickPlayerMessage& askkickplayermessage() const;
11540 inline ::AskKickPlayerMessage* mutable_askkickplayermessage();
11541 inline ::AskKickPlayerMessage* release_askkickplayermessage();
11542 inline void set_allocated_askkickplayermessage(::AskKickPlayerMessage* askkickplayermessage);
11543
11544 // optional .AskKickDeniedMessage askKickDeniedMessage = 57;
11545 inline bool has_askkickdeniedmessage() const;
11546 inline void clear_askkickdeniedmessage();
11547 static const int kAskKickDeniedMessageFieldNumber = 57;
11548 inline const ::AskKickDeniedMessage& askkickdeniedmessage() const;
11549 inline ::AskKickDeniedMessage* mutable_askkickdeniedmessage();
11550 inline ::AskKickDeniedMessage* release_askkickdeniedmessage();
11551 inline void set_allocated_askkickdeniedmessage(::AskKickDeniedMessage* askkickdeniedmessage);
11552
11553 // optional .StartKickPetitionMessage startKickPetitionMessage = 58;
11554 inline bool has_startkickpetitionmessage() const;
11555 inline void clear_startkickpetitionmessage();
11556 static const int kStartKickPetitionMessageFieldNumber = 58;
11557 inline const ::StartKickPetitionMessage& startkickpetitionmessage() const;
11558 inline ::StartKickPetitionMessage* mutable_startkickpetitionmessage();
11559 inline ::StartKickPetitionMessage* release_startkickpetitionmessage();
11560 inline void set_allocated_startkickpetitionmessage(::StartKickPetitionMessage* startkickpetitionmessage);
11561
11562 // optional .VoteKickRequestMessage voteKickRequestMessage = 59;
11563 inline bool has_votekickrequestmessage() const;
11564 inline void clear_votekickrequestmessage();
11565 static const int kVoteKickRequestMessageFieldNumber = 59;
11566 inline const ::VoteKickRequestMessage& votekickrequestmessage() const;
11567 inline ::VoteKickRequestMessage* mutable_votekickrequestmessage();
11568 inline ::VoteKickRequestMessage* release_votekickrequestmessage();
11569 inline void set_allocated_votekickrequestmessage(::VoteKickRequestMessage* votekickrequestmessage);
11570
11571 // optional .VoteKickReplyMessage voteKickReplyMessage = 60;
11572 inline bool has_votekickreplymessage() const;
11573 inline void clear_votekickreplymessage();
11574 static const int kVoteKickReplyMessageFieldNumber = 60;
11575 inline const ::VoteKickReplyMessage& votekickreplymessage() const;
11576 inline ::VoteKickReplyMessage* mutable_votekickreplymessage();
11577 inline ::VoteKickReplyMessage* release_votekickreplymessage();
11578 inline void set_allocated_votekickreplymessage(::VoteKickReplyMessage* votekickreplymessage);
11579
11580 // optional .KickPetitionUpdateMessage kickPetitionUpdateMessage = 61;
11581 inline bool has_kickpetitionupdatemessage() const;
11582 inline void clear_kickpetitionupdatemessage();
11583 static const int kKickPetitionUpdateMessageFieldNumber = 61;
11584 inline const ::KickPetitionUpdateMessage& kickpetitionupdatemessage() const;
11585 inline ::KickPetitionUpdateMessage* mutable_kickpetitionupdatemessage();
11586 inline ::KickPetitionUpdateMessage* release_kickpetitionupdatemessage();
11587 inline void set_allocated_kickpetitionupdatemessage(::KickPetitionUpdateMessage* kickpetitionupdatemessage);
11588
11589 // optional .EndKickPetitionMessage endKickPetitionMessage = 62;
11590 inline bool has_endkickpetitionmessage() const;
11591 inline void clear_endkickpetitionmessage();
11592 static const int kEndKickPetitionMessageFieldNumber = 62;
11593 inline const ::EndKickPetitionMessage& endkickpetitionmessage() const;
11594 inline ::EndKickPetitionMessage* mutable_endkickpetitionmessage();
11595 inline ::EndKickPetitionMessage* release_endkickpetitionmessage();
11596 inline void set_allocated_endkickpetitionmessage(::EndKickPetitionMessage* endkickpetitionmessage);
11597
11598 // optional .StatisticsMessage statisticsMessage = 63;
11599 inline bool has_statisticsmessage() const;
11600 inline void clear_statisticsmessage();
11601 static const int kStatisticsMessageFieldNumber = 63;
11602 inline const ::StatisticsMessage& statisticsmessage() const;
11603 inline ::StatisticsMessage* mutable_statisticsmessage();
11604 inline ::StatisticsMessage* release_statisticsmessage();
11605 inline void set_allocated_statisticsmessage(::StatisticsMessage* statisticsmessage);
11606
11607 // optional .ChatRequestMessage chatRequestMessage = 64;
11608 inline bool has_chatrequestmessage() const;
11609 inline void clear_chatrequestmessage();
11610 static const int kChatRequestMessageFieldNumber = 64;
11611 inline const ::ChatRequestMessage& chatrequestmessage() const;
11612 inline ::ChatRequestMessage* mutable_chatrequestmessage();
11613 inline ::ChatRequestMessage* release_chatrequestmessage();
11614 inline void set_allocated_chatrequestmessage(::ChatRequestMessage* chatrequestmessage);
11615
11616 // optional .ChatMessage chatMessage = 65;
11617 inline bool has_chatmessage() const;
11618 inline void clear_chatmessage();
11619 static const int kChatMessageFieldNumber = 65;
11620 inline const ::ChatMessage& chatmessage() const;
11621 inline ::ChatMessage* mutable_chatmessage();
11622 inline ::ChatMessage* release_chatmessage();
11623 inline void set_allocated_chatmessage(::ChatMessage* chatmessage);
11624
11625 // optional .ChatRejectMessage chatRejectMessage = 66;
11626 inline bool has_chatrejectmessage() const;
11627 inline void clear_chatrejectmessage();
11628 static const int kChatRejectMessageFieldNumber = 66;
11629 inline const ::ChatRejectMessage& chatrejectmessage() const;
11630 inline ::ChatRejectMessage* mutable_chatrejectmessage();
11631 inline ::ChatRejectMessage* release_chatrejectmessage();
11632 inline void set_allocated_chatrejectmessage(::ChatRejectMessage* chatrejectmessage);
11633
11634 // optional .DialogMessage dialogMessage = 67;
11635 inline bool has_dialogmessage() const;
11636 inline void clear_dialogmessage();
11637 static const int kDialogMessageFieldNumber = 67;
11638 inline const ::DialogMessage& dialogmessage() const;
11639 inline ::DialogMessage* mutable_dialogmessage();
11640 inline ::DialogMessage* release_dialogmessage();
11641 inline void set_allocated_dialogmessage(::DialogMessage* dialogmessage);
11642
11643 // optional .TimeoutWarningMessage timeoutWarningMessage = 68;
11644 inline bool has_timeoutwarningmessage() const;
11645 inline void clear_timeoutwarningmessage();
11646 static const int kTimeoutWarningMessageFieldNumber = 68;
11647 inline const ::TimeoutWarningMessage& timeoutwarningmessage() const;
11648 inline ::TimeoutWarningMessage* mutable_timeoutwarningmessage();
11649 inline ::TimeoutWarningMessage* release_timeoutwarningmessage();
11650 inline void set_allocated_timeoutwarningmessage(::TimeoutWarningMessage* timeoutwarningmessage);
11651
11652 // optional .ResetTimeoutMessage resetTimeoutMessage = 69;
11653 inline bool has_resettimeoutmessage() const;
11654 inline void clear_resettimeoutmessage();
11655 static const int kResetTimeoutMessageFieldNumber = 69;
11656 inline const ::ResetTimeoutMessage& resettimeoutmessage() const;
11657 inline ::ResetTimeoutMessage* mutable_resettimeoutmessage();
11658 inline ::ResetTimeoutMessage* release_resettimeoutmessage();
11659 inline void set_allocated_resettimeoutmessage(::ResetTimeoutMessage* resettimeoutmessage);
11660
11661 // optional .ReportAvatarMessage reportAvatarMessage = 70;
11662 inline bool has_reportavatarmessage() const;
11663 inline void clear_reportavatarmessage();
11664 static const int kReportAvatarMessageFieldNumber = 70;
11665 inline const ::ReportAvatarMessage& reportavatarmessage() const;
11666 inline ::ReportAvatarMessage* mutable_reportavatarmessage();
11667 inline ::ReportAvatarMessage* release_reportavatarmessage();
11668 inline void set_allocated_reportavatarmessage(::ReportAvatarMessage* reportavatarmessage);
11669
11670 // optional .ReportAvatarAckMessage reportAvatarAckMessage = 71;
11671 inline bool has_reportavatarackmessage() const;
11672 inline void clear_reportavatarackmessage();
11673 static const int kReportAvatarAckMessageFieldNumber = 71;
11674 inline const ::ReportAvatarAckMessage& reportavatarackmessage() const;
11675 inline ::ReportAvatarAckMessage* mutable_reportavatarackmessage();
11676 inline ::ReportAvatarAckMessage* release_reportavatarackmessage();
11677 inline void set_allocated_reportavatarackmessage(::ReportAvatarAckMessage* reportavatarackmessage);
11678
11679 // optional .ReportGameMessage reportGameMessage = 72;
11680 inline bool has_reportgamemessage() const;
11681 inline void clear_reportgamemessage();
11682 static const int kReportGameMessageFieldNumber = 72;
11683 inline const ::ReportGameMessage& reportgamemessage() const;
11684 inline ::ReportGameMessage* mutable_reportgamemessage();
11685 inline ::ReportGameMessage* release_reportgamemessage();
11686 inline void set_allocated_reportgamemessage(::ReportGameMessage* reportgamemessage);
11687
11688 // optional .ReportGameAckMessage reportGameAckMessage = 73;
11689 inline bool has_reportgameackmessage() const;
11690 inline void clear_reportgameackmessage();
11691 static const int kReportGameAckMessageFieldNumber = 73;
11692 inline const ::ReportGameAckMessage& reportgameackmessage() const;
11693 inline ::ReportGameAckMessage* mutable_reportgameackmessage();
11694 inline ::ReportGameAckMessage* release_reportgameackmessage();
11695 inline void set_allocated_reportgameackmessage(::ReportGameAckMessage* reportgameackmessage);
11696
11697 // optional .ErrorMessage errorMessage = 74;
11698 inline bool has_errormessage() const;
11699 inline void clear_errormessage();
11700 static const int kErrorMessageFieldNumber = 74;
11701 inline const ::ErrorMessage& errormessage() const;
11702 inline ::ErrorMessage* mutable_errormessage();
11703 inline ::ErrorMessage* release_errormessage();
11704 inline void set_allocated_errormessage(::ErrorMessage* errormessage);
11705
11706 // optional .AdminRemoveGameMessage adminRemoveGameMessage = 75;
11707 inline bool has_adminremovegamemessage() const;
11708 inline void clear_adminremovegamemessage();
11709 static const int kAdminRemoveGameMessageFieldNumber = 75;
11710 inline const ::AdminRemoveGameMessage& adminremovegamemessage() const;
11711 inline ::AdminRemoveGameMessage* mutable_adminremovegamemessage();
11712 inline ::AdminRemoveGameMessage* release_adminremovegamemessage();
11713 inline void set_allocated_adminremovegamemessage(::AdminRemoveGameMessage* adminremovegamemessage);
11714
11715 // optional .AdminRemoveGameAckMessage adminRemoveGameAckMessage = 76;
11716 inline bool has_adminremovegameackmessage() const;
11717 inline void clear_adminremovegameackmessage();
11718 static const int kAdminRemoveGameAckMessageFieldNumber = 76;
11719 inline const ::AdminRemoveGameAckMessage& adminremovegameackmessage() const;
11720 inline ::AdminRemoveGameAckMessage* mutable_adminremovegameackmessage();
11721 inline ::AdminRemoveGameAckMessage* release_adminremovegameackmessage();
11722 inline void set_allocated_adminremovegameackmessage(::AdminRemoveGameAckMessage* adminremovegameackmessage);
11723
11724 // optional .AdminBanPlayerMessage adminBanPlayerMessage = 77;
11725 inline bool has_adminbanplayermessage() const;
11726 inline void clear_adminbanplayermessage();
11727 static const int kAdminBanPlayerMessageFieldNumber = 77;
11728 inline const ::AdminBanPlayerMessage& adminbanplayermessage() const;
11729 inline ::AdminBanPlayerMessage* mutable_adminbanplayermessage();
11730 inline ::AdminBanPlayerMessage* release_adminbanplayermessage();
11731 inline void set_allocated_adminbanplayermessage(::AdminBanPlayerMessage* adminbanplayermessage);
11732
11733 // optional .AdminBanPlayerAckMessage adminBanPlayerAckMessage = 78;
11734 inline bool has_adminbanplayerackmessage() const;
11735 inline void clear_adminbanplayerackmessage();
11736 static const int kAdminBanPlayerAckMessageFieldNumber = 78;
11737 inline const ::AdminBanPlayerAckMessage& adminbanplayerackmessage() const;
11738 inline ::AdminBanPlayerAckMessage* mutable_adminbanplayerackmessage();
11739 inline ::AdminBanPlayerAckMessage* release_adminbanplayerackmessage();
11740 inline void set_allocated_adminbanplayerackmessage(::AdminBanPlayerAckMessage* adminbanplayerackmessage);
11741
11742 // optional .GameListSpectatorJoinedMessage gameListSpectatorJoinedMessage = 79;
11743 inline bool has_gamelistspectatorjoinedmessage() const;
11744 inline void clear_gamelistspectatorjoinedmessage();
11745 static const int kGameListSpectatorJoinedMessageFieldNumber = 79;
11746 inline const ::GameListSpectatorJoinedMessage& gamelistspectatorjoinedmessage() const;
11747 inline ::GameListSpectatorJoinedMessage* mutable_gamelistspectatorjoinedmessage();
11748 inline ::GameListSpectatorJoinedMessage* release_gamelistspectatorjoinedmessage();
11749 inline void set_allocated_gamelistspectatorjoinedmessage(::GameListSpectatorJoinedMessage* gamelistspectatorjoinedmessage);
11750
11751 // optional .GameListSpectatorLeftMessage gameListSpectatorLeftMessage = 80;
11752 inline bool has_gamelistspectatorleftmessage() const;
11753 inline void clear_gamelistspectatorleftmessage();
11754 static const int kGameListSpectatorLeftMessageFieldNumber = 80;
11755 inline const ::GameListSpectatorLeftMessage& gamelistspectatorleftmessage() const;
11756 inline ::GameListSpectatorLeftMessage* mutable_gamelistspectatorleftmessage();
11757 inline ::GameListSpectatorLeftMessage* release_gamelistspectatorleftmessage();
11758 inline void set_allocated_gamelistspectatorleftmessage(::GameListSpectatorLeftMessage* gamelistspectatorleftmessage);
11759
11760 // optional .GameSpectatorJoinedMessage gameSpectatorJoinedMessage = 81;
11761 inline bool has_gamespectatorjoinedmessage() const;
11762 inline void clear_gamespectatorjoinedmessage();
11763 static const int kGameSpectatorJoinedMessageFieldNumber = 81;
11764 inline const ::GameSpectatorJoinedMessage& gamespectatorjoinedmessage() const;
11765 inline ::GameSpectatorJoinedMessage* mutable_gamespectatorjoinedmessage();
11766 inline ::GameSpectatorJoinedMessage* release_gamespectatorjoinedmessage();
11767 inline void set_allocated_gamespectatorjoinedmessage(::GameSpectatorJoinedMessage* gamespectatorjoinedmessage);
11768
11769 // optional .GameSpectatorLeftMessage gameSpectatorLeftMessage = 82;
11770 inline bool has_gamespectatorleftmessage() const;
11771 inline void clear_gamespectatorleftmessage();
11772 static const int kGameSpectatorLeftMessageFieldNumber = 82;
11773 inline const ::GameSpectatorLeftMessage& gamespectatorleftmessage() const;
11774 inline ::GameSpectatorLeftMessage* mutable_gamespectatorleftmessage();
11775 inline ::GameSpectatorLeftMessage* release_gamespectatorleftmessage();
11776 inline void set_allocated_gamespectatorleftmessage(::GameSpectatorLeftMessage* gamespectatorleftmessage);
11777
11778 // @@protoc_insertion_point(class_scope:PokerTHMessage)
11779 private:
11780 inline void set_has_messagetype();
11781 inline void clear_has_messagetype();
11782 inline void set_has_announcemessage();
11783 inline void clear_has_announcemessage();
11784 inline void set_has_initmessage();
11785 inline void clear_has_initmessage();
11786 inline void set_has_authserverchallengemessage();
11787 inline void clear_has_authserverchallengemessage();
11788 inline void set_has_authclientresponsemessage();
11789 inline void clear_has_authclientresponsemessage();
11790 inline void set_has_authserververificationmessage();
11791 inline void clear_has_authserververificationmessage();
11792 inline void set_has_initackmessage();
11793 inline void clear_has_initackmessage();
11794 inline void set_has_avatarrequestmessage();
11795 inline void clear_has_avatarrequestmessage();
11796 inline void set_has_avatarheadermessage();
11797 inline void clear_has_avatarheadermessage();
11798 inline void set_has_avatardatamessage();
11799 inline void clear_has_avatardatamessage();
11800 inline void set_has_avatarendmessage();
11801 inline void clear_has_avatarendmessage();
11802 inline void set_has_unknownavatarmessage();
11803 inline void clear_has_unknownavatarmessage();
11804 inline void set_has_playerlistmessage();
11805 inline void clear_has_playerlistmessage();
11806 inline void set_has_gamelistnewmessage();
11807 inline void clear_has_gamelistnewmessage();
11808 inline void set_has_gamelistupdatemessage();
11809 inline void clear_has_gamelistupdatemessage();
11810 inline void set_has_gamelistplayerjoinedmessage();
11811 inline void clear_has_gamelistplayerjoinedmessage();
11812 inline void set_has_gamelistplayerleftmessage();
11813 inline void clear_has_gamelistplayerleftmessage();
11814 inline void set_has_gamelistadminchangedmessage();
11815 inline void clear_has_gamelistadminchangedmessage();
11816 inline void set_has_playerinforequestmessage();
11817 inline void clear_has_playerinforequestmessage();
11818 inline void set_has_playerinforeplymessage();
11819 inline void clear_has_playerinforeplymessage();
11820 inline void set_has_subscriptionrequestmessage();
11821 inline void clear_has_subscriptionrequestmessage();
11822 inline void set_has_joinexistinggamemessage();
11823 inline void clear_has_joinexistinggamemessage();
11824 inline void set_has_joinnewgamemessage();
11825 inline void clear_has_joinnewgamemessage();
11826 inline void set_has_rejoinexistinggamemessage();
11827 inline void clear_has_rejoinexistinggamemessage();
11828 inline void set_has_joingameackmessage();
11829 inline void clear_has_joingameackmessage();
11830 inline void set_has_joingamefailedmessage();
11831 inline void clear_has_joingamefailedmessage();
11832 inline void set_has_gameplayerjoinedmessage();
11833 inline void clear_has_gameplayerjoinedmessage();
11834 inline void set_has_gameplayerleftmessage();
11835 inline void clear_has_gameplayerleftmessage();
11836 inline void set_has_gameadminchangedmessage();
11837 inline void clear_has_gameadminchangedmessage();
11838 inline void set_has_removedfromgamemessage();
11839 inline void clear_has_removedfromgamemessage();
11840 inline void set_has_kickplayerrequestmessage();
11841 inline void clear_has_kickplayerrequestmessage();
11842 inline void set_has_leavegamerequestmessage();
11843 inline void clear_has_leavegamerequestmessage();
11844 inline void set_has_inviteplayertogamemessage();
11845 inline void clear_has_inviteplayertogamemessage();
11846 inline void set_has_invitenotifymessage();
11847 inline void clear_has_invitenotifymessage();
11848 inline void set_has_rejectgameinvitationmessage();
11849 inline void clear_has_rejectgameinvitationmessage();
11850 inline void set_has_rejectinvnotifymessage();
11851 inline void clear_has_rejectinvnotifymessage();
11852 inline void set_has_starteventmessage();
11853 inline void clear_has_starteventmessage();
11854 inline void set_has_starteventackmessage();
11855 inline void clear_has_starteventackmessage();
11856 inline void set_has_gamestartinitialmessage();
11857 inline void clear_has_gamestartinitialmessage();
11858 inline void set_has_gamestartrejoinmessage();
11859 inline void clear_has_gamestartrejoinmessage();
11860 inline void set_has_handstartmessage();
11861 inline void clear_has_handstartmessage();
11862 inline void set_has_playersturnmessage();
11863 inline void clear_has_playersturnmessage();
11864 inline void set_has_myactionrequestmessage();
11865 inline void clear_has_myactionrequestmessage();
11866 inline void set_has_youractionrejectedmessage();
11867 inline void clear_has_youractionrejectedmessage();
11868 inline void set_has_playersactiondonemessage();
11869 inline void clear_has_playersactiondonemessage();
11870 inline void set_has_dealflopcardsmessage();
11871 inline void clear_has_dealflopcardsmessage();
11872 inline void set_has_dealturncardmessage();
11873 inline void clear_has_dealturncardmessage();
11874 inline void set_has_dealrivercardmessage();
11875 inline void clear_has_dealrivercardmessage();
11876 inline void set_has_allinshowcardsmessage();
11877 inline void clear_has_allinshowcardsmessage();
11878 inline void set_has_endofhandshowcardsmessage();
11879 inline void clear_has_endofhandshowcardsmessage();
11880 inline void set_has_endofhandhidecardsmessage();
11881 inline void clear_has_endofhandhidecardsmessage();
11882 inline void set_has_showmycardsrequestmessage();
11883 inline void clear_has_showmycardsrequestmessage();
11884 inline void set_has_afterhandshowcardsmessage();
11885 inline void clear_has_afterhandshowcardsmessage();
11886 inline void set_has_endofgamemessage();
11887 inline void clear_has_endofgamemessage();
11888 inline void set_has_playeridchangedmessage();
11889 inline void clear_has_playeridchangedmessage();
11890 inline void set_has_askkickplayermessage();
11891 inline void clear_has_askkickplayermessage();
11892 inline void set_has_askkickdeniedmessage();
11893 inline void clear_has_askkickdeniedmessage();
11894 inline void set_has_startkickpetitionmessage();
11895 inline void clear_has_startkickpetitionmessage();
11896 inline void set_has_votekickrequestmessage();
11897 inline void clear_has_votekickrequestmessage();
11898 inline void set_has_votekickreplymessage();
11899 inline void clear_has_votekickreplymessage();
11900 inline void set_has_kickpetitionupdatemessage();
11901 inline void clear_has_kickpetitionupdatemessage();
11902 inline void set_has_endkickpetitionmessage();
11903 inline void clear_has_endkickpetitionmessage();
11904 inline void set_has_statisticsmessage();
11905 inline void clear_has_statisticsmessage();
11906 inline void set_has_chatrequestmessage();
11907 inline void clear_has_chatrequestmessage();
11908 inline void set_has_chatmessage();
11909 inline void clear_has_chatmessage();
11910 inline void set_has_chatrejectmessage();
11911 inline void clear_has_chatrejectmessage();
11912 inline void set_has_dialogmessage();
11913 inline void clear_has_dialogmessage();
11914 inline void set_has_timeoutwarningmessage();
11915 inline void clear_has_timeoutwarningmessage();
11916 inline void set_has_resettimeoutmessage();
11917 inline void clear_has_resettimeoutmessage();
11918 inline void set_has_reportavatarmessage();
11919 inline void clear_has_reportavatarmessage();
11920 inline void set_has_reportavatarackmessage();
11921 inline void clear_has_reportavatarackmessage();
11922 inline void set_has_reportgamemessage();
11923 inline void clear_has_reportgamemessage();
11924 inline void set_has_reportgameackmessage();
11925 inline void clear_has_reportgameackmessage();
11926 inline void set_has_errormessage();
11927 inline void clear_has_errormessage();
11928 inline void set_has_adminremovegamemessage();
11929 inline void clear_has_adminremovegamemessage();
11930 inline void set_has_adminremovegameackmessage();
11931 inline void clear_has_adminremovegameackmessage();
11932 inline void set_has_adminbanplayermessage();
11933 inline void clear_has_adminbanplayermessage();
11934 inline void set_has_adminbanplayerackmessage();
11935 inline void clear_has_adminbanplayerackmessage();
11936 inline void set_has_gamelistspectatorjoinedmessage();
11937 inline void clear_has_gamelistspectatorjoinedmessage();
11938 inline void set_has_gamelistspectatorleftmessage();
11939 inline void clear_has_gamelistspectatorleftmessage();
11940 inline void set_has_gamespectatorjoinedmessage();
11941 inline void clear_has_gamespectatorjoinedmessage();
11942 inline void set_has_gamespectatorleftmessage();
11943 inline void clear_has_gamespectatorleftmessage();
11944
11945 ::std::string _unknown_fields_;
11946
11947 ::google::protobuf::uint32 _has_bits_[3];
11948 mutable int _cached_size_;
11949 ::AnnounceMessage* announcemessage_;
11950 ::InitMessage* initmessage_;
11951 ::AuthServerChallengeMessage* authserverchallengemessage_;
11952 ::AuthClientResponseMessage* authclientresponsemessage_;
11953 ::AuthServerVerificationMessage* authserververificationmessage_;
11954 ::InitAckMessage* initackmessage_;
11955 ::AvatarRequestMessage* avatarrequestmessage_;
11956 ::AvatarHeaderMessage* avatarheadermessage_;
11957 ::AvatarDataMessage* avatardatamessage_;
11958 ::AvatarEndMessage* avatarendmessage_;
11959 ::UnknownAvatarMessage* unknownavatarmessage_;
11960 ::PlayerListMessage* playerlistmessage_;
11961 ::GameListNewMessage* gamelistnewmessage_;
11962 ::GameListUpdateMessage* gamelistupdatemessage_;
11963 ::GameListPlayerJoinedMessage* gamelistplayerjoinedmessage_;
11964 ::GameListPlayerLeftMessage* gamelistplayerleftmessage_;
11965 ::GameListAdminChangedMessage* gamelistadminchangedmessage_;
11966 ::PlayerInfoRequestMessage* playerinforequestmessage_;
11967 ::PlayerInfoReplyMessage* playerinforeplymessage_;
11968 ::SubscriptionRequestMessage* subscriptionrequestmessage_;
11969 ::JoinExistingGameMessage* joinexistinggamemessage_;
11970 ::JoinNewGameMessage* joinnewgamemessage_;
11971 ::RejoinExistingGameMessage* rejoinexistinggamemessage_;
11972 ::JoinGameAckMessage* joingameackmessage_;
11973 ::JoinGameFailedMessage* joingamefailedmessage_;
11974 ::GamePlayerJoinedMessage* gameplayerjoinedmessage_;
11975 ::GamePlayerLeftMessage* gameplayerleftmessage_;
11976 ::GameAdminChangedMessage* gameadminchangedmessage_;
11977 ::RemovedFromGameMessage* removedfromgamemessage_;
11978 ::KickPlayerRequestMessage* kickplayerrequestmessage_;
11979 ::LeaveGameRequestMessage* leavegamerequestmessage_;
11980 ::InvitePlayerToGameMessage* inviteplayertogamemessage_;
11981 ::InviteNotifyMessage* invitenotifymessage_;
11982 ::RejectGameInvitationMessage* rejectgameinvitationmessage_;
11983 ::RejectInvNotifyMessage* rejectinvnotifymessage_;
11984 ::StartEventMessage* starteventmessage_;
11985 ::StartEventAckMessage* starteventackmessage_;
11986 ::GameStartInitialMessage* gamestartinitialmessage_;
11987 ::GameStartRejoinMessage* gamestartrejoinmessage_;
11988 ::HandStartMessage* handstartmessage_;
11989 ::PlayersTurnMessage* playersturnmessage_;
11990 ::MyActionRequestMessage* myactionrequestmessage_;
11991 ::YourActionRejectedMessage* youractionrejectedmessage_;
11992 ::PlayersActionDoneMessage* playersactiondonemessage_;
11993 ::DealFlopCardsMessage* dealflopcardsmessage_;
11994 ::DealTurnCardMessage* dealturncardmessage_;
11995 ::DealRiverCardMessage* dealrivercardmessage_;
11996 ::AllInShowCardsMessage* allinshowcardsmessage_;
11997 ::EndOfHandShowCardsMessage* endofhandshowcardsmessage_;
11998 ::EndOfHandHideCardsMessage* endofhandhidecardsmessage_;
11999 ::ShowMyCardsRequestMessage* showmycardsrequestmessage_;
12000 ::AfterHandShowCardsMessage* afterhandshowcardsmessage_;
12001 ::EndOfGameMessage* endofgamemessage_;
12002 ::PlayerIdChangedMessage* playeridchangedmessage_;
12003 ::AskKickPlayerMessage* askkickplayermessage_;
12004 ::AskKickDeniedMessage* askkickdeniedmessage_;
12005 ::StartKickPetitionMessage* startkickpetitionmessage_;
12006 ::VoteKickRequestMessage* votekickrequestmessage_;
12007 ::VoteKickReplyMessage* votekickreplymessage_;
12008 ::KickPetitionUpdateMessage* kickpetitionupdatemessage_;
12009 ::EndKickPetitionMessage* endkickpetitionmessage_;
12010 ::StatisticsMessage* statisticsmessage_;
12011 ::ChatRequestMessage* chatrequestmessage_;
12012 ::ChatMessage* chatmessage_;
12013 ::ChatRejectMessage* chatrejectmessage_;
12014 ::DialogMessage* dialogmessage_;
12015 ::TimeoutWarningMessage* timeoutwarningmessage_;
12016 ::ResetTimeoutMessage* resettimeoutmessage_;
12017 ::ReportAvatarMessage* reportavatarmessage_;
12018 ::ReportAvatarAckMessage* reportavatarackmessage_;
12019 ::ReportGameMessage* reportgamemessage_;
12020 ::ReportGameAckMessage* reportgameackmessage_;
12021 ::ErrorMessage* errormessage_;
12022 ::AdminRemoveGameMessage* adminremovegamemessage_;
12023 ::AdminRemoveGameAckMessage* adminremovegameackmessage_;
12024 ::AdminBanPlayerMessage* adminbanplayermessage_;
12025 ::AdminBanPlayerAckMessage* adminbanplayerackmessage_;
12026 ::GameListSpectatorJoinedMessage* gamelistspectatorjoinedmessage_;
12027 ::GameListSpectatorLeftMessage* gamelistspectatorleftmessage_;
12028 ::GameSpectatorJoinedMessage* gamespectatorjoinedmessage_;
12029 ::GameSpectatorLeftMessage* gamespectatorleftmessage_;
12030 int messagetype_;
12031 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
12032 friend void protobuf_AddDesc_pokerth_2eproto_impl();
12033 #else
12034 friend void protobuf_AddDesc_pokerth_2eproto();
12035 #endif
12036 friend void protobuf_AssignDesc_pokerth_2eproto();
12037 friend void protobuf_ShutdownFile_pokerth_2eproto();
12038
12039 void InitAsDefaultInstance();
12040 static PokerTHMessage* default_instance_;
12041 };
12042 // ===================================================================
12043
12044
12045 // ===================================================================
12046
12047 // NetGameInfo
12048
12049 // required string gameName = 1;
has_gamename()12050 inline bool NetGameInfo::has_gamename() const {
12051 return (_has_bits_[0] & 0x00000001u) != 0;
12052 }
set_has_gamename()12053 inline void NetGameInfo::set_has_gamename() {
12054 _has_bits_[0] |= 0x00000001u;
12055 }
clear_has_gamename()12056 inline void NetGameInfo::clear_has_gamename() {
12057 _has_bits_[0] &= ~0x00000001u;
12058 }
clear_gamename()12059 inline void NetGameInfo::clear_gamename() {
12060 if (gamename_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12061 gamename_->clear();
12062 }
12063 clear_has_gamename();
12064 }
gamename()12065 inline const ::std::string& NetGameInfo::gamename() const {
12066 // @@protoc_insertion_point(field_get:NetGameInfo.gameName)
12067 return *gamename_;
12068 }
set_gamename(const::std::string & value)12069 inline void NetGameInfo::set_gamename(const ::std::string& value) {
12070 set_has_gamename();
12071 if (gamename_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12072 gamename_ = new ::std::string;
12073 }
12074 gamename_->assign(value);
12075 // @@protoc_insertion_point(field_set:NetGameInfo.gameName)
12076 }
set_gamename(const char * value)12077 inline void NetGameInfo::set_gamename(const char* value) {
12078 set_has_gamename();
12079 if (gamename_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12080 gamename_ = new ::std::string;
12081 }
12082 gamename_->assign(value);
12083 // @@protoc_insertion_point(field_set_char:NetGameInfo.gameName)
12084 }
set_gamename(const char * value,size_t size)12085 inline void NetGameInfo::set_gamename(const char* value, size_t size) {
12086 set_has_gamename();
12087 if (gamename_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12088 gamename_ = new ::std::string;
12089 }
12090 gamename_->assign(reinterpret_cast<const char*>(value), size);
12091 // @@protoc_insertion_point(field_set_pointer:NetGameInfo.gameName)
12092 }
mutable_gamename()12093 inline ::std::string* NetGameInfo::mutable_gamename() {
12094 set_has_gamename();
12095 if (gamename_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12096 gamename_ = new ::std::string;
12097 }
12098 // @@protoc_insertion_point(field_mutable:NetGameInfo.gameName)
12099 return gamename_;
12100 }
release_gamename()12101 inline ::std::string* NetGameInfo::release_gamename() {
12102 clear_has_gamename();
12103 if (gamename_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12104 return NULL;
12105 } else {
12106 ::std::string* temp = gamename_;
12107 gamename_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
12108 return temp;
12109 }
12110 }
set_allocated_gamename(::std::string * gamename)12111 inline void NetGameInfo::set_allocated_gamename(::std::string* gamename) {
12112 if (gamename_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12113 delete gamename_;
12114 }
12115 if (gamename) {
12116 set_has_gamename();
12117 gamename_ = gamename;
12118 } else {
12119 clear_has_gamename();
12120 gamename_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
12121 }
12122 // @@protoc_insertion_point(field_set_allocated:NetGameInfo.gameName)
12123 }
12124
12125 // required .NetGameInfo.NetGameType netGameType = 2;
has_netgametype()12126 inline bool NetGameInfo::has_netgametype() const {
12127 return (_has_bits_[0] & 0x00000002u) != 0;
12128 }
set_has_netgametype()12129 inline void NetGameInfo::set_has_netgametype() {
12130 _has_bits_[0] |= 0x00000002u;
12131 }
clear_has_netgametype()12132 inline void NetGameInfo::clear_has_netgametype() {
12133 _has_bits_[0] &= ~0x00000002u;
12134 }
clear_netgametype()12135 inline void NetGameInfo::clear_netgametype() {
12136 netgametype_ = 1;
12137 clear_has_netgametype();
12138 }
netgametype()12139 inline ::NetGameInfo_NetGameType NetGameInfo::netgametype() const {
12140 // @@protoc_insertion_point(field_get:NetGameInfo.netGameType)
12141 return static_cast< ::NetGameInfo_NetGameType >(netgametype_);
12142 }
set_netgametype(::NetGameInfo_NetGameType value)12143 inline void NetGameInfo::set_netgametype(::NetGameInfo_NetGameType value) {
12144 assert(::NetGameInfo_NetGameType_IsValid(value));
12145 set_has_netgametype();
12146 netgametype_ = value;
12147 // @@protoc_insertion_point(field_set:NetGameInfo.netGameType)
12148 }
12149
12150 // required uint32 maxNumPlayers = 3;
has_maxnumplayers()12151 inline bool NetGameInfo::has_maxnumplayers() const {
12152 return (_has_bits_[0] & 0x00000004u) != 0;
12153 }
set_has_maxnumplayers()12154 inline void NetGameInfo::set_has_maxnumplayers() {
12155 _has_bits_[0] |= 0x00000004u;
12156 }
clear_has_maxnumplayers()12157 inline void NetGameInfo::clear_has_maxnumplayers() {
12158 _has_bits_[0] &= ~0x00000004u;
12159 }
clear_maxnumplayers()12160 inline void NetGameInfo::clear_maxnumplayers() {
12161 maxnumplayers_ = 0u;
12162 clear_has_maxnumplayers();
12163 }
maxnumplayers()12164 inline ::google::protobuf::uint32 NetGameInfo::maxnumplayers() const {
12165 // @@protoc_insertion_point(field_get:NetGameInfo.maxNumPlayers)
12166 return maxnumplayers_;
12167 }
set_maxnumplayers(::google::protobuf::uint32 value)12168 inline void NetGameInfo::set_maxnumplayers(::google::protobuf::uint32 value) {
12169 set_has_maxnumplayers();
12170 maxnumplayers_ = value;
12171 // @@protoc_insertion_point(field_set:NetGameInfo.maxNumPlayers)
12172 }
12173
12174 // required .NetGameInfo.RaiseIntervalMode raiseIntervalMode = 4;
has_raiseintervalmode()12175 inline bool NetGameInfo::has_raiseintervalmode() const {
12176 return (_has_bits_[0] & 0x00000008u) != 0;
12177 }
set_has_raiseintervalmode()12178 inline void NetGameInfo::set_has_raiseintervalmode() {
12179 _has_bits_[0] |= 0x00000008u;
12180 }
clear_has_raiseintervalmode()12181 inline void NetGameInfo::clear_has_raiseintervalmode() {
12182 _has_bits_[0] &= ~0x00000008u;
12183 }
clear_raiseintervalmode()12184 inline void NetGameInfo::clear_raiseintervalmode() {
12185 raiseintervalmode_ = 1;
12186 clear_has_raiseintervalmode();
12187 }
raiseintervalmode()12188 inline ::NetGameInfo_RaiseIntervalMode NetGameInfo::raiseintervalmode() const {
12189 // @@protoc_insertion_point(field_get:NetGameInfo.raiseIntervalMode)
12190 return static_cast< ::NetGameInfo_RaiseIntervalMode >(raiseintervalmode_);
12191 }
set_raiseintervalmode(::NetGameInfo_RaiseIntervalMode value)12192 inline void NetGameInfo::set_raiseintervalmode(::NetGameInfo_RaiseIntervalMode value) {
12193 assert(::NetGameInfo_RaiseIntervalMode_IsValid(value));
12194 set_has_raiseintervalmode();
12195 raiseintervalmode_ = value;
12196 // @@protoc_insertion_point(field_set:NetGameInfo.raiseIntervalMode)
12197 }
12198
12199 // optional uint32 raiseEveryHands = 5;
has_raiseeveryhands()12200 inline bool NetGameInfo::has_raiseeveryhands() const {
12201 return (_has_bits_[0] & 0x00000010u) != 0;
12202 }
set_has_raiseeveryhands()12203 inline void NetGameInfo::set_has_raiseeveryhands() {
12204 _has_bits_[0] |= 0x00000010u;
12205 }
clear_has_raiseeveryhands()12206 inline void NetGameInfo::clear_has_raiseeveryhands() {
12207 _has_bits_[0] &= ~0x00000010u;
12208 }
clear_raiseeveryhands()12209 inline void NetGameInfo::clear_raiseeveryhands() {
12210 raiseeveryhands_ = 0u;
12211 clear_has_raiseeveryhands();
12212 }
raiseeveryhands()12213 inline ::google::protobuf::uint32 NetGameInfo::raiseeveryhands() const {
12214 // @@protoc_insertion_point(field_get:NetGameInfo.raiseEveryHands)
12215 return raiseeveryhands_;
12216 }
set_raiseeveryhands(::google::protobuf::uint32 value)12217 inline void NetGameInfo::set_raiseeveryhands(::google::protobuf::uint32 value) {
12218 set_has_raiseeveryhands();
12219 raiseeveryhands_ = value;
12220 // @@protoc_insertion_point(field_set:NetGameInfo.raiseEveryHands)
12221 }
12222
12223 // optional uint32 raiseEveryMinutes = 6;
has_raiseeveryminutes()12224 inline bool NetGameInfo::has_raiseeveryminutes() const {
12225 return (_has_bits_[0] & 0x00000020u) != 0;
12226 }
set_has_raiseeveryminutes()12227 inline void NetGameInfo::set_has_raiseeveryminutes() {
12228 _has_bits_[0] |= 0x00000020u;
12229 }
clear_has_raiseeveryminutes()12230 inline void NetGameInfo::clear_has_raiseeveryminutes() {
12231 _has_bits_[0] &= ~0x00000020u;
12232 }
clear_raiseeveryminutes()12233 inline void NetGameInfo::clear_raiseeveryminutes() {
12234 raiseeveryminutes_ = 0u;
12235 clear_has_raiseeveryminutes();
12236 }
raiseeveryminutes()12237 inline ::google::protobuf::uint32 NetGameInfo::raiseeveryminutes() const {
12238 // @@protoc_insertion_point(field_get:NetGameInfo.raiseEveryMinutes)
12239 return raiseeveryminutes_;
12240 }
set_raiseeveryminutes(::google::protobuf::uint32 value)12241 inline void NetGameInfo::set_raiseeveryminutes(::google::protobuf::uint32 value) {
12242 set_has_raiseeveryminutes();
12243 raiseeveryminutes_ = value;
12244 // @@protoc_insertion_point(field_set:NetGameInfo.raiseEveryMinutes)
12245 }
12246
12247 // required .NetGameInfo.EndRaiseMode endRaiseMode = 7;
has_endraisemode()12248 inline bool NetGameInfo::has_endraisemode() const {
12249 return (_has_bits_[0] & 0x00000040u) != 0;
12250 }
set_has_endraisemode()12251 inline void NetGameInfo::set_has_endraisemode() {
12252 _has_bits_[0] |= 0x00000040u;
12253 }
clear_has_endraisemode()12254 inline void NetGameInfo::clear_has_endraisemode() {
12255 _has_bits_[0] &= ~0x00000040u;
12256 }
clear_endraisemode()12257 inline void NetGameInfo::clear_endraisemode() {
12258 endraisemode_ = 1;
12259 clear_has_endraisemode();
12260 }
endraisemode()12261 inline ::NetGameInfo_EndRaiseMode NetGameInfo::endraisemode() const {
12262 // @@protoc_insertion_point(field_get:NetGameInfo.endRaiseMode)
12263 return static_cast< ::NetGameInfo_EndRaiseMode >(endraisemode_);
12264 }
set_endraisemode(::NetGameInfo_EndRaiseMode value)12265 inline void NetGameInfo::set_endraisemode(::NetGameInfo_EndRaiseMode value) {
12266 assert(::NetGameInfo_EndRaiseMode_IsValid(value));
12267 set_has_endraisemode();
12268 endraisemode_ = value;
12269 // @@protoc_insertion_point(field_set:NetGameInfo.endRaiseMode)
12270 }
12271
12272 // optional uint32 endRaiseSmallBlindValue = 8;
has_endraisesmallblindvalue()12273 inline bool NetGameInfo::has_endraisesmallblindvalue() const {
12274 return (_has_bits_[0] & 0x00000080u) != 0;
12275 }
set_has_endraisesmallblindvalue()12276 inline void NetGameInfo::set_has_endraisesmallblindvalue() {
12277 _has_bits_[0] |= 0x00000080u;
12278 }
clear_has_endraisesmallblindvalue()12279 inline void NetGameInfo::clear_has_endraisesmallblindvalue() {
12280 _has_bits_[0] &= ~0x00000080u;
12281 }
clear_endraisesmallblindvalue()12282 inline void NetGameInfo::clear_endraisesmallblindvalue() {
12283 endraisesmallblindvalue_ = 0u;
12284 clear_has_endraisesmallblindvalue();
12285 }
endraisesmallblindvalue()12286 inline ::google::protobuf::uint32 NetGameInfo::endraisesmallblindvalue() const {
12287 // @@protoc_insertion_point(field_get:NetGameInfo.endRaiseSmallBlindValue)
12288 return endraisesmallblindvalue_;
12289 }
set_endraisesmallblindvalue(::google::protobuf::uint32 value)12290 inline void NetGameInfo::set_endraisesmallblindvalue(::google::protobuf::uint32 value) {
12291 set_has_endraisesmallblindvalue();
12292 endraisesmallblindvalue_ = value;
12293 // @@protoc_insertion_point(field_set:NetGameInfo.endRaiseSmallBlindValue)
12294 }
12295
12296 // required uint32 proposedGuiSpeed = 9;
has_proposedguispeed()12297 inline bool NetGameInfo::has_proposedguispeed() const {
12298 return (_has_bits_[0] & 0x00000100u) != 0;
12299 }
set_has_proposedguispeed()12300 inline void NetGameInfo::set_has_proposedguispeed() {
12301 _has_bits_[0] |= 0x00000100u;
12302 }
clear_has_proposedguispeed()12303 inline void NetGameInfo::clear_has_proposedguispeed() {
12304 _has_bits_[0] &= ~0x00000100u;
12305 }
clear_proposedguispeed()12306 inline void NetGameInfo::clear_proposedguispeed() {
12307 proposedguispeed_ = 0u;
12308 clear_has_proposedguispeed();
12309 }
proposedguispeed()12310 inline ::google::protobuf::uint32 NetGameInfo::proposedguispeed() const {
12311 // @@protoc_insertion_point(field_get:NetGameInfo.proposedGuiSpeed)
12312 return proposedguispeed_;
12313 }
set_proposedguispeed(::google::protobuf::uint32 value)12314 inline void NetGameInfo::set_proposedguispeed(::google::protobuf::uint32 value) {
12315 set_has_proposedguispeed();
12316 proposedguispeed_ = value;
12317 // @@protoc_insertion_point(field_set:NetGameInfo.proposedGuiSpeed)
12318 }
12319
12320 // required uint32 delayBetweenHands = 10;
has_delaybetweenhands()12321 inline bool NetGameInfo::has_delaybetweenhands() const {
12322 return (_has_bits_[0] & 0x00000200u) != 0;
12323 }
set_has_delaybetweenhands()12324 inline void NetGameInfo::set_has_delaybetweenhands() {
12325 _has_bits_[0] |= 0x00000200u;
12326 }
clear_has_delaybetweenhands()12327 inline void NetGameInfo::clear_has_delaybetweenhands() {
12328 _has_bits_[0] &= ~0x00000200u;
12329 }
clear_delaybetweenhands()12330 inline void NetGameInfo::clear_delaybetweenhands() {
12331 delaybetweenhands_ = 0u;
12332 clear_has_delaybetweenhands();
12333 }
delaybetweenhands()12334 inline ::google::protobuf::uint32 NetGameInfo::delaybetweenhands() const {
12335 // @@protoc_insertion_point(field_get:NetGameInfo.delayBetweenHands)
12336 return delaybetweenhands_;
12337 }
set_delaybetweenhands(::google::protobuf::uint32 value)12338 inline void NetGameInfo::set_delaybetweenhands(::google::protobuf::uint32 value) {
12339 set_has_delaybetweenhands();
12340 delaybetweenhands_ = value;
12341 // @@protoc_insertion_point(field_set:NetGameInfo.delayBetweenHands)
12342 }
12343
12344 // required uint32 playerActionTimeout = 11;
has_playeractiontimeout()12345 inline bool NetGameInfo::has_playeractiontimeout() const {
12346 return (_has_bits_[0] & 0x00000400u) != 0;
12347 }
set_has_playeractiontimeout()12348 inline void NetGameInfo::set_has_playeractiontimeout() {
12349 _has_bits_[0] |= 0x00000400u;
12350 }
clear_has_playeractiontimeout()12351 inline void NetGameInfo::clear_has_playeractiontimeout() {
12352 _has_bits_[0] &= ~0x00000400u;
12353 }
clear_playeractiontimeout()12354 inline void NetGameInfo::clear_playeractiontimeout() {
12355 playeractiontimeout_ = 0u;
12356 clear_has_playeractiontimeout();
12357 }
playeractiontimeout()12358 inline ::google::protobuf::uint32 NetGameInfo::playeractiontimeout() const {
12359 // @@protoc_insertion_point(field_get:NetGameInfo.playerActionTimeout)
12360 return playeractiontimeout_;
12361 }
set_playeractiontimeout(::google::protobuf::uint32 value)12362 inline void NetGameInfo::set_playeractiontimeout(::google::protobuf::uint32 value) {
12363 set_has_playeractiontimeout();
12364 playeractiontimeout_ = value;
12365 // @@protoc_insertion_point(field_set:NetGameInfo.playerActionTimeout)
12366 }
12367
12368 // required uint32 firstSmallBlind = 12;
has_firstsmallblind()12369 inline bool NetGameInfo::has_firstsmallblind() const {
12370 return (_has_bits_[0] & 0x00000800u) != 0;
12371 }
set_has_firstsmallblind()12372 inline void NetGameInfo::set_has_firstsmallblind() {
12373 _has_bits_[0] |= 0x00000800u;
12374 }
clear_has_firstsmallblind()12375 inline void NetGameInfo::clear_has_firstsmallblind() {
12376 _has_bits_[0] &= ~0x00000800u;
12377 }
clear_firstsmallblind()12378 inline void NetGameInfo::clear_firstsmallblind() {
12379 firstsmallblind_ = 0u;
12380 clear_has_firstsmallblind();
12381 }
firstsmallblind()12382 inline ::google::protobuf::uint32 NetGameInfo::firstsmallblind() const {
12383 // @@protoc_insertion_point(field_get:NetGameInfo.firstSmallBlind)
12384 return firstsmallblind_;
12385 }
set_firstsmallblind(::google::protobuf::uint32 value)12386 inline void NetGameInfo::set_firstsmallblind(::google::protobuf::uint32 value) {
12387 set_has_firstsmallblind();
12388 firstsmallblind_ = value;
12389 // @@protoc_insertion_point(field_set:NetGameInfo.firstSmallBlind)
12390 }
12391
12392 // required uint32 startMoney = 13;
has_startmoney()12393 inline bool NetGameInfo::has_startmoney() const {
12394 return (_has_bits_[0] & 0x00001000u) != 0;
12395 }
set_has_startmoney()12396 inline void NetGameInfo::set_has_startmoney() {
12397 _has_bits_[0] |= 0x00001000u;
12398 }
clear_has_startmoney()12399 inline void NetGameInfo::clear_has_startmoney() {
12400 _has_bits_[0] &= ~0x00001000u;
12401 }
clear_startmoney()12402 inline void NetGameInfo::clear_startmoney() {
12403 startmoney_ = 0u;
12404 clear_has_startmoney();
12405 }
startmoney()12406 inline ::google::protobuf::uint32 NetGameInfo::startmoney() const {
12407 // @@protoc_insertion_point(field_get:NetGameInfo.startMoney)
12408 return startmoney_;
12409 }
set_startmoney(::google::protobuf::uint32 value)12410 inline void NetGameInfo::set_startmoney(::google::protobuf::uint32 value) {
12411 set_has_startmoney();
12412 startmoney_ = value;
12413 // @@protoc_insertion_point(field_set:NetGameInfo.startMoney)
12414 }
12415
12416 // repeated uint32 manualBlinds = 14 [packed = true];
manualblinds_size()12417 inline int NetGameInfo::manualblinds_size() const {
12418 return manualblinds_.size();
12419 }
clear_manualblinds()12420 inline void NetGameInfo::clear_manualblinds() {
12421 manualblinds_.Clear();
12422 }
manualblinds(int index)12423 inline ::google::protobuf::uint32 NetGameInfo::manualblinds(int index) const {
12424 // @@protoc_insertion_point(field_get:NetGameInfo.manualBlinds)
12425 return manualblinds_.Get(index);
12426 }
set_manualblinds(int index,::google::protobuf::uint32 value)12427 inline void NetGameInfo::set_manualblinds(int index, ::google::protobuf::uint32 value) {
12428 manualblinds_.Set(index, value);
12429 // @@protoc_insertion_point(field_set:NetGameInfo.manualBlinds)
12430 }
add_manualblinds(::google::protobuf::uint32 value)12431 inline void NetGameInfo::add_manualblinds(::google::protobuf::uint32 value) {
12432 manualblinds_.Add(value);
12433 // @@protoc_insertion_point(field_add:NetGameInfo.manualBlinds)
12434 }
12435 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
manualblinds()12436 NetGameInfo::manualblinds() const {
12437 // @@protoc_insertion_point(field_list:NetGameInfo.manualBlinds)
12438 return manualblinds_;
12439 }
12440 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
mutable_manualblinds()12441 NetGameInfo::mutable_manualblinds() {
12442 // @@protoc_insertion_point(field_mutable_list:NetGameInfo.manualBlinds)
12443 return &manualblinds_;
12444 }
12445
12446 // optional bool allowSpectators = 15 [default = true];
has_allowspectators()12447 inline bool NetGameInfo::has_allowspectators() const {
12448 return (_has_bits_[0] & 0x00004000u) != 0;
12449 }
set_has_allowspectators()12450 inline void NetGameInfo::set_has_allowspectators() {
12451 _has_bits_[0] |= 0x00004000u;
12452 }
clear_has_allowspectators()12453 inline void NetGameInfo::clear_has_allowspectators() {
12454 _has_bits_[0] &= ~0x00004000u;
12455 }
clear_allowspectators()12456 inline void NetGameInfo::clear_allowspectators() {
12457 allowspectators_ = true;
12458 clear_has_allowspectators();
12459 }
allowspectators()12460 inline bool NetGameInfo::allowspectators() const {
12461 // @@protoc_insertion_point(field_get:NetGameInfo.allowSpectators)
12462 return allowspectators_;
12463 }
set_allowspectators(bool value)12464 inline void NetGameInfo::set_allowspectators(bool value) {
12465 set_has_allowspectators();
12466 allowspectators_ = value;
12467 // @@protoc_insertion_point(field_set:NetGameInfo.allowSpectators)
12468 }
12469
12470 // -------------------------------------------------------------------
12471
12472 // PlayerResult
12473
12474 // required uint32 playerId = 1;
has_playerid()12475 inline bool PlayerResult::has_playerid() const {
12476 return (_has_bits_[0] & 0x00000001u) != 0;
12477 }
set_has_playerid()12478 inline void PlayerResult::set_has_playerid() {
12479 _has_bits_[0] |= 0x00000001u;
12480 }
clear_has_playerid()12481 inline void PlayerResult::clear_has_playerid() {
12482 _has_bits_[0] &= ~0x00000001u;
12483 }
clear_playerid()12484 inline void PlayerResult::clear_playerid() {
12485 playerid_ = 0u;
12486 clear_has_playerid();
12487 }
playerid()12488 inline ::google::protobuf::uint32 PlayerResult::playerid() const {
12489 // @@protoc_insertion_point(field_get:PlayerResult.playerId)
12490 return playerid_;
12491 }
set_playerid(::google::protobuf::uint32 value)12492 inline void PlayerResult::set_playerid(::google::protobuf::uint32 value) {
12493 set_has_playerid();
12494 playerid_ = value;
12495 // @@protoc_insertion_point(field_set:PlayerResult.playerId)
12496 }
12497
12498 // required uint32 resultCard1 = 2;
has_resultcard1()12499 inline bool PlayerResult::has_resultcard1() const {
12500 return (_has_bits_[0] & 0x00000002u) != 0;
12501 }
set_has_resultcard1()12502 inline void PlayerResult::set_has_resultcard1() {
12503 _has_bits_[0] |= 0x00000002u;
12504 }
clear_has_resultcard1()12505 inline void PlayerResult::clear_has_resultcard1() {
12506 _has_bits_[0] &= ~0x00000002u;
12507 }
clear_resultcard1()12508 inline void PlayerResult::clear_resultcard1() {
12509 resultcard1_ = 0u;
12510 clear_has_resultcard1();
12511 }
resultcard1()12512 inline ::google::protobuf::uint32 PlayerResult::resultcard1() const {
12513 // @@protoc_insertion_point(field_get:PlayerResult.resultCard1)
12514 return resultcard1_;
12515 }
set_resultcard1(::google::protobuf::uint32 value)12516 inline void PlayerResult::set_resultcard1(::google::protobuf::uint32 value) {
12517 set_has_resultcard1();
12518 resultcard1_ = value;
12519 // @@protoc_insertion_point(field_set:PlayerResult.resultCard1)
12520 }
12521
12522 // required uint32 resultCard2 = 3;
has_resultcard2()12523 inline bool PlayerResult::has_resultcard2() const {
12524 return (_has_bits_[0] & 0x00000004u) != 0;
12525 }
set_has_resultcard2()12526 inline void PlayerResult::set_has_resultcard2() {
12527 _has_bits_[0] |= 0x00000004u;
12528 }
clear_has_resultcard2()12529 inline void PlayerResult::clear_has_resultcard2() {
12530 _has_bits_[0] &= ~0x00000004u;
12531 }
clear_resultcard2()12532 inline void PlayerResult::clear_resultcard2() {
12533 resultcard2_ = 0u;
12534 clear_has_resultcard2();
12535 }
resultcard2()12536 inline ::google::protobuf::uint32 PlayerResult::resultcard2() const {
12537 // @@protoc_insertion_point(field_get:PlayerResult.resultCard2)
12538 return resultcard2_;
12539 }
set_resultcard2(::google::protobuf::uint32 value)12540 inline void PlayerResult::set_resultcard2(::google::protobuf::uint32 value) {
12541 set_has_resultcard2();
12542 resultcard2_ = value;
12543 // @@protoc_insertion_point(field_set:PlayerResult.resultCard2)
12544 }
12545
12546 // repeated uint32 bestHandPosition = 4 [packed = true];
besthandposition_size()12547 inline int PlayerResult::besthandposition_size() const {
12548 return besthandposition_.size();
12549 }
clear_besthandposition()12550 inline void PlayerResult::clear_besthandposition() {
12551 besthandposition_.Clear();
12552 }
besthandposition(int index)12553 inline ::google::protobuf::uint32 PlayerResult::besthandposition(int index) const {
12554 // @@protoc_insertion_point(field_get:PlayerResult.bestHandPosition)
12555 return besthandposition_.Get(index);
12556 }
set_besthandposition(int index,::google::protobuf::uint32 value)12557 inline void PlayerResult::set_besthandposition(int index, ::google::protobuf::uint32 value) {
12558 besthandposition_.Set(index, value);
12559 // @@protoc_insertion_point(field_set:PlayerResult.bestHandPosition)
12560 }
add_besthandposition(::google::protobuf::uint32 value)12561 inline void PlayerResult::add_besthandposition(::google::protobuf::uint32 value) {
12562 besthandposition_.Add(value);
12563 // @@protoc_insertion_point(field_add:PlayerResult.bestHandPosition)
12564 }
12565 inline const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >&
besthandposition()12566 PlayerResult::besthandposition() const {
12567 // @@protoc_insertion_point(field_list:PlayerResult.bestHandPosition)
12568 return besthandposition_;
12569 }
12570 inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 >*
mutable_besthandposition()12571 PlayerResult::mutable_besthandposition() {
12572 // @@protoc_insertion_point(field_mutable_list:PlayerResult.bestHandPosition)
12573 return &besthandposition_;
12574 }
12575
12576 // required uint32 moneyWon = 5;
has_moneywon()12577 inline bool PlayerResult::has_moneywon() const {
12578 return (_has_bits_[0] & 0x00000010u) != 0;
12579 }
set_has_moneywon()12580 inline void PlayerResult::set_has_moneywon() {
12581 _has_bits_[0] |= 0x00000010u;
12582 }
clear_has_moneywon()12583 inline void PlayerResult::clear_has_moneywon() {
12584 _has_bits_[0] &= ~0x00000010u;
12585 }
clear_moneywon()12586 inline void PlayerResult::clear_moneywon() {
12587 moneywon_ = 0u;
12588 clear_has_moneywon();
12589 }
moneywon()12590 inline ::google::protobuf::uint32 PlayerResult::moneywon() const {
12591 // @@protoc_insertion_point(field_get:PlayerResult.moneyWon)
12592 return moneywon_;
12593 }
set_moneywon(::google::protobuf::uint32 value)12594 inline void PlayerResult::set_moneywon(::google::protobuf::uint32 value) {
12595 set_has_moneywon();
12596 moneywon_ = value;
12597 // @@protoc_insertion_point(field_set:PlayerResult.moneyWon)
12598 }
12599
12600 // required uint32 playerMoney = 6;
has_playermoney()12601 inline bool PlayerResult::has_playermoney() const {
12602 return (_has_bits_[0] & 0x00000020u) != 0;
12603 }
set_has_playermoney()12604 inline void PlayerResult::set_has_playermoney() {
12605 _has_bits_[0] |= 0x00000020u;
12606 }
clear_has_playermoney()12607 inline void PlayerResult::clear_has_playermoney() {
12608 _has_bits_[0] &= ~0x00000020u;
12609 }
clear_playermoney()12610 inline void PlayerResult::clear_playermoney() {
12611 playermoney_ = 0u;
12612 clear_has_playermoney();
12613 }
playermoney()12614 inline ::google::protobuf::uint32 PlayerResult::playermoney() const {
12615 // @@protoc_insertion_point(field_get:PlayerResult.playerMoney)
12616 return playermoney_;
12617 }
set_playermoney(::google::protobuf::uint32 value)12618 inline void PlayerResult::set_playermoney(::google::protobuf::uint32 value) {
12619 set_has_playermoney();
12620 playermoney_ = value;
12621 // @@protoc_insertion_point(field_set:PlayerResult.playerMoney)
12622 }
12623
12624 // optional uint32 cardsValue = 7;
has_cardsvalue()12625 inline bool PlayerResult::has_cardsvalue() const {
12626 return (_has_bits_[0] & 0x00000040u) != 0;
12627 }
set_has_cardsvalue()12628 inline void PlayerResult::set_has_cardsvalue() {
12629 _has_bits_[0] |= 0x00000040u;
12630 }
clear_has_cardsvalue()12631 inline void PlayerResult::clear_has_cardsvalue() {
12632 _has_bits_[0] &= ~0x00000040u;
12633 }
clear_cardsvalue()12634 inline void PlayerResult::clear_cardsvalue() {
12635 cardsvalue_ = 0u;
12636 clear_has_cardsvalue();
12637 }
cardsvalue()12638 inline ::google::protobuf::uint32 PlayerResult::cardsvalue() const {
12639 // @@protoc_insertion_point(field_get:PlayerResult.cardsValue)
12640 return cardsvalue_;
12641 }
set_cardsvalue(::google::protobuf::uint32 value)12642 inline void PlayerResult::set_cardsvalue(::google::protobuf::uint32 value) {
12643 set_has_cardsvalue();
12644 cardsvalue_ = value;
12645 // @@protoc_insertion_point(field_set:PlayerResult.cardsValue)
12646 }
12647
12648 // -------------------------------------------------------------------
12649
12650 // AnnounceMessage_Version
12651
12652 // required uint32 majorVersion = 1;
has_majorversion()12653 inline bool AnnounceMessage_Version::has_majorversion() const {
12654 return (_has_bits_[0] & 0x00000001u) != 0;
12655 }
set_has_majorversion()12656 inline void AnnounceMessage_Version::set_has_majorversion() {
12657 _has_bits_[0] |= 0x00000001u;
12658 }
clear_has_majorversion()12659 inline void AnnounceMessage_Version::clear_has_majorversion() {
12660 _has_bits_[0] &= ~0x00000001u;
12661 }
clear_majorversion()12662 inline void AnnounceMessage_Version::clear_majorversion() {
12663 majorversion_ = 0u;
12664 clear_has_majorversion();
12665 }
majorversion()12666 inline ::google::protobuf::uint32 AnnounceMessage_Version::majorversion() const {
12667 // @@protoc_insertion_point(field_get:AnnounceMessage.Version.majorVersion)
12668 return majorversion_;
12669 }
set_majorversion(::google::protobuf::uint32 value)12670 inline void AnnounceMessage_Version::set_majorversion(::google::protobuf::uint32 value) {
12671 set_has_majorversion();
12672 majorversion_ = value;
12673 // @@protoc_insertion_point(field_set:AnnounceMessage.Version.majorVersion)
12674 }
12675
12676 // required uint32 minorVersion = 2;
has_minorversion()12677 inline bool AnnounceMessage_Version::has_minorversion() const {
12678 return (_has_bits_[0] & 0x00000002u) != 0;
12679 }
set_has_minorversion()12680 inline void AnnounceMessage_Version::set_has_minorversion() {
12681 _has_bits_[0] |= 0x00000002u;
12682 }
clear_has_minorversion()12683 inline void AnnounceMessage_Version::clear_has_minorversion() {
12684 _has_bits_[0] &= ~0x00000002u;
12685 }
clear_minorversion()12686 inline void AnnounceMessage_Version::clear_minorversion() {
12687 minorversion_ = 0u;
12688 clear_has_minorversion();
12689 }
minorversion()12690 inline ::google::protobuf::uint32 AnnounceMessage_Version::minorversion() const {
12691 // @@protoc_insertion_point(field_get:AnnounceMessage.Version.minorVersion)
12692 return minorversion_;
12693 }
set_minorversion(::google::protobuf::uint32 value)12694 inline void AnnounceMessage_Version::set_minorversion(::google::protobuf::uint32 value) {
12695 set_has_minorversion();
12696 minorversion_ = value;
12697 // @@protoc_insertion_point(field_set:AnnounceMessage.Version.minorVersion)
12698 }
12699
12700 // -------------------------------------------------------------------
12701
12702 // AnnounceMessage
12703
12704 // required .AnnounceMessage.Version protocolVersion = 1;
has_protocolversion()12705 inline bool AnnounceMessage::has_protocolversion() const {
12706 return (_has_bits_[0] & 0x00000001u) != 0;
12707 }
set_has_protocolversion()12708 inline void AnnounceMessage::set_has_protocolversion() {
12709 _has_bits_[0] |= 0x00000001u;
12710 }
clear_has_protocolversion()12711 inline void AnnounceMessage::clear_has_protocolversion() {
12712 _has_bits_[0] &= ~0x00000001u;
12713 }
clear_protocolversion()12714 inline void AnnounceMessage::clear_protocolversion() {
12715 if (protocolversion_ != NULL) protocolversion_->::AnnounceMessage_Version::Clear();
12716 clear_has_protocolversion();
12717 }
protocolversion()12718 inline const ::AnnounceMessage_Version& AnnounceMessage::protocolversion() const {
12719 // @@protoc_insertion_point(field_get:AnnounceMessage.protocolVersion)
12720 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
12721 return protocolversion_ != NULL ? *protocolversion_ : *default_instance().protocolversion_;
12722 #else
12723 return protocolversion_ != NULL ? *protocolversion_ : *default_instance_->protocolversion_;
12724 #endif
12725 }
mutable_protocolversion()12726 inline ::AnnounceMessage_Version* AnnounceMessage::mutable_protocolversion() {
12727 set_has_protocolversion();
12728 if (protocolversion_ == NULL) protocolversion_ = new ::AnnounceMessage_Version;
12729 // @@protoc_insertion_point(field_mutable:AnnounceMessage.protocolVersion)
12730 return protocolversion_;
12731 }
release_protocolversion()12732 inline ::AnnounceMessage_Version* AnnounceMessage::release_protocolversion() {
12733 clear_has_protocolversion();
12734 ::AnnounceMessage_Version* temp = protocolversion_;
12735 protocolversion_ = NULL;
12736 return temp;
12737 }
set_allocated_protocolversion(::AnnounceMessage_Version * protocolversion)12738 inline void AnnounceMessage::set_allocated_protocolversion(::AnnounceMessage_Version* protocolversion) {
12739 delete protocolversion_;
12740 protocolversion_ = protocolversion;
12741 if (protocolversion) {
12742 set_has_protocolversion();
12743 } else {
12744 clear_has_protocolversion();
12745 }
12746 // @@protoc_insertion_point(field_set_allocated:AnnounceMessage.protocolVersion)
12747 }
12748
12749 // required .AnnounceMessage.Version latestGameVersion = 2;
has_latestgameversion()12750 inline bool AnnounceMessage::has_latestgameversion() const {
12751 return (_has_bits_[0] & 0x00000002u) != 0;
12752 }
set_has_latestgameversion()12753 inline void AnnounceMessage::set_has_latestgameversion() {
12754 _has_bits_[0] |= 0x00000002u;
12755 }
clear_has_latestgameversion()12756 inline void AnnounceMessage::clear_has_latestgameversion() {
12757 _has_bits_[0] &= ~0x00000002u;
12758 }
clear_latestgameversion()12759 inline void AnnounceMessage::clear_latestgameversion() {
12760 if (latestgameversion_ != NULL) latestgameversion_->::AnnounceMessage_Version::Clear();
12761 clear_has_latestgameversion();
12762 }
latestgameversion()12763 inline const ::AnnounceMessage_Version& AnnounceMessage::latestgameversion() const {
12764 // @@protoc_insertion_point(field_get:AnnounceMessage.latestGameVersion)
12765 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
12766 return latestgameversion_ != NULL ? *latestgameversion_ : *default_instance().latestgameversion_;
12767 #else
12768 return latestgameversion_ != NULL ? *latestgameversion_ : *default_instance_->latestgameversion_;
12769 #endif
12770 }
mutable_latestgameversion()12771 inline ::AnnounceMessage_Version* AnnounceMessage::mutable_latestgameversion() {
12772 set_has_latestgameversion();
12773 if (latestgameversion_ == NULL) latestgameversion_ = new ::AnnounceMessage_Version;
12774 // @@protoc_insertion_point(field_mutable:AnnounceMessage.latestGameVersion)
12775 return latestgameversion_;
12776 }
release_latestgameversion()12777 inline ::AnnounceMessage_Version* AnnounceMessage::release_latestgameversion() {
12778 clear_has_latestgameversion();
12779 ::AnnounceMessage_Version* temp = latestgameversion_;
12780 latestgameversion_ = NULL;
12781 return temp;
12782 }
set_allocated_latestgameversion(::AnnounceMessage_Version * latestgameversion)12783 inline void AnnounceMessage::set_allocated_latestgameversion(::AnnounceMessage_Version* latestgameversion) {
12784 delete latestgameversion_;
12785 latestgameversion_ = latestgameversion;
12786 if (latestgameversion) {
12787 set_has_latestgameversion();
12788 } else {
12789 clear_has_latestgameversion();
12790 }
12791 // @@protoc_insertion_point(field_set_allocated:AnnounceMessage.latestGameVersion)
12792 }
12793
12794 // required uint32 latestBetaRevision = 3;
has_latestbetarevision()12795 inline bool AnnounceMessage::has_latestbetarevision() const {
12796 return (_has_bits_[0] & 0x00000004u) != 0;
12797 }
set_has_latestbetarevision()12798 inline void AnnounceMessage::set_has_latestbetarevision() {
12799 _has_bits_[0] |= 0x00000004u;
12800 }
clear_has_latestbetarevision()12801 inline void AnnounceMessage::clear_has_latestbetarevision() {
12802 _has_bits_[0] &= ~0x00000004u;
12803 }
clear_latestbetarevision()12804 inline void AnnounceMessage::clear_latestbetarevision() {
12805 latestbetarevision_ = 0u;
12806 clear_has_latestbetarevision();
12807 }
latestbetarevision()12808 inline ::google::protobuf::uint32 AnnounceMessage::latestbetarevision() const {
12809 // @@protoc_insertion_point(field_get:AnnounceMessage.latestBetaRevision)
12810 return latestbetarevision_;
12811 }
set_latestbetarevision(::google::protobuf::uint32 value)12812 inline void AnnounceMessage::set_latestbetarevision(::google::protobuf::uint32 value) {
12813 set_has_latestbetarevision();
12814 latestbetarevision_ = value;
12815 // @@protoc_insertion_point(field_set:AnnounceMessage.latestBetaRevision)
12816 }
12817
12818 // required .AnnounceMessage.ServerType serverType = 4;
has_servertype()12819 inline bool AnnounceMessage::has_servertype() const {
12820 return (_has_bits_[0] & 0x00000008u) != 0;
12821 }
set_has_servertype()12822 inline void AnnounceMessage::set_has_servertype() {
12823 _has_bits_[0] |= 0x00000008u;
12824 }
clear_has_servertype()12825 inline void AnnounceMessage::clear_has_servertype() {
12826 _has_bits_[0] &= ~0x00000008u;
12827 }
clear_servertype()12828 inline void AnnounceMessage::clear_servertype() {
12829 servertype_ = 0;
12830 clear_has_servertype();
12831 }
servertype()12832 inline ::AnnounceMessage_ServerType AnnounceMessage::servertype() const {
12833 // @@protoc_insertion_point(field_get:AnnounceMessage.serverType)
12834 return static_cast< ::AnnounceMessage_ServerType >(servertype_);
12835 }
set_servertype(::AnnounceMessage_ServerType value)12836 inline void AnnounceMessage::set_servertype(::AnnounceMessage_ServerType value) {
12837 assert(::AnnounceMessage_ServerType_IsValid(value));
12838 set_has_servertype();
12839 servertype_ = value;
12840 // @@protoc_insertion_point(field_set:AnnounceMessage.serverType)
12841 }
12842
12843 // required uint32 numPlayersOnServer = 5;
has_numplayersonserver()12844 inline bool AnnounceMessage::has_numplayersonserver() const {
12845 return (_has_bits_[0] & 0x00000010u) != 0;
12846 }
set_has_numplayersonserver()12847 inline void AnnounceMessage::set_has_numplayersonserver() {
12848 _has_bits_[0] |= 0x00000010u;
12849 }
clear_has_numplayersonserver()12850 inline void AnnounceMessage::clear_has_numplayersonserver() {
12851 _has_bits_[0] &= ~0x00000010u;
12852 }
clear_numplayersonserver()12853 inline void AnnounceMessage::clear_numplayersonserver() {
12854 numplayersonserver_ = 0u;
12855 clear_has_numplayersonserver();
12856 }
numplayersonserver()12857 inline ::google::protobuf::uint32 AnnounceMessage::numplayersonserver() const {
12858 // @@protoc_insertion_point(field_get:AnnounceMessage.numPlayersOnServer)
12859 return numplayersonserver_;
12860 }
set_numplayersonserver(::google::protobuf::uint32 value)12861 inline void AnnounceMessage::set_numplayersonserver(::google::protobuf::uint32 value) {
12862 set_has_numplayersonserver();
12863 numplayersonserver_ = value;
12864 // @@protoc_insertion_point(field_set:AnnounceMessage.numPlayersOnServer)
12865 }
12866
12867 // -------------------------------------------------------------------
12868
12869 // InitMessage
12870
12871 // required .AnnounceMessage.Version requestedVersion = 1;
has_requestedversion()12872 inline bool InitMessage::has_requestedversion() const {
12873 return (_has_bits_[0] & 0x00000001u) != 0;
12874 }
set_has_requestedversion()12875 inline void InitMessage::set_has_requestedversion() {
12876 _has_bits_[0] |= 0x00000001u;
12877 }
clear_has_requestedversion()12878 inline void InitMessage::clear_has_requestedversion() {
12879 _has_bits_[0] &= ~0x00000001u;
12880 }
clear_requestedversion()12881 inline void InitMessage::clear_requestedversion() {
12882 if (requestedversion_ != NULL) requestedversion_->::AnnounceMessage_Version::Clear();
12883 clear_has_requestedversion();
12884 }
requestedversion()12885 inline const ::AnnounceMessage_Version& InitMessage::requestedversion() const {
12886 // @@protoc_insertion_point(field_get:InitMessage.requestedVersion)
12887 #ifdef GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER
12888 return requestedversion_ != NULL ? *requestedversion_ : *default_instance().requestedversion_;
12889 #else
12890 return requestedversion_ != NULL ? *requestedversion_ : *default_instance_->requestedversion_;
12891 #endif
12892 }
mutable_requestedversion()12893 inline ::AnnounceMessage_Version* InitMessage::mutable_requestedversion() {
12894 set_has_requestedversion();
12895 if (requestedversion_ == NULL) requestedversion_ = new ::AnnounceMessage_Version;
12896 // @@protoc_insertion_point(field_mutable:InitMessage.requestedVersion)
12897 return requestedversion_;
12898 }
release_requestedversion()12899 inline ::AnnounceMessage_Version* InitMessage::release_requestedversion() {
12900 clear_has_requestedversion();
12901 ::AnnounceMessage_Version* temp = requestedversion_;
12902 requestedversion_ = NULL;
12903 return temp;
12904 }
set_allocated_requestedversion(::AnnounceMessage_Version * requestedversion)12905 inline void InitMessage::set_allocated_requestedversion(::AnnounceMessage_Version* requestedversion) {
12906 delete requestedversion_;
12907 requestedversion_ = requestedversion;
12908 if (requestedversion) {
12909 set_has_requestedversion();
12910 } else {
12911 clear_has_requestedversion();
12912 }
12913 // @@protoc_insertion_point(field_set_allocated:InitMessage.requestedVersion)
12914 }
12915
12916 // required uint32 buildId = 2;
has_buildid()12917 inline bool InitMessage::has_buildid() const {
12918 return (_has_bits_[0] & 0x00000002u) != 0;
12919 }
set_has_buildid()12920 inline void InitMessage::set_has_buildid() {
12921 _has_bits_[0] |= 0x00000002u;
12922 }
clear_has_buildid()12923 inline void InitMessage::clear_has_buildid() {
12924 _has_bits_[0] &= ~0x00000002u;
12925 }
clear_buildid()12926 inline void InitMessage::clear_buildid() {
12927 buildid_ = 0u;
12928 clear_has_buildid();
12929 }
buildid()12930 inline ::google::protobuf::uint32 InitMessage::buildid() const {
12931 // @@protoc_insertion_point(field_get:InitMessage.buildId)
12932 return buildid_;
12933 }
set_buildid(::google::protobuf::uint32 value)12934 inline void InitMessage::set_buildid(::google::protobuf::uint32 value) {
12935 set_has_buildid();
12936 buildid_ = value;
12937 // @@protoc_insertion_point(field_set:InitMessage.buildId)
12938 }
12939
12940 // optional bytes myLastSessionId = 3;
has_mylastsessionid()12941 inline bool InitMessage::has_mylastsessionid() const {
12942 return (_has_bits_[0] & 0x00000004u) != 0;
12943 }
set_has_mylastsessionid()12944 inline void InitMessage::set_has_mylastsessionid() {
12945 _has_bits_[0] |= 0x00000004u;
12946 }
clear_has_mylastsessionid()12947 inline void InitMessage::clear_has_mylastsessionid() {
12948 _has_bits_[0] &= ~0x00000004u;
12949 }
clear_mylastsessionid()12950 inline void InitMessage::clear_mylastsessionid() {
12951 if (mylastsessionid_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12952 mylastsessionid_->clear();
12953 }
12954 clear_has_mylastsessionid();
12955 }
mylastsessionid()12956 inline const ::std::string& InitMessage::mylastsessionid() const {
12957 // @@protoc_insertion_point(field_get:InitMessage.myLastSessionId)
12958 return *mylastsessionid_;
12959 }
set_mylastsessionid(const::std::string & value)12960 inline void InitMessage::set_mylastsessionid(const ::std::string& value) {
12961 set_has_mylastsessionid();
12962 if (mylastsessionid_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12963 mylastsessionid_ = new ::std::string;
12964 }
12965 mylastsessionid_->assign(value);
12966 // @@protoc_insertion_point(field_set:InitMessage.myLastSessionId)
12967 }
set_mylastsessionid(const char * value)12968 inline void InitMessage::set_mylastsessionid(const char* value) {
12969 set_has_mylastsessionid();
12970 if (mylastsessionid_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12971 mylastsessionid_ = new ::std::string;
12972 }
12973 mylastsessionid_->assign(value);
12974 // @@protoc_insertion_point(field_set_char:InitMessage.myLastSessionId)
12975 }
set_mylastsessionid(const void * value,size_t size)12976 inline void InitMessage::set_mylastsessionid(const void* value, size_t size) {
12977 set_has_mylastsessionid();
12978 if (mylastsessionid_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12979 mylastsessionid_ = new ::std::string;
12980 }
12981 mylastsessionid_->assign(reinterpret_cast<const char*>(value), size);
12982 // @@protoc_insertion_point(field_set_pointer:InitMessage.myLastSessionId)
12983 }
mutable_mylastsessionid()12984 inline ::std::string* InitMessage::mutable_mylastsessionid() {
12985 set_has_mylastsessionid();
12986 if (mylastsessionid_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12987 mylastsessionid_ = new ::std::string;
12988 }
12989 // @@protoc_insertion_point(field_mutable:InitMessage.myLastSessionId)
12990 return mylastsessionid_;
12991 }
release_mylastsessionid()12992 inline ::std::string* InitMessage::release_mylastsessionid() {
12993 clear_has_mylastsessionid();
12994 if (mylastsessionid_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
12995 return NULL;
12996 } else {
12997 ::std::string* temp = mylastsessionid_;
12998 mylastsessionid_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
12999 return temp;
13000 }
13001 }
set_allocated_mylastsessionid(::std::string * mylastsessionid)13002 inline void InitMessage::set_allocated_mylastsessionid(::std::string* mylastsessionid) {
13003 if (mylastsessionid_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13004 delete mylastsessionid_;
13005 }
13006 if (mylastsessionid) {
13007 set_has_mylastsessionid();
13008 mylastsessionid_ = mylastsessionid;
13009 } else {
13010 clear_has_mylastsessionid();
13011 mylastsessionid_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13012 }
13013 // @@protoc_insertion_point(field_set_allocated:InitMessage.myLastSessionId)
13014 }
13015
13016 // optional string authServerPassword = 4;
has_authserverpassword()13017 inline bool InitMessage::has_authserverpassword() const {
13018 return (_has_bits_[0] & 0x00000008u) != 0;
13019 }
set_has_authserverpassword()13020 inline void InitMessage::set_has_authserverpassword() {
13021 _has_bits_[0] |= 0x00000008u;
13022 }
clear_has_authserverpassword()13023 inline void InitMessage::clear_has_authserverpassword() {
13024 _has_bits_[0] &= ~0x00000008u;
13025 }
clear_authserverpassword()13026 inline void InitMessage::clear_authserverpassword() {
13027 if (authserverpassword_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13028 authserverpassword_->clear();
13029 }
13030 clear_has_authserverpassword();
13031 }
authserverpassword()13032 inline const ::std::string& InitMessage::authserverpassword() const {
13033 // @@protoc_insertion_point(field_get:InitMessage.authServerPassword)
13034 return *authserverpassword_;
13035 }
set_authserverpassword(const::std::string & value)13036 inline void InitMessage::set_authserverpassword(const ::std::string& value) {
13037 set_has_authserverpassword();
13038 if (authserverpassword_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13039 authserverpassword_ = new ::std::string;
13040 }
13041 authserverpassword_->assign(value);
13042 // @@protoc_insertion_point(field_set:InitMessage.authServerPassword)
13043 }
set_authserverpassword(const char * value)13044 inline void InitMessage::set_authserverpassword(const char* value) {
13045 set_has_authserverpassword();
13046 if (authserverpassword_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13047 authserverpassword_ = new ::std::string;
13048 }
13049 authserverpassword_->assign(value);
13050 // @@protoc_insertion_point(field_set_char:InitMessage.authServerPassword)
13051 }
set_authserverpassword(const char * value,size_t size)13052 inline void InitMessage::set_authserverpassword(const char* value, size_t size) {
13053 set_has_authserverpassword();
13054 if (authserverpassword_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13055 authserverpassword_ = new ::std::string;
13056 }
13057 authserverpassword_->assign(reinterpret_cast<const char*>(value), size);
13058 // @@protoc_insertion_point(field_set_pointer:InitMessage.authServerPassword)
13059 }
mutable_authserverpassword()13060 inline ::std::string* InitMessage::mutable_authserverpassword() {
13061 set_has_authserverpassword();
13062 if (authserverpassword_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13063 authserverpassword_ = new ::std::string;
13064 }
13065 // @@protoc_insertion_point(field_mutable:InitMessage.authServerPassword)
13066 return authserverpassword_;
13067 }
release_authserverpassword()13068 inline ::std::string* InitMessage::release_authserverpassword() {
13069 clear_has_authserverpassword();
13070 if (authserverpassword_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13071 return NULL;
13072 } else {
13073 ::std::string* temp = authserverpassword_;
13074 authserverpassword_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13075 return temp;
13076 }
13077 }
set_allocated_authserverpassword(::std::string * authserverpassword)13078 inline void InitMessage::set_allocated_authserverpassword(::std::string* authserverpassword) {
13079 if (authserverpassword_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13080 delete authserverpassword_;
13081 }
13082 if (authserverpassword) {
13083 set_has_authserverpassword();
13084 authserverpassword_ = authserverpassword;
13085 } else {
13086 clear_has_authserverpassword();
13087 authserverpassword_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13088 }
13089 // @@protoc_insertion_point(field_set_allocated:InitMessage.authServerPassword)
13090 }
13091
13092 // required .InitMessage.LoginType login = 5;
has_login()13093 inline bool InitMessage::has_login() const {
13094 return (_has_bits_[0] & 0x00000010u) != 0;
13095 }
set_has_login()13096 inline void InitMessage::set_has_login() {
13097 _has_bits_[0] |= 0x00000010u;
13098 }
clear_has_login()13099 inline void InitMessage::clear_has_login() {
13100 _has_bits_[0] &= ~0x00000010u;
13101 }
clear_login()13102 inline void InitMessage::clear_login() {
13103 login_ = 0;
13104 clear_has_login();
13105 }
login()13106 inline ::InitMessage_LoginType InitMessage::login() const {
13107 // @@protoc_insertion_point(field_get:InitMessage.login)
13108 return static_cast< ::InitMessage_LoginType >(login_);
13109 }
set_login(::InitMessage_LoginType value)13110 inline void InitMessage::set_login(::InitMessage_LoginType value) {
13111 assert(::InitMessage_LoginType_IsValid(value));
13112 set_has_login();
13113 login_ = value;
13114 // @@protoc_insertion_point(field_set:InitMessage.login)
13115 }
13116
13117 // optional string nickName = 6;
has_nickname()13118 inline bool InitMessage::has_nickname() const {
13119 return (_has_bits_[0] & 0x00000020u) != 0;
13120 }
set_has_nickname()13121 inline void InitMessage::set_has_nickname() {
13122 _has_bits_[0] |= 0x00000020u;
13123 }
clear_has_nickname()13124 inline void InitMessage::clear_has_nickname() {
13125 _has_bits_[0] &= ~0x00000020u;
13126 }
clear_nickname()13127 inline void InitMessage::clear_nickname() {
13128 if (nickname_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13129 nickname_->clear();
13130 }
13131 clear_has_nickname();
13132 }
nickname()13133 inline const ::std::string& InitMessage::nickname() const {
13134 // @@protoc_insertion_point(field_get:InitMessage.nickName)
13135 return *nickname_;
13136 }
set_nickname(const::std::string & value)13137 inline void InitMessage::set_nickname(const ::std::string& value) {
13138 set_has_nickname();
13139 if (nickname_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13140 nickname_ = new ::std::string;
13141 }
13142 nickname_->assign(value);
13143 // @@protoc_insertion_point(field_set:InitMessage.nickName)
13144 }
set_nickname(const char * value)13145 inline void InitMessage::set_nickname(const char* value) {
13146 set_has_nickname();
13147 if (nickname_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13148 nickname_ = new ::std::string;
13149 }
13150 nickname_->assign(value);
13151 // @@protoc_insertion_point(field_set_char:InitMessage.nickName)
13152 }
set_nickname(const char * value,size_t size)13153 inline void InitMessage::set_nickname(const char* value, size_t size) {
13154 set_has_nickname();
13155 if (nickname_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13156 nickname_ = new ::std::string;
13157 }
13158 nickname_->assign(reinterpret_cast<const char*>(value), size);
13159 // @@protoc_insertion_point(field_set_pointer:InitMessage.nickName)
13160 }
mutable_nickname()13161 inline ::std::string* InitMessage::mutable_nickname() {
13162 set_has_nickname();
13163 if (nickname_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13164 nickname_ = new ::std::string;
13165 }
13166 // @@protoc_insertion_point(field_mutable:InitMessage.nickName)
13167 return nickname_;
13168 }
release_nickname()13169 inline ::std::string* InitMessage::release_nickname() {
13170 clear_has_nickname();
13171 if (nickname_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13172 return NULL;
13173 } else {
13174 ::std::string* temp = nickname_;
13175 nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13176 return temp;
13177 }
13178 }
set_allocated_nickname(::std::string * nickname)13179 inline void InitMessage::set_allocated_nickname(::std::string* nickname) {
13180 if (nickname_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13181 delete nickname_;
13182 }
13183 if (nickname) {
13184 set_has_nickname();
13185 nickname_ = nickname;
13186 } else {
13187 clear_has_nickname();
13188 nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13189 }
13190 // @@protoc_insertion_point(field_set_allocated:InitMessage.nickName)
13191 }
13192
13193 // optional bytes clientUserData = 7;
has_clientuserdata()13194 inline bool InitMessage::has_clientuserdata() const {
13195 return (_has_bits_[0] & 0x00000040u) != 0;
13196 }
set_has_clientuserdata()13197 inline void InitMessage::set_has_clientuserdata() {
13198 _has_bits_[0] |= 0x00000040u;
13199 }
clear_has_clientuserdata()13200 inline void InitMessage::clear_has_clientuserdata() {
13201 _has_bits_[0] &= ~0x00000040u;
13202 }
clear_clientuserdata()13203 inline void InitMessage::clear_clientuserdata() {
13204 if (clientuserdata_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13205 clientuserdata_->clear();
13206 }
13207 clear_has_clientuserdata();
13208 }
clientuserdata()13209 inline const ::std::string& InitMessage::clientuserdata() const {
13210 // @@protoc_insertion_point(field_get:InitMessage.clientUserData)
13211 return *clientuserdata_;
13212 }
set_clientuserdata(const::std::string & value)13213 inline void InitMessage::set_clientuserdata(const ::std::string& value) {
13214 set_has_clientuserdata();
13215 if (clientuserdata_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13216 clientuserdata_ = new ::std::string;
13217 }
13218 clientuserdata_->assign(value);
13219 // @@protoc_insertion_point(field_set:InitMessage.clientUserData)
13220 }
set_clientuserdata(const char * value)13221 inline void InitMessage::set_clientuserdata(const char* value) {
13222 set_has_clientuserdata();
13223 if (clientuserdata_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13224 clientuserdata_ = new ::std::string;
13225 }
13226 clientuserdata_->assign(value);
13227 // @@protoc_insertion_point(field_set_char:InitMessage.clientUserData)
13228 }
set_clientuserdata(const void * value,size_t size)13229 inline void InitMessage::set_clientuserdata(const void* value, size_t size) {
13230 set_has_clientuserdata();
13231 if (clientuserdata_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13232 clientuserdata_ = new ::std::string;
13233 }
13234 clientuserdata_->assign(reinterpret_cast<const char*>(value), size);
13235 // @@protoc_insertion_point(field_set_pointer:InitMessage.clientUserData)
13236 }
mutable_clientuserdata()13237 inline ::std::string* InitMessage::mutable_clientuserdata() {
13238 set_has_clientuserdata();
13239 if (clientuserdata_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13240 clientuserdata_ = new ::std::string;
13241 }
13242 // @@protoc_insertion_point(field_mutable:InitMessage.clientUserData)
13243 return clientuserdata_;
13244 }
release_clientuserdata()13245 inline ::std::string* InitMessage::release_clientuserdata() {
13246 clear_has_clientuserdata();
13247 if (clientuserdata_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13248 return NULL;
13249 } else {
13250 ::std::string* temp = clientuserdata_;
13251 clientuserdata_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13252 return temp;
13253 }
13254 }
set_allocated_clientuserdata(::std::string * clientuserdata)13255 inline void InitMessage::set_allocated_clientuserdata(::std::string* clientuserdata) {
13256 if (clientuserdata_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13257 delete clientuserdata_;
13258 }
13259 if (clientuserdata) {
13260 set_has_clientuserdata();
13261 clientuserdata_ = clientuserdata;
13262 } else {
13263 clear_has_clientuserdata();
13264 clientuserdata_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13265 }
13266 // @@protoc_insertion_point(field_set_allocated:InitMessage.clientUserData)
13267 }
13268
13269 // optional bytes avatarHash = 8;
has_avatarhash()13270 inline bool InitMessage::has_avatarhash() const {
13271 return (_has_bits_[0] & 0x00000080u) != 0;
13272 }
set_has_avatarhash()13273 inline void InitMessage::set_has_avatarhash() {
13274 _has_bits_[0] |= 0x00000080u;
13275 }
clear_has_avatarhash()13276 inline void InitMessage::clear_has_avatarhash() {
13277 _has_bits_[0] &= ~0x00000080u;
13278 }
clear_avatarhash()13279 inline void InitMessage::clear_avatarhash() {
13280 if (avatarhash_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13281 avatarhash_->clear();
13282 }
13283 clear_has_avatarhash();
13284 }
avatarhash()13285 inline const ::std::string& InitMessage::avatarhash() const {
13286 // @@protoc_insertion_point(field_get:InitMessage.avatarHash)
13287 return *avatarhash_;
13288 }
set_avatarhash(const::std::string & value)13289 inline void InitMessage::set_avatarhash(const ::std::string& value) {
13290 set_has_avatarhash();
13291 if (avatarhash_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13292 avatarhash_ = new ::std::string;
13293 }
13294 avatarhash_->assign(value);
13295 // @@protoc_insertion_point(field_set:InitMessage.avatarHash)
13296 }
set_avatarhash(const char * value)13297 inline void InitMessage::set_avatarhash(const char* value) {
13298 set_has_avatarhash();
13299 if (avatarhash_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13300 avatarhash_ = new ::std::string;
13301 }
13302 avatarhash_->assign(value);
13303 // @@protoc_insertion_point(field_set_char:InitMessage.avatarHash)
13304 }
set_avatarhash(const void * value,size_t size)13305 inline void InitMessage::set_avatarhash(const void* value, size_t size) {
13306 set_has_avatarhash();
13307 if (avatarhash_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13308 avatarhash_ = new ::std::string;
13309 }
13310 avatarhash_->assign(reinterpret_cast<const char*>(value), size);
13311 // @@protoc_insertion_point(field_set_pointer:InitMessage.avatarHash)
13312 }
mutable_avatarhash()13313 inline ::std::string* InitMessage::mutable_avatarhash() {
13314 set_has_avatarhash();
13315 if (avatarhash_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13316 avatarhash_ = new ::std::string;
13317 }
13318 // @@protoc_insertion_point(field_mutable:InitMessage.avatarHash)
13319 return avatarhash_;
13320 }
release_avatarhash()13321 inline ::std::string* InitMessage::release_avatarhash() {
13322 clear_has_avatarhash();
13323 if (avatarhash_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13324 return NULL;
13325 } else {
13326 ::std::string* temp = avatarhash_;
13327 avatarhash_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13328 return temp;
13329 }
13330 }
set_allocated_avatarhash(::std::string * avatarhash)13331 inline void InitMessage::set_allocated_avatarhash(::std::string* avatarhash) {
13332 if (avatarhash_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13333 delete avatarhash_;
13334 }
13335 if (avatarhash) {
13336 set_has_avatarhash();
13337 avatarhash_ = avatarhash;
13338 } else {
13339 clear_has_avatarhash();
13340 avatarhash_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13341 }
13342 // @@protoc_insertion_point(field_set_allocated:InitMessage.avatarHash)
13343 }
13344
13345 // -------------------------------------------------------------------
13346
13347 // AuthServerChallengeMessage
13348
13349 // required bytes serverChallenge = 1;
has_serverchallenge()13350 inline bool AuthServerChallengeMessage::has_serverchallenge() const {
13351 return (_has_bits_[0] & 0x00000001u) != 0;
13352 }
set_has_serverchallenge()13353 inline void AuthServerChallengeMessage::set_has_serverchallenge() {
13354 _has_bits_[0] |= 0x00000001u;
13355 }
clear_has_serverchallenge()13356 inline void AuthServerChallengeMessage::clear_has_serverchallenge() {
13357 _has_bits_[0] &= ~0x00000001u;
13358 }
clear_serverchallenge()13359 inline void AuthServerChallengeMessage::clear_serverchallenge() {
13360 if (serverchallenge_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13361 serverchallenge_->clear();
13362 }
13363 clear_has_serverchallenge();
13364 }
serverchallenge()13365 inline const ::std::string& AuthServerChallengeMessage::serverchallenge() const {
13366 // @@protoc_insertion_point(field_get:AuthServerChallengeMessage.serverChallenge)
13367 return *serverchallenge_;
13368 }
set_serverchallenge(const::std::string & value)13369 inline void AuthServerChallengeMessage::set_serverchallenge(const ::std::string& value) {
13370 set_has_serverchallenge();
13371 if (serverchallenge_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13372 serverchallenge_ = new ::std::string;
13373 }
13374 serverchallenge_->assign(value);
13375 // @@protoc_insertion_point(field_set:AuthServerChallengeMessage.serverChallenge)
13376 }
set_serverchallenge(const char * value)13377 inline void AuthServerChallengeMessage::set_serverchallenge(const char* value) {
13378 set_has_serverchallenge();
13379 if (serverchallenge_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13380 serverchallenge_ = new ::std::string;
13381 }
13382 serverchallenge_->assign(value);
13383 // @@protoc_insertion_point(field_set_char:AuthServerChallengeMessage.serverChallenge)
13384 }
set_serverchallenge(const void * value,size_t size)13385 inline void AuthServerChallengeMessage::set_serverchallenge(const void* value, size_t size) {
13386 set_has_serverchallenge();
13387 if (serverchallenge_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13388 serverchallenge_ = new ::std::string;
13389 }
13390 serverchallenge_->assign(reinterpret_cast<const char*>(value), size);
13391 // @@protoc_insertion_point(field_set_pointer:AuthServerChallengeMessage.serverChallenge)
13392 }
mutable_serverchallenge()13393 inline ::std::string* AuthServerChallengeMessage::mutable_serverchallenge() {
13394 set_has_serverchallenge();
13395 if (serverchallenge_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13396 serverchallenge_ = new ::std::string;
13397 }
13398 // @@protoc_insertion_point(field_mutable:AuthServerChallengeMessage.serverChallenge)
13399 return serverchallenge_;
13400 }
release_serverchallenge()13401 inline ::std::string* AuthServerChallengeMessage::release_serverchallenge() {
13402 clear_has_serverchallenge();
13403 if (serverchallenge_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13404 return NULL;
13405 } else {
13406 ::std::string* temp = serverchallenge_;
13407 serverchallenge_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13408 return temp;
13409 }
13410 }
set_allocated_serverchallenge(::std::string * serverchallenge)13411 inline void AuthServerChallengeMessage::set_allocated_serverchallenge(::std::string* serverchallenge) {
13412 if (serverchallenge_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13413 delete serverchallenge_;
13414 }
13415 if (serverchallenge) {
13416 set_has_serverchallenge();
13417 serverchallenge_ = serverchallenge;
13418 } else {
13419 clear_has_serverchallenge();
13420 serverchallenge_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13421 }
13422 // @@protoc_insertion_point(field_set_allocated:AuthServerChallengeMessage.serverChallenge)
13423 }
13424
13425 // -------------------------------------------------------------------
13426
13427 // AuthClientResponseMessage
13428
13429 // required bytes clientResponse = 1;
has_clientresponse()13430 inline bool AuthClientResponseMessage::has_clientresponse() const {
13431 return (_has_bits_[0] & 0x00000001u) != 0;
13432 }
set_has_clientresponse()13433 inline void AuthClientResponseMessage::set_has_clientresponse() {
13434 _has_bits_[0] |= 0x00000001u;
13435 }
clear_has_clientresponse()13436 inline void AuthClientResponseMessage::clear_has_clientresponse() {
13437 _has_bits_[0] &= ~0x00000001u;
13438 }
clear_clientresponse()13439 inline void AuthClientResponseMessage::clear_clientresponse() {
13440 if (clientresponse_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13441 clientresponse_->clear();
13442 }
13443 clear_has_clientresponse();
13444 }
clientresponse()13445 inline const ::std::string& AuthClientResponseMessage::clientresponse() const {
13446 // @@protoc_insertion_point(field_get:AuthClientResponseMessage.clientResponse)
13447 return *clientresponse_;
13448 }
set_clientresponse(const::std::string & value)13449 inline void AuthClientResponseMessage::set_clientresponse(const ::std::string& value) {
13450 set_has_clientresponse();
13451 if (clientresponse_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13452 clientresponse_ = new ::std::string;
13453 }
13454 clientresponse_->assign(value);
13455 // @@protoc_insertion_point(field_set:AuthClientResponseMessage.clientResponse)
13456 }
set_clientresponse(const char * value)13457 inline void AuthClientResponseMessage::set_clientresponse(const char* value) {
13458 set_has_clientresponse();
13459 if (clientresponse_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13460 clientresponse_ = new ::std::string;
13461 }
13462 clientresponse_->assign(value);
13463 // @@protoc_insertion_point(field_set_char:AuthClientResponseMessage.clientResponse)
13464 }
set_clientresponse(const void * value,size_t size)13465 inline void AuthClientResponseMessage::set_clientresponse(const void* value, size_t size) {
13466 set_has_clientresponse();
13467 if (clientresponse_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13468 clientresponse_ = new ::std::string;
13469 }
13470 clientresponse_->assign(reinterpret_cast<const char*>(value), size);
13471 // @@protoc_insertion_point(field_set_pointer:AuthClientResponseMessage.clientResponse)
13472 }
mutable_clientresponse()13473 inline ::std::string* AuthClientResponseMessage::mutable_clientresponse() {
13474 set_has_clientresponse();
13475 if (clientresponse_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13476 clientresponse_ = new ::std::string;
13477 }
13478 // @@protoc_insertion_point(field_mutable:AuthClientResponseMessage.clientResponse)
13479 return clientresponse_;
13480 }
release_clientresponse()13481 inline ::std::string* AuthClientResponseMessage::release_clientresponse() {
13482 clear_has_clientresponse();
13483 if (clientresponse_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13484 return NULL;
13485 } else {
13486 ::std::string* temp = clientresponse_;
13487 clientresponse_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13488 return temp;
13489 }
13490 }
set_allocated_clientresponse(::std::string * clientresponse)13491 inline void AuthClientResponseMessage::set_allocated_clientresponse(::std::string* clientresponse) {
13492 if (clientresponse_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13493 delete clientresponse_;
13494 }
13495 if (clientresponse) {
13496 set_has_clientresponse();
13497 clientresponse_ = clientresponse;
13498 } else {
13499 clear_has_clientresponse();
13500 clientresponse_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13501 }
13502 // @@protoc_insertion_point(field_set_allocated:AuthClientResponseMessage.clientResponse)
13503 }
13504
13505 // -------------------------------------------------------------------
13506
13507 // AuthServerVerificationMessage
13508
13509 // required bytes serverVerification = 1;
has_serververification()13510 inline bool AuthServerVerificationMessage::has_serververification() const {
13511 return (_has_bits_[0] & 0x00000001u) != 0;
13512 }
set_has_serververification()13513 inline void AuthServerVerificationMessage::set_has_serververification() {
13514 _has_bits_[0] |= 0x00000001u;
13515 }
clear_has_serververification()13516 inline void AuthServerVerificationMessage::clear_has_serververification() {
13517 _has_bits_[0] &= ~0x00000001u;
13518 }
clear_serververification()13519 inline void AuthServerVerificationMessage::clear_serververification() {
13520 if (serververification_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13521 serververification_->clear();
13522 }
13523 clear_has_serververification();
13524 }
serververification()13525 inline const ::std::string& AuthServerVerificationMessage::serververification() const {
13526 // @@protoc_insertion_point(field_get:AuthServerVerificationMessage.serverVerification)
13527 return *serververification_;
13528 }
set_serververification(const::std::string & value)13529 inline void AuthServerVerificationMessage::set_serververification(const ::std::string& value) {
13530 set_has_serververification();
13531 if (serververification_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13532 serververification_ = new ::std::string;
13533 }
13534 serververification_->assign(value);
13535 // @@protoc_insertion_point(field_set:AuthServerVerificationMessage.serverVerification)
13536 }
set_serververification(const char * value)13537 inline void AuthServerVerificationMessage::set_serververification(const char* value) {
13538 set_has_serververification();
13539 if (serververification_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13540 serververification_ = new ::std::string;
13541 }
13542 serververification_->assign(value);
13543 // @@protoc_insertion_point(field_set_char:AuthServerVerificationMessage.serverVerification)
13544 }
set_serververification(const void * value,size_t size)13545 inline void AuthServerVerificationMessage::set_serververification(const void* value, size_t size) {
13546 set_has_serververification();
13547 if (serververification_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13548 serververification_ = new ::std::string;
13549 }
13550 serververification_->assign(reinterpret_cast<const char*>(value), size);
13551 // @@protoc_insertion_point(field_set_pointer:AuthServerVerificationMessage.serverVerification)
13552 }
mutable_serververification()13553 inline ::std::string* AuthServerVerificationMessage::mutable_serververification() {
13554 set_has_serververification();
13555 if (serververification_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13556 serververification_ = new ::std::string;
13557 }
13558 // @@protoc_insertion_point(field_mutable:AuthServerVerificationMessage.serverVerification)
13559 return serververification_;
13560 }
release_serververification()13561 inline ::std::string* AuthServerVerificationMessage::release_serververification() {
13562 clear_has_serververification();
13563 if (serververification_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
13564 return NULL;
13565 } else {
13566 ::std::string* temp = serververification_;
13567 serververification_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
13568 return temp;
13569 }
13570 }
set_allocated_serververification(::std::string * serververification)13571