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