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