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