@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,109 @@
1
+ // GENERATED CODE -- DO NOT EDIT!
2
+
3
+ // package: alis.open.support.v1
4
+ // file: alis/open/support/v1/issue.proto
5
+
6
+ import * as alis_open_support_v1_issue_pb from "../../../../alis/open/support/v1/issue_pb";
7
+ import * as alis_open_iam_v1_iam_pb from "../../../../alis/open/iam/v1/iam_pb";
8
+ import * as alis_open_validation_v1_validation_pb from "../../../../alis/open/validation/v1/validation_pb";
9
+ import * as google_iam_v1_iam_policy_pb from "../../../../google/iam/v1/iam_policy_pb";
10
+ import * as google_iam_v1_policy_pb from "../../../../google/iam/v1/policy_pb";
11
+ import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
12
+ import * as grpc from "grpc";
13
+
14
+ interface IIssuesServiceService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
15
+ validateMessage: grpc.MethodDefinition<alis_open_validation_v1_validation_pb.ValidateMessageRequest, alis_open_validation_v1_validation_pb.ValidateMessageResponse>;
16
+ retrieveRules: grpc.MethodDefinition<alis_open_validation_v1_validation_pb.RetrieveRulesRequest, alis_open_validation_v1_validation_pb.RetrieveRulesResponse>;
17
+ getIamPolicy: grpc.MethodDefinition<google_iam_v1_iam_policy_pb.GetIamPolicyRequest, google_iam_v1_policy_pb.Policy>;
18
+ setIamPolicy: grpc.MethodDefinition<google_iam_v1_iam_policy_pb.SetIamPolicyRequest, google_iam_v1_policy_pb.Policy>;
19
+ testIamPermissions: grpc.MethodDefinition<google_iam_v1_iam_policy_pb.TestIamPermissionsRequest, google_iam_v1_iam_policy_pb.TestIamPermissionsResponse>;
20
+ addIamBindings: grpc.MethodDefinition<alis_open_iam_v1_iam_pb.AddIamBindingsRequest, google_iam_v1_policy_pb.Policy>;
21
+ removeIamBindings: grpc.MethodDefinition<alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest, google_iam_v1_policy_pb.Policy>;
22
+ createIssue: grpc.MethodDefinition<alis_open_support_v1_issue_pb.CreateIssueRequest, alis_open_support_v1_issue_pb.Issue>;
23
+ updateIssue: grpc.MethodDefinition<alis_open_support_v1_issue_pb.UpdateIssueRequest, alis_open_support_v1_issue_pb.Issue>;
24
+ getIssue: grpc.MethodDefinition<alis_open_support_v1_issue_pb.GetIssueRequest, alis_open_support_v1_issue_pb.Issue>;
25
+ listIssues: grpc.MethodDefinition<alis_open_support_v1_issue_pb.ListIssuesRequest, alis_open_support_v1_issue_pb.ListIssuesResponse>;
26
+ deleteIssue: grpc.MethodDefinition<alis_open_support_v1_issue_pb.DeleteIssueRequest, google_protobuf_empty_pb.Empty>;
27
+ editNewIssue: grpc.MethodDefinition<alis_open_support_v1_issue_pb.EditNewIssueRequest, alis_open_support_v1_issue_pb.Issue>;
28
+ cancelNewIssue: grpc.MethodDefinition<alis_open_support_v1_issue_pb.CancelNewIssueRequest, google_protobuf_empty_pb.Empty>;
29
+ setIssueAssignee: grpc.MethodDefinition<alis_open_support_v1_issue_pb.SetIssueAssigneeRequest, alis_open_support_v1_issue_pb.Issue>;
30
+ addIssueViewers: grpc.MethodDefinition<alis_open_support_v1_issue_pb.AddIssueViewersRequest, alis_open_support_v1_issue_pb.Issue>;
31
+ removeIssueViewers: grpc.MethodDefinition<alis_open_support_v1_issue_pb.RemoveIssueViewersRequest, alis_open_support_v1_issue_pb.Issue>;
32
+ }
33
+
34
+ export const IssuesServiceService: IIssuesServiceService;
35
+
36
+ export interface IIssuesServiceServer extends grpc.UntypedServiceImplementation {
37
+ validateMessage: grpc.handleUnaryCall<alis_open_validation_v1_validation_pb.ValidateMessageRequest, alis_open_validation_v1_validation_pb.ValidateMessageResponse>;
38
+ retrieveRules: grpc.handleUnaryCall<alis_open_validation_v1_validation_pb.RetrieveRulesRequest, alis_open_validation_v1_validation_pb.RetrieveRulesResponse>;
39
+ getIamPolicy: grpc.handleUnaryCall<google_iam_v1_iam_policy_pb.GetIamPolicyRequest, google_iam_v1_policy_pb.Policy>;
40
+ setIamPolicy: grpc.handleUnaryCall<google_iam_v1_iam_policy_pb.SetIamPolicyRequest, google_iam_v1_policy_pb.Policy>;
41
+ testIamPermissions: grpc.handleUnaryCall<google_iam_v1_iam_policy_pb.TestIamPermissionsRequest, google_iam_v1_iam_policy_pb.TestIamPermissionsResponse>;
42
+ addIamBindings: grpc.handleUnaryCall<alis_open_iam_v1_iam_pb.AddIamBindingsRequest, google_iam_v1_policy_pb.Policy>;
43
+ removeIamBindings: grpc.handleUnaryCall<alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest, google_iam_v1_policy_pb.Policy>;
44
+ createIssue: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.CreateIssueRequest, alis_open_support_v1_issue_pb.Issue>;
45
+ updateIssue: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.UpdateIssueRequest, alis_open_support_v1_issue_pb.Issue>;
46
+ getIssue: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.GetIssueRequest, alis_open_support_v1_issue_pb.Issue>;
47
+ listIssues: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.ListIssuesRequest, alis_open_support_v1_issue_pb.ListIssuesResponse>;
48
+ deleteIssue: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.DeleteIssueRequest, google_protobuf_empty_pb.Empty>;
49
+ editNewIssue: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.EditNewIssueRequest, alis_open_support_v1_issue_pb.Issue>;
50
+ cancelNewIssue: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.CancelNewIssueRequest, google_protobuf_empty_pb.Empty>;
51
+ setIssueAssignee: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.SetIssueAssigneeRequest, alis_open_support_v1_issue_pb.Issue>;
52
+ addIssueViewers: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.AddIssueViewersRequest, alis_open_support_v1_issue_pb.Issue>;
53
+ removeIssueViewers: grpc.handleUnaryCall<alis_open_support_v1_issue_pb.RemoveIssueViewersRequest, alis_open_support_v1_issue_pb.Issue>;
54
+ }
55
+
56
+ export class IssuesServiceClient extends grpc.Client {
57
+ constructor(address: string, credentials: grpc.ChannelCredentials, options?: object);
58
+ validateMessage(argument: alis_open_validation_v1_validation_pb.ValidateMessageRequest, callback: grpc.requestCallback<alis_open_validation_v1_validation_pb.ValidateMessageResponse>): grpc.ClientUnaryCall;
59
+ validateMessage(argument: alis_open_validation_v1_validation_pb.ValidateMessageRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_validation_v1_validation_pb.ValidateMessageResponse>): grpc.ClientUnaryCall;
60
+ validateMessage(argument: alis_open_validation_v1_validation_pb.ValidateMessageRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_validation_v1_validation_pb.ValidateMessageResponse>): grpc.ClientUnaryCall;
61
+ retrieveRules(argument: alis_open_validation_v1_validation_pb.RetrieveRulesRequest, callback: grpc.requestCallback<alis_open_validation_v1_validation_pb.RetrieveRulesResponse>): grpc.ClientUnaryCall;
62
+ retrieveRules(argument: alis_open_validation_v1_validation_pb.RetrieveRulesRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_validation_v1_validation_pb.RetrieveRulesResponse>): grpc.ClientUnaryCall;
63
+ retrieveRules(argument: alis_open_validation_v1_validation_pb.RetrieveRulesRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_validation_v1_validation_pb.RetrieveRulesResponse>): grpc.ClientUnaryCall;
64
+ getIamPolicy(argument: google_iam_v1_iam_policy_pb.GetIamPolicyRequest, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
65
+ getIamPolicy(argument: google_iam_v1_iam_policy_pb.GetIamPolicyRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
66
+ getIamPolicy(argument: google_iam_v1_iam_policy_pb.GetIamPolicyRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
67
+ setIamPolicy(argument: google_iam_v1_iam_policy_pb.SetIamPolicyRequest, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
68
+ setIamPolicy(argument: google_iam_v1_iam_policy_pb.SetIamPolicyRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
69
+ setIamPolicy(argument: google_iam_v1_iam_policy_pb.SetIamPolicyRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
70
+ testIamPermissions(argument: google_iam_v1_iam_policy_pb.TestIamPermissionsRequest, callback: grpc.requestCallback<google_iam_v1_iam_policy_pb.TestIamPermissionsResponse>): grpc.ClientUnaryCall;
71
+ testIamPermissions(argument: google_iam_v1_iam_policy_pb.TestIamPermissionsRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_iam_policy_pb.TestIamPermissionsResponse>): grpc.ClientUnaryCall;
72
+ testIamPermissions(argument: google_iam_v1_iam_policy_pb.TestIamPermissionsRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_iam_policy_pb.TestIamPermissionsResponse>): grpc.ClientUnaryCall;
73
+ addIamBindings(argument: alis_open_iam_v1_iam_pb.AddIamBindingsRequest, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
74
+ addIamBindings(argument: alis_open_iam_v1_iam_pb.AddIamBindingsRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
75
+ addIamBindings(argument: alis_open_iam_v1_iam_pb.AddIamBindingsRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
76
+ removeIamBindings(argument: alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
77
+ removeIamBindings(argument: alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
78
+ removeIamBindings(argument: alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<google_iam_v1_policy_pb.Policy>): grpc.ClientUnaryCall;
79
+ createIssue(argument: alis_open_support_v1_issue_pb.CreateIssueRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
80
+ createIssue(argument: alis_open_support_v1_issue_pb.CreateIssueRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
81
+ createIssue(argument: alis_open_support_v1_issue_pb.CreateIssueRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
82
+ updateIssue(argument: alis_open_support_v1_issue_pb.UpdateIssueRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
83
+ updateIssue(argument: alis_open_support_v1_issue_pb.UpdateIssueRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
84
+ updateIssue(argument: alis_open_support_v1_issue_pb.UpdateIssueRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
85
+ getIssue(argument: alis_open_support_v1_issue_pb.GetIssueRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
86
+ getIssue(argument: alis_open_support_v1_issue_pb.GetIssueRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
87
+ getIssue(argument: alis_open_support_v1_issue_pb.GetIssueRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
88
+ listIssues(argument: alis_open_support_v1_issue_pb.ListIssuesRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.ListIssuesResponse>): grpc.ClientUnaryCall;
89
+ listIssues(argument: alis_open_support_v1_issue_pb.ListIssuesRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.ListIssuesResponse>): grpc.ClientUnaryCall;
90
+ listIssues(argument: alis_open_support_v1_issue_pb.ListIssuesRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.ListIssuesResponse>): grpc.ClientUnaryCall;
91
+ deleteIssue(argument: alis_open_support_v1_issue_pb.DeleteIssueRequest, callback: grpc.requestCallback<google_protobuf_empty_pb.Empty>): grpc.ClientUnaryCall;
92
+ deleteIssue(argument: alis_open_support_v1_issue_pb.DeleteIssueRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<google_protobuf_empty_pb.Empty>): grpc.ClientUnaryCall;
93
+ deleteIssue(argument: alis_open_support_v1_issue_pb.DeleteIssueRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<google_protobuf_empty_pb.Empty>): grpc.ClientUnaryCall;
94
+ editNewIssue(argument: alis_open_support_v1_issue_pb.EditNewIssueRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
95
+ editNewIssue(argument: alis_open_support_v1_issue_pb.EditNewIssueRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
96
+ editNewIssue(argument: alis_open_support_v1_issue_pb.EditNewIssueRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
97
+ cancelNewIssue(argument: alis_open_support_v1_issue_pb.CancelNewIssueRequest, callback: grpc.requestCallback<google_protobuf_empty_pb.Empty>): grpc.ClientUnaryCall;
98
+ cancelNewIssue(argument: alis_open_support_v1_issue_pb.CancelNewIssueRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<google_protobuf_empty_pb.Empty>): grpc.ClientUnaryCall;
99
+ cancelNewIssue(argument: alis_open_support_v1_issue_pb.CancelNewIssueRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<google_protobuf_empty_pb.Empty>): grpc.ClientUnaryCall;
100
+ setIssueAssignee(argument: alis_open_support_v1_issue_pb.SetIssueAssigneeRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
101
+ setIssueAssignee(argument: alis_open_support_v1_issue_pb.SetIssueAssigneeRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
102
+ setIssueAssignee(argument: alis_open_support_v1_issue_pb.SetIssueAssigneeRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
103
+ addIssueViewers(argument: alis_open_support_v1_issue_pb.AddIssueViewersRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
104
+ addIssueViewers(argument: alis_open_support_v1_issue_pb.AddIssueViewersRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
105
+ addIssueViewers(argument: alis_open_support_v1_issue_pb.AddIssueViewersRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
106
+ removeIssueViewers(argument: alis_open_support_v1_issue_pb.RemoveIssueViewersRequest, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
107
+ removeIssueViewers(argument: alis_open_support_v1_issue_pb.RemoveIssueViewersRequest, metadataOrOptions: grpc.Metadata | grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
108
+ removeIssueViewers(argument: alis_open_support_v1_issue_pb.RemoveIssueViewersRequest, metadata: grpc.Metadata | null, options: grpc.CallOptions | null, callback: grpc.requestCallback<alis_open_support_v1_issue_pb.Issue>): grpc.ClientUnaryCall;
109
+ }
@@ -0,0 +1,493 @@
1
+ // GENERATED CODE -- DO NOT EDIT!
2
+
3
+ 'use strict';
4
+ var grpc = require('@grpc/grpc-js');
5
+ var alis_open_support_v1_issue_pb = require('../../../../alis/open/support/v1/issue_pb.js');
6
+ var alis_open_iam_v1_iam_pb = require('../../../../alis/open/iam/v1/iam_pb.js');
7
+ var alis_open_validation_v1_validation_pb = require('../../../../alis/open/validation/v1/validation_pb.js');
8
+ var google_iam_v1_iam_policy_pb = require('../../../../google/iam/v1/iam_policy_pb.js');
9
+ var google_iam_v1_policy_pb = require('../../../../google/iam/v1/policy_pb.js');
10
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
11
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
12
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
13
+
14
+ function serialize_alis_open_iam_v1_AddIamBindingsRequest(arg) {
15
+ if (!(arg instanceof alis_open_iam_v1_iam_pb.AddIamBindingsRequest)) {
16
+ throw new Error('Expected argument of type alis.open.iam.v1.AddIamBindingsRequest');
17
+ }
18
+ return Buffer.from(arg.serializeBinary());
19
+ }
20
+
21
+ function deserialize_alis_open_iam_v1_AddIamBindingsRequest(buffer_arg) {
22
+ return alis_open_iam_v1_iam_pb.AddIamBindingsRequest.deserializeBinary(new Uint8Array(buffer_arg));
23
+ }
24
+
25
+ function serialize_alis_open_iam_v1_RemoveIamBindingsRequest(arg) {
26
+ if (!(arg instanceof alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest)) {
27
+ throw new Error('Expected argument of type alis.open.iam.v1.RemoveIamBindingsRequest');
28
+ }
29
+ return Buffer.from(arg.serializeBinary());
30
+ }
31
+
32
+ function deserialize_alis_open_iam_v1_RemoveIamBindingsRequest(buffer_arg) {
33
+ return alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest.deserializeBinary(new Uint8Array(buffer_arg));
34
+ }
35
+
36
+ function serialize_alis_open_support_v1_AddIssueViewersRequest(arg) {
37
+ if (!(arg instanceof alis_open_support_v1_issue_pb.AddIssueViewersRequest)) {
38
+ throw new Error('Expected argument of type alis.open.support.v1.AddIssueViewersRequest');
39
+ }
40
+ return Buffer.from(arg.serializeBinary());
41
+ }
42
+
43
+ function deserialize_alis_open_support_v1_AddIssueViewersRequest(buffer_arg) {
44
+ return alis_open_support_v1_issue_pb.AddIssueViewersRequest.deserializeBinary(new Uint8Array(buffer_arg));
45
+ }
46
+
47
+ function serialize_alis_open_support_v1_CancelNewIssueRequest(arg) {
48
+ if (!(arg instanceof alis_open_support_v1_issue_pb.CancelNewIssueRequest)) {
49
+ throw new Error('Expected argument of type alis.open.support.v1.CancelNewIssueRequest');
50
+ }
51
+ return Buffer.from(arg.serializeBinary());
52
+ }
53
+
54
+ function deserialize_alis_open_support_v1_CancelNewIssueRequest(buffer_arg) {
55
+ return alis_open_support_v1_issue_pb.CancelNewIssueRequest.deserializeBinary(new Uint8Array(buffer_arg));
56
+ }
57
+
58
+ function serialize_alis_open_support_v1_CreateIssueRequest(arg) {
59
+ if (!(arg instanceof alis_open_support_v1_issue_pb.CreateIssueRequest)) {
60
+ throw new Error('Expected argument of type alis.open.support.v1.CreateIssueRequest');
61
+ }
62
+ return Buffer.from(arg.serializeBinary());
63
+ }
64
+
65
+ function deserialize_alis_open_support_v1_CreateIssueRequest(buffer_arg) {
66
+ return alis_open_support_v1_issue_pb.CreateIssueRequest.deserializeBinary(new Uint8Array(buffer_arg));
67
+ }
68
+
69
+ function serialize_alis_open_support_v1_DeleteIssueRequest(arg) {
70
+ if (!(arg instanceof alis_open_support_v1_issue_pb.DeleteIssueRequest)) {
71
+ throw new Error('Expected argument of type alis.open.support.v1.DeleteIssueRequest');
72
+ }
73
+ return Buffer.from(arg.serializeBinary());
74
+ }
75
+
76
+ function deserialize_alis_open_support_v1_DeleteIssueRequest(buffer_arg) {
77
+ return alis_open_support_v1_issue_pb.DeleteIssueRequest.deserializeBinary(new Uint8Array(buffer_arg));
78
+ }
79
+
80
+ function serialize_alis_open_support_v1_EditNewIssueRequest(arg) {
81
+ if (!(arg instanceof alis_open_support_v1_issue_pb.EditNewIssueRequest)) {
82
+ throw new Error('Expected argument of type alis.open.support.v1.EditNewIssueRequest');
83
+ }
84
+ return Buffer.from(arg.serializeBinary());
85
+ }
86
+
87
+ function deserialize_alis_open_support_v1_EditNewIssueRequest(buffer_arg) {
88
+ return alis_open_support_v1_issue_pb.EditNewIssueRequest.deserializeBinary(new Uint8Array(buffer_arg));
89
+ }
90
+
91
+ function serialize_alis_open_support_v1_GetIssueRequest(arg) {
92
+ if (!(arg instanceof alis_open_support_v1_issue_pb.GetIssueRequest)) {
93
+ throw new Error('Expected argument of type alis.open.support.v1.GetIssueRequest');
94
+ }
95
+ return Buffer.from(arg.serializeBinary());
96
+ }
97
+
98
+ function deserialize_alis_open_support_v1_GetIssueRequest(buffer_arg) {
99
+ return alis_open_support_v1_issue_pb.GetIssueRequest.deserializeBinary(new Uint8Array(buffer_arg));
100
+ }
101
+
102
+ function serialize_alis_open_support_v1_Issue(arg) {
103
+ if (!(arg instanceof alis_open_support_v1_issue_pb.Issue)) {
104
+ throw new Error('Expected argument of type alis.open.support.v1.Issue');
105
+ }
106
+ return Buffer.from(arg.serializeBinary());
107
+ }
108
+
109
+ function deserialize_alis_open_support_v1_Issue(buffer_arg) {
110
+ return alis_open_support_v1_issue_pb.Issue.deserializeBinary(new Uint8Array(buffer_arg));
111
+ }
112
+
113
+ function serialize_alis_open_support_v1_ListIssuesRequest(arg) {
114
+ if (!(arg instanceof alis_open_support_v1_issue_pb.ListIssuesRequest)) {
115
+ throw new Error('Expected argument of type alis.open.support.v1.ListIssuesRequest');
116
+ }
117
+ return Buffer.from(arg.serializeBinary());
118
+ }
119
+
120
+ function deserialize_alis_open_support_v1_ListIssuesRequest(buffer_arg) {
121
+ return alis_open_support_v1_issue_pb.ListIssuesRequest.deserializeBinary(new Uint8Array(buffer_arg));
122
+ }
123
+
124
+ function serialize_alis_open_support_v1_ListIssuesResponse(arg) {
125
+ if (!(arg instanceof alis_open_support_v1_issue_pb.ListIssuesResponse)) {
126
+ throw new Error('Expected argument of type alis.open.support.v1.ListIssuesResponse');
127
+ }
128
+ return Buffer.from(arg.serializeBinary());
129
+ }
130
+
131
+ function deserialize_alis_open_support_v1_ListIssuesResponse(buffer_arg) {
132
+ return alis_open_support_v1_issue_pb.ListIssuesResponse.deserializeBinary(new Uint8Array(buffer_arg));
133
+ }
134
+
135
+ function serialize_alis_open_support_v1_RemoveIssueViewersRequest(arg) {
136
+ if (!(arg instanceof alis_open_support_v1_issue_pb.RemoveIssueViewersRequest)) {
137
+ throw new Error('Expected argument of type alis.open.support.v1.RemoveIssueViewersRequest');
138
+ }
139
+ return Buffer.from(arg.serializeBinary());
140
+ }
141
+
142
+ function deserialize_alis_open_support_v1_RemoveIssueViewersRequest(buffer_arg) {
143
+ return alis_open_support_v1_issue_pb.RemoveIssueViewersRequest.deserializeBinary(new Uint8Array(buffer_arg));
144
+ }
145
+
146
+ function serialize_alis_open_support_v1_SetIssueAssigneeRequest(arg) {
147
+ if (!(arg instanceof alis_open_support_v1_issue_pb.SetIssueAssigneeRequest)) {
148
+ throw new Error('Expected argument of type alis.open.support.v1.SetIssueAssigneeRequest');
149
+ }
150
+ return Buffer.from(arg.serializeBinary());
151
+ }
152
+
153
+ function deserialize_alis_open_support_v1_SetIssueAssigneeRequest(buffer_arg) {
154
+ return alis_open_support_v1_issue_pb.SetIssueAssigneeRequest.deserializeBinary(new Uint8Array(buffer_arg));
155
+ }
156
+
157
+ function serialize_alis_open_support_v1_UpdateIssueRequest(arg) {
158
+ if (!(arg instanceof alis_open_support_v1_issue_pb.UpdateIssueRequest)) {
159
+ throw new Error('Expected argument of type alis.open.support.v1.UpdateIssueRequest');
160
+ }
161
+ return Buffer.from(arg.serializeBinary());
162
+ }
163
+
164
+ function deserialize_alis_open_support_v1_UpdateIssueRequest(buffer_arg) {
165
+ return alis_open_support_v1_issue_pb.UpdateIssueRequest.deserializeBinary(new Uint8Array(buffer_arg));
166
+ }
167
+
168
+ function serialize_alis_open_validation_v1_RetrieveRulesRequest(arg) {
169
+ if (!(arg instanceof alis_open_validation_v1_validation_pb.RetrieveRulesRequest)) {
170
+ throw new Error('Expected argument of type alis.open.validation.v1.RetrieveRulesRequest');
171
+ }
172
+ return Buffer.from(arg.serializeBinary());
173
+ }
174
+
175
+ function deserialize_alis_open_validation_v1_RetrieveRulesRequest(buffer_arg) {
176
+ return alis_open_validation_v1_validation_pb.RetrieveRulesRequest.deserializeBinary(new Uint8Array(buffer_arg));
177
+ }
178
+
179
+ function serialize_alis_open_validation_v1_RetrieveRulesResponse(arg) {
180
+ if (!(arg instanceof alis_open_validation_v1_validation_pb.RetrieveRulesResponse)) {
181
+ throw new Error('Expected argument of type alis.open.validation.v1.RetrieveRulesResponse');
182
+ }
183
+ return Buffer.from(arg.serializeBinary());
184
+ }
185
+
186
+ function deserialize_alis_open_validation_v1_RetrieveRulesResponse(buffer_arg) {
187
+ return alis_open_validation_v1_validation_pb.RetrieveRulesResponse.deserializeBinary(new Uint8Array(buffer_arg));
188
+ }
189
+
190
+ function serialize_alis_open_validation_v1_ValidateMessageRequest(arg) {
191
+ if (!(arg instanceof alis_open_validation_v1_validation_pb.ValidateMessageRequest)) {
192
+ throw new Error('Expected argument of type alis.open.validation.v1.ValidateMessageRequest');
193
+ }
194
+ return Buffer.from(arg.serializeBinary());
195
+ }
196
+
197
+ function deserialize_alis_open_validation_v1_ValidateMessageRequest(buffer_arg) {
198
+ return alis_open_validation_v1_validation_pb.ValidateMessageRequest.deserializeBinary(new Uint8Array(buffer_arg));
199
+ }
200
+
201
+ function serialize_alis_open_validation_v1_ValidateMessageResponse(arg) {
202
+ if (!(arg instanceof alis_open_validation_v1_validation_pb.ValidateMessageResponse)) {
203
+ throw new Error('Expected argument of type alis.open.validation.v1.ValidateMessageResponse');
204
+ }
205
+ return Buffer.from(arg.serializeBinary());
206
+ }
207
+
208
+ function deserialize_alis_open_validation_v1_ValidateMessageResponse(buffer_arg) {
209
+ return alis_open_validation_v1_validation_pb.ValidateMessageResponse.deserializeBinary(new Uint8Array(buffer_arg));
210
+ }
211
+
212
+ function serialize_google_iam_v1_GetIamPolicyRequest(arg) {
213
+ if (!(arg instanceof google_iam_v1_iam_policy_pb.GetIamPolicyRequest)) {
214
+ throw new Error('Expected argument of type google.iam.v1.GetIamPolicyRequest');
215
+ }
216
+ return Buffer.from(arg.serializeBinary());
217
+ }
218
+
219
+ function deserialize_google_iam_v1_GetIamPolicyRequest(buffer_arg) {
220
+ return google_iam_v1_iam_policy_pb.GetIamPolicyRequest.deserializeBinary(new Uint8Array(buffer_arg));
221
+ }
222
+
223
+ function serialize_google_iam_v1_Policy(arg) {
224
+ if (!(arg instanceof google_iam_v1_policy_pb.Policy)) {
225
+ throw new Error('Expected argument of type google.iam.v1.Policy');
226
+ }
227
+ return Buffer.from(arg.serializeBinary());
228
+ }
229
+
230
+ function deserialize_google_iam_v1_Policy(buffer_arg) {
231
+ return google_iam_v1_policy_pb.Policy.deserializeBinary(new Uint8Array(buffer_arg));
232
+ }
233
+
234
+ function serialize_google_iam_v1_SetIamPolicyRequest(arg) {
235
+ if (!(arg instanceof google_iam_v1_iam_policy_pb.SetIamPolicyRequest)) {
236
+ throw new Error('Expected argument of type google.iam.v1.SetIamPolicyRequest');
237
+ }
238
+ return Buffer.from(arg.serializeBinary());
239
+ }
240
+
241
+ function deserialize_google_iam_v1_SetIamPolicyRequest(buffer_arg) {
242
+ return google_iam_v1_iam_policy_pb.SetIamPolicyRequest.deserializeBinary(new Uint8Array(buffer_arg));
243
+ }
244
+
245
+ function serialize_google_iam_v1_TestIamPermissionsRequest(arg) {
246
+ if (!(arg instanceof google_iam_v1_iam_policy_pb.TestIamPermissionsRequest)) {
247
+ throw new Error('Expected argument of type google.iam.v1.TestIamPermissionsRequest');
248
+ }
249
+ return Buffer.from(arg.serializeBinary());
250
+ }
251
+
252
+ function deserialize_google_iam_v1_TestIamPermissionsRequest(buffer_arg) {
253
+ return google_iam_v1_iam_policy_pb.TestIamPermissionsRequest.deserializeBinary(new Uint8Array(buffer_arg));
254
+ }
255
+
256
+ function serialize_google_iam_v1_TestIamPermissionsResponse(arg) {
257
+ if (!(arg instanceof google_iam_v1_iam_policy_pb.TestIamPermissionsResponse)) {
258
+ throw new Error('Expected argument of type google.iam.v1.TestIamPermissionsResponse');
259
+ }
260
+ return Buffer.from(arg.serializeBinary());
261
+ }
262
+
263
+ function deserialize_google_iam_v1_TestIamPermissionsResponse(buffer_arg) {
264
+ return google_iam_v1_iam_policy_pb.TestIamPermissionsResponse.deserializeBinary(new Uint8Array(buffer_arg));
265
+ }
266
+
267
+ function serialize_google_protobuf_Empty(arg) {
268
+ if (!(arg instanceof google_protobuf_empty_pb.Empty)) {
269
+ throw new Error('Expected argument of type google.protobuf.Empty');
270
+ }
271
+ return Buffer.from(arg.serializeBinary());
272
+ }
273
+
274
+ function deserialize_google_protobuf_Empty(buffer_arg) {
275
+ return google_protobuf_empty_pb.Empty.deserializeBinary(new Uint8Array(buffer_arg));
276
+ }
277
+
278
+
279
+ // IssuesService provides RPCs for managing Issue resources.
280
+ var IssuesServiceService = exports.IssuesServiceService = {
281
+ // Validates any proto message that is used directly or indirectly by this service.
282
+ // Most common use issue is to validate request messages from a client-side application.
283
+ validateMessage: {
284
+ path: '/alis.open.support.v1.IssuesService/ValidateMessage',
285
+ requestStream: false,
286
+ responseStream: false,
287
+ requestType: alis_open_validation_v1_validation_pb.ValidateMessageRequest,
288
+ responseType: alis_open_validation_v1_validation_pb.ValidateMessageResponse,
289
+ requestSerialize: serialize_alis_open_validation_v1_ValidateMessageRequest,
290
+ requestDeserialize: deserialize_alis_open_validation_v1_ValidateMessageRequest,
291
+ responseSerialize: serialize_alis_open_validation_v1_ValidateMessageResponse,
292
+ responseDeserialize: deserialize_alis_open_validation_v1_ValidateMessageResponse,
293
+ },
294
+ // Retrieves the validation rules for any proto message that is used directly or indirectly by this service.
295
+ // Serves as live auto-documentation of the validation rules in this service.
296
+ retrieveRules: {
297
+ path: '/alis.open.support.v1.IssuesService/RetrieveRules',
298
+ requestStream: false,
299
+ responseStream: false,
300
+ requestType: alis_open_validation_v1_validation_pb.RetrieveRulesRequest,
301
+ responseType: alis_open_validation_v1_validation_pb.RetrieveRulesResponse,
302
+ requestSerialize: serialize_alis_open_validation_v1_RetrieveRulesRequest,
303
+ requestDeserialize: deserialize_alis_open_validation_v1_RetrieveRulesRequest,
304
+ responseSerialize: serialize_alis_open_validation_v1_RetrieveRulesResponse,
305
+ responseDeserialize: deserialize_alis_open_validation_v1_RetrieveRulesResponse,
306
+ },
307
+ // Gets the IAM policy for a resource implemented in this service.
308
+ getIamPolicy: {
309
+ path: '/alis.open.support.v1.IssuesService/GetIamPolicy',
310
+ requestStream: false,
311
+ responseStream: false,
312
+ requestType: google_iam_v1_iam_policy_pb.GetIamPolicyRequest,
313
+ responseType: google_iam_v1_policy_pb.Policy,
314
+ requestSerialize: serialize_google_iam_v1_GetIamPolicyRequest,
315
+ requestDeserialize: deserialize_google_iam_v1_GetIamPolicyRequest,
316
+ responseSerialize: serialize_google_iam_v1_Policy,
317
+ responseDeserialize: deserialize_google_iam_v1_Policy,
318
+ },
319
+ // Sets the IAM policy for a resource implemented in this service.
320
+ setIamPolicy: {
321
+ path: '/alis.open.support.v1.IssuesService/SetIamPolicy',
322
+ requestStream: false,
323
+ responseStream: false,
324
+ requestType: google_iam_v1_iam_policy_pb.SetIamPolicyRequest,
325
+ responseType: google_iam_v1_policy_pb.Policy,
326
+ requestSerialize: serialize_google_iam_v1_SetIamPolicyRequest,
327
+ requestDeserialize: deserialize_google_iam_v1_SetIamPolicyRequest,
328
+ responseSerialize: serialize_google_iam_v1_Policy,
329
+ responseDeserialize: deserialize_google_iam_v1_Policy,
330
+ },
331
+ // Returns permissions that a caller has on the specified resource.
332
+ testIamPermissions: {
333
+ path: '/alis.open.support.v1.IssuesService/TestIamPermissions',
334
+ requestStream: false,
335
+ responseStream: false,
336
+ requestType: google_iam_v1_iam_policy_pb.TestIamPermissionsRequest,
337
+ responseType: google_iam_v1_iam_policy_pb.TestIamPermissionsResponse,
338
+ requestSerialize: serialize_google_iam_v1_TestIamPermissionsRequest,
339
+ requestDeserialize: deserialize_google_iam_v1_TestIamPermissionsRequest,
340
+ responseSerialize: serialize_google_iam_v1_TestIamPermissionsResponse,
341
+ responseDeserialize: deserialize_google_iam_v1_TestIamPermissionsResponse,
342
+ },
343
+ // Adds principals or updates the roles existing principals have on an IAM Policy protected resource.
344
+ addIamBindings: {
345
+ path: '/alis.open.support.v1.IssuesService/AddIamBindings',
346
+ requestStream: false,
347
+ responseStream: false,
348
+ requestType: alis_open_iam_v1_iam_pb.AddIamBindingsRequest,
349
+ responseType: google_iam_v1_policy_pb.Policy,
350
+ requestSerialize: serialize_alis_open_iam_v1_AddIamBindingsRequest,
351
+ requestDeserialize: deserialize_alis_open_iam_v1_AddIamBindingsRequest,
352
+ responseSerialize: serialize_google_iam_v1_Policy,
353
+ responseDeserialize: deserialize_google_iam_v1_Policy,
354
+ },
355
+ // Removes principals or some of the roles they have on an IAM Policy protected resource.
356
+ removeIamBindings: {
357
+ path: '/alis.open.support.v1.IssuesService/RemoveIamBindings',
358
+ requestStream: false,
359
+ responseStream: false,
360
+ requestType: alis_open_iam_v1_iam_pb.RemoveIamBindingsRequest,
361
+ responseType: google_iam_v1_policy_pb.Policy,
362
+ requestSerialize: serialize_alis_open_iam_v1_RemoveIamBindingsRequest,
363
+ requestDeserialize: deserialize_alis_open_iam_v1_RemoveIamBindingsRequest,
364
+ responseSerialize: serialize_google_iam_v1_Policy,
365
+ responseDeserialize: deserialize_google_iam_v1_Policy,
366
+ },
367
+ // Creates a new Issue.
368
+ createIssue: {
369
+ path: '/alis.open.support.v1.IssuesService/CreateIssue',
370
+ requestStream: false,
371
+ responseStream: false,
372
+ requestType: alis_open_support_v1_issue_pb.CreateIssueRequest,
373
+ responseType: alis_open_support_v1_issue_pb.Issue,
374
+ requestSerialize: serialize_alis_open_support_v1_CreateIssueRequest,
375
+ requestDeserialize: deserialize_alis_open_support_v1_CreateIssueRequest,
376
+ responseSerialize: serialize_alis_open_support_v1_Issue,
377
+ responseDeserialize: deserialize_alis_open_support_v1_Issue,
378
+ },
379
+ // Updates a Issue.
380
+ // Only called from alis-build.
381
+ updateIssue: {
382
+ path: '/alis.open.support.v1.IssuesService/UpdateIssue',
383
+ requestStream: false,
384
+ responseStream: false,
385
+ requestType: alis_open_support_v1_issue_pb.UpdateIssueRequest,
386
+ responseType: alis_open_support_v1_issue_pb.Issue,
387
+ requestSerialize: serialize_alis_open_support_v1_UpdateIssueRequest,
388
+ requestDeserialize: deserialize_alis_open_support_v1_UpdateIssueRequest,
389
+ responseSerialize: serialize_alis_open_support_v1_Issue,
390
+ responseDeserialize: deserialize_alis_open_support_v1_Issue,
391
+ },
392
+ // Gets information about a Issue.
393
+ getIssue: {
394
+ path: '/alis.open.support.v1.IssuesService/GetIssue',
395
+ requestStream: false,
396
+ responseStream: false,
397
+ requestType: alis_open_support_v1_issue_pb.GetIssueRequest,
398
+ responseType: alis_open_support_v1_issue_pb.Issue,
399
+ requestSerialize: serialize_alis_open_support_v1_GetIssueRequest,
400
+ requestDeserialize: deserialize_alis_open_support_v1_GetIssueRequest,
401
+ responseSerialize: serialize_alis_open_support_v1_Issue,
402
+ responseDeserialize: deserialize_alis_open_support_v1_Issue,
403
+ },
404
+ // Lists Issues. Results are sorted by name, ascending.
405
+ listIssues: {
406
+ path: '/alis.open.support.v1.IssuesService/ListIssues',
407
+ requestStream: false,
408
+ responseStream: false,
409
+ requestType: alis_open_support_v1_issue_pb.ListIssuesRequest,
410
+ responseType: alis_open_support_v1_issue_pb.ListIssuesResponse,
411
+ requestSerialize: serialize_alis_open_support_v1_ListIssuesRequest,
412
+ requestDeserialize: deserialize_alis_open_support_v1_ListIssuesRequest,
413
+ responseSerialize: serialize_alis_open_support_v1_ListIssuesResponse,
414
+ responseDeserialize: deserialize_alis_open_support_v1_ListIssuesResponse,
415
+ },
416
+ // Deletes a Issue.
417
+ // Only called from alis-build.
418
+ deleteIssue: {
419
+ path: '/alis.open.support.v1.IssuesService/DeleteIssue',
420
+ requestStream: false,
421
+ responseStream: false,
422
+ requestType: alis_open_support_v1_issue_pb.DeleteIssueRequest,
423
+ responseType: google_protobuf_empty_pb.Empty,
424
+ requestSerialize: serialize_alis_open_support_v1_DeleteIssueRequest,
425
+ requestDeserialize: deserialize_alis_open_support_v1_DeleteIssueRequest,
426
+ responseSerialize: serialize_google_protobuf_Empty,
427
+ responseDeserialize: deserialize_google_protobuf_Empty,
428
+ },
429
+ // Edit all the details of a newly created issue
430
+ // Used by requesters to update the issue while no activities have been created under the issue
431
+ editNewIssue: {
432
+ path: '/alis.open.support.v1.IssuesService/EditNewIssue',
433
+ requestStream: false,
434
+ responseStream: false,
435
+ requestType: alis_open_support_v1_issue_pb.EditNewIssueRequest,
436
+ responseType: alis_open_support_v1_issue_pb.Issue,
437
+ requestSerialize: serialize_alis_open_support_v1_EditNewIssueRequest,
438
+ requestDeserialize: deserialize_alis_open_support_v1_EditNewIssueRequest,
439
+ responseSerialize: serialize_alis_open_support_v1_Issue,
440
+ responseDeserialize: deserialize_alis_open_support_v1_Issue,
441
+ },
442
+ // Cancel a new issue. This will delete the issue, so support will not even see it in closed issues.
443
+ cancelNewIssue: {
444
+ path: '/alis.open.support.v1.IssuesService/CancelNewIssue',
445
+ requestStream: false,
446
+ responseStream: false,
447
+ requestType: alis_open_support_v1_issue_pb.CancelNewIssueRequest,
448
+ responseType: google_protobuf_empty_pb.Empty,
449
+ requestSerialize: serialize_alis_open_support_v1_CancelNewIssueRequest,
450
+ requestDeserialize: deserialize_alis_open_support_v1_CancelNewIssueRequest,
451
+ responseSerialize: serialize_google_protobuf_Empty,
452
+ responseDeserialize: deserialize_google_protobuf_Empty,
453
+ },
454
+ // Set the assignee of an issue
455
+ setIssueAssignee: {
456
+ path: '/alis.open.support.v1.IssuesService/SetIssueAssignee',
457
+ requestStream: false,
458
+ responseStream: false,
459
+ requestType: alis_open_support_v1_issue_pb.SetIssueAssigneeRequest,
460
+ responseType: alis_open_support_v1_issue_pb.Issue,
461
+ requestSerialize: serialize_alis_open_support_v1_SetIssueAssigneeRequest,
462
+ requestDeserialize: deserialize_alis_open_support_v1_SetIssueAssigneeRequest,
463
+ responseSerialize: serialize_alis_open_support_v1_Issue,
464
+ responseDeserialize: deserialize_alis_open_support_v1_Issue,
465
+ },
466
+ // Set issue viewers. This will allow the specified users to view the issue in the case of a private issue.
467
+ // The method appends the viewers to the existing list of viewers.
468
+ addIssueViewers: {
469
+ path: '/alis.open.support.v1.IssuesService/AddIssueViewers',
470
+ requestStream: false,
471
+ responseStream: false,
472
+ requestType: alis_open_support_v1_issue_pb.AddIssueViewersRequest,
473
+ responseType: alis_open_support_v1_issue_pb.Issue,
474
+ requestSerialize: serialize_alis_open_support_v1_AddIssueViewersRequest,
475
+ requestDeserialize: deserialize_alis_open_support_v1_AddIssueViewersRequest,
476
+ responseSerialize: serialize_alis_open_support_v1_Issue,
477
+ responseDeserialize: deserialize_alis_open_support_v1_Issue,
478
+ },
479
+ // Remove issue viewers. This will remove the specified users from the list of users who can view the issue.
480
+ removeIssueViewers: {
481
+ path: '/alis.open.support.v1.IssuesService/RemoveIssueViewers',
482
+ requestStream: false,
483
+ responseStream: false,
484
+ requestType: alis_open_support_v1_issue_pb.RemoveIssueViewersRequest,
485
+ responseType: alis_open_support_v1_issue_pb.Issue,
486
+ requestSerialize: serialize_alis_open_support_v1_RemoveIssueViewersRequest,
487
+ requestDeserialize: deserialize_alis_open_support_v1_RemoveIssueViewersRequest,
488
+ responseSerialize: serialize_alis_open_support_v1_Issue,
489
+ responseDeserialize: deserialize_alis_open_support_v1_Issue,
490
+ },
491
+ };
492
+
493
+ exports.IssuesServiceClient = grpc.makeGenericClientConstructor(IssuesServiceService, 'IssuesService');