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