@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,1566 @@
1
+ // source: google/api/expr/v1beta1/value.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global = globalThis;
17
+
18
+ var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
19
+ goog.object.extend(proto, google_protobuf_any_pb);
20
+ var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
21
+ goog.object.extend(proto, google_protobuf_struct_pb);
22
+ goog.exportSymbol('proto.google.api.expr.v1beta1.EnumValue', null, global);
23
+ goog.exportSymbol('proto.google.api.expr.v1beta1.ListValue', null, global);
24
+ goog.exportSymbol('proto.google.api.expr.v1beta1.MapValue', null, global);
25
+ goog.exportSymbol('proto.google.api.expr.v1beta1.MapValue.Entry', null, global);
26
+ goog.exportSymbol('proto.google.api.expr.v1beta1.Value', null, global);
27
+ goog.exportSymbol('proto.google.api.expr.v1beta1.Value.KindCase', null, global);
28
+ /**
29
+ * Generated by JsPbCodeGenerator.
30
+ * @param {Array=} opt_data Optional initial data array, typically from a
31
+ * server response, or constructed directly in Javascript. The array is used
32
+ * in place and becomes part of the constructed object. It is not cloned.
33
+ * If no data is provided, the constructed object will be empty, but still
34
+ * valid.
35
+ * @extends {jspb.Message}
36
+ * @constructor
37
+ */
38
+ proto.google.api.expr.v1beta1.Value = function(opt_data) {
39
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.google.api.expr.v1beta1.Value.oneofGroups_);
40
+ };
41
+ goog.inherits(proto.google.api.expr.v1beta1.Value, jspb.Message);
42
+ if (goog.DEBUG && !COMPILED) {
43
+ /**
44
+ * @public
45
+ * @override
46
+ */
47
+ proto.google.api.expr.v1beta1.Value.displayName = 'proto.google.api.expr.v1beta1.Value';
48
+ }
49
+ /**
50
+ * Generated by JsPbCodeGenerator.
51
+ * @param {Array=} opt_data Optional initial data array, typically from a
52
+ * server response, or constructed directly in Javascript. The array is used
53
+ * in place and becomes part of the constructed object. It is not cloned.
54
+ * If no data is provided, the constructed object will be empty, but still
55
+ * valid.
56
+ * @extends {jspb.Message}
57
+ * @constructor
58
+ */
59
+ proto.google.api.expr.v1beta1.EnumValue = function(opt_data) {
60
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
61
+ };
62
+ goog.inherits(proto.google.api.expr.v1beta1.EnumValue, jspb.Message);
63
+ if (goog.DEBUG && !COMPILED) {
64
+ /**
65
+ * @public
66
+ * @override
67
+ */
68
+ proto.google.api.expr.v1beta1.EnumValue.displayName = 'proto.google.api.expr.v1beta1.EnumValue';
69
+ }
70
+ /**
71
+ * Generated by JsPbCodeGenerator.
72
+ * @param {Array=} opt_data Optional initial data array, typically from a
73
+ * server response, or constructed directly in Javascript. The array is used
74
+ * in place and becomes part of the constructed object. It is not cloned.
75
+ * If no data is provided, the constructed object will be empty, but still
76
+ * valid.
77
+ * @extends {jspb.Message}
78
+ * @constructor
79
+ */
80
+ proto.google.api.expr.v1beta1.ListValue = function(opt_data) {
81
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.v1beta1.ListValue.repeatedFields_, null);
82
+ };
83
+ goog.inherits(proto.google.api.expr.v1beta1.ListValue, jspb.Message);
84
+ if (goog.DEBUG && !COMPILED) {
85
+ /**
86
+ * @public
87
+ * @override
88
+ */
89
+ proto.google.api.expr.v1beta1.ListValue.displayName = 'proto.google.api.expr.v1beta1.ListValue';
90
+ }
91
+ /**
92
+ * Generated by JsPbCodeGenerator.
93
+ * @param {Array=} opt_data Optional initial data array, typically from a
94
+ * server response, or constructed directly in Javascript. The array is used
95
+ * in place and becomes part of the constructed object. It is not cloned.
96
+ * If no data is provided, the constructed object will be empty, but still
97
+ * valid.
98
+ * @extends {jspb.Message}
99
+ * @constructor
100
+ */
101
+ proto.google.api.expr.v1beta1.MapValue = function(opt_data) {
102
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.expr.v1beta1.MapValue.repeatedFields_, null);
103
+ };
104
+ goog.inherits(proto.google.api.expr.v1beta1.MapValue, jspb.Message);
105
+ if (goog.DEBUG && !COMPILED) {
106
+ /**
107
+ * @public
108
+ * @override
109
+ */
110
+ proto.google.api.expr.v1beta1.MapValue.displayName = 'proto.google.api.expr.v1beta1.MapValue';
111
+ }
112
+ /**
113
+ * Generated by JsPbCodeGenerator.
114
+ * @param {Array=} opt_data Optional initial data array, typically from a
115
+ * server response, or constructed directly in Javascript. The array is used
116
+ * in place and becomes part of the constructed object. It is not cloned.
117
+ * If no data is provided, the constructed object will be empty, but still
118
+ * valid.
119
+ * @extends {jspb.Message}
120
+ * @constructor
121
+ */
122
+ proto.google.api.expr.v1beta1.MapValue.Entry = function(opt_data) {
123
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
124
+ };
125
+ goog.inherits(proto.google.api.expr.v1beta1.MapValue.Entry, jspb.Message);
126
+ if (goog.DEBUG && !COMPILED) {
127
+ /**
128
+ * @public
129
+ * @override
130
+ */
131
+ proto.google.api.expr.v1beta1.MapValue.Entry.displayName = 'proto.google.api.expr.v1beta1.MapValue.Entry';
132
+ }
133
+
134
+ /**
135
+ * Oneof group definitions for this message. Each group defines the field
136
+ * numbers belonging to that group. When of these fields' value is set, all
137
+ * other fields in the group are cleared. During deserialization, if multiple
138
+ * fields are encountered for a group, only the last value seen will be kept.
139
+ * @private {!Array<!Array<number>>}
140
+ * @const
141
+ */
142
+ proto.google.api.expr.v1beta1.Value.oneofGroups_ = [[1,2,3,4,5,6,7,9,10,11,12,15]];
143
+
144
+ /**
145
+ * @enum {number}
146
+ */
147
+ proto.google.api.expr.v1beta1.Value.KindCase = {
148
+ KIND_NOT_SET: 0,
149
+ NULL_VALUE: 1,
150
+ BOOL_VALUE: 2,
151
+ INT64_VALUE: 3,
152
+ UINT64_VALUE: 4,
153
+ DOUBLE_VALUE: 5,
154
+ STRING_VALUE: 6,
155
+ BYTES_VALUE: 7,
156
+ ENUM_VALUE: 9,
157
+ OBJECT_VALUE: 10,
158
+ MAP_VALUE: 11,
159
+ LIST_VALUE: 12,
160
+ TYPE_VALUE: 15
161
+ };
162
+
163
+ /**
164
+ * @return {proto.google.api.expr.v1beta1.Value.KindCase}
165
+ */
166
+ proto.google.api.expr.v1beta1.Value.prototype.getKindCase = function() {
167
+ return /** @type {proto.google.api.expr.v1beta1.Value.KindCase} */(jspb.Message.computeOneofCase(this, proto.google.api.expr.v1beta1.Value.oneofGroups_[0]));
168
+ };
169
+
170
+
171
+
172
+ if (jspb.Message.GENERATE_TO_OBJECT) {
173
+ /**
174
+ * Creates an object representation of this proto.
175
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
176
+ * Optional fields that are not set will be set to undefined.
177
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
178
+ * For the list of reserved names please see:
179
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
180
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
181
+ * JSPB instance for transitional soy proto support:
182
+ * http://goto/soy-param-migration
183
+ * @return {!Object}
184
+ */
185
+ proto.google.api.expr.v1beta1.Value.prototype.toObject = function(opt_includeInstance) {
186
+ return proto.google.api.expr.v1beta1.Value.toObject(opt_includeInstance, this);
187
+ };
188
+
189
+
190
+ /**
191
+ * Static version of the {@see toObject} method.
192
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
193
+ * the JSPB instance for transitional soy proto support:
194
+ * http://goto/soy-param-migration
195
+ * @param {!proto.google.api.expr.v1beta1.Value} msg The msg instance to transform.
196
+ * @return {!Object}
197
+ * @suppress {unusedLocalVariables} f is only used for nested messages
198
+ */
199
+ proto.google.api.expr.v1beta1.Value.toObject = function(includeInstance, msg) {
200
+ var f, obj = {
201
+ nullValue: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
202
+ boolValue: (f = jspb.Message.getBooleanField(msg, 2)) == null ? undefined : f,
203
+ int64Value: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f,
204
+ uint64Value: (f = jspb.Message.getField(msg, 4)) == null ? undefined : f,
205
+ doubleValue: (f = jspb.Message.getOptionalFloatingPointField(msg, 5)) == null ? undefined : f,
206
+ stringValue: (f = jspb.Message.getField(msg, 6)) == null ? undefined : f,
207
+ bytesValue: msg.getBytesValue_asB64(),
208
+ enumValue: (f = msg.getEnumValue()) && proto.google.api.expr.v1beta1.EnumValue.toObject(includeInstance, f),
209
+ objectValue: (f = msg.getObjectValue()) && google_protobuf_any_pb.Any.toObject(includeInstance, f),
210
+ mapValue: (f = msg.getMapValue()) && proto.google.api.expr.v1beta1.MapValue.toObject(includeInstance, f),
211
+ listValue: (f = msg.getListValue()) && proto.google.api.expr.v1beta1.ListValue.toObject(includeInstance, f),
212
+ typeValue: (f = jspb.Message.getField(msg, 15)) == null ? undefined : f
213
+ };
214
+
215
+ if (includeInstance) {
216
+ obj.$jspbMessageInstance = msg;
217
+ }
218
+ return obj;
219
+ };
220
+ }
221
+
222
+
223
+ /**
224
+ * Deserializes binary data (in protobuf wire format).
225
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
226
+ * @return {!proto.google.api.expr.v1beta1.Value}
227
+ */
228
+ proto.google.api.expr.v1beta1.Value.deserializeBinary = function(bytes) {
229
+ var reader = new jspb.BinaryReader(bytes);
230
+ var msg = new proto.google.api.expr.v1beta1.Value;
231
+ return proto.google.api.expr.v1beta1.Value.deserializeBinaryFromReader(msg, reader);
232
+ };
233
+
234
+
235
+ /**
236
+ * Deserializes binary data (in protobuf wire format) from the
237
+ * given reader into the given message object.
238
+ * @param {!proto.google.api.expr.v1beta1.Value} msg The message object to deserialize into.
239
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
240
+ * @return {!proto.google.api.expr.v1beta1.Value}
241
+ */
242
+ proto.google.api.expr.v1beta1.Value.deserializeBinaryFromReader = function(msg, reader) {
243
+ while (reader.nextField()) {
244
+ if (reader.isEndGroup()) {
245
+ break;
246
+ }
247
+ var field = reader.getFieldNumber();
248
+ switch (field) {
249
+ case 1:
250
+ var value = /** @type {!proto.google.protobuf.NullValue} */ (reader.readEnum());
251
+ msg.setNullValue(value);
252
+ break;
253
+ case 2:
254
+ var value = /** @type {boolean} */ (reader.readBool());
255
+ msg.setBoolValue(value);
256
+ break;
257
+ case 3:
258
+ var value = /** @type {number} */ (reader.readInt64());
259
+ msg.setInt64Value(value);
260
+ break;
261
+ case 4:
262
+ var value = /** @type {number} */ (reader.readUint64());
263
+ msg.setUint64Value(value);
264
+ break;
265
+ case 5:
266
+ var value = /** @type {number} */ (reader.readDouble());
267
+ msg.setDoubleValue(value);
268
+ break;
269
+ case 6:
270
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
271
+ msg.setStringValue(value);
272
+ break;
273
+ case 7:
274
+ var value = /** @type {!Uint8Array} */ (reader.readBytes());
275
+ msg.setBytesValue(value);
276
+ break;
277
+ case 9:
278
+ var value = new proto.google.api.expr.v1beta1.EnumValue;
279
+ reader.readMessage(value,proto.google.api.expr.v1beta1.EnumValue.deserializeBinaryFromReader);
280
+ msg.setEnumValue(value);
281
+ break;
282
+ case 10:
283
+ var value = new google_protobuf_any_pb.Any;
284
+ reader.readMessage(value,google_protobuf_any_pb.Any.deserializeBinaryFromReader);
285
+ msg.setObjectValue(value);
286
+ break;
287
+ case 11:
288
+ var value = new proto.google.api.expr.v1beta1.MapValue;
289
+ reader.readMessage(value,proto.google.api.expr.v1beta1.MapValue.deserializeBinaryFromReader);
290
+ msg.setMapValue(value);
291
+ break;
292
+ case 12:
293
+ var value = new proto.google.api.expr.v1beta1.ListValue;
294
+ reader.readMessage(value,proto.google.api.expr.v1beta1.ListValue.deserializeBinaryFromReader);
295
+ msg.setListValue(value);
296
+ break;
297
+ case 15:
298
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
299
+ msg.setTypeValue(value);
300
+ break;
301
+ default:
302
+ reader.skipField();
303
+ break;
304
+ }
305
+ }
306
+ return msg;
307
+ };
308
+
309
+
310
+ /**
311
+ * Serializes the message to binary data (in protobuf wire format).
312
+ * @return {!Uint8Array}
313
+ */
314
+ proto.google.api.expr.v1beta1.Value.prototype.serializeBinary = function() {
315
+ var writer = new jspb.BinaryWriter();
316
+ proto.google.api.expr.v1beta1.Value.serializeBinaryToWriter(this, writer);
317
+ return writer.getResultBuffer();
318
+ };
319
+
320
+
321
+ /**
322
+ * Serializes the given message to binary data (in protobuf wire
323
+ * format), writing to the given BinaryWriter.
324
+ * @param {!proto.google.api.expr.v1beta1.Value} message
325
+ * @param {!jspb.BinaryWriter} writer
326
+ * @suppress {unusedLocalVariables} f is only used for nested messages
327
+ */
328
+ proto.google.api.expr.v1beta1.Value.serializeBinaryToWriter = function(message, writer) {
329
+ var f = undefined;
330
+ f = /** @type {!proto.google.protobuf.NullValue} */ (jspb.Message.getField(message, 1));
331
+ if (f != null) {
332
+ writer.writeEnum(
333
+ 1,
334
+ f
335
+ );
336
+ }
337
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 2));
338
+ if (f != null) {
339
+ writer.writeBool(
340
+ 2,
341
+ f
342
+ );
343
+ }
344
+ f = /** @type {number} */ (jspb.Message.getField(message, 3));
345
+ if (f != null) {
346
+ writer.writeInt64(
347
+ 3,
348
+ f
349
+ );
350
+ }
351
+ f = /** @type {number} */ (jspb.Message.getField(message, 4));
352
+ if (f != null) {
353
+ writer.writeUint64(
354
+ 4,
355
+ f
356
+ );
357
+ }
358
+ f = /** @type {number} */ (jspb.Message.getField(message, 5));
359
+ if (f != null) {
360
+ writer.writeDouble(
361
+ 5,
362
+ f
363
+ );
364
+ }
365
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
366
+ if (f != null) {
367
+ writer.writeString(
368
+ 6,
369
+ f
370
+ );
371
+ }
372
+ f = /** @type {!(string|Uint8Array)} */ (jspb.Message.getField(message, 7));
373
+ if (f != null) {
374
+ writer.writeBytes(
375
+ 7,
376
+ f
377
+ );
378
+ }
379
+ f = message.getEnumValue();
380
+ if (f != null) {
381
+ writer.writeMessage(
382
+ 9,
383
+ f,
384
+ proto.google.api.expr.v1beta1.EnumValue.serializeBinaryToWriter
385
+ );
386
+ }
387
+ f = message.getObjectValue();
388
+ if (f != null) {
389
+ writer.writeMessage(
390
+ 10,
391
+ f,
392
+ google_protobuf_any_pb.Any.serializeBinaryToWriter
393
+ );
394
+ }
395
+ f = message.getMapValue();
396
+ if (f != null) {
397
+ writer.writeMessage(
398
+ 11,
399
+ f,
400
+ proto.google.api.expr.v1beta1.MapValue.serializeBinaryToWriter
401
+ );
402
+ }
403
+ f = message.getListValue();
404
+ if (f != null) {
405
+ writer.writeMessage(
406
+ 12,
407
+ f,
408
+ proto.google.api.expr.v1beta1.ListValue.serializeBinaryToWriter
409
+ );
410
+ }
411
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
412
+ if (f != null) {
413
+ writer.writeString(
414
+ 15,
415
+ f
416
+ );
417
+ }
418
+ };
419
+
420
+
421
+ /**
422
+ * optional google.protobuf.NullValue null_value = 1;
423
+ * @return {!proto.google.protobuf.NullValue}
424
+ */
425
+ proto.google.api.expr.v1beta1.Value.prototype.getNullValue = function() {
426
+ return /** @type {!proto.google.protobuf.NullValue} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
427
+ };
428
+
429
+
430
+ /**
431
+ * @param {!proto.google.protobuf.NullValue} value
432
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
433
+ */
434
+ proto.google.api.expr.v1beta1.Value.prototype.setNullValue = function(value) {
435
+ return jspb.Message.setOneofField(this, 1, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
436
+ };
437
+
438
+
439
+ /**
440
+ * Clears the field making it undefined.
441
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
442
+ */
443
+ proto.google.api.expr.v1beta1.Value.prototype.clearNullValue = function() {
444
+ return jspb.Message.setOneofField(this, 1, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
445
+ };
446
+
447
+
448
+ /**
449
+ * Returns whether this field is set.
450
+ * @return {boolean}
451
+ */
452
+ proto.google.api.expr.v1beta1.Value.prototype.hasNullValue = function() {
453
+ return jspb.Message.getField(this, 1) != null;
454
+ };
455
+
456
+
457
+ /**
458
+ * optional bool bool_value = 2;
459
+ * @return {boolean}
460
+ */
461
+ proto.google.api.expr.v1beta1.Value.prototype.getBoolValue = function() {
462
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
463
+ };
464
+
465
+
466
+ /**
467
+ * @param {boolean} value
468
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
469
+ */
470
+ proto.google.api.expr.v1beta1.Value.prototype.setBoolValue = function(value) {
471
+ return jspb.Message.setOneofField(this, 2, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
472
+ };
473
+
474
+
475
+ /**
476
+ * Clears the field making it undefined.
477
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
478
+ */
479
+ proto.google.api.expr.v1beta1.Value.prototype.clearBoolValue = function() {
480
+ return jspb.Message.setOneofField(this, 2, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
481
+ };
482
+
483
+
484
+ /**
485
+ * Returns whether this field is set.
486
+ * @return {boolean}
487
+ */
488
+ proto.google.api.expr.v1beta1.Value.prototype.hasBoolValue = function() {
489
+ return jspb.Message.getField(this, 2) != null;
490
+ };
491
+
492
+
493
+ /**
494
+ * optional int64 int64_value = 3;
495
+ * @return {number}
496
+ */
497
+ proto.google.api.expr.v1beta1.Value.prototype.getInt64Value = function() {
498
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
499
+ };
500
+
501
+
502
+ /**
503
+ * @param {number} value
504
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
505
+ */
506
+ proto.google.api.expr.v1beta1.Value.prototype.setInt64Value = function(value) {
507
+ return jspb.Message.setOneofField(this, 3, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
508
+ };
509
+
510
+
511
+ /**
512
+ * Clears the field making it undefined.
513
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
514
+ */
515
+ proto.google.api.expr.v1beta1.Value.prototype.clearInt64Value = function() {
516
+ return jspb.Message.setOneofField(this, 3, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
517
+ };
518
+
519
+
520
+ /**
521
+ * Returns whether this field is set.
522
+ * @return {boolean}
523
+ */
524
+ proto.google.api.expr.v1beta1.Value.prototype.hasInt64Value = function() {
525
+ return jspb.Message.getField(this, 3) != null;
526
+ };
527
+
528
+
529
+ /**
530
+ * optional uint64 uint64_value = 4;
531
+ * @return {number}
532
+ */
533
+ proto.google.api.expr.v1beta1.Value.prototype.getUint64Value = function() {
534
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
535
+ };
536
+
537
+
538
+ /**
539
+ * @param {number} value
540
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
541
+ */
542
+ proto.google.api.expr.v1beta1.Value.prototype.setUint64Value = function(value) {
543
+ return jspb.Message.setOneofField(this, 4, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
544
+ };
545
+
546
+
547
+ /**
548
+ * Clears the field making it undefined.
549
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
550
+ */
551
+ proto.google.api.expr.v1beta1.Value.prototype.clearUint64Value = function() {
552
+ return jspb.Message.setOneofField(this, 4, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
553
+ };
554
+
555
+
556
+ /**
557
+ * Returns whether this field is set.
558
+ * @return {boolean}
559
+ */
560
+ proto.google.api.expr.v1beta1.Value.prototype.hasUint64Value = function() {
561
+ return jspb.Message.getField(this, 4) != null;
562
+ };
563
+
564
+
565
+ /**
566
+ * optional double double_value = 5;
567
+ * @return {number}
568
+ */
569
+ proto.google.api.expr.v1beta1.Value.prototype.getDoubleValue = function() {
570
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
571
+ };
572
+
573
+
574
+ /**
575
+ * @param {number} value
576
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
577
+ */
578
+ proto.google.api.expr.v1beta1.Value.prototype.setDoubleValue = function(value) {
579
+ return jspb.Message.setOneofField(this, 5, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
580
+ };
581
+
582
+
583
+ /**
584
+ * Clears the field making it undefined.
585
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
586
+ */
587
+ proto.google.api.expr.v1beta1.Value.prototype.clearDoubleValue = function() {
588
+ return jspb.Message.setOneofField(this, 5, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
589
+ };
590
+
591
+
592
+ /**
593
+ * Returns whether this field is set.
594
+ * @return {boolean}
595
+ */
596
+ proto.google.api.expr.v1beta1.Value.prototype.hasDoubleValue = function() {
597
+ return jspb.Message.getField(this, 5) != null;
598
+ };
599
+
600
+
601
+ /**
602
+ * optional string string_value = 6;
603
+ * @return {string}
604
+ */
605
+ proto.google.api.expr.v1beta1.Value.prototype.getStringValue = function() {
606
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
607
+ };
608
+
609
+
610
+ /**
611
+ * @param {string} value
612
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
613
+ */
614
+ proto.google.api.expr.v1beta1.Value.prototype.setStringValue = function(value) {
615
+ return jspb.Message.setOneofField(this, 6, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
616
+ };
617
+
618
+
619
+ /**
620
+ * Clears the field making it undefined.
621
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
622
+ */
623
+ proto.google.api.expr.v1beta1.Value.prototype.clearStringValue = function() {
624
+ return jspb.Message.setOneofField(this, 6, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
625
+ };
626
+
627
+
628
+ /**
629
+ * Returns whether this field is set.
630
+ * @return {boolean}
631
+ */
632
+ proto.google.api.expr.v1beta1.Value.prototype.hasStringValue = function() {
633
+ return jspb.Message.getField(this, 6) != null;
634
+ };
635
+
636
+
637
+ /**
638
+ * optional bytes bytes_value = 7;
639
+ * @return {!(string|Uint8Array)}
640
+ */
641
+ proto.google.api.expr.v1beta1.Value.prototype.getBytesValue = function() {
642
+ return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
643
+ };
644
+
645
+
646
+ /**
647
+ * optional bytes bytes_value = 7;
648
+ * This is a type-conversion wrapper around `getBytesValue()`
649
+ * @return {string}
650
+ */
651
+ proto.google.api.expr.v1beta1.Value.prototype.getBytesValue_asB64 = function() {
652
+ return /** @type {string} */ (jspb.Message.bytesAsB64(
653
+ this.getBytesValue()));
654
+ };
655
+
656
+
657
+ /**
658
+ * optional bytes bytes_value = 7;
659
+ * Note that Uint8Array is not supported on all browsers.
660
+ * @see http://caniuse.com/Uint8Array
661
+ * This is a type-conversion wrapper around `getBytesValue()`
662
+ * @return {!Uint8Array}
663
+ */
664
+ proto.google.api.expr.v1beta1.Value.prototype.getBytesValue_asU8 = function() {
665
+ return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
666
+ this.getBytesValue()));
667
+ };
668
+
669
+
670
+ /**
671
+ * @param {!(string|Uint8Array)} value
672
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
673
+ */
674
+ proto.google.api.expr.v1beta1.Value.prototype.setBytesValue = function(value) {
675
+ return jspb.Message.setOneofField(this, 7, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
676
+ };
677
+
678
+
679
+ /**
680
+ * Clears the field making it undefined.
681
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
682
+ */
683
+ proto.google.api.expr.v1beta1.Value.prototype.clearBytesValue = function() {
684
+ return jspb.Message.setOneofField(this, 7, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
685
+ };
686
+
687
+
688
+ /**
689
+ * Returns whether this field is set.
690
+ * @return {boolean}
691
+ */
692
+ proto.google.api.expr.v1beta1.Value.prototype.hasBytesValue = function() {
693
+ return jspb.Message.getField(this, 7) != null;
694
+ };
695
+
696
+
697
+ /**
698
+ * optional EnumValue enum_value = 9;
699
+ * @return {?proto.google.api.expr.v1beta1.EnumValue}
700
+ */
701
+ proto.google.api.expr.v1beta1.Value.prototype.getEnumValue = function() {
702
+ return /** @type{?proto.google.api.expr.v1beta1.EnumValue} */ (
703
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1beta1.EnumValue, 9));
704
+ };
705
+
706
+
707
+ /**
708
+ * @param {?proto.google.api.expr.v1beta1.EnumValue|undefined} value
709
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
710
+ */
711
+ proto.google.api.expr.v1beta1.Value.prototype.setEnumValue = function(value) {
712
+ return jspb.Message.setOneofWrapperField(this, 9, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
713
+ };
714
+
715
+
716
+ /**
717
+ * Clears the message field making it undefined.
718
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
719
+ */
720
+ proto.google.api.expr.v1beta1.Value.prototype.clearEnumValue = function() {
721
+ return this.setEnumValue(undefined);
722
+ };
723
+
724
+
725
+ /**
726
+ * Returns whether this field is set.
727
+ * @return {boolean}
728
+ */
729
+ proto.google.api.expr.v1beta1.Value.prototype.hasEnumValue = function() {
730
+ return jspb.Message.getField(this, 9) != null;
731
+ };
732
+
733
+
734
+ /**
735
+ * optional google.protobuf.Any object_value = 10;
736
+ * @return {?proto.google.protobuf.Any}
737
+ */
738
+ proto.google.api.expr.v1beta1.Value.prototype.getObjectValue = function() {
739
+ return /** @type{?proto.google.protobuf.Any} */ (
740
+ jspb.Message.getWrapperField(this, google_protobuf_any_pb.Any, 10));
741
+ };
742
+
743
+
744
+ /**
745
+ * @param {?proto.google.protobuf.Any|undefined} value
746
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
747
+ */
748
+ proto.google.api.expr.v1beta1.Value.prototype.setObjectValue = function(value) {
749
+ return jspb.Message.setOneofWrapperField(this, 10, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
750
+ };
751
+
752
+
753
+ /**
754
+ * Clears the message field making it undefined.
755
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
756
+ */
757
+ proto.google.api.expr.v1beta1.Value.prototype.clearObjectValue = function() {
758
+ return this.setObjectValue(undefined);
759
+ };
760
+
761
+
762
+ /**
763
+ * Returns whether this field is set.
764
+ * @return {boolean}
765
+ */
766
+ proto.google.api.expr.v1beta1.Value.prototype.hasObjectValue = function() {
767
+ return jspb.Message.getField(this, 10) != null;
768
+ };
769
+
770
+
771
+ /**
772
+ * optional MapValue map_value = 11;
773
+ * @return {?proto.google.api.expr.v1beta1.MapValue}
774
+ */
775
+ proto.google.api.expr.v1beta1.Value.prototype.getMapValue = function() {
776
+ return /** @type{?proto.google.api.expr.v1beta1.MapValue} */ (
777
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1beta1.MapValue, 11));
778
+ };
779
+
780
+
781
+ /**
782
+ * @param {?proto.google.api.expr.v1beta1.MapValue|undefined} value
783
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
784
+ */
785
+ proto.google.api.expr.v1beta1.Value.prototype.setMapValue = function(value) {
786
+ return jspb.Message.setOneofWrapperField(this, 11, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
787
+ };
788
+
789
+
790
+ /**
791
+ * Clears the message field making it undefined.
792
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
793
+ */
794
+ proto.google.api.expr.v1beta1.Value.prototype.clearMapValue = function() {
795
+ return this.setMapValue(undefined);
796
+ };
797
+
798
+
799
+ /**
800
+ * Returns whether this field is set.
801
+ * @return {boolean}
802
+ */
803
+ proto.google.api.expr.v1beta1.Value.prototype.hasMapValue = function() {
804
+ return jspb.Message.getField(this, 11) != null;
805
+ };
806
+
807
+
808
+ /**
809
+ * optional ListValue list_value = 12;
810
+ * @return {?proto.google.api.expr.v1beta1.ListValue}
811
+ */
812
+ proto.google.api.expr.v1beta1.Value.prototype.getListValue = function() {
813
+ return /** @type{?proto.google.api.expr.v1beta1.ListValue} */ (
814
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1beta1.ListValue, 12));
815
+ };
816
+
817
+
818
+ /**
819
+ * @param {?proto.google.api.expr.v1beta1.ListValue|undefined} value
820
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
821
+ */
822
+ proto.google.api.expr.v1beta1.Value.prototype.setListValue = function(value) {
823
+ return jspb.Message.setOneofWrapperField(this, 12, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
824
+ };
825
+
826
+
827
+ /**
828
+ * Clears the message field making it undefined.
829
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
830
+ */
831
+ proto.google.api.expr.v1beta1.Value.prototype.clearListValue = function() {
832
+ return this.setListValue(undefined);
833
+ };
834
+
835
+
836
+ /**
837
+ * Returns whether this field is set.
838
+ * @return {boolean}
839
+ */
840
+ proto.google.api.expr.v1beta1.Value.prototype.hasListValue = function() {
841
+ return jspb.Message.getField(this, 12) != null;
842
+ };
843
+
844
+
845
+ /**
846
+ * optional string type_value = 15;
847
+ * @return {string}
848
+ */
849
+ proto.google.api.expr.v1beta1.Value.prototype.getTypeValue = function() {
850
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
851
+ };
852
+
853
+
854
+ /**
855
+ * @param {string} value
856
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
857
+ */
858
+ proto.google.api.expr.v1beta1.Value.prototype.setTypeValue = function(value) {
859
+ return jspb.Message.setOneofField(this, 15, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], value);
860
+ };
861
+
862
+
863
+ /**
864
+ * Clears the field making it undefined.
865
+ * @return {!proto.google.api.expr.v1beta1.Value} returns this
866
+ */
867
+ proto.google.api.expr.v1beta1.Value.prototype.clearTypeValue = function() {
868
+ return jspb.Message.setOneofField(this, 15, proto.google.api.expr.v1beta1.Value.oneofGroups_[0], undefined);
869
+ };
870
+
871
+
872
+ /**
873
+ * Returns whether this field is set.
874
+ * @return {boolean}
875
+ */
876
+ proto.google.api.expr.v1beta1.Value.prototype.hasTypeValue = function() {
877
+ return jspb.Message.getField(this, 15) != null;
878
+ };
879
+
880
+
881
+
882
+
883
+
884
+ if (jspb.Message.GENERATE_TO_OBJECT) {
885
+ /**
886
+ * Creates an object representation of this proto.
887
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
888
+ * Optional fields that are not set will be set to undefined.
889
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
890
+ * For the list of reserved names please see:
891
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
892
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
893
+ * JSPB instance for transitional soy proto support:
894
+ * http://goto/soy-param-migration
895
+ * @return {!Object}
896
+ */
897
+ proto.google.api.expr.v1beta1.EnumValue.prototype.toObject = function(opt_includeInstance) {
898
+ return proto.google.api.expr.v1beta1.EnumValue.toObject(opt_includeInstance, this);
899
+ };
900
+
901
+
902
+ /**
903
+ * Static version of the {@see toObject} method.
904
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
905
+ * the JSPB instance for transitional soy proto support:
906
+ * http://goto/soy-param-migration
907
+ * @param {!proto.google.api.expr.v1beta1.EnumValue} msg The msg instance to transform.
908
+ * @return {!Object}
909
+ * @suppress {unusedLocalVariables} f is only used for nested messages
910
+ */
911
+ proto.google.api.expr.v1beta1.EnumValue.toObject = function(includeInstance, msg) {
912
+ var f, obj = {
913
+ type: jspb.Message.getFieldWithDefault(msg, 1, ""),
914
+ value: jspb.Message.getFieldWithDefault(msg, 2, 0)
915
+ };
916
+
917
+ if (includeInstance) {
918
+ obj.$jspbMessageInstance = msg;
919
+ }
920
+ return obj;
921
+ };
922
+ }
923
+
924
+
925
+ /**
926
+ * Deserializes binary data (in protobuf wire format).
927
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
928
+ * @return {!proto.google.api.expr.v1beta1.EnumValue}
929
+ */
930
+ proto.google.api.expr.v1beta1.EnumValue.deserializeBinary = function(bytes) {
931
+ var reader = new jspb.BinaryReader(bytes);
932
+ var msg = new proto.google.api.expr.v1beta1.EnumValue;
933
+ return proto.google.api.expr.v1beta1.EnumValue.deserializeBinaryFromReader(msg, reader);
934
+ };
935
+
936
+
937
+ /**
938
+ * Deserializes binary data (in protobuf wire format) from the
939
+ * given reader into the given message object.
940
+ * @param {!proto.google.api.expr.v1beta1.EnumValue} msg The message object to deserialize into.
941
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
942
+ * @return {!proto.google.api.expr.v1beta1.EnumValue}
943
+ */
944
+ proto.google.api.expr.v1beta1.EnumValue.deserializeBinaryFromReader = function(msg, reader) {
945
+ while (reader.nextField()) {
946
+ if (reader.isEndGroup()) {
947
+ break;
948
+ }
949
+ var field = reader.getFieldNumber();
950
+ switch (field) {
951
+ case 1:
952
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
953
+ msg.setType(value);
954
+ break;
955
+ case 2:
956
+ var value = /** @type {number} */ (reader.readInt32());
957
+ msg.setValue(value);
958
+ break;
959
+ default:
960
+ reader.skipField();
961
+ break;
962
+ }
963
+ }
964
+ return msg;
965
+ };
966
+
967
+
968
+ /**
969
+ * Serializes the message to binary data (in protobuf wire format).
970
+ * @return {!Uint8Array}
971
+ */
972
+ proto.google.api.expr.v1beta1.EnumValue.prototype.serializeBinary = function() {
973
+ var writer = new jspb.BinaryWriter();
974
+ proto.google.api.expr.v1beta1.EnumValue.serializeBinaryToWriter(this, writer);
975
+ return writer.getResultBuffer();
976
+ };
977
+
978
+
979
+ /**
980
+ * Serializes the given message to binary data (in protobuf wire
981
+ * format), writing to the given BinaryWriter.
982
+ * @param {!proto.google.api.expr.v1beta1.EnumValue} message
983
+ * @param {!jspb.BinaryWriter} writer
984
+ * @suppress {unusedLocalVariables} f is only used for nested messages
985
+ */
986
+ proto.google.api.expr.v1beta1.EnumValue.serializeBinaryToWriter = function(message, writer) {
987
+ var f = undefined;
988
+ f = message.getType();
989
+ if (f.length > 0) {
990
+ writer.writeString(
991
+ 1,
992
+ f
993
+ );
994
+ }
995
+ f = message.getValue();
996
+ if (f !== 0) {
997
+ writer.writeInt32(
998
+ 2,
999
+ f
1000
+ );
1001
+ }
1002
+ };
1003
+
1004
+
1005
+ /**
1006
+ * optional string type = 1;
1007
+ * @return {string}
1008
+ */
1009
+ proto.google.api.expr.v1beta1.EnumValue.prototype.getType = function() {
1010
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1011
+ };
1012
+
1013
+
1014
+ /**
1015
+ * @param {string} value
1016
+ * @return {!proto.google.api.expr.v1beta1.EnumValue} returns this
1017
+ */
1018
+ proto.google.api.expr.v1beta1.EnumValue.prototype.setType = function(value) {
1019
+ return jspb.Message.setProto3StringField(this, 1, value);
1020
+ };
1021
+
1022
+
1023
+ /**
1024
+ * optional int32 value = 2;
1025
+ * @return {number}
1026
+ */
1027
+ proto.google.api.expr.v1beta1.EnumValue.prototype.getValue = function() {
1028
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1029
+ };
1030
+
1031
+
1032
+ /**
1033
+ * @param {number} value
1034
+ * @return {!proto.google.api.expr.v1beta1.EnumValue} returns this
1035
+ */
1036
+ proto.google.api.expr.v1beta1.EnumValue.prototype.setValue = function(value) {
1037
+ return jspb.Message.setProto3IntField(this, 2, value);
1038
+ };
1039
+
1040
+
1041
+
1042
+ /**
1043
+ * List of repeated fields within this message type.
1044
+ * @private {!Array<number>}
1045
+ * @const
1046
+ */
1047
+ proto.google.api.expr.v1beta1.ListValue.repeatedFields_ = [1];
1048
+
1049
+
1050
+
1051
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1052
+ /**
1053
+ * Creates an object representation of this proto.
1054
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1055
+ * Optional fields that are not set will be set to undefined.
1056
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1057
+ * For the list of reserved names please see:
1058
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1059
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1060
+ * JSPB instance for transitional soy proto support:
1061
+ * http://goto/soy-param-migration
1062
+ * @return {!Object}
1063
+ */
1064
+ proto.google.api.expr.v1beta1.ListValue.prototype.toObject = function(opt_includeInstance) {
1065
+ return proto.google.api.expr.v1beta1.ListValue.toObject(opt_includeInstance, this);
1066
+ };
1067
+
1068
+
1069
+ /**
1070
+ * Static version of the {@see toObject} method.
1071
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1072
+ * the JSPB instance for transitional soy proto support:
1073
+ * http://goto/soy-param-migration
1074
+ * @param {!proto.google.api.expr.v1beta1.ListValue} msg The msg instance to transform.
1075
+ * @return {!Object}
1076
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1077
+ */
1078
+ proto.google.api.expr.v1beta1.ListValue.toObject = function(includeInstance, msg) {
1079
+ var f, obj = {
1080
+ valuesList: jspb.Message.toObjectList(msg.getValuesList(),
1081
+ proto.google.api.expr.v1beta1.Value.toObject, includeInstance)
1082
+ };
1083
+
1084
+ if (includeInstance) {
1085
+ obj.$jspbMessageInstance = msg;
1086
+ }
1087
+ return obj;
1088
+ };
1089
+ }
1090
+
1091
+
1092
+ /**
1093
+ * Deserializes binary data (in protobuf wire format).
1094
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1095
+ * @return {!proto.google.api.expr.v1beta1.ListValue}
1096
+ */
1097
+ proto.google.api.expr.v1beta1.ListValue.deserializeBinary = function(bytes) {
1098
+ var reader = new jspb.BinaryReader(bytes);
1099
+ var msg = new proto.google.api.expr.v1beta1.ListValue;
1100
+ return proto.google.api.expr.v1beta1.ListValue.deserializeBinaryFromReader(msg, reader);
1101
+ };
1102
+
1103
+
1104
+ /**
1105
+ * Deserializes binary data (in protobuf wire format) from the
1106
+ * given reader into the given message object.
1107
+ * @param {!proto.google.api.expr.v1beta1.ListValue} msg The message object to deserialize into.
1108
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1109
+ * @return {!proto.google.api.expr.v1beta1.ListValue}
1110
+ */
1111
+ proto.google.api.expr.v1beta1.ListValue.deserializeBinaryFromReader = function(msg, reader) {
1112
+ while (reader.nextField()) {
1113
+ if (reader.isEndGroup()) {
1114
+ break;
1115
+ }
1116
+ var field = reader.getFieldNumber();
1117
+ switch (field) {
1118
+ case 1:
1119
+ var value = new proto.google.api.expr.v1beta1.Value;
1120
+ reader.readMessage(value,proto.google.api.expr.v1beta1.Value.deserializeBinaryFromReader);
1121
+ msg.addValues(value);
1122
+ break;
1123
+ default:
1124
+ reader.skipField();
1125
+ break;
1126
+ }
1127
+ }
1128
+ return msg;
1129
+ };
1130
+
1131
+
1132
+ /**
1133
+ * Serializes the message to binary data (in protobuf wire format).
1134
+ * @return {!Uint8Array}
1135
+ */
1136
+ proto.google.api.expr.v1beta1.ListValue.prototype.serializeBinary = function() {
1137
+ var writer = new jspb.BinaryWriter();
1138
+ proto.google.api.expr.v1beta1.ListValue.serializeBinaryToWriter(this, writer);
1139
+ return writer.getResultBuffer();
1140
+ };
1141
+
1142
+
1143
+ /**
1144
+ * Serializes the given message to binary data (in protobuf wire
1145
+ * format), writing to the given BinaryWriter.
1146
+ * @param {!proto.google.api.expr.v1beta1.ListValue} message
1147
+ * @param {!jspb.BinaryWriter} writer
1148
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1149
+ */
1150
+ proto.google.api.expr.v1beta1.ListValue.serializeBinaryToWriter = function(message, writer) {
1151
+ var f = undefined;
1152
+ f = message.getValuesList();
1153
+ if (f.length > 0) {
1154
+ writer.writeRepeatedMessage(
1155
+ 1,
1156
+ f,
1157
+ proto.google.api.expr.v1beta1.Value.serializeBinaryToWriter
1158
+ );
1159
+ }
1160
+ };
1161
+
1162
+
1163
+ /**
1164
+ * repeated Value values = 1;
1165
+ * @return {!Array<!proto.google.api.expr.v1beta1.Value>}
1166
+ */
1167
+ proto.google.api.expr.v1beta1.ListValue.prototype.getValuesList = function() {
1168
+ return /** @type{!Array<!proto.google.api.expr.v1beta1.Value>} */ (
1169
+ jspb.Message.getRepeatedWrapperField(this, proto.google.api.expr.v1beta1.Value, 1));
1170
+ };
1171
+
1172
+
1173
+ /**
1174
+ * @param {!Array<!proto.google.api.expr.v1beta1.Value>} value
1175
+ * @return {!proto.google.api.expr.v1beta1.ListValue} returns this
1176
+ */
1177
+ proto.google.api.expr.v1beta1.ListValue.prototype.setValuesList = function(value) {
1178
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1179
+ };
1180
+
1181
+
1182
+ /**
1183
+ * @param {!proto.google.api.expr.v1beta1.Value=} opt_value
1184
+ * @param {number=} opt_index
1185
+ * @return {!proto.google.api.expr.v1beta1.Value}
1186
+ */
1187
+ proto.google.api.expr.v1beta1.ListValue.prototype.addValues = function(opt_value, opt_index) {
1188
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.api.expr.v1beta1.Value, opt_index);
1189
+ };
1190
+
1191
+
1192
+ /**
1193
+ * Clears the list making it empty but non-null.
1194
+ * @return {!proto.google.api.expr.v1beta1.ListValue} returns this
1195
+ */
1196
+ proto.google.api.expr.v1beta1.ListValue.prototype.clearValuesList = function() {
1197
+ return this.setValuesList([]);
1198
+ };
1199
+
1200
+
1201
+
1202
+ /**
1203
+ * List of repeated fields within this message type.
1204
+ * @private {!Array<number>}
1205
+ * @const
1206
+ */
1207
+ proto.google.api.expr.v1beta1.MapValue.repeatedFields_ = [1];
1208
+
1209
+
1210
+
1211
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1212
+ /**
1213
+ * Creates an object representation of this proto.
1214
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1215
+ * Optional fields that are not set will be set to undefined.
1216
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1217
+ * For the list of reserved names please see:
1218
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1219
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1220
+ * JSPB instance for transitional soy proto support:
1221
+ * http://goto/soy-param-migration
1222
+ * @return {!Object}
1223
+ */
1224
+ proto.google.api.expr.v1beta1.MapValue.prototype.toObject = function(opt_includeInstance) {
1225
+ return proto.google.api.expr.v1beta1.MapValue.toObject(opt_includeInstance, this);
1226
+ };
1227
+
1228
+
1229
+ /**
1230
+ * Static version of the {@see toObject} method.
1231
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1232
+ * the JSPB instance for transitional soy proto support:
1233
+ * http://goto/soy-param-migration
1234
+ * @param {!proto.google.api.expr.v1beta1.MapValue} msg The msg instance to transform.
1235
+ * @return {!Object}
1236
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1237
+ */
1238
+ proto.google.api.expr.v1beta1.MapValue.toObject = function(includeInstance, msg) {
1239
+ var f, obj = {
1240
+ entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
1241
+ proto.google.api.expr.v1beta1.MapValue.Entry.toObject, includeInstance)
1242
+ };
1243
+
1244
+ if (includeInstance) {
1245
+ obj.$jspbMessageInstance = msg;
1246
+ }
1247
+ return obj;
1248
+ };
1249
+ }
1250
+
1251
+
1252
+ /**
1253
+ * Deserializes binary data (in protobuf wire format).
1254
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1255
+ * @return {!proto.google.api.expr.v1beta1.MapValue}
1256
+ */
1257
+ proto.google.api.expr.v1beta1.MapValue.deserializeBinary = function(bytes) {
1258
+ var reader = new jspb.BinaryReader(bytes);
1259
+ var msg = new proto.google.api.expr.v1beta1.MapValue;
1260
+ return proto.google.api.expr.v1beta1.MapValue.deserializeBinaryFromReader(msg, reader);
1261
+ };
1262
+
1263
+
1264
+ /**
1265
+ * Deserializes binary data (in protobuf wire format) from the
1266
+ * given reader into the given message object.
1267
+ * @param {!proto.google.api.expr.v1beta1.MapValue} msg The message object to deserialize into.
1268
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1269
+ * @return {!proto.google.api.expr.v1beta1.MapValue}
1270
+ */
1271
+ proto.google.api.expr.v1beta1.MapValue.deserializeBinaryFromReader = function(msg, reader) {
1272
+ while (reader.nextField()) {
1273
+ if (reader.isEndGroup()) {
1274
+ break;
1275
+ }
1276
+ var field = reader.getFieldNumber();
1277
+ switch (field) {
1278
+ case 1:
1279
+ var value = new proto.google.api.expr.v1beta1.MapValue.Entry;
1280
+ reader.readMessage(value,proto.google.api.expr.v1beta1.MapValue.Entry.deserializeBinaryFromReader);
1281
+ msg.addEntries(value);
1282
+ break;
1283
+ default:
1284
+ reader.skipField();
1285
+ break;
1286
+ }
1287
+ }
1288
+ return msg;
1289
+ };
1290
+
1291
+
1292
+ /**
1293
+ * Serializes the message to binary data (in protobuf wire format).
1294
+ * @return {!Uint8Array}
1295
+ */
1296
+ proto.google.api.expr.v1beta1.MapValue.prototype.serializeBinary = function() {
1297
+ var writer = new jspb.BinaryWriter();
1298
+ proto.google.api.expr.v1beta1.MapValue.serializeBinaryToWriter(this, writer);
1299
+ return writer.getResultBuffer();
1300
+ };
1301
+
1302
+
1303
+ /**
1304
+ * Serializes the given message to binary data (in protobuf wire
1305
+ * format), writing to the given BinaryWriter.
1306
+ * @param {!proto.google.api.expr.v1beta1.MapValue} message
1307
+ * @param {!jspb.BinaryWriter} writer
1308
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1309
+ */
1310
+ proto.google.api.expr.v1beta1.MapValue.serializeBinaryToWriter = function(message, writer) {
1311
+ var f = undefined;
1312
+ f = message.getEntriesList();
1313
+ if (f.length > 0) {
1314
+ writer.writeRepeatedMessage(
1315
+ 1,
1316
+ f,
1317
+ proto.google.api.expr.v1beta1.MapValue.Entry.serializeBinaryToWriter
1318
+ );
1319
+ }
1320
+ };
1321
+
1322
+
1323
+
1324
+
1325
+
1326
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1327
+ /**
1328
+ * Creates an object representation of this proto.
1329
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1330
+ * Optional fields that are not set will be set to undefined.
1331
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1332
+ * For the list of reserved names please see:
1333
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1334
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1335
+ * JSPB instance for transitional soy proto support:
1336
+ * http://goto/soy-param-migration
1337
+ * @return {!Object}
1338
+ */
1339
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.toObject = function(opt_includeInstance) {
1340
+ return proto.google.api.expr.v1beta1.MapValue.Entry.toObject(opt_includeInstance, this);
1341
+ };
1342
+
1343
+
1344
+ /**
1345
+ * Static version of the {@see toObject} method.
1346
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1347
+ * the JSPB instance for transitional soy proto support:
1348
+ * http://goto/soy-param-migration
1349
+ * @param {!proto.google.api.expr.v1beta1.MapValue.Entry} msg The msg instance to transform.
1350
+ * @return {!Object}
1351
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1352
+ */
1353
+ proto.google.api.expr.v1beta1.MapValue.Entry.toObject = function(includeInstance, msg) {
1354
+ var f, obj = {
1355
+ key: (f = msg.getKey()) && proto.google.api.expr.v1beta1.Value.toObject(includeInstance, f),
1356
+ value: (f = msg.getValue()) && proto.google.api.expr.v1beta1.Value.toObject(includeInstance, f)
1357
+ };
1358
+
1359
+ if (includeInstance) {
1360
+ obj.$jspbMessageInstance = msg;
1361
+ }
1362
+ return obj;
1363
+ };
1364
+ }
1365
+
1366
+
1367
+ /**
1368
+ * Deserializes binary data (in protobuf wire format).
1369
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1370
+ * @return {!proto.google.api.expr.v1beta1.MapValue.Entry}
1371
+ */
1372
+ proto.google.api.expr.v1beta1.MapValue.Entry.deserializeBinary = function(bytes) {
1373
+ var reader = new jspb.BinaryReader(bytes);
1374
+ var msg = new proto.google.api.expr.v1beta1.MapValue.Entry;
1375
+ return proto.google.api.expr.v1beta1.MapValue.Entry.deserializeBinaryFromReader(msg, reader);
1376
+ };
1377
+
1378
+
1379
+ /**
1380
+ * Deserializes binary data (in protobuf wire format) from the
1381
+ * given reader into the given message object.
1382
+ * @param {!proto.google.api.expr.v1beta1.MapValue.Entry} msg The message object to deserialize into.
1383
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1384
+ * @return {!proto.google.api.expr.v1beta1.MapValue.Entry}
1385
+ */
1386
+ proto.google.api.expr.v1beta1.MapValue.Entry.deserializeBinaryFromReader = function(msg, reader) {
1387
+ while (reader.nextField()) {
1388
+ if (reader.isEndGroup()) {
1389
+ break;
1390
+ }
1391
+ var field = reader.getFieldNumber();
1392
+ switch (field) {
1393
+ case 1:
1394
+ var value = new proto.google.api.expr.v1beta1.Value;
1395
+ reader.readMessage(value,proto.google.api.expr.v1beta1.Value.deserializeBinaryFromReader);
1396
+ msg.setKey(value);
1397
+ break;
1398
+ case 2:
1399
+ var value = new proto.google.api.expr.v1beta1.Value;
1400
+ reader.readMessage(value,proto.google.api.expr.v1beta1.Value.deserializeBinaryFromReader);
1401
+ msg.setValue(value);
1402
+ break;
1403
+ default:
1404
+ reader.skipField();
1405
+ break;
1406
+ }
1407
+ }
1408
+ return msg;
1409
+ };
1410
+
1411
+
1412
+ /**
1413
+ * Serializes the message to binary data (in protobuf wire format).
1414
+ * @return {!Uint8Array}
1415
+ */
1416
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.serializeBinary = function() {
1417
+ var writer = new jspb.BinaryWriter();
1418
+ proto.google.api.expr.v1beta1.MapValue.Entry.serializeBinaryToWriter(this, writer);
1419
+ return writer.getResultBuffer();
1420
+ };
1421
+
1422
+
1423
+ /**
1424
+ * Serializes the given message to binary data (in protobuf wire
1425
+ * format), writing to the given BinaryWriter.
1426
+ * @param {!proto.google.api.expr.v1beta1.MapValue.Entry} message
1427
+ * @param {!jspb.BinaryWriter} writer
1428
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1429
+ */
1430
+ proto.google.api.expr.v1beta1.MapValue.Entry.serializeBinaryToWriter = function(message, writer) {
1431
+ var f = undefined;
1432
+ f = message.getKey();
1433
+ if (f != null) {
1434
+ writer.writeMessage(
1435
+ 1,
1436
+ f,
1437
+ proto.google.api.expr.v1beta1.Value.serializeBinaryToWriter
1438
+ );
1439
+ }
1440
+ f = message.getValue();
1441
+ if (f != null) {
1442
+ writer.writeMessage(
1443
+ 2,
1444
+ f,
1445
+ proto.google.api.expr.v1beta1.Value.serializeBinaryToWriter
1446
+ );
1447
+ }
1448
+ };
1449
+
1450
+
1451
+ /**
1452
+ * optional Value key = 1;
1453
+ * @return {?proto.google.api.expr.v1beta1.Value}
1454
+ */
1455
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.getKey = function() {
1456
+ return /** @type{?proto.google.api.expr.v1beta1.Value} */ (
1457
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1beta1.Value, 1));
1458
+ };
1459
+
1460
+
1461
+ /**
1462
+ * @param {?proto.google.api.expr.v1beta1.Value|undefined} value
1463
+ * @return {!proto.google.api.expr.v1beta1.MapValue.Entry} returns this
1464
+ */
1465
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.setKey = function(value) {
1466
+ return jspb.Message.setWrapperField(this, 1, value);
1467
+ };
1468
+
1469
+
1470
+ /**
1471
+ * Clears the message field making it undefined.
1472
+ * @return {!proto.google.api.expr.v1beta1.MapValue.Entry} returns this
1473
+ */
1474
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.clearKey = function() {
1475
+ return this.setKey(undefined);
1476
+ };
1477
+
1478
+
1479
+ /**
1480
+ * Returns whether this field is set.
1481
+ * @return {boolean}
1482
+ */
1483
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.hasKey = function() {
1484
+ return jspb.Message.getField(this, 1) != null;
1485
+ };
1486
+
1487
+
1488
+ /**
1489
+ * optional Value value = 2;
1490
+ * @return {?proto.google.api.expr.v1beta1.Value}
1491
+ */
1492
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.getValue = function() {
1493
+ return /** @type{?proto.google.api.expr.v1beta1.Value} */ (
1494
+ jspb.Message.getWrapperField(this, proto.google.api.expr.v1beta1.Value, 2));
1495
+ };
1496
+
1497
+
1498
+ /**
1499
+ * @param {?proto.google.api.expr.v1beta1.Value|undefined} value
1500
+ * @return {!proto.google.api.expr.v1beta1.MapValue.Entry} returns this
1501
+ */
1502
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.setValue = function(value) {
1503
+ return jspb.Message.setWrapperField(this, 2, value);
1504
+ };
1505
+
1506
+
1507
+ /**
1508
+ * Clears the message field making it undefined.
1509
+ * @return {!proto.google.api.expr.v1beta1.MapValue.Entry} returns this
1510
+ */
1511
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.clearValue = function() {
1512
+ return this.setValue(undefined);
1513
+ };
1514
+
1515
+
1516
+ /**
1517
+ * Returns whether this field is set.
1518
+ * @return {boolean}
1519
+ */
1520
+ proto.google.api.expr.v1beta1.MapValue.Entry.prototype.hasValue = function() {
1521
+ return jspb.Message.getField(this, 2) != null;
1522
+ };
1523
+
1524
+
1525
+ /**
1526
+ * repeated Entry entries = 1;
1527
+ * @return {!Array<!proto.google.api.expr.v1beta1.MapValue.Entry>}
1528
+ */
1529
+ proto.google.api.expr.v1beta1.MapValue.prototype.getEntriesList = function() {
1530
+ return /** @type{!Array<!proto.google.api.expr.v1beta1.MapValue.Entry>} */ (
1531
+ jspb.Message.getRepeatedWrapperField(this, proto.google.api.expr.v1beta1.MapValue.Entry, 1));
1532
+ };
1533
+
1534
+
1535
+ /**
1536
+ * @param {!Array<!proto.google.api.expr.v1beta1.MapValue.Entry>} value
1537
+ * @return {!proto.google.api.expr.v1beta1.MapValue} returns this
1538
+ */
1539
+ proto.google.api.expr.v1beta1.MapValue.prototype.setEntriesList = function(value) {
1540
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1541
+ };
1542
+
1543
+
1544
+ /**
1545
+ * @param {!proto.google.api.expr.v1beta1.MapValue.Entry=} opt_value
1546
+ * @param {number=} opt_index
1547
+ * @return {!proto.google.api.expr.v1beta1.MapValue.Entry}
1548
+ */
1549
+ proto.google.api.expr.v1beta1.MapValue.prototype.addEntries = function(opt_value, opt_index) {
1550
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.api.expr.v1beta1.MapValue.Entry, opt_index);
1551
+ };
1552
+
1553
+
1554
+ /**
1555
+ * Clears the list making it empty but non-null.
1556
+ * @return {!proto.google.api.expr.v1beta1.MapValue} returns this
1557
+ */
1558
+ proto.google.api.expr.v1beta1.MapValue.prototype.clearEntriesList = function() {
1559
+ return this.setEntriesList([]);
1560
+ };
1561
+
1562
+
1563
+ goog.object.extend(exports, proto.google.api.expr.v1beta1);
1564
+
1565
+ // Below is base64 encoded GeneratedCodeInfo proto
1566
+ // Ci8KAgQAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjfDCDkDAovCgIEARIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y+RIgghMKLwoCBAISI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGPcYIIAZCi8KAgQDEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxioHyCwHwoxCgQEAwMAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjdJSDiJQoxCgQEAAIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjbLCDlLAoxCgQEAAIBEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjsLCD2LAoxCgQEAAICEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxj9LCCILQoxCgQEAAIDEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiPLSCbLQoxCgQEAAIEEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiiLSCuLQoxCgQEAAIFEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxi1LSDBLQoxCgQEAAIGEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjILSDTLQoxCgQEAAIHEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjaLSDkLQoxCgQEAAIIEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjrLSD3LQoxCgQEAAIJEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxj/LSCILgoxCgQEAAIKEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiQLiCaLgoxCgQEAAILEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiiLiCsLgoxCgQEAAIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjRbyDdbwoxCgQEAAIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiDciCPcgoxCgQEAAIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxixdCC/dAoxCgQEAAIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxizdiC/dgoxCgQEAAIBEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjxdyD9dwoxCgQEAAIBEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxj8eSCIegoxCgQEAAIBEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiqfCC4fAoxCgQEAAIBEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxisfiC4fgoxCgQEAAICEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjrfyD4fwozCgQEAAICEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjqgQEg94EBCjMKBAQAAgISI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGJmEASCohAEKMwoEBAACAhIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8YnIYBIKmGAQozCgQEAAIDEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjehwEg7IcBCjMKBAQAAgMSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGN6JASDsiQEKMwoEBAACAxIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8YjowBIJ6MAQozCgQEAAIDEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiSjgEgoI4BCjMKBAQAAgQSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGNWPASDjjwEKMwoEBAACBBIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y5JEBIPKRAQozCgQEAAIEEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiUlAEgpJQBCjMKBAQAAgQSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGJiWASCmlgEKMwoEBAACBRIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y25cBIOmXAQozCgQEAAIFEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjcmQEg6pkBCjMKBAQAAgUSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGIycASCcnAEKMwoEBAACBRIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8YkJ4BIJ6eAQozCgQEAAIGEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjfnwEg7J8BCjMKBAQAAgYSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGLenASDEpwEKMwoEBAACBhIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y5qkBIPWpAQozCgQEAAIGEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjpqwEg9qsBCjMKBAQAAgcSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGM6tASDarQEKMwoEBAACBxIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Yv7ABIMuwAQozCgQEAAIHEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxj8sgEgirMBCjMKBAQAAgcSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGLe0ASDDtAEKMwoEBAACCBIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8YmrYBIKi2AQozCgQEAAIIEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjluAEg87gBCjMKBAQAAggSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGKW7ASC1uwEKMwoEBAACCBIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y5LwBIPK8AQozCgQEAAIJEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjJvgEg1L4BCjMKBAQAAgkSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGLfBASDCwQEKMwoEBAACCRIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y9MMBIIHEAQozCgQEAAIJEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxitxQEguMUBCjMKBAQAAgoSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGJLHASCexwEKMwoEBAACChIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8YhMoBIJDKAQozCgQEAAIKEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjCzAEg0MwBCjMKBAQAAgoSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGP3NASCJzgEKMwoEBAACCxIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Yvs8BIMrPAQozCgQEAAILEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxi+0QEgytEBCjMKBAQAAgsSI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGO3TASD70wEKMwoEBAACCxIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y8NUBIPzVAQozCgQEAQIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiT9QEgmvUBCjMKBAQBAgASI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGJX3ASCc9wEKMwoEBAECARIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y3fgBIOX4AQozCgQEAQIBEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjf+gEg5/oBCjMKBAQCAgASI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGMKbAiDPmwIKMwoEBAICABIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Yvp4CIMueAgozCgQEAgIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjqoAIg86ACCjMKBAQCAgASI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGL+jAiDOowIKNQoGBAMDAAIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxja5QIg4OUCCjUKBgQDAwACABIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Yy+gCINHoAgo1CgYEAwMAAgASI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGNrqAiDi6gIKNQoGBAMDAAIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiS7AIgmOwCCjUKBgQDAwACARIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y7O0CIPTtAgo1CgYEAwMAAgESI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGN/wAiDn8AIKNQoGBAMDAAIBEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjw8gIg+vICCjUKBgQDAwACARIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8YrPQCILT0AgozCgQEAwIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxiV9gIgo/YCCjMKBAQDAgASI2dvb2dsZS9hcGkvZXhwci92MWJldGExL3ZhbHVlLnByb3RvGKv5AiC5+QIKMwoEBAMCABIjZ29vZ2xlL2FwaS9leHByL3YxYmV0YTEvdmFsdWUucHJvdG8Y6fsCIPP7AgozCgQEAwIAEiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxjG/gIg1v4C