@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,1361 @@
1
+ // source: alis/open/support/v1/issuesubscriber.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global = globalThis;
17
+
18
+ var alis_open_iam_v1_iam_pb = require('../../../../alis/open/iam/v1/iam_pb.js');
19
+ goog.object.extend(proto, alis_open_iam_v1_iam_pb);
20
+ var alis_open_validation_v1_validation_pb = require('../../../../alis/open/validation/v1/validation_pb.js');
21
+ goog.object.extend(proto, alis_open_validation_v1_validation_pb);
22
+ var google_iam_v1_iam_policy_pb = require('../../../../google/iam/v1/iam_policy_pb.js');
23
+ goog.object.extend(proto, google_iam_v1_iam_policy_pb);
24
+ var google_iam_v1_policy_pb = require('../../../../google/iam/v1/policy_pb.js');
25
+ goog.object.extend(proto, google_iam_v1_policy_pb);
26
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
27
+ goog.object.extend(proto, google_protobuf_empty_pb);
28
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
29
+ goog.object.extend(proto, google_protobuf_field_mask_pb);
30
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
31
+ goog.object.extend(proto, google_protobuf_timestamp_pb);
32
+ goog.exportSymbol('proto.alis.open.support.v1.CreateIssueSubscriberRequest', null, global);
33
+ goog.exportSymbol('proto.alis.open.support.v1.DeleteIssueSubscriberRequest', null, global);
34
+ goog.exportSymbol('proto.alis.open.support.v1.GetIssueSubscriberRequest', null, global);
35
+ goog.exportSymbol('proto.alis.open.support.v1.IssueSubscriber', null, global);
36
+ goog.exportSymbol('proto.alis.open.support.v1.ListIssueSubscribersRequest', null, global);
37
+ goog.exportSymbol('proto.alis.open.support.v1.ListIssueSubscribersResponse', null, global);
38
+ /**
39
+ * Generated by JsPbCodeGenerator.
40
+ * @param {Array=} opt_data Optional initial data array, typically from a
41
+ * server response, or constructed directly in Javascript. The array is used
42
+ * in place and becomes part of the constructed object. It is not cloned.
43
+ * If no data is provided, the constructed object will be empty, but still
44
+ * valid.
45
+ * @extends {jspb.Message}
46
+ * @constructor
47
+ */
48
+ proto.alis.open.support.v1.IssueSubscriber = function(opt_data) {
49
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
50
+ };
51
+ goog.inherits(proto.alis.open.support.v1.IssueSubscriber, jspb.Message);
52
+ if (goog.DEBUG && !COMPILED) {
53
+ /**
54
+ * @public
55
+ * @override
56
+ */
57
+ proto.alis.open.support.v1.IssueSubscriber.displayName = 'proto.alis.open.support.v1.IssueSubscriber';
58
+ }
59
+ /**
60
+ * Generated by JsPbCodeGenerator.
61
+ * @param {Array=} opt_data Optional initial data array, typically from a
62
+ * server response, or constructed directly in Javascript. The array is used
63
+ * in place and becomes part of the constructed object. It is not cloned.
64
+ * If no data is provided, the constructed object will be empty, but still
65
+ * valid.
66
+ * @extends {jspb.Message}
67
+ * @constructor
68
+ */
69
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest = function(opt_data) {
70
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
71
+ };
72
+ goog.inherits(proto.alis.open.support.v1.CreateIssueSubscriberRequest, jspb.Message);
73
+ if (goog.DEBUG && !COMPILED) {
74
+ /**
75
+ * @public
76
+ * @override
77
+ */
78
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.displayName = 'proto.alis.open.support.v1.CreateIssueSubscriberRequest';
79
+ }
80
+ /**
81
+ * Generated by JsPbCodeGenerator.
82
+ * @param {Array=} opt_data Optional initial data array, typically from a
83
+ * server response, or constructed directly in Javascript. The array is used
84
+ * in place and becomes part of the constructed object. It is not cloned.
85
+ * If no data is provided, the constructed object will be empty, but still
86
+ * valid.
87
+ * @extends {jspb.Message}
88
+ * @constructor
89
+ */
90
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest = function(opt_data) {
91
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
92
+ };
93
+ goog.inherits(proto.alis.open.support.v1.DeleteIssueSubscriberRequest, jspb.Message);
94
+ if (goog.DEBUG && !COMPILED) {
95
+ /**
96
+ * @public
97
+ * @override
98
+ */
99
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.displayName = 'proto.alis.open.support.v1.DeleteIssueSubscriberRequest';
100
+ }
101
+ /**
102
+ * Generated by JsPbCodeGenerator.
103
+ * @param {Array=} opt_data Optional initial data array, typically from a
104
+ * server response, or constructed directly in Javascript. The array is used
105
+ * in place and becomes part of the constructed object. It is not cloned.
106
+ * If no data is provided, the constructed object will be empty, but still
107
+ * valid.
108
+ * @extends {jspb.Message}
109
+ * @constructor
110
+ */
111
+ proto.alis.open.support.v1.GetIssueSubscriberRequest = function(opt_data) {
112
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
113
+ };
114
+ goog.inherits(proto.alis.open.support.v1.GetIssueSubscriberRequest, jspb.Message);
115
+ if (goog.DEBUG && !COMPILED) {
116
+ /**
117
+ * @public
118
+ * @override
119
+ */
120
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.displayName = 'proto.alis.open.support.v1.GetIssueSubscriberRequest';
121
+ }
122
+ /**
123
+ * Generated by JsPbCodeGenerator.
124
+ * @param {Array=} opt_data Optional initial data array, typically from a
125
+ * server response, or constructed directly in Javascript. The array is used
126
+ * in place and becomes part of the constructed object. It is not cloned.
127
+ * If no data is provided, the constructed object will be empty, but still
128
+ * valid.
129
+ * @extends {jspb.Message}
130
+ * @constructor
131
+ */
132
+ proto.alis.open.support.v1.ListIssueSubscribersRequest = function(opt_data) {
133
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
134
+ };
135
+ goog.inherits(proto.alis.open.support.v1.ListIssueSubscribersRequest, jspb.Message);
136
+ if (goog.DEBUG && !COMPILED) {
137
+ /**
138
+ * @public
139
+ * @override
140
+ */
141
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.displayName = 'proto.alis.open.support.v1.ListIssueSubscribersRequest';
142
+ }
143
+ /**
144
+ * Generated by JsPbCodeGenerator.
145
+ * @param {Array=} opt_data Optional initial data array, typically from a
146
+ * server response, or constructed directly in Javascript. The array is used
147
+ * in place and becomes part of the constructed object. It is not cloned.
148
+ * If no data is provided, the constructed object will be empty, but still
149
+ * valid.
150
+ * @extends {jspb.Message}
151
+ * @constructor
152
+ */
153
+ proto.alis.open.support.v1.ListIssueSubscribersResponse = function(opt_data) {
154
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.support.v1.ListIssueSubscribersResponse.repeatedFields_, null);
155
+ };
156
+ goog.inherits(proto.alis.open.support.v1.ListIssueSubscribersResponse, jspb.Message);
157
+ if (goog.DEBUG && !COMPILED) {
158
+ /**
159
+ * @public
160
+ * @override
161
+ */
162
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.displayName = 'proto.alis.open.support.v1.ListIssueSubscribersResponse';
163
+ }
164
+
165
+
166
+
167
+ if (jspb.Message.GENERATE_TO_OBJECT) {
168
+ /**
169
+ * Creates an object representation of this proto.
170
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
171
+ * Optional fields that are not set will be set to undefined.
172
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
173
+ * For the list of reserved names please see:
174
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
175
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
176
+ * JSPB instance for transitional soy proto support:
177
+ * http://goto/soy-param-migration
178
+ * @return {!Object}
179
+ */
180
+ proto.alis.open.support.v1.IssueSubscriber.prototype.toObject = function(opt_includeInstance) {
181
+ return proto.alis.open.support.v1.IssueSubscriber.toObject(opt_includeInstance, this);
182
+ };
183
+
184
+
185
+ /**
186
+ * Static version of the {@see toObject} method.
187
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
188
+ * the JSPB instance for transitional soy proto support:
189
+ * http://goto/soy-param-migration
190
+ * @param {!proto.alis.open.support.v1.IssueSubscriber} msg The msg instance to transform.
191
+ * @return {!Object}
192
+ * @suppress {unusedLocalVariables} f is only used for nested messages
193
+ */
194
+ proto.alis.open.support.v1.IssueSubscriber.toObject = function(includeInstance, msg) {
195
+ var f, obj = {
196
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
197
+ createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
198
+ updateTime: (f = msg.getUpdateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
199
+ };
200
+
201
+ if (includeInstance) {
202
+ obj.$jspbMessageInstance = msg;
203
+ }
204
+ return obj;
205
+ };
206
+ }
207
+
208
+
209
+ /**
210
+ * Deserializes binary data (in protobuf wire format).
211
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
212
+ * @return {!proto.alis.open.support.v1.IssueSubscriber}
213
+ */
214
+ proto.alis.open.support.v1.IssueSubscriber.deserializeBinary = function(bytes) {
215
+ var reader = new jspb.BinaryReader(bytes);
216
+ var msg = new proto.alis.open.support.v1.IssueSubscriber;
217
+ return proto.alis.open.support.v1.IssueSubscriber.deserializeBinaryFromReader(msg, reader);
218
+ };
219
+
220
+
221
+ /**
222
+ * Deserializes binary data (in protobuf wire format) from the
223
+ * given reader into the given message object.
224
+ * @param {!proto.alis.open.support.v1.IssueSubscriber} msg The message object to deserialize into.
225
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
226
+ * @return {!proto.alis.open.support.v1.IssueSubscriber}
227
+ */
228
+ proto.alis.open.support.v1.IssueSubscriber.deserializeBinaryFromReader = function(msg, reader) {
229
+ while (reader.nextField()) {
230
+ if (reader.isEndGroup()) {
231
+ break;
232
+ }
233
+ var field = reader.getFieldNumber();
234
+ switch (field) {
235
+ case 1:
236
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
237
+ msg.setName(value);
238
+ break;
239
+ case 98:
240
+ var value = new google_protobuf_timestamp_pb.Timestamp;
241
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
242
+ msg.setCreateTime(value);
243
+ break;
244
+ case 99:
245
+ var value = new google_protobuf_timestamp_pb.Timestamp;
246
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
247
+ msg.setUpdateTime(value);
248
+ break;
249
+ default:
250
+ reader.skipField();
251
+ break;
252
+ }
253
+ }
254
+ return msg;
255
+ };
256
+
257
+
258
+ /**
259
+ * Serializes the message to binary data (in protobuf wire format).
260
+ * @return {!Uint8Array}
261
+ */
262
+ proto.alis.open.support.v1.IssueSubscriber.prototype.serializeBinary = function() {
263
+ var writer = new jspb.BinaryWriter();
264
+ proto.alis.open.support.v1.IssueSubscriber.serializeBinaryToWriter(this, writer);
265
+ return writer.getResultBuffer();
266
+ };
267
+
268
+
269
+ /**
270
+ * Serializes the given message to binary data (in protobuf wire
271
+ * format), writing to the given BinaryWriter.
272
+ * @param {!proto.alis.open.support.v1.IssueSubscriber} message
273
+ * @param {!jspb.BinaryWriter} writer
274
+ * @suppress {unusedLocalVariables} f is only used for nested messages
275
+ */
276
+ proto.alis.open.support.v1.IssueSubscriber.serializeBinaryToWriter = function(message, writer) {
277
+ var f = undefined;
278
+ f = message.getName();
279
+ if (f.length > 0) {
280
+ writer.writeString(
281
+ 1,
282
+ f
283
+ );
284
+ }
285
+ f = message.getCreateTime();
286
+ if (f != null) {
287
+ writer.writeMessage(
288
+ 98,
289
+ f,
290
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
291
+ );
292
+ }
293
+ f = message.getUpdateTime();
294
+ if (f != null) {
295
+ writer.writeMessage(
296
+ 99,
297
+ f,
298
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
299
+ );
300
+ }
301
+ };
302
+
303
+
304
+ /**
305
+ * optional string name = 1;
306
+ * @return {string}
307
+ */
308
+ proto.alis.open.support.v1.IssueSubscriber.prototype.getName = function() {
309
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
310
+ };
311
+
312
+
313
+ /**
314
+ * @param {string} value
315
+ * @return {!proto.alis.open.support.v1.IssueSubscriber} returns this
316
+ */
317
+ proto.alis.open.support.v1.IssueSubscriber.prototype.setName = function(value) {
318
+ return jspb.Message.setProto3StringField(this, 1, value);
319
+ };
320
+
321
+
322
+ /**
323
+ * optional google.protobuf.Timestamp create_time = 98;
324
+ * @return {?proto.google.protobuf.Timestamp}
325
+ */
326
+ proto.alis.open.support.v1.IssueSubscriber.prototype.getCreateTime = function() {
327
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
328
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 98));
329
+ };
330
+
331
+
332
+ /**
333
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
334
+ * @return {!proto.alis.open.support.v1.IssueSubscriber} returns this
335
+ */
336
+ proto.alis.open.support.v1.IssueSubscriber.prototype.setCreateTime = function(value) {
337
+ return jspb.Message.setWrapperField(this, 98, value);
338
+ };
339
+
340
+
341
+ /**
342
+ * Clears the message field making it undefined.
343
+ * @return {!proto.alis.open.support.v1.IssueSubscriber} returns this
344
+ */
345
+ proto.alis.open.support.v1.IssueSubscriber.prototype.clearCreateTime = function() {
346
+ return this.setCreateTime(undefined);
347
+ };
348
+
349
+
350
+ /**
351
+ * Returns whether this field is set.
352
+ * @return {boolean}
353
+ */
354
+ proto.alis.open.support.v1.IssueSubscriber.prototype.hasCreateTime = function() {
355
+ return jspb.Message.getField(this, 98) != null;
356
+ };
357
+
358
+
359
+ /**
360
+ * optional google.protobuf.Timestamp update_time = 99;
361
+ * @return {?proto.google.protobuf.Timestamp}
362
+ */
363
+ proto.alis.open.support.v1.IssueSubscriber.prototype.getUpdateTime = function() {
364
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
365
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 99));
366
+ };
367
+
368
+
369
+ /**
370
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
371
+ * @return {!proto.alis.open.support.v1.IssueSubscriber} returns this
372
+ */
373
+ proto.alis.open.support.v1.IssueSubscriber.prototype.setUpdateTime = function(value) {
374
+ return jspb.Message.setWrapperField(this, 99, value);
375
+ };
376
+
377
+
378
+ /**
379
+ * Clears the message field making it undefined.
380
+ * @return {!proto.alis.open.support.v1.IssueSubscriber} returns this
381
+ */
382
+ proto.alis.open.support.v1.IssueSubscriber.prototype.clearUpdateTime = function() {
383
+ return this.setUpdateTime(undefined);
384
+ };
385
+
386
+
387
+ /**
388
+ * Returns whether this field is set.
389
+ * @return {boolean}
390
+ */
391
+ proto.alis.open.support.v1.IssueSubscriber.prototype.hasUpdateTime = function() {
392
+ return jspb.Message.getField(this, 99) != null;
393
+ };
394
+
395
+
396
+
397
+
398
+
399
+ if (jspb.Message.GENERATE_TO_OBJECT) {
400
+ /**
401
+ * Creates an object representation of this proto.
402
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
403
+ * Optional fields that are not set will be set to undefined.
404
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
405
+ * For the list of reserved names please see:
406
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
407
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
408
+ * JSPB instance for transitional soy proto support:
409
+ * http://goto/soy-param-migration
410
+ * @return {!Object}
411
+ */
412
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.toObject = function(opt_includeInstance) {
413
+ return proto.alis.open.support.v1.CreateIssueSubscriberRequest.toObject(opt_includeInstance, this);
414
+ };
415
+
416
+
417
+ /**
418
+ * Static version of the {@see toObject} method.
419
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
420
+ * the JSPB instance for transitional soy proto support:
421
+ * http://goto/soy-param-migration
422
+ * @param {!proto.alis.open.support.v1.CreateIssueSubscriberRequest} msg The msg instance to transform.
423
+ * @return {!Object}
424
+ * @suppress {unusedLocalVariables} f is only used for nested messages
425
+ */
426
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.toObject = function(includeInstance, msg) {
427
+ var f, obj = {
428
+ parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
429
+ issueSubscriber: (f = msg.getIssueSubscriber()) && proto.alis.open.support.v1.IssueSubscriber.toObject(includeInstance, f),
430
+ subscriberId: jspb.Message.getFieldWithDefault(msg, 3, "")
431
+ };
432
+
433
+ if (includeInstance) {
434
+ obj.$jspbMessageInstance = msg;
435
+ }
436
+ return obj;
437
+ };
438
+ }
439
+
440
+
441
+ /**
442
+ * Deserializes binary data (in protobuf wire format).
443
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
444
+ * @return {!proto.alis.open.support.v1.CreateIssueSubscriberRequest}
445
+ */
446
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.deserializeBinary = function(bytes) {
447
+ var reader = new jspb.BinaryReader(bytes);
448
+ var msg = new proto.alis.open.support.v1.CreateIssueSubscriberRequest;
449
+ return proto.alis.open.support.v1.CreateIssueSubscriberRequest.deserializeBinaryFromReader(msg, reader);
450
+ };
451
+
452
+
453
+ /**
454
+ * Deserializes binary data (in protobuf wire format) from the
455
+ * given reader into the given message object.
456
+ * @param {!proto.alis.open.support.v1.CreateIssueSubscriberRequest} msg The message object to deserialize into.
457
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
458
+ * @return {!proto.alis.open.support.v1.CreateIssueSubscriberRequest}
459
+ */
460
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.deserializeBinaryFromReader = function(msg, reader) {
461
+ while (reader.nextField()) {
462
+ if (reader.isEndGroup()) {
463
+ break;
464
+ }
465
+ var field = reader.getFieldNumber();
466
+ switch (field) {
467
+ case 1:
468
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
469
+ msg.setParent(value);
470
+ break;
471
+ case 2:
472
+ var value = new proto.alis.open.support.v1.IssueSubscriber;
473
+ reader.readMessage(value,proto.alis.open.support.v1.IssueSubscriber.deserializeBinaryFromReader);
474
+ msg.setIssueSubscriber(value);
475
+ break;
476
+ case 3:
477
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
478
+ msg.setSubscriberId(value);
479
+ break;
480
+ default:
481
+ reader.skipField();
482
+ break;
483
+ }
484
+ }
485
+ return msg;
486
+ };
487
+
488
+
489
+ /**
490
+ * Serializes the message to binary data (in protobuf wire format).
491
+ * @return {!Uint8Array}
492
+ */
493
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.serializeBinary = function() {
494
+ var writer = new jspb.BinaryWriter();
495
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.serializeBinaryToWriter(this, writer);
496
+ return writer.getResultBuffer();
497
+ };
498
+
499
+
500
+ /**
501
+ * Serializes the given message to binary data (in protobuf wire
502
+ * format), writing to the given BinaryWriter.
503
+ * @param {!proto.alis.open.support.v1.CreateIssueSubscriberRequest} message
504
+ * @param {!jspb.BinaryWriter} writer
505
+ * @suppress {unusedLocalVariables} f is only used for nested messages
506
+ */
507
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.serializeBinaryToWriter = function(message, writer) {
508
+ var f = undefined;
509
+ f = message.getParent();
510
+ if (f.length > 0) {
511
+ writer.writeString(
512
+ 1,
513
+ f
514
+ );
515
+ }
516
+ f = message.getIssueSubscriber();
517
+ if (f != null) {
518
+ writer.writeMessage(
519
+ 2,
520
+ f,
521
+ proto.alis.open.support.v1.IssueSubscriber.serializeBinaryToWriter
522
+ );
523
+ }
524
+ f = message.getSubscriberId();
525
+ if (f.length > 0) {
526
+ writer.writeString(
527
+ 3,
528
+ f
529
+ );
530
+ }
531
+ };
532
+
533
+
534
+ /**
535
+ * optional string parent = 1;
536
+ * @return {string}
537
+ */
538
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.getParent = function() {
539
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
540
+ };
541
+
542
+
543
+ /**
544
+ * @param {string} value
545
+ * @return {!proto.alis.open.support.v1.CreateIssueSubscriberRequest} returns this
546
+ */
547
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.setParent = function(value) {
548
+ return jspb.Message.setProto3StringField(this, 1, value);
549
+ };
550
+
551
+
552
+ /**
553
+ * optional IssueSubscriber issue_subscriber = 2;
554
+ * @return {?proto.alis.open.support.v1.IssueSubscriber}
555
+ */
556
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.getIssueSubscriber = function() {
557
+ return /** @type{?proto.alis.open.support.v1.IssueSubscriber} */ (
558
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.IssueSubscriber, 2));
559
+ };
560
+
561
+
562
+ /**
563
+ * @param {?proto.alis.open.support.v1.IssueSubscriber|undefined} value
564
+ * @return {!proto.alis.open.support.v1.CreateIssueSubscriberRequest} returns this
565
+ */
566
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.setIssueSubscriber = function(value) {
567
+ return jspb.Message.setWrapperField(this, 2, value);
568
+ };
569
+
570
+
571
+ /**
572
+ * Clears the message field making it undefined.
573
+ * @return {!proto.alis.open.support.v1.CreateIssueSubscriberRequest} returns this
574
+ */
575
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.clearIssueSubscriber = function() {
576
+ return this.setIssueSubscriber(undefined);
577
+ };
578
+
579
+
580
+ /**
581
+ * Returns whether this field is set.
582
+ * @return {boolean}
583
+ */
584
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.hasIssueSubscriber = function() {
585
+ return jspb.Message.getField(this, 2) != null;
586
+ };
587
+
588
+
589
+ /**
590
+ * optional string subscriber_id = 3;
591
+ * @return {string}
592
+ */
593
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.getSubscriberId = function() {
594
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
595
+ };
596
+
597
+
598
+ /**
599
+ * @param {string} value
600
+ * @return {!proto.alis.open.support.v1.CreateIssueSubscriberRequest} returns this
601
+ */
602
+ proto.alis.open.support.v1.CreateIssueSubscriberRequest.prototype.setSubscriberId = function(value) {
603
+ return jspb.Message.setProto3StringField(this, 3, value);
604
+ };
605
+
606
+
607
+
608
+
609
+
610
+ if (jspb.Message.GENERATE_TO_OBJECT) {
611
+ /**
612
+ * Creates an object representation of this proto.
613
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
614
+ * Optional fields that are not set will be set to undefined.
615
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
616
+ * For the list of reserved names please see:
617
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
618
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
619
+ * JSPB instance for transitional soy proto support:
620
+ * http://goto/soy-param-migration
621
+ * @return {!Object}
622
+ */
623
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.prototype.toObject = function(opt_includeInstance) {
624
+ return proto.alis.open.support.v1.DeleteIssueSubscriberRequest.toObject(opt_includeInstance, this);
625
+ };
626
+
627
+
628
+ /**
629
+ * Static version of the {@see toObject} method.
630
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
631
+ * the JSPB instance for transitional soy proto support:
632
+ * http://goto/soy-param-migration
633
+ * @param {!proto.alis.open.support.v1.DeleteIssueSubscriberRequest} msg The msg instance to transform.
634
+ * @return {!Object}
635
+ * @suppress {unusedLocalVariables} f is only used for nested messages
636
+ */
637
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.toObject = function(includeInstance, msg) {
638
+ var f, obj = {
639
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
640
+ };
641
+
642
+ if (includeInstance) {
643
+ obj.$jspbMessageInstance = msg;
644
+ }
645
+ return obj;
646
+ };
647
+ }
648
+
649
+
650
+ /**
651
+ * Deserializes binary data (in protobuf wire format).
652
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
653
+ * @return {!proto.alis.open.support.v1.DeleteIssueSubscriberRequest}
654
+ */
655
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.deserializeBinary = function(bytes) {
656
+ var reader = new jspb.BinaryReader(bytes);
657
+ var msg = new proto.alis.open.support.v1.DeleteIssueSubscriberRequest;
658
+ return proto.alis.open.support.v1.DeleteIssueSubscriberRequest.deserializeBinaryFromReader(msg, reader);
659
+ };
660
+
661
+
662
+ /**
663
+ * Deserializes binary data (in protobuf wire format) from the
664
+ * given reader into the given message object.
665
+ * @param {!proto.alis.open.support.v1.DeleteIssueSubscriberRequest} msg The message object to deserialize into.
666
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
667
+ * @return {!proto.alis.open.support.v1.DeleteIssueSubscriberRequest}
668
+ */
669
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.deserializeBinaryFromReader = function(msg, reader) {
670
+ while (reader.nextField()) {
671
+ if (reader.isEndGroup()) {
672
+ break;
673
+ }
674
+ var field = reader.getFieldNumber();
675
+ switch (field) {
676
+ case 1:
677
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
678
+ msg.setName(value);
679
+ break;
680
+ default:
681
+ reader.skipField();
682
+ break;
683
+ }
684
+ }
685
+ return msg;
686
+ };
687
+
688
+
689
+ /**
690
+ * Serializes the message to binary data (in protobuf wire format).
691
+ * @return {!Uint8Array}
692
+ */
693
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.prototype.serializeBinary = function() {
694
+ var writer = new jspb.BinaryWriter();
695
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.serializeBinaryToWriter(this, writer);
696
+ return writer.getResultBuffer();
697
+ };
698
+
699
+
700
+ /**
701
+ * Serializes the given message to binary data (in protobuf wire
702
+ * format), writing to the given BinaryWriter.
703
+ * @param {!proto.alis.open.support.v1.DeleteIssueSubscriberRequest} message
704
+ * @param {!jspb.BinaryWriter} writer
705
+ * @suppress {unusedLocalVariables} f is only used for nested messages
706
+ */
707
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.serializeBinaryToWriter = function(message, writer) {
708
+ var f = undefined;
709
+ f = message.getName();
710
+ if (f.length > 0) {
711
+ writer.writeString(
712
+ 1,
713
+ f
714
+ );
715
+ }
716
+ };
717
+
718
+
719
+ /**
720
+ * optional string name = 1;
721
+ * @return {string}
722
+ */
723
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.prototype.getName = function() {
724
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
725
+ };
726
+
727
+
728
+ /**
729
+ * @param {string} value
730
+ * @return {!proto.alis.open.support.v1.DeleteIssueSubscriberRequest} returns this
731
+ */
732
+ proto.alis.open.support.v1.DeleteIssueSubscriberRequest.prototype.setName = function(value) {
733
+ return jspb.Message.setProto3StringField(this, 1, value);
734
+ };
735
+
736
+
737
+
738
+
739
+
740
+ if (jspb.Message.GENERATE_TO_OBJECT) {
741
+ /**
742
+ * Creates an object representation of this proto.
743
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
744
+ * Optional fields that are not set will be set to undefined.
745
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
746
+ * For the list of reserved names please see:
747
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
748
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
749
+ * JSPB instance for transitional soy proto support:
750
+ * http://goto/soy-param-migration
751
+ * @return {!Object}
752
+ */
753
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.prototype.toObject = function(opt_includeInstance) {
754
+ return proto.alis.open.support.v1.GetIssueSubscriberRequest.toObject(opt_includeInstance, this);
755
+ };
756
+
757
+
758
+ /**
759
+ * Static version of the {@see toObject} method.
760
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
761
+ * the JSPB instance for transitional soy proto support:
762
+ * http://goto/soy-param-migration
763
+ * @param {!proto.alis.open.support.v1.GetIssueSubscriberRequest} msg The msg instance to transform.
764
+ * @return {!Object}
765
+ * @suppress {unusedLocalVariables} f is only used for nested messages
766
+ */
767
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.toObject = function(includeInstance, msg) {
768
+ var f, obj = {
769
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
770
+ };
771
+
772
+ if (includeInstance) {
773
+ obj.$jspbMessageInstance = msg;
774
+ }
775
+ return obj;
776
+ };
777
+ }
778
+
779
+
780
+ /**
781
+ * Deserializes binary data (in protobuf wire format).
782
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
783
+ * @return {!proto.alis.open.support.v1.GetIssueSubscriberRequest}
784
+ */
785
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.deserializeBinary = function(bytes) {
786
+ var reader = new jspb.BinaryReader(bytes);
787
+ var msg = new proto.alis.open.support.v1.GetIssueSubscriberRequest;
788
+ return proto.alis.open.support.v1.GetIssueSubscriberRequest.deserializeBinaryFromReader(msg, reader);
789
+ };
790
+
791
+
792
+ /**
793
+ * Deserializes binary data (in protobuf wire format) from the
794
+ * given reader into the given message object.
795
+ * @param {!proto.alis.open.support.v1.GetIssueSubscriberRequest} msg The message object to deserialize into.
796
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
797
+ * @return {!proto.alis.open.support.v1.GetIssueSubscriberRequest}
798
+ */
799
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.deserializeBinaryFromReader = function(msg, reader) {
800
+ while (reader.nextField()) {
801
+ if (reader.isEndGroup()) {
802
+ break;
803
+ }
804
+ var field = reader.getFieldNumber();
805
+ switch (field) {
806
+ case 1:
807
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
808
+ msg.setName(value);
809
+ break;
810
+ default:
811
+ reader.skipField();
812
+ break;
813
+ }
814
+ }
815
+ return msg;
816
+ };
817
+
818
+
819
+ /**
820
+ * Serializes the message to binary data (in protobuf wire format).
821
+ * @return {!Uint8Array}
822
+ */
823
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.prototype.serializeBinary = function() {
824
+ var writer = new jspb.BinaryWriter();
825
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.serializeBinaryToWriter(this, writer);
826
+ return writer.getResultBuffer();
827
+ };
828
+
829
+
830
+ /**
831
+ * Serializes the given message to binary data (in protobuf wire
832
+ * format), writing to the given BinaryWriter.
833
+ * @param {!proto.alis.open.support.v1.GetIssueSubscriberRequest} message
834
+ * @param {!jspb.BinaryWriter} writer
835
+ * @suppress {unusedLocalVariables} f is only used for nested messages
836
+ */
837
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.serializeBinaryToWriter = function(message, writer) {
838
+ var f = undefined;
839
+ f = message.getName();
840
+ if (f.length > 0) {
841
+ writer.writeString(
842
+ 1,
843
+ f
844
+ );
845
+ }
846
+ };
847
+
848
+
849
+ /**
850
+ * optional string name = 1;
851
+ * @return {string}
852
+ */
853
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.prototype.getName = function() {
854
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
855
+ };
856
+
857
+
858
+ /**
859
+ * @param {string} value
860
+ * @return {!proto.alis.open.support.v1.GetIssueSubscriberRequest} returns this
861
+ */
862
+ proto.alis.open.support.v1.GetIssueSubscriberRequest.prototype.setName = function(value) {
863
+ return jspb.Message.setProto3StringField(this, 1, value);
864
+ };
865
+
866
+
867
+
868
+
869
+
870
+ if (jspb.Message.GENERATE_TO_OBJECT) {
871
+ /**
872
+ * Creates an object representation of this proto.
873
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
874
+ * Optional fields that are not set will be set to undefined.
875
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
876
+ * For the list of reserved names please see:
877
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
878
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
879
+ * JSPB instance for transitional soy proto support:
880
+ * http://goto/soy-param-migration
881
+ * @return {!Object}
882
+ */
883
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.toObject = function(opt_includeInstance) {
884
+ return proto.alis.open.support.v1.ListIssueSubscribersRequest.toObject(opt_includeInstance, this);
885
+ };
886
+
887
+
888
+ /**
889
+ * Static version of the {@see toObject} method.
890
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
891
+ * the JSPB instance for transitional soy proto support:
892
+ * http://goto/soy-param-migration
893
+ * @param {!proto.alis.open.support.v1.ListIssueSubscribersRequest} msg The msg instance to transform.
894
+ * @return {!Object}
895
+ * @suppress {unusedLocalVariables} f is only used for nested messages
896
+ */
897
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.toObject = function(includeInstance, msg) {
898
+ var f, obj = {
899
+ parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
900
+ pageSize: jspb.Message.getFieldWithDefault(msg, 2, 0),
901
+ pageToken: jspb.Message.getFieldWithDefault(msg, 3, ""),
902
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
903
+ filter: jspb.Message.getFieldWithDefault(msg, 5, ""),
904
+ orderBy: jspb.Message.getFieldWithDefault(msg, 6, "")
905
+ };
906
+
907
+ if (includeInstance) {
908
+ obj.$jspbMessageInstance = msg;
909
+ }
910
+ return obj;
911
+ };
912
+ }
913
+
914
+
915
+ /**
916
+ * Deserializes binary data (in protobuf wire format).
917
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
918
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest}
919
+ */
920
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.deserializeBinary = function(bytes) {
921
+ var reader = new jspb.BinaryReader(bytes);
922
+ var msg = new proto.alis.open.support.v1.ListIssueSubscribersRequest;
923
+ return proto.alis.open.support.v1.ListIssueSubscribersRequest.deserializeBinaryFromReader(msg, reader);
924
+ };
925
+
926
+
927
+ /**
928
+ * Deserializes binary data (in protobuf wire format) from the
929
+ * given reader into the given message object.
930
+ * @param {!proto.alis.open.support.v1.ListIssueSubscribersRequest} msg The message object to deserialize into.
931
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
932
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest}
933
+ */
934
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.deserializeBinaryFromReader = function(msg, reader) {
935
+ while (reader.nextField()) {
936
+ if (reader.isEndGroup()) {
937
+ break;
938
+ }
939
+ var field = reader.getFieldNumber();
940
+ switch (field) {
941
+ case 1:
942
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
943
+ msg.setParent(value);
944
+ break;
945
+ case 2:
946
+ var value = /** @type {number} */ (reader.readInt32());
947
+ msg.setPageSize(value);
948
+ break;
949
+ case 3:
950
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
951
+ msg.setPageToken(value);
952
+ break;
953
+ case 4:
954
+ var value = new google_protobuf_field_mask_pb.FieldMask;
955
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
956
+ msg.setReadMask(value);
957
+ break;
958
+ case 5:
959
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
960
+ msg.setFilter(value);
961
+ break;
962
+ case 6:
963
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
964
+ msg.setOrderBy(value);
965
+ break;
966
+ default:
967
+ reader.skipField();
968
+ break;
969
+ }
970
+ }
971
+ return msg;
972
+ };
973
+
974
+
975
+ /**
976
+ * Serializes the message to binary data (in protobuf wire format).
977
+ * @return {!Uint8Array}
978
+ */
979
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.serializeBinary = function() {
980
+ var writer = new jspb.BinaryWriter();
981
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.serializeBinaryToWriter(this, writer);
982
+ return writer.getResultBuffer();
983
+ };
984
+
985
+
986
+ /**
987
+ * Serializes the given message to binary data (in protobuf wire
988
+ * format), writing to the given BinaryWriter.
989
+ * @param {!proto.alis.open.support.v1.ListIssueSubscribersRequest} message
990
+ * @param {!jspb.BinaryWriter} writer
991
+ * @suppress {unusedLocalVariables} f is only used for nested messages
992
+ */
993
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.serializeBinaryToWriter = function(message, writer) {
994
+ var f = undefined;
995
+ f = message.getParent();
996
+ if (f.length > 0) {
997
+ writer.writeString(
998
+ 1,
999
+ f
1000
+ );
1001
+ }
1002
+ f = message.getPageSize();
1003
+ if (f !== 0) {
1004
+ writer.writeInt32(
1005
+ 2,
1006
+ f
1007
+ );
1008
+ }
1009
+ f = message.getPageToken();
1010
+ if (f.length > 0) {
1011
+ writer.writeString(
1012
+ 3,
1013
+ f
1014
+ );
1015
+ }
1016
+ f = message.getReadMask();
1017
+ if (f != null) {
1018
+ writer.writeMessage(
1019
+ 4,
1020
+ f,
1021
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1022
+ );
1023
+ }
1024
+ f = message.getFilter();
1025
+ if (f.length > 0) {
1026
+ writer.writeString(
1027
+ 5,
1028
+ f
1029
+ );
1030
+ }
1031
+ f = message.getOrderBy();
1032
+ if (f.length > 0) {
1033
+ writer.writeString(
1034
+ 6,
1035
+ f
1036
+ );
1037
+ }
1038
+ };
1039
+
1040
+
1041
+ /**
1042
+ * optional string parent = 1;
1043
+ * @return {string}
1044
+ */
1045
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.getParent = function() {
1046
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1047
+ };
1048
+
1049
+
1050
+ /**
1051
+ * @param {string} value
1052
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest} returns this
1053
+ */
1054
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.setParent = function(value) {
1055
+ return jspb.Message.setProto3StringField(this, 1, value);
1056
+ };
1057
+
1058
+
1059
+ /**
1060
+ * optional int32 page_size = 2;
1061
+ * @return {number}
1062
+ */
1063
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.getPageSize = function() {
1064
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1065
+ };
1066
+
1067
+
1068
+ /**
1069
+ * @param {number} value
1070
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest} returns this
1071
+ */
1072
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.setPageSize = function(value) {
1073
+ return jspb.Message.setProto3IntField(this, 2, value);
1074
+ };
1075
+
1076
+
1077
+ /**
1078
+ * optional string page_token = 3;
1079
+ * @return {string}
1080
+ */
1081
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.getPageToken = function() {
1082
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1083
+ };
1084
+
1085
+
1086
+ /**
1087
+ * @param {string} value
1088
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest} returns this
1089
+ */
1090
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.setPageToken = function(value) {
1091
+ return jspb.Message.setProto3StringField(this, 3, value);
1092
+ };
1093
+
1094
+
1095
+ /**
1096
+ * optional google.protobuf.FieldMask read_mask = 4;
1097
+ * @return {?proto.google.protobuf.FieldMask}
1098
+ */
1099
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.getReadMask = function() {
1100
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
1101
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 4));
1102
+ };
1103
+
1104
+
1105
+ /**
1106
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
1107
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest} returns this
1108
+ */
1109
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.setReadMask = function(value) {
1110
+ return jspb.Message.setWrapperField(this, 4, value);
1111
+ };
1112
+
1113
+
1114
+ /**
1115
+ * Clears the message field making it undefined.
1116
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest} returns this
1117
+ */
1118
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.clearReadMask = function() {
1119
+ return this.setReadMask(undefined);
1120
+ };
1121
+
1122
+
1123
+ /**
1124
+ * Returns whether this field is set.
1125
+ * @return {boolean}
1126
+ */
1127
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.hasReadMask = function() {
1128
+ return jspb.Message.getField(this, 4) != null;
1129
+ };
1130
+
1131
+
1132
+ /**
1133
+ * optional string filter = 5;
1134
+ * @return {string}
1135
+ */
1136
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.getFilter = function() {
1137
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1138
+ };
1139
+
1140
+
1141
+ /**
1142
+ * @param {string} value
1143
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest} returns this
1144
+ */
1145
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.setFilter = function(value) {
1146
+ return jspb.Message.setProto3StringField(this, 5, value);
1147
+ };
1148
+
1149
+
1150
+ /**
1151
+ * optional string order_by = 6;
1152
+ * @return {string}
1153
+ */
1154
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.getOrderBy = function() {
1155
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1156
+ };
1157
+
1158
+
1159
+ /**
1160
+ * @param {string} value
1161
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersRequest} returns this
1162
+ */
1163
+ proto.alis.open.support.v1.ListIssueSubscribersRequest.prototype.setOrderBy = function(value) {
1164
+ return jspb.Message.setProto3StringField(this, 6, value);
1165
+ };
1166
+
1167
+
1168
+
1169
+ /**
1170
+ * List of repeated fields within this message type.
1171
+ * @private {!Array<number>}
1172
+ * @const
1173
+ */
1174
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.repeatedFields_ = [1];
1175
+
1176
+
1177
+
1178
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1179
+ /**
1180
+ * Creates an object representation of this proto.
1181
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1182
+ * Optional fields that are not set will be set to undefined.
1183
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1184
+ * For the list of reserved names please see:
1185
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1186
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1187
+ * JSPB instance for transitional soy proto support:
1188
+ * http://goto/soy-param-migration
1189
+ * @return {!Object}
1190
+ */
1191
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.toObject = function(opt_includeInstance) {
1192
+ return proto.alis.open.support.v1.ListIssueSubscribersResponse.toObject(opt_includeInstance, this);
1193
+ };
1194
+
1195
+
1196
+ /**
1197
+ * Static version of the {@see toObject} method.
1198
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1199
+ * the JSPB instance for transitional soy proto support:
1200
+ * http://goto/soy-param-migration
1201
+ * @param {!proto.alis.open.support.v1.ListIssueSubscribersResponse} msg The msg instance to transform.
1202
+ * @return {!Object}
1203
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1204
+ */
1205
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.toObject = function(includeInstance, msg) {
1206
+ var f, obj = {
1207
+ subscribersList: jspb.Message.toObjectList(msg.getSubscribersList(),
1208
+ proto.alis.open.support.v1.IssueSubscriber.toObject, includeInstance),
1209
+ nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
1210
+ };
1211
+
1212
+ if (includeInstance) {
1213
+ obj.$jspbMessageInstance = msg;
1214
+ }
1215
+ return obj;
1216
+ };
1217
+ }
1218
+
1219
+
1220
+ /**
1221
+ * Deserializes binary data (in protobuf wire format).
1222
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1223
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersResponse}
1224
+ */
1225
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.deserializeBinary = function(bytes) {
1226
+ var reader = new jspb.BinaryReader(bytes);
1227
+ var msg = new proto.alis.open.support.v1.ListIssueSubscribersResponse;
1228
+ return proto.alis.open.support.v1.ListIssueSubscribersResponse.deserializeBinaryFromReader(msg, reader);
1229
+ };
1230
+
1231
+
1232
+ /**
1233
+ * Deserializes binary data (in protobuf wire format) from the
1234
+ * given reader into the given message object.
1235
+ * @param {!proto.alis.open.support.v1.ListIssueSubscribersResponse} msg The message object to deserialize into.
1236
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1237
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersResponse}
1238
+ */
1239
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.deserializeBinaryFromReader = function(msg, reader) {
1240
+ while (reader.nextField()) {
1241
+ if (reader.isEndGroup()) {
1242
+ break;
1243
+ }
1244
+ var field = reader.getFieldNumber();
1245
+ switch (field) {
1246
+ case 1:
1247
+ var value = new proto.alis.open.support.v1.IssueSubscriber;
1248
+ reader.readMessage(value,proto.alis.open.support.v1.IssueSubscriber.deserializeBinaryFromReader);
1249
+ msg.addSubscribers(value);
1250
+ break;
1251
+ case 2:
1252
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1253
+ msg.setNextPageToken(value);
1254
+ break;
1255
+ default:
1256
+ reader.skipField();
1257
+ break;
1258
+ }
1259
+ }
1260
+ return msg;
1261
+ };
1262
+
1263
+
1264
+ /**
1265
+ * Serializes the message to binary data (in protobuf wire format).
1266
+ * @return {!Uint8Array}
1267
+ */
1268
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.serializeBinary = function() {
1269
+ var writer = new jspb.BinaryWriter();
1270
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.serializeBinaryToWriter(this, writer);
1271
+ return writer.getResultBuffer();
1272
+ };
1273
+
1274
+
1275
+ /**
1276
+ * Serializes the given message to binary data (in protobuf wire
1277
+ * format), writing to the given BinaryWriter.
1278
+ * @param {!proto.alis.open.support.v1.ListIssueSubscribersResponse} message
1279
+ * @param {!jspb.BinaryWriter} writer
1280
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1281
+ */
1282
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.serializeBinaryToWriter = function(message, writer) {
1283
+ var f = undefined;
1284
+ f = message.getSubscribersList();
1285
+ if (f.length > 0) {
1286
+ writer.writeRepeatedMessage(
1287
+ 1,
1288
+ f,
1289
+ proto.alis.open.support.v1.IssueSubscriber.serializeBinaryToWriter
1290
+ );
1291
+ }
1292
+ f = message.getNextPageToken();
1293
+ if (f.length > 0) {
1294
+ writer.writeString(
1295
+ 2,
1296
+ f
1297
+ );
1298
+ }
1299
+ };
1300
+
1301
+
1302
+ /**
1303
+ * repeated IssueSubscriber subscribers = 1;
1304
+ * @return {!Array<!proto.alis.open.support.v1.IssueSubscriber>}
1305
+ */
1306
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.getSubscribersList = function() {
1307
+ return /** @type{!Array<!proto.alis.open.support.v1.IssueSubscriber>} */ (
1308
+ jspb.Message.getRepeatedWrapperField(this, proto.alis.open.support.v1.IssueSubscriber, 1));
1309
+ };
1310
+
1311
+
1312
+ /**
1313
+ * @param {!Array<!proto.alis.open.support.v1.IssueSubscriber>} value
1314
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersResponse} returns this
1315
+ */
1316
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.setSubscribersList = function(value) {
1317
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1318
+ };
1319
+
1320
+
1321
+ /**
1322
+ * @param {!proto.alis.open.support.v1.IssueSubscriber=} opt_value
1323
+ * @param {number=} opt_index
1324
+ * @return {!proto.alis.open.support.v1.IssueSubscriber}
1325
+ */
1326
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.addSubscribers = function(opt_value, opt_index) {
1327
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.open.support.v1.IssueSubscriber, opt_index);
1328
+ };
1329
+
1330
+
1331
+ /**
1332
+ * Clears the list making it empty but non-null.
1333
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersResponse} returns this
1334
+ */
1335
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.clearSubscribersList = function() {
1336
+ return this.setSubscribersList([]);
1337
+ };
1338
+
1339
+
1340
+ /**
1341
+ * optional string next_page_token = 2;
1342
+ * @return {string}
1343
+ */
1344
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.getNextPageToken = function() {
1345
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1346
+ };
1347
+
1348
+
1349
+ /**
1350
+ * @param {string} value
1351
+ * @return {!proto.alis.open.support.v1.ListIssueSubscribersResponse} returns this
1352
+ */
1353
+ proto.alis.open.support.v1.ListIssueSubscribersResponse.prototype.setNextPageToken = function(value) {
1354
+ return jspb.Message.setProto3StringField(this, 2, value);
1355
+ };
1356
+
1357
+
1358
+ goog.object.extend(exports, proto.alis.open.support.v1);
1359
+
1360
+ // Below is base64 encoded GeneratedCodeInfo proto
1361
+ // CjYKAgQAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YoRMgsBMKNgoCBAESKmFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3Vlc3Vic2NyaWJlci5wcm90bxirGSDHGQo2CgIEAhIqYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWVzdWJzY3JpYmVyLnByb3RvGOkfIIUgCjYKAgQDEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YpyYgwCYKNgoCBAQSKmFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3Vlc3Vic2NyaWJlci5wcm90bxjZLCD0LAo2CgIEBRIqYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWVzdWJzY3JpYmVyLnByb3RvGJMzIK8zCjgKBAQAAgASKmFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3Vlc3Vic2NyaWJlci5wcm90bxjZWyDgWwo4CgQEAAIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y4V0g6F0KOAoEBAACARIqYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWVzdWJzY3JpYmVyLnByb3RvGOFfIO5fCjgKBAQAAgESKmFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3Vlc3Vic2NyaWJlci5wcm90bxjRYiDeYgo4CgQEAAIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y5GQg82QKOAoEBAACARIqYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWVzdWJzY3JpYmVyLnByb3RvGKhmILVmCjgKBAQAAgISKmFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3Vlc3Vic2NyaWJlci5wcm90bxifaCCsaAo4CgQEAAICEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Yj2sgnGsKOAoEBAACAhIqYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWVzdWJzY3JpYmVyLnByb3RvGKJtILFtCjgKBAQAAgISKmFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3Vlc3Vic2NyaWJlci5wcm90bxjmbiDzbgo6CgQEAQIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y1JQBIN2UAQo6CgQEAQIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y+JYBIIGXAQo6CgQEAQIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YjJkBIJ6ZAQo6CgQEAQIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YtJwBIMacAQo6CgQEAQIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y5Z4BIPmeAQo6CgQEAQIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YwKABINKgAQo6CgQEAQICEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YnKIBIKuiAQo6CgQEAQICEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YxqQBINWkAQo6CgQEAgIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y98MBIP7DAQo6CgQEAgIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YmcYBIKDGAQo6CgQEAwIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YkuUBIJnlAQo6CgQEAwIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YrucBILXnAQo6CgQEBAIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YqJMCILGTAgo6CgQEBAIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YypUCINOVAgo6CgQEBAIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Yp5cCILKXAgo6CgQEBAIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YypkCINWZAgo6CgQEBAICEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YqJsCILSbAgo6CgQEBAICEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YzZ0CINmdAgo6CgQEBAIDEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y258CIOafAgo6CgQEBAIDEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y4aICIOyiAgo6CgQEBAIDEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YiaUCIJalAgo6CgQEBAIDEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y1aYCIOCmAgo6CgQEBAIEEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YoqgCIKuoAgo6CgQEBAIEEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YxKoCIM2qAgo6CgQEBAIFEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YoawCIKusAgo6CgQEBAIFEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YxK4CIM6uAgo6CgQEBQIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YsdQCIMPUAgo6CgQEBQIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Y59cCIPnXAgo6CgQEBQIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YttoCIMTaAgo6CgQEBQIAEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Yt90CIMvdAgo6CgQEBQIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8YjN8CIJzfAgo6CgQEBQIBEiphbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZXN1YnNjcmliZXIucHJvdG8Yt+ECIMfhAg==