@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,958 @@
1
+ // source: google/protobuf/struct.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
+ goog.exportSymbol('proto.google.protobuf.ListValue', null, global);
19
+ goog.exportSymbol('proto.google.protobuf.NullValue', null, global);
20
+ goog.exportSymbol('proto.google.protobuf.Struct', null, global);
21
+ goog.exportSymbol('proto.google.protobuf.Value', null, global);
22
+ goog.exportSymbol('proto.google.protobuf.Value.KindCase', null, global);
23
+ /**
24
+ * Generated by JsPbCodeGenerator.
25
+ * @param {Array=} opt_data Optional initial data array, typically from a
26
+ * server response, or constructed directly in Javascript. The array is used
27
+ * in place and becomes part of the constructed object. It is not cloned.
28
+ * If no data is provided, the constructed object will be empty, but still
29
+ * valid.
30
+ * @extends {jspb.Message}
31
+ * @constructor
32
+ */
33
+ proto.google.protobuf.Struct = function(opt_data) {
34
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
35
+ };
36
+ goog.inherits(proto.google.protobuf.Struct, jspb.Message);
37
+ if (goog.DEBUG && !COMPILED) {
38
+ /**
39
+ * @public
40
+ * @override
41
+ */
42
+ proto.google.protobuf.Struct.displayName = 'proto.google.protobuf.Struct';
43
+ }
44
+ /**
45
+ * Generated by JsPbCodeGenerator.
46
+ * @param {Array=} opt_data Optional initial data array, typically from a
47
+ * server response, or constructed directly in Javascript. The array is used
48
+ * in place and becomes part of the constructed object. It is not cloned.
49
+ * If no data is provided, the constructed object will be empty, but still
50
+ * valid.
51
+ * @extends {jspb.Message}
52
+ * @constructor
53
+ */
54
+ proto.google.protobuf.Value = function(opt_data) {
55
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.google.protobuf.Value.oneofGroups_);
56
+ };
57
+ goog.inherits(proto.google.protobuf.Value, jspb.Message);
58
+ if (goog.DEBUG && !COMPILED) {
59
+ /**
60
+ * @public
61
+ * @override
62
+ */
63
+ proto.google.protobuf.Value.displayName = 'proto.google.protobuf.Value';
64
+ }
65
+ /**
66
+ * Generated by JsPbCodeGenerator.
67
+ * @param {Array=} opt_data Optional initial data array, typically from a
68
+ * server response, or constructed directly in Javascript. The array is used
69
+ * in place and becomes part of the constructed object. It is not cloned.
70
+ * If no data is provided, the constructed object will be empty, but still
71
+ * valid.
72
+ * @extends {jspb.Message}
73
+ * @constructor
74
+ */
75
+ proto.google.protobuf.ListValue = function(opt_data) {
76
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.protobuf.ListValue.repeatedFields_, null);
77
+ };
78
+ goog.inherits(proto.google.protobuf.ListValue, jspb.Message);
79
+ if (goog.DEBUG && !COMPILED) {
80
+ /**
81
+ * @public
82
+ * @override
83
+ */
84
+ proto.google.protobuf.ListValue.displayName = 'proto.google.protobuf.ListValue';
85
+ }
86
+
87
+
88
+
89
+ if (jspb.Message.GENERATE_TO_OBJECT) {
90
+ /**
91
+ * Creates an object representation of this proto.
92
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
93
+ * Optional fields that are not set will be set to undefined.
94
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
95
+ * For the list of reserved names please see:
96
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
97
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
98
+ * JSPB instance for transitional soy proto support:
99
+ * http://goto/soy-param-migration
100
+ * @return {!Object}
101
+ */
102
+ proto.google.protobuf.Struct.prototype.toObject = function(opt_includeInstance) {
103
+ return proto.google.protobuf.Struct.toObject(opt_includeInstance, this);
104
+ };
105
+
106
+
107
+ /**
108
+ * Static version of the {@see toObject} method.
109
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
110
+ * the JSPB instance for transitional soy proto support:
111
+ * http://goto/soy-param-migration
112
+ * @param {!proto.google.protobuf.Struct} msg The msg instance to transform.
113
+ * @return {!Object}
114
+ * @suppress {unusedLocalVariables} f is only used for nested messages
115
+ */
116
+ proto.google.protobuf.Struct.toObject = function(includeInstance, msg) {
117
+ var f, obj = {
118
+ fieldsMap: (f = msg.getFieldsMap()) ? f.toObject(includeInstance, proto.google.protobuf.Value.toObject) : []
119
+ };
120
+
121
+ if (includeInstance) {
122
+ obj.$jspbMessageInstance = msg;
123
+ }
124
+ return obj;
125
+ };
126
+ }
127
+
128
+
129
+ /**
130
+ * Deserializes binary data (in protobuf wire format).
131
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
132
+ * @return {!proto.google.protobuf.Struct}
133
+ */
134
+ proto.google.protobuf.Struct.deserializeBinary = function(bytes) {
135
+ var reader = new jspb.BinaryReader(bytes);
136
+ var msg = new proto.google.protobuf.Struct;
137
+ return proto.google.protobuf.Struct.deserializeBinaryFromReader(msg, reader);
138
+ };
139
+
140
+
141
+ /**
142
+ * Deserializes binary data (in protobuf wire format) from the
143
+ * given reader into the given message object.
144
+ * @param {!proto.google.protobuf.Struct} msg The message object to deserialize into.
145
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
146
+ * @return {!proto.google.protobuf.Struct}
147
+ */
148
+ proto.google.protobuf.Struct.deserializeBinaryFromReader = function(msg, reader) {
149
+ while (reader.nextField()) {
150
+ if (reader.isEndGroup()) {
151
+ break;
152
+ }
153
+ var field = reader.getFieldNumber();
154
+ switch (field) {
155
+ case 1:
156
+ var value = msg.getFieldsMap();
157
+ reader.readMessage(value, function(message, reader) {
158
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readMessage, proto.google.protobuf.Value.deserializeBinaryFromReader, "", new proto.google.protobuf.Value());
159
+ });
160
+ break;
161
+ default:
162
+ reader.skipField();
163
+ break;
164
+ }
165
+ }
166
+ return msg;
167
+ };
168
+
169
+
170
+ /**
171
+ * Serializes the message to binary data (in protobuf wire format).
172
+ * @return {!Uint8Array}
173
+ */
174
+ proto.google.protobuf.Struct.prototype.serializeBinary = function() {
175
+ var writer = new jspb.BinaryWriter();
176
+ proto.google.protobuf.Struct.serializeBinaryToWriter(this, writer);
177
+ return writer.getResultBuffer();
178
+ };
179
+
180
+
181
+ /**
182
+ * Serializes the given message to binary data (in protobuf wire
183
+ * format), writing to the given BinaryWriter.
184
+ * @param {!proto.google.protobuf.Struct} message
185
+ * @param {!jspb.BinaryWriter} writer
186
+ * @suppress {unusedLocalVariables} f is only used for nested messages
187
+ */
188
+ proto.google.protobuf.Struct.serializeBinaryToWriter = function(message, writer) {
189
+ var f = undefined;
190
+ f = message.getFieldsMap(true);
191
+ if (f && f.getLength() > 0) {
192
+ jspb.internal.public_for_gencode.serializeMapToBinary(
193
+ message.getFieldsMap(true),
194
+ 1,
195
+ writer,
196
+ jspb.BinaryWriter.prototype.writeString,
197
+ jspb.BinaryWriter.prototype.writeMessage,
198
+ proto.google.protobuf.Value.serializeBinaryToWriter);
199
+ }
200
+ };
201
+
202
+
203
+ /**
204
+ * map<string, Value> fields = 1;
205
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
206
+ * empty, instead returning `undefined`
207
+ * @return {!jspb.Map<string,!proto.google.protobuf.Value>}
208
+ */
209
+ proto.google.protobuf.Struct.prototype.getFieldsMap = function(opt_noLazyCreate) {
210
+ return /** @type {!jspb.Map<string,!proto.google.protobuf.Value>} */ (
211
+ jspb.Message.getMapField(this, 1, opt_noLazyCreate,
212
+ proto.google.protobuf.Value));
213
+ };
214
+
215
+
216
+ /**
217
+ * Clears values from the map. The map will be non-null.
218
+ * @return {!proto.google.protobuf.Struct} returns this
219
+ */
220
+ proto.google.protobuf.Struct.prototype.clearFieldsMap = function() {
221
+ this.getFieldsMap().clear();
222
+ return this;
223
+ };
224
+
225
+
226
+
227
+ /**
228
+ * Oneof group definitions for this message. Each group defines the field
229
+ * numbers belonging to that group. When of these fields' value is set, all
230
+ * other fields in the group are cleared. During deserialization, if multiple
231
+ * fields are encountered for a group, only the last value seen will be kept.
232
+ * @private {!Array<!Array<number>>}
233
+ * @const
234
+ */
235
+ proto.google.protobuf.Value.oneofGroups_ = [[1,2,3,4,5,6]];
236
+
237
+ /**
238
+ * @enum {number}
239
+ */
240
+ proto.google.protobuf.Value.KindCase = {
241
+ KIND_NOT_SET: 0,
242
+ NULL_VALUE: 1,
243
+ NUMBER_VALUE: 2,
244
+ STRING_VALUE: 3,
245
+ BOOL_VALUE: 4,
246
+ STRUCT_VALUE: 5,
247
+ LIST_VALUE: 6
248
+ };
249
+
250
+ /**
251
+ * @return {proto.google.protobuf.Value.KindCase}
252
+ */
253
+ proto.google.protobuf.Value.prototype.getKindCase = function() {
254
+ return /** @type {proto.google.protobuf.Value.KindCase} */(jspb.Message.computeOneofCase(this, proto.google.protobuf.Value.oneofGroups_[0]));
255
+ };
256
+
257
+
258
+
259
+ if (jspb.Message.GENERATE_TO_OBJECT) {
260
+ /**
261
+ * Creates an object representation of this proto.
262
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
263
+ * Optional fields that are not set will be set to undefined.
264
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
265
+ * For the list of reserved names please see:
266
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
267
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
268
+ * JSPB instance for transitional soy proto support:
269
+ * http://goto/soy-param-migration
270
+ * @return {!Object}
271
+ */
272
+ proto.google.protobuf.Value.prototype.toObject = function(opt_includeInstance) {
273
+ return proto.google.protobuf.Value.toObject(opt_includeInstance, this);
274
+ };
275
+
276
+
277
+ /**
278
+ * Static version of the {@see toObject} method.
279
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
280
+ * the JSPB instance for transitional soy proto support:
281
+ * http://goto/soy-param-migration
282
+ * @param {!proto.google.protobuf.Value} msg The msg instance to transform.
283
+ * @return {!Object}
284
+ * @suppress {unusedLocalVariables} f is only used for nested messages
285
+ */
286
+ proto.google.protobuf.Value.toObject = function(includeInstance, msg) {
287
+ var f, obj = {
288
+ nullValue: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
289
+ numberValue: (f = jspb.Message.getOptionalFloatingPointField(msg, 2)) == null ? undefined : f,
290
+ stringValue: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f,
291
+ boolValue: (f = jspb.Message.getBooleanField(msg, 4)) == null ? undefined : f,
292
+ structValue: (f = msg.getStructValue()) && proto.google.protobuf.Struct.toObject(includeInstance, f),
293
+ listValue: (f = msg.getListValue()) && proto.google.protobuf.ListValue.toObject(includeInstance, f)
294
+ };
295
+
296
+ if (includeInstance) {
297
+ obj.$jspbMessageInstance = msg;
298
+ }
299
+ return obj;
300
+ };
301
+ }
302
+
303
+
304
+ /**
305
+ * Deserializes binary data (in protobuf wire format).
306
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
307
+ * @return {!proto.google.protobuf.Value}
308
+ */
309
+ proto.google.protobuf.Value.deserializeBinary = function(bytes) {
310
+ var reader = new jspb.BinaryReader(bytes);
311
+ var msg = new proto.google.protobuf.Value;
312
+ return proto.google.protobuf.Value.deserializeBinaryFromReader(msg, reader);
313
+ };
314
+
315
+
316
+ /**
317
+ * Deserializes binary data (in protobuf wire format) from the
318
+ * given reader into the given message object.
319
+ * @param {!proto.google.protobuf.Value} msg The message object to deserialize into.
320
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
321
+ * @return {!proto.google.protobuf.Value}
322
+ */
323
+ proto.google.protobuf.Value.deserializeBinaryFromReader = function(msg, reader) {
324
+ while (reader.nextField()) {
325
+ if (reader.isEndGroup()) {
326
+ break;
327
+ }
328
+ var field = reader.getFieldNumber();
329
+ switch (field) {
330
+ case 1:
331
+ var value = /** @type {!proto.google.protobuf.NullValue} */ (reader.readEnum());
332
+ msg.setNullValue(value);
333
+ break;
334
+ case 2:
335
+ var value = /** @type {number} */ (reader.readDouble());
336
+ msg.setNumberValue(value);
337
+ break;
338
+ case 3:
339
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
340
+ msg.setStringValue(value);
341
+ break;
342
+ case 4:
343
+ var value = /** @type {boolean} */ (reader.readBool());
344
+ msg.setBoolValue(value);
345
+ break;
346
+ case 5:
347
+ var value = new proto.google.protobuf.Struct;
348
+ reader.readMessage(value,proto.google.protobuf.Struct.deserializeBinaryFromReader);
349
+ msg.setStructValue(value);
350
+ break;
351
+ case 6:
352
+ var value = new proto.google.protobuf.ListValue;
353
+ reader.readMessage(value,proto.google.protobuf.ListValue.deserializeBinaryFromReader);
354
+ msg.setListValue(value);
355
+ break;
356
+ default:
357
+ reader.skipField();
358
+ break;
359
+ }
360
+ }
361
+ return msg;
362
+ };
363
+
364
+
365
+ /**
366
+ * Serializes the message to binary data (in protobuf wire format).
367
+ * @return {!Uint8Array}
368
+ */
369
+ proto.google.protobuf.Value.prototype.serializeBinary = function() {
370
+ var writer = new jspb.BinaryWriter();
371
+ proto.google.protobuf.Value.serializeBinaryToWriter(this, writer);
372
+ return writer.getResultBuffer();
373
+ };
374
+
375
+
376
+ /**
377
+ * Serializes the given message to binary data (in protobuf wire
378
+ * format), writing to the given BinaryWriter.
379
+ * @param {!proto.google.protobuf.Value} message
380
+ * @param {!jspb.BinaryWriter} writer
381
+ * @suppress {unusedLocalVariables} f is only used for nested messages
382
+ */
383
+ proto.google.protobuf.Value.serializeBinaryToWriter = function(message, writer) {
384
+ var f = undefined;
385
+ f = /** @type {!proto.google.protobuf.NullValue} */ (jspb.Message.getField(message, 1));
386
+ if (f != null) {
387
+ writer.writeEnum(
388
+ 1,
389
+ f
390
+ );
391
+ }
392
+ f = /** @type {number} */ (jspb.Message.getField(message, 2));
393
+ if (f != null) {
394
+ writer.writeDouble(
395
+ 2,
396
+ f
397
+ );
398
+ }
399
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
400
+ if (f != null) {
401
+ writer.writeString(
402
+ 3,
403
+ f
404
+ );
405
+ }
406
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 4));
407
+ if (f != null) {
408
+ writer.writeBool(
409
+ 4,
410
+ f
411
+ );
412
+ }
413
+ f = message.getStructValue();
414
+ if (f != null) {
415
+ writer.writeMessage(
416
+ 5,
417
+ f,
418
+ proto.google.protobuf.Struct.serializeBinaryToWriter
419
+ );
420
+ }
421
+ f = message.getListValue();
422
+ if (f != null) {
423
+ writer.writeMessage(
424
+ 6,
425
+ f,
426
+ proto.google.protobuf.ListValue.serializeBinaryToWriter
427
+ );
428
+ }
429
+ };
430
+
431
+
432
+ /**
433
+ * optional NullValue null_value = 1;
434
+ * @return {!proto.google.protobuf.NullValue}
435
+ */
436
+ proto.google.protobuf.Value.prototype.getNullValue = function() {
437
+ return /** @type {!proto.google.protobuf.NullValue} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
438
+ };
439
+
440
+
441
+ /**
442
+ * @param {!proto.google.protobuf.NullValue} value
443
+ * @return {!proto.google.protobuf.Value} returns this
444
+ */
445
+ proto.google.protobuf.Value.prototype.setNullValue = function(value) {
446
+ return jspb.Message.setOneofField(this, 1, proto.google.protobuf.Value.oneofGroups_[0], value);
447
+ };
448
+
449
+
450
+ /**
451
+ * Clears the field making it undefined.
452
+ * @return {!proto.google.protobuf.Value} returns this
453
+ */
454
+ proto.google.protobuf.Value.prototype.clearNullValue = function() {
455
+ return jspb.Message.setOneofField(this, 1, proto.google.protobuf.Value.oneofGroups_[0], undefined);
456
+ };
457
+
458
+
459
+ /**
460
+ * Returns whether this field is set.
461
+ * @return {boolean}
462
+ */
463
+ proto.google.protobuf.Value.prototype.hasNullValue = function() {
464
+ return jspb.Message.getField(this, 1) != null;
465
+ };
466
+
467
+
468
+ /**
469
+ * optional double number_value = 2;
470
+ * @return {number}
471
+ */
472
+ proto.google.protobuf.Value.prototype.getNumberValue = function() {
473
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
474
+ };
475
+
476
+
477
+ /**
478
+ * @param {number} value
479
+ * @return {!proto.google.protobuf.Value} returns this
480
+ */
481
+ proto.google.protobuf.Value.prototype.setNumberValue = function(value) {
482
+ return jspb.Message.setOneofField(this, 2, proto.google.protobuf.Value.oneofGroups_[0], value);
483
+ };
484
+
485
+
486
+ /**
487
+ * Clears the field making it undefined.
488
+ * @return {!proto.google.protobuf.Value} returns this
489
+ */
490
+ proto.google.protobuf.Value.prototype.clearNumberValue = function() {
491
+ return jspb.Message.setOneofField(this, 2, proto.google.protobuf.Value.oneofGroups_[0], undefined);
492
+ };
493
+
494
+
495
+ /**
496
+ * Returns whether this field is set.
497
+ * @return {boolean}
498
+ */
499
+ proto.google.protobuf.Value.prototype.hasNumberValue = function() {
500
+ return jspb.Message.getField(this, 2) != null;
501
+ };
502
+
503
+
504
+ /**
505
+ * optional string string_value = 3;
506
+ * @return {string}
507
+ */
508
+ proto.google.protobuf.Value.prototype.getStringValue = function() {
509
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
510
+ };
511
+
512
+
513
+ /**
514
+ * @param {string} value
515
+ * @return {!proto.google.protobuf.Value} returns this
516
+ */
517
+ proto.google.protobuf.Value.prototype.setStringValue = function(value) {
518
+ return jspb.Message.setOneofField(this, 3, proto.google.protobuf.Value.oneofGroups_[0], value);
519
+ };
520
+
521
+
522
+ /**
523
+ * Clears the field making it undefined.
524
+ * @return {!proto.google.protobuf.Value} returns this
525
+ */
526
+ proto.google.protobuf.Value.prototype.clearStringValue = function() {
527
+ return jspb.Message.setOneofField(this, 3, proto.google.protobuf.Value.oneofGroups_[0], undefined);
528
+ };
529
+
530
+
531
+ /**
532
+ * Returns whether this field is set.
533
+ * @return {boolean}
534
+ */
535
+ proto.google.protobuf.Value.prototype.hasStringValue = function() {
536
+ return jspb.Message.getField(this, 3) != null;
537
+ };
538
+
539
+
540
+ /**
541
+ * optional bool bool_value = 4;
542
+ * @return {boolean}
543
+ */
544
+ proto.google.protobuf.Value.prototype.getBoolValue = function() {
545
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
546
+ };
547
+
548
+
549
+ /**
550
+ * @param {boolean} value
551
+ * @return {!proto.google.protobuf.Value} returns this
552
+ */
553
+ proto.google.protobuf.Value.prototype.setBoolValue = function(value) {
554
+ return jspb.Message.setOneofField(this, 4, proto.google.protobuf.Value.oneofGroups_[0], value);
555
+ };
556
+
557
+
558
+ /**
559
+ * Clears the field making it undefined.
560
+ * @return {!proto.google.protobuf.Value} returns this
561
+ */
562
+ proto.google.protobuf.Value.prototype.clearBoolValue = function() {
563
+ return jspb.Message.setOneofField(this, 4, proto.google.protobuf.Value.oneofGroups_[0], undefined);
564
+ };
565
+
566
+
567
+ /**
568
+ * Returns whether this field is set.
569
+ * @return {boolean}
570
+ */
571
+ proto.google.protobuf.Value.prototype.hasBoolValue = function() {
572
+ return jspb.Message.getField(this, 4) != null;
573
+ };
574
+
575
+
576
+ /**
577
+ * optional Struct struct_value = 5;
578
+ * @return {?proto.google.protobuf.Struct}
579
+ */
580
+ proto.google.protobuf.Value.prototype.getStructValue = function() {
581
+ return /** @type{?proto.google.protobuf.Struct} */ (
582
+ jspb.Message.getWrapperField(this, proto.google.protobuf.Struct, 5));
583
+ };
584
+
585
+
586
+ /**
587
+ * @param {?proto.google.protobuf.Struct|undefined} value
588
+ * @return {!proto.google.protobuf.Value} returns this
589
+ */
590
+ proto.google.protobuf.Value.prototype.setStructValue = function(value) {
591
+ return jspb.Message.setOneofWrapperField(this, 5, proto.google.protobuf.Value.oneofGroups_[0], value);
592
+ };
593
+
594
+
595
+ /**
596
+ * Clears the message field making it undefined.
597
+ * @return {!proto.google.protobuf.Value} returns this
598
+ */
599
+ proto.google.protobuf.Value.prototype.clearStructValue = function() {
600
+ return this.setStructValue(undefined);
601
+ };
602
+
603
+
604
+ /**
605
+ * Returns whether this field is set.
606
+ * @return {boolean}
607
+ */
608
+ proto.google.protobuf.Value.prototype.hasStructValue = function() {
609
+ return jspb.Message.getField(this, 5) != null;
610
+ };
611
+
612
+
613
+ /**
614
+ * optional ListValue list_value = 6;
615
+ * @return {?proto.google.protobuf.ListValue}
616
+ */
617
+ proto.google.protobuf.Value.prototype.getListValue = function() {
618
+ return /** @type{?proto.google.protobuf.ListValue} */ (
619
+ jspb.Message.getWrapperField(this, proto.google.protobuf.ListValue, 6));
620
+ };
621
+
622
+
623
+ /**
624
+ * @param {?proto.google.protobuf.ListValue|undefined} value
625
+ * @return {!proto.google.protobuf.Value} returns this
626
+ */
627
+ proto.google.protobuf.Value.prototype.setListValue = function(value) {
628
+ return jspb.Message.setOneofWrapperField(this, 6, proto.google.protobuf.Value.oneofGroups_[0], value);
629
+ };
630
+
631
+
632
+ /**
633
+ * Clears the message field making it undefined.
634
+ * @return {!proto.google.protobuf.Value} returns this
635
+ */
636
+ proto.google.protobuf.Value.prototype.clearListValue = function() {
637
+ return this.setListValue(undefined);
638
+ };
639
+
640
+
641
+ /**
642
+ * Returns whether this field is set.
643
+ * @return {boolean}
644
+ */
645
+ proto.google.protobuf.Value.prototype.hasListValue = function() {
646
+ return jspb.Message.getField(this, 6) != null;
647
+ };
648
+
649
+
650
+
651
+ /**
652
+ * List of repeated fields within this message type.
653
+ * @private {!Array<number>}
654
+ * @const
655
+ */
656
+ proto.google.protobuf.ListValue.repeatedFields_ = [1];
657
+
658
+
659
+
660
+ if (jspb.Message.GENERATE_TO_OBJECT) {
661
+ /**
662
+ * Creates an object representation of this proto.
663
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
664
+ * Optional fields that are not set will be set to undefined.
665
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
666
+ * For the list of reserved names please see:
667
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
668
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
669
+ * JSPB instance for transitional soy proto support:
670
+ * http://goto/soy-param-migration
671
+ * @return {!Object}
672
+ */
673
+ proto.google.protobuf.ListValue.prototype.toObject = function(opt_includeInstance) {
674
+ return proto.google.protobuf.ListValue.toObject(opt_includeInstance, this);
675
+ };
676
+
677
+
678
+ /**
679
+ * Static version of the {@see toObject} method.
680
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
681
+ * the JSPB instance for transitional soy proto support:
682
+ * http://goto/soy-param-migration
683
+ * @param {!proto.google.protobuf.ListValue} msg The msg instance to transform.
684
+ * @return {!Object}
685
+ * @suppress {unusedLocalVariables} f is only used for nested messages
686
+ */
687
+ proto.google.protobuf.ListValue.toObject = function(includeInstance, msg) {
688
+ var f, obj = {
689
+ valuesList: jspb.Message.toObjectList(msg.getValuesList(),
690
+ proto.google.protobuf.Value.toObject, includeInstance)
691
+ };
692
+
693
+ if (includeInstance) {
694
+ obj.$jspbMessageInstance = msg;
695
+ }
696
+ return obj;
697
+ };
698
+ }
699
+
700
+
701
+ /**
702
+ * Deserializes binary data (in protobuf wire format).
703
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
704
+ * @return {!proto.google.protobuf.ListValue}
705
+ */
706
+ proto.google.protobuf.ListValue.deserializeBinary = function(bytes) {
707
+ var reader = new jspb.BinaryReader(bytes);
708
+ var msg = new proto.google.protobuf.ListValue;
709
+ return proto.google.protobuf.ListValue.deserializeBinaryFromReader(msg, reader);
710
+ };
711
+
712
+
713
+ /**
714
+ * Deserializes binary data (in protobuf wire format) from the
715
+ * given reader into the given message object.
716
+ * @param {!proto.google.protobuf.ListValue} msg The message object to deserialize into.
717
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
718
+ * @return {!proto.google.protobuf.ListValue}
719
+ */
720
+ proto.google.protobuf.ListValue.deserializeBinaryFromReader = function(msg, reader) {
721
+ while (reader.nextField()) {
722
+ if (reader.isEndGroup()) {
723
+ break;
724
+ }
725
+ var field = reader.getFieldNumber();
726
+ switch (field) {
727
+ case 1:
728
+ var value = new proto.google.protobuf.Value;
729
+ reader.readMessage(value,proto.google.protobuf.Value.deserializeBinaryFromReader);
730
+ msg.addValues(value);
731
+ break;
732
+ default:
733
+ reader.skipField();
734
+ break;
735
+ }
736
+ }
737
+ return msg;
738
+ };
739
+
740
+
741
+ /**
742
+ * Serializes the message to binary data (in protobuf wire format).
743
+ * @return {!Uint8Array}
744
+ */
745
+ proto.google.protobuf.ListValue.prototype.serializeBinary = function() {
746
+ var writer = new jspb.BinaryWriter();
747
+ proto.google.protobuf.ListValue.serializeBinaryToWriter(this, writer);
748
+ return writer.getResultBuffer();
749
+ };
750
+
751
+
752
+ /**
753
+ * Serializes the given message to binary data (in protobuf wire
754
+ * format), writing to the given BinaryWriter.
755
+ * @param {!proto.google.protobuf.ListValue} message
756
+ * @param {!jspb.BinaryWriter} writer
757
+ * @suppress {unusedLocalVariables} f is only used for nested messages
758
+ */
759
+ proto.google.protobuf.ListValue.serializeBinaryToWriter = function(message, writer) {
760
+ var f = undefined;
761
+ f = message.getValuesList();
762
+ if (f.length > 0) {
763
+ writer.writeRepeatedMessage(
764
+ 1,
765
+ f,
766
+ proto.google.protobuf.Value.serializeBinaryToWriter
767
+ );
768
+ }
769
+ };
770
+
771
+
772
+ /**
773
+ * repeated Value values = 1;
774
+ * @return {!Array<!proto.google.protobuf.Value>}
775
+ */
776
+ proto.google.protobuf.ListValue.prototype.getValuesList = function() {
777
+ return /** @type{!Array<!proto.google.protobuf.Value>} */ (
778
+ jspb.Message.getRepeatedWrapperField(this, proto.google.protobuf.Value, 1));
779
+ };
780
+
781
+
782
+ /**
783
+ * @param {!Array<!proto.google.protobuf.Value>} value
784
+ * @return {!proto.google.protobuf.ListValue} returns this
785
+ */
786
+ proto.google.protobuf.ListValue.prototype.setValuesList = function(value) {
787
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
788
+ };
789
+
790
+
791
+ /**
792
+ * @param {!proto.google.protobuf.Value=} opt_value
793
+ * @param {number=} opt_index
794
+ * @return {!proto.google.protobuf.Value}
795
+ */
796
+ proto.google.protobuf.ListValue.prototype.addValues = function(opt_value, opt_index) {
797
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.protobuf.Value, opt_index);
798
+ };
799
+
800
+
801
+ /**
802
+ * Clears the list making it empty but non-null.
803
+ * @return {!proto.google.protobuf.ListValue} returns this
804
+ */
805
+ proto.google.protobuf.ListValue.prototype.clearValuesList = function() {
806
+ return this.setValuesList([]);
807
+ };
808
+
809
+
810
+ /**
811
+ * @enum {number}
812
+ */
813
+ proto.google.protobuf.NullValue = {
814
+ NULL_VALUE: 0
815
+ };
816
+
817
+ goog.object.extend(exports, proto.google.protobuf);
818
+ /* This code will be inserted into generated code for
819
+ * google/protobuf/struct.proto. */
820
+
821
+ /**
822
+ * Typedef representing plain JavaScript values that can go into a
823
+ * Struct.
824
+ * @typedef {null|number|string|boolean|Array|Object}
825
+ */
826
+ proto.google.protobuf.JavaScriptValue;
827
+
828
+
829
+ /**
830
+ * Converts this Value object to a plain JavaScript value.
831
+ * @return {?proto.google.protobuf.JavaScriptValue} a plain JavaScript
832
+ * value representing this Struct.
833
+ */
834
+ proto.google.protobuf.Value.prototype.toJavaScript = function() {
835
+ var kindCase = proto.google.protobuf.Value.KindCase;
836
+ switch (this.getKindCase()) {
837
+ case kindCase.NULL_VALUE:
838
+ return null;
839
+ case kindCase.NUMBER_VALUE:
840
+ return this.getNumberValue();
841
+ case kindCase.STRING_VALUE:
842
+ return this.getStringValue();
843
+ case kindCase.BOOL_VALUE:
844
+ return this.getBoolValue();
845
+ case kindCase.STRUCT_VALUE:
846
+ return this.getStructValue().toJavaScript();
847
+ case kindCase.LIST_VALUE:
848
+ return this.getListValue().toJavaScript();
849
+ default:
850
+ throw new Error('Unexpected struct type');
851
+ }
852
+ };
853
+
854
+
855
+ /**
856
+ * Converts this JavaScript value to a new Value proto.
857
+ * @param {!proto.google.protobuf.JavaScriptValue} value The value to
858
+ * convert.
859
+ * @return {!proto.google.protobuf.Value} The newly constructed value.
860
+ */
861
+ proto.google.protobuf.Value.fromJavaScript = function(value) {
862
+ var ret = new proto.google.protobuf.Value();
863
+ switch (goog.typeOf(value)) {
864
+ case 'string':
865
+ ret.setStringValue(/** @type {string} */ (value));
866
+ break;
867
+ case 'number':
868
+ ret.setNumberValue(/** @type {number} */ (value));
869
+ break;
870
+ case 'boolean':
871
+ ret.setBoolValue(/** @type {boolean} */ (value));
872
+ break;
873
+ case 'null':
874
+ ret.setNullValue(proto.google.protobuf.NullValue.NULL_VALUE);
875
+ break;
876
+ case 'array':
877
+ ret.setListValue(proto.google.protobuf.ListValue.fromJavaScript(
878
+ /** @type{!Array} */ (value)));
879
+ break;
880
+ case 'object':
881
+ ret.setStructValue(proto.google.protobuf.Struct.fromJavaScript(
882
+ /** @type{!Object} */ (value)));
883
+ break;
884
+ default:
885
+ throw new Error('Unexpected struct type.');
886
+ }
887
+
888
+ return ret;
889
+ };
890
+
891
+
892
+ /**
893
+ * Converts this ListValue object to a plain JavaScript array.
894
+ * @return {!Array} a plain JavaScript array representing this List.
895
+ */
896
+ proto.google.protobuf.ListValue.prototype.toJavaScript = function() {
897
+ var ret = [];
898
+ var values = this.getValuesList();
899
+
900
+ for (var i = 0; i < values.length; i++) {
901
+ ret[i] = values[i].toJavaScript();
902
+ }
903
+
904
+ return ret;
905
+ };
906
+
907
+
908
+ /**
909
+ * Constructs a ListValue protobuf from this plain JavaScript array.
910
+ * @param {!Array} array a plain JavaScript array
911
+ * @return {proto.google.protobuf.ListValue} a new ListValue object
912
+ */
913
+ proto.google.protobuf.ListValue.fromJavaScript = function(array) {
914
+ var ret = new proto.google.protobuf.ListValue();
915
+
916
+ for (var i = 0; i < array.length; i++) {
917
+ ret.addValues(proto.google.protobuf.Value.fromJavaScript(array[i]));
918
+ }
919
+
920
+ return ret;
921
+ };
922
+
923
+
924
+ /**
925
+ * Converts this Struct object to a plain JavaScript object.
926
+ * @return {!Object<string, !proto.google.protobuf.JavaScriptValue>} a plain
927
+ * JavaScript object representing this Struct.
928
+ */
929
+ proto.google.protobuf.Struct.prototype.toJavaScript = function() {
930
+ var ret = {};
931
+
932
+ this.getFieldsMap().forEach(function(value, key) {
933
+ ret[key] = value.toJavaScript();
934
+ });
935
+
936
+ return ret;
937
+ };
938
+
939
+
940
+ /**
941
+ * Constructs a Struct protobuf from this plain JavaScript object.
942
+ * @param {!Object} obj a plain JavaScript object
943
+ * @return {proto.google.protobuf.Struct} a new Struct object
944
+ */
945
+ proto.google.protobuf.Struct.fromJavaScript = function(obj) {
946
+ var ret = new proto.google.protobuf.Struct();
947
+ var map = ret.getFieldsMap();
948
+
949
+ for (var property in obj) {
950
+ var val = obj[property];
951
+ map.set(property, proto.google.protobuf.Value.fromJavaScript(val));
952
+ }
953
+
954
+ return ret;
955
+ };
956
+
957
+ // Below is base64 encoded GeneratedCodeInfo proto
958
+ // CigKAgQAEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGMAJIMYJCigKAgQBEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGJIPIJcPCigKAgQCEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGIQVII0VCioKBAQAAgASHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YszggvzgKKgoEBAACABIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxisOyC6OwoqCgQEAQIAEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGPw/IIZACioKBAQBAgESHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YjUAgmUAKKgoEBAECAhIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxigQCCsQAoqCgQEAQIDEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGLNAIL1ACioKBAQBAgQSHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YxEAg0EAKKgoEBAECBRIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxjXQCDhQAoqCgQEAQIAEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGLNuIL9uCioKBAQBAgASHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8Y1XAg4XAKKgoEBAECABIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxjrciD5cgoqCgQEAQIAEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGN10IOl0CioKBAQBAgESHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YlnYgpHYKKgoEBAECARIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxiVeCCjeAoqCgQEAQIBEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGK16IL16CioKBAQBAgESHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YoXwgr3wKKgoEBAECAhIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxjcfSDqfQoqCgQEAQICEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGM1/INt/CiwKBAQBAgISHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8Y5YEBIPWBAQosCgQEAQICEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGNmDASDngwEKLAoEBAECAxIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxiRhQEgnYUBCiwKBAQBAgMSHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YjIcBIJiHAQosCgQEAQIDEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGKKJASCwiQEKLAoEBAECAxIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxiUiwEgoIsBCiwKBAQBAgQSHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8Y5IwBIPKMAQosCgQEAQIEEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGKaPASC0jwEKLAoEBAECBBIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxjNkQEg3ZEBCiwKBAQBAgQSHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YhJMBIJKTAQosCgQEAQIFEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGNqUASDmlAEKLAoEBAECBRIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxijlwEgr5cBCiwKBAQBAgUSHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8YyJkBINaZAQosCgQEAQIFEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGPuaASCHmwEKLAoEBAICABIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxilugEgsroBCiwKBAQCAgASHGdvb2dsZS9wcm90b2J1Zi9zdHJ1Y3QucHJvdG8Y+bwBIIa9AQosCgQEAgIAEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGI2/ASCWvwEKLAoEBAICABIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxjKwQEg2cEBCioKAgUAEhxnb29nbGUvcHJvdG9idWYvc3RydWN0LnByb3RvGL/CASDIwgEKLAoEBQACABIcZ29vZ2xlL3Byb3RvYnVmL3N0cnVjdC5wcm90bxjPwgEg2cIB