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

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 +791 -0
  231. package/spic.cabinet_pb.js +5733 -0
  232. package/spic.cabinet_pb_service.d.ts +158 -0
  233. package/spic.cabinet_pb_service.js +261 -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,666 @@
1
+ // source: spic.admin_alert.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_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
25
+ goog.object.extend(proto, google_protobuf_empty_pb);
26
+ var google_api_annotations_pb = require('./google/api/annotations_pb.js');
27
+ goog.object.extend(proto, google_api_annotations_pb);
28
+ goog.exportSymbol('proto.Spic.AdminAlertProto', null, global);
29
+ goog.exportSymbol('proto.Spic.AdminAlertProto.AddAlertRequest', null, global);
30
+ goog.exportSymbol('proto.Spic.AdminAlertProto.RemoveAlertRequest', null, global);
31
+ goog.exportSymbol('proto.Spic.AdminAlertProto.RetrieveAlertsRequest', null, global);
32
+ /**
33
+ * Generated by JsPbCodeGenerator.
34
+ * @param {Array=} opt_data Optional initial data array, typically from a
35
+ * server response, or constructed directly in Javascript. The array is used
36
+ * in place and becomes part of the constructed object. It is not cloned.
37
+ * If no data is provided, the constructed object will be empty, but still
38
+ * valid.
39
+ * @extends {jspb.Message}
40
+ * @constructor
41
+ */
42
+ proto.Spic.AdminAlertProto = function(opt_data) {
43
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
44
+ };
45
+ goog.inherits(proto.Spic.AdminAlertProto, jspb.Message);
46
+ if (goog.DEBUG && !COMPILED) {
47
+ /**
48
+ * @public
49
+ * @override
50
+ */
51
+ proto.Spic.AdminAlertProto.displayName = 'proto.Spic.AdminAlertProto';
52
+ }
53
+ /**
54
+ * Generated by JsPbCodeGenerator.
55
+ * @param {Array=} opt_data Optional initial data array, typically from a
56
+ * server response, or constructed directly in Javascript. The array is used
57
+ * in place and becomes part of the constructed object. It is not cloned.
58
+ * If no data is provided, the constructed object will be empty, but still
59
+ * valid.
60
+ * @extends {jspb.Message}
61
+ * @constructor
62
+ */
63
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest = function(opt_data) {
64
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
65
+ };
66
+ goog.inherits(proto.Spic.AdminAlertProto.RetrieveAlertsRequest, jspb.Message);
67
+ if (goog.DEBUG && !COMPILED) {
68
+ /**
69
+ * @public
70
+ * @override
71
+ */
72
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.displayName = 'proto.Spic.AdminAlertProto.RetrieveAlertsRequest';
73
+ }
74
+ /**
75
+ * Generated by JsPbCodeGenerator.
76
+ * @param {Array=} opt_data Optional initial data array, typically from a
77
+ * server response, or constructed directly in Javascript. The array is used
78
+ * in place and becomes part of the constructed object. It is not cloned.
79
+ * If no data is provided, the constructed object will be empty, but still
80
+ * valid.
81
+ * @extends {jspb.Message}
82
+ * @constructor
83
+ */
84
+ proto.Spic.AdminAlertProto.AddAlertRequest = function(opt_data) {
85
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
86
+ };
87
+ goog.inherits(proto.Spic.AdminAlertProto.AddAlertRequest, jspb.Message);
88
+ if (goog.DEBUG && !COMPILED) {
89
+ /**
90
+ * @public
91
+ * @override
92
+ */
93
+ proto.Spic.AdminAlertProto.AddAlertRequest.displayName = 'proto.Spic.AdminAlertProto.AddAlertRequest';
94
+ }
95
+ /**
96
+ * Generated by JsPbCodeGenerator.
97
+ * @param {Array=} opt_data Optional initial data array, typically from a
98
+ * server response, or constructed directly in Javascript. The array is used
99
+ * in place and becomes part of the constructed object. It is not cloned.
100
+ * If no data is provided, the constructed object will be empty, but still
101
+ * valid.
102
+ * @extends {jspb.Message}
103
+ * @constructor
104
+ */
105
+ proto.Spic.AdminAlertProto.RemoveAlertRequest = function(opt_data) {
106
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
107
+ };
108
+ goog.inherits(proto.Spic.AdminAlertProto.RemoveAlertRequest, jspb.Message);
109
+ if (goog.DEBUG && !COMPILED) {
110
+ /**
111
+ * @public
112
+ * @override
113
+ */
114
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.displayName = 'proto.Spic.AdminAlertProto.RemoveAlertRequest';
115
+ }
116
+
117
+
118
+
119
+ if (jspb.Message.GENERATE_TO_OBJECT) {
120
+ /**
121
+ * Creates an object representation of this proto.
122
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
123
+ * Optional fields that are not set will be set to undefined.
124
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
125
+ * For the list of reserved names please see:
126
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
127
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
128
+ * JSPB instance for transitional soy proto support:
129
+ * http://goto/soy-param-migration
130
+ * @return {!Object}
131
+ */
132
+ proto.Spic.AdminAlertProto.prototype.toObject = function(opt_includeInstance) {
133
+ return proto.Spic.AdminAlertProto.toObject(opt_includeInstance, this);
134
+ };
135
+
136
+
137
+ /**
138
+ * Static version of the {@see toObject} method.
139
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
140
+ * the JSPB instance for transitional soy proto support:
141
+ * http://goto/soy-param-migration
142
+ * @param {!proto.Spic.AdminAlertProto} msg The msg instance to transform.
143
+ * @return {!Object}
144
+ * @suppress {unusedLocalVariables} f is only used for nested messages
145
+ */
146
+ proto.Spic.AdminAlertProto.toObject = function(includeInstance, msg) {
147
+ var f, obj = {
148
+ cabinetid: jspb.Message.getFieldWithDefault(msg, 1, 0),
149
+ accountid: jspb.Message.getFieldWithDefault(msg, 2, 0)
150
+ };
151
+
152
+ if (includeInstance) {
153
+ obj.$jspbMessageInstance = msg;
154
+ }
155
+ return obj;
156
+ };
157
+ }
158
+
159
+
160
+ /**
161
+ * Deserializes binary data (in protobuf wire format).
162
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
163
+ * @return {!proto.Spic.AdminAlertProto}
164
+ */
165
+ proto.Spic.AdminAlertProto.deserializeBinary = function(bytes) {
166
+ var reader = new jspb.BinaryReader(bytes);
167
+ var msg = new proto.Spic.AdminAlertProto;
168
+ return proto.Spic.AdminAlertProto.deserializeBinaryFromReader(msg, reader);
169
+ };
170
+
171
+
172
+ /**
173
+ * Deserializes binary data (in protobuf wire format) from the
174
+ * given reader into the given message object.
175
+ * @param {!proto.Spic.AdminAlertProto} msg The message object to deserialize into.
176
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
177
+ * @return {!proto.Spic.AdminAlertProto}
178
+ */
179
+ proto.Spic.AdminAlertProto.deserializeBinaryFromReader = function(msg, reader) {
180
+ while (reader.nextField()) {
181
+ if (reader.isEndGroup()) {
182
+ break;
183
+ }
184
+ var field = reader.getFieldNumber();
185
+ switch (field) {
186
+ case 1:
187
+ var value = /** @type {number} */ (reader.readInt64());
188
+ msg.setCabinetid(value);
189
+ break;
190
+ case 2:
191
+ var value = /** @type {number} */ (reader.readInt64());
192
+ msg.setAccountid(value);
193
+ break;
194
+ default:
195
+ reader.skipField();
196
+ break;
197
+ }
198
+ }
199
+ return msg;
200
+ };
201
+
202
+
203
+ /**
204
+ * Serializes the message to binary data (in protobuf wire format).
205
+ * @return {!Uint8Array}
206
+ */
207
+ proto.Spic.AdminAlertProto.prototype.serializeBinary = function() {
208
+ var writer = new jspb.BinaryWriter();
209
+ proto.Spic.AdminAlertProto.serializeBinaryToWriter(this, writer);
210
+ return writer.getResultBuffer();
211
+ };
212
+
213
+
214
+ /**
215
+ * Serializes the given message to binary data (in protobuf wire
216
+ * format), writing to the given BinaryWriter.
217
+ * @param {!proto.Spic.AdminAlertProto} message
218
+ * @param {!jspb.BinaryWriter} writer
219
+ * @suppress {unusedLocalVariables} f is only used for nested messages
220
+ */
221
+ proto.Spic.AdminAlertProto.serializeBinaryToWriter = function(message, writer) {
222
+ var f = undefined;
223
+ f = message.getCabinetid();
224
+ if (f !== 0) {
225
+ writer.writeInt64(
226
+ 1,
227
+ f
228
+ );
229
+ }
230
+ f = message.getAccountid();
231
+ if (f !== 0) {
232
+ writer.writeInt64(
233
+ 2,
234
+ f
235
+ );
236
+ }
237
+ };
238
+
239
+
240
+
241
+
242
+
243
+ if (jspb.Message.GENERATE_TO_OBJECT) {
244
+ /**
245
+ * Creates an object representation of this proto.
246
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
247
+ * Optional fields that are not set will be set to undefined.
248
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
249
+ * For the list of reserved names please see:
250
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
251
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
252
+ * JSPB instance for transitional soy proto support:
253
+ * http://goto/soy-param-migration
254
+ * @return {!Object}
255
+ */
256
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.prototype.toObject = function(opt_includeInstance) {
257
+ return proto.Spic.AdminAlertProto.RetrieveAlertsRequest.toObject(opt_includeInstance, this);
258
+ };
259
+
260
+
261
+ /**
262
+ * Static version of the {@see toObject} method.
263
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
264
+ * the JSPB instance for transitional soy proto support:
265
+ * http://goto/soy-param-migration
266
+ * @param {!proto.Spic.AdminAlertProto.RetrieveAlertsRequest} msg The msg instance to transform.
267
+ * @return {!Object}
268
+ * @suppress {unusedLocalVariables} f is only used for nested messages
269
+ */
270
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.toObject = function(includeInstance, msg) {
271
+ var f, obj = {
272
+ cabinetid: jspb.Message.getFieldWithDefault(msg, 1, 0)
273
+ };
274
+
275
+ if (includeInstance) {
276
+ obj.$jspbMessageInstance = msg;
277
+ }
278
+ return obj;
279
+ };
280
+ }
281
+
282
+
283
+ /**
284
+ * Deserializes binary data (in protobuf wire format).
285
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
286
+ * @return {!proto.Spic.AdminAlertProto.RetrieveAlertsRequest}
287
+ */
288
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.deserializeBinary = function(bytes) {
289
+ var reader = new jspb.BinaryReader(bytes);
290
+ var msg = new proto.Spic.AdminAlertProto.RetrieveAlertsRequest;
291
+ return proto.Spic.AdminAlertProto.RetrieveAlertsRequest.deserializeBinaryFromReader(msg, reader);
292
+ };
293
+
294
+
295
+ /**
296
+ * Deserializes binary data (in protobuf wire format) from the
297
+ * given reader into the given message object.
298
+ * @param {!proto.Spic.AdminAlertProto.RetrieveAlertsRequest} msg The message object to deserialize into.
299
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
300
+ * @return {!proto.Spic.AdminAlertProto.RetrieveAlertsRequest}
301
+ */
302
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.deserializeBinaryFromReader = function(msg, reader) {
303
+ while (reader.nextField()) {
304
+ if (reader.isEndGroup()) {
305
+ break;
306
+ }
307
+ var field = reader.getFieldNumber();
308
+ switch (field) {
309
+ case 1:
310
+ var value = /** @type {number} */ (reader.readInt64());
311
+ msg.setCabinetid(value);
312
+ break;
313
+ default:
314
+ reader.skipField();
315
+ break;
316
+ }
317
+ }
318
+ return msg;
319
+ };
320
+
321
+
322
+ /**
323
+ * Serializes the message to binary data (in protobuf wire format).
324
+ * @return {!Uint8Array}
325
+ */
326
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.prototype.serializeBinary = function() {
327
+ var writer = new jspb.BinaryWriter();
328
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.serializeBinaryToWriter(this, writer);
329
+ return writer.getResultBuffer();
330
+ };
331
+
332
+
333
+ /**
334
+ * Serializes the given message to binary data (in protobuf wire
335
+ * format), writing to the given BinaryWriter.
336
+ * @param {!proto.Spic.AdminAlertProto.RetrieveAlertsRequest} message
337
+ * @param {!jspb.BinaryWriter} writer
338
+ * @suppress {unusedLocalVariables} f is only used for nested messages
339
+ */
340
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.serializeBinaryToWriter = function(message, writer) {
341
+ var f = undefined;
342
+ f = message.getCabinetid();
343
+ if (f !== 0) {
344
+ writer.writeInt64(
345
+ 1,
346
+ f
347
+ );
348
+ }
349
+ };
350
+
351
+
352
+ /**
353
+ * optional int64 cabinetId = 1;
354
+ * @return {number}
355
+ */
356
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.prototype.getCabinetid = function() {
357
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
358
+ };
359
+
360
+
361
+ /**
362
+ * @param {number} value
363
+ * @return {!proto.Spic.AdminAlertProto.RetrieveAlertsRequest} returns this
364
+ */
365
+ proto.Spic.AdminAlertProto.RetrieveAlertsRequest.prototype.setCabinetid = function(value) {
366
+ return jspb.Message.setProto3IntField(this, 1, value);
367
+ };
368
+
369
+
370
+
371
+
372
+
373
+ if (jspb.Message.GENERATE_TO_OBJECT) {
374
+ /**
375
+ * Creates an object representation of this proto.
376
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
377
+ * Optional fields that are not set will be set to undefined.
378
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
379
+ * For the list of reserved names please see:
380
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
381
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
382
+ * JSPB instance for transitional soy proto support:
383
+ * http://goto/soy-param-migration
384
+ * @return {!Object}
385
+ */
386
+ proto.Spic.AdminAlertProto.AddAlertRequest.prototype.toObject = function(opt_includeInstance) {
387
+ return proto.Spic.AdminAlertProto.AddAlertRequest.toObject(opt_includeInstance, this);
388
+ };
389
+
390
+
391
+ /**
392
+ * Static version of the {@see toObject} method.
393
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
394
+ * the JSPB instance for transitional soy proto support:
395
+ * http://goto/soy-param-migration
396
+ * @param {!proto.Spic.AdminAlertProto.AddAlertRequest} msg The msg instance to transform.
397
+ * @return {!Object}
398
+ * @suppress {unusedLocalVariables} f is only used for nested messages
399
+ */
400
+ proto.Spic.AdminAlertProto.AddAlertRequest.toObject = function(includeInstance, msg) {
401
+ var f, obj = {
402
+ cabinetid: jspb.Message.getFieldWithDefault(msg, 1, 0)
403
+ };
404
+
405
+ if (includeInstance) {
406
+ obj.$jspbMessageInstance = msg;
407
+ }
408
+ return obj;
409
+ };
410
+ }
411
+
412
+
413
+ /**
414
+ * Deserializes binary data (in protobuf wire format).
415
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
416
+ * @return {!proto.Spic.AdminAlertProto.AddAlertRequest}
417
+ */
418
+ proto.Spic.AdminAlertProto.AddAlertRequest.deserializeBinary = function(bytes) {
419
+ var reader = new jspb.BinaryReader(bytes);
420
+ var msg = new proto.Spic.AdminAlertProto.AddAlertRequest;
421
+ return proto.Spic.AdminAlertProto.AddAlertRequest.deserializeBinaryFromReader(msg, reader);
422
+ };
423
+
424
+
425
+ /**
426
+ * Deserializes binary data (in protobuf wire format) from the
427
+ * given reader into the given message object.
428
+ * @param {!proto.Spic.AdminAlertProto.AddAlertRequest} msg The message object to deserialize into.
429
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
430
+ * @return {!proto.Spic.AdminAlertProto.AddAlertRequest}
431
+ */
432
+ proto.Spic.AdminAlertProto.AddAlertRequest.deserializeBinaryFromReader = function(msg, reader) {
433
+ while (reader.nextField()) {
434
+ if (reader.isEndGroup()) {
435
+ break;
436
+ }
437
+ var field = reader.getFieldNumber();
438
+ switch (field) {
439
+ case 1:
440
+ var value = /** @type {number} */ (reader.readInt64());
441
+ msg.setCabinetid(value);
442
+ break;
443
+ default:
444
+ reader.skipField();
445
+ break;
446
+ }
447
+ }
448
+ return msg;
449
+ };
450
+
451
+
452
+ /**
453
+ * Serializes the message to binary data (in protobuf wire format).
454
+ * @return {!Uint8Array}
455
+ */
456
+ proto.Spic.AdminAlertProto.AddAlertRequest.prototype.serializeBinary = function() {
457
+ var writer = new jspb.BinaryWriter();
458
+ proto.Spic.AdminAlertProto.AddAlertRequest.serializeBinaryToWriter(this, writer);
459
+ return writer.getResultBuffer();
460
+ };
461
+
462
+
463
+ /**
464
+ * Serializes the given message to binary data (in protobuf wire
465
+ * format), writing to the given BinaryWriter.
466
+ * @param {!proto.Spic.AdminAlertProto.AddAlertRequest} message
467
+ * @param {!jspb.BinaryWriter} writer
468
+ * @suppress {unusedLocalVariables} f is only used for nested messages
469
+ */
470
+ proto.Spic.AdminAlertProto.AddAlertRequest.serializeBinaryToWriter = function(message, writer) {
471
+ var f = undefined;
472
+ f = message.getCabinetid();
473
+ if (f !== 0) {
474
+ writer.writeInt64(
475
+ 1,
476
+ f
477
+ );
478
+ }
479
+ };
480
+
481
+
482
+ /**
483
+ * optional int64 cabinetId = 1;
484
+ * @return {number}
485
+ */
486
+ proto.Spic.AdminAlertProto.AddAlertRequest.prototype.getCabinetid = function() {
487
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
488
+ };
489
+
490
+
491
+ /**
492
+ * @param {number} value
493
+ * @return {!proto.Spic.AdminAlertProto.AddAlertRequest} returns this
494
+ */
495
+ proto.Spic.AdminAlertProto.AddAlertRequest.prototype.setCabinetid = function(value) {
496
+ return jspb.Message.setProto3IntField(this, 1, value);
497
+ };
498
+
499
+
500
+
501
+
502
+
503
+ if (jspb.Message.GENERATE_TO_OBJECT) {
504
+ /**
505
+ * Creates an object representation of this proto.
506
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
507
+ * Optional fields that are not set will be set to undefined.
508
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
509
+ * For the list of reserved names please see:
510
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
511
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
512
+ * JSPB instance for transitional soy proto support:
513
+ * http://goto/soy-param-migration
514
+ * @return {!Object}
515
+ */
516
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.prototype.toObject = function(opt_includeInstance) {
517
+ return proto.Spic.AdminAlertProto.RemoveAlertRequest.toObject(opt_includeInstance, this);
518
+ };
519
+
520
+
521
+ /**
522
+ * Static version of the {@see toObject} method.
523
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
524
+ * the JSPB instance for transitional soy proto support:
525
+ * http://goto/soy-param-migration
526
+ * @param {!proto.Spic.AdminAlertProto.RemoveAlertRequest} msg The msg instance to transform.
527
+ * @return {!Object}
528
+ * @suppress {unusedLocalVariables} f is only used for nested messages
529
+ */
530
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.toObject = function(includeInstance, msg) {
531
+ var f, obj = {
532
+ cabinetid: jspb.Message.getFieldWithDefault(msg, 1, 0)
533
+ };
534
+
535
+ if (includeInstance) {
536
+ obj.$jspbMessageInstance = msg;
537
+ }
538
+ return obj;
539
+ };
540
+ }
541
+
542
+
543
+ /**
544
+ * Deserializes binary data (in protobuf wire format).
545
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
546
+ * @return {!proto.Spic.AdminAlertProto.RemoveAlertRequest}
547
+ */
548
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.deserializeBinary = function(bytes) {
549
+ var reader = new jspb.BinaryReader(bytes);
550
+ var msg = new proto.Spic.AdminAlertProto.RemoveAlertRequest;
551
+ return proto.Spic.AdminAlertProto.RemoveAlertRequest.deserializeBinaryFromReader(msg, reader);
552
+ };
553
+
554
+
555
+ /**
556
+ * Deserializes binary data (in protobuf wire format) from the
557
+ * given reader into the given message object.
558
+ * @param {!proto.Spic.AdminAlertProto.RemoveAlertRequest} msg The message object to deserialize into.
559
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
560
+ * @return {!proto.Spic.AdminAlertProto.RemoveAlertRequest}
561
+ */
562
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.deserializeBinaryFromReader = function(msg, reader) {
563
+ while (reader.nextField()) {
564
+ if (reader.isEndGroup()) {
565
+ break;
566
+ }
567
+ var field = reader.getFieldNumber();
568
+ switch (field) {
569
+ case 1:
570
+ var value = /** @type {number} */ (reader.readInt64());
571
+ msg.setCabinetid(value);
572
+ break;
573
+ default:
574
+ reader.skipField();
575
+ break;
576
+ }
577
+ }
578
+ return msg;
579
+ };
580
+
581
+
582
+ /**
583
+ * Serializes the message to binary data (in protobuf wire format).
584
+ * @return {!Uint8Array}
585
+ */
586
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.prototype.serializeBinary = function() {
587
+ var writer = new jspb.BinaryWriter();
588
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.serializeBinaryToWriter(this, writer);
589
+ return writer.getResultBuffer();
590
+ };
591
+
592
+
593
+ /**
594
+ * Serializes the given message to binary data (in protobuf wire
595
+ * format), writing to the given BinaryWriter.
596
+ * @param {!proto.Spic.AdminAlertProto.RemoveAlertRequest} message
597
+ * @param {!jspb.BinaryWriter} writer
598
+ * @suppress {unusedLocalVariables} f is only used for nested messages
599
+ */
600
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.serializeBinaryToWriter = function(message, writer) {
601
+ var f = undefined;
602
+ f = message.getCabinetid();
603
+ if (f !== 0) {
604
+ writer.writeInt64(
605
+ 1,
606
+ f
607
+ );
608
+ }
609
+ };
610
+
611
+
612
+ /**
613
+ * optional int64 cabinetId = 1;
614
+ * @return {number}
615
+ */
616
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.prototype.getCabinetid = function() {
617
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
618
+ };
619
+
620
+
621
+ /**
622
+ * @param {number} value
623
+ * @return {!proto.Spic.AdminAlertProto.RemoveAlertRequest} returns this
624
+ */
625
+ proto.Spic.AdminAlertProto.RemoveAlertRequest.prototype.setCabinetid = function(value) {
626
+ return jspb.Message.setProto3IntField(this, 1, value);
627
+ };
628
+
629
+
630
+ /**
631
+ * optional int64 cabinetId = 1;
632
+ * @return {number}
633
+ */
634
+ proto.Spic.AdminAlertProto.prototype.getCabinetid = function() {
635
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
636
+ };
637
+
638
+
639
+ /**
640
+ * @param {number} value
641
+ * @return {!proto.Spic.AdminAlertProto} returns this
642
+ */
643
+ proto.Spic.AdminAlertProto.prototype.setCabinetid = function(value) {
644
+ return jspb.Message.setProto3IntField(this, 1, value);
645
+ };
646
+
647
+
648
+ /**
649
+ * optional int64 accountId = 2;
650
+ * @return {number}
651
+ */
652
+ proto.Spic.AdminAlertProto.prototype.getAccountid = function() {
653
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
654
+ };
655
+
656
+
657
+ /**
658
+ * @param {number} value
659
+ * @return {!proto.Spic.AdminAlertProto} returns this
660
+ */
661
+ proto.Spic.AdminAlertProto.prototype.setAccountid = function(value) {
662
+ return jspb.Message.setProto3IntField(this, 2, value);
663
+ };
664
+
665
+
666
+ goog.object.extend(exports, proto.Spic);