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