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