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