@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,2717 @@
1
+ // source: google/rpc/error_details.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_duration_pb = require('google-protobuf/google/protobuf/duration_pb.js');
19
+ goog.object.extend(proto, google_protobuf_duration_pb);
20
+ goog.exportSymbol('proto.google.rpc.BadRequest', null, global);
21
+ goog.exportSymbol('proto.google.rpc.BadRequest.FieldViolation', null, global);
22
+ goog.exportSymbol('proto.google.rpc.DebugInfo', null, global);
23
+ goog.exportSymbol('proto.google.rpc.ErrorInfo', null, global);
24
+ goog.exportSymbol('proto.google.rpc.Help', null, global);
25
+ goog.exportSymbol('proto.google.rpc.Help.Link', null, global);
26
+ goog.exportSymbol('proto.google.rpc.LocalizedMessage', null, global);
27
+ goog.exportSymbol('proto.google.rpc.PreconditionFailure', null, global);
28
+ goog.exportSymbol('proto.google.rpc.PreconditionFailure.Violation', null, global);
29
+ goog.exportSymbol('proto.google.rpc.QuotaFailure', null, global);
30
+ goog.exportSymbol('proto.google.rpc.QuotaFailure.Violation', null, global);
31
+ goog.exportSymbol('proto.google.rpc.RequestInfo', null, global);
32
+ goog.exportSymbol('proto.google.rpc.ResourceInfo', null, global);
33
+ goog.exportSymbol('proto.google.rpc.RetryInfo', 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.google.rpc.ErrorInfo = function(opt_data) {
45
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
46
+ };
47
+ goog.inherits(proto.google.rpc.ErrorInfo, jspb.Message);
48
+ if (goog.DEBUG && !COMPILED) {
49
+ /**
50
+ * @public
51
+ * @override
52
+ */
53
+ proto.google.rpc.ErrorInfo.displayName = 'proto.google.rpc.ErrorInfo';
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.google.rpc.RetryInfo = function(opt_data) {
66
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
67
+ };
68
+ goog.inherits(proto.google.rpc.RetryInfo, jspb.Message);
69
+ if (goog.DEBUG && !COMPILED) {
70
+ /**
71
+ * @public
72
+ * @override
73
+ */
74
+ proto.google.rpc.RetryInfo.displayName = 'proto.google.rpc.RetryInfo';
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.google.rpc.DebugInfo = function(opt_data) {
87
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.rpc.DebugInfo.repeatedFields_, null);
88
+ };
89
+ goog.inherits(proto.google.rpc.DebugInfo, jspb.Message);
90
+ if (goog.DEBUG && !COMPILED) {
91
+ /**
92
+ * @public
93
+ * @override
94
+ */
95
+ proto.google.rpc.DebugInfo.displayName = 'proto.google.rpc.DebugInfo';
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.google.rpc.QuotaFailure = function(opt_data) {
108
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.rpc.QuotaFailure.repeatedFields_, null);
109
+ };
110
+ goog.inherits(proto.google.rpc.QuotaFailure, jspb.Message);
111
+ if (goog.DEBUG && !COMPILED) {
112
+ /**
113
+ * @public
114
+ * @override
115
+ */
116
+ proto.google.rpc.QuotaFailure.displayName = 'proto.google.rpc.QuotaFailure';
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.google.rpc.QuotaFailure.Violation = function(opt_data) {
129
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
130
+ };
131
+ goog.inherits(proto.google.rpc.QuotaFailure.Violation, jspb.Message);
132
+ if (goog.DEBUG && !COMPILED) {
133
+ /**
134
+ * @public
135
+ * @override
136
+ */
137
+ proto.google.rpc.QuotaFailure.Violation.displayName = 'proto.google.rpc.QuotaFailure.Violation';
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.google.rpc.PreconditionFailure = function(opt_data) {
150
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.rpc.PreconditionFailure.repeatedFields_, null);
151
+ };
152
+ goog.inherits(proto.google.rpc.PreconditionFailure, jspb.Message);
153
+ if (goog.DEBUG && !COMPILED) {
154
+ /**
155
+ * @public
156
+ * @override
157
+ */
158
+ proto.google.rpc.PreconditionFailure.displayName = 'proto.google.rpc.PreconditionFailure';
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.google.rpc.PreconditionFailure.Violation = function(opt_data) {
171
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
172
+ };
173
+ goog.inherits(proto.google.rpc.PreconditionFailure.Violation, jspb.Message);
174
+ if (goog.DEBUG && !COMPILED) {
175
+ /**
176
+ * @public
177
+ * @override
178
+ */
179
+ proto.google.rpc.PreconditionFailure.Violation.displayName = 'proto.google.rpc.PreconditionFailure.Violation';
180
+ }
181
+ /**
182
+ * Generated by JsPbCodeGenerator.
183
+ * @param {Array=} opt_data Optional initial data array, typically from a
184
+ * server response, or constructed directly in Javascript. The array is used
185
+ * in place and becomes part of the constructed object. It is not cloned.
186
+ * If no data is provided, the constructed object will be empty, but still
187
+ * valid.
188
+ * @extends {jspb.Message}
189
+ * @constructor
190
+ */
191
+ proto.google.rpc.BadRequest = function(opt_data) {
192
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.rpc.BadRequest.repeatedFields_, null);
193
+ };
194
+ goog.inherits(proto.google.rpc.BadRequest, jspb.Message);
195
+ if (goog.DEBUG && !COMPILED) {
196
+ /**
197
+ * @public
198
+ * @override
199
+ */
200
+ proto.google.rpc.BadRequest.displayName = 'proto.google.rpc.BadRequest';
201
+ }
202
+ /**
203
+ * Generated by JsPbCodeGenerator.
204
+ * @param {Array=} opt_data Optional initial data array, typically from a
205
+ * server response, or constructed directly in Javascript. The array is used
206
+ * in place and becomes part of the constructed object. It is not cloned.
207
+ * If no data is provided, the constructed object will be empty, but still
208
+ * valid.
209
+ * @extends {jspb.Message}
210
+ * @constructor
211
+ */
212
+ proto.google.rpc.BadRequest.FieldViolation = function(opt_data) {
213
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
214
+ };
215
+ goog.inherits(proto.google.rpc.BadRequest.FieldViolation, jspb.Message);
216
+ if (goog.DEBUG && !COMPILED) {
217
+ /**
218
+ * @public
219
+ * @override
220
+ */
221
+ proto.google.rpc.BadRequest.FieldViolation.displayName = 'proto.google.rpc.BadRequest.FieldViolation';
222
+ }
223
+ /**
224
+ * Generated by JsPbCodeGenerator.
225
+ * @param {Array=} opt_data Optional initial data array, typically from a
226
+ * server response, or constructed directly in Javascript. The array is used
227
+ * in place and becomes part of the constructed object. It is not cloned.
228
+ * If no data is provided, the constructed object will be empty, but still
229
+ * valid.
230
+ * @extends {jspb.Message}
231
+ * @constructor
232
+ */
233
+ proto.google.rpc.RequestInfo = function(opt_data) {
234
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
235
+ };
236
+ goog.inherits(proto.google.rpc.RequestInfo, jspb.Message);
237
+ if (goog.DEBUG && !COMPILED) {
238
+ /**
239
+ * @public
240
+ * @override
241
+ */
242
+ proto.google.rpc.RequestInfo.displayName = 'proto.google.rpc.RequestInfo';
243
+ }
244
+ /**
245
+ * Generated by JsPbCodeGenerator.
246
+ * @param {Array=} opt_data Optional initial data array, typically from a
247
+ * server response, or constructed directly in Javascript. The array is used
248
+ * in place and becomes part of the constructed object. It is not cloned.
249
+ * If no data is provided, the constructed object will be empty, but still
250
+ * valid.
251
+ * @extends {jspb.Message}
252
+ * @constructor
253
+ */
254
+ proto.google.rpc.ResourceInfo = function(opt_data) {
255
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
256
+ };
257
+ goog.inherits(proto.google.rpc.ResourceInfo, jspb.Message);
258
+ if (goog.DEBUG && !COMPILED) {
259
+ /**
260
+ * @public
261
+ * @override
262
+ */
263
+ proto.google.rpc.ResourceInfo.displayName = 'proto.google.rpc.ResourceInfo';
264
+ }
265
+ /**
266
+ * Generated by JsPbCodeGenerator.
267
+ * @param {Array=} opt_data Optional initial data array, typically from a
268
+ * server response, or constructed directly in Javascript. The array is used
269
+ * in place and becomes part of the constructed object. It is not cloned.
270
+ * If no data is provided, the constructed object will be empty, but still
271
+ * valid.
272
+ * @extends {jspb.Message}
273
+ * @constructor
274
+ */
275
+ proto.google.rpc.Help = function(opt_data) {
276
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.rpc.Help.repeatedFields_, null);
277
+ };
278
+ goog.inherits(proto.google.rpc.Help, jspb.Message);
279
+ if (goog.DEBUG && !COMPILED) {
280
+ /**
281
+ * @public
282
+ * @override
283
+ */
284
+ proto.google.rpc.Help.displayName = 'proto.google.rpc.Help';
285
+ }
286
+ /**
287
+ * Generated by JsPbCodeGenerator.
288
+ * @param {Array=} opt_data Optional initial data array, typically from a
289
+ * server response, or constructed directly in Javascript. The array is used
290
+ * in place and becomes part of the constructed object. It is not cloned.
291
+ * If no data is provided, the constructed object will be empty, but still
292
+ * valid.
293
+ * @extends {jspb.Message}
294
+ * @constructor
295
+ */
296
+ proto.google.rpc.Help.Link = function(opt_data) {
297
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
298
+ };
299
+ goog.inherits(proto.google.rpc.Help.Link, jspb.Message);
300
+ if (goog.DEBUG && !COMPILED) {
301
+ /**
302
+ * @public
303
+ * @override
304
+ */
305
+ proto.google.rpc.Help.Link.displayName = 'proto.google.rpc.Help.Link';
306
+ }
307
+ /**
308
+ * Generated by JsPbCodeGenerator.
309
+ * @param {Array=} opt_data Optional initial data array, typically from a
310
+ * server response, or constructed directly in Javascript. The array is used
311
+ * in place and becomes part of the constructed object. It is not cloned.
312
+ * If no data is provided, the constructed object will be empty, but still
313
+ * valid.
314
+ * @extends {jspb.Message}
315
+ * @constructor
316
+ */
317
+ proto.google.rpc.LocalizedMessage = function(opt_data) {
318
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
319
+ };
320
+ goog.inherits(proto.google.rpc.LocalizedMessage, jspb.Message);
321
+ if (goog.DEBUG && !COMPILED) {
322
+ /**
323
+ * @public
324
+ * @override
325
+ */
326
+ proto.google.rpc.LocalizedMessage.displayName = 'proto.google.rpc.LocalizedMessage';
327
+ }
328
+
329
+
330
+
331
+ if (jspb.Message.GENERATE_TO_OBJECT) {
332
+ /**
333
+ * Creates an object representation of this proto.
334
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
335
+ * Optional fields that are not set will be set to undefined.
336
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
337
+ * For the list of reserved names please see:
338
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
339
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
340
+ * JSPB instance for transitional soy proto support:
341
+ * http://goto/soy-param-migration
342
+ * @return {!Object}
343
+ */
344
+ proto.google.rpc.ErrorInfo.prototype.toObject = function(opt_includeInstance) {
345
+ return proto.google.rpc.ErrorInfo.toObject(opt_includeInstance, this);
346
+ };
347
+
348
+
349
+ /**
350
+ * Static version of the {@see toObject} method.
351
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
352
+ * the JSPB instance for transitional soy proto support:
353
+ * http://goto/soy-param-migration
354
+ * @param {!proto.google.rpc.ErrorInfo} msg The msg instance to transform.
355
+ * @return {!Object}
356
+ * @suppress {unusedLocalVariables} f is only used for nested messages
357
+ */
358
+ proto.google.rpc.ErrorInfo.toObject = function(includeInstance, msg) {
359
+ var f, obj = {
360
+ reason: jspb.Message.getFieldWithDefault(msg, 1, ""),
361
+ domain: jspb.Message.getFieldWithDefault(msg, 2, ""),
362
+ metadataMap: (f = msg.getMetadataMap()) ? f.toObject(includeInstance, undefined) : []
363
+ };
364
+
365
+ if (includeInstance) {
366
+ obj.$jspbMessageInstance = msg;
367
+ }
368
+ return obj;
369
+ };
370
+ }
371
+
372
+
373
+ /**
374
+ * Deserializes binary data (in protobuf wire format).
375
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
376
+ * @return {!proto.google.rpc.ErrorInfo}
377
+ */
378
+ proto.google.rpc.ErrorInfo.deserializeBinary = function(bytes) {
379
+ var reader = new jspb.BinaryReader(bytes);
380
+ var msg = new proto.google.rpc.ErrorInfo;
381
+ return proto.google.rpc.ErrorInfo.deserializeBinaryFromReader(msg, reader);
382
+ };
383
+
384
+
385
+ /**
386
+ * Deserializes binary data (in protobuf wire format) from the
387
+ * given reader into the given message object.
388
+ * @param {!proto.google.rpc.ErrorInfo} msg The message object to deserialize into.
389
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
390
+ * @return {!proto.google.rpc.ErrorInfo}
391
+ */
392
+ proto.google.rpc.ErrorInfo.deserializeBinaryFromReader = function(msg, reader) {
393
+ while (reader.nextField()) {
394
+ if (reader.isEndGroup()) {
395
+ break;
396
+ }
397
+ var field = reader.getFieldNumber();
398
+ switch (field) {
399
+ case 1:
400
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
401
+ msg.setReason(value);
402
+ break;
403
+ case 2:
404
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
405
+ msg.setDomain(value);
406
+ break;
407
+ case 3:
408
+ var value = msg.getMetadataMap();
409
+ reader.readMessage(value, function(message, reader) {
410
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readStringRequireUtf8, null, "", "");
411
+ });
412
+ break;
413
+ default:
414
+ reader.skipField();
415
+ break;
416
+ }
417
+ }
418
+ return msg;
419
+ };
420
+
421
+
422
+ /**
423
+ * Serializes the message to binary data (in protobuf wire format).
424
+ * @return {!Uint8Array}
425
+ */
426
+ proto.google.rpc.ErrorInfo.prototype.serializeBinary = function() {
427
+ var writer = new jspb.BinaryWriter();
428
+ proto.google.rpc.ErrorInfo.serializeBinaryToWriter(this, writer);
429
+ return writer.getResultBuffer();
430
+ };
431
+
432
+
433
+ /**
434
+ * Serializes the given message to binary data (in protobuf wire
435
+ * format), writing to the given BinaryWriter.
436
+ * @param {!proto.google.rpc.ErrorInfo} message
437
+ * @param {!jspb.BinaryWriter} writer
438
+ * @suppress {unusedLocalVariables} f is only used for nested messages
439
+ */
440
+ proto.google.rpc.ErrorInfo.serializeBinaryToWriter = function(message, writer) {
441
+ var f = undefined;
442
+ f = message.getReason();
443
+ if (f.length > 0) {
444
+ writer.writeString(
445
+ 1,
446
+ f
447
+ );
448
+ }
449
+ f = message.getDomain();
450
+ if (f.length > 0) {
451
+ writer.writeString(
452
+ 2,
453
+ f
454
+ );
455
+ }
456
+ f = message.getMetadataMap(true);
457
+ if (f && f.getLength() > 0) {
458
+ jspb.internal.public_for_gencode.serializeMapToBinary(
459
+ message.getMetadataMap(true),
460
+ 3,
461
+ writer,
462
+ jspb.BinaryWriter.prototype.writeString,
463
+ jspb.BinaryWriter.prototype.writeString);
464
+ }
465
+ };
466
+
467
+
468
+ /**
469
+ * optional string reason = 1;
470
+ * @return {string}
471
+ */
472
+ proto.google.rpc.ErrorInfo.prototype.getReason = function() {
473
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
474
+ };
475
+
476
+
477
+ /**
478
+ * @param {string} value
479
+ * @return {!proto.google.rpc.ErrorInfo} returns this
480
+ */
481
+ proto.google.rpc.ErrorInfo.prototype.setReason = function(value) {
482
+ return jspb.Message.setProto3StringField(this, 1, value);
483
+ };
484
+
485
+
486
+ /**
487
+ * optional string domain = 2;
488
+ * @return {string}
489
+ */
490
+ proto.google.rpc.ErrorInfo.prototype.getDomain = function() {
491
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
492
+ };
493
+
494
+
495
+ /**
496
+ * @param {string} value
497
+ * @return {!proto.google.rpc.ErrorInfo} returns this
498
+ */
499
+ proto.google.rpc.ErrorInfo.prototype.setDomain = function(value) {
500
+ return jspb.Message.setProto3StringField(this, 2, value);
501
+ };
502
+
503
+
504
+ /**
505
+ * map<string, string> metadata = 3;
506
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
507
+ * empty, instead returning `undefined`
508
+ * @return {!jspb.Map<string,string>}
509
+ */
510
+ proto.google.rpc.ErrorInfo.prototype.getMetadataMap = function(opt_noLazyCreate) {
511
+ return /** @type {!jspb.Map<string,string>} */ (
512
+ jspb.Message.getMapField(this, 3, opt_noLazyCreate,
513
+ null));
514
+ };
515
+
516
+
517
+ /**
518
+ * Clears values from the map. The map will be non-null.
519
+ * @return {!proto.google.rpc.ErrorInfo} returns this
520
+ */
521
+ proto.google.rpc.ErrorInfo.prototype.clearMetadataMap = function() {
522
+ this.getMetadataMap().clear();
523
+ return this;
524
+ };
525
+
526
+
527
+
528
+
529
+
530
+ if (jspb.Message.GENERATE_TO_OBJECT) {
531
+ /**
532
+ * Creates an object representation of this proto.
533
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
534
+ * Optional fields that are not set will be set to undefined.
535
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
536
+ * For the list of reserved names please see:
537
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
538
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
539
+ * JSPB instance for transitional soy proto support:
540
+ * http://goto/soy-param-migration
541
+ * @return {!Object}
542
+ */
543
+ proto.google.rpc.RetryInfo.prototype.toObject = function(opt_includeInstance) {
544
+ return proto.google.rpc.RetryInfo.toObject(opt_includeInstance, this);
545
+ };
546
+
547
+
548
+ /**
549
+ * Static version of the {@see toObject} method.
550
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
551
+ * the JSPB instance for transitional soy proto support:
552
+ * http://goto/soy-param-migration
553
+ * @param {!proto.google.rpc.RetryInfo} msg The msg instance to transform.
554
+ * @return {!Object}
555
+ * @suppress {unusedLocalVariables} f is only used for nested messages
556
+ */
557
+ proto.google.rpc.RetryInfo.toObject = function(includeInstance, msg) {
558
+ var f, obj = {
559
+ retryDelay: (f = msg.getRetryDelay()) && google_protobuf_duration_pb.Duration.toObject(includeInstance, f)
560
+ };
561
+
562
+ if (includeInstance) {
563
+ obj.$jspbMessageInstance = msg;
564
+ }
565
+ return obj;
566
+ };
567
+ }
568
+
569
+
570
+ /**
571
+ * Deserializes binary data (in protobuf wire format).
572
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
573
+ * @return {!proto.google.rpc.RetryInfo}
574
+ */
575
+ proto.google.rpc.RetryInfo.deserializeBinary = function(bytes) {
576
+ var reader = new jspb.BinaryReader(bytes);
577
+ var msg = new proto.google.rpc.RetryInfo;
578
+ return proto.google.rpc.RetryInfo.deserializeBinaryFromReader(msg, reader);
579
+ };
580
+
581
+
582
+ /**
583
+ * Deserializes binary data (in protobuf wire format) from the
584
+ * given reader into the given message object.
585
+ * @param {!proto.google.rpc.RetryInfo} msg The message object to deserialize into.
586
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
587
+ * @return {!proto.google.rpc.RetryInfo}
588
+ */
589
+ proto.google.rpc.RetryInfo.deserializeBinaryFromReader = function(msg, reader) {
590
+ while (reader.nextField()) {
591
+ if (reader.isEndGroup()) {
592
+ break;
593
+ }
594
+ var field = reader.getFieldNumber();
595
+ switch (field) {
596
+ case 1:
597
+ var value = new google_protobuf_duration_pb.Duration;
598
+ reader.readMessage(value,google_protobuf_duration_pb.Duration.deserializeBinaryFromReader);
599
+ msg.setRetryDelay(value);
600
+ break;
601
+ default:
602
+ reader.skipField();
603
+ break;
604
+ }
605
+ }
606
+ return msg;
607
+ };
608
+
609
+
610
+ /**
611
+ * Serializes the message to binary data (in protobuf wire format).
612
+ * @return {!Uint8Array}
613
+ */
614
+ proto.google.rpc.RetryInfo.prototype.serializeBinary = function() {
615
+ var writer = new jspb.BinaryWriter();
616
+ proto.google.rpc.RetryInfo.serializeBinaryToWriter(this, writer);
617
+ return writer.getResultBuffer();
618
+ };
619
+
620
+
621
+ /**
622
+ * Serializes the given message to binary data (in protobuf wire
623
+ * format), writing to the given BinaryWriter.
624
+ * @param {!proto.google.rpc.RetryInfo} message
625
+ * @param {!jspb.BinaryWriter} writer
626
+ * @suppress {unusedLocalVariables} f is only used for nested messages
627
+ */
628
+ proto.google.rpc.RetryInfo.serializeBinaryToWriter = function(message, writer) {
629
+ var f = undefined;
630
+ f = message.getRetryDelay();
631
+ if (f != null) {
632
+ writer.writeMessage(
633
+ 1,
634
+ f,
635
+ google_protobuf_duration_pb.Duration.serializeBinaryToWriter
636
+ );
637
+ }
638
+ };
639
+
640
+
641
+ /**
642
+ * optional google.protobuf.Duration retry_delay = 1;
643
+ * @return {?proto.google.protobuf.Duration}
644
+ */
645
+ proto.google.rpc.RetryInfo.prototype.getRetryDelay = function() {
646
+ return /** @type{?proto.google.protobuf.Duration} */ (
647
+ jspb.Message.getWrapperField(this, google_protobuf_duration_pb.Duration, 1));
648
+ };
649
+
650
+
651
+ /**
652
+ * @param {?proto.google.protobuf.Duration|undefined} value
653
+ * @return {!proto.google.rpc.RetryInfo} returns this
654
+ */
655
+ proto.google.rpc.RetryInfo.prototype.setRetryDelay = function(value) {
656
+ return jspb.Message.setWrapperField(this, 1, value);
657
+ };
658
+
659
+
660
+ /**
661
+ * Clears the message field making it undefined.
662
+ * @return {!proto.google.rpc.RetryInfo} returns this
663
+ */
664
+ proto.google.rpc.RetryInfo.prototype.clearRetryDelay = function() {
665
+ return this.setRetryDelay(undefined);
666
+ };
667
+
668
+
669
+ /**
670
+ * Returns whether this field is set.
671
+ * @return {boolean}
672
+ */
673
+ proto.google.rpc.RetryInfo.prototype.hasRetryDelay = function() {
674
+ return jspb.Message.getField(this, 1) != null;
675
+ };
676
+
677
+
678
+
679
+ /**
680
+ * List of repeated fields within this message type.
681
+ * @private {!Array<number>}
682
+ * @const
683
+ */
684
+ proto.google.rpc.DebugInfo.repeatedFields_ = [1];
685
+
686
+
687
+
688
+ if (jspb.Message.GENERATE_TO_OBJECT) {
689
+ /**
690
+ * Creates an object representation of this proto.
691
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
692
+ * Optional fields that are not set will be set to undefined.
693
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
694
+ * For the list of reserved names please see:
695
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
696
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
697
+ * JSPB instance for transitional soy proto support:
698
+ * http://goto/soy-param-migration
699
+ * @return {!Object}
700
+ */
701
+ proto.google.rpc.DebugInfo.prototype.toObject = function(opt_includeInstance) {
702
+ return proto.google.rpc.DebugInfo.toObject(opt_includeInstance, this);
703
+ };
704
+
705
+
706
+ /**
707
+ * Static version of the {@see toObject} method.
708
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
709
+ * the JSPB instance for transitional soy proto support:
710
+ * http://goto/soy-param-migration
711
+ * @param {!proto.google.rpc.DebugInfo} msg The msg instance to transform.
712
+ * @return {!Object}
713
+ * @suppress {unusedLocalVariables} f is only used for nested messages
714
+ */
715
+ proto.google.rpc.DebugInfo.toObject = function(includeInstance, msg) {
716
+ var f, obj = {
717
+ stackEntriesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
718
+ detail: jspb.Message.getFieldWithDefault(msg, 2, "")
719
+ };
720
+
721
+ if (includeInstance) {
722
+ obj.$jspbMessageInstance = msg;
723
+ }
724
+ return obj;
725
+ };
726
+ }
727
+
728
+
729
+ /**
730
+ * Deserializes binary data (in protobuf wire format).
731
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
732
+ * @return {!proto.google.rpc.DebugInfo}
733
+ */
734
+ proto.google.rpc.DebugInfo.deserializeBinary = function(bytes) {
735
+ var reader = new jspb.BinaryReader(bytes);
736
+ var msg = new proto.google.rpc.DebugInfo;
737
+ return proto.google.rpc.DebugInfo.deserializeBinaryFromReader(msg, reader);
738
+ };
739
+
740
+
741
+ /**
742
+ * Deserializes binary data (in protobuf wire format) from the
743
+ * given reader into the given message object.
744
+ * @param {!proto.google.rpc.DebugInfo} msg The message object to deserialize into.
745
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
746
+ * @return {!proto.google.rpc.DebugInfo}
747
+ */
748
+ proto.google.rpc.DebugInfo.deserializeBinaryFromReader = function(msg, reader) {
749
+ while (reader.nextField()) {
750
+ if (reader.isEndGroup()) {
751
+ break;
752
+ }
753
+ var field = reader.getFieldNumber();
754
+ switch (field) {
755
+ case 1:
756
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
757
+ msg.addStackEntries(value);
758
+ break;
759
+ case 2:
760
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
761
+ msg.setDetail(value);
762
+ break;
763
+ default:
764
+ reader.skipField();
765
+ break;
766
+ }
767
+ }
768
+ return msg;
769
+ };
770
+
771
+
772
+ /**
773
+ * Serializes the message to binary data (in protobuf wire format).
774
+ * @return {!Uint8Array}
775
+ */
776
+ proto.google.rpc.DebugInfo.prototype.serializeBinary = function() {
777
+ var writer = new jspb.BinaryWriter();
778
+ proto.google.rpc.DebugInfo.serializeBinaryToWriter(this, writer);
779
+ return writer.getResultBuffer();
780
+ };
781
+
782
+
783
+ /**
784
+ * Serializes the given message to binary data (in protobuf wire
785
+ * format), writing to the given BinaryWriter.
786
+ * @param {!proto.google.rpc.DebugInfo} message
787
+ * @param {!jspb.BinaryWriter} writer
788
+ * @suppress {unusedLocalVariables} f is only used for nested messages
789
+ */
790
+ proto.google.rpc.DebugInfo.serializeBinaryToWriter = function(message, writer) {
791
+ var f = undefined;
792
+ f = message.getStackEntriesList();
793
+ if (f.length > 0) {
794
+ writer.writeRepeatedString(
795
+ 1,
796
+ f
797
+ );
798
+ }
799
+ f = message.getDetail();
800
+ if (f.length > 0) {
801
+ writer.writeString(
802
+ 2,
803
+ f
804
+ );
805
+ }
806
+ };
807
+
808
+
809
+ /**
810
+ * repeated string stack_entries = 1;
811
+ * @return {!Array<string>}
812
+ */
813
+ proto.google.rpc.DebugInfo.prototype.getStackEntriesList = function() {
814
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
815
+ };
816
+
817
+
818
+ /**
819
+ * @param {!Array<string>} value
820
+ * @return {!proto.google.rpc.DebugInfo} returns this
821
+ */
822
+ proto.google.rpc.DebugInfo.prototype.setStackEntriesList = function(value) {
823
+ return jspb.Message.setField(this, 1, value || []);
824
+ };
825
+
826
+
827
+ /**
828
+ * @param {string} value
829
+ * @param {number=} opt_index
830
+ * @return {!proto.google.rpc.DebugInfo} returns this
831
+ */
832
+ proto.google.rpc.DebugInfo.prototype.addStackEntries = function(value, opt_index) {
833
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
834
+ };
835
+
836
+
837
+ /**
838
+ * Clears the list making it empty but non-null.
839
+ * @return {!proto.google.rpc.DebugInfo} returns this
840
+ */
841
+ proto.google.rpc.DebugInfo.prototype.clearStackEntriesList = function() {
842
+ return this.setStackEntriesList([]);
843
+ };
844
+
845
+
846
+ /**
847
+ * optional string detail = 2;
848
+ * @return {string}
849
+ */
850
+ proto.google.rpc.DebugInfo.prototype.getDetail = function() {
851
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
852
+ };
853
+
854
+
855
+ /**
856
+ * @param {string} value
857
+ * @return {!proto.google.rpc.DebugInfo} returns this
858
+ */
859
+ proto.google.rpc.DebugInfo.prototype.setDetail = function(value) {
860
+ return jspb.Message.setProto3StringField(this, 2, value);
861
+ };
862
+
863
+
864
+
865
+ /**
866
+ * List of repeated fields within this message type.
867
+ * @private {!Array<number>}
868
+ * @const
869
+ */
870
+ proto.google.rpc.QuotaFailure.repeatedFields_ = [1];
871
+
872
+
873
+
874
+ if (jspb.Message.GENERATE_TO_OBJECT) {
875
+ /**
876
+ * Creates an object representation of this proto.
877
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
878
+ * Optional fields that are not set will be set to undefined.
879
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
880
+ * For the list of reserved names please see:
881
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
882
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
883
+ * JSPB instance for transitional soy proto support:
884
+ * http://goto/soy-param-migration
885
+ * @return {!Object}
886
+ */
887
+ proto.google.rpc.QuotaFailure.prototype.toObject = function(opt_includeInstance) {
888
+ return proto.google.rpc.QuotaFailure.toObject(opt_includeInstance, this);
889
+ };
890
+
891
+
892
+ /**
893
+ * Static version of the {@see toObject} method.
894
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
895
+ * the JSPB instance for transitional soy proto support:
896
+ * http://goto/soy-param-migration
897
+ * @param {!proto.google.rpc.QuotaFailure} msg The msg instance to transform.
898
+ * @return {!Object}
899
+ * @suppress {unusedLocalVariables} f is only used for nested messages
900
+ */
901
+ proto.google.rpc.QuotaFailure.toObject = function(includeInstance, msg) {
902
+ var f, obj = {
903
+ violationsList: jspb.Message.toObjectList(msg.getViolationsList(),
904
+ proto.google.rpc.QuotaFailure.Violation.toObject, includeInstance)
905
+ };
906
+
907
+ if (includeInstance) {
908
+ obj.$jspbMessageInstance = msg;
909
+ }
910
+ return obj;
911
+ };
912
+ }
913
+
914
+
915
+ /**
916
+ * Deserializes binary data (in protobuf wire format).
917
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
918
+ * @return {!proto.google.rpc.QuotaFailure}
919
+ */
920
+ proto.google.rpc.QuotaFailure.deserializeBinary = function(bytes) {
921
+ var reader = new jspb.BinaryReader(bytes);
922
+ var msg = new proto.google.rpc.QuotaFailure;
923
+ return proto.google.rpc.QuotaFailure.deserializeBinaryFromReader(msg, reader);
924
+ };
925
+
926
+
927
+ /**
928
+ * Deserializes binary data (in protobuf wire format) from the
929
+ * given reader into the given message object.
930
+ * @param {!proto.google.rpc.QuotaFailure} msg The message object to deserialize into.
931
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
932
+ * @return {!proto.google.rpc.QuotaFailure}
933
+ */
934
+ proto.google.rpc.QuotaFailure.deserializeBinaryFromReader = function(msg, reader) {
935
+ while (reader.nextField()) {
936
+ if (reader.isEndGroup()) {
937
+ break;
938
+ }
939
+ var field = reader.getFieldNumber();
940
+ switch (field) {
941
+ case 1:
942
+ var value = new proto.google.rpc.QuotaFailure.Violation;
943
+ reader.readMessage(value,proto.google.rpc.QuotaFailure.Violation.deserializeBinaryFromReader);
944
+ msg.addViolations(value);
945
+ break;
946
+ default:
947
+ reader.skipField();
948
+ break;
949
+ }
950
+ }
951
+ return msg;
952
+ };
953
+
954
+
955
+ /**
956
+ * Serializes the message to binary data (in protobuf wire format).
957
+ * @return {!Uint8Array}
958
+ */
959
+ proto.google.rpc.QuotaFailure.prototype.serializeBinary = function() {
960
+ var writer = new jspb.BinaryWriter();
961
+ proto.google.rpc.QuotaFailure.serializeBinaryToWriter(this, writer);
962
+ return writer.getResultBuffer();
963
+ };
964
+
965
+
966
+ /**
967
+ * Serializes the given message to binary data (in protobuf wire
968
+ * format), writing to the given BinaryWriter.
969
+ * @param {!proto.google.rpc.QuotaFailure} message
970
+ * @param {!jspb.BinaryWriter} writer
971
+ * @suppress {unusedLocalVariables} f is only used for nested messages
972
+ */
973
+ proto.google.rpc.QuotaFailure.serializeBinaryToWriter = function(message, writer) {
974
+ var f = undefined;
975
+ f = message.getViolationsList();
976
+ if (f.length > 0) {
977
+ writer.writeRepeatedMessage(
978
+ 1,
979
+ f,
980
+ proto.google.rpc.QuotaFailure.Violation.serializeBinaryToWriter
981
+ );
982
+ }
983
+ };
984
+
985
+
986
+
987
+
988
+
989
+ if (jspb.Message.GENERATE_TO_OBJECT) {
990
+ /**
991
+ * Creates an object representation of this proto.
992
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
993
+ * Optional fields that are not set will be set to undefined.
994
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
995
+ * For the list of reserved names please see:
996
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
997
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
998
+ * JSPB instance for transitional soy proto support:
999
+ * http://goto/soy-param-migration
1000
+ * @return {!Object}
1001
+ */
1002
+ proto.google.rpc.QuotaFailure.Violation.prototype.toObject = function(opt_includeInstance) {
1003
+ return proto.google.rpc.QuotaFailure.Violation.toObject(opt_includeInstance, this);
1004
+ };
1005
+
1006
+
1007
+ /**
1008
+ * Static version of the {@see toObject} method.
1009
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1010
+ * the JSPB instance for transitional soy proto support:
1011
+ * http://goto/soy-param-migration
1012
+ * @param {!proto.google.rpc.QuotaFailure.Violation} msg The msg instance to transform.
1013
+ * @return {!Object}
1014
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1015
+ */
1016
+ proto.google.rpc.QuotaFailure.Violation.toObject = function(includeInstance, msg) {
1017
+ var f, obj = {
1018
+ subject: jspb.Message.getFieldWithDefault(msg, 1, ""),
1019
+ description: jspb.Message.getFieldWithDefault(msg, 2, "")
1020
+ };
1021
+
1022
+ if (includeInstance) {
1023
+ obj.$jspbMessageInstance = msg;
1024
+ }
1025
+ return obj;
1026
+ };
1027
+ }
1028
+
1029
+
1030
+ /**
1031
+ * Deserializes binary data (in protobuf wire format).
1032
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1033
+ * @return {!proto.google.rpc.QuotaFailure.Violation}
1034
+ */
1035
+ proto.google.rpc.QuotaFailure.Violation.deserializeBinary = function(bytes) {
1036
+ var reader = new jspb.BinaryReader(bytes);
1037
+ var msg = new proto.google.rpc.QuotaFailure.Violation;
1038
+ return proto.google.rpc.QuotaFailure.Violation.deserializeBinaryFromReader(msg, reader);
1039
+ };
1040
+
1041
+
1042
+ /**
1043
+ * Deserializes binary data (in protobuf wire format) from the
1044
+ * given reader into the given message object.
1045
+ * @param {!proto.google.rpc.QuotaFailure.Violation} msg The message object to deserialize into.
1046
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1047
+ * @return {!proto.google.rpc.QuotaFailure.Violation}
1048
+ */
1049
+ proto.google.rpc.QuotaFailure.Violation.deserializeBinaryFromReader = function(msg, reader) {
1050
+ while (reader.nextField()) {
1051
+ if (reader.isEndGroup()) {
1052
+ break;
1053
+ }
1054
+ var field = reader.getFieldNumber();
1055
+ switch (field) {
1056
+ case 1:
1057
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1058
+ msg.setSubject(value);
1059
+ break;
1060
+ case 2:
1061
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1062
+ msg.setDescription(value);
1063
+ break;
1064
+ default:
1065
+ reader.skipField();
1066
+ break;
1067
+ }
1068
+ }
1069
+ return msg;
1070
+ };
1071
+
1072
+
1073
+ /**
1074
+ * Serializes the message to binary data (in protobuf wire format).
1075
+ * @return {!Uint8Array}
1076
+ */
1077
+ proto.google.rpc.QuotaFailure.Violation.prototype.serializeBinary = function() {
1078
+ var writer = new jspb.BinaryWriter();
1079
+ proto.google.rpc.QuotaFailure.Violation.serializeBinaryToWriter(this, writer);
1080
+ return writer.getResultBuffer();
1081
+ };
1082
+
1083
+
1084
+ /**
1085
+ * Serializes the given message to binary data (in protobuf wire
1086
+ * format), writing to the given BinaryWriter.
1087
+ * @param {!proto.google.rpc.QuotaFailure.Violation} message
1088
+ * @param {!jspb.BinaryWriter} writer
1089
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1090
+ */
1091
+ proto.google.rpc.QuotaFailure.Violation.serializeBinaryToWriter = function(message, writer) {
1092
+ var f = undefined;
1093
+ f = message.getSubject();
1094
+ if (f.length > 0) {
1095
+ writer.writeString(
1096
+ 1,
1097
+ f
1098
+ );
1099
+ }
1100
+ f = message.getDescription();
1101
+ if (f.length > 0) {
1102
+ writer.writeString(
1103
+ 2,
1104
+ f
1105
+ );
1106
+ }
1107
+ };
1108
+
1109
+
1110
+ /**
1111
+ * optional string subject = 1;
1112
+ * @return {string}
1113
+ */
1114
+ proto.google.rpc.QuotaFailure.Violation.prototype.getSubject = function() {
1115
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1116
+ };
1117
+
1118
+
1119
+ /**
1120
+ * @param {string} value
1121
+ * @return {!proto.google.rpc.QuotaFailure.Violation} returns this
1122
+ */
1123
+ proto.google.rpc.QuotaFailure.Violation.prototype.setSubject = function(value) {
1124
+ return jspb.Message.setProto3StringField(this, 1, value);
1125
+ };
1126
+
1127
+
1128
+ /**
1129
+ * optional string description = 2;
1130
+ * @return {string}
1131
+ */
1132
+ proto.google.rpc.QuotaFailure.Violation.prototype.getDescription = function() {
1133
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1134
+ };
1135
+
1136
+
1137
+ /**
1138
+ * @param {string} value
1139
+ * @return {!proto.google.rpc.QuotaFailure.Violation} returns this
1140
+ */
1141
+ proto.google.rpc.QuotaFailure.Violation.prototype.setDescription = function(value) {
1142
+ return jspb.Message.setProto3StringField(this, 2, value);
1143
+ };
1144
+
1145
+
1146
+ /**
1147
+ * repeated Violation violations = 1;
1148
+ * @return {!Array<!proto.google.rpc.QuotaFailure.Violation>}
1149
+ */
1150
+ proto.google.rpc.QuotaFailure.prototype.getViolationsList = function() {
1151
+ return /** @type{!Array<!proto.google.rpc.QuotaFailure.Violation>} */ (
1152
+ jspb.Message.getRepeatedWrapperField(this, proto.google.rpc.QuotaFailure.Violation, 1));
1153
+ };
1154
+
1155
+
1156
+ /**
1157
+ * @param {!Array<!proto.google.rpc.QuotaFailure.Violation>} value
1158
+ * @return {!proto.google.rpc.QuotaFailure} returns this
1159
+ */
1160
+ proto.google.rpc.QuotaFailure.prototype.setViolationsList = function(value) {
1161
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1162
+ };
1163
+
1164
+
1165
+ /**
1166
+ * @param {!proto.google.rpc.QuotaFailure.Violation=} opt_value
1167
+ * @param {number=} opt_index
1168
+ * @return {!proto.google.rpc.QuotaFailure.Violation}
1169
+ */
1170
+ proto.google.rpc.QuotaFailure.prototype.addViolations = function(opt_value, opt_index) {
1171
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.rpc.QuotaFailure.Violation, opt_index);
1172
+ };
1173
+
1174
+
1175
+ /**
1176
+ * Clears the list making it empty but non-null.
1177
+ * @return {!proto.google.rpc.QuotaFailure} returns this
1178
+ */
1179
+ proto.google.rpc.QuotaFailure.prototype.clearViolationsList = function() {
1180
+ return this.setViolationsList([]);
1181
+ };
1182
+
1183
+
1184
+
1185
+ /**
1186
+ * List of repeated fields within this message type.
1187
+ * @private {!Array<number>}
1188
+ * @const
1189
+ */
1190
+ proto.google.rpc.PreconditionFailure.repeatedFields_ = [1];
1191
+
1192
+
1193
+
1194
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1195
+ /**
1196
+ * Creates an object representation of this proto.
1197
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1198
+ * Optional fields that are not set will be set to undefined.
1199
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1200
+ * For the list of reserved names please see:
1201
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1202
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1203
+ * JSPB instance for transitional soy proto support:
1204
+ * http://goto/soy-param-migration
1205
+ * @return {!Object}
1206
+ */
1207
+ proto.google.rpc.PreconditionFailure.prototype.toObject = function(opt_includeInstance) {
1208
+ return proto.google.rpc.PreconditionFailure.toObject(opt_includeInstance, this);
1209
+ };
1210
+
1211
+
1212
+ /**
1213
+ * Static version of the {@see toObject} method.
1214
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1215
+ * the JSPB instance for transitional soy proto support:
1216
+ * http://goto/soy-param-migration
1217
+ * @param {!proto.google.rpc.PreconditionFailure} msg The msg instance to transform.
1218
+ * @return {!Object}
1219
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1220
+ */
1221
+ proto.google.rpc.PreconditionFailure.toObject = function(includeInstance, msg) {
1222
+ var f, obj = {
1223
+ violationsList: jspb.Message.toObjectList(msg.getViolationsList(),
1224
+ proto.google.rpc.PreconditionFailure.Violation.toObject, includeInstance)
1225
+ };
1226
+
1227
+ if (includeInstance) {
1228
+ obj.$jspbMessageInstance = msg;
1229
+ }
1230
+ return obj;
1231
+ };
1232
+ }
1233
+
1234
+
1235
+ /**
1236
+ * Deserializes binary data (in protobuf wire format).
1237
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1238
+ * @return {!proto.google.rpc.PreconditionFailure}
1239
+ */
1240
+ proto.google.rpc.PreconditionFailure.deserializeBinary = function(bytes) {
1241
+ var reader = new jspb.BinaryReader(bytes);
1242
+ var msg = new proto.google.rpc.PreconditionFailure;
1243
+ return proto.google.rpc.PreconditionFailure.deserializeBinaryFromReader(msg, reader);
1244
+ };
1245
+
1246
+
1247
+ /**
1248
+ * Deserializes binary data (in protobuf wire format) from the
1249
+ * given reader into the given message object.
1250
+ * @param {!proto.google.rpc.PreconditionFailure} msg The message object to deserialize into.
1251
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1252
+ * @return {!proto.google.rpc.PreconditionFailure}
1253
+ */
1254
+ proto.google.rpc.PreconditionFailure.deserializeBinaryFromReader = function(msg, reader) {
1255
+ while (reader.nextField()) {
1256
+ if (reader.isEndGroup()) {
1257
+ break;
1258
+ }
1259
+ var field = reader.getFieldNumber();
1260
+ switch (field) {
1261
+ case 1:
1262
+ var value = new proto.google.rpc.PreconditionFailure.Violation;
1263
+ reader.readMessage(value,proto.google.rpc.PreconditionFailure.Violation.deserializeBinaryFromReader);
1264
+ msg.addViolations(value);
1265
+ break;
1266
+ default:
1267
+ reader.skipField();
1268
+ break;
1269
+ }
1270
+ }
1271
+ return msg;
1272
+ };
1273
+
1274
+
1275
+ /**
1276
+ * Serializes the message to binary data (in protobuf wire format).
1277
+ * @return {!Uint8Array}
1278
+ */
1279
+ proto.google.rpc.PreconditionFailure.prototype.serializeBinary = function() {
1280
+ var writer = new jspb.BinaryWriter();
1281
+ proto.google.rpc.PreconditionFailure.serializeBinaryToWriter(this, writer);
1282
+ return writer.getResultBuffer();
1283
+ };
1284
+
1285
+
1286
+ /**
1287
+ * Serializes the given message to binary data (in protobuf wire
1288
+ * format), writing to the given BinaryWriter.
1289
+ * @param {!proto.google.rpc.PreconditionFailure} message
1290
+ * @param {!jspb.BinaryWriter} writer
1291
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1292
+ */
1293
+ proto.google.rpc.PreconditionFailure.serializeBinaryToWriter = function(message, writer) {
1294
+ var f = undefined;
1295
+ f = message.getViolationsList();
1296
+ if (f.length > 0) {
1297
+ writer.writeRepeatedMessage(
1298
+ 1,
1299
+ f,
1300
+ proto.google.rpc.PreconditionFailure.Violation.serializeBinaryToWriter
1301
+ );
1302
+ }
1303
+ };
1304
+
1305
+
1306
+
1307
+
1308
+
1309
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1310
+ /**
1311
+ * Creates an object representation of this proto.
1312
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1313
+ * Optional fields that are not set will be set to undefined.
1314
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1315
+ * For the list of reserved names please see:
1316
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1317
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1318
+ * JSPB instance for transitional soy proto support:
1319
+ * http://goto/soy-param-migration
1320
+ * @return {!Object}
1321
+ */
1322
+ proto.google.rpc.PreconditionFailure.Violation.prototype.toObject = function(opt_includeInstance) {
1323
+ return proto.google.rpc.PreconditionFailure.Violation.toObject(opt_includeInstance, this);
1324
+ };
1325
+
1326
+
1327
+ /**
1328
+ * Static version of the {@see toObject} method.
1329
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1330
+ * the JSPB instance for transitional soy proto support:
1331
+ * http://goto/soy-param-migration
1332
+ * @param {!proto.google.rpc.PreconditionFailure.Violation} msg The msg instance to transform.
1333
+ * @return {!Object}
1334
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1335
+ */
1336
+ proto.google.rpc.PreconditionFailure.Violation.toObject = function(includeInstance, msg) {
1337
+ var f, obj = {
1338
+ type: jspb.Message.getFieldWithDefault(msg, 1, ""),
1339
+ subject: jspb.Message.getFieldWithDefault(msg, 2, ""),
1340
+ description: jspb.Message.getFieldWithDefault(msg, 3, "")
1341
+ };
1342
+
1343
+ if (includeInstance) {
1344
+ obj.$jspbMessageInstance = msg;
1345
+ }
1346
+ return obj;
1347
+ };
1348
+ }
1349
+
1350
+
1351
+ /**
1352
+ * Deserializes binary data (in protobuf wire format).
1353
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1354
+ * @return {!proto.google.rpc.PreconditionFailure.Violation}
1355
+ */
1356
+ proto.google.rpc.PreconditionFailure.Violation.deserializeBinary = function(bytes) {
1357
+ var reader = new jspb.BinaryReader(bytes);
1358
+ var msg = new proto.google.rpc.PreconditionFailure.Violation;
1359
+ return proto.google.rpc.PreconditionFailure.Violation.deserializeBinaryFromReader(msg, reader);
1360
+ };
1361
+
1362
+
1363
+ /**
1364
+ * Deserializes binary data (in protobuf wire format) from the
1365
+ * given reader into the given message object.
1366
+ * @param {!proto.google.rpc.PreconditionFailure.Violation} msg The message object to deserialize into.
1367
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1368
+ * @return {!proto.google.rpc.PreconditionFailure.Violation}
1369
+ */
1370
+ proto.google.rpc.PreconditionFailure.Violation.deserializeBinaryFromReader = function(msg, reader) {
1371
+ while (reader.nextField()) {
1372
+ if (reader.isEndGroup()) {
1373
+ break;
1374
+ }
1375
+ var field = reader.getFieldNumber();
1376
+ switch (field) {
1377
+ case 1:
1378
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1379
+ msg.setType(value);
1380
+ break;
1381
+ case 2:
1382
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1383
+ msg.setSubject(value);
1384
+ break;
1385
+ case 3:
1386
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1387
+ msg.setDescription(value);
1388
+ break;
1389
+ default:
1390
+ reader.skipField();
1391
+ break;
1392
+ }
1393
+ }
1394
+ return msg;
1395
+ };
1396
+
1397
+
1398
+ /**
1399
+ * Serializes the message to binary data (in protobuf wire format).
1400
+ * @return {!Uint8Array}
1401
+ */
1402
+ proto.google.rpc.PreconditionFailure.Violation.prototype.serializeBinary = function() {
1403
+ var writer = new jspb.BinaryWriter();
1404
+ proto.google.rpc.PreconditionFailure.Violation.serializeBinaryToWriter(this, writer);
1405
+ return writer.getResultBuffer();
1406
+ };
1407
+
1408
+
1409
+ /**
1410
+ * Serializes the given message to binary data (in protobuf wire
1411
+ * format), writing to the given BinaryWriter.
1412
+ * @param {!proto.google.rpc.PreconditionFailure.Violation} message
1413
+ * @param {!jspb.BinaryWriter} writer
1414
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1415
+ */
1416
+ proto.google.rpc.PreconditionFailure.Violation.serializeBinaryToWriter = function(message, writer) {
1417
+ var f = undefined;
1418
+ f = message.getType();
1419
+ if (f.length > 0) {
1420
+ writer.writeString(
1421
+ 1,
1422
+ f
1423
+ );
1424
+ }
1425
+ f = message.getSubject();
1426
+ if (f.length > 0) {
1427
+ writer.writeString(
1428
+ 2,
1429
+ f
1430
+ );
1431
+ }
1432
+ f = message.getDescription();
1433
+ if (f.length > 0) {
1434
+ writer.writeString(
1435
+ 3,
1436
+ f
1437
+ );
1438
+ }
1439
+ };
1440
+
1441
+
1442
+ /**
1443
+ * optional string type = 1;
1444
+ * @return {string}
1445
+ */
1446
+ proto.google.rpc.PreconditionFailure.Violation.prototype.getType = function() {
1447
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1448
+ };
1449
+
1450
+
1451
+ /**
1452
+ * @param {string} value
1453
+ * @return {!proto.google.rpc.PreconditionFailure.Violation} returns this
1454
+ */
1455
+ proto.google.rpc.PreconditionFailure.Violation.prototype.setType = function(value) {
1456
+ return jspb.Message.setProto3StringField(this, 1, value);
1457
+ };
1458
+
1459
+
1460
+ /**
1461
+ * optional string subject = 2;
1462
+ * @return {string}
1463
+ */
1464
+ proto.google.rpc.PreconditionFailure.Violation.prototype.getSubject = function() {
1465
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1466
+ };
1467
+
1468
+
1469
+ /**
1470
+ * @param {string} value
1471
+ * @return {!proto.google.rpc.PreconditionFailure.Violation} returns this
1472
+ */
1473
+ proto.google.rpc.PreconditionFailure.Violation.prototype.setSubject = function(value) {
1474
+ return jspb.Message.setProto3StringField(this, 2, value);
1475
+ };
1476
+
1477
+
1478
+ /**
1479
+ * optional string description = 3;
1480
+ * @return {string}
1481
+ */
1482
+ proto.google.rpc.PreconditionFailure.Violation.prototype.getDescription = function() {
1483
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1484
+ };
1485
+
1486
+
1487
+ /**
1488
+ * @param {string} value
1489
+ * @return {!proto.google.rpc.PreconditionFailure.Violation} returns this
1490
+ */
1491
+ proto.google.rpc.PreconditionFailure.Violation.prototype.setDescription = function(value) {
1492
+ return jspb.Message.setProto3StringField(this, 3, value);
1493
+ };
1494
+
1495
+
1496
+ /**
1497
+ * repeated Violation violations = 1;
1498
+ * @return {!Array<!proto.google.rpc.PreconditionFailure.Violation>}
1499
+ */
1500
+ proto.google.rpc.PreconditionFailure.prototype.getViolationsList = function() {
1501
+ return /** @type{!Array<!proto.google.rpc.PreconditionFailure.Violation>} */ (
1502
+ jspb.Message.getRepeatedWrapperField(this, proto.google.rpc.PreconditionFailure.Violation, 1));
1503
+ };
1504
+
1505
+
1506
+ /**
1507
+ * @param {!Array<!proto.google.rpc.PreconditionFailure.Violation>} value
1508
+ * @return {!proto.google.rpc.PreconditionFailure} returns this
1509
+ */
1510
+ proto.google.rpc.PreconditionFailure.prototype.setViolationsList = function(value) {
1511
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1512
+ };
1513
+
1514
+
1515
+ /**
1516
+ * @param {!proto.google.rpc.PreconditionFailure.Violation=} opt_value
1517
+ * @param {number=} opt_index
1518
+ * @return {!proto.google.rpc.PreconditionFailure.Violation}
1519
+ */
1520
+ proto.google.rpc.PreconditionFailure.prototype.addViolations = function(opt_value, opt_index) {
1521
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.rpc.PreconditionFailure.Violation, opt_index);
1522
+ };
1523
+
1524
+
1525
+ /**
1526
+ * Clears the list making it empty but non-null.
1527
+ * @return {!proto.google.rpc.PreconditionFailure} returns this
1528
+ */
1529
+ proto.google.rpc.PreconditionFailure.prototype.clearViolationsList = function() {
1530
+ return this.setViolationsList([]);
1531
+ };
1532
+
1533
+
1534
+
1535
+ /**
1536
+ * List of repeated fields within this message type.
1537
+ * @private {!Array<number>}
1538
+ * @const
1539
+ */
1540
+ proto.google.rpc.BadRequest.repeatedFields_ = [1];
1541
+
1542
+
1543
+
1544
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1545
+ /**
1546
+ * Creates an object representation of this proto.
1547
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1548
+ * Optional fields that are not set will be set to undefined.
1549
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1550
+ * For the list of reserved names please see:
1551
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1552
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1553
+ * JSPB instance for transitional soy proto support:
1554
+ * http://goto/soy-param-migration
1555
+ * @return {!Object}
1556
+ */
1557
+ proto.google.rpc.BadRequest.prototype.toObject = function(opt_includeInstance) {
1558
+ return proto.google.rpc.BadRequest.toObject(opt_includeInstance, this);
1559
+ };
1560
+
1561
+
1562
+ /**
1563
+ * Static version of the {@see toObject} method.
1564
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1565
+ * the JSPB instance for transitional soy proto support:
1566
+ * http://goto/soy-param-migration
1567
+ * @param {!proto.google.rpc.BadRequest} msg The msg instance to transform.
1568
+ * @return {!Object}
1569
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1570
+ */
1571
+ proto.google.rpc.BadRequest.toObject = function(includeInstance, msg) {
1572
+ var f, obj = {
1573
+ fieldViolationsList: jspb.Message.toObjectList(msg.getFieldViolationsList(),
1574
+ proto.google.rpc.BadRequest.FieldViolation.toObject, includeInstance)
1575
+ };
1576
+
1577
+ if (includeInstance) {
1578
+ obj.$jspbMessageInstance = msg;
1579
+ }
1580
+ return obj;
1581
+ };
1582
+ }
1583
+
1584
+
1585
+ /**
1586
+ * Deserializes binary data (in protobuf wire format).
1587
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1588
+ * @return {!proto.google.rpc.BadRequest}
1589
+ */
1590
+ proto.google.rpc.BadRequest.deserializeBinary = function(bytes) {
1591
+ var reader = new jspb.BinaryReader(bytes);
1592
+ var msg = new proto.google.rpc.BadRequest;
1593
+ return proto.google.rpc.BadRequest.deserializeBinaryFromReader(msg, reader);
1594
+ };
1595
+
1596
+
1597
+ /**
1598
+ * Deserializes binary data (in protobuf wire format) from the
1599
+ * given reader into the given message object.
1600
+ * @param {!proto.google.rpc.BadRequest} msg The message object to deserialize into.
1601
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1602
+ * @return {!proto.google.rpc.BadRequest}
1603
+ */
1604
+ proto.google.rpc.BadRequest.deserializeBinaryFromReader = function(msg, reader) {
1605
+ while (reader.nextField()) {
1606
+ if (reader.isEndGroup()) {
1607
+ break;
1608
+ }
1609
+ var field = reader.getFieldNumber();
1610
+ switch (field) {
1611
+ case 1:
1612
+ var value = new proto.google.rpc.BadRequest.FieldViolation;
1613
+ reader.readMessage(value,proto.google.rpc.BadRequest.FieldViolation.deserializeBinaryFromReader);
1614
+ msg.addFieldViolations(value);
1615
+ break;
1616
+ default:
1617
+ reader.skipField();
1618
+ break;
1619
+ }
1620
+ }
1621
+ return msg;
1622
+ };
1623
+
1624
+
1625
+ /**
1626
+ * Serializes the message to binary data (in protobuf wire format).
1627
+ * @return {!Uint8Array}
1628
+ */
1629
+ proto.google.rpc.BadRequest.prototype.serializeBinary = function() {
1630
+ var writer = new jspb.BinaryWriter();
1631
+ proto.google.rpc.BadRequest.serializeBinaryToWriter(this, writer);
1632
+ return writer.getResultBuffer();
1633
+ };
1634
+
1635
+
1636
+ /**
1637
+ * Serializes the given message to binary data (in protobuf wire
1638
+ * format), writing to the given BinaryWriter.
1639
+ * @param {!proto.google.rpc.BadRequest} message
1640
+ * @param {!jspb.BinaryWriter} writer
1641
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1642
+ */
1643
+ proto.google.rpc.BadRequest.serializeBinaryToWriter = function(message, writer) {
1644
+ var f = undefined;
1645
+ f = message.getFieldViolationsList();
1646
+ if (f.length > 0) {
1647
+ writer.writeRepeatedMessage(
1648
+ 1,
1649
+ f,
1650
+ proto.google.rpc.BadRequest.FieldViolation.serializeBinaryToWriter
1651
+ );
1652
+ }
1653
+ };
1654
+
1655
+
1656
+
1657
+
1658
+
1659
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1660
+ /**
1661
+ * Creates an object representation of this proto.
1662
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1663
+ * Optional fields that are not set will be set to undefined.
1664
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1665
+ * For the list of reserved names please see:
1666
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1667
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1668
+ * JSPB instance for transitional soy proto support:
1669
+ * http://goto/soy-param-migration
1670
+ * @return {!Object}
1671
+ */
1672
+ proto.google.rpc.BadRequest.FieldViolation.prototype.toObject = function(opt_includeInstance) {
1673
+ return proto.google.rpc.BadRequest.FieldViolation.toObject(opt_includeInstance, this);
1674
+ };
1675
+
1676
+
1677
+ /**
1678
+ * Static version of the {@see toObject} method.
1679
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1680
+ * the JSPB instance for transitional soy proto support:
1681
+ * http://goto/soy-param-migration
1682
+ * @param {!proto.google.rpc.BadRequest.FieldViolation} msg The msg instance to transform.
1683
+ * @return {!Object}
1684
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1685
+ */
1686
+ proto.google.rpc.BadRequest.FieldViolation.toObject = function(includeInstance, msg) {
1687
+ var f, obj = {
1688
+ field: jspb.Message.getFieldWithDefault(msg, 1, ""),
1689
+ description: jspb.Message.getFieldWithDefault(msg, 2, "")
1690
+ };
1691
+
1692
+ if (includeInstance) {
1693
+ obj.$jspbMessageInstance = msg;
1694
+ }
1695
+ return obj;
1696
+ };
1697
+ }
1698
+
1699
+
1700
+ /**
1701
+ * Deserializes binary data (in protobuf wire format).
1702
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1703
+ * @return {!proto.google.rpc.BadRequest.FieldViolation}
1704
+ */
1705
+ proto.google.rpc.BadRequest.FieldViolation.deserializeBinary = function(bytes) {
1706
+ var reader = new jspb.BinaryReader(bytes);
1707
+ var msg = new proto.google.rpc.BadRequest.FieldViolation;
1708
+ return proto.google.rpc.BadRequest.FieldViolation.deserializeBinaryFromReader(msg, reader);
1709
+ };
1710
+
1711
+
1712
+ /**
1713
+ * Deserializes binary data (in protobuf wire format) from the
1714
+ * given reader into the given message object.
1715
+ * @param {!proto.google.rpc.BadRequest.FieldViolation} msg The message object to deserialize into.
1716
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1717
+ * @return {!proto.google.rpc.BadRequest.FieldViolation}
1718
+ */
1719
+ proto.google.rpc.BadRequest.FieldViolation.deserializeBinaryFromReader = function(msg, reader) {
1720
+ while (reader.nextField()) {
1721
+ if (reader.isEndGroup()) {
1722
+ break;
1723
+ }
1724
+ var field = reader.getFieldNumber();
1725
+ switch (field) {
1726
+ case 1:
1727
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1728
+ msg.setField(value);
1729
+ break;
1730
+ case 2:
1731
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1732
+ msg.setDescription(value);
1733
+ break;
1734
+ default:
1735
+ reader.skipField();
1736
+ break;
1737
+ }
1738
+ }
1739
+ return msg;
1740
+ };
1741
+
1742
+
1743
+ /**
1744
+ * Serializes the message to binary data (in protobuf wire format).
1745
+ * @return {!Uint8Array}
1746
+ */
1747
+ proto.google.rpc.BadRequest.FieldViolation.prototype.serializeBinary = function() {
1748
+ var writer = new jspb.BinaryWriter();
1749
+ proto.google.rpc.BadRequest.FieldViolation.serializeBinaryToWriter(this, writer);
1750
+ return writer.getResultBuffer();
1751
+ };
1752
+
1753
+
1754
+ /**
1755
+ * Serializes the given message to binary data (in protobuf wire
1756
+ * format), writing to the given BinaryWriter.
1757
+ * @param {!proto.google.rpc.BadRequest.FieldViolation} message
1758
+ * @param {!jspb.BinaryWriter} writer
1759
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1760
+ */
1761
+ proto.google.rpc.BadRequest.FieldViolation.serializeBinaryToWriter = function(message, writer) {
1762
+ var f = undefined;
1763
+ f = message.getField();
1764
+ if (f.length > 0) {
1765
+ writer.writeString(
1766
+ 1,
1767
+ f
1768
+ );
1769
+ }
1770
+ f = message.getDescription();
1771
+ if (f.length > 0) {
1772
+ writer.writeString(
1773
+ 2,
1774
+ f
1775
+ );
1776
+ }
1777
+ };
1778
+
1779
+
1780
+ /**
1781
+ * optional string field = 1;
1782
+ * @return {string}
1783
+ */
1784
+ proto.google.rpc.BadRequest.FieldViolation.prototype.getField = function() {
1785
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1786
+ };
1787
+
1788
+
1789
+ /**
1790
+ * @param {string} value
1791
+ * @return {!proto.google.rpc.BadRequest.FieldViolation} returns this
1792
+ */
1793
+ proto.google.rpc.BadRequest.FieldViolation.prototype.setField = function(value) {
1794
+ return jspb.Message.setProto3StringField(this, 1, value);
1795
+ };
1796
+
1797
+
1798
+ /**
1799
+ * optional string description = 2;
1800
+ * @return {string}
1801
+ */
1802
+ proto.google.rpc.BadRequest.FieldViolation.prototype.getDescription = function() {
1803
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1804
+ };
1805
+
1806
+
1807
+ /**
1808
+ * @param {string} value
1809
+ * @return {!proto.google.rpc.BadRequest.FieldViolation} returns this
1810
+ */
1811
+ proto.google.rpc.BadRequest.FieldViolation.prototype.setDescription = function(value) {
1812
+ return jspb.Message.setProto3StringField(this, 2, value);
1813
+ };
1814
+
1815
+
1816
+ /**
1817
+ * repeated FieldViolation field_violations = 1;
1818
+ * @return {!Array<!proto.google.rpc.BadRequest.FieldViolation>}
1819
+ */
1820
+ proto.google.rpc.BadRequest.prototype.getFieldViolationsList = function() {
1821
+ return /** @type{!Array<!proto.google.rpc.BadRequest.FieldViolation>} */ (
1822
+ jspb.Message.getRepeatedWrapperField(this, proto.google.rpc.BadRequest.FieldViolation, 1));
1823
+ };
1824
+
1825
+
1826
+ /**
1827
+ * @param {!Array<!proto.google.rpc.BadRequest.FieldViolation>} value
1828
+ * @return {!proto.google.rpc.BadRequest} returns this
1829
+ */
1830
+ proto.google.rpc.BadRequest.prototype.setFieldViolationsList = function(value) {
1831
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1832
+ };
1833
+
1834
+
1835
+ /**
1836
+ * @param {!proto.google.rpc.BadRequest.FieldViolation=} opt_value
1837
+ * @param {number=} opt_index
1838
+ * @return {!proto.google.rpc.BadRequest.FieldViolation}
1839
+ */
1840
+ proto.google.rpc.BadRequest.prototype.addFieldViolations = function(opt_value, opt_index) {
1841
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.rpc.BadRequest.FieldViolation, opt_index);
1842
+ };
1843
+
1844
+
1845
+ /**
1846
+ * Clears the list making it empty but non-null.
1847
+ * @return {!proto.google.rpc.BadRequest} returns this
1848
+ */
1849
+ proto.google.rpc.BadRequest.prototype.clearFieldViolationsList = function() {
1850
+ return this.setFieldViolationsList([]);
1851
+ };
1852
+
1853
+
1854
+
1855
+
1856
+
1857
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1858
+ /**
1859
+ * Creates an object representation of this proto.
1860
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1861
+ * Optional fields that are not set will be set to undefined.
1862
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1863
+ * For the list of reserved names please see:
1864
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1865
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1866
+ * JSPB instance for transitional soy proto support:
1867
+ * http://goto/soy-param-migration
1868
+ * @return {!Object}
1869
+ */
1870
+ proto.google.rpc.RequestInfo.prototype.toObject = function(opt_includeInstance) {
1871
+ return proto.google.rpc.RequestInfo.toObject(opt_includeInstance, this);
1872
+ };
1873
+
1874
+
1875
+ /**
1876
+ * Static version of the {@see toObject} method.
1877
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1878
+ * the JSPB instance for transitional soy proto support:
1879
+ * http://goto/soy-param-migration
1880
+ * @param {!proto.google.rpc.RequestInfo} msg The msg instance to transform.
1881
+ * @return {!Object}
1882
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1883
+ */
1884
+ proto.google.rpc.RequestInfo.toObject = function(includeInstance, msg) {
1885
+ var f, obj = {
1886
+ requestId: jspb.Message.getFieldWithDefault(msg, 1, ""),
1887
+ servingData: jspb.Message.getFieldWithDefault(msg, 2, "")
1888
+ };
1889
+
1890
+ if (includeInstance) {
1891
+ obj.$jspbMessageInstance = msg;
1892
+ }
1893
+ return obj;
1894
+ };
1895
+ }
1896
+
1897
+
1898
+ /**
1899
+ * Deserializes binary data (in protobuf wire format).
1900
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1901
+ * @return {!proto.google.rpc.RequestInfo}
1902
+ */
1903
+ proto.google.rpc.RequestInfo.deserializeBinary = function(bytes) {
1904
+ var reader = new jspb.BinaryReader(bytes);
1905
+ var msg = new proto.google.rpc.RequestInfo;
1906
+ return proto.google.rpc.RequestInfo.deserializeBinaryFromReader(msg, reader);
1907
+ };
1908
+
1909
+
1910
+ /**
1911
+ * Deserializes binary data (in protobuf wire format) from the
1912
+ * given reader into the given message object.
1913
+ * @param {!proto.google.rpc.RequestInfo} msg The message object to deserialize into.
1914
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1915
+ * @return {!proto.google.rpc.RequestInfo}
1916
+ */
1917
+ proto.google.rpc.RequestInfo.deserializeBinaryFromReader = function(msg, reader) {
1918
+ while (reader.nextField()) {
1919
+ if (reader.isEndGroup()) {
1920
+ break;
1921
+ }
1922
+ var field = reader.getFieldNumber();
1923
+ switch (field) {
1924
+ case 1:
1925
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1926
+ msg.setRequestId(value);
1927
+ break;
1928
+ case 2:
1929
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1930
+ msg.setServingData(value);
1931
+ break;
1932
+ default:
1933
+ reader.skipField();
1934
+ break;
1935
+ }
1936
+ }
1937
+ return msg;
1938
+ };
1939
+
1940
+
1941
+ /**
1942
+ * Serializes the message to binary data (in protobuf wire format).
1943
+ * @return {!Uint8Array}
1944
+ */
1945
+ proto.google.rpc.RequestInfo.prototype.serializeBinary = function() {
1946
+ var writer = new jspb.BinaryWriter();
1947
+ proto.google.rpc.RequestInfo.serializeBinaryToWriter(this, writer);
1948
+ return writer.getResultBuffer();
1949
+ };
1950
+
1951
+
1952
+ /**
1953
+ * Serializes the given message to binary data (in protobuf wire
1954
+ * format), writing to the given BinaryWriter.
1955
+ * @param {!proto.google.rpc.RequestInfo} message
1956
+ * @param {!jspb.BinaryWriter} writer
1957
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1958
+ */
1959
+ proto.google.rpc.RequestInfo.serializeBinaryToWriter = function(message, writer) {
1960
+ var f = undefined;
1961
+ f = message.getRequestId();
1962
+ if (f.length > 0) {
1963
+ writer.writeString(
1964
+ 1,
1965
+ f
1966
+ );
1967
+ }
1968
+ f = message.getServingData();
1969
+ if (f.length > 0) {
1970
+ writer.writeString(
1971
+ 2,
1972
+ f
1973
+ );
1974
+ }
1975
+ };
1976
+
1977
+
1978
+ /**
1979
+ * optional string request_id = 1;
1980
+ * @return {string}
1981
+ */
1982
+ proto.google.rpc.RequestInfo.prototype.getRequestId = function() {
1983
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1984
+ };
1985
+
1986
+
1987
+ /**
1988
+ * @param {string} value
1989
+ * @return {!proto.google.rpc.RequestInfo} returns this
1990
+ */
1991
+ proto.google.rpc.RequestInfo.prototype.setRequestId = function(value) {
1992
+ return jspb.Message.setProto3StringField(this, 1, value);
1993
+ };
1994
+
1995
+
1996
+ /**
1997
+ * optional string serving_data = 2;
1998
+ * @return {string}
1999
+ */
2000
+ proto.google.rpc.RequestInfo.prototype.getServingData = function() {
2001
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2002
+ };
2003
+
2004
+
2005
+ /**
2006
+ * @param {string} value
2007
+ * @return {!proto.google.rpc.RequestInfo} returns this
2008
+ */
2009
+ proto.google.rpc.RequestInfo.prototype.setServingData = function(value) {
2010
+ return jspb.Message.setProto3StringField(this, 2, value);
2011
+ };
2012
+
2013
+
2014
+
2015
+
2016
+
2017
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2018
+ /**
2019
+ * Creates an object representation of this proto.
2020
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2021
+ * Optional fields that are not set will be set to undefined.
2022
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2023
+ * For the list of reserved names please see:
2024
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2025
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2026
+ * JSPB instance for transitional soy proto support:
2027
+ * http://goto/soy-param-migration
2028
+ * @return {!Object}
2029
+ */
2030
+ proto.google.rpc.ResourceInfo.prototype.toObject = function(opt_includeInstance) {
2031
+ return proto.google.rpc.ResourceInfo.toObject(opt_includeInstance, this);
2032
+ };
2033
+
2034
+
2035
+ /**
2036
+ * Static version of the {@see toObject} method.
2037
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2038
+ * the JSPB instance for transitional soy proto support:
2039
+ * http://goto/soy-param-migration
2040
+ * @param {!proto.google.rpc.ResourceInfo} msg The msg instance to transform.
2041
+ * @return {!Object}
2042
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2043
+ */
2044
+ proto.google.rpc.ResourceInfo.toObject = function(includeInstance, msg) {
2045
+ var f, obj = {
2046
+ resourceType: jspb.Message.getFieldWithDefault(msg, 1, ""),
2047
+ resourceName: jspb.Message.getFieldWithDefault(msg, 2, ""),
2048
+ owner: jspb.Message.getFieldWithDefault(msg, 3, ""),
2049
+ description: jspb.Message.getFieldWithDefault(msg, 4, "")
2050
+ };
2051
+
2052
+ if (includeInstance) {
2053
+ obj.$jspbMessageInstance = msg;
2054
+ }
2055
+ return obj;
2056
+ };
2057
+ }
2058
+
2059
+
2060
+ /**
2061
+ * Deserializes binary data (in protobuf wire format).
2062
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2063
+ * @return {!proto.google.rpc.ResourceInfo}
2064
+ */
2065
+ proto.google.rpc.ResourceInfo.deserializeBinary = function(bytes) {
2066
+ var reader = new jspb.BinaryReader(bytes);
2067
+ var msg = new proto.google.rpc.ResourceInfo;
2068
+ return proto.google.rpc.ResourceInfo.deserializeBinaryFromReader(msg, reader);
2069
+ };
2070
+
2071
+
2072
+ /**
2073
+ * Deserializes binary data (in protobuf wire format) from the
2074
+ * given reader into the given message object.
2075
+ * @param {!proto.google.rpc.ResourceInfo} msg The message object to deserialize into.
2076
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2077
+ * @return {!proto.google.rpc.ResourceInfo}
2078
+ */
2079
+ proto.google.rpc.ResourceInfo.deserializeBinaryFromReader = function(msg, reader) {
2080
+ while (reader.nextField()) {
2081
+ if (reader.isEndGroup()) {
2082
+ break;
2083
+ }
2084
+ var field = reader.getFieldNumber();
2085
+ switch (field) {
2086
+ case 1:
2087
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2088
+ msg.setResourceType(value);
2089
+ break;
2090
+ case 2:
2091
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2092
+ msg.setResourceName(value);
2093
+ break;
2094
+ case 3:
2095
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2096
+ msg.setOwner(value);
2097
+ break;
2098
+ case 4:
2099
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2100
+ msg.setDescription(value);
2101
+ break;
2102
+ default:
2103
+ reader.skipField();
2104
+ break;
2105
+ }
2106
+ }
2107
+ return msg;
2108
+ };
2109
+
2110
+
2111
+ /**
2112
+ * Serializes the message to binary data (in protobuf wire format).
2113
+ * @return {!Uint8Array}
2114
+ */
2115
+ proto.google.rpc.ResourceInfo.prototype.serializeBinary = function() {
2116
+ var writer = new jspb.BinaryWriter();
2117
+ proto.google.rpc.ResourceInfo.serializeBinaryToWriter(this, writer);
2118
+ return writer.getResultBuffer();
2119
+ };
2120
+
2121
+
2122
+ /**
2123
+ * Serializes the given message to binary data (in protobuf wire
2124
+ * format), writing to the given BinaryWriter.
2125
+ * @param {!proto.google.rpc.ResourceInfo} message
2126
+ * @param {!jspb.BinaryWriter} writer
2127
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2128
+ */
2129
+ proto.google.rpc.ResourceInfo.serializeBinaryToWriter = function(message, writer) {
2130
+ var f = undefined;
2131
+ f = message.getResourceType();
2132
+ if (f.length > 0) {
2133
+ writer.writeString(
2134
+ 1,
2135
+ f
2136
+ );
2137
+ }
2138
+ f = message.getResourceName();
2139
+ if (f.length > 0) {
2140
+ writer.writeString(
2141
+ 2,
2142
+ f
2143
+ );
2144
+ }
2145
+ f = message.getOwner();
2146
+ if (f.length > 0) {
2147
+ writer.writeString(
2148
+ 3,
2149
+ f
2150
+ );
2151
+ }
2152
+ f = message.getDescription();
2153
+ if (f.length > 0) {
2154
+ writer.writeString(
2155
+ 4,
2156
+ f
2157
+ );
2158
+ }
2159
+ };
2160
+
2161
+
2162
+ /**
2163
+ * optional string resource_type = 1;
2164
+ * @return {string}
2165
+ */
2166
+ proto.google.rpc.ResourceInfo.prototype.getResourceType = function() {
2167
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2168
+ };
2169
+
2170
+
2171
+ /**
2172
+ * @param {string} value
2173
+ * @return {!proto.google.rpc.ResourceInfo} returns this
2174
+ */
2175
+ proto.google.rpc.ResourceInfo.prototype.setResourceType = function(value) {
2176
+ return jspb.Message.setProto3StringField(this, 1, value);
2177
+ };
2178
+
2179
+
2180
+ /**
2181
+ * optional string resource_name = 2;
2182
+ * @return {string}
2183
+ */
2184
+ proto.google.rpc.ResourceInfo.prototype.getResourceName = function() {
2185
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2186
+ };
2187
+
2188
+
2189
+ /**
2190
+ * @param {string} value
2191
+ * @return {!proto.google.rpc.ResourceInfo} returns this
2192
+ */
2193
+ proto.google.rpc.ResourceInfo.prototype.setResourceName = function(value) {
2194
+ return jspb.Message.setProto3StringField(this, 2, value);
2195
+ };
2196
+
2197
+
2198
+ /**
2199
+ * optional string owner = 3;
2200
+ * @return {string}
2201
+ */
2202
+ proto.google.rpc.ResourceInfo.prototype.getOwner = function() {
2203
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2204
+ };
2205
+
2206
+
2207
+ /**
2208
+ * @param {string} value
2209
+ * @return {!proto.google.rpc.ResourceInfo} returns this
2210
+ */
2211
+ proto.google.rpc.ResourceInfo.prototype.setOwner = function(value) {
2212
+ return jspb.Message.setProto3StringField(this, 3, value);
2213
+ };
2214
+
2215
+
2216
+ /**
2217
+ * optional string description = 4;
2218
+ * @return {string}
2219
+ */
2220
+ proto.google.rpc.ResourceInfo.prototype.getDescription = function() {
2221
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
2222
+ };
2223
+
2224
+
2225
+ /**
2226
+ * @param {string} value
2227
+ * @return {!proto.google.rpc.ResourceInfo} returns this
2228
+ */
2229
+ proto.google.rpc.ResourceInfo.prototype.setDescription = function(value) {
2230
+ return jspb.Message.setProto3StringField(this, 4, value);
2231
+ };
2232
+
2233
+
2234
+
2235
+ /**
2236
+ * List of repeated fields within this message type.
2237
+ * @private {!Array<number>}
2238
+ * @const
2239
+ */
2240
+ proto.google.rpc.Help.repeatedFields_ = [1];
2241
+
2242
+
2243
+
2244
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2245
+ /**
2246
+ * Creates an object representation of this proto.
2247
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2248
+ * Optional fields that are not set will be set to undefined.
2249
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2250
+ * For the list of reserved names please see:
2251
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2252
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2253
+ * JSPB instance for transitional soy proto support:
2254
+ * http://goto/soy-param-migration
2255
+ * @return {!Object}
2256
+ */
2257
+ proto.google.rpc.Help.prototype.toObject = function(opt_includeInstance) {
2258
+ return proto.google.rpc.Help.toObject(opt_includeInstance, this);
2259
+ };
2260
+
2261
+
2262
+ /**
2263
+ * Static version of the {@see toObject} method.
2264
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2265
+ * the JSPB instance for transitional soy proto support:
2266
+ * http://goto/soy-param-migration
2267
+ * @param {!proto.google.rpc.Help} msg The msg instance to transform.
2268
+ * @return {!Object}
2269
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2270
+ */
2271
+ proto.google.rpc.Help.toObject = function(includeInstance, msg) {
2272
+ var f, obj = {
2273
+ linksList: jspb.Message.toObjectList(msg.getLinksList(),
2274
+ proto.google.rpc.Help.Link.toObject, includeInstance)
2275
+ };
2276
+
2277
+ if (includeInstance) {
2278
+ obj.$jspbMessageInstance = msg;
2279
+ }
2280
+ return obj;
2281
+ };
2282
+ }
2283
+
2284
+
2285
+ /**
2286
+ * Deserializes binary data (in protobuf wire format).
2287
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2288
+ * @return {!proto.google.rpc.Help}
2289
+ */
2290
+ proto.google.rpc.Help.deserializeBinary = function(bytes) {
2291
+ var reader = new jspb.BinaryReader(bytes);
2292
+ var msg = new proto.google.rpc.Help;
2293
+ return proto.google.rpc.Help.deserializeBinaryFromReader(msg, reader);
2294
+ };
2295
+
2296
+
2297
+ /**
2298
+ * Deserializes binary data (in protobuf wire format) from the
2299
+ * given reader into the given message object.
2300
+ * @param {!proto.google.rpc.Help} msg The message object to deserialize into.
2301
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2302
+ * @return {!proto.google.rpc.Help}
2303
+ */
2304
+ proto.google.rpc.Help.deserializeBinaryFromReader = function(msg, reader) {
2305
+ while (reader.nextField()) {
2306
+ if (reader.isEndGroup()) {
2307
+ break;
2308
+ }
2309
+ var field = reader.getFieldNumber();
2310
+ switch (field) {
2311
+ case 1:
2312
+ var value = new proto.google.rpc.Help.Link;
2313
+ reader.readMessage(value,proto.google.rpc.Help.Link.deserializeBinaryFromReader);
2314
+ msg.addLinks(value);
2315
+ break;
2316
+ default:
2317
+ reader.skipField();
2318
+ break;
2319
+ }
2320
+ }
2321
+ return msg;
2322
+ };
2323
+
2324
+
2325
+ /**
2326
+ * Serializes the message to binary data (in protobuf wire format).
2327
+ * @return {!Uint8Array}
2328
+ */
2329
+ proto.google.rpc.Help.prototype.serializeBinary = function() {
2330
+ var writer = new jspb.BinaryWriter();
2331
+ proto.google.rpc.Help.serializeBinaryToWriter(this, writer);
2332
+ return writer.getResultBuffer();
2333
+ };
2334
+
2335
+
2336
+ /**
2337
+ * Serializes the given message to binary data (in protobuf wire
2338
+ * format), writing to the given BinaryWriter.
2339
+ * @param {!proto.google.rpc.Help} message
2340
+ * @param {!jspb.BinaryWriter} writer
2341
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2342
+ */
2343
+ proto.google.rpc.Help.serializeBinaryToWriter = function(message, writer) {
2344
+ var f = undefined;
2345
+ f = message.getLinksList();
2346
+ if (f.length > 0) {
2347
+ writer.writeRepeatedMessage(
2348
+ 1,
2349
+ f,
2350
+ proto.google.rpc.Help.Link.serializeBinaryToWriter
2351
+ );
2352
+ }
2353
+ };
2354
+
2355
+
2356
+
2357
+
2358
+
2359
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2360
+ /**
2361
+ * Creates an object representation of this proto.
2362
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2363
+ * Optional fields that are not set will be set to undefined.
2364
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2365
+ * For the list of reserved names please see:
2366
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2367
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2368
+ * JSPB instance for transitional soy proto support:
2369
+ * http://goto/soy-param-migration
2370
+ * @return {!Object}
2371
+ */
2372
+ proto.google.rpc.Help.Link.prototype.toObject = function(opt_includeInstance) {
2373
+ return proto.google.rpc.Help.Link.toObject(opt_includeInstance, this);
2374
+ };
2375
+
2376
+
2377
+ /**
2378
+ * Static version of the {@see toObject} method.
2379
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2380
+ * the JSPB instance for transitional soy proto support:
2381
+ * http://goto/soy-param-migration
2382
+ * @param {!proto.google.rpc.Help.Link} msg The msg instance to transform.
2383
+ * @return {!Object}
2384
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2385
+ */
2386
+ proto.google.rpc.Help.Link.toObject = function(includeInstance, msg) {
2387
+ var f, obj = {
2388
+ description: jspb.Message.getFieldWithDefault(msg, 1, ""),
2389
+ url: jspb.Message.getFieldWithDefault(msg, 2, "")
2390
+ };
2391
+
2392
+ if (includeInstance) {
2393
+ obj.$jspbMessageInstance = msg;
2394
+ }
2395
+ return obj;
2396
+ };
2397
+ }
2398
+
2399
+
2400
+ /**
2401
+ * Deserializes binary data (in protobuf wire format).
2402
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2403
+ * @return {!proto.google.rpc.Help.Link}
2404
+ */
2405
+ proto.google.rpc.Help.Link.deserializeBinary = function(bytes) {
2406
+ var reader = new jspb.BinaryReader(bytes);
2407
+ var msg = new proto.google.rpc.Help.Link;
2408
+ return proto.google.rpc.Help.Link.deserializeBinaryFromReader(msg, reader);
2409
+ };
2410
+
2411
+
2412
+ /**
2413
+ * Deserializes binary data (in protobuf wire format) from the
2414
+ * given reader into the given message object.
2415
+ * @param {!proto.google.rpc.Help.Link} msg The message object to deserialize into.
2416
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2417
+ * @return {!proto.google.rpc.Help.Link}
2418
+ */
2419
+ proto.google.rpc.Help.Link.deserializeBinaryFromReader = function(msg, reader) {
2420
+ while (reader.nextField()) {
2421
+ if (reader.isEndGroup()) {
2422
+ break;
2423
+ }
2424
+ var field = reader.getFieldNumber();
2425
+ switch (field) {
2426
+ case 1:
2427
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2428
+ msg.setDescription(value);
2429
+ break;
2430
+ case 2:
2431
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2432
+ msg.setUrl(value);
2433
+ break;
2434
+ default:
2435
+ reader.skipField();
2436
+ break;
2437
+ }
2438
+ }
2439
+ return msg;
2440
+ };
2441
+
2442
+
2443
+ /**
2444
+ * Serializes the message to binary data (in protobuf wire format).
2445
+ * @return {!Uint8Array}
2446
+ */
2447
+ proto.google.rpc.Help.Link.prototype.serializeBinary = function() {
2448
+ var writer = new jspb.BinaryWriter();
2449
+ proto.google.rpc.Help.Link.serializeBinaryToWriter(this, writer);
2450
+ return writer.getResultBuffer();
2451
+ };
2452
+
2453
+
2454
+ /**
2455
+ * Serializes the given message to binary data (in protobuf wire
2456
+ * format), writing to the given BinaryWriter.
2457
+ * @param {!proto.google.rpc.Help.Link} message
2458
+ * @param {!jspb.BinaryWriter} writer
2459
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2460
+ */
2461
+ proto.google.rpc.Help.Link.serializeBinaryToWriter = function(message, writer) {
2462
+ var f = undefined;
2463
+ f = message.getDescription();
2464
+ if (f.length > 0) {
2465
+ writer.writeString(
2466
+ 1,
2467
+ f
2468
+ );
2469
+ }
2470
+ f = message.getUrl();
2471
+ if (f.length > 0) {
2472
+ writer.writeString(
2473
+ 2,
2474
+ f
2475
+ );
2476
+ }
2477
+ };
2478
+
2479
+
2480
+ /**
2481
+ * optional string description = 1;
2482
+ * @return {string}
2483
+ */
2484
+ proto.google.rpc.Help.Link.prototype.getDescription = function() {
2485
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2486
+ };
2487
+
2488
+
2489
+ /**
2490
+ * @param {string} value
2491
+ * @return {!proto.google.rpc.Help.Link} returns this
2492
+ */
2493
+ proto.google.rpc.Help.Link.prototype.setDescription = function(value) {
2494
+ return jspb.Message.setProto3StringField(this, 1, value);
2495
+ };
2496
+
2497
+
2498
+ /**
2499
+ * optional string url = 2;
2500
+ * @return {string}
2501
+ */
2502
+ proto.google.rpc.Help.Link.prototype.getUrl = function() {
2503
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2504
+ };
2505
+
2506
+
2507
+ /**
2508
+ * @param {string} value
2509
+ * @return {!proto.google.rpc.Help.Link} returns this
2510
+ */
2511
+ proto.google.rpc.Help.Link.prototype.setUrl = function(value) {
2512
+ return jspb.Message.setProto3StringField(this, 2, value);
2513
+ };
2514
+
2515
+
2516
+ /**
2517
+ * repeated Link links = 1;
2518
+ * @return {!Array<!proto.google.rpc.Help.Link>}
2519
+ */
2520
+ proto.google.rpc.Help.prototype.getLinksList = function() {
2521
+ return /** @type{!Array<!proto.google.rpc.Help.Link>} */ (
2522
+ jspb.Message.getRepeatedWrapperField(this, proto.google.rpc.Help.Link, 1));
2523
+ };
2524
+
2525
+
2526
+ /**
2527
+ * @param {!Array<!proto.google.rpc.Help.Link>} value
2528
+ * @return {!proto.google.rpc.Help} returns this
2529
+ */
2530
+ proto.google.rpc.Help.prototype.setLinksList = function(value) {
2531
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
2532
+ };
2533
+
2534
+
2535
+ /**
2536
+ * @param {!proto.google.rpc.Help.Link=} opt_value
2537
+ * @param {number=} opt_index
2538
+ * @return {!proto.google.rpc.Help.Link}
2539
+ */
2540
+ proto.google.rpc.Help.prototype.addLinks = function(opt_value, opt_index) {
2541
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.google.rpc.Help.Link, opt_index);
2542
+ };
2543
+
2544
+
2545
+ /**
2546
+ * Clears the list making it empty but non-null.
2547
+ * @return {!proto.google.rpc.Help} returns this
2548
+ */
2549
+ proto.google.rpc.Help.prototype.clearLinksList = function() {
2550
+ return this.setLinksList([]);
2551
+ };
2552
+
2553
+
2554
+
2555
+
2556
+
2557
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2558
+ /**
2559
+ * Creates an object representation of this proto.
2560
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2561
+ * Optional fields that are not set will be set to undefined.
2562
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2563
+ * For the list of reserved names please see:
2564
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2565
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2566
+ * JSPB instance for transitional soy proto support:
2567
+ * http://goto/soy-param-migration
2568
+ * @return {!Object}
2569
+ */
2570
+ proto.google.rpc.LocalizedMessage.prototype.toObject = function(opt_includeInstance) {
2571
+ return proto.google.rpc.LocalizedMessage.toObject(opt_includeInstance, this);
2572
+ };
2573
+
2574
+
2575
+ /**
2576
+ * Static version of the {@see toObject} method.
2577
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2578
+ * the JSPB instance for transitional soy proto support:
2579
+ * http://goto/soy-param-migration
2580
+ * @param {!proto.google.rpc.LocalizedMessage} msg The msg instance to transform.
2581
+ * @return {!Object}
2582
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2583
+ */
2584
+ proto.google.rpc.LocalizedMessage.toObject = function(includeInstance, msg) {
2585
+ var f, obj = {
2586
+ locale: jspb.Message.getFieldWithDefault(msg, 1, ""),
2587
+ message: jspb.Message.getFieldWithDefault(msg, 2, "")
2588
+ };
2589
+
2590
+ if (includeInstance) {
2591
+ obj.$jspbMessageInstance = msg;
2592
+ }
2593
+ return obj;
2594
+ };
2595
+ }
2596
+
2597
+
2598
+ /**
2599
+ * Deserializes binary data (in protobuf wire format).
2600
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2601
+ * @return {!proto.google.rpc.LocalizedMessage}
2602
+ */
2603
+ proto.google.rpc.LocalizedMessage.deserializeBinary = function(bytes) {
2604
+ var reader = new jspb.BinaryReader(bytes);
2605
+ var msg = new proto.google.rpc.LocalizedMessage;
2606
+ return proto.google.rpc.LocalizedMessage.deserializeBinaryFromReader(msg, reader);
2607
+ };
2608
+
2609
+
2610
+ /**
2611
+ * Deserializes binary data (in protobuf wire format) from the
2612
+ * given reader into the given message object.
2613
+ * @param {!proto.google.rpc.LocalizedMessage} msg The message object to deserialize into.
2614
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2615
+ * @return {!proto.google.rpc.LocalizedMessage}
2616
+ */
2617
+ proto.google.rpc.LocalizedMessage.deserializeBinaryFromReader = function(msg, reader) {
2618
+ while (reader.nextField()) {
2619
+ if (reader.isEndGroup()) {
2620
+ break;
2621
+ }
2622
+ var field = reader.getFieldNumber();
2623
+ switch (field) {
2624
+ case 1:
2625
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2626
+ msg.setLocale(value);
2627
+ break;
2628
+ case 2:
2629
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2630
+ msg.setMessage(value);
2631
+ break;
2632
+ default:
2633
+ reader.skipField();
2634
+ break;
2635
+ }
2636
+ }
2637
+ return msg;
2638
+ };
2639
+
2640
+
2641
+ /**
2642
+ * Serializes the message to binary data (in protobuf wire format).
2643
+ * @return {!Uint8Array}
2644
+ */
2645
+ proto.google.rpc.LocalizedMessage.prototype.serializeBinary = function() {
2646
+ var writer = new jspb.BinaryWriter();
2647
+ proto.google.rpc.LocalizedMessage.serializeBinaryToWriter(this, writer);
2648
+ return writer.getResultBuffer();
2649
+ };
2650
+
2651
+
2652
+ /**
2653
+ * Serializes the given message to binary data (in protobuf wire
2654
+ * format), writing to the given BinaryWriter.
2655
+ * @param {!proto.google.rpc.LocalizedMessage} message
2656
+ * @param {!jspb.BinaryWriter} writer
2657
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2658
+ */
2659
+ proto.google.rpc.LocalizedMessage.serializeBinaryToWriter = function(message, writer) {
2660
+ var f = undefined;
2661
+ f = message.getLocale();
2662
+ if (f.length > 0) {
2663
+ writer.writeString(
2664
+ 1,
2665
+ f
2666
+ );
2667
+ }
2668
+ f = message.getMessage();
2669
+ if (f.length > 0) {
2670
+ writer.writeString(
2671
+ 2,
2672
+ f
2673
+ );
2674
+ }
2675
+ };
2676
+
2677
+
2678
+ /**
2679
+ * optional string locale = 1;
2680
+ * @return {string}
2681
+ */
2682
+ proto.google.rpc.LocalizedMessage.prototype.getLocale = function() {
2683
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2684
+ };
2685
+
2686
+
2687
+ /**
2688
+ * @param {string} value
2689
+ * @return {!proto.google.rpc.LocalizedMessage} returns this
2690
+ */
2691
+ proto.google.rpc.LocalizedMessage.prototype.setLocale = function(value) {
2692
+ return jspb.Message.setProto3StringField(this, 1, value);
2693
+ };
2694
+
2695
+
2696
+ /**
2697
+ * optional string message = 2;
2698
+ * @return {string}
2699
+ */
2700
+ proto.google.rpc.LocalizedMessage.prototype.getMessage = function() {
2701
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2702
+ };
2703
+
2704
+
2705
+ /**
2706
+ * @param {string} value
2707
+ * @return {!proto.google.rpc.LocalizedMessage} returns this
2708
+ */
2709
+ proto.google.rpc.LocalizedMessage.prototype.setMessage = function(value) {
2710
+ return jspb.Message.setProto3StringField(this, 2, value);
2711
+ };
2712
+
2713
+
2714
+ goog.object.extend(exports, proto.google.rpc);
2715
+
2716
+ // Below is base64 encoded GeneratedCodeInfo proto
2717
+ // CioKAgQAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YuA8gwQ8KKgoCBAESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiCFSCLFQoqCgIEAhIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGMwaINUaCioKAgQDEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YvCAgyCAKLAoEBAMDABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGMgmINEmCioKAgQEEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YuSwgzCwKLAoEBAQDABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGO8yIPgyCioKAgQFEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Y9Tgg/zgKLAoEBAUDABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGPU+IIM/CioKAgQGEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Y9EQg/0QKKgoCBAcSHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjGSiDSSgoqCgIECBIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGJxQIKBQCiwKBAQIAwASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxj4VSD8VQoqCgIECRIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGL1bIM1bCi4KBAQAAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxi9gAEgxoABCi4KBAQAAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxinggEgsIIBCi4KBAQAAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjmgwEg74MBCi4KBAQAAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjQhQEg2YUBCi4KBAQAAgISHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiOiAEgnIgBCi4KBAQAAgISHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjYigEg6IoBCi4KBAQBAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxi1qAEgwqgBCi4KBAQBAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiAqwEgjasBCi4KBAQBAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjyrAEgga0BCi4KBAQBAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bximrgEgs64BCi4KBAQCAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxj2zQEgic4BCi4KBAQCAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjzzwEghtABCi4KBAQCAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjw0QEg/9EBCi4KBAQCAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxj90wEgktQBCi4KBAQCAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiu1QEgt9UBCi4KBAQCAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiY1wEgodcBCjAKBgQDAwACABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGO6UAiD4lAIKMAoGBAMDAAIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Y85YCIP2WAgowCgYEAwMAAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjFmAIg05gCCjAKBgQDAwACARIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGM6aAiDcmgIKLgoEBAMCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGMacAiDXnAIKLgoEBAMCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGL6fAiDPnwIKLgoEBAMCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGOyhAiD5oQIKLgoEBAMCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGLWkAiDIpAIKMAoGBAQDAAIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YhuYCII3mAgowCgYEBAMAAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiW6AIgnegCCjAKBgQEAwACARIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGOjpAiDy6QIKMAoGBAQDAAIBEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Y++sCIIXsAgowCgYEBAMAAgISHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjU7QIg4u0CCjAKBgQEAwACAhIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGOvvAiD57wIKLgoEBAQCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGPHxAiCC8gIKLgoEBAQCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGIz1AiCd9QIKLgoEBAQCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGM/3AiDc9wIKLgoEBAQCABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGK36AiDA+gIKMAoGBAUDAAIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YmbgDIKG4AwowCgYEBQMAAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiiugMgqroDCjAKBgQFAwACARIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGPW7AyCDvAMKMAoGBAUDAAIBEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YhL4DIJK+AwouCgQEBQIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YiMADIJ7AAwouCgQEBQIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YisMDIKDDAwouCgQEBQIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YwcUDINPFAwouCgQEBQIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YjsgDIKbIAwouCgQEBgIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Yv+YDIMvmAwouCgQEBgIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YsOgDILzoAwouCgQEBgIBEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Y+ukDIIjqAwouCgQEBgIBEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Y7esDIPvrAwouCgQEBwIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Yio8EIJmPBAouCgQEBwIAEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YgJEEII+RBAouCgQEBwIBEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Yz5IEIN6SBAouCgQEBwIBEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YxZQEINSUBAouCgQEBwICEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YjJYEIJSWBAouCgQEBwICEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8Y+5cEIIOYBAouCgQEBwIDEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YwZkEIM+ZBAouCgQEBwIDEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YtpsEIMSbBAowCgYECAMAAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjx1QQg/9UECjAKBgQIAwACABIeZ29vZ2xlL3JwYy9lcnJvcl9kZXRhaWxzLnByb3RvGODXBCDu1wQKMAoGBAgDAAIBEh5nb29nbGUvcnBjL2Vycm9yX2RldGFpbHMucHJvdG8YodkEIKfZBAowCgYECAMAAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiI2wQgjtsECi4KBAQIAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjZ3AQg5dwECi4KBAQIAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiV3wQgod8ECi4KBAQIAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxic4QQgpOEECi4KBAQIAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjD4wQg0eMECi4KBAQJAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiXggUgoIIFCi4KBAQJAgASHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxiPhAUgmIQFCi4KBAQJAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjWhQUg4IUFCi4KBAQJAgESHmdvb2dsZS9ycGMvZXJyb3JfZGV0YWlscy5wcm90bxjPhwUg2YcF