@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,1662 @@
1
+ // source: alis/open/validation/v1/test.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global = globalThis;
17
+
18
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
19
+ goog.object.extend(proto, google_protobuf_empty_pb);
20
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
21
+ goog.object.extend(proto, google_protobuf_field_mask_pb);
22
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
23
+ goog.object.extend(proto, google_protobuf_timestamp_pb);
24
+ var google_type_date_pb = require('../../../../google/type/date_pb.js');
25
+ goog.object.extend(proto, google_type_date_pb);
26
+ goog.exportSymbol('proto.alis.open.validation.v1.Book', null, global);
27
+ goog.exportSymbol('proto.alis.open.validation.v1.CreateBookRequest', null, global);
28
+ goog.exportSymbol('proto.alis.open.validation.v1.DeleteBookRequest', null, global);
29
+ goog.exportSymbol('proto.alis.open.validation.v1.GetBookRequest', null, global);
30
+ goog.exportSymbol('proto.alis.open.validation.v1.ListBooksRequest', null, global);
31
+ goog.exportSymbol('proto.alis.open.validation.v1.ListBooksResponse', null, global);
32
+ goog.exportSymbol('proto.alis.open.validation.v1.Type', null, global);
33
+ goog.exportSymbol('proto.alis.open.validation.v1.UpdateBookRequest', null, global);
34
+ /**
35
+ * Generated by JsPbCodeGenerator.
36
+ * @param {Array=} opt_data Optional initial data array, typically from a
37
+ * server response, or constructed directly in Javascript. The array is used
38
+ * in place and becomes part of the constructed object. It is not cloned.
39
+ * If no data is provided, the constructed object will be empty, but still
40
+ * valid.
41
+ * @extends {jspb.Message}
42
+ * @constructor
43
+ */
44
+ proto.alis.open.validation.v1.Book = function(opt_data) {
45
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
46
+ };
47
+ goog.inherits(proto.alis.open.validation.v1.Book, jspb.Message);
48
+ if (goog.DEBUG && !COMPILED) {
49
+ /**
50
+ * @public
51
+ * @override
52
+ */
53
+ proto.alis.open.validation.v1.Book.displayName = 'proto.alis.open.validation.v1.Book';
54
+ }
55
+ /**
56
+ * Generated by JsPbCodeGenerator.
57
+ * @param {Array=} opt_data Optional initial data array, typically from a
58
+ * server response, or constructed directly in Javascript. The array is used
59
+ * in place and becomes part of the constructed object. It is not cloned.
60
+ * If no data is provided, the constructed object will be empty, but still
61
+ * valid.
62
+ * @extends {jspb.Message}
63
+ * @constructor
64
+ */
65
+ proto.alis.open.validation.v1.GetBookRequest = function(opt_data) {
66
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
67
+ };
68
+ goog.inherits(proto.alis.open.validation.v1.GetBookRequest, jspb.Message);
69
+ if (goog.DEBUG && !COMPILED) {
70
+ /**
71
+ * @public
72
+ * @override
73
+ */
74
+ proto.alis.open.validation.v1.GetBookRequest.displayName = 'proto.alis.open.validation.v1.GetBookRequest';
75
+ }
76
+ /**
77
+ * Generated by JsPbCodeGenerator.
78
+ * @param {Array=} opt_data Optional initial data array, typically from a
79
+ * server response, or constructed directly in Javascript. The array is used
80
+ * in place and becomes part of the constructed object. It is not cloned.
81
+ * If no data is provided, the constructed object will be empty, but still
82
+ * valid.
83
+ * @extends {jspb.Message}
84
+ * @constructor
85
+ */
86
+ proto.alis.open.validation.v1.CreateBookRequest = function(opt_data) {
87
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
88
+ };
89
+ goog.inherits(proto.alis.open.validation.v1.CreateBookRequest, jspb.Message);
90
+ if (goog.DEBUG && !COMPILED) {
91
+ /**
92
+ * @public
93
+ * @override
94
+ */
95
+ proto.alis.open.validation.v1.CreateBookRequest.displayName = 'proto.alis.open.validation.v1.CreateBookRequest';
96
+ }
97
+ /**
98
+ * Generated by JsPbCodeGenerator.
99
+ * @param {Array=} opt_data Optional initial data array, typically from a
100
+ * server response, or constructed directly in Javascript. The array is used
101
+ * in place and becomes part of the constructed object. It is not cloned.
102
+ * If no data is provided, the constructed object will be empty, but still
103
+ * valid.
104
+ * @extends {jspb.Message}
105
+ * @constructor
106
+ */
107
+ proto.alis.open.validation.v1.UpdateBookRequest = function(opt_data) {
108
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
109
+ };
110
+ goog.inherits(proto.alis.open.validation.v1.UpdateBookRequest, jspb.Message);
111
+ if (goog.DEBUG && !COMPILED) {
112
+ /**
113
+ * @public
114
+ * @override
115
+ */
116
+ proto.alis.open.validation.v1.UpdateBookRequest.displayName = 'proto.alis.open.validation.v1.UpdateBookRequest';
117
+ }
118
+ /**
119
+ * Generated by JsPbCodeGenerator.
120
+ * @param {Array=} opt_data Optional initial data array, typically from a
121
+ * server response, or constructed directly in Javascript. The array is used
122
+ * in place and becomes part of the constructed object. It is not cloned.
123
+ * If no data is provided, the constructed object will be empty, but still
124
+ * valid.
125
+ * @extends {jspb.Message}
126
+ * @constructor
127
+ */
128
+ proto.alis.open.validation.v1.DeleteBookRequest = function(opt_data) {
129
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
130
+ };
131
+ goog.inherits(proto.alis.open.validation.v1.DeleteBookRequest, jspb.Message);
132
+ if (goog.DEBUG && !COMPILED) {
133
+ /**
134
+ * @public
135
+ * @override
136
+ */
137
+ proto.alis.open.validation.v1.DeleteBookRequest.displayName = 'proto.alis.open.validation.v1.DeleteBookRequest';
138
+ }
139
+ /**
140
+ * Generated by JsPbCodeGenerator.
141
+ * @param {Array=} opt_data Optional initial data array, typically from a
142
+ * server response, or constructed directly in Javascript. The array is used
143
+ * in place and becomes part of the constructed object. It is not cloned.
144
+ * If no data is provided, the constructed object will be empty, but still
145
+ * valid.
146
+ * @extends {jspb.Message}
147
+ * @constructor
148
+ */
149
+ proto.alis.open.validation.v1.ListBooksRequest = function(opt_data) {
150
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
151
+ };
152
+ goog.inherits(proto.alis.open.validation.v1.ListBooksRequest, jspb.Message);
153
+ if (goog.DEBUG && !COMPILED) {
154
+ /**
155
+ * @public
156
+ * @override
157
+ */
158
+ proto.alis.open.validation.v1.ListBooksRequest.displayName = 'proto.alis.open.validation.v1.ListBooksRequest';
159
+ }
160
+ /**
161
+ * Generated by JsPbCodeGenerator.
162
+ * @param {Array=} opt_data Optional initial data array, typically from a
163
+ * server response, or constructed directly in Javascript. The array is used
164
+ * in place and becomes part of the constructed object. It is not cloned.
165
+ * If no data is provided, the constructed object will be empty, but still
166
+ * valid.
167
+ * @extends {jspb.Message}
168
+ * @constructor
169
+ */
170
+ proto.alis.open.validation.v1.ListBooksResponse = function(opt_data) {
171
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.open.validation.v1.ListBooksResponse.repeatedFields_, null);
172
+ };
173
+ goog.inherits(proto.alis.open.validation.v1.ListBooksResponse, jspb.Message);
174
+ if (goog.DEBUG && !COMPILED) {
175
+ /**
176
+ * @public
177
+ * @override
178
+ */
179
+ proto.alis.open.validation.v1.ListBooksResponse.displayName = 'proto.alis.open.validation.v1.ListBooksResponse';
180
+ }
181
+
182
+
183
+
184
+ if (jspb.Message.GENERATE_TO_OBJECT) {
185
+ /**
186
+ * Creates an object representation of this proto.
187
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
188
+ * Optional fields that are not set will be set to undefined.
189
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
190
+ * For the list of reserved names please see:
191
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
192
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
193
+ * JSPB instance for transitional soy proto support:
194
+ * http://goto/soy-param-migration
195
+ * @return {!Object}
196
+ */
197
+ proto.alis.open.validation.v1.Book.prototype.toObject = function(opt_includeInstance) {
198
+ return proto.alis.open.validation.v1.Book.toObject(opt_includeInstance, this);
199
+ };
200
+
201
+
202
+ /**
203
+ * Static version of the {@see toObject} method.
204
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
205
+ * the JSPB instance for transitional soy proto support:
206
+ * http://goto/soy-param-migration
207
+ * @param {!proto.alis.open.validation.v1.Book} msg The msg instance to transform.
208
+ * @return {!Object}
209
+ * @suppress {unusedLocalVariables} f is only used for nested messages
210
+ */
211
+ proto.alis.open.validation.v1.Book.toObject = function(includeInstance, msg) {
212
+ var f, obj = {
213
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
214
+ displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
215
+ author: jspb.Message.getFieldWithDefault(msg, 3, ""),
216
+ publicationDate: (f = msg.getPublicationDate()) && google_type_date_pb.Date.toObject(includeInstance, f),
217
+ updateTime: (f = msg.getUpdateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
218
+ pageCount: jspb.Message.getFieldWithDefault(msg, 6, 0),
219
+ type: jspb.Message.getFieldWithDefault(msg, 7, 0)
220
+ };
221
+
222
+ if (includeInstance) {
223
+ obj.$jspbMessageInstance = msg;
224
+ }
225
+ return obj;
226
+ };
227
+ }
228
+
229
+
230
+ /**
231
+ * Deserializes binary data (in protobuf wire format).
232
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
233
+ * @return {!proto.alis.open.validation.v1.Book}
234
+ */
235
+ proto.alis.open.validation.v1.Book.deserializeBinary = function(bytes) {
236
+ var reader = new jspb.BinaryReader(bytes);
237
+ var msg = new proto.alis.open.validation.v1.Book;
238
+ return proto.alis.open.validation.v1.Book.deserializeBinaryFromReader(msg, reader);
239
+ };
240
+
241
+
242
+ /**
243
+ * Deserializes binary data (in protobuf wire format) from the
244
+ * given reader into the given message object.
245
+ * @param {!proto.alis.open.validation.v1.Book} msg The message object to deserialize into.
246
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
247
+ * @return {!proto.alis.open.validation.v1.Book}
248
+ */
249
+ proto.alis.open.validation.v1.Book.deserializeBinaryFromReader = function(msg, reader) {
250
+ while (reader.nextField()) {
251
+ if (reader.isEndGroup()) {
252
+ break;
253
+ }
254
+ var field = reader.getFieldNumber();
255
+ switch (field) {
256
+ case 1:
257
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
258
+ msg.setName(value);
259
+ break;
260
+ case 2:
261
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
262
+ msg.setDisplayName(value);
263
+ break;
264
+ case 3:
265
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
266
+ msg.setAuthor(value);
267
+ break;
268
+ case 4:
269
+ var value = new google_type_date_pb.Date;
270
+ reader.readMessage(value,google_type_date_pb.Date.deserializeBinaryFromReader);
271
+ msg.setPublicationDate(value);
272
+ break;
273
+ case 5:
274
+ var value = new google_protobuf_timestamp_pb.Timestamp;
275
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
276
+ msg.setUpdateTime(value);
277
+ break;
278
+ case 6:
279
+ var value = /** @type {number} */ (reader.readInt32());
280
+ msg.setPageCount(value);
281
+ break;
282
+ case 7:
283
+ var value = /** @type {!proto.alis.open.validation.v1.Type} */ (reader.readEnum());
284
+ msg.setType(value);
285
+ break;
286
+ default:
287
+ reader.skipField();
288
+ break;
289
+ }
290
+ }
291
+ return msg;
292
+ };
293
+
294
+
295
+ /**
296
+ * Serializes the message to binary data (in protobuf wire format).
297
+ * @return {!Uint8Array}
298
+ */
299
+ proto.alis.open.validation.v1.Book.prototype.serializeBinary = function() {
300
+ var writer = new jspb.BinaryWriter();
301
+ proto.alis.open.validation.v1.Book.serializeBinaryToWriter(this, writer);
302
+ return writer.getResultBuffer();
303
+ };
304
+
305
+
306
+ /**
307
+ * Serializes the given message to binary data (in protobuf wire
308
+ * format), writing to the given BinaryWriter.
309
+ * @param {!proto.alis.open.validation.v1.Book} message
310
+ * @param {!jspb.BinaryWriter} writer
311
+ * @suppress {unusedLocalVariables} f is only used for nested messages
312
+ */
313
+ proto.alis.open.validation.v1.Book.serializeBinaryToWriter = function(message, writer) {
314
+ var f = undefined;
315
+ f = message.getName();
316
+ if (f.length > 0) {
317
+ writer.writeString(
318
+ 1,
319
+ f
320
+ );
321
+ }
322
+ f = message.getDisplayName();
323
+ if (f.length > 0) {
324
+ writer.writeString(
325
+ 2,
326
+ f
327
+ );
328
+ }
329
+ f = message.getAuthor();
330
+ if (f.length > 0) {
331
+ writer.writeString(
332
+ 3,
333
+ f
334
+ );
335
+ }
336
+ f = message.getPublicationDate();
337
+ if (f != null) {
338
+ writer.writeMessage(
339
+ 4,
340
+ f,
341
+ google_type_date_pb.Date.serializeBinaryToWriter
342
+ );
343
+ }
344
+ f = message.getUpdateTime();
345
+ if (f != null) {
346
+ writer.writeMessage(
347
+ 5,
348
+ f,
349
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
350
+ );
351
+ }
352
+ f = message.getPageCount();
353
+ if (f !== 0) {
354
+ writer.writeInt32(
355
+ 6,
356
+ f
357
+ );
358
+ }
359
+ f = message.getType();
360
+ if (f !== 0.0) {
361
+ writer.writeEnum(
362
+ 7,
363
+ f
364
+ );
365
+ }
366
+ };
367
+
368
+
369
+ /**
370
+ * optional string name = 1;
371
+ * @return {string}
372
+ */
373
+ proto.alis.open.validation.v1.Book.prototype.getName = function() {
374
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
375
+ };
376
+
377
+
378
+ /**
379
+ * @param {string} value
380
+ * @return {!proto.alis.open.validation.v1.Book} returns this
381
+ */
382
+ proto.alis.open.validation.v1.Book.prototype.setName = function(value) {
383
+ return jspb.Message.setProto3StringField(this, 1, value);
384
+ };
385
+
386
+
387
+ /**
388
+ * optional string display_name = 2;
389
+ * @return {string}
390
+ */
391
+ proto.alis.open.validation.v1.Book.prototype.getDisplayName = function() {
392
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
393
+ };
394
+
395
+
396
+ /**
397
+ * @param {string} value
398
+ * @return {!proto.alis.open.validation.v1.Book} returns this
399
+ */
400
+ proto.alis.open.validation.v1.Book.prototype.setDisplayName = function(value) {
401
+ return jspb.Message.setProto3StringField(this, 2, value);
402
+ };
403
+
404
+
405
+ /**
406
+ * optional string author = 3;
407
+ * @return {string}
408
+ */
409
+ proto.alis.open.validation.v1.Book.prototype.getAuthor = function() {
410
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
411
+ };
412
+
413
+
414
+ /**
415
+ * @param {string} value
416
+ * @return {!proto.alis.open.validation.v1.Book} returns this
417
+ */
418
+ proto.alis.open.validation.v1.Book.prototype.setAuthor = function(value) {
419
+ return jspb.Message.setProto3StringField(this, 3, value);
420
+ };
421
+
422
+
423
+ /**
424
+ * optional google.type.Date publication_date = 4;
425
+ * @return {?proto.google.type.Date}
426
+ */
427
+ proto.alis.open.validation.v1.Book.prototype.getPublicationDate = function() {
428
+ return /** @type{?proto.google.type.Date} */ (
429
+ jspb.Message.getWrapperField(this, google_type_date_pb.Date, 4));
430
+ };
431
+
432
+
433
+ /**
434
+ * @param {?proto.google.type.Date|undefined} value
435
+ * @return {!proto.alis.open.validation.v1.Book} returns this
436
+ */
437
+ proto.alis.open.validation.v1.Book.prototype.setPublicationDate = function(value) {
438
+ return jspb.Message.setWrapperField(this, 4, value);
439
+ };
440
+
441
+
442
+ /**
443
+ * Clears the message field making it undefined.
444
+ * @return {!proto.alis.open.validation.v1.Book} returns this
445
+ */
446
+ proto.alis.open.validation.v1.Book.prototype.clearPublicationDate = function() {
447
+ return this.setPublicationDate(undefined);
448
+ };
449
+
450
+
451
+ /**
452
+ * Returns whether this field is set.
453
+ * @return {boolean}
454
+ */
455
+ proto.alis.open.validation.v1.Book.prototype.hasPublicationDate = function() {
456
+ return jspb.Message.getField(this, 4) != null;
457
+ };
458
+
459
+
460
+ /**
461
+ * optional google.protobuf.Timestamp update_time = 5;
462
+ * @return {?proto.google.protobuf.Timestamp}
463
+ */
464
+ proto.alis.open.validation.v1.Book.prototype.getUpdateTime = function() {
465
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
466
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 5));
467
+ };
468
+
469
+
470
+ /**
471
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
472
+ * @return {!proto.alis.open.validation.v1.Book} returns this
473
+ */
474
+ proto.alis.open.validation.v1.Book.prototype.setUpdateTime = function(value) {
475
+ return jspb.Message.setWrapperField(this, 5, value);
476
+ };
477
+
478
+
479
+ /**
480
+ * Clears the message field making it undefined.
481
+ * @return {!proto.alis.open.validation.v1.Book} returns this
482
+ */
483
+ proto.alis.open.validation.v1.Book.prototype.clearUpdateTime = function() {
484
+ return this.setUpdateTime(undefined);
485
+ };
486
+
487
+
488
+ /**
489
+ * Returns whether this field is set.
490
+ * @return {boolean}
491
+ */
492
+ proto.alis.open.validation.v1.Book.prototype.hasUpdateTime = function() {
493
+ return jspb.Message.getField(this, 5) != null;
494
+ };
495
+
496
+
497
+ /**
498
+ * optional int32 page_count = 6;
499
+ * @return {number}
500
+ */
501
+ proto.alis.open.validation.v1.Book.prototype.getPageCount = function() {
502
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
503
+ };
504
+
505
+
506
+ /**
507
+ * @param {number} value
508
+ * @return {!proto.alis.open.validation.v1.Book} returns this
509
+ */
510
+ proto.alis.open.validation.v1.Book.prototype.setPageCount = function(value) {
511
+ return jspb.Message.setProto3IntField(this, 6, value);
512
+ };
513
+
514
+
515
+ /**
516
+ * optional Type type = 7;
517
+ * @return {!proto.alis.open.validation.v1.Type}
518
+ */
519
+ proto.alis.open.validation.v1.Book.prototype.getType = function() {
520
+ return /** @type {!proto.alis.open.validation.v1.Type} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
521
+ };
522
+
523
+
524
+ /**
525
+ * @param {!proto.alis.open.validation.v1.Type} value
526
+ * @return {!proto.alis.open.validation.v1.Book} returns this
527
+ */
528
+ proto.alis.open.validation.v1.Book.prototype.setType = function(value) {
529
+ return jspb.Message.setProto3EnumField(this, 7, value);
530
+ };
531
+
532
+
533
+
534
+
535
+
536
+ if (jspb.Message.GENERATE_TO_OBJECT) {
537
+ /**
538
+ * Creates an object representation of this proto.
539
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
540
+ * Optional fields that are not set will be set to undefined.
541
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
542
+ * For the list of reserved names please see:
543
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
544
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
545
+ * JSPB instance for transitional soy proto support:
546
+ * http://goto/soy-param-migration
547
+ * @return {!Object}
548
+ */
549
+ proto.alis.open.validation.v1.GetBookRequest.prototype.toObject = function(opt_includeInstance) {
550
+ return proto.alis.open.validation.v1.GetBookRequest.toObject(opt_includeInstance, this);
551
+ };
552
+
553
+
554
+ /**
555
+ * Static version of the {@see toObject} method.
556
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
557
+ * the JSPB instance for transitional soy proto support:
558
+ * http://goto/soy-param-migration
559
+ * @param {!proto.alis.open.validation.v1.GetBookRequest} msg The msg instance to transform.
560
+ * @return {!Object}
561
+ * @suppress {unusedLocalVariables} f is only used for nested messages
562
+ */
563
+ proto.alis.open.validation.v1.GetBookRequest.toObject = function(includeInstance, msg) {
564
+ var f, obj = {
565
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
566
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
567
+ };
568
+
569
+ if (includeInstance) {
570
+ obj.$jspbMessageInstance = msg;
571
+ }
572
+ return obj;
573
+ };
574
+ }
575
+
576
+
577
+ /**
578
+ * Deserializes binary data (in protobuf wire format).
579
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
580
+ * @return {!proto.alis.open.validation.v1.GetBookRequest}
581
+ */
582
+ proto.alis.open.validation.v1.GetBookRequest.deserializeBinary = function(bytes) {
583
+ var reader = new jspb.BinaryReader(bytes);
584
+ var msg = new proto.alis.open.validation.v1.GetBookRequest;
585
+ return proto.alis.open.validation.v1.GetBookRequest.deserializeBinaryFromReader(msg, reader);
586
+ };
587
+
588
+
589
+ /**
590
+ * Deserializes binary data (in protobuf wire format) from the
591
+ * given reader into the given message object.
592
+ * @param {!proto.alis.open.validation.v1.GetBookRequest} msg The message object to deserialize into.
593
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
594
+ * @return {!proto.alis.open.validation.v1.GetBookRequest}
595
+ */
596
+ proto.alis.open.validation.v1.GetBookRequest.deserializeBinaryFromReader = function(msg, reader) {
597
+ while (reader.nextField()) {
598
+ if (reader.isEndGroup()) {
599
+ break;
600
+ }
601
+ var field = reader.getFieldNumber();
602
+ switch (field) {
603
+ case 1:
604
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
605
+ msg.setName(value);
606
+ break;
607
+ case 2:
608
+ var value = new google_protobuf_field_mask_pb.FieldMask;
609
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
610
+ msg.setReadMask(value);
611
+ break;
612
+ default:
613
+ reader.skipField();
614
+ break;
615
+ }
616
+ }
617
+ return msg;
618
+ };
619
+
620
+
621
+ /**
622
+ * Serializes the message to binary data (in protobuf wire format).
623
+ * @return {!Uint8Array}
624
+ */
625
+ proto.alis.open.validation.v1.GetBookRequest.prototype.serializeBinary = function() {
626
+ var writer = new jspb.BinaryWriter();
627
+ proto.alis.open.validation.v1.GetBookRequest.serializeBinaryToWriter(this, writer);
628
+ return writer.getResultBuffer();
629
+ };
630
+
631
+
632
+ /**
633
+ * Serializes the given message to binary data (in protobuf wire
634
+ * format), writing to the given BinaryWriter.
635
+ * @param {!proto.alis.open.validation.v1.GetBookRequest} message
636
+ * @param {!jspb.BinaryWriter} writer
637
+ * @suppress {unusedLocalVariables} f is only used for nested messages
638
+ */
639
+ proto.alis.open.validation.v1.GetBookRequest.serializeBinaryToWriter = function(message, writer) {
640
+ var f = undefined;
641
+ f = message.getName();
642
+ if (f.length > 0) {
643
+ writer.writeString(
644
+ 1,
645
+ f
646
+ );
647
+ }
648
+ f = message.getReadMask();
649
+ if (f != null) {
650
+ writer.writeMessage(
651
+ 2,
652
+ f,
653
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
654
+ );
655
+ }
656
+ };
657
+
658
+
659
+ /**
660
+ * optional string name = 1;
661
+ * @return {string}
662
+ */
663
+ proto.alis.open.validation.v1.GetBookRequest.prototype.getName = function() {
664
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
665
+ };
666
+
667
+
668
+ /**
669
+ * @param {string} value
670
+ * @return {!proto.alis.open.validation.v1.GetBookRequest} returns this
671
+ */
672
+ proto.alis.open.validation.v1.GetBookRequest.prototype.setName = function(value) {
673
+ return jspb.Message.setProto3StringField(this, 1, value);
674
+ };
675
+
676
+
677
+ /**
678
+ * optional google.protobuf.FieldMask read_mask = 2;
679
+ * @return {?proto.google.protobuf.FieldMask}
680
+ */
681
+ proto.alis.open.validation.v1.GetBookRequest.prototype.getReadMask = function() {
682
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
683
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 2));
684
+ };
685
+
686
+
687
+ /**
688
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
689
+ * @return {!proto.alis.open.validation.v1.GetBookRequest} returns this
690
+ */
691
+ proto.alis.open.validation.v1.GetBookRequest.prototype.setReadMask = function(value) {
692
+ return jspb.Message.setWrapperField(this, 2, value);
693
+ };
694
+
695
+
696
+ /**
697
+ * Clears the message field making it undefined.
698
+ * @return {!proto.alis.open.validation.v1.GetBookRequest} returns this
699
+ */
700
+ proto.alis.open.validation.v1.GetBookRequest.prototype.clearReadMask = function() {
701
+ return this.setReadMask(undefined);
702
+ };
703
+
704
+
705
+ /**
706
+ * Returns whether this field is set.
707
+ * @return {boolean}
708
+ */
709
+ proto.alis.open.validation.v1.GetBookRequest.prototype.hasReadMask = function() {
710
+ return jspb.Message.getField(this, 2) != null;
711
+ };
712
+
713
+
714
+
715
+
716
+
717
+ if (jspb.Message.GENERATE_TO_OBJECT) {
718
+ /**
719
+ * Creates an object representation of this proto.
720
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
721
+ * Optional fields that are not set will be set to undefined.
722
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
723
+ * For the list of reserved names please see:
724
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
725
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
726
+ * JSPB instance for transitional soy proto support:
727
+ * http://goto/soy-param-migration
728
+ * @return {!Object}
729
+ */
730
+ proto.alis.open.validation.v1.CreateBookRequest.prototype.toObject = function(opt_includeInstance) {
731
+ return proto.alis.open.validation.v1.CreateBookRequest.toObject(opt_includeInstance, this);
732
+ };
733
+
734
+
735
+ /**
736
+ * Static version of the {@see toObject} method.
737
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
738
+ * the JSPB instance for transitional soy proto support:
739
+ * http://goto/soy-param-migration
740
+ * @param {!proto.alis.open.validation.v1.CreateBookRequest} msg The msg instance to transform.
741
+ * @return {!Object}
742
+ * @suppress {unusedLocalVariables} f is only used for nested messages
743
+ */
744
+ proto.alis.open.validation.v1.CreateBookRequest.toObject = function(includeInstance, msg) {
745
+ var f, obj = {
746
+ book: (f = msg.getBook()) && proto.alis.open.validation.v1.Book.toObject(includeInstance, f)
747
+ };
748
+
749
+ if (includeInstance) {
750
+ obj.$jspbMessageInstance = msg;
751
+ }
752
+ return obj;
753
+ };
754
+ }
755
+
756
+
757
+ /**
758
+ * Deserializes binary data (in protobuf wire format).
759
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
760
+ * @return {!proto.alis.open.validation.v1.CreateBookRequest}
761
+ */
762
+ proto.alis.open.validation.v1.CreateBookRequest.deserializeBinary = function(bytes) {
763
+ var reader = new jspb.BinaryReader(bytes);
764
+ var msg = new proto.alis.open.validation.v1.CreateBookRequest;
765
+ return proto.alis.open.validation.v1.CreateBookRequest.deserializeBinaryFromReader(msg, reader);
766
+ };
767
+
768
+
769
+ /**
770
+ * Deserializes binary data (in protobuf wire format) from the
771
+ * given reader into the given message object.
772
+ * @param {!proto.alis.open.validation.v1.CreateBookRequest} msg The message object to deserialize into.
773
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
774
+ * @return {!proto.alis.open.validation.v1.CreateBookRequest}
775
+ */
776
+ proto.alis.open.validation.v1.CreateBookRequest.deserializeBinaryFromReader = function(msg, reader) {
777
+ while (reader.nextField()) {
778
+ if (reader.isEndGroup()) {
779
+ break;
780
+ }
781
+ var field = reader.getFieldNumber();
782
+ switch (field) {
783
+ case 2:
784
+ var value = new proto.alis.open.validation.v1.Book;
785
+ reader.readMessage(value,proto.alis.open.validation.v1.Book.deserializeBinaryFromReader);
786
+ msg.setBook(value);
787
+ break;
788
+ default:
789
+ reader.skipField();
790
+ break;
791
+ }
792
+ }
793
+ return msg;
794
+ };
795
+
796
+
797
+ /**
798
+ * Serializes the message to binary data (in protobuf wire format).
799
+ * @return {!Uint8Array}
800
+ */
801
+ proto.alis.open.validation.v1.CreateBookRequest.prototype.serializeBinary = function() {
802
+ var writer = new jspb.BinaryWriter();
803
+ proto.alis.open.validation.v1.CreateBookRequest.serializeBinaryToWriter(this, writer);
804
+ return writer.getResultBuffer();
805
+ };
806
+
807
+
808
+ /**
809
+ * Serializes the given message to binary data (in protobuf wire
810
+ * format), writing to the given BinaryWriter.
811
+ * @param {!proto.alis.open.validation.v1.CreateBookRequest} message
812
+ * @param {!jspb.BinaryWriter} writer
813
+ * @suppress {unusedLocalVariables} f is only used for nested messages
814
+ */
815
+ proto.alis.open.validation.v1.CreateBookRequest.serializeBinaryToWriter = function(message, writer) {
816
+ var f = undefined;
817
+ f = message.getBook();
818
+ if (f != null) {
819
+ writer.writeMessage(
820
+ 2,
821
+ f,
822
+ proto.alis.open.validation.v1.Book.serializeBinaryToWriter
823
+ );
824
+ }
825
+ };
826
+
827
+
828
+ /**
829
+ * optional Book book = 2;
830
+ * @return {?proto.alis.open.validation.v1.Book}
831
+ */
832
+ proto.alis.open.validation.v1.CreateBookRequest.prototype.getBook = function() {
833
+ return /** @type{?proto.alis.open.validation.v1.Book} */ (
834
+ jspb.Message.getWrapperField(this, proto.alis.open.validation.v1.Book, 2));
835
+ };
836
+
837
+
838
+ /**
839
+ * @param {?proto.alis.open.validation.v1.Book|undefined} value
840
+ * @return {!proto.alis.open.validation.v1.CreateBookRequest} returns this
841
+ */
842
+ proto.alis.open.validation.v1.CreateBookRequest.prototype.setBook = function(value) {
843
+ return jspb.Message.setWrapperField(this, 2, value);
844
+ };
845
+
846
+
847
+ /**
848
+ * Clears the message field making it undefined.
849
+ * @return {!proto.alis.open.validation.v1.CreateBookRequest} returns this
850
+ */
851
+ proto.alis.open.validation.v1.CreateBookRequest.prototype.clearBook = function() {
852
+ return this.setBook(undefined);
853
+ };
854
+
855
+
856
+ /**
857
+ * Returns whether this field is set.
858
+ * @return {boolean}
859
+ */
860
+ proto.alis.open.validation.v1.CreateBookRequest.prototype.hasBook = function() {
861
+ return jspb.Message.getField(this, 2) != null;
862
+ };
863
+
864
+
865
+
866
+
867
+
868
+ if (jspb.Message.GENERATE_TO_OBJECT) {
869
+ /**
870
+ * Creates an object representation of this proto.
871
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
872
+ * Optional fields that are not set will be set to undefined.
873
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
874
+ * For the list of reserved names please see:
875
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
876
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
877
+ * JSPB instance for transitional soy proto support:
878
+ * http://goto/soy-param-migration
879
+ * @return {!Object}
880
+ */
881
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.toObject = function(opt_includeInstance) {
882
+ return proto.alis.open.validation.v1.UpdateBookRequest.toObject(opt_includeInstance, this);
883
+ };
884
+
885
+
886
+ /**
887
+ * Static version of the {@see toObject} method.
888
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
889
+ * the JSPB instance for transitional soy proto support:
890
+ * http://goto/soy-param-migration
891
+ * @param {!proto.alis.open.validation.v1.UpdateBookRequest} msg The msg instance to transform.
892
+ * @return {!Object}
893
+ * @suppress {unusedLocalVariables} f is only used for nested messages
894
+ */
895
+ proto.alis.open.validation.v1.UpdateBookRequest.toObject = function(includeInstance, msg) {
896
+ var f, obj = {
897
+ book: (f = msg.getBook()) && proto.alis.open.validation.v1.Book.toObject(includeInstance, f),
898
+ updateMask: (f = msg.getUpdateMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
899
+ };
900
+
901
+ if (includeInstance) {
902
+ obj.$jspbMessageInstance = msg;
903
+ }
904
+ return obj;
905
+ };
906
+ }
907
+
908
+
909
+ /**
910
+ * Deserializes binary data (in protobuf wire format).
911
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
912
+ * @return {!proto.alis.open.validation.v1.UpdateBookRequest}
913
+ */
914
+ proto.alis.open.validation.v1.UpdateBookRequest.deserializeBinary = function(bytes) {
915
+ var reader = new jspb.BinaryReader(bytes);
916
+ var msg = new proto.alis.open.validation.v1.UpdateBookRequest;
917
+ return proto.alis.open.validation.v1.UpdateBookRequest.deserializeBinaryFromReader(msg, reader);
918
+ };
919
+
920
+
921
+ /**
922
+ * Deserializes binary data (in protobuf wire format) from the
923
+ * given reader into the given message object.
924
+ * @param {!proto.alis.open.validation.v1.UpdateBookRequest} msg The message object to deserialize into.
925
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
926
+ * @return {!proto.alis.open.validation.v1.UpdateBookRequest}
927
+ */
928
+ proto.alis.open.validation.v1.UpdateBookRequest.deserializeBinaryFromReader = function(msg, reader) {
929
+ while (reader.nextField()) {
930
+ if (reader.isEndGroup()) {
931
+ break;
932
+ }
933
+ var field = reader.getFieldNumber();
934
+ switch (field) {
935
+ case 1:
936
+ var value = new proto.alis.open.validation.v1.Book;
937
+ reader.readMessage(value,proto.alis.open.validation.v1.Book.deserializeBinaryFromReader);
938
+ msg.setBook(value);
939
+ break;
940
+ case 2:
941
+ var value = new google_protobuf_field_mask_pb.FieldMask;
942
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
943
+ msg.setUpdateMask(value);
944
+ break;
945
+ default:
946
+ reader.skipField();
947
+ break;
948
+ }
949
+ }
950
+ return msg;
951
+ };
952
+
953
+
954
+ /**
955
+ * Serializes the message to binary data (in protobuf wire format).
956
+ * @return {!Uint8Array}
957
+ */
958
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.serializeBinary = function() {
959
+ var writer = new jspb.BinaryWriter();
960
+ proto.alis.open.validation.v1.UpdateBookRequest.serializeBinaryToWriter(this, writer);
961
+ return writer.getResultBuffer();
962
+ };
963
+
964
+
965
+ /**
966
+ * Serializes the given message to binary data (in protobuf wire
967
+ * format), writing to the given BinaryWriter.
968
+ * @param {!proto.alis.open.validation.v1.UpdateBookRequest} message
969
+ * @param {!jspb.BinaryWriter} writer
970
+ * @suppress {unusedLocalVariables} f is only used for nested messages
971
+ */
972
+ proto.alis.open.validation.v1.UpdateBookRequest.serializeBinaryToWriter = function(message, writer) {
973
+ var f = undefined;
974
+ f = message.getBook();
975
+ if (f != null) {
976
+ writer.writeMessage(
977
+ 1,
978
+ f,
979
+ proto.alis.open.validation.v1.Book.serializeBinaryToWriter
980
+ );
981
+ }
982
+ f = message.getUpdateMask();
983
+ if (f != null) {
984
+ writer.writeMessage(
985
+ 2,
986
+ f,
987
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
988
+ );
989
+ }
990
+ };
991
+
992
+
993
+ /**
994
+ * optional Book book = 1;
995
+ * @return {?proto.alis.open.validation.v1.Book}
996
+ */
997
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.getBook = function() {
998
+ return /** @type{?proto.alis.open.validation.v1.Book} */ (
999
+ jspb.Message.getWrapperField(this, proto.alis.open.validation.v1.Book, 1));
1000
+ };
1001
+
1002
+
1003
+ /**
1004
+ * @param {?proto.alis.open.validation.v1.Book|undefined} value
1005
+ * @return {!proto.alis.open.validation.v1.UpdateBookRequest} returns this
1006
+ */
1007
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.setBook = function(value) {
1008
+ return jspb.Message.setWrapperField(this, 1, value);
1009
+ };
1010
+
1011
+
1012
+ /**
1013
+ * Clears the message field making it undefined.
1014
+ * @return {!proto.alis.open.validation.v1.UpdateBookRequest} returns this
1015
+ */
1016
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.clearBook = function() {
1017
+ return this.setBook(undefined);
1018
+ };
1019
+
1020
+
1021
+ /**
1022
+ * Returns whether this field is set.
1023
+ * @return {boolean}
1024
+ */
1025
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.hasBook = function() {
1026
+ return jspb.Message.getField(this, 1) != null;
1027
+ };
1028
+
1029
+
1030
+ /**
1031
+ * optional google.protobuf.FieldMask update_mask = 2;
1032
+ * @return {?proto.google.protobuf.FieldMask}
1033
+ */
1034
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.getUpdateMask = function() {
1035
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
1036
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 2));
1037
+ };
1038
+
1039
+
1040
+ /**
1041
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
1042
+ * @return {!proto.alis.open.validation.v1.UpdateBookRequest} returns this
1043
+ */
1044
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.setUpdateMask = function(value) {
1045
+ return jspb.Message.setWrapperField(this, 2, value);
1046
+ };
1047
+
1048
+
1049
+ /**
1050
+ * Clears the message field making it undefined.
1051
+ * @return {!proto.alis.open.validation.v1.UpdateBookRequest} returns this
1052
+ */
1053
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.clearUpdateMask = function() {
1054
+ return this.setUpdateMask(undefined);
1055
+ };
1056
+
1057
+
1058
+ /**
1059
+ * Returns whether this field is set.
1060
+ * @return {boolean}
1061
+ */
1062
+ proto.alis.open.validation.v1.UpdateBookRequest.prototype.hasUpdateMask = function() {
1063
+ return jspb.Message.getField(this, 2) != null;
1064
+ };
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1071
+ /**
1072
+ * Creates an object representation of this proto.
1073
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1074
+ * Optional fields that are not set will be set to undefined.
1075
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1076
+ * For the list of reserved names please see:
1077
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1078
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1079
+ * JSPB instance for transitional soy proto support:
1080
+ * http://goto/soy-param-migration
1081
+ * @return {!Object}
1082
+ */
1083
+ proto.alis.open.validation.v1.DeleteBookRequest.prototype.toObject = function(opt_includeInstance) {
1084
+ return proto.alis.open.validation.v1.DeleteBookRequest.toObject(opt_includeInstance, this);
1085
+ };
1086
+
1087
+
1088
+ /**
1089
+ * Static version of the {@see toObject} method.
1090
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1091
+ * the JSPB instance for transitional soy proto support:
1092
+ * http://goto/soy-param-migration
1093
+ * @param {!proto.alis.open.validation.v1.DeleteBookRequest} msg The msg instance to transform.
1094
+ * @return {!Object}
1095
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1096
+ */
1097
+ proto.alis.open.validation.v1.DeleteBookRequest.toObject = function(includeInstance, msg) {
1098
+ var f, obj = {
1099
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
1100
+ };
1101
+
1102
+ if (includeInstance) {
1103
+ obj.$jspbMessageInstance = msg;
1104
+ }
1105
+ return obj;
1106
+ };
1107
+ }
1108
+
1109
+
1110
+ /**
1111
+ * Deserializes binary data (in protobuf wire format).
1112
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1113
+ * @return {!proto.alis.open.validation.v1.DeleteBookRequest}
1114
+ */
1115
+ proto.alis.open.validation.v1.DeleteBookRequest.deserializeBinary = function(bytes) {
1116
+ var reader = new jspb.BinaryReader(bytes);
1117
+ var msg = new proto.alis.open.validation.v1.DeleteBookRequest;
1118
+ return proto.alis.open.validation.v1.DeleteBookRequest.deserializeBinaryFromReader(msg, reader);
1119
+ };
1120
+
1121
+
1122
+ /**
1123
+ * Deserializes binary data (in protobuf wire format) from the
1124
+ * given reader into the given message object.
1125
+ * @param {!proto.alis.open.validation.v1.DeleteBookRequest} msg The message object to deserialize into.
1126
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1127
+ * @return {!proto.alis.open.validation.v1.DeleteBookRequest}
1128
+ */
1129
+ proto.alis.open.validation.v1.DeleteBookRequest.deserializeBinaryFromReader = function(msg, reader) {
1130
+ while (reader.nextField()) {
1131
+ if (reader.isEndGroup()) {
1132
+ break;
1133
+ }
1134
+ var field = reader.getFieldNumber();
1135
+ switch (field) {
1136
+ case 1:
1137
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1138
+ msg.setName(value);
1139
+ break;
1140
+ default:
1141
+ reader.skipField();
1142
+ break;
1143
+ }
1144
+ }
1145
+ return msg;
1146
+ };
1147
+
1148
+
1149
+ /**
1150
+ * Serializes the message to binary data (in protobuf wire format).
1151
+ * @return {!Uint8Array}
1152
+ */
1153
+ proto.alis.open.validation.v1.DeleteBookRequest.prototype.serializeBinary = function() {
1154
+ var writer = new jspb.BinaryWriter();
1155
+ proto.alis.open.validation.v1.DeleteBookRequest.serializeBinaryToWriter(this, writer);
1156
+ return writer.getResultBuffer();
1157
+ };
1158
+
1159
+
1160
+ /**
1161
+ * Serializes the given message to binary data (in protobuf wire
1162
+ * format), writing to the given BinaryWriter.
1163
+ * @param {!proto.alis.open.validation.v1.DeleteBookRequest} message
1164
+ * @param {!jspb.BinaryWriter} writer
1165
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1166
+ */
1167
+ proto.alis.open.validation.v1.DeleteBookRequest.serializeBinaryToWriter = function(message, writer) {
1168
+ var f = undefined;
1169
+ f = message.getName();
1170
+ if (f.length > 0) {
1171
+ writer.writeString(
1172
+ 1,
1173
+ f
1174
+ );
1175
+ }
1176
+ };
1177
+
1178
+
1179
+ /**
1180
+ * optional string name = 1;
1181
+ * @return {string}
1182
+ */
1183
+ proto.alis.open.validation.v1.DeleteBookRequest.prototype.getName = function() {
1184
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1185
+ };
1186
+
1187
+
1188
+ /**
1189
+ * @param {string} value
1190
+ * @return {!proto.alis.open.validation.v1.DeleteBookRequest} returns this
1191
+ */
1192
+ proto.alis.open.validation.v1.DeleteBookRequest.prototype.setName = function(value) {
1193
+ return jspb.Message.setProto3StringField(this, 1, value);
1194
+ };
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1201
+ /**
1202
+ * Creates an object representation of this proto.
1203
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1204
+ * Optional fields that are not set will be set to undefined.
1205
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1206
+ * For the list of reserved names please see:
1207
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1208
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1209
+ * JSPB instance for transitional soy proto support:
1210
+ * http://goto/soy-param-migration
1211
+ * @return {!Object}
1212
+ */
1213
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.toObject = function(opt_includeInstance) {
1214
+ return proto.alis.open.validation.v1.ListBooksRequest.toObject(opt_includeInstance, this);
1215
+ };
1216
+
1217
+
1218
+ /**
1219
+ * Static version of the {@see toObject} method.
1220
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1221
+ * the JSPB instance for transitional soy proto support:
1222
+ * http://goto/soy-param-migration
1223
+ * @param {!proto.alis.open.validation.v1.ListBooksRequest} msg The msg instance to transform.
1224
+ * @return {!Object}
1225
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1226
+ */
1227
+ proto.alis.open.validation.v1.ListBooksRequest.toObject = function(includeInstance, msg) {
1228
+ var f, obj = {
1229
+ pageSize: jspb.Message.getFieldWithDefault(msg, 2, 0),
1230
+ pageToken: jspb.Message.getFieldWithDefault(msg, 3, ""),
1231
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1232
+ };
1233
+
1234
+ if (includeInstance) {
1235
+ obj.$jspbMessageInstance = msg;
1236
+ }
1237
+ return obj;
1238
+ };
1239
+ }
1240
+
1241
+
1242
+ /**
1243
+ * Deserializes binary data (in protobuf wire format).
1244
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1245
+ * @return {!proto.alis.open.validation.v1.ListBooksRequest}
1246
+ */
1247
+ proto.alis.open.validation.v1.ListBooksRequest.deserializeBinary = function(bytes) {
1248
+ var reader = new jspb.BinaryReader(bytes);
1249
+ var msg = new proto.alis.open.validation.v1.ListBooksRequest;
1250
+ return proto.alis.open.validation.v1.ListBooksRequest.deserializeBinaryFromReader(msg, reader);
1251
+ };
1252
+
1253
+
1254
+ /**
1255
+ * Deserializes binary data (in protobuf wire format) from the
1256
+ * given reader into the given message object.
1257
+ * @param {!proto.alis.open.validation.v1.ListBooksRequest} msg The message object to deserialize into.
1258
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1259
+ * @return {!proto.alis.open.validation.v1.ListBooksRequest}
1260
+ */
1261
+ proto.alis.open.validation.v1.ListBooksRequest.deserializeBinaryFromReader = function(msg, reader) {
1262
+ while (reader.nextField()) {
1263
+ if (reader.isEndGroup()) {
1264
+ break;
1265
+ }
1266
+ var field = reader.getFieldNumber();
1267
+ switch (field) {
1268
+ case 2:
1269
+ var value = /** @type {number} */ (reader.readInt32());
1270
+ msg.setPageSize(value);
1271
+ break;
1272
+ case 3:
1273
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1274
+ msg.setPageToken(value);
1275
+ break;
1276
+ case 4:
1277
+ var value = new google_protobuf_field_mask_pb.FieldMask;
1278
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1279
+ msg.setReadMask(value);
1280
+ break;
1281
+ default:
1282
+ reader.skipField();
1283
+ break;
1284
+ }
1285
+ }
1286
+ return msg;
1287
+ };
1288
+
1289
+
1290
+ /**
1291
+ * Serializes the message to binary data (in protobuf wire format).
1292
+ * @return {!Uint8Array}
1293
+ */
1294
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.serializeBinary = function() {
1295
+ var writer = new jspb.BinaryWriter();
1296
+ proto.alis.open.validation.v1.ListBooksRequest.serializeBinaryToWriter(this, writer);
1297
+ return writer.getResultBuffer();
1298
+ };
1299
+
1300
+
1301
+ /**
1302
+ * Serializes the given message to binary data (in protobuf wire
1303
+ * format), writing to the given BinaryWriter.
1304
+ * @param {!proto.alis.open.validation.v1.ListBooksRequest} message
1305
+ * @param {!jspb.BinaryWriter} writer
1306
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1307
+ */
1308
+ proto.alis.open.validation.v1.ListBooksRequest.serializeBinaryToWriter = function(message, writer) {
1309
+ var f = undefined;
1310
+ f = message.getPageSize();
1311
+ if (f !== 0) {
1312
+ writer.writeInt32(
1313
+ 2,
1314
+ f
1315
+ );
1316
+ }
1317
+ f = message.getPageToken();
1318
+ if (f.length > 0) {
1319
+ writer.writeString(
1320
+ 3,
1321
+ f
1322
+ );
1323
+ }
1324
+ f = message.getReadMask();
1325
+ if (f != null) {
1326
+ writer.writeMessage(
1327
+ 4,
1328
+ f,
1329
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1330
+ );
1331
+ }
1332
+ };
1333
+
1334
+
1335
+ /**
1336
+ * optional int32 page_size = 2;
1337
+ * @return {number}
1338
+ */
1339
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.getPageSize = function() {
1340
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1341
+ };
1342
+
1343
+
1344
+ /**
1345
+ * @param {number} value
1346
+ * @return {!proto.alis.open.validation.v1.ListBooksRequest} returns this
1347
+ */
1348
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.setPageSize = function(value) {
1349
+ return jspb.Message.setProto3IntField(this, 2, value);
1350
+ };
1351
+
1352
+
1353
+ /**
1354
+ * optional string page_token = 3;
1355
+ * @return {string}
1356
+ */
1357
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.getPageToken = function() {
1358
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1359
+ };
1360
+
1361
+
1362
+ /**
1363
+ * @param {string} value
1364
+ * @return {!proto.alis.open.validation.v1.ListBooksRequest} returns this
1365
+ */
1366
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.setPageToken = function(value) {
1367
+ return jspb.Message.setProto3StringField(this, 3, value);
1368
+ };
1369
+
1370
+
1371
+ /**
1372
+ * optional google.protobuf.FieldMask read_mask = 4;
1373
+ * @return {?proto.google.protobuf.FieldMask}
1374
+ */
1375
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.getReadMask = function() {
1376
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
1377
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 4));
1378
+ };
1379
+
1380
+
1381
+ /**
1382
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
1383
+ * @return {!proto.alis.open.validation.v1.ListBooksRequest} returns this
1384
+ */
1385
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.setReadMask = function(value) {
1386
+ return jspb.Message.setWrapperField(this, 4, value);
1387
+ };
1388
+
1389
+
1390
+ /**
1391
+ * Clears the message field making it undefined.
1392
+ * @return {!proto.alis.open.validation.v1.ListBooksRequest} returns this
1393
+ */
1394
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.clearReadMask = function() {
1395
+ return this.setReadMask(undefined);
1396
+ };
1397
+
1398
+
1399
+ /**
1400
+ * Returns whether this field is set.
1401
+ * @return {boolean}
1402
+ */
1403
+ proto.alis.open.validation.v1.ListBooksRequest.prototype.hasReadMask = function() {
1404
+ return jspb.Message.getField(this, 4) != null;
1405
+ };
1406
+
1407
+
1408
+
1409
+ /**
1410
+ * List of repeated fields within this message type.
1411
+ * @private {!Array<number>}
1412
+ * @const
1413
+ */
1414
+ proto.alis.open.validation.v1.ListBooksResponse.repeatedFields_ = [1];
1415
+
1416
+
1417
+
1418
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1419
+ /**
1420
+ * Creates an object representation of this proto.
1421
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1422
+ * Optional fields that are not set will be set to undefined.
1423
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1424
+ * For the list of reserved names please see:
1425
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1426
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1427
+ * JSPB instance for transitional soy proto support:
1428
+ * http://goto/soy-param-migration
1429
+ * @return {!Object}
1430
+ */
1431
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.toObject = function(opt_includeInstance) {
1432
+ return proto.alis.open.validation.v1.ListBooksResponse.toObject(opt_includeInstance, this);
1433
+ };
1434
+
1435
+
1436
+ /**
1437
+ * Static version of the {@see toObject} method.
1438
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1439
+ * the JSPB instance for transitional soy proto support:
1440
+ * http://goto/soy-param-migration
1441
+ * @param {!proto.alis.open.validation.v1.ListBooksResponse} msg The msg instance to transform.
1442
+ * @return {!Object}
1443
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1444
+ */
1445
+ proto.alis.open.validation.v1.ListBooksResponse.toObject = function(includeInstance, msg) {
1446
+ var f, obj = {
1447
+ booksList: jspb.Message.toObjectList(msg.getBooksList(),
1448
+ proto.alis.open.validation.v1.Book.toObject, includeInstance),
1449
+ nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, ""),
1450
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1451
+ };
1452
+
1453
+ if (includeInstance) {
1454
+ obj.$jspbMessageInstance = msg;
1455
+ }
1456
+ return obj;
1457
+ };
1458
+ }
1459
+
1460
+
1461
+ /**
1462
+ * Deserializes binary data (in protobuf wire format).
1463
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1464
+ * @return {!proto.alis.open.validation.v1.ListBooksResponse}
1465
+ */
1466
+ proto.alis.open.validation.v1.ListBooksResponse.deserializeBinary = function(bytes) {
1467
+ var reader = new jspb.BinaryReader(bytes);
1468
+ var msg = new proto.alis.open.validation.v1.ListBooksResponse;
1469
+ return proto.alis.open.validation.v1.ListBooksResponse.deserializeBinaryFromReader(msg, reader);
1470
+ };
1471
+
1472
+
1473
+ /**
1474
+ * Deserializes binary data (in protobuf wire format) from the
1475
+ * given reader into the given message object.
1476
+ * @param {!proto.alis.open.validation.v1.ListBooksResponse} msg The message object to deserialize into.
1477
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1478
+ * @return {!proto.alis.open.validation.v1.ListBooksResponse}
1479
+ */
1480
+ proto.alis.open.validation.v1.ListBooksResponse.deserializeBinaryFromReader = function(msg, reader) {
1481
+ while (reader.nextField()) {
1482
+ if (reader.isEndGroup()) {
1483
+ break;
1484
+ }
1485
+ var field = reader.getFieldNumber();
1486
+ switch (field) {
1487
+ case 1:
1488
+ var value = new proto.alis.open.validation.v1.Book;
1489
+ reader.readMessage(value,proto.alis.open.validation.v1.Book.deserializeBinaryFromReader);
1490
+ msg.addBooks(value);
1491
+ break;
1492
+ case 2:
1493
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1494
+ msg.setNextPageToken(value);
1495
+ break;
1496
+ case 3:
1497
+ var value = new google_protobuf_field_mask_pb.FieldMask;
1498
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1499
+ msg.setReadMask(value);
1500
+ break;
1501
+ default:
1502
+ reader.skipField();
1503
+ break;
1504
+ }
1505
+ }
1506
+ return msg;
1507
+ };
1508
+
1509
+
1510
+ /**
1511
+ * Serializes the message to binary data (in protobuf wire format).
1512
+ * @return {!Uint8Array}
1513
+ */
1514
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.serializeBinary = function() {
1515
+ var writer = new jspb.BinaryWriter();
1516
+ proto.alis.open.validation.v1.ListBooksResponse.serializeBinaryToWriter(this, writer);
1517
+ return writer.getResultBuffer();
1518
+ };
1519
+
1520
+
1521
+ /**
1522
+ * Serializes the given message to binary data (in protobuf wire
1523
+ * format), writing to the given BinaryWriter.
1524
+ * @param {!proto.alis.open.validation.v1.ListBooksResponse} message
1525
+ * @param {!jspb.BinaryWriter} writer
1526
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1527
+ */
1528
+ proto.alis.open.validation.v1.ListBooksResponse.serializeBinaryToWriter = function(message, writer) {
1529
+ var f = undefined;
1530
+ f = message.getBooksList();
1531
+ if (f.length > 0) {
1532
+ writer.writeRepeatedMessage(
1533
+ 1,
1534
+ f,
1535
+ proto.alis.open.validation.v1.Book.serializeBinaryToWriter
1536
+ );
1537
+ }
1538
+ f = message.getNextPageToken();
1539
+ if (f.length > 0) {
1540
+ writer.writeString(
1541
+ 2,
1542
+ f
1543
+ );
1544
+ }
1545
+ f = message.getReadMask();
1546
+ if (f != null) {
1547
+ writer.writeMessage(
1548
+ 3,
1549
+ f,
1550
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1551
+ );
1552
+ }
1553
+ };
1554
+
1555
+
1556
+ /**
1557
+ * repeated Book books = 1;
1558
+ * @return {!Array<!proto.alis.open.validation.v1.Book>}
1559
+ */
1560
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.getBooksList = function() {
1561
+ return /** @type{!Array<!proto.alis.open.validation.v1.Book>} */ (
1562
+ jspb.Message.getRepeatedWrapperField(this, proto.alis.open.validation.v1.Book, 1));
1563
+ };
1564
+
1565
+
1566
+ /**
1567
+ * @param {!Array<!proto.alis.open.validation.v1.Book>} value
1568
+ * @return {!proto.alis.open.validation.v1.ListBooksResponse} returns this
1569
+ */
1570
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.setBooksList = function(value) {
1571
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1572
+ };
1573
+
1574
+
1575
+ /**
1576
+ * @param {!proto.alis.open.validation.v1.Book=} opt_value
1577
+ * @param {number=} opt_index
1578
+ * @return {!proto.alis.open.validation.v1.Book}
1579
+ */
1580
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.addBooks = function(opt_value, opt_index) {
1581
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.open.validation.v1.Book, opt_index);
1582
+ };
1583
+
1584
+
1585
+ /**
1586
+ * Clears the list making it empty but non-null.
1587
+ * @return {!proto.alis.open.validation.v1.ListBooksResponse} returns this
1588
+ */
1589
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.clearBooksList = function() {
1590
+ return this.setBooksList([]);
1591
+ };
1592
+
1593
+
1594
+ /**
1595
+ * optional string next_page_token = 2;
1596
+ * @return {string}
1597
+ */
1598
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.getNextPageToken = function() {
1599
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1600
+ };
1601
+
1602
+
1603
+ /**
1604
+ * @param {string} value
1605
+ * @return {!proto.alis.open.validation.v1.ListBooksResponse} returns this
1606
+ */
1607
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.setNextPageToken = function(value) {
1608
+ return jspb.Message.setProto3StringField(this, 2, value);
1609
+ };
1610
+
1611
+
1612
+ /**
1613
+ * optional google.protobuf.FieldMask read_mask = 3;
1614
+ * @return {?proto.google.protobuf.FieldMask}
1615
+ */
1616
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.getReadMask = function() {
1617
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
1618
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
1619
+ };
1620
+
1621
+
1622
+ /**
1623
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
1624
+ * @return {!proto.alis.open.validation.v1.ListBooksResponse} returns this
1625
+ */
1626
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.setReadMask = function(value) {
1627
+ return jspb.Message.setWrapperField(this, 3, value);
1628
+ };
1629
+
1630
+
1631
+ /**
1632
+ * Clears the message field making it undefined.
1633
+ * @return {!proto.alis.open.validation.v1.ListBooksResponse} returns this
1634
+ */
1635
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.clearReadMask = function() {
1636
+ return this.setReadMask(undefined);
1637
+ };
1638
+
1639
+
1640
+ /**
1641
+ * Returns whether this field is set.
1642
+ * @return {boolean}
1643
+ */
1644
+ proto.alis.open.validation.v1.ListBooksResponse.prototype.hasReadMask = function() {
1645
+ return jspb.Message.getField(this, 3) != null;
1646
+ };
1647
+
1648
+
1649
+ /**
1650
+ * @enum {number}
1651
+ */
1652
+ proto.alis.open.validation.v1.Type = {
1653
+ TYPE_UNSPECIFIED: 0,
1654
+ ANONYMOUS: 1,
1655
+ CHILDREN: 2,
1656
+ ADULT: 3
1657
+ };
1658
+
1659
+ goog.object.extend(exports, proto.alis.open.validation.v1);
1660
+
1661
+ // Below is base64 encoded GeneratedCodeInfo proto
1662
+ // Ci4KAgQAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGLYQILoQCi4KAgQBEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGKAWIK4WCi4KAgQCEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGLIcIMMcCi4KAgQDEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGNAiIOEiCi4KAgQEEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGO4oIP8oCi4KAgQFEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGIwvIJwvCi4KAgQGEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGKY1ILc1CjAKBAQAAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YimUgkWUKMAoEBAACABIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiCZyCJZwowCgQEAAIBEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGM1oINtoCjAKBAQAAgESImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YzGog2moKMAoEBAACAhIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiYbCChbAowCgQEAAICEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGJJuIJtuCjAKBAQAAgMSImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y/m8gkHAKMAoEBAACAxIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxjCciDUcgowCgQEAAIDEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGMl0IN10CjAKBAQAAgMSImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Yj3YgoXYKMAoEBAACBBIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiBeCCOeAowCgQEAAIEEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGOB6IO16CjAKBAQAAgQSImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y4nwg8XwKMAoEBAACBBIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiefiCrfgowCgQEAAIFEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGNx/IOh/CjIKBAQAAgUSImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y2IEBIOSBAQoyCgQEAAIGEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGLiDASC/gwEKMgoEBAACBhIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxjphQEg8IUBCjIKBAQBAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y0qcBINmnAQoyCgQEAQIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGN6pASDlqQEKMgoEBAECARIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxjdqwEg6KsBCjIKBAQBAgESImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Yz64BINquAQoyCgQEAQIBEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGOOwASDwsAEKMgoEBAECARIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxilsgEgsLIBCjIKBAQCAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Yl9IBIJ7SAQoyCgQEAgIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGIzVASCT1QEKMgoEBAICABIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxii1wEgq9cBCjIKBAQCAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y39gBIObYAQoyCgQEAwIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGMf8ASDO/AEKMgoEBAMCABIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxi8/wEgw/8BCjIKBAQDAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y0oECINuBAgoyCgQEAwIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGI+DAiCWgwIKMgoEBAMCARIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiDhQIgkIUCCjIKBAQDAgESImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y/YcCIIqIAgoyCgQEAwIBEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGJmKAiCoigIKMgoEBAMCARIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxjiiwIg74sCCjIKBAQEAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YgaoCIIiqAgoyCgQEBAIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGJOsAiCarAIKMgoEBAUCABIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxi+0AIgydACCjIKBAQFAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y0dICINzSAgoyCgQEBQIBEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGKfUAiCz1AIKMgoEBAUCARIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxi81gIgyNYCCjIKBAQFAgISImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YwtgCIM3YAgoyCgQEBQICEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGLjbAiDD2wIKMgoEBAUCAhIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxjQ3QIg3d0CCjIKBAQFAgISImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YlN8CIJ/fAgoyCgQEBgIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGIuHAyCXhwMKMgoEBAYCABIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiTigMgn4oDCjIKBAQGAgASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YxIwDIMyMAwoyCgQEBgIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGKePAyC1jwMKMgoEBAYCARIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxjokAMg+JADCjIKBAQGAgESImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Yg5MDIJOTAwoyCgQEBgICEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGI6VAyCZlQMKMgoEBAYCAhIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiGmAMgkZgDCjIKBAQGAgISImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YoJoDIK2aAwoyCgQEBgICEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGOWbAyDwmwMKMAoCBQASImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8Y7pwDIPKcAwoyCgQFAAIAEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGPmcAyCJnQMKMgoEBQACARIiYWxpcy9vcGVuL3ZhbGlkYXRpb24vdjEvdGVzdC5wcm90bxiQnQMgmZ0DCjIKBAUAAgISImFsaXMvb3Blbi92YWxpZGF0aW9uL3YxL3Rlc3QucHJvdG8YoJ0DIKidAwoyCgQFAAIDEiJhbGlzL29wZW4vdmFsaWRhdGlvbi92MS90ZXN0LnByb3RvGK+dAyC0nQM=