@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,3984 @@
1
+ // source: alis/open/support/v1/issue.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.AddIssueViewersRequest', null, global);
33
+ goog.exportSymbol('proto.alis.open.support.v1.CancelNewIssueRequest', null, global);
34
+ goog.exportSymbol('proto.alis.open.support.v1.CreateIssueRequest', null, global);
35
+ goog.exportSymbol('proto.alis.open.support.v1.DeleteIssueRequest', null, global);
36
+ goog.exportSymbol('proto.alis.open.support.v1.EditNewIssueRequest', null, global);
37
+ goog.exportSymbol('proto.alis.open.support.v1.GetIssueRequest', null, global);
38
+ goog.exportSymbol('proto.alis.open.support.v1.Issue', null, global);
39
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.Category', null, global);
40
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.ContentBlock', null, global);
41
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.ContentBlock.BlockCase', null, global);
42
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.ContentBlock.Image', null, global);
43
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.ContentBlock.TextBody', null, global);
44
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.ContentBlock.Type', null, global);
45
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.ContentBlock.Video', null, global);
46
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.IssueVisibility', null, global);
47
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.State', null, global);
48
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.Type', null, global);
49
+ goog.exportSymbol('proto.alis.open.support.v1.Issue.User', null, global);
50
+ goog.exportSymbol('proto.alis.open.support.v1.ListIssuesRequest', null, global);
51
+ goog.exportSymbol('proto.alis.open.support.v1.ListIssuesResponse', null, global);
52
+ goog.exportSymbol('proto.alis.open.support.v1.RemoveIssueViewersRequest', null, global);
53
+ goog.exportSymbol('proto.alis.open.support.v1.SetIssueAssigneeRequest', null, global);
54
+ goog.exportSymbol('proto.alis.open.support.v1.UpdateIssueRequest', null, global);
55
+ /**
56
+ * Generated by JsPbCodeGenerator.
57
+ * @param {Array=} opt_data Optional initial data array, typically from a
58
+ * server response, or constructed directly in Javascript. The array is used
59
+ * in place and becomes part of the constructed object. It is not cloned.
60
+ * If no data is provided, the constructed object will be empty, but still
61
+ * valid.
62
+ * @extends {jspb.Message}
63
+ * @constructor
64
+ */
65
+ proto.alis.open.support.v1.Issue = function(opt_data) {
66
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.support.v1.Issue.repeatedFields_, null);
67
+ };
68
+ goog.inherits(proto.alis.open.support.v1.Issue, jspb.Message);
69
+ if (goog.DEBUG && !COMPILED) {
70
+ /**
71
+ * @public
72
+ * @override
73
+ */
74
+ proto.alis.open.support.v1.Issue.displayName = 'proto.alis.open.support.v1.Issue';
75
+ }
76
+ /**
77
+ * Generated by JsPbCodeGenerator.
78
+ * @param {Array=} opt_data Optional initial data array, typically from a
79
+ * server response, or constructed directly in Javascript. The array is used
80
+ * in place and becomes part of the constructed object. It is not cloned.
81
+ * If no data is provided, the constructed object will be empty, but still
82
+ * valid.
83
+ * @extends {jspb.Message}
84
+ * @constructor
85
+ */
86
+ proto.alis.open.support.v1.Issue.ContentBlock = function(opt_data) {
87
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.alis.open.support.v1.Issue.ContentBlock.oneofGroups_);
88
+ };
89
+ goog.inherits(proto.alis.open.support.v1.Issue.ContentBlock, jspb.Message);
90
+ if (goog.DEBUG && !COMPILED) {
91
+ /**
92
+ * @public
93
+ * @override
94
+ */
95
+ proto.alis.open.support.v1.Issue.ContentBlock.displayName = 'proto.alis.open.support.v1.Issue.ContentBlock';
96
+ }
97
+ /**
98
+ * Generated by JsPbCodeGenerator.
99
+ * @param {Array=} opt_data Optional initial data array, typically from a
100
+ * server response, or constructed directly in Javascript. The array is used
101
+ * in place and becomes part of the constructed object. It is not cloned.
102
+ * If no data is provided, the constructed object will be empty, but still
103
+ * valid.
104
+ * @extends {jspb.Message}
105
+ * @constructor
106
+ */
107
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody = function(opt_data) {
108
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
109
+ };
110
+ goog.inherits(proto.alis.open.support.v1.Issue.ContentBlock.TextBody, jspb.Message);
111
+ if (goog.DEBUG && !COMPILED) {
112
+ /**
113
+ * @public
114
+ * @override
115
+ */
116
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.displayName = 'proto.alis.open.support.v1.Issue.ContentBlock.TextBody';
117
+ }
118
+ /**
119
+ * Generated by JsPbCodeGenerator.
120
+ * @param {Array=} opt_data Optional initial data array, typically from a
121
+ * server response, or constructed directly in Javascript. The array is used
122
+ * in place and becomes part of the constructed object. It is not cloned.
123
+ * If no data is provided, the constructed object will be empty, but still
124
+ * valid.
125
+ * @extends {jspb.Message}
126
+ * @constructor
127
+ */
128
+ proto.alis.open.support.v1.Issue.ContentBlock.Image = function(opt_data) {
129
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
130
+ };
131
+ goog.inherits(proto.alis.open.support.v1.Issue.ContentBlock.Image, jspb.Message);
132
+ if (goog.DEBUG && !COMPILED) {
133
+ /**
134
+ * @public
135
+ * @override
136
+ */
137
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.displayName = 'proto.alis.open.support.v1.Issue.ContentBlock.Image';
138
+ }
139
+ /**
140
+ * Generated by JsPbCodeGenerator.
141
+ * @param {Array=} opt_data Optional initial data array, typically from a
142
+ * server response, or constructed directly in Javascript. The array is used
143
+ * in place and becomes part of the constructed object. It is not cloned.
144
+ * If no data is provided, the constructed object will be empty, but still
145
+ * valid.
146
+ * @extends {jspb.Message}
147
+ * @constructor
148
+ */
149
+ proto.alis.open.support.v1.Issue.ContentBlock.Video = function(opt_data) {
150
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
151
+ };
152
+ goog.inherits(proto.alis.open.support.v1.Issue.ContentBlock.Video, jspb.Message);
153
+ if (goog.DEBUG && !COMPILED) {
154
+ /**
155
+ * @public
156
+ * @override
157
+ */
158
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.displayName = 'proto.alis.open.support.v1.Issue.ContentBlock.Video';
159
+ }
160
+ /**
161
+ * Generated by JsPbCodeGenerator.
162
+ * @param {Array=} opt_data Optional initial data array, typically from a
163
+ * server response, or constructed directly in Javascript. The array is used
164
+ * in place and becomes part of the constructed object. It is not cloned.
165
+ * If no data is provided, the constructed object will be empty, but still
166
+ * valid.
167
+ * @extends {jspb.Message}
168
+ * @constructor
169
+ */
170
+ proto.alis.open.support.v1.Issue.User = function(opt_data) {
171
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
172
+ };
173
+ goog.inherits(proto.alis.open.support.v1.Issue.User, jspb.Message);
174
+ if (goog.DEBUG && !COMPILED) {
175
+ /**
176
+ * @public
177
+ * @override
178
+ */
179
+ proto.alis.open.support.v1.Issue.User.displayName = 'proto.alis.open.support.v1.Issue.User';
180
+ }
181
+ /**
182
+ * Generated by JsPbCodeGenerator.
183
+ * @param {Array=} opt_data Optional initial data array, typically from a
184
+ * server response, or constructed directly in Javascript. The array is used
185
+ * in place and becomes part of the constructed object. It is not cloned.
186
+ * If no data is provided, the constructed object will be empty, but still
187
+ * valid.
188
+ * @extends {jspb.Message}
189
+ * @constructor
190
+ */
191
+ proto.alis.open.support.v1.CreateIssueRequest = function(opt_data) {
192
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
193
+ };
194
+ goog.inherits(proto.alis.open.support.v1.CreateIssueRequest, jspb.Message);
195
+ if (goog.DEBUG && !COMPILED) {
196
+ /**
197
+ * @public
198
+ * @override
199
+ */
200
+ proto.alis.open.support.v1.CreateIssueRequest.displayName = 'proto.alis.open.support.v1.CreateIssueRequest';
201
+ }
202
+ /**
203
+ * Generated by JsPbCodeGenerator.
204
+ * @param {Array=} opt_data Optional initial data array, typically from a
205
+ * server response, or constructed directly in Javascript. The array is used
206
+ * in place and becomes part of the constructed object. It is not cloned.
207
+ * If no data is provided, the constructed object will be empty, but still
208
+ * valid.
209
+ * @extends {jspb.Message}
210
+ * @constructor
211
+ */
212
+ proto.alis.open.support.v1.UpdateIssueRequest = function(opt_data) {
213
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
214
+ };
215
+ goog.inherits(proto.alis.open.support.v1.UpdateIssueRequest, jspb.Message);
216
+ if (goog.DEBUG && !COMPILED) {
217
+ /**
218
+ * @public
219
+ * @override
220
+ */
221
+ proto.alis.open.support.v1.UpdateIssueRequest.displayName = 'proto.alis.open.support.v1.UpdateIssueRequest';
222
+ }
223
+ /**
224
+ * Generated by JsPbCodeGenerator.
225
+ * @param {Array=} opt_data Optional initial data array, typically from a
226
+ * server response, or constructed directly in Javascript. The array is used
227
+ * in place and becomes part of the constructed object. It is not cloned.
228
+ * If no data is provided, the constructed object will be empty, but still
229
+ * valid.
230
+ * @extends {jspb.Message}
231
+ * @constructor
232
+ */
233
+ proto.alis.open.support.v1.GetIssueRequest = function(opt_data) {
234
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
235
+ };
236
+ goog.inherits(proto.alis.open.support.v1.GetIssueRequest, jspb.Message);
237
+ if (goog.DEBUG && !COMPILED) {
238
+ /**
239
+ * @public
240
+ * @override
241
+ */
242
+ proto.alis.open.support.v1.GetIssueRequest.displayName = 'proto.alis.open.support.v1.GetIssueRequest';
243
+ }
244
+ /**
245
+ * Generated by JsPbCodeGenerator.
246
+ * @param {Array=} opt_data Optional initial data array, typically from a
247
+ * server response, or constructed directly in Javascript. The array is used
248
+ * in place and becomes part of the constructed object. It is not cloned.
249
+ * If no data is provided, the constructed object will be empty, but still
250
+ * valid.
251
+ * @extends {jspb.Message}
252
+ * @constructor
253
+ */
254
+ proto.alis.open.support.v1.ListIssuesRequest = function(opt_data) {
255
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
256
+ };
257
+ goog.inherits(proto.alis.open.support.v1.ListIssuesRequest, jspb.Message);
258
+ if (goog.DEBUG && !COMPILED) {
259
+ /**
260
+ * @public
261
+ * @override
262
+ */
263
+ proto.alis.open.support.v1.ListIssuesRequest.displayName = 'proto.alis.open.support.v1.ListIssuesRequest';
264
+ }
265
+ /**
266
+ * Generated by JsPbCodeGenerator.
267
+ * @param {Array=} opt_data Optional initial data array, typically from a
268
+ * server response, or constructed directly in Javascript. The array is used
269
+ * in place and becomes part of the constructed object. It is not cloned.
270
+ * If no data is provided, the constructed object will be empty, but still
271
+ * valid.
272
+ * @extends {jspb.Message}
273
+ * @constructor
274
+ */
275
+ proto.alis.open.support.v1.ListIssuesResponse = function(opt_data) {
276
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.support.v1.ListIssuesResponse.repeatedFields_, null);
277
+ };
278
+ goog.inherits(proto.alis.open.support.v1.ListIssuesResponse, jspb.Message);
279
+ if (goog.DEBUG && !COMPILED) {
280
+ /**
281
+ * @public
282
+ * @override
283
+ */
284
+ proto.alis.open.support.v1.ListIssuesResponse.displayName = 'proto.alis.open.support.v1.ListIssuesResponse';
285
+ }
286
+ /**
287
+ * Generated by JsPbCodeGenerator.
288
+ * @param {Array=} opt_data Optional initial data array, typically from a
289
+ * server response, or constructed directly in Javascript. The array is used
290
+ * in place and becomes part of the constructed object. It is not cloned.
291
+ * If no data is provided, the constructed object will be empty, but still
292
+ * valid.
293
+ * @extends {jspb.Message}
294
+ * @constructor
295
+ */
296
+ proto.alis.open.support.v1.DeleteIssueRequest = function(opt_data) {
297
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
298
+ };
299
+ goog.inherits(proto.alis.open.support.v1.DeleteIssueRequest, jspb.Message);
300
+ if (goog.DEBUG && !COMPILED) {
301
+ /**
302
+ * @public
303
+ * @override
304
+ */
305
+ proto.alis.open.support.v1.DeleteIssueRequest.displayName = 'proto.alis.open.support.v1.DeleteIssueRequest';
306
+ }
307
+ /**
308
+ * Generated by JsPbCodeGenerator.
309
+ * @param {Array=} opt_data Optional initial data array, typically from a
310
+ * server response, or constructed directly in Javascript. The array is used
311
+ * in place and becomes part of the constructed object. It is not cloned.
312
+ * If no data is provided, the constructed object will be empty, but still
313
+ * valid.
314
+ * @extends {jspb.Message}
315
+ * @constructor
316
+ */
317
+ proto.alis.open.support.v1.EditNewIssueRequest = function(opt_data) {
318
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
319
+ };
320
+ goog.inherits(proto.alis.open.support.v1.EditNewIssueRequest, jspb.Message);
321
+ if (goog.DEBUG && !COMPILED) {
322
+ /**
323
+ * @public
324
+ * @override
325
+ */
326
+ proto.alis.open.support.v1.EditNewIssueRequest.displayName = 'proto.alis.open.support.v1.EditNewIssueRequest';
327
+ }
328
+ /**
329
+ * Generated by JsPbCodeGenerator.
330
+ * @param {Array=} opt_data Optional initial data array, typically from a
331
+ * server response, or constructed directly in Javascript. The array is used
332
+ * in place and becomes part of the constructed object. It is not cloned.
333
+ * If no data is provided, the constructed object will be empty, but still
334
+ * valid.
335
+ * @extends {jspb.Message}
336
+ * @constructor
337
+ */
338
+ proto.alis.open.support.v1.CancelNewIssueRequest = function(opt_data) {
339
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
340
+ };
341
+ goog.inherits(proto.alis.open.support.v1.CancelNewIssueRequest, jspb.Message);
342
+ if (goog.DEBUG && !COMPILED) {
343
+ /**
344
+ * @public
345
+ * @override
346
+ */
347
+ proto.alis.open.support.v1.CancelNewIssueRequest.displayName = 'proto.alis.open.support.v1.CancelNewIssueRequest';
348
+ }
349
+ /**
350
+ * Generated by JsPbCodeGenerator.
351
+ * @param {Array=} opt_data Optional initial data array, typically from a
352
+ * server response, or constructed directly in Javascript. The array is used
353
+ * in place and becomes part of the constructed object. It is not cloned.
354
+ * If no data is provided, the constructed object will be empty, but still
355
+ * valid.
356
+ * @extends {jspb.Message}
357
+ * @constructor
358
+ */
359
+ proto.alis.open.support.v1.SetIssueAssigneeRequest = function(opt_data) {
360
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
361
+ };
362
+ goog.inherits(proto.alis.open.support.v1.SetIssueAssigneeRequest, jspb.Message);
363
+ if (goog.DEBUG && !COMPILED) {
364
+ /**
365
+ * @public
366
+ * @override
367
+ */
368
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.displayName = 'proto.alis.open.support.v1.SetIssueAssigneeRequest';
369
+ }
370
+ /**
371
+ * Generated by JsPbCodeGenerator.
372
+ * @param {Array=} opt_data Optional initial data array, typically from a
373
+ * server response, or constructed directly in Javascript. The array is used
374
+ * in place and becomes part of the constructed object. It is not cloned.
375
+ * If no data is provided, the constructed object will be empty, but still
376
+ * valid.
377
+ * @extends {jspb.Message}
378
+ * @constructor
379
+ */
380
+ proto.alis.open.support.v1.AddIssueViewersRequest = function(opt_data) {
381
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.support.v1.AddIssueViewersRequest.repeatedFields_, null);
382
+ };
383
+ goog.inherits(proto.alis.open.support.v1.AddIssueViewersRequest, jspb.Message);
384
+ if (goog.DEBUG && !COMPILED) {
385
+ /**
386
+ * @public
387
+ * @override
388
+ */
389
+ proto.alis.open.support.v1.AddIssueViewersRequest.displayName = 'proto.alis.open.support.v1.AddIssueViewersRequest';
390
+ }
391
+ /**
392
+ * Generated by JsPbCodeGenerator.
393
+ * @param {Array=} opt_data Optional initial data array, typically from a
394
+ * server response, or constructed directly in Javascript. The array is used
395
+ * in place and becomes part of the constructed object. It is not cloned.
396
+ * If no data is provided, the constructed object will be empty, but still
397
+ * valid.
398
+ * @extends {jspb.Message}
399
+ * @constructor
400
+ */
401
+ proto.alis.open.support.v1.RemoveIssueViewersRequest = function(opt_data) {
402
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.support.v1.RemoveIssueViewersRequest.repeatedFields_, null);
403
+ };
404
+ goog.inherits(proto.alis.open.support.v1.RemoveIssueViewersRequest, jspb.Message);
405
+ if (goog.DEBUG && !COMPILED) {
406
+ /**
407
+ * @public
408
+ * @override
409
+ */
410
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.displayName = 'proto.alis.open.support.v1.RemoveIssueViewersRequest';
411
+ }
412
+
413
+ /**
414
+ * List of repeated fields within this message type.
415
+ * @private {!Array<number>}
416
+ * @const
417
+ */
418
+ proto.alis.open.support.v1.Issue.repeatedFields_ = [3];
419
+
420
+
421
+
422
+ if (jspb.Message.GENERATE_TO_OBJECT) {
423
+ /**
424
+ * Creates an object representation of this proto.
425
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
426
+ * Optional fields that are not set will be set to undefined.
427
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
428
+ * For the list of reserved names please see:
429
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
430
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
431
+ * JSPB instance for transitional soy proto support:
432
+ * http://goto/soy-param-migration
433
+ * @return {!Object}
434
+ */
435
+ proto.alis.open.support.v1.Issue.prototype.toObject = function(opt_includeInstance) {
436
+ return proto.alis.open.support.v1.Issue.toObject(opt_includeInstance, this);
437
+ };
438
+
439
+
440
+ /**
441
+ * Static version of the {@see toObject} method.
442
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
443
+ * the JSPB instance for transitional soy proto support:
444
+ * http://goto/soy-param-migration
445
+ * @param {!proto.alis.open.support.v1.Issue} msg The msg instance to transform.
446
+ * @return {!Object}
447
+ * @suppress {unusedLocalVariables} f is only used for nested messages
448
+ */
449
+ proto.alis.open.support.v1.Issue.toObject = function(includeInstance, msg) {
450
+ var f, obj = {
451
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
452
+ displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
453
+ descriptionList: jspb.Message.toObjectList(msg.getDescriptionList(),
454
+ proto.alis.open.support.v1.Issue.ContentBlock.toObject, includeInstance),
455
+ category: jspb.Message.getFieldWithDefault(msg, 4, 0),
456
+ type: jspb.Message.getFieldWithDefault(msg, 5, 0),
457
+ state: jspb.Message.getFieldWithDefault(msg, 6, 0),
458
+ reporter: (f = msg.getReporter()) && proto.alis.open.support.v1.Issue.User.toObject(includeInstance, f),
459
+ assignee: (f = msg.getAssignee()) && proto.alis.open.support.v1.Issue.User.toObject(includeInstance, f),
460
+ visibility: jspb.Message.getFieldWithDefault(msg, 9, 0),
461
+ createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
462
+ updateTime: (f = msg.getUpdateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
463
+ };
464
+
465
+ if (includeInstance) {
466
+ obj.$jspbMessageInstance = msg;
467
+ }
468
+ return obj;
469
+ };
470
+ }
471
+
472
+
473
+ /**
474
+ * Deserializes binary data (in protobuf wire format).
475
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
476
+ * @return {!proto.alis.open.support.v1.Issue}
477
+ */
478
+ proto.alis.open.support.v1.Issue.deserializeBinary = function(bytes) {
479
+ var reader = new jspb.BinaryReader(bytes);
480
+ var msg = new proto.alis.open.support.v1.Issue;
481
+ return proto.alis.open.support.v1.Issue.deserializeBinaryFromReader(msg, reader);
482
+ };
483
+
484
+
485
+ /**
486
+ * Deserializes binary data (in protobuf wire format) from the
487
+ * given reader into the given message object.
488
+ * @param {!proto.alis.open.support.v1.Issue} msg The message object to deserialize into.
489
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
490
+ * @return {!proto.alis.open.support.v1.Issue}
491
+ */
492
+ proto.alis.open.support.v1.Issue.deserializeBinaryFromReader = function(msg, reader) {
493
+ while (reader.nextField()) {
494
+ if (reader.isEndGroup()) {
495
+ break;
496
+ }
497
+ var field = reader.getFieldNumber();
498
+ switch (field) {
499
+ case 1:
500
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
501
+ msg.setName(value);
502
+ break;
503
+ case 2:
504
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
505
+ msg.setDisplayName(value);
506
+ break;
507
+ case 3:
508
+ var value = new proto.alis.open.support.v1.Issue.ContentBlock;
509
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.ContentBlock.deserializeBinaryFromReader);
510
+ msg.addDescription(value);
511
+ break;
512
+ case 4:
513
+ var value = /** @type {!proto.alis.open.support.v1.Issue.Category} */ (reader.readEnum());
514
+ msg.setCategory(value);
515
+ break;
516
+ case 5:
517
+ var value = /** @type {!proto.alis.open.support.v1.Issue.Type} */ (reader.readEnum());
518
+ msg.setType(value);
519
+ break;
520
+ case 6:
521
+ var value = /** @type {!proto.alis.open.support.v1.Issue.State} */ (reader.readEnum());
522
+ msg.setState(value);
523
+ break;
524
+ case 7:
525
+ var value = new proto.alis.open.support.v1.Issue.User;
526
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.User.deserializeBinaryFromReader);
527
+ msg.setReporter(value);
528
+ break;
529
+ case 8:
530
+ var value = new proto.alis.open.support.v1.Issue.User;
531
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.User.deserializeBinaryFromReader);
532
+ msg.setAssignee(value);
533
+ break;
534
+ case 9:
535
+ var value = /** @type {!proto.alis.open.support.v1.Issue.IssueVisibility} */ (reader.readEnum());
536
+ msg.setVisibility(value);
537
+ break;
538
+ case 99:
539
+ var value = new google_protobuf_timestamp_pb.Timestamp;
540
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
541
+ msg.setCreateTime(value);
542
+ break;
543
+ case 100:
544
+ var value = new google_protobuf_timestamp_pb.Timestamp;
545
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
546
+ msg.setUpdateTime(value);
547
+ break;
548
+ default:
549
+ reader.skipField();
550
+ break;
551
+ }
552
+ }
553
+ return msg;
554
+ };
555
+
556
+
557
+ /**
558
+ * Serializes the message to binary data (in protobuf wire format).
559
+ * @return {!Uint8Array}
560
+ */
561
+ proto.alis.open.support.v1.Issue.prototype.serializeBinary = function() {
562
+ var writer = new jspb.BinaryWriter();
563
+ proto.alis.open.support.v1.Issue.serializeBinaryToWriter(this, writer);
564
+ return writer.getResultBuffer();
565
+ };
566
+
567
+
568
+ /**
569
+ * Serializes the given message to binary data (in protobuf wire
570
+ * format), writing to the given BinaryWriter.
571
+ * @param {!proto.alis.open.support.v1.Issue} message
572
+ * @param {!jspb.BinaryWriter} writer
573
+ * @suppress {unusedLocalVariables} f is only used for nested messages
574
+ */
575
+ proto.alis.open.support.v1.Issue.serializeBinaryToWriter = function(message, writer) {
576
+ var f = undefined;
577
+ f = message.getName();
578
+ if (f.length > 0) {
579
+ writer.writeString(
580
+ 1,
581
+ f
582
+ );
583
+ }
584
+ f = message.getDisplayName();
585
+ if (f.length > 0) {
586
+ writer.writeString(
587
+ 2,
588
+ f
589
+ );
590
+ }
591
+ f = message.getDescriptionList();
592
+ if (f.length > 0) {
593
+ writer.writeRepeatedMessage(
594
+ 3,
595
+ f,
596
+ proto.alis.open.support.v1.Issue.ContentBlock.serializeBinaryToWriter
597
+ );
598
+ }
599
+ f = message.getCategory();
600
+ if (f !== 0.0) {
601
+ writer.writeEnum(
602
+ 4,
603
+ f
604
+ );
605
+ }
606
+ f = message.getType();
607
+ if (f !== 0.0) {
608
+ writer.writeEnum(
609
+ 5,
610
+ f
611
+ );
612
+ }
613
+ f = message.getState();
614
+ if (f !== 0.0) {
615
+ writer.writeEnum(
616
+ 6,
617
+ f
618
+ );
619
+ }
620
+ f = message.getReporter();
621
+ if (f != null) {
622
+ writer.writeMessage(
623
+ 7,
624
+ f,
625
+ proto.alis.open.support.v1.Issue.User.serializeBinaryToWriter
626
+ );
627
+ }
628
+ f = message.getAssignee();
629
+ if (f != null) {
630
+ writer.writeMessage(
631
+ 8,
632
+ f,
633
+ proto.alis.open.support.v1.Issue.User.serializeBinaryToWriter
634
+ );
635
+ }
636
+ f = message.getVisibility();
637
+ if (f !== 0.0) {
638
+ writer.writeEnum(
639
+ 9,
640
+ f
641
+ );
642
+ }
643
+ f = message.getCreateTime();
644
+ if (f != null) {
645
+ writer.writeMessage(
646
+ 99,
647
+ f,
648
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
649
+ );
650
+ }
651
+ f = message.getUpdateTime();
652
+ if (f != null) {
653
+ writer.writeMessage(
654
+ 100,
655
+ f,
656
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
657
+ );
658
+ }
659
+ };
660
+
661
+
662
+ /**
663
+ * @enum {number}
664
+ */
665
+ proto.alis.open.support.v1.Issue.Category = {
666
+ CATEGORY_UNSPECIFIED: 0,
667
+ BUG: 1,
668
+ QUESTION: 2,
669
+ REQUEST: 3
670
+ };
671
+
672
+ /**
673
+ * @enum {number}
674
+ */
675
+ proto.alis.open.support.v1.Issue.Type = {
676
+ TYPE_UNSPECIFIED: 0,
677
+ UNREACHABLE_SERVICE: 2,
678
+ GA_BUG: 4,
679
+ URGENT_SUPPORT: 6,
680
+ WORKAROUNDABLE_GA_BUG: 8,
681
+ PREVIEW_BUG: 10,
682
+ WORKAROUNDABLE_PREVIEW_BUG: 12,
683
+ SUPPORT: 14,
684
+ TRAINING: 16,
685
+ GENERAL: 18,
686
+ FEATURE_REQUEST: 20
687
+ };
688
+
689
+ /**
690
+ * @enum {number}
691
+ */
692
+ proto.alis.open.support.v1.Issue.State = {
693
+ STATE_UNSPECIFIED: 0,
694
+ OPEN: 1,
695
+ ON_HOLD: 2,
696
+ CLOSED: 3
697
+ };
698
+
699
+ /**
700
+ * @enum {number}
701
+ */
702
+ proto.alis.open.support.v1.Issue.IssueVisibility = {
703
+ ISSUE_VISIBILITY_UNSPECIFIED: 0,
704
+ ISSUE_VISIBILITY_PRIVATE: 1,
705
+ ISSUE_VISIBILITY_PUBLIC: 2
706
+ };
707
+
708
+
709
+ /**
710
+ * Oneof group definitions for this message. Each group defines the field
711
+ * numbers belonging to that group. When of these fields' value is set, all
712
+ * other fields in the group are cleared. During deserialization, if multiple
713
+ * fields are encountered for a group, only the last value seen will be kept.
714
+ * @private {!Array<!Array<number>>}
715
+ * @const
716
+ */
717
+ proto.alis.open.support.v1.Issue.ContentBlock.oneofGroups_ = [[2,3,4]];
718
+
719
+ /**
720
+ * @enum {number}
721
+ */
722
+ proto.alis.open.support.v1.Issue.ContentBlock.BlockCase = {
723
+ BLOCK_NOT_SET: 0,
724
+ TEXT_BODY: 2,
725
+ IMAGE: 3,
726
+ VIDEO: 4
727
+ };
728
+
729
+ /**
730
+ * @return {proto.alis.open.support.v1.Issue.ContentBlock.BlockCase}
731
+ */
732
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.getBlockCase = function() {
733
+ return /** @type {proto.alis.open.support.v1.Issue.ContentBlock.BlockCase} */(jspb.Message.computeOneofCase(this, proto.alis.open.support.v1.Issue.ContentBlock.oneofGroups_[0]));
734
+ };
735
+
736
+
737
+
738
+ if (jspb.Message.GENERATE_TO_OBJECT) {
739
+ /**
740
+ * Creates an object representation of this proto.
741
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
742
+ * Optional fields that are not set will be set to undefined.
743
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
744
+ * For the list of reserved names please see:
745
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
746
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
747
+ * JSPB instance for transitional soy proto support:
748
+ * http://goto/soy-param-migration
749
+ * @return {!Object}
750
+ */
751
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.toObject = function(opt_includeInstance) {
752
+ return proto.alis.open.support.v1.Issue.ContentBlock.toObject(opt_includeInstance, this);
753
+ };
754
+
755
+
756
+ /**
757
+ * Static version of the {@see toObject} method.
758
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
759
+ * the JSPB instance for transitional soy proto support:
760
+ * http://goto/soy-param-migration
761
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock} msg The msg instance to transform.
762
+ * @return {!Object}
763
+ * @suppress {unusedLocalVariables} f is only used for nested messages
764
+ */
765
+ proto.alis.open.support.v1.Issue.ContentBlock.toObject = function(includeInstance, msg) {
766
+ var f, obj = {
767
+ type: jspb.Message.getFieldWithDefault(msg, 1, 0),
768
+ textBody: (f = msg.getTextBody()) && proto.alis.open.support.v1.Issue.ContentBlock.TextBody.toObject(includeInstance, f),
769
+ image: (f = msg.getImage()) && proto.alis.open.support.v1.Issue.ContentBlock.Image.toObject(includeInstance, f),
770
+ video: (f = msg.getVideo()) && proto.alis.open.support.v1.Issue.ContentBlock.Video.toObject(includeInstance, f)
771
+ };
772
+
773
+ if (includeInstance) {
774
+ obj.$jspbMessageInstance = msg;
775
+ }
776
+ return obj;
777
+ };
778
+ }
779
+
780
+
781
+ /**
782
+ * Deserializes binary data (in protobuf wire format).
783
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
784
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock}
785
+ */
786
+ proto.alis.open.support.v1.Issue.ContentBlock.deserializeBinary = function(bytes) {
787
+ var reader = new jspb.BinaryReader(bytes);
788
+ var msg = new proto.alis.open.support.v1.Issue.ContentBlock;
789
+ return proto.alis.open.support.v1.Issue.ContentBlock.deserializeBinaryFromReader(msg, reader);
790
+ };
791
+
792
+
793
+ /**
794
+ * Deserializes binary data (in protobuf wire format) from the
795
+ * given reader into the given message object.
796
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock} msg The message object to deserialize into.
797
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
798
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock}
799
+ */
800
+ proto.alis.open.support.v1.Issue.ContentBlock.deserializeBinaryFromReader = function(msg, reader) {
801
+ while (reader.nextField()) {
802
+ if (reader.isEndGroup()) {
803
+ break;
804
+ }
805
+ var field = reader.getFieldNumber();
806
+ switch (field) {
807
+ case 1:
808
+ var value = /** @type {!proto.alis.open.support.v1.Issue.ContentBlock.Type} */ (reader.readEnum());
809
+ msg.setType(value);
810
+ break;
811
+ case 2:
812
+ var value = new proto.alis.open.support.v1.Issue.ContentBlock.TextBody;
813
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.ContentBlock.TextBody.deserializeBinaryFromReader);
814
+ msg.setTextBody(value);
815
+ break;
816
+ case 3:
817
+ var value = new proto.alis.open.support.v1.Issue.ContentBlock.Image;
818
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.ContentBlock.Image.deserializeBinaryFromReader);
819
+ msg.setImage(value);
820
+ break;
821
+ case 4:
822
+ var value = new proto.alis.open.support.v1.Issue.ContentBlock.Video;
823
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.ContentBlock.Video.deserializeBinaryFromReader);
824
+ msg.setVideo(value);
825
+ break;
826
+ default:
827
+ reader.skipField();
828
+ break;
829
+ }
830
+ }
831
+ return msg;
832
+ };
833
+
834
+
835
+ /**
836
+ * Serializes the message to binary data (in protobuf wire format).
837
+ * @return {!Uint8Array}
838
+ */
839
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.serializeBinary = function() {
840
+ var writer = new jspb.BinaryWriter();
841
+ proto.alis.open.support.v1.Issue.ContentBlock.serializeBinaryToWriter(this, writer);
842
+ return writer.getResultBuffer();
843
+ };
844
+
845
+
846
+ /**
847
+ * Serializes the given message to binary data (in protobuf wire
848
+ * format), writing to the given BinaryWriter.
849
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock} message
850
+ * @param {!jspb.BinaryWriter} writer
851
+ * @suppress {unusedLocalVariables} f is only used for nested messages
852
+ */
853
+ proto.alis.open.support.v1.Issue.ContentBlock.serializeBinaryToWriter = function(message, writer) {
854
+ var f = undefined;
855
+ f = message.getType();
856
+ if (f !== 0.0) {
857
+ writer.writeEnum(
858
+ 1,
859
+ f
860
+ );
861
+ }
862
+ f = message.getTextBody();
863
+ if (f != null) {
864
+ writer.writeMessage(
865
+ 2,
866
+ f,
867
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.serializeBinaryToWriter
868
+ );
869
+ }
870
+ f = message.getImage();
871
+ if (f != null) {
872
+ writer.writeMessage(
873
+ 3,
874
+ f,
875
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.serializeBinaryToWriter
876
+ );
877
+ }
878
+ f = message.getVideo();
879
+ if (f != null) {
880
+ writer.writeMessage(
881
+ 4,
882
+ f,
883
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.serializeBinaryToWriter
884
+ );
885
+ }
886
+ };
887
+
888
+
889
+ /**
890
+ * @enum {number}
891
+ */
892
+ proto.alis.open.support.v1.Issue.ContentBlock.Type = {
893
+ TYPE_UNSPECIFIED: 0,
894
+ TEXT_BODY: 1,
895
+ IMAGE: 2,
896
+ VIDEO: 3
897
+ };
898
+
899
+
900
+
901
+
902
+ if (jspb.Message.GENERATE_TO_OBJECT) {
903
+ /**
904
+ * Creates an object representation of this proto.
905
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
906
+ * Optional fields that are not set will be set to undefined.
907
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
908
+ * For the list of reserved names please see:
909
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
910
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
911
+ * JSPB instance for transitional soy proto support:
912
+ * http://goto/soy-param-migration
913
+ * @return {!Object}
914
+ */
915
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.prototype.toObject = function(opt_includeInstance) {
916
+ return proto.alis.open.support.v1.Issue.ContentBlock.TextBody.toObject(opt_includeInstance, this);
917
+ };
918
+
919
+
920
+ /**
921
+ * Static version of the {@see toObject} method.
922
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
923
+ * the JSPB instance for transitional soy proto support:
924
+ * http://goto/soy-param-migration
925
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.TextBody} msg The msg instance to transform.
926
+ * @return {!Object}
927
+ * @suppress {unusedLocalVariables} f is only used for nested messages
928
+ */
929
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.toObject = function(includeInstance, msg) {
930
+ var f, obj = {
931
+ text: jspb.Message.getFieldWithDefault(msg, 1, "")
932
+ };
933
+
934
+ if (includeInstance) {
935
+ obj.$jspbMessageInstance = msg;
936
+ }
937
+ return obj;
938
+ };
939
+ }
940
+
941
+
942
+ /**
943
+ * Deserializes binary data (in protobuf wire format).
944
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
945
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.TextBody}
946
+ */
947
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.deserializeBinary = function(bytes) {
948
+ var reader = new jspb.BinaryReader(bytes);
949
+ var msg = new proto.alis.open.support.v1.Issue.ContentBlock.TextBody;
950
+ return proto.alis.open.support.v1.Issue.ContentBlock.TextBody.deserializeBinaryFromReader(msg, reader);
951
+ };
952
+
953
+
954
+ /**
955
+ * Deserializes binary data (in protobuf wire format) from the
956
+ * given reader into the given message object.
957
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.TextBody} msg The message object to deserialize into.
958
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
959
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.TextBody}
960
+ */
961
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.deserializeBinaryFromReader = function(msg, reader) {
962
+ while (reader.nextField()) {
963
+ if (reader.isEndGroup()) {
964
+ break;
965
+ }
966
+ var field = reader.getFieldNumber();
967
+ switch (field) {
968
+ case 1:
969
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
970
+ msg.setText(value);
971
+ break;
972
+ default:
973
+ reader.skipField();
974
+ break;
975
+ }
976
+ }
977
+ return msg;
978
+ };
979
+
980
+
981
+ /**
982
+ * Serializes the message to binary data (in protobuf wire format).
983
+ * @return {!Uint8Array}
984
+ */
985
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.prototype.serializeBinary = function() {
986
+ var writer = new jspb.BinaryWriter();
987
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.serializeBinaryToWriter(this, writer);
988
+ return writer.getResultBuffer();
989
+ };
990
+
991
+
992
+ /**
993
+ * Serializes the given message to binary data (in protobuf wire
994
+ * format), writing to the given BinaryWriter.
995
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.TextBody} message
996
+ * @param {!jspb.BinaryWriter} writer
997
+ * @suppress {unusedLocalVariables} f is only used for nested messages
998
+ */
999
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.serializeBinaryToWriter = function(message, writer) {
1000
+ var f = undefined;
1001
+ f = message.getText();
1002
+ if (f.length > 0) {
1003
+ writer.writeString(
1004
+ 1,
1005
+ f
1006
+ );
1007
+ }
1008
+ };
1009
+
1010
+
1011
+ /**
1012
+ * optional string text = 1;
1013
+ * @return {string}
1014
+ */
1015
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.prototype.getText = function() {
1016
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1017
+ };
1018
+
1019
+
1020
+ /**
1021
+ * @param {string} value
1022
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.TextBody} returns this
1023
+ */
1024
+ proto.alis.open.support.v1.Issue.ContentBlock.TextBody.prototype.setText = function(value) {
1025
+ return jspb.Message.setProto3StringField(this, 1, value);
1026
+ };
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1033
+ /**
1034
+ * Creates an object representation of this proto.
1035
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1036
+ * Optional fields that are not set will be set to undefined.
1037
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1038
+ * For the list of reserved names please see:
1039
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1040
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1041
+ * JSPB instance for transitional soy proto support:
1042
+ * http://goto/soy-param-migration
1043
+ * @return {!Object}
1044
+ */
1045
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.prototype.toObject = function(opt_includeInstance) {
1046
+ return proto.alis.open.support.v1.Issue.ContentBlock.Image.toObject(opt_includeInstance, this);
1047
+ };
1048
+
1049
+
1050
+ /**
1051
+ * Static version of the {@see toObject} method.
1052
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1053
+ * the JSPB instance for transitional soy proto support:
1054
+ * http://goto/soy-param-migration
1055
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.Image} msg The msg instance to transform.
1056
+ * @return {!Object}
1057
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1058
+ */
1059
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.toObject = function(includeInstance, msg) {
1060
+ var f, obj = {
1061
+ sourceUri: jspb.Message.getFieldWithDefault(msg, 1, ""),
1062
+ caption: jspb.Message.getFieldWithDefault(msg, 2, "")
1063
+ };
1064
+
1065
+ if (includeInstance) {
1066
+ obj.$jspbMessageInstance = msg;
1067
+ }
1068
+ return obj;
1069
+ };
1070
+ }
1071
+
1072
+
1073
+ /**
1074
+ * Deserializes binary data (in protobuf wire format).
1075
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1076
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Image}
1077
+ */
1078
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.deserializeBinary = function(bytes) {
1079
+ var reader = new jspb.BinaryReader(bytes);
1080
+ var msg = new proto.alis.open.support.v1.Issue.ContentBlock.Image;
1081
+ return proto.alis.open.support.v1.Issue.ContentBlock.Image.deserializeBinaryFromReader(msg, reader);
1082
+ };
1083
+
1084
+
1085
+ /**
1086
+ * Deserializes binary data (in protobuf wire format) from the
1087
+ * given reader into the given message object.
1088
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.Image} msg The message object to deserialize into.
1089
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1090
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Image}
1091
+ */
1092
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.deserializeBinaryFromReader = function(msg, reader) {
1093
+ while (reader.nextField()) {
1094
+ if (reader.isEndGroup()) {
1095
+ break;
1096
+ }
1097
+ var field = reader.getFieldNumber();
1098
+ switch (field) {
1099
+ case 1:
1100
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1101
+ msg.setSourceUri(value);
1102
+ break;
1103
+ case 2:
1104
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1105
+ msg.setCaption(value);
1106
+ break;
1107
+ default:
1108
+ reader.skipField();
1109
+ break;
1110
+ }
1111
+ }
1112
+ return msg;
1113
+ };
1114
+
1115
+
1116
+ /**
1117
+ * Serializes the message to binary data (in protobuf wire format).
1118
+ * @return {!Uint8Array}
1119
+ */
1120
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.prototype.serializeBinary = function() {
1121
+ var writer = new jspb.BinaryWriter();
1122
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.serializeBinaryToWriter(this, writer);
1123
+ return writer.getResultBuffer();
1124
+ };
1125
+
1126
+
1127
+ /**
1128
+ * Serializes the given message to binary data (in protobuf wire
1129
+ * format), writing to the given BinaryWriter.
1130
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.Image} message
1131
+ * @param {!jspb.BinaryWriter} writer
1132
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1133
+ */
1134
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.serializeBinaryToWriter = function(message, writer) {
1135
+ var f = undefined;
1136
+ f = message.getSourceUri();
1137
+ if (f.length > 0) {
1138
+ writer.writeString(
1139
+ 1,
1140
+ f
1141
+ );
1142
+ }
1143
+ f = message.getCaption();
1144
+ if (f.length > 0) {
1145
+ writer.writeString(
1146
+ 2,
1147
+ f
1148
+ );
1149
+ }
1150
+ };
1151
+
1152
+
1153
+ /**
1154
+ * optional string source_uri = 1;
1155
+ * @return {string}
1156
+ */
1157
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.prototype.getSourceUri = function() {
1158
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1159
+ };
1160
+
1161
+
1162
+ /**
1163
+ * @param {string} value
1164
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Image} returns this
1165
+ */
1166
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.prototype.setSourceUri = function(value) {
1167
+ return jspb.Message.setProto3StringField(this, 1, value);
1168
+ };
1169
+
1170
+
1171
+ /**
1172
+ * optional string caption = 2;
1173
+ * @return {string}
1174
+ */
1175
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.prototype.getCaption = function() {
1176
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1177
+ };
1178
+
1179
+
1180
+ /**
1181
+ * @param {string} value
1182
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Image} returns this
1183
+ */
1184
+ proto.alis.open.support.v1.Issue.ContentBlock.Image.prototype.setCaption = function(value) {
1185
+ return jspb.Message.setProto3StringField(this, 2, value);
1186
+ };
1187
+
1188
+
1189
+
1190
+
1191
+
1192
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1193
+ /**
1194
+ * Creates an object representation of this proto.
1195
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1196
+ * Optional fields that are not set will be set to undefined.
1197
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1198
+ * For the list of reserved names please see:
1199
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1200
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1201
+ * JSPB instance for transitional soy proto support:
1202
+ * http://goto/soy-param-migration
1203
+ * @return {!Object}
1204
+ */
1205
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.prototype.toObject = function(opt_includeInstance) {
1206
+ return proto.alis.open.support.v1.Issue.ContentBlock.Video.toObject(opt_includeInstance, this);
1207
+ };
1208
+
1209
+
1210
+ /**
1211
+ * Static version of the {@see toObject} method.
1212
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1213
+ * the JSPB instance for transitional soy proto support:
1214
+ * http://goto/soy-param-migration
1215
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.Video} msg The msg instance to transform.
1216
+ * @return {!Object}
1217
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1218
+ */
1219
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.toObject = function(includeInstance, msg) {
1220
+ var f, obj = {
1221
+ sourceUri: jspb.Message.getFieldWithDefault(msg, 1, ""),
1222
+ caption: jspb.Message.getFieldWithDefault(msg, 2, "")
1223
+ };
1224
+
1225
+ if (includeInstance) {
1226
+ obj.$jspbMessageInstance = msg;
1227
+ }
1228
+ return obj;
1229
+ };
1230
+ }
1231
+
1232
+
1233
+ /**
1234
+ * Deserializes binary data (in protobuf wire format).
1235
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1236
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Video}
1237
+ */
1238
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.deserializeBinary = function(bytes) {
1239
+ var reader = new jspb.BinaryReader(bytes);
1240
+ var msg = new proto.alis.open.support.v1.Issue.ContentBlock.Video;
1241
+ return proto.alis.open.support.v1.Issue.ContentBlock.Video.deserializeBinaryFromReader(msg, reader);
1242
+ };
1243
+
1244
+
1245
+ /**
1246
+ * Deserializes binary data (in protobuf wire format) from the
1247
+ * given reader into the given message object.
1248
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.Video} msg The message object to deserialize into.
1249
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1250
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Video}
1251
+ */
1252
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.deserializeBinaryFromReader = function(msg, reader) {
1253
+ while (reader.nextField()) {
1254
+ if (reader.isEndGroup()) {
1255
+ break;
1256
+ }
1257
+ var field = reader.getFieldNumber();
1258
+ switch (field) {
1259
+ case 1:
1260
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1261
+ msg.setSourceUri(value);
1262
+ break;
1263
+ case 2:
1264
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1265
+ msg.setCaption(value);
1266
+ break;
1267
+ default:
1268
+ reader.skipField();
1269
+ break;
1270
+ }
1271
+ }
1272
+ return msg;
1273
+ };
1274
+
1275
+
1276
+ /**
1277
+ * Serializes the message to binary data (in protobuf wire format).
1278
+ * @return {!Uint8Array}
1279
+ */
1280
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.prototype.serializeBinary = function() {
1281
+ var writer = new jspb.BinaryWriter();
1282
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.serializeBinaryToWriter(this, writer);
1283
+ return writer.getResultBuffer();
1284
+ };
1285
+
1286
+
1287
+ /**
1288
+ * Serializes the given message to binary data (in protobuf wire
1289
+ * format), writing to the given BinaryWriter.
1290
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.Video} message
1291
+ * @param {!jspb.BinaryWriter} writer
1292
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1293
+ */
1294
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.serializeBinaryToWriter = function(message, writer) {
1295
+ var f = undefined;
1296
+ f = message.getSourceUri();
1297
+ if (f.length > 0) {
1298
+ writer.writeString(
1299
+ 1,
1300
+ f
1301
+ );
1302
+ }
1303
+ f = message.getCaption();
1304
+ if (f.length > 0) {
1305
+ writer.writeString(
1306
+ 2,
1307
+ f
1308
+ );
1309
+ }
1310
+ };
1311
+
1312
+
1313
+ /**
1314
+ * optional string source_uri = 1;
1315
+ * @return {string}
1316
+ */
1317
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.prototype.getSourceUri = function() {
1318
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1319
+ };
1320
+
1321
+
1322
+ /**
1323
+ * @param {string} value
1324
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Video} returns this
1325
+ */
1326
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.prototype.setSourceUri = function(value) {
1327
+ return jspb.Message.setProto3StringField(this, 1, value);
1328
+ };
1329
+
1330
+
1331
+ /**
1332
+ * optional string caption = 2;
1333
+ * @return {string}
1334
+ */
1335
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.prototype.getCaption = function() {
1336
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1337
+ };
1338
+
1339
+
1340
+ /**
1341
+ * @param {string} value
1342
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Video} returns this
1343
+ */
1344
+ proto.alis.open.support.v1.Issue.ContentBlock.Video.prototype.setCaption = function(value) {
1345
+ return jspb.Message.setProto3StringField(this, 2, value);
1346
+ };
1347
+
1348
+
1349
+ /**
1350
+ * optional Type type = 1;
1351
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock.Type}
1352
+ */
1353
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.getType = function() {
1354
+ return /** @type {!proto.alis.open.support.v1.Issue.ContentBlock.Type} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
1355
+ };
1356
+
1357
+
1358
+ /**
1359
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock.Type} value
1360
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock} returns this
1361
+ */
1362
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.setType = function(value) {
1363
+ return jspb.Message.setProto3EnumField(this, 1, value);
1364
+ };
1365
+
1366
+
1367
+ /**
1368
+ * optional TextBody text_body = 2;
1369
+ * @return {?proto.alis.open.support.v1.Issue.ContentBlock.TextBody}
1370
+ */
1371
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.getTextBody = function() {
1372
+ return /** @type{?proto.alis.open.support.v1.Issue.ContentBlock.TextBody} */ (
1373
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue.ContentBlock.TextBody, 2));
1374
+ };
1375
+
1376
+
1377
+ /**
1378
+ * @param {?proto.alis.open.support.v1.Issue.ContentBlock.TextBody|undefined} value
1379
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock} returns this
1380
+ */
1381
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.setTextBody = function(value) {
1382
+ return jspb.Message.setOneofWrapperField(this, 2, proto.alis.open.support.v1.Issue.ContentBlock.oneofGroups_[0], value);
1383
+ };
1384
+
1385
+
1386
+ /**
1387
+ * Clears the message field making it undefined.
1388
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock} returns this
1389
+ */
1390
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.clearTextBody = function() {
1391
+ return this.setTextBody(undefined);
1392
+ };
1393
+
1394
+
1395
+ /**
1396
+ * Returns whether this field is set.
1397
+ * @return {boolean}
1398
+ */
1399
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.hasTextBody = function() {
1400
+ return jspb.Message.getField(this, 2) != null;
1401
+ };
1402
+
1403
+
1404
+ /**
1405
+ * optional Image image = 3;
1406
+ * @return {?proto.alis.open.support.v1.Issue.ContentBlock.Image}
1407
+ */
1408
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.getImage = function() {
1409
+ return /** @type{?proto.alis.open.support.v1.Issue.ContentBlock.Image} */ (
1410
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue.ContentBlock.Image, 3));
1411
+ };
1412
+
1413
+
1414
+ /**
1415
+ * @param {?proto.alis.open.support.v1.Issue.ContentBlock.Image|undefined} value
1416
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock} returns this
1417
+ */
1418
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.setImage = function(value) {
1419
+ return jspb.Message.setOneofWrapperField(this, 3, proto.alis.open.support.v1.Issue.ContentBlock.oneofGroups_[0], value);
1420
+ };
1421
+
1422
+
1423
+ /**
1424
+ * Clears the message field making it undefined.
1425
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock} returns this
1426
+ */
1427
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.clearImage = function() {
1428
+ return this.setImage(undefined);
1429
+ };
1430
+
1431
+
1432
+ /**
1433
+ * Returns whether this field is set.
1434
+ * @return {boolean}
1435
+ */
1436
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.hasImage = function() {
1437
+ return jspb.Message.getField(this, 3) != null;
1438
+ };
1439
+
1440
+
1441
+ /**
1442
+ * optional Video video = 4;
1443
+ * @return {?proto.alis.open.support.v1.Issue.ContentBlock.Video}
1444
+ */
1445
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.getVideo = function() {
1446
+ return /** @type{?proto.alis.open.support.v1.Issue.ContentBlock.Video} */ (
1447
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue.ContentBlock.Video, 4));
1448
+ };
1449
+
1450
+
1451
+ /**
1452
+ * @param {?proto.alis.open.support.v1.Issue.ContentBlock.Video|undefined} value
1453
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock} returns this
1454
+ */
1455
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.setVideo = function(value) {
1456
+ return jspb.Message.setOneofWrapperField(this, 4, proto.alis.open.support.v1.Issue.ContentBlock.oneofGroups_[0], value);
1457
+ };
1458
+
1459
+
1460
+ /**
1461
+ * Clears the message field making it undefined.
1462
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock} returns this
1463
+ */
1464
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.clearVideo = function() {
1465
+ return this.setVideo(undefined);
1466
+ };
1467
+
1468
+
1469
+ /**
1470
+ * Returns whether this field is set.
1471
+ * @return {boolean}
1472
+ */
1473
+ proto.alis.open.support.v1.Issue.ContentBlock.prototype.hasVideo = function() {
1474
+ return jspb.Message.getField(this, 4) != null;
1475
+ };
1476
+
1477
+
1478
+
1479
+
1480
+
1481
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1482
+ /**
1483
+ * Creates an object representation of this proto.
1484
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1485
+ * Optional fields that are not set will be set to undefined.
1486
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1487
+ * For the list of reserved names please see:
1488
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1489
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1490
+ * JSPB instance for transitional soy proto support:
1491
+ * http://goto/soy-param-migration
1492
+ * @return {!Object}
1493
+ */
1494
+ proto.alis.open.support.v1.Issue.User.prototype.toObject = function(opt_includeInstance) {
1495
+ return proto.alis.open.support.v1.Issue.User.toObject(opt_includeInstance, this);
1496
+ };
1497
+
1498
+
1499
+ /**
1500
+ * Static version of the {@see toObject} method.
1501
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1502
+ * the JSPB instance for transitional soy proto support:
1503
+ * http://goto/soy-param-migration
1504
+ * @param {!proto.alis.open.support.v1.Issue.User} msg The msg instance to transform.
1505
+ * @return {!Object}
1506
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1507
+ */
1508
+ proto.alis.open.support.v1.Issue.User.toObject = function(includeInstance, msg) {
1509
+ var f, obj = {
1510
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
1511
+ email: jspb.Message.getFieldWithDefault(msg, 2, ""),
1512
+ givenName: jspb.Message.getFieldWithDefault(msg, 3, ""),
1513
+ familyName: jspb.Message.getFieldWithDefault(msg, 4, ""),
1514
+ picture: jspb.Message.getFieldWithDefault(msg, 5, "")
1515
+ };
1516
+
1517
+ if (includeInstance) {
1518
+ obj.$jspbMessageInstance = msg;
1519
+ }
1520
+ return obj;
1521
+ };
1522
+ }
1523
+
1524
+
1525
+ /**
1526
+ * Deserializes binary data (in protobuf wire format).
1527
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1528
+ * @return {!proto.alis.open.support.v1.Issue.User}
1529
+ */
1530
+ proto.alis.open.support.v1.Issue.User.deserializeBinary = function(bytes) {
1531
+ var reader = new jspb.BinaryReader(bytes);
1532
+ var msg = new proto.alis.open.support.v1.Issue.User;
1533
+ return proto.alis.open.support.v1.Issue.User.deserializeBinaryFromReader(msg, reader);
1534
+ };
1535
+
1536
+
1537
+ /**
1538
+ * Deserializes binary data (in protobuf wire format) from the
1539
+ * given reader into the given message object.
1540
+ * @param {!proto.alis.open.support.v1.Issue.User} msg The message object to deserialize into.
1541
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1542
+ * @return {!proto.alis.open.support.v1.Issue.User}
1543
+ */
1544
+ proto.alis.open.support.v1.Issue.User.deserializeBinaryFromReader = function(msg, reader) {
1545
+ while (reader.nextField()) {
1546
+ if (reader.isEndGroup()) {
1547
+ break;
1548
+ }
1549
+ var field = reader.getFieldNumber();
1550
+ switch (field) {
1551
+ case 1:
1552
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1553
+ msg.setName(value);
1554
+ break;
1555
+ case 2:
1556
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1557
+ msg.setEmail(value);
1558
+ break;
1559
+ case 3:
1560
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1561
+ msg.setGivenName(value);
1562
+ break;
1563
+ case 4:
1564
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1565
+ msg.setFamilyName(value);
1566
+ break;
1567
+ case 5:
1568
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1569
+ msg.setPicture(value);
1570
+ break;
1571
+ default:
1572
+ reader.skipField();
1573
+ break;
1574
+ }
1575
+ }
1576
+ return msg;
1577
+ };
1578
+
1579
+
1580
+ /**
1581
+ * Serializes the message to binary data (in protobuf wire format).
1582
+ * @return {!Uint8Array}
1583
+ */
1584
+ proto.alis.open.support.v1.Issue.User.prototype.serializeBinary = function() {
1585
+ var writer = new jspb.BinaryWriter();
1586
+ proto.alis.open.support.v1.Issue.User.serializeBinaryToWriter(this, writer);
1587
+ return writer.getResultBuffer();
1588
+ };
1589
+
1590
+
1591
+ /**
1592
+ * Serializes the given message to binary data (in protobuf wire
1593
+ * format), writing to the given BinaryWriter.
1594
+ * @param {!proto.alis.open.support.v1.Issue.User} message
1595
+ * @param {!jspb.BinaryWriter} writer
1596
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1597
+ */
1598
+ proto.alis.open.support.v1.Issue.User.serializeBinaryToWriter = function(message, writer) {
1599
+ var f = undefined;
1600
+ f = message.getName();
1601
+ if (f.length > 0) {
1602
+ writer.writeString(
1603
+ 1,
1604
+ f
1605
+ );
1606
+ }
1607
+ f = message.getEmail();
1608
+ if (f.length > 0) {
1609
+ writer.writeString(
1610
+ 2,
1611
+ f
1612
+ );
1613
+ }
1614
+ f = message.getGivenName();
1615
+ if (f.length > 0) {
1616
+ writer.writeString(
1617
+ 3,
1618
+ f
1619
+ );
1620
+ }
1621
+ f = message.getFamilyName();
1622
+ if (f.length > 0) {
1623
+ writer.writeString(
1624
+ 4,
1625
+ f
1626
+ );
1627
+ }
1628
+ f = message.getPicture();
1629
+ if (f.length > 0) {
1630
+ writer.writeString(
1631
+ 5,
1632
+ f
1633
+ );
1634
+ }
1635
+ };
1636
+
1637
+
1638
+ /**
1639
+ * optional string name = 1;
1640
+ * @return {string}
1641
+ */
1642
+ proto.alis.open.support.v1.Issue.User.prototype.getName = function() {
1643
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1644
+ };
1645
+
1646
+
1647
+ /**
1648
+ * @param {string} value
1649
+ * @return {!proto.alis.open.support.v1.Issue.User} returns this
1650
+ */
1651
+ proto.alis.open.support.v1.Issue.User.prototype.setName = function(value) {
1652
+ return jspb.Message.setProto3StringField(this, 1, value);
1653
+ };
1654
+
1655
+
1656
+ /**
1657
+ * optional string email = 2;
1658
+ * @return {string}
1659
+ */
1660
+ proto.alis.open.support.v1.Issue.User.prototype.getEmail = function() {
1661
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1662
+ };
1663
+
1664
+
1665
+ /**
1666
+ * @param {string} value
1667
+ * @return {!proto.alis.open.support.v1.Issue.User} returns this
1668
+ */
1669
+ proto.alis.open.support.v1.Issue.User.prototype.setEmail = function(value) {
1670
+ return jspb.Message.setProto3StringField(this, 2, value);
1671
+ };
1672
+
1673
+
1674
+ /**
1675
+ * optional string given_name = 3;
1676
+ * @return {string}
1677
+ */
1678
+ proto.alis.open.support.v1.Issue.User.prototype.getGivenName = function() {
1679
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1680
+ };
1681
+
1682
+
1683
+ /**
1684
+ * @param {string} value
1685
+ * @return {!proto.alis.open.support.v1.Issue.User} returns this
1686
+ */
1687
+ proto.alis.open.support.v1.Issue.User.prototype.setGivenName = function(value) {
1688
+ return jspb.Message.setProto3StringField(this, 3, value);
1689
+ };
1690
+
1691
+
1692
+ /**
1693
+ * optional string family_name = 4;
1694
+ * @return {string}
1695
+ */
1696
+ proto.alis.open.support.v1.Issue.User.prototype.getFamilyName = function() {
1697
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1698
+ };
1699
+
1700
+
1701
+ /**
1702
+ * @param {string} value
1703
+ * @return {!proto.alis.open.support.v1.Issue.User} returns this
1704
+ */
1705
+ proto.alis.open.support.v1.Issue.User.prototype.setFamilyName = function(value) {
1706
+ return jspb.Message.setProto3StringField(this, 4, value);
1707
+ };
1708
+
1709
+
1710
+ /**
1711
+ * optional string picture = 5;
1712
+ * @return {string}
1713
+ */
1714
+ proto.alis.open.support.v1.Issue.User.prototype.getPicture = function() {
1715
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1716
+ };
1717
+
1718
+
1719
+ /**
1720
+ * @param {string} value
1721
+ * @return {!proto.alis.open.support.v1.Issue.User} returns this
1722
+ */
1723
+ proto.alis.open.support.v1.Issue.User.prototype.setPicture = function(value) {
1724
+ return jspb.Message.setProto3StringField(this, 5, value);
1725
+ };
1726
+
1727
+
1728
+ /**
1729
+ * optional string name = 1;
1730
+ * @return {string}
1731
+ */
1732
+ proto.alis.open.support.v1.Issue.prototype.getName = function() {
1733
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1734
+ };
1735
+
1736
+
1737
+ /**
1738
+ * @param {string} value
1739
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1740
+ */
1741
+ proto.alis.open.support.v1.Issue.prototype.setName = function(value) {
1742
+ return jspb.Message.setProto3StringField(this, 1, value);
1743
+ };
1744
+
1745
+
1746
+ /**
1747
+ * optional string display_name = 2;
1748
+ * @return {string}
1749
+ */
1750
+ proto.alis.open.support.v1.Issue.prototype.getDisplayName = function() {
1751
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1752
+ };
1753
+
1754
+
1755
+ /**
1756
+ * @param {string} value
1757
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1758
+ */
1759
+ proto.alis.open.support.v1.Issue.prototype.setDisplayName = function(value) {
1760
+ return jspb.Message.setProto3StringField(this, 2, value);
1761
+ };
1762
+
1763
+
1764
+ /**
1765
+ * repeated ContentBlock description = 3;
1766
+ * @return {!Array<!proto.alis.open.support.v1.Issue.ContentBlock>}
1767
+ */
1768
+ proto.alis.open.support.v1.Issue.prototype.getDescriptionList = function() {
1769
+ return /** @type{!Array<!proto.alis.open.support.v1.Issue.ContentBlock>} */ (
1770
+ jspb.Message.getRepeatedWrapperField(this, proto.alis.open.support.v1.Issue.ContentBlock, 3));
1771
+ };
1772
+
1773
+
1774
+ /**
1775
+ * @param {!Array<!proto.alis.open.support.v1.Issue.ContentBlock>} value
1776
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1777
+ */
1778
+ proto.alis.open.support.v1.Issue.prototype.setDescriptionList = function(value) {
1779
+ return jspb.Message.setRepeatedWrapperField(this, 3, value);
1780
+ };
1781
+
1782
+
1783
+ /**
1784
+ * @param {!proto.alis.open.support.v1.Issue.ContentBlock=} opt_value
1785
+ * @param {number=} opt_index
1786
+ * @return {!proto.alis.open.support.v1.Issue.ContentBlock}
1787
+ */
1788
+ proto.alis.open.support.v1.Issue.prototype.addDescription = function(opt_value, opt_index) {
1789
+ return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.alis.open.support.v1.Issue.ContentBlock, opt_index);
1790
+ };
1791
+
1792
+
1793
+ /**
1794
+ * Clears the list making it empty but non-null.
1795
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1796
+ */
1797
+ proto.alis.open.support.v1.Issue.prototype.clearDescriptionList = function() {
1798
+ return this.setDescriptionList([]);
1799
+ };
1800
+
1801
+
1802
+ /**
1803
+ * optional Category category = 4;
1804
+ * @return {!proto.alis.open.support.v1.Issue.Category}
1805
+ */
1806
+ proto.alis.open.support.v1.Issue.prototype.getCategory = function() {
1807
+ return /** @type {!proto.alis.open.support.v1.Issue.Category} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
1808
+ };
1809
+
1810
+
1811
+ /**
1812
+ * @param {!proto.alis.open.support.v1.Issue.Category} value
1813
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1814
+ */
1815
+ proto.alis.open.support.v1.Issue.prototype.setCategory = function(value) {
1816
+ return jspb.Message.setProto3EnumField(this, 4, value);
1817
+ };
1818
+
1819
+
1820
+ /**
1821
+ * optional Type type = 5;
1822
+ * @return {!proto.alis.open.support.v1.Issue.Type}
1823
+ */
1824
+ proto.alis.open.support.v1.Issue.prototype.getType = function() {
1825
+ return /** @type {!proto.alis.open.support.v1.Issue.Type} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
1826
+ };
1827
+
1828
+
1829
+ /**
1830
+ * @param {!proto.alis.open.support.v1.Issue.Type} value
1831
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1832
+ */
1833
+ proto.alis.open.support.v1.Issue.prototype.setType = function(value) {
1834
+ return jspb.Message.setProto3EnumField(this, 5, value);
1835
+ };
1836
+
1837
+
1838
+ /**
1839
+ * optional State state = 6;
1840
+ * @return {!proto.alis.open.support.v1.Issue.State}
1841
+ */
1842
+ proto.alis.open.support.v1.Issue.prototype.getState = function() {
1843
+ return /** @type {!proto.alis.open.support.v1.Issue.State} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
1844
+ };
1845
+
1846
+
1847
+ /**
1848
+ * @param {!proto.alis.open.support.v1.Issue.State} value
1849
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1850
+ */
1851
+ proto.alis.open.support.v1.Issue.prototype.setState = function(value) {
1852
+ return jspb.Message.setProto3EnumField(this, 6, value);
1853
+ };
1854
+
1855
+
1856
+ /**
1857
+ * optional User reporter = 7;
1858
+ * @return {?proto.alis.open.support.v1.Issue.User}
1859
+ */
1860
+ proto.alis.open.support.v1.Issue.prototype.getReporter = function() {
1861
+ return /** @type{?proto.alis.open.support.v1.Issue.User} */ (
1862
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue.User, 7));
1863
+ };
1864
+
1865
+
1866
+ /**
1867
+ * @param {?proto.alis.open.support.v1.Issue.User|undefined} value
1868
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1869
+ */
1870
+ proto.alis.open.support.v1.Issue.prototype.setReporter = function(value) {
1871
+ return jspb.Message.setWrapperField(this, 7, value);
1872
+ };
1873
+
1874
+
1875
+ /**
1876
+ * Clears the message field making it undefined.
1877
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1878
+ */
1879
+ proto.alis.open.support.v1.Issue.prototype.clearReporter = function() {
1880
+ return this.setReporter(undefined);
1881
+ };
1882
+
1883
+
1884
+ /**
1885
+ * Returns whether this field is set.
1886
+ * @return {boolean}
1887
+ */
1888
+ proto.alis.open.support.v1.Issue.prototype.hasReporter = function() {
1889
+ return jspb.Message.getField(this, 7) != null;
1890
+ };
1891
+
1892
+
1893
+ /**
1894
+ * optional User assignee = 8;
1895
+ * @return {?proto.alis.open.support.v1.Issue.User}
1896
+ */
1897
+ proto.alis.open.support.v1.Issue.prototype.getAssignee = function() {
1898
+ return /** @type{?proto.alis.open.support.v1.Issue.User} */ (
1899
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue.User, 8));
1900
+ };
1901
+
1902
+
1903
+ /**
1904
+ * @param {?proto.alis.open.support.v1.Issue.User|undefined} value
1905
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1906
+ */
1907
+ proto.alis.open.support.v1.Issue.prototype.setAssignee = function(value) {
1908
+ return jspb.Message.setWrapperField(this, 8, value);
1909
+ };
1910
+
1911
+
1912
+ /**
1913
+ * Clears the message field making it undefined.
1914
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1915
+ */
1916
+ proto.alis.open.support.v1.Issue.prototype.clearAssignee = function() {
1917
+ return this.setAssignee(undefined);
1918
+ };
1919
+
1920
+
1921
+ /**
1922
+ * Returns whether this field is set.
1923
+ * @return {boolean}
1924
+ */
1925
+ proto.alis.open.support.v1.Issue.prototype.hasAssignee = function() {
1926
+ return jspb.Message.getField(this, 8) != null;
1927
+ };
1928
+
1929
+
1930
+ /**
1931
+ * optional IssueVisibility visibility = 9;
1932
+ * @return {!proto.alis.open.support.v1.Issue.IssueVisibility}
1933
+ */
1934
+ proto.alis.open.support.v1.Issue.prototype.getVisibility = function() {
1935
+ return /** @type {!proto.alis.open.support.v1.Issue.IssueVisibility} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
1936
+ };
1937
+
1938
+
1939
+ /**
1940
+ * @param {!proto.alis.open.support.v1.Issue.IssueVisibility} value
1941
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1942
+ */
1943
+ proto.alis.open.support.v1.Issue.prototype.setVisibility = function(value) {
1944
+ return jspb.Message.setProto3EnumField(this, 9, value);
1945
+ };
1946
+
1947
+
1948
+ /**
1949
+ * optional google.protobuf.Timestamp create_time = 99;
1950
+ * @return {?proto.google.protobuf.Timestamp}
1951
+ */
1952
+ proto.alis.open.support.v1.Issue.prototype.getCreateTime = function() {
1953
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
1954
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 99));
1955
+ };
1956
+
1957
+
1958
+ /**
1959
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
1960
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1961
+ */
1962
+ proto.alis.open.support.v1.Issue.prototype.setCreateTime = function(value) {
1963
+ return jspb.Message.setWrapperField(this, 99, value);
1964
+ };
1965
+
1966
+
1967
+ /**
1968
+ * Clears the message field making it undefined.
1969
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1970
+ */
1971
+ proto.alis.open.support.v1.Issue.prototype.clearCreateTime = function() {
1972
+ return this.setCreateTime(undefined);
1973
+ };
1974
+
1975
+
1976
+ /**
1977
+ * Returns whether this field is set.
1978
+ * @return {boolean}
1979
+ */
1980
+ proto.alis.open.support.v1.Issue.prototype.hasCreateTime = function() {
1981
+ return jspb.Message.getField(this, 99) != null;
1982
+ };
1983
+
1984
+
1985
+ /**
1986
+ * optional google.protobuf.Timestamp update_time = 100;
1987
+ * @return {?proto.google.protobuf.Timestamp}
1988
+ */
1989
+ proto.alis.open.support.v1.Issue.prototype.getUpdateTime = function() {
1990
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
1991
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 100));
1992
+ };
1993
+
1994
+
1995
+ /**
1996
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
1997
+ * @return {!proto.alis.open.support.v1.Issue} returns this
1998
+ */
1999
+ proto.alis.open.support.v1.Issue.prototype.setUpdateTime = function(value) {
2000
+ return jspb.Message.setWrapperField(this, 100, value);
2001
+ };
2002
+
2003
+
2004
+ /**
2005
+ * Clears the message field making it undefined.
2006
+ * @return {!proto.alis.open.support.v1.Issue} returns this
2007
+ */
2008
+ proto.alis.open.support.v1.Issue.prototype.clearUpdateTime = function() {
2009
+ return this.setUpdateTime(undefined);
2010
+ };
2011
+
2012
+
2013
+ /**
2014
+ * Returns whether this field is set.
2015
+ * @return {boolean}
2016
+ */
2017
+ proto.alis.open.support.v1.Issue.prototype.hasUpdateTime = function() {
2018
+ return jspb.Message.getField(this, 100) != null;
2019
+ };
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2026
+ /**
2027
+ * Creates an object representation of this proto.
2028
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2029
+ * Optional fields that are not set will be set to undefined.
2030
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2031
+ * For the list of reserved names please see:
2032
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2033
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2034
+ * JSPB instance for transitional soy proto support:
2035
+ * http://goto/soy-param-migration
2036
+ * @return {!Object}
2037
+ */
2038
+ proto.alis.open.support.v1.CreateIssueRequest.prototype.toObject = function(opt_includeInstance) {
2039
+ return proto.alis.open.support.v1.CreateIssueRequest.toObject(opt_includeInstance, this);
2040
+ };
2041
+
2042
+
2043
+ /**
2044
+ * Static version of the {@see toObject} method.
2045
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2046
+ * the JSPB instance for transitional soy proto support:
2047
+ * http://goto/soy-param-migration
2048
+ * @param {!proto.alis.open.support.v1.CreateIssueRequest} msg The msg instance to transform.
2049
+ * @return {!Object}
2050
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2051
+ */
2052
+ proto.alis.open.support.v1.CreateIssueRequest.toObject = function(includeInstance, msg) {
2053
+ var f, obj = {
2054
+ issue: (f = msg.getIssue()) && proto.alis.open.support.v1.Issue.toObject(includeInstance, f)
2055
+ };
2056
+
2057
+ if (includeInstance) {
2058
+ obj.$jspbMessageInstance = msg;
2059
+ }
2060
+ return obj;
2061
+ };
2062
+ }
2063
+
2064
+
2065
+ /**
2066
+ * Deserializes binary data (in protobuf wire format).
2067
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2068
+ * @return {!proto.alis.open.support.v1.CreateIssueRequest}
2069
+ */
2070
+ proto.alis.open.support.v1.CreateIssueRequest.deserializeBinary = function(bytes) {
2071
+ var reader = new jspb.BinaryReader(bytes);
2072
+ var msg = new proto.alis.open.support.v1.CreateIssueRequest;
2073
+ return proto.alis.open.support.v1.CreateIssueRequest.deserializeBinaryFromReader(msg, reader);
2074
+ };
2075
+
2076
+
2077
+ /**
2078
+ * Deserializes binary data (in protobuf wire format) from the
2079
+ * given reader into the given message object.
2080
+ * @param {!proto.alis.open.support.v1.CreateIssueRequest} msg The message object to deserialize into.
2081
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2082
+ * @return {!proto.alis.open.support.v1.CreateIssueRequest}
2083
+ */
2084
+ proto.alis.open.support.v1.CreateIssueRequest.deserializeBinaryFromReader = function(msg, reader) {
2085
+ while (reader.nextField()) {
2086
+ if (reader.isEndGroup()) {
2087
+ break;
2088
+ }
2089
+ var field = reader.getFieldNumber();
2090
+ switch (field) {
2091
+ case 1:
2092
+ var value = new proto.alis.open.support.v1.Issue;
2093
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.deserializeBinaryFromReader);
2094
+ msg.setIssue(value);
2095
+ break;
2096
+ default:
2097
+ reader.skipField();
2098
+ break;
2099
+ }
2100
+ }
2101
+ return msg;
2102
+ };
2103
+
2104
+
2105
+ /**
2106
+ * Serializes the message to binary data (in protobuf wire format).
2107
+ * @return {!Uint8Array}
2108
+ */
2109
+ proto.alis.open.support.v1.CreateIssueRequest.prototype.serializeBinary = function() {
2110
+ var writer = new jspb.BinaryWriter();
2111
+ proto.alis.open.support.v1.CreateIssueRequest.serializeBinaryToWriter(this, writer);
2112
+ return writer.getResultBuffer();
2113
+ };
2114
+
2115
+
2116
+ /**
2117
+ * Serializes the given message to binary data (in protobuf wire
2118
+ * format), writing to the given BinaryWriter.
2119
+ * @param {!proto.alis.open.support.v1.CreateIssueRequest} message
2120
+ * @param {!jspb.BinaryWriter} writer
2121
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2122
+ */
2123
+ proto.alis.open.support.v1.CreateIssueRequest.serializeBinaryToWriter = function(message, writer) {
2124
+ var f = undefined;
2125
+ f = message.getIssue();
2126
+ if (f != null) {
2127
+ writer.writeMessage(
2128
+ 1,
2129
+ f,
2130
+ proto.alis.open.support.v1.Issue.serializeBinaryToWriter
2131
+ );
2132
+ }
2133
+ };
2134
+
2135
+
2136
+ /**
2137
+ * optional Issue issue = 1;
2138
+ * @return {?proto.alis.open.support.v1.Issue}
2139
+ */
2140
+ proto.alis.open.support.v1.CreateIssueRequest.prototype.getIssue = function() {
2141
+ return /** @type{?proto.alis.open.support.v1.Issue} */ (
2142
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue, 1));
2143
+ };
2144
+
2145
+
2146
+ /**
2147
+ * @param {?proto.alis.open.support.v1.Issue|undefined} value
2148
+ * @return {!proto.alis.open.support.v1.CreateIssueRequest} returns this
2149
+ */
2150
+ proto.alis.open.support.v1.CreateIssueRequest.prototype.setIssue = function(value) {
2151
+ return jspb.Message.setWrapperField(this, 1, value);
2152
+ };
2153
+
2154
+
2155
+ /**
2156
+ * Clears the message field making it undefined.
2157
+ * @return {!proto.alis.open.support.v1.CreateIssueRequest} returns this
2158
+ */
2159
+ proto.alis.open.support.v1.CreateIssueRequest.prototype.clearIssue = function() {
2160
+ return this.setIssue(undefined);
2161
+ };
2162
+
2163
+
2164
+ /**
2165
+ * Returns whether this field is set.
2166
+ * @return {boolean}
2167
+ */
2168
+ proto.alis.open.support.v1.CreateIssueRequest.prototype.hasIssue = function() {
2169
+ return jspb.Message.getField(this, 1) != null;
2170
+ };
2171
+
2172
+
2173
+
2174
+
2175
+
2176
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2177
+ /**
2178
+ * Creates an object representation of this proto.
2179
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2180
+ * Optional fields that are not set will be set to undefined.
2181
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2182
+ * For the list of reserved names please see:
2183
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2184
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2185
+ * JSPB instance for transitional soy proto support:
2186
+ * http://goto/soy-param-migration
2187
+ * @return {!Object}
2188
+ */
2189
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.toObject = function(opt_includeInstance) {
2190
+ return proto.alis.open.support.v1.UpdateIssueRequest.toObject(opt_includeInstance, this);
2191
+ };
2192
+
2193
+
2194
+ /**
2195
+ * Static version of the {@see toObject} method.
2196
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2197
+ * the JSPB instance for transitional soy proto support:
2198
+ * http://goto/soy-param-migration
2199
+ * @param {!proto.alis.open.support.v1.UpdateIssueRequest} msg The msg instance to transform.
2200
+ * @return {!Object}
2201
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2202
+ */
2203
+ proto.alis.open.support.v1.UpdateIssueRequest.toObject = function(includeInstance, msg) {
2204
+ var f, obj = {
2205
+ issue: (f = msg.getIssue()) && proto.alis.open.support.v1.Issue.toObject(includeInstance, f),
2206
+ updateMask: (f = msg.getUpdateMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
2207
+ };
2208
+
2209
+ if (includeInstance) {
2210
+ obj.$jspbMessageInstance = msg;
2211
+ }
2212
+ return obj;
2213
+ };
2214
+ }
2215
+
2216
+
2217
+ /**
2218
+ * Deserializes binary data (in protobuf wire format).
2219
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2220
+ * @return {!proto.alis.open.support.v1.UpdateIssueRequest}
2221
+ */
2222
+ proto.alis.open.support.v1.UpdateIssueRequest.deserializeBinary = function(bytes) {
2223
+ var reader = new jspb.BinaryReader(bytes);
2224
+ var msg = new proto.alis.open.support.v1.UpdateIssueRequest;
2225
+ return proto.alis.open.support.v1.UpdateIssueRequest.deserializeBinaryFromReader(msg, reader);
2226
+ };
2227
+
2228
+
2229
+ /**
2230
+ * Deserializes binary data (in protobuf wire format) from the
2231
+ * given reader into the given message object.
2232
+ * @param {!proto.alis.open.support.v1.UpdateIssueRequest} msg The message object to deserialize into.
2233
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2234
+ * @return {!proto.alis.open.support.v1.UpdateIssueRequest}
2235
+ */
2236
+ proto.alis.open.support.v1.UpdateIssueRequest.deserializeBinaryFromReader = function(msg, reader) {
2237
+ while (reader.nextField()) {
2238
+ if (reader.isEndGroup()) {
2239
+ break;
2240
+ }
2241
+ var field = reader.getFieldNumber();
2242
+ switch (field) {
2243
+ case 1:
2244
+ var value = new proto.alis.open.support.v1.Issue;
2245
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.deserializeBinaryFromReader);
2246
+ msg.setIssue(value);
2247
+ break;
2248
+ case 2:
2249
+ var value = new google_protobuf_field_mask_pb.FieldMask;
2250
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
2251
+ msg.setUpdateMask(value);
2252
+ break;
2253
+ default:
2254
+ reader.skipField();
2255
+ break;
2256
+ }
2257
+ }
2258
+ return msg;
2259
+ };
2260
+
2261
+
2262
+ /**
2263
+ * Serializes the message to binary data (in protobuf wire format).
2264
+ * @return {!Uint8Array}
2265
+ */
2266
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.serializeBinary = function() {
2267
+ var writer = new jspb.BinaryWriter();
2268
+ proto.alis.open.support.v1.UpdateIssueRequest.serializeBinaryToWriter(this, writer);
2269
+ return writer.getResultBuffer();
2270
+ };
2271
+
2272
+
2273
+ /**
2274
+ * Serializes the given message to binary data (in protobuf wire
2275
+ * format), writing to the given BinaryWriter.
2276
+ * @param {!proto.alis.open.support.v1.UpdateIssueRequest} message
2277
+ * @param {!jspb.BinaryWriter} writer
2278
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2279
+ */
2280
+ proto.alis.open.support.v1.UpdateIssueRequest.serializeBinaryToWriter = function(message, writer) {
2281
+ var f = undefined;
2282
+ f = message.getIssue();
2283
+ if (f != null) {
2284
+ writer.writeMessage(
2285
+ 1,
2286
+ f,
2287
+ proto.alis.open.support.v1.Issue.serializeBinaryToWriter
2288
+ );
2289
+ }
2290
+ f = message.getUpdateMask();
2291
+ if (f != null) {
2292
+ writer.writeMessage(
2293
+ 2,
2294
+ f,
2295
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
2296
+ );
2297
+ }
2298
+ };
2299
+
2300
+
2301
+ /**
2302
+ * optional Issue issue = 1;
2303
+ * @return {?proto.alis.open.support.v1.Issue}
2304
+ */
2305
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.getIssue = function() {
2306
+ return /** @type{?proto.alis.open.support.v1.Issue} */ (
2307
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue, 1));
2308
+ };
2309
+
2310
+
2311
+ /**
2312
+ * @param {?proto.alis.open.support.v1.Issue|undefined} value
2313
+ * @return {!proto.alis.open.support.v1.UpdateIssueRequest} returns this
2314
+ */
2315
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.setIssue = function(value) {
2316
+ return jspb.Message.setWrapperField(this, 1, value);
2317
+ };
2318
+
2319
+
2320
+ /**
2321
+ * Clears the message field making it undefined.
2322
+ * @return {!proto.alis.open.support.v1.UpdateIssueRequest} returns this
2323
+ */
2324
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.clearIssue = function() {
2325
+ return this.setIssue(undefined);
2326
+ };
2327
+
2328
+
2329
+ /**
2330
+ * Returns whether this field is set.
2331
+ * @return {boolean}
2332
+ */
2333
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.hasIssue = function() {
2334
+ return jspb.Message.getField(this, 1) != null;
2335
+ };
2336
+
2337
+
2338
+ /**
2339
+ * optional google.protobuf.FieldMask update_mask = 2;
2340
+ * @return {?proto.google.protobuf.FieldMask}
2341
+ */
2342
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.getUpdateMask = function() {
2343
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
2344
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 2));
2345
+ };
2346
+
2347
+
2348
+ /**
2349
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
2350
+ * @return {!proto.alis.open.support.v1.UpdateIssueRequest} returns this
2351
+ */
2352
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.setUpdateMask = function(value) {
2353
+ return jspb.Message.setWrapperField(this, 2, value);
2354
+ };
2355
+
2356
+
2357
+ /**
2358
+ * Clears the message field making it undefined.
2359
+ * @return {!proto.alis.open.support.v1.UpdateIssueRequest} returns this
2360
+ */
2361
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.clearUpdateMask = function() {
2362
+ return this.setUpdateMask(undefined);
2363
+ };
2364
+
2365
+
2366
+ /**
2367
+ * Returns whether this field is set.
2368
+ * @return {boolean}
2369
+ */
2370
+ proto.alis.open.support.v1.UpdateIssueRequest.prototype.hasUpdateMask = function() {
2371
+ return jspb.Message.getField(this, 2) != null;
2372
+ };
2373
+
2374
+
2375
+
2376
+
2377
+
2378
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2379
+ /**
2380
+ * Creates an object representation of this proto.
2381
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2382
+ * Optional fields that are not set will be set to undefined.
2383
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2384
+ * For the list of reserved names please see:
2385
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2386
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2387
+ * JSPB instance for transitional soy proto support:
2388
+ * http://goto/soy-param-migration
2389
+ * @return {!Object}
2390
+ */
2391
+ proto.alis.open.support.v1.GetIssueRequest.prototype.toObject = function(opt_includeInstance) {
2392
+ return proto.alis.open.support.v1.GetIssueRequest.toObject(opt_includeInstance, this);
2393
+ };
2394
+
2395
+
2396
+ /**
2397
+ * Static version of the {@see toObject} method.
2398
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2399
+ * the JSPB instance for transitional soy proto support:
2400
+ * http://goto/soy-param-migration
2401
+ * @param {!proto.alis.open.support.v1.GetIssueRequest} msg The msg instance to transform.
2402
+ * @return {!Object}
2403
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2404
+ */
2405
+ proto.alis.open.support.v1.GetIssueRequest.toObject = function(includeInstance, msg) {
2406
+ var f, obj = {
2407
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
2408
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
2409
+ };
2410
+
2411
+ if (includeInstance) {
2412
+ obj.$jspbMessageInstance = msg;
2413
+ }
2414
+ return obj;
2415
+ };
2416
+ }
2417
+
2418
+
2419
+ /**
2420
+ * Deserializes binary data (in protobuf wire format).
2421
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2422
+ * @return {!proto.alis.open.support.v1.GetIssueRequest}
2423
+ */
2424
+ proto.alis.open.support.v1.GetIssueRequest.deserializeBinary = function(bytes) {
2425
+ var reader = new jspb.BinaryReader(bytes);
2426
+ var msg = new proto.alis.open.support.v1.GetIssueRequest;
2427
+ return proto.alis.open.support.v1.GetIssueRequest.deserializeBinaryFromReader(msg, reader);
2428
+ };
2429
+
2430
+
2431
+ /**
2432
+ * Deserializes binary data (in protobuf wire format) from the
2433
+ * given reader into the given message object.
2434
+ * @param {!proto.alis.open.support.v1.GetIssueRequest} msg The message object to deserialize into.
2435
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2436
+ * @return {!proto.alis.open.support.v1.GetIssueRequest}
2437
+ */
2438
+ proto.alis.open.support.v1.GetIssueRequest.deserializeBinaryFromReader = function(msg, reader) {
2439
+ while (reader.nextField()) {
2440
+ if (reader.isEndGroup()) {
2441
+ break;
2442
+ }
2443
+ var field = reader.getFieldNumber();
2444
+ switch (field) {
2445
+ case 1:
2446
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2447
+ msg.setName(value);
2448
+ break;
2449
+ case 2:
2450
+ var value = new google_protobuf_field_mask_pb.FieldMask;
2451
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
2452
+ msg.setReadMask(value);
2453
+ break;
2454
+ default:
2455
+ reader.skipField();
2456
+ break;
2457
+ }
2458
+ }
2459
+ return msg;
2460
+ };
2461
+
2462
+
2463
+ /**
2464
+ * Serializes the message to binary data (in protobuf wire format).
2465
+ * @return {!Uint8Array}
2466
+ */
2467
+ proto.alis.open.support.v1.GetIssueRequest.prototype.serializeBinary = function() {
2468
+ var writer = new jspb.BinaryWriter();
2469
+ proto.alis.open.support.v1.GetIssueRequest.serializeBinaryToWriter(this, writer);
2470
+ return writer.getResultBuffer();
2471
+ };
2472
+
2473
+
2474
+ /**
2475
+ * Serializes the given message to binary data (in protobuf wire
2476
+ * format), writing to the given BinaryWriter.
2477
+ * @param {!proto.alis.open.support.v1.GetIssueRequest} message
2478
+ * @param {!jspb.BinaryWriter} writer
2479
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2480
+ */
2481
+ proto.alis.open.support.v1.GetIssueRequest.serializeBinaryToWriter = function(message, writer) {
2482
+ var f = undefined;
2483
+ f = message.getName();
2484
+ if (f.length > 0) {
2485
+ writer.writeString(
2486
+ 1,
2487
+ f
2488
+ );
2489
+ }
2490
+ f = message.getReadMask();
2491
+ if (f != null) {
2492
+ writer.writeMessage(
2493
+ 2,
2494
+ f,
2495
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
2496
+ );
2497
+ }
2498
+ };
2499
+
2500
+
2501
+ /**
2502
+ * optional string name = 1;
2503
+ * @return {string}
2504
+ */
2505
+ proto.alis.open.support.v1.GetIssueRequest.prototype.getName = function() {
2506
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2507
+ };
2508
+
2509
+
2510
+ /**
2511
+ * @param {string} value
2512
+ * @return {!proto.alis.open.support.v1.GetIssueRequest} returns this
2513
+ */
2514
+ proto.alis.open.support.v1.GetIssueRequest.prototype.setName = function(value) {
2515
+ return jspb.Message.setProto3StringField(this, 1, value);
2516
+ };
2517
+
2518
+
2519
+ /**
2520
+ * optional google.protobuf.FieldMask read_mask = 2;
2521
+ * @return {?proto.google.protobuf.FieldMask}
2522
+ */
2523
+ proto.alis.open.support.v1.GetIssueRequest.prototype.getReadMask = function() {
2524
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
2525
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 2));
2526
+ };
2527
+
2528
+
2529
+ /**
2530
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
2531
+ * @return {!proto.alis.open.support.v1.GetIssueRequest} returns this
2532
+ */
2533
+ proto.alis.open.support.v1.GetIssueRequest.prototype.setReadMask = function(value) {
2534
+ return jspb.Message.setWrapperField(this, 2, value);
2535
+ };
2536
+
2537
+
2538
+ /**
2539
+ * Clears the message field making it undefined.
2540
+ * @return {!proto.alis.open.support.v1.GetIssueRequest} returns this
2541
+ */
2542
+ proto.alis.open.support.v1.GetIssueRequest.prototype.clearReadMask = function() {
2543
+ return this.setReadMask(undefined);
2544
+ };
2545
+
2546
+
2547
+ /**
2548
+ * Returns whether this field is set.
2549
+ * @return {boolean}
2550
+ */
2551
+ proto.alis.open.support.v1.GetIssueRequest.prototype.hasReadMask = function() {
2552
+ return jspb.Message.getField(this, 2) != null;
2553
+ };
2554
+
2555
+
2556
+
2557
+
2558
+
2559
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2560
+ /**
2561
+ * Creates an object representation of this proto.
2562
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2563
+ * Optional fields that are not set will be set to undefined.
2564
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2565
+ * For the list of reserved names please see:
2566
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2567
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2568
+ * JSPB instance for transitional soy proto support:
2569
+ * http://goto/soy-param-migration
2570
+ * @return {!Object}
2571
+ */
2572
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.toObject = function(opt_includeInstance) {
2573
+ return proto.alis.open.support.v1.ListIssuesRequest.toObject(opt_includeInstance, this);
2574
+ };
2575
+
2576
+
2577
+ /**
2578
+ * Static version of the {@see toObject} method.
2579
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2580
+ * the JSPB instance for transitional soy proto support:
2581
+ * http://goto/soy-param-migration
2582
+ * @param {!proto.alis.open.support.v1.ListIssuesRequest} msg The msg instance to transform.
2583
+ * @return {!Object}
2584
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2585
+ */
2586
+ proto.alis.open.support.v1.ListIssuesRequest.toObject = function(includeInstance, msg) {
2587
+ var f, obj = {
2588
+ pageSize: jspb.Message.getFieldWithDefault(msg, 1, 0),
2589
+ pageToken: jspb.Message.getFieldWithDefault(msg, 2, ""),
2590
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
2591
+ filter: jspb.Message.getFieldWithDefault(msg, 4, ""),
2592
+ orderBy: jspb.Message.getFieldWithDefault(msg, 5, "")
2593
+ };
2594
+
2595
+ if (includeInstance) {
2596
+ obj.$jspbMessageInstance = msg;
2597
+ }
2598
+ return obj;
2599
+ };
2600
+ }
2601
+
2602
+
2603
+ /**
2604
+ * Deserializes binary data (in protobuf wire format).
2605
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2606
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest}
2607
+ */
2608
+ proto.alis.open.support.v1.ListIssuesRequest.deserializeBinary = function(bytes) {
2609
+ var reader = new jspb.BinaryReader(bytes);
2610
+ var msg = new proto.alis.open.support.v1.ListIssuesRequest;
2611
+ return proto.alis.open.support.v1.ListIssuesRequest.deserializeBinaryFromReader(msg, reader);
2612
+ };
2613
+
2614
+
2615
+ /**
2616
+ * Deserializes binary data (in protobuf wire format) from the
2617
+ * given reader into the given message object.
2618
+ * @param {!proto.alis.open.support.v1.ListIssuesRequest} msg The message object to deserialize into.
2619
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2620
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest}
2621
+ */
2622
+ proto.alis.open.support.v1.ListIssuesRequest.deserializeBinaryFromReader = function(msg, reader) {
2623
+ while (reader.nextField()) {
2624
+ if (reader.isEndGroup()) {
2625
+ break;
2626
+ }
2627
+ var field = reader.getFieldNumber();
2628
+ switch (field) {
2629
+ case 1:
2630
+ var value = /** @type {number} */ (reader.readInt32());
2631
+ msg.setPageSize(value);
2632
+ break;
2633
+ case 2:
2634
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2635
+ msg.setPageToken(value);
2636
+ break;
2637
+ case 3:
2638
+ var value = new google_protobuf_field_mask_pb.FieldMask;
2639
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
2640
+ msg.setReadMask(value);
2641
+ break;
2642
+ case 4:
2643
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2644
+ msg.setFilter(value);
2645
+ break;
2646
+ case 5:
2647
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2648
+ msg.setOrderBy(value);
2649
+ break;
2650
+ default:
2651
+ reader.skipField();
2652
+ break;
2653
+ }
2654
+ }
2655
+ return msg;
2656
+ };
2657
+
2658
+
2659
+ /**
2660
+ * Serializes the message to binary data (in protobuf wire format).
2661
+ * @return {!Uint8Array}
2662
+ */
2663
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.serializeBinary = function() {
2664
+ var writer = new jspb.BinaryWriter();
2665
+ proto.alis.open.support.v1.ListIssuesRequest.serializeBinaryToWriter(this, writer);
2666
+ return writer.getResultBuffer();
2667
+ };
2668
+
2669
+
2670
+ /**
2671
+ * Serializes the given message to binary data (in protobuf wire
2672
+ * format), writing to the given BinaryWriter.
2673
+ * @param {!proto.alis.open.support.v1.ListIssuesRequest} message
2674
+ * @param {!jspb.BinaryWriter} writer
2675
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2676
+ */
2677
+ proto.alis.open.support.v1.ListIssuesRequest.serializeBinaryToWriter = function(message, writer) {
2678
+ var f = undefined;
2679
+ f = message.getPageSize();
2680
+ if (f !== 0) {
2681
+ writer.writeInt32(
2682
+ 1,
2683
+ f
2684
+ );
2685
+ }
2686
+ f = message.getPageToken();
2687
+ if (f.length > 0) {
2688
+ writer.writeString(
2689
+ 2,
2690
+ f
2691
+ );
2692
+ }
2693
+ f = message.getReadMask();
2694
+ if (f != null) {
2695
+ writer.writeMessage(
2696
+ 3,
2697
+ f,
2698
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
2699
+ );
2700
+ }
2701
+ f = message.getFilter();
2702
+ if (f.length > 0) {
2703
+ writer.writeString(
2704
+ 4,
2705
+ f
2706
+ );
2707
+ }
2708
+ f = message.getOrderBy();
2709
+ if (f.length > 0) {
2710
+ writer.writeString(
2711
+ 5,
2712
+ f
2713
+ );
2714
+ }
2715
+ };
2716
+
2717
+
2718
+ /**
2719
+ * optional int32 page_size = 1;
2720
+ * @return {number}
2721
+ */
2722
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.getPageSize = function() {
2723
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
2724
+ };
2725
+
2726
+
2727
+ /**
2728
+ * @param {number} value
2729
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest} returns this
2730
+ */
2731
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.setPageSize = function(value) {
2732
+ return jspb.Message.setProto3IntField(this, 1, value);
2733
+ };
2734
+
2735
+
2736
+ /**
2737
+ * optional string page_token = 2;
2738
+ * @return {string}
2739
+ */
2740
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.getPageToken = function() {
2741
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2742
+ };
2743
+
2744
+
2745
+ /**
2746
+ * @param {string} value
2747
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest} returns this
2748
+ */
2749
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.setPageToken = function(value) {
2750
+ return jspb.Message.setProto3StringField(this, 2, value);
2751
+ };
2752
+
2753
+
2754
+ /**
2755
+ * optional google.protobuf.FieldMask read_mask = 3;
2756
+ * @return {?proto.google.protobuf.FieldMask}
2757
+ */
2758
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.getReadMask = function() {
2759
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
2760
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
2761
+ };
2762
+
2763
+
2764
+ /**
2765
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
2766
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest} returns this
2767
+ */
2768
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.setReadMask = function(value) {
2769
+ return jspb.Message.setWrapperField(this, 3, value);
2770
+ };
2771
+
2772
+
2773
+ /**
2774
+ * Clears the message field making it undefined.
2775
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest} returns this
2776
+ */
2777
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.clearReadMask = function() {
2778
+ return this.setReadMask(undefined);
2779
+ };
2780
+
2781
+
2782
+ /**
2783
+ * Returns whether this field is set.
2784
+ * @return {boolean}
2785
+ */
2786
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.hasReadMask = function() {
2787
+ return jspb.Message.getField(this, 3) != null;
2788
+ };
2789
+
2790
+
2791
+ /**
2792
+ * optional string filter = 4;
2793
+ * @return {string}
2794
+ */
2795
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.getFilter = function() {
2796
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
2797
+ };
2798
+
2799
+
2800
+ /**
2801
+ * @param {string} value
2802
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest} returns this
2803
+ */
2804
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.setFilter = function(value) {
2805
+ return jspb.Message.setProto3StringField(this, 4, value);
2806
+ };
2807
+
2808
+
2809
+ /**
2810
+ * optional string order_by = 5;
2811
+ * @return {string}
2812
+ */
2813
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.getOrderBy = function() {
2814
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
2815
+ };
2816
+
2817
+
2818
+ /**
2819
+ * @param {string} value
2820
+ * @return {!proto.alis.open.support.v1.ListIssuesRequest} returns this
2821
+ */
2822
+ proto.alis.open.support.v1.ListIssuesRequest.prototype.setOrderBy = function(value) {
2823
+ return jspb.Message.setProto3StringField(this, 5, value);
2824
+ };
2825
+
2826
+
2827
+
2828
+ /**
2829
+ * List of repeated fields within this message type.
2830
+ * @private {!Array<number>}
2831
+ * @const
2832
+ */
2833
+ proto.alis.open.support.v1.ListIssuesResponse.repeatedFields_ = [1];
2834
+
2835
+
2836
+
2837
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2838
+ /**
2839
+ * Creates an object representation of this proto.
2840
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2841
+ * Optional fields that are not set will be set to undefined.
2842
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2843
+ * For the list of reserved names please see:
2844
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2845
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2846
+ * JSPB instance for transitional soy proto support:
2847
+ * http://goto/soy-param-migration
2848
+ * @return {!Object}
2849
+ */
2850
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.toObject = function(opt_includeInstance) {
2851
+ return proto.alis.open.support.v1.ListIssuesResponse.toObject(opt_includeInstance, this);
2852
+ };
2853
+
2854
+
2855
+ /**
2856
+ * Static version of the {@see toObject} method.
2857
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2858
+ * the JSPB instance for transitional soy proto support:
2859
+ * http://goto/soy-param-migration
2860
+ * @param {!proto.alis.open.support.v1.ListIssuesResponse} msg The msg instance to transform.
2861
+ * @return {!Object}
2862
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2863
+ */
2864
+ proto.alis.open.support.v1.ListIssuesResponse.toObject = function(includeInstance, msg) {
2865
+ var f, obj = {
2866
+ issuesList: jspb.Message.toObjectList(msg.getIssuesList(),
2867
+ proto.alis.open.support.v1.Issue.toObject, includeInstance),
2868
+ nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
2869
+ };
2870
+
2871
+ if (includeInstance) {
2872
+ obj.$jspbMessageInstance = msg;
2873
+ }
2874
+ return obj;
2875
+ };
2876
+ }
2877
+
2878
+
2879
+ /**
2880
+ * Deserializes binary data (in protobuf wire format).
2881
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2882
+ * @return {!proto.alis.open.support.v1.ListIssuesResponse}
2883
+ */
2884
+ proto.alis.open.support.v1.ListIssuesResponse.deserializeBinary = function(bytes) {
2885
+ var reader = new jspb.BinaryReader(bytes);
2886
+ var msg = new proto.alis.open.support.v1.ListIssuesResponse;
2887
+ return proto.alis.open.support.v1.ListIssuesResponse.deserializeBinaryFromReader(msg, reader);
2888
+ };
2889
+
2890
+
2891
+ /**
2892
+ * Deserializes binary data (in protobuf wire format) from the
2893
+ * given reader into the given message object.
2894
+ * @param {!proto.alis.open.support.v1.ListIssuesResponse} msg The message object to deserialize into.
2895
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2896
+ * @return {!proto.alis.open.support.v1.ListIssuesResponse}
2897
+ */
2898
+ proto.alis.open.support.v1.ListIssuesResponse.deserializeBinaryFromReader = function(msg, reader) {
2899
+ while (reader.nextField()) {
2900
+ if (reader.isEndGroup()) {
2901
+ break;
2902
+ }
2903
+ var field = reader.getFieldNumber();
2904
+ switch (field) {
2905
+ case 1:
2906
+ var value = new proto.alis.open.support.v1.Issue;
2907
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.deserializeBinaryFromReader);
2908
+ msg.addIssues(value);
2909
+ break;
2910
+ case 2:
2911
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2912
+ msg.setNextPageToken(value);
2913
+ break;
2914
+ default:
2915
+ reader.skipField();
2916
+ break;
2917
+ }
2918
+ }
2919
+ return msg;
2920
+ };
2921
+
2922
+
2923
+ /**
2924
+ * Serializes the message to binary data (in protobuf wire format).
2925
+ * @return {!Uint8Array}
2926
+ */
2927
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.serializeBinary = function() {
2928
+ var writer = new jspb.BinaryWriter();
2929
+ proto.alis.open.support.v1.ListIssuesResponse.serializeBinaryToWriter(this, writer);
2930
+ return writer.getResultBuffer();
2931
+ };
2932
+
2933
+
2934
+ /**
2935
+ * Serializes the given message to binary data (in protobuf wire
2936
+ * format), writing to the given BinaryWriter.
2937
+ * @param {!proto.alis.open.support.v1.ListIssuesResponse} message
2938
+ * @param {!jspb.BinaryWriter} writer
2939
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2940
+ */
2941
+ proto.alis.open.support.v1.ListIssuesResponse.serializeBinaryToWriter = function(message, writer) {
2942
+ var f = undefined;
2943
+ f = message.getIssuesList();
2944
+ if (f.length > 0) {
2945
+ writer.writeRepeatedMessage(
2946
+ 1,
2947
+ f,
2948
+ proto.alis.open.support.v1.Issue.serializeBinaryToWriter
2949
+ );
2950
+ }
2951
+ f = message.getNextPageToken();
2952
+ if (f.length > 0) {
2953
+ writer.writeString(
2954
+ 2,
2955
+ f
2956
+ );
2957
+ }
2958
+ };
2959
+
2960
+
2961
+ /**
2962
+ * repeated Issue issues = 1;
2963
+ * @return {!Array<!proto.alis.open.support.v1.Issue>}
2964
+ */
2965
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.getIssuesList = function() {
2966
+ return /** @type{!Array<!proto.alis.open.support.v1.Issue>} */ (
2967
+ jspb.Message.getRepeatedWrapperField(this, proto.alis.open.support.v1.Issue, 1));
2968
+ };
2969
+
2970
+
2971
+ /**
2972
+ * @param {!Array<!proto.alis.open.support.v1.Issue>} value
2973
+ * @return {!proto.alis.open.support.v1.ListIssuesResponse} returns this
2974
+ */
2975
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.setIssuesList = function(value) {
2976
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
2977
+ };
2978
+
2979
+
2980
+ /**
2981
+ * @param {!proto.alis.open.support.v1.Issue=} opt_value
2982
+ * @param {number=} opt_index
2983
+ * @return {!proto.alis.open.support.v1.Issue}
2984
+ */
2985
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.addIssues = function(opt_value, opt_index) {
2986
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.open.support.v1.Issue, opt_index);
2987
+ };
2988
+
2989
+
2990
+ /**
2991
+ * Clears the list making it empty but non-null.
2992
+ * @return {!proto.alis.open.support.v1.ListIssuesResponse} returns this
2993
+ */
2994
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.clearIssuesList = function() {
2995
+ return this.setIssuesList([]);
2996
+ };
2997
+
2998
+
2999
+ /**
3000
+ * optional string next_page_token = 2;
3001
+ * @return {string}
3002
+ */
3003
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.getNextPageToken = function() {
3004
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
3005
+ };
3006
+
3007
+
3008
+ /**
3009
+ * @param {string} value
3010
+ * @return {!proto.alis.open.support.v1.ListIssuesResponse} returns this
3011
+ */
3012
+ proto.alis.open.support.v1.ListIssuesResponse.prototype.setNextPageToken = function(value) {
3013
+ return jspb.Message.setProto3StringField(this, 2, value);
3014
+ };
3015
+
3016
+
3017
+
3018
+
3019
+
3020
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3021
+ /**
3022
+ * Creates an object representation of this proto.
3023
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3024
+ * Optional fields that are not set will be set to undefined.
3025
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3026
+ * For the list of reserved names please see:
3027
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3028
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3029
+ * JSPB instance for transitional soy proto support:
3030
+ * http://goto/soy-param-migration
3031
+ * @return {!Object}
3032
+ */
3033
+ proto.alis.open.support.v1.DeleteIssueRequest.prototype.toObject = function(opt_includeInstance) {
3034
+ return proto.alis.open.support.v1.DeleteIssueRequest.toObject(opt_includeInstance, this);
3035
+ };
3036
+
3037
+
3038
+ /**
3039
+ * Static version of the {@see toObject} method.
3040
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3041
+ * the JSPB instance for transitional soy proto support:
3042
+ * http://goto/soy-param-migration
3043
+ * @param {!proto.alis.open.support.v1.DeleteIssueRequest} msg The msg instance to transform.
3044
+ * @return {!Object}
3045
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3046
+ */
3047
+ proto.alis.open.support.v1.DeleteIssueRequest.toObject = function(includeInstance, msg) {
3048
+ var f, obj = {
3049
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
3050
+ };
3051
+
3052
+ if (includeInstance) {
3053
+ obj.$jspbMessageInstance = msg;
3054
+ }
3055
+ return obj;
3056
+ };
3057
+ }
3058
+
3059
+
3060
+ /**
3061
+ * Deserializes binary data (in protobuf wire format).
3062
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3063
+ * @return {!proto.alis.open.support.v1.DeleteIssueRequest}
3064
+ */
3065
+ proto.alis.open.support.v1.DeleteIssueRequest.deserializeBinary = function(bytes) {
3066
+ var reader = new jspb.BinaryReader(bytes);
3067
+ var msg = new proto.alis.open.support.v1.DeleteIssueRequest;
3068
+ return proto.alis.open.support.v1.DeleteIssueRequest.deserializeBinaryFromReader(msg, reader);
3069
+ };
3070
+
3071
+
3072
+ /**
3073
+ * Deserializes binary data (in protobuf wire format) from the
3074
+ * given reader into the given message object.
3075
+ * @param {!proto.alis.open.support.v1.DeleteIssueRequest} msg The message object to deserialize into.
3076
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3077
+ * @return {!proto.alis.open.support.v1.DeleteIssueRequest}
3078
+ */
3079
+ proto.alis.open.support.v1.DeleteIssueRequest.deserializeBinaryFromReader = function(msg, reader) {
3080
+ while (reader.nextField()) {
3081
+ if (reader.isEndGroup()) {
3082
+ break;
3083
+ }
3084
+ var field = reader.getFieldNumber();
3085
+ switch (field) {
3086
+ case 1:
3087
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3088
+ msg.setName(value);
3089
+ break;
3090
+ default:
3091
+ reader.skipField();
3092
+ break;
3093
+ }
3094
+ }
3095
+ return msg;
3096
+ };
3097
+
3098
+
3099
+ /**
3100
+ * Serializes the message to binary data (in protobuf wire format).
3101
+ * @return {!Uint8Array}
3102
+ */
3103
+ proto.alis.open.support.v1.DeleteIssueRequest.prototype.serializeBinary = function() {
3104
+ var writer = new jspb.BinaryWriter();
3105
+ proto.alis.open.support.v1.DeleteIssueRequest.serializeBinaryToWriter(this, writer);
3106
+ return writer.getResultBuffer();
3107
+ };
3108
+
3109
+
3110
+ /**
3111
+ * Serializes the given message to binary data (in protobuf wire
3112
+ * format), writing to the given BinaryWriter.
3113
+ * @param {!proto.alis.open.support.v1.DeleteIssueRequest} message
3114
+ * @param {!jspb.BinaryWriter} writer
3115
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3116
+ */
3117
+ proto.alis.open.support.v1.DeleteIssueRequest.serializeBinaryToWriter = function(message, writer) {
3118
+ var f = undefined;
3119
+ f = message.getName();
3120
+ if (f.length > 0) {
3121
+ writer.writeString(
3122
+ 1,
3123
+ f
3124
+ );
3125
+ }
3126
+ };
3127
+
3128
+
3129
+ /**
3130
+ * optional string name = 1;
3131
+ * @return {string}
3132
+ */
3133
+ proto.alis.open.support.v1.DeleteIssueRequest.prototype.getName = function() {
3134
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3135
+ };
3136
+
3137
+
3138
+ /**
3139
+ * @param {string} value
3140
+ * @return {!proto.alis.open.support.v1.DeleteIssueRequest} returns this
3141
+ */
3142
+ proto.alis.open.support.v1.DeleteIssueRequest.prototype.setName = function(value) {
3143
+ return jspb.Message.setProto3StringField(this, 1, value);
3144
+ };
3145
+
3146
+
3147
+
3148
+
3149
+
3150
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3151
+ /**
3152
+ * Creates an object representation of this proto.
3153
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3154
+ * Optional fields that are not set will be set to undefined.
3155
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3156
+ * For the list of reserved names please see:
3157
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3158
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3159
+ * JSPB instance for transitional soy proto support:
3160
+ * http://goto/soy-param-migration
3161
+ * @return {!Object}
3162
+ */
3163
+ proto.alis.open.support.v1.EditNewIssueRequest.prototype.toObject = function(opt_includeInstance) {
3164
+ return proto.alis.open.support.v1.EditNewIssueRequest.toObject(opt_includeInstance, this);
3165
+ };
3166
+
3167
+
3168
+ /**
3169
+ * Static version of the {@see toObject} method.
3170
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3171
+ * the JSPB instance for transitional soy proto support:
3172
+ * http://goto/soy-param-migration
3173
+ * @param {!proto.alis.open.support.v1.EditNewIssueRequest} msg The msg instance to transform.
3174
+ * @return {!Object}
3175
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3176
+ */
3177
+ proto.alis.open.support.v1.EditNewIssueRequest.toObject = function(includeInstance, msg) {
3178
+ var f, obj = {
3179
+ issue: (f = msg.getIssue()) && proto.alis.open.support.v1.Issue.toObject(includeInstance, f)
3180
+ };
3181
+
3182
+ if (includeInstance) {
3183
+ obj.$jspbMessageInstance = msg;
3184
+ }
3185
+ return obj;
3186
+ };
3187
+ }
3188
+
3189
+
3190
+ /**
3191
+ * Deserializes binary data (in protobuf wire format).
3192
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3193
+ * @return {!proto.alis.open.support.v1.EditNewIssueRequest}
3194
+ */
3195
+ proto.alis.open.support.v1.EditNewIssueRequest.deserializeBinary = function(bytes) {
3196
+ var reader = new jspb.BinaryReader(bytes);
3197
+ var msg = new proto.alis.open.support.v1.EditNewIssueRequest;
3198
+ return proto.alis.open.support.v1.EditNewIssueRequest.deserializeBinaryFromReader(msg, reader);
3199
+ };
3200
+
3201
+
3202
+ /**
3203
+ * Deserializes binary data (in protobuf wire format) from the
3204
+ * given reader into the given message object.
3205
+ * @param {!proto.alis.open.support.v1.EditNewIssueRequest} msg The message object to deserialize into.
3206
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3207
+ * @return {!proto.alis.open.support.v1.EditNewIssueRequest}
3208
+ */
3209
+ proto.alis.open.support.v1.EditNewIssueRequest.deserializeBinaryFromReader = function(msg, reader) {
3210
+ while (reader.nextField()) {
3211
+ if (reader.isEndGroup()) {
3212
+ break;
3213
+ }
3214
+ var field = reader.getFieldNumber();
3215
+ switch (field) {
3216
+ case 1:
3217
+ var value = new proto.alis.open.support.v1.Issue;
3218
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.deserializeBinaryFromReader);
3219
+ msg.setIssue(value);
3220
+ break;
3221
+ default:
3222
+ reader.skipField();
3223
+ break;
3224
+ }
3225
+ }
3226
+ return msg;
3227
+ };
3228
+
3229
+
3230
+ /**
3231
+ * Serializes the message to binary data (in protobuf wire format).
3232
+ * @return {!Uint8Array}
3233
+ */
3234
+ proto.alis.open.support.v1.EditNewIssueRequest.prototype.serializeBinary = function() {
3235
+ var writer = new jspb.BinaryWriter();
3236
+ proto.alis.open.support.v1.EditNewIssueRequest.serializeBinaryToWriter(this, writer);
3237
+ return writer.getResultBuffer();
3238
+ };
3239
+
3240
+
3241
+ /**
3242
+ * Serializes the given message to binary data (in protobuf wire
3243
+ * format), writing to the given BinaryWriter.
3244
+ * @param {!proto.alis.open.support.v1.EditNewIssueRequest} message
3245
+ * @param {!jspb.BinaryWriter} writer
3246
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3247
+ */
3248
+ proto.alis.open.support.v1.EditNewIssueRequest.serializeBinaryToWriter = function(message, writer) {
3249
+ var f = undefined;
3250
+ f = message.getIssue();
3251
+ if (f != null) {
3252
+ writer.writeMessage(
3253
+ 1,
3254
+ f,
3255
+ proto.alis.open.support.v1.Issue.serializeBinaryToWriter
3256
+ );
3257
+ }
3258
+ };
3259
+
3260
+
3261
+ /**
3262
+ * optional Issue issue = 1;
3263
+ * @return {?proto.alis.open.support.v1.Issue}
3264
+ */
3265
+ proto.alis.open.support.v1.EditNewIssueRequest.prototype.getIssue = function() {
3266
+ return /** @type{?proto.alis.open.support.v1.Issue} */ (
3267
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue, 1));
3268
+ };
3269
+
3270
+
3271
+ /**
3272
+ * @param {?proto.alis.open.support.v1.Issue|undefined} value
3273
+ * @return {!proto.alis.open.support.v1.EditNewIssueRequest} returns this
3274
+ */
3275
+ proto.alis.open.support.v1.EditNewIssueRequest.prototype.setIssue = function(value) {
3276
+ return jspb.Message.setWrapperField(this, 1, value);
3277
+ };
3278
+
3279
+
3280
+ /**
3281
+ * Clears the message field making it undefined.
3282
+ * @return {!proto.alis.open.support.v1.EditNewIssueRequest} returns this
3283
+ */
3284
+ proto.alis.open.support.v1.EditNewIssueRequest.prototype.clearIssue = function() {
3285
+ return this.setIssue(undefined);
3286
+ };
3287
+
3288
+
3289
+ /**
3290
+ * Returns whether this field is set.
3291
+ * @return {boolean}
3292
+ */
3293
+ proto.alis.open.support.v1.EditNewIssueRequest.prototype.hasIssue = function() {
3294
+ return jspb.Message.getField(this, 1) != null;
3295
+ };
3296
+
3297
+
3298
+
3299
+
3300
+
3301
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3302
+ /**
3303
+ * Creates an object representation of this proto.
3304
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3305
+ * Optional fields that are not set will be set to undefined.
3306
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3307
+ * For the list of reserved names please see:
3308
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3309
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3310
+ * JSPB instance for transitional soy proto support:
3311
+ * http://goto/soy-param-migration
3312
+ * @return {!Object}
3313
+ */
3314
+ proto.alis.open.support.v1.CancelNewIssueRequest.prototype.toObject = function(opt_includeInstance) {
3315
+ return proto.alis.open.support.v1.CancelNewIssueRequest.toObject(opt_includeInstance, this);
3316
+ };
3317
+
3318
+
3319
+ /**
3320
+ * Static version of the {@see toObject} method.
3321
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3322
+ * the JSPB instance for transitional soy proto support:
3323
+ * http://goto/soy-param-migration
3324
+ * @param {!proto.alis.open.support.v1.CancelNewIssueRequest} msg The msg instance to transform.
3325
+ * @return {!Object}
3326
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3327
+ */
3328
+ proto.alis.open.support.v1.CancelNewIssueRequest.toObject = function(includeInstance, msg) {
3329
+ var f, obj = {
3330
+ issue: jspb.Message.getFieldWithDefault(msg, 1, "")
3331
+ };
3332
+
3333
+ if (includeInstance) {
3334
+ obj.$jspbMessageInstance = msg;
3335
+ }
3336
+ return obj;
3337
+ };
3338
+ }
3339
+
3340
+
3341
+ /**
3342
+ * Deserializes binary data (in protobuf wire format).
3343
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3344
+ * @return {!proto.alis.open.support.v1.CancelNewIssueRequest}
3345
+ */
3346
+ proto.alis.open.support.v1.CancelNewIssueRequest.deserializeBinary = function(bytes) {
3347
+ var reader = new jspb.BinaryReader(bytes);
3348
+ var msg = new proto.alis.open.support.v1.CancelNewIssueRequest;
3349
+ return proto.alis.open.support.v1.CancelNewIssueRequest.deserializeBinaryFromReader(msg, reader);
3350
+ };
3351
+
3352
+
3353
+ /**
3354
+ * Deserializes binary data (in protobuf wire format) from the
3355
+ * given reader into the given message object.
3356
+ * @param {!proto.alis.open.support.v1.CancelNewIssueRequest} msg The message object to deserialize into.
3357
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3358
+ * @return {!proto.alis.open.support.v1.CancelNewIssueRequest}
3359
+ */
3360
+ proto.alis.open.support.v1.CancelNewIssueRequest.deserializeBinaryFromReader = function(msg, reader) {
3361
+ while (reader.nextField()) {
3362
+ if (reader.isEndGroup()) {
3363
+ break;
3364
+ }
3365
+ var field = reader.getFieldNumber();
3366
+ switch (field) {
3367
+ case 1:
3368
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3369
+ msg.setIssue(value);
3370
+ break;
3371
+ default:
3372
+ reader.skipField();
3373
+ break;
3374
+ }
3375
+ }
3376
+ return msg;
3377
+ };
3378
+
3379
+
3380
+ /**
3381
+ * Serializes the message to binary data (in protobuf wire format).
3382
+ * @return {!Uint8Array}
3383
+ */
3384
+ proto.alis.open.support.v1.CancelNewIssueRequest.prototype.serializeBinary = function() {
3385
+ var writer = new jspb.BinaryWriter();
3386
+ proto.alis.open.support.v1.CancelNewIssueRequest.serializeBinaryToWriter(this, writer);
3387
+ return writer.getResultBuffer();
3388
+ };
3389
+
3390
+
3391
+ /**
3392
+ * Serializes the given message to binary data (in protobuf wire
3393
+ * format), writing to the given BinaryWriter.
3394
+ * @param {!proto.alis.open.support.v1.CancelNewIssueRequest} message
3395
+ * @param {!jspb.BinaryWriter} writer
3396
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3397
+ */
3398
+ proto.alis.open.support.v1.CancelNewIssueRequest.serializeBinaryToWriter = function(message, writer) {
3399
+ var f = undefined;
3400
+ f = message.getIssue();
3401
+ if (f.length > 0) {
3402
+ writer.writeString(
3403
+ 1,
3404
+ f
3405
+ );
3406
+ }
3407
+ };
3408
+
3409
+
3410
+ /**
3411
+ * optional string issue = 1;
3412
+ * @return {string}
3413
+ */
3414
+ proto.alis.open.support.v1.CancelNewIssueRequest.prototype.getIssue = function() {
3415
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3416
+ };
3417
+
3418
+
3419
+ /**
3420
+ * @param {string} value
3421
+ * @return {!proto.alis.open.support.v1.CancelNewIssueRequest} returns this
3422
+ */
3423
+ proto.alis.open.support.v1.CancelNewIssueRequest.prototype.setIssue = function(value) {
3424
+ return jspb.Message.setProto3StringField(this, 1, value);
3425
+ };
3426
+
3427
+
3428
+
3429
+
3430
+
3431
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3432
+ /**
3433
+ * Creates an object representation of this proto.
3434
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3435
+ * Optional fields that are not set will be set to undefined.
3436
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3437
+ * For the list of reserved names please see:
3438
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3439
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3440
+ * JSPB instance for transitional soy proto support:
3441
+ * http://goto/soy-param-migration
3442
+ * @return {!Object}
3443
+ */
3444
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.toObject = function(opt_includeInstance) {
3445
+ return proto.alis.open.support.v1.SetIssueAssigneeRequest.toObject(opt_includeInstance, this);
3446
+ };
3447
+
3448
+
3449
+ /**
3450
+ * Static version of the {@see toObject} method.
3451
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3452
+ * the JSPB instance for transitional soy proto support:
3453
+ * http://goto/soy-param-migration
3454
+ * @param {!proto.alis.open.support.v1.SetIssueAssigneeRequest} msg The msg instance to transform.
3455
+ * @return {!Object}
3456
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3457
+ */
3458
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.toObject = function(includeInstance, msg) {
3459
+ var f, obj = {
3460
+ issue: jspb.Message.getFieldWithDefault(msg, 1, ""),
3461
+ assignee: (f = msg.getAssignee()) && proto.alis.open.support.v1.Issue.User.toObject(includeInstance, f)
3462
+ };
3463
+
3464
+ if (includeInstance) {
3465
+ obj.$jspbMessageInstance = msg;
3466
+ }
3467
+ return obj;
3468
+ };
3469
+ }
3470
+
3471
+
3472
+ /**
3473
+ * Deserializes binary data (in protobuf wire format).
3474
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3475
+ * @return {!proto.alis.open.support.v1.SetIssueAssigneeRequest}
3476
+ */
3477
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.deserializeBinary = function(bytes) {
3478
+ var reader = new jspb.BinaryReader(bytes);
3479
+ var msg = new proto.alis.open.support.v1.SetIssueAssigneeRequest;
3480
+ return proto.alis.open.support.v1.SetIssueAssigneeRequest.deserializeBinaryFromReader(msg, reader);
3481
+ };
3482
+
3483
+
3484
+ /**
3485
+ * Deserializes binary data (in protobuf wire format) from the
3486
+ * given reader into the given message object.
3487
+ * @param {!proto.alis.open.support.v1.SetIssueAssigneeRequest} msg The message object to deserialize into.
3488
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3489
+ * @return {!proto.alis.open.support.v1.SetIssueAssigneeRequest}
3490
+ */
3491
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.deserializeBinaryFromReader = function(msg, reader) {
3492
+ while (reader.nextField()) {
3493
+ if (reader.isEndGroup()) {
3494
+ break;
3495
+ }
3496
+ var field = reader.getFieldNumber();
3497
+ switch (field) {
3498
+ case 1:
3499
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3500
+ msg.setIssue(value);
3501
+ break;
3502
+ case 2:
3503
+ var value = new proto.alis.open.support.v1.Issue.User;
3504
+ reader.readMessage(value,proto.alis.open.support.v1.Issue.User.deserializeBinaryFromReader);
3505
+ msg.setAssignee(value);
3506
+ break;
3507
+ default:
3508
+ reader.skipField();
3509
+ break;
3510
+ }
3511
+ }
3512
+ return msg;
3513
+ };
3514
+
3515
+
3516
+ /**
3517
+ * Serializes the message to binary data (in protobuf wire format).
3518
+ * @return {!Uint8Array}
3519
+ */
3520
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.serializeBinary = function() {
3521
+ var writer = new jspb.BinaryWriter();
3522
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.serializeBinaryToWriter(this, writer);
3523
+ return writer.getResultBuffer();
3524
+ };
3525
+
3526
+
3527
+ /**
3528
+ * Serializes the given message to binary data (in protobuf wire
3529
+ * format), writing to the given BinaryWriter.
3530
+ * @param {!proto.alis.open.support.v1.SetIssueAssigneeRequest} message
3531
+ * @param {!jspb.BinaryWriter} writer
3532
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3533
+ */
3534
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.serializeBinaryToWriter = function(message, writer) {
3535
+ var f = undefined;
3536
+ f = message.getIssue();
3537
+ if (f.length > 0) {
3538
+ writer.writeString(
3539
+ 1,
3540
+ f
3541
+ );
3542
+ }
3543
+ f = message.getAssignee();
3544
+ if (f != null) {
3545
+ writer.writeMessage(
3546
+ 2,
3547
+ f,
3548
+ proto.alis.open.support.v1.Issue.User.serializeBinaryToWriter
3549
+ );
3550
+ }
3551
+ };
3552
+
3553
+
3554
+ /**
3555
+ * optional string issue = 1;
3556
+ * @return {string}
3557
+ */
3558
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.getIssue = function() {
3559
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3560
+ };
3561
+
3562
+
3563
+ /**
3564
+ * @param {string} value
3565
+ * @return {!proto.alis.open.support.v1.SetIssueAssigneeRequest} returns this
3566
+ */
3567
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.setIssue = function(value) {
3568
+ return jspb.Message.setProto3StringField(this, 1, value);
3569
+ };
3570
+
3571
+
3572
+ /**
3573
+ * optional Issue.User assignee = 2;
3574
+ * @return {?proto.alis.open.support.v1.Issue.User}
3575
+ */
3576
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.getAssignee = function() {
3577
+ return /** @type{?proto.alis.open.support.v1.Issue.User} */ (
3578
+ jspb.Message.getWrapperField(this, proto.alis.open.support.v1.Issue.User, 2));
3579
+ };
3580
+
3581
+
3582
+ /**
3583
+ * @param {?proto.alis.open.support.v1.Issue.User|undefined} value
3584
+ * @return {!proto.alis.open.support.v1.SetIssueAssigneeRequest} returns this
3585
+ */
3586
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.setAssignee = function(value) {
3587
+ return jspb.Message.setWrapperField(this, 2, value);
3588
+ };
3589
+
3590
+
3591
+ /**
3592
+ * Clears the message field making it undefined.
3593
+ * @return {!proto.alis.open.support.v1.SetIssueAssigneeRequest} returns this
3594
+ */
3595
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.clearAssignee = function() {
3596
+ return this.setAssignee(undefined);
3597
+ };
3598
+
3599
+
3600
+ /**
3601
+ * Returns whether this field is set.
3602
+ * @return {boolean}
3603
+ */
3604
+ proto.alis.open.support.v1.SetIssueAssigneeRequest.prototype.hasAssignee = function() {
3605
+ return jspb.Message.getField(this, 2) != null;
3606
+ };
3607
+
3608
+
3609
+
3610
+ /**
3611
+ * List of repeated fields within this message type.
3612
+ * @private {!Array<number>}
3613
+ * @const
3614
+ */
3615
+ proto.alis.open.support.v1.AddIssueViewersRequest.repeatedFields_ = [2];
3616
+
3617
+
3618
+
3619
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3620
+ /**
3621
+ * Creates an object representation of this proto.
3622
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3623
+ * Optional fields that are not set will be set to undefined.
3624
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3625
+ * For the list of reserved names please see:
3626
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3627
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3628
+ * JSPB instance for transitional soy proto support:
3629
+ * http://goto/soy-param-migration
3630
+ * @return {!Object}
3631
+ */
3632
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.toObject = function(opt_includeInstance) {
3633
+ return proto.alis.open.support.v1.AddIssueViewersRequest.toObject(opt_includeInstance, this);
3634
+ };
3635
+
3636
+
3637
+ /**
3638
+ * Static version of the {@see toObject} method.
3639
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3640
+ * the JSPB instance for transitional soy proto support:
3641
+ * http://goto/soy-param-migration
3642
+ * @param {!proto.alis.open.support.v1.AddIssueViewersRequest} msg The msg instance to transform.
3643
+ * @return {!Object}
3644
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3645
+ */
3646
+ proto.alis.open.support.v1.AddIssueViewersRequest.toObject = function(includeInstance, msg) {
3647
+ var f, obj = {
3648
+ issue: jspb.Message.getFieldWithDefault(msg, 1, ""),
3649
+ viewersList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
3650
+ };
3651
+
3652
+ if (includeInstance) {
3653
+ obj.$jspbMessageInstance = msg;
3654
+ }
3655
+ return obj;
3656
+ };
3657
+ }
3658
+
3659
+
3660
+ /**
3661
+ * Deserializes binary data (in protobuf wire format).
3662
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3663
+ * @return {!proto.alis.open.support.v1.AddIssueViewersRequest}
3664
+ */
3665
+ proto.alis.open.support.v1.AddIssueViewersRequest.deserializeBinary = function(bytes) {
3666
+ var reader = new jspb.BinaryReader(bytes);
3667
+ var msg = new proto.alis.open.support.v1.AddIssueViewersRequest;
3668
+ return proto.alis.open.support.v1.AddIssueViewersRequest.deserializeBinaryFromReader(msg, reader);
3669
+ };
3670
+
3671
+
3672
+ /**
3673
+ * Deserializes binary data (in protobuf wire format) from the
3674
+ * given reader into the given message object.
3675
+ * @param {!proto.alis.open.support.v1.AddIssueViewersRequest} msg The message object to deserialize into.
3676
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3677
+ * @return {!proto.alis.open.support.v1.AddIssueViewersRequest}
3678
+ */
3679
+ proto.alis.open.support.v1.AddIssueViewersRequest.deserializeBinaryFromReader = function(msg, reader) {
3680
+ while (reader.nextField()) {
3681
+ if (reader.isEndGroup()) {
3682
+ break;
3683
+ }
3684
+ var field = reader.getFieldNumber();
3685
+ switch (field) {
3686
+ case 1:
3687
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3688
+ msg.setIssue(value);
3689
+ break;
3690
+ case 2:
3691
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3692
+ msg.addViewers(value);
3693
+ break;
3694
+ default:
3695
+ reader.skipField();
3696
+ break;
3697
+ }
3698
+ }
3699
+ return msg;
3700
+ };
3701
+
3702
+
3703
+ /**
3704
+ * Serializes the message to binary data (in protobuf wire format).
3705
+ * @return {!Uint8Array}
3706
+ */
3707
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.serializeBinary = function() {
3708
+ var writer = new jspb.BinaryWriter();
3709
+ proto.alis.open.support.v1.AddIssueViewersRequest.serializeBinaryToWriter(this, writer);
3710
+ return writer.getResultBuffer();
3711
+ };
3712
+
3713
+
3714
+ /**
3715
+ * Serializes the given message to binary data (in protobuf wire
3716
+ * format), writing to the given BinaryWriter.
3717
+ * @param {!proto.alis.open.support.v1.AddIssueViewersRequest} message
3718
+ * @param {!jspb.BinaryWriter} writer
3719
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3720
+ */
3721
+ proto.alis.open.support.v1.AddIssueViewersRequest.serializeBinaryToWriter = function(message, writer) {
3722
+ var f = undefined;
3723
+ f = message.getIssue();
3724
+ if (f.length > 0) {
3725
+ writer.writeString(
3726
+ 1,
3727
+ f
3728
+ );
3729
+ }
3730
+ f = message.getViewersList();
3731
+ if (f.length > 0) {
3732
+ writer.writeRepeatedString(
3733
+ 2,
3734
+ f
3735
+ );
3736
+ }
3737
+ };
3738
+
3739
+
3740
+ /**
3741
+ * optional string issue = 1;
3742
+ * @return {string}
3743
+ */
3744
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.getIssue = function() {
3745
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3746
+ };
3747
+
3748
+
3749
+ /**
3750
+ * @param {string} value
3751
+ * @return {!proto.alis.open.support.v1.AddIssueViewersRequest} returns this
3752
+ */
3753
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.setIssue = function(value) {
3754
+ return jspb.Message.setProto3StringField(this, 1, value);
3755
+ };
3756
+
3757
+
3758
+ /**
3759
+ * repeated string viewers = 2;
3760
+ * @return {!Array<string>}
3761
+ */
3762
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.getViewersList = function() {
3763
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
3764
+ };
3765
+
3766
+
3767
+ /**
3768
+ * @param {!Array<string>} value
3769
+ * @return {!proto.alis.open.support.v1.AddIssueViewersRequest} returns this
3770
+ */
3771
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.setViewersList = function(value) {
3772
+ return jspb.Message.setField(this, 2, value || []);
3773
+ };
3774
+
3775
+
3776
+ /**
3777
+ * @param {string} value
3778
+ * @param {number=} opt_index
3779
+ * @return {!proto.alis.open.support.v1.AddIssueViewersRequest} returns this
3780
+ */
3781
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.addViewers = function(value, opt_index) {
3782
+ return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
3783
+ };
3784
+
3785
+
3786
+ /**
3787
+ * Clears the list making it empty but non-null.
3788
+ * @return {!proto.alis.open.support.v1.AddIssueViewersRequest} returns this
3789
+ */
3790
+ proto.alis.open.support.v1.AddIssueViewersRequest.prototype.clearViewersList = function() {
3791
+ return this.setViewersList([]);
3792
+ };
3793
+
3794
+
3795
+
3796
+ /**
3797
+ * List of repeated fields within this message type.
3798
+ * @private {!Array<number>}
3799
+ * @const
3800
+ */
3801
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.repeatedFields_ = [2];
3802
+
3803
+
3804
+
3805
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3806
+ /**
3807
+ * Creates an object representation of this proto.
3808
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3809
+ * Optional fields that are not set will be set to undefined.
3810
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3811
+ * For the list of reserved names please see:
3812
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3813
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3814
+ * JSPB instance for transitional soy proto support:
3815
+ * http://goto/soy-param-migration
3816
+ * @return {!Object}
3817
+ */
3818
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.toObject = function(opt_includeInstance) {
3819
+ return proto.alis.open.support.v1.RemoveIssueViewersRequest.toObject(opt_includeInstance, this);
3820
+ };
3821
+
3822
+
3823
+ /**
3824
+ * Static version of the {@see toObject} method.
3825
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3826
+ * the JSPB instance for transitional soy proto support:
3827
+ * http://goto/soy-param-migration
3828
+ * @param {!proto.alis.open.support.v1.RemoveIssueViewersRequest} msg The msg instance to transform.
3829
+ * @return {!Object}
3830
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3831
+ */
3832
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.toObject = function(includeInstance, msg) {
3833
+ var f, obj = {
3834
+ issue: jspb.Message.getFieldWithDefault(msg, 1, ""),
3835
+ viewersList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
3836
+ };
3837
+
3838
+ if (includeInstance) {
3839
+ obj.$jspbMessageInstance = msg;
3840
+ }
3841
+ return obj;
3842
+ };
3843
+ }
3844
+
3845
+
3846
+ /**
3847
+ * Deserializes binary data (in protobuf wire format).
3848
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
3849
+ * @return {!proto.alis.open.support.v1.RemoveIssueViewersRequest}
3850
+ */
3851
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.deserializeBinary = function(bytes) {
3852
+ var reader = new jspb.BinaryReader(bytes);
3853
+ var msg = new proto.alis.open.support.v1.RemoveIssueViewersRequest;
3854
+ return proto.alis.open.support.v1.RemoveIssueViewersRequest.deserializeBinaryFromReader(msg, reader);
3855
+ };
3856
+
3857
+
3858
+ /**
3859
+ * Deserializes binary data (in protobuf wire format) from the
3860
+ * given reader into the given message object.
3861
+ * @param {!proto.alis.open.support.v1.RemoveIssueViewersRequest} msg The message object to deserialize into.
3862
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3863
+ * @return {!proto.alis.open.support.v1.RemoveIssueViewersRequest}
3864
+ */
3865
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.deserializeBinaryFromReader = function(msg, reader) {
3866
+ while (reader.nextField()) {
3867
+ if (reader.isEndGroup()) {
3868
+ break;
3869
+ }
3870
+ var field = reader.getFieldNumber();
3871
+ switch (field) {
3872
+ case 1:
3873
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3874
+ msg.setIssue(value);
3875
+ break;
3876
+ case 2:
3877
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
3878
+ msg.addViewers(value);
3879
+ break;
3880
+ default:
3881
+ reader.skipField();
3882
+ break;
3883
+ }
3884
+ }
3885
+ return msg;
3886
+ };
3887
+
3888
+
3889
+ /**
3890
+ * Serializes the message to binary data (in protobuf wire format).
3891
+ * @return {!Uint8Array}
3892
+ */
3893
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.serializeBinary = function() {
3894
+ var writer = new jspb.BinaryWriter();
3895
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.serializeBinaryToWriter(this, writer);
3896
+ return writer.getResultBuffer();
3897
+ };
3898
+
3899
+
3900
+ /**
3901
+ * Serializes the given message to binary data (in protobuf wire
3902
+ * format), writing to the given BinaryWriter.
3903
+ * @param {!proto.alis.open.support.v1.RemoveIssueViewersRequest} message
3904
+ * @param {!jspb.BinaryWriter} writer
3905
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3906
+ */
3907
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.serializeBinaryToWriter = function(message, writer) {
3908
+ var f = undefined;
3909
+ f = message.getIssue();
3910
+ if (f.length > 0) {
3911
+ writer.writeString(
3912
+ 1,
3913
+ f
3914
+ );
3915
+ }
3916
+ f = message.getViewersList();
3917
+ if (f.length > 0) {
3918
+ writer.writeRepeatedString(
3919
+ 2,
3920
+ f
3921
+ );
3922
+ }
3923
+ };
3924
+
3925
+
3926
+ /**
3927
+ * optional string issue = 1;
3928
+ * @return {string}
3929
+ */
3930
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.getIssue = function() {
3931
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3932
+ };
3933
+
3934
+
3935
+ /**
3936
+ * @param {string} value
3937
+ * @return {!proto.alis.open.support.v1.RemoveIssueViewersRequest} returns this
3938
+ */
3939
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.setIssue = function(value) {
3940
+ return jspb.Message.setProto3StringField(this, 1, value);
3941
+ };
3942
+
3943
+
3944
+ /**
3945
+ * repeated string viewers = 2;
3946
+ * @return {!Array<string>}
3947
+ */
3948
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.getViewersList = function() {
3949
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
3950
+ };
3951
+
3952
+
3953
+ /**
3954
+ * @param {!Array<string>} value
3955
+ * @return {!proto.alis.open.support.v1.RemoveIssueViewersRequest} returns this
3956
+ */
3957
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.setViewersList = function(value) {
3958
+ return jspb.Message.setField(this, 2, value || []);
3959
+ };
3960
+
3961
+
3962
+ /**
3963
+ * @param {string} value
3964
+ * @param {number=} opt_index
3965
+ * @return {!proto.alis.open.support.v1.RemoveIssueViewersRequest} returns this
3966
+ */
3967
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.addViewers = function(value, opt_index) {
3968
+ return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
3969
+ };
3970
+
3971
+
3972
+ /**
3973
+ * Clears the list making it empty but non-null.
3974
+ * @return {!proto.alis.open.support.v1.RemoveIssueViewersRequest} returns this
3975
+ */
3976
+ proto.alis.open.support.v1.RemoveIssueViewersRequest.prototype.clearViewersList = function() {
3977
+ return this.setViewersList([]);
3978
+ };
3979
+
3980
+
3981
+ goog.object.extend(exports, proto.alis.open.support.v1);
3982
+
3983
+ // Below is base64 encoded GeneratedCodeInfo proto
3984
+ // CiwKAgQAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjtHSDyHQouCgQEAAMAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiBJCCNJAowCgYEAAMAAwASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGNoqIOIqCjAKBgQAAwADARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YlDEgmTEKMAoGBAADAAMCEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjCNyDHNwouCgQEAAMBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjjPSDnPQosCgIEARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y00Mg5UMKLAoCBAISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOlJIPtJCiwKAgQDEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj/TyCOUAosCgIEBBIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YiVYgmlYKLAoCBAUSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJtcIK1cCiwKAgQGEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjqYiD8YgosCgIEBxIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YgGkgk2kKLAoCBAgSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJpvIK9vCiwKAgQJEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxi8dSDTdQosCgIEChIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y5nsg/HsKLgoCBAsSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGMmCASDiggEKMAoEBAAEABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YycIBINHCAQoyCgYEAAQAAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGNjCASDswgEKMgoGBAAEAAIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjzwgEg9sIBCjIKBgQABAACAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y/cIBIIXDAQoyCgYEAAQAAgMSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGIzDASCTwwEKMAoEBAAEARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y1sMBINrDAQoyCgYEAAQBAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOHDASDxwwEKMgoGBAAEAQIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj4wwEgi8QBCjIKBgQABAECAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YksQBIJjEAQoyCgYEAAQBAgMSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJ/EASCtxAEKMgoGBAAEAQIEEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxi0xAEgycQBCjIKBgQABAECBRIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y0MQBINvEAQoyCgYEAAQBAgYSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOPEASD9xAEKMgoGBAAEAQIHEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiFxQEgjMUBCjIKBgQABAECCBIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YlMUBIJzFAQoyCgYEAAQBAgkSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGKTFASCrxQEKMgoGBAAEAQIKEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxizxQEgwsUBCjAKBAQABAISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGIbGASCLxgEKMgoGBAAEAgIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiSxgEgo8YBCjIKBgQABAICARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YqsYBIK7GAQoyCgYEAAQCAgISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGLXGASC8xgEKMgoGBAAEAgIDEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjDxgEgycYBCjAKBAQABAMSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGIzHASCbxwEKMgoGBAAEAwIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiixwEgvscBCjIKBgQABAMCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YxccBIN3HAQoyCgYEAAQDAgISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOTHASD7xwEKMgoGBAADAAIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiizAEgq8wBCjIKBgQAAwACAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YsswBILfMAQoyCgYEAAMAAgMSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGL7MASDDzAEKMgoGBAADAAQAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxib+QEgn/kBCjQKCAQAAwAEAAIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxim+QEgtvkBCjQKCAQAAwAEAAIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxi9+QEgxvkBCjQKCAQAAwAEAAICEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjN+QEg0vkBCjQKCAQAAwAEAAIDEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjZ+QEg3vkBCjQKCAQAAwADAAIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiimAIgqZgCCjQKCAQAAwADAAIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjCmgIgyZoCCjQKCAQAAwADAQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjduwIg6bsCCjQKCAQAAwADAQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj8vQIgiL4CCjQKCAQAAwADAQIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjYvwIg4r8CCjQKCAQAAwADAQIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj1wQIg/8ECCjQKCAQAAwADAgIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiT4wIgn+MCCjQKCAQAAwADAgIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiy5QIgvuUCCjQKCAQAAwADAgIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiO5wIgmOcCCjQKCAQAAwADAgIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxir6QIgtekCCjIKBgQAAwACABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yp+sCIK7rAgoyCgYEAAMAAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGI7uAiCV7gIKMgoGBAADAAIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiS8AIgnfACCjIKBgQAAwACARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yw/MCIM7zAgoyCgYEAAMAAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJ32AiCq9gIKMgoGBAADAAIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjg9wIg6/cCCjIKBgQAAwACAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y0PkCINj5AgoyCgYEAAMAAgISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGPX8AiD9/AIKMgoGBAADAAICEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjM/wIg1v8CCjIKBgQAAwACAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YiYEDIJGBAwoyCgYEAAMAAgMSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGPaCAyD+ggMKMgoGBAADAAIDEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxibhgMgo4YDCjIKBgQAAwACAxIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y8ogDIPyIAwoyCgYEAAMAAgMSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGK+KAyC3igMKMgoGBAADAQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bximsAMgrbADCjIKBgQAAwECABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YpLIDIKuyAwoyCgYEAAMBAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOuzAyDzswMKMgoGBAADAQIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjqtQMg8rUDCjIKBgQAAwECAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yt7cDIMO3AwoyCgYEAAMBAgISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGLq5AyDGuQMKMgoGBAADAQIDEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiMuwMgmbsDCjIKBgQAAwECAxIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YkL0DIJ29AwoyCgYEAAMBAgQSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGN++AyDpvgMKMgoGBAADAQIEEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjgwAMg6sADCjAKBAQAAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGKTCAyCrwgMKMAoEBAACABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YmMQDIJ/EAwowCgQEAAIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjhxQMg78UDCjAKBAQAAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGNzHAyDqxwMKMAoEBAACAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y4ckDIPPJAwowCgQEAAICEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjyzAMghM0DCjAKBAQAAgISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGLDPAyC+zwMKMAoEBAACAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YhtIDIJrSAwowCgQEAAIDEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjj0wMg7tMDCjAKBAQAAgMSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGKLWAyCt1gMKMAoEBAACBBIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yg9gDIIrYAwowCgQEAAIEEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxi22gMgvdoDCjAKBAQAAgUSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJbcAyCe3AMKMAoEBAACBRIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YzN4DINTeAwowCgQEAAIGEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiu4AMgueADCjAKBAQAAgYSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJLjAyCd4wMKMAoEBAACBhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YjuUDIJvlAwowCgQEAAIGEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjE5gMgz+YDCjAKBAQAAgcSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJvoAyCm6AMKMAoEBAACBxIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y/+oDIIrrAwowCgQEAAIHEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj77AMgiO0DCjAKBAQAAgcSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGLHuAyC87gMKMAoEBAACCBIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YoPADIK3wAwowCgQEAAIIEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjv8gMg/PIDCjAKBAQAAgkSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOn0AyD29AMKMAoEBAACCRIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YxfcDINL3AwowCgQEAAIJEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjE+QMg0/kDCjAKBAQAAgkSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGP76AyCL+wMKMAoEBAACChIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y7PwDIPn8AwowCgQEAAIKEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjJ/wMg1v8DCjAKBAQAAgoSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGMmBBCDYgQQKMAoEBAACChIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yg4MEIJCDBAowCgQEAQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjVogQg3aIECjAKBAQBAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGMGlBCDJpQQKMAoEBAECABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y1KcEIN6nBAowCgQEAQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiRqQQgmakECjAKBAQCAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGNbMBCDezAQKMAoEBAICABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yws8EIMrPBAowCgQEAgIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjV0QQg39EECjAKBAQCAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJLTBCCa0wQKMAoEBAICARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YhdUEIJLVBAowCgQEAgIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj71wQgiNgECjAKBAQCAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJPaBCCi2gQKMAoEBAICARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y2tsEIOfbBAowCgQEAwIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxib/QQgov0ECjAKBAQDAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGKP/BCCq/wQKMAoEBAMCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YoIEFIKuBBQowCgQEAwIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiOhAUgmYQFCjAKBAQDAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGJ6GBSCrhgUKMAoEBAMCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y3ocFIOmHBQowCgQEBAIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiUsAUgn7AFCjAKBAQEAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGKOyBSCusgUKMAoEBAQCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y97MFIIO0BQowCgQEBAIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiItgUglLYFCjAKBAQEAgISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGIy4BSCXuAUKMAoEBAQCAhIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y/roFIIm7BQowCgQEBAICEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiSvQUgn70FCjAKBAQEAgISIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGNS+BSDfvgUKMAoEBAQCAxIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yl8AFIKDABQowCgQEBAIDEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxilwgUgrsIFCjAKBAQEAgQSIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGPjDBSCCxAUKMAoEBAQCBBIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yh8YFIJHGBQowCgQEBQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj16QUgguoFCjAKBAQFAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGPTsBSCB7QUKMAoEBAUCABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YoO8FIKnvBQowCgQEBQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj+8QUgjfIFCjAKBAQFAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGL/zBSDP8wUKMAoEBAUCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y1vUFIOb1BQowCgQEBgIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjokwYg75MGCjAKBAQGAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGPaVBiD9lQYKMAoEBAcCABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y4LUGIOi1BgowCgQEBwIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjOuAYg1rgGCjAKBAQHAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOO6BiDtugYKMAoEBAcCABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YobwGIKm8BgowCgQECAIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjP2gYg19oGCjAKBAQIAgASIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGOTcBiDs3AYKMAoEBAkCABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YrP8GILT/BgowCgQECQIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjFgQcgzYEHCjAKBAQJAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGMGDByDMgwcKMAoEBAkCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8YyYYHINSGBwowCgQECQIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjpiAcg9ogHCjAKBAQJAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGLGKByC8igcKMAoEBAoCABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y5KwHIOysBwowCgQECgIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxj7rgcgg68HCjAKBAQKAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGNmwByDnsAcKMAoEBAoCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y/7IHII2zBwowCgQECgIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiltQcgr7UHCjAKBAQKAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGNu3ByDrtwcKMAoEBAsCABIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Yt9oHIL/aBwowCgQECwIAEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxjU3Acg3NwHCjAKBAQLAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGLXeByDD3gcKMAoEBAsCARIgYWxpcy9vcGVuL3N1cHBvcnQvdjEvaXNzdWUucHJvdG8Y4eAHIO/gBwowCgQECwIBEiBhbGlzL29wZW4vc3VwcG9ydC92MS9pc3N1ZS5wcm90bxiN4wcgl+MHCjAKBAQLAgESIGFsaXMvb3Blbi9zdXBwb3J0L3YxL2lzc3VlLnByb3RvGMnlByDZ5Qc=