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