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