@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,1682 @@
1
+ /**
2
+ * @fileoverview gRPC-Web generated client stub for google.logging.v2
3
+ * @enhanceable
4
+ * @public
5
+ */
6
+
7
+ // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
+ // versions:
9
+ // protoc-gen-grpc-web v1.5.0
10
+ // protoc v4.24.4
11
+ // source: google/logging/v2/logging_config.proto
12
+
13
+
14
+ /* eslint-disable */
15
+ // @ts-nocheck
16
+
17
+
18
+
19
+ const grpc = {};
20
+ grpc.web = require('grpc-web');
21
+
22
+
23
+ var google_api_annotations_pb = require('../../../google/api/annotations_pb.js')
24
+
25
+ var google_api_client_pb = require('../../../google/api/client_pb.js')
26
+
27
+ var google_api_field_behavior_pb = require('../../../google/api/field_behavior_pb.js')
28
+
29
+ var google_api_resource_pb = require('../../../google/api/resource_pb.js')
30
+
31
+ var google_longrunning_operations_pb = require('../../../google/longrunning/operations_pb.js')
32
+
33
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
34
+
35
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
36
+
37
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js')
38
+ const proto = {};
39
+ proto.google = {};
40
+ proto.google.logging = {};
41
+ proto.google.logging.v2 = require('./logging_config_pb.js');
42
+
43
+ /**
44
+ * @param {string} hostname
45
+ * @param {?Object} credentials
46
+ * @param {?grpc.web.ClientOptions} options
47
+ * @constructor
48
+ * @struct
49
+ * @final
50
+ */
51
+ proto.google.logging.v2.ConfigServiceV2Client =
52
+ function(hostname, credentials, options) {
53
+ if (!options) options = {};
54
+ options.format = 'text';
55
+
56
+ /**
57
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
58
+ */
59
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
60
+
61
+ /**
62
+ * @private @const {string} The hostname
63
+ */
64
+ this.hostname_ = hostname.replace(/\/+$/, '');
65
+
66
+ };
67
+
68
+
69
+ /**
70
+ * @param {string} hostname
71
+ * @param {?Object} credentials
72
+ * @param {?grpc.web.ClientOptions} options
73
+ * @constructor
74
+ * @struct
75
+ * @final
76
+ */
77
+ proto.google.logging.v2.ConfigServiceV2PromiseClient =
78
+ function(hostname, credentials, options) {
79
+ if (!options) options = {};
80
+ options.format = 'text';
81
+
82
+ /**
83
+ * @private @const {!grpc.web.GrpcWebClientBase} The client
84
+ */
85
+ this.client_ = new grpc.web.GrpcWebClientBase(options);
86
+
87
+ /**
88
+ * @private @const {string} The hostname
89
+ */
90
+ this.hostname_ = hostname.replace(/\/+$/, '');
91
+
92
+ };
93
+
94
+
95
+ /**
96
+ * @const
97
+ * @type {!grpc.web.MethodDescriptor<
98
+ * !proto.google.logging.v2.ListBucketsRequest,
99
+ * !proto.google.logging.v2.ListBucketsResponse>}
100
+ */
101
+ const methodDescriptor_ConfigServiceV2_ListBuckets = new grpc.web.MethodDescriptor(
102
+ '/google.logging.v2.ConfigServiceV2/ListBuckets',
103
+ grpc.web.MethodType.UNARY,
104
+ proto.google.logging.v2.ListBucketsRequest,
105
+ proto.google.logging.v2.ListBucketsResponse,
106
+ /**
107
+ * @param {!proto.google.logging.v2.ListBucketsRequest} request
108
+ * @return {!Uint8Array}
109
+ */
110
+ function(request) {
111
+ return request.serializeBinary();
112
+ },
113
+ proto.google.logging.v2.ListBucketsResponse.deserializeBinary
114
+ );
115
+
116
+
117
+ /**
118
+ * @param {!proto.google.logging.v2.ListBucketsRequest} request The
119
+ * request proto
120
+ * @param {?Object<string, string>} metadata User defined
121
+ * call metadata
122
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.ListBucketsResponse)}
123
+ * callback The callback function(error, response)
124
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.ListBucketsResponse>|undefined}
125
+ * The XHR Node Readable Stream
126
+ */
127
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.listBuckets =
128
+ function(request, metadata, callback) {
129
+ return this.client_.rpcCall(this.hostname_ +
130
+ '/google.logging.v2.ConfigServiceV2/ListBuckets',
131
+ request,
132
+ metadata || {},
133
+ methodDescriptor_ConfigServiceV2_ListBuckets,
134
+ callback);
135
+ };
136
+
137
+
138
+ /**
139
+ * @param {!proto.google.logging.v2.ListBucketsRequest} request The
140
+ * request proto
141
+ * @param {?Object<string, string>=} metadata User defined
142
+ * call metadata
143
+ * @return {!Promise<!proto.google.logging.v2.ListBucketsResponse>}
144
+ * Promise that resolves to the response
145
+ */
146
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.listBuckets =
147
+ function(request, metadata) {
148
+ return this.client_.unaryCall(this.hostname_ +
149
+ '/google.logging.v2.ConfigServiceV2/ListBuckets',
150
+ request,
151
+ metadata || {},
152
+ methodDescriptor_ConfigServiceV2_ListBuckets);
153
+ };
154
+
155
+
156
+ /**
157
+ * @const
158
+ * @type {!grpc.web.MethodDescriptor<
159
+ * !proto.google.logging.v2.GetBucketRequest,
160
+ * !proto.google.logging.v2.LogBucket>}
161
+ */
162
+ const methodDescriptor_ConfigServiceV2_GetBucket = new grpc.web.MethodDescriptor(
163
+ '/google.logging.v2.ConfigServiceV2/GetBucket',
164
+ grpc.web.MethodType.UNARY,
165
+ proto.google.logging.v2.GetBucketRequest,
166
+ proto.google.logging.v2.LogBucket,
167
+ /**
168
+ * @param {!proto.google.logging.v2.GetBucketRequest} request
169
+ * @return {!Uint8Array}
170
+ */
171
+ function(request) {
172
+ return request.serializeBinary();
173
+ },
174
+ proto.google.logging.v2.LogBucket.deserializeBinary
175
+ );
176
+
177
+
178
+ /**
179
+ * @param {!proto.google.logging.v2.GetBucketRequest} request The
180
+ * request proto
181
+ * @param {?Object<string, string>} metadata User defined
182
+ * call metadata
183
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogBucket)}
184
+ * callback The callback function(error, response)
185
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogBucket>|undefined}
186
+ * The XHR Node Readable Stream
187
+ */
188
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.getBucket =
189
+ function(request, metadata, callback) {
190
+ return this.client_.rpcCall(this.hostname_ +
191
+ '/google.logging.v2.ConfigServiceV2/GetBucket',
192
+ request,
193
+ metadata || {},
194
+ methodDescriptor_ConfigServiceV2_GetBucket,
195
+ callback);
196
+ };
197
+
198
+
199
+ /**
200
+ * @param {!proto.google.logging.v2.GetBucketRequest} request The
201
+ * request proto
202
+ * @param {?Object<string, string>=} metadata User defined
203
+ * call metadata
204
+ * @return {!Promise<!proto.google.logging.v2.LogBucket>}
205
+ * Promise that resolves to the response
206
+ */
207
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.getBucket =
208
+ function(request, metadata) {
209
+ return this.client_.unaryCall(this.hostname_ +
210
+ '/google.logging.v2.ConfigServiceV2/GetBucket',
211
+ request,
212
+ metadata || {},
213
+ methodDescriptor_ConfigServiceV2_GetBucket);
214
+ };
215
+
216
+
217
+ /**
218
+ * @const
219
+ * @type {!grpc.web.MethodDescriptor<
220
+ * !proto.google.logging.v2.CreateBucketRequest,
221
+ * !proto.google.logging.v2.LogBucket>}
222
+ */
223
+ const methodDescriptor_ConfigServiceV2_CreateBucket = new grpc.web.MethodDescriptor(
224
+ '/google.logging.v2.ConfigServiceV2/CreateBucket',
225
+ grpc.web.MethodType.UNARY,
226
+ proto.google.logging.v2.CreateBucketRequest,
227
+ proto.google.logging.v2.LogBucket,
228
+ /**
229
+ * @param {!proto.google.logging.v2.CreateBucketRequest} request
230
+ * @return {!Uint8Array}
231
+ */
232
+ function(request) {
233
+ return request.serializeBinary();
234
+ },
235
+ proto.google.logging.v2.LogBucket.deserializeBinary
236
+ );
237
+
238
+
239
+ /**
240
+ * @param {!proto.google.logging.v2.CreateBucketRequest} request The
241
+ * request proto
242
+ * @param {?Object<string, string>} metadata User defined
243
+ * call metadata
244
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogBucket)}
245
+ * callback The callback function(error, response)
246
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogBucket>|undefined}
247
+ * The XHR Node Readable Stream
248
+ */
249
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.createBucket =
250
+ function(request, metadata, callback) {
251
+ return this.client_.rpcCall(this.hostname_ +
252
+ '/google.logging.v2.ConfigServiceV2/CreateBucket',
253
+ request,
254
+ metadata || {},
255
+ methodDescriptor_ConfigServiceV2_CreateBucket,
256
+ callback);
257
+ };
258
+
259
+
260
+ /**
261
+ * @param {!proto.google.logging.v2.CreateBucketRequest} request The
262
+ * request proto
263
+ * @param {?Object<string, string>=} metadata User defined
264
+ * call metadata
265
+ * @return {!Promise<!proto.google.logging.v2.LogBucket>}
266
+ * Promise that resolves to the response
267
+ */
268
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.createBucket =
269
+ function(request, metadata) {
270
+ return this.client_.unaryCall(this.hostname_ +
271
+ '/google.logging.v2.ConfigServiceV2/CreateBucket',
272
+ request,
273
+ metadata || {},
274
+ methodDescriptor_ConfigServiceV2_CreateBucket);
275
+ };
276
+
277
+
278
+ /**
279
+ * @const
280
+ * @type {!grpc.web.MethodDescriptor<
281
+ * !proto.google.logging.v2.UpdateBucketRequest,
282
+ * !proto.google.logging.v2.LogBucket>}
283
+ */
284
+ const methodDescriptor_ConfigServiceV2_UpdateBucket = new grpc.web.MethodDescriptor(
285
+ '/google.logging.v2.ConfigServiceV2/UpdateBucket',
286
+ grpc.web.MethodType.UNARY,
287
+ proto.google.logging.v2.UpdateBucketRequest,
288
+ proto.google.logging.v2.LogBucket,
289
+ /**
290
+ * @param {!proto.google.logging.v2.UpdateBucketRequest} request
291
+ * @return {!Uint8Array}
292
+ */
293
+ function(request) {
294
+ return request.serializeBinary();
295
+ },
296
+ proto.google.logging.v2.LogBucket.deserializeBinary
297
+ );
298
+
299
+
300
+ /**
301
+ * @param {!proto.google.logging.v2.UpdateBucketRequest} request The
302
+ * request proto
303
+ * @param {?Object<string, string>} metadata User defined
304
+ * call metadata
305
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogBucket)}
306
+ * callback The callback function(error, response)
307
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogBucket>|undefined}
308
+ * The XHR Node Readable Stream
309
+ */
310
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.updateBucket =
311
+ function(request, metadata, callback) {
312
+ return this.client_.rpcCall(this.hostname_ +
313
+ '/google.logging.v2.ConfigServiceV2/UpdateBucket',
314
+ request,
315
+ metadata || {},
316
+ methodDescriptor_ConfigServiceV2_UpdateBucket,
317
+ callback);
318
+ };
319
+
320
+
321
+ /**
322
+ * @param {!proto.google.logging.v2.UpdateBucketRequest} request The
323
+ * request proto
324
+ * @param {?Object<string, string>=} metadata User defined
325
+ * call metadata
326
+ * @return {!Promise<!proto.google.logging.v2.LogBucket>}
327
+ * Promise that resolves to the response
328
+ */
329
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.updateBucket =
330
+ function(request, metadata) {
331
+ return this.client_.unaryCall(this.hostname_ +
332
+ '/google.logging.v2.ConfigServiceV2/UpdateBucket',
333
+ request,
334
+ metadata || {},
335
+ methodDescriptor_ConfigServiceV2_UpdateBucket);
336
+ };
337
+
338
+
339
+ /**
340
+ * @const
341
+ * @type {!grpc.web.MethodDescriptor<
342
+ * !proto.google.logging.v2.DeleteBucketRequest,
343
+ * !proto.google.protobuf.Empty>}
344
+ */
345
+ const methodDescriptor_ConfigServiceV2_DeleteBucket = new grpc.web.MethodDescriptor(
346
+ '/google.logging.v2.ConfigServiceV2/DeleteBucket',
347
+ grpc.web.MethodType.UNARY,
348
+ proto.google.logging.v2.DeleteBucketRequest,
349
+ google_protobuf_empty_pb.Empty,
350
+ /**
351
+ * @param {!proto.google.logging.v2.DeleteBucketRequest} request
352
+ * @return {!Uint8Array}
353
+ */
354
+ function(request) {
355
+ return request.serializeBinary();
356
+ },
357
+ google_protobuf_empty_pb.Empty.deserializeBinary
358
+ );
359
+
360
+
361
+ /**
362
+ * @param {!proto.google.logging.v2.DeleteBucketRequest} request The
363
+ * request proto
364
+ * @param {?Object<string, string>} metadata User defined
365
+ * call metadata
366
+ * @param {function(?grpc.web.RpcError, ?proto.google.protobuf.Empty)}
367
+ * callback The callback function(error, response)
368
+ * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
369
+ * The XHR Node Readable Stream
370
+ */
371
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.deleteBucket =
372
+ function(request, metadata, callback) {
373
+ return this.client_.rpcCall(this.hostname_ +
374
+ '/google.logging.v2.ConfigServiceV2/DeleteBucket',
375
+ request,
376
+ metadata || {},
377
+ methodDescriptor_ConfigServiceV2_DeleteBucket,
378
+ callback);
379
+ };
380
+
381
+
382
+ /**
383
+ * @param {!proto.google.logging.v2.DeleteBucketRequest} request The
384
+ * request proto
385
+ * @param {?Object<string, string>=} metadata User defined
386
+ * call metadata
387
+ * @return {!Promise<!proto.google.protobuf.Empty>}
388
+ * Promise that resolves to the response
389
+ */
390
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.deleteBucket =
391
+ function(request, metadata) {
392
+ return this.client_.unaryCall(this.hostname_ +
393
+ '/google.logging.v2.ConfigServiceV2/DeleteBucket',
394
+ request,
395
+ metadata || {},
396
+ methodDescriptor_ConfigServiceV2_DeleteBucket);
397
+ };
398
+
399
+
400
+ /**
401
+ * @const
402
+ * @type {!grpc.web.MethodDescriptor<
403
+ * !proto.google.logging.v2.UndeleteBucketRequest,
404
+ * !proto.google.protobuf.Empty>}
405
+ */
406
+ const methodDescriptor_ConfigServiceV2_UndeleteBucket = new grpc.web.MethodDescriptor(
407
+ '/google.logging.v2.ConfigServiceV2/UndeleteBucket',
408
+ grpc.web.MethodType.UNARY,
409
+ proto.google.logging.v2.UndeleteBucketRequest,
410
+ google_protobuf_empty_pb.Empty,
411
+ /**
412
+ * @param {!proto.google.logging.v2.UndeleteBucketRequest} request
413
+ * @return {!Uint8Array}
414
+ */
415
+ function(request) {
416
+ return request.serializeBinary();
417
+ },
418
+ google_protobuf_empty_pb.Empty.deserializeBinary
419
+ );
420
+
421
+
422
+ /**
423
+ * @param {!proto.google.logging.v2.UndeleteBucketRequest} request The
424
+ * request proto
425
+ * @param {?Object<string, string>} metadata User defined
426
+ * call metadata
427
+ * @param {function(?grpc.web.RpcError, ?proto.google.protobuf.Empty)}
428
+ * callback The callback function(error, response)
429
+ * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
430
+ * The XHR Node Readable Stream
431
+ */
432
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.undeleteBucket =
433
+ function(request, metadata, callback) {
434
+ return this.client_.rpcCall(this.hostname_ +
435
+ '/google.logging.v2.ConfigServiceV2/UndeleteBucket',
436
+ request,
437
+ metadata || {},
438
+ methodDescriptor_ConfigServiceV2_UndeleteBucket,
439
+ callback);
440
+ };
441
+
442
+
443
+ /**
444
+ * @param {!proto.google.logging.v2.UndeleteBucketRequest} request The
445
+ * request proto
446
+ * @param {?Object<string, string>=} metadata User defined
447
+ * call metadata
448
+ * @return {!Promise<!proto.google.protobuf.Empty>}
449
+ * Promise that resolves to the response
450
+ */
451
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.undeleteBucket =
452
+ function(request, metadata) {
453
+ return this.client_.unaryCall(this.hostname_ +
454
+ '/google.logging.v2.ConfigServiceV2/UndeleteBucket',
455
+ request,
456
+ metadata || {},
457
+ methodDescriptor_ConfigServiceV2_UndeleteBucket);
458
+ };
459
+
460
+
461
+ /**
462
+ * @const
463
+ * @type {!grpc.web.MethodDescriptor<
464
+ * !proto.google.logging.v2.ListViewsRequest,
465
+ * !proto.google.logging.v2.ListViewsResponse>}
466
+ */
467
+ const methodDescriptor_ConfigServiceV2_ListViews = new grpc.web.MethodDescriptor(
468
+ '/google.logging.v2.ConfigServiceV2/ListViews',
469
+ grpc.web.MethodType.UNARY,
470
+ proto.google.logging.v2.ListViewsRequest,
471
+ proto.google.logging.v2.ListViewsResponse,
472
+ /**
473
+ * @param {!proto.google.logging.v2.ListViewsRequest} request
474
+ * @return {!Uint8Array}
475
+ */
476
+ function(request) {
477
+ return request.serializeBinary();
478
+ },
479
+ proto.google.logging.v2.ListViewsResponse.deserializeBinary
480
+ );
481
+
482
+
483
+ /**
484
+ * @param {!proto.google.logging.v2.ListViewsRequest} request The
485
+ * request proto
486
+ * @param {?Object<string, string>} metadata User defined
487
+ * call metadata
488
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.ListViewsResponse)}
489
+ * callback The callback function(error, response)
490
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.ListViewsResponse>|undefined}
491
+ * The XHR Node Readable Stream
492
+ */
493
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.listViews =
494
+ function(request, metadata, callback) {
495
+ return this.client_.rpcCall(this.hostname_ +
496
+ '/google.logging.v2.ConfigServiceV2/ListViews',
497
+ request,
498
+ metadata || {},
499
+ methodDescriptor_ConfigServiceV2_ListViews,
500
+ callback);
501
+ };
502
+
503
+
504
+ /**
505
+ * @param {!proto.google.logging.v2.ListViewsRequest} request The
506
+ * request proto
507
+ * @param {?Object<string, string>=} metadata User defined
508
+ * call metadata
509
+ * @return {!Promise<!proto.google.logging.v2.ListViewsResponse>}
510
+ * Promise that resolves to the response
511
+ */
512
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.listViews =
513
+ function(request, metadata) {
514
+ return this.client_.unaryCall(this.hostname_ +
515
+ '/google.logging.v2.ConfigServiceV2/ListViews',
516
+ request,
517
+ metadata || {},
518
+ methodDescriptor_ConfigServiceV2_ListViews);
519
+ };
520
+
521
+
522
+ /**
523
+ * @const
524
+ * @type {!grpc.web.MethodDescriptor<
525
+ * !proto.google.logging.v2.GetViewRequest,
526
+ * !proto.google.logging.v2.LogView>}
527
+ */
528
+ const methodDescriptor_ConfigServiceV2_GetView = new grpc.web.MethodDescriptor(
529
+ '/google.logging.v2.ConfigServiceV2/GetView',
530
+ grpc.web.MethodType.UNARY,
531
+ proto.google.logging.v2.GetViewRequest,
532
+ proto.google.logging.v2.LogView,
533
+ /**
534
+ * @param {!proto.google.logging.v2.GetViewRequest} request
535
+ * @return {!Uint8Array}
536
+ */
537
+ function(request) {
538
+ return request.serializeBinary();
539
+ },
540
+ proto.google.logging.v2.LogView.deserializeBinary
541
+ );
542
+
543
+
544
+ /**
545
+ * @param {!proto.google.logging.v2.GetViewRequest} request The
546
+ * request proto
547
+ * @param {?Object<string, string>} metadata User defined
548
+ * call metadata
549
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogView)}
550
+ * callback The callback function(error, response)
551
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogView>|undefined}
552
+ * The XHR Node Readable Stream
553
+ */
554
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.getView =
555
+ function(request, metadata, callback) {
556
+ return this.client_.rpcCall(this.hostname_ +
557
+ '/google.logging.v2.ConfigServiceV2/GetView',
558
+ request,
559
+ metadata || {},
560
+ methodDescriptor_ConfigServiceV2_GetView,
561
+ callback);
562
+ };
563
+
564
+
565
+ /**
566
+ * @param {!proto.google.logging.v2.GetViewRequest} request The
567
+ * request proto
568
+ * @param {?Object<string, string>=} metadata User defined
569
+ * call metadata
570
+ * @return {!Promise<!proto.google.logging.v2.LogView>}
571
+ * Promise that resolves to the response
572
+ */
573
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.getView =
574
+ function(request, metadata) {
575
+ return this.client_.unaryCall(this.hostname_ +
576
+ '/google.logging.v2.ConfigServiceV2/GetView',
577
+ request,
578
+ metadata || {},
579
+ methodDescriptor_ConfigServiceV2_GetView);
580
+ };
581
+
582
+
583
+ /**
584
+ * @const
585
+ * @type {!grpc.web.MethodDescriptor<
586
+ * !proto.google.logging.v2.CreateViewRequest,
587
+ * !proto.google.logging.v2.LogView>}
588
+ */
589
+ const methodDescriptor_ConfigServiceV2_CreateView = new grpc.web.MethodDescriptor(
590
+ '/google.logging.v2.ConfigServiceV2/CreateView',
591
+ grpc.web.MethodType.UNARY,
592
+ proto.google.logging.v2.CreateViewRequest,
593
+ proto.google.logging.v2.LogView,
594
+ /**
595
+ * @param {!proto.google.logging.v2.CreateViewRequest} request
596
+ * @return {!Uint8Array}
597
+ */
598
+ function(request) {
599
+ return request.serializeBinary();
600
+ },
601
+ proto.google.logging.v2.LogView.deserializeBinary
602
+ );
603
+
604
+
605
+ /**
606
+ * @param {!proto.google.logging.v2.CreateViewRequest} request The
607
+ * request proto
608
+ * @param {?Object<string, string>} metadata User defined
609
+ * call metadata
610
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogView)}
611
+ * callback The callback function(error, response)
612
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogView>|undefined}
613
+ * The XHR Node Readable Stream
614
+ */
615
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.createView =
616
+ function(request, metadata, callback) {
617
+ return this.client_.rpcCall(this.hostname_ +
618
+ '/google.logging.v2.ConfigServiceV2/CreateView',
619
+ request,
620
+ metadata || {},
621
+ methodDescriptor_ConfigServiceV2_CreateView,
622
+ callback);
623
+ };
624
+
625
+
626
+ /**
627
+ * @param {!proto.google.logging.v2.CreateViewRequest} request The
628
+ * request proto
629
+ * @param {?Object<string, string>=} metadata User defined
630
+ * call metadata
631
+ * @return {!Promise<!proto.google.logging.v2.LogView>}
632
+ * Promise that resolves to the response
633
+ */
634
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.createView =
635
+ function(request, metadata) {
636
+ return this.client_.unaryCall(this.hostname_ +
637
+ '/google.logging.v2.ConfigServiceV2/CreateView',
638
+ request,
639
+ metadata || {},
640
+ methodDescriptor_ConfigServiceV2_CreateView);
641
+ };
642
+
643
+
644
+ /**
645
+ * @const
646
+ * @type {!grpc.web.MethodDescriptor<
647
+ * !proto.google.logging.v2.UpdateViewRequest,
648
+ * !proto.google.logging.v2.LogView>}
649
+ */
650
+ const methodDescriptor_ConfigServiceV2_UpdateView = new grpc.web.MethodDescriptor(
651
+ '/google.logging.v2.ConfigServiceV2/UpdateView',
652
+ grpc.web.MethodType.UNARY,
653
+ proto.google.logging.v2.UpdateViewRequest,
654
+ proto.google.logging.v2.LogView,
655
+ /**
656
+ * @param {!proto.google.logging.v2.UpdateViewRequest} request
657
+ * @return {!Uint8Array}
658
+ */
659
+ function(request) {
660
+ return request.serializeBinary();
661
+ },
662
+ proto.google.logging.v2.LogView.deserializeBinary
663
+ );
664
+
665
+
666
+ /**
667
+ * @param {!proto.google.logging.v2.UpdateViewRequest} request The
668
+ * request proto
669
+ * @param {?Object<string, string>} metadata User defined
670
+ * call metadata
671
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogView)}
672
+ * callback The callback function(error, response)
673
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogView>|undefined}
674
+ * The XHR Node Readable Stream
675
+ */
676
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.updateView =
677
+ function(request, metadata, callback) {
678
+ return this.client_.rpcCall(this.hostname_ +
679
+ '/google.logging.v2.ConfigServiceV2/UpdateView',
680
+ request,
681
+ metadata || {},
682
+ methodDescriptor_ConfigServiceV2_UpdateView,
683
+ callback);
684
+ };
685
+
686
+
687
+ /**
688
+ * @param {!proto.google.logging.v2.UpdateViewRequest} request The
689
+ * request proto
690
+ * @param {?Object<string, string>=} metadata User defined
691
+ * call metadata
692
+ * @return {!Promise<!proto.google.logging.v2.LogView>}
693
+ * Promise that resolves to the response
694
+ */
695
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.updateView =
696
+ function(request, metadata) {
697
+ return this.client_.unaryCall(this.hostname_ +
698
+ '/google.logging.v2.ConfigServiceV2/UpdateView',
699
+ request,
700
+ metadata || {},
701
+ methodDescriptor_ConfigServiceV2_UpdateView);
702
+ };
703
+
704
+
705
+ /**
706
+ * @const
707
+ * @type {!grpc.web.MethodDescriptor<
708
+ * !proto.google.logging.v2.DeleteViewRequest,
709
+ * !proto.google.protobuf.Empty>}
710
+ */
711
+ const methodDescriptor_ConfigServiceV2_DeleteView = new grpc.web.MethodDescriptor(
712
+ '/google.logging.v2.ConfigServiceV2/DeleteView',
713
+ grpc.web.MethodType.UNARY,
714
+ proto.google.logging.v2.DeleteViewRequest,
715
+ google_protobuf_empty_pb.Empty,
716
+ /**
717
+ * @param {!proto.google.logging.v2.DeleteViewRequest} request
718
+ * @return {!Uint8Array}
719
+ */
720
+ function(request) {
721
+ return request.serializeBinary();
722
+ },
723
+ google_protobuf_empty_pb.Empty.deserializeBinary
724
+ );
725
+
726
+
727
+ /**
728
+ * @param {!proto.google.logging.v2.DeleteViewRequest} request The
729
+ * request proto
730
+ * @param {?Object<string, string>} metadata User defined
731
+ * call metadata
732
+ * @param {function(?grpc.web.RpcError, ?proto.google.protobuf.Empty)}
733
+ * callback The callback function(error, response)
734
+ * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
735
+ * The XHR Node Readable Stream
736
+ */
737
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.deleteView =
738
+ function(request, metadata, callback) {
739
+ return this.client_.rpcCall(this.hostname_ +
740
+ '/google.logging.v2.ConfigServiceV2/DeleteView',
741
+ request,
742
+ metadata || {},
743
+ methodDescriptor_ConfigServiceV2_DeleteView,
744
+ callback);
745
+ };
746
+
747
+
748
+ /**
749
+ * @param {!proto.google.logging.v2.DeleteViewRequest} request The
750
+ * request proto
751
+ * @param {?Object<string, string>=} metadata User defined
752
+ * call metadata
753
+ * @return {!Promise<!proto.google.protobuf.Empty>}
754
+ * Promise that resolves to the response
755
+ */
756
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.deleteView =
757
+ function(request, metadata) {
758
+ return this.client_.unaryCall(this.hostname_ +
759
+ '/google.logging.v2.ConfigServiceV2/DeleteView',
760
+ request,
761
+ metadata || {},
762
+ methodDescriptor_ConfigServiceV2_DeleteView);
763
+ };
764
+
765
+
766
+ /**
767
+ * @const
768
+ * @type {!grpc.web.MethodDescriptor<
769
+ * !proto.google.logging.v2.ListSinksRequest,
770
+ * !proto.google.logging.v2.ListSinksResponse>}
771
+ */
772
+ const methodDescriptor_ConfigServiceV2_ListSinks = new grpc.web.MethodDescriptor(
773
+ '/google.logging.v2.ConfigServiceV2/ListSinks',
774
+ grpc.web.MethodType.UNARY,
775
+ proto.google.logging.v2.ListSinksRequest,
776
+ proto.google.logging.v2.ListSinksResponse,
777
+ /**
778
+ * @param {!proto.google.logging.v2.ListSinksRequest} request
779
+ * @return {!Uint8Array}
780
+ */
781
+ function(request) {
782
+ return request.serializeBinary();
783
+ },
784
+ proto.google.logging.v2.ListSinksResponse.deserializeBinary
785
+ );
786
+
787
+
788
+ /**
789
+ * @param {!proto.google.logging.v2.ListSinksRequest} request The
790
+ * request proto
791
+ * @param {?Object<string, string>} metadata User defined
792
+ * call metadata
793
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.ListSinksResponse)}
794
+ * callback The callback function(error, response)
795
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.ListSinksResponse>|undefined}
796
+ * The XHR Node Readable Stream
797
+ */
798
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.listSinks =
799
+ function(request, metadata, callback) {
800
+ return this.client_.rpcCall(this.hostname_ +
801
+ '/google.logging.v2.ConfigServiceV2/ListSinks',
802
+ request,
803
+ metadata || {},
804
+ methodDescriptor_ConfigServiceV2_ListSinks,
805
+ callback);
806
+ };
807
+
808
+
809
+ /**
810
+ * @param {!proto.google.logging.v2.ListSinksRequest} request The
811
+ * request proto
812
+ * @param {?Object<string, string>=} metadata User defined
813
+ * call metadata
814
+ * @return {!Promise<!proto.google.logging.v2.ListSinksResponse>}
815
+ * Promise that resolves to the response
816
+ */
817
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.listSinks =
818
+ function(request, metadata) {
819
+ return this.client_.unaryCall(this.hostname_ +
820
+ '/google.logging.v2.ConfigServiceV2/ListSinks',
821
+ request,
822
+ metadata || {},
823
+ methodDescriptor_ConfigServiceV2_ListSinks);
824
+ };
825
+
826
+
827
+ /**
828
+ * @const
829
+ * @type {!grpc.web.MethodDescriptor<
830
+ * !proto.google.logging.v2.GetSinkRequest,
831
+ * !proto.google.logging.v2.LogSink>}
832
+ */
833
+ const methodDescriptor_ConfigServiceV2_GetSink = new grpc.web.MethodDescriptor(
834
+ '/google.logging.v2.ConfigServiceV2/GetSink',
835
+ grpc.web.MethodType.UNARY,
836
+ proto.google.logging.v2.GetSinkRequest,
837
+ proto.google.logging.v2.LogSink,
838
+ /**
839
+ * @param {!proto.google.logging.v2.GetSinkRequest} request
840
+ * @return {!Uint8Array}
841
+ */
842
+ function(request) {
843
+ return request.serializeBinary();
844
+ },
845
+ proto.google.logging.v2.LogSink.deserializeBinary
846
+ );
847
+
848
+
849
+ /**
850
+ * @param {!proto.google.logging.v2.GetSinkRequest} request The
851
+ * request proto
852
+ * @param {?Object<string, string>} metadata User defined
853
+ * call metadata
854
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogSink)}
855
+ * callback The callback function(error, response)
856
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogSink>|undefined}
857
+ * The XHR Node Readable Stream
858
+ */
859
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.getSink =
860
+ function(request, metadata, callback) {
861
+ return this.client_.rpcCall(this.hostname_ +
862
+ '/google.logging.v2.ConfigServiceV2/GetSink',
863
+ request,
864
+ metadata || {},
865
+ methodDescriptor_ConfigServiceV2_GetSink,
866
+ callback);
867
+ };
868
+
869
+
870
+ /**
871
+ * @param {!proto.google.logging.v2.GetSinkRequest} request The
872
+ * request proto
873
+ * @param {?Object<string, string>=} metadata User defined
874
+ * call metadata
875
+ * @return {!Promise<!proto.google.logging.v2.LogSink>}
876
+ * Promise that resolves to the response
877
+ */
878
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.getSink =
879
+ function(request, metadata) {
880
+ return this.client_.unaryCall(this.hostname_ +
881
+ '/google.logging.v2.ConfigServiceV2/GetSink',
882
+ request,
883
+ metadata || {},
884
+ methodDescriptor_ConfigServiceV2_GetSink);
885
+ };
886
+
887
+
888
+ /**
889
+ * @const
890
+ * @type {!grpc.web.MethodDescriptor<
891
+ * !proto.google.logging.v2.CreateSinkRequest,
892
+ * !proto.google.logging.v2.LogSink>}
893
+ */
894
+ const methodDescriptor_ConfigServiceV2_CreateSink = new grpc.web.MethodDescriptor(
895
+ '/google.logging.v2.ConfigServiceV2/CreateSink',
896
+ grpc.web.MethodType.UNARY,
897
+ proto.google.logging.v2.CreateSinkRequest,
898
+ proto.google.logging.v2.LogSink,
899
+ /**
900
+ * @param {!proto.google.logging.v2.CreateSinkRequest} request
901
+ * @return {!Uint8Array}
902
+ */
903
+ function(request) {
904
+ return request.serializeBinary();
905
+ },
906
+ proto.google.logging.v2.LogSink.deserializeBinary
907
+ );
908
+
909
+
910
+ /**
911
+ * @param {!proto.google.logging.v2.CreateSinkRequest} request The
912
+ * request proto
913
+ * @param {?Object<string, string>} metadata User defined
914
+ * call metadata
915
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogSink)}
916
+ * callback The callback function(error, response)
917
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogSink>|undefined}
918
+ * The XHR Node Readable Stream
919
+ */
920
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.createSink =
921
+ function(request, metadata, callback) {
922
+ return this.client_.rpcCall(this.hostname_ +
923
+ '/google.logging.v2.ConfigServiceV2/CreateSink',
924
+ request,
925
+ metadata || {},
926
+ methodDescriptor_ConfigServiceV2_CreateSink,
927
+ callback);
928
+ };
929
+
930
+
931
+ /**
932
+ * @param {!proto.google.logging.v2.CreateSinkRequest} request The
933
+ * request proto
934
+ * @param {?Object<string, string>=} metadata User defined
935
+ * call metadata
936
+ * @return {!Promise<!proto.google.logging.v2.LogSink>}
937
+ * Promise that resolves to the response
938
+ */
939
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.createSink =
940
+ function(request, metadata) {
941
+ return this.client_.unaryCall(this.hostname_ +
942
+ '/google.logging.v2.ConfigServiceV2/CreateSink',
943
+ request,
944
+ metadata || {},
945
+ methodDescriptor_ConfigServiceV2_CreateSink);
946
+ };
947
+
948
+
949
+ /**
950
+ * @const
951
+ * @type {!grpc.web.MethodDescriptor<
952
+ * !proto.google.logging.v2.UpdateSinkRequest,
953
+ * !proto.google.logging.v2.LogSink>}
954
+ */
955
+ const methodDescriptor_ConfigServiceV2_UpdateSink = new grpc.web.MethodDescriptor(
956
+ '/google.logging.v2.ConfigServiceV2/UpdateSink',
957
+ grpc.web.MethodType.UNARY,
958
+ proto.google.logging.v2.UpdateSinkRequest,
959
+ proto.google.logging.v2.LogSink,
960
+ /**
961
+ * @param {!proto.google.logging.v2.UpdateSinkRequest} request
962
+ * @return {!Uint8Array}
963
+ */
964
+ function(request) {
965
+ return request.serializeBinary();
966
+ },
967
+ proto.google.logging.v2.LogSink.deserializeBinary
968
+ );
969
+
970
+
971
+ /**
972
+ * @param {!proto.google.logging.v2.UpdateSinkRequest} request The
973
+ * request proto
974
+ * @param {?Object<string, string>} metadata User defined
975
+ * call metadata
976
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogSink)}
977
+ * callback The callback function(error, response)
978
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogSink>|undefined}
979
+ * The XHR Node Readable Stream
980
+ */
981
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.updateSink =
982
+ function(request, metadata, callback) {
983
+ return this.client_.rpcCall(this.hostname_ +
984
+ '/google.logging.v2.ConfigServiceV2/UpdateSink',
985
+ request,
986
+ metadata || {},
987
+ methodDescriptor_ConfigServiceV2_UpdateSink,
988
+ callback);
989
+ };
990
+
991
+
992
+ /**
993
+ * @param {!proto.google.logging.v2.UpdateSinkRequest} request The
994
+ * request proto
995
+ * @param {?Object<string, string>=} metadata User defined
996
+ * call metadata
997
+ * @return {!Promise<!proto.google.logging.v2.LogSink>}
998
+ * Promise that resolves to the response
999
+ */
1000
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.updateSink =
1001
+ function(request, metadata) {
1002
+ return this.client_.unaryCall(this.hostname_ +
1003
+ '/google.logging.v2.ConfigServiceV2/UpdateSink',
1004
+ request,
1005
+ metadata || {},
1006
+ methodDescriptor_ConfigServiceV2_UpdateSink);
1007
+ };
1008
+
1009
+
1010
+ /**
1011
+ * @const
1012
+ * @type {!grpc.web.MethodDescriptor<
1013
+ * !proto.google.logging.v2.DeleteSinkRequest,
1014
+ * !proto.google.protobuf.Empty>}
1015
+ */
1016
+ const methodDescriptor_ConfigServiceV2_DeleteSink = new grpc.web.MethodDescriptor(
1017
+ '/google.logging.v2.ConfigServiceV2/DeleteSink',
1018
+ grpc.web.MethodType.UNARY,
1019
+ proto.google.logging.v2.DeleteSinkRequest,
1020
+ google_protobuf_empty_pb.Empty,
1021
+ /**
1022
+ * @param {!proto.google.logging.v2.DeleteSinkRequest} request
1023
+ * @return {!Uint8Array}
1024
+ */
1025
+ function(request) {
1026
+ return request.serializeBinary();
1027
+ },
1028
+ google_protobuf_empty_pb.Empty.deserializeBinary
1029
+ );
1030
+
1031
+
1032
+ /**
1033
+ * @param {!proto.google.logging.v2.DeleteSinkRequest} request The
1034
+ * request proto
1035
+ * @param {?Object<string, string>} metadata User defined
1036
+ * call metadata
1037
+ * @param {function(?grpc.web.RpcError, ?proto.google.protobuf.Empty)}
1038
+ * callback The callback function(error, response)
1039
+ * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
1040
+ * The XHR Node Readable Stream
1041
+ */
1042
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.deleteSink =
1043
+ function(request, metadata, callback) {
1044
+ return this.client_.rpcCall(this.hostname_ +
1045
+ '/google.logging.v2.ConfigServiceV2/DeleteSink',
1046
+ request,
1047
+ metadata || {},
1048
+ methodDescriptor_ConfigServiceV2_DeleteSink,
1049
+ callback);
1050
+ };
1051
+
1052
+
1053
+ /**
1054
+ * @param {!proto.google.logging.v2.DeleteSinkRequest} request The
1055
+ * request proto
1056
+ * @param {?Object<string, string>=} metadata User defined
1057
+ * call metadata
1058
+ * @return {!Promise<!proto.google.protobuf.Empty>}
1059
+ * Promise that resolves to the response
1060
+ */
1061
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.deleteSink =
1062
+ function(request, metadata) {
1063
+ return this.client_.unaryCall(this.hostname_ +
1064
+ '/google.logging.v2.ConfigServiceV2/DeleteSink',
1065
+ request,
1066
+ metadata || {},
1067
+ methodDescriptor_ConfigServiceV2_DeleteSink);
1068
+ };
1069
+
1070
+
1071
+ /**
1072
+ * @const
1073
+ * @type {!grpc.web.MethodDescriptor<
1074
+ * !proto.google.logging.v2.ListExclusionsRequest,
1075
+ * !proto.google.logging.v2.ListExclusionsResponse>}
1076
+ */
1077
+ const methodDescriptor_ConfigServiceV2_ListExclusions = new grpc.web.MethodDescriptor(
1078
+ '/google.logging.v2.ConfigServiceV2/ListExclusions',
1079
+ grpc.web.MethodType.UNARY,
1080
+ proto.google.logging.v2.ListExclusionsRequest,
1081
+ proto.google.logging.v2.ListExclusionsResponse,
1082
+ /**
1083
+ * @param {!proto.google.logging.v2.ListExclusionsRequest} request
1084
+ * @return {!Uint8Array}
1085
+ */
1086
+ function(request) {
1087
+ return request.serializeBinary();
1088
+ },
1089
+ proto.google.logging.v2.ListExclusionsResponse.deserializeBinary
1090
+ );
1091
+
1092
+
1093
+ /**
1094
+ * @param {!proto.google.logging.v2.ListExclusionsRequest} request The
1095
+ * request proto
1096
+ * @param {?Object<string, string>} metadata User defined
1097
+ * call metadata
1098
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.ListExclusionsResponse)}
1099
+ * callback The callback function(error, response)
1100
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.ListExclusionsResponse>|undefined}
1101
+ * The XHR Node Readable Stream
1102
+ */
1103
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.listExclusions =
1104
+ function(request, metadata, callback) {
1105
+ return this.client_.rpcCall(this.hostname_ +
1106
+ '/google.logging.v2.ConfigServiceV2/ListExclusions',
1107
+ request,
1108
+ metadata || {},
1109
+ methodDescriptor_ConfigServiceV2_ListExclusions,
1110
+ callback);
1111
+ };
1112
+
1113
+
1114
+ /**
1115
+ * @param {!proto.google.logging.v2.ListExclusionsRequest} request The
1116
+ * request proto
1117
+ * @param {?Object<string, string>=} metadata User defined
1118
+ * call metadata
1119
+ * @return {!Promise<!proto.google.logging.v2.ListExclusionsResponse>}
1120
+ * Promise that resolves to the response
1121
+ */
1122
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.listExclusions =
1123
+ function(request, metadata) {
1124
+ return this.client_.unaryCall(this.hostname_ +
1125
+ '/google.logging.v2.ConfigServiceV2/ListExclusions',
1126
+ request,
1127
+ metadata || {},
1128
+ methodDescriptor_ConfigServiceV2_ListExclusions);
1129
+ };
1130
+
1131
+
1132
+ /**
1133
+ * @const
1134
+ * @type {!grpc.web.MethodDescriptor<
1135
+ * !proto.google.logging.v2.GetExclusionRequest,
1136
+ * !proto.google.logging.v2.LogExclusion>}
1137
+ */
1138
+ const methodDescriptor_ConfigServiceV2_GetExclusion = new grpc.web.MethodDescriptor(
1139
+ '/google.logging.v2.ConfigServiceV2/GetExclusion',
1140
+ grpc.web.MethodType.UNARY,
1141
+ proto.google.logging.v2.GetExclusionRequest,
1142
+ proto.google.logging.v2.LogExclusion,
1143
+ /**
1144
+ * @param {!proto.google.logging.v2.GetExclusionRequest} request
1145
+ * @return {!Uint8Array}
1146
+ */
1147
+ function(request) {
1148
+ return request.serializeBinary();
1149
+ },
1150
+ proto.google.logging.v2.LogExclusion.deserializeBinary
1151
+ );
1152
+
1153
+
1154
+ /**
1155
+ * @param {!proto.google.logging.v2.GetExclusionRequest} request The
1156
+ * request proto
1157
+ * @param {?Object<string, string>} metadata User defined
1158
+ * call metadata
1159
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogExclusion)}
1160
+ * callback The callback function(error, response)
1161
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogExclusion>|undefined}
1162
+ * The XHR Node Readable Stream
1163
+ */
1164
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.getExclusion =
1165
+ function(request, metadata, callback) {
1166
+ return this.client_.rpcCall(this.hostname_ +
1167
+ '/google.logging.v2.ConfigServiceV2/GetExclusion',
1168
+ request,
1169
+ metadata || {},
1170
+ methodDescriptor_ConfigServiceV2_GetExclusion,
1171
+ callback);
1172
+ };
1173
+
1174
+
1175
+ /**
1176
+ * @param {!proto.google.logging.v2.GetExclusionRequest} request The
1177
+ * request proto
1178
+ * @param {?Object<string, string>=} metadata User defined
1179
+ * call metadata
1180
+ * @return {!Promise<!proto.google.logging.v2.LogExclusion>}
1181
+ * Promise that resolves to the response
1182
+ */
1183
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.getExclusion =
1184
+ function(request, metadata) {
1185
+ return this.client_.unaryCall(this.hostname_ +
1186
+ '/google.logging.v2.ConfigServiceV2/GetExclusion',
1187
+ request,
1188
+ metadata || {},
1189
+ methodDescriptor_ConfigServiceV2_GetExclusion);
1190
+ };
1191
+
1192
+
1193
+ /**
1194
+ * @const
1195
+ * @type {!grpc.web.MethodDescriptor<
1196
+ * !proto.google.logging.v2.CreateExclusionRequest,
1197
+ * !proto.google.logging.v2.LogExclusion>}
1198
+ */
1199
+ const methodDescriptor_ConfigServiceV2_CreateExclusion = new grpc.web.MethodDescriptor(
1200
+ '/google.logging.v2.ConfigServiceV2/CreateExclusion',
1201
+ grpc.web.MethodType.UNARY,
1202
+ proto.google.logging.v2.CreateExclusionRequest,
1203
+ proto.google.logging.v2.LogExclusion,
1204
+ /**
1205
+ * @param {!proto.google.logging.v2.CreateExclusionRequest} request
1206
+ * @return {!Uint8Array}
1207
+ */
1208
+ function(request) {
1209
+ return request.serializeBinary();
1210
+ },
1211
+ proto.google.logging.v2.LogExclusion.deserializeBinary
1212
+ );
1213
+
1214
+
1215
+ /**
1216
+ * @param {!proto.google.logging.v2.CreateExclusionRequest} request The
1217
+ * request proto
1218
+ * @param {?Object<string, string>} metadata User defined
1219
+ * call metadata
1220
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogExclusion)}
1221
+ * callback The callback function(error, response)
1222
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogExclusion>|undefined}
1223
+ * The XHR Node Readable Stream
1224
+ */
1225
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.createExclusion =
1226
+ function(request, metadata, callback) {
1227
+ return this.client_.rpcCall(this.hostname_ +
1228
+ '/google.logging.v2.ConfigServiceV2/CreateExclusion',
1229
+ request,
1230
+ metadata || {},
1231
+ methodDescriptor_ConfigServiceV2_CreateExclusion,
1232
+ callback);
1233
+ };
1234
+
1235
+
1236
+ /**
1237
+ * @param {!proto.google.logging.v2.CreateExclusionRequest} request The
1238
+ * request proto
1239
+ * @param {?Object<string, string>=} metadata User defined
1240
+ * call metadata
1241
+ * @return {!Promise<!proto.google.logging.v2.LogExclusion>}
1242
+ * Promise that resolves to the response
1243
+ */
1244
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.createExclusion =
1245
+ function(request, metadata) {
1246
+ return this.client_.unaryCall(this.hostname_ +
1247
+ '/google.logging.v2.ConfigServiceV2/CreateExclusion',
1248
+ request,
1249
+ metadata || {},
1250
+ methodDescriptor_ConfigServiceV2_CreateExclusion);
1251
+ };
1252
+
1253
+
1254
+ /**
1255
+ * @const
1256
+ * @type {!grpc.web.MethodDescriptor<
1257
+ * !proto.google.logging.v2.UpdateExclusionRequest,
1258
+ * !proto.google.logging.v2.LogExclusion>}
1259
+ */
1260
+ const methodDescriptor_ConfigServiceV2_UpdateExclusion = new grpc.web.MethodDescriptor(
1261
+ '/google.logging.v2.ConfigServiceV2/UpdateExclusion',
1262
+ grpc.web.MethodType.UNARY,
1263
+ proto.google.logging.v2.UpdateExclusionRequest,
1264
+ proto.google.logging.v2.LogExclusion,
1265
+ /**
1266
+ * @param {!proto.google.logging.v2.UpdateExclusionRequest} request
1267
+ * @return {!Uint8Array}
1268
+ */
1269
+ function(request) {
1270
+ return request.serializeBinary();
1271
+ },
1272
+ proto.google.logging.v2.LogExclusion.deserializeBinary
1273
+ );
1274
+
1275
+
1276
+ /**
1277
+ * @param {!proto.google.logging.v2.UpdateExclusionRequest} request The
1278
+ * request proto
1279
+ * @param {?Object<string, string>} metadata User defined
1280
+ * call metadata
1281
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.LogExclusion)}
1282
+ * callback The callback function(error, response)
1283
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.LogExclusion>|undefined}
1284
+ * The XHR Node Readable Stream
1285
+ */
1286
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.updateExclusion =
1287
+ function(request, metadata, callback) {
1288
+ return this.client_.rpcCall(this.hostname_ +
1289
+ '/google.logging.v2.ConfigServiceV2/UpdateExclusion',
1290
+ request,
1291
+ metadata || {},
1292
+ methodDescriptor_ConfigServiceV2_UpdateExclusion,
1293
+ callback);
1294
+ };
1295
+
1296
+
1297
+ /**
1298
+ * @param {!proto.google.logging.v2.UpdateExclusionRequest} request The
1299
+ * request proto
1300
+ * @param {?Object<string, string>=} metadata User defined
1301
+ * call metadata
1302
+ * @return {!Promise<!proto.google.logging.v2.LogExclusion>}
1303
+ * Promise that resolves to the response
1304
+ */
1305
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.updateExclusion =
1306
+ function(request, metadata) {
1307
+ return this.client_.unaryCall(this.hostname_ +
1308
+ '/google.logging.v2.ConfigServiceV2/UpdateExclusion',
1309
+ request,
1310
+ metadata || {},
1311
+ methodDescriptor_ConfigServiceV2_UpdateExclusion);
1312
+ };
1313
+
1314
+
1315
+ /**
1316
+ * @const
1317
+ * @type {!grpc.web.MethodDescriptor<
1318
+ * !proto.google.logging.v2.DeleteExclusionRequest,
1319
+ * !proto.google.protobuf.Empty>}
1320
+ */
1321
+ const methodDescriptor_ConfigServiceV2_DeleteExclusion = new grpc.web.MethodDescriptor(
1322
+ '/google.logging.v2.ConfigServiceV2/DeleteExclusion',
1323
+ grpc.web.MethodType.UNARY,
1324
+ proto.google.logging.v2.DeleteExclusionRequest,
1325
+ google_protobuf_empty_pb.Empty,
1326
+ /**
1327
+ * @param {!proto.google.logging.v2.DeleteExclusionRequest} request
1328
+ * @return {!Uint8Array}
1329
+ */
1330
+ function(request) {
1331
+ return request.serializeBinary();
1332
+ },
1333
+ google_protobuf_empty_pb.Empty.deserializeBinary
1334
+ );
1335
+
1336
+
1337
+ /**
1338
+ * @param {!proto.google.logging.v2.DeleteExclusionRequest} request The
1339
+ * request proto
1340
+ * @param {?Object<string, string>} metadata User defined
1341
+ * call metadata
1342
+ * @param {function(?grpc.web.RpcError, ?proto.google.protobuf.Empty)}
1343
+ * callback The callback function(error, response)
1344
+ * @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
1345
+ * The XHR Node Readable Stream
1346
+ */
1347
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.deleteExclusion =
1348
+ function(request, metadata, callback) {
1349
+ return this.client_.rpcCall(this.hostname_ +
1350
+ '/google.logging.v2.ConfigServiceV2/DeleteExclusion',
1351
+ request,
1352
+ metadata || {},
1353
+ methodDescriptor_ConfigServiceV2_DeleteExclusion,
1354
+ callback);
1355
+ };
1356
+
1357
+
1358
+ /**
1359
+ * @param {!proto.google.logging.v2.DeleteExclusionRequest} request The
1360
+ * request proto
1361
+ * @param {?Object<string, string>=} metadata User defined
1362
+ * call metadata
1363
+ * @return {!Promise<!proto.google.protobuf.Empty>}
1364
+ * Promise that resolves to the response
1365
+ */
1366
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.deleteExclusion =
1367
+ function(request, metadata) {
1368
+ return this.client_.unaryCall(this.hostname_ +
1369
+ '/google.logging.v2.ConfigServiceV2/DeleteExclusion',
1370
+ request,
1371
+ metadata || {},
1372
+ methodDescriptor_ConfigServiceV2_DeleteExclusion);
1373
+ };
1374
+
1375
+
1376
+ /**
1377
+ * @const
1378
+ * @type {!grpc.web.MethodDescriptor<
1379
+ * !proto.google.logging.v2.GetCmekSettingsRequest,
1380
+ * !proto.google.logging.v2.CmekSettings>}
1381
+ */
1382
+ const methodDescriptor_ConfigServiceV2_GetCmekSettings = new grpc.web.MethodDescriptor(
1383
+ '/google.logging.v2.ConfigServiceV2/GetCmekSettings',
1384
+ grpc.web.MethodType.UNARY,
1385
+ proto.google.logging.v2.GetCmekSettingsRequest,
1386
+ proto.google.logging.v2.CmekSettings,
1387
+ /**
1388
+ * @param {!proto.google.logging.v2.GetCmekSettingsRequest} request
1389
+ * @return {!Uint8Array}
1390
+ */
1391
+ function(request) {
1392
+ return request.serializeBinary();
1393
+ },
1394
+ proto.google.logging.v2.CmekSettings.deserializeBinary
1395
+ );
1396
+
1397
+
1398
+ /**
1399
+ * @param {!proto.google.logging.v2.GetCmekSettingsRequest} request The
1400
+ * request proto
1401
+ * @param {?Object<string, string>} metadata User defined
1402
+ * call metadata
1403
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.CmekSettings)}
1404
+ * callback The callback function(error, response)
1405
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.CmekSettings>|undefined}
1406
+ * The XHR Node Readable Stream
1407
+ */
1408
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.getCmekSettings =
1409
+ function(request, metadata, callback) {
1410
+ return this.client_.rpcCall(this.hostname_ +
1411
+ '/google.logging.v2.ConfigServiceV2/GetCmekSettings',
1412
+ request,
1413
+ metadata || {},
1414
+ methodDescriptor_ConfigServiceV2_GetCmekSettings,
1415
+ callback);
1416
+ };
1417
+
1418
+
1419
+ /**
1420
+ * @param {!proto.google.logging.v2.GetCmekSettingsRequest} request The
1421
+ * request proto
1422
+ * @param {?Object<string, string>=} metadata User defined
1423
+ * call metadata
1424
+ * @return {!Promise<!proto.google.logging.v2.CmekSettings>}
1425
+ * Promise that resolves to the response
1426
+ */
1427
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.getCmekSettings =
1428
+ function(request, metadata) {
1429
+ return this.client_.unaryCall(this.hostname_ +
1430
+ '/google.logging.v2.ConfigServiceV2/GetCmekSettings',
1431
+ request,
1432
+ metadata || {},
1433
+ methodDescriptor_ConfigServiceV2_GetCmekSettings);
1434
+ };
1435
+
1436
+
1437
+ /**
1438
+ * @const
1439
+ * @type {!grpc.web.MethodDescriptor<
1440
+ * !proto.google.logging.v2.UpdateCmekSettingsRequest,
1441
+ * !proto.google.logging.v2.CmekSettings>}
1442
+ */
1443
+ const methodDescriptor_ConfigServiceV2_UpdateCmekSettings = new grpc.web.MethodDescriptor(
1444
+ '/google.logging.v2.ConfigServiceV2/UpdateCmekSettings',
1445
+ grpc.web.MethodType.UNARY,
1446
+ proto.google.logging.v2.UpdateCmekSettingsRequest,
1447
+ proto.google.logging.v2.CmekSettings,
1448
+ /**
1449
+ * @param {!proto.google.logging.v2.UpdateCmekSettingsRequest} request
1450
+ * @return {!Uint8Array}
1451
+ */
1452
+ function(request) {
1453
+ return request.serializeBinary();
1454
+ },
1455
+ proto.google.logging.v2.CmekSettings.deserializeBinary
1456
+ );
1457
+
1458
+
1459
+ /**
1460
+ * @param {!proto.google.logging.v2.UpdateCmekSettingsRequest} request The
1461
+ * request proto
1462
+ * @param {?Object<string, string>} metadata User defined
1463
+ * call metadata
1464
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.CmekSettings)}
1465
+ * callback The callback function(error, response)
1466
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.CmekSettings>|undefined}
1467
+ * The XHR Node Readable Stream
1468
+ */
1469
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.updateCmekSettings =
1470
+ function(request, metadata, callback) {
1471
+ return this.client_.rpcCall(this.hostname_ +
1472
+ '/google.logging.v2.ConfigServiceV2/UpdateCmekSettings',
1473
+ request,
1474
+ metadata || {},
1475
+ methodDescriptor_ConfigServiceV2_UpdateCmekSettings,
1476
+ callback);
1477
+ };
1478
+
1479
+
1480
+ /**
1481
+ * @param {!proto.google.logging.v2.UpdateCmekSettingsRequest} request The
1482
+ * request proto
1483
+ * @param {?Object<string, string>=} metadata User defined
1484
+ * call metadata
1485
+ * @return {!Promise<!proto.google.logging.v2.CmekSettings>}
1486
+ * Promise that resolves to the response
1487
+ */
1488
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.updateCmekSettings =
1489
+ function(request, metadata) {
1490
+ return this.client_.unaryCall(this.hostname_ +
1491
+ '/google.logging.v2.ConfigServiceV2/UpdateCmekSettings',
1492
+ request,
1493
+ metadata || {},
1494
+ methodDescriptor_ConfigServiceV2_UpdateCmekSettings);
1495
+ };
1496
+
1497
+
1498
+ /**
1499
+ * @const
1500
+ * @type {!grpc.web.MethodDescriptor<
1501
+ * !proto.google.logging.v2.GetSettingsRequest,
1502
+ * !proto.google.logging.v2.Settings>}
1503
+ */
1504
+ const methodDescriptor_ConfigServiceV2_GetSettings = new grpc.web.MethodDescriptor(
1505
+ '/google.logging.v2.ConfigServiceV2/GetSettings',
1506
+ grpc.web.MethodType.UNARY,
1507
+ proto.google.logging.v2.GetSettingsRequest,
1508
+ proto.google.logging.v2.Settings,
1509
+ /**
1510
+ * @param {!proto.google.logging.v2.GetSettingsRequest} request
1511
+ * @return {!Uint8Array}
1512
+ */
1513
+ function(request) {
1514
+ return request.serializeBinary();
1515
+ },
1516
+ proto.google.logging.v2.Settings.deserializeBinary
1517
+ );
1518
+
1519
+
1520
+ /**
1521
+ * @param {!proto.google.logging.v2.GetSettingsRequest} request The
1522
+ * request proto
1523
+ * @param {?Object<string, string>} metadata User defined
1524
+ * call metadata
1525
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.Settings)}
1526
+ * callback The callback function(error, response)
1527
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.Settings>|undefined}
1528
+ * The XHR Node Readable Stream
1529
+ */
1530
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.getSettings =
1531
+ function(request, metadata, callback) {
1532
+ return this.client_.rpcCall(this.hostname_ +
1533
+ '/google.logging.v2.ConfigServiceV2/GetSettings',
1534
+ request,
1535
+ metadata || {},
1536
+ methodDescriptor_ConfigServiceV2_GetSettings,
1537
+ callback);
1538
+ };
1539
+
1540
+
1541
+ /**
1542
+ * @param {!proto.google.logging.v2.GetSettingsRequest} request The
1543
+ * request proto
1544
+ * @param {?Object<string, string>=} metadata User defined
1545
+ * call metadata
1546
+ * @return {!Promise<!proto.google.logging.v2.Settings>}
1547
+ * Promise that resolves to the response
1548
+ */
1549
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.getSettings =
1550
+ function(request, metadata) {
1551
+ return this.client_.unaryCall(this.hostname_ +
1552
+ '/google.logging.v2.ConfigServiceV2/GetSettings',
1553
+ request,
1554
+ metadata || {},
1555
+ methodDescriptor_ConfigServiceV2_GetSettings);
1556
+ };
1557
+
1558
+
1559
+ /**
1560
+ * @const
1561
+ * @type {!grpc.web.MethodDescriptor<
1562
+ * !proto.google.logging.v2.UpdateSettingsRequest,
1563
+ * !proto.google.logging.v2.Settings>}
1564
+ */
1565
+ const methodDescriptor_ConfigServiceV2_UpdateSettings = new grpc.web.MethodDescriptor(
1566
+ '/google.logging.v2.ConfigServiceV2/UpdateSettings',
1567
+ grpc.web.MethodType.UNARY,
1568
+ proto.google.logging.v2.UpdateSettingsRequest,
1569
+ proto.google.logging.v2.Settings,
1570
+ /**
1571
+ * @param {!proto.google.logging.v2.UpdateSettingsRequest} request
1572
+ * @return {!Uint8Array}
1573
+ */
1574
+ function(request) {
1575
+ return request.serializeBinary();
1576
+ },
1577
+ proto.google.logging.v2.Settings.deserializeBinary
1578
+ );
1579
+
1580
+
1581
+ /**
1582
+ * @param {!proto.google.logging.v2.UpdateSettingsRequest} request The
1583
+ * request proto
1584
+ * @param {?Object<string, string>} metadata User defined
1585
+ * call metadata
1586
+ * @param {function(?grpc.web.RpcError, ?proto.google.logging.v2.Settings)}
1587
+ * callback The callback function(error, response)
1588
+ * @return {!grpc.web.ClientReadableStream<!proto.google.logging.v2.Settings>|undefined}
1589
+ * The XHR Node Readable Stream
1590
+ */
1591
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.updateSettings =
1592
+ function(request, metadata, callback) {
1593
+ return this.client_.rpcCall(this.hostname_ +
1594
+ '/google.logging.v2.ConfigServiceV2/UpdateSettings',
1595
+ request,
1596
+ metadata || {},
1597
+ methodDescriptor_ConfigServiceV2_UpdateSettings,
1598
+ callback);
1599
+ };
1600
+
1601
+
1602
+ /**
1603
+ * @param {!proto.google.logging.v2.UpdateSettingsRequest} request The
1604
+ * request proto
1605
+ * @param {?Object<string, string>=} metadata User defined
1606
+ * call metadata
1607
+ * @return {!Promise<!proto.google.logging.v2.Settings>}
1608
+ * Promise that resolves to the response
1609
+ */
1610
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.updateSettings =
1611
+ function(request, metadata) {
1612
+ return this.client_.unaryCall(this.hostname_ +
1613
+ '/google.logging.v2.ConfigServiceV2/UpdateSettings',
1614
+ request,
1615
+ metadata || {},
1616
+ methodDescriptor_ConfigServiceV2_UpdateSettings);
1617
+ };
1618
+
1619
+
1620
+ /**
1621
+ * @const
1622
+ * @type {!grpc.web.MethodDescriptor<
1623
+ * !proto.google.logging.v2.CopyLogEntriesRequest,
1624
+ * !proto.google.longrunning.Operation>}
1625
+ */
1626
+ const methodDescriptor_ConfigServiceV2_CopyLogEntries = new grpc.web.MethodDescriptor(
1627
+ '/google.logging.v2.ConfigServiceV2/CopyLogEntries',
1628
+ grpc.web.MethodType.UNARY,
1629
+ proto.google.logging.v2.CopyLogEntriesRequest,
1630
+ google_longrunning_operations_pb.Operation,
1631
+ /**
1632
+ * @param {!proto.google.logging.v2.CopyLogEntriesRequest} request
1633
+ * @return {!Uint8Array}
1634
+ */
1635
+ function(request) {
1636
+ return request.serializeBinary();
1637
+ },
1638
+ google_longrunning_operations_pb.Operation.deserializeBinary
1639
+ );
1640
+
1641
+
1642
+ /**
1643
+ * @param {!proto.google.logging.v2.CopyLogEntriesRequest} request The
1644
+ * request proto
1645
+ * @param {?Object<string, string>} metadata User defined
1646
+ * call metadata
1647
+ * @param {function(?grpc.web.RpcError, ?proto.google.longrunning.Operation)}
1648
+ * callback The callback function(error, response)
1649
+ * @return {!grpc.web.ClientReadableStream<!proto.google.longrunning.Operation>|undefined}
1650
+ * The XHR Node Readable Stream
1651
+ */
1652
+ proto.google.logging.v2.ConfigServiceV2Client.prototype.copyLogEntries =
1653
+ function(request, metadata, callback) {
1654
+ return this.client_.rpcCall(this.hostname_ +
1655
+ '/google.logging.v2.ConfigServiceV2/CopyLogEntries',
1656
+ request,
1657
+ metadata || {},
1658
+ methodDescriptor_ConfigServiceV2_CopyLogEntries,
1659
+ callback);
1660
+ };
1661
+
1662
+
1663
+ /**
1664
+ * @param {!proto.google.logging.v2.CopyLogEntriesRequest} request The
1665
+ * request proto
1666
+ * @param {?Object<string, string>=} metadata User defined
1667
+ * call metadata
1668
+ * @return {!Promise<!proto.google.longrunning.Operation>}
1669
+ * Promise that resolves to the response
1670
+ */
1671
+ proto.google.logging.v2.ConfigServiceV2PromiseClient.prototype.copyLogEntries =
1672
+ function(request, metadata) {
1673
+ return this.client_.unaryCall(this.hostname_ +
1674
+ '/google.logging.v2.ConfigServiceV2/CopyLogEntries',
1675
+ request,
1676
+ metadata || {},
1677
+ methodDescriptor_ConfigServiceV2_CopyLogEntries);
1678
+ };
1679
+
1680
+
1681
+ module.exports = proto.google.logging.v2;
1682
+