@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,1382 @@
1
+ // source: meta.spic_config.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 platform_pagination_pb = require('./platform.pagination_pb.js');
27
+ goog.object.extend(proto, platform_pagination_pb);
28
+ var spic_cabinet_pb = require('./spic.cabinet_pb.js');
29
+ goog.object.extend(proto, spic_cabinet_pb);
30
+ var google_api_annotations_pb = require('./google/api/annotations_pb.js');
31
+ goog.object.extend(proto, google_api_annotations_pb);
32
+ goog.exportSymbol('proto.Meta.CabinetLocationMeta', null, global);
33
+ goog.exportSymbol('proto.Meta.TemperatureConfigurationProto', null, global);
34
+ goog.exportSymbol('proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest', null, global);
35
+ goog.exportSymbol('proto.Meta.TemperatureConfigurationProto.SearchTemplateReply', null, global);
36
+ goog.exportSymbol('proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest', null, global);
37
+ goog.exportSymbol('proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest', null, global);
38
+ goog.exportSymbol('proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.TargetCase', null, global);
39
+ /**
40
+ * Generated by JsPbCodeGenerator.
41
+ * @param {Array=} opt_data Optional initial data array, typically from a
42
+ * server response, or constructed directly in Javascript. The array is used
43
+ * in place and becomes part of the constructed object. It is not cloned.
44
+ * If no data is provided, the constructed object will be empty, but still
45
+ * valid.
46
+ * @extends {jspb.Message}
47
+ * @constructor
48
+ */
49
+ proto.Meta.TemperatureConfigurationProto = function(opt_data) {
50
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
51
+ };
52
+ goog.inherits(proto.Meta.TemperatureConfigurationProto, jspb.Message);
53
+ if (goog.DEBUG && !COMPILED) {
54
+ /**
55
+ * @public
56
+ * @override
57
+ */
58
+ proto.Meta.TemperatureConfigurationProto.displayName = 'proto.Meta.TemperatureConfigurationProto';
59
+ }
60
+ /**
61
+ * Generated by JsPbCodeGenerator.
62
+ * @param {Array=} opt_data Optional initial data array, typically from a
63
+ * server response, or constructed directly in Javascript. The array is used
64
+ * in place and becomes part of the constructed object. It is not cloned.
65
+ * If no data is provided, the constructed object will be empty, but still
66
+ * valid.
67
+ * @extends {jspb.Message}
68
+ * @constructor
69
+ */
70
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest = function(opt_data) {
71
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.oneofGroups_);
72
+ };
73
+ goog.inherits(proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest, jspb.Message);
74
+ if (goog.DEBUG && !COMPILED) {
75
+ /**
76
+ * @public
77
+ * @override
78
+ */
79
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.displayName = 'proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest';
80
+ }
81
+ /**
82
+ * Generated by JsPbCodeGenerator.
83
+ * @param {Array=} opt_data Optional initial data array, typically from a
84
+ * server response, or constructed directly in Javascript. The array is used
85
+ * in place and becomes part of the constructed object. It is not cloned.
86
+ * If no data is provided, the constructed object will be empty, but still
87
+ * valid.
88
+ * @extends {jspb.Message}
89
+ * @constructor
90
+ */
91
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest = function(opt_data) {
92
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
93
+ };
94
+ goog.inherits(proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest, jspb.Message);
95
+ if (goog.DEBUG && !COMPILED) {
96
+ /**
97
+ * @public
98
+ * @override
99
+ */
100
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.displayName = 'proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest';
101
+ }
102
+ /**
103
+ * Generated by JsPbCodeGenerator.
104
+ * @param {Array=} opt_data Optional initial data array, typically from a
105
+ * server response, or constructed directly in Javascript. The array is used
106
+ * in place and becomes part of the constructed object. It is not cloned.
107
+ * If no data is provided, the constructed object will be empty, but still
108
+ * valid.
109
+ * @extends {jspb.Message}
110
+ * @constructor
111
+ */
112
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest = function(opt_data) {
113
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
114
+ };
115
+ goog.inherits(proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest, jspb.Message);
116
+ if (goog.DEBUG && !COMPILED) {
117
+ /**
118
+ * @public
119
+ * @override
120
+ */
121
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.displayName = 'proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest';
122
+ }
123
+ /**
124
+ * Generated by JsPbCodeGenerator.
125
+ * @param {Array=} opt_data Optional initial data array, typically from a
126
+ * server response, or constructed directly in Javascript. The array is used
127
+ * in place and becomes part of the constructed object. It is not cloned.
128
+ * If no data is provided, the constructed object will be empty, but still
129
+ * valid.
130
+ * @extends {jspb.Message}
131
+ * @constructor
132
+ */
133
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply = function(opt_data) {
134
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.repeatedFields_, null);
135
+ };
136
+ goog.inherits(proto.Meta.TemperatureConfigurationProto.SearchTemplateReply, jspb.Message);
137
+ if (goog.DEBUG && !COMPILED) {
138
+ /**
139
+ * @public
140
+ * @override
141
+ */
142
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.displayName = 'proto.Meta.TemperatureConfigurationProto.SearchTemplateReply';
143
+ }
144
+ /**
145
+ * Generated by JsPbCodeGenerator.
146
+ * @param {Array=} opt_data Optional initial data array, typically from a
147
+ * server response, or constructed directly in Javascript. The array is used
148
+ * in place and becomes part of the constructed object. It is not cloned.
149
+ * If no data is provided, the constructed object will be empty, but still
150
+ * valid.
151
+ * @extends {jspb.Message}
152
+ * @constructor
153
+ */
154
+ proto.Meta.CabinetLocationMeta = function(opt_data) {
155
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
156
+ };
157
+ goog.inherits(proto.Meta.CabinetLocationMeta, jspb.Message);
158
+ if (goog.DEBUG && !COMPILED) {
159
+ /**
160
+ * @public
161
+ * @override
162
+ */
163
+ proto.Meta.CabinetLocationMeta.displayName = 'proto.Meta.CabinetLocationMeta';
164
+ }
165
+
166
+
167
+
168
+ if (jspb.Message.GENERATE_TO_OBJECT) {
169
+ /**
170
+ * Creates an object representation of this proto.
171
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
172
+ * Optional fields that are not set will be set to undefined.
173
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
174
+ * For the list of reserved names please see:
175
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
176
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
177
+ * JSPB instance for transitional soy proto support:
178
+ * http://goto/soy-param-migration
179
+ * @return {!Object}
180
+ */
181
+ proto.Meta.TemperatureConfigurationProto.prototype.toObject = function(opt_includeInstance) {
182
+ return proto.Meta.TemperatureConfigurationProto.toObject(opt_includeInstance, this);
183
+ };
184
+
185
+
186
+ /**
187
+ * Static version of the {@see toObject} method.
188
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
189
+ * the JSPB instance for transitional soy proto support:
190
+ * http://goto/soy-param-migration
191
+ * @param {!proto.Meta.TemperatureConfigurationProto} msg The msg instance to transform.
192
+ * @return {!Object}
193
+ * @suppress {unusedLocalVariables} f is only used for nested messages
194
+ */
195
+ proto.Meta.TemperatureConfigurationProto.toObject = function(includeInstance, msg) {
196
+ var f, obj = {
197
+ highTrigger: jspb.Message.getFieldWithDefault(msg, 1, 0),
198
+ highClear: jspb.Message.getFieldWithDefault(msg, 2, 0),
199
+ criticalTrigger: jspb.Message.getFieldWithDefault(msg, 3, 0),
200
+ criticalClear: jspb.Message.getFieldWithDefault(msg, 4, 0)
201
+ };
202
+
203
+ if (includeInstance) {
204
+ obj.$jspbMessageInstance = msg;
205
+ }
206
+ return obj;
207
+ };
208
+ }
209
+
210
+
211
+ /**
212
+ * Deserializes binary data (in protobuf wire format).
213
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
214
+ * @return {!proto.Meta.TemperatureConfigurationProto}
215
+ */
216
+ proto.Meta.TemperatureConfigurationProto.deserializeBinary = function(bytes) {
217
+ var reader = new jspb.BinaryReader(bytes);
218
+ var msg = new proto.Meta.TemperatureConfigurationProto;
219
+ return proto.Meta.TemperatureConfigurationProto.deserializeBinaryFromReader(msg, reader);
220
+ };
221
+
222
+
223
+ /**
224
+ * Deserializes binary data (in protobuf wire format) from the
225
+ * given reader into the given message object.
226
+ * @param {!proto.Meta.TemperatureConfigurationProto} msg The message object to deserialize into.
227
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
228
+ * @return {!proto.Meta.TemperatureConfigurationProto}
229
+ */
230
+ proto.Meta.TemperatureConfigurationProto.deserializeBinaryFromReader = function(msg, reader) {
231
+ while (reader.nextField()) {
232
+ if (reader.isEndGroup()) {
233
+ break;
234
+ }
235
+ var field = reader.getFieldNumber();
236
+ switch (field) {
237
+ case 1:
238
+ var value = /** @type {number} */ (reader.readInt32());
239
+ msg.setHighTrigger(value);
240
+ break;
241
+ case 2:
242
+ var value = /** @type {number} */ (reader.readInt32());
243
+ msg.setHighClear(value);
244
+ break;
245
+ case 3:
246
+ var value = /** @type {number} */ (reader.readInt32());
247
+ msg.setCriticalTrigger(value);
248
+ break;
249
+ case 4:
250
+ var value = /** @type {number} */ (reader.readInt32());
251
+ msg.setCriticalClear(value);
252
+ break;
253
+ default:
254
+ reader.skipField();
255
+ break;
256
+ }
257
+ }
258
+ return msg;
259
+ };
260
+
261
+
262
+ /**
263
+ * Serializes the message to binary data (in protobuf wire format).
264
+ * @return {!Uint8Array}
265
+ */
266
+ proto.Meta.TemperatureConfigurationProto.prototype.serializeBinary = function() {
267
+ var writer = new jspb.BinaryWriter();
268
+ proto.Meta.TemperatureConfigurationProto.serializeBinaryToWriter(this, writer);
269
+ return writer.getResultBuffer();
270
+ };
271
+
272
+
273
+ /**
274
+ * Serializes the given message to binary data (in protobuf wire
275
+ * format), writing to the given BinaryWriter.
276
+ * @param {!proto.Meta.TemperatureConfigurationProto} message
277
+ * @param {!jspb.BinaryWriter} writer
278
+ * @suppress {unusedLocalVariables} f is only used for nested messages
279
+ */
280
+ proto.Meta.TemperatureConfigurationProto.serializeBinaryToWriter = function(message, writer) {
281
+ var f = undefined;
282
+ f = message.getHighTrigger();
283
+ if (f !== 0) {
284
+ writer.writeInt32(
285
+ 1,
286
+ f
287
+ );
288
+ }
289
+ f = message.getHighClear();
290
+ if (f !== 0) {
291
+ writer.writeInt32(
292
+ 2,
293
+ f
294
+ );
295
+ }
296
+ f = message.getCriticalTrigger();
297
+ if (f !== 0) {
298
+ writer.writeInt32(
299
+ 3,
300
+ f
301
+ );
302
+ }
303
+ f = message.getCriticalClear();
304
+ if (f !== 0) {
305
+ writer.writeInt32(
306
+ 4,
307
+ f
308
+ );
309
+ }
310
+ };
311
+
312
+
313
+
314
+ /**
315
+ * Oneof group definitions for this message. Each group defines the field
316
+ * numbers belonging to that group. When of these fields' value is set, all
317
+ * other fields in the group are cleared. During deserialization, if multiple
318
+ * fields are encountered for a group, only the last value seen will be kept.
319
+ * @private {!Array<!Array<number>>}
320
+ * @const
321
+ */
322
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.oneofGroups_ = [[2,3]];
323
+
324
+ /**
325
+ * @enum {number}
326
+ */
327
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.TargetCase = {
328
+ TARGET_NOT_SET: 0,
329
+ SPIC_UID: 2,
330
+ GROUP_ID: 3
331
+ };
332
+
333
+ /**
334
+ * @return {proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.TargetCase}
335
+ */
336
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.getTargetCase = function() {
337
+ return /** @type {proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.TargetCase} */(jspb.Message.computeOneofCase(this, proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.oneofGroups_[0]));
338
+ };
339
+
340
+
341
+
342
+ if (jspb.Message.GENERATE_TO_OBJECT) {
343
+ /**
344
+ * Creates an object representation of this proto.
345
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
346
+ * Optional fields that are not set will be set to undefined.
347
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
348
+ * For the list of reserved names please see:
349
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
350
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
351
+ * JSPB instance for transitional soy proto support:
352
+ * http://goto/soy-param-migration
353
+ * @return {!Object}
354
+ */
355
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.toObject = function(opt_includeInstance) {
356
+ return proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.toObject(opt_includeInstance, this);
357
+ };
358
+
359
+
360
+ /**
361
+ * Static version of the {@see toObject} method.
362
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
363
+ * the JSPB instance for transitional soy proto support:
364
+ * http://goto/soy-param-migration
365
+ * @param {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} msg The msg instance to transform.
366
+ * @return {!Object}
367
+ * @suppress {unusedLocalVariables} f is only used for nested messages
368
+ */
369
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.toObject = function(includeInstance, msg) {
370
+ var f, obj = {
371
+ temperatureConfiguration: (f = msg.getTemperatureConfiguration()) && proto.Meta.TemperatureConfigurationProto.toObject(includeInstance, f),
372
+ spicUid: jspb.Message.getFieldWithDefault(msg, 2, ""),
373
+ groupId: jspb.Message.getFieldWithDefault(msg, 3, "")
374
+ };
375
+
376
+ if (includeInstance) {
377
+ obj.$jspbMessageInstance = msg;
378
+ }
379
+ return obj;
380
+ };
381
+ }
382
+
383
+
384
+ /**
385
+ * Deserializes binary data (in protobuf wire format).
386
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
387
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest}
388
+ */
389
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.deserializeBinary = function(bytes) {
390
+ var reader = new jspb.BinaryReader(bytes);
391
+ var msg = new proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest;
392
+ return proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.deserializeBinaryFromReader(msg, reader);
393
+ };
394
+
395
+
396
+ /**
397
+ * Deserializes binary data (in protobuf wire format) from the
398
+ * given reader into the given message object.
399
+ * @param {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} msg The message object to deserialize into.
400
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
401
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest}
402
+ */
403
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.deserializeBinaryFromReader = function(msg, reader) {
404
+ while (reader.nextField()) {
405
+ if (reader.isEndGroup()) {
406
+ break;
407
+ }
408
+ var field = reader.getFieldNumber();
409
+ switch (field) {
410
+ case 1:
411
+ var value = new proto.Meta.TemperatureConfigurationProto;
412
+ reader.readMessage(value,proto.Meta.TemperatureConfigurationProto.deserializeBinaryFromReader);
413
+ msg.setTemperatureConfiguration(value);
414
+ break;
415
+ case 2:
416
+ var value = /** @type {string} */ (reader.readString());
417
+ msg.setSpicUid(value);
418
+ break;
419
+ case 3:
420
+ var value = /** @type {string} */ (reader.readString());
421
+ msg.setGroupId(value);
422
+ break;
423
+ default:
424
+ reader.skipField();
425
+ break;
426
+ }
427
+ }
428
+ return msg;
429
+ };
430
+
431
+
432
+ /**
433
+ * Serializes the message to binary data (in protobuf wire format).
434
+ * @return {!Uint8Array}
435
+ */
436
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.serializeBinary = function() {
437
+ var writer = new jspb.BinaryWriter();
438
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.serializeBinaryToWriter(this, writer);
439
+ return writer.getResultBuffer();
440
+ };
441
+
442
+
443
+ /**
444
+ * Serializes the given message to binary data (in protobuf wire
445
+ * format), writing to the given BinaryWriter.
446
+ * @param {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} message
447
+ * @param {!jspb.BinaryWriter} writer
448
+ * @suppress {unusedLocalVariables} f is only used for nested messages
449
+ */
450
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.serializeBinaryToWriter = function(message, writer) {
451
+ var f = undefined;
452
+ f = message.getTemperatureConfiguration();
453
+ if (f != null) {
454
+ writer.writeMessage(
455
+ 1,
456
+ f,
457
+ proto.Meta.TemperatureConfigurationProto.serializeBinaryToWriter
458
+ );
459
+ }
460
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
461
+ if (f != null) {
462
+ writer.writeString(
463
+ 2,
464
+ f
465
+ );
466
+ }
467
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
468
+ if (f != null) {
469
+ writer.writeString(
470
+ 3,
471
+ f
472
+ );
473
+ }
474
+ };
475
+
476
+
477
+ /**
478
+ * optional TemperatureConfigurationProto temperature_configuration = 1;
479
+ * @return {?proto.Meta.TemperatureConfigurationProto}
480
+ */
481
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.getTemperatureConfiguration = function() {
482
+ return /** @type{?proto.Meta.TemperatureConfigurationProto} */ (
483
+ jspb.Message.getWrapperField(this, proto.Meta.TemperatureConfigurationProto, 1));
484
+ };
485
+
486
+
487
+ /**
488
+ * @param {?proto.Meta.TemperatureConfigurationProto|undefined} value
489
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} returns this
490
+ */
491
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.setTemperatureConfiguration = function(value) {
492
+ return jspb.Message.setWrapperField(this, 1, value);
493
+ };
494
+
495
+
496
+ /**
497
+ * Clears the message field making it undefined.
498
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} returns this
499
+ */
500
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.clearTemperatureConfiguration = function() {
501
+ return this.setTemperatureConfiguration(undefined);
502
+ };
503
+
504
+
505
+ /**
506
+ * Returns whether this field is set.
507
+ * @return {boolean}
508
+ */
509
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.hasTemperatureConfiguration = function() {
510
+ return jspb.Message.getField(this, 1) != null;
511
+ };
512
+
513
+
514
+ /**
515
+ * optional string spic_uid = 2;
516
+ * @return {string}
517
+ */
518
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.getSpicUid = function() {
519
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
520
+ };
521
+
522
+
523
+ /**
524
+ * @param {string} value
525
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} returns this
526
+ */
527
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.setSpicUid = function(value) {
528
+ return jspb.Message.setOneofField(this, 2, proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.oneofGroups_[0], value);
529
+ };
530
+
531
+
532
+ /**
533
+ * Clears the field making it undefined.
534
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} returns this
535
+ */
536
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.clearSpicUid = function() {
537
+ return jspb.Message.setOneofField(this, 2, proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.oneofGroups_[0], undefined);
538
+ };
539
+
540
+
541
+ /**
542
+ * Returns whether this field is set.
543
+ * @return {boolean}
544
+ */
545
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.hasSpicUid = function() {
546
+ return jspb.Message.getField(this, 2) != null;
547
+ };
548
+
549
+
550
+ /**
551
+ * optional string group_id = 3;
552
+ * @return {string}
553
+ */
554
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.getGroupId = function() {
555
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
556
+ };
557
+
558
+
559
+ /**
560
+ * @param {string} value
561
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} returns this
562
+ */
563
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.setGroupId = function(value) {
564
+ return jspb.Message.setOneofField(this, 3, proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.oneofGroups_[0], value);
565
+ };
566
+
567
+
568
+ /**
569
+ * Clears the field making it undefined.
570
+ * @return {!proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest} returns this
571
+ */
572
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.clearGroupId = function() {
573
+ return jspb.Message.setOneofField(this, 3, proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.oneofGroups_[0], undefined);
574
+ };
575
+
576
+
577
+ /**
578
+ * Returns whether this field is set.
579
+ * @return {boolean}
580
+ */
581
+ proto.Meta.TemperatureConfigurationProto.SetConfigurationRequest.prototype.hasGroupId = function() {
582
+ return jspb.Message.getField(this, 3) != null;
583
+ };
584
+
585
+
586
+
587
+
588
+
589
+ if (jspb.Message.GENERATE_TO_OBJECT) {
590
+ /**
591
+ * Creates an object representation of this proto.
592
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
593
+ * Optional fields that are not set will be set to undefined.
594
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
595
+ * For the list of reserved names please see:
596
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
597
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
598
+ * JSPB instance for transitional soy proto support:
599
+ * http://goto/soy-param-migration
600
+ * @return {!Object}
601
+ */
602
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.prototype.toObject = function(opt_includeInstance) {
603
+ return proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.toObject(opt_includeInstance, this);
604
+ };
605
+
606
+
607
+ /**
608
+ * Static version of the {@see toObject} method.
609
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
610
+ * the JSPB instance for transitional soy proto support:
611
+ * http://goto/soy-param-migration
612
+ * @param {!proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest} msg The msg instance to transform.
613
+ * @return {!Object}
614
+ * @suppress {unusedLocalVariables} f is only used for nested messages
615
+ */
616
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.toObject = function(includeInstance, msg) {
617
+ var f, obj = {
618
+ temperatureConfiguration: (f = msg.getTemperatureConfiguration()) && proto.Meta.TemperatureConfigurationProto.toObject(includeInstance, f)
619
+ };
620
+
621
+ if (includeInstance) {
622
+ obj.$jspbMessageInstance = msg;
623
+ }
624
+ return obj;
625
+ };
626
+ }
627
+
628
+
629
+ /**
630
+ * Deserializes binary data (in protobuf wire format).
631
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
632
+ * @return {!proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest}
633
+ */
634
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.deserializeBinary = function(bytes) {
635
+ var reader = new jspb.BinaryReader(bytes);
636
+ var msg = new proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest;
637
+ return proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.deserializeBinaryFromReader(msg, reader);
638
+ };
639
+
640
+
641
+ /**
642
+ * Deserializes binary data (in protobuf wire format) from the
643
+ * given reader into the given message object.
644
+ * @param {!proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest} msg The message object to deserialize into.
645
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
646
+ * @return {!proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest}
647
+ */
648
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.deserializeBinaryFromReader = function(msg, reader) {
649
+ while (reader.nextField()) {
650
+ if (reader.isEndGroup()) {
651
+ break;
652
+ }
653
+ var field = reader.getFieldNumber();
654
+ switch (field) {
655
+ case 1:
656
+ var value = new proto.Meta.TemperatureConfigurationProto;
657
+ reader.readMessage(value,proto.Meta.TemperatureConfigurationProto.deserializeBinaryFromReader);
658
+ msg.setTemperatureConfiguration(value);
659
+ break;
660
+ default:
661
+ reader.skipField();
662
+ break;
663
+ }
664
+ }
665
+ return msg;
666
+ };
667
+
668
+
669
+ /**
670
+ * Serializes the message to binary data (in protobuf wire format).
671
+ * @return {!Uint8Array}
672
+ */
673
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.prototype.serializeBinary = function() {
674
+ var writer = new jspb.BinaryWriter();
675
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.serializeBinaryToWriter(this, writer);
676
+ return writer.getResultBuffer();
677
+ };
678
+
679
+
680
+ /**
681
+ * Serializes the given message to binary data (in protobuf wire
682
+ * format), writing to the given BinaryWriter.
683
+ * @param {!proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest} message
684
+ * @param {!jspb.BinaryWriter} writer
685
+ * @suppress {unusedLocalVariables} f is only used for nested messages
686
+ */
687
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.serializeBinaryToWriter = function(message, writer) {
688
+ var f = undefined;
689
+ f = message.getTemperatureConfiguration();
690
+ if (f != null) {
691
+ writer.writeMessage(
692
+ 1,
693
+ f,
694
+ proto.Meta.TemperatureConfigurationProto.serializeBinaryToWriter
695
+ );
696
+ }
697
+ };
698
+
699
+
700
+ /**
701
+ * optional TemperatureConfigurationProto temperature_configuration = 1;
702
+ * @return {?proto.Meta.TemperatureConfigurationProto}
703
+ */
704
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.prototype.getTemperatureConfiguration = function() {
705
+ return /** @type{?proto.Meta.TemperatureConfigurationProto} */ (
706
+ jspb.Message.getWrapperField(this, proto.Meta.TemperatureConfigurationProto, 1));
707
+ };
708
+
709
+
710
+ /**
711
+ * @param {?proto.Meta.TemperatureConfigurationProto|undefined} value
712
+ * @return {!proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest} returns this
713
+ */
714
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.prototype.setTemperatureConfiguration = function(value) {
715
+ return jspb.Message.setWrapperField(this, 1, value);
716
+ };
717
+
718
+
719
+ /**
720
+ * Clears the message field making it undefined.
721
+ * @return {!proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest} returns this
722
+ */
723
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.prototype.clearTemperatureConfiguration = function() {
724
+ return this.setTemperatureConfiguration(undefined);
725
+ };
726
+
727
+
728
+ /**
729
+ * Returns whether this field is set.
730
+ * @return {boolean}
731
+ */
732
+ proto.Meta.TemperatureConfigurationProto.CreateTemplateRequest.prototype.hasTemperatureConfiguration = function() {
733
+ return jspb.Message.getField(this, 1) != null;
734
+ };
735
+
736
+
737
+
738
+
739
+
740
+ if (jspb.Message.GENERATE_TO_OBJECT) {
741
+ /**
742
+ * Creates an object representation of this proto.
743
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
744
+ * Optional fields that are not set will be set to undefined.
745
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
746
+ * For the list of reserved names please see:
747
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
748
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
749
+ * JSPB instance for transitional soy proto support:
750
+ * http://goto/soy-param-migration
751
+ * @return {!Object}
752
+ */
753
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.prototype.toObject = function(opt_includeInstance) {
754
+ return proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.toObject(opt_includeInstance, this);
755
+ };
756
+
757
+
758
+ /**
759
+ * Static version of the {@see toObject} method.
760
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
761
+ * the JSPB instance for transitional soy proto support:
762
+ * http://goto/soy-param-migration
763
+ * @param {!proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest} msg The msg instance to transform.
764
+ * @return {!Object}
765
+ * @suppress {unusedLocalVariables} f is only used for nested messages
766
+ */
767
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.toObject = function(includeInstance, msg) {
768
+ var f, obj = {
769
+ page: jspb.Message.getFieldWithDefault(msg, 1, 0),
770
+ count: jspb.Message.getFieldWithDefault(msg, 2, 0)
771
+ };
772
+
773
+ if (includeInstance) {
774
+ obj.$jspbMessageInstance = msg;
775
+ }
776
+ return obj;
777
+ };
778
+ }
779
+
780
+
781
+ /**
782
+ * Deserializes binary data (in protobuf wire format).
783
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
784
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest}
785
+ */
786
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.deserializeBinary = function(bytes) {
787
+ var reader = new jspb.BinaryReader(bytes);
788
+ var msg = new proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest;
789
+ return proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.deserializeBinaryFromReader(msg, reader);
790
+ };
791
+
792
+
793
+ /**
794
+ * Deserializes binary data (in protobuf wire format) from the
795
+ * given reader into the given message object.
796
+ * @param {!proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest} msg The message object to deserialize into.
797
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
798
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest}
799
+ */
800
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.deserializeBinaryFromReader = function(msg, reader) {
801
+ while (reader.nextField()) {
802
+ if (reader.isEndGroup()) {
803
+ break;
804
+ }
805
+ var field = reader.getFieldNumber();
806
+ switch (field) {
807
+ case 1:
808
+ var value = /** @type {number} */ (reader.readInt32());
809
+ msg.setPage(value);
810
+ break;
811
+ case 2:
812
+ var value = /** @type {number} */ (reader.readInt32());
813
+ msg.setCount(value);
814
+ break;
815
+ default:
816
+ reader.skipField();
817
+ break;
818
+ }
819
+ }
820
+ return msg;
821
+ };
822
+
823
+
824
+ /**
825
+ * Serializes the message to binary data (in protobuf wire format).
826
+ * @return {!Uint8Array}
827
+ */
828
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.prototype.serializeBinary = function() {
829
+ var writer = new jspb.BinaryWriter();
830
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.serializeBinaryToWriter(this, writer);
831
+ return writer.getResultBuffer();
832
+ };
833
+
834
+
835
+ /**
836
+ * Serializes the given message to binary data (in protobuf wire
837
+ * format), writing to the given BinaryWriter.
838
+ * @param {!proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest} message
839
+ * @param {!jspb.BinaryWriter} writer
840
+ * @suppress {unusedLocalVariables} f is only used for nested messages
841
+ */
842
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.serializeBinaryToWriter = function(message, writer) {
843
+ var f = undefined;
844
+ f = message.getPage();
845
+ if (f !== 0) {
846
+ writer.writeInt32(
847
+ 1,
848
+ f
849
+ );
850
+ }
851
+ f = message.getCount();
852
+ if (f !== 0) {
853
+ writer.writeInt32(
854
+ 2,
855
+ f
856
+ );
857
+ }
858
+ };
859
+
860
+
861
+ /**
862
+ * optional int32 page = 1;
863
+ * @return {number}
864
+ */
865
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.prototype.getPage = function() {
866
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
867
+ };
868
+
869
+
870
+ /**
871
+ * @param {number} value
872
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest} returns this
873
+ */
874
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.prototype.setPage = function(value) {
875
+ return jspb.Message.setProto3IntField(this, 1, value);
876
+ };
877
+
878
+
879
+ /**
880
+ * optional int32 count = 2;
881
+ * @return {number}
882
+ */
883
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.prototype.getCount = function() {
884
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
885
+ };
886
+
887
+
888
+ /**
889
+ * @param {number} value
890
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest} returns this
891
+ */
892
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateRequest.prototype.setCount = function(value) {
893
+ return jspb.Message.setProto3IntField(this, 2, value);
894
+ };
895
+
896
+
897
+
898
+ /**
899
+ * List of repeated fields within this message type.
900
+ * @private {!Array<number>}
901
+ * @const
902
+ */
903
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.repeatedFields_ = [1];
904
+
905
+
906
+
907
+ if (jspb.Message.GENERATE_TO_OBJECT) {
908
+ /**
909
+ * Creates an object representation of this proto.
910
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
911
+ * Optional fields that are not set will be set to undefined.
912
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
913
+ * For the list of reserved names please see:
914
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
915
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
916
+ * JSPB instance for transitional soy proto support:
917
+ * http://goto/soy-param-migration
918
+ * @return {!Object}
919
+ */
920
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.toObject = function(opt_includeInstance) {
921
+ return proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.toObject(opt_includeInstance, this);
922
+ };
923
+
924
+
925
+ /**
926
+ * Static version of the {@see toObject} method.
927
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
928
+ * the JSPB instance for transitional soy proto support:
929
+ * http://goto/soy-param-migration
930
+ * @param {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply} msg The msg instance to transform.
931
+ * @return {!Object}
932
+ * @suppress {unusedLocalVariables} f is only used for nested messages
933
+ */
934
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.toObject = function(includeInstance, msg) {
935
+ var f, obj = {
936
+ templatesList: jspb.Message.toObjectList(msg.getTemplatesList(),
937
+ proto.Meta.TemperatureConfigurationProto.toObject, includeInstance),
938
+ pagination: (f = msg.getPagination()) && platform_pagination_pb.PaginationProto.toObject(includeInstance, f)
939
+ };
940
+
941
+ if (includeInstance) {
942
+ obj.$jspbMessageInstance = msg;
943
+ }
944
+ return obj;
945
+ };
946
+ }
947
+
948
+
949
+ /**
950
+ * Deserializes binary data (in protobuf wire format).
951
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
952
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply}
953
+ */
954
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.deserializeBinary = function(bytes) {
955
+ var reader = new jspb.BinaryReader(bytes);
956
+ var msg = new proto.Meta.TemperatureConfigurationProto.SearchTemplateReply;
957
+ return proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.deserializeBinaryFromReader(msg, reader);
958
+ };
959
+
960
+
961
+ /**
962
+ * Deserializes binary data (in protobuf wire format) from the
963
+ * given reader into the given message object.
964
+ * @param {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply} msg The message object to deserialize into.
965
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
966
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply}
967
+ */
968
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.deserializeBinaryFromReader = function(msg, reader) {
969
+ while (reader.nextField()) {
970
+ if (reader.isEndGroup()) {
971
+ break;
972
+ }
973
+ var field = reader.getFieldNumber();
974
+ switch (field) {
975
+ case 1:
976
+ var value = new proto.Meta.TemperatureConfigurationProto;
977
+ reader.readMessage(value,proto.Meta.TemperatureConfigurationProto.deserializeBinaryFromReader);
978
+ msg.addTemplates(value);
979
+ break;
980
+ case 2:
981
+ var value = new platform_pagination_pb.PaginationProto;
982
+ reader.readMessage(value,platform_pagination_pb.PaginationProto.deserializeBinaryFromReader);
983
+ msg.setPagination(value);
984
+ break;
985
+ default:
986
+ reader.skipField();
987
+ break;
988
+ }
989
+ }
990
+ return msg;
991
+ };
992
+
993
+
994
+ /**
995
+ * Serializes the message to binary data (in protobuf wire format).
996
+ * @return {!Uint8Array}
997
+ */
998
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.serializeBinary = function() {
999
+ var writer = new jspb.BinaryWriter();
1000
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.serializeBinaryToWriter(this, writer);
1001
+ return writer.getResultBuffer();
1002
+ };
1003
+
1004
+
1005
+ /**
1006
+ * Serializes the given message to binary data (in protobuf wire
1007
+ * format), writing to the given BinaryWriter.
1008
+ * @param {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply} message
1009
+ * @param {!jspb.BinaryWriter} writer
1010
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1011
+ */
1012
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.serializeBinaryToWriter = function(message, writer) {
1013
+ var f = undefined;
1014
+ f = message.getTemplatesList();
1015
+ if (f.length > 0) {
1016
+ writer.writeRepeatedMessage(
1017
+ 1,
1018
+ f,
1019
+ proto.Meta.TemperatureConfigurationProto.serializeBinaryToWriter
1020
+ );
1021
+ }
1022
+ f = message.getPagination();
1023
+ if (f != null) {
1024
+ writer.writeMessage(
1025
+ 2,
1026
+ f,
1027
+ platform_pagination_pb.PaginationProto.serializeBinaryToWriter
1028
+ );
1029
+ }
1030
+ };
1031
+
1032
+
1033
+ /**
1034
+ * repeated TemperatureConfigurationProto templates = 1;
1035
+ * @return {!Array<!proto.Meta.TemperatureConfigurationProto>}
1036
+ */
1037
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.getTemplatesList = function() {
1038
+ return /** @type{!Array<!proto.Meta.TemperatureConfigurationProto>} */ (
1039
+ jspb.Message.getRepeatedWrapperField(this, proto.Meta.TemperatureConfigurationProto, 1));
1040
+ };
1041
+
1042
+
1043
+ /**
1044
+ * @param {!Array<!proto.Meta.TemperatureConfigurationProto>} value
1045
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply} returns this
1046
+ */
1047
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.setTemplatesList = function(value) {
1048
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1049
+ };
1050
+
1051
+
1052
+ /**
1053
+ * @param {!proto.Meta.TemperatureConfigurationProto=} opt_value
1054
+ * @param {number=} opt_index
1055
+ * @return {!proto.Meta.TemperatureConfigurationProto}
1056
+ */
1057
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.addTemplates = function(opt_value, opt_index) {
1058
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.Meta.TemperatureConfigurationProto, opt_index);
1059
+ };
1060
+
1061
+
1062
+ /**
1063
+ * Clears the list making it empty but non-null.
1064
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply} returns this
1065
+ */
1066
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.clearTemplatesList = function() {
1067
+ return this.setTemplatesList([]);
1068
+ };
1069
+
1070
+
1071
+ /**
1072
+ * optional Platform.PaginationProto pagination = 2;
1073
+ * @return {?proto.Platform.PaginationProto}
1074
+ */
1075
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.getPagination = function() {
1076
+ return /** @type{?proto.Platform.PaginationProto} */ (
1077
+ jspb.Message.getWrapperField(this, platform_pagination_pb.PaginationProto, 2));
1078
+ };
1079
+
1080
+
1081
+ /**
1082
+ * @param {?proto.Platform.PaginationProto|undefined} value
1083
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply} returns this
1084
+ */
1085
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.setPagination = function(value) {
1086
+ return jspb.Message.setWrapperField(this, 2, value);
1087
+ };
1088
+
1089
+
1090
+ /**
1091
+ * Clears the message field making it undefined.
1092
+ * @return {!proto.Meta.TemperatureConfigurationProto.SearchTemplateReply} returns this
1093
+ */
1094
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.clearPagination = function() {
1095
+ return this.setPagination(undefined);
1096
+ };
1097
+
1098
+
1099
+ /**
1100
+ * Returns whether this field is set.
1101
+ * @return {boolean}
1102
+ */
1103
+ proto.Meta.TemperatureConfigurationProto.SearchTemplateReply.prototype.hasPagination = function() {
1104
+ return jspb.Message.getField(this, 2) != null;
1105
+ };
1106
+
1107
+
1108
+ /**
1109
+ * optional int32 high_trigger = 1;
1110
+ * @return {number}
1111
+ */
1112
+ proto.Meta.TemperatureConfigurationProto.prototype.getHighTrigger = function() {
1113
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
1114
+ };
1115
+
1116
+
1117
+ /**
1118
+ * @param {number} value
1119
+ * @return {!proto.Meta.TemperatureConfigurationProto} returns this
1120
+ */
1121
+ proto.Meta.TemperatureConfigurationProto.prototype.setHighTrigger = function(value) {
1122
+ return jspb.Message.setProto3IntField(this, 1, value);
1123
+ };
1124
+
1125
+
1126
+ /**
1127
+ * optional int32 high_clear = 2;
1128
+ * @return {number}
1129
+ */
1130
+ proto.Meta.TemperatureConfigurationProto.prototype.getHighClear = function() {
1131
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1132
+ };
1133
+
1134
+
1135
+ /**
1136
+ * @param {number} value
1137
+ * @return {!proto.Meta.TemperatureConfigurationProto} returns this
1138
+ */
1139
+ proto.Meta.TemperatureConfigurationProto.prototype.setHighClear = function(value) {
1140
+ return jspb.Message.setProto3IntField(this, 2, value);
1141
+ };
1142
+
1143
+
1144
+ /**
1145
+ * optional int32 critical_trigger = 3;
1146
+ * @return {number}
1147
+ */
1148
+ proto.Meta.TemperatureConfigurationProto.prototype.getCriticalTrigger = function() {
1149
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
1150
+ };
1151
+
1152
+
1153
+ /**
1154
+ * @param {number} value
1155
+ * @return {!proto.Meta.TemperatureConfigurationProto} returns this
1156
+ */
1157
+ proto.Meta.TemperatureConfigurationProto.prototype.setCriticalTrigger = function(value) {
1158
+ return jspb.Message.setProto3IntField(this, 3, value);
1159
+ };
1160
+
1161
+
1162
+ /**
1163
+ * optional int32 critical_clear = 4;
1164
+ * @return {number}
1165
+ */
1166
+ proto.Meta.TemperatureConfigurationProto.prototype.getCriticalClear = function() {
1167
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
1168
+ };
1169
+
1170
+
1171
+ /**
1172
+ * @param {number} value
1173
+ * @return {!proto.Meta.TemperatureConfigurationProto} returns this
1174
+ */
1175
+ proto.Meta.TemperatureConfigurationProto.prototype.setCriticalClear = function(value) {
1176
+ return jspb.Message.setProto3IntField(this, 4, value);
1177
+ };
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1184
+ /**
1185
+ * Creates an object representation of this proto.
1186
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1187
+ * Optional fields that are not set will be set to undefined.
1188
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1189
+ * For the list of reserved names please see:
1190
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1191
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1192
+ * JSPB instance for transitional soy proto support:
1193
+ * http://goto/soy-param-migration
1194
+ * @return {!Object}
1195
+ */
1196
+ proto.Meta.CabinetLocationMeta.prototype.toObject = function(opt_includeInstance) {
1197
+ return proto.Meta.CabinetLocationMeta.toObject(opt_includeInstance, this);
1198
+ };
1199
+
1200
+
1201
+ /**
1202
+ * Static version of the {@see toObject} method.
1203
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1204
+ * the JSPB instance for transitional soy proto support:
1205
+ * http://goto/soy-param-migration
1206
+ * @param {!proto.Meta.CabinetLocationMeta} msg The msg instance to transform.
1207
+ * @return {!Object}
1208
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1209
+ */
1210
+ proto.Meta.CabinetLocationMeta.toObject = function(includeInstance, msg) {
1211
+ var f, obj = {
1212
+ cabinetLocation: (f = msg.getCabinetLocation()) && spic_cabinet_pb.CabinetWithLocation.toObject(includeInstance, f),
1213
+ temperatureConfiguration: (f = msg.getTemperatureConfiguration()) && proto.Meta.TemperatureConfigurationProto.toObject(includeInstance, f)
1214
+ };
1215
+
1216
+ if (includeInstance) {
1217
+ obj.$jspbMessageInstance = msg;
1218
+ }
1219
+ return obj;
1220
+ };
1221
+ }
1222
+
1223
+
1224
+ /**
1225
+ * Deserializes binary data (in protobuf wire format).
1226
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1227
+ * @return {!proto.Meta.CabinetLocationMeta}
1228
+ */
1229
+ proto.Meta.CabinetLocationMeta.deserializeBinary = function(bytes) {
1230
+ var reader = new jspb.BinaryReader(bytes);
1231
+ var msg = new proto.Meta.CabinetLocationMeta;
1232
+ return proto.Meta.CabinetLocationMeta.deserializeBinaryFromReader(msg, reader);
1233
+ };
1234
+
1235
+
1236
+ /**
1237
+ * Deserializes binary data (in protobuf wire format) from the
1238
+ * given reader into the given message object.
1239
+ * @param {!proto.Meta.CabinetLocationMeta} msg The message object to deserialize into.
1240
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1241
+ * @return {!proto.Meta.CabinetLocationMeta}
1242
+ */
1243
+ proto.Meta.CabinetLocationMeta.deserializeBinaryFromReader = function(msg, reader) {
1244
+ while (reader.nextField()) {
1245
+ if (reader.isEndGroup()) {
1246
+ break;
1247
+ }
1248
+ var field = reader.getFieldNumber();
1249
+ switch (field) {
1250
+ case 1:
1251
+ var value = new spic_cabinet_pb.CabinetWithLocation;
1252
+ reader.readMessage(value,spic_cabinet_pb.CabinetWithLocation.deserializeBinaryFromReader);
1253
+ msg.setCabinetLocation(value);
1254
+ break;
1255
+ case 2:
1256
+ var value = new proto.Meta.TemperatureConfigurationProto;
1257
+ reader.readMessage(value,proto.Meta.TemperatureConfigurationProto.deserializeBinaryFromReader);
1258
+ msg.setTemperatureConfiguration(value);
1259
+ break;
1260
+ default:
1261
+ reader.skipField();
1262
+ break;
1263
+ }
1264
+ }
1265
+ return msg;
1266
+ };
1267
+
1268
+
1269
+ /**
1270
+ * Serializes the message to binary data (in protobuf wire format).
1271
+ * @return {!Uint8Array}
1272
+ */
1273
+ proto.Meta.CabinetLocationMeta.prototype.serializeBinary = function() {
1274
+ var writer = new jspb.BinaryWriter();
1275
+ proto.Meta.CabinetLocationMeta.serializeBinaryToWriter(this, writer);
1276
+ return writer.getResultBuffer();
1277
+ };
1278
+
1279
+
1280
+ /**
1281
+ * Serializes the given message to binary data (in protobuf wire
1282
+ * format), writing to the given BinaryWriter.
1283
+ * @param {!proto.Meta.CabinetLocationMeta} message
1284
+ * @param {!jspb.BinaryWriter} writer
1285
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1286
+ */
1287
+ proto.Meta.CabinetLocationMeta.serializeBinaryToWriter = function(message, writer) {
1288
+ var f = undefined;
1289
+ f = message.getCabinetLocation();
1290
+ if (f != null) {
1291
+ writer.writeMessage(
1292
+ 1,
1293
+ f,
1294
+ spic_cabinet_pb.CabinetWithLocation.serializeBinaryToWriter
1295
+ );
1296
+ }
1297
+ f = message.getTemperatureConfiguration();
1298
+ if (f != null) {
1299
+ writer.writeMessage(
1300
+ 2,
1301
+ f,
1302
+ proto.Meta.TemperatureConfigurationProto.serializeBinaryToWriter
1303
+ );
1304
+ }
1305
+ };
1306
+
1307
+
1308
+ /**
1309
+ * optional Spic.CabinetWithLocation cabinet_location = 1;
1310
+ * @return {?proto.Spic.CabinetWithLocation}
1311
+ */
1312
+ proto.Meta.CabinetLocationMeta.prototype.getCabinetLocation = function() {
1313
+ return /** @type{?proto.Spic.CabinetWithLocation} */ (
1314
+ jspb.Message.getWrapperField(this, spic_cabinet_pb.CabinetWithLocation, 1));
1315
+ };
1316
+
1317
+
1318
+ /**
1319
+ * @param {?proto.Spic.CabinetWithLocation|undefined} value
1320
+ * @return {!proto.Meta.CabinetLocationMeta} returns this
1321
+ */
1322
+ proto.Meta.CabinetLocationMeta.prototype.setCabinetLocation = function(value) {
1323
+ return jspb.Message.setWrapperField(this, 1, value);
1324
+ };
1325
+
1326
+
1327
+ /**
1328
+ * Clears the message field making it undefined.
1329
+ * @return {!proto.Meta.CabinetLocationMeta} returns this
1330
+ */
1331
+ proto.Meta.CabinetLocationMeta.prototype.clearCabinetLocation = function() {
1332
+ return this.setCabinetLocation(undefined);
1333
+ };
1334
+
1335
+
1336
+ /**
1337
+ * Returns whether this field is set.
1338
+ * @return {boolean}
1339
+ */
1340
+ proto.Meta.CabinetLocationMeta.prototype.hasCabinetLocation = function() {
1341
+ return jspb.Message.getField(this, 1) != null;
1342
+ };
1343
+
1344
+
1345
+ /**
1346
+ * optional TemperatureConfigurationProto temperature_configuration = 2;
1347
+ * @return {?proto.Meta.TemperatureConfigurationProto}
1348
+ */
1349
+ proto.Meta.CabinetLocationMeta.prototype.getTemperatureConfiguration = function() {
1350
+ return /** @type{?proto.Meta.TemperatureConfigurationProto} */ (
1351
+ jspb.Message.getWrapperField(this, proto.Meta.TemperatureConfigurationProto, 2));
1352
+ };
1353
+
1354
+
1355
+ /**
1356
+ * @param {?proto.Meta.TemperatureConfigurationProto|undefined} value
1357
+ * @return {!proto.Meta.CabinetLocationMeta} returns this
1358
+ */
1359
+ proto.Meta.CabinetLocationMeta.prototype.setTemperatureConfiguration = function(value) {
1360
+ return jspb.Message.setWrapperField(this, 2, value);
1361
+ };
1362
+
1363
+
1364
+ /**
1365
+ * Clears the message field making it undefined.
1366
+ * @return {!proto.Meta.CabinetLocationMeta} returns this
1367
+ */
1368
+ proto.Meta.CabinetLocationMeta.prototype.clearTemperatureConfiguration = function() {
1369
+ return this.setTemperatureConfiguration(undefined);
1370
+ };
1371
+
1372
+
1373
+ /**
1374
+ * Returns whether this field is set.
1375
+ * @return {boolean}
1376
+ */
1377
+ proto.Meta.CabinetLocationMeta.prototype.hasTemperatureConfiguration = function() {
1378
+ return jspb.Message.getField(this, 2) != null;
1379
+ };
1380
+
1381
+
1382
+ goog.object.extend(exports, proto.Meta);