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