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