@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,1910 @@
1
+ // source: alis/open/options/v1/options.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 google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb.js');
19
+ goog.object.extend(proto, google_protobuf_descriptor_pb);
20
+ goog.exportSymbol('proto.alis.open.options.v1.FieldOptions', null, global);
21
+ goog.exportSymbol('proto.alis.open.options.v1.FieldOptions.JsonSchema', null, global);
22
+ goog.exportSymbol('proto.alis.open.options.v1.FileOptions', null, global);
23
+ goog.exportSymbol('proto.alis.open.options.v1.FileOptions.JsonSchema', null, global);
24
+ goog.exportSymbol('proto.alis.open.options.v1.MessageOptions', null, global);
25
+ goog.exportSymbol('proto.alis.open.options.v1.MessageOptions.JsonSchema', null, global);
26
+ goog.exportSymbol('proto.alis.open.options.v1.field', null, global);
27
+ goog.exportSymbol('proto.alis.open.options.v1.file', null, global);
28
+ goog.exportSymbol('proto.alis.open.options.v1.message', null, global);
29
+ /**
30
+ * Generated by JsPbCodeGenerator.
31
+ * @param {Array=} opt_data Optional initial data array, typically from a
32
+ * server response, or constructed directly in Javascript. The array is used
33
+ * in place and becomes part of the constructed object. It is not cloned.
34
+ * If no data is provided, the constructed object will be empty, but still
35
+ * valid.
36
+ * @extends {jspb.Message}
37
+ * @constructor
38
+ */
39
+ proto.alis.open.options.v1.FileOptions = function(opt_data) {
40
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
41
+ };
42
+ goog.inherits(proto.alis.open.options.v1.FileOptions, jspb.Message);
43
+ if (goog.DEBUG && !COMPILED) {
44
+ /**
45
+ * @public
46
+ * @override
47
+ */
48
+ proto.alis.open.options.v1.FileOptions.displayName = 'proto.alis.open.options.v1.FileOptions';
49
+ }
50
+ /**
51
+ * Generated by JsPbCodeGenerator.
52
+ * @param {Array=} opt_data Optional initial data array, typically from a
53
+ * server response, or constructed directly in Javascript. The array is used
54
+ * in place and becomes part of the constructed object. It is not cloned.
55
+ * If no data is provided, the constructed object will be empty, but still
56
+ * valid.
57
+ * @extends {jspb.Message}
58
+ * @constructor
59
+ */
60
+ proto.alis.open.options.v1.FileOptions.JsonSchema = function(opt_data) {
61
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
62
+ };
63
+ goog.inherits(proto.alis.open.options.v1.FileOptions.JsonSchema, jspb.Message);
64
+ if (goog.DEBUG && !COMPILED) {
65
+ /**
66
+ * @public
67
+ * @override
68
+ */
69
+ proto.alis.open.options.v1.FileOptions.JsonSchema.displayName = 'proto.alis.open.options.v1.FileOptions.JsonSchema';
70
+ }
71
+ /**
72
+ * Generated by JsPbCodeGenerator.
73
+ * @param {Array=} opt_data Optional initial data array, typically from a
74
+ * server response, or constructed directly in Javascript. The array is used
75
+ * in place and becomes part of the constructed object. It is not cloned.
76
+ * If no data is provided, the constructed object will be empty, but still
77
+ * valid.
78
+ * @extends {jspb.Message}
79
+ * @constructor
80
+ */
81
+ proto.alis.open.options.v1.MessageOptions = function(opt_data) {
82
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
83
+ };
84
+ goog.inherits(proto.alis.open.options.v1.MessageOptions, jspb.Message);
85
+ if (goog.DEBUG && !COMPILED) {
86
+ /**
87
+ * @public
88
+ * @override
89
+ */
90
+ proto.alis.open.options.v1.MessageOptions.displayName = 'proto.alis.open.options.v1.MessageOptions';
91
+ }
92
+ /**
93
+ * Generated by JsPbCodeGenerator.
94
+ * @param {Array=} opt_data Optional initial data array, typically from a
95
+ * server response, or constructed directly in Javascript. The array is used
96
+ * in place and becomes part of the constructed object. It is not cloned.
97
+ * If no data is provided, the constructed object will be empty, but still
98
+ * valid.
99
+ * @extends {jspb.Message}
100
+ * @constructor
101
+ */
102
+ proto.alis.open.options.v1.MessageOptions.JsonSchema = function(opt_data) {
103
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
104
+ };
105
+ goog.inherits(proto.alis.open.options.v1.MessageOptions.JsonSchema, jspb.Message);
106
+ if (goog.DEBUG && !COMPILED) {
107
+ /**
108
+ * @public
109
+ * @override
110
+ */
111
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.displayName = 'proto.alis.open.options.v1.MessageOptions.JsonSchema';
112
+ }
113
+ /**
114
+ * Generated by JsPbCodeGenerator.
115
+ * @param {Array=} opt_data Optional initial data array, typically from a
116
+ * server response, or constructed directly in Javascript. The array is used
117
+ * in place and becomes part of the constructed object. It is not cloned.
118
+ * If no data is provided, the constructed object will be empty, but still
119
+ * valid.
120
+ * @extends {jspb.Message}
121
+ * @constructor
122
+ */
123
+ proto.alis.open.options.v1.FieldOptions = function(opt_data) {
124
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
125
+ };
126
+ goog.inherits(proto.alis.open.options.v1.FieldOptions, jspb.Message);
127
+ if (goog.DEBUG && !COMPILED) {
128
+ /**
129
+ * @public
130
+ * @override
131
+ */
132
+ proto.alis.open.options.v1.FieldOptions.displayName = 'proto.alis.open.options.v1.FieldOptions';
133
+ }
134
+ /**
135
+ * Generated by JsPbCodeGenerator.
136
+ * @param {Array=} opt_data Optional initial data array, typically from a
137
+ * server response, or constructed directly in Javascript. The array is used
138
+ * in place and becomes part of the constructed object. It is not cloned.
139
+ * If no data is provided, the constructed object will be empty, but still
140
+ * valid.
141
+ * @extends {jspb.Message}
142
+ * @constructor
143
+ */
144
+ proto.alis.open.options.v1.FieldOptions.JsonSchema = function(opt_data) {
145
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
146
+ };
147
+ goog.inherits(proto.alis.open.options.v1.FieldOptions.JsonSchema, jspb.Message);
148
+ if (goog.DEBUG && !COMPILED) {
149
+ /**
150
+ * @public
151
+ * @override
152
+ */
153
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.displayName = 'proto.alis.open.options.v1.FieldOptions.JsonSchema';
154
+ }
155
+
156
+
157
+
158
+ if (jspb.Message.GENERATE_TO_OBJECT) {
159
+ /**
160
+ * Creates an object representation of this proto.
161
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
162
+ * Optional fields that are not set will be set to undefined.
163
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
164
+ * For the list of reserved names please see:
165
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
166
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
167
+ * JSPB instance for transitional soy proto support:
168
+ * http://goto/soy-param-migration
169
+ * @return {!Object}
170
+ */
171
+ proto.alis.open.options.v1.FileOptions.prototype.toObject = function(opt_includeInstance) {
172
+ return proto.alis.open.options.v1.FileOptions.toObject(opt_includeInstance, this);
173
+ };
174
+
175
+
176
+ /**
177
+ * Static version of the {@see toObject} method.
178
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
179
+ * the JSPB instance for transitional soy proto support:
180
+ * http://goto/soy-param-migration
181
+ * @param {!proto.alis.open.options.v1.FileOptions} msg The msg instance to transform.
182
+ * @return {!Object}
183
+ * @suppress {unusedLocalVariables} f is only used for nested messages
184
+ */
185
+ proto.alis.open.options.v1.FileOptions.toObject = function(includeInstance, msg) {
186
+ var f, obj = {
187
+ jsonSchema: (f = msg.getJsonSchema()) && proto.alis.open.options.v1.FileOptions.JsonSchema.toObject(includeInstance, f)
188
+ };
189
+
190
+ if (includeInstance) {
191
+ obj.$jspbMessageInstance = msg;
192
+ }
193
+ return obj;
194
+ };
195
+ }
196
+
197
+
198
+ /**
199
+ * Deserializes binary data (in protobuf wire format).
200
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
201
+ * @return {!proto.alis.open.options.v1.FileOptions}
202
+ */
203
+ proto.alis.open.options.v1.FileOptions.deserializeBinary = function(bytes) {
204
+ var reader = new jspb.BinaryReader(bytes);
205
+ var msg = new proto.alis.open.options.v1.FileOptions;
206
+ return proto.alis.open.options.v1.FileOptions.deserializeBinaryFromReader(msg, reader);
207
+ };
208
+
209
+
210
+ /**
211
+ * Deserializes binary data (in protobuf wire format) from the
212
+ * given reader into the given message object.
213
+ * @param {!proto.alis.open.options.v1.FileOptions} msg The message object to deserialize into.
214
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
215
+ * @return {!proto.alis.open.options.v1.FileOptions}
216
+ */
217
+ proto.alis.open.options.v1.FileOptions.deserializeBinaryFromReader = function(msg, reader) {
218
+ while (reader.nextField()) {
219
+ if (reader.isEndGroup()) {
220
+ break;
221
+ }
222
+ var field = reader.getFieldNumber();
223
+ switch (field) {
224
+ case 1:
225
+ var value = new proto.alis.open.options.v1.FileOptions.JsonSchema;
226
+ reader.readMessage(value,proto.alis.open.options.v1.FileOptions.JsonSchema.deserializeBinaryFromReader);
227
+ msg.setJsonSchema(value);
228
+ break;
229
+ default:
230
+ reader.skipField();
231
+ break;
232
+ }
233
+ }
234
+ return msg;
235
+ };
236
+
237
+
238
+ /**
239
+ * Serializes the message to binary data (in protobuf wire format).
240
+ * @return {!Uint8Array}
241
+ */
242
+ proto.alis.open.options.v1.FileOptions.prototype.serializeBinary = function() {
243
+ var writer = new jspb.BinaryWriter();
244
+ proto.alis.open.options.v1.FileOptions.serializeBinaryToWriter(this, writer);
245
+ return writer.getResultBuffer();
246
+ };
247
+
248
+
249
+ /**
250
+ * Serializes the given message to binary data (in protobuf wire
251
+ * format), writing to the given BinaryWriter.
252
+ * @param {!proto.alis.open.options.v1.FileOptions} message
253
+ * @param {!jspb.BinaryWriter} writer
254
+ * @suppress {unusedLocalVariables} f is only used for nested messages
255
+ */
256
+ proto.alis.open.options.v1.FileOptions.serializeBinaryToWriter = function(message, writer) {
257
+ var f = undefined;
258
+ f = message.getJsonSchema();
259
+ if (f != null) {
260
+ writer.writeMessage(
261
+ 1,
262
+ f,
263
+ proto.alis.open.options.v1.FileOptions.JsonSchema.serializeBinaryToWriter
264
+ );
265
+ }
266
+ };
267
+
268
+
269
+
270
+
271
+
272
+ if (jspb.Message.GENERATE_TO_OBJECT) {
273
+ /**
274
+ * Creates an object representation of this proto.
275
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
276
+ * Optional fields that are not set will be set to undefined.
277
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
278
+ * For the list of reserved names please see:
279
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
280
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
281
+ * JSPB instance for transitional soy proto support:
282
+ * http://goto/soy-param-migration
283
+ * @return {!Object}
284
+ */
285
+ proto.alis.open.options.v1.FileOptions.JsonSchema.prototype.toObject = function(opt_includeInstance) {
286
+ return proto.alis.open.options.v1.FileOptions.JsonSchema.toObject(opt_includeInstance, this);
287
+ };
288
+
289
+
290
+ /**
291
+ * Static version of the {@see toObject} method.
292
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
293
+ * the JSPB instance for transitional soy proto support:
294
+ * http://goto/soy-param-migration
295
+ * @param {!proto.alis.open.options.v1.FileOptions.JsonSchema} msg The msg instance to transform.
296
+ * @return {!Object}
297
+ * @suppress {unusedLocalVariables} f is only used for nested messages
298
+ */
299
+ proto.alis.open.options.v1.FileOptions.JsonSchema.toObject = function(includeInstance, msg) {
300
+ var f, obj = {
301
+ generate: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
302
+ };
303
+
304
+ if (includeInstance) {
305
+ obj.$jspbMessageInstance = msg;
306
+ }
307
+ return obj;
308
+ };
309
+ }
310
+
311
+
312
+ /**
313
+ * Deserializes binary data (in protobuf wire format).
314
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
315
+ * @return {!proto.alis.open.options.v1.FileOptions.JsonSchema}
316
+ */
317
+ proto.alis.open.options.v1.FileOptions.JsonSchema.deserializeBinary = function(bytes) {
318
+ var reader = new jspb.BinaryReader(bytes);
319
+ var msg = new proto.alis.open.options.v1.FileOptions.JsonSchema;
320
+ return proto.alis.open.options.v1.FileOptions.JsonSchema.deserializeBinaryFromReader(msg, reader);
321
+ };
322
+
323
+
324
+ /**
325
+ * Deserializes binary data (in protobuf wire format) from the
326
+ * given reader into the given message object.
327
+ * @param {!proto.alis.open.options.v1.FileOptions.JsonSchema} msg The message object to deserialize into.
328
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
329
+ * @return {!proto.alis.open.options.v1.FileOptions.JsonSchema}
330
+ */
331
+ proto.alis.open.options.v1.FileOptions.JsonSchema.deserializeBinaryFromReader = function(msg, reader) {
332
+ while (reader.nextField()) {
333
+ if (reader.isEndGroup()) {
334
+ break;
335
+ }
336
+ var field = reader.getFieldNumber();
337
+ switch (field) {
338
+ case 1:
339
+ var value = /** @type {boolean} */ (reader.readBool());
340
+ msg.setGenerate(value);
341
+ break;
342
+ default:
343
+ reader.skipField();
344
+ break;
345
+ }
346
+ }
347
+ return msg;
348
+ };
349
+
350
+
351
+ /**
352
+ * Serializes the message to binary data (in protobuf wire format).
353
+ * @return {!Uint8Array}
354
+ */
355
+ proto.alis.open.options.v1.FileOptions.JsonSchema.prototype.serializeBinary = function() {
356
+ var writer = new jspb.BinaryWriter();
357
+ proto.alis.open.options.v1.FileOptions.JsonSchema.serializeBinaryToWriter(this, writer);
358
+ return writer.getResultBuffer();
359
+ };
360
+
361
+
362
+ /**
363
+ * Serializes the given message to binary data (in protobuf wire
364
+ * format), writing to the given BinaryWriter.
365
+ * @param {!proto.alis.open.options.v1.FileOptions.JsonSchema} message
366
+ * @param {!jspb.BinaryWriter} writer
367
+ * @suppress {unusedLocalVariables} f is only used for nested messages
368
+ */
369
+ proto.alis.open.options.v1.FileOptions.JsonSchema.serializeBinaryToWriter = function(message, writer) {
370
+ var f = undefined;
371
+ f = message.getGenerate();
372
+ if (f) {
373
+ writer.writeBool(
374
+ 1,
375
+ f
376
+ );
377
+ }
378
+ };
379
+
380
+
381
+ /**
382
+ * optional bool generate = 1;
383
+ * @return {boolean}
384
+ */
385
+ proto.alis.open.options.v1.FileOptions.JsonSchema.prototype.getGenerate = function() {
386
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
387
+ };
388
+
389
+
390
+ /**
391
+ * @param {boolean} value
392
+ * @return {!proto.alis.open.options.v1.FileOptions.JsonSchema} returns this
393
+ */
394
+ proto.alis.open.options.v1.FileOptions.JsonSchema.prototype.setGenerate = function(value) {
395
+ return jspb.Message.setProto3BooleanField(this, 1, value);
396
+ };
397
+
398
+
399
+ /**
400
+ * optional JsonSchema json_schema = 1;
401
+ * @return {?proto.alis.open.options.v1.FileOptions.JsonSchema}
402
+ */
403
+ proto.alis.open.options.v1.FileOptions.prototype.getJsonSchema = function() {
404
+ return /** @type{?proto.alis.open.options.v1.FileOptions.JsonSchema} */ (
405
+ jspb.Message.getWrapperField(this, proto.alis.open.options.v1.FileOptions.JsonSchema, 1));
406
+ };
407
+
408
+
409
+ /**
410
+ * @param {?proto.alis.open.options.v1.FileOptions.JsonSchema|undefined} value
411
+ * @return {!proto.alis.open.options.v1.FileOptions} returns this
412
+ */
413
+ proto.alis.open.options.v1.FileOptions.prototype.setJsonSchema = function(value) {
414
+ return jspb.Message.setWrapperField(this, 1, value);
415
+ };
416
+
417
+
418
+ /**
419
+ * Clears the message field making it undefined.
420
+ * @return {!proto.alis.open.options.v1.FileOptions} returns this
421
+ */
422
+ proto.alis.open.options.v1.FileOptions.prototype.clearJsonSchema = function() {
423
+ return this.setJsonSchema(undefined);
424
+ };
425
+
426
+
427
+ /**
428
+ * Returns whether this field is set.
429
+ * @return {boolean}
430
+ */
431
+ proto.alis.open.options.v1.FileOptions.prototype.hasJsonSchema = function() {
432
+ return jspb.Message.getField(this, 1) != null;
433
+ };
434
+
435
+
436
+
437
+
438
+
439
+ if (jspb.Message.GENERATE_TO_OBJECT) {
440
+ /**
441
+ * Creates an object representation of this proto.
442
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
443
+ * Optional fields that are not set will be set to undefined.
444
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
445
+ * For the list of reserved names please see:
446
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
447
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
448
+ * JSPB instance for transitional soy proto support:
449
+ * http://goto/soy-param-migration
450
+ * @return {!Object}
451
+ */
452
+ proto.alis.open.options.v1.MessageOptions.prototype.toObject = function(opt_includeInstance) {
453
+ return proto.alis.open.options.v1.MessageOptions.toObject(opt_includeInstance, this);
454
+ };
455
+
456
+
457
+ /**
458
+ * Static version of the {@see toObject} method.
459
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
460
+ * the JSPB instance for transitional soy proto support:
461
+ * http://goto/soy-param-migration
462
+ * @param {!proto.alis.open.options.v1.MessageOptions} msg The msg instance to transform.
463
+ * @return {!Object}
464
+ * @suppress {unusedLocalVariables} f is only used for nested messages
465
+ */
466
+ proto.alis.open.options.v1.MessageOptions.toObject = function(includeInstance, msg) {
467
+ var f, obj = {
468
+ jsonSchema: (f = msg.getJsonSchema()) && proto.alis.open.options.v1.MessageOptions.JsonSchema.toObject(includeInstance, f)
469
+ };
470
+
471
+ if (includeInstance) {
472
+ obj.$jspbMessageInstance = msg;
473
+ }
474
+ return obj;
475
+ };
476
+ }
477
+
478
+
479
+ /**
480
+ * Deserializes binary data (in protobuf wire format).
481
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
482
+ * @return {!proto.alis.open.options.v1.MessageOptions}
483
+ */
484
+ proto.alis.open.options.v1.MessageOptions.deserializeBinary = function(bytes) {
485
+ var reader = new jspb.BinaryReader(bytes);
486
+ var msg = new proto.alis.open.options.v1.MessageOptions;
487
+ return proto.alis.open.options.v1.MessageOptions.deserializeBinaryFromReader(msg, reader);
488
+ };
489
+
490
+
491
+ /**
492
+ * Deserializes binary data (in protobuf wire format) from the
493
+ * given reader into the given message object.
494
+ * @param {!proto.alis.open.options.v1.MessageOptions} msg The message object to deserialize into.
495
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
496
+ * @return {!proto.alis.open.options.v1.MessageOptions}
497
+ */
498
+ proto.alis.open.options.v1.MessageOptions.deserializeBinaryFromReader = function(msg, reader) {
499
+ while (reader.nextField()) {
500
+ if (reader.isEndGroup()) {
501
+ break;
502
+ }
503
+ var field = reader.getFieldNumber();
504
+ switch (field) {
505
+ case 1:
506
+ var value = new proto.alis.open.options.v1.MessageOptions.JsonSchema;
507
+ reader.readMessage(value,proto.alis.open.options.v1.MessageOptions.JsonSchema.deserializeBinaryFromReader);
508
+ msg.setJsonSchema(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.options.v1.MessageOptions.prototype.serializeBinary = function() {
524
+ var writer = new jspb.BinaryWriter();
525
+ proto.alis.open.options.v1.MessageOptions.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.options.v1.MessageOptions} message
534
+ * @param {!jspb.BinaryWriter} writer
535
+ * @suppress {unusedLocalVariables} f is only used for nested messages
536
+ */
537
+ proto.alis.open.options.v1.MessageOptions.serializeBinaryToWriter = function(message, writer) {
538
+ var f = undefined;
539
+ f = message.getJsonSchema();
540
+ if (f != null) {
541
+ writer.writeMessage(
542
+ 1,
543
+ f,
544
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.serializeBinaryToWriter
545
+ );
546
+ }
547
+ };
548
+
549
+
550
+
551
+
552
+
553
+ if (jspb.Message.GENERATE_TO_OBJECT) {
554
+ /**
555
+ * Creates an object representation of this proto.
556
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
557
+ * Optional fields that are not set will be set to undefined.
558
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
559
+ * For the list of reserved names please see:
560
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
561
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
562
+ * JSPB instance for transitional soy proto support:
563
+ * http://goto/soy-param-migration
564
+ * @return {!Object}
565
+ */
566
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.prototype.toObject = function(opt_includeInstance) {
567
+ return proto.alis.open.options.v1.MessageOptions.JsonSchema.toObject(opt_includeInstance, this);
568
+ };
569
+
570
+
571
+ /**
572
+ * Static version of the {@see toObject} method.
573
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
574
+ * the JSPB instance for transitional soy proto support:
575
+ * http://goto/soy-param-migration
576
+ * @param {!proto.alis.open.options.v1.MessageOptions.JsonSchema} msg The msg instance to transform.
577
+ * @return {!Object}
578
+ * @suppress {unusedLocalVariables} f is only used for nested messages
579
+ */
580
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.toObject = function(includeInstance, msg) {
581
+ var f, obj = {
582
+ generate: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
583
+ };
584
+
585
+ if (includeInstance) {
586
+ obj.$jspbMessageInstance = msg;
587
+ }
588
+ return obj;
589
+ };
590
+ }
591
+
592
+
593
+ /**
594
+ * Deserializes binary data (in protobuf wire format).
595
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
596
+ * @return {!proto.alis.open.options.v1.MessageOptions.JsonSchema}
597
+ */
598
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.deserializeBinary = function(bytes) {
599
+ var reader = new jspb.BinaryReader(bytes);
600
+ var msg = new proto.alis.open.options.v1.MessageOptions.JsonSchema;
601
+ return proto.alis.open.options.v1.MessageOptions.JsonSchema.deserializeBinaryFromReader(msg, reader);
602
+ };
603
+
604
+
605
+ /**
606
+ * Deserializes binary data (in protobuf wire format) from the
607
+ * given reader into the given message object.
608
+ * @param {!proto.alis.open.options.v1.MessageOptions.JsonSchema} msg The message object to deserialize into.
609
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
610
+ * @return {!proto.alis.open.options.v1.MessageOptions.JsonSchema}
611
+ */
612
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.deserializeBinaryFromReader = function(msg, reader) {
613
+ while (reader.nextField()) {
614
+ if (reader.isEndGroup()) {
615
+ break;
616
+ }
617
+ var field = reader.getFieldNumber();
618
+ switch (field) {
619
+ case 1:
620
+ var value = /** @type {boolean} */ (reader.readBool());
621
+ msg.setGenerate(value);
622
+ break;
623
+ default:
624
+ reader.skipField();
625
+ break;
626
+ }
627
+ }
628
+ return msg;
629
+ };
630
+
631
+
632
+ /**
633
+ * Serializes the message to binary data (in protobuf wire format).
634
+ * @return {!Uint8Array}
635
+ */
636
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.prototype.serializeBinary = function() {
637
+ var writer = new jspb.BinaryWriter();
638
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.serializeBinaryToWriter(this, writer);
639
+ return writer.getResultBuffer();
640
+ };
641
+
642
+
643
+ /**
644
+ * Serializes the given message to binary data (in protobuf wire
645
+ * format), writing to the given BinaryWriter.
646
+ * @param {!proto.alis.open.options.v1.MessageOptions.JsonSchema} message
647
+ * @param {!jspb.BinaryWriter} writer
648
+ * @suppress {unusedLocalVariables} f is only used for nested messages
649
+ */
650
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.serializeBinaryToWriter = function(message, writer) {
651
+ var f = undefined;
652
+ f = message.getGenerate();
653
+ if (f) {
654
+ writer.writeBool(
655
+ 1,
656
+ f
657
+ );
658
+ }
659
+ };
660
+
661
+
662
+ /**
663
+ * optional bool generate = 1;
664
+ * @return {boolean}
665
+ */
666
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.prototype.getGenerate = function() {
667
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
668
+ };
669
+
670
+
671
+ /**
672
+ * @param {boolean} value
673
+ * @return {!proto.alis.open.options.v1.MessageOptions.JsonSchema} returns this
674
+ */
675
+ proto.alis.open.options.v1.MessageOptions.JsonSchema.prototype.setGenerate = function(value) {
676
+ return jspb.Message.setProto3BooleanField(this, 1, value);
677
+ };
678
+
679
+
680
+ /**
681
+ * optional JsonSchema json_schema = 1;
682
+ * @return {?proto.alis.open.options.v1.MessageOptions.JsonSchema}
683
+ */
684
+ proto.alis.open.options.v1.MessageOptions.prototype.getJsonSchema = function() {
685
+ return /** @type{?proto.alis.open.options.v1.MessageOptions.JsonSchema} */ (
686
+ jspb.Message.getWrapperField(this, proto.alis.open.options.v1.MessageOptions.JsonSchema, 1));
687
+ };
688
+
689
+
690
+ /**
691
+ * @param {?proto.alis.open.options.v1.MessageOptions.JsonSchema|undefined} value
692
+ * @return {!proto.alis.open.options.v1.MessageOptions} returns this
693
+ */
694
+ proto.alis.open.options.v1.MessageOptions.prototype.setJsonSchema = function(value) {
695
+ return jspb.Message.setWrapperField(this, 1, value);
696
+ };
697
+
698
+
699
+ /**
700
+ * Clears the message field making it undefined.
701
+ * @return {!proto.alis.open.options.v1.MessageOptions} returns this
702
+ */
703
+ proto.alis.open.options.v1.MessageOptions.prototype.clearJsonSchema = function() {
704
+ return this.setJsonSchema(undefined);
705
+ };
706
+
707
+
708
+ /**
709
+ * Returns whether this field is set.
710
+ * @return {boolean}
711
+ */
712
+ proto.alis.open.options.v1.MessageOptions.prototype.hasJsonSchema = function() {
713
+ return jspb.Message.getField(this, 1) != null;
714
+ };
715
+
716
+
717
+
718
+
719
+
720
+ if (jspb.Message.GENERATE_TO_OBJECT) {
721
+ /**
722
+ * Creates an object representation of this proto.
723
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
724
+ * Optional fields that are not set will be set to undefined.
725
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
726
+ * For the list of reserved names please see:
727
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
728
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
729
+ * JSPB instance for transitional soy proto support:
730
+ * http://goto/soy-param-migration
731
+ * @return {!Object}
732
+ */
733
+ proto.alis.open.options.v1.FieldOptions.prototype.toObject = function(opt_includeInstance) {
734
+ return proto.alis.open.options.v1.FieldOptions.toObject(opt_includeInstance, this);
735
+ };
736
+
737
+
738
+ /**
739
+ * Static version of the {@see toObject} method.
740
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
741
+ * the JSPB instance for transitional soy proto support:
742
+ * http://goto/soy-param-migration
743
+ * @param {!proto.alis.open.options.v1.FieldOptions} msg The msg instance to transform.
744
+ * @return {!Object}
745
+ * @suppress {unusedLocalVariables} f is only used for nested messages
746
+ */
747
+ proto.alis.open.options.v1.FieldOptions.toObject = function(includeInstance, msg) {
748
+ var f, obj = {
749
+ jsonSchema: (f = msg.getJsonSchema()) && proto.alis.open.options.v1.FieldOptions.JsonSchema.toObject(includeInstance, f)
750
+ };
751
+
752
+ if (includeInstance) {
753
+ obj.$jspbMessageInstance = msg;
754
+ }
755
+ return obj;
756
+ };
757
+ }
758
+
759
+
760
+ /**
761
+ * Deserializes binary data (in protobuf wire format).
762
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
763
+ * @return {!proto.alis.open.options.v1.FieldOptions}
764
+ */
765
+ proto.alis.open.options.v1.FieldOptions.deserializeBinary = function(bytes) {
766
+ var reader = new jspb.BinaryReader(bytes);
767
+ var msg = new proto.alis.open.options.v1.FieldOptions;
768
+ return proto.alis.open.options.v1.FieldOptions.deserializeBinaryFromReader(msg, reader);
769
+ };
770
+
771
+
772
+ /**
773
+ * Deserializes binary data (in protobuf wire format) from the
774
+ * given reader into the given message object.
775
+ * @param {!proto.alis.open.options.v1.FieldOptions} msg The message object to deserialize into.
776
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
777
+ * @return {!proto.alis.open.options.v1.FieldOptions}
778
+ */
779
+ proto.alis.open.options.v1.FieldOptions.deserializeBinaryFromReader = function(msg, reader) {
780
+ while (reader.nextField()) {
781
+ if (reader.isEndGroup()) {
782
+ break;
783
+ }
784
+ var field = reader.getFieldNumber();
785
+ switch (field) {
786
+ case 1:
787
+ var value = new proto.alis.open.options.v1.FieldOptions.JsonSchema;
788
+ reader.readMessage(value,proto.alis.open.options.v1.FieldOptions.JsonSchema.deserializeBinaryFromReader);
789
+ msg.setJsonSchema(value);
790
+ break;
791
+ default:
792
+ reader.skipField();
793
+ break;
794
+ }
795
+ }
796
+ return msg;
797
+ };
798
+
799
+
800
+ /**
801
+ * Serializes the message to binary data (in protobuf wire format).
802
+ * @return {!Uint8Array}
803
+ */
804
+ proto.alis.open.options.v1.FieldOptions.prototype.serializeBinary = function() {
805
+ var writer = new jspb.BinaryWriter();
806
+ proto.alis.open.options.v1.FieldOptions.serializeBinaryToWriter(this, writer);
807
+ return writer.getResultBuffer();
808
+ };
809
+
810
+
811
+ /**
812
+ * Serializes the given message to binary data (in protobuf wire
813
+ * format), writing to the given BinaryWriter.
814
+ * @param {!proto.alis.open.options.v1.FieldOptions} message
815
+ * @param {!jspb.BinaryWriter} writer
816
+ * @suppress {unusedLocalVariables} f is only used for nested messages
817
+ */
818
+ proto.alis.open.options.v1.FieldOptions.serializeBinaryToWriter = function(message, writer) {
819
+ var f = undefined;
820
+ f = message.getJsonSchema();
821
+ if (f != null) {
822
+ writer.writeMessage(
823
+ 1,
824
+ f,
825
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.serializeBinaryToWriter
826
+ );
827
+ }
828
+ };
829
+
830
+
831
+
832
+
833
+
834
+ if (jspb.Message.GENERATE_TO_OBJECT) {
835
+ /**
836
+ * Creates an object representation of this proto.
837
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
838
+ * Optional fields that are not set will be set to undefined.
839
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
840
+ * For the list of reserved names please see:
841
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
842
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
843
+ * JSPB instance for transitional soy proto support:
844
+ * http://goto/soy-param-migration
845
+ * @return {!Object}
846
+ */
847
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.toObject = function(opt_includeInstance) {
848
+ return proto.alis.open.options.v1.FieldOptions.JsonSchema.toObject(opt_includeInstance, this);
849
+ };
850
+
851
+
852
+ /**
853
+ * Static version of the {@see toObject} method.
854
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
855
+ * the JSPB instance for transitional soy proto support:
856
+ * http://goto/soy-param-migration
857
+ * @param {!proto.alis.open.options.v1.FieldOptions.JsonSchema} msg The msg instance to transform.
858
+ * @return {!Object}
859
+ * @suppress {unusedLocalVariables} f is only used for nested messages
860
+ */
861
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.toObject = function(includeInstance, msg) {
862
+ var f, obj = {
863
+ title: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
864
+ description: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f,
865
+ ignore: (f = jspb.Message.getBooleanField(msg, 3)) == null ? undefined : f,
866
+ pattern: (f = jspb.Message.getField(msg, 4)) == null ? undefined : f,
867
+ format: (f = jspb.Message.getField(msg, 5)) == null ? undefined : f,
868
+ contentEncoding: (f = jspb.Message.getField(msg, 6)) == null ? undefined : f,
869
+ contentMediaType: (f = jspb.Message.getField(msg, 7)) == null ? undefined : f,
870
+ minLength: (f = jspb.Message.getField(msg, 8)) == null ? undefined : f,
871
+ maxLength: (f = jspb.Message.getField(msg, 9)) == null ? undefined : f,
872
+ minimum: (f = jspb.Message.getOptionalFloatingPointField(msg, 10)) == null ? undefined : f,
873
+ maximum: (f = jspb.Message.getOptionalFloatingPointField(msg, 11)) == null ? undefined : f,
874
+ exclusiveMinimum: (f = jspb.Message.getBooleanField(msg, 12)) == null ? undefined : f,
875
+ exclusiveMaximum: (f = jspb.Message.getBooleanField(msg, 13)) == null ? undefined : f,
876
+ minItems: (f = jspb.Message.getField(msg, 14)) == null ? undefined : f,
877
+ maxItems: (f = jspb.Message.getField(msg, 15)) == null ? undefined : f,
878
+ uniqueItems: (f = jspb.Message.getBooleanField(msg, 16)) == null ? undefined : f,
879
+ minProperties: (f = jspb.Message.getField(msg, 17)) == null ? undefined : f,
880
+ maxProperties: (f = jspb.Message.getField(msg, 18)) == null ? undefined : f
881
+ };
882
+
883
+ if (includeInstance) {
884
+ obj.$jspbMessageInstance = msg;
885
+ }
886
+ return obj;
887
+ };
888
+ }
889
+
890
+
891
+ /**
892
+ * Deserializes binary data (in protobuf wire format).
893
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
894
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema}
895
+ */
896
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.deserializeBinary = function(bytes) {
897
+ var reader = new jspb.BinaryReader(bytes);
898
+ var msg = new proto.alis.open.options.v1.FieldOptions.JsonSchema;
899
+ return proto.alis.open.options.v1.FieldOptions.JsonSchema.deserializeBinaryFromReader(msg, reader);
900
+ };
901
+
902
+
903
+ /**
904
+ * Deserializes binary data (in protobuf wire format) from the
905
+ * given reader into the given message object.
906
+ * @param {!proto.alis.open.options.v1.FieldOptions.JsonSchema} msg The message object to deserialize into.
907
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
908
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema}
909
+ */
910
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.deserializeBinaryFromReader = function(msg, reader) {
911
+ while (reader.nextField()) {
912
+ if (reader.isEndGroup()) {
913
+ break;
914
+ }
915
+ var field = reader.getFieldNumber();
916
+ switch (field) {
917
+ case 1:
918
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
919
+ msg.setTitle(value);
920
+ break;
921
+ case 2:
922
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
923
+ msg.setDescription(value);
924
+ break;
925
+ case 3:
926
+ var value = /** @type {boolean} */ (reader.readBool());
927
+ msg.setIgnore(value);
928
+ break;
929
+ case 4:
930
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
931
+ msg.setPattern(value);
932
+ break;
933
+ case 5:
934
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
935
+ msg.setFormat(value);
936
+ break;
937
+ case 6:
938
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
939
+ msg.setContentEncoding(value);
940
+ break;
941
+ case 7:
942
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
943
+ msg.setContentMediaType(value);
944
+ break;
945
+ case 8:
946
+ var value = /** @type {number} */ (reader.readInt64());
947
+ msg.setMinLength(value);
948
+ break;
949
+ case 9:
950
+ var value = /** @type {number} */ (reader.readInt64());
951
+ msg.setMaxLength(value);
952
+ break;
953
+ case 10:
954
+ var value = /** @type {number} */ (reader.readDouble());
955
+ msg.setMinimum(value);
956
+ break;
957
+ case 11:
958
+ var value = /** @type {number} */ (reader.readDouble());
959
+ msg.setMaximum(value);
960
+ break;
961
+ case 12:
962
+ var value = /** @type {boolean} */ (reader.readBool());
963
+ msg.setExclusiveMinimum(value);
964
+ break;
965
+ case 13:
966
+ var value = /** @type {boolean} */ (reader.readBool());
967
+ msg.setExclusiveMaximum(value);
968
+ break;
969
+ case 14:
970
+ var value = /** @type {number} */ (reader.readInt64());
971
+ msg.setMinItems(value);
972
+ break;
973
+ case 15:
974
+ var value = /** @type {number} */ (reader.readInt64());
975
+ msg.setMaxItems(value);
976
+ break;
977
+ case 16:
978
+ var value = /** @type {boolean} */ (reader.readBool());
979
+ msg.setUniqueItems(value);
980
+ break;
981
+ case 17:
982
+ var value = /** @type {number} */ (reader.readInt64());
983
+ msg.setMinProperties(value);
984
+ break;
985
+ case 18:
986
+ var value = /** @type {number} */ (reader.readInt64());
987
+ msg.setMaxProperties(value);
988
+ break;
989
+ default:
990
+ reader.skipField();
991
+ break;
992
+ }
993
+ }
994
+ return msg;
995
+ };
996
+
997
+
998
+ /**
999
+ * Serializes the message to binary data (in protobuf wire format).
1000
+ * @return {!Uint8Array}
1001
+ */
1002
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.serializeBinary = function() {
1003
+ var writer = new jspb.BinaryWriter();
1004
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.serializeBinaryToWriter(this, writer);
1005
+ return writer.getResultBuffer();
1006
+ };
1007
+
1008
+
1009
+ /**
1010
+ * Serializes the given message to binary data (in protobuf wire
1011
+ * format), writing to the given BinaryWriter.
1012
+ * @param {!proto.alis.open.options.v1.FieldOptions.JsonSchema} message
1013
+ * @param {!jspb.BinaryWriter} writer
1014
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1015
+ */
1016
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.serializeBinaryToWriter = function(message, writer) {
1017
+ var f = undefined;
1018
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
1019
+ if (f != null) {
1020
+ writer.writeString(
1021
+ 1,
1022
+ f
1023
+ );
1024
+ }
1025
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
1026
+ if (f != null) {
1027
+ writer.writeString(
1028
+ 2,
1029
+ f
1030
+ );
1031
+ }
1032
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
1033
+ if (f != null) {
1034
+ writer.writeBool(
1035
+ 3,
1036
+ f
1037
+ );
1038
+ }
1039
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
1040
+ if (f != null) {
1041
+ writer.writeString(
1042
+ 4,
1043
+ f
1044
+ );
1045
+ }
1046
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
1047
+ if (f != null) {
1048
+ writer.writeString(
1049
+ 5,
1050
+ f
1051
+ );
1052
+ }
1053
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
1054
+ if (f != null) {
1055
+ writer.writeString(
1056
+ 6,
1057
+ f
1058
+ );
1059
+ }
1060
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
1061
+ if (f != null) {
1062
+ writer.writeString(
1063
+ 7,
1064
+ f
1065
+ );
1066
+ }
1067
+ f = /** @type {number} */ (jspb.Message.getField(message, 8));
1068
+ if (f != null) {
1069
+ writer.writeInt64(
1070
+ 8,
1071
+ f
1072
+ );
1073
+ }
1074
+ f = /** @type {number} */ (jspb.Message.getField(message, 9));
1075
+ if (f != null) {
1076
+ writer.writeInt64(
1077
+ 9,
1078
+ f
1079
+ );
1080
+ }
1081
+ f = /** @type {number} */ (jspb.Message.getField(message, 10));
1082
+ if (f != null) {
1083
+ writer.writeDouble(
1084
+ 10,
1085
+ f
1086
+ );
1087
+ }
1088
+ f = /** @type {number} */ (jspb.Message.getField(message, 11));
1089
+ if (f != null) {
1090
+ writer.writeDouble(
1091
+ 11,
1092
+ f
1093
+ );
1094
+ }
1095
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 12));
1096
+ if (f != null) {
1097
+ writer.writeBool(
1098
+ 12,
1099
+ f
1100
+ );
1101
+ }
1102
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 13));
1103
+ if (f != null) {
1104
+ writer.writeBool(
1105
+ 13,
1106
+ f
1107
+ );
1108
+ }
1109
+ f = /** @type {number} */ (jspb.Message.getField(message, 14));
1110
+ if (f != null) {
1111
+ writer.writeInt64(
1112
+ 14,
1113
+ f
1114
+ );
1115
+ }
1116
+ f = /** @type {number} */ (jspb.Message.getField(message, 15));
1117
+ if (f != null) {
1118
+ writer.writeInt64(
1119
+ 15,
1120
+ f
1121
+ );
1122
+ }
1123
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 16));
1124
+ if (f != null) {
1125
+ writer.writeBool(
1126
+ 16,
1127
+ f
1128
+ );
1129
+ }
1130
+ f = /** @type {number} */ (jspb.Message.getField(message, 17));
1131
+ if (f != null) {
1132
+ writer.writeInt64(
1133
+ 17,
1134
+ f
1135
+ );
1136
+ }
1137
+ f = /** @type {number} */ (jspb.Message.getField(message, 18));
1138
+ if (f != null) {
1139
+ writer.writeInt64(
1140
+ 18,
1141
+ f
1142
+ );
1143
+ }
1144
+ };
1145
+
1146
+
1147
+ /**
1148
+ * optional string title = 1;
1149
+ * @return {string}
1150
+ */
1151
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getTitle = function() {
1152
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1153
+ };
1154
+
1155
+
1156
+ /**
1157
+ * @param {string} value
1158
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1159
+ */
1160
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setTitle = function(value) {
1161
+ return jspb.Message.setField(this, 1, value);
1162
+ };
1163
+
1164
+
1165
+ /**
1166
+ * Clears the field making it undefined.
1167
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1168
+ */
1169
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearTitle = function() {
1170
+ return jspb.Message.setField(this, 1, undefined);
1171
+ };
1172
+
1173
+
1174
+ /**
1175
+ * Returns whether this field is set.
1176
+ * @return {boolean}
1177
+ */
1178
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasTitle = function() {
1179
+ return jspb.Message.getField(this, 1) != null;
1180
+ };
1181
+
1182
+
1183
+ /**
1184
+ * optional string description = 2;
1185
+ * @return {string}
1186
+ */
1187
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getDescription = function() {
1188
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1189
+ };
1190
+
1191
+
1192
+ /**
1193
+ * @param {string} value
1194
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1195
+ */
1196
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setDescription = function(value) {
1197
+ return jspb.Message.setField(this, 2, value);
1198
+ };
1199
+
1200
+
1201
+ /**
1202
+ * Clears the field making it undefined.
1203
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1204
+ */
1205
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearDescription = function() {
1206
+ return jspb.Message.setField(this, 2, undefined);
1207
+ };
1208
+
1209
+
1210
+ /**
1211
+ * Returns whether this field is set.
1212
+ * @return {boolean}
1213
+ */
1214
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasDescription = function() {
1215
+ return jspb.Message.getField(this, 2) != null;
1216
+ };
1217
+
1218
+
1219
+ /**
1220
+ * optional bool ignore = 3;
1221
+ * @return {boolean}
1222
+ */
1223
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getIgnore = function() {
1224
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
1225
+ };
1226
+
1227
+
1228
+ /**
1229
+ * @param {boolean} value
1230
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1231
+ */
1232
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setIgnore = function(value) {
1233
+ return jspb.Message.setField(this, 3, value);
1234
+ };
1235
+
1236
+
1237
+ /**
1238
+ * Clears the field making it undefined.
1239
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1240
+ */
1241
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearIgnore = function() {
1242
+ return jspb.Message.setField(this, 3, undefined);
1243
+ };
1244
+
1245
+
1246
+ /**
1247
+ * Returns whether this field is set.
1248
+ * @return {boolean}
1249
+ */
1250
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasIgnore = function() {
1251
+ return jspb.Message.getField(this, 3) != null;
1252
+ };
1253
+
1254
+
1255
+ /**
1256
+ * optional string pattern = 4;
1257
+ * @return {string}
1258
+ */
1259
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getPattern = function() {
1260
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1261
+ };
1262
+
1263
+
1264
+ /**
1265
+ * @param {string} value
1266
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1267
+ */
1268
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setPattern = function(value) {
1269
+ return jspb.Message.setField(this, 4, value);
1270
+ };
1271
+
1272
+
1273
+ /**
1274
+ * Clears the field making it undefined.
1275
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1276
+ */
1277
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearPattern = function() {
1278
+ return jspb.Message.setField(this, 4, undefined);
1279
+ };
1280
+
1281
+
1282
+ /**
1283
+ * Returns whether this field is set.
1284
+ * @return {boolean}
1285
+ */
1286
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasPattern = function() {
1287
+ return jspb.Message.getField(this, 4) != null;
1288
+ };
1289
+
1290
+
1291
+ /**
1292
+ * optional string format = 5;
1293
+ * @return {string}
1294
+ */
1295
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getFormat = function() {
1296
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1297
+ };
1298
+
1299
+
1300
+ /**
1301
+ * @param {string} value
1302
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1303
+ */
1304
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setFormat = function(value) {
1305
+ return jspb.Message.setField(this, 5, value);
1306
+ };
1307
+
1308
+
1309
+ /**
1310
+ * Clears the field making it undefined.
1311
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1312
+ */
1313
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearFormat = function() {
1314
+ return jspb.Message.setField(this, 5, undefined);
1315
+ };
1316
+
1317
+
1318
+ /**
1319
+ * Returns whether this field is set.
1320
+ * @return {boolean}
1321
+ */
1322
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasFormat = function() {
1323
+ return jspb.Message.getField(this, 5) != null;
1324
+ };
1325
+
1326
+
1327
+ /**
1328
+ * optional string content_encoding = 6;
1329
+ * @return {string}
1330
+ */
1331
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getContentEncoding = function() {
1332
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1333
+ };
1334
+
1335
+
1336
+ /**
1337
+ * @param {string} value
1338
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1339
+ */
1340
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setContentEncoding = function(value) {
1341
+ return jspb.Message.setField(this, 6, value);
1342
+ };
1343
+
1344
+
1345
+ /**
1346
+ * Clears the field making it undefined.
1347
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1348
+ */
1349
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearContentEncoding = function() {
1350
+ return jspb.Message.setField(this, 6, undefined);
1351
+ };
1352
+
1353
+
1354
+ /**
1355
+ * Returns whether this field is set.
1356
+ * @return {boolean}
1357
+ */
1358
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasContentEncoding = function() {
1359
+ return jspb.Message.getField(this, 6) != null;
1360
+ };
1361
+
1362
+
1363
+ /**
1364
+ * optional string content_media_type = 7;
1365
+ * @return {string}
1366
+ */
1367
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getContentMediaType = function() {
1368
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
1369
+ };
1370
+
1371
+
1372
+ /**
1373
+ * @param {string} value
1374
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1375
+ */
1376
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setContentMediaType = function(value) {
1377
+ return jspb.Message.setField(this, 7, value);
1378
+ };
1379
+
1380
+
1381
+ /**
1382
+ * Clears the field making it undefined.
1383
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1384
+ */
1385
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearContentMediaType = function() {
1386
+ return jspb.Message.setField(this, 7, undefined);
1387
+ };
1388
+
1389
+
1390
+ /**
1391
+ * Returns whether this field is set.
1392
+ * @return {boolean}
1393
+ */
1394
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasContentMediaType = function() {
1395
+ return jspb.Message.getField(this, 7) != null;
1396
+ };
1397
+
1398
+
1399
+ /**
1400
+ * optional int64 min_length = 8;
1401
+ * @return {number}
1402
+ */
1403
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMinLength = function() {
1404
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
1405
+ };
1406
+
1407
+
1408
+ /**
1409
+ * @param {number} value
1410
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1411
+ */
1412
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMinLength = function(value) {
1413
+ return jspb.Message.setField(this, 8, value);
1414
+ };
1415
+
1416
+
1417
+ /**
1418
+ * Clears the field making it undefined.
1419
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1420
+ */
1421
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMinLength = function() {
1422
+ return jspb.Message.setField(this, 8, undefined);
1423
+ };
1424
+
1425
+
1426
+ /**
1427
+ * Returns whether this field is set.
1428
+ * @return {boolean}
1429
+ */
1430
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMinLength = function() {
1431
+ return jspb.Message.getField(this, 8) != null;
1432
+ };
1433
+
1434
+
1435
+ /**
1436
+ * optional int64 max_length = 9;
1437
+ * @return {number}
1438
+ */
1439
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMaxLength = function() {
1440
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
1441
+ };
1442
+
1443
+
1444
+ /**
1445
+ * @param {number} value
1446
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1447
+ */
1448
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMaxLength = function(value) {
1449
+ return jspb.Message.setField(this, 9, value);
1450
+ };
1451
+
1452
+
1453
+ /**
1454
+ * Clears the field making it undefined.
1455
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1456
+ */
1457
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMaxLength = function() {
1458
+ return jspb.Message.setField(this, 9, undefined);
1459
+ };
1460
+
1461
+
1462
+ /**
1463
+ * Returns whether this field is set.
1464
+ * @return {boolean}
1465
+ */
1466
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMaxLength = function() {
1467
+ return jspb.Message.getField(this, 9) != null;
1468
+ };
1469
+
1470
+
1471
+ /**
1472
+ * optional double minimum = 10;
1473
+ * @return {number}
1474
+ */
1475
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMinimum = function() {
1476
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 10, 0.0));
1477
+ };
1478
+
1479
+
1480
+ /**
1481
+ * @param {number} value
1482
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1483
+ */
1484
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMinimum = function(value) {
1485
+ return jspb.Message.setField(this, 10, value);
1486
+ };
1487
+
1488
+
1489
+ /**
1490
+ * Clears the field making it undefined.
1491
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1492
+ */
1493
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMinimum = function() {
1494
+ return jspb.Message.setField(this, 10, undefined);
1495
+ };
1496
+
1497
+
1498
+ /**
1499
+ * Returns whether this field is set.
1500
+ * @return {boolean}
1501
+ */
1502
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMinimum = function() {
1503
+ return jspb.Message.getField(this, 10) != null;
1504
+ };
1505
+
1506
+
1507
+ /**
1508
+ * optional double maximum = 11;
1509
+ * @return {number}
1510
+ */
1511
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMaximum = function() {
1512
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 11, 0.0));
1513
+ };
1514
+
1515
+
1516
+ /**
1517
+ * @param {number} value
1518
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1519
+ */
1520
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMaximum = function(value) {
1521
+ return jspb.Message.setField(this, 11, value);
1522
+ };
1523
+
1524
+
1525
+ /**
1526
+ * Clears the field making it undefined.
1527
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1528
+ */
1529
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMaximum = function() {
1530
+ return jspb.Message.setField(this, 11, undefined);
1531
+ };
1532
+
1533
+
1534
+ /**
1535
+ * Returns whether this field is set.
1536
+ * @return {boolean}
1537
+ */
1538
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMaximum = function() {
1539
+ return jspb.Message.getField(this, 11) != null;
1540
+ };
1541
+
1542
+
1543
+ /**
1544
+ * optional bool exclusive_minimum = 12;
1545
+ * @return {boolean}
1546
+ */
1547
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getExclusiveMinimum = function() {
1548
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false));
1549
+ };
1550
+
1551
+
1552
+ /**
1553
+ * @param {boolean} value
1554
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1555
+ */
1556
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setExclusiveMinimum = function(value) {
1557
+ return jspb.Message.setField(this, 12, value);
1558
+ };
1559
+
1560
+
1561
+ /**
1562
+ * Clears the field making it undefined.
1563
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1564
+ */
1565
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearExclusiveMinimum = function() {
1566
+ return jspb.Message.setField(this, 12, undefined);
1567
+ };
1568
+
1569
+
1570
+ /**
1571
+ * Returns whether this field is set.
1572
+ * @return {boolean}
1573
+ */
1574
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasExclusiveMinimum = function() {
1575
+ return jspb.Message.getField(this, 12) != null;
1576
+ };
1577
+
1578
+
1579
+ /**
1580
+ * optional bool exclusive_maximum = 13;
1581
+ * @return {boolean}
1582
+ */
1583
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getExclusiveMaximum = function() {
1584
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
1585
+ };
1586
+
1587
+
1588
+ /**
1589
+ * @param {boolean} value
1590
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1591
+ */
1592
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setExclusiveMaximum = function(value) {
1593
+ return jspb.Message.setField(this, 13, value);
1594
+ };
1595
+
1596
+
1597
+ /**
1598
+ * Clears the field making it undefined.
1599
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1600
+ */
1601
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearExclusiveMaximum = function() {
1602
+ return jspb.Message.setField(this, 13, undefined);
1603
+ };
1604
+
1605
+
1606
+ /**
1607
+ * Returns whether this field is set.
1608
+ * @return {boolean}
1609
+ */
1610
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasExclusiveMaximum = function() {
1611
+ return jspb.Message.getField(this, 13) != null;
1612
+ };
1613
+
1614
+
1615
+ /**
1616
+ * optional int64 min_items = 14;
1617
+ * @return {number}
1618
+ */
1619
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMinItems = function() {
1620
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));
1621
+ };
1622
+
1623
+
1624
+ /**
1625
+ * @param {number} value
1626
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1627
+ */
1628
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMinItems = function(value) {
1629
+ return jspb.Message.setField(this, 14, value);
1630
+ };
1631
+
1632
+
1633
+ /**
1634
+ * Clears the field making it undefined.
1635
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1636
+ */
1637
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMinItems = function() {
1638
+ return jspb.Message.setField(this, 14, undefined);
1639
+ };
1640
+
1641
+
1642
+ /**
1643
+ * Returns whether this field is set.
1644
+ * @return {boolean}
1645
+ */
1646
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMinItems = function() {
1647
+ return jspb.Message.getField(this, 14) != null;
1648
+ };
1649
+
1650
+
1651
+ /**
1652
+ * optional int64 max_items = 15;
1653
+ * @return {number}
1654
+ */
1655
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMaxItems = function() {
1656
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
1657
+ };
1658
+
1659
+
1660
+ /**
1661
+ * @param {number} value
1662
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1663
+ */
1664
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMaxItems = function(value) {
1665
+ return jspb.Message.setField(this, 15, value);
1666
+ };
1667
+
1668
+
1669
+ /**
1670
+ * Clears the field making it undefined.
1671
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1672
+ */
1673
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMaxItems = function() {
1674
+ return jspb.Message.setField(this, 15, undefined);
1675
+ };
1676
+
1677
+
1678
+ /**
1679
+ * Returns whether this field is set.
1680
+ * @return {boolean}
1681
+ */
1682
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMaxItems = function() {
1683
+ return jspb.Message.getField(this, 15) != null;
1684
+ };
1685
+
1686
+
1687
+ /**
1688
+ * optional bool unique_items = 16;
1689
+ * @return {boolean}
1690
+ */
1691
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getUniqueItems = function() {
1692
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 16, false));
1693
+ };
1694
+
1695
+
1696
+ /**
1697
+ * @param {boolean} value
1698
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1699
+ */
1700
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setUniqueItems = function(value) {
1701
+ return jspb.Message.setField(this, 16, value);
1702
+ };
1703
+
1704
+
1705
+ /**
1706
+ * Clears the field making it undefined.
1707
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1708
+ */
1709
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearUniqueItems = function() {
1710
+ return jspb.Message.setField(this, 16, undefined);
1711
+ };
1712
+
1713
+
1714
+ /**
1715
+ * Returns whether this field is set.
1716
+ * @return {boolean}
1717
+ */
1718
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasUniqueItems = function() {
1719
+ return jspb.Message.getField(this, 16) != null;
1720
+ };
1721
+
1722
+
1723
+ /**
1724
+ * optional int64 min_properties = 17;
1725
+ * @return {number}
1726
+ */
1727
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMinProperties = function() {
1728
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
1729
+ };
1730
+
1731
+
1732
+ /**
1733
+ * @param {number} value
1734
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1735
+ */
1736
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMinProperties = function(value) {
1737
+ return jspb.Message.setField(this, 17, value);
1738
+ };
1739
+
1740
+
1741
+ /**
1742
+ * Clears the field making it undefined.
1743
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1744
+ */
1745
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMinProperties = function() {
1746
+ return jspb.Message.setField(this, 17, undefined);
1747
+ };
1748
+
1749
+
1750
+ /**
1751
+ * Returns whether this field is set.
1752
+ * @return {boolean}
1753
+ */
1754
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMinProperties = function() {
1755
+ return jspb.Message.getField(this, 17) != null;
1756
+ };
1757
+
1758
+
1759
+ /**
1760
+ * optional int64 max_properties = 18;
1761
+ * @return {number}
1762
+ */
1763
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.getMaxProperties = function() {
1764
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 18, 0));
1765
+ };
1766
+
1767
+
1768
+ /**
1769
+ * @param {number} value
1770
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1771
+ */
1772
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.setMaxProperties = function(value) {
1773
+ return jspb.Message.setField(this, 18, value);
1774
+ };
1775
+
1776
+
1777
+ /**
1778
+ * Clears the field making it undefined.
1779
+ * @return {!proto.alis.open.options.v1.FieldOptions.JsonSchema} returns this
1780
+ */
1781
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.clearMaxProperties = function() {
1782
+ return jspb.Message.setField(this, 18, undefined);
1783
+ };
1784
+
1785
+
1786
+ /**
1787
+ * Returns whether this field is set.
1788
+ * @return {boolean}
1789
+ */
1790
+ proto.alis.open.options.v1.FieldOptions.JsonSchema.prototype.hasMaxProperties = function() {
1791
+ return jspb.Message.getField(this, 18) != null;
1792
+ };
1793
+
1794
+
1795
+ /**
1796
+ * optional JsonSchema json_schema = 1;
1797
+ * @return {?proto.alis.open.options.v1.FieldOptions.JsonSchema}
1798
+ */
1799
+ proto.alis.open.options.v1.FieldOptions.prototype.getJsonSchema = function() {
1800
+ return /** @type{?proto.alis.open.options.v1.FieldOptions.JsonSchema} */ (
1801
+ jspb.Message.getWrapperField(this, proto.alis.open.options.v1.FieldOptions.JsonSchema, 1));
1802
+ };
1803
+
1804
+
1805
+ /**
1806
+ * @param {?proto.alis.open.options.v1.FieldOptions.JsonSchema|undefined} value
1807
+ * @return {!proto.alis.open.options.v1.FieldOptions} returns this
1808
+ */
1809
+ proto.alis.open.options.v1.FieldOptions.prototype.setJsonSchema = function(value) {
1810
+ return jspb.Message.setWrapperField(this, 1, value);
1811
+ };
1812
+
1813
+
1814
+ /**
1815
+ * Clears the message field making it undefined.
1816
+ * @return {!proto.alis.open.options.v1.FieldOptions} returns this
1817
+ */
1818
+ proto.alis.open.options.v1.FieldOptions.prototype.clearJsonSchema = function() {
1819
+ return this.setJsonSchema(undefined);
1820
+ };
1821
+
1822
+
1823
+ /**
1824
+ * Returns whether this field is set.
1825
+ * @return {boolean}
1826
+ */
1827
+ proto.alis.open.options.v1.FieldOptions.prototype.hasJsonSchema = function() {
1828
+ return jspb.Message.getField(this, 1) != null;
1829
+ };
1830
+
1831
+
1832
+
1833
+ /**
1834
+ * A tuple of {field number, class constructor} for the extension
1835
+ * field named `file`.
1836
+ * @type {!jspb.ExtensionFieldInfo<!proto.alis.open.options.v1.FileOptions>}
1837
+ */
1838
+ proto.alis.open.options.v1.file = new jspb.ExtensionFieldInfo(
1839
+ 1001,
1840
+ {file: 0},
1841
+ proto.alis.open.options.v1.FileOptions,
1842
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
1843
+ proto.alis.open.options.v1.FileOptions.toObject),
1844
+ 0);
1845
+
1846
+ google_protobuf_descriptor_pb.FileOptions.extensionsBinary[1001] = new jspb.ExtensionFieldBinaryInfo(
1847
+ proto.alis.open.options.v1.file,
1848
+ jspb.BinaryReader.prototype.readMessage,
1849
+ jspb.BinaryWriter.prototype.writeMessage,
1850
+ proto.alis.open.options.v1.FileOptions.serializeBinaryToWriter,
1851
+ proto.alis.open.options.v1.FileOptions.deserializeBinaryFromReader,
1852
+ false);
1853
+ // This registers the extension field with the extended class, so that
1854
+ // toObject() will function correctly.
1855
+ google_protobuf_descriptor_pb.FileOptions.extensions[1001] = proto.alis.open.options.v1.file;
1856
+
1857
+
1858
+ /**
1859
+ * A tuple of {field number, class constructor} for the extension
1860
+ * field named `message`.
1861
+ * @type {!jspb.ExtensionFieldInfo<!proto.alis.open.options.v1.MessageOptions>}
1862
+ */
1863
+ proto.alis.open.options.v1.message = new jspb.ExtensionFieldInfo(
1864
+ 1001,
1865
+ {message: 0},
1866
+ proto.alis.open.options.v1.MessageOptions,
1867
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
1868
+ proto.alis.open.options.v1.MessageOptions.toObject),
1869
+ 0);
1870
+
1871
+ google_protobuf_descriptor_pb.MessageOptions.extensionsBinary[1001] = new jspb.ExtensionFieldBinaryInfo(
1872
+ proto.alis.open.options.v1.message,
1873
+ jspb.BinaryReader.prototype.readMessage,
1874
+ jspb.BinaryWriter.prototype.writeMessage,
1875
+ proto.alis.open.options.v1.MessageOptions.serializeBinaryToWriter,
1876
+ proto.alis.open.options.v1.MessageOptions.deserializeBinaryFromReader,
1877
+ false);
1878
+ // This registers the extension field with the extended class, so that
1879
+ // toObject() will function correctly.
1880
+ google_protobuf_descriptor_pb.MessageOptions.extensions[1001] = proto.alis.open.options.v1.message;
1881
+
1882
+
1883
+ /**
1884
+ * A tuple of {field number, class constructor} for the extension
1885
+ * field named `field`.
1886
+ * @type {!jspb.ExtensionFieldInfo<!proto.alis.open.options.v1.FieldOptions>}
1887
+ */
1888
+ proto.alis.open.options.v1.field = new jspb.ExtensionFieldInfo(
1889
+ 1001,
1890
+ {field: 0},
1891
+ proto.alis.open.options.v1.FieldOptions,
1892
+ /** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
1893
+ proto.alis.open.options.v1.FieldOptions.toObject),
1894
+ 0);
1895
+
1896
+ google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[1001] = new jspb.ExtensionFieldBinaryInfo(
1897
+ proto.alis.open.options.v1.field,
1898
+ jspb.BinaryReader.prototype.readMessage,
1899
+ jspb.BinaryWriter.prototype.writeMessage,
1900
+ proto.alis.open.options.v1.FieldOptions.serializeBinaryToWriter,
1901
+ proto.alis.open.options.v1.FieldOptions.deserializeBinaryFromReader,
1902
+ false);
1903
+ // This registers the extension field with the extended class, so that
1904
+ // toObject() will function correctly.
1905
+ google_protobuf_descriptor_pb.FieldOptions.extensions[1001] = proto.alis.open.options.v1.field;
1906
+
1907
+ goog.object.extend(exports, proto.alis.open.options.v1);
1908
+
1909
+ // Below is base64 encoded GeneratedCodeInfo proto
1910
+ // Ci4KAgQAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGM8NINoNCjAKBAQAAwASImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8Y1RMg3xMKLgoCBAESImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8Y7xkg/RkKMAoEBAEDABIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxiEICCOIAouCgIEAhIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxinJiCzJgowCgQEAgMAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLIsILwsCjIKBgQAAwACABIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxj0aiD/agoyCgYEAAMAAgASImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8Ymm0gpW0KMAoEBAACABIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxidbyCqbwowCgQEAAIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLNyIMByCjAKBAQAAgASImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8YvXQgzHQKMAoEBAACABIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxj9dSCKdgo0CgYEAQMAAgASImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8YhbMBIJCzAQo0CgYEAQMAAgASImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8YsbUBILy1AQoyCgQEAQIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLq3ASDHtwEKMgoEBAECABIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxjfugEg7LoBCjIKBAQBAgASImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8Y77wBIP68AQoyCgQEAQIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLK+ASC/vgEKNAoGBAIDAAIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKGoAiCpqAIKNAoGBAIDAAIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLqqAiDCqgIKNAoGBAIDAAIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMisAiDSrAIKNAoGBAIDAAIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJuuAiCjrgIKNAoGBAIDAAIBEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGOavAiD0rwIKNAoGBAIDAAIBEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIWyAiCTsgIKNAoGBAIDAAIBEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJm0AiCptAIKNAoGBAIDAAIBEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPK1AiCAtgIKNAoGBAIDAAICEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGL23AiDGtwIKNAoGBAIDAAICEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGOO5AiDsuQIKNAoGBAIDAAICEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPK7AiD9uwIKNAoGBAIDAAICEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMa9AiDPvQIKNAoGBAIDAAIDEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGI6/AiCYvwIKNAoGBAIDAAIDEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKnBAiCzwQIKNAoGBAIDAAIDEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLnDAiDFwwIKNAoGBAIDAAIDEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGI7FAiCYxQIKNAoGBAIDAAIEEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGNbGAiDfxgIKNAoGBAIDAAIEEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPDIAiD5yAIKNAoGBAIDAAIEEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGP/KAiCKywIKNAoGBAIDAAIEEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGNPMAiDczAIKNAoGBAIDAAIFEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKTOAiC2zgIKNAoGBAIDAAIFEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMfQAiDZ0AIKNAoGBAIDAAIFEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGN/SAiDz0gIKNAoGBAIDAAIFEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLzUAiDO1AIKNAoGBAIDAAIGEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJjWAiCr1gIKNAoGBAIDAAIGEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLzYAiDP2AIKNAoGBAIDAAIGEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGNXaAiDq2gIKNAoGBAIDAAIGEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLPcAiDG3AIKNAoGBAIDAAIHEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIfeAiCT3gIKNAoGBAIDAAIHEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKPgAiCv4AIKNAoGBAIDAAIHEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLXiAiDD4gIKNAoGBAIDAAIHEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIzkAiCY5AIKNAoGBAIDAAIIEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGNnlAiDl5QIKNAoGBAIDAAIIEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPXnAiCB6AIKNAoGBAIDAAIIEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIfqAiCV6gIKNAoGBAIDAAIIEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGN7rAiDq6wIKNAoGBAIDAAIJEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKrtAiC07QIKNAoGBAIDAAIJEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGNTvAiDe7wIKNAoGBAIDAAIJEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGOXxAiDx8QIKNAoGBAIDAAIJEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLvzAiDF8wIKNAoGBAIDAAIKEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIb1AiCQ9QIKNAoGBAIDAAIKEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLD3AiC69wIKNAoGBAIDAAIKEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMH5AiDN+QIKNAoGBAIDAAIKEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJf7AiCh+wIKNAoGBAIDAAILEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGOv8AiD+/AIKNAoGBAIDAAILEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJz/AiCv/wIKNAoGBAIDAAILEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLaBAyDLgQMKNAoGBAIDAAILEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJWDAyCogwMKNAoGBAIDAAIMEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPKEAyCFhQMKNAoGBAIDAAIMEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKOHAyC2hwMKNAoGBAIDAAIMEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGL2JAyDSiQMKNAoGBAIDAAIMEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJyLAyCviwMKNAoGBAIDAAINEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPGMAyD8jAMKNAoGBAIDAAINEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGI2PAyCYjwMKNAoGBAIDAAINEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJ+RAyCskQMKNAoGBAIDAAINEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPaSAyCBkwMKNAoGBAIDAAIOEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMOUAyDOlAMKNAoGBAIDAAIOEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGN+WAyDqlgMKNAoGBAIDAAIOEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPGYAyD+mAMKNAoGBAIDAAIOEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMiaAyDTmgMKNAoGBAIDAAIPEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJicAyCmnAMKNAoGBAIDAAIPEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMSeAyDSngMKNAoGBAIDAAIPEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGNmgAyDpoAMKNAoGBAIDAAIPEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGLOiAyDBogMKNAoGBAIDAAIQEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIikAyCYpAMKNAoGBAIDAAIQEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKmmAyC5pgMKNAoGBAIDAAIQEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGMCoAyDSqAMKNAoGBAIDAAIQEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJyqAyCsqgMKNAoGBAIDAAIREiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGPOrAyCDrAMKNAoGBAIDAAIREiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGJSuAyCkrgMKNAoGBAIDAAIREiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKuwAyC9sAMKNAoGBAIDAAIREiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIeyAyCXsgMKMgoEBAICABIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxiBtAMgjrQDCjIKBAQCAgASImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8YnLcDIKm3AwoyCgQEAgIAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGKi5AyC3uQMKMgoEBAICABIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxjpugMg9roDCjAKAgcAEiJhbGlzL29wZW4vb3B0aW9ucy92MS9vcHRpb25zLnByb3RvGIa9AyCKvQMKMAoCBwESImFsaXMvb3Blbi9vcHRpb25zL3YxL29wdGlvbnMucHJvdG8Ym8UDIKLFAwowCgIHAhIiYWxpcy9vcGVuL29wdGlvbnMvdjEvb3B0aW9ucy5wcm90bxjKzQMgz80D