@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,2848 @@
1
+ // source: google/rpc/context/attribute_context.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global = globalThis;
17
+
18
+ var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
19
+ goog.object.extend(proto, google_protobuf_any_pb);
20
+ var google_protobuf_duration_pb = require('google-protobuf/google/protobuf/duration_pb.js');
21
+ goog.object.extend(proto, google_protobuf_duration_pb);
22
+ var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
23
+ goog.object.extend(proto, google_protobuf_struct_pb);
24
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
25
+ goog.object.extend(proto, google_protobuf_timestamp_pb);
26
+ goog.exportSymbol('proto.google.rpc.context.AttributeContext', null, global);
27
+ goog.exportSymbol('proto.google.rpc.context.AttributeContext.Api', null, global);
28
+ goog.exportSymbol('proto.google.rpc.context.AttributeContext.Auth', null, global);
29
+ goog.exportSymbol('proto.google.rpc.context.AttributeContext.Peer', null, global);
30
+ goog.exportSymbol('proto.google.rpc.context.AttributeContext.Request', null, global);
31
+ goog.exportSymbol('proto.google.rpc.context.AttributeContext.Resource', null, global);
32
+ goog.exportSymbol('proto.google.rpc.context.AttributeContext.Response', null, global);
33
+ /**
34
+ * Generated by JsPbCodeGenerator.
35
+ * @param {Array=} opt_data Optional initial data array, typically from a
36
+ * server response, or constructed directly in Javascript. The array is used
37
+ * in place and becomes part of the constructed object. It is not cloned.
38
+ * If no data is provided, the constructed object will be empty, but still
39
+ * valid.
40
+ * @extends {jspb.Message}
41
+ * @constructor
42
+ */
43
+ proto.google.rpc.context.AttributeContext = function(opt_data) {
44
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.rpc.context.AttributeContext.repeatedFields_, null);
45
+ };
46
+ goog.inherits(proto.google.rpc.context.AttributeContext, jspb.Message);
47
+ if (goog.DEBUG && !COMPILED) {
48
+ /**
49
+ * @public
50
+ * @override
51
+ */
52
+ proto.google.rpc.context.AttributeContext.displayName = 'proto.google.rpc.context.AttributeContext';
53
+ }
54
+ /**
55
+ * Generated by JsPbCodeGenerator.
56
+ * @param {Array=} opt_data Optional initial data array, typically from a
57
+ * server response, or constructed directly in Javascript. The array is used
58
+ * in place and becomes part of the constructed object. It is not cloned.
59
+ * If no data is provided, the constructed object will be empty, but still
60
+ * valid.
61
+ * @extends {jspb.Message}
62
+ * @constructor
63
+ */
64
+ proto.google.rpc.context.AttributeContext.Peer = function(opt_data) {
65
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
66
+ };
67
+ goog.inherits(proto.google.rpc.context.AttributeContext.Peer, jspb.Message);
68
+ if (goog.DEBUG && !COMPILED) {
69
+ /**
70
+ * @public
71
+ * @override
72
+ */
73
+ proto.google.rpc.context.AttributeContext.Peer.displayName = 'proto.google.rpc.context.AttributeContext.Peer';
74
+ }
75
+ /**
76
+ * Generated by JsPbCodeGenerator.
77
+ * @param {Array=} opt_data Optional initial data array, typically from a
78
+ * server response, or constructed directly in Javascript. The array is used
79
+ * in place and becomes part of the constructed object. It is not cloned.
80
+ * If no data is provided, the constructed object will be empty, but still
81
+ * valid.
82
+ * @extends {jspb.Message}
83
+ * @constructor
84
+ */
85
+ proto.google.rpc.context.AttributeContext.Api = function(opt_data) {
86
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
87
+ };
88
+ goog.inherits(proto.google.rpc.context.AttributeContext.Api, jspb.Message);
89
+ if (goog.DEBUG && !COMPILED) {
90
+ /**
91
+ * @public
92
+ * @override
93
+ */
94
+ proto.google.rpc.context.AttributeContext.Api.displayName = 'proto.google.rpc.context.AttributeContext.Api';
95
+ }
96
+ /**
97
+ * Generated by JsPbCodeGenerator.
98
+ * @param {Array=} opt_data Optional initial data array, typically from a
99
+ * server response, or constructed directly in Javascript. The array is used
100
+ * in place and becomes part of the constructed object. It is not cloned.
101
+ * If no data is provided, the constructed object will be empty, but still
102
+ * valid.
103
+ * @extends {jspb.Message}
104
+ * @constructor
105
+ */
106
+ proto.google.rpc.context.AttributeContext.Auth = function(opt_data) {
107
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.google.rpc.context.AttributeContext.Auth.repeatedFields_, null);
108
+ };
109
+ goog.inherits(proto.google.rpc.context.AttributeContext.Auth, jspb.Message);
110
+ if (goog.DEBUG && !COMPILED) {
111
+ /**
112
+ * @public
113
+ * @override
114
+ */
115
+ proto.google.rpc.context.AttributeContext.Auth.displayName = 'proto.google.rpc.context.AttributeContext.Auth';
116
+ }
117
+ /**
118
+ * Generated by JsPbCodeGenerator.
119
+ * @param {Array=} opt_data Optional initial data array, typically from a
120
+ * server response, or constructed directly in Javascript. The array is used
121
+ * in place and becomes part of the constructed object. It is not cloned.
122
+ * If no data is provided, the constructed object will be empty, but still
123
+ * valid.
124
+ * @extends {jspb.Message}
125
+ * @constructor
126
+ */
127
+ proto.google.rpc.context.AttributeContext.Request = function(opt_data) {
128
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
129
+ };
130
+ goog.inherits(proto.google.rpc.context.AttributeContext.Request, jspb.Message);
131
+ if (goog.DEBUG && !COMPILED) {
132
+ /**
133
+ * @public
134
+ * @override
135
+ */
136
+ proto.google.rpc.context.AttributeContext.Request.displayName = 'proto.google.rpc.context.AttributeContext.Request';
137
+ }
138
+ /**
139
+ * Generated by JsPbCodeGenerator.
140
+ * @param {Array=} opt_data Optional initial data array, typically from a
141
+ * server response, or constructed directly in Javascript. The array is used
142
+ * in place and becomes part of the constructed object. It is not cloned.
143
+ * If no data is provided, the constructed object will be empty, but still
144
+ * valid.
145
+ * @extends {jspb.Message}
146
+ * @constructor
147
+ */
148
+ proto.google.rpc.context.AttributeContext.Response = function(opt_data) {
149
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
150
+ };
151
+ goog.inherits(proto.google.rpc.context.AttributeContext.Response, jspb.Message);
152
+ if (goog.DEBUG && !COMPILED) {
153
+ /**
154
+ * @public
155
+ * @override
156
+ */
157
+ proto.google.rpc.context.AttributeContext.Response.displayName = 'proto.google.rpc.context.AttributeContext.Response';
158
+ }
159
+ /**
160
+ * Generated by JsPbCodeGenerator.
161
+ * @param {Array=} opt_data Optional initial data array, typically from a
162
+ * server response, or constructed directly in Javascript. The array is used
163
+ * in place and becomes part of the constructed object. It is not cloned.
164
+ * If no data is provided, the constructed object will be empty, but still
165
+ * valid.
166
+ * @extends {jspb.Message}
167
+ * @constructor
168
+ */
169
+ proto.google.rpc.context.AttributeContext.Resource = function(opt_data) {
170
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
171
+ };
172
+ goog.inherits(proto.google.rpc.context.AttributeContext.Resource, jspb.Message);
173
+ if (goog.DEBUG && !COMPILED) {
174
+ /**
175
+ * @public
176
+ * @override
177
+ */
178
+ proto.google.rpc.context.AttributeContext.Resource.displayName = 'proto.google.rpc.context.AttributeContext.Resource';
179
+ }
180
+
181
+ /**
182
+ * List of repeated fields within this message type.
183
+ * @private {!Array<number>}
184
+ * @const
185
+ */
186
+ proto.google.rpc.context.AttributeContext.repeatedFields_ = [8];
187
+
188
+
189
+
190
+ if (jspb.Message.GENERATE_TO_OBJECT) {
191
+ /**
192
+ * Creates an object representation of this proto.
193
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
194
+ * Optional fields that are not set will be set to undefined.
195
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
196
+ * For the list of reserved names please see:
197
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
198
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
199
+ * JSPB instance for transitional soy proto support:
200
+ * http://goto/soy-param-migration
201
+ * @return {!Object}
202
+ */
203
+ proto.google.rpc.context.AttributeContext.prototype.toObject = function(opt_includeInstance) {
204
+ return proto.google.rpc.context.AttributeContext.toObject(opt_includeInstance, this);
205
+ };
206
+
207
+
208
+ /**
209
+ * Static version of the {@see toObject} method.
210
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
211
+ * the JSPB instance for transitional soy proto support:
212
+ * http://goto/soy-param-migration
213
+ * @param {!proto.google.rpc.context.AttributeContext} msg The msg instance to transform.
214
+ * @return {!Object}
215
+ * @suppress {unusedLocalVariables} f is only used for nested messages
216
+ */
217
+ proto.google.rpc.context.AttributeContext.toObject = function(includeInstance, msg) {
218
+ var f, obj = {
219
+ origin: (f = msg.getOrigin()) && proto.google.rpc.context.AttributeContext.Peer.toObject(includeInstance, f),
220
+ source: (f = msg.getSource()) && proto.google.rpc.context.AttributeContext.Peer.toObject(includeInstance, f),
221
+ destination: (f = msg.getDestination()) && proto.google.rpc.context.AttributeContext.Peer.toObject(includeInstance, f),
222
+ request: (f = msg.getRequest()) && proto.google.rpc.context.AttributeContext.Request.toObject(includeInstance, f),
223
+ response: (f = msg.getResponse()) && proto.google.rpc.context.AttributeContext.Response.toObject(includeInstance, f),
224
+ resource: (f = msg.getResource()) && proto.google.rpc.context.AttributeContext.Resource.toObject(includeInstance, f),
225
+ api: (f = msg.getApi()) && proto.google.rpc.context.AttributeContext.Api.toObject(includeInstance, f),
226
+ extensionsList: jspb.Message.toObjectList(msg.getExtensionsList(),
227
+ google_protobuf_any_pb.Any.toObject, includeInstance)
228
+ };
229
+
230
+ if (includeInstance) {
231
+ obj.$jspbMessageInstance = msg;
232
+ }
233
+ return obj;
234
+ };
235
+ }
236
+
237
+
238
+ /**
239
+ * Deserializes binary data (in protobuf wire format).
240
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
241
+ * @return {!proto.google.rpc.context.AttributeContext}
242
+ */
243
+ proto.google.rpc.context.AttributeContext.deserializeBinary = function(bytes) {
244
+ var reader = new jspb.BinaryReader(bytes);
245
+ var msg = new proto.google.rpc.context.AttributeContext;
246
+ return proto.google.rpc.context.AttributeContext.deserializeBinaryFromReader(msg, reader);
247
+ };
248
+
249
+
250
+ /**
251
+ * Deserializes binary data (in protobuf wire format) from the
252
+ * given reader into the given message object.
253
+ * @param {!proto.google.rpc.context.AttributeContext} msg The message object to deserialize into.
254
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
255
+ * @return {!proto.google.rpc.context.AttributeContext}
256
+ */
257
+ proto.google.rpc.context.AttributeContext.deserializeBinaryFromReader = function(msg, reader) {
258
+ while (reader.nextField()) {
259
+ if (reader.isEndGroup()) {
260
+ break;
261
+ }
262
+ var field = reader.getFieldNumber();
263
+ switch (field) {
264
+ case 7:
265
+ var value = new proto.google.rpc.context.AttributeContext.Peer;
266
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Peer.deserializeBinaryFromReader);
267
+ msg.setOrigin(value);
268
+ break;
269
+ case 1:
270
+ var value = new proto.google.rpc.context.AttributeContext.Peer;
271
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Peer.deserializeBinaryFromReader);
272
+ msg.setSource(value);
273
+ break;
274
+ case 2:
275
+ var value = new proto.google.rpc.context.AttributeContext.Peer;
276
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Peer.deserializeBinaryFromReader);
277
+ msg.setDestination(value);
278
+ break;
279
+ case 3:
280
+ var value = new proto.google.rpc.context.AttributeContext.Request;
281
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Request.deserializeBinaryFromReader);
282
+ msg.setRequest(value);
283
+ break;
284
+ case 4:
285
+ var value = new proto.google.rpc.context.AttributeContext.Response;
286
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Response.deserializeBinaryFromReader);
287
+ msg.setResponse(value);
288
+ break;
289
+ case 5:
290
+ var value = new proto.google.rpc.context.AttributeContext.Resource;
291
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Resource.deserializeBinaryFromReader);
292
+ msg.setResource(value);
293
+ break;
294
+ case 6:
295
+ var value = new proto.google.rpc.context.AttributeContext.Api;
296
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Api.deserializeBinaryFromReader);
297
+ msg.setApi(value);
298
+ break;
299
+ case 8:
300
+ var value = new google_protobuf_any_pb.Any;
301
+ reader.readMessage(value,google_protobuf_any_pb.Any.deserializeBinaryFromReader);
302
+ msg.addExtensions(value);
303
+ break;
304
+ default:
305
+ reader.skipField();
306
+ break;
307
+ }
308
+ }
309
+ return msg;
310
+ };
311
+
312
+
313
+ /**
314
+ * Serializes the message to binary data (in protobuf wire format).
315
+ * @return {!Uint8Array}
316
+ */
317
+ proto.google.rpc.context.AttributeContext.prototype.serializeBinary = function() {
318
+ var writer = new jspb.BinaryWriter();
319
+ proto.google.rpc.context.AttributeContext.serializeBinaryToWriter(this, writer);
320
+ return writer.getResultBuffer();
321
+ };
322
+
323
+
324
+ /**
325
+ * Serializes the given message to binary data (in protobuf wire
326
+ * format), writing to the given BinaryWriter.
327
+ * @param {!proto.google.rpc.context.AttributeContext} message
328
+ * @param {!jspb.BinaryWriter} writer
329
+ * @suppress {unusedLocalVariables} f is only used for nested messages
330
+ */
331
+ proto.google.rpc.context.AttributeContext.serializeBinaryToWriter = function(message, writer) {
332
+ var f = undefined;
333
+ f = message.getOrigin();
334
+ if (f != null) {
335
+ writer.writeMessage(
336
+ 7,
337
+ f,
338
+ proto.google.rpc.context.AttributeContext.Peer.serializeBinaryToWriter
339
+ );
340
+ }
341
+ f = message.getSource();
342
+ if (f != null) {
343
+ writer.writeMessage(
344
+ 1,
345
+ f,
346
+ proto.google.rpc.context.AttributeContext.Peer.serializeBinaryToWriter
347
+ );
348
+ }
349
+ f = message.getDestination();
350
+ if (f != null) {
351
+ writer.writeMessage(
352
+ 2,
353
+ f,
354
+ proto.google.rpc.context.AttributeContext.Peer.serializeBinaryToWriter
355
+ );
356
+ }
357
+ f = message.getRequest();
358
+ if (f != null) {
359
+ writer.writeMessage(
360
+ 3,
361
+ f,
362
+ proto.google.rpc.context.AttributeContext.Request.serializeBinaryToWriter
363
+ );
364
+ }
365
+ f = message.getResponse();
366
+ if (f != null) {
367
+ writer.writeMessage(
368
+ 4,
369
+ f,
370
+ proto.google.rpc.context.AttributeContext.Response.serializeBinaryToWriter
371
+ );
372
+ }
373
+ f = message.getResource();
374
+ if (f != null) {
375
+ writer.writeMessage(
376
+ 5,
377
+ f,
378
+ proto.google.rpc.context.AttributeContext.Resource.serializeBinaryToWriter
379
+ );
380
+ }
381
+ f = message.getApi();
382
+ if (f != null) {
383
+ writer.writeMessage(
384
+ 6,
385
+ f,
386
+ proto.google.rpc.context.AttributeContext.Api.serializeBinaryToWriter
387
+ );
388
+ }
389
+ f = message.getExtensionsList();
390
+ if (f.length > 0) {
391
+ writer.writeRepeatedMessage(
392
+ 8,
393
+ f,
394
+ google_protobuf_any_pb.Any.serializeBinaryToWriter
395
+ );
396
+ }
397
+ };
398
+
399
+
400
+
401
+
402
+
403
+ if (jspb.Message.GENERATE_TO_OBJECT) {
404
+ /**
405
+ * Creates an object representation of this proto.
406
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
407
+ * Optional fields that are not set will be set to undefined.
408
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
409
+ * For the list of reserved names please see:
410
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
411
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
412
+ * JSPB instance for transitional soy proto support:
413
+ * http://goto/soy-param-migration
414
+ * @return {!Object}
415
+ */
416
+ proto.google.rpc.context.AttributeContext.Peer.prototype.toObject = function(opt_includeInstance) {
417
+ return proto.google.rpc.context.AttributeContext.Peer.toObject(opt_includeInstance, this);
418
+ };
419
+
420
+
421
+ /**
422
+ * Static version of the {@see toObject} method.
423
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
424
+ * the JSPB instance for transitional soy proto support:
425
+ * http://goto/soy-param-migration
426
+ * @param {!proto.google.rpc.context.AttributeContext.Peer} msg The msg instance to transform.
427
+ * @return {!Object}
428
+ * @suppress {unusedLocalVariables} f is only used for nested messages
429
+ */
430
+ proto.google.rpc.context.AttributeContext.Peer.toObject = function(includeInstance, msg) {
431
+ var f, obj = {
432
+ ip: jspb.Message.getFieldWithDefault(msg, 1, ""),
433
+ port: jspb.Message.getFieldWithDefault(msg, 2, 0),
434
+ labelsMap: (f = msg.getLabelsMap()) ? f.toObject(includeInstance, undefined) : [],
435
+ principal: jspb.Message.getFieldWithDefault(msg, 7, ""),
436
+ regionCode: jspb.Message.getFieldWithDefault(msg, 8, "")
437
+ };
438
+
439
+ if (includeInstance) {
440
+ obj.$jspbMessageInstance = msg;
441
+ }
442
+ return obj;
443
+ };
444
+ }
445
+
446
+
447
+ /**
448
+ * Deserializes binary data (in protobuf wire format).
449
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
450
+ * @return {!proto.google.rpc.context.AttributeContext.Peer}
451
+ */
452
+ proto.google.rpc.context.AttributeContext.Peer.deserializeBinary = function(bytes) {
453
+ var reader = new jspb.BinaryReader(bytes);
454
+ var msg = new proto.google.rpc.context.AttributeContext.Peer;
455
+ return proto.google.rpc.context.AttributeContext.Peer.deserializeBinaryFromReader(msg, reader);
456
+ };
457
+
458
+
459
+ /**
460
+ * Deserializes binary data (in protobuf wire format) from the
461
+ * given reader into the given message object.
462
+ * @param {!proto.google.rpc.context.AttributeContext.Peer} msg The message object to deserialize into.
463
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
464
+ * @return {!proto.google.rpc.context.AttributeContext.Peer}
465
+ */
466
+ proto.google.rpc.context.AttributeContext.Peer.deserializeBinaryFromReader = function(msg, reader) {
467
+ while (reader.nextField()) {
468
+ if (reader.isEndGroup()) {
469
+ break;
470
+ }
471
+ var field = reader.getFieldNumber();
472
+ switch (field) {
473
+ case 1:
474
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
475
+ msg.setIp(value);
476
+ break;
477
+ case 2:
478
+ var value = /** @type {number} */ (reader.readInt64());
479
+ msg.setPort(value);
480
+ break;
481
+ case 6:
482
+ var value = msg.getLabelsMap();
483
+ reader.readMessage(value, function(message, reader) {
484
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readStringRequireUtf8, null, "", "");
485
+ });
486
+ break;
487
+ case 7:
488
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
489
+ msg.setPrincipal(value);
490
+ break;
491
+ case 8:
492
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
493
+ msg.setRegionCode(value);
494
+ break;
495
+ default:
496
+ reader.skipField();
497
+ break;
498
+ }
499
+ }
500
+ return msg;
501
+ };
502
+
503
+
504
+ /**
505
+ * Serializes the message to binary data (in protobuf wire format).
506
+ * @return {!Uint8Array}
507
+ */
508
+ proto.google.rpc.context.AttributeContext.Peer.prototype.serializeBinary = function() {
509
+ var writer = new jspb.BinaryWriter();
510
+ proto.google.rpc.context.AttributeContext.Peer.serializeBinaryToWriter(this, writer);
511
+ return writer.getResultBuffer();
512
+ };
513
+
514
+
515
+ /**
516
+ * Serializes the given message to binary data (in protobuf wire
517
+ * format), writing to the given BinaryWriter.
518
+ * @param {!proto.google.rpc.context.AttributeContext.Peer} message
519
+ * @param {!jspb.BinaryWriter} writer
520
+ * @suppress {unusedLocalVariables} f is only used for nested messages
521
+ */
522
+ proto.google.rpc.context.AttributeContext.Peer.serializeBinaryToWriter = function(message, writer) {
523
+ var f = undefined;
524
+ f = message.getIp();
525
+ if (f.length > 0) {
526
+ writer.writeString(
527
+ 1,
528
+ f
529
+ );
530
+ }
531
+ f = message.getPort();
532
+ if (f !== 0) {
533
+ writer.writeInt64(
534
+ 2,
535
+ f
536
+ );
537
+ }
538
+ f = message.getLabelsMap(true);
539
+ if (f && f.getLength() > 0) {
540
+ jspb.internal.public_for_gencode.serializeMapToBinary(
541
+ message.getLabelsMap(true),
542
+ 6,
543
+ writer,
544
+ jspb.BinaryWriter.prototype.writeString,
545
+ jspb.BinaryWriter.prototype.writeString);
546
+ }
547
+ f = message.getPrincipal();
548
+ if (f.length > 0) {
549
+ writer.writeString(
550
+ 7,
551
+ f
552
+ );
553
+ }
554
+ f = message.getRegionCode();
555
+ if (f.length > 0) {
556
+ writer.writeString(
557
+ 8,
558
+ f
559
+ );
560
+ }
561
+ };
562
+
563
+
564
+ /**
565
+ * optional string ip = 1;
566
+ * @return {string}
567
+ */
568
+ proto.google.rpc.context.AttributeContext.Peer.prototype.getIp = function() {
569
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
570
+ };
571
+
572
+
573
+ /**
574
+ * @param {string} value
575
+ * @return {!proto.google.rpc.context.AttributeContext.Peer} returns this
576
+ */
577
+ proto.google.rpc.context.AttributeContext.Peer.prototype.setIp = function(value) {
578
+ return jspb.Message.setProto3StringField(this, 1, value);
579
+ };
580
+
581
+
582
+ /**
583
+ * optional int64 port = 2;
584
+ * @return {number}
585
+ */
586
+ proto.google.rpc.context.AttributeContext.Peer.prototype.getPort = function() {
587
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
588
+ };
589
+
590
+
591
+ /**
592
+ * @param {number} value
593
+ * @return {!proto.google.rpc.context.AttributeContext.Peer} returns this
594
+ */
595
+ proto.google.rpc.context.AttributeContext.Peer.prototype.setPort = function(value) {
596
+ return jspb.Message.setProto3IntField(this, 2, value);
597
+ };
598
+
599
+
600
+ /**
601
+ * map<string, string> labels = 6;
602
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
603
+ * empty, instead returning `undefined`
604
+ * @return {!jspb.Map<string,string>}
605
+ */
606
+ proto.google.rpc.context.AttributeContext.Peer.prototype.getLabelsMap = function(opt_noLazyCreate) {
607
+ return /** @type {!jspb.Map<string,string>} */ (
608
+ jspb.Message.getMapField(this, 6, opt_noLazyCreate,
609
+ null));
610
+ };
611
+
612
+
613
+ /**
614
+ * Clears values from the map. The map will be non-null.
615
+ * @return {!proto.google.rpc.context.AttributeContext.Peer} returns this
616
+ */
617
+ proto.google.rpc.context.AttributeContext.Peer.prototype.clearLabelsMap = function() {
618
+ this.getLabelsMap().clear();
619
+ return this;
620
+ };
621
+
622
+
623
+ /**
624
+ * optional string principal = 7;
625
+ * @return {string}
626
+ */
627
+ proto.google.rpc.context.AttributeContext.Peer.prototype.getPrincipal = function() {
628
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
629
+ };
630
+
631
+
632
+ /**
633
+ * @param {string} value
634
+ * @return {!proto.google.rpc.context.AttributeContext.Peer} returns this
635
+ */
636
+ proto.google.rpc.context.AttributeContext.Peer.prototype.setPrincipal = function(value) {
637
+ return jspb.Message.setProto3StringField(this, 7, value);
638
+ };
639
+
640
+
641
+ /**
642
+ * optional string region_code = 8;
643
+ * @return {string}
644
+ */
645
+ proto.google.rpc.context.AttributeContext.Peer.prototype.getRegionCode = function() {
646
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
647
+ };
648
+
649
+
650
+ /**
651
+ * @param {string} value
652
+ * @return {!proto.google.rpc.context.AttributeContext.Peer} returns this
653
+ */
654
+ proto.google.rpc.context.AttributeContext.Peer.prototype.setRegionCode = function(value) {
655
+ return jspb.Message.setProto3StringField(this, 8, value);
656
+ };
657
+
658
+
659
+
660
+
661
+
662
+ if (jspb.Message.GENERATE_TO_OBJECT) {
663
+ /**
664
+ * Creates an object representation of this proto.
665
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
666
+ * Optional fields that are not set will be set to undefined.
667
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
668
+ * For the list of reserved names please see:
669
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
670
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
671
+ * JSPB instance for transitional soy proto support:
672
+ * http://goto/soy-param-migration
673
+ * @return {!Object}
674
+ */
675
+ proto.google.rpc.context.AttributeContext.Api.prototype.toObject = function(opt_includeInstance) {
676
+ return proto.google.rpc.context.AttributeContext.Api.toObject(opt_includeInstance, this);
677
+ };
678
+
679
+
680
+ /**
681
+ * Static version of the {@see toObject} method.
682
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
683
+ * the JSPB instance for transitional soy proto support:
684
+ * http://goto/soy-param-migration
685
+ * @param {!proto.google.rpc.context.AttributeContext.Api} msg The msg instance to transform.
686
+ * @return {!Object}
687
+ * @suppress {unusedLocalVariables} f is only used for nested messages
688
+ */
689
+ proto.google.rpc.context.AttributeContext.Api.toObject = function(includeInstance, msg) {
690
+ var f, obj = {
691
+ service: jspb.Message.getFieldWithDefault(msg, 1, ""),
692
+ operation: jspb.Message.getFieldWithDefault(msg, 2, ""),
693
+ protocol: jspb.Message.getFieldWithDefault(msg, 3, ""),
694
+ version: jspb.Message.getFieldWithDefault(msg, 4, "")
695
+ };
696
+
697
+ if (includeInstance) {
698
+ obj.$jspbMessageInstance = msg;
699
+ }
700
+ return obj;
701
+ };
702
+ }
703
+
704
+
705
+ /**
706
+ * Deserializes binary data (in protobuf wire format).
707
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
708
+ * @return {!proto.google.rpc.context.AttributeContext.Api}
709
+ */
710
+ proto.google.rpc.context.AttributeContext.Api.deserializeBinary = function(bytes) {
711
+ var reader = new jspb.BinaryReader(bytes);
712
+ var msg = new proto.google.rpc.context.AttributeContext.Api;
713
+ return proto.google.rpc.context.AttributeContext.Api.deserializeBinaryFromReader(msg, reader);
714
+ };
715
+
716
+
717
+ /**
718
+ * Deserializes binary data (in protobuf wire format) from the
719
+ * given reader into the given message object.
720
+ * @param {!proto.google.rpc.context.AttributeContext.Api} msg The message object to deserialize into.
721
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
722
+ * @return {!proto.google.rpc.context.AttributeContext.Api}
723
+ */
724
+ proto.google.rpc.context.AttributeContext.Api.deserializeBinaryFromReader = function(msg, reader) {
725
+ while (reader.nextField()) {
726
+ if (reader.isEndGroup()) {
727
+ break;
728
+ }
729
+ var field = reader.getFieldNumber();
730
+ switch (field) {
731
+ case 1:
732
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
733
+ msg.setService(value);
734
+ break;
735
+ case 2:
736
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
737
+ msg.setOperation(value);
738
+ break;
739
+ case 3:
740
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
741
+ msg.setProtocol(value);
742
+ break;
743
+ case 4:
744
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
745
+ msg.setVersion(value);
746
+ break;
747
+ default:
748
+ reader.skipField();
749
+ break;
750
+ }
751
+ }
752
+ return msg;
753
+ };
754
+
755
+
756
+ /**
757
+ * Serializes the message to binary data (in protobuf wire format).
758
+ * @return {!Uint8Array}
759
+ */
760
+ proto.google.rpc.context.AttributeContext.Api.prototype.serializeBinary = function() {
761
+ var writer = new jspb.BinaryWriter();
762
+ proto.google.rpc.context.AttributeContext.Api.serializeBinaryToWriter(this, writer);
763
+ return writer.getResultBuffer();
764
+ };
765
+
766
+
767
+ /**
768
+ * Serializes the given message to binary data (in protobuf wire
769
+ * format), writing to the given BinaryWriter.
770
+ * @param {!proto.google.rpc.context.AttributeContext.Api} message
771
+ * @param {!jspb.BinaryWriter} writer
772
+ * @suppress {unusedLocalVariables} f is only used for nested messages
773
+ */
774
+ proto.google.rpc.context.AttributeContext.Api.serializeBinaryToWriter = function(message, writer) {
775
+ var f = undefined;
776
+ f = message.getService();
777
+ if (f.length > 0) {
778
+ writer.writeString(
779
+ 1,
780
+ f
781
+ );
782
+ }
783
+ f = message.getOperation();
784
+ if (f.length > 0) {
785
+ writer.writeString(
786
+ 2,
787
+ f
788
+ );
789
+ }
790
+ f = message.getProtocol();
791
+ if (f.length > 0) {
792
+ writer.writeString(
793
+ 3,
794
+ f
795
+ );
796
+ }
797
+ f = message.getVersion();
798
+ if (f.length > 0) {
799
+ writer.writeString(
800
+ 4,
801
+ f
802
+ );
803
+ }
804
+ };
805
+
806
+
807
+ /**
808
+ * optional string service = 1;
809
+ * @return {string}
810
+ */
811
+ proto.google.rpc.context.AttributeContext.Api.prototype.getService = function() {
812
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
813
+ };
814
+
815
+
816
+ /**
817
+ * @param {string} value
818
+ * @return {!proto.google.rpc.context.AttributeContext.Api} returns this
819
+ */
820
+ proto.google.rpc.context.AttributeContext.Api.prototype.setService = function(value) {
821
+ return jspb.Message.setProto3StringField(this, 1, value);
822
+ };
823
+
824
+
825
+ /**
826
+ * optional string operation = 2;
827
+ * @return {string}
828
+ */
829
+ proto.google.rpc.context.AttributeContext.Api.prototype.getOperation = function() {
830
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
831
+ };
832
+
833
+
834
+ /**
835
+ * @param {string} value
836
+ * @return {!proto.google.rpc.context.AttributeContext.Api} returns this
837
+ */
838
+ proto.google.rpc.context.AttributeContext.Api.prototype.setOperation = function(value) {
839
+ return jspb.Message.setProto3StringField(this, 2, value);
840
+ };
841
+
842
+
843
+ /**
844
+ * optional string protocol = 3;
845
+ * @return {string}
846
+ */
847
+ proto.google.rpc.context.AttributeContext.Api.prototype.getProtocol = function() {
848
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
849
+ };
850
+
851
+
852
+ /**
853
+ * @param {string} value
854
+ * @return {!proto.google.rpc.context.AttributeContext.Api} returns this
855
+ */
856
+ proto.google.rpc.context.AttributeContext.Api.prototype.setProtocol = function(value) {
857
+ return jspb.Message.setProto3StringField(this, 3, value);
858
+ };
859
+
860
+
861
+ /**
862
+ * optional string version = 4;
863
+ * @return {string}
864
+ */
865
+ proto.google.rpc.context.AttributeContext.Api.prototype.getVersion = function() {
866
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
867
+ };
868
+
869
+
870
+ /**
871
+ * @param {string} value
872
+ * @return {!proto.google.rpc.context.AttributeContext.Api} returns this
873
+ */
874
+ proto.google.rpc.context.AttributeContext.Api.prototype.setVersion = function(value) {
875
+ return jspb.Message.setProto3StringField(this, 4, value);
876
+ };
877
+
878
+
879
+
880
+ /**
881
+ * List of repeated fields within this message type.
882
+ * @private {!Array<number>}
883
+ * @const
884
+ */
885
+ proto.google.rpc.context.AttributeContext.Auth.repeatedFields_ = [2,5];
886
+
887
+
888
+
889
+ if (jspb.Message.GENERATE_TO_OBJECT) {
890
+ /**
891
+ * Creates an object representation of this proto.
892
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
893
+ * Optional fields that are not set will be set to undefined.
894
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
895
+ * For the list of reserved names please see:
896
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
897
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
898
+ * JSPB instance for transitional soy proto support:
899
+ * http://goto/soy-param-migration
900
+ * @return {!Object}
901
+ */
902
+ proto.google.rpc.context.AttributeContext.Auth.prototype.toObject = function(opt_includeInstance) {
903
+ return proto.google.rpc.context.AttributeContext.Auth.toObject(opt_includeInstance, this);
904
+ };
905
+
906
+
907
+ /**
908
+ * Static version of the {@see toObject} method.
909
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
910
+ * the JSPB instance for transitional soy proto support:
911
+ * http://goto/soy-param-migration
912
+ * @param {!proto.google.rpc.context.AttributeContext.Auth} msg The msg instance to transform.
913
+ * @return {!Object}
914
+ * @suppress {unusedLocalVariables} f is only used for nested messages
915
+ */
916
+ proto.google.rpc.context.AttributeContext.Auth.toObject = function(includeInstance, msg) {
917
+ var f, obj = {
918
+ principal: jspb.Message.getFieldWithDefault(msg, 1, ""),
919
+ audiencesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
920
+ presenter: jspb.Message.getFieldWithDefault(msg, 3, ""),
921
+ claims: (f = msg.getClaims()) && google_protobuf_struct_pb.Struct.toObject(includeInstance, f),
922
+ accessLevelsList: (f = jspb.Message.getRepeatedField(msg, 5)) == null ? undefined : f
923
+ };
924
+
925
+ if (includeInstance) {
926
+ obj.$jspbMessageInstance = msg;
927
+ }
928
+ return obj;
929
+ };
930
+ }
931
+
932
+
933
+ /**
934
+ * Deserializes binary data (in protobuf wire format).
935
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
936
+ * @return {!proto.google.rpc.context.AttributeContext.Auth}
937
+ */
938
+ proto.google.rpc.context.AttributeContext.Auth.deserializeBinary = function(bytes) {
939
+ var reader = new jspb.BinaryReader(bytes);
940
+ var msg = new proto.google.rpc.context.AttributeContext.Auth;
941
+ return proto.google.rpc.context.AttributeContext.Auth.deserializeBinaryFromReader(msg, reader);
942
+ };
943
+
944
+
945
+ /**
946
+ * Deserializes binary data (in protobuf wire format) from the
947
+ * given reader into the given message object.
948
+ * @param {!proto.google.rpc.context.AttributeContext.Auth} msg The message object to deserialize into.
949
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
950
+ * @return {!proto.google.rpc.context.AttributeContext.Auth}
951
+ */
952
+ proto.google.rpc.context.AttributeContext.Auth.deserializeBinaryFromReader = function(msg, reader) {
953
+ while (reader.nextField()) {
954
+ if (reader.isEndGroup()) {
955
+ break;
956
+ }
957
+ var field = reader.getFieldNumber();
958
+ switch (field) {
959
+ case 1:
960
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
961
+ msg.setPrincipal(value);
962
+ break;
963
+ case 2:
964
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
965
+ msg.addAudiences(value);
966
+ break;
967
+ case 3:
968
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
969
+ msg.setPresenter(value);
970
+ break;
971
+ case 4:
972
+ var value = new google_protobuf_struct_pb.Struct;
973
+ reader.readMessage(value,google_protobuf_struct_pb.Struct.deserializeBinaryFromReader);
974
+ msg.setClaims(value);
975
+ break;
976
+ case 5:
977
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
978
+ msg.addAccessLevels(value);
979
+ break;
980
+ default:
981
+ reader.skipField();
982
+ break;
983
+ }
984
+ }
985
+ return msg;
986
+ };
987
+
988
+
989
+ /**
990
+ * Serializes the message to binary data (in protobuf wire format).
991
+ * @return {!Uint8Array}
992
+ */
993
+ proto.google.rpc.context.AttributeContext.Auth.prototype.serializeBinary = function() {
994
+ var writer = new jspb.BinaryWriter();
995
+ proto.google.rpc.context.AttributeContext.Auth.serializeBinaryToWriter(this, writer);
996
+ return writer.getResultBuffer();
997
+ };
998
+
999
+
1000
+ /**
1001
+ * Serializes the given message to binary data (in protobuf wire
1002
+ * format), writing to the given BinaryWriter.
1003
+ * @param {!proto.google.rpc.context.AttributeContext.Auth} message
1004
+ * @param {!jspb.BinaryWriter} writer
1005
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1006
+ */
1007
+ proto.google.rpc.context.AttributeContext.Auth.serializeBinaryToWriter = function(message, writer) {
1008
+ var f = undefined;
1009
+ f = message.getPrincipal();
1010
+ if (f.length > 0) {
1011
+ writer.writeString(
1012
+ 1,
1013
+ f
1014
+ );
1015
+ }
1016
+ f = message.getAudiencesList();
1017
+ if (f.length > 0) {
1018
+ writer.writeRepeatedString(
1019
+ 2,
1020
+ f
1021
+ );
1022
+ }
1023
+ f = message.getPresenter();
1024
+ if (f.length > 0) {
1025
+ writer.writeString(
1026
+ 3,
1027
+ f
1028
+ );
1029
+ }
1030
+ f = message.getClaims();
1031
+ if (f != null) {
1032
+ writer.writeMessage(
1033
+ 4,
1034
+ f,
1035
+ google_protobuf_struct_pb.Struct.serializeBinaryToWriter
1036
+ );
1037
+ }
1038
+ f = message.getAccessLevelsList();
1039
+ if (f.length > 0) {
1040
+ writer.writeRepeatedString(
1041
+ 5,
1042
+ f
1043
+ );
1044
+ }
1045
+ };
1046
+
1047
+
1048
+ /**
1049
+ * optional string principal = 1;
1050
+ * @return {string}
1051
+ */
1052
+ proto.google.rpc.context.AttributeContext.Auth.prototype.getPrincipal = function() {
1053
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1054
+ };
1055
+
1056
+
1057
+ /**
1058
+ * @param {string} value
1059
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1060
+ */
1061
+ proto.google.rpc.context.AttributeContext.Auth.prototype.setPrincipal = function(value) {
1062
+ return jspb.Message.setProto3StringField(this, 1, value);
1063
+ };
1064
+
1065
+
1066
+ /**
1067
+ * repeated string audiences = 2;
1068
+ * @return {!Array<string>}
1069
+ */
1070
+ proto.google.rpc.context.AttributeContext.Auth.prototype.getAudiencesList = function() {
1071
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
1072
+ };
1073
+
1074
+
1075
+ /**
1076
+ * @param {!Array<string>} value
1077
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1078
+ */
1079
+ proto.google.rpc.context.AttributeContext.Auth.prototype.setAudiencesList = function(value) {
1080
+ return jspb.Message.setField(this, 2, value || []);
1081
+ };
1082
+
1083
+
1084
+ /**
1085
+ * @param {string} value
1086
+ * @param {number=} opt_index
1087
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1088
+ */
1089
+ proto.google.rpc.context.AttributeContext.Auth.prototype.addAudiences = function(value, opt_index) {
1090
+ return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
1091
+ };
1092
+
1093
+
1094
+ /**
1095
+ * Clears the list making it empty but non-null.
1096
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1097
+ */
1098
+ proto.google.rpc.context.AttributeContext.Auth.prototype.clearAudiencesList = function() {
1099
+ return this.setAudiencesList([]);
1100
+ };
1101
+
1102
+
1103
+ /**
1104
+ * optional string presenter = 3;
1105
+ * @return {string}
1106
+ */
1107
+ proto.google.rpc.context.AttributeContext.Auth.prototype.getPresenter = function() {
1108
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1109
+ };
1110
+
1111
+
1112
+ /**
1113
+ * @param {string} value
1114
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1115
+ */
1116
+ proto.google.rpc.context.AttributeContext.Auth.prototype.setPresenter = function(value) {
1117
+ return jspb.Message.setProto3StringField(this, 3, value);
1118
+ };
1119
+
1120
+
1121
+ /**
1122
+ * optional google.protobuf.Struct claims = 4;
1123
+ * @return {?proto.google.protobuf.Struct}
1124
+ */
1125
+ proto.google.rpc.context.AttributeContext.Auth.prototype.getClaims = function() {
1126
+ return /** @type{?proto.google.protobuf.Struct} */ (
1127
+ jspb.Message.getWrapperField(this, google_protobuf_struct_pb.Struct, 4));
1128
+ };
1129
+
1130
+
1131
+ /**
1132
+ * @param {?proto.google.protobuf.Struct|undefined} value
1133
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1134
+ */
1135
+ proto.google.rpc.context.AttributeContext.Auth.prototype.setClaims = function(value) {
1136
+ return jspb.Message.setWrapperField(this, 4, value);
1137
+ };
1138
+
1139
+
1140
+ /**
1141
+ * Clears the message field making it undefined.
1142
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1143
+ */
1144
+ proto.google.rpc.context.AttributeContext.Auth.prototype.clearClaims = function() {
1145
+ return this.setClaims(undefined);
1146
+ };
1147
+
1148
+
1149
+ /**
1150
+ * Returns whether this field is set.
1151
+ * @return {boolean}
1152
+ */
1153
+ proto.google.rpc.context.AttributeContext.Auth.prototype.hasClaims = function() {
1154
+ return jspb.Message.getField(this, 4) != null;
1155
+ };
1156
+
1157
+
1158
+ /**
1159
+ * repeated string access_levels = 5;
1160
+ * @return {!Array<string>}
1161
+ */
1162
+ proto.google.rpc.context.AttributeContext.Auth.prototype.getAccessLevelsList = function() {
1163
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 5));
1164
+ };
1165
+
1166
+
1167
+ /**
1168
+ * @param {!Array<string>} value
1169
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1170
+ */
1171
+ proto.google.rpc.context.AttributeContext.Auth.prototype.setAccessLevelsList = function(value) {
1172
+ return jspb.Message.setField(this, 5, value || []);
1173
+ };
1174
+
1175
+
1176
+ /**
1177
+ * @param {string} value
1178
+ * @param {number=} opt_index
1179
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1180
+ */
1181
+ proto.google.rpc.context.AttributeContext.Auth.prototype.addAccessLevels = function(value, opt_index) {
1182
+ return jspb.Message.addToRepeatedField(this, 5, value, opt_index);
1183
+ };
1184
+
1185
+
1186
+ /**
1187
+ * Clears the list making it empty but non-null.
1188
+ * @return {!proto.google.rpc.context.AttributeContext.Auth} returns this
1189
+ */
1190
+ proto.google.rpc.context.AttributeContext.Auth.prototype.clearAccessLevelsList = function() {
1191
+ return this.setAccessLevelsList([]);
1192
+ };
1193
+
1194
+
1195
+
1196
+
1197
+
1198
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1199
+ /**
1200
+ * Creates an object representation of this proto.
1201
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1202
+ * Optional fields that are not set will be set to undefined.
1203
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1204
+ * For the list of reserved names please see:
1205
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1206
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1207
+ * JSPB instance for transitional soy proto support:
1208
+ * http://goto/soy-param-migration
1209
+ * @return {!Object}
1210
+ */
1211
+ proto.google.rpc.context.AttributeContext.Request.prototype.toObject = function(opt_includeInstance) {
1212
+ return proto.google.rpc.context.AttributeContext.Request.toObject(opt_includeInstance, this);
1213
+ };
1214
+
1215
+
1216
+ /**
1217
+ * Static version of the {@see toObject} method.
1218
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1219
+ * the JSPB instance for transitional soy proto support:
1220
+ * http://goto/soy-param-migration
1221
+ * @param {!proto.google.rpc.context.AttributeContext.Request} msg The msg instance to transform.
1222
+ * @return {!Object}
1223
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1224
+ */
1225
+ proto.google.rpc.context.AttributeContext.Request.toObject = function(includeInstance, msg) {
1226
+ var f, obj = {
1227
+ id: jspb.Message.getFieldWithDefault(msg, 1, ""),
1228
+ method: jspb.Message.getFieldWithDefault(msg, 2, ""),
1229
+ headersMap: (f = msg.getHeadersMap()) ? f.toObject(includeInstance, undefined) : [],
1230
+ path: jspb.Message.getFieldWithDefault(msg, 4, ""),
1231
+ host: jspb.Message.getFieldWithDefault(msg, 5, ""),
1232
+ scheme: jspb.Message.getFieldWithDefault(msg, 6, ""),
1233
+ query: jspb.Message.getFieldWithDefault(msg, 7, ""),
1234
+ time: (f = msg.getTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
1235
+ size: jspb.Message.getFieldWithDefault(msg, 10, 0),
1236
+ protocol: jspb.Message.getFieldWithDefault(msg, 11, ""),
1237
+ reason: jspb.Message.getFieldWithDefault(msg, 12, ""),
1238
+ auth: (f = msg.getAuth()) && proto.google.rpc.context.AttributeContext.Auth.toObject(includeInstance, f)
1239
+ };
1240
+
1241
+ if (includeInstance) {
1242
+ obj.$jspbMessageInstance = msg;
1243
+ }
1244
+ return obj;
1245
+ };
1246
+ }
1247
+
1248
+
1249
+ /**
1250
+ * Deserializes binary data (in protobuf wire format).
1251
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1252
+ * @return {!proto.google.rpc.context.AttributeContext.Request}
1253
+ */
1254
+ proto.google.rpc.context.AttributeContext.Request.deserializeBinary = function(bytes) {
1255
+ var reader = new jspb.BinaryReader(bytes);
1256
+ var msg = new proto.google.rpc.context.AttributeContext.Request;
1257
+ return proto.google.rpc.context.AttributeContext.Request.deserializeBinaryFromReader(msg, reader);
1258
+ };
1259
+
1260
+
1261
+ /**
1262
+ * Deserializes binary data (in protobuf wire format) from the
1263
+ * given reader into the given message object.
1264
+ * @param {!proto.google.rpc.context.AttributeContext.Request} msg The message object to deserialize into.
1265
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1266
+ * @return {!proto.google.rpc.context.AttributeContext.Request}
1267
+ */
1268
+ proto.google.rpc.context.AttributeContext.Request.deserializeBinaryFromReader = function(msg, reader) {
1269
+ while (reader.nextField()) {
1270
+ if (reader.isEndGroup()) {
1271
+ break;
1272
+ }
1273
+ var field = reader.getFieldNumber();
1274
+ switch (field) {
1275
+ case 1:
1276
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1277
+ msg.setId(value);
1278
+ break;
1279
+ case 2:
1280
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1281
+ msg.setMethod(value);
1282
+ break;
1283
+ case 3:
1284
+ var value = msg.getHeadersMap();
1285
+ reader.readMessage(value, function(message, reader) {
1286
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readStringRequireUtf8, null, "", "");
1287
+ });
1288
+ break;
1289
+ case 4:
1290
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1291
+ msg.setPath(value);
1292
+ break;
1293
+ case 5:
1294
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1295
+ msg.setHost(value);
1296
+ break;
1297
+ case 6:
1298
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1299
+ msg.setScheme(value);
1300
+ break;
1301
+ case 7:
1302
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1303
+ msg.setQuery(value);
1304
+ break;
1305
+ case 9:
1306
+ var value = new google_protobuf_timestamp_pb.Timestamp;
1307
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
1308
+ msg.setTime(value);
1309
+ break;
1310
+ case 10:
1311
+ var value = /** @type {number} */ (reader.readInt64());
1312
+ msg.setSize(value);
1313
+ break;
1314
+ case 11:
1315
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1316
+ msg.setProtocol(value);
1317
+ break;
1318
+ case 12:
1319
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1320
+ msg.setReason(value);
1321
+ break;
1322
+ case 13:
1323
+ var value = new proto.google.rpc.context.AttributeContext.Auth;
1324
+ reader.readMessage(value,proto.google.rpc.context.AttributeContext.Auth.deserializeBinaryFromReader);
1325
+ msg.setAuth(value);
1326
+ break;
1327
+ default:
1328
+ reader.skipField();
1329
+ break;
1330
+ }
1331
+ }
1332
+ return msg;
1333
+ };
1334
+
1335
+
1336
+ /**
1337
+ * Serializes the message to binary data (in protobuf wire format).
1338
+ * @return {!Uint8Array}
1339
+ */
1340
+ proto.google.rpc.context.AttributeContext.Request.prototype.serializeBinary = function() {
1341
+ var writer = new jspb.BinaryWriter();
1342
+ proto.google.rpc.context.AttributeContext.Request.serializeBinaryToWriter(this, writer);
1343
+ return writer.getResultBuffer();
1344
+ };
1345
+
1346
+
1347
+ /**
1348
+ * Serializes the given message to binary data (in protobuf wire
1349
+ * format), writing to the given BinaryWriter.
1350
+ * @param {!proto.google.rpc.context.AttributeContext.Request} message
1351
+ * @param {!jspb.BinaryWriter} writer
1352
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1353
+ */
1354
+ proto.google.rpc.context.AttributeContext.Request.serializeBinaryToWriter = function(message, writer) {
1355
+ var f = undefined;
1356
+ f = message.getId();
1357
+ if (f.length > 0) {
1358
+ writer.writeString(
1359
+ 1,
1360
+ f
1361
+ );
1362
+ }
1363
+ f = message.getMethod();
1364
+ if (f.length > 0) {
1365
+ writer.writeString(
1366
+ 2,
1367
+ f
1368
+ );
1369
+ }
1370
+ f = message.getHeadersMap(true);
1371
+ if (f && f.getLength() > 0) {
1372
+ jspb.internal.public_for_gencode.serializeMapToBinary(
1373
+ message.getHeadersMap(true),
1374
+ 3,
1375
+ writer,
1376
+ jspb.BinaryWriter.prototype.writeString,
1377
+ jspb.BinaryWriter.prototype.writeString);
1378
+ }
1379
+ f = message.getPath();
1380
+ if (f.length > 0) {
1381
+ writer.writeString(
1382
+ 4,
1383
+ f
1384
+ );
1385
+ }
1386
+ f = message.getHost();
1387
+ if (f.length > 0) {
1388
+ writer.writeString(
1389
+ 5,
1390
+ f
1391
+ );
1392
+ }
1393
+ f = message.getScheme();
1394
+ if (f.length > 0) {
1395
+ writer.writeString(
1396
+ 6,
1397
+ f
1398
+ );
1399
+ }
1400
+ f = message.getQuery();
1401
+ if (f.length > 0) {
1402
+ writer.writeString(
1403
+ 7,
1404
+ f
1405
+ );
1406
+ }
1407
+ f = message.getTime();
1408
+ if (f != null) {
1409
+ writer.writeMessage(
1410
+ 9,
1411
+ f,
1412
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
1413
+ );
1414
+ }
1415
+ f = message.getSize();
1416
+ if (f !== 0) {
1417
+ writer.writeInt64(
1418
+ 10,
1419
+ f
1420
+ );
1421
+ }
1422
+ f = message.getProtocol();
1423
+ if (f.length > 0) {
1424
+ writer.writeString(
1425
+ 11,
1426
+ f
1427
+ );
1428
+ }
1429
+ f = message.getReason();
1430
+ if (f.length > 0) {
1431
+ writer.writeString(
1432
+ 12,
1433
+ f
1434
+ );
1435
+ }
1436
+ f = message.getAuth();
1437
+ if (f != null) {
1438
+ writer.writeMessage(
1439
+ 13,
1440
+ f,
1441
+ proto.google.rpc.context.AttributeContext.Auth.serializeBinaryToWriter
1442
+ );
1443
+ }
1444
+ };
1445
+
1446
+
1447
+ /**
1448
+ * optional string id = 1;
1449
+ * @return {string}
1450
+ */
1451
+ proto.google.rpc.context.AttributeContext.Request.prototype.getId = function() {
1452
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1453
+ };
1454
+
1455
+
1456
+ /**
1457
+ * @param {string} value
1458
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1459
+ */
1460
+ proto.google.rpc.context.AttributeContext.Request.prototype.setId = function(value) {
1461
+ return jspb.Message.setProto3StringField(this, 1, value);
1462
+ };
1463
+
1464
+
1465
+ /**
1466
+ * optional string method = 2;
1467
+ * @return {string}
1468
+ */
1469
+ proto.google.rpc.context.AttributeContext.Request.prototype.getMethod = function() {
1470
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1471
+ };
1472
+
1473
+
1474
+ /**
1475
+ * @param {string} value
1476
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1477
+ */
1478
+ proto.google.rpc.context.AttributeContext.Request.prototype.setMethod = function(value) {
1479
+ return jspb.Message.setProto3StringField(this, 2, value);
1480
+ };
1481
+
1482
+
1483
+ /**
1484
+ * map<string, string> headers = 3;
1485
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
1486
+ * empty, instead returning `undefined`
1487
+ * @return {!jspb.Map<string,string>}
1488
+ */
1489
+ proto.google.rpc.context.AttributeContext.Request.prototype.getHeadersMap = function(opt_noLazyCreate) {
1490
+ return /** @type {!jspb.Map<string,string>} */ (
1491
+ jspb.Message.getMapField(this, 3, opt_noLazyCreate,
1492
+ null));
1493
+ };
1494
+
1495
+
1496
+ /**
1497
+ * Clears values from the map. The map will be non-null.
1498
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1499
+ */
1500
+ proto.google.rpc.context.AttributeContext.Request.prototype.clearHeadersMap = function() {
1501
+ this.getHeadersMap().clear();
1502
+ return this;
1503
+ };
1504
+
1505
+
1506
+ /**
1507
+ * optional string path = 4;
1508
+ * @return {string}
1509
+ */
1510
+ proto.google.rpc.context.AttributeContext.Request.prototype.getPath = function() {
1511
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1512
+ };
1513
+
1514
+
1515
+ /**
1516
+ * @param {string} value
1517
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1518
+ */
1519
+ proto.google.rpc.context.AttributeContext.Request.prototype.setPath = function(value) {
1520
+ return jspb.Message.setProto3StringField(this, 4, value);
1521
+ };
1522
+
1523
+
1524
+ /**
1525
+ * optional string host = 5;
1526
+ * @return {string}
1527
+ */
1528
+ proto.google.rpc.context.AttributeContext.Request.prototype.getHost = function() {
1529
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1530
+ };
1531
+
1532
+
1533
+ /**
1534
+ * @param {string} value
1535
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1536
+ */
1537
+ proto.google.rpc.context.AttributeContext.Request.prototype.setHost = function(value) {
1538
+ return jspb.Message.setProto3StringField(this, 5, value);
1539
+ };
1540
+
1541
+
1542
+ /**
1543
+ * optional string scheme = 6;
1544
+ * @return {string}
1545
+ */
1546
+ proto.google.rpc.context.AttributeContext.Request.prototype.getScheme = function() {
1547
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1548
+ };
1549
+
1550
+
1551
+ /**
1552
+ * @param {string} value
1553
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1554
+ */
1555
+ proto.google.rpc.context.AttributeContext.Request.prototype.setScheme = function(value) {
1556
+ return jspb.Message.setProto3StringField(this, 6, value);
1557
+ };
1558
+
1559
+
1560
+ /**
1561
+ * optional string query = 7;
1562
+ * @return {string}
1563
+ */
1564
+ proto.google.rpc.context.AttributeContext.Request.prototype.getQuery = function() {
1565
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
1566
+ };
1567
+
1568
+
1569
+ /**
1570
+ * @param {string} value
1571
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1572
+ */
1573
+ proto.google.rpc.context.AttributeContext.Request.prototype.setQuery = function(value) {
1574
+ return jspb.Message.setProto3StringField(this, 7, value);
1575
+ };
1576
+
1577
+
1578
+ /**
1579
+ * optional google.protobuf.Timestamp time = 9;
1580
+ * @return {?proto.google.protobuf.Timestamp}
1581
+ */
1582
+ proto.google.rpc.context.AttributeContext.Request.prototype.getTime = function() {
1583
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
1584
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 9));
1585
+ };
1586
+
1587
+
1588
+ /**
1589
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
1590
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1591
+ */
1592
+ proto.google.rpc.context.AttributeContext.Request.prototype.setTime = function(value) {
1593
+ return jspb.Message.setWrapperField(this, 9, value);
1594
+ };
1595
+
1596
+
1597
+ /**
1598
+ * Clears the message field making it undefined.
1599
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1600
+ */
1601
+ proto.google.rpc.context.AttributeContext.Request.prototype.clearTime = function() {
1602
+ return this.setTime(undefined);
1603
+ };
1604
+
1605
+
1606
+ /**
1607
+ * Returns whether this field is set.
1608
+ * @return {boolean}
1609
+ */
1610
+ proto.google.rpc.context.AttributeContext.Request.prototype.hasTime = function() {
1611
+ return jspb.Message.getField(this, 9) != null;
1612
+ };
1613
+
1614
+
1615
+ /**
1616
+ * optional int64 size = 10;
1617
+ * @return {number}
1618
+ */
1619
+ proto.google.rpc.context.AttributeContext.Request.prototype.getSize = function() {
1620
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
1621
+ };
1622
+
1623
+
1624
+ /**
1625
+ * @param {number} value
1626
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1627
+ */
1628
+ proto.google.rpc.context.AttributeContext.Request.prototype.setSize = function(value) {
1629
+ return jspb.Message.setProto3IntField(this, 10, value);
1630
+ };
1631
+
1632
+
1633
+ /**
1634
+ * optional string protocol = 11;
1635
+ * @return {string}
1636
+ */
1637
+ proto.google.rpc.context.AttributeContext.Request.prototype.getProtocol = function() {
1638
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
1639
+ };
1640
+
1641
+
1642
+ /**
1643
+ * @param {string} value
1644
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1645
+ */
1646
+ proto.google.rpc.context.AttributeContext.Request.prototype.setProtocol = function(value) {
1647
+ return jspb.Message.setProto3StringField(this, 11, value);
1648
+ };
1649
+
1650
+
1651
+ /**
1652
+ * optional string reason = 12;
1653
+ * @return {string}
1654
+ */
1655
+ proto.google.rpc.context.AttributeContext.Request.prototype.getReason = function() {
1656
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
1657
+ };
1658
+
1659
+
1660
+ /**
1661
+ * @param {string} value
1662
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1663
+ */
1664
+ proto.google.rpc.context.AttributeContext.Request.prototype.setReason = function(value) {
1665
+ return jspb.Message.setProto3StringField(this, 12, value);
1666
+ };
1667
+
1668
+
1669
+ /**
1670
+ * optional Auth auth = 13;
1671
+ * @return {?proto.google.rpc.context.AttributeContext.Auth}
1672
+ */
1673
+ proto.google.rpc.context.AttributeContext.Request.prototype.getAuth = function() {
1674
+ return /** @type{?proto.google.rpc.context.AttributeContext.Auth} */ (
1675
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Auth, 13));
1676
+ };
1677
+
1678
+
1679
+ /**
1680
+ * @param {?proto.google.rpc.context.AttributeContext.Auth|undefined} value
1681
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1682
+ */
1683
+ proto.google.rpc.context.AttributeContext.Request.prototype.setAuth = function(value) {
1684
+ return jspb.Message.setWrapperField(this, 13, value);
1685
+ };
1686
+
1687
+
1688
+ /**
1689
+ * Clears the message field making it undefined.
1690
+ * @return {!proto.google.rpc.context.AttributeContext.Request} returns this
1691
+ */
1692
+ proto.google.rpc.context.AttributeContext.Request.prototype.clearAuth = function() {
1693
+ return this.setAuth(undefined);
1694
+ };
1695
+
1696
+
1697
+ /**
1698
+ * Returns whether this field is set.
1699
+ * @return {boolean}
1700
+ */
1701
+ proto.google.rpc.context.AttributeContext.Request.prototype.hasAuth = function() {
1702
+ return jspb.Message.getField(this, 13) != null;
1703
+ };
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1710
+ /**
1711
+ * Creates an object representation of this proto.
1712
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1713
+ * Optional fields that are not set will be set to undefined.
1714
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1715
+ * For the list of reserved names please see:
1716
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1717
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1718
+ * JSPB instance for transitional soy proto support:
1719
+ * http://goto/soy-param-migration
1720
+ * @return {!Object}
1721
+ */
1722
+ proto.google.rpc.context.AttributeContext.Response.prototype.toObject = function(opt_includeInstance) {
1723
+ return proto.google.rpc.context.AttributeContext.Response.toObject(opt_includeInstance, this);
1724
+ };
1725
+
1726
+
1727
+ /**
1728
+ * Static version of the {@see toObject} method.
1729
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1730
+ * the JSPB instance for transitional soy proto support:
1731
+ * http://goto/soy-param-migration
1732
+ * @param {!proto.google.rpc.context.AttributeContext.Response} msg The msg instance to transform.
1733
+ * @return {!Object}
1734
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1735
+ */
1736
+ proto.google.rpc.context.AttributeContext.Response.toObject = function(includeInstance, msg) {
1737
+ var f, obj = {
1738
+ code: jspb.Message.getFieldWithDefault(msg, 1, 0),
1739
+ size: jspb.Message.getFieldWithDefault(msg, 2, 0),
1740
+ headersMap: (f = msg.getHeadersMap()) ? f.toObject(includeInstance, undefined) : [],
1741
+ time: (f = msg.getTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
1742
+ backendLatency: (f = msg.getBackendLatency()) && google_protobuf_duration_pb.Duration.toObject(includeInstance, f)
1743
+ };
1744
+
1745
+ if (includeInstance) {
1746
+ obj.$jspbMessageInstance = msg;
1747
+ }
1748
+ return obj;
1749
+ };
1750
+ }
1751
+
1752
+
1753
+ /**
1754
+ * Deserializes binary data (in protobuf wire format).
1755
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
1756
+ * @return {!proto.google.rpc.context.AttributeContext.Response}
1757
+ */
1758
+ proto.google.rpc.context.AttributeContext.Response.deserializeBinary = function(bytes) {
1759
+ var reader = new jspb.BinaryReader(bytes);
1760
+ var msg = new proto.google.rpc.context.AttributeContext.Response;
1761
+ return proto.google.rpc.context.AttributeContext.Response.deserializeBinaryFromReader(msg, reader);
1762
+ };
1763
+
1764
+
1765
+ /**
1766
+ * Deserializes binary data (in protobuf wire format) from the
1767
+ * given reader into the given message object.
1768
+ * @param {!proto.google.rpc.context.AttributeContext.Response} msg The message object to deserialize into.
1769
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1770
+ * @return {!proto.google.rpc.context.AttributeContext.Response}
1771
+ */
1772
+ proto.google.rpc.context.AttributeContext.Response.deserializeBinaryFromReader = function(msg, reader) {
1773
+ while (reader.nextField()) {
1774
+ if (reader.isEndGroup()) {
1775
+ break;
1776
+ }
1777
+ var field = reader.getFieldNumber();
1778
+ switch (field) {
1779
+ case 1:
1780
+ var value = /** @type {number} */ (reader.readInt64());
1781
+ msg.setCode(value);
1782
+ break;
1783
+ case 2:
1784
+ var value = /** @type {number} */ (reader.readInt64());
1785
+ msg.setSize(value);
1786
+ break;
1787
+ case 3:
1788
+ var value = msg.getHeadersMap();
1789
+ reader.readMessage(value, function(message, reader) {
1790
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readStringRequireUtf8, null, "", "");
1791
+ });
1792
+ break;
1793
+ case 4:
1794
+ var value = new google_protobuf_timestamp_pb.Timestamp;
1795
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
1796
+ msg.setTime(value);
1797
+ break;
1798
+ case 5:
1799
+ var value = new google_protobuf_duration_pb.Duration;
1800
+ reader.readMessage(value,google_protobuf_duration_pb.Duration.deserializeBinaryFromReader);
1801
+ msg.setBackendLatency(value);
1802
+ break;
1803
+ default:
1804
+ reader.skipField();
1805
+ break;
1806
+ }
1807
+ }
1808
+ return msg;
1809
+ };
1810
+
1811
+
1812
+ /**
1813
+ * Serializes the message to binary data (in protobuf wire format).
1814
+ * @return {!Uint8Array}
1815
+ */
1816
+ proto.google.rpc.context.AttributeContext.Response.prototype.serializeBinary = function() {
1817
+ var writer = new jspb.BinaryWriter();
1818
+ proto.google.rpc.context.AttributeContext.Response.serializeBinaryToWriter(this, writer);
1819
+ return writer.getResultBuffer();
1820
+ };
1821
+
1822
+
1823
+ /**
1824
+ * Serializes the given message to binary data (in protobuf wire
1825
+ * format), writing to the given BinaryWriter.
1826
+ * @param {!proto.google.rpc.context.AttributeContext.Response} message
1827
+ * @param {!jspb.BinaryWriter} writer
1828
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1829
+ */
1830
+ proto.google.rpc.context.AttributeContext.Response.serializeBinaryToWriter = function(message, writer) {
1831
+ var f = undefined;
1832
+ f = message.getCode();
1833
+ if (f !== 0) {
1834
+ writer.writeInt64(
1835
+ 1,
1836
+ f
1837
+ );
1838
+ }
1839
+ f = message.getSize();
1840
+ if (f !== 0) {
1841
+ writer.writeInt64(
1842
+ 2,
1843
+ f
1844
+ );
1845
+ }
1846
+ f = message.getHeadersMap(true);
1847
+ if (f && f.getLength() > 0) {
1848
+ jspb.internal.public_for_gencode.serializeMapToBinary(
1849
+ message.getHeadersMap(true),
1850
+ 3,
1851
+ writer,
1852
+ jspb.BinaryWriter.prototype.writeString,
1853
+ jspb.BinaryWriter.prototype.writeString);
1854
+ }
1855
+ f = message.getTime();
1856
+ if (f != null) {
1857
+ writer.writeMessage(
1858
+ 4,
1859
+ f,
1860
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
1861
+ );
1862
+ }
1863
+ f = message.getBackendLatency();
1864
+ if (f != null) {
1865
+ writer.writeMessage(
1866
+ 5,
1867
+ f,
1868
+ google_protobuf_duration_pb.Duration.serializeBinaryToWriter
1869
+ );
1870
+ }
1871
+ };
1872
+
1873
+
1874
+ /**
1875
+ * optional int64 code = 1;
1876
+ * @return {number}
1877
+ */
1878
+ proto.google.rpc.context.AttributeContext.Response.prototype.getCode = function() {
1879
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
1880
+ };
1881
+
1882
+
1883
+ /**
1884
+ * @param {number} value
1885
+ * @return {!proto.google.rpc.context.AttributeContext.Response} returns this
1886
+ */
1887
+ proto.google.rpc.context.AttributeContext.Response.prototype.setCode = function(value) {
1888
+ return jspb.Message.setProto3IntField(this, 1, value);
1889
+ };
1890
+
1891
+
1892
+ /**
1893
+ * optional int64 size = 2;
1894
+ * @return {number}
1895
+ */
1896
+ proto.google.rpc.context.AttributeContext.Response.prototype.getSize = function() {
1897
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1898
+ };
1899
+
1900
+
1901
+ /**
1902
+ * @param {number} value
1903
+ * @return {!proto.google.rpc.context.AttributeContext.Response} returns this
1904
+ */
1905
+ proto.google.rpc.context.AttributeContext.Response.prototype.setSize = function(value) {
1906
+ return jspb.Message.setProto3IntField(this, 2, value);
1907
+ };
1908
+
1909
+
1910
+ /**
1911
+ * map<string, string> headers = 3;
1912
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
1913
+ * empty, instead returning `undefined`
1914
+ * @return {!jspb.Map<string,string>}
1915
+ */
1916
+ proto.google.rpc.context.AttributeContext.Response.prototype.getHeadersMap = function(opt_noLazyCreate) {
1917
+ return /** @type {!jspb.Map<string,string>} */ (
1918
+ jspb.Message.getMapField(this, 3, opt_noLazyCreate,
1919
+ null));
1920
+ };
1921
+
1922
+
1923
+ /**
1924
+ * Clears values from the map. The map will be non-null.
1925
+ * @return {!proto.google.rpc.context.AttributeContext.Response} returns this
1926
+ */
1927
+ proto.google.rpc.context.AttributeContext.Response.prototype.clearHeadersMap = function() {
1928
+ this.getHeadersMap().clear();
1929
+ return this;
1930
+ };
1931
+
1932
+
1933
+ /**
1934
+ * optional google.protobuf.Timestamp time = 4;
1935
+ * @return {?proto.google.protobuf.Timestamp}
1936
+ */
1937
+ proto.google.rpc.context.AttributeContext.Response.prototype.getTime = function() {
1938
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
1939
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
1940
+ };
1941
+
1942
+
1943
+ /**
1944
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
1945
+ * @return {!proto.google.rpc.context.AttributeContext.Response} returns this
1946
+ */
1947
+ proto.google.rpc.context.AttributeContext.Response.prototype.setTime = function(value) {
1948
+ return jspb.Message.setWrapperField(this, 4, value);
1949
+ };
1950
+
1951
+
1952
+ /**
1953
+ * Clears the message field making it undefined.
1954
+ * @return {!proto.google.rpc.context.AttributeContext.Response} returns this
1955
+ */
1956
+ proto.google.rpc.context.AttributeContext.Response.prototype.clearTime = function() {
1957
+ return this.setTime(undefined);
1958
+ };
1959
+
1960
+
1961
+ /**
1962
+ * Returns whether this field is set.
1963
+ * @return {boolean}
1964
+ */
1965
+ proto.google.rpc.context.AttributeContext.Response.prototype.hasTime = function() {
1966
+ return jspb.Message.getField(this, 4) != null;
1967
+ };
1968
+
1969
+
1970
+ /**
1971
+ * optional google.protobuf.Duration backend_latency = 5;
1972
+ * @return {?proto.google.protobuf.Duration}
1973
+ */
1974
+ proto.google.rpc.context.AttributeContext.Response.prototype.getBackendLatency = function() {
1975
+ return /** @type{?proto.google.protobuf.Duration} */ (
1976
+ jspb.Message.getWrapperField(this, google_protobuf_duration_pb.Duration, 5));
1977
+ };
1978
+
1979
+
1980
+ /**
1981
+ * @param {?proto.google.protobuf.Duration|undefined} value
1982
+ * @return {!proto.google.rpc.context.AttributeContext.Response} returns this
1983
+ */
1984
+ proto.google.rpc.context.AttributeContext.Response.prototype.setBackendLatency = function(value) {
1985
+ return jspb.Message.setWrapperField(this, 5, value);
1986
+ };
1987
+
1988
+
1989
+ /**
1990
+ * Clears the message field making it undefined.
1991
+ * @return {!proto.google.rpc.context.AttributeContext.Response} returns this
1992
+ */
1993
+ proto.google.rpc.context.AttributeContext.Response.prototype.clearBackendLatency = function() {
1994
+ return this.setBackendLatency(undefined);
1995
+ };
1996
+
1997
+
1998
+ /**
1999
+ * Returns whether this field is set.
2000
+ * @return {boolean}
2001
+ */
2002
+ proto.google.rpc.context.AttributeContext.Response.prototype.hasBackendLatency = function() {
2003
+ return jspb.Message.getField(this, 5) != null;
2004
+ };
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2011
+ /**
2012
+ * Creates an object representation of this proto.
2013
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2014
+ * Optional fields that are not set will be set to undefined.
2015
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2016
+ * For the list of reserved names please see:
2017
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2018
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2019
+ * JSPB instance for transitional soy proto support:
2020
+ * http://goto/soy-param-migration
2021
+ * @return {!Object}
2022
+ */
2023
+ proto.google.rpc.context.AttributeContext.Resource.prototype.toObject = function(opt_includeInstance) {
2024
+ return proto.google.rpc.context.AttributeContext.Resource.toObject(opt_includeInstance, this);
2025
+ };
2026
+
2027
+
2028
+ /**
2029
+ * Static version of the {@see toObject} method.
2030
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2031
+ * the JSPB instance for transitional soy proto support:
2032
+ * http://goto/soy-param-migration
2033
+ * @param {!proto.google.rpc.context.AttributeContext.Resource} msg The msg instance to transform.
2034
+ * @return {!Object}
2035
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2036
+ */
2037
+ proto.google.rpc.context.AttributeContext.Resource.toObject = function(includeInstance, msg) {
2038
+ var f, obj = {
2039
+ service: jspb.Message.getFieldWithDefault(msg, 1, ""),
2040
+ name: jspb.Message.getFieldWithDefault(msg, 2, ""),
2041
+ type: jspb.Message.getFieldWithDefault(msg, 3, ""),
2042
+ labelsMap: (f = msg.getLabelsMap()) ? f.toObject(includeInstance, undefined) : [],
2043
+ uid: jspb.Message.getFieldWithDefault(msg, 5, ""),
2044
+ annotationsMap: (f = msg.getAnnotationsMap()) ? f.toObject(includeInstance, undefined) : [],
2045
+ displayName: jspb.Message.getFieldWithDefault(msg, 7, ""),
2046
+ createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
2047
+ updateTime: (f = msg.getUpdateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
2048
+ deleteTime: (f = msg.getDeleteTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
2049
+ etag: jspb.Message.getFieldWithDefault(msg, 11, ""),
2050
+ location: jspb.Message.getFieldWithDefault(msg, 12, "")
2051
+ };
2052
+
2053
+ if (includeInstance) {
2054
+ obj.$jspbMessageInstance = msg;
2055
+ }
2056
+ return obj;
2057
+ };
2058
+ }
2059
+
2060
+
2061
+ /**
2062
+ * Deserializes binary data (in protobuf wire format).
2063
+ * @param {jspb.binary.bytesource.ByteSource} bytes The bytes to deserialize.
2064
+ * @return {!proto.google.rpc.context.AttributeContext.Resource}
2065
+ */
2066
+ proto.google.rpc.context.AttributeContext.Resource.deserializeBinary = function(bytes) {
2067
+ var reader = new jspb.BinaryReader(bytes);
2068
+ var msg = new proto.google.rpc.context.AttributeContext.Resource;
2069
+ return proto.google.rpc.context.AttributeContext.Resource.deserializeBinaryFromReader(msg, reader);
2070
+ };
2071
+
2072
+
2073
+ /**
2074
+ * Deserializes binary data (in protobuf wire format) from the
2075
+ * given reader into the given message object.
2076
+ * @param {!proto.google.rpc.context.AttributeContext.Resource} msg The message object to deserialize into.
2077
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2078
+ * @return {!proto.google.rpc.context.AttributeContext.Resource}
2079
+ */
2080
+ proto.google.rpc.context.AttributeContext.Resource.deserializeBinaryFromReader = function(msg, reader) {
2081
+ while (reader.nextField()) {
2082
+ if (reader.isEndGroup()) {
2083
+ break;
2084
+ }
2085
+ var field = reader.getFieldNumber();
2086
+ switch (field) {
2087
+ case 1:
2088
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2089
+ msg.setService(value);
2090
+ break;
2091
+ case 2:
2092
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2093
+ msg.setName(value);
2094
+ break;
2095
+ case 3:
2096
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2097
+ msg.setType(value);
2098
+ break;
2099
+ case 4:
2100
+ var value = msg.getLabelsMap();
2101
+ reader.readMessage(value, function(message, reader) {
2102
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readStringRequireUtf8, null, "", "");
2103
+ });
2104
+ break;
2105
+ case 5:
2106
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2107
+ msg.setUid(value);
2108
+ break;
2109
+ case 6:
2110
+ var value = msg.getAnnotationsMap();
2111
+ reader.readMessage(value, function(message, reader) {
2112
+ jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readStringRequireUtf8, jspb.BinaryReader.prototype.readStringRequireUtf8, null, "", "");
2113
+ });
2114
+ break;
2115
+ case 7:
2116
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2117
+ msg.setDisplayName(value);
2118
+ break;
2119
+ case 8:
2120
+ var value = new google_protobuf_timestamp_pb.Timestamp;
2121
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
2122
+ msg.setCreateTime(value);
2123
+ break;
2124
+ case 9:
2125
+ var value = new google_protobuf_timestamp_pb.Timestamp;
2126
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
2127
+ msg.setUpdateTime(value);
2128
+ break;
2129
+ case 10:
2130
+ var value = new google_protobuf_timestamp_pb.Timestamp;
2131
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
2132
+ msg.setDeleteTime(value);
2133
+ break;
2134
+ case 11:
2135
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2136
+ msg.setEtag(value);
2137
+ break;
2138
+ case 12:
2139
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2140
+ msg.setLocation(value);
2141
+ break;
2142
+ default:
2143
+ reader.skipField();
2144
+ break;
2145
+ }
2146
+ }
2147
+ return msg;
2148
+ };
2149
+
2150
+
2151
+ /**
2152
+ * Serializes the message to binary data (in protobuf wire format).
2153
+ * @return {!Uint8Array}
2154
+ */
2155
+ proto.google.rpc.context.AttributeContext.Resource.prototype.serializeBinary = function() {
2156
+ var writer = new jspb.BinaryWriter();
2157
+ proto.google.rpc.context.AttributeContext.Resource.serializeBinaryToWriter(this, writer);
2158
+ return writer.getResultBuffer();
2159
+ };
2160
+
2161
+
2162
+ /**
2163
+ * Serializes the given message to binary data (in protobuf wire
2164
+ * format), writing to the given BinaryWriter.
2165
+ * @param {!proto.google.rpc.context.AttributeContext.Resource} message
2166
+ * @param {!jspb.BinaryWriter} writer
2167
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2168
+ */
2169
+ proto.google.rpc.context.AttributeContext.Resource.serializeBinaryToWriter = function(message, writer) {
2170
+ var f = undefined;
2171
+ f = message.getService();
2172
+ if (f.length > 0) {
2173
+ writer.writeString(
2174
+ 1,
2175
+ f
2176
+ );
2177
+ }
2178
+ f = message.getName();
2179
+ if (f.length > 0) {
2180
+ writer.writeString(
2181
+ 2,
2182
+ f
2183
+ );
2184
+ }
2185
+ f = message.getType();
2186
+ if (f.length > 0) {
2187
+ writer.writeString(
2188
+ 3,
2189
+ f
2190
+ );
2191
+ }
2192
+ f = message.getLabelsMap(true);
2193
+ if (f && f.getLength() > 0) {
2194
+ jspb.internal.public_for_gencode.serializeMapToBinary(
2195
+ message.getLabelsMap(true),
2196
+ 4,
2197
+ writer,
2198
+ jspb.BinaryWriter.prototype.writeString,
2199
+ jspb.BinaryWriter.prototype.writeString);
2200
+ }
2201
+ f = message.getUid();
2202
+ if (f.length > 0) {
2203
+ writer.writeString(
2204
+ 5,
2205
+ f
2206
+ );
2207
+ }
2208
+ f = message.getAnnotationsMap(true);
2209
+ if (f && f.getLength() > 0) {
2210
+ jspb.internal.public_for_gencode.serializeMapToBinary(
2211
+ message.getAnnotationsMap(true),
2212
+ 6,
2213
+ writer,
2214
+ jspb.BinaryWriter.prototype.writeString,
2215
+ jspb.BinaryWriter.prototype.writeString);
2216
+ }
2217
+ f = message.getDisplayName();
2218
+ if (f.length > 0) {
2219
+ writer.writeString(
2220
+ 7,
2221
+ f
2222
+ );
2223
+ }
2224
+ f = message.getCreateTime();
2225
+ if (f != null) {
2226
+ writer.writeMessage(
2227
+ 8,
2228
+ f,
2229
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
2230
+ );
2231
+ }
2232
+ f = message.getUpdateTime();
2233
+ if (f != null) {
2234
+ writer.writeMessage(
2235
+ 9,
2236
+ f,
2237
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
2238
+ );
2239
+ }
2240
+ f = message.getDeleteTime();
2241
+ if (f != null) {
2242
+ writer.writeMessage(
2243
+ 10,
2244
+ f,
2245
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
2246
+ );
2247
+ }
2248
+ f = message.getEtag();
2249
+ if (f.length > 0) {
2250
+ writer.writeString(
2251
+ 11,
2252
+ f
2253
+ );
2254
+ }
2255
+ f = message.getLocation();
2256
+ if (f.length > 0) {
2257
+ writer.writeString(
2258
+ 12,
2259
+ f
2260
+ );
2261
+ }
2262
+ };
2263
+
2264
+
2265
+ /**
2266
+ * optional string service = 1;
2267
+ * @return {string}
2268
+ */
2269
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getService = function() {
2270
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2271
+ };
2272
+
2273
+
2274
+ /**
2275
+ * @param {string} value
2276
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2277
+ */
2278
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setService = function(value) {
2279
+ return jspb.Message.setProto3StringField(this, 1, value);
2280
+ };
2281
+
2282
+
2283
+ /**
2284
+ * optional string name = 2;
2285
+ * @return {string}
2286
+ */
2287
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getName = function() {
2288
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2289
+ };
2290
+
2291
+
2292
+ /**
2293
+ * @param {string} value
2294
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2295
+ */
2296
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setName = function(value) {
2297
+ return jspb.Message.setProto3StringField(this, 2, value);
2298
+ };
2299
+
2300
+
2301
+ /**
2302
+ * optional string type = 3;
2303
+ * @return {string}
2304
+ */
2305
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getType = function() {
2306
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2307
+ };
2308
+
2309
+
2310
+ /**
2311
+ * @param {string} value
2312
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2313
+ */
2314
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setType = function(value) {
2315
+ return jspb.Message.setProto3StringField(this, 3, value);
2316
+ };
2317
+
2318
+
2319
+ /**
2320
+ * map<string, string> labels = 4;
2321
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
2322
+ * empty, instead returning `undefined`
2323
+ * @return {!jspb.Map<string,string>}
2324
+ */
2325
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getLabelsMap = function(opt_noLazyCreate) {
2326
+ return /** @type {!jspb.Map<string,string>} */ (
2327
+ jspb.Message.getMapField(this, 4, opt_noLazyCreate,
2328
+ null));
2329
+ };
2330
+
2331
+
2332
+ /**
2333
+ * Clears values from the map. The map will be non-null.
2334
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2335
+ */
2336
+ proto.google.rpc.context.AttributeContext.Resource.prototype.clearLabelsMap = function() {
2337
+ this.getLabelsMap().clear();
2338
+ return this;
2339
+ };
2340
+
2341
+
2342
+ /**
2343
+ * optional string uid = 5;
2344
+ * @return {string}
2345
+ */
2346
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getUid = function() {
2347
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
2348
+ };
2349
+
2350
+
2351
+ /**
2352
+ * @param {string} value
2353
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2354
+ */
2355
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setUid = function(value) {
2356
+ return jspb.Message.setProto3StringField(this, 5, value);
2357
+ };
2358
+
2359
+
2360
+ /**
2361
+ * map<string, string> annotations = 6;
2362
+ * @param {boolean=} opt_noLazyCreate Do not create the map if
2363
+ * empty, instead returning `undefined`
2364
+ * @return {!jspb.Map<string,string>}
2365
+ */
2366
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getAnnotationsMap = function(opt_noLazyCreate) {
2367
+ return /** @type {!jspb.Map<string,string>} */ (
2368
+ jspb.Message.getMapField(this, 6, opt_noLazyCreate,
2369
+ null));
2370
+ };
2371
+
2372
+
2373
+ /**
2374
+ * Clears values from the map. The map will be non-null.
2375
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2376
+ */
2377
+ proto.google.rpc.context.AttributeContext.Resource.prototype.clearAnnotationsMap = function() {
2378
+ this.getAnnotationsMap().clear();
2379
+ return this;
2380
+ };
2381
+
2382
+
2383
+ /**
2384
+ * optional string display_name = 7;
2385
+ * @return {string}
2386
+ */
2387
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getDisplayName = function() {
2388
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
2389
+ };
2390
+
2391
+
2392
+ /**
2393
+ * @param {string} value
2394
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2395
+ */
2396
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setDisplayName = function(value) {
2397
+ return jspb.Message.setProto3StringField(this, 7, value);
2398
+ };
2399
+
2400
+
2401
+ /**
2402
+ * optional google.protobuf.Timestamp create_time = 8;
2403
+ * @return {?proto.google.protobuf.Timestamp}
2404
+ */
2405
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getCreateTime = function() {
2406
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
2407
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 8));
2408
+ };
2409
+
2410
+
2411
+ /**
2412
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
2413
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2414
+ */
2415
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setCreateTime = function(value) {
2416
+ return jspb.Message.setWrapperField(this, 8, value);
2417
+ };
2418
+
2419
+
2420
+ /**
2421
+ * Clears the message field making it undefined.
2422
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2423
+ */
2424
+ proto.google.rpc.context.AttributeContext.Resource.prototype.clearCreateTime = function() {
2425
+ return this.setCreateTime(undefined);
2426
+ };
2427
+
2428
+
2429
+ /**
2430
+ * Returns whether this field is set.
2431
+ * @return {boolean}
2432
+ */
2433
+ proto.google.rpc.context.AttributeContext.Resource.prototype.hasCreateTime = function() {
2434
+ return jspb.Message.getField(this, 8) != null;
2435
+ };
2436
+
2437
+
2438
+ /**
2439
+ * optional google.protobuf.Timestamp update_time = 9;
2440
+ * @return {?proto.google.protobuf.Timestamp}
2441
+ */
2442
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getUpdateTime = function() {
2443
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
2444
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 9));
2445
+ };
2446
+
2447
+
2448
+ /**
2449
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
2450
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2451
+ */
2452
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setUpdateTime = function(value) {
2453
+ return jspb.Message.setWrapperField(this, 9, value);
2454
+ };
2455
+
2456
+
2457
+ /**
2458
+ * Clears the message field making it undefined.
2459
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2460
+ */
2461
+ proto.google.rpc.context.AttributeContext.Resource.prototype.clearUpdateTime = function() {
2462
+ return this.setUpdateTime(undefined);
2463
+ };
2464
+
2465
+
2466
+ /**
2467
+ * Returns whether this field is set.
2468
+ * @return {boolean}
2469
+ */
2470
+ proto.google.rpc.context.AttributeContext.Resource.prototype.hasUpdateTime = function() {
2471
+ return jspb.Message.getField(this, 9) != null;
2472
+ };
2473
+
2474
+
2475
+ /**
2476
+ * optional google.protobuf.Timestamp delete_time = 10;
2477
+ * @return {?proto.google.protobuf.Timestamp}
2478
+ */
2479
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getDeleteTime = function() {
2480
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
2481
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 10));
2482
+ };
2483
+
2484
+
2485
+ /**
2486
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
2487
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2488
+ */
2489
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setDeleteTime = function(value) {
2490
+ return jspb.Message.setWrapperField(this, 10, value);
2491
+ };
2492
+
2493
+
2494
+ /**
2495
+ * Clears the message field making it undefined.
2496
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2497
+ */
2498
+ proto.google.rpc.context.AttributeContext.Resource.prototype.clearDeleteTime = function() {
2499
+ return this.setDeleteTime(undefined);
2500
+ };
2501
+
2502
+
2503
+ /**
2504
+ * Returns whether this field is set.
2505
+ * @return {boolean}
2506
+ */
2507
+ proto.google.rpc.context.AttributeContext.Resource.prototype.hasDeleteTime = function() {
2508
+ return jspb.Message.getField(this, 10) != null;
2509
+ };
2510
+
2511
+
2512
+ /**
2513
+ * optional string etag = 11;
2514
+ * @return {string}
2515
+ */
2516
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getEtag = function() {
2517
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
2518
+ };
2519
+
2520
+
2521
+ /**
2522
+ * @param {string} value
2523
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2524
+ */
2525
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setEtag = function(value) {
2526
+ return jspb.Message.setProto3StringField(this, 11, value);
2527
+ };
2528
+
2529
+
2530
+ /**
2531
+ * optional string location = 12;
2532
+ * @return {string}
2533
+ */
2534
+ proto.google.rpc.context.AttributeContext.Resource.prototype.getLocation = function() {
2535
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
2536
+ };
2537
+
2538
+
2539
+ /**
2540
+ * @param {string} value
2541
+ * @return {!proto.google.rpc.context.AttributeContext.Resource} returns this
2542
+ */
2543
+ proto.google.rpc.context.AttributeContext.Resource.prototype.setLocation = function(value) {
2544
+ return jspb.Message.setProto3StringField(this, 12, value);
2545
+ };
2546
+
2547
+
2548
+ /**
2549
+ * optional Peer origin = 7;
2550
+ * @return {?proto.google.rpc.context.AttributeContext.Peer}
2551
+ */
2552
+ proto.google.rpc.context.AttributeContext.prototype.getOrigin = function() {
2553
+ return /** @type{?proto.google.rpc.context.AttributeContext.Peer} */ (
2554
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Peer, 7));
2555
+ };
2556
+
2557
+
2558
+ /**
2559
+ * @param {?proto.google.rpc.context.AttributeContext.Peer|undefined} value
2560
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2561
+ */
2562
+ proto.google.rpc.context.AttributeContext.prototype.setOrigin = function(value) {
2563
+ return jspb.Message.setWrapperField(this, 7, value);
2564
+ };
2565
+
2566
+
2567
+ /**
2568
+ * Clears the message field making it undefined.
2569
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2570
+ */
2571
+ proto.google.rpc.context.AttributeContext.prototype.clearOrigin = function() {
2572
+ return this.setOrigin(undefined);
2573
+ };
2574
+
2575
+
2576
+ /**
2577
+ * Returns whether this field is set.
2578
+ * @return {boolean}
2579
+ */
2580
+ proto.google.rpc.context.AttributeContext.prototype.hasOrigin = function() {
2581
+ return jspb.Message.getField(this, 7) != null;
2582
+ };
2583
+
2584
+
2585
+ /**
2586
+ * optional Peer source = 1;
2587
+ * @return {?proto.google.rpc.context.AttributeContext.Peer}
2588
+ */
2589
+ proto.google.rpc.context.AttributeContext.prototype.getSource = function() {
2590
+ return /** @type{?proto.google.rpc.context.AttributeContext.Peer} */ (
2591
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Peer, 1));
2592
+ };
2593
+
2594
+
2595
+ /**
2596
+ * @param {?proto.google.rpc.context.AttributeContext.Peer|undefined} value
2597
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2598
+ */
2599
+ proto.google.rpc.context.AttributeContext.prototype.setSource = function(value) {
2600
+ return jspb.Message.setWrapperField(this, 1, value);
2601
+ };
2602
+
2603
+
2604
+ /**
2605
+ * Clears the message field making it undefined.
2606
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2607
+ */
2608
+ proto.google.rpc.context.AttributeContext.prototype.clearSource = function() {
2609
+ return this.setSource(undefined);
2610
+ };
2611
+
2612
+
2613
+ /**
2614
+ * Returns whether this field is set.
2615
+ * @return {boolean}
2616
+ */
2617
+ proto.google.rpc.context.AttributeContext.prototype.hasSource = function() {
2618
+ return jspb.Message.getField(this, 1) != null;
2619
+ };
2620
+
2621
+
2622
+ /**
2623
+ * optional Peer destination = 2;
2624
+ * @return {?proto.google.rpc.context.AttributeContext.Peer}
2625
+ */
2626
+ proto.google.rpc.context.AttributeContext.prototype.getDestination = function() {
2627
+ return /** @type{?proto.google.rpc.context.AttributeContext.Peer} */ (
2628
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Peer, 2));
2629
+ };
2630
+
2631
+
2632
+ /**
2633
+ * @param {?proto.google.rpc.context.AttributeContext.Peer|undefined} value
2634
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2635
+ */
2636
+ proto.google.rpc.context.AttributeContext.prototype.setDestination = function(value) {
2637
+ return jspb.Message.setWrapperField(this, 2, value);
2638
+ };
2639
+
2640
+
2641
+ /**
2642
+ * Clears the message field making it undefined.
2643
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2644
+ */
2645
+ proto.google.rpc.context.AttributeContext.prototype.clearDestination = function() {
2646
+ return this.setDestination(undefined);
2647
+ };
2648
+
2649
+
2650
+ /**
2651
+ * Returns whether this field is set.
2652
+ * @return {boolean}
2653
+ */
2654
+ proto.google.rpc.context.AttributeContext.prototype.hasDestination = function() {
2655
+ return jspb.Message.getField(this, 2) != null;
2656
+ };
2657
+
2658
+
2659
+ /**
2660
+ * optional Request request = 3;
2661
+ * @return {?proto.google.rpc.context.AttributeContext.Request}
2662
+ */
2663
+ proto.google.rpc.context.AttributeContext.prototype.getRequest = function() {
2664
+ return /** @type{?proto.google.rpc.context.AttributeContext.Request} */ (
2665
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Request, 3));
2666
+ };
2667
+
2668
+
2669
+ /**
2670
+ * @param {?proto.google.rpc.context.AttributeContext.Request|undefined} value
2671
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2672
+ */
2673
+ proto.google.rpc.context.AttributeContext.prototype.setRequest = function(value) {
2674
+ return jspb.Message.setWrapperField(this, 3, value);
2675
+ };
2676
+
2677
+
2678
+ /**
2679
+ * Clears the message field making it undefined.
2680
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2681
+ */
2682
+ proto.google.rpc.context.AttributeContext.prototype.clearRequest = function() {
2683
+ return this.setRequest(undefined);
2684
+ };
2685
+
2686
+
2687
+ /**
2688
+ * Returns whether this field is set.
2689
+ * @return {boolean}
2690
+ */
2691
+ proto.google.rpc.context.AttributeContext.prototype.hasRequest = function() {
2692
+ return jspb.Message.getField(this, 3) != null;
2693
+ };
2694
+
2695
+
2696
+ /**
2697
+ * optional Response response = 4;
2698
+ * @return {?proto.google.rpc.context.AttributeContext.Response}
2699
+ */
2700
+ proto.google.rpc.context.AttributeContext.prototype.getResponse = function() {
2701
+ return /** @type{?proto.google.rpc.context.AttributeContext.Response} */ (
2702
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Response, 4));
2703
+ };
2704
+
2705
+
2706
+ /**
2707
+ * @param {?proto.google.rpc.context.AttributeContext.Response|undefined} value
2708
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2709
+ */
2710
+ proto.google.rpc.context.AttributeContext.prototype.setResponse = function(value) {
2711
+ return jspb.Message.setWrapperField(this, 4, value);
2712
+ };
2713
+
2714
+
2715
+ /**
2716
+ * Clears the message field making it undefined.
2717
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2718
+ */
2719
+ proto.google.rpc.context.AttributeContext.prototype.clearResponse = function() {
2720
+ return this.setResponse(undefined);
2721
+ };
2722
+
2723
+
2724
+ /**
2725
+ * Returns whether this field is set.
2726
+ * @return {boolean}
2727
+ */
2728
+ proto.google.rpc.context.AttributeContext.prototype.hasResponse = function() {
2729
+ return jspb.Message.getField(this, 4) != null;
2730
+ };
2731
+
2732
+
2733
+ /**
2734
+ * optional Resource resource = 5;
2735
+ * @return {?proto.google.rpc.context.AttributeContext.Resource}
2736
+ */
2737
+ proto.google.rpc.context.AttributeContext.prototype.getResource = function() {
2738
+ return /** @type{?proto.google.rpc.context.AttributeContext.Resource} */ (
2739
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Resource, 5));
2740
+ };
2741
+
2742
+
2743
+ /**
2744
+ * @param {?proto.google.rpc.context.AttributeContext.Resource|undefined} value
2745
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2746
+ */
2747
+ proto.google.rpc.context.AttributeContext.prototype.setResource = function(value) {
2748
+ return jspb.Message.setWrapperField(this, 5, value);
2749
+ };
2750
+
2751
+
2752
+ /**
2753
+ * Clears the message field making it undefined.
2754
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2755
+ */
2756
+ proto.google.rpc.context.AttributeContext.prototype.clearResource = function() {
2757
+ return this.setResource(undefined);
2758
+ };
2759
+
2760
+
2761
+ /**
2762
+ * Returns whether this field is set.
2763
+ * @return {boolean}
2764
+ */
2765
+ proto.google.rpc.context.AttributeContext.prototype.hasResource = function() {
2766
+ return jspb.Message.getField(this, 5) != null;
2767
+ };
2768
+
2769
+
2770
+ /**
2771
+ * optional Api api = 6;
2772
+ * @return {?proto.google.rpc.context.AttributeContext.Api}
2773
+ */
2774
+ proto.google.rpc.context.AttributeContext.prototype.getApi = function() {
2775
+ return /** @type{?proto.google.rpc.context.AttributeContext.Api} */ (
2776
+ jspb.Message.getWrapperField(this, proto.google.rpc.context.AttributeContext.Api, 6));
2777
+ };
2778
+
2779
+
2780
+ /**
2781
+ * @param {?proto.google.rpc.context.AttributeContext.Api|undefined} value
2782
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2783
+ */
2784
+ proto.google.rpc.context.AttributeContext.prototype.setApi = function(value) {
2785
+ return jspb.Message.setWrapperField(this, 6, value);
2786
+ };
2787
+
2788
+
2789
+ /**
2790
+ * Clears the message field making it undefined.
2791
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2792
+ */
2793
+ proto.google.rpc.context.AttributeContext.prototype.clearApi = function() {
2794
+ return this.setApi(undefined);
2795
+ };
2796
+
2797
+
2798
+ /**
2799
+ * Returns whether this field is set.
2800
+ * @return {boolean}
2801
+ */
2802
+ proto.google.rpc.context.AttributeContext.prototype.hasApi = function() {
2803
+ return jspb.Message.getField(this, 6) != null;
2804
+ };
2805
+
2806
+
2807
+ /**
2808
+ * repeated google.protobuf.Any extensions = 8;
2809
+ * @return {!Array<!proto.google.protobuf.Any>}
2810
+ */
2811
+ proto.google.rpc.context.AttributeContext.prototype.getExtensionsList = function() {
2812
+ return /** @type{!Array<!proto.google.protobuf.Any>} */ (
2813
+ jspb.Message.getRepeatedWrapperField(this, google_protobuf_any_pb.Any, 8));
2814
+ };
2815
+
2816
+
2817
+ /**
2818
+ * @param {!Array<!proto.google.protobuf.Any>} value
2819
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2820
+ */
2821
+ proto.google.rpc.context.AttributeContext.prototype.setExtensionsList = function(value) {
2822
+ return jspb.Message.setRepeatedWrapperField(this, 8, value);
2823
+ };
2824
+
2825
+
2826
+ /**
2827
+ * @param {!proto.google.protobuf.Any=} opt_value
2828
+ * @param {number=} opt_index
2829
+ * @return {!proto.google.protobuf.Any}
2830
+ */
2831
+ proto.google.rpc.context.AttributeContext.prototype.addExtensions = function(opt_value, opt_index) {
2832
+ return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.google.protobuf.Any, opt_index);
2833
+ };
2834
+
2835
+
2836
+ /**
2837
+ * Clears the list making it empty but non-null.
2838
+ * @return {!proto.google.rpc.context.AttributeContext} returns this
2839
+ */
2840
+ proto.google.rpc.context.AttributeContext.prototype.clearExtensionsList = function() {
2841
+ return this.setExtensionsList([]);
2842
+ };
2843
+
2844
+
2845
+ goog.object.extend(exports, proto.google.rpc.context);
2846
+
2847
+ // Below is base64 encoded GeneratedCodeInfo proto
2848
+ // CjYKAgQAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YixAgmxAKOAoEBAADABIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGNcWINsWCjgKBAQAAwESKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjxHCD0HAo4CgQEAAMCEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YhyMgiyMKOAoEBAADAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGNspIOIpCjgKBAQAAwQSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiBMCCJMAo4CgQEAAMFEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YqzYgszYKPAoGBAADAAIAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YnJ4BIKGeAQo8CgYEAAMAAgASKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiqoAEgr6ABCjwKBgQAAwACARIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGPahASD9oQEKPAoGBAADAAIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YhaQBIIykAQo8CgYEAAMAAgISKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjQpgEg3KYBCjwKBgQAAwACAhIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGMCpASDOqQEKPAoGBAADAAIDEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YiKsBIJSrAQo8CgYEAAMAAgMSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxidrQEgqa0BCjwKBgQAAwACBBIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGPiuASCFrwEKPAoGBAADAAIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YjrEBIJuxAQo8CgYEAAMBAgASKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiJ1gEgk9YBCjwKBgQAAwECABIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGJrYASCk2AEKPAoGBAADAQIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y8NkBIPzZAQo8CgYEAAMBAgESKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiD3AEgj9wBCjwKBgQAAwECAhIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGNrdASDl3QEKPAoGBAADAQICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y7N8BIPffAQo8CgYEAAMBAgMSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjB4QEgy+EBCjwKBgQAAwECAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGNLjASDc4wEKPAoGBAADAgIAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YvY4CIMmOAgo8CgYEAAMCAgASKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjSkAIg3pACCjwKBgQAAwICARIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGLOSAiDDkgIKPAoGBAADAgIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y1ZQCIOWUAgo8CgYEAAMCAgESKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxj3lgIgg5cCCjwKBgQAAwICARIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGKmZAiC7mQIKPAoGBAADAgICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y65oCIPeaAgo8CgYEAAMCAgISKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiAnQIgjJ0CCjwKBgQAAwICAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGP2eAiCGnwIKPAoGBAADAgIDEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y5KECIO2hAgo8CgYEAAMCAgMSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxj6owIghaQCCjwKBgQAAwICAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGLqlAiDDpQIKPAoGBAADAgIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YjKcCIJ+nAgo8CgYEAAMCAgQSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxixqQIgxKkCCjwKBgQAAwICBBIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGNarAiDlqwIKPAoGBAADAgIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Yi64CIKCuAgo8CgYEAAMDAgASKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjp6gIg7uoCCjwKBgQAAwMCABIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGP3sAiCC7QIKPAoGBAADAwIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Yz+4CINjuAgo8CgYEAAMDAgESKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjn8AIg8PACCjwKBgQAAwMCAhIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGLvzAiDI8wIKPAoGBAADAwICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YsvYCIMH2Ago8CgYEAAMDAgMSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxj69wIggfgCCjwKBgQAAwMCAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGJD6AiCX+gIKPAoGBAADAwIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y4vsCIOn7Ago8CgYEAAMDAgQSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxj4/QIg//0CCjwKBgQAAwMCBRIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGMz/AiDV/wIKPAoGBAADAwIFEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y5IEDIO2BAwo8CgYEAAMDAgYSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxi5gwMgwYMDCjwKBgQAAwMCBhIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGNCFAyDYhQMKPAoGBAADAwIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y0IcDINeHAwo8CgYEAAMDAgcSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjHigMgzooDCjwKBgQAAwMCBxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGOGMAyDqjAMKPAoGBAADAwIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YoI4DIKeOAwo8CgYEAAMDAggSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjijwMg6Y8DCjwKBgQAAwMCCBIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGPiRAyD/kQMKPAoGBAADAwIJEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YzZMDINiTAwo8CgYEAAMDAgkSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjolQMg85UDCjwKBgQAAwMCChIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGMKXAyDLlwMKPAoGBAADAwIKEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y25kDIOSZAwo8CgYEAAMDAgsSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjYmwMg35sDCjwKBgQAAwMCCxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGPaeAyD9ngMKPAoGBAADAwILEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YkaEDIJqhAwo8CgYEAAMDAgsSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjQogMg16IDCjwKBgQAAwQCABIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGPfPAyD+zwMKPAoGBAADBAIAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YjtIDIJXSAwo8CgYEAAMEAgESKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjd0wMg5NMDCjwKBgQAAwQCARIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGPTVAyD71QMKPAoGBAADBAICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YxNgDINHYAwo8CgYEAAMEAgISKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxi92wMgzNsDCjwKBgQAAwQCAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGLPdAyC63QMKPAoGBAADBAIDEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YrOADILPgAwo8CgYEAAMEAgMSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjI4gMg0eIDCjwKBgQAAwQCAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGIjkAyCP5AMKPAoGBAADBAIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YgeYDIJLmAwo8CgYEAAMEAgQSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiA6QMgkekDCjwKBgQAAwQCBBIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGKbrAyC56wMKPAoGBAADBAIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y+uwDIIvtAwo8CgYEAAMFAgASKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiQrwQgmq8ECjwKBgQAAwUCABIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGKuxBCC1sQQKPAoGBAADBQIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YgbMEIIizBAo8CgYEAAMFAgESKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiZtQQgoLUECjwKBgQAAwUCAhIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGOy2BCDztgQKPAoGBAADBQICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YhLkEIIu5BAo8CgYEAAMFAgMSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjWuwQg4rsECjwKBgQAAwUCAxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGM6+BCDcvgQKPAoGBAADBQIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YlMAEIJrABAo8CgYEAAMFAgQSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxirwgQgscIECjwKBgQAAwUCBRIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGIHFBCCSxQQKPAoGBAADBQIFEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y/scEIJHIBAo8CgYEAAMFAgYSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjXyQQg5ckECjwKBgQAAwUCBhIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGPbLBCCEzAQKPAoGBAADBQIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YhM4EIJHOBAo8CgYEAAMFAgcSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxiD0QQgkNEECjwKBgQAAwUCBxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGKXTBCC00wQKPAoGBAADBQIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y8dQEIP7UBAo8CgYEAAMFAggSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxju1gQg+9YECjwKBgQAAwUCCBIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGO3ZBCD62QQKPAoGBAADBQIIEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Yj9wEIJ7cBAo8CgYEAAMFAggSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxjb3QQg6N0ECjwKBgQAAwUCCRIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGNnfBCDm3wQKPAoGBAADBQIJEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y2eIEIObiBAo8CgYEAAMFAgkSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxj85AQgi+UECjwKBgQAAwUCCRIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGMjmBCDV5gQKPAoGBAADBQIKEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Yk+gEIJroBAo8CgYEAAMFAgoSKmdvb2dsZS9ycGMvY29udGV4dC9hdHRyaWJ1dGVfY29udGV4dC5wcm90bxis6gQgs+oECjwKBgQAAwUCCxIqZ29vZ2xlL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0LnByb3RvGIXsBCCQ7AQKPAoGBAADBQILEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8You4EIK3uBAo6CgQEAAIAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YmvAEIKPwBAo6CgQEAAIAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YqfMEILLzBAo6CgQEAAIAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YtfUEIMD1BAo6CgQEAAIAEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y8PYEIPn2BAo6CgQEAAIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y1fgEIN74BAo6CgQEAAIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y5PsEIO37BAo6CgQEAAIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y8P0EIPv9BAo6CgQEAAIBEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Yq/8EILT/BAo6CgQEAAICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YlYEFIKOBBQo6CgQEAAICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YqYQFILeEBQo6CgQEAAICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YuoYFIMqGBQo6CgQEAAICEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y/4cFII2IBQo6CgQEAAIDEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y8IkFIPqJBQo6CgQEAAIDEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YiY0FIJONBQo6CgQEAAIDEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Ylo8FIKKPBQo6CgQEAAIDEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y05AFIN2QBQo6CgQEAAIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Yw5IFIM6SBQo6CgQEAAIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y4JUFIOuVBQo6CgQEAAIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y7pcFIPuXBQo6CgQEAAIEEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YrZkFILiZBQo6CgQEAAIFEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YnpsFIKmbBQo6CgQEAAIFEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Yu54FIMaeBQo6CgQEAAIFEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YyaAFINagBQo6CgQEAAIFEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YiKIFIJOiBQo6CgQEAAIGEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y6qMFIPCjBQo6CgQEAAIGEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y86YFIPmmBQo6CgQEAAIGEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y/KgFIISpBQo6CgQEAAIGEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YsaoFILeqBQo6CgQEAAIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YmawFIKqsBQo6CgQEAAIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YgK8FIJGvBQo6CgQEAAIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8YnrEFIKuxBQo6CgQEAAIHEipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8Y8bMFIIS0BQ==