@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,2072 @@
1
+ // source: google/api/expr/conformance/v1alpha1/conformance_service.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_api_client_pb = require('../../../../../google/api/client_pb.js');
19
+ goog.object.extend(proto, google_api_client_pb);
20
+ var google_api_expr_v1alpha1_checked_pb = require('../../../../../google/api/expr/v1alpha1/checked_pb.js');
21
+ goog.object.extend(proto, google_api_expr_v1alpha1_checked_pb);
22
+ var google_api_expr_v1alpha1_eval_pb = require('../../../../../google/api/expr/v1alpha1/eval_pb.js');
23
+ goog.object.extend(proto, google_api_expr_v1alpha1_eval_pb);
24
+ var google_api_expr_v1alpha1_syntax_pb = require('../../../../../google/api/expr/v1alpha1/syntax_pb.js');
25
+ goog.object.extend(proto, google_api_expr_v1alpha1_syntax_pb);
26
+ var google_rpc_status_pb = require('../../../../../google/rpc/status_pb.js');
27
+ goog.object.extend(proto, google_rpc_status_pb);
28
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.CheckRequest', null, global);
29
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.CheckResponse', null, global);
30
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.EvalRequest', null, global);
31
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.EvalRequest.ExprKindCase', null, global);
32
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.EvalResponse', null, global);
33
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.IssueDetails', null, global);
34
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.IssueDetails.Severity', null, global);
35
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.ParseRequest', null, global);
36
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.ParseResponse', null, global);
37
+ goog.exportSymbol('proto.google.api.expr.conformance.v1alpha1.SourcePosition', null, global);
38
+ /**
39
+ * Generated by JsPbCodeGenerator.
40
+ * @param {Array=} opt_data Optional initial data array, typically from a
41
+ * server response, or constructed directly in Javascript. The array is used
42
+ * in place and becomes part of the constructed object. It is not cloned.
43
+ * If no data is provided, the constructed object will be empty, but still
44
+ * valid.
45
+ * @extends {jspb.Message}
46
+ * @constructor
47
+ */
48
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest = function(opt_data) {
49
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
50
+ };
51
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.ParseRequest, jspb.Message);
52
+ if (goog.DEBUG && !COMPILED) {
53
+ /**
54
+ * @public
55
+ * @override
56
+ */
57
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.displayName = 'proto.google.api.expr.conformance.v1alpha1.ParseRequest';
58
+ }
59
+ /**
60
+ * Generated by JsPbCodeGenerator.
61
+ * @param {Array=} opt_data Optional initial data array, typically from a
62
+ * server response, or constructed directly in Javascript. The array is used
63
+ * in place and becomes part of the constructed object. It is not cloned.
64
+ * If no data is provided, the constructed object will be empty, but still
65
+ * valid.
66
+ * @extends {jspb.Message}
67
+ * @constructor
68
+ */
69
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse = function(opt_data) {
70
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.conformance.v1alpha1.ParseResponse.repeatedFields_, null);
71
+ };
72
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.ParseResponse, jspb.Message);
73
+ if (goog.DEBUG && !COMPILED) {
74
+ /**
75
+ * @public
76
+ * @override
77
+ */
78
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.displayName = 'proto.google.api.expr.conformance.v1alpha1.ParseResponse';
79
+ }
80
+ /**
81
+ * Generated by JsPbCodeGenerator.
82
+ * @param {Array=} opt_data Optional initial data array, typically from a
83
+ * server response, or constructed directly in Javascript. The array is used
84
+ * in place and becomes part of the constructed object. It is not cloned.
85
+ * If no data is provided, the constructed object will be empty, but still
86
+ * valid.
87
+ * @extends {jspb.Message}
88
+ * @constructor
89
+ */
90
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest = function(opt_data) {
91
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.conformance.v1alpha1.CheckRequest.repeatedFields_, null);
92
+ };
93
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.CheckRequest, jspb.Message);
94
+ if (goog.DEBUG && !COMPILED) {
95
+ /**
96
+ * @public
97
+ * @override
98
+ */
99
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.displayName = 'proto.google.api.expr.conformance.v1alpha1.CheckRequest';
100
+ }
101
+ /**
102
+ * Generated by JsPbCodeGenerator.
103
+ * @param {Array=} opt_data Optional initial data array, typically from a
104
+ * server response, or constructed directly in Javascript. The array is used
105
+ * in place and becomes part of the constructed object. It is not cloned.
106
+ * If no data is provided, the constructed object will be empty, but still
107
+ * valid.
108
+ * @extends {jspb.Message}
109
+ * @constructor
110
+ */
111
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse = function(opt_data) {
112
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.conformance.v1alpha1.CheckResponse.repeatedFields_, null);
113
+ };
114
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.CheckResponse, jspb.Message);
115
+ if (goog.DEBUG && !COMPILED) {
116
+ /**
117
+ * @public
118
+ * @override
119
+ */
120
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.displayName = 'proto.google.api.expr.conformance.v1alpha1.CheckResponse';
121
+ }
122
+ /**
123
+ * Generated by JsPbCodeGenerator.
124
+ * @param {Array=} opt_data Optional initial data array, typically from a
125
+ * server response, or constructed directly in Javascript. The array is used
126
+ * in place and becomes part of the constructed object. It is not cloned.
127
+ * If no data is provided, the constructed object will be empty, but still
128
+ * valid.
129
+ * @extends {jspb.Message}
130
+ * @constructor
131
+ */
132
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest = function(opt_data) {
133
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.google.api.expr.conformance.v1alpha1.EvalRequest.oneofGroups_);
134
+ };
135
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.EvalRequest, jspb.Message);
136
+ if (goog.DEBUG && !COMPILED) {
137
+ /**
138
+ * @public
139
+ * @override
140
+ */
141
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.displayName = 'proto.google.api.expr.conformance.v1alpha1.EvalRequest';
142
+ }
143
+ /**
144
+ * Generated by JsPbCodeGenerator.
145
+ * @param {Array=} opt_data Optional initial data array, typically from a
146
+ * server response, or constructed directly in Javascript. The array is used
147
+ * in place and becomes part of the constructed object. It is not cloned.
148
+ * If no data is provided, the constructed object will be empty, but still
149
+ * valid.
150
+ * @extends {jspb.Message}
151
+ * @constructor
152
+ */
153
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse = function(opt_data) {
154
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.conformance.v1alpha1.EvalResponse.repeatedFields_, null);
155
+ };
156
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.EvalResponse, jspb.Message);
157
+ if (goog.DEBUG && !COMPILED) {
158
+ /**
159
+ * @public
160
+ * @override
161
+ */
162
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.displayName = 'proto.google.api.expr.conformance.v1alpha1.EvalResponse';
163
+ }
164
+ /**
165
+ * Generated by JsPbCodeGenerator.
166
+ * @param {Array=} opt_data Optional initial data array, typically from a
167
+ * server response, or constructed directly in Javascript. The array is used
168
+ * in place and becomes part of the constructed object. It is not cloned.
169
+ * If no data is provided, the constructed object will be empty, but still
170
+ * valid.
171
+ * @extends {jspb.Message}
172
+ * @constructor
173
+ */
174
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition = function(opt_data) {
175
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
176
+ };
177
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.SourcePosition, jspb.Message);
178
+ if (goog.DEBUG && !COMPILED) {
179
+ /**
180
+ * @public
181
+ * @override
182
+ */
183
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.displayName = 'proto.google.api.expr.conformance.v1alpha1.SourcePosition';
184
+ }
185
+ /**
186
+ * Generated by JsPbCodeGenerator.
187
+ * @param {Array=} opt_data Optional initial data array, typically from a
188
+ * server response, or constructed directly in Javascript. The array is used
189
+ * in place and becomes part of the constructed object. It is not cloned.
190
+ * If no data is provided, the constructed object will be empty, but still
191
+ * valid.
192
+ * @extends {jspb.Message}
193
+ * @constructor
194
+ */
195
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails = function(opt_data) {
196
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
197
+ };
198
+ goog.inherits(proto.google.api.expr.conformance.v1alpha1.IssueDetails, jspb.Message);
199
+ if (goog.DEBUG && !COMPILED) {
200
+ /**
201
+ * @public
202
+ * @override
203
+ */
204
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.displayName = 'proto.google.api.expr.conformance.v1alpha1.IssueDetails';
205
+ }
206
+
207
+
208
+
209
+ if (jspb.Message.GENERATE_TO_OBJECT) {
210
+ /**
211
+ * Creates an object representation of this proto.
212
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
213
+ * Optional fields that are not set will be set to undefined.
214
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
215
+ * For the list of reserved names please see:
216
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
217
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
218
+ * JSPB instance for transitional soy proto support:
219
+ * http://goto/soy-param-migration
220
+ * @return {!Object}
221
+ */
222
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.toObject = function(opt_includeInstance) {
223
+ return proto.google.api.expr.conformance.v1alpha1.ParseRequest.toObject(opt_includeInstance, this);
224
+ };
225
+
226
+
227
+ /**
228
+ * Static version of the {@see toObject} method.
229
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
230
+ * the JSPB instance for transitional soy proto support:
231
+ * http://goto/soy-param-migration
232
+ * @param {!proto.google.api.expr.conformance.v1alpha1.ParseRequest} msg The msg instance to transform.
233
+ * @return {!Object}
234
+ * @suppress {unusedLocalVariables} f is only used for nested messages
235
+ */
236
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.toObject = function(includeInstance, msg) {
237
+ var f, obj = {
238
+ celSource: jspb.Message.getFieldWithDefault(msg, 1, ""),
239
+ syntaxVersion: jspb.Message.getFieldWithDefault(msg, 2, ""),
240
+ sourceLocation: jspb.Message.getFieldWithDefault(msg, 3, ""),
241
+ disableMacros: jspb.Message.getBooleanFieldWithDefault(msg, 4, false)
242
+ };
243
+
244
+ if (includeInstance) {
245
+ obj.$jspbMessageInstance = msg;
246
+ }
247
+ return obj;
248
+ };
249
+ }
250
+
251
+
252
+ /**
253
+ * Deserializes binary data (in protobuf wire format).
254
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
255
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseRequest}
256
+ */
257
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.deserializeBinary = function(bytes) {
258
+ var reader = new jspb.BinaryReader(bytes);
259
+ var msg = new proto.google.api.expr.conformance.v1alpha1.ParseRequest;
260
+ return proto.google.api.expr.conformance.v1alpha1.ParseRequest.deserializeBinaryFromReader(msg, reader);
261
+ };
262
+
263
+
264
+ /**
265
+ * Deserializes binary data (in protobuf wire format) from the
266
+ * given reader into the given message object.
267
+ * @param {!proto.google.api.expr.conformance.v1alpha1.ParseRequest} msg The message object to deserialize into.
268
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
269
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseRequest}
270
+ */
271
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.deserializeBinaryFromReader = function(msg, reader) {
272
+ while (reader.nextField()) {
273
+ if (reader.isEndGroup()) {
274
+ break;
275
+ }
276
+ var field = reader.getFieldNumber();
277
+ switch (field) {
278
+ case 1:
279
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
280
+ msg.setCelSource(value);
281
+ break;
282
+ case 2:
283
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
284
+ msg.setSyntaxVersion(value);
285
+ break;
286
+ case 3:
287
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
288
+ msg.setSourceLocation(value);
289
+ break;
290
+ case 4:
291
+ var value = /** @type {boolean} */ (reader.readBool());
292
+ msg.setDisableMacros(value);
293
+ break;
294
+ default:
295
+ reader.skipField();
296
+ break;
297
+ }
298
+ }
299
+ return msg;
300
+ };
301
+
302
+
303
+ /**
304
+ * Serializes the message to binary data (in protobuf wire format).
305
+ * @return {!Uint8Array}
306
+ */
307
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.serializeBinary = function() {
308
+ var writer = new jspb.BinaryWriter();
309
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.serializeBinaryToWriter(this, writer);
310
+ return writer.getResultBuffer();
311
+ };
312
+
313
+
314
+ /**
315
+ * Serializes the given message to binary data (in protobuf wire
316
+ * format), writing to the given BinaryWriter.
317
+ * @param {!proto.google.api.expr.conformance.v1alpha1.ParseRequest} message
318
+ * @param {!jspb.BinaryWriter} writer
319
+ * @suppress {unusedLocalVariables} f is only used for nested messages
320
+ */
321
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.serializeBinaryToWriter = function(message, writer) {
322
+ var f = undefined;
323
+ f = message.getCelSource();
324
+ if (f.length > 0) {
325
+ writer.writeString(
326
+ 1,
327
+ f
328
+ );
329
+ }
330
+ f = message.getSyntaxVersion();
331
+ if (f.length > 0) {
332
+ writer.writeString(
333
+ 2,
334
+ f
335
+ );
336
+ }
337
+ f = message.getSourceLocation();
338
+ if (f.length > 0) {
339
+ writer.writeString(
340
+ 3,
341
+ f
342
+ );
343
+ }
344
+ f = message.getDisableMacros();
345
+ if (f) {
346
+ writer.writeBool(
347
+ 4,
348
+ f
349
+ );
350
+ }
351
+ };
352
+
353
+
354
+ /**
355
+ * optional string cel_source = 1;
356
+ * @return {string}
357
+ */
358
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.getCelSource = function() {
359
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
360
+ };
361
+
362
+
363
+ /**
364
+ * @param {string} value
365
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseRequest} returns this
366
+ */
367
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.setCelSource = function(value) {
368
+ return jspb.Message.setProto3StringField(this, 1, value);
369
+ };
370
+
371
+
372
+ /**
373
+ * optional string syntax_version = 2;
374
+ * @return {string}
375
+ */
376
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.getSyntaxVersion = function() {
377
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
378
+ };
379
+
380
+
381
+ /**
382
+ * @param {string} value
383
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseRequest} returns this
384
+ */
385
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.setSyntaxVersion = function(value) {
386
+ return jspb.Message.setProto3StringField(this, 2, value);
387
+ };
388
+
389
+
390
+ /**
391
+ * optional string source_location = 3;
392
+ * @return {string}
393
+ */
394
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.getSourceLocation = function() {
395
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
396
+ };
397
+
398
+
399
+ /**
400
+ * @param {string} value
401
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseRequest} returns this
402
+ */
403
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.setSourceLocation = function(value) {
404
+ return jspb.Message.setProto3StringField(this, 3, value);
405
+ };
406
+
407
+
408
+ /**
409
+ * optional bool disable_macros = 4;
410
+ * @return {boolean}
411
+ */
412
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.getDisableMacros = function() {
413
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
414
+ };
415
+
416
+
417
+ /**
418
+ * @param {boolean} value
419
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseRequest} returns this
420
+ */
421
+ proto.google.api.expr.conformance.v1alpha1.ParseRequest.prototype.setDisableMacros = function(value) {
422
+ return jspb.Message.setProto3BooleanField(this, 4, value);
423
+ };
424
+
425
+
426
+
427
+ /**
428
+ * List of repeated fields within this message type.
429
+ * @private {!Array<number>}
430
+ * @const
431
+ */
432
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.repeatedFields_ = [2];
433
+
434
+
435
+
436
+ if (jspb.Message.GENERATE_TO_OBJECT) {
437
+ /**
438
+ * Creates an object representation of this proto.
439
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
440
+ * Optional fields that are not set will be set to undefined.
441
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
442
+ * For the list of reserved names please see:
443
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
444
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
445
+ * JSPB instance for transitional soy proto support:
446
+ * http://goto/soy-param-migration
447
+ * @return {!Object}
448
+ */
449
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.toObject = function(opt_includeInstance) {
450
+ return proto.google.api.expr.conformance.v1alpha1.ParseResponse.toObject(opt_includeInstance, this);
451
+ };
452
+
453
+
454
+ /**
455
+ * Static version of the {@see toObject} method.
456
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
457
+ * the JSPB instance for transitional soy proto support:
458
+ * http://goto/soy-param-migration
459
+ * @param {!proto.google.api.expr.conformance.v1alpha1.ParseResponse} msg The msg instance to transform.
460
+ * @return {!Object}
461
+ * @suppress {unusedLocalVariables} f is only used for nested messages
462
+ */
463
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.toObject = function(includeInstance, msg) {
464
+ var f, obj = {
465
+ parsedExpr: (f = msg.getParsedExpr()) && google_api_expr_v1alpha1_syntax_pb.ParsedExpr.toObject(includeInstance, f),
466
+ issuesList: jspb.Message.toObjectList(msg.getIssuesList(),
467
+ google_rpc_status_pb.Status.toObject, includeInstance)
468
+ };
469
+
470
+ if (includeInstance) {
471
+ obj.$jspbMessageInstance = msg;
472
+ }
473
+ return obj;
474
+ };
475
+ }
476
+
477
+
478
+ /**
479
+ * Deserializes binary data (in protobuf wire format).
480
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
481
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseResponse}
482
+ */
483
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.deserializeBinary = function(bytes) {
484
+ var reader = new jspb.BinaryReader(bytes);
485
+ var msg = new proto.google.api.expr.conformance.v1alpha1.ParseResponse;
486
+ return proto.google.api.expr.conformance.v1alpha1.ParseResponse.deserializeBinaryFromReader(msg, reader);
487
+ };
488
+
489
+
490
+ /**
491
+ * Deserializes binary data (in protobuf wire format) from the
492
+ * given reader into the given message object.
493
+ * @param {!proto.google.api.expr.conformance.v1alpha1.ParseResponse} msg The message object to deserialize into.
494
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
495
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseResponse}
496
+ */
497
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.deserializeBinaryFromReader = function(msg, reader) {
498
+ while (reader.nextField()) {
499
+ if (reader.isEndGroup()) {
500
+ break;
501
+ }
502
+ var field = reader.getFieldNumber();
503
+ switch (field) {
504
+ case 1:
505
+ var value = new google_api_expr_v1alpha1_syntax_pb.ParsedExpr;
506
+ reader.readMessage(value,google_api_expr_v1alpha1_syntax_pb.ParsedExpr.deserializeBinaryFromReader);
507
+ msg.setParsedExpr(value);
508
+ break;
509
+ case 2:
510
+ var value = new google_rpc_status_pb.Status;
511
+ reader.readMessage(value,google_rpc_status_pb.Status.deserializeBinaryFromReader);
512
+ msg.addIssues(value);
513
+ break;
514
+ default:
515
+ reader.skipField();
516
+ break;
517
+ }
518
+ }
519
+ return msg;
520
+ };
521
+
522
+
523
+ /**
524
+ * Serializes the message to binary data (in protobuf wire format).
525
+ * @return {!Uint8Array}
526
+ */
527
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.serializeBinary = function() {
528
+ var writer = new jspb.BinaryWriter();
529
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.serializeBinaryToWriter(this, writer);
530
+ return writer.getResultBuffer();
531
+ };
532
+
533
+
534
+ /**
535
+ * Serializes the given message to binary data (in protobuf wire
536
+ * format), writing to the given BinaryWriter.
537
+ * @param {!proto.google.api.expr.conformance.v1alpha1.ParseResponse} message
538
+ * @param {!jspb.BinaryWriter} writer
539
+ * @suppress {unusedLocalVariables} f is only used for nested messages
540
+ */
541
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.serializeBinaryToWriter = function(message, writer) {
542
+ var f = undefined;
543
+ f = message.getParsedExpr();
544
+ if (f != null) {
545
+ writer.writeMessage(
546
+ 1,
547
+ f,
548
+ google_api_expr_v1alpha1_syntax_pb.ParsedExpr.serializeBinaryToWriter
549
+ );
550
+ }
551
+ f = message.getIssuesList();
552
+ if (f.length > 0) {
553
+ writer.writeRepeatedMessage(
554
+ 2,
555
+ f,
556
+ google_rpc_status_pb.Status.serializeBinaryToWriter
557
+ );
558
+ }
559
+ };
560
+
561
+
562
+ /**
563
+ * optional google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
564
+ * @return {?proto.google.api.expr.v1alpha1.ParsedExpr}
565
+ */
566
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.getParsedExpr = function() {
567
+ return /** @type{?proto.google.api.expr.v1alpha1.ParsedExpr} */ (
568
+ jspb.Message.getWrapperField(this, google_api_expr_v1alpha1_syntax_pb.ParsedExpr, 1));
569
+ };
570
+
571
+
572
+ /**
573
+ * @param {?proto.google.api.expr.v1alpha1.ParsedExpr|undefined} value
574
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseResponse} returns this
575
+ */
576
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.setParsedExpr = function(value) {
577
+ return jspb.Message.setWrapperField(this, 1, value);
578
+ };
579
+
580
+
581
+ /**
582
+ * Clears the message field making it undefined.
583
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseResponse} returns this
584
+ */
585
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.clearParsedExpr = function() {
586
+ return this.setParsedExpr(undefined);
587
+ };
588
+
589
+
590
+ /**
591
+ * Returns whether this field is set.
592
+ * @return {boolean}
593
+ */
594
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.hasParsedExpr = function() {
595
+ return jspb.Message.getField(this, 1) != null;
596
+ };
597
+
598
+
599
+ /**
600
+ * repeated google.rpc.Status issues = 2;
601
+ * @return {!Array<!proto.google.rpc.Status>}
602
+ */
603
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.getIssuesList = function() {
604
+ return /** @type{!Array<!proto.google.rpc.Status>} */ (
605
+ jspb.Message.getRepeatedWrapperField(this, google_rpc_status_pb.Status, 2));
606
+ };
607
+
608
+
609
+ /**
610
+ * @param {!Array<!proto.google.rpc.Status>} value
611
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseResponse} returns this
612
+ */
613
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.setIssuesList = function(value) {
614
+ return jspb.Message.setRepeatedWrapperField(this, 2, value);
615
+ };
616
+
617
+
618
+ /**
619
+ * @param {!proto.google.rpc.Status=} opt_value
620
+ * @param {number=} opt_index
621
+ * @return {!proto.google.rpc.Status}
622
+ */
623
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.addIssues = function(opt_value, opt_index) {
624
+ return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.google.rpc.Status, opt_index);
625
+ };
626
+
627
+
628
+ /**
629
+ * Clears the list making it empty but non-null.
630
+ * @return {!proto.google.api.expr.conformance.v1alpha1.ParseResponse} returns this
631
+ */
632
+ proto.google.api.expr.conformance.v1alpha1.ParseResponse.prototype.clearIssuesList = function() {
633
+ return this.setIssuesList([]);
634
+ };
635
+
636
+
637
+
638
+ /**
639
+ * List of repeated fields within this message type.
640
+ * @private {!Array<number>}
641
+ * @const
642
+ */
643
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.repeatedFields_ = [2];
644
+
645
+
646
+
647
+ if (jspb.Message.GENERATE_TO_OBJECT) {
648
+ /**
649
+ * Creates an object representation of this proto.
650
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
651
+ * Optional fields that are not set will be set to undefined.
652
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
653
+ * For the list of reserved names please see:
654
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
655
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
656
+ * JSPB instance for transitional soy proto support:
657
+ * http://goto/soy-param-migration
658
+ * @return {!Object}
659
+ */
660
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.toObject = function(opt_includeInstance) {
661
+ return proto.google.api.expr.conformance.v1alpha1.CheckRequest.toObject(opt_includeInstance, this);
662
+ };
663
+
664
+
665
+ /**
666
+ * Static version of the {@see toObject} method.
667
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
668
+ * the JSPB instance for transitional soy proto support:
669
+ * http://goto/soy-param-migration
670
+ * @param {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} msg The msg instance to transform.
671
+ * @return {!Object}
672
+ * @suppress {unusedLocalVariables} f is only used for nested messages
673
+ */
674
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.toObject = function(includeInstance, msg) {
675
+ var f, obj = {
676
+ parsedExpr: (f = msg.getParsedExpr()) && google_api_expr_v1alpha1_syntax_pb.ParsedExpr.toObject(includeInstance, f),
677
+ typeEnvList: jspb.Message.toObjectList(msg.getTypeEnvList(),
678
+ google_api_expr_v1alpha1_checked_pb.Decl.toObject, includeInstance),
679
+ container: jspb.Message.getFieldWithDefault(msg, 3, ""),
680
+ noStdEnv: jspb.Message.getBooleanFieldWithDefault(msg, 4, false)
681
+ };
682
+
683
+ if (includeInstance) {
684
+ obj.$jspbMessageInstance = msg;
685
+ }
686
+ return obj;
687
+ };
688
+ }
689
+
690
+
691
+ /**
692
+ * Deserializes binary data (in protobuf wire format).
693
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
694
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest}
695
+ */
696
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.deserializeBinary = function(bytes) {
697
+ var reader = new jspb.BinaryReader(bytes);
698
+ var msg = new proto.google.api.expr.conformance.v1alpha1.CheckRequest;
699
+ return proto.google.api.expr.conformance.v1alpha1.CheckRequest.deserializeBinaryFromReader(msg, reader);
700
+ };
701
+
702
+
703
+ /**
704
+ * Deserializes binary data (in protobuf wire format) from the
705
+ * given reader into the given message object.
706
+ * @param {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} msg The message object to deserialize into.
707
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
708
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest}
709
+ */
710
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.deserializeBinaryFromReader = function(msg, reader) {
711
+ while (reader.nextField()) {
712
+ if (reader.isEndGroup()) {
713
+ break;
714
+ }
715
+ var field = reader.getFieldNumber();
716
+ switch (field) {
717
+ case 1:
718
+ var value = new google_api_expr_v1alpha1_syntax_pb.ParsedExpr;
719
+ reader.readMessage(value,google_api_expr_v1alpha1_syntax_pb.ParsedExpr.deserializeBinaryFromReader);
720
+ msg.setParsedExpr(value);
721
+ break;
722
+ case 2:
723
+ var value = new google_api_expr_v1alpha1_checked_pb.Decl;
724
+ reader.readMessage(value,google_api_expr_v1alpha1_checked_pb.Decl.deserializeBinaryFromReader);
725
+ msg.addTypeEnv(value);
726
+ break;
727
+ case 3:
728
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
729
+ msg.setContainer(value);
730
+ break;
731
+ case 4:
732
+ var value = /** @type {boolean} */ (reader.readBool());
733
+ msg.setNoStdEnv(value);
734
+ break;
735
+ default:
736
+ reader.skipField();
737
+ break;
738
+ }
739
+ }
740
+ return msg;
741
+ };
742
+
743
+
744
+ /**
745
+ * Serializes the message to binary data (in protobuf wire format).
746
+ * @return {!Uint8Array}
747
+ */
748
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.serializeBinary = function() {
749
+ var writer = new jspb.BinaryWriter();
750
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.serializeBinaryToWriter(this, writer);
751
+ return writer.getResultBuffer();
752
+ };
753
+
754
+
755
+ /**
756
+ * Serializes the given message to binary data (in protobuf wire
757
+ * format), writing to the given BinaryWriter.
758
+ * @param {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} message
759
+ * @param {!jspb.BinaryWriter} writer
760
+ * @suppress {unusedLocalVariables} f is only used for nested messages
761
+ */
762
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.serializeBinaryToWriter = function(message, writer) {
763
+ var f = undefined;
764
+ f = message.getParsedExpr();
765
+ if (f != null) {
766
+ writer.writeMessage(
767
+ 1,
768
+ f,
769
+ google_api_expr_v1alpha1_syntax_pb.ParsedExpr.serializeBinaryToWriter
770
+ );
771
+ }
772
+ f = message.getTypeEnvList();
773
+ if (f.length > 0) {
774
+ writer.writeRepeatedMessage(
775
+ 2,
776
+ f,
777
+ google_api_expr_v1alpha1_checked_pb.Decl.serializeBinaryToWriter
778
+ );
779
+ }
780
+ f = message.getContainer();
781
+ if (f.length > 0) {
782
+ writer.writeString(
783
+ 3,
784
+ f
785
+ );
786
+ }
787
+ f = message.getNoStdEnv();
788
+ if (f) {
789
+ writer.writeBool(
790
+ 4,
791
+ f
792
+ );
793
+ }
794
+ };
795
+
796
+
797
+ /**
798
+ * optional google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
799
+ * @return {?proto.google.api.expr.v1alpha1.ParsedExpr}
800
+ */
801
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.getParsedExpr = function() {
802
+ return /** @type{?proto.google.api.expr.v1alpha1.ParsedExpr} */ (
803
+ jspb.Message.getWrapperField(this, google_api_expr_v1alpha1_syntax_pb.ParsedExpr, 1));
804
+ };
805
+
806
+
807
+ /**
808
+ * @param {?proto.google.api.expr.v1alpha1.ParsedExpr|undefined} value
809
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} returns this
810
+ */
811
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.setParsedExpr = function(value) {
812
+ return jspb.Message.setWrapperField(this, 1, value);
813
+ };
814
+
815
+
816
+ /**
817
+ * Clears the message field making it undefined.
818
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} returns this
819
+ */
820
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.clearParsedExpr = function() {
821
+ return this.setParsedExpr(undefined);
822
+ };
823
+
824
+
825
+ /**
826
+ * Returns whether this field is set.
827
+ * @return {boolean}
828
+ */
829
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.hasParsedExpr = function() {
830
+ return jspb.Message.getField(this, 1) != null;
831
+ };
832
+
833
+
834
+ /**
835
+ * repeated google.api.expr.v1alpha1.Decl type_env = 2;
836
+ * @return {!Array<!proto.google.api.expr.v1alpha1.Decl>}
837
+ */
838
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.getTypeEnvList = function() {
839
+ return /** @type{!Array<!proto.google.api.expr.v1alpha1.Decl>} */ (
840
+ jspb.Message.getRepeatedWrapperField(this, google_api_expr_v1alpha1_checked_pb.Decl, 2));
841
+ };
842
+
843
+
844
+ /**
845
+ * @param {!Array<!proto.google.api.expr.v1alpha1.Decl>} value
846
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} returns this
847
+ */
848
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.setTypeEnvList = function(value) {
849
+ return jspb.Message.setRepeatedWrapperField(this, 2, value);
850
+ };
851
+
852
+
853
+ /**
854
+ * @param {!proto.google.api.expr.v1alpha1.Decl=} opt_value
855
+ * @param {number=} opt_index
856
+ * @return {!proto.google.api.expr.v1alpha1.Decl}
857
+ */
858
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.addTypeEnv = function(opt_value, opt_index) {
859
+ return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.google.api.expr.v1alpha1.Decl, opt_index);
860
+ };
861
+
862
+
863
+ /**
864
+ * Clears the list making it empty but non-null.
865
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} returns this
866
+ */
867
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.clearTypeEnvList = function() {
868
+ return this.setTypeEnvList([]);
869
+ };
870
+
871
+
872
+ /**
873
+ * optional string container = 3;
874
+ * @return {string}
875
+ */
876
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.getContainer = function() {
877
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
878
+ };
879
+
880
+
881
+ /**
882
+ * @param {string} value
883
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} returns this
884
+ */
885
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.setContainer = function(value) {
886
+ return jspb.Message.setProto3StringField(this, 3, value);
887
+ };
888
+
889
+
890
+ /**
891
+ * optional bool no_std_env = 4;
892
+ * @return {boolean}
893
+ */
894
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.getNoStdEnv = function() {
895
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
896
+ };
897
+
898
+
899
+ /**
900
+ * @param {boolean} value
901
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckRequest} returns this
902
+ */
903
+ proto.google.api.expr.conformance.v1alpha1.CheckRequest.prototype.setNoStdEnv = function(value) {
904
+ return jspb.Message.setProto3BooleanField(this, 4, value);
905
+ };
906
+
907
+
908
+
909
+ /**
910
+ * List of repeated fields within this message type.
911
+ * @private {!Array<number>}
912
+ * @const
913
+ */
914
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.repeatedFields_ = [2];
915
+
916
+
917
+
918
+ if (jspb.Message.GENERATE_TO_OBJECT) {
919
+ /**
920
+ * Creates an object representation of this proto.
921
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
922
+ * Optional fields that are not set will be set to undefined.
923
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
924
+ * For the list of reserved names please see:
925
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
926
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
927
+ * JSPB instance for transitional soy proto support:
928
+ * http://goto/soy-param-migration
929
+ * @return {!Object}
930
+ */
931
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.toObject = function(opt_includeInstance) {
932
+ return proto.google.api.expr.conformance.v1alpha1.CheckResponse.toObject(opt_includeInstance, this);
933
+ };
934
+
935
+
936
+ /**
937
+ * Static version of the {@see toObject} method.
938
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
939
+ * the JSPB instance for transitional soy proto support:
940
+ * http://goto/soy-param-migration
941
+ * @param {!proto.google.api.expr.conformance.v1alpha1.CheckResponse} msg The msg instance to transform.
942
+ * @return {!Object}
943
+ * @suppress {unusedLocalVariables} f is only used for nested messages
944
+ */
945
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.toObject = function(includeInstance, msg) {
946
+ var f, obj = {
947
+ checkedExpr: (f = msg.getCheckedExpr()) && google_api_expr_v1alpha1_checked_pb.CheckedExpr.toObject(includeInstance, f),
948
+ issuesList: jspb.Message.toObjectList(msg.getIssuesList(),
949
+ google_rpc_status_pb.Status.toObject, includeInstance)
950
+ };
951
+
952
+ if (includeInstance) {
953
+ obj.$jspbMessageInstance = msg;
954
+ }
955
+ return obj;
956
+ };
957
+ }
958
+
959
+
960
+ /**
961
+ * Deserializes binary data (in protobuf wire format).
962
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
963
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckResponse}
964
+ */
965
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.deserializeBinary = function(bytes) {
966
+ var reader = new jspb.BinaryReader(bytes);
967
+ var msg = new proto.google.api.expr.conformance.v1alpha1.CheckResponse;
968
+ return proto.google.api.expr.conformance.v1alpha1.CheckResponse.deserializeBinaryFromReader(msg, reader);
969
+ };
970
+
971
+
972
+ /**
973
+ * Deserializes binary data (in protobuf wire format) from the
974
+ * given reader into the given message object.
975
+ * @param {!proto.google.api.expr.conformance.v1alpha1.CheckResponse} msg The message object to deserialize into.
976
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
977
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckResponse}
978
+ */
979
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.deserializeBinaryFromReader = function(msg, reader) {
980
+ while (reader.nextField()) {
981
+ if (reader.isEndGroup()) {
982
+ break;
983
+ }
984
+ var field = reader.getFieldNumber();
985
+ switch (field) {
986
+ case 1:
987
+ var value = new google_api_expr_v1alpha1_checked_pb.CheckedExpr;
988
+ reader.readMessage(value,google_api_expr_v1alpha1_checked_pb.CheckedExpr.deserializeBinaryFromReader);
989
+ msg.setCheckedExpr(value);
990
+ break;
991
+ case 2:
992
+ var value = new google_rpc_status_pb.Status;
993
+ reader.readMessage(value,google_rpc_status_pb.Status.deserializeBinaryFromReader);
994
+ msg.addIssues(value);
995
+ break;
996
+ default:
997
+ reader.skipField();
998
+ break;
999
+ }
1000
+ }
1001
+ return msg;
1002
+ };
1003
+
1004
+
1005
+ /**
1006
+ * Serializes the message to binary data (in protobuf wire format).
1007
+ * @return {!Uint8Array}
1008
+ */
1009
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.serializeBinary = function() {
1010
+ var writer = new jspb.BinaryWriter();
1011
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.serializeBinaryToWriter(this, writer);
1012
+ return writer.getResultBuffer();
1013
+ };
1014
+
1015
+
1016
+ /**
1017
+ * Serializes the given message to binary data (in protobuf wire
1018
+ * format), writing to the given BinaryWriter.
1019
+ * @param {!proto.google.api.expr.conformance.v1alpha1.CheckResponse} message
1020
+ * @param {!jspb.BinaryWriter} writer
1021
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1022
+ */
1023
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.serializeBinaryToWriter = function(message, writer) {
1024
+ var f = undefined;
1025
+ f = message.getCheckedExpr();
1026
+ if (f != null) {
1027
+ writer.writeMessage(
1028
+ 1,
1029
+ f,
1030
+ google_api_expr_v1alpha1_checked_pb.CheckedExpr.serializeBinaryToWriter
1031
+ );
1032
+ }
1033
+ f = message.getIssuesList();
1034
+ if (f.length > 0) {
1035
+ writer.writeRepeatedMessage(
1036
+ 2,
1037
+ f,
1038
+ google_rpc_status_pb.Status.serializeBinaryToWriter
1039
+ );
1040
+ }
1041
+ };
1042
+
1043
+
1044
+ /**
1045
+ * optional google.api.expr.v1alpha1.CheckedExpr checked_expr = 1;
1046
+ * @return {?proto.google.api.expr.v1alpha1.CheckedExpr}
1047
+ */
1048
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.getCheckedExpr = function() {
1049
+ return /** @type{?proto.google.api.expr.v1alpha1.CheckedExpr} */ (
1050
+ jspb.Message.getWrapperField(this, google_api_expr_v1alpha1_checked_pb.CheckedExpr, 1));
1051
+ };
1052
+
1053
+
1054
+ /**
1055
+ * @param {?proto.google.api.expr.v1alpha1.CheckedExpr|undefined} value
1056
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckResponse} returns this
1057
+ */
1058
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.setCheckedExpr = function(value) {
1059
+ return jspb.Message.setWrapperField(this, 1, value);
1060
+ };
1061
+
1062
+
1063
+ /**
1064
+ * Clears the message field making it undefined.
1065
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckResponse} returns this
1066
+ */
1067
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.clearCheckedExpr = function() {
1068
+ return this.setCheckedExpr(undefined);
1069
+ };
1070
+
1071
+
1072
+ /**
1073
+ * Returns whether this field is set.
1074
+ * @return {boolean}
1075
+ */
1076
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.hasCheckedExpr = function() {
1077
+ return jspb.Message.getField(this, 1) != null;
1078
+ };
1079
+
1080
+
1081
+ /**
1082
+ * repeated google.rpc.Status issues = 2;
1083
+ * @return {!Array<!proto.google.rpc.Status>}
1084
+ */
1085
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.getIssuesList = function() {
1086
+ return /** @type{!Array<!proto.google.rpc.Status>} */ (
1087
+ jspb.Message.getRepeatedWrapperField(this, google_rpc_status_pb.Status, 2));
1088
+ };
1089
+
1090
+
1091
+ /**
1092
+ * @param {!Array<!proto.google.rpc.Status>} value
1093
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckResponse} returns this
1094
+ */
1095
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.setIssuesList = function(value) {
1096
+ return jspb.Message.setRepeatedWrapperField(this, 2, value);
1097
+ };
1098
+
1099
+
1100
+ /**
1101
+ * @param {!proto.google.rpc.Status=} opt_value
1102
+ * @param {number=} opt_index
1103
+ * @return {!proto.google.rpc.Status}
1104
+ */
1105
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.addIssues = function(opt_value, opt_index) {
1106
+ return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.google.rpc.Status, opt_index);
1107
+ };
1108
+
1109
+
1110
+ /**
1111
+ * Clears the list making it empty but non-null.
1112
+ * @return {!proto.google.api.expr.conformance.v1alpha1.CheckResponse} returns this
1113
+ */
1114
+ proto.google.api.expr.conformance.v1alpha1.CheckResponse.prototype.clearIssuesList = function() {
1115
+ return this.setIssuesList([]);
1116
+ };
1117
+
1118
+
1119
+
1120
+ /**
1121
+ * Oneof group definitions for this message. Each group defines the field
1122
+ * numbers belonging to that group. When of these fields' value is set, all
1123
+ * other fields in the group are cleared. During deserialization, if multiple
1124
+ * fields are encountered for a group, only the last value seen will be kept.
1125
+ * @private {!Array<!Array<number>>}
1126
+ * @const
1127
+ */
1128
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.oneofGroups_ = [[1,2]];
1129
+
1130
+ /**
1131
+ * @enum {number}
1132
+ */
1133
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.ExprKindCase = {
1134
+ EXPR_KIND_NOT_SET: 0,
1135
+ PARSED_EXPR: 1,
1136
+ CHECKED_EXPR: 2
1137
+ };
1138
+
1139
+ /**
1140
+ * @return {proto.google.api.expr.conformance.v1alpha1.EvalRequest.ExprKindCase}
1141
+ */
1142
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.getExprKindCase = function() {
1143
+ return /** @type {proto.google.api.expr.conformance.v1alpha1.EvalRequest.ExprKindCase} */(jspb.Message.computeOneofCase(this, proto.google.api.expr.conformance.v1alpha1.EvalRequest.oneofGroups_[0]));
1144
+ };
1145
+
1146
+
1147
+
1148
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1149
+ /**
1150
+ * Creates an object representation of this proto.
1151
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1152
+ * Optional fields that are not set will be set to undefined.
1153
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1154
+ * For the list of reserved names please see:
1155
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1156
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1157
+ * JSPB instance for transitional soy proto support:
1158
+ * http://goto/soy-param-migration
1159
+ * @return {!Object}
1160
+ */
1161
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.toObject = function(opt_includeInstance) {
1162
+ return proto.google.api.expr.conformance.v1alpha1.EvalRequest.toObject(opt_includeInstance, this);
1163
+ };
1164
+
1165
+
1166
+ /**
1167
+ * Static version of the {@see toObject} method.
1168
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1169
+ * the JSPB instance for transitional soy proto support:
1170
+ * http://goto/soy-param-migration
1171
+ * @param {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} msg The msg instance to transform.
1172
+ * @return {!Object}
1173
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1174
+ */
1175
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.toObject = function(includeInstance, msg) {
1176
+ var f, obj = {
1177
+ parsedExpr: (f = msg.getParsedExpr()) && google_api_expr_v1alpha1_syntax_pb.ParsedExpr.toObject(includeInstance, f),
1178
+ checkedExpr: (f = msg.getCheckedExpr()) && google_api_expr_v1alpha1_checked_pb.CheckedExpr.toObject(includeInstance, f),
1179
+ bindingsMap: (f = msg.getBindingsMap()) ? f.toObject(includeInstance, proto.google.api.expr.v1alpha1.ExprValue.toObject) : [],
1180
+ container: jspb.Message.getFieldWithDefault(msg, 4, "")
1181
+ };
1182
+
1183
+ if (includeInstance) {
1184
+ obj.$jspbMessageInstance = msg;
1185
+ }
1186
+ return obj;
1187
+ };
1188
+ }
1189
+
1190
+
1191
+ /**
1192
+ * Deserializes binary data (in protobuf wire format).
1193
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1194
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest}
1195
+ */
1196
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.deserializeBinary = function(bytes) {
1197
+ var reader = new jspb.BinaryReader(bytes);
1198
+ var msg = new proto.google.api.expr.conformance.v1alpha1.EvalRequest;
1199
+ return proto.google.api.expr.conformance.v1alpha1.EvalRequest.deserializeBinaryFromReader(msg, reader);
1200
+ };
1201
+
1202
+
1203
+ /**
1204
+ * Deserializes binary data (in protobuf wire format) from the
1205
+ * given reader into the given message object.
1206
+ * @param {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} msg The message object to deserialize into.
1207
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1208
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest}
1209
+ */
1210
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.deserializeBinaryFromReader = function(msg, reader) {
1211
+ while (reader.nextField()) {
1212
+ if (reader.isEndGroup()) {
1213
+ break;
1214
+ }
1215
+ var field = reader.getFieldNumber();
1216
+ switch (field) {
1217
+ case 1:
1218
+ var value = new google_api_expr_v1alpha1_syntax_pb.ParsedExpr;
1219
+ reader.readMessage(value,google_api_expr_v1alpha1_syntax_pb.ParsedExpr.deserializeBinaryFromReader);
1220
+ msg.setParsedExpr(value);
1221
+ break;
1222
+ case 2:
1223
+ var value = new google_api_expr_v1alpha1_checked_pb.CheckedExpr;
1224
+ reader.readMessage(value,google_api_expr_v1alpha1_checked_pb.CheckedExpr.deserializeBinaryFromReader);
1225
+ msg.setCheckedExpr(value);
1226
+ break;
1227
+ case 3:
1228
+ var value = msg.getBindingsMap();
1229
+ reader.readMessage(value, function(message, reader) {
1230
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readMessage, proto.google.api.expr.v1alpha1.ExprValue.deserializeBinaryFromReader, "", new proto.google.api.expr.v1alpha1.ExprValue());
1231
+ });
1232
+ break;
1233
+ case 4:
1234
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1235
+ msg.setContainer(value);
1236
+ break;
1237
+ default:
1238
+ reader.skipField();
1239
+ break;
1240
+ }
1241
+ }
1242
+ return msg;
1243
+ };
1244
+
1245
+
1246
+ /**
1247
+ * Serializes the message to binary data (in protobuf wire format).
1248
+ * @return {!Uint8Array}
1249
+ */
1250
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.serializeBinary = function() {
1251
+ var writer = new jspb.BinaryWriter();
1252
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.serializeBinaryToWriter(this, writer);
1253
+ return writer.getResultBuffer();
1254
+ };
1255
+
1256
+
1257
+ /**
1258
+ * Serializes the given message to binary data (in protobuf wire
1259
+ * format), writing to the given BinaryWriter.
1260
+ * @param {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} message
1261
+ * @param {!jspb.BinaryWriter} writer
1262
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1263
+ */
1264
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.serializeBinaryToWriter = function(message, writer) {
1265
+ var f = undefined;
1266
+ f = message.getParsedExpr();
1267
+ if (f != null) {
1268
+ writer.writeMessage(
1269
+ 1,
1270
+ f,
1271
+ google_api_expr_v1alpha1_syntax_pb.ParsedExpr.serializeBinaryToWriter
1272
+ );
1273
+ }
1274
+ f = message.getCheckedExpr();
1275
+ if (f != null) {
1276
+ writer.writeMessage(
1277
+ 2,
1278
+ f,
1279
+ google_api_expr_v1alpha1_checked_pb.CheckedExpr.serializeBinaryToWriter
1280
+ );
1281
+ }
1282
+ f = message.getBindingsMap(true);
1283
+ if (f && f.getLength() > 0) {
1284
+ jspb.internal.public_for_gencode.serializeMapToBinary(
1285
+ message.getBindingsMap(true),
1286
+ 3,
1287
+ writer,
1288
+ jspb.BinaryWriter.prototype.writeString,
1289
+ jspb.BinaryWriter.prototype.writeMessage,
1290
+ proto.google.api.expr.v1alpha1.ExprValue.serializeBinaryToWriter);
1291
+ }
1292
+ f = message.getContainer();
1293
+ if (f.length > 0) {
1294
+ writer.writeString(
1295
+ 4,
1296
+ f
1297
+ );
1298
+ }
1299
+ };
1300
+
1301
+
1302
+ /**
1303
+ * optional google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
1304
+ * @return {?proto.google.api.expr.v1alpha1.ParsedExpr}
1305
+ */
1306
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.getParsedExpr = function() {
1307
+ return /** @type{?proto.google.api.expr.v1alpha1.ParsedExpr} */ (
1308
+ jspb.Message.getWrapperField(this, google_api_expr_v1alpha1_syntax_pb.ParsedExpr, 1));
1309
+ };
1310
+
1311
+
1312
+ /**
1313
+ * @param {?proto.google.api.expr.v1alpha1.ParsedExpr|undefined} value
1314
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} returns this
1315
+ */
1316
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.setParsedExpr = function(value) {
1317
+ return jspb.Message.setOneofWrapperField(this, 1, proto.google.api.expr.conformance.v1alpha1.EvalRequest.oneofGroups_[0], value);
1318
+ };
1319
+
1320
+
1321
+ /**
1322
+ * Clears the message field making it undefined.
1323
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} returns this
1324
+ */
1325
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.clearParsedExpr = function() {
1326
+ return this.setParsedExpr(undefined);
1327
+ };
1328
+
1329
+
1330
+ /**
1331
+ * Returns whether this field is set.
1332
+ * @return {boolean}
1333
+ */
1334
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.hasParsedExpr = function() {
1335
+ return jspb.Message.getField(this, 1) != null;
1336
+ };
1337
+
1338
+
1339
+ /**
1340
+ * optional google.api.expr.v1alpha1.CheckedExpr checked_expr = 2;
1341
+ * @return {?proto.google.api.expr.v1alpha1.CheckedExpr}
1342
+ */
1343
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.getCheckedExpr = function() {
1344
+ return /** @type{?proto.google.api.expr.v1alpha1.CheckedExpr} */ (
1345
+ jspb.Message.getWrapperField(this, google_api_expr_v1alpha1_checked_pb.CheckedExpr, 2));
1346
+ };
1347
+
1348
+
1349
+ /**
1350
+ * @param {?proto.google.api.expr.v1alpha1.CheckedExpr|undefined} value
1351
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} returns this
1352
+ */
1353
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.setCheckedExpr = function(value) {
1354
+ return jspb.Message.setOneofWrapperField(this, 2, proto.google.api.expr.conformance.v1alpha1.EvalRequest.oneofGroups_[0], value);
1355
+ };
1356
+
1357
+
1358
+ /**
1359
+ * Clears the message field making it undefined.
1360
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} returns this
1361
+ */
1362
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.clearCheckedExpr = function() {
1363
+ return this.setCheckedExpr(undefined);
1364
+ };
1365
+
1366
+
1367
+ /**
1368
+ * Returns whether this field is set.
1369
+ * @return {boolean}
1370
+ */
1371
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.hasCheckedExpr = function() {
1372
+ return jspb.Message.getField(this, 2) != null;
1373
+ };
1374
+
1375
+
1376
+ /**
1377
+ * map<string, google.api.expr.v1alpha1.ExprValue> bindings = 3;
1378
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
1379
+ * empty, instead returning `undefined`
1380
+ * @return {!jspb.Map<string,!proto.google.api.expr.v1alpha1.ExprValue>}
1381
+ */
1382
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.getBindingsMap = function(opt_noLazyCreate) {
1383
+ return /** @type {!jspb.Map<string,!proto.google.api.expr.v1alpha1.ExprValue>} */ (
1384
+ jspb.Message.getMapField(this, 3, opt_noLazyCreate,
1385
+ proto.google.api.expr.v1alpha1.ExprValue));
1386
+ };
1387
+
1388
+
1389
+ /**
1390
+ * Clears values from the map. The map will be non-null.
1391
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} returns this
1392
+ */
1393
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.clearBindingsMap = function() {
1394
+ this.getBindingsMap().clear();
1395
+ return this;
1396
+ };
1397
+
1398
+
1399
+ /**
1400
+ * optional string container = 4;
1401
+ * @return {string}
1402
+ */
1403
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.getContainer = function() {
1404
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1405
+ };
1406
+
1407
+
1408
+ /**
1409
+ * @param {string} value
1410
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalRequest} returns this
1411
+ */
1412
+ proto.google.api.expr.conformance.v1alpha1.EvalRequest.prototype.setContainer = function(value) {
1413
+ return jspb.Message.setProto3StringField(this, 4, value);
1414
+ };
1415
+
1416
+
1417
+
1418
+ /**
1419
+ * List of repeated fields within this message type.
1420
+ * @private {!Array<number>}
1421
+ * @const
1422
+ */
1423
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.repeatedFields_ = [2];
1424
+
1425
+
1426
+
1427
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1428
+ /**
1429
+ * Creates an object representation of this proto.
1430
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1431
+ * Optional fields that are not set will be set to undefined.
1432
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1433
+ * For the list of reserved names please see:
1434
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1435
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1436
+ * JSPB instance for transitional soy proto support:
1437
+ * http://goto/soy-param-migration
1438
+ * @return {!Object}
1439
+ */
1440
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.toObject = function(opt_includeInstance) {
1441
+ return proto.google.api.expr.conformance.v1alpha1.EvalResponse.toObject(opt_includeInstance, this);
1442
+ };
1443
+
1444
+
1445
+ /**
1446
+ * Static version of the {@see toObject} method.
1447
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1448
+ * the JSPB instance for transitional soy proto support:
1449
+ * http://goto/soy-param-migration
1450
+ * @param {!proto.google.api.expr.conformance.v1alpha1.EvalResponse} msg The msg instance to transform.
1451
+ * @return {!Object}
1452
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1453
+ */
1454
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.toObject = function(includeInstance, msg) {
1455
+ var f, obj = {
1456
+ result: (f = msg.getResult()) && google_api_expr_v1alpha1_eval_pb.ExprValue.toObject(includeInstance, f),
1457
+ issuesList: jspb.Message.toObjectList(msg.getIssuesList(),
1458
+ google_rpc_status_pb.Status.toObject, includeInstance)
1459
+ };
1460
+
1461
+ if (includeInstance) {
1462
+ obj.$jspbMessageInstance = msg;
1463
+ }
1464
+ return obj;
1465
+ };
1466
+ }
1467
+
1468
+
1469
+ /**
1470
+ * Deserializes binary data (in protobuf wire format).
1471
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1472
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalResponse}
1473
+ */
1474
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.deserializeBinary = function(bytes) {
1475
+ var reader = new jspb.BinaryReader(bytes);
1476
+ var msg = new proto.google.api.expr.conformance.v1alpha1.EvalResponse;
1477
+ return proto.google.api.expr.conformance.v1alpha1.EvalResponse.deserializeBinaryFromReader(msg, reader);
1478
+ };
1479
+
1480
+
1481
+ /**
1482
+ * Deserializes binary data (in protobuf wire format) from the
1483
+ * given reader into the given message object.
1484
+ * @param {!proto.google.api.expr.conformance.v1alpha1.EvalResponse} msg The message object to deserialize into.
1485
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1486
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalResponse}
1487
+ */
1488
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.deserializeBinaryFromReader = function(msg, reader) {
1489
+ while (reader.nextField()) {
1490
+ if (reader.isEndGroup()) {
1491
+ break;
1492
+ }
1493
+ var field = reader.getFieldNumber();
1494
+ switch (field) {
1495
+ case 1:
1496
+ var value = new google_api_expr_v1alpha1_eval_pb.ExprValue;
1497
+ reader.readMessage(value,google_api_expr_v1alpha1_eval_pb.ExprValue.deserializeBinaryFromReader);
1498
+ msg.setResult(value);
1499
+ break;
1500
+ case 2:
1501
+ var value = new google_rpc_status_pb.Status;
1502
+ reader.readMessage(value,google_rpc_status_pb.Status.deserializeBinaryFromReader);
1503
+ msg.addIssues(value);
1504
+ break;
1505
+ default:
1506
+ reader.skipField();
1507
+ break;
1508
+ }
1509
+ }
1510
+ return msg;
1511
+ };
1512
+
1513
+
1514
+ /**
1515
+ * Serializes the message to binary data (in protobuf wire format).
1516
+ * @return {!Uint8Array}
1517
+ */
1518
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.serializeBinary = function() {
1519
+ var writer = new jspb.BinaryWriter();
1520
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.serializeBinaryToWriter(this, writer);
1521
+ return writer.getResultBuffer();
1522
+ };
1523
+
1524
+
1525
+ /**
1526
+ * Serializes the given message to binary data (in protobuf wire
1527
+ * format), writing to the given BinaryWriter.
1528
+ * @param {!proto.google.api.expr.conformance.v1alpha1.EvalResponse} message
1529
+ * @param {!jspb.BinaryWriter} writer
1530
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1531
+ */
1532
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.serializeBinaryToWriter = function(message, writer) {
1533
+ var f = undefined;
1534
+ f = message.getResult();
1535
+ if (f != null) {
1536
+ writer.writeMessage(
1537
+ 1,
1538
+ f,
1539
+ google_api_expr_v1alpha1_eval_pb.ExprValue.serializeBinaryToWriter
1540
+ );
1541
+ }
1542
+ f = message.getIssuesList();
1543
+ if (f.length > 0) {
1544
+ writer.writeRepeatedMessage(
1545
+ 2,
1546
+ f,
1547
+ google_rpc_status_pb.Status.serializeBinaryToWriter
1548
+ );
1549
+ }
1550
+ };
1551
+
1552
+
1553
+ /**
1554
+ * optional google.api.expr.v1alpha1.ExprValue result = 1;
1555
+ * @return {?proto.google.api.expr.v1alpha1.ExprValue}
1556
+ */
1557
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.getResult = function() {
1558
+ return /** @type{?proto.google.api.expr.v1alpha1.ExprValue} */ (
1559
+ jspb.Message.getWrapperField(this, google_api_expr_v1alpha1_eval_pb.ExprValue, 1));
1560
+ };
1561
+
1562
+
1563
+ /**
1564
+ * @param {?proto.google.api.expr.v1alpha1.ExprValue|undefined} value
1565
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalResponse} returns this
1566
+ */
1567
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.setResult = function(value) {
1568
+ return jspb.Message.setWrapperField(this, 1, value);
1569
+ };
1570
+
1571
+
1572
+ /**
1573
+ * Clears the message field making it undefined.
1574
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalResponse} returns this
1575
+ */
1576
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.clearResult = function() {
1577
+ return this.setResult(undefined);
1578
+ };
1579
+
1580
+
1581
+ /**
1582
+ * Returns whether this field is set.
1583
+ * @return {boolean}
1584
+ */
1585
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.hasResult = function() {
1586
+ return jspb.Message.getField(this, 1) != null;
1587
+ };
1588
+
1589
+
1590
+ /**
1591
+ * repeated google.rpc.Status issues = 2;
1592
+ * @return {!Array<!proto.google.rpc.Status>}
1593
+ */
1594
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.getIssuesList = function() {
1595
+ return /** @type{!Array<!proto.google.rpc.Status>} */ (
1596
+ jspb.Message.getRepeatedWrapperField(this, google_rpc_status_pb.Status, 2));
1597
+ };
1598
+
1599
+
1600
+ /**
1601
+ * @param {!Array<!proto.google.rpc.Status>} value
1602
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalResponse} returns this
1603
+ */
1604
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.setIssuesList = function(value) {
1605
+ return jspb.Message.setRepeatedWrapperField(this, 2, value);
1606
+ };
1607
+
1608
+
1609
+ /**
1610
+ * @param {!proto.google.rpc.Status=} opt_value
1611
+ * @param {number=} opt_index
1612
+ * @return {!proto.google.rpc.Status}
1613
+ */
1614
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.addIssues = function(opt_value, opt_index) {
1615
+ return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.google.rpc.Status, opt_index);
1616
+ };
1617
+
1618
+
1619
+ /**
1620
+ * Clears the list making it empty but non-null.
1621
+ * @return {!proto.google.api.expr.conformance.v1alpha1.EvalResponse} returns this
1622
+ */
1623
+ proto.google.api.expr.conformance.v1alpha1.EvalResponse.prototype.clearIssuesList = function() {
1624
+ return this.setIssuesList([]);
1625
+ };
1626
+
1627
+
1628
+
1629
+
1630
+
1631
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1632
+ /**
1633
+ * Creates an object representation of this proto.
1634
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1635
+ * Optional fields that are not set will be set to undefined.
1636
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1637
+ * For the list of reserved names please see:
1638
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1639
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1640
+ * JSPB instance for transitional soy proto support:
1641
+ * http://goto/soy-param-migration
1642
+ * @return {!Object}
1643
+ */
1644
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.toObject = function(opt_includeInstance) {
1645
+ return proto.google.api.expr.conformance.v1alpha1.SourcePosition.toObject(opt_includeInstance, this);
1646
+ };
1647
+
1648
+
1649
+ /**
1650
+ * Static version of the {@see toObject} method.
1651
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1652
+ * the JSPB instance for transitional soy proto support:
1653
+ * http://goto/soy-param-migration
1654
+ * @param {!proto.google.api.expr.conformance.v1alpha1.SourcePosition} msg The msg instance to transform.
1655
+ * @return {!Object}
1656
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1657
+ */
1658
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.toObject = function(includeInstance, msg) {
1659
+ var f, obj = {
1660
+ location: jspb.Message.getFieldWithDefault(msg, 1, ""),
1661
+ offset: jspb.Message.getFieldWithDefault(msg, 2, 0),
1662
+ line: jspb.Message.getFieldWithDefault(msg, 3, 0),
1663
+ column: jspb.Message.getFieldWithDefault(msg, 4, 0)
1664
+ };
1665
+
1666
+ if (includeInstance) {
1667
+ obj.$jspbMessageInstance = msg;
1668
+ }
1669
+ return obj;
1670
+ };
1671
+ }
1672
+
1673
+
1674
+ /**
1675
+ * Deserializes binary data (in protobuf wire format).
1676
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1677
+ * @return {!proto.google.api.expr.conformance.v1alpha1.SourcePosition}
1678
+ */
1679
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.deserializeBinary = function(bytes) {
1680
+ var reader = new jspb.BinaryReader(bytes);
1681
+ var msg = new proto.google.api.expr.conformance.v1alpha1.SourcePosition;
1682
+ return proto.google.api.expr.conformance.v1alpha1.SourcePosition.deserializeBinaryFromReader(msg, reader);
1683
+ };
1684
+
1685
+
1686
+ /**
1687
+ * Deserializes binary data (in protobuf wire format) from the
1688
+ * given reader into the given message object.
1689
+ * @param {!proto.google.api.expr.conformance.v1alpha1.SourcePosition} msg The message object to deserialize into.
1690
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1691
+ * @return {!proto.google.api.expr.conformance.v1alpha1.SourcePosition}
1692
+ */
1693
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.deserializeBinaryFromReader = function(msg, reader) {
1694
+ while (reader.nextField()) {
1695
+ if (reader.isEndGroup()) {
1696
+ break;
1697
+ }
1698
+ var field = reader.getFieldNumber();
1699
+ switch (field) {
1700
+ case 1:
1701
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1702
+ msg.setLocation(value);
1703
+ break;
1704
+ case 2:
1705
+ var value = /** @type {number} */ (reader.readInt32());
1706
+ msg.setOffset(value);
1707
+ break;
1708
+ case 3:
1709
+ var value = /** @type {number} */ (reader.readInt32());
1710
+ msg.setLine(value);
1711
+ break;
1712
+ case 4:
1713
+ var value = /** @type {number} */ (reader.readInt32());
1714
+ msg.setColumn(value);
1715
+ break;
1716
+ default:
1717
+ reader.skipField();
1718
+ break;
1719
+ }
1720
+ }
1721
+ return msg;
1722
+ };
1723
+
1724
+
1725
+ /**
1726
+ * Serializes the message to binary data (in protobuf wire format).
1727
+ * @return {!Uint8Array}
1728
+ */
1729
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.serializeBinary = function() {
1730
+ var writer = new jspb.BinaryWriter();
1731
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.serializeBinaryToWriter(this, writer);
1732
+ return writer.getResultBuffer();
1733
+ };
1734
+
1735
+
1736
+ /**
1737
+ * Serializes the given message to binary data (in protobuf wire
1738
+ * format), writing to the given BinaryWriter.
1739
+ * @param {!proto.google.api.expr.conformance.v1alpha1.SourcePosition} message
1740
+ * @param {!jspb.BinaryWriter} writer
1741
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1742
+ */
1743
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.serializeBinaryToWriter = function(message, writer) {
1744
+ var f = undefined;
1745
+ f = message.getLocation();
1746
+ if (f.length > 0) {
1747
+ writer.writeString(
1748
+ 1,
1749
+ f
1750
+ );
1751
+ }
1752
+ f = message.getOffset();
1753
+ if (f !== 0) {
1754
+ writer.writeInt32(
1755
+ 2,
1756
+ f
1757
+ );
1758
+ }
1759
+ f = message.getLine();
1760
+ if (f !== 0) {
1761
+ writer.writeInt32(
1762
+ 3,
1763
+ f
1764
+ );
1765
+ }
1766
+ f = message.getColumn();
1767
+ if (f !== 0) {
1768
+ writer.writeInt32(
1769
+ 4,
1770
+ f
1771
+ );
1772
+ }
1773
+ };
1774
+
1775
+
1776
+ /**
1777
+ * optional string location = 1;
1778
+ * @return {string}
1779
+ */
1780
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.getLocation = function() {
1781
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1782
+ };
1783
+
1784
+
1785
+ /**
1786
+ * @param {string} value
1787
+ * @return {!proto.google.api.expr.conformance.v1alpha1.SourcePosition} returns this
1788
+ */
1789
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.setLocation = function(value) {
1790
+ return jspb.Message.setProto3StringField(this, 1, value);
1791
+ };
1792
+
1793
+
1794
+ /**
1795
+ * optional int32 offset = 2;
1796
+ * @return {number}
1797
+ */
1798
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.getOffset = function() {
1799
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1800
+ };
1801
+
1802
+
1803
+ /**
1804
+ * @param {number} value
1805
+ * @return {!proto.google.api.expr.conformance.v1alpha1.SourcePosition} returns this
1806
+ */
1807
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.setOffset = function(value) {
1808
+ return jspb.Message.setProto3IntField(this, 2, value);
1809
+ };
1810
+
1811
+
1812
+ /**
1813
+ * optional int32 line = 3;
1814
+ * @return {number}
1815
+ */
1816
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.getLine = function() {
1817
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
1818
+ };
1819
+
1820
+
1821
+ /**
1822
+ * @param {number} value
1823
+ * @return {!proto.google.api.expr.conformance.v1alpha1.SourcePosition} returns this
1824
+ */
1825
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.setLine = function(value) {
1826
+ return jspb.Message.setProto3IntField(this, 3, value);
1827
+ };
1828
+
1829
+
1830
+ /**
1831
+ * optional int32 column = 4;
1832
+ * @return {number}
1833
+ */
1834
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.getColumn = function() {
1835
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
1836
+ };
1837
+
1838
+
1839
+ /**
1840
+ * @param {number} value
1841
+ * @return {!proto.google.api.expr.conformance.v1alpha1.SourcePosition} returns this
1842
+ */
1843
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.prototype.setColumn = function(value) {
1844
+ return jspb.Message.setProto3IntField(this, 4, value);
1845
+ };
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1852
+ /**
1853
+ * Creates an object representation of this proto.
1854
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1855
+ * Optional fields that are not set will be set to undefined.
1856
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1857
+ * For the list of reserved names please see:
1858
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1859
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1860
+ * JSPB instance for transitional soy proto support:
1861
+ * http://goto/soy-param-migration
1862
+ * @return {!Object}
1863
+ */
1864
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.toObject = function(opt_includeInstance) {
1865
+ return proto.google.api.expr.conformance.v1alpha1.IssueDetails.toObject(opt_includeInstance, this);
1866
+ };
1867
+
1868
+
1869
+ /**
1870
+ * Static version of the {@see toObject} method.
1871
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1872
+ * the JSPB instance for transitional soy proto support:
1873
+ * http://goto/soy-param-migration
1874
+ * @param {!proto.google.api.expr.conformance.v1alpha1.IssueDetails} msg The msg instance to transform.
1875
+ * @return {!Object}
1876
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1877
+ */
1878
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.toObject = function(includeInstance, msg) {
1879
+ var f, obj = {
1880
+ severity: jspb.Message.getFieldWithDefault(msg, 1, 0),
1881
+ position: (f = msg.getPosition()) && proto.google.api.expr.conformance.v1alpha1.SourcePosition.toObject(includeInstance, f),
1882
+ id: jspb.Message.getFieldWithDefault(msg, 3, 0)
1883
+ };
1884
+
1885
+ if (includeInstance) {
1886
+ obj.$jspbMessageInstance = msg;
1887
+ }
1888
+ return obj;
1889
+ };
1890
+ }
1891
+
1892
+
1893
+ /**
1894
+ * Deserializes binary data (in protobuf wire format).
1895
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1896
+ * @return {!proto.google.api.expr.conformance.v1alpha1.IssueDetails}
1897
+ */
1898
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.deserializeBinary = function(bytes) {
1899
+ var reader = new jspb.BinaryReader(bytes);
1900
+ var msg = new proto.google.api.expr.conformance.v1alpha1.IssueDetails;
1901
+ return proto.google.api.expr.conformance.v1alpha1.IssueDetails.deserializeBinaryFromReader(msg, reader);
1902
+ };
1903
+
1904
+
1905
+ /**
1906
+ * Deserializes binary data (in protobuf wire format) from the
1907
+ * given reader into the given message object.
1908
+ * @param {!proto.google.api.expr.conformance.v1alpha1.IssueDetails} msg The message object to deserialize into.
1909
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1910
+ * @return {!proto.google.api.expr.conformance.v1alpha1.IssueDetails}
1911
+ */
1912
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.deserializeBinaryFromReader = function(msg, reader) {
1913
+ while (reader.nextField()) {
1914
+ if (reader.isEndGroup()) {
1915
+ break;
1916
+ }
1917
+ var field = reader.getFieldNumber();
1918
+ switch (field) {
1919
+ case 1:
1920
+ var value = /** @type {!proto.google.api.expr.conformance.v1alpha1.IssueDetails.Severity} */ (reader.readEnum());
1921
+ msg.setSeverity(value);
1922
+ break;
1923
+ case 2:
1924
+ var value = new proto.google.api.expr.conformance.v1alpha1.SourcePosition;
1925
+ reader.readMessage(value,proto.google.api.expr.conformance.v1alpha1.SourcePosition.deserializeBinaryFromReader);
1926
+ msg.setPosition(value);
1927
+ break;
1928
+ case 3:
1929
+ var value = /** @type {number} */ (reader.readInt64());
1930
+ msg.setId(value);
1931
+ break;
1932
+ default:
1933
+ reader.skipField();
1934
+ break;
1935
+ }
1936
+ }
1937
+ return msg;
1938
+ };
1939
+
1940
+
1941
+ /**
1942
+ * Serializes the message to binary data (in protobuf wire format).
1943
+ * @return {!Uint8Array}
1944
+ */
1945
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.serializeBinary = function() {
1946
+ var writer = new jspb.BinaryWriter();
1947
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.serializeBinaryToWriter(this, writer);
1948
+ return writer.getResultBuffer();
1949
+ };
1950
+
1951
+
1952
+ /**
1953
+ * Serializes the given message to binary data (in protobuf wire
1954
+ * format), writing to the given BinaryWriter.
1955
+ * @param {!proto.google.api.expr.conformance.v1alpha1.IssueDetails} message
1956
+ * @param {!jspb.BinaryWriter} writer
1957
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1958
+ */
1959
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.serializeBinaryToWriter = function(message, writer) {
1960
+ var f = undefined;
1961
+ f = message.getSeverity();
1962
+ if (f !== 0.0) {
1963
+ writer.writeEnum(
1964
+ 1,
1965
+ f
1966
+ );
1967
+ }
1968
+ f = message.getPosition();
1969
+ if (f != null) {
1970
+ writer.writeMessage(
1971
+ 2,
1972
+ f,
1973
+ proto.google.api.expr.conformance.v1alpha1.SourcePosition.serializeBinaryToWriter
1974
+ );
1975
+ }
1976
+ f = message.getId();
1977
+ if (f !== 0) {
1978
+ writer.writeInt64(
1979
+ 3,
1980
+ f
1981
+ );
1982
+ }
1983
+ };
1984
+
1985
+
1986
+ /**
1987
+ * @enum {number}
1988
+ */
1989
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.Severity = {
1990
+ SEVERITY_UNSPECIFIED: 0,
1991
+ DEPRECATION: 1,
1992
+ WARNING: 2,
1993
+ ERROR: 3
1994
+ };
1995
+
1996
+ /**
1997
+ * optional Severity severity = 1;
1998
+ * @return {!proto.google.api.expr.conformance.v1alpha1.IssueDetails.Severity}
1999
+ */
2000
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.getSeverity = function() {
2001
+ return /** @type {!proto.google.api.expr.conformance.v1alpha1.IssueDetails.Severity} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
2002
+ };
2003
+
2004
+
2005
+ /**
2006
+ * @param {!proto.google.api.expr.conformance.v1alpha1.IssueDetails.Severity} value
2007
+ * @return {!proto.google.api.expr.conformance.v1alpha1.IssueDetails} returns this
2008
+ */
2009
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.setSeverity = function(value) {
2010
+ return jspb.Message.setProto3EnumField(this, 1, value);
2011
+ };
2012
+
2013
+
2014
+ /**
2015
+ * optional SourcePosition position = 2;
2016
+ * @return {?proto.google.api.expr.conformance.v1alpha1.SourcePosition}
2017
+ */
2018
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.getPosition = function() {
2019
+ return /** @type{?proto.google.api.expr.conformance.v1alpha1.SourcePosition} */ (
2020
+ jspb.Message.getWrapperField(this, proto.google.api.expr.conformance.v1alpha1.SourcePosition, 2));
2021
+ };
2022
+
2023
+
2024
+ /**
2025
+ * @param {?proto.google.api.expr.conformance.v1alpha1.SourcePosition|undefined} value
2026
+ * @return {!proto.google.api.expr.conformance.v1alpha1.IssueDetails} returns this
2027
+ */
2028
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.setPosition = function(value) {
2029
+ return jspb.Message.setWrapperField(this, 2, value);
2030
+ };
2031
+
2032
+
2033
+ /**
2034
+ * Clears the message field making it undefined.
2035
+ * @return {!proto.google.api.expr.conformance.v1alpha1.IssueDetails} returns this
2036
+ */
2037
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.clearPosition = function() {
2038
+ return this.setPosition(undefined);
2039
+ };
2040
+
2041
+
2042
+ /**
2043
+ * Returns whether this field is set.
2044
+ * @return {boolean}
2045
+ */
2046
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.hasPosition = function() {
2047
+ return jspb.Message.getField(this, 2) != null;
2048
+ };
2049
+
2050
+
2051
+ /**
2052
+ * optional int64 id = 3;
2053
+ * @return {number}
2054
+ */
2055
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.getId = function() {
2056
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
2057
+ };
2058
+
2059
+
2060
+ /**
2061
+ * @param {number} value
2062
+ * @return {!proto.google.api.expr.conformance.v1alpha1.IssueDetails} returns this
2063
+ */
2064
+ proto.google.api.expr.conformance.v1alpha1.IssueDetails.prototype.setId = function(value) {
2065
+ return jspb.Message.setProto3IntField(this, 3, value);
2066
+ };
2067
+
2068
+
2069
+ goog.object.extend(exports, proto.google.api.expr.conformance.v1alpha1);
2070
+
2071
+ // Below is base64 encoded GeneratedCodeInfo proto
2072
+ // CkoKAgQAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjLFCDXFApKCgIEARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YiRsglhsKSgoCBAISPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGI8iIJsiCkoKAgQDEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxiQKSCdKQpKCgIEBBI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YljAgoTAKSgoCBAUSPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGI83IJs3CkoKAgQGEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxiQPiCePgpKCgIEBxI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y1kQg4kQKTAoEBAACABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Yv20gy20KTAoEBAACABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y5m8g8m8KTAoEBAACARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YzXEg3XEKTAoEBAACARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y+HMgiHQKTAoEBAACAhI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y5HUg9XUKTAoEBAACAhI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YkHggoXgKTAoEBAACAxI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y+3kgi3oKTAoEBAACAxI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YsnwgwnwKTgoEBAECABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y1aMBIOKjAQpOCgQEAQIAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxj7pgEgiKcBCk4KBAQBAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGKmpASC4qQEKTgoEBAECABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y+6oBIIirAQpOCgQEAQIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjxrAEg/qwBCk4KBAQBAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGO+vASD8rwEKTgoEBAECARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YlLIBIJ2yAQpOCgQEAQIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxj/tAEgjrUBCk4KBAQCAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGNvgASDo4AEKTgoEBAICABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y/+MBIIzkAQpOCgQEAgIAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxir5gEguuYBCk4KBAQCAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGPznASCJ6AEKTgoEBAICARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Yi+oBIJnqAQpOCgQEAgIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxit7QEgu+0BCk4KBAQCAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGOrvASD07wEKTgoEBAICARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y4PIBIPDyAQpOCgQEAgICEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxin9AEgs/QBCk4KBAQCAgISPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGM72ASDa9gEKTgoEBAICAxI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YsPgBILv4AQpOCgQEAgIDEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxji+gEg7foBCk4KBAQDAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGI+iAiCdogIKTgoEBAMCABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YuqUCIMilAgpOCgQEAwIAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjppwIg+acCCk4KBAQDAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGL2pAiDLqQIKTgoEBAMCARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YtKsCIMGrAgpOCgQEAwIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxiyrgIgv64CCk4KBAQDAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGNewAiDgsAIKTgoEBAMCARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YwrMCINGzAgpOCgQEBAIAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxi9uAIgyLgCCk4KBAQEAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGM+4AiDbuAIKTgoEBAQCABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YluoCIKPqAgpOCgQEBAIAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxi47QIgxe0CCk4KBAQEAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGK/wAiC+8AIKTgoEBAQCABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y//ECIIzyAgpOCgQEBAIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxiX9AIgpfQCCk4KBAQEAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGL73AiDM9wIKTgoEBAQCARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YtvoCIMb6AgpOCgQEBAIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxiI/AIglvwCCk4KBAQEAgISPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGJb/AiCk/wIKTgoEBAQCAhI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y34IDIO+CAwpOCgQEBAIDEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxizhAMgv4QDCk4KBAQEAgMSPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGNiGAyDkhgMKTgoEBAUCABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Ywq0DIMutAwpOCgQEBQIAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjdsAMg5rADCk4KBAQFAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGIWzAyCQswMKTgoEBAUCABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YzrQDINe0AwpOCgQEBQIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxi/tgMgzLYDCk4KBAQFAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGLu5AyDIuQMKTgoEBAUCARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y37sDIOi7AwpOCgQEBQIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjIvgMg174DCk4KBAQGAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGJjkAyCj5AMKTgoEBAYCABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YwuYDIM3mAwpOCgQEBgIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxih6AMgqugDCk4KBAQGAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGMjqAyDR6gMKTgoEBAYCAhI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YoOwDIKfsAwpOCgQEBgICEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjF7gMgzO4DCk4KBAQGAgMSPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGJ3wAyCm8AMKTgoEBAYCAxI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YxPIDIM3yAwpOCgQEBwQAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxismAQgtJgEClAKBgQHBAACABI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Yu5gEIM+YBApQCgYEBwQAAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGNaYBCDhmAQKUAoGBAcEAAICEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjomAQg75gEClAKBgQHBAACAxI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y9pgEIPuYBApOCgQEBwIAEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxi/mgQgypoECk4KBAQHAgASPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGNqdBCDlnQQKTgoEBAcCARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8Y9J8EIP+fBApOCgQEBwIBEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxjCowQgzaMECk4KBAQHAgESPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGOylBCD5pQQKTgoEBAcCARI+Z29vZ2xlL2FwaS9leHByL2NvbmZvcm1hbmNlL3YxYWxwaGExL2NvbmZvcm1hbmNlX3NlcnZpY2UucHJvdG8YuacEIMSnBApOCgQEBwICEj5nb29nbGUvYXBpL2V4cHIvY29uZm9ybWFuY2UvdjFhbHBoYTEvY29uZm9ybWFuY2Vfc2VydmljZS5wcm90bxiCqQQgh6kECk4KBAQHAgISPmdvb2dsZS9hcGkvZXhwci9jb25mb3JtYW5jZS92MWFscGhhMS9jb25mb3JtYW5jZV9zZXJ2aWNlLnByb3RvGKGrBCCmqwQ=