@aceplus/smartace-api 3.6.0-alpha.17 → 3.6.0-alpha.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (249) hide show
  1. package/auth.account_pb.d.ts +582 -0
  2. package/auth.account_pb.js +4287 -0
  3. package/auth.account_pb_service.d.ts +340 -0
  4. package/auth.account_pb_service.js +637 -0
  5. package/auth.account_two_factor_pb.d.ts +159 -0
  6. package/auth.account_two_factor_pb.js +1184 -0
  7. package/auth.account_two_factor_pb_service.d.ts +121 -0
  8. package/auth.account_two_factor_pb_service.js +182 -0
  9. package/auth.app_account_pb.d.ts +156 -0
  10. package/auth.app_account_pb.js +1153 -0
  11. package/auth.app_account_pb_service.d.ts +160 -0
  12. package/auth.app_account_pb_service.js +263 -0
  13. package/auth.app_authn_pb.d.ts +172 -0
  14. package/auth.app_authn_pb.js +1233 -0
  15. package/auth.app_authn_pb_service.d.ts +140 -0
  16. package/auth.app_authn_pb_service.js +222 -0
  17. package/auth.app_distribution_pb.d.ts +174 -0
  18. package/auth.app_distribution_pb.js +1338 -0
  19. package/auth.app_distribution_pb_service.d.ts +120 -0
  20. package/auth.app_distribution_pb_service.js +181 -0
  21. package/auth.authn_pb.d.ts +95 -0
  22. package/auth.authn_pb.js +637 -0
  23. package/auth.authn_pb_service.d.ts +82 -0
  24. package/auth.authn_pb_service.js +101 -0
  25. package/auth.cluster_pb.d.ts +142 -0
  26. package/auth.cluster_pb.js +1050 -0
  27. package/auth.cluster_pb_service.d.ts +82 -0
  28. package/auth.cluster_pb_service.js +101 -0
  29. package/auth.distribution_pb.d.ts +233 -0
  30. package/auth.distribution_pb.js +1785 -0
  31. package/auth.distribution_pb_service.d.ts +82 -0
  32. package/auth.distribution_pb_service.js +101 -0
  33. package/auth.email_pb.d.ts +217 -0
  34. package/auth.email_pb.js +1508 -0
  35. package/auth.email_pb_service.d.ts +102 -0
  36. package/auth.email_pb_service.js +142 -0
  37. package/auth.firmware_pb.d.ts +256 -0
  38. package/auth.firmware_pb.js +1997 -0
  39. package/auth.firmware_pb_service.d.ts +120 -0
  40. package/auth.firmware_pb_service.js +181 -0
  41. package/auth.push_notification_pb.d.ts +69 -0
  42. package/auth.push_notification_pb.js +411 -0
  43. package/auth.push_notification_pb_service.d.ts +64 -0
  44. package/auth.push_notification_pb_service.js +62 -0
  45. package/auth.sms_pb.d.ts +79 -0
  46. package/auth.sms_pb.js +575 -0
  47. package/auth.sms_pb_service.d.ts +83 -0
  48. package/auth.sms_pb_service.js +102 -0
  49. package/google/api/annotations_pb.d.ts +9 -0
  50. package/google/api/annotations_pb.js +54 -0
  51. package/google/api/annotations_pb_service.d.ts +3 -0
  52. package/google/api/annotations_pb_service.js +3 -0
  53. package/google/api/auth_pb.d.ts +150 -0
  54. package/google/api/auth_pb.js +1160 -0
  55. package/google/api/auth_pb_service.d.ts +3 -0
  56. package/google/api/auth_pb_service.js +3 -0
  57. package/google/api/backend_pb.d.ts +59 -0
  58. package/google/api/backend_pb.js +448 -0
  59. package/google/api/backend_pb_service.d.ts +3 -0
  60. package/google/api/backend_pb_service.js +3 -0
  61. package/google/api/billing_pb.d.ts +54 -0
  62. package/google/api/billing_pb.js +416 -0
  63. package/google/api/billing_pb_service.d.ts +3 -0
  64. package/google/api/billing_pb_service.js +3 -0
  65. package/google/api/client_pb.d.ts +12 -0
  66. package/google/api/client_pb.js +104 -0
  67. package/google/api/client_pb_service.d.ts +3 -0
  68. package/google/api/client_pb_service.js +3 -0
  69. package/google/api/config_change_pb.d.ts +72 -0
  70. package/google/api/config_change_pb.js +489 -0
  71. package/google/api/config_change_pb_service.d.ts +3 -0
  72. package/google/api/config_change_pb_service.js +3 -0
  73. package/google/api/consumer_pb.d.ts +65 -0
  74. package/google/api/consumer_pb.js +430 -0
  75. package/google/api/consumer_pb_service.d.ts +3 -0
  76. package/google/api/consumer_pb_service.js +3 -0
  77. package/google/api/context_pb.d.ts +59 -0
  78. package/google/api/context_pb.js +463 -0
  79. package/google/api/context_pb_service.d.ts +3 -0
  80. package/google/api/context_pb_service.js +3 -0
  81. package/google/api/control_pb.d.ts +25 -0
  82. package/google/api/control_pb.js +176 -0
  83. package/google/api/control_pb_service.d.ts +3 -0
  84. package/google/api/control_pb_service.js +3 -0
  85. package/google/api/distribution_pb.d.ts +235 -0
  86. package/google/api/distribution_pb.js +1805 -0
  87. package/google/api/distribution_pb_service.d.ts +3 -0
  88. package/google/api/distribution_pb_service.js +3 -0
  89. package/google/api/documentation_pb.d.ts +103 -0
  90. package/google/api/documentation_pb.js +803 -0
  91. package/google/api/documentation_pb_service.d.ts +3 -0
  92. package/google/api/documentation_pb_service.js +3 -0
  93. package/google/api/endpoint_pb.d.ts +46 -0
  94. package/google/api/endpoint_pb.js +343 -0
  95. package/google/api/endpoint_pb_service.d.ts +3 -0
  96. package/google/api/endpoint_pb_service.js +3 -0
  97. package/google/api/error_reason_pb.d.ts +40 -0
  98. package/google/api/error_reason_pb.js +61 -0
  99. package/google/api/error_reason_pb_service.d.ts +3 -0
  100. package/google/api/error_reason_pb_service.js +3 -0
  101. package/google/api/field_behavior_pb.d.ts +20 -0
  102. package/google/api/field_behavior_pb.js +66 -0
  103. package/google/api/field_behavior_pb_service.d.ts +3 -0
  104. package/google/api/field_behavior_pb_service.js +3 -0
  105. package/google/api/http_pb.d.ts +136 -0
  106. package/google/api/http_pb.js +1012 -0
  107. package/google/api/http_pb_service.d.ts +3 -0
  108. package/google/api/http_pb_service.js +3 -0
  109. package/google/api/httpbody_pb.d.ts +38 -0
  110. package/google/api/httpbody_pb.js +292 -0
  111. package/google/api/httpbody_pb_service.d.ts +3 -0
  112. package/google/api/httpbody_pb_service.js +3 -0
  113. package/google/api/label_pb.d.ts +41 -0
  114. package/google/api/label_pb.js +246 -0
  115. package/google/api/label_pb_service.d.ts +3 -0
  116. package/google/api/label_pb_service.js +3 -0
  117. package/google/api/launch_stage_pb.d.ts +16 -0
  118. package/google/api/launch_stage_pb.js +37 -0
  119. package/google/api/launch_stage_pb_service.d.ts +3 -0
  120. package/google/api/launch_stage_pb_service.js +3 -0
  121. package/google/api/log_pb.d.ts +40 -0
  122. package/google/api/log_pb.js +298 -0
  123. package/google/api/log_pb_service.d.ts +3 -0
  124. package/google/api/log_pb_service.js +3 -0
  125. package/google/api/logging_pb.d.ts +60 -0
  126. package/google/api/logging_pb.js +469 -0
  127. package/google/api/logging_pb_service.d.ts +3 -0
  128. package/google/api/logging_pb_service.js +3 -0
  129. package/google/api/metric_pb.d.ts +100 -0
  130. package/google/api/metric_pb.js +629 -0
  131. package/google/api/metric_pb_service.d.ts +3 -0
  132. package/google/api/metric_pb_service.js +3 -0
  133. package/google/api/monitored_resource_pb.d.ts +93 -0
  134. package/google/api/monitored_resource_pb.js +723 -0
  135. package/google/api/monitored_resource_pb_service.d.ts +3 -0
  136. package/google/api/monitored_resource_pb_service.js +3 -0
  137. package/google/api/monitoring_pb.d.ts +60 -0
  138. package/google/api/monitoring_pb.js +469 -0
  139. package/google/api/monitoring_pb_service.d.ts +3 -0
  140. package/google/api/monitoring_pb_service.js +3 -0
  141. package/google/api/policy_pb.d.ts +64 -0
  142. package/google/api/policy_pb.js +502 -0
  143. package/google/api/policy_pb_service.d.ts +3 -0
  144. package/google/api/policy_pb_service.js +3 -0
  145. package/google/api/quota_pb.d.ts +112 -0
  146. package/google/api/quota_pb.js +873 -0
  147. package/google/api/quota_pb_service.d.ts +3 -0
  148. package/google/api/quota_pb_service.js +3 -0
  149. package/google/api/resource_pb.d.ts +99 -0
  150. package/google/api/resource_pb.js +684 -0
  151. package/google/api/resource_pb_service.d.ts +3 -0
  152. package/google/api/resource_pb_service.js +3 -0
  153. package/google/api/routing_pb.d.ts +54 -0
  154. package/google/api/routing_pb.js +416 -0
  155. package/google/api/routing_pb_service.d.ts +3 -0
  156. package/google/api/routing_pb_service.js +3 -0
  157. package/google/api/service_pb.d.ts +184 -0
  158. package/google/api/service_pb.js +1400 -0
  159. package/google/api/service_pb_service.d.ts +3 -0
  160. package/google/api/service_pb_service.js +3 -0
  161. package/google/api/source_info_pb.d.ts +28 -0
  162. package/google/api/source_info_pb.js +208 -0
  163. package/google/api/source_info_pb_service.d.ts +3 -0
  164. package/google/api/source_info_pb_service.js +3 -0
  165. package/google/api/system_parameter_pb.d.ts +81 -0
  166. package/google/api/system_parameter_pb.js +630 -0
  167. package/google/api/system_parameter_pb_service.d.ts +3 -0
  168. package/google/api/system_parameter_pb_service.js +3 -0
  169. package/google/api/usage_pb.d.ts +66 -0
  170. package/google/api/usage_pb.js +499 -0
  171. package/google/api/usage_pb_service.d.ts +3 -0
  172. package/google/api/usage_pb_service.js +3 -0
  173. package/google/api/visibility_pb.d.ts +64 -0
  174. package/google/api/visibility_pb.js +546 -0
  175. package/google/api/visibility_pb_service.d.ts +3 -0
  176. package/google/api/visibility_pb_service.js +3 -0
  177. package/meta.client_pb.d.ts +167 -0
  178. package/meta.client_pb.js +1266 -0
  179. package/meta.client_pb_service.d.ts +122 -0
  180. package/meta.client_pb_service.js +183 -0
  181. package/meta.spic_config_pb.d.ts +184 -0
  182. package/meta.spic_config_pb.js +1382 -0
  183. package/meta.spic_config_pb_service.d.ts +122 -0
  184. package/meta.spic_config_pb_service.js +183 -0
  185. package/package.json +1 -1
  186. package/platform.activity_log_pb.d.ts +177 -0
  187. package/platform.activity_log_pb.js +1294 -0
  188. package/platform.activity_log_pb_service.d.ts +82 -0
  189. package/platform.activity_log_pb_service.js +101 -0
  190. package/platform.client_pb.d.ts +350 -0
  191. package/platform.client_pb.js +2663 -0
  192. package/platform.client_pb_service.d.ts +158 -0
  193. package/platform.client_pb_service.js +261 -0
  194. package/platform.group_pb.d.ts +195 -0
  195. package/platform.group_pb.js +1476 -0
  196. package/platform.group_pb_service.d.ts +139 -0
  197. package/platform.group_pb_service.js +221 -0
  198. package/platform.local_account_internal_pb.d.ts +125 -0
  199. package/platform.local_account_internal_pb.js +933 -0
  200. package/platform.local_account_internal_pb_service.d.ts +121 -0
  201. package/platform.local_account_internal_pb_service.js +182 -0
  202. package/platform.local_account_pb.d.ts +446 -0
  203. package/platform.local_account_pb.js +3337 -0
  204. package/platform.local_account_pb_service.d.ts +331 -0
  205. package/platform.local_account_pb_service.js +623 -0
  206. package/platform.local_distribution_pb.d.ts +73 -0
  207. package/platform.local_distribution_pb.js +536 -0
  208. package/platform.local_distribution_pb_service.d.ts +63 -0
  209. package/platform.local_distribution_pb_service.js +61 -0
  210. package/platform.location_pb.d.ts +271 -0
  211. package/platform.location_pb.js +2046 -0
  212. package/platform.location_pb_service.d.ts +139 -0
  213. package/platform.location_pb_service.js +221 -0
  214. package/platform.pagination_pb.d.ts +45 -0
  215. package/platform.pagination_pb.js +276 -0
  216. package/platform.pagination_pb_service.d.ts +3 -0
  217. package/platform.pagination_pb_service.js +3 -0
  218. package/spic.admin_alert_pb.d.ts +91 -0
  219. package/spic.admin_alert_pb.js +666 -0
  220. package/spic.admin_alert_pb_service.d.ts +102 -0
  221. package/spic.admin_alert_pb_service.js +142 -0
  222. package/spic.alarm_pb.d.ts +344 -0
  223. package/spic.alarm_pb.js +2622 -0
  224. package/spic.alarm_pb_service.d.ts +101 -0
  225. package/spic.alarm_pb_service.js +141 -0
  226. package/spic.asset_pb.d.ts +652 -0
  227. package/spic.asset_pb.js +4669 -0
  228. package/spic.asset_pb_service.d.ts +197 -0
  229. package/spic.asset_pb_service.js +342 -0
  230. package/spic.cabinet_pb.d.ts +951 -0
  231. package/spic.cabinet_pb.js +6875 -0
  232. package/spic.cabinet_pb_service.d.ts +177 -0
  233. package/spic.cabinet_pb_service.js +301 -0
  234. package/spic.config_pb.d.ts +249 -0
  235. package/spic.config_pb.js +1891 -0
  236. package/spic.config_pb_service.d.ts +120 -0
  237. package/spic.config_pb_service.js +181 -0
  238. package/spic.contractor_pb.d.ts +195 -0
  239. package/spic.contractor_pb.js +1476 -0
  240. package/spic.contractor_pb_service.d.ts +139 -0
  241. package/spic.contractor_pb_service.js +221 -0
  242. package/spic.history_pb.d.ts +142 -0
  243. package/spic.history_pb.js +1130 -0
  244. package/spic.history_pb_service.d.ts +63 -0
  245. package/spic.history_pb_service.js +61 -0
  246. package/spic.open_request_pb.d.ts +237 -0
  247. package/spic.open_request_pb.js +1784 -0
  248. package/spic.open_request_pb_service.d.ts +101 -0
  249. package/spic.open_request_pb_service.js +141 -0
@@ -0,0 +1,1338 @@
1
+ // source: auth.app_distribution.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
23
+
24
+ var google_api_annotations_pb = require('./google/api/annotations_pb.js');
25
+ goog.object.extend(proto, google_api_annotations_pb);
26
+ var auth_cluster_pb = require('./auth.cluster_pb.js');
27
+ goog.object.extend(proto, auth_cluster_pb);
28
+ var platform_client_pb = require('./platform.client_pb.js');
29
+ goog.object.extend(proto, platform_client_pb);
30
+ goog.exportSymbol('proto.Auth.AppDistributionProto', null, global);
31
+ goog.exportSymbol('proto.Auth.AppDistributionProto.CheckQrRequest', null, global);
32
+ goog.exportSymbol('proto.Auth.AppDistributionProto.CheckQrResponse', null, global);
33
+ goog.exportSymbol('proto.Auth.AppDistributionProto.ClientWithClusterProto', null, global);
34
+ goog.exportSymbol('proto.Auth.AppDistributionProto.GetClientsRequest', null, global);
35
+ goog.exportSymbol('proto.Auth.AppDistributionProto.GetClientsResponse', null, global);
36
+ goog.exportSymbol('proto.Auth.AppDistributionProto.PhonePrefixesRequest', null, global);
37
+ goog.exportSymbol('proto.Auth.AppDistributionProto.PhonePrefixesResponse', null, global);
38
+ /**
39
+ * Generated by JsPbCodeGenerator.
40
+ * @param {Array=} opt_data Optional initial data array, typically from a
41
+ * server response, or constructed directly in Javascript. The array is used
42
+ * in place and becomes part of the constructed object. It is not cloned.
43
+ * If no data is provided, the constructed object will be empty, but still
44
+ * valid.
45
+ * @extends {jspb.Message}
46
+ * @constructor
47
+ */
48
+ proto.Auth.AppDistributionProto = function(opt_data) {
49
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
50
+ };
51
+ goog.inherits(proto.Auth.AppDistributionProto, jspb.Message);
52
+ if (goog.DEBUG && !COMPILED) {
53
+ /**
54
+ * @public
55
+ * @override
56
+ */
57
+ proto.Auth.AppDistributionProto.displayName = 'proto.Auth.AppDistributionProto';
58
+ }
59
+ /**
60
+ * Generated by JsPbCodeGenerator.
61
+ * @param {Array=} opt_data Optional initial data array, typically from a
62
+ * server response, or constructed directly in Javascript. The array is used
63
+ * in place and becomes part of the constructed object. It is not cloned.
64
+ * If no data is provided, the constructed object will be empty, but still
65
+ * valid.
66
+ * @extends {jspb.Message}
67
+ * @constructor
68
+ */
69
+ proto.Auth.AppDistributionProto.ClientWithClusterProto = function(opt_data) {
70
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
71
+ };
72
+ goog.inherits(proto.Auth.AppDistributionProto.ClientWithClusterProto, jspb.Message);
73
+ if (goog.DEBUG && !COMPILED) {
74
+ /**
75
+ * @public
76
+ * @override
77
+ */
78
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.displayName = 'proto.Auth.AppDistributionProto.ClientWithClusterProto';
79
+ }
80
+ /**
81
+ * Generated by JsPbCodeGenerator.
82
+ * @param {Array=} opt_data Optional initial data array, typically from a
83
+ * server response, or constructed directly in Javascript. The array is used
84
+ * in place and becomes part of the constructed object. It is not cloned.
85
+ * If no data is provided, the constructed object will be empty, but still
86
+ * valid.
87
+ * @extends {jspb.Message}
88
+ * @constructor
89
+ */
90
+ proto.Auth.AppDistributionProto.GetClientsRequest = function(opt_data) {
91
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
92
+ };
93
+ goog.inherits(proto.Auth.AppDistributionProto.GetClientsRequest, jspb.Message);
94
+ if (goog.DEBUG && !COMPILED) {
95
+ /**
96
+ * @public
97
+ * @override
98
+ */
99
+ proto.Auth.AppDistributionProto.GetClientsRequest.displayName = 'proto.Auth.AppDistributionProto.GetClientsRequest';
100
+ }
101
+ /**
102
+ * Generated by JsPbCodeGenerator.
103
+ * @param {Array=} opt_data Optional initial data array, typically from a
104
+ * server response, or constructed directly in Javascript. The array is used
105
+ * in place and becomes part of the constructed object. It is not cloned.
106
+ * If no data is provided, the constructed object will be empty, but still
107
+ * valid.
108
+ * @extends {jspb.Message}
109
+ * @constructor
110
+ */
111
+ proto.Auth.AppDistributionProto.GetClientsResponse = function(opt_data) {
112
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.Auth.AppDistributionProto.GetClientsResponse.repeatedFields_, null);
113
+ };
114
+ goog.inherits(proto.Auth.AppDistributionProto.GetClientsResponse, jspb.Message);
115
+ if (goog.DEBUG && !COMPILED) {
116
+ /**
117
+ * @public
118
+ * @override
119
+ */
120
+ proto.Auth.AppDistributionProto.GetClientsResponse.displayName = 'proto.Auth.AppDistributionProto.GetClientsResponse';
121
+ }
122
+ /**
123
+ * Generated by JsPbCodeGenerator.
124
+ * @param {Array=} opt_data Optional initial data array, typically from a
125
+ * server response, or constructed directly in Javascript. The array is used
126
+ * in place and becomes part of the constructed object. It is not cloned.
127
+ * If no data is provided, the constructed object will be empty, but still
128
+ * valid.
129
+ * @extends {jspb.Message}
130
+ * @constructor
131
+ */
132
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest = function(opt_data) {
133
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
134
+ };
135
+ goog.inherits(proto.Auth.AppDistributionProto.PhonePrefixesRequest, jspb.Message);
136
+ if (goog.DEBUG && !COMPILED) {
137
+ /**
138
+ * @public
139
+ * @override
140
+ */
141
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.displayName = 'proto.Auth.AppDistributionProto.PhonePrefixesRequest';
142
+ }
143
+ /**
144
+ * Generated by JsPbCodeGenerator.
145
+ * @param {Array=} opt_data Optional initial data array, typically from a
146
+ * server response, or constructed directly in Javascript. The array is used
147
+ * in place and becomes part of the constructed object. It is not cloned.
148
+ * If no data is provided, the constructed object will be empty, but still
149
+ * valid.
150
+ * @extends {jspb.Message}
151
+ * @constructor
152
+ */
153
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse = function(opt_data) {
154
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.Auth.AppDistributionProto.PhonePrefixesResponse.repeatedFields_, null);
155
+ };
156
+ goog.inherits(proto.Auth.AppDistributionProto.PhonePrefixesResponse, jspb.Message);
157
+ if (goog.DEBUG && !COMPILED) {
158
+ /**
159
+ * @public
160
+ * @override
161
+ */
162
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.displayName = 'proto.Auth.AppDistributionProto.PhonePrefixesResponse';
163
+ }
164
+ /**
165
+ * Generated by JsPbCodeGenerator.
166
+ * @param {Array=} opt_data Optional initial data array, typically from a
167
+ * server response, or constructed directly in Javascript. The array is used
168
+ * in place and becomes part of the constructed object. It is not cloned.
169
+ * If no data is provided, the constructed object will be empty, but still
170
+ * valid.
171
+ * @extends {jspb.Message}
172
+ * @constructor
173
+ */
174
+ proto.Auth.AppDistributionProto.CheckQrRequest = function(opt_data) {
175
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
176
+ };
177
+ goog.inherits(proto.Auth.AppDistributionProto.CheckQrRequest, jspb.Message);
178
+ if (goog.DEBUG && !COMPILED) {
179
+ /**
180
+ * @public
181
+ * @override
182
+ */
183
+ proto.Auth.AppDistributionProto.CheckQrRequest.displayName = 'proto.Auth.AppDistributionProto.CheckQrRequest';
184
+ }
185
+ /**
186
+ * Generated by JsPbCodeGenerator.
187
+ * @param {Array=} opt_data Optional initial data array, typically from a
188
+ * server response, or constructed directly in Javascript. The array is used
189
+ * in place and becomes part of the constructed object. It is not cloned.
190
+ * If no data is provided, the constructed object will be empty, but still
191
+ * valid.
192
+ * @extends {jspb.Message}
193
+ * @constructor
194
+ */
195
+ proto.Auth.AppDistributionProto.CheckQrResponse = function(opt_data) {
196
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
197
+ };
198
+ goog.inherits(proto.Auth.AppDistributionProto.CheckQrResponse, jspb.Message);
199
+ if (goog.DEBUG && !COMPILED) {
200
+ /**
201
+ * @public
202
+ * @override
203
+ */
204
+ proto.Auth.AppDistributionProto.CheckQrResponse.displayName = 'proto.Auth.AppDistributionProto.CheckQrResponse';
205
+ }
206
+
207
+
208
+
209
+ if (jspb.Message.GENERATE_TO_OBJECT) {
210
+ /**
211
+ * Creates an object representation of this proto.
212
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
213
+ * Optional fields that are not set will be set to undefined.
214
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
215
+ * For the list of reserved names please see:
216
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
217
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
218
+ * JSPB instance for transitional soy proto support:
219
+ * http://goto/soy-param-migration
220
+ * @return {!Object}
221
+ */
222
+ proto.Auth.AppDistributionProto.prototype.toObject = function(opt_includeInstance) {
223
+ return proto.Auth.AppDistributionProto.toObject(opt_includeInstance, this);
224
+ };
225
+
226
+
227
+ /**
228
+ * Static version of the {@see toObject} method.
229
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
230
+ * the JSPB instance for transitional soy proto support:
231
+ * http://goto/soy-param-migration
232
+ * @param {!proto.Auth.AppDistributionProto} msg The msg instance to transform.
233
+ * @return {!Object}
234
+ * @suppress {unusedLocalVariables} f is only used for nested messages
235
+ */
236
+ proto.Auth.AppDistributionProto.toObject = function(includeInstance, msg) {
237
+ var f, obj = {
238
+
239
+ };
240
+
241
+ if (includeInstance) {
242
+ obj.$jspbMessageInstance = msg;
243
+ }
244
+ return obj;
245
+ };
246
+ }
247
+
248
+
249
+ /**
250
+ * Deserializes binary data (in protobuf wire format).
251
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
252
+ * @return {!proto.Auth.AppDistributionProto}
253
+ */
254
+ proto.Auth.AppDistributionProto.deserializeBinary = function(bytes) {
255
+ var reader = new jspb.BinaryReader(bytes);
256
+ var msg = new proto.Auth.AppDistributionProto;
257
+ return proto.Auth.AppDistributionProto.deserializeBinaryFromReader(msg, reader);
258
+ };
259
+
260
+
261
+ /**
262
+ * Deserializes binary data (in protobuf wire format) from the
263
+ * given reader into the given message object.
264
+ * @param {!proto.Auth.AppDistributionProto} msg The message object to deserialize into.
265
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
266
+ * @return {!proto.Auth.AppDistributionProto}
267
+ */
268
+ proto.Auth.AppDistributionProto.deserializeBinaryFromReader = function(msg, reader) {
269
+ while (reader.nextField()) {
270
+ if (reader.isEndGroup()) {
271
+ break;
272
+ }
273
+ var field = reader.getFieldNumber();
274
+ switch (field) {
275
+ default:
276
+ reader.skipField();
277
+ break;
278
+ }
279
+ }
280
+ return msg;
281
+ };
282
+
283
+
284
+ /**
285
+ * Serializes the message to binary data (in protobuf wire format).
286
+ * @return {!Uint8Array}
287
+ */
288
+ proto.Auth.AppDistributionProto.prototype.serializeBinary = function() {
289
+ var writer = new jspb.BinaryWriter();
290
+ proto.Auth.AppDistributionProto.serializeBinaryToWriter(this, writer);
291
+ return writer.getResultBuffer();
292
+ };
293
+
294
+
295
+ /**
296
+ * Serializes the given message to binary data (in protobuf wire
297
+ * format), writing to the given BinaryWriter.
298
+ * @param {!proto.Auth.AppDistributionProto} message
299
+ * @param {!jspb.BinaryWriter} writer
300
+ * @suppress {unusedLocalVariables} f is only used for nested messages
301
+ */
302
+ proto.Auth.AppDistributionProto.serializeBinaryToWriter = function(message, writer) {
303
+ var f = undefined;
304
+ };
305
+
306
+
307
+
308
+
309
+
310
+ if (jspb.Message.GENERATE_TO_OBJECT) {
311
+ /**
312
+ * Creates an object representation of this proto.
313
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
314
+ * Optional fields that are not set will be set to undefined.
315
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
316
+ * For the list of reserved names please see:
317
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
318
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
319
+ * JSPB instance for transitional soy proto support:
320
+ * http://goto/soy-param-migration
321
+ * @return {!Object}
322
+ */
323
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.toObject = function(opt_includeInstance) {
324
+ return proto.Auth.AppDistributionProto.ClientWithClusterProto.toObject(opt_includeInstance, this);
325
+ };
326
+
327
+
328
+ /**
329
+ * Static version of the {@see toObject} method.
330
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
331
+ * the JSPB instance for transitional soy proto support:
332
+ * http://goto/soy-param-migration
333
+ * @param {!proto.Auth.AppDistributionProto.ClientWithClusterProto} msg The msg instance to transform.
334
+ * @return {!Object}
335
+ * @suppress {unusedLocalVariables} f is only used for nested messages
336
+ */
337
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.toObject = function(includeInstance, msg) {
338
+ var f, obj = {
339
+ client: (f = msg.getClient()) && platform_client_pb.ClientProto.toObject(includeInstance, f),
340
+ cluster: (f = msg.getCluster()) && auth_cluster_pb.ClusterProto.toObject(includeInstance, f)
341
+ };
342
+
343
+ if (includeInstance) {
344
+ obj.$jspbMessageInstance = msg;
345
+ }
346
+ return obj;
347
+ };
348
+ }
349
+
350
+
351
+ /**
352
+ * Deserializes binary data (in protobuf wire format).
353
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
354
+ * @return {!proto.Auth.AppDistributionProto.ClientWithClusterProto}
355
+ */
356
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.deserializeBinary = function(bytes) {
357
+ var reader = new jspb.BinaryReader(bytes);
358
+ var msg = new proto.Auth.AppDistributionProto.ClientWithClusterProto;
359
+ return proto.Auth.AppDistributionProto.ClientWithClusterProto.deserializeBinaryFromReader(msg, reader);
360
+ };
361
+
362
+
363
+ /**
364
+ * Deserializes binary data (in protobuf wire format) from the
365
+ * given reader into the given message object.
366
+ * @param {!proto.Auth.AppDistributionProto.ClientWithClusterProto} msg The message object to deserialize into.
367
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
368
+ * @return {!proto.Auth.AppDistributionProto.ClientWithClusterProto}
369
+ */
370
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.deserializeBinaryFromReader = function(msg, reader) {
371
+ while (reader.nextField()) {
372
+ if (reader.isEndGroup()) {
373
+ break;
374
+ }
375
+ var field = reader.getFieldNumber();
376
+ switch (field) {
377
+ case 1:
378
+ var value = new platform_client_pb.ClientProto;
379
+ reader.readMessage(value,platform_client_pb.ClientProto.deserializeBinaryFromReader);
380
+ msg.setClient(value);
381
+ break;
382
+ case 2:
383
+ var value = new auth_cluster_pb.ClusterProto;
384
+ reader.readMessage(value,auth_cluster_pb.ClusterProto.deserializeBinaryFromReader);
385
+ msg.setCluster(value);
386
+ break;
387
+ default:
388
+ reader.skipField();
389
+ break;
390
+ }
391
+ }
392
+ return msg;
393
+ };
394
+
395
+
396
+ /**
397
+ * Serializes the message to binary data (in protobuf wire format).
398
+ * @return {!Uint8Array}
399
+ */
400
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.serializeBinary = function() {
401
+ var writer = new jspb.BinaryWriter();
402
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.serializeBinaryToWriter(this, writer);
403
+ return writer.getResultBuffer();
404
+ };
405
+
406
+
407
+ /**
408
+ * Serializes the given message to binary data (in protobuf wire
409
+ * format), writing to the given BinaryWriter.
410
+ * @param {!proto.Auth.AppDistributionProto.ClientWithClusterProto} message
411
+ * @param {!jspb.BinaryWriter} writer
412
+ * @suppress {unusedLocalVariables} f is only used for nested messages
413
+ */
414
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.serializeBinaryToWriter = function(message, writer) {
415
+ var f = undefined;
416
+ f = message.getClient();
417
+ if (f != null) {
418
+ writer.writeMessage(
419
+ 1,
420
+ f,
421
+ platform_client_pb.ClientProto.serializeBinaryToWriter
422
+ );
423
+ }
424
+ f = message.getCluster();
425
+ if (f != null) {
426
+ writer.writeMessage(
427
+ 2,
428
+ f,
429
+ auth_cluster_pb.ClusterProto.serializeBinaryToWriter
430
+ );
431
+ }
432
+ };
433
+
434
+
435
+ /**
436
+ * optional Platform.ClientProto client = 1;
437
+ * @return {?proto.Platform.ClientProto}
438
+ */
439
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.getClient = function() {
440
+ return /** @type{?proto.Platform.ClientProto} */ (
441
+ jspb.Message.getWrapperField(this, platform_client_pb.ClientProto, 1));
442
+ };
443
+
444
+
445
+ /**
446
+ * @param {?proto.Platform.ClientProto|undefined} value
447
+ * @return {!proto.Auth.AppDistributionProto.ClientWithClusterProto} returns this
448
+ */
449
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.setClient = function(value) {
450
+ return jspb.Message.setWrapperField(this, 1, value);
451
+ };
452
+
453
+
454
+ /**
455
+ * Clears the message field making it undefined.
456
+ * @return {!proto.Auth.AppDistributionProto.ClientWithClusterProto} returns this
457
+ */
458
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.clearClient = function() {
459
+ return this.setClient(undefined);
460
+ };
461
+
462
+
463
+ /**
464
+ * Returns whether this field is set.
465
+ * @return {boolean}
466
+ */
467
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.hasClient = function() {
468
+ return jspb.Message.getField(this, 1) != null;
469
+ };
470
+
471
+
472
+ /**
473
+ * optional ClusterProto cluster = 2;
474
+ * @return {?proto.Auth.ClusterProto}
475
+ */
476
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.getCluster = function() {
477
+ return /** @type{?proto.Auth.ClusterProto} */ (
478
+ jspb.Message.getWrapperField(this, auth_cluster_pb.ClusterProto, 2));
479
+ };
480
+
481
+
482
+ /**
483
+ * @param {?proto.Auth.ClusterProto|undefined} value
484
+ * @return {!proto.Auth.AppDistributionProto.ClientWithClusterProto} returns this
485
+ */
486
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.setCluster = function(value) {
487
+ return jspb.Message.setWrapperField(this, 2, value);
488
+ };
489
+
490
+
491
+ /**
492
+ * Clears the message field making it undefined.
493
+ * @return {!proto.Auth.AppDistributionProto.ClientWithClusterProto} returns this
494
+ */
495
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.clearCluster = function() {
496
+ return this.setCluster(undefined);
497
+ };
498
+
499
+
500
+ /**
501
+ * Returns whether this field is set.
502
+ * @return {boolean}
503
+ */
504
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.prototype.hasCluster = function() {
505
+ return jspb.Message.getField(this, 2) != null;
506
+ };
507
+
508
+
509
+
510
+
511
+
512
+ if (jspb.Message.GENERATE_TO_OBJECT) {
513
+ /**
514
+ * Creates an object representation of this proto.
515
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
516
+ * Optional fields that are not set will be set to undefined.
517
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
518
+ * For the list of reserved names please see:
519
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
520
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
521
+ * JSPB instance for transitional soy proto support:
522
+ * http://goto/soy-param-migration
523
+ * @return {!Object}
524
+ */
525
+ proto.Auth.AppDistributionProto.GetClientsRequest.prototype.toObject = function(opt_includeInstance) {
526
+ return proto.Auth.AppDistributionProto.GetClientsRequest.toObject(opt_includeInstance, this);
527
+ };
528
+
529
+
530
+ /**
531
+ * Static version of the {@see toObject} method.
532
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
533
+ * the JSPB instance for transitional soy proto support:
534
+ * http://goto/soy-param-migration
535
+ * @param {!proto.Auth.AppDistributionProto.GetClientsRequest} msg The msg instance to transform.
536
+ * @return {!Object}
537
+ * @suppress {unusedLocalVariables} f is only used for nested messages
538
+ */
539
+ proto.Auth.AppDistributionProto.GetClientsRequest.toObject = function(includeInstance, msg) {
540
+ var f, obj = {
541
+
542
+ };
543
+
544
+ if (includeInstance) {
545
+ obj.$jspbMessageInstance = msg;
546
+ }
547
+ return obj;
548
+ };
549
+ }
550
+
551
+
552
+ /**
553
+ * Deserializes binary data (in protobuf wire format).
554
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
555
+ * @return {!proto.Auth.AppDistributionProto.GetClientsRequest}
556
+ */
557
+ proto.Auth.AppDistributionProto.GetClientsRequest.deserializeBinary = function(bytes) {
558
+ var reader = new jspb.BinaryReader(bytes);
559
+ var msg = new proto.Auth.AppDistributionProto.GetClientsRequest;
560
+ return proto.Auth.AppDistributionProto.GetClientsRequest.deserializeBinaryFromReader(msg, reader);
561
+ };
562
+
563
+
564
+ /**
565
+ * Deserializes binary data (in protobuf wire format) from the
566
+ * given reader into the given message object.
567
+ * @param {!proto.Auth.AppDistributionProto.GetClientsRequest} msg The message object to deserialize into.
568
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
569
+ * @return {!proto.Auth.AppDistributionProto.GetClientsRequest}
570
+ */
571
+ proto.Auth.AppDistributionProto.GetClientsRequest.deserializeBinaryFromReader = function(msg, reader) {
572
+ while (reader.nextField()) {
573
+ if (reader.isEndGroup()) {
574
+ break;
575
+ }
576
+ var field = reader.getFieldNumber();
577
+ switch (field) {
578
+ default:
579
+ reader.skipField();
580
+ break;
581
+ }
582
+ }
583
+ return msg;
584
+ };
585
+
586
+
587
+ /**
588
+ * Serializes the message to binary data (in protobuf wire format).
589
+ * @return {!Uint8Array}
590
+ */
591
+ proto.Auth.AppDistributionProto.GetClientsRequest.prototype.serializeBinary = function() {
592
+ var writer = new jspb.BinaryWriter();
593
+ proto.Auth.AppDistributionProto.GetClientsRequest.serializeBinaryToWriter(this, writer);
594
+ return writer.getResultBuffer();
595
+ };
596
+
597
+
598
+ /**
599
+ * Serializes the given message to binary data (in protobuf wire
600
+ * format), writing to the given BinaryWriter.
601
+ * @param {!proto.Auth.AppDistributionProto.GetClientsRequest} message
602
+ * @param {!jspb.BinaryWriter} writer
603
+ * @suppress {unusedLocalVariables} f is only used for nested messages
604
+ */
605
+ proto.Auth.AppDistributionProto.GetClientsRequest.serializeBinaryToWriter = function(message, writer) {
606
+ var f = undefined;
607
+ };
608
+
609
+
610
+
611
+ /**
612
+ * List of repeated fields within this message type.
613
+ * @private {!Array<number>}
614
+ * @const
615
+ */
616
+ proto.Auth.AppDistributionProto.GetClientsResponse.repeatedFields_ = [1];
617
+
618
+
619
+
620
+ if (jspb.Message.GENERATE_TO_OBJECT) {
621
+ /**
622
+ * Creates an object representation of this proto.
623
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
624
+ * Optional fields that are not set will be set to undefined.
625
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
626
+ * For the list of reserved names please see:
627
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
628
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
629
+ * JSPB instance for transitional soy proto support:
630
+ * http://goto/soy-param-migration
631
+ * @return {!Object}
632
+ */
633
+ proto.Auth.AppDistributionProto.GetClientsResponse.prototype.toObject = function(opt_includeInstance) {
634
+ return proto.Auth.AppDistributionProto.GetClientsResponse.toObject(opt_includeInstance, this);
635
+ };
636
+
637
+
638
+ /**
639
+ * Static version of the {@see toObject} method.
640
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
641
+ * the JSPB instance for transitional soy proto support:
642
+ * http://goto/soy-param-migration
643
+ * @param {!proto.Auth.AppDistributionProto.GetClientsResponse} msg The msg instance to transform.
644
+ * @return {!Object}
645
+ * @suppress {unusedLocalVariables} f is only used for nested messages
646
+ */
647
+ proto.Auth.AppDistributionProto.GetClientsResponse.toObject = function(includeInstance, msg) {
648
+ var f, obj = {
649
+ clientsList: jspb.Message.toObjectList(msg.getClientsList(),
650
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.toObject, includeInstance)
651
+ };
652
+
653
+ if (includeInstance) {
654
+ obj.$jspbMessageInstance = msg;
655
+ }
656
+ return obj;
657
+ };
658
+ }
659
+
660
+
661
+ /**
662
+ * Deserializes binary data (in protobuf wire format).
663
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
664
+ * @return {!proto.Auth.AppDistributionProto.GetClientsResponse}
665
+ */
666
+ proto.Auth.AppDistributionProto.GetClientsResponse.deserializeBinary = function(bytes) {
667
+ var reader = new jspb.BinaryReader(bytes);
668
+ var msg = new proto.Auth.AppDistributionProto.GetClientsResponse;
669
+ return proto.Auth.AppDistributionProto.GetClientsResponse.deserializeBinaryFromReader(msg, reader);
670
+ };
671
+
672
+
673
+ /**
674
+ * Deserializes binary data (in protobuf wire format) from the
675
+ * given reader into the given message object.
676
+ * @param {!proto.Auth.AppDistributionProto.GetClientsResponse} msg The message object to deserialize into.
677
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
678
+ * @return {!proto.Auth.AppDistributionProto.GetClientsResponse}
679
+ */
680
+ proto.Auth.AppDistributionProto.GetClientsResponse.deserializeBinaryFromReader = function(msg, reader) {
681
+ while (reader.nextField()) {
682
+ if (reader.isEndGroup()) {
683
+ break;
684
+ }
685
+ var field = reader.getFieldNumber();
686
+ switch (field) {
687
+ case 1:
688
+ var value = new proto.Auth.AppDistributionProto.ClientWithClusterProto;
689
+ reader.readMessage(value,proto.Auth.AppDistributionProto.ClientWithClusterProto.deserializeBinaryFromReader);
690
+ msg.addClients(value);
691
+ break;
692
+ default:
693
+ reader.skipField();
694
+ break;
695
+ }
696
+ }
697
+ return msg;
698
+ };
699
+
700
+
701
+ /**
702
+ * Serializes the message to binary data (in protobuf wire format).
703
+ * @return {!Uint8Array}
704
+ */
705
+ proto.Auth.AppDistributionProto.GetClientsResponse.prototype.serializeBinary = function() {
706
+ var writer = new jspb.BinaryWriter();
707
+ proto.Auth.AppDistributionProto.GetClientsResponse.serializeBinaryToWriter(this, writer);
708
+ return writer.getResultBuffer();
709
+ };
710
+
711
+
712
+ /**
713
+ * Serializes the given message to binary data (in protobuf wire
714
+ * format), writing to the given BinaryWriter.
715
+ * @param {!proto.Auth.AppDistributionProto.GetClientsResponse} message
716
+ * @param {!jspb.BinaryWriter} writer
717
+ * @suppress {unusedLocalVariables} f is only used for nested messages
718
+ */
719
+ proto.Auth.AppDistributionProto.GetClientsResponse.serializeBinaryToWriter = function(message, writer) {
720
+ var f = undefined;
721
+ f = message.getClientsList();
722
+ if (f.length > 0) {
723
+ writer.writeRepeatedMessage(
724
+ 1,
725
+ f,
726
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.serializeBinaryToWriter
727
+ );
728
+ }
729
+ };
730
+
731
+
732
+ /**
733
+ * repeated ClientWithClusterProto clients = 1;
734
+ * @return {!Array<!proto.Auth.AppDistributionProto.ClientWithClusterProto>}
735
+ */
736
+ proto.Auth.AppDistributionProto.GetClientsResponse.prototype.getClientsList = function() {
737
+ return /** @type{!Array<!proto.Auth.AppDistributionProto.ClientWithClusterProto>} */ (
738
+ jspb.Message.getRepeatedWrapperField(this, proto.Auth.AppDistributionProto.ClientWithClusterProto, 1));
739
+ };
740
+
741
+
742
+ /**
743
+ * @param {!Array<!proto.Auth.AppDistributionProto.ClientWithClusterProto>} value
744
+ * @return {!proto.Auth.AppDistributionProto.GetClientsResponse} returns this
745
+ */
746
+ proto.Auth.AppDistributionProto.GetClientsResponse.prototype.setClientsList = function(value) {
747
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
748
+ };
749
+
750
+
751
+ /**
752
+ * @param {!proto.Auth.AppDistributionProto.ClientWithClusterProto=} opt_value
753
+ * @param {number=} opt_index
754
+ * @return {!proto.Auth.AppDistributionProto.ClientWithClusterProto}
755
+ */
756
+ proto.Auth.AppDistributionProto.GetClientsResponse.prototype.addClients = function(opt_value, opt_index) {
757
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.Auth.AppDistributionProto.ClientWithClusterProto, opt_index);
758
+ };
759
+
760
+
761
+ /**
762
+ * Clears the list making it empty but non-null.
763
+ * @return {!proto.Auth.AppDistributionProto.GetClientsResponse} returns this
764
+ */
765
+ proto.Auth.AppDistributionProto.GetClientsResponse.prototype.clearClientsList = function() {
766
+ return this.setClientsList([]);
767
+ };
768
+
769
+
770
+
771
+
772
+
773
+ if (jspb.Message.GENERATE_TO_OBJECT) {
774
+ /**
775
+ * Creates an object representation of this proto.
776
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
777
+ * Optional fields that are not set will be set to undefined.
778
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
779
+ * For the list of reserved names please see:
780
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
781
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
782
+ * JSPB instance for transitional soy proto support:
783
+ * http://goto/soy-param-migration
784
+ * @return {!Object}
785
+ */
786
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.prototype.toObject = function(opt_includeInstance) {
787
+ return proto.Auth.AppDistributionProto.PhonePrefixesRequest.toObject(opt_includeInstance, this);
788
+ };
789
+
790
+
791
+ /**
792
+ * Static version of the {@see toObject} method.
793
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
794
+ * the JSPB instance for transitional soy proto support:
795
+ * http://goto/soy-param-migration
796
+ * @param {!proto.Auth.AppDistributionProto.PhonePrefixesRequest} msg The msg instance to transform.
797
+ * @return {!Object}
798
+ * @suppress {unusedLocalVariables} f is only used for nested messages
799
+ */
800
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.toObject = function(includeInstance, msg) {
801
+ var f, obj = {
802
+
803
+ };
804
+
805
+ if (includeInstance) {
806
+ obj.$jspbMessageInstance = msg;
807
+ }
808
+ return obj;
809
+ };
810
+ }
811
+
812
+
813
+ /**
814
+ * Deserializes binary data (in protobuf wire format).
815
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
816
+ * @return {!proto.Auth.AppDistributionProto.PhonePrefixesRequest}
817
+ */
818
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.deserializeBinary = function(bytes) {
819
+ var reader = new jspb.BinaryReader(bytes);
820
+ var msg = new proto.Auth.AppDistributionProto.PhonePrefixesRequest;
821
+ return proto.Auth.AppDistributionProto.PhonePrefixesRequest.deserializeBinaryFromReader(msg, reader);
822
+ };
823
+
824
+
825
+ /**
826
+ * Deserializes binary data (in protobuf wire format) from the
827
+ * given reader into the given message object.
828
+ * @param {!proto.Auth.AppDistributionProto.PhonePrefixesRequest} msg The message object to deserialize into.
829
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
830
+ * @return {!proto.Auth.AppDistributionProto.PhonePrefixesRequest}
831
+ */
832
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.deserializeBinaryFromReader = function(msg, reader) {
833
+ while (reader.nextField()) {
834
+ if (reader.isEndGroup()) {
835
+ break;
836
+ }
837
+ var field = reader.getFieldNumber();
838
+ switch (field) {
839
+ default:
840
+ reader.skipField();
841
+ break;
842
+ }
843
+ }
844
+ return msg;
845
+ };
846
+
847
+
848
+ /**
849
+ * Serializes the message to binary data (in protobuf wire format).
850
+ * @return {!Uint8Array}
851
+ */
852
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.prototype.serializeBinary = function() {
853
+ var writer = new jspb.BinaryWriter();
854
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.serializeBinaryToWriter(this, writer);
855
+ return writer.getResultBuffer();
856
+ };
857
+
858
+
859
+ /**
860
+ * Serializes the given message to binary data (in protobuf wire
861
+ * format), writing to the given BinaryWriter.
862
+ * @param {!proto.Auth.AppDistributionProto.PhonePrefixesRequest} message
863
+ * @param {!jspb.BinaryWriter} writer
864
+ * @suppress {unusedLocalVariables} f is only used for nested messages
865
+ */
866
+ proto.Auth.AppDistributionProto.PhonePrefixesRequest.serializeBinaryToWriter = function(message, writer) {
867
+ var f = undefined;
868
+ };
869
+
870
+
871
+
872
+ /**
873
+ * List of repeated fields within this message type.
874
+ * @private {!Array<number>}
875
+ * @const
876
+ */
877
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.repeatedFields_ = [1];
878
+
879
+
880
+
881
+ if (jspb.Message.GENERATE_TO_OBJECT) {
882
+ /**
883
+ * Creates an object representation of this proto.
884
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
885
+ * Optional fields that are not set will be set to undefined.
886
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
887
+ * For the list of reserved names please see:
888
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
889
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
890
+ * JSPB instance for transitional soy proto support:
891
+ * http://goto/soy-param-migration
892
+ * @return {!Object}
893
+ */
894
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.prototype.toObject = function(opt_includeInstance) {
895
+ return proto.Auth.AppDistributionProto.PhonePrefixesResponse.toObject(opt_includeInstance, this);
896
+ };
897
+
898
+
899
+ /**
900
+ * Static version of the {@see toObject} method.
901
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
902
+ * the JSPB instance for transitional soy proto support:
903
+ * http://goto/soy-param-migration
904
+ * @param {!proto.Auth.AppDistributionProto.PhonePrefixesResponse} msg The msg instance to transform.
905
+ * @return {!Object}
906
+ * @suppress {unusedLocalVariables} f is only used for nested messages
907
+ */
908
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.toObject = function(includeInstance, msg) {
909
+ var f, obj = {
910
+ prefixesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
911
+ };
912
+
913
+ if (includeInstance) {
914
+ obj.$jspbMessageInstance = msg;
915
+ }
916
+ return obj;
917
+ };
918
+ }
919
+
920
+
921
+ /**
922
+ * Deserializes binary data (in protobuf wire format).
923
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
924
+ * @return {!proto.Auth.AppDistributionProto.PhonePrefixesResponse}
925
+ */
926
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.deserializeBinary = function(bytes) {
927
+ var reader = new jspb.BinaryReader(bytes);
928
+ var msg = new proto.Auth.AppDistributionProto.PhonePrefixesResponse;
929
+ return proto.Auth.AppDistributionProto.PhonePrefixesResponse.deserializeBinaryFromReader(msg, reader);
930
+ };
931
+
932
+
933
+ /**
934
+ * Deserializes binary data (in protobuf wire format) from the
935
+ * given reader into the given message object.
936
+ * @param {!proto.Auth.AppDistributionProto.PhonePrefixesResponse} msg The message object to deserialize into.
937
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
938
+ * @return {!proto.Auth.AppDistributionProto.PhonePrefixesResponse}
939
+ */
940
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.deserializeBinaryFromReader = function(msg, reader) {
941
+ while (reader.nextField()) {
942
+ if (reader.isEndGroup()) {
943
+ break;
944
+ }
945
+ var field = reader.getFieldNumber();
946
+ switch (field) {
947
+ case 1:
948
+ var value = /** @type {string} */ (reader.readString());
949
+ msg.addPrefixes(value);
950
+ break;
951
+ default:
952
+ reader.skipField();
953
+ break;
954
+ }
955
+ }
956
+ return msg;
957
+ };
958
+
959
+
960
+ /**
961
+ * Serializes the message to binary data (in protobuf wire format).
962
+ * @return {!Uint8Array}
963
+ */
964
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.prototype.serializeBinary = function() {
965
+ var writer = new jspb.BinaryWriter();
966
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.serializeBinaryToWriter(this, writer);
967
+ return writer.getResultBuffer();
968
+ };
969
+
970
+
971
+ /**
972
+ * Serializes the given message to binary data (in protobuf wire
973
+ * format), writing to the given BinaryWriter.
974
+ * @param {!proto.Auth.AppDistributionProto.PhonePrefixesResponse} message
975
+ * @param {!jspb.BinaryWriter} writer
976
+ * @suppress {unusedLocalVariables} f is only used for nested messages
977
+ */
978
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.serializeBinaryToWriter = function(message, writer) {
979
+ var f = undefined;
980
+ f = message.getPrefixesList();
981
+ if (f.length > 0) {
982
+ writer.writeRepeatedString(
983
+ 1,
984
+ f
985
+ );
986
+ }
987
+ };
988
+
989
+
990
+ /**
991
+ * repeated string prefixes = 1;
992
+ * @return {!Array<string>}
993
+ */
994
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.prototype.getPrefixesList = function() {
995
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
996
+ };
997
+
998
+
999
+ /**
1000
+ * @param {!Array<string>} value
1001
+ * @return {!proto.Auth.AppDistributionProto.PhonePrefixesResponse} returns this
1002
+ */
1003
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.prototype.setPrefixesList = function(value) {
1004
+ return jspb.Message.setField(this, 1, value || []);
1005
+ };
1006
+
1007
+
1008
+ /**
1009
+ * @param {string} value
1010
+ * @param {number=} opt_index
1011
+ * @return {!proto.Auth.AppDistributionProto.PhonePrefixesResponse} returns this
1012
+ */
1013
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.prototype.addPrefixes = function(value, opt_index) {
1014
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1015
+ };
1016
+
1017
+
1018
+ /**
1019
+ * Clears the list making it empty but non-null.
1020
+ * @return {!proto.Auth.AppDistributionProto.PhonePrefixesResponse} returns this
1021
+ */
1022
+ proto.Auth.AppDistributionProto.PhonePrefixesResponse.prototype.clearPrefixesList = function() {
1023
+ return this.setPrefixesList([]);
1024
+ };
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1031
+ /**
1032
+ * Creates an object representation of this proto.
1033
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1034
+ * Optional fields that are not set will be set to undefined.
1035
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1036
+ * For the list of reserved names please see:
1037
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1038
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1039
+ * JSPB instance for transitional soy proto support:
1040
+ * http://goto/soy-param-migration
1041
+ * @return {!Object}
1042
+ */
1043
+ proto.Auth.AppDistributionProto.CheckQrRequest.prototype.toObject = function(opt_includeInstance) {
1044
+ return proto.Auth.AppDistributionProto.CheckQrRequest.toObject(opt_includeInstance, this);
1045
+ };
1046
+
1047
+
1048
+ /**
1049
+ * Static version of the {@see toObject} method.
1050
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1051
+ * the JSPB instance for transitional soy proto support:
1052
+ * http://goto/soy-param-migration
1053
+ * @param {!proto.Auth.AppDistributionProto.CheckQrRequest} msg The msg instance to transform.
1054
+ * @return {!Object}
1055
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1056
+ */
1057
+ proto.Auth.AppDistributionProto.CheckQrRequest.toObject = function(includeInstance, msg) {
1058
+ var f, obj = {
1059
+ qr: jspb.Message.getFieldWithDefault(msg, 1, "")
1060
+ };
1061
+
1062
+ if (includeInstance) {
1063
+ obj.$jspbMessageInstance = msg;
1064
+ }
1065
+ return obj;
1066
+ };
1067
+ }
1068
+
1069
+
1070
+ /**
1071
+ * Deserializes binary data (in protobuf wire format).
1072
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1073
+ * @return {!proto.Auth.AppDistributionProto.CheckQrRequest}
1074
+ */
1075
+ proto.Auth.AppDistributionProto.CheckQrRequest.deserializeBinary = function(bytes) {
1076
+ var reader = new jspb.BinaryReader(bytes);
1077
+ var msg = new proto.Auth.AppDistributionProto.CheckQrRequest;
1078
+ return proto.Auth.AppDistributionProto.CheckQrRequest.deserializeBinaryFromReader(msg, reader);
1079
+ };
1080
+
1081
+
1082
+ /**
1083
+ * Deserializes binary data (in protobuf wire format) from the
1084
+ * given reader into the given message object.
1085
+ * @param {!proto.Auth.AppDistributionProto.CheckQrRequest} msg The message object to deserialize into.
1086
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1087
+ * @return {!proto.Auth.AppDistributionProto.CheckQrRequest}
1088
+ */
1089
+ proto.Auth.AppDistributionProto.CheckQrRequest.deserializeBinaryFromReader = function(msg, reader) {
1090
+ while (reader.nextField()) {
1091
+ if (reader.isEndGroup()) {
1092
+ break;
1093
+ }
1094
+ var field = reader.getFieldNumber();
1095
+ switch (field) {
1096
+ case 1:
1097
+ var value = /** @type {string} */ (reader.readString());
1098
+ msg.setQr(value);
1099
+ break;
1100
+ default:
1101
+ reader.skipField();
1102
+ break;
1103
+ }
1104
+ }
1105
+ return msg;
1106
+ };
1107
+
1108
+
1109
+ /**
1110
+ * Serializes the message to binary data (in protobuf wire format).
1111
+ * @return {!Uint8Array}
1112
+ */
1113
+ proto.Auth.AppDistributionProto.CheckQrRequest.prototype.serializeBinary = function() {
1114
+ var writer = new jspb.BinaryWriter();
1115
+ proto.Auth.AppDistributionProto.CheckQrRequest.serializeBinaryToWriter(this, writer);
1116
+ return writer.getResultBuffer();
1117
+ };
1118
+
1119
+
1120
+ /**
1121
+ * Serializes the given message to binary data (in protobuf wire
1122
+ * format), writing to the given BinaryWriter.
1123
+ * @param {!proto.Auth.AppDistributionProto.CheckQrRequest} message
1124
+ * @param {!jspb.BinaryWriter} writer
1125
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1126
+ */
1127
+ proto.Auth.AppDistributionProto.CheckQrRequest.serializeBinaryToWriter = function(message, writer) {
1128
+ var f = undefined;
1129
+ f = message.getQr();
1130
+ if (f.length > 0) {
1131
+ writer.writeString(
1132
+ 1,
1133
+ f
1134
+ );
1135
+ }
1136
+ };
1137
+
1138
+
1139
+ /**
1140
+ * optional string qr = 1;
1141
+ * @return {string}
1142
+ */
1143
+ proto.Auth.AppDistributionProto.CheckQrRequest.prototype.getQr = function() {
1144
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1145
+ };
1146
+
1147
+
1148
+ /**
1149
+ * @param {string} value
1150
+ * @return {!proto.Auth.AppDistributionProto.CheckQrRequest} returns this
1151
+ */
1152
+ proto.Auth.AppDistributionProto.CheckQrRequest.prototype.setQr = function(value) {
1153
+ return jspb.Message.setProto3StringField(this, 1, value);
1154
+ };
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1161
+ /**
1162
+ * Creates an object representation of this proto.
1163
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1164
+ * Optional fields that are not set will be set to undefined.
1165
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1166
+ * For the list of reserved names please see:
1167
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1168
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1169
+ * JSPB instance for transitional soy proto support:
1170
+ * http://goto/soy-param-migration
1171
+ * @return {!Object}
1172
+ */
1173
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.toObject = function(opt_includeInstance) {
1174
+ return proto.Auth.AppDistributionProto.CheckQrResponse.toObject(opt_includeInstance, this);
1175
+ };
1176
+
1177
+
1178
+ /**
1179
+ * Static version of the {@see toObject} method.
1180
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1181
+ * the JSPB instance for transitional soy proto support:
1182
+ * http://goto/soy-param-migration
1183
+ * @param {!proto.Auth.AppDistributionProto.CheckQrResponse} msg The msg instance to transform.
1184
+ * @return {!Object}
1185
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1186
+ */
1187
+ proto.Auth.AppDistributionProto.CheckQrResponse.toObject = function(includeInstance, msg) {
1188
+ var f, obj = {
1189
+ uid: jspb.Message.getFieldWithDefault(msg, 1, ""),
1190
+ client: (f = msg.getClient()) && proto.Auth.AppDistributionProto.ClientWithClusterProto.toObject(includeInstance, f)
1191
+ };
1192
+
1193
+ if (includeInstance) {
1194
+ obj.$jspbMessageInstance = msg;
1195
+ }
1196
+ return obj;
1197
+ };
1198
+ }
1199
+
1200
+
1201
+ /**
1202
+ * Deserializes binary data (in protobuf wire format).
1203
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1204
+ * @return {!proto.Auth.AppDistributionProto.CheckQrResponse}
1205
+ */
1206
+ proto.Auth.AppDistributionProto.CheckQrResponse.deserializeBinary = function(bytes) {
1207
+ var reader = new jspb.BinaryReader(bytes);
1208
+ var msg = new proto.Auth.AppDistributionProto.CheckQrResponse;
1209
+ return proto.Auth.AppDistributionProto.CheckQrResponse.deserializeBinaryFromReader(msg, reader);
1210
+ };
1211
+
1212
+
1213
+ /**
1214
+ * Deserializes binary data (in protobuf wire format) from the
1215
+ * given reader into the given message object.
1216
+ * @param {!proto.Auth.AppDistributionProto.CheckQrResponse} msg The message object to deserialize into.
1217
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1218
+ * @return {!proto.Auth.AppDistributionProto.CheckQrResponse}
1219
+ */
1220
+ proto.Auth.AppDistributionProto.CheckQrResponse.deserializeBinaryFromReader = function(msg, reader) {
1221
+ while (reader.nextField()) {
1222
+ if (reader.isEndGroup()) {
1223
+ break;
1224
+ }
1225
+ var field = reader.getFieldNumber();
1226
+ switch (field) {
1227
+ case 1:
1228
+ var value = /** @type {string} */ (reader.readString());
1229
+ msg.setUid(value);
1230
+ break;
1231
+ case 2:
1232
+ var value = new proto.Auth.AppDistributionProto.ClientWithClusterProto;
1233
+ reader.readMessage(value,proto.Auth.AppDistributionProto.ClientWithClusterProto.deserializeBinaryFromReader);
1234
+ msg.setClient(value);
1235
+ break;
1236
+ default:
1237
+ reader.skipField();
1238
+ break;
1239
+ }
1240
+ }
1241
+ return msg;
1242
+ };
1243
+
1244
+
1245
+ /**
1246
+ * Serializes the message to binary data (in protobuf wire format).
1247
+ * @return {!Uint8Array}
1248
+ */
1249
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.serializeBinary = function() {
1250
+ var writer = new jspb.BinaryWriter();
1251
+ proto.Auth.AppDistributionProto.CheckQrResponse.serializeBinaryToWriter(this, writer);
1252
+ return writer.getResultBuffer();
1253
+ };
1254
+
1255
+
1256
+ /**
1257
+ * Serializes the given message to binary data (in protobuf wire
1258
+ * format), writing to the given BinaryWriter.
1259
+ * @param {!proto.Auth.AppDistributionProto.CheckQrResponse} message
1260
+ * @param {!jspb.BinaryWriter} writer
1261
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1262
+ */
1263
+ proto.Auth.AppDistributionProto.CheckQrResponse.serializeBinaryToWriter = function(message, writer) {
1264
+ var f = undefined;
1265
+ f = message.getUid();
1266
+ if (f.length > 0) {
1267
+ writer.writeString(
1268
+ 1,
1269
+ f
1270
+ );
1271
+ }
1272
+ f = message.getClient();
1273
+ if (f != null) {
1274
+ writer.writeMessage(
1275
+ 2,
1276
+ f,
1277
+ proto.Auth.AppDistributionProto.ClientWithClusterProto.serializeBinaryToWriter
1278
+ );
1279
+ }
1280
+ };
1281
+
1282
+
1283
+ /**
1284
+ * optional string uid = 1;
1285
+ * @return {string}
1286
+ */
1287
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.getUid = function() {
1288
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1289
+ };
1290
+
1291
+
1292
+ /**
1293
+ * @param {string} value
1294
+ * @return {!proto.Auth.AppDistributionProto.CheckQrResponse} returns this
1295
+ */
1296
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.setUid = function(value) {
1297
+ return jspb.Message.setProto3StringField(this, 1, value);
1298
+ };
1299
+
1300
+
1301
+ /**
1302
+ * optional ClientWithClusterProto client = 2;
1303
+ * @return {?proto.Auth.AppDistributionProto.ClientWithClusterProto}
1304
+ */
1305
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.getClient = function() {
1306
+ return /** @type{?proto.Auth.AppDistributionProto.ClientWithClusterProto} */ (
1307
+ jspb.Message.getWrapperField(this, proto.Auth.AppDistributionProto.ClientWithClusterProto, 2));
1308
+ };
1309
+
1310
+
1311
+ /**
1312
+ * @param {?proto.Auth.AppDistributionProto.ClientWithClusterProto|undefined} value
1313
+ * @return {!proto.Auth.AppDistributionProto.CheckQrResponse} returns this
1314
+ */
1315
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.setClient = function(value) {
1316
+ return jspb.Message.setWrapperField(this, 2, value);
1317
+ };
1318
+
1319
+
1320
+ /**
1321
+ * Clears the message field making it undefined.
1322
+ * @return {!proto.Auth.AppDistributionProto.CheckQrResponse} returns this
1323
+ */
1324
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.clearClient = function() {
1325
+ return this.setClient(undefined);
1326
+ };
1327
+
1328
+
1329
+ /**
1330
+ * Returns whether this field is set.
1331
+ * @return {boolean}
1332
+ */
1333
+ proto.Auth.AppDistributionProto.CheckQrResponse.prototype.hasClient = function() {
1334
+ return jspb.Message.getField(this, 2) != null;
1335
+ };
1336
+
1337
+
1338
+ goog.object.extend(exports, proto.Auth);