@alis-build/common-ts 1.0.2

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 (640) hide show
  1. package/README.md +1 -0
  2. package/alis/a2a/extension/history/v1/history_grpc_pb.d.ts +82 -0
  3. package/alis/a2a/extension/history/v1/history_grpc_pb.js +395 -0
  4. package/alis/a2a/extension/history/v1/history_grpc_web_pb.d.ts +165 -0
  5. package/alis/a2a/extension/history/v1/history_grpc_web_pb.js +823 -0
  6. package/alis/a2a/extension/history/v1/history_pb.d.ts +345 -0
  7. package/alis/a2a/extension/history/v1/history_pb.js +2801 -0
  8. package/alis/open/agent/v1/agent_grpc_pb.d.ts +73 -0
  9. package/alis/open/agent/v1/agent_grpc_pb.js +364 -0
  10. package/alis/open/agent/v1/agent_grpc_web_pb.d.ts +148 -0
  11. package/alis/open/agent/v1/agent_grpc_web_pb.js +756 -0
  12. package/alis/open/agent/v1/agent_pb.d.ts +1546 -0
  13. package/alis/open/agent/v1/agent_pb.js +12595 -0
  14. package/alis/open/agent/v2/a2a_grpc_pb.d.ts +73 -0
  15. package/alis/open/agent/v2/a2a_grpc_pb.js +363 -0
  16. package/alis/open/agent/v2/a2a_grpc_web_pb.d.ts +148 -0
  17. package/alis/open/agent/v2/a2a_grpc_web_pb.js +754 -0
  18. package/alis/open/agent/v2/a2a_pb.d.ts +1534 -0
  19. package/alis/open/agent/v2/a2a_pb.js +12511 -0
  20. package/alis/open/config/v1/config_grpc_pb.d.ts +1 -0
  21. package/alis/open/config/v1/config_grpc_pb.js +1 -0
  22. package/alis/open/config/v1/config_pb.d.ts +41 -0
  23. package/alis/open/config/v1/config_pb.js +325 -0
  24. package/alis/open/cx/v1/cx_grpc_pb.d.ts +1 -0
  25. package/alis/open/cx/v1/cx_grpc_pb.js +1 -0
  26. package/alis/open/cx/v1/cx_pb.d.ts +713 -0
  27. package/alis/open/cx/v1/cx_pb.js +4249 -0
  28. package/alis/open/flows/v1/flows_grpc_pb.d.ts +50 -0
  29. package/alis/open/flows/v1/flows_grpc_pb.js +195 -0
  30. package/alis/open/flows/v1/flows_grpc_web_pb.d.ts +91 -0
  31. package/alis/open/flows/v1/flows_grpc_web_pb.js +450 -0
  32. package/alis/open/flows/v1/flows_pb.d.ts +308 -0
  33. package/alis/open/flows/v1/flows_pb.js +2487 -0
  34. package/alis/open/iam/v1/group_grpc_pb.d.ts +78 -0
  35. package/alis/open/iam/v1/group_grpc_pb.js +337 -0
  36. package/alis/open/iam/v1/group_grpc_web_pb.d.ts +155 -0
  37. package/alis/open/iam/v1/group_grpc_web_pb.js +764 -0
  38. package/alis/open/iam/v1/group_pb.d.ts +224 -0
  39. package/alis/open/iam/v1/group_pb.js +1849 -0
  40. package/alis/open/iam/v1/iam_grpc_pb.d.ts +1 -0
  41. package/alis/open/iam/v1/iam_grpc_pb.js +1 -0
  42. package/alis/open/iam/v1/iam_pb.d.ts +139 -0
  43. package/alis/open/iam/v1/iam_pb.js +1182 -0
  44. package/alis/open/iam/v1/oauth_grpc_pb.d.ts +1 -0
  45. package/alis/open/iam/v1/oauth_grpc_pb.js +1 -0
  46. package/alis/open/iam/v1/oauth_pb.d.ts +358 -0
  47. package/alis/open/iam/v1/oauth_pb.js +2875 -0
  48. package/alis/open/iam/v1/role_grpc_pb.d.ts +1 -0
  49. package/alis/open/iam/v1/role_grpc_pb.js +1 -0
  50. package/alis/open/iam/v1/role_pb.d.ts +65 -0
  51. package/alis/open/iam/v1/role_pb.js +526 -0
  52. package/alis/open/iam/v1/user_grpc_pb.d.ts +149 -0
  53. package/alis/open/iam/v1/user_grpc_pb.js +767 -0
  54. package/alis/open/iam/v1/user_grpc_web_pb.d.ts +324 -0
  55. package/alis/open/iam/v1/user_grpc_web_pb.js +1622 -0
  56. package/alis/open/iam/v1/user_pb.d.ts +984 -0
  57. package/alis/open/iam/v1/user_pb.js +8067 -0
  58. package/alis/open/in/v1/in_grpc_pb.d.ts +1 -0
  59. package/alis/open/in/v1/in_grpc_pb.js +1 -0
  60. package/alis/open/in/v1/in_pb.d.ts +413 -0
  61. package/alis/open/in/v1/in_pb.js +2982 -0
  62. package/alis/open/notifications/v1/devices_grpc_pb.d.ts +79 -0
  63. package/alis/open/notifications/v1/devices_grpc_pb.js +377 -0
  64. package/alis/open/notifications/v1/devices_grpc_web_pb.d.ts +156 -0
  65. package/alis/open/notifications/v1/devices_grpc_web_pb.js +766 -0
  66. package/alis/open/notifications/v1/devices_pb.d.ts +181 -0
  67. package/alis/open/notifications/v1/devices_pb.js +1463 -0
  68. package/alis/open/notifications/v1/notifications_grpc_pb.d.ts +46 -0
  69. package/alis/open/notifications/v1/notifications_grpc_pb.js +186 -0
  70. package/alis/open/notifications/v1/notifications_grpc_web_pb.d.ts +81 -0
  71. package/alis/open/notifications/v1/notifications_grpc_web_pb.js +390 -0
  72. package/alis/open/notifications/v1/notifications_pb.d.ts +111 -0
  73. package/alis/open/notifications/v1/notifications_pb.js +918 -0
  74. package/alis/open/operations/v1/operations_grpc_pb.d.ts +1 -0
  75. package/alis/open/operations/v1/operations_grpc_pb.js +1 -0
  76. package/alis/open/operations/v1/operations_pb.d.ts +133 -0
  77. package/alis/open/operations/v1/operations_pb.js +986 -0
  78. package/alis/open/options/v1/options_grpc_pb.d.ts +1 -0
  79. package/alis/open/options/v1/options_grpc_pb.js +1 -0
  80. package/alis/open/options/v1/options_pb.d.ts +316 -0
  81. package/alis/open/options/v1/options_pb.js +1910 -0
  82. package/alis/open/pubsub/v1/pubsub_grpc_pb.d.ts +1 -0
  83. package/alis/open/pubsub/v1/pubsub_grpc_pb.js +1 -0
  84. package/alis/open/pubsub/v1/pubsub_pb.d.ts +78 -0
  85. package/alis/open/pubsub/v1/pubsub_pb.js +633 -0
  86. package/alis/open/px/v1/px_grpc_pb.d.ts +1 -0
  87. package/alis/open/px/v1/px_grpc_pb.js +1 -0
  88. package/alis/open/px/v1/px_pb.d.ts +1098 -0
  89. package/alis/open/px/v1/px_pb.js +8006 -0
  90. package/alis/open/support/v1/attachments_grpc_pb.d.ts +24 -0
  91. package/alis/open/support/v1/attachments_grpc_pb.js +47 -0
  92. package/alis/open/support/v1/attachments_grpc_web_pb.d.ts +31 -0
  93. package/alis/open/support/v1/attachments_grpc_web_pb.js +142 -0
  94. package/alis/open/support/v1/attachments_pb.d.ts +46 -0
  95. package/alis/open/support/v1/attachments_pb.js +379 -0
  96. package/alis/open/support/v1/events_grpc_pb.d.ts +26 -0
  97. package/alis/open/support/v1/events_grpc_pb.js +48 -0
  98. package/alis/open/support/v1/events_grpc_web_pb.d.ts +32 -0
  99. package/alis/open/support/v1/events_grpc_web_pb.js +146 -0
  100. package/alis/open/support/v1/events_pb.d.ts +180 -0
  101. package/alis/open/support/v1/events_pb.js +1505 -0
  102. package/alis/open/support/v1/guide_grpc_pb.d.ts +45 -0
  103. package/alis/open/support/v1/guide_grpc_pb.js +176 -0
  104. package/alis/open/support/v1/guide_grpc_web_pb.d.ts +80 -0
  105. package/alis/open/support/v1/guide_grpc_web_pb.js +392 -0
  106. package/alis/open/support/v1/guide_pb.d.ts +527 -0
  107. package/alis/open/support/v1/guide_pb.js +3981 -0
  108. package/alis/open/support/v1/issue_grpc_pb.d.ts +109 -0
  109. package/alis/open/support/v1/issue_grpc_pb.js +493 -0
  110. package/alis/open/support/v1/issue_grpc_web_pb.d.ts +228 -0
  111. package/alis/open/support/v1/issue_grpc_web_pb.js +1132 -0
  112. package/alis/open/support/v1/issue_pb.d.ts +524 -0
  113. package/alis/open/support/v1/issue_pb.js +3984 -0
  114. package/alis/open/support/v1/issueactivity_grpc_pb.d.ts +71 -0
  115. package/alis/open/support/v1/issueactivity_grpc_pb.js +311 -0
  116. package/alis/open/support/v1/issueactivity_grpc_web_pb.d.ts +141 -0
  117. package/alis/open/support/v1/issueactivity_grpc_web_pb.js +701 -0
  118. package/alis/open/support/v1/issueactivity_pb.d.ts +291 -0
  119. package/alis/open/support/v1/issueactivity_pb.js +2337 -0
  120. package/alis/open/support/v1/issuesubscriber_grpc_pb.d.ts +79 -0
  121. package/alis/open/support/v1/issuesubscriber_grpc_pb.js +351 -0
  122. package/alis/open/support/v1/issuesubscriber_grpc_web_pb.d.ts +156 -0
  123. package/alis/open/support/v1/issuesubscriber_grpc_web_pb.js +766 -0
  124. package/alis/open/support/v1/issuesubscriber_pb.d.ts +169 -0
  125. package/alis/open/support/v1/issuesubscriber_pb.js +1361 -0
  126. package/alis/open/validation/v1/test_grpc_pb.d.ts +45 -0
  127. package/alis/open/validation/v1/test_grpc_pb.js +164 -0
  128. package/alis/open/validation/v1/test_grpc_web_pb.d.ts +80 -0
  129. package/alis/open/validation/v1/test_grpc_web_pb.js +394 -0
  130. package/alis/open/validation/v1/test_pb.d.ts +206 -0
  131. package/alis/open/validation/v1/test_pb.js +1662 -0
  132. package/alis/open/validation/v1/validation_grpc_pb.d.ts +29 -0
  133. package/alis/open/validation/v1/validation_grpc_pb.js +80 -0
  134. package/alis/open/validation/v1/validation_grpc_web_pb.d.ts +43 -0
  135. package/alis/open/validation/v1/validation_grpc_web_pb.js +203 -0
  136. package/alis/open/validation/v1/validation_pb.d.ts +156 -0
  137. package/alis/open/validation/v1/validation_pb.js +1355 -0
  138. package/alis/test/v1/test_grpc_pb.d.ts +1 -0
  139. package/alis/test/v1/test_grpc_pb.js +1 -0
  140. package/alis/test/v1/test_pb.d.ts +26 -0
  141. package/alis/test/v1/test_pb.js +203 -0
  142. package/common/test/v1/test_grpc_pb.d.ts +1 -0
  143. package/common/test/v1/test_grpc_pb.js +1 -0
  144. package/common/test/v1/test_pb.d.ts +26 -0
  145. package/common/test/v1/test_pb.js +203 -0
  146. package/google/api/annotations_grpc_pb.d.ts +1 -0
  147. package/google/api/annotations_grpc_pb.js +1 -0
  148. package/google/api/annotations_pb.d.ts +6 -0
  149. package/google/api/annotations_pb.js +51 -0
  150. package/google/api/apikeys/v2/apikeys_grpc_pb.d.ts +61 -0
  151. package/google/api/apikeys/v2/apikeys_grpc_pb.js +302 -0
  152. package/google/api/apikeys/v2/apikeys_grpc_web_pb.d.ts +117 -0
  153. package/google/api/apikeys/v2/apikeys_grpc_web_pb.js +583 -0
  154. package/google/api/apikeys/v2/apikeys_pb.d.ts +253 -0
  155. package/google/api/apikeys/v2/apikeys_pb.js +2070 -0
  156. package/google/api/apikeys/v2/resources_grpc_pb.d.ts +1 -0
  157. package/google/api/apikeys/v2/resources_grpc_pb.js +1 -0
  158. package/google/api/apikeys/v2/resources_pb.d.ts +249 -0
  159. package/google/api/apikeys/v2/resources_pb.js +2063 -0
  160. package/google/api/auth_grpc_pb.d.ts +1 -0
  161. package/google/api/auth_grpc_pb.js +1 -0
  162. package/google/api/auth_pb.d.ts +183 -0
  163. package/google/api/auth_pb.js +1539 -0
  164. package/google/api/backend_grpc_pb.d.ts +1 -0
  165. package/google/api/backend_grpc_pb.js +1 -0
  166. package/google/api/backend_pb.d.ts +88 -0
  167. package/google/api/backend_pb.js +668 -0
  168. package/google/api/billing_grpc_pb.d.ts +1 -0
  169. package/google/api/billing_grpc_pb.js +1 -0
  170. package/google/api/billing_pb.d.ts +49 -0
  171. package/google/api/billing_pb.js +411 -0
  172. package/google/api/client_grpc_pb.d.ts +1 -0
  173. package/google/api/client_grpc_pb.js +1 -0
  174. package/google/api/client_pb.d.ts +402 -0
  175. package/google/api/client_pb.js +3379 -0
  176. package/google/api/config_change_grpc_pb.d.ts +1 -0
  177. package/google/api/config_change_grpc_pb.js +1 -0
  178. package/google/api/config_change_pb.d.ts +64 -0
  179. package/google/api/config_change_pb.js +486 -0
  180. package/google/api/consumer_grpc_pb.d.ts +1 -0
  181. package/google/api/consumer_grpc_pb.js +1 -0
  182. package/google/api/consumer_pb.d.ts +58 -0
  183. package/google/api/consumer_pb.js +427 -0
  184. package/google/api/context_grpc_pb.d.ts +1 -0
  185. package/google/api/context_grpc_pb.js +1 -0
  186. package/google/api/context_pb.d.ts +66 -0
  187. package/google/api/context_pb.js +558 -0
  188. package/google/api/control_grpc_pb.d.ts +1 -0
  189. package/google/api/control_grpc_pb.js +1 -0
  190. package/google/api/control_pb.d.ts +22 -0
  191. package/google/api/control_pb.js +173 -0
  192. package/google/api/distribution_grpc_pb.d.ts +1 -0
  193. package/google/api/distribution_grpc_pb.js +1 -0
  194. package/google/api/distribution_pb.d.ts +227 -0
  195. package/google/api/distribution_pb.js +1796 -0
  196. package/google/api/documentation_grpc_pb.d.ts +1 -0
  197. package/google/api/documentation_grpc_pb.js +1 -0
  198. package/google/api/documentation_pb.d.ts +100 -0
  199. package/google/api/documentation_pb.js +830 -0
  200. package/google/api/endpoint_grpc_pb.d.ts +1 -0
  201. package/google/api/endpoint_grpc_pb.js +1 -0
  202. package/google/api/endpoint_pb.d.ts +36 -0
  203. package/google/api/endpoint_pb.js +289 -0
  204. package/google/api/error_reason_grpc_pb.d.ts +1 -0
  205. package/google/api/error_reason_grpc_pb.js +1 -0
  206. package/google/api/error_reason_pb.d.ts +34 -0
  207. package/google/api/error_reason_pb.js +56 -0
  208. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_pb.d.ts +34 -0
  209. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_pb.js +140 -0
  210. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_web_pb.d.ts +55 -0
  211. package/google/api/expr/conformance/v1alpha1/conformance_service_grpc_web_pb.js +275 -0
  212. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.d.ts +258 -0
  213. package/google/api/expr/conformance/v1alpha1/conformance_service_pb.js +2072 -0
  214. package/google/api/expr/v1alpha1/checked_grpc_pb.d.ts +1 -0
  215. package/google/api/expr/v1alpha1/checked_grpc_pb.js +1 -0
  216. package/google/api/expr/v1alpha1/checked_pb.d.ts +426 -0
  217. package/google/api/expr/v1alpha1/checked_pb.js +3381 -0
  218. package/google/api/expr/v1alpha1/eval_grpc_pb.d.ts +1 -0
  219. package/google/api/expr/v1alpha1/eval_grpc_pb.js +1 -0
  220. package/google/api/expr/v1alpha1/eval_pb.d.ts +136 -0
  221. package/google/api/expr/v1alpha1/eval_pb.js +1104 -0
  222. package/google/api/expr/v1alpha1/explain_grpc_pb.d.ts +1 -0
  223. package/google/api/expr/v1alpha1/explain_grpc_pb.js +1 -0
  224. package/google/api/expr/v1alpha1/explain_pb.d.ts +54 -0
  225. package/google/api/expr/v1alpha1/explain_pb.js +440 -0
  226. package/google/api/expr/v1alpha1/syntax_grpc_pb.d.ts +1 -0
  227. package/google/api/expr/v1alpha1/syntax_grpc_pb.js +1 -0
  228. package/google/api/expr/v1alpha1/syntax_pb.d.ts +474 -0
  229. package/google/api/expr/v1alpha1/syntax_pb.js +3854 -0
  230. package/google/api/expr/v1alpha1/value_grpc_pb.d.ts +1 -0
  231. package/google/api/expr/v1alpha1/value_grpc_pb.js +1 -0
  232. package/google/api/expr/v1alpha1/value_pb.d.ts +185 -0
  233. package/google/api/expr/v1alpha1/value_pb.js +1566 -0
  234. package/google/api/expr/v1beta1/decl_grpc_pb.d.ts +1 -0
  235. package/google/api/expr/v1beta1/decl_grpc_pb.js +1 -0
  236. package/google/api/expr/v1beta1/decl_pb.d.ts +135 -0
  237. package/google/api/expr/v1beta1/decl_pb.js +1093 -0
  238. package/google/api/expr/v1beta1/eval_grpc_pb.d.ts +1 -0
  239. package/google/api/expr/v1beta1/eval_grpc_pb.js +1 -0
  240. package/google/api/expr/v1beta1/eval_pb.d.ts +156 -0
  241. package/google/api/expr/v1beta1/eval_pb.js +1282 -0
  242. package/google/api/expr/v1beta1/expr_grpc_pb.d.ts +1 -0
  243. package/google/api/expr/v1beta1/expr_grpc_pb.js +1 -0
  244. package/google/api/expr/v1beta1/expr_pb.d.ts +387 -0
  245. package/google/api/expr/v1beta1/expr_pb.js +3142 -0
  246. package/google/api/expr/v1beta1/source_grpc_pb.d.ts +1 -0
  247. package/google/api/expr/v1beta1/source_grpc_pb.js +1 -0
  248. package/google/api/expr/v1beta1/source_pb.d.ts +62 -0
  249. package/google/api/expr/v1beta1/source_pb.js +509 -0
  250. package/google/api/expr/v1beta1/value_grpc_pb.d.ts +1 -0
  251. package/google/api/expr/v1beta1/value_grpc_pb.js +1 -0
  252. package/google/api/expr/v1beta1/value_pb.d.ts +185 -0
  253. package/google/api/expr/v1beta1/value_pb.js +1566 -0
  254. package/google/api/field_behavior_grpc_pb.d.ts +1 -0
  255. package/google/api/field_behavior_grpc_pb.js +1 -0
  256. package/google/api/field_behavior_pb.d.ts +15 -0
  257. package/google/api/field_behavior_pb.js +64 -0
  258. package/google/api/http_grpc_pb.d.ts +1 -0
  259. package/google/api/http_grpc_pb.js +1 -0
  260. package/google/api/http_pb.d.ts +120 -0
  261. package/google/api/http_pb.js +1009 -0
  262. package/google/api/httpbody_grpc_pb.d.ts +1 -0
  263. package/google/api/httpbody_grpc_pb.js +1 -0
  264. package/google/api/httpbody_pb.d.ts +35 -0
  265. package/google/api/httpbody_pb.js +289 -0
  266. package/google/api/label_grpc_pb.d.ts +1 -0
  267. package/google/api/label_grpc_pb.js +1 -0
  268. package/google/api/label_pb.d.ts +36 -0
  269. package/google/api/label_pb.js +243 -0
  270. package/google/api/launch_stage_grpc_pb.d.ts +1 -0
  271. package/google/api/launch_stage_grpc_pb.js +1 -0
  272. package/google/api/launch_stage_pb.d.ts +14 -0
  273. package/google/api/launch_stage_pb.js +36 -0
  274. package/google/api/log_grpc_pb.d.ts +1 -0
  275. package/google/api/log_grpc_pb.js +1 -0
  276. package/google/api/log_pb.d.ts +37 -0
  277. package/google/api/log_pb.js +295 -0
  278. package/google/api/logging_grpc_pb.d.ts +1 -0
  279. package/google/api/logging_grpc_pb.js +1 -0
  280. package/google/api/logging_pb.d.ts +55 -0
  281. package/google/api/logging_pb.js +464 -0
  282. package/google/api/metric_grpc_pb.d.ts +1 -0
  283. package/google/api/metric_grpc_pb.js +1 -0
  284. package/google/api/metric_pb.d.ts +141 -0
  285. package/google/api/metric_pb.js +1019 -0
  286. package/google/api/monitored_resource_grpc_pb.d.ts +1 -0
  287. package/google/api/monitored_resource_grpc_pb.js +1 -0
  288. package/google/api/monitored_resource_pb.d.ts +93 -0
  289. package/google/api/monitored_resource_pb.js +762 -0
  290. package/google/api/monitoring_grpc_pb.d.ts +1 -0
  291. package/google/api/monitoring_grpc_pb.js +1 -0
  292. package/google/api/monitoring_pb.d.ts +55 -0
  293. package/google/api/monitoring_pb.js +464 -0
  294. package/google/api/quota_grpc_pb.d.ts +1 -0
  295. package/google/api/quota_grpc_pb.js +1 -0
  296. package/google/api/quota_pb.d.ts +106 -0
  297. package/google/api/quota_pb.js +878 -0
  298. package/google/api/resource_grpc_pb.d.ts +1 -0
  299. package/google/api/resource_grpc_pb.js +1 -0
  300. package/google/api/resource_pb.d.ts +84 -0
  301. package/google/api/resource_pb.js +678 -0
  302. package/google/api/routing_grpc_pb.d.ts +1 -0
  303. package/google/api/routing_grpc_pb.js +1 -0
  304. package/google/api/routing_pb.d.ts +47 -0
  305. package/google/api/routing_pb.js +413 -0
  306. package/google/api/service_grpc_pb.d.ts +1 -0
  307. package/google/api/service_grpc_pb.js +1 -0
  308. package/google/api/service_pb.d.ts +187 -0
  309. package/google/api/service_pb.js +1448 -0
  310. package/google/api/servicecontrol/v1/check_error_grpc_pb.d.ts +1 -0
  311. package/google/api/servicecontrol/v1/check_error_grpc_pb.js +1 -0
  312. package/google/api/servicecontrol/v1/check_error_pb.d.ts +61 -0
  313. package/google/api/servicecontrol/v1/check_error_pb.js +314 -0
  314. package/google/api/servicecontrol/v1/distribution_grpc_pb.d.ts +1 -0
  315. package/google/api/servicecontrol/v1/distribution_grpc_pb.js +1 -0
  316. package/google/api/servicecontrol/v1/distribution_pb.d.ts +153 -0
  317. package/google/api/servicecontrol/v1/distribution_pb.js +1185 -0
  318. package/google/api/servicecontrol/v1/http_request_grpc_pb.d.ts +1 -0
  319. package/google/api/servicecontrol/v1/http_request_grpc_pb.js +1 -0
  320. package/google/api/servicecontrol/v1/http_request_pb.d.ts +81 -0
  321. package/google/api/servicecontrol/v1/http_request_pb.js +616 -0
  322. package/google/api/servicecontrol/v1/log_entry_grpc_pb.d.ts +1 -0
  323. package/google/api/servicecontrol/v1/log_entry_grpc_pb.js +1 -0
  324. package/google/api/servicecontrol/v1/log_entry_pb.d.ts +148 -0
  325. package/google/api/servicecontrol/v1/log_entry_pb.js +1148 -0
  326. package/google/api/servicecontrol/v1/metric_value_grpc_pb.d.ts +1 -0
  327. package/google/api/servicecontrol/v1/metric_value_grpc_pb.js +1 -0
  328. package/google/api/servicecontrol/v1/metric_value_pb.d.ts +93 -0
  329. package/google/api/servicecontrol/v1/metric_value_pb.js +773 -0
  330. package/google/api/servicecontrol/v1/operation_grpc_pb.d.ts +1 -0
  331. package/google/api/servicecontrol/v1/operation_grpc_pb.js +1 -0
  332. package/google/api/servicecontrol/v1/operation_pb.d.ts +77 -0
  333. package/google/api/servicecontrol/v1/operation_pb.js +587 -0
  334. package/google/api/servicecontrol/v1/quota_controller_grpc_pb.d.ts +24 -0
  335. package/google/api/servicecontrol/v1/quota_controller_grpc_pb.js +78 -0
  336. package/google/api/servicecontrol/v1/quota_controller_grpc_web_pb.d.ts +31 -0
  337. package/google/api/servicecontrol/v1/quota_controller_grpc_web_pb.js +150 -0
  338. package/google/api/servicecontrol/v1/quota_controller_pb.d.ts +160 -0
  339. package/google/api/servicecontrol/v1/quota_controller_pb.js +1187 -0
  340. package/google/api/servicecontrol/v1/service_controller_grpc_pb.d.ts +29 -0
  341. package/google/api/servicecontrol/v1/service_controller_grpc_pb.js +133 -0
  342. package/google/api/servicecontrol/v1/service_controller_grpc_web_pb.d.ts +43 -0
  343. package/google/api/servicecontrol/v1/service_controller_grpc_web_pb.js +213 -0
  344. package/google/api/servicecontrol/v1/service_controller_pb.d.ts +218 -0
  345. package/google/api/servicecontrol/v1/service_controller_pb.js +1727 -0
  346. package/google/api/servicecontrol/v2/service_controller_grpc_pb.d.ts +29 -0
  347. package/google/api/servicecontrol/v2/service_controller_grpc_pb.js +144 -0
  348. package/google/api/servicecontrol/v2/service_controller_grpc_web_pb.d.ts +43 -0
  349. package/google/api/servicecontrol/v2/service_controller_grpc_web_pb.js +211 -0
  350. package/google/api/servicecontrol/v2/service_controller_pb.d.ts +146 -0
  351. package/google/api/servicecontrol/v2/service_controller_pb.js +1201 -0
  352. package/google/api/servicemanagement/v1/resources_grpc_pb.d.ts +1 -0
  353. package/google/api/servicemanagement/v1/resources_grpc_pb.js +1 -0
  354. package/google/api/servicemanagement/v1/resources_pb.d.ts +327 -0
  355. package/google/api/servicemanagement/v1/resources_pb.js +2452 -0
  356. package/google/api/servicemanagement/v1/servicemanager_grpc_pb.d.ts +87 -0
  357. package/google/api/servicemanagement/v1/servicemanager_grpc_pb.js +495 -0
  358. package/google/api/servicemanagement/v1/servicemanager_grpc_web_pb.d.ts +178 -0
  359. package/google/api/servicemanagement/v1/servicemanager_grpc_web_pb.js +888 -0
  360. package/google/api/servicemanagement/v1/servicemanager_pb.d.ts +472 -0
  361. package/google/api/servicemanagement/v1/servicemanager_pb.js +3903 -0
  362. package/google/api/serviceusage/v1/resources_grpc_pb.d.ts +1 -0
  363. package/google/api/serviceusage/v1/resources_grpc_pb.js +1 -0
  364. package/google/api/serviceusage/v1/resources_pb.d.ts +139 -0
  365. package/google/api/serviceusage/v1/resources_pb.js +1091 -0
  366. package/google/api/serviceusage/v1/serviceusage_grpc_pb.d.ts +51 -0
  367. package/google/api/serviceusage/v1/serviceusage_grpc_pb.js +238 -0
  368. package/google/api/serviceusage/v1/serviceusage_grpc_web_pb.d.ts +93 -0
  369. package/google/api/serviceusage/v1/serviceusage_grpc_web_pb.js +455 -0
  370. package/google/api/serviceusage/v1/serviceusage_pb.d.ts +287 -0
  371. package/google/api/serviceusage/v1/serviceusage_pb.js +2370 -0
  372. package/google/api/serviceusage/v1beta1/resources_grpc_pb.d.ts +1 -0
  373. package/google/api/serviceusage/v1beta1/resources_grpc_pb.js +1 -0
  374. package/google/api/serviceusage/v1beta1/resources_pb.d.ts +393 -0
  375. package/google/api/serviceusage/v1beta1/resources_pb.js +3158 -0
  376. package/google/api/serviceusage/v1beta1/serviceusage_grpc_pb.d.ts +116 -0
  377. package/google/api/serviceusage/v1beta1/serviceusage_grpc_pb.js +594 -0
  378. package/google/api/serviceusage/v1beta1/serviceusage_grpc_web_pb.d.ts +249 -0
  379. package/google/api/serviceusage/v1beta1/serviceusage_grpc_web_pb.js +1250 -0
  380. package/google/api/serviceusage/v1beta1/serviceusage_pb.d.ts +870 -0
  381. package/google/api/serviceusage/v1beta1/serviceusage_pb.js +7306 -0
  382. package/google/api/source_info_grpc_pb.d.ts +1 -0
  383. package/google/api/source_info_grpc_pb.js +1 -0
  384. package/google/api/source_info_pb.d.ts +25 -0
  385. package/google/api/source_info_pb.js +205 -0
  386. package/google/api/system_parameter_grpc_pb.d.ts +1 -0
  387. package/google/api/system_parameter_grpc_pb.js +1 -0
  388. package/google/api/system_parameter_pb.d.ts +74 -0
  389. package/google/api/system_parameter_pb.js +627 -0
  390. package/google/api/usage_grpc_pb.d.ts +1 -0
  391. package/google/api/usage_grpc_pb.js +1 -0
  392. package/google/api/usage_pb.d.ts +60 -0
  393. package/google/api/usage_pb.js +494 -0
  394. package/google/api/visibility_grpc_pb.d.ts +1 -0
  395. package/google/api/visibility_grpc_pb.js +1 -0
  396. package/google/api/visibility_pb.d.ts +47 -0
  397. package/google/api/visibility_pb.js +543 -0
  398. package/google/iam/admin/v1/audit_data_grpc_pb.d.ts +1 -0
  399. package/google/iam/admin/v1/audit_data_grpc_pb.js +1 -0
  400. package/google/iam/admin/v1/audit_data_pb.d.ts +51 -0
  401. package/google/iam/admin/v1/audit_data_pb.js +421 -0
  402. package/google/iam/admin/v1/iam_grpc_pb.d.ts +177 -0
  403. package/google/iam/admin/v1/iam_grpc_pb.js +1071 -0
  404. package/google/iam/admin/v1/iam_grpc_web_pb.d.ts +394 -0
  405. package/google/iam/admin/v1/iam_grpc_web_pb.js +1992 -0
  406. package/google/iam/admin/v1/iam_pb.d.ts +1194 -0
  407. package/google/iam/admin/v1/iam_pb.js +9475 -0
  408. package/google/iam/credentials/v1/common_grpc_pb.d.ts +1 -0
  409. package/google/iam/credentials/v1/common_grpc_pb.js +1 -0
  410. package/google/iam/credentials/v1/common_pb.d.ts +222 -0
  411. package/google/iam/credentials/v1/common_pb.js +1848 -0
  412. package/google/iam/credentials/v1/iamcredentials_grpc_pb.d.ts +40 -0
  413. package/google/iam/credentials/v1/iamcredentials_grpc_pb.js +173 -0
  414. package/google/iam/credentials/v1/iamcredentials_grpc_web_pb.d.ts +67 -0
  415. package/google/iam/credentials/v1/iamcredentials_grpc_web_pb.js +331 -0
  416. package/google/iam/credentials/v1/iamcredentials_pb.d.ts +7 -0
  417. package/google/iam/credentials/v1/iamcredentials_pb.js +26 -0
  418. package/google/iam/v1/iam_policy_grpc_pb.d.ts +35 -0
  419. package/google/iam/v1/iam_policy_grpc_pb.js +161 -0
  420. package/google/iam/v1/iam_policy_grpc_web_pb.d.ts +56 -0
  421. package/google/iam/v1/iam_policy_grpc_web_pb.js +277 -0
  422. package/google/iam/v1/iam_policy_pb.d.ts +109 -0
  423. package/google/iam/v1/iam_policy_pb.js +878 -0
  424. package/google/iam/v1/logging/audit_data_grpc_pb.d.ts +1 -0
  425. package/google/iam/v1/logging/audit_data_grpc_pb.js +1 -0
  426. package/google/iam/v1/logging/audit_data_pb.d.ts +25 -0
  427. package/google/iam/v1/logging/audit_data_pb.js +196 -0
  428. package/google/iam/v1/options_grpc_pb.d.ts +1 -0
  429. package/google/iam/v1/options_grpc_pb.js +1 -0
  430. package/google/iam/v1/options_pb.d.ts +22 -0
  431. package/google/iam/v1/options_pb.js +173 -0
  432. package/google/iam/v1/policy_grpc_pb.d.ts +1 -0
  433. package/google/iam/v1/policy_grpc_pb.js +1 -0
  434. package/google/iam/v1/policy_pb.d.ts +226 -0
  435. package/google/iam/v1/policy_pb.js +1792 -0
  436. package/google/iam/v1beta/workload_identity_pool_grpc_pb.d.ts +80 -0
  437. package/google/iam/v1beta/workload_identity_pool_grpc_pb.js +402 -0
  438. package/google/iam/v1beta/workload_identity_pool_grpc_web_pb.d.ts +164 -0
  439. package/google/iam/v1beta/workload_identity_pool_grpc_web_pb.js +824 -0
  440. package/google/iam/v1beta/workload_identity_pool_pb.d.ts +514 -0
  441. package/google/iam/v1beta/workload_identity_pool_pb.js +4135 -0
  442. package/google/iam/v2/deny_grpc_pb.d.ts +1 -0
  443. package/google/iam/v2/deny_grpc_pb.js +1 -0
  444. package/google/iam/v2/deny_pb.d.ts +49 -0
  445. package/google/iam/v2/deny_pb.js +399 -0
  446. package/google/iam/v2/policy_grpc_pb.d.ts +45 -0
  447. package/google/iam/v2/policy_grpc_pb.js +195 -0
  448. package/google/iam/v2/policy_grpc_web_pb.d.ts +80 -0
  449. package/google/iam/v2/policy_grpc_web_pb.js +397 -0
  450. package/google/iam/v2/policy_pb.d.ts +265 -0
  451. package/google/iam/v2/policy_pb.js +2153 -0
  452. package/google/iam/v2beta/deny_grpc_pb.d.ts +1 -0
  453. package/google/iam/v2beta/deny_grpc_pb.js +1 -0
  454. package/google/iam/v2beta/deny_pb.d.ts +49 -0
  455. package/google/iam/v2beta/deny_pb.js +399 -0
  456. package/google/iam/v2beta/policy_grpc_pb.d.ts +45 -0
  457. package/google/iam/v2beta/policy_grpc_pb.js +195 -0
  458. package/google/iam/v2beta/policy_grpc_web_pb.d.ts +80 -0
  459. package/google/iam/v2beta/policy_grpc_web_pb.js +397 -0
  460. package/google/iam/v2beta/policy_pb.d.ts +261 -0
  461. package/google/iam/v2beta/policy_pb.js +2123 -0
  462. package/google/logging/type/http_request_grpc_pb.d.ts +1 -0
  463. package/google/logging/type/http_request_grpc_pb.js +1 -0
  464. package/google/logging/type/http_request_pb.d.ts +81 -0
  465. package/google/logging/type/http_request_pb.js +616 -0
  466. package/google/logging/type/log_severity_grpc_pb.d.ts +1 -0
  467. package/google/logging/type/log_severity_grpc_pb.js +1 -0
  468. package/google/logging/type/log_severity_pb.d.ts +15 -0
  469. package/google/logging/type/log_severity_pb.js +37 -0
  470. package/google/logging/v2/log_entry_grpc_pb.d.ts +1 -0
  471. package/google/logging/v2/log_entry_grpc_pb.js +1 -0
  472. package/google/logging/v2/log_entry_pb.d.ts +203 -0
  473. package/google/logging/v2/log_entry_pb.js +1579 -0
  474. package/google/logging/v2/logging_config_grpc_pb.d.ts +151 -0
  475. package/google/logging/v2/logging_config_grpc_pb.js +846 -0
  476. package/google/logging/v2/logging_config_grpc_web_pb.d.ts +333 -0
  477. package/google/logging/v2/logging_config_grpc_web_pb.js +1682 -0
  478. package/google/logging/v2/logging_config_pb.d.ts +1111 -0
  479. package/google/logging/v2/logging_config_pb.js +9060 -0
  480. package/google/logging/v2/logging_grpc_pb.d.ts +49 -0
  481. package/google/logging/v2/logging_grpc_pb.js +254 -0
  482. package/google/logging/v2/logging_grpc_web_pb.d.ts +80 -0
  483. package/google/logging/v2/logging_grpc_web_pb.js +403 -0
  484. package/google/logging/v2/logging_metrics_grpc_pb.d.ts +45 -0
  485. package/google/logging/v2/logging_metrics_grpc_pb.js +183 -0
  486. package/google/logging/v2/logging_metrics_grpc_web_pb.d.ts +80 -0
  487. package/google/logging/v2/logging_metrics_grpc_web_pb.js +401 -0
  488. package/google/logging/v2/logging_metrics_pb.d.ts +217 -0
  489. package/google/logging/v2/logging_metrics_pb.js +1725 -0
  490. package/google/logging/v2/logging_pb.d.ts +352 -0
  491. package/google/logging/v2/logging_pb.js +2904 -0
  492. package/google/longrunning/operations_grpc_pb.d.ts +45 -0
  493. package/google/longrunning/operations_grpc_pb.js +221 -0
  494. package/google/longrunning/operations_grpc_web_pb.d.ts +80 -0
  495. package/google/longrunning/operations_grpc_web_pb.js +398 -0
  496. package/google/longrunning/operations_pb.d.ts +213 -0
  497. package/google/longrunning/operations_pb.js +1718 -0
  498. package/google/protobuf/any_grpc_pb.d.ts +1 -0
  499. package/google/protobuf/any_grpc_pb.js +1 -0
  500. package/google/protobuf/any_pb.d.ts +28 -0
  501. package/google/protobuf/any_pb.js +278 -0
  502. package/google/protobuf/api_grpc_pb.d.ts +1 -0
  503. package/google/protobuf/api_grpc_pb.js +1 -0
  504. package/google/protobuf/api_pb.d.ts +122 -0
  505. package/google/protobuf/api_pb.js +998 -0
  506. package/google/protobuf/descriptor_grpc_pb.d.ts +1 -0
  507. package/google/protobuf/descriptor_grpc_pb.js +1 -0
  508. package/google/protobuf/descriptor_pb.d.ts +1626 -0
  509. package/google/protobuf/descriptor_pb.js +13251 -0
  510. package/google/protobuf/duration_grpc_pb.d.ts +1 -0
  511. package/google/protobuf/duration_grpc_pb.js +1 -0
  512. package/google/protobuf/duration_pb.d.ts +26 -0
  513. package/google/protobuf/duration_pb.js +203 -0
  514. package/google/protobuf/empty_grpc_pb.d.ts +1 -0
  515. package/google/protobuf/empty_grpc_pb.js +1 -0
  516. package/google/protobuf/empty_pb.d.ts +18 -0
  517. package/google/protobuf/empty_pb.js +144 -0
  518. package/google/protobuf/field_mask_grpc_pb.d.ts +1 -0
  519. package/google/protobuf/field_mask_grpc_pb.js +1 -0
  520. package/google/protobuf/field_mask_pb.d.ts +24 -0
  521. package/google/protobuf/field_mask_pb.js +199 -0
  522. package/google/protobuf/source_context_grpc_pb.d.ts +1 -0
  523. package/google/protobuf/source_context_grpc_pb.js +1 -0
  524. package/google/protobuf/source_context_pb.d.ts +22 -0
  525. package/google/protobuf/source_context_pb.js +173 -0
  526. package/google/protobuf/struct_grpc_pb.d.ts +1 -0
  527. package/google/protobuf/struct_grpc_pb.js +1 -0
  528. package/google/protobuf/struct_pb.d.ts +99 -0
  529. package/google/protobuf/struct_pb.js +958 -0
  530. package/google/protobuf/timestamp_grpc_pb.d.ts +1 -0
  531. package/google/protobuf/timestamp_grpc_pb.js +1 -0
  532. package/google/protobuf/timestamp_pb.d.ts +26 -0
  533. package/google/protobuf/timestamp_pb.js +239 -0
  534. package/google/protobuf/type_grpc_pb.d.ts +1 -0
  535. package/google/protobuf/type_grpc_pb.js +1 -0
  536. package/google/protobuf/type_pb.d.ts +242 -0
  537. package/google/protobuf/type_pb.js +1770 -0
  538. package/google/protobuf/wrappers_grpc_pb.d.ts +1 -0
  539. package/google/protobuf/wrappers_grpc_pb.js +1 -0
  540. package/google/protobuf/wrappers_pb.d.ts +168 -0
  541. package/google/protobuf/wrappers_pb.js +1413 -0
  542. package/google/rpc/code_grpc_pb.d.ts +1 -0
  543. package/google/rpc/code_grpc_pb.js +1 -0
  544. package/google/rpc/code_pb.d.ts +23 -0
  545. package/google/rpc/code_pb.js +45 -0
  546. package/google/rpc/context/attribute_context_grpc_pb.d.ts +1 -0
  547. package/google/rpc/context/attribute_context_grpc_pb.js +1 -0
  548. package/google/rpc/context/attribute_context_pb.d.ts +352 -0
  549. package/google/rpc/context/attribute_context_pb.js +2848 -0
  550. package/google/rpc/context/audit_context_grpc_pb.d.ts +1 -0
  551. package/google/rpc/context/audit_context_grpc_pb.js +1 -0
  552. package/google/rpc/context/audit_context_pb.d.ts +45 -0
  553. package/google/rpc/context/audit_context_pb.js +361 -0
  554. package/google/rpc/error_details_grpc_pb.d.ts +1 -0
  555. package/google/rpc/error_details_grpc_pb.js +1 -0
  556. package/google/rpc/error_details_pb.d.ts +325 -0
  557. package/google/rpc/error_details_pb.js +2717 -0
  558. package/google/rpc/http_grpc_pb.d.ts +1 -0
  559. package/google/rpc/http_grpc_pb.js +1 -0
  560. package/google/rpc/http_pb.d.ts +94 -0
  561. package/google/rpc/http_pb.js +795 -0
  562. package/google/rpc/status_grpc_pb.d.ts +1 -0
  563. package/google/rpc/status_grpc_pb.js +1 -0
  564. package/google/rpc/status_pb.d.ts +33 -0
  565. package/google/rpc/status_pb.js +265 -0
  566. package/google/type/calendar_period_grpc_pb.d.ts +1 -0
  567. package/google/type/calendar_period_grpc_pb.js +1 -0
  568. package/google/type/calendar_period_pb.d.ts +14 -0
  569. package/google/type/calendar_period_pb.js +36 -0
  570. package/google/type/color_grpc_pb.d.ts +1 -0
  571. package/google/type/color_grpc_pb.js +1 -0
  572. package/google/type/color_pb.d.ts +37 -0
  573. package/google/type/color_pb.js +286 -0
  574. package/google/type/date_grpc_pb.d.ts +1 -0
  575. package/google/type/date_grpc_pb.js +1 -0
  576. package/google/type/date_pb.d.ts +30 -0
  577. package/google/type/date_pb.js +233 -0
  578. package/google/type/datetime_grpc_pb.d.ts +1 -0
  579. package/google/type/datetime_grpc_pb.js +1 -0
  580. package/google/type/datetime_pb.d.ts +89 -0
  581. package/google/type/datetime_pb.js +666 -0
  582. package/google/type/dayofweek_grpc_pb.d.ts +1 -0
  583. package/google/type/dayofweek_grpc_pb.js +1 -0
  584. package/google/type/dayofweek_pb.d.ts +14 -0
  585. package/google/type/dayofweek_pb.js +36 -0
  586. package/google/type/decimal_grpc_pb.d.ts +1 -0
  587. package/google/type/decimal_grpc_pb.js +1 -0
  588. package/google/type/decimal_pb.d.ts +22 -0
  589. package/google/type/decimal_pb.js +173 -0
  590. package/google/type/expr_grpc_pb.d.ts +1 -0
  591. package/google/type/expr_grpc_pb.js +1 -0
  592. package/google/type/expr_pb.d.ts +34 -0
  593. package/google/type/expr_pb.js +263 -0
  594. package/google/type/fraction_grpc_pb.d.ts +1 -0
  595. package/google/type/fraction_grpc_pb.js +1 -0
  596. package/google/type/fraction_pb.d.ts +26 -0
  597. package/google/type/fraction_pb.js +203 -0
  598. package/google/type/interval_grpc_pb.d.ts +1 -0
  599. package/google/type/interval_grpc_pb.js +1 -0
  600. package/google/type/interval_pb.d.ts +31 -0
  601. package/google/type/interval_pb.js +247 -0
  602. package/google/type/latlng_grpc_pb.d.ts +1 -0
  603. package/google/type/latlng_grpc_pb.js +1 -0
  604. package/google/type/latlng_pb.d.ts +26 -0
  605. package/google/type/latlng_pb.js +203 -0
  606. package/google/type/localized_text_grpc_pb.d.ts +1 -0
  607. package/google/type/localized_text_grpc_pb.js +1 -0
  608. package/google/type/localized_text_pb.d.ts +26 -0
  609. package/google/type/localized_text_pb.js +203 -0
  610. package/google/type/money_grpc_pb.d.ts +1 -0
  611. package/google/type/money_grpc_pb.js +1 -0
  612. package/google/type/money_pb.d.ts +30 -0
  613. package/google/type/money_pb.js +233 -0
  614. package/google/type/month_grpc_pb.d.ts +1 -0
  615. package/google/type/month_grpc_pb.js +1 -0
  616. package/google/type/month_pb.d.ts +19 -0
  617. package/google/type/month_pb.js +41 -0
  618. package/google/type/phone_number_grpc_pb.d.ts +1 -0
  619. package/google/type/phone_number_grpc_pb.js +1 -0
  620. package/google/type/phone_number_pb.d.ts +63 -0
  621. package/google/type/phone_number_pb.js +481 -0
  622. package/google/type/postal_address_grpc_pb.d.ts +1 -0
  623. package/google/type/postal_address_grpc_pb.js +1 -0
  624. package/google/type/postal_address_pb.d.ts +66 -0
  625. package/google/type/postal_address_pb.js +518 -0
  626. package/google/type/quaternion_grpc_pb.d.ts +1 -0
  627. package/google/type/quaternion_grpc_pb.js +1 -0
  628. package/google/type/quaternion_pb.d.ts +34 -0
  629. package/google/type/quaternion_pb.js +263 -0
  630. package/google/type/timeofday_grpc_pb.d.ts +1 -0
  631. package/google/type/timeofday_grpc_pb.js +1 -0
  632. package/google/type/timeofday_pb.d.ts +34 -0
  633. package/google/type/timeofday_pb.js +263 -0
  634. package/lf/a2a/v1/a2a_grpc_pb.d.ts +73 -0
  635. package/lf/a2a/v1/a2a_grpc_pb.js +345 -0
  636. package/lf/a2a/v1/a2a_grpc_web_pb.d.ts +148 -0
  637. package/lf/a2a/v1/a2a_grpc_web_pb.js +753 -0
  638. package/lf/a2a/v1/a2a_pb.d.ts +1594 -0
  639. package/lf/a2a/v1/a2a_pb.js +12570 -0
  640. package/package.json +8 -0
@@ -0,0 +1,3854 @@
1
+ // source: google/api/expr/v1alpha1/syntax.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 = globalThis;
17
+
18
+ var google_protobuf_duration_pb = require('google-protobuf/google/protobuf/duration_pb.js');
19
+ goog.object.extend(proto, google_protobuf_duration_pb);
20
+ var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
21
+ goog.object.extend(proto, google_protobuf_struct_pb);
22
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
23
+ goog.object.extend(proto, google_protobuf_timestamp_pb);
24
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Constant', null, global);
25
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Constant.ConstantKindCase', null, global);
26
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr', null, global);
27
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.Call', null, global);
28
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.Comprehension', null, global);
29
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.CreateList', null, global);
30
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.CreateStruct', null, global);
31
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry', null, global);
32
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase', null, global);
33
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.ExprKindCase', null, global);
34
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.Ident', null, global);
35
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.Expr.Select', null, global);
36
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.ParsedExpr', null, global);
37
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.SourceInfo', null, global);
38
+ goog.exportSymbol('proto.google.api.expr.v1alpha1.SourcePosition', 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.google.api.expr.v1alpha1.ParsedExpr = function(opt_data) {
50
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
51
+ };
52
+ goog.inherits(proto.google.api.expr.v1alpha1.ParsedExpr, jspb.Message);
53
+ if (goog.DEBUG && !COMPILED) {
54
+ /**
55
+ * @public
56
+ * @override
57
+ */
58
+ proto.google.api.expr.v1alpha1.ParsedExpr.displayName = 'proto.google.api.expr.v1alpha1.ParsedExpr';
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.google.api.expr.v1alpha1.Expr = function(opt_data) {
71
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.google.api.expr.v1alpha1.Expr.oneofGroups_);
72
+ };
73
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr, jspb.Message);
74
+ if (goog.DEBUG && !COMPILED) {
75
+ /**
76
+ * @public
77
+ * @override
78
+ */
79
+ proto.google.api.expr.v1alpha1.Expr.displayName = 'proto.google.api.expr.v1alpha1.Expr';
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.google.api.expr.v1alpha1.Expr.Ident = function(opt_data) {
92
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
93
+ };
94
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr.Ident, jspb.Message);
95
+ if (goog.DEBUG && !COMPILED) {
96
+ /**
97
+ * @public
98
+ * @override
99
+ */
100
+ proto.google.api.expr.v1alpha1.Expr.Ident.displayName = 'proto.google.api.expr.v1alpha1.Expr.Ident';
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.google.api.expr.v1alpha1.Expr.Select = function(opt_data) {
113
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
114
+ };
115
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr.Select, jspb.Message);
116
+ if (goog.DEBUG && !COMPILED) {
117
+ /**
118
+ * @public
119
+ * @override
120
+ */
121
+ proto.google.api.expr.v1alpha1.Expr.Select.displayName = 'proto.google.api.expr.v1alpha1.Expr.Select';
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.google.api.expr.v1alpha1.Expr.Call = function(opt_data) {
134
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.v1alpha1.Expr.Call.repeatedFields_, null);
135
+ };
136
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr.Call, jspb.Message);
137
+ if (goog.DEBUG && !COMPILED) {
138
+ /**
139
+ * @public
140
+ * @override
141
+ */
142
+ proto.google.api.expr.v1alpha1.Expr.Call.displayName = 'proto.google.api.expr.v1alpha1.Expr.Call';
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.google.api.expr.v1alpha1.Expr.CreateList = function(opt_data) {
155
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.v1alpha1.Expr.CreateList.repeatedFields_, null);
156
+ };
157
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr.CreateList, jspb.Message);
158
+ if (goog.DEBUG && !COMPILED) {
159
+ /**
160
+ * @public
161
+ * @override
162
+ */
163
+ proto.google.api.expr.v1alpha1.Expr.CreateList.displayName = 'proto.google.api.expr.v1alpha1.Expr.CreateList';
164
+ }
165
+ /**
166
+ * Generated by JsPbCodeGenerator.
167
+ * @param {Array=} opt_data Optional initial data array, typically from a
168
+ * server response, or constructed directly in Javascript. The array is used
169
+ * in place and becomes part of the constructed object. It is not cloned.
170
+ * If no data is provided, the constructed object will be empty, but still
171
+ * valid.
172
+ * @extends {jspb.Message}
173
+ * @constructor
174
+ */
175
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct = function(opt_data) {
176
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.v1alpha1.Expr.CreateStruct.repeatedFields_, null);
177
+ };
178
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr.CreateStruct, jspb.Message);
179
+ if (goog.DEBUG && !COMPILED) {
180
+ /**
181
+ * @public
182
+ * @override
183
+ */
184
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.displayName = 'proto.google.api.expr.v1alpha1.Expr.CreateStruct';
185
+ }
186
+ /**
187
+ * Generated by JsPbCodeGenerator.
188
+ * @param {Array=} opt_data Optional initial data array, typically from a
189
+ * server response, or constructed directly in Javascript. The array is used
190
+ * in place and becomes part of the constructed object. It is not cloned.
191
+ * If no data is provided, the constructed object will be empty, but still
192
+ * valid.
193
+ * @extends {jspb.Message}
194
+ * @constructor
195
+ */
196
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry = function(opt_data) {
197
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.oneofGroups_);
198
+ };
199
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry, jspb.Message);
200
+ if (goog.DEBUG && !COMPILED) {
201
+ /**
202
+ * @public
203
+ * @override
204
+ */
205
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.displayName = 'proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry';
206
+ }
207
+ /**
208
+ * Generated by JsPbCodeGenerator.
209
+ * @param {Array=} opt_data Optional initial data array, typically from a
210
+ * server response, or constructed directly in Javascript. The array is used
211
+ * in place and becomes part of the constructed object. It is not cloned.
212
+ * If no data is provided, the constructed object will be empty, but still
213
+ * valid.
214
+ * @extends {jspb.Message}
215
+ * @constructor
216
+ */
217
+ proto.google.api.expr.v1alpha1.Expr.Comprehension = function(opt_data) {
218
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
219
+ };
220
+ goog.inherits(proto.google.api.expr.v1alpha1.Expr.Comprehension, jspb.Message);
221
+ if (goog.DEBUG && !COMPILED) {
222
+ /**
223
+ * @public
224
+ * @override
225
+ */
226
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.displayName = 'proto.google.api.expr.v1alpha1.Expr.Comprehension';
227
+ }
228
+ /**
229
+ * Generated by JsPbCodeGenerator.
230
+ * @param {Array=} opt_data Optional initial data array, typically from a
231
+ * server response, or constructed directly in Javascript. The array is used
232
+ * in place and becomes part of the constructed object. It is not cloned.
233
+ * If no data is provided, the constructed object will be empty, but still
234
+ * valid.
235
+ * @extends {jspb.Message}
236
+ * @constructor
237
+ */
238
+ proto.google.api.expr.v1alpha1.Constant = function(opt_data) {
239
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.google.api.expr.v1alpha1.Constant.oneofGroups_);
240
+ };
241
+ goog.inherits(proto.google.api.expr.v1alpha1.Constant, jspb.Message);
242
+ if (goog.DEBUG && !COMPILED) {
243
+ /**
244
+ * @public
245
+ * @override
246
+ */
247
+ proto.google.api.expr.v1alpha1.Constant.displayName = 'proto.google.api.expr.v1alpha1.Constant';
248
+ }
249
+ /**
250
+ * Generated by JsPbCodeGenerator.
251
+ * @param {Array=} opt_data Optional initial data array, typically from a
252
+ * server response, or constructed directly in Javascript. The array is used
253
+ * in place and becomes part of the constructed object. It is not cloned.
254
+ * If no data is provided, the constructed object will be empty, but still
255
+ * valid.
256
+ * @extends {jspb.Message}
257
+ * @constructor
258
+ */
259
+ proto.google.api.expr.v1alpha1.SourceInfo = function(opt_data) {
260
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.v1alpha1.SourceInfo.repeatedFields_, null);
261
+ };
262
+ goog.inherits(proto.google.api.expr.v1alpha1.SourceInfo, jspb.Message);
263
+ if (goog.DEBUG && !COMPILED) {
264
+ /**
265
+ * @public
266
+ * @override
267
+ */
268
+ proto.google.api.expr.v1alpha1.SourceInfo.displayName = 'proto.google.api.expr.v1alpha1.SourceInfo';
269
+ }
270
+ /**
271
+ * Generated by JsPbCodeGenerator.
272
+ * @param {Array=} opt_data Optional initial data array, typically from a
273
+ * server response, or constructed directly in Javascript. The array is used
274
+ * in place and becomes part of the constructed object. It is not cloned.
275
+ * If no data is provided, the constructed object will be empty, but still
276
+ * valid.
277
+ * @extends {jspb.Message}
278
+ * @constructor
279
+ */
280
+ proto.google.api.expr.v1alpha1.SourcePosition = function(opt_data) {
281
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
282
+ };
283
+ goog.inherits(proto.google.api.expr.v1alpha1.SourcePosition, jspb.Message);
284
+ if (goog.DEBUG && !COMPILED) {
285
+ /**
286
+ * @public
287
+ * @override
288
+ */
289
+ proto.google.api.expr.v1alpha1.SourcePosition.displayName = 'proto.google.api.expr.v1alpha1.SourcePosition';
290
+ }
291
+
292
+
293
+
294
+ if (jspb.Message.GENERATE_TO_OBJECT) {
295
+ /**
296
+ * Creates an object representation of this proto.
297
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
298
+ * Optional fields that are not set will be set to undefined.
299
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
300
+ * For the list of reserved names please see:
301
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
302
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
303
+ * JSPB instance for transitional soy proto support:
304
+ * http://goto/soy-param-migration
305
+ * @return {!Object}
306
+ */
307
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.toObject = function(opt_includeInstance) {
308
+ return proto.google.api.expr.v1alpha1.ParsedExpr.toObject(opt_includeInstance, this);
309
+ };
310
+
311
+
312
+ /**
313
+ * Static version of the {@see toObject} method.
314
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
315
+ * the JSPB instance for transitional soy proto support:
316
+ * http://goto/soy-param-migration
317
+ * @param {!proto.google.api.expr.v1alpha1.ParsedExpr} msg The msg instance to transform.
318
+ * @return {!Object}
319
+ * @suppress {unusedLocalVariables} f is only used for nested messages
320
+ */
321
+ proto.google.api.expr.v1alpha1.ParsedExpr.toObject = function(includeInstance, msg) {
322
+ var f, obj = {
323
+ expr: (f = msg.getExpr()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
324
+ sourceInfo: (f = msg.getSourceInfo()) && proto.google.api.expr.v1alpha1.SourceInfo.toObject(includeInstance, f)
325
+ };
326
+
327
+ if (includeInstance) {
328
+ obj.$jspbMessageInstance = msg;
329
+ }
330
+ return obj;
331
+ };
332
+ }
333
+
334
+
335
+ /**
336
+ * Deserializes binary data (in protobuf wire format).
337
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
338
+ * @return {!proto.google.api.expr.v1alpha1.ParsedExpr}
339
+ */
340
+ proto.google.api.expr.v1alpha1.ParsedExpr.deserializeBinary = function(bytes) {
341
+ var reader = new jspb.BinaryReader(bytes);
342
+ var msg = new proto.google.api.expr.v1alpha1.ParsedExpr;
343
+ return proto.google.api.expr.v1alpha1.ParsedExpr.deserializeBinaryFromReader(msg, reader);
344
+ };
345
+
346
+
347
+ /**
348
+ * Deserializes binary data (in protobuf wire format) from the
349
+ * given reader into the given message object.
350
+ * @param {!proto.google.api.expr.v1alpha1.ParsedExpr} msg The message object to deserialize into.
351
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
352
+ * @return {!proto.google.api.expr.v1alpha1.ParsedExpr}
353
+ */
354
+ proto.google.api.expr.v1alpha1.ParsedExpr.deserializeBinaryFromReader = function(msg, reader) {
355
+ while (reader.nextField()) {
356
+ if (reader.isEndGroup()) {
357
+ break;
358
+ }
359
+ var field = reader.getFieldNumber();
360
+ switch (field) {
361
+ case 2:
362
+ var value = new proto.google.api.expr.v1alpha1.Expr;
363
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
364
+ msg.setExpr(value);
365
+ break;
366
+ case 3:
367
+ var value = new proto.google.api.expr.v1alpha1.SourceInfo;
368
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.SourceInfo.deserializeBinaryFromReader);
369
+ msg.setSourceInfo(value);
370
+ break;
371
+ default:
372
+ reader.skipField();
373
+ break;
374
+ }
375
+ }
376
+ return msg;
377
+ };
378
+
379
+
380
+ /**
381
+ * Serializes the message to binary data (in protobuf wire format).
382
+ * @return {!Uint8Array}
383
+ */
384
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.serializeBinary = function() {
385
+ var writer = new jspb.BinaryWriter();
386
+ proto.google.api.expr.v1alpha1.ParsedExpr.serializeBinaryToWriter(this, writer);
387
+ return writer.getResultBuffer();
388
+ };
389
+
390
+
391
+ /**
392
+ * Serializes the given message to binary data (in protobuf wire
393
+ * format), writing to the given BinaryWriter.
394
+ * @param {!proto.google.api.expr.v1alpha1.ParsedExpr} message
395
+ * @param {!jspb.BinaryWriter} writer
396
+ * @suppress {unusedLocalVariables} f is only used for nested messages
397
+ */
398
+ proto.google.api.expr.v1alpha1.ParsedExpr.serializeBinaryToWriter = function(message, writer) {
399
+ var f = undefined;
400
+ f = message.getExpr();
401
+ if (f != null) {
402
+ writer.writeMessage(
403
+ 2,
404
+ f,
405
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
406
+ );
407
+ }
408
+ f = message.getSourceInfo();
409
+ if (f != null) {
410
+ writer.writeMessage(
411
+ 3,
412
+ f,
413
+ proto.google.api.expr.v1alpha1.SourceInfo.serializeBinaryToWriter
414
+ );
415
+ }
416
+ };
417
+
418
+
419
+ /**
420
+ * optional Expr expr = 2;
421
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
422
+ */
423
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.getExpr = function() {
424
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
425
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 2));
426
+ };
427
+
428
+
429
+ /**
430
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
431
+ * @return {!proto.google.api.expr.v1alpha1.ParsedExpr} returns this
432
+ */
433
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.setExpr = function(value) {
434
+ return jspb.Message.setWrapperField(this, 2, value);
435
+ };
436
+
437
+
438
+ /**
439
+ * Clears the message field making it undefined.
440
+ * @return {!proto.google.api.expr.v1alpha1.ParsedExpr} returns this
441
+ */
442
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.clearExpr = function() {
443
+ return this.setExpr(undefined);
444
+ };
445
+
446
+
447
+ /**
448
+ * Returns whether this field is set.
449
+ * @return {boolean}
450
+ */
451
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.hasExpr = function() {
452
+ return jspb.Message.getField(this, 2) != null;
453
+ };
454
+
455
+
456
+ /**
457
+ * optional SourceInfo source_info = 3;
458
+ * @return {?proto.google.api.expr.v1alpha1.SourceInfo}
459
+ */
460
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.getSourceInfo = function() {
461
+ return /** @type{?proto.google.api.expr.v1alpha1.SourceInfo} */ (
462
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.SourceInfo, 3));
463
+ };
464
+
465
+
466
+ /**
467
+ * @param {?proto.google.api.expr.v1alpha1.SourceInfo|undefined} value
468
+ * @return {!proto.google.api.expr.v1alpha1.ParsedExpr} returns this
469
+ */
470
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.setSourceInfo = function(value) {
471
+ return jspb.Message.setWrapperField(this, 3, value);
472
+ };
473
+
474
+
475
+ /**
476
+ * Clears the message field making it undefined.
477
+ * @return {!proto.google.api.expr.v1alpha1.ParsedExpr} returns this
478
+ */
479
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.clearSourceInfo = function() {
480
+ return this.setSourceInfo(undefined);
481
+ };
482
+
483
+
484
+ /**
485
+ * Returns whether this field is set.
486
+ * @return {boolean}
487
+ */
488
+ proto.google.api.expr.v1alpha1.ParsedExpr.prototype.hasSourceInfo = function() {
489
+ return jspb.Message.getField(this, 3) != null;
490
+ };
491
+
492
+
493
+
494
+ /**
495
+ * Oneof group definitions for this message. Each group defines the field
496
+ * numbers belonging to that group. When of these fields' value is set, all
497
+ * other fields in the group are cleared. During deserialization, if multiple
498
+ * fields are encountered for a group, only the last value seen will be kept.
499
+ * @private {!Array<!Array<number>>}
500
+ * @const
501
+ */
502
+ proto.google.api.expr.v1alpha1.Expr.oneofGroups_ = [[3,4,5,6,7,8,9]];
503
+
504
+ /**
505
+ * @enum {number}
506
+ */
507
+ proto.google.api.expr.v1alpha1.Expr.ExprKindCase = {
508
+ EXPR_KIND_NOT_SET: 0,
509
+ CONST_EXPR: 3,
510
+ IDENT_EXPR: 4,
511
+ SELECT_EXPR: 5,
512
+ CALL_EXPR: 6,
513
+ LIST_EXPR: 7,
514
+ STRUCT_EXPR: 8,
515
+ COMPREHENSION_EXPR: 9
516
+ };
517
+
518
+ /**
519
+ * @return {proto.google.api.expr.v1alpha1.Expr.ExprKindCase}
520
+ */
521
+ proto.google.api.expr.v1alpha1.Expr.prototype.getExprKindCase = function() {
522
+ return /** @type {proto.google.api.expr.v1alpha1.Expr.ExprKindCase} */(jspb.Message.computeOneofCase(this, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0]));
523
+ };
524
+
525
+
526
+
527
+ if (jspb.Message.GENERATE_TO_OBJECT) {
528
+ /**
529
+ * Creates an object representation of this proto.
530
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
531
+ * Optional fields that are not set will be set to undefined.
532
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
533
+ * For the list of reserved names please see:
534
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
535
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
536
+ * JSPB instance for transitional soy proto support:
537
+ * http://goto/soy-param-migration
538
+ * @return {!Object}
539
+ */
540
+ proto.google.api.expr.v1alpha1.Expr.prototype.toObject = function(opt_includeInstance) {
541
+ return proto.google.api.expr.v1alpha1.Expr.toObject(opt_includeInstance, this);
542
+ };
543
+
544
+
545
+ /**
546
+ * Static version of the {@see toObject} method.
547
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
548
+ * the JSPB instance for transitional soy proto support:
549
+ * http://goto/soy-param-migration
550
+ * @param {!proto.google.api.expr.v1alpha1.Expr} msg The msg instance to transform.
551
+ * @return {!Object}
552
+ * @suppress {unusedLocalVariables} f is only used for nested messages
553
+ */
554
+ proto.google.api.expr.v1alpha1.Expr.toObject = function(includeInstance, msg) {
555
+ var f, obj = {
556
+ id: jspb.Message.getFieldWithDefault(msg, 2, 0),
557
+ constExpr: (f = msg.getConstExpr()) && proto.google.api.expr.v1alpha1.Constant.toObject(includeInstance, f),
558
+ identExpr: (f = msg.getIdentExpr()) && proto.google.api.expr.v1alpha1.Expr.Ident.toObject(includeInstance, f),
559
+ selectExpr: (f = msg.getSelectExpr()) && proto.google.api.expr.v1alpha1.Expr.Select.toObject(includeInstance, f),
560
+ callExpr: (f = msg.getCallExpr()) && proto.google.api.expr.v1alpha1.Expr.Call.toObject(includeInstance, f),
561
+ listExpr: (f = msg.getListExpr()) && proto.google.api.expr.v1alpha1.Expr.CreateList.toObject(includeInstance, f),
562
+ structExpr: (f = msg.getStructExpr()) && proto.google.api.expr.v1alpha1.Expr.CreateStruct.toObject(includeInstance, f),
563
+ comprehensionExpr: (f = msg.getComprehensionExpr()) && proto.google.api.expr.v1alpha1.Expr.Comprehension.toObject(includeInstance, f)
564
+ };
565
+
566
+ if (includeInstance) {
567
+ obj.$jspbMessageInstance = msg;
568
+ }
569
+ return obj;
570
+ };
571
+ }
572
+
573
+
574
+ /**
575
+ * Deserializes binary data (in protobuf wire format).
576
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
577
+ * @return {!proto.google.api.expr.v1alpha1.Expr}
578
+ */
579
+ proto.google.api.expr.v1alpha1.Expr.deserializeBinary = function(bytes) {
580
+ var reader = new jspb.BinaryReader(bytes);
581
+ var msg = new proto.google.api.expr.v1alpha1.Expr;
582
+ return proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader(msg, reader);
583
+ };
584
+
585
+
586
+ /**
587
+ * Deserializes binary data (in protobuf wire format) from the
588
+ * given reader into the given message object.
589
+ * @param {!proto.google.api.expr.v1alpha1.Expr} msg The message object to deserialize into.
590
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
591
+ * @return {!proto.google.api.expr.v1alpha1.Expr}
592
+ */
593
+ proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader = function(msg, reader) {
594
+ while (reader.nextField()) {
595
+ if (reader.isEndGroup()) {
596
+ break;
597
+ }
598
+ var field = reader.getFieldNumber();
599
+ switch (field) {
600
+ case 2:
601
+ var value = /** @type {number} */ (reader.readInt64());
602
+ msg.setId(value);
603
+ break;
604
+ case 3:
605
+ var value = new proto.google.api.expr.v1alpha1.Constant;
606
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Constant.deserializeBinaryFromReader);
607
+ msg.setConstExpr(value);
608
+ break;
609
+ case 4:
610
+ var value = new proto.google.api.expr.v1alpha1.Expr.Ident;
611
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.Ident.deserializeBinaryFromReader);
612
+ msg.setIdentExpr(value);
613
+ break;
614
+ case 5:
615
+ var value = new proto.google.api.expr.v1alpha1.Expr.Select;
616
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.Select.deserializeBinaryFromReader);
617
+ msg.setSelectExpr(value);
618
+ break;
619
+ case 6:
620
+ var value = new proto.google.api.expr.v1alpha1.Expr.Call;
621
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.Call.deserializeBinaryFromReader);
622
+ msg.setCallExpr(value);
623
+ break;
624
+ case 7:
625
+ var value = new proto.google.api.expr.v1alpha1.Expr.CreateList;
626
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.CreateList.deserializeBinaryFromReader);
627
+ msg.setListExpr(value);
628
+ break;
629
+ case 8:
630
+ var value = new proto.google.api.expr.v1alpha1.Expr.CreateStruct;
631
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.CreateStruct.deserializeBinaryFromReader);
632
+ msg.setStructExpr(value);
633
+ break;
634
+ case 9:
635
+ var value = new proto.google.api.expr.v1alpha1.Expr.Comprehension;
636
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.Comprehension.deserializeBinaryFromReader);
637
+ msg.setComprehensionExpr(value);
638
+ break;
639
+ default:
640
+ reader.skipField();
641
+ break;
642
+ }
643
+ }
644
+ return msg;
645
+ };
646
+
647
+
648
+ /**
649
+ * Serializes the message to binary data (in protobuf wire format).
650
+ * @return {!Uint8Array}
651
+ */
652
+ proto.google.api.expr.v1alpha1.Expr.prototype.serializeBinary = function() {
653
+ var writer = new jspb.BinaryWriter();
654
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter(this, writer);
655
+ return writer.getResultBuffer();
656
+ };
657
+
658
+
659
+ /**
660
+ * Serializes the given message to binary data (in protobuf wire
661
+ * format), writing to the given BinaryWriter.
662
+ * @param {!proto.google.api.expr.v1alpha1.Expr} message
663
+ * @param {!jspb.BinaryWriter} writer
664
+ * @suppress {unusedLocalVariables} f is only used for nested messages
665
+ */
666
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter = function(message, writer) {
667
+ var f = undefined;
668
+ f = message.getId();
669
+ if (f !== 0) {
670
+ writer.writeInt64(
671
+ 2,
672
+ f
673
+ );
674
+ }
675
+ f = message.getConstExpr();
676
+ if (f != null) {
677
+ writer.writeMessage(
678
+ 3,
679
+ f,
680
+ proto.google.api.expr.v1alpha1.Constant.serializeBinaryToWriter
681
+ );
682
+ }
683
+ f = message.getIdentExpr();
684
+ if (f != null) {
685
+ writer.writeMessage(
686
+ 4,
687
+ f,
688
+ proto.google.api.expr.v1alpha1.Expr.Ident.serializeBinaryToWriter
689
+ );
690
+ }
691
+ f = message.getSelectExpr();
692
+ if (f != null) {
693
+ writer.writeMessage(
694
+ 5,
695
+ f,
696
+ proto.google.api.expr.v1alpha1.Expr.Select.serializeBinaryToWriter
697
+ );
698
+ }
699
+ f = message.getCallExpr();
700
+ if (f != null) {
701
+ writer.writeMessage(
702
+ 6,
703
+ f,
704
+ proto.google.api.expr.v1alpha1.Expr.Call.serializeBinaryToWriter
705
+ );
706
+ }
707
+ f = message.getListExpr();
708
+ if (f != null) {
709
+ writer.writeMessage(
710
+ 7,
711
+ f,
712
+ proto.google.api.expr.v1alpha1.Expr.CreateList.serializeBinaryToWriter
713
+ );
714
+ }
715
+ f = message.getStructExpr();
716
+ if (f != null) {
717
+ writer.writeMessage(
718
+ 8,
719
+ f,
720
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.serializeBinaryToWriter
721
+ );
722
+ }
723
+ f = message.getComprehensionExpr();
724
+ if (f != null) {
725
+ writer.writeMessage(
726
+ 9,
727
+ f,
728
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.serializeBinaryToWriter
729
+ );
730
+ }
731
+ };
732
+
733
+
734
+
735
+
736
+
737
+ if (jspb.Message.GENERATE_TO_OBJECT) {
738
+ /**
739
+ * Creates an object representation of this proto.
740
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
741
+ * Optional fields that are not set will be set to undefined.
742
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
743
+ * For the list of reserved names please see:
744
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
745
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
746
+ * JSPB instance for transitional soy proto support:
747
+ * http://goto/soy-param-migration
748
+ * @return {!Object}
749
+ */
750
+ proto.google.api.expr.v1alpha1.Expr.Ident.prototype.toObject = function(opt_includeInstance) {
751
+ return proto.google.api.expr.v1alpha1.Expr.Ident.toObject(opt_includeInstance, this);
752
+ };
753
+
754
+
755
+ /**
756
+ * Static version of the {@see toObject} method.
757
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
758
+ * the JSPB instance for transitional soy proto support:
759
+ * http://goto/soy-param-migration
760
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Ident} msg The msg instance to transform.
761
+ * @return {!Object}
762
+ * @suppress {unusedLocalVariables} f is only used for nested messages
763
+ */
764
+ proto.google.api.expr.v1alpha1.Expr.Ident.toObject = function(includeInstance, msg) {
765
+ var f, obj = {
766
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
767
+ };
768
+
769
+ if (includeInstance) {
770
+ obj.$jspbMessageInstance = msg;
771
+ }
772
+ return obj;
773
+ };
774
+ }
775
+
776
+
777
+ /**
778
+ * Deserializes binary data (in protobuf wire format).
779
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
780
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Ident}
781
+ */
782
+ proto.google.api.expr.v1alpha1.Expr.Ident.deserializeBinary = function(bytes) {
783
+ var reader = new jspb.BinaryReader(bytes);
784
+ var msg = new proto.google.api.expr.v1alpha1.Expr.Ident;
785
+ return proto.google.api.expr.v1alpha1.Expr.Ident.deserializeBinaryFromReader(msg, reader);
786
+ };
787
+
788
+
789
+ /**
790
+ * Deserializes binary data (in protobuf wire format) from the
791
+ * given reader into the given message object.
792
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Ident} msg The message object to deserialize into.
793
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
794
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Ident}
795
+ */
796
+ proto.google.api.expr.v1alpha1.Expr.Ident.deserializeBinaryFromReader = function(msg, reader) {
797
+ while (reader.nextField()) {
798
+ if (reader.isEndGroup()) {
799
+ break;
800
+ }
801
+ var field = reader.getFieldNumber();
802
+ switch (field) {
803
+ case 1:
804
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
805
+ msg.setName(value);
806
+ break;
807
+ default:
808
+ reader.skipField();
809
+ break;
810
+ }
811
+ }
812
+ return msg;
813
+ };
814
+
815
+
816
+ /**
817
+ * Serializes the message to binary data (in protobuf wire format).
818
+ * @return {!Uint8Array}
819
+ */
820
+ proto.google.api.expr.v1alpha1.Expr.Ident.prototype.serializeBinary = function() {
821
+ var writer = new jspb.BinaryWriter();
822
+ proto.google.api.expr.v1alpha1.Expr.Ident.serializeBinaryToWriter(this, writer);
823
+ return writer.getResultBuffer();
824
+ };
825
+
826
+
827
+ /**
828
+ * Serializes the given message to binary data (in protobuf wire
829
+ * format), writing to the given BinaryWriter.
830
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Ident} message
831
+ * @param {!jspb.BinaryWriter} writer
832
+ * @suppress {unusedLocalVariables} f is only used for nested messages
833
+ */
834
+ proto.google.api.expr.v1alpha1.Expr.Ident.serializeBinaryToWriter = function(message, writer) {
835
+ var f = undefined;
836
+ f = message.getName();
837
+ if (f.length > 0) {
838
+ writer.writeString(
839
+ 1,
840
+ f
841
+ );
842
+ }
843
+ };
844
+
845
+
846
+ /**
847
+ * optional string name = 1;
848
+ * @return {string}
849
+ */
850
+ proto.google.api.expr.v1alpha1.Expr.Ident.prototype.getName = function() {
851
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
852
+ };
853
+
854
+
855
+ /**
856
+ * @param {string} value
857
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Ident} returns this
858
+ */
859
+ proto.google.api.expr.v1alpha1.Expr.Ident.prototype.setName = function(value) {
860
+ return jspb.Message.setProto3StringField(this, 1, value);
861
+ };
862
+
863
+
864
+
865
+
866
+
867
+ if (jspb.Message.GENERATE_TO_OBJECT) {
868
+ /**
869
+ * Creates an object representation of this proto.
870
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
871
+ * Optional fields that are not set will be set to undefined.
872
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
873
+ * For the list of reserved names please see:
874
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
875
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
876
+ * JSPB instance for transitional soy proto support:
877
+ * http://goto/soy-param-migration
878
+ * @return {!Object}
879
+ */
880
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.toObject = function(opt_includeInstance) {
881
+ return proto.google.api.expr.v1alpha1.Expr.Select.toObject(opt_includeInstance, this);
882
+ };
883
+
884
+
885
+ /**
886
+ * Static version of the {@see toObject} method.
887
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
888
+ * the JSPB instance for transitional soy proto support:
889
+ * http://goto/soy-param-migration
890
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Select} msg The msg instance to transform.
891
+ * @return {!Object}
892
+ * @suppress {unusedLocalVariables} f is only used for nested messages
893
+ */
894
+ proto.google.api.expr.v1alpha1.Expr.Select.toObject = function(includeInstance, msg) {
895
+ var f, obj = {
896
+ operand: (f = msg.getOperand()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
897
+ field: jspb.Message.getFieldWithDefault(msg, 2, ""),
898
+ testOnly: jspb.Message.getBooleanFieldWithDefault(msg, 3, false)
899
+ };
900
+
901
+ if (includeInstance) {
902
+ obj.$jspbMessageInstance = msg;
903
+ }
904
+ return obj;
905
+ };
906
+ }
907
+
908
+
909
+ /**
910
+ * Deserializes binary data (in protobuf wire format).
911
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
912
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Select}
913
+ */
914
+ proto.google.api.expr.v1alpha1.Expr.Select.deserializeBinary = function(bytes) {
915
+ var reader = new jspb.BinaryReader(bytes);
916
+ var msg = new proto.google.api.expr.v1alpha1.Expr.Select;
917
+ return proto.google.api.expr.v1alpha1.Expr.Select.deserializeBinaryFromReader(msg, reader);
918
+ };
919
+
920
+
921
+ /**
922
+ * Deserializes binary data (in protobuf wire format) from the
923
+ * given reader into the given message object.
924
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Select} msg The message object to deserialize into.
925
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
926
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Select}
927
+ */
928
+ proto.google.api.expr.v1alpha1.Expr.Select.deserializeBinaryFromReader = function(msg, reader) {
929
+ while (reader.nextField()) {
930
+ if (reader.isEndGroup()) {
931
+ break;
932
+ }
933
+ var field = reader.getFieldNumber();
934
+ switch (field) {
935
+ case 1:
936
+ var value = new proto.google.api.expr.v1alpha1.Expr;
937
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
938
+ msg.setOperand(value);
939
+ break;
940
+ case 2:
941
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
942
+ msg.setField(value);
943
+ break;
944
+ case 3:
945
+ var value = /** @type {boolean} */ (reader.readBool());
946
+ msg.setTestOnly(value);
947
+ break;
948
+ default:
949
+ reader.skipField();
950
+ break;
951
+ }
952
+ }
953
+ return msg;
954
+ };
955
+
956
+
957
+ /**
958
+ * Serializes the message to binary data (in protobuf wire format).
959
+ * @return {!Uint8Array}
960
+ */
961
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.serializeBinary = function() {
962
+ var writer = new jspb.BinaryWriter();
963
+ proto.google.api.expr.v1alpha1.Expr.Select.serializeBinaryToWriter(this, writer);
964
+ return writer.getResultBuffer();
965
+ };
966
+
967
+
968
+ /**
969
+ * Serializes the given message to binary data (in protobuf wire
970
+ * format), writing to the given BinaryWriter.
971
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Select} message
972
+ * @param {!jspb.BinaryWriter} writer
973
+ * @suppress {unusedLocalVariables} f is only used for nested messages
974
+ */
975
+ proto.google.api.expr.v1alpha1.Expr.Select.serializeBinaryToWriter = function(message, writer) {
976
+ var f = undefined;
977
+ f = message.getOperand();
978
+ if (f != null) {
979
+ writer.writeMessage(
980
+ 1,
981
+ f,
982
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
983
+ );
984
+ }
985
+ f = message.getField();
986
+ if (f.length > 0) {
987
+ writer.writeString(
988
+ 2,
989
+ f
990
+ );
991
+ }
992
+ f = message.getTestOnly();
993
+ if (f) {
994
+ writer.writeBool(
995
+ 3,
996
+ f
997
+ );
998
+ }
999
+ };
1000
+
1001
+
1002
+ /**
1003
+ * optional Expr operand = 1;
1004
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
1005
+ */
1006
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.getOperand = function() {
1007
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
1008
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 1));
1009
+ };
1010
+
1011
+
1012
+ /**
1013
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
1014
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Select} returns this
1015
+ */
1016
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.setOperand = function(value) {
1017
+ return jspb.Message.setWrapperField(this, 1, value);
1018
+ };
1019
+
1020
+
1021
+ /**
1022
+ * Clears the message field making it undefined.
1023
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Select} returns this
1024
+ */
1025
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.clearOperand = function() {
1026
+ return this.setOperand(undefined);
1027
+ };
1028
+
1029
+
1030
+ /**
1031
+ * Returns whether this field is set.
1032
+ * @return {boolean}
1033
+ */
1034
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.hasOperand = function() {
1035
+ return jspb.Message.getField(this, 1) != null;
1036
+ };
1037
+
1038
+
1039
+ /**
1040
+ * optional string field = 2;
1041
+ * @return {string}
1042
+ */
1043
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.getField = function() {
1044
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1045
+ };
1046
+
1047
+
1048
+ /**
1049
+ * @param {string} value
1050
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Select} returns this
1051
+ */
1052
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.setField = function(value) {
1053
+ return jspb.Message.setProto3StringField(this, 2, value);
1054
+ };
1055
+
1056
+
1057
+ /**
1058
+ * optional bool test_only = 3;
1059
+ * @return {boolean}
1060
+ */
1061
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.getTestOnly = function() {
1062
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
1063
+ };
1064
+
1065
+
1066
+ /**
1067
+ * @param {boolean} value
1068
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Select} returns this
1069
+ */
1070
+ proto.google.api.expr.v1alpha1.Expr.Select.prototype.setTestOnly = function(value) {
1071
+ return jspb.Message.setProto3BooleanField(this, 3, value);
1072
+ };
1073
+
1074
+
1075
+
1076
+ /**
1077
+ * List of repeated fields within this message type.
1078
+ * @private {!Array<number>}
1079
+ * @const
1080
+ */
1081
+ proto.google.api.expr.v1alpha1.Expr.Call.repeatedFields_ = [3];
1082
+
1083
+
1084
+
1085
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1086
+ /**
1087
+ * Creates an object representation of this proto.
1088
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1089
+ * Optional fields that are not set will be set to undefined.
1090
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1091
+ * For the list of reserved names please see:
1092
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1093
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1094
+ * JSPB instance for transitional soy proto support:
1095
+ * http://goto/soy-param-migration
1096
+ * @return {!Object}
1097
+ */
1098
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.toObject = function(opt_includeInstance) {
1099
+ return proto.google.api.expr.v1alpha1.Expr.Call.toObject(opt_includeInstance, this);
1100
+ };
1101
+
1102
+
1103
+ /**
1104
+ * Static version of the {@see toObject} method.
1105
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1106
+ * the JSPB instance for transitional soy proto support:
1107
+ * http://goto/soy-param-migration
1108
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Call} msg The msg instance to transform.
1109
+ * @return {!Object}
1110
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1111
+ */
1112
+ proto.google.api.expr.v1alpha1.Expr.Call.toObject = function(includeInstance, msg) {
1113
+ var f, obj = {
1114
+ target: (f = msg.getTarget()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
1115
+ pb_function: jspb.Message.getFieldWithDefault(msg, 2, ""),
1116
+ argsList: jspb.Message.toObjectList(msg.getArgsList(),
1117
+ proto.google.api.expr.v1alpha1.Expr.toObject, includeInstance)
1118
+ };
1119
+
1120
+ if (includeInstance) {
1121
+ obj.$jspbMessageInstance = msg;
1122
+ }
1123
+ return obj;
1124
+ };
1125
+ }
1126
+
1127
+
1128
+ /**
1129
+ * Deserializes binary data (in protobuf wire format).
1130
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1131
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Call}
1132
+ */
1133
+ proto.google.api.expr.v1alpha1.Expr.Call.deserializeBinary = function(bytes) {
1134
+ var reader = new jspb.BinaryReader(bytes);
1135
+ var msg = new proto.google.api.expr.v1alpha1.Expr.Call;
1136
+ return proto.google.api.expr.v1alpha1.Expr.Call.deserializeBinaryFromReader(msg, reader);
1137
+ };
1138
+
1139
+
1140
+ /**
1141
+ * Deserializes binary data (in protobuf wire format) from the
1142
+ * given reader into the given message object.
1143
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Call} msg The message object to deserialize into.
1144
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1145
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Call}
1146
+ */
1147
+ proto.google.api.expr.v1alpha1.Expr.Call.deserializeBinaryFromReader = function(msg, reader) {
1148
+ while (reader.nextField()) {
1149
+ if (reader.isEndGroup()) {
1150
+ break;
1151
+ }
1152
+ var field = reader.getFieldNumber();
1153
+ switch (field) {
1154
+ case 1:
1155
+ var value = new proto.google.api.expr.v1alpha1.Expr;
1156
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
1157
+ msg.setTarget(value);
1158
+ break;
1159
+ case 2:
1160
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1161
+ msg.setFunction(value);
1162
+ break;
1163
+ case 3:
1164
+ var value = new proto.google.api.expr.v1alpha1.Expr;
1165
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
1166
+ msg.addArgs(value);
1167
+ break;
1168
+ default:
1169
+ reader.skipField();
1170
+ break;
1171
+ }
1172
+ }
1173
+ return msg;
1174
+ };
1175
+
1176
+
1177
+ /**
1178
+ * Serializes the message to binary data (in protobuf wire format).
1179
+ * @return {!Uint8Array}
1180
+ */
1181
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.serializeBinary = function() {
1182
+ var writer = new jspb.BinaryWriter();
1183
+ proto.google.api.expr.v1alpha1.Expr.Call.serializeBinaryToWriter(this, writer);
1184
+ return writer.getResultBuffer();
1185
+ };
1186
+
1187
+
1188
+ /**
1189
+ * Serializes the given message to binary data (in protobuf wire
1190
+ * format), writing to the given BinaryWriter.
1191
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Call} message
1192
+ * @param {!jspb.BinaryWriter} writer
1193
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1194
+ */
1195
+ proto.google.api.expr.v1alpha1.Expr.Call.serializeBinaryToWriter = function(message, writer) {
1196
+ var f = undefined;
1197
+ f = message.getTarget();
1198
+ if (f != null) {
1199
+ writer.writeMessage(
1200
+ 1,
1201
+ f,
1202
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
1203
+ );
1204
+ }
1205
+ f = message.getFunction();
1206
+ if (f.length > 0) {
1207
+ writer.writeString(
1208
+ 2,
1209
+ f
1210
+ );
1211
+ }
1212
+ f = message.getArgsList();
1213
+ if (f.length > 0) {
1214
+ writer.writeRepeatedMessage(
1215
+ 3,
1216
+ f,
1217
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
1218
+ );
1219
+ }
1220
+ };
1221
+
1222
+
1223
+ /**
1224
+ * optional Expr target = 1;
1225
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
1226
+ */
1227
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.getTarget = function() {
1228
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
1229
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 1));
1230
+ };
1231
+
1232
+
1233
+ /**
1234
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
1235
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Call} returns this
1236
+ */
1237
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.setTarget = function(value) {
1238
+ return jspb.Message.setWrapperField(this, 1, value);
1239
+ };
1240
+
1241
+
1242
+ /**
1243
+ * Clears the message field making it undefined.
1244
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Call} returns this
1245
+ */
1246
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.clearTarget = function() {
1247
+ return this.setTarget(undefined);
1248
+ };
1249
+
1250
+
1251
+ /**
1252
+ * Returns whether this field is set.
1253
+ * @return {boolean}
1254
+ */
1255
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.hasTarget = function() {
1256
+ return jspb.Message.getField(this, 1) != null;
1257
+ };
1258
+
1259
+
1260
+ /**
1261
+ * optional string function = 2;
1262
+ * @return {string}
1263
+ */
1264
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.getFunction = function() {
1265
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1266
+ };
1267
+
1268
+
1269
+ /**
1270
+ * @param {string} value
1271
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Call} returns this
1272
+ */
1273
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.setFunction = function(value) {
1274
+ return jspb.Message.setProto3StringField(this, 2, value);
1275
+ };
1276
+
1277
+
1278
+ /**
1279
+ * repeated Expr args = 3;
1280
+ * @return {!Array<!proto.google.api.expr.v1alpha1.Expr>}
1281
+ */
1282
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.getArgsList = function() {
1283
+ return /** @type{!Array<!proto.google.api.expr.v1alpha1.Expr>} */ (
1284
+ jspb.Message.getRepeatedWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 3));
1285
+ };
1286
+
1287
+
1288
+ /**
1289
+ * @param {!Array<!proto.google.api.expr.v1alpha1.Expr>} value
1290
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Call} returns this
1291
+ */
1292
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.setArgsList = function(value) {
1293
+ return jspb.Message.setRepeatedWrapperField(this, 3, value);
1294
+ };
1295
+
1296
+
1297
+ /**
1298
+ * @param {!proto.google.api.expr.v1alpha1.Expr=} opt_value
1299
+ * @param {number=} opt_index
1300
+ * @return {!proto.google.api.expr.v1alpha1.Expr}
1301
+ */
1302
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.addArgs = function(opt_value, opt_index) {
1303
+ return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.google.api.expr.v1alpha1.Expr, opt_index);
1304
+ };
1305
+
1306
+
1307
+ /**
1308
+ * Clears the list making it empty but non-null.
1309
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Call} returns this
1310
+ */
1311
+ proto.google.api.expr.v1alpha1.Expr.Call.prototype.clearArgsList = function() {
1312
+ return this.setArgsList([]);
1313
+ };
1314
+
1315
+
1316
+
1317
+ /**
1318
+ * List of repeated fields within this message type.
1319
+ * @private {!Array<number>}
1320
+ * @const
1321
+ */
1322
+ proto.google.api.expr.v1alpha1.Expr.CreateList.repeatedFields_ = [1,2];
1323
+
1324
+
1325
+
1326
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1327
+ /**
1328
+ * Creates an object representation of this proto.
1329
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1330
+ * Optional fields that are not set will be set to undefined.
1331
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1332
+ * For the list of reserved names please see:
1333
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1334
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1335
+ * JSPB instance for transitional soy proto support:
1336
+ * http://goto/soy-param-migration
1337
+ * @return {!Object}
1338
+ */
1339
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.toObject = function(opt_includeInstance) {
1340
+ return proto.google.api.expr.v1alpha1.Expr.CreateList.toObject(opt_includeInstance, this);
1341
+ };
1342
+
1343
+
1344
+ /**
1345
+ * Static version of the {@see toObject} method.
1346
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1347
+ * the JSPB instance for transitional soy proto support:
1348
+ * http://goto/soy-param-migration
1349
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateList} msg The msg instance to transform.
1350
+ * @return {!Object}
1351
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1352
+ */
1353
+ proto.google.api.expr.v1alpha1.Expr.CreateList.toObject = function(includeInstance, msg) {
1354
+ var f, obj = {
1355
+ elementsList: jspb.Message.toObjectList(msg.getElementsList(),
1356
+ proto.google.api.expr.v1alpha1.Expr.toObject, includeInstance),
1357
+ optionalIndicesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
1358
+ };
1359
+
1360
+ if (includeInstance) {
1361
+ obj.$jspbMessageInstance = msg;
1362
+ }
1363
+ return obj;
1364
+ };
1365
+ }
1366
+
1367
+
1368
+ /**
1369
+ * Deserializes binary data (in protobuf wire format).
1370
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1371
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateList}
1372
+ */
1373
+ proto.google.api.expr.v1alpha1.Expr.CreateList.deserializeBinary = function(bytes) {
1374
+ var reader = new jspb.BinaryReader(bytes);
1375
+ var msg = new proto.google.api.expr.v1alpha1.Expr.CreateList;
1376
+ return proto.google.api.expr.v1alpha1.Expr.CreateList.deserializeBinaryFromReader(msg, reader);
1377
+ };
1378
+
1379
+
1380
+ /**
1381
+ * Deserializes binary data (in protobuf wire format) from the
1382
+ * given reader into the given message object.
1383
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateList} msg The message object to deserialize into.
1384
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1385
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateList}
1386
+ */
1387
+ proto.google.api.expr.v1alpha1.Expr.CreateList.deserializeBinaryFromReader = function(msg, reader) {
1388
+ while (reader.nextField()) {
1389
+ if (reader.isEndGroup()) {
1390
+ break;
1391
+ }
1392
+ var field = reader.getFieldNumber();
1393
+ switch (field) {
1394
+ case 1:
1395
+ var value = new proto.google.api.expr.v1alpha1.Expr;
1396
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
1397
+ msg.addElements(value);
1398
+ break;
1399
+ case 2:
1400
+ reader.readPackableInt32Into(msg.getOptionalIndicesList());
1401
+ break;
1402
+ default:
1403
+ reader.skipField();
1404
+ break;
1405
+ }
1406
+ }
1407
+ return msg;
1408
+ };
1409
+
1410
+
1411
+ /**
1412
+ * Serializes the message to binary data (in protobuf wire format).
1413
+ * @return {!Uint8Array}
1414
+ */
1415
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.serializeBinary = function() {
1416
+ var writer = new jspb.BinaryWriter();
1417
+ proto.google.api.expr.v1alpha1.Expr.CreateList.serializeBinaryToWriter(this, writer);
1418
+ return writer.getResultBuffer();
1419
+ };
1420
+
1421
+
1422
+ /**
1423
+ * Serializes the given message to binary data (in protobuf wire
1424
+ * format), writing to the given BinaryWriter.
1425
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateList} message
1426
+ * @param {!jspb.BinaryWriter} writer
1427
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1428
+ */
1429
+ proto.google.api.expr.v1alpha1.Expr.CreateList.serializeBinaryToWriter = function(message, writer) {
1430
+ var f = undefined;
1431
+ f = message.getElementsList();
1432
+ if (f.length > 0) {
1433
+ writer.writeRepeatedMessage(
1434
+ 1,
1435
+ f,
1436
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
1437
+ );
1438
+ }
1439
+ f = message.getOptionalIndicesList();
1440
+ if (f.length > 0) {
1441
+ writer.writePackedInt32(
1442
+ 2,
1443
+ f
1444
+ );
1445
+ }
1446
+ };
1447
+
1448
+
1449
+ /**
1450
+ * repeated Expr elements = 1;
1451
+ * @return {!Array<!proto.google.api.expr.v1alpha1.Expr>}
1452
+ */
1453
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.getElementsList = function() {
1454
+ return /** @type{!Array<!proto.google.api.expr.v1alpha1.Expr>} */ (
1455
+ jspb.Message.getRepeatedWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 1));
1456
+ };
1457
+
1458
+
1459
+ /**
1460
+ * @param {!Array<!proto.google.api.expr.v1alpha1.Expr>} value
1461
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateList} returns this
1462
+ */
1463
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.setElementsList = function(value) {
1464
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1465
+ };
1466
+
1467
+
1468
+ /**
1469
+ * @param {!proto.google.api.expr.v1alpha1.Expr=} opt_value
1470
+ * @param {number=} opt_index
1471
+ * @return {!proto.google.api.expr.v1alpha1.Expr}
1472
+ */
1473
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.addElements = function(opt_value, opt_index) {
1474
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.api.expr.v1alpha1.Expr, opt_index);
1475
+ };
1476
+
1477
+
1478
+ /**
1479
+ * Clears the list making it empty but non-null.
1480
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateList} returns this
1481
+ */
1482
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.clearElementsList = function() {
1483
+ return this.setElementsList([]);
1484
+ };
1485
+
1486
+
1487
+ /**
1488
+ * repeated int32 optional_indices = 2;
1489
+ * @return {!Array<number>}
1490
+ */
1491
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.getOptionalIndicesList = function() {
1492
+ return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 2));
1493
+ };
1494
+
1495
+
1496
+ /**
1497
+ * @param {!Array<number>} value
1498
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateList} returns this
1499
+ */
1500
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.setOptionalIndicesList = function(value) {
1501
+ return jspb.Message.setField(this, 2, value || []);
1502
+ };
1503
+
1504
+
1505
+ /**
1506
+ * @param {number} value
1507
+ * @param {number=} opt_index
1508
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateList} returns this
1509
+ */
1510
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.addOptionalIndices = function(value, opt_index) {
1511
+ return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
1512
+ };
1513
+
1514
+
1515
+ /**
1516
+ * Clears the list making it empty but non-null.
1517
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateList} returns this
1518
+ */
1519
+ proto.google.api.expr.v1alpha1.Expr.CreateList.prototype.clearOptionalIndicesList = function() {
1520
+ return this.setOptionalIndicesList([]);
1521
+ };
1522
+
1523
+
1524
+
1525
+ /**
1526
+ * List of repeated fields within this message type.
1527
+ * @private {!Array<number>}
1528
+ * @const
1529
+ */
1530
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.repeatedFields_ = [2];
1531
+
1532
+
1533
+
1534
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1535
+ /**
1536
+ * Creates an object representation of this proto.
1537
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1538
+ * Optional fields that are not set will be set to undefined.
1539
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1540
+ * For the list of reserved names please see:
1541
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1542
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1543
+ * JSPB instance for transitional soy proto support:
1544
+ * http://goto/soy-param-migration
1545
+ * @return {!Object}
1546
+ */
1547
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.toObject = function(opt_includeInstance) {
1548
+ return proto.google.api.expr.v1alpha1.Expr.CreateStruct.toObject(opt_includeInstance, this);
1549
+ };
1550
+
1551
+
1552
+ /**
1553
+ * Static version of the {@see toObject} method.
1554
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1555
+ * the JSPB instance for transitional soy proto support:
1556
+ * http://goto/soy-param-migration
1557
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateStruct} msg The msg instance to transform.
1558
+ * @return {!Object}
1559
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1560
+ */
1561
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.toObject = function(includeInstance, msg) {
1562
+ var f, obj = {
1563
+ messageName: jspb.Message.getFieldWithDefault(msg, 1, ""),
1564
+ entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
1565
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.toObject, includeInstance)
1566
+ };
1567
+
1568
+ if (includeInstance) {
1569
+ obj.$jspbMessageInstance = msg;
1570
+ }
1571
+ return obj;
1572
+ };
1573
+ }
1574
+
1575
+
1576
+ /**
1577
+ * Deserializes binary data (in protobuf wire format).
1578
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1579
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct}
1580
+ */
1581
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.deserializeBinary = function(bytes) {
1582
+ var reader = new jspb.BinaryReader(bytes);
1583
+ var msg = new proto.google.api.expr.v1alpha1.Expr.CreateStruct;
1584
+ return proto.google.api.expr.v1alpha1.Expr.CreateStruct.deserializeBinaryFromReader(msg, reader);
1585
+ };
1586
+
1587
+
1588
+ /**
1589
+ * Deserializes binary data (in protobuf wire format) from the
1590
+ * given reader into the given message object.
1591
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateStruct} msg The message object to deserialize into.
1592
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1593
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct}
1594
+ */
1595
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.deserializeBinaryFromReader = function(msg, reader) {
1596
+ while (reader.nextField()) {
1597
+ if (reader.isEndGroup()) {
1598
+ break;
1599
+ }
1600
+ var field = reader.getFieldNumber();
1601
+ switch (field) {
1602
+ case 1:
1603
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1604
+ msg.setMessageName(value);
1605
+ break;
1606
+ case 2:
1607
+ var value = new proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry;
1608
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.deserializeBinaryFromReader);
1609
+ msg.addEntries(value);
1610
+ break;
1611
+ default:
1612
+ reader.skipField();
1613
+ break;
1614
+ }
1615
+ }
1616
+ return msg;
1617
+ };
1618
+
1619
+
1620
+ /**
1621
+ * Serializes the message to binary data (in protobuf wire format).
1622
+ * @return {!Uint8Array}
1623
+ */
1624
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.serializeBinary = function() {
1625
+ var writer = new jspb.BinaryWriter();
1626
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.serializeBinaryToWriter(this, writer);
1627
+ return writer.getResultBuffer();
1628
+ };
1629
+
1630
+
1631
+ /**
1632
+ * Serializes the given message to binary data (in protobuf wire
1633
+ * format), writing to the given BinaryWriter.
1634
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateStruct} message
1635
+ * @param {!jspb.BinaryWriter} writer
1636
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1637
+ */
1638
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.serializeBinaryToWriter = function(message, writer) {
1639
+ var f = undefined;
1640
+ f = message.getMessageName();
1641
+ if (f.length > 0) {
1642
+ writer.writeString(
1643
+ 1,
1644
+ f
1645
+ );
1646
+ }
1647
+ f = message.getEntriesList();
1648
+ if (f.length > 0) {
1649
+ writer.writeRepeatedMessage(
1650
+ 2,
1651
+ f,
1652
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.serializeBinaryToWriter
1653
+ );
1654
+ }
1655
+ };
1656
+
1657
+
1658
+
1659
+ /**
1660
+ * Oneof group definitions for this message. Each group defines the field
1661
+ * numbers belonging to that group. When of these fields' value is set, all
1662
+ * other fields in the group are cleared. During deserialization, if multiple
1663
+ * fields are encountered for a group, only the last value seen will be kept.
1664
+ * @private {!Array<!Array<number>>}
1665
+ * @const
1666
+ */
1667
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.oneofGroups_ = [[2,3]];
1668
+
1669
+ /**
1670
+ * @enum {number}
1671
+ */
1672
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase = {
1673
+ KEY_KIND_NOT_SET: 0,
1674
+ FIELD_KEY: 2,
1675
+ MAP_KEY: 3
1676
+ };
1677
+
1678
+ /**
1679
+ * @return {proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase}
1680
+ */
1681
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.getKeyKindCase = function() {
1682
+ return /** @type {proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.KeyKindCase} */(jspb.Message.computeOneofCase(this, proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.oneofGroups_[0]));
1683
+ };
1684
+
1685
+
1686
+
1687
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1688
+ /**
1689
+ * Creates an object representation of this proto.
1690
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1691
+ * Optional fields that are not set will be set to undefined.
1692
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1693
+ * For the list of reserved names please see:
1694
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1695
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1696
+ * JSPB instance for transitional soy proto support:
1697
+ * http://goto/soy-param-migration
1698
+ * @return {!Object}
1699
+ */
1700
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.toObject = function(opt_includeInstance) {
1701
+ return proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.toObject(opt_includeInstance, this);
1702
+ };
1703
+
1704
+
1705
+ /**
1706
+ * Static version of the {@see toObject} method.
1707
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1708
+ * the JSPB instance for transitional soy proto support:
1709
+ * http://goto/soy-param-migration
1710
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} msg The msg instance to transform.
1711
+ * @return {!Object}
1712
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1713
+ */
1714
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.toObject = function(includeInstance, msg) {
1715
+ var f, obj = {
1716
+ id: jspb.Message.getFieldWithDefault(msg, 1, 0),
1717
+ fieldKey: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f,
1718
+ mapKey: (f = msg.getMapKey()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
1719
+ value: (f = msg.getValue()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
1720
+ optionalEntry: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
1721
+ };
1722
+
1723
+ if (includeInstance) {
1724
+ obj.$jspbMessageInstance = msg;
1725
+ }
1726
+ return obj;
1727
+ };
1728
+ }
1729
+
1730
+
1731
+ /**
1732
+ * Deserializes binary data (in protobuf wire format).
1733
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1734
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry}
1735
+ */
1736
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.deserializeBinary = function(bytes) {
1737
+ var reader = new jspb.BinaryReader(bytes);
1738
+ var msg = new proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry;
1739
+ return proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.deserializeBinaryFromReader(msg, reader);
1740
+ };
1741
+
1742
+
1743
+ /**
1744
+ * Deserializes binary data (in protobuf wire format) from the
1745
+ * given reader into the given message object.
1746
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} msg The message object to deserialize into.
1747
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1748
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry}
1749
+ */
1750
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.deserializeBinaryFromReader = function(msg, reader) {
1751
+ while (reader.nextField()) {
1752
+ if (reader.isEndGroup()) {
1753
+ break;
1754
+ }
1755
+ var field = reader.getFieldNumber();
1756
+ switch (field) {
1757
+ case 1:
1758
+ var value = /** @type {number} */ (reader.readInt64());
1759
+ msg.setId(value);
1760
+ break;
1761
+ case 2:
1762
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1763
+ msg.setFieldKey(value);
1764
+ break;
1765
+ case 3:
1766
+ var value = new proto.google.api.expr.v1alpha1.Expr;
1767
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
1768
+ msg.setMapKey(value);
1769
+ break;
1770
+ case 4:
1771
+ var value = new proto.google.api.expr.v1alpha1.Expr;
1772
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
1773
+ msg.setValue(value);
1774
+ break;
1775
+ case 5:
1776
+ var value = /** @type {boolean} */ (reader.readBool());
1777
+ msg.setOptionalEntry(value);
1778
+ break;
1779
+ default:
1780
+ reader.skipField();
1781
+ break;
1782
+ }
1783
+ }
1784
+ return msg;
1785
+ };
1786
+
1787
+
1788
+ /**
1789
+ * Serializes the message to binary data (in protobuf wire format).
1790
+ * @return {!Uint8Array}
1791
+ */
1792
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.serializeBinary = function() {
1793
+ var writer = new jspb.BinaryWriter();
1794
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.serializeBinaryToWriter(this, writer);
1795
+ return writer.getResultBuffer();
1796
+ };
1797
+
1798
+
1799
+ /**
1800
+ * Serializes the given message to binary data (in protobuf wire
1801
+ * format), writing to the given BinaryWriter.
1802
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} message
1803
+ * @param {!jspb.BinaryWriter} writer
1804
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1805
+ */
1806
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.serializeBinaryToWriter = function(message, writer) {
1807
+ var f = undefined;
1808
+ f = message.getId();
1809
+ if (f !== 0) {
1810
+ writer.writeInt64(
1811
+ 1,
1812
+ f
1813
+ );
1814
+ }
1815
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
1816
+ if (f != null) {
1817
+ writer.writeString(
1818
+ 2,
1819
+ f
1820
+ );
1821
+ }
1822
+ f = message.getMapKey();
1823
+ if (f != null) {
1824
+ writer.writeMessage(
1825
+ 3,
1826
+ f,
1827
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
1828
+ );
1829
+ }
1830
+ f = message.getValue();
1831
+ if (f != null) {
1832
+ writer.writeMessage(
1833
+ 4,
1834
+ f,
1835
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
1836
+ );
1837
+ }
1838
+ f = message.getOptionalEntry();
1839
+ if (f) {
1840
+ writer.writeBool(
1841
+ 5,
1842
+ f
1843
+ );
1844
+ }
1845
+ };
1846
+
1847
+
1848
+ /**
1849
+ * optional int64 id = 1;
1850
+ * @return {number}
1851
+ */
1852
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.getId = function() {
1853
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
1854
+ };
1855
+
1856
+
1857
+ /**
1858
+ * @param {number} value
1859
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1860
+ */
1861
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.setId = function(value) {
1862
+ return jspb.Message.setProto3IntField(this, 1, value);
1863
+ };
1864
+
1865
+
1866
+ /**
1867
+ * optional string field_key = 2;
1868
+ * @return {string}
1869
+ */
1870
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.getFieldKey = function() {
1871
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1872
+ };
1873
+
1874
+
1875
+ /**
1876
+ * @param {string} value
1877
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1878
+ */
1879
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.setFieldKey = function(value) {
1880
+ return jspb.Message.setOneofField(this, 2, proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.oneofGroups_[0], value);
1881
+ };
1882
+
1883
+
1884
+ /**
1885
+ * Clears the field making it undefined.
1886
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1887
+ */
1888
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.clearFieldKey = function() {
1889
+ return jspb.Message.setOneofField(this, 2, proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.oneofGroups_[0], undefined);
1890
+ };
1891
+
1892
+
1893
+ /**
1894
+ * Returns whether this field is set.
1895
+ * @return {boolean}
1896
+ */
1897
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.hasFieldKey = function() {
1898
+ return jspb.Message.getField(this, 2) != null;
1899
+ };
1900
+
1901
+
1902
+ /**
1903
+ * optional Expr map_key = 3;
1904
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
1905
+ */
1906
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.getMapKey = function() {
1907
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
1908
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 3));
1909
+ };
1910
+
1911
+
1912
+ /**
1913
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
1914
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1915
+ */
1916
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.setMapKey = function(value) {
1917
+ return jspb.Message.setOneofWrapperField(this, 3, proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.oneofGroups_[0], value);
1918
+ };
1919
+
1920
+
1921
+ /**
1922
+ * Clears the message field making it undefined.
1923
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1924
+ */
1925
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.clearMapKey = function() {
1926
+ return this.setMapKey(undefined);
1927
+ };
1928
+
1929
+
1930
+ /**
1931
+ * Returns whether this field is set.
1932
+ * @return {boolean}
1933
+ */
1934
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.hasMapKey = function() {
1935
+ return jspb.Message.getField(this, 3) != null;
1936
+ };
1937
+
1938
+
1939
+ /**
1940
+ * optional Expr value = 4;
1941
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
1942
+ */
1943
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.getValue = function() {
1944
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
1945
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 4));
1946
+ };
1947
+
1948
+
1949
+ /**
1950
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
1951
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1952
+ */
1953
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.setValue = function(value) {
1954
+ return jspb.Message.setWrapperField(this, 4, value);
1955
+ };
1956
+
1957
+
1958
+ /**
1959
+ * Clears the message field making it undefined.
1960
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1961
+ */
1962
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.clearValue = function() {
1963
+ return this.setValue(undefined);
1964
+ };
1965
+
1966
+
1967
+ /**
1968
+ * Returns whether this field is set.
1969
+ * @return {boolean}
1970
+ */
1971
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.hasValue = function() {
1972
+ return jspb.Message.getField(this, 4) != null;
1973
+ };
1974
+
1975
+
1976
+ /**
1977
+ * optional bool optional_entry = 5;
1978
+ * @return {boolean}
1979
+ */
1980
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.getOptionalEntry = function() {
1981
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
1982
+ };
1983
+
1984
+
1985
+ /**
1986
+ * @param {boolean} value
1987
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry} returns this
1988
+ */
1989
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry.prototype.setOptionalEntry = function(value) {
1990
+ return jspb.Message.setProto3BooleanField(this, 5, value);
1991
+ };
1992
+
1993
+
1994
+ /**
1995
+ * optional string message_name = 1;
1996
+ * @return {string}
1997
+ */
1998
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.getMessageName = function() {
1999
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2000
+ };
2001
+
2002
+
2003
+ /**
2004
+ * @param {string} value
2005
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct} returns this
2006
+ */
2007
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.setMessageName = function(value) {
2008
+ return jspb.Message.setProto3StringField(this, 1, value);
2009
+ };
2010
+
2011
+
2012
+ /**
2013
+ * repeated Entry entries = 2;
2014
+ * @return {!Array<!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry>}
2015
+ */
2016
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.getEntriesList = function() {
2017
+ return /** @type{!Array<!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry>} */ (
2018
+ jspb.Message.getRepeatedWrapperField(this, proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry, 2));
2019
+ };
2020
+
2021
+
2022
+ /**
2023
+ * @param {!Array<!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry>} value
2024
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct} returns this
2025
+ */
2026
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.setEntriesList = function(value) {
2027
+ return jspb.Message.setRepeatedWrapperField(this, 2, value);
2028
+ };
2029
+
2030
+
2031
+ /**
2032
+ * @param {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry=} opt_value
2033
+ * @param {number=} opt_index
2034
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry}
2035
+ */
2036
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.addEntries = function(opt_value, opt_index) {
2037
+ return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.google.api.expr.v1alpha1.Expr.CreateStruct.Entry, opt_index);
2038
+ };
2039
+
2040
+
2041
+ /**
2042
+ * Clears the list making it empty but non-null.
2043
+ * @return {!proto.google.api.expr.v1alpha1.Expr.CreateStruct} returns this
2044
+ */
2045
+ proto.google.api.expr.v1alpha1.Expr.CreateStruct.prototype.clearEntriesList = function() {
2046
+ return this.setEntriesList([]);
2047
+ };
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2054
+ /**
2055
+ * Creates an object representation of this proto.
2056
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2057
+ * Optional fields that are not set will be set to undefined.
2058
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2059
+ * For the list of reserved names please see:
2060
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2061
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2062
+ * JSPB instance for transitional soy proto support:
2063
+ * http://goto/soy-param-migration
2064
+ * @return {!Object}
2065
+ */
2066
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.toObject = function(opt_includeInstance) {
2067
+ return proto.google.api.expr.v1alpha1.Expr.Comprehension.toObject(opt_includeInstance, this);
2068
+ };
2069
+
2070
+
2071
+ /**
2072
+ * Static version of the {@see toObject} method.
2073
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2074
+ * the JSPB instance for transitional soy proto support:
2075
+ * http://goto/soy-param-migration
2076
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Comprehension} msg The msg instance to transform.
2077
+ * @return {!Object}
2078
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2079
+ */
2080
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.toObject = function(includeInstance, msg) {
2081
+ var f, obj = {
2082
+ iterVar: jspb.Message.getFieldWithDefault(msg, 1, ""),
2083
+ iterRange: (f = msg.getIterRange()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
2084
+ accuVar: jspb.Message.getFieldWithDefault(msg, 3, ""),
2085
+ accuInit: (f = msg.getAccuInit()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
2086
+ loopCondition: (f = msg.getLoopCondition()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
2087
+ loopStep: (f = msg.getLoopStep()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f),
2088
+ result: (f = msg.getResult()) && proto.google.api.expr.v1alpha1.Expr.toObject(includeInstance, f)
2089
+ };
2090
+
2091
+ if (includeInstance) {
2092
+ obj.$jspbMessageInstance = msg;
2093
+ }
2094
+ return obj;
2095
+ };
2096
+ }
2097
+
2098
+
2099
+ /**
2100
+ * Deserializes binary data (in protobuf wire format).
2101
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2102
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension}
2103
+ */
2104
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.deserializeBinary = function(bytes) {
2105
+ var reader = new jspb.BinaryReader(bytes);
2106
+ var msg = new proto.google.api.expr.v1alpha1.Expr.Comprehension;
2107
+ return proto.google.api.expr.v1alpha1.Expr.Comprehension.deserializeBinaryFromReader(msg, reader);
2108
+ };
2109
+
2110
+
2111
+ /**
2112
+ * Deserializes binary data (in protobuf wire format) from the
2113
+ * given reader into the given message object.
2114
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Comprehension} msg The message object to deserialize into.
2115
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2116
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension}
2117
+ */
2118
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.deserializeBinaryFromReader = function(msg, reader) {
2119
+ while (reader.nextField()) {
2120
+ if (reader.isEndGroup()) {
2121
+ break;
2122
+ }
2123
+ var field = reader.getFieldNumber();
2124
+ switch (field) {
2125
+ case 1:
2126
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2127
+ msg.setIterVar(value);
2128
+ break;
2129
+ case 2:
2130
+ var value = new proto.google.api.expr.v1alpha1.Expr;
2131
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
2132
+ msg.setIterRange(value);
2133
+ break;
2134
+ case 3:
2135
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2136
+ msg.setAccuVar(value);
2137
+ break;
2138
+ case 4:
2139
+ var value = new proto.google.api.expr.v1alpha1.Expr;
2140
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
2141
+ msg.setAccuInit(value);
2142
+ break;
2143
+ case 5:
2144
+ var value = new proto.google.api.expr.v1alpha1.Expr;
2145
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
2146
+ msg.setLoopCondition(value);
2147
+ break;
2148
+ case 6:
2149
+ var value = new proto.google.api.expr.v1alpha1.Expr;
2150
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
2151
+ msg.setLoopStep(value);
2152
+ break;
2153
+ case 7:
2154
+ var value = new proto.google.api.expr.v1alpha1.Expr;
2155
+ reader.readMessage(value,proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader);
2156
+ msg.setResult(value);
2157
+ break;
2158
+ default:
2159
+ reader.skipField();
2160
+ break;
2161
+ }
2162
+ }
2163
+ return msg;
2164
+ };
2165
+
2166
+
2167
+ /**
2168
+ * Serializes the message to binary data (in protobuf wire format).
2169
+ * @return {!Uint8Array}
2170
+ */
2171
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.serializeBinary = function() {
2172
+ var writer = new jspb.BinaryWriter();
2173
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.serializeBinaryToWriter(this, writer);
2174
+ return writer.getResultBuffer();
2175
+ };
2176
+
2177
+
2178
+ /**
2179
+ * Serializes the given message to binary data (in protobuf wire
2180
+ * format), writing to the given BinaryWriter.
2181
+ * @param {!proto.google.api.expr.v1alpha1.Expr.Comprehension} message
2182
+ * @param {!jspb.BinaryWriter} writer
2183
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2184
+ */
2185
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.serializeBinaryToWriter = function(message, writer) {
2186
+ var f = undefined;
2187
+ f = message.getIterVar();
2188
+ if (f.length > 0) {
2189
+ writer.writeString(
2190
+ 1,
2191
+ f
2192
+ );
2193
+ }
2194
+ f = message.getIterRange();
2195
+ if (f != null) {
2196
+ writer.writeMessage(
2197
+ 2,
2198
+ f,
2199
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
2200
+ );
2201
+ }
2202
+ f = message.getAccuVar();
2203
+ if (f.length > 0) {
2204
+ writer.writeString(
2205
+ 3,
2206
+ f
2207
+ );
2208
+ }
2209
+ f = message.getAccuInit();
2210
+ if (f != null) {
2211
+ writer.writeMessage(
2212
+ 4,
2213
+ f,
2214
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
2215
+ );
2216
+ }
2217
+ f = message.getLoopCondition();
2218
+ if (f != null) {
2219
+ writer.writeMessage(
2220
+ 5,
2221
+ f,
2222
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
2223
+ );
2224
+ }
2225
+ f = message.getLoopStep();
2226
+ if (f != null) {
2227
+ writer.writeMessage(
2228
+ 6,
2229
+ f,
2230
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
2231
+ );
2232
+ }
2233
+ f = message.getResult();
2234
+ if (f != null) {
2235
+ writer.writeMessage(
2236
+ 7,
2237
+ f,
2238
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter
2239
+ );
2240
+ }
2241
+ };
2242
+
2243
+
2244
+ /**
2245
+ * optional string iter_var = 1;
2246
+ * @return {string}
2247
+ */
2248
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.getIterVar = function() {
2249
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2250
+ };
2251
+
2252
+
2253
+ /**
2254
+ * @param {string} value
2255
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2256
+ */
2257
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.setIterVar = function(value) {
2258
+ return jspb.Message.setProto3StringField(this, 1, value);
2259
+ };
2260
+
2261
+
2262
+ /**
2263
+ * optional Expr iter_range = 2;
2264
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
2265
+ */
2266
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.getIterRange = function() {
2267
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
2268
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 2));
2269
+ };
2270
+
2271
+
2272
+ /**
2273
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
2274
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2275
+ */
2276
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.setIterRange = function(value) {
2277
+ return jspb.Message.setWrapperField(this, 2, value);
2278
+ };
2279
+
2280
+
2281
+ /**
2282
+ * Clears the message field making it undefined.
2283
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2284
+ */
2285
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.clearIterRange = function() {
2286
+ return this.setIterRange(undefined);
2287
+ };
2288
+
2289
+
2290
+ /**
2291
+ * Returns whether this field is set.
2292
+ * @return {boolean}
2293
+ */
2294
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.hasIterRange = function() {
2295
+ return jspb.Message.getField(this, 2) != null;
2296
+ };
2297
+
2298
+
2299
+ /**
2300
+ * optional string accu_var = 3;
2301
+ * @return {string}
2302
+ */
2303
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.getAccuVar = function() {
2304
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2305
+ };
2306
+
2307
+
2308
+ /**
2309
+ * @param {string} value
2310
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2311
+ */
2312
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.setAccuVar = function(value) {
2313
+ return jspb.Message.setProto3StringField(this, 3, value);
2314
+ };
2315
+
2316
+
2317
+ /**
2318
+ * optional Expr accu_init = 4;
2319
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
2320
+ */
2321
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.getAccuInit = function() {
2322
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
2323
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 4));
2324
+ };
2325
+
2326
+
2327
+ /**
2328
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
2329
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2330
+ */
2331
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.setAccuInit = function(value) {
2332
+ return jspb.Message.setWrapperField(this, 4, value);
2333
+ };
2334
+
2335
+
2336
+ /**
2337
+ * Clears the message field making it undefined.
2338
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2339
+ */
2340
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.clearAccuInit = function() {
2341
+ return this.setAccuInit(undefined);
2342
+ };
2343
+
2344
+
2345
+ /**
2346
+ * Returns whether this field is set.
2347
+ * @return {boolean}
2348
+ */
2349
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.hasAccuInit = function() {
2350
+ return jspb.Message.getField(this, 4) != null;
2351
+ };
2352
+
2353
+
2354
+ /**
2355
+ * optional Expr loop_condition = 5;
2356
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
2357
+ */
2358
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.getLoopCondition = function() {
2359
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
2360
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 5));
2361
+ };
2362
+
2363
+
2364
+ /**
2365
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
2366
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2367
+ */
2368
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.setLoopCondition = function(value) {
2369
+ return jspb.Message.setWrapperField(this, 5, value);
2370
+ };
2371
+
2372
+
2373
+ /**
2374
+ * Clears the message field making it undefined.
2375
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2376
+ */
2377
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.clearLoopCondition = function() {
2378
+ return this.setLoopCondition(undefined);
2379
+ };
2380
+
2381
+
2382
+ /**
2383
+ * Returns whether this field is set.
2384
+ * @return {boolean}
2385
+ */
2386
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.hasLoopCondition = function() {
2387
+ return jspb.Message.getField(this, 5) != null;
2388
+ };
2389
+
2390
+
2391
+ /**
2392
+ * optional Expr loop_step = 6;
2393
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
2394
+ */
2395
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.getLoopStep = function() {
2396
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
2397
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 6));
2398
+ };
2399
+
2400
+
2401
+ /**
2402
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
2403
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2404
+ */
2405
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.setLoopStep = function(value) {
2406
+ return jspb.Message.setWrapperField(this, 6, value);
2407
+ };
2408
+
2409
+
2410
+ /**
2411
+ * Clears the message field making it undefined.
2412
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2413
+ */
2414
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.clearLoopStep = function() {
2415
+ return this.setLoopStep(undefined);
2416
+ };
2417
+
2418
+
2419
+ /**
2420
+ * Returns whether this field is set.
2421
+ * @return {boolean}
2422
+ */
2423
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.hasLoopStep = function() {
2424
+ return jspb.Message.getField(this, 6) != null;
2425
+ };
2426
+
2427
+
2428
+ /**
2429
+ * optional Expr result = 7;
2430
+ * @return {?proto.google.api.expr.v1alpha1.Expr}
2431
+ */
2432
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.getResult = function() {
2433
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr} */ (
2434
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr, 7));
2435
+ };
2436
+
2437
+
2438
+ /**
2439
+ * @param {?proto.google.api.expr.v1alpha1.Expr|undefined} value
2440
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2441
+ */
2442
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.setResult = function(value) {
2443
+ return jspb.Message.setWrapperField(this, 7, value);
2444
+ };
2445
+
2446
+
2447
+ /**
2448
+ * Clears the message field making it undefined.
2449
+ * @return {!proto.google.api.expr.v1alpha1.Expr.Comprehension} returns this
2450
+ */
2451
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.clearResult = function() {
2452
+ return this.setResult(undefined);
2453
+ };
2454
+
2455
+
2456
+ /**
2457
+ * Returns whether this field is set.
2458
+ * @return {boolean}
2459
+ */
2460
+ proto.google.api.expr.v1alpha1.Expr.Comprehension.prototype.hasResult = function() {
2461
+ return jspb.Message.getField(this, 7) != null;
2462
+ };
2463
+
2464
+
2465
+ /**
2466
+ * optional int64 id = 2;
2467
+ * @return {number}
2468
+ */
2469
+ proto.google.api.expr.v1alpha1.Expr.prototype.getId = function() {
2470
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
2471
+ };
2472
+
2473
+
2474
+ /**
2475
+ * @param {number} value
2476
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2477
+ */
2478
+ proto.google.api.expr.v1alpha1.Expr.prototype.setId = function(value) {
2479
+ return jspb.Message.setProto3IntField(this, 2, value);
2480
+ };
2481
+
2482
+
2483
+ /**
2484
+ * optional Constant const_expr = 3;
2485
+ * @return {?proto.google.api.expr.v1alpha1.Constant}
2486
+ */
2487
+ proto.google.api.expr.v1alpha1.Expr.prototype.getConstExpr = function() {
2488
+ return /** @type{?proto.google.api.expr.v1alpha1.Constant} */ (
2489
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Constant, 3));
2490
+ };
2491
+
2492
+
2493
+ /**
2494
+ * @param {?proto.google.api.expr.v1alpha1.Constant|undefined} value
2495
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2496
+ */
2497
+ proto.google.api.expr.v1alpha1.Expr.prototype.setConstExpr = function(value) {
2498
+ return jspb.Message.setOneofWrapperField(this, 3, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0], value);
2499
+ };
2500
+
2501
+
2502
+ /**
2503
+ * Clears the message field making it undefined.
2504
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2505
+ */
2506
+ proto.google.api.expr.v1alpha1.Expr.prototype.clearConstExpr = function() {
2507
+ return this.setConstExpr(undefined);
2508
+ };
2509
+
2510
+
2511
+ /**
2512
+ * Returns whether this field is set.
2513
+ * @return {boolean}
2514
+ */
2515
+ proto.google.api.expr.v1alpha1.Expr.prototype.hasConstExpr = function() {
2516
+ return jspb.Message.getField(this, 3) != null;
2517
+ };
2518
+
2519
+
2520
+ /**
2521
+ * optional Ident ident_expr = 4;
2522
+ * @return {?proto.google.api.expr.v1alpha1.Expr.Ident}
2523
+ */
2524
+ proto.google.api.expr.v1alpha1.Expr.prototype.getIdentExpr = function() {
2525
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr.Ident} */ (
2526
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr.Ident, 4));
2527
+ };
2528
+
2529
+
2530
+ /**
2531
+ * @param {?proto.google.api.expr.v1alpha1.Expr.Ident|undefined} value
2532
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2533
+ */
2534
+ proto.google.api.expr.v1alpha1.Expr.prototype.setIdentExpr = function(value) {
2535
+ return jspb.Message.setOneofWrapperField(this, 4, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0], value);
2536
+ };
2537
+
2538
+
2539
+ /**
2540
+ * Clears the message field making it undefined.
2541
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2542
+ */
2543
+ proto.google.api.expr.v1alpha1.Expr.prototype.clearIdentExpr = function() {
2544
+ return this.setIdentExpr(undefined);
2545
+ };
2546
+
2547
+
2548
+ /**
2549
+ * Returns whether this field is set.
2550
+ * @return {boolean}
2551
+ */
2552
+ proto.google.api.expr.v1alpha1.Expr.prototype.hasIdentExpr = function() {
2553
+ return jspb.Message.getField(this, 4) != null;
2554
+ };
2555
+
2556
+
2557
+ /**
2558
+ * optional Select select_expr = 5;
2559
+ * @return {?proto.google.api.expr.v1alpha1.Expr.Select}
2560
+ */
2561
+ proto.google.api.expr.v1alpha1.Expr.prototype.getSelectExpr = function() {
2562
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr.Select} */ (
2563
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr.Select, 5));
2564
+ };
2565
+
2566
+
2567
+ /**
2568
+ * @param {?proto.google.api.expr.v1alpha1.Expr.Select|undefined} value
2569
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2570
+ */
2571
+ proto.google.api.expr.v1alpha1.Expr.prototype.setSelectExpr = function(value) {
2572
+ return jspb.Message.setOneofWrapperField(this, 5, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0], value);
2573
+ };
2574
+
2575
+
2576
+ /**
2577
+ * Clears the message field making it undefined.
2578
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2579
+ */
2580
+ proto.google.api.expr.v1alpha1.Expr.prototype.clearSelectExpr = function() {
2581
+ return this.setSelectExpr(undefined);
2582
+ };
2583
+
2584
+
2585
+ /**
2586
+ * Returns whether this field is set.
2587
+ * @return {boolean}
2588
+ */
2589
+ proto.google.api.expr.v1alpha1.Expr.prototype.hasSelectExpr = function() {
2590
+ return jspb.Message.getField(this, 5) != null;
2591
+ };
2592
+
2593
+
2594
+ /**
2595
+ * optional Call call_expr = 6;
2596
+ * @return {?proto.google.api.expr.v1alpha1.Expr.Call}
2597
+ */
2598
+ proto.google.api.expr.v1alpha1.Expr.prototype.getCallExpr = function() {
2599
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr.Call} */ (
2600
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr.Call, 6));
2601
+ };
2602
+
2603
+
2604
+ /**
2605
+ * @param {?proto.google.api.expr.v1alpha1.Expr.Call|undefined} value
2606
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2607
+ */
2608
+ proto.google.api.expr.v1alpha1.Expr.prototype.setCallExpr = function(value) {
2609
+ return jspb.Message.setOneofWrapperField(this, 6, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0], value);
2610
+ };
2611
+
2612
+
2613
+ /**
2614
+ * Clears the message field making it undefined.
2615
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2616
+ */
2617
+ proto.google.api.expr.v1alpha1.Expr.prototype.clearCallExpr = function() {
2618
+ return this.setCallExpr(undefined);
2619
+ };
2620
+
2621
+
2622
+ /**
2623
+ * Returns whether this field is set.
2624
+ * @return {boolean}
2625
+ */
2626
+ proto.google.api.expr.v1alpha1.Expr.prototype.hasCallExpr = function() {
2627
+ return jspb.Message.getField(this, 6) != null;
2628
+ };
2629
+
2630
+
2631
+ /**
2632
+ * optional CreateList list_expr = 7;
2633
+ * @return {?proto.google.api.expr.v1alpha1.Expr.CreateList}
2634
+ */
2635
+ proto.google.api.expr.v1alpha1.Expr.prototype.getListExpr = function() {
2636
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr.CreateList} */ (
2637
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr.CreateList, 7));
2638
+ };
2639
+
2640
+
2641
+ /**
2642
+ * @param {?proto.google.api.expr.v1alpha1.Expr.CreateList|undefined} value
2643
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2644
+ */
2645
+ proto.google.api.expr.v1alpha1.Expr.prototype.setListExpr = function(value) {
2646
+ return jspb.Message.setOneofWrapperField(this, 7, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0], value);
2647
+ };
2648
+
2649
+
2650
+ /**
2651
+ * Clears the message field making it undefined.
2652
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2653
+ */
2654
+ proto.google.api.expr.v1alpha1.Expr.prototype.clearListExpr = function() {
2655
+ return this.setListExpr(undefined);
2656
+ };
2657
+
2658
+
2659
+ /**
2660
+ * Returns whether this field is set.
2661
+ * @return {boolean}
2662
+ */
2663
+ proto.google.api.expr.v1alpha1.Expr.prototype.hasListExpr = function() {
2664
+ return jspb.Message.getField(this, 7) != null;
2665
+ };
2666
+
2667
+
2668
+ /**
2669
+ * optional CreateStruct struct_expr = 8;
2670
+ * @return {?proto.google.api.expr.v1alpha1.Expr.CreateStruct}
2671
+ */
2672
+ proto.google.api.expr.v1alpha1.Expr.prototype.getStructExpr = function() {
2673
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr.CreateStruct} */ (
2674
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr.CreateStruct, 8));
2675
+ };
2676
+
2677
+
2678
+ /**
2679
+ * @param {?proto.google.api.expr.v1alpha1.Expr.CreateStruct|undefined} value
2680
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2681
+ */
2682
+ proto.google.api.expr.v1alpha1.Expr.prototype.setStructExpr = function(value) {
2683
+ return jspb.Message.setOneofWrapperField(this, 8, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0], value);
2684
+ };
2685
+
2686
+
2687
+ /**
2688
+ * Clears the message field making it undefined.
2689
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2690
+ */
2691
+ proto.google.api.expr.v1alpha1.Expr.prototype.clearStructExpr = function() {
2692
+ return this.setStructExpr(undefined);
2693
+ };
2694
+
2695
+
2696
+ /**
2697
+ * Returns whether this field is set.
2698
+ * @return {boolean}
2699
+ */
2700
+ proto.google.api.expr.v1alpha1.Expr.prototype.hasStructExpr = function() {
2701
+ return jspb.Message.getField(this, 8) != null;
2702
+ };
2703
+
2704
+
2705
+ /**
2706
+ * optional Comprehension comprehension_expr = 9;
2707
+ * @return {?proto.google.api.expr.v1alpha1.Expr.Comprehension}
2708
+ */
2709
+ proto.google.api.expr.v1alpha1.Expr.prototype.getComprehensionExpr = function() {
2710
+ return /** @type{?proto.google.api.expr.v1alpha1.Expr.Comprehension} */ (
2711
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1alpha1.Expr.Comprehension, 9));
2712
+ };
2713
+
2714
+
2715
+ /**
2716
+ * @param {?proto.google.api.expr.v1alpha1.Expr.Comprehension|undefined} value
2717
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2718
+ */
2719
+ proto.google.api.expr.v1alpha1.Expr.prototype.setComprehensionExpr = function(value) {
2720
+ return jspb.Message.setOneofWrapperField(this, 9, proto.google.api.expr.v1alpha1.Expr.oneofGroups_[0], value);
2721
+ };
2722
+
2723
+
2724
+ /**
2725
+ * Clears the message field making it undefined.
2726
+ * @return {!proto.google.api.expr.v1alpha1.Expr} returns this
2727
+ */
2728
+ proto.google.api.expr.v1alpha1.Expr.prototype.clearComprehensionExpr = function() {
2729
+ return this.setComprehensionExpr(undefined);
2730
+ };
2731
+
2732
+
2733
+ /**
2734
+ * Returns whether this field is set.
2735
+ * @return {boolean}
2736
+ */
2737
+ proto.google.api.expr.v1alpha1.Expr.prototype.hasComprehensionExpr = function() {
2738
+ return jspb.Message.getField(this, 9) != null;
2739
+ };
2740
+
2741
+
2742
+
2743
+ /**
2744
+ * Oneof group definitions for this message. Each group defines the field
2745
+ * numbers belonging to that group. When of these fields' value is set, all
2746
+ * other fields in the group are cleared. During deserialization, if multiple
2747
+ * fields are encountered for a group, only the last value seen will be kept.
2748
+ * @private {!Array<!Array<number>>}
2749
+ * @const
2750
+ */
2751
+ proto.google.api.expr.v1alpha1.Constant.oneofGroups_ = [[1,2,3,4,5,6,7,8,9]];
2752
+
2753
+ /**
2754
+ * @enum {number}
2755
+ */
2756
+ proto.google.api.expr.v1alpha1.Constant.ConstantKindCase = {
2757
+ CONSTANT_KIND_NOT_SET: 0,
2758
+ NULL_VALUE: 1,
2759
+ BOOL_VALUE: 2,
2760
+ INT64_VALUE: 3,
2761
+ UINT64_VALUE: 4,
2762
+ DOUBLE_VALUE: 5,
2763
+ STRING_VALUE: 6,
2764
+ BYTES_VALUE: 7,
2765
+ DURATION_VALUE: 8,
2766
+ TIMESTAMP_VALUE: 9
2767
+ };
2768
+
2769
+ /**
2770
+ * @return {proto.google.api.expr.v1alpha1.Constant.ConstantKindCase}
2771
+ */
2772
+ proto.google.api.expr.v1alpha1.Constant.prototype.getConstantKindCase = function() {
2773
+ return /** @type {proto.google.api.expr.v1alpha1.Constant.ConstantKindCase} */(jspb.Message.computeOneofCase(this, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0]));
2774
+ };
2775
+
2776
+
2777
+
2778
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2779
+ /**
2780
+ * Creates an object representation of this proto.
2781
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2782
+ * Optional fields that are not set will be set to undefined.
2783
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2784
+ * For the list of reserved names please see:
2785
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2786
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2787
+ * JSPB instance for transitional soy proto support:
2788
+ * http://goto/soy-param-migration
2789
+ * @return {!Object}
2790
+ */
2791
+ proto.google.api.expr.v1alpha1.Constant.prototype.toObject = function(opt_includeInstance) {
2792
+ return proto.google.api.expr.v1alpha1.Constant.toObject(opt_includeInstance, this);
2793
+ };
2794
+
2795
+
2796
+ /**
2797
+ * Static version of the {@see toObject} method.
2798
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2799
+ * the JSPB instance for transitional soy proto support:
2800
+ * http://goto/soy-param-migration
2801
+ * @param {!proto.google.api.expr.v1alpha1.Constant} msg The msg instance to transform.
2802
+ * @return {!Object}
2803
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2804
+ */
2805
+ proto.google.api.expr.v1alpha1.Constant.toObject = function(includeInstance, msg) {
2806
+ var f, obj = {
2807
+ nullValue: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
2808
+ boolValue: (f = jspb.Message.getBooleanField(msg, 2)) == null ? undefined : f,
2809
+ int64Value: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f,
2810
+ uint64Value: (f = jspb.Message.getField(msg, 4)) == null ? undefined : f,
2811
+ doubleValue: (f = jspb.Message.getOptionalFloatingPointField(msg, 5)) == null ? undefined : f,
2812
+ stringValue: (f = jspb.Message.getField(msg, 6)) == null ? undefined : f,
2813
+ bytesValue: msg.getBytesValue_asB64(),
2814
+ durationValue: (f = msg.getDurationValue()) && google_protobuf_duration_pb.Duration.toObject(includeInstance, f),
2815
+ timestampValue: (f = msg.getTimestampValue()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
2816
+ };
2817
+
2818
+ if (includeInstance) {
2819
+ obj.$jspbMessageInstance = msg;
2820
+ }
2821
+ return obj;
2822
+ };
2823
+ }
2824
+
2825
+
2826
+ /**
2827
+ * Deserializes binary data (in protobuf wire format).
2828
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2829
+ * @return {!proto.google.api.expr.v1alpha1.Constant}
2830
+ */
2831
+ proto.google.api.expr.v1alpha1.Constant.deserializeBinary = function(bytes) {
2832
+ var reader = new jspb.BinaryReader(bytes);
2833
+ var msg = new proto.google.api.expr.v1alpha1.Constant;
2834
+ return proto.google.api.expr.v1alpha1.Constant.deserializeBinaryFromReader(msg, reader);
2835
+ };
2836
+
2837
+
2838
+ /**
2839
+ * Deserializes binary data (in protobuf wire format) from the
2840
+ * given reader into the given message object.
2841
+ * @param {!proto.google.api.expr.v1alpha1.Constant} msg The message object to deserialize into.
2842
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2843
+ * @return {!proto.google.api.expr.v1alpha1.Constant}
2844
+ */
2845
+ proto.google.api.expr.v1alpha1.Constant.deserializeBinaryFromReader = function(msg, reader) {
2846
+ while (reader.nextField()) {
2847
+ if (reader.isEndGroup()) {
2848
+ break;
2849
+ }
2850
+ var field = reader.getFieldNumber();
2851
+ switch (field) {
2852
+ case 1:
2853
+ var value = /** @type {!proto.google.protobuf.NullValue} */ (reader.readEnum());
2854
+ msg.setNullValue(value);
2855
+ break;
2856
+ case 2:
2857
+ var value = /** @type {boolean} */ (reader.readBool());
2858
+ msg.setBoolValue(value);
2859
+ break;
2860
+ case 3:
2861
+ var value = /** @type {number} */ (reader.readInt64());
2862
+ msg.setInt64Value(value);
2863
+ break;
2864
+ case 4:
2865
+ var value = /** @type {number} */ (reader.readUint64());
2866
+ msg.setUint64Value(value);
2867
+ break;
2868
+ case 5:
2869
+ var value = /** @type {number} */ (reader.readDouble());
2870
+ msg.setDoubleValue(value);
2871
+ break;
2872
+ case 6:
2873
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2874
+ msg.setStringValue(value);
2875
+ break;
2876
+ case 7:
2877
+ var value = /** @type {!Uint8Array} */ (reader.readBytes());
2878
+ msg.setBytesValue(value);
2879
+ break;
2880
+ case 8:
2881
+ var value = new google_protobuf_duration_pb.Duration;
2882
+ reader.readMessage(value,google_protobuf_duration_pb.Duration.deserializeBinaryFromReader);
2883
+ msg.setDurationValue(value);
2884
+ break;
2885
+ case 9:
2886
+ var value = new google_protobuf_timestamp_pb.Timestamp;
2887
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
2888
+ msg.setTimestampValue(value);
2889
+ break;
2890
+ default:
2891
+ reader.skipField();
2892
+ break;
2893
+ }
2894
+ }
2895
+ return msg;
2896
+ };
2897
+
2898
+
2899
+ /**
2900
+ * Serializes the message to binary data (in protobuf wire format).
2901
+ * @return {!Uint8Array}
2902
+ */
2903
+ proto.google.api.expr.v1alpha1.Constant.prototype.serializeBinary = function() {
2904
+ var writer = new jspb.BinaryWriter();
2905
+ proto.google.api.expr.v1alpha1.Constant.serializeBinaryToWriter(this, writer);
2906
+ return writer.getResultBuffer();
2907
+ };
2908
+
2909
+
2910
+ /**
2911
+ * Serializes the given message to binary data (in protobuf wire
2912
+ * format), writing to the given BinaryWriter.
2913
+ * @param {!proto.google.api.expr.v1alpha1.Constant} message
2914
+ * @param {!jspb.BinaryWriter} writer
2915
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2916
+ */
2917
+ proto.google.api.expr.v1alpha1.Constant.serializeBinaryToWriter = function(message, writer) {
2918
+ var f = undefined;
2919
+ f = /** @type {!proto.google.protobuf.NullValue} */ (jspb.Message.getField(message, 1));
2920
+ if (f != null) {
2921
+ writer.writeEnum(
2922
+ 1,
2923
+ f
2924
+ );
2925
+ }
2926
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 2));
2927
+ if (f != null) {
2928
+ writer.writeBool(
2929
+ 2,
2930
+ f
2931
+ );
2932
+ }
2933
+ f = /** @type {number} */ (jspb.Message.getField(message, 3));
2934
+ if (f != null) {
2935
+ writer.writeInt64(
2936
+ 3,
2937
+ f
2938
+ );
2939
+ }
2940
+ f = /** @type {number} */ (jspb.Message.getField(message, 4));
2941
+ if (f != null) {
2942
+ writer.writeUint64(
2943
+ 4,
2944
+ f
2945
+ );
2946
+ }
2947
+ f = /** @type {number} */ (jspb.Message.getField(message, 5));
2948
+ if (f != null) {
2949
+ writer.writeDouble(
2950
+ 5,
2951
+ f
2952
+ );
2953
+ }
2954
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
2955
+ if (f != null) {
2956
+ writer.writeString(
2957
+ 6,
2958
+ f
2959
+ );
2960
+ }
2961
+ f = /** @type {!(string|Uint8Array)} */ (jspb.Message.getField(message, 7));
2962
+ if (f != null) {
2963
+ writer.writeBytes(
2964
+ 7,
2965
+ f
2966
+ );
2967
+ }
2968
+ f = message.getDurationValue();
2969
+ if (f != null) {
2970
+ writer.writeMessage(
2971
+ 8,
2972
+ f,
2973
+ google_protobuf_duration_pb.Duration.serializeBinaryToWriter
2974
+ );
2975
+ }
2976
+ f = message.getTimestampValue();
2977
+ if (f != null) {
2978
+ writer.writeMessage(
2979
+ 9,
2980
+ f,
2981
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
2982
+ );
2983
+ }
2984
+ };
2985
+
2986
+
2987
+ /**
2988
+ * optional google.protobuf.NullValue null_value = 1;
2989
+ * @return {!proto.google.protobuf.NullValue}
2990
+ */
2991
+ proto.google.api.expr.v1alpha1.Constant.prototype.getNullValue = function() {
2992
+ return /** @type {!proto.google.protobuf.NullValue} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
2993
+ };
2994
+
2995
+
2996
+ /**
2997
+ * @param {!proto.google.protobuf.NullValue} value
2998
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
2999
+ */
3000
+ proto.google.api.expr.v1alpha1.Constant.prototype.setNullValue = function(value) {
3001
+ return jspb.Message.setOneofField(this, 1, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3002
+ };
3003
+
3004
+
3005
+ /**
3006
+ * Clears the field making it undefined.
3007
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3008
+ */
3009
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearNullValue = function() {
3010
+ return jspb.Message.setOneofField(this, 1, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], undefined);
3011
+ };
3012
+
3013
+
3014
+ /**
3015
+ * Returns whether this field is set.
3016
+ * @return {boolean}
3017
+ */
3018
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasNullValue = function() {
3019
+ return jspb.Message.getField(this, 1) != null;
3020
+ };
3021
+
3022
+
3023
+ /**
3024
+ * optional bool bool_value = 2;
3025
+ * @return {boolean}
3026
+ */
3027
+ proto.google.api.expr.v1alpha1.Constant.prototype.getBoolValue = function() {
3028
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
3029
+ };
3030
+
3031
+
3032
+ /**
3033
+ * @param {boolean} value
3034
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3035
+ */
3036
+ proto.google.api.expr.v1alpha1.Constant.prototype.setBoolValue = function(value) {
3037
+ return jspb.Message.setOneofField(this, 2, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3038
+ };
3039
+
3040
+
3041
+ /**
3042
+ * Clears the field making it undefined.
3043
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3044
+ */
3045
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearBoolValue = function() {
3046
+ return jspb.Message.setOneofField(this, 2, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], undefined);
3047
+ };
3048
+
3049
+
3050
+ /**
3051
+ * Returns whether this field is set.
3052
+ * @return {boolean}
3053
+ */
3054
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasBoolValue = function() {
3055
+ return jspb.Message.getField(this, 2) != null;
3056
+ };
3057
+
3058
+
3059
+ /**
3060
+ * optional int64 int64_value = 3;
3061
+ * @return {number}
3062
+ */
3063
+ proto.google.api.expr.v1alpha1.Constant.prototype.getInt64Value = function() {
3064
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
3065
+ };
3066
+
3067
+
3068
+ /**
3069
+ * @param {number} value
3070
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3071
+ */
3072
+ proto.google.api.expr.v1alpha1.Constant.prototype.setInt64Value = function(value) {
3073
+ return jspb.Message.setOneofField(this, 3, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3074
+ };
3075
+
3076
+
3077
+ /**
3078
+ * Clears the field making it undefined.
3079
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3080
+ */
3081
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearInt64Value = function() {
3082
+ return jspb.Message.setOneofField(this, 3, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], undefined);
3083
+ };
3084
+
3085
+
3086
+ /**
3087
+ * Returns whether this field is set.
3088
+ * @return {boolean}
3089
+ */
3090
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasInt64Value = function() {
3091
+ return jspb.Message.getField(this, 3) != null;
3092
+ };
3093
+
3094
+
3095
+ /**
3096
+ * optional uint64 uint64_value = 4;
3097
+ * @return {number}
3098
+ */
3099
+ proto.google.api.expr.v1alpha1.Constant.prototype.getUint64Value = function() {
3100
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
3101
+ };
3102
+
3103
+
3104
+ /**
3105
+ * @param {number} value
3106
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3107
+ */
3108
+ proto.google.api.expr.v1alpha1.Constant.prototype.setUint64Value = function(value) {
3109
+ return jspb.Message.setOneofField(this, 4, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3110
+ };
3111
+
3112
+
3113
+ /**
3114
+ * Clears the field making it undefined.
3115
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3116
+ */
3117
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearUint64Value = function() {
3118
+ return jspb.Message.setOneofField(this, 4, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], undefined);
3119
+ };
3120
+
3121
+
3122
+ /**
3123
+ * Returns whether this field is set.
3124
+ * @return {boolean}
3125
+ */
3126
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasUint64Value = function() {
3127
+ return jspb.Message.getField(this, 4) != null;
3128
+ };
3129
+
3130
+
3131
+ /**
3132
+ * optional double double_value = 5;
3133
+ * @return {number}
3134
+ */
3135
+ proto.google.api.expr.v1alpha1.Constant.prototype.getDoubleValue = function() {
3136
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
3137
+ };
3138
+
3139
+
3140
+ /**
3141
+ * @param {number} value
3142
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3143
+ */
3144
+ proto.google.api.expr.v1alpha1.Constant.prototype.setDoubleValue = function(value) {
3145
+ return jspb.Message.setOneofField(this, 5, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3146
+ };
3147
+
3148
+
3149
+ /**
3150
+ * Clears the field making it undefined.
3151
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3152
+ */
3153
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearDoubleValue = function() {
3154
+ return jspb.Message.setOneofField(this, 5, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], undefined);
3155
+ };
3156
+
3157
+
3158
+ /**
3159
+ * Returns whether this field is set.
3160
+ * @return {boolean}
3161
+ */
3162
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasDoubleValue = function() {
3163
+ return jspb.Message.getField(this, 5) != null;
3164
+ };
3165
+
3166
+
3167
+ /**
3168
+ * optional string string_value = 6;
3169
+ * @return {string}
3170
+ */
3171
+ proto.google.api.expr.v1alpha1.Constant.prototype.getStringValue = function() {
3172
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
3173
+ };
3174
+
3175
+
3176
+ /**
3177
+ * @param {string} value
3178
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3179
+ */
3180
+ proto.google.api.expr.v1alpha1.Constant.prototype.setStringValue = function(value) {
3181
+ return jspb.Message.setOneofField(this, 6, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3182
+ };
3183
+
3184
+
3185
+ /**
3186
+ * Clears the field making it undefined.
3187
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3188
+ */
3189
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearStringValue = function() {
3190
+ return jspb.Message.setOneofField(this, 6, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], undefined);
3191
+ };
3192
+
3193
+
3194
+ /**
3195
+ * Returns whether this field is set.
3196
+ * @return {boolean}
3197
+ */
3198
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasStringValue = function() {
3199
+ return jspb.Message.getField(this, 6) != null;
3200
+ };
3201
+
3202
+
3203
+ /**
3204
+ * optional bytes bytes_value = 7;
3205
+ * @return {!(string|Uint8Array)}
3206
+ */
3207
+ proto.google.api.expr.v1alpha1.Constant.prototype.getBytesValue = function() {
3208
+ return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
3209
+ };
3210
+
3211
+
3212
+ /**
3213
+ * optional bytes bytes_value = 7;
3214
+ * This is a type-conversion wrapper around `getBytesValue()`
3215
+ * @return {string}
3216
+ */
3217
+ proto.google.api.expr.v1alpha1.Constant.prototype.getBytesValue_asB64 = function() {
3218
+ return /** @type {string} */ (jspb.Message.bytesAsB64(
3219
+ this.getBytesValue()));
3220
+ };
3221
+
3222
+
3223
+ /**
3224
+ * optional bytes bytes_value = 7;
3225
+ * Note that Uint8Array is not supported on all browsers.
3226
+ * @see http://caniuse.com/Uint8Array
3227
+ * This is a type-conversion wrapper around `getBytesValue()`
3228
+ * @return {!Uint8Array}
3229
+ */
3230
+ proto.google.api.expr.v1alpha1.Constant.prototype.getBytesValue_asU8 = function() {
3231
+ return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
3232
+ this.getBytesValue()));
3233
+ };
3234
+
3235
+
3236
+ /**
3237
+ * @param {!(string|Uint8Array)} value
3238
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3239
+ */
3240
+ proto.google.api.expr.v1alpha1.Constant.prototype.setBytesValue = function(value) {
3241
+ return jspb.Message.setOneofField(this, 7, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3242
+ };
3243
+
3244
+
3245
+ /**
3246
+ * Clears the field making it undefined.
3247
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3248
+ */
3249
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearBytesValue = function() {
3250
+ return jspb.Message.setOneofField(this, 7, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], undefined);
3251
+ };
3252
+
3253
+
3254
+ /**
3255
+ * Returns whether this field is set.
3256
+ * @return {boolean}
3257
+ */
3258
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasBytesValue = function() {
3259
+ return jspb.Message.getField(this, 7) != null;
3260
+ };
3261
+
3262
+
3263
+ /**
3264
+ * optional google.protobuf.Duration duration_value = 8;
3265
+ * @return {?proto.google.protobuf.Duration}
3266
+ */
3267
+ proto.google.api.expr.v1alpha1.Constant.prototype.getDurationValue = function() {
3268
+ return /** @type{?proto.google.protobuf.Duration} */ (
3269
+ jspb.Message.getWrapperField(this, google_protobuf_duration_pb.Duration, 8));
3270
+ };
3271
+
3272
+
3273
+ /**
3274
+ * @param {?proto.google.protobuf.Duration|undefined} value
3275
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3276
+ */
3277
+ proto.google.api.expr.v1alpha1.Constant.prototype.setDurationValue = function(value) {
3278
+ return jspb.Message.setOneofWrapperField(this, 8, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3279
+ };
3280
+
3281
+
3282
+ /**
3283
+ * Clears the message field making it undefined.
3284
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3285
+ */
3286
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearDurationValue = function() {
3287
+ return this.setDurationValue(undefined);
3288
+ };
3289
+
3290
+
3291
+ /**
3292
+ * Returns whether this field is set.
3293
+ * @return {boolean}
3294
+ */
3295
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasDurationValue = function() {
3296
+ return jspb.Message.getField(this, 8) != null;
3297
+ };
3298
+
3299
+
3300
+ /**
3301
+ * optional google.protobuf.Timestamp timestamp_value = 9;
3302
+ * @return {?proto.google.protobuf.Timestamp}
3303
+ */
3304
+ proto.google.api.expr.v1alpha1.Constant.prototype.getTimestampValue = function() {
3305
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
3306
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 9));
3307
+ };
3308
+
3309
+
3310
+ /**
3311
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
3312
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3313
+ */
3314
+ proto.google.api.expr.v1alpha1.Constant.prototype.setTimestampValue = function(value) {
3315
+ return jspb.Message.setOneofWrapperField(this, 9, proto.google.api.expr.v1alpha1.Constant.oneofGroups_[0], value);
3316
+ };
3317
+
3318
+
3319
+ /**
3320
+ * Clears the message field making it undefined.
3321
+ * @return {!proto.google.api.expr.v1alpha1.Constant} returns this
3322
+ */
3323
+ proto.google.api.expr.v1alpha1.Constant.prototype.clearTimestampValue = function() {
3324
+ return this.setTimestampValue(undefined);
3325
+ };
3326
+
3327
+
3328
+ /**
3329
+ * Returns whether this field is set.
3330
+ * @return {boolean}
3331
+ */
3332
+ proto.google.api.expr.v1alpha1.Constant.prototype.hasTimestampValue = function() {
3333
+ return jspb.Message.getField(this, 9) != null;
3334
+ };
3335
+
3336
+
3337
+
3338
+ /**
3339
+ * List of repeated fields within this message type.
3340
+ * @private {!Array<number>}
3341
+ * @const
3342
+ */
3343
+ proto.google.api.expr.v1alpha1.SourceInfo.repeatedFields_ = [3];
3344
+
3345
+
3346
+
3347
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3348
+ /**
3349
+ * Creates an object representation of this proto.
3350
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3351
+ * Optional fields that are not set will be set to undefined.
3352
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3353
+ * For the list of reserved names please see:
3354
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3355
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3356
+ * JSPB instance for transitional soy proto support:
3357
+ * http://goto/soy-param-migration
3358
+ * @return {!Object}
3359
+ */
3360
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.toObject = function(opt_includeInstance) {
3361
+ return proto.google.api.expr.v1alpha1.SourceInfo.toObject(opt_includeInstance, this);
3362
+ };
3363
+
3364
+
3365
+ /**
3366
+ * Static version of the {@see toObject} method.
3367
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3368
+ * the JSPB instance for transitional soy proto support:
3369
+ * http://goto/soy-param-migration
3370
+ * @param {!proto.google.api.expr.v1alpha1.SourceInfo} msg The msg instance to transform.
3371
+ * @return {!Object}
3372
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3373
+ */
3374
+ proto.google.api.expr.v1alpha1.SourceInfo.toObject = function(includeInstance, msg) {
3375
+ var f, obj = {
3376
+ syntaxVersion: jspb.Message.getFieldWithDefault(msg, 1, ""),
3377
+ location: jspb.Message.getFieldWithDefault(msg, 2, ""),
3378
+ lineOffsetsList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f,
3379
+ positionsMap: (f = msg.getPositionsMap()) ? f.toObject(includeInstance, undefined) : [],
3380
+ macroCallsMap: (f = msg.getMacroCallsMap()) ? f.toObject(includeInstance, proto.google.api.expr.v1alpha1.Expr.toObject) : []
3381
+ };
3382
+
3383
+ if (includeInstance) {
3384
+ obj.$jspbMessageInstance = msg;
3385
+ }
3386
+ return obj;
3387
+ };
3388
+ }
3389
+
3390
+
3391
+ /**
3392
+ * Deserializes binary data (in protobuf wire format).
3393
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3394
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo}
3395
+ */
3396
+ proto.google.api.expr.v1alpha1.SourceInfo.deserializeBinary = function(bytes) {
3397
+ var reader = new jspb.BinaryReader(bytes);
3398
+ var msg = new proto.google.api.expr.v1alpha1.SourceInfo;
3399
+ return proto.google.api.expr.v1alpha1.SourceInfo.deserializeBinaryFromReader(msg, reader);
3400
+ };
3401
+
3402
+
3403
+ /**
3404
+ * Deserializes binary data (in protobuf wire format) from the
3405
+ * given reader into the given message object.
3406
+ * @param {!proto.google.api.expr.v1alpha1.SourceInfo} msg The message object to deserialize into.
3407
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3408
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo}
3409
+ */
3410
+ proto.google.api.expr.v1alpha1.SourceInfo.deserializeBinaryFromReader = function(msg, reader) {
3411
+ while (reader.nextField()) {
3412
+ if (reader.isEndGroup()) {
3413
+ break;
3414
+ }
3415
+ var field = reader.getFieldNumber();
3416
+ switch (field) {
3417
+ case 1:
3418
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3419
+ msg.setSyntaxVersion(value);
3420
+ break;
3421
+ case 2:
3422
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3423
+ msg.setLocation(value);
3424
+ break;
3425
+ case 3:
3426
+ reader.readPackableInt32Into(msg.getLineOffsetsList());
3427
+ break;
3428
+ case 4:
3429
+ var value = msg.getPositionsMap();
3430
+ reader.readMessage(value, function(message, reader) {
3431
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readInt64, jspb.BinaryReader.prototype.readInt32, null, 0, 0);
3432
+ });
3433
+ break;
3434
+ case 5:
3435
+ var value = msg.getMacroCallsMap();
3436
+ reader.readMessage(value, function(message, reader) {
3437
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readInt64, jspb.BinaryReader.prototype.readMessage, proto.google.api.expr.v1alpha1.Expr.deserializeBinaryFromReader, 0, new proto.google.api.expr.v1alpha1.Expr());
3438
+ });
3439
+ break;
3440
+ default:
3441
+ reader.skipField();
3442
+ break;
3443
+ }
3444
+ }
3445
+ return msg;
3446
+ };
3447
+
3448
+
3449
+ /**
3450
+ * Serializes the message to binary data (in protobuf wire format).
3451
+ * @return {!Uint8Array}
3452
+ */
3453
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.serializeBinary = function() {
3454
+ var writer = new jspb.BinaryWriter();
3455
+ proto.google.api.expr.v1alpha1.SourceInfo.serializeBinaryToWriter(this, writer);
3456
+ return writer.getResultBuffer();
3457
+ };
3458
+
3459
+
3460
+ /**
3461
+ * Serializes the given message to binary data (in protobuf wire
3462
+ * format), writing to the given BinaryWriter.
3463
+ * @param {!proto.google.api.expr.v1alpha1.SourceInfo} message
3464
+ * @param {!jspb.BinaryWriter} writer
3465
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3466
+ */
3467
+ proto.google.api.expr.v1alpha1.SourceInfo.serializeBinaryToWriter = function(message, writer) {
3468
+ var f = undefined;
3469
+ f = message.getSyntaxVersion();
3470
+ if (f.length > 0) {
3471
+ writer.writeString(
3472
+ 1,
3473
+ f
3474
+ );
3475
+ }
3476
+ f = message.getLocation();
3477
+ if (f.length > 0) {
3478
+ writer.writeString(
3479
+ 2,
3480
+ f
3481
+ );
3482
+ }
3483
+ f = message.getLineOffsetsList();
3484
+ if (f.length > 0) {
3485
+ writer.writePackedInt32(
3486
+ 3,
3487
+ f
3488
+ );
3489
+ }
3490
+ f = message.getPositionsMap(true);
3491
+ if (f && f.getLength() > 0) {
3492
+ jspb.internal.public_for_gencode.serializeMapToBinary(
3493
+ message.getPositionsMap(true),
3494
+ 4,
3495
+ writer,
3496
+ jspb.BinaryWriter.prototype.writeInt64,
3497
+ jspb.BinaryWriter.prototype.writeInt32);
3498
+ }
3499
+ f = message.getMacroCallsMap(true);
3500
+ if (f && f.getLength() > 0) {
3501
+ jspb.internal.public_for_gencode.serializeMapToBinary(
3502
+ message.getMacroCallsMap(true),
3503
+ 5,
3504
+ writer,
3505
+ jspb.BinaryWriter.prototype.writeInt64,
3506
+ jspb.BinaryWriter.prototype.writeMessage,
3507
+ proto.google.api.expr.v1alpha1.Expr.serializeBinaryToWriter);
3508
+ }
3509
+ };
3510
+
3511
+
3512
+ /**
3513
+ * optional string syntax_version = 1;
3514
+ * @return {string}
3515
+ */
3516
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.getSyntaxVersion = function() {
3517
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3518
+ };
3519
+
3520
+
3521
+ /**
3522
+ * @param {string} value
3523
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo} returns this
3524
+ */
3525
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.setSyntaxVersion = function(value) {
3526
+ return jspb.Message.setProto3StringField(this, 1, value);
3527
+ };
3528
+
3529
+
3530
+ /**
3531
+ * optional string location = 2;
3532
+ * @return {string}
3533
+ */
3534
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.getLocation = function() {
3535
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
3536
+ };
3537
+
3538
+
3539
+ /**
3540
+ * @param {string} value
3541
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo} returns this
3542
+ */
3543
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.setLocation = function(value) {
3544
+ return jspb.Message.setProto3StringField(this, 2, value);
3545
+ };
3546
+
3547
+
3548
+ /**
3549
+ * repeated int32 line_offsets = 3;
3550
+ * @return {!Array<number>}
3551
+ */
3552
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.getLineOffsetsList = function() {
3553
+ return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 3));
3554
+ };
3555
+
3556
+
3557
+ /**
3558
+ * @param {!Array<number>} value
3559
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo} returns this
3560
+ */
3561
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.setLineOffsetsList = function(value) {
3562
+ return jspb.Message.setField(this, 3, value || []);
3563
+ };
3564
+
3565
+
3566
+ /**
3567
+ * @param {number} value
3568
+ * @param {number=} opt_index
3569
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo} returns this
3570
+ */
3571
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.addLineOffsets = function(value, opt_index) {
3572
+ return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
3573
+ };
3574
+
3575
+
3576
+ /**
3577
+ * Clears the list making it empty but non-null.
3578
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo} returns this
3579
+ */
3580
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.clearLineOffsetsList = function() {
3581
+ return this.setLineOffsetsList([]);
3582
+ };
3583
+
3584
+
3585
+ /**
3586
+ * map<int64, int32> positions = 4;
3587
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
3588
+ * empty, instead returning `undefined`
3589
+ * @return {!jspb.Map<number,number>}
3590
+ */
3591
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.getPositionsMap = function(opt_noLazyCreate) {
3592
+ return /** @type {!jspb.Map<number,number>} */ (
3593
+ jspb.Message.getMapField(this, 4, opt_noLazyCreate,
3594
+ null));
3595
+ };
3596
+
3597
+
3598
+ /**
3599
+ * Clears values from the map. The map will be non-null.
3600
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo} returns this
3601
+ */
3602
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.clearPositionsMap = function() {
3603
+ this.getPositionsMap().clear();
3604
+ return this;
3605
+ };
3606
+
3607
+
3608
+ /**
3609
+ * map<int64, Expr> macro_calls = 5;
3610
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
3611
+ * empty, instead returning `undefined`
3612
+ * @return {!jspb.Map<number,!proto.google.api.expr.v1alpha1.Expr>}
3613
+ */
3614
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.getMacroCallsMap = function(opt_noLazyCreate) {
3615
+ return /** @type {!jspb.Map<number,!proto.google.api.expr.v1alpha1.Expr>} */ (
3616
+ jspb.Message.getMapField(this, 5, opt_noLazyCreate,
3617
+ proto.google.api.expr.v1alpha1.Expr));
3618
+ };
3619
+
3620
+
3621
+ /**
3622
+ * Clears values from the map. The map will be non-null.
3623
+ * @return {!proto.google.api.expr.v1alpha1.SourceInfo} returns this
3624
+ */
3625
+ proto.google.api.expr.v1alpha1.SourceInfo.prototype.clearMacroCallsMap = function() {
3626
+ this.getMacroCallsMap().clear();
3627
+ return this;
3628
+ };
3629
+
3630
+
3631
+
3632
+
3633
+
3634
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3635
+ /**
3636
+ * Creates an object representation of this proto.
3637
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3638
+ * Optional fields that are not set will be set to undefined.
3639
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3640
+ * For the list of reserved names please see:
3641
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3642
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3643
+ * JSPB instance for transitional soy proto support:
3644
+ * http://goto/soy-param-migration
3645
+ * @return {!Object}
3646
+ */
3647
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.toObject = function(opt_includeInstance) {
3648
+ return proto.google.api.expr.v1alpha1.SourcePosition.toObject(opt_includeInstance, this);
3649
+ };
3650
+
3651
+
3652
+ /**
3653
+ * Static version of the {@see toObject} method.
3654
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3655
+ * the JSPB instance for transitional soy proto support:
3656
+ * http://goto/soy-param-migration
3657
+ * @param {!proto.google.api.expr.v1alpha1.SourcePosition} msg The msg instance to transform.
3658
+ * @return {!Object}
3659
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3660
+ */
3661
+ proto.google.api.expr.v1alpha1.SourcePosition.toObject = function(includeInstance, msg) {
3662
+ var f, obj = {
3663
+ location: jspb.Message.getFieldWithDefault(msg, 1, ""),
3664
+ offset: jspb.Message.getFieldWithDefault(msg, 2, 0),
3665
+ line: jspb.Message.getFieldWithDefault(msg, 3, 0),
3666
+ column: jspb.Message.getFieldWithDefault(msg, 4, 0)
3667
+ };
3668
+
3669
+ if (includeInstance) {
3670
+ obj.$jspbMessageInstance = msg;
3671
+ }
3672
+ return obj;
3673
+ };
3674
+ }
3675
+
3676
+
3677
+ /**
3678
+ * Deserializes binary data (in protobuf wire format).
3679
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3680
+ * @return {!proto.google.api.expr.v1alpha1.SourcePosition}
3681
+ */
3682
+ proto.google.api.expr.v1alpha1.SourcePosition.deserializeBinary = function(bytes) {
3683
+ var reader = new jspb.BinaryReader(bytes);
3684
+ var msg = new proto.google.api.expr.v1alpha1.SourcePosition;
3685
+ return proto.google.api.expr.v1alpha1.SourcePosition.deserializeBinaryFromReader(msg, reader);
3686
+ };
3687
+
3688
+
3689
+ /**
3690
+ * Deserializes binary data (in protobuf wire format) from the
3691
+ * given reader into the given message object.
3692
+ * @param {!proto.google.api.expr.v1alpha1.SourcePosition} msg The message object to deserialize into.
3693
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3694
+ * @return {!proto.google.api.expr.v1alpha1.SourcePosition}
3695
+ */
3696
+ proto.google.api.expr.v1alpha1.SourcePosition.deserializeBinaryFromReader = function(msg, reader) {
3697
+ while (reader.nextField()) {
3698
+ if (reader.isEndGroup()) {
3699
+ break;
3700
+ }
3701
+ var field = reader.getFieldNumber();
3702
+ switch (field) {
3703
+ case 1:
3704
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3705
+ msg.setLocation(value);
3706
+ break;
3707
+ case 2:
3708
+ var value = /** @type {number} */ (reader.readInt32());
3709
+ msg.setOffset(value);
3710
+ break;
3711
+ case 3:
3712
+ var value = /** @type {number} */ (reader.readInt32());
3713
+ msg.setLine(value);
3714
+ break;
3715
+ case 4:
3716
+ var value = /** @type {number} */ (reader.readInt32());
3717
+ msg.setColumn(value);
3718
+ break;
3719
+ default:
3720
+ reader.skipField();
3721
+ break;
3722
+ }
3723
+ }
3724
+ return msg;
3725
+ };
3726
+
3727
+
3728
+ /**
3729
+ * Serializes the message to binary data (in protobuf wire format).
3730
+ * @return {!Uint8Array}
3731
+ */
3732
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.serializeBinary = function() {
3733
+ var writer = new jspb.BinaryWriter();
3734
+ proto.google.api.expr.v1alpha1.SourcePosition.serializeBinaryToWriter(this, writer);
3735
+ return writer.getResultBuffer();
3736
+ };
3737
+
3738
+
3739
+ /**
3740
+ * Serializes the given message to binary data (in protobuf wire
3741
+ * format), writing to the given BinaryWriter.
3742
+ * @param {!proto.google.api.expr.v1alpha1.SourcePosition} message
3743
+ * @param {!jspb.BinaryWriter} writer
3744
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3745
+ */
3746
+ proto.google.api.expr.v1alpha1.SourcePosition.serializeBinaryToWriter = function(message, writer) {
3747
+ var f = undefined;
3748
+ f = message.getLocation();
3749
+ if (f.length > 0) {
3750
+ writer.writeString(
3751
+ 1,
3752
+ f
3753
+ );
3754
+ }
3755
+ f = message.getOffset();
3756
+ if (f !== 0) {
3757
+ writer.writeInt32(
3758
+ 2,
3759
+ f
3760
+ );
3761
+ }
3762
+ f = message.getLine();
3763
+ if (f !== 0) {
3764
+ writer.writeInt32(
3765
+ 3,
3766
+ f
3767
+ );
3768
+ }
3769
+ f = message.getColumn();
3770
+ if (f !== 0) {
3771
+ writer.writeInt32(
3772
+ 4,
3773
+ f
3774
+ );
3775
+ }
3776
+ };
3777
+
3778
+
3779
+ /**
3780
+ * optional string location = 1;
3781
+ * @return {string}
3782
+ */
3783
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.getLocation = function() {
3784
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3785
+ };
3786
+
3787
+
3788
+ /**
3789
+ * @param {string} value
3790
+ * @return {!proto.google.api.expr.v1alpha1.SourcePosition} returns this
3791
+ */
3792
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.setLocation = function(value) {
3793
+ return jspb.Message.setProto3StringField(this, 1, value);
3794
+ };
3795
+
3796
+
3797
+ /**
3798
+ * optional int32 offset = 2;
3799
+ * @return {number}
3800
+ */
3801
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.getOffset = function() {
3802
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
3803
+ };
3804
+
3805
+
3806
+ /**
3807
+ * @param {number} value
3808
+ * @return {!proto.google.api.expr.v1alpha1.SourcePosition} returns this
3809
+ */
3810
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.setOffset = function(value) {
3811
+ return jspb.Message.setProto3IntField(this, 2, value);
3812
+ };
3813
+
3814
+
3815
+ /**
3816
+ * optional int32 line = 3;
3817
+ * @return {number}
3818
+ */
3819
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.getLine = function() {
3820
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
3821
+ };
3822
+
3823
+
3824
+ /**
3825
+ * @param {number} value
3826
+ * @return {!proto.google.api.expr.v1alpha1.SourcePosition} returns this
3827
+ */
3828
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.setLine = function(value) {
3829
+ return jspb.Message.setProto3IntField(this, 3, value);
3830
+ };
3831
+
3832
+
3833
+ /**
3834
+ * optional int32 column = 4;
3835
+ * @return {number}
3836
+ */
3837
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.getColumn = function() {
3838
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
3839
+ };
3840
+
3841
+
3842
+ /**
3843
+ * @param {number} value
3844
+ * @return {!proto.google.api.expr.v1alpha1.SourcePosition} returns this
3845
+ */
3846
+ proto.google.api.expr.v1alpha1.SourcePosition.prototype.setColumn = function(value) {
3847
+ return jspb.Message.setProto3IntField(this, 4, value);
3848
+ };
3849
+
3850
+
3851
+ goog.object.extend(exports, proto.google.api.expr.v1alpha1);
3852
+
3853
+ // Below is base64 encoded GeneratedCodeInfo proto
3854
+ // CjEKAgQAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJoUIKQUCjEKAgQBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGKAaIKQaCjMKBAQBAwASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YvyAgxCAKMwoEBAEDARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjFJiDLJgozCgQEAQMCEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGM8sINMsCjMKBAQBAwMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YhTMgjzMKMwoEBAEDBBIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjZOSDlOQo1CgYEAQMEAwASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YxEAgyUAKMwoEBAEDBRIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiwRyC9RwoxCgIEAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjRTSDZTQoxCgIEAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxj/UyCJVAoxCgIEBBIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxi6WiDIWgozCgQEAAIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGO1/IPR/CjUKBAQAAgASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y2YIBIOCCAQo1CgQEAAIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOOEASDshAEKNQoEBAACABIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiahgEgoYYBCjUKBAQAAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Yg4gBIJCIAQo1CgQEAAIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIeLASCUiwEKNQoEBAACARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiXjQEgpo0BCjUKBAQAAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y2o4BIOeOAQo1CgQEAQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMeTASDRkwEKNQoEBAECAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjYkwEg4pMBCjUKBAQBAgMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y6ZMBIPSTAQo1CgQEAQIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGPuTASCElAEKNQoEBAECBRIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiLlAEglJQBCjUKBAQBAgYSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Ym5QBIKaUAQo1CgQEAQIHEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGK2UASC/lAEKNwoGBAEDAAIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNPrASDa6wEKNwoGBAEDAAIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNntASDg7QEKNwoGBAEDAQIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMORAiDNkQIKNwoGBAEDAQIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLSUAiC+lAIKNwoGBAEDAQIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMOWAiDPlgIKNwoGBAEDAQIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIGYAiCLmAIKNwoGBAEDAQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMCZAiDImQIKNwoGBAEDAQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMmbAiDRmwIKNwoGBAEDAQICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJmdAiCknQIKNwoGBAEDAQICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLGfAiC8nwIKNwoGBAEDAgIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJjGAiChxgIKNwoGBAEDAgIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGITJAiCNyQIKNwoGBAEDAgIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGI7LAiCZywIKNwoGBAEDAgIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMjMAiDRzAIKNwoGBAEDAgIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIfOAiCSzgIKNwoGBAEDAgIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGI/QAiCa0AIKNwoGBAEDAgICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIDSAiCL0gIKNwoGBAEDAgICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGPzUAiCH1QIKNwoGBAEDAgICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGKfXAiCu1wIKNwoGBAEDAgICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGPzZAiCJ2gIKNwoGBAEDAwIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGPP9AiCC/gIKNwoGBAEDAwIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGP+AAyCOgQMKNwoGBAEDAwIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLSDAyC/gwMKNwoGBAEDAwIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJmGAyCqhgMKNwoGBAEDAwIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOeHAyD9hwMKNwoGBAEDAwIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGI+KAyCligMKNwoGBAEDAwIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLeMAyDJjAMKNwoGBAEDAwIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGO+OAyCHjwMKOQoIBAEDBAMAAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y+bYDIIK3Awo5CggEAQMEAwACAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiJtwMgkLcDCjkKCAQBAwQDAAIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNvkAyDg5AMKOQoIBAEDBAMAAgASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y+OYDIP3mAwo5CggEAQMEAwACARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjP6AMg2ugDCjkKCAQBAwQDAAIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGPPqAyD+6gMKOQoIBAEDBAMAAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y2e0DIObtAwo5CggEAQMEAwACARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiA8AMgi/ADCjkKCAQBAwQDAAICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOrxAyDz8QMKOQoIBAEDBAMAAgISJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y8vQDIPv0Awo5CggEAQMEAwACAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjl9wMg8PcDCjkKCAQBAwQDAAICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGK35AyC2+QMKOQoIBAEDBAMAAgMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Yk/sDIJv7Awo5CggEAQMEAwACAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxia/gMgov4DCjkKCAQBAwQDAAIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGL+ABCDJgAQKOQoIBAEDBAMAAgMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YhYIEII2CBAo5CggEAQMEAwACBBIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjWgwQg5oMECjkKCAQBAwQDAAIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIuGBCCbhgQKNwoGBAEDBAIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGO6HBCD8hwQKNwoGBAEDBAIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGImKBCCXigQKNwoGBAEDBAIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJyMBCCqjAQKNwoGBAEDBAIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOSPBCDyjwQKNwoGBAEDBAIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMCSBCDKkgQKNwoGBAEDBAIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLuVBCDLlQQKNwoGBAEDBQIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJLJBCCcyQQKNwoGBAEDBQIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGKvLBCC1ywQKNwoGBAEDBQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGKLNBCCuzQQKNwoGBAEDBQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGKPQBCCv0AQKNwoGBAEDBQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMLSBCDQ0gQKNwoGBAEDBQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIvUBCCX1AQKNwoGBAEDBQICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNbVBCDg1QQKNwoGBAEDBQICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGO/XBCD51wQKNwoGBAEDBQIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOXZBCDw2QQKNwoGBAEDBQIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOXcBCDw3AQKNwoGBAEDBQIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIPfBCCQ3wQKNwoGBAEDBQIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMrgBCDV4AQKNwoGBAEDBQIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLbiBCDG4gQKNwoGBAEDBQIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLvlBCDL5QQKNwoGBAEDBQIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGN7nBCDw5wQKNwoGBAEDBQIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGK/pBCC/6QQKNwoGBAEDBQIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJvrBCCm6wQKNwoGBAEDBQIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJvuBCCm7gQKNwoGBAEDBQIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLnwBCDG8AQKNwoGBAEDBQIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIDyBCCL8gQKNwoGBAEDBQIGEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOTzBCDt8wQKNwoGBAEDBQIGEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOL2BCDr9gQKNwoGBAEDBQIGEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGP74BCCJ+QQKNwoGBAEDBQIGEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMH6BCDK+gQKNQoEBAECABIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxj0+wQg+fsECjUKBAQBAgASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y6/0EIPD9BAo1CgQEAQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNT/BCDg/wQKNQoEBAECARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjFggUg0YIFCjUKBAQBAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YgoUFIJCFBQo1CgQEAQIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGL2GBSDJhgUKNQoEBAECAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxifiAUgq4gFCjUKBAQBAgISJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YlosFIKKLBQo1CgQEAQICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNONBSDhjQUKNQoEBAECAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiOjwUgmo8FCjUKBAQBAgMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y85AFIICRBQo1CgQEAQIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGO6TBSD7kwUKNQoEBAECAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxislgUgu5YFCjUKBAQBAgMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y6ZcFIPaXBQo1CgQEAQIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMmZBSDUmQUKNQoEBAECBBIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxi8nAUgx5wFCjUKBAQBAgQSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y+J4FIIWfBQo1CgQEAQIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLGgBSC8oAUKNQoEBAECBRIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxibogUgpqIFCjUKBAQBAgUSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YoKUFIKulBQo1CgQEAQIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNynBSDppwUKNQoEBAECBRIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiVqQUgoKkFCjUKBAQBAgYSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YhasFIJKrBQo1CgQEAQIGEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJKuBSCfrgUKNQoEBAECBhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjQsAUg37AFCjUKBAQBAgYSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YjbIFIJqyBQo1CgQEAQIHEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIi0BSCctAUKNQoEBAECBxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiftwUgs7cFCjUKBAQBAgcSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y5LkFIPq5BQo1CgQEAQIHEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGK+7BSDDuwUKNQoEBAICABIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxi3wAUgwcAFCjUKBAQCAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YyMAFINLABQo1CgQEAgICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNnABSDkwAUKNQoEBAICAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjrwAUg98AFCjUKBAQCAgQSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y/sAFIIrBBQo1CgQEAgIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJHBBSCdwQUKNQoEBAICBhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxikwQUgr8EFCjUKBAQCAgcSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YtsEFIMTBBQo1CgQEAgIIEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMvBBSDawQUKNQoEBAICABIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjm+QUg8vkFCjUKBAQCAgASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YoPwFIKz8BQo1CgQEAgIAEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNr+BSDo/gUKNQoEBAICABIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjkgAYg8IAGCjUKBAQCAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YpoIGILKCBgo1CgQEAgIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLmEBiDFhAYKNQoEBAICARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjzhgYggYcGCjUKBAQCAgESJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y/YgGIImJBgo1CgQEAgICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMCKBiDNigYKNQoEBAICAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjHjAYg1IwGCjUKBAQCAgISJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Ygo8GIJGPBgo1CgQEAgICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGI2RBiCakQYKNQoEBAICAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjTkgYg4ZIGCjUKBAQCAgMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y25QGIOmUBgo1CgQEAgIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJeXBiCnlwYKNQoEBAICAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxijmQYgsZkGCjUKBAQCAgQSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y6poGIPiaBgo1CgQEAgIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGIGdBiCPnQYKNQoEBAICBBIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxi9nwYgzZ8GCjUKBAQCAgQSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YyaEGINehBgo1CgQEAgIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGJCjBiCeowYKNQoEBAICBRIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiZpQYgp6UGCjUKBAQCAgUSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y1acGIOWnBgo1CgQEAgIFEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGOGpBiDvqQYKNQoEBAICBhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxi0qwYgwasGCjUKBAQCAgYSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YnLMGIKmzBgo1CgQEAgIGEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNe1BiDmtQYKNQoEBAICBhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjitwYg77cGCjUKBAQCAgcSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y1bkGIOW5Bgo1CgQEAgIHEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGL28BiDNvAYKNQoEBAICBxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiKvwYgnL8GCjUKBAQCAgcSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y0cAGIOHABgo1CgQEAgIIEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMrCBiDbwgYKNQoEBAICCBIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxi3xQYgyMUGCjUKBAQCAggSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YhcgGIJjIBgo1CgQEAgIIEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGM7JBiDfyQYKNQoEBAMCABIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjw+AYggPkGCjUKBAQDAgASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Y//oGII/7Bgo1CgQEAwIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNb8BiDh/AYKNQoEBAMCARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjg/gYg6/4GCjUKBAQDAgISJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YvYAHIM+ABwo1CgQEAwICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNeCByDpggcKNQoEBAMCAhIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjxhAcg/4QHCjUKBAQDAgISJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Ym4cHIK+HBwo1CgQEAwIDEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNeJByDmiQcKNQoEBAMCAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjAjAcg0YwHCjUKBAQDAgQSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Yo48HILOPBwo1CgQEAwIEEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGMqSByDckgcKNQoEBAQCABIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjutgcg+bYHCjUKBAQEAgASJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YgLkHIIu5Bwo1CgQEBAIBEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGNO6ByDcugcKNQoEBAQCARIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxjivAcg67wHCjUKBAQEAgISJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8Yrr4HILW+Bwo1CgQEBAICEiVnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvc3ludGF4LnByb3RvGLvAByDCwAcKNQoEBAQCAxIlZ29vZ2xlL2FwaS9leHByL3YxYWxwaGExL3N5bnRheC5wcm90bxiHwgcgkMIHCjUKBAQEAgMSJWdvb2dsZS9hcGkvZXhwci92MWFscGhhMS9zeW50YXgucHJvdG8YlsQHIJ/EBw==