@xeonr/upload-pool-sdk 1.0.0

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 (402) hide show
  1. package/README.md +83 -0
  2. package/dist/errors.d.ts +14 -0
  3. package/dist/errors.d.ts.map +1 -0
  4. package/dist/errors.js +15 -0
  5. package/dist/errors.js.map +1 -0
  6. package/dist/index.d.ts +27 -0
  7. package/dist/index.d.ts.map +1 -0
  8. package/dist/index.js +27 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/job-context.d.ts +18 -0
  11. package/dist/job-context.d.ts.map +1 -0
  12. package/dist/job-context.js +176 -0
  13. package/dist/job-context.js.map +1 -0
  14. package/dist/pool.d.ts +16 -0
  15. package/dist/pool.d.ts.map +1 -0
  16. package/dist/pool.js +111 -0
  17. package/dist/pool.js.map +1 -0
  18. package/dist/protocol/buf/validate/expression_pb.d.ts +128 -0
  19. package/dist/protocol/buf/validate/expression_pb.d.ts.map +1 -0
  20. package/dist/protocol/buf/validate/expression_pb.js +34 -0
  21. package/dist/protocol/buf/validate/expression_pb.js.map +1 -0
  22. package/dist/protocol/buf/validate/priv/private_pb.d.ts +54 -0
  23. package/dist/protocol/buf/validate/priv/private_pb.d.ts.map +1 -0
  24. package/dist/protocol/buf/validate/priv/private_pb.js +36 -0
  25. package/dist/protocol/buf/validate/priv/private_pb.js.map +1 -0
  26. package/dist/protocol/buf/validate/validate_pb.d.ts +3685 -0
  27. package/dist/protocol/buf/validate/validate_pb.d.ts.map +1 -0
  28. package/dist/protocol/buf/validate/validate_pb.js +223 -0
  29. package/dist/protocol/buf/validate/validate_pb.js.map +1 -0
  30. package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts +816 -0
  31. package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts.map +1 -0
  32. package/dist/protocol/gnostic/discovery/v1/discovery_pb.js +160 -0
  33. package/dist/protocol/gnostic/discovery/v1/discovery_pb.js.map +1 -0
  34. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts +2229 -0
  35. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts.map +1 -0
  36. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js +320 -0
  37. package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js.map +1 -0
  38. package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts +24 -0
  39. package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts.map +1 -0
  40. package/dist/protocol/gnostic/openapi/v3/annotations_pb.js +37 -0
  41. package/dist/protocol/gnostic/openapi/v3/annotations_pb.js.map +1 -0
  42. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts +2245 -0
  43. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts.map +1 -0
  44. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js +410 -0
  45. package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js.map +1 -0
  46. package/dist/protocol/google/api/annotations_pb.d.ts +14 -0
  47. package/dist/protocol/google/api/annotations_pb.d.ts.map +1 -0
  48. package/dist/protocol/google/api/annotations_pb.js +27 -0
  49. package/dist/protocol/google/api/annotations_pb.js.map +1 -0
  50. package/dist/protocol/google/api/client_pb.d.ts +1034 -0
  51. package/dist/protocol/google/api/client_pb.d.ts.map +1 -0
  52. package/dist/protocol/google/api/client_pb.js +338 -0
  53. package/dist/protocol/google/api/client_pb.js.map +1 -0
  54. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts +672 -0
  55. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts.map +1 -0
  56. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js +176 -0
  57. package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js.map +1 -0
  58. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts +185 -0
  59. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts.map +1 -0
  60. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js +46 -0
  61. package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js.map +1 -0
  62. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts +68 -0
  63. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts.map +1 -0
  64. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js +32 -0
  65. package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js.map +1 -0
  66. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts +796 -0
  67. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts.map +1 -0
  68. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js +128 -0
  69. package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js.map +1 -0
  70. package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts +224 -0
  71. package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts.map +1 -0
  72. package/dist/protocol/google/api/expr/v1alpha1/value_pb.js +45 -0
  73. package/dist/protocol/google/api/expr/v1alpha1/value_pb.js.map +1 -0
  74. package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts +151 -0
  75. package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts.map +1 -0
  76. package/dist/protocol/google/api/expr/v1beta1/decl_pb.js +41 -0
  77. package/dist/protocol/google/api/expr/v1beta1/decl_pb.js.map +1 -0
  78. package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts +203 -0
  79. package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts.map +1 -0
  80. package/dist/protocol/google/api/expr/v1beta1/eval_pb.js +52 -0
  81. package/dist/protocol/google/api/expr/v1beta1/eval_pb.js.map +1 -0
  82. package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts +504 -0
  83. package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts.map +1 -0
  84. package/dist/protocol/google/api/expr/v1beta1/expr_pb.js +72 -0
  85. package/dist/protocol/google/api/expr/v1beta1/expr_pb.js.map +1 -0
  86. package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts +86 -0
  87. package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts.map +1 -0
  88. package/dist/protocol/google/api/expr/v1beta1/source_pb.js +30 -0
  89. package/dist/protocol/google/api/expr/v1beta1/source_pb.js.map +1 -0
  90. package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts +224 -0
  91. package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts.map +1 -0
  92. package/dist/protocol/google/api/expr/v1beta1/value_pb.js +46 -0
  93. package/dist/protocol/google/api/expr/v1beta1/value_pb.js.map +1 -0
  94. package/dist/protocol/google/api/field_behavior_pb.d.ts +122 -0
  95. package/dist/protocol/google/api/field_behavior_pb.d.ts.map +1 -0
  96. package/dist/protocol/google/api/field_behavior_pb.js +136 -0
  97. package/dist/protocol/google/api/field_behavior_pb.js.map +1 -0
  98. package/dist/protocol/google/api/field_info_pb.d.ts +140 -0
  99. package/dist/protocol/google/api/field_info_pb.d.ts.map +1 -0
  100. package/dist/protocol/google/api/field_info_pb.js +108 -0
  101. package/dist/protocol/google/api/field_info_pb.js.map +1 -0
  102. package/dist/protocol/google/api/http_pb.d.ts +441 -0
  103. package/dist/protocol/google/api/http_pb.d.ts.map +1 -0
  104. package/dist/protocol/google/api/http_pb.js +34 -0
  105. package/dist/protocol/google/api/http_pb.js.map +1 -0
  106. package/dist/protocol/google/api/httpbody_pb.d.ts +81 -0
  107. package/dist/protocol/google/api/httpbody_pb.d.ts.map +1 -0
  108. package/dist/protocol/google/api/httpbody_pb.js +25 -0
  109. package/dist/protocol/google/api/httpbody_pb.js.map +1 -0
  110. package/dist/protocol/google/api/launch_stage_pb.d.ts +87 -0
  111. package/dist/protocol/google/api/launch_stage_pb.d.ts.map +1 -0
  112. package/dist/protocol/google/api/launch_stage_pb.js +101 -0
  113. package/dist/protocol/google/api/launch_stage_pb.js.map +1 -0
  114. package/dist/protocol/google/api/resource_pb.d.ts +304 -0
  115. package/dist/protocol/google/api/resource_pb.d.ts.map +1 -0
  116. package/dist/protocol/google/api/resource_pb.js +116 -0
  117. package/dist/protocol/google/api/resource_pb.js.map +1 -0
  118. package/dist/protocol/google/api/routing_pb.d.ts +476 -0
  119. package/dist/protocol/google/api/routing_pb.d.ts.map +1 -0
  120. package/dist/protocol/google/api/routing_pb.js +36 -0
  121. package/dist/protocol/google/api/routing_pb.js.map +1 -0
  122. package/dist/protocol/google/api/visibility_pb.d.ts +128 -0
  123. package/dist/protocol/google/api/visibility_pb.d.ts.map +1 -0
  124. package/dist/protocol/google/api/visibility_pb.js +66 -0
  125. package/dist/protocol/google/api/visibility_pb.js.map +1 -0
  126. package/dist/protocol/google/bytestream/bytestream_pb.d.ts +278 -0
  127. package/dist/protocol/google/bytestream/bytestream_pb.d.ts.map +1 -0
  128. package/dist/protocol/google/bytestream/bytestream_pb.js +77 -0
  129. package/dist/protocol/google/bytestream/bytestream_pb.js.map +1 -0
  130. package/dist/protocol/google/geo/type/viewport_pb.d.ts +66 -0
  131. package/dist/protocol/google/geo/type/viewport_pb.d.ts.map +1 -0
  132. package/dist/protocol/google/geo/type/viewport_pb.js +26 -0
  133. package/dist/protocol/google/geo/type/viewport_pb.js.map +1 -0
  134. package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts +193 -0
  135. package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts.map +1 -0
  136. package/dist/protocol/google/iam/v1/iam_policy_pb.js +76 -0
  137. package/dist/protocol/google/iam/v1/iam_policy_pb.js.map +1 -0
  138. package/dist/protocol/google/iam/v1/options_pb.d.ts +42 -0
  139. package/dist/protocol/google/iam/v1/options_pb.d.ts.map +1 -0
  140. package/dist/protocol/google/iam/v1/options_pb.js +24 -0
  141. package/dist/protocol/google/iam/v1/options_pb.js.map +1 -0
  142. package/dist/protocol/google/iam/v1/policy_pb.d.ts +571 -0
  143. package/dist/protocol/google/iam/v1/policy_pb.d.ts.map +1 -0
  144. package/dist/protocol/google/iam/v1/policy_pb.js +152 -0
  145. package/dist/protocol/google/iam/v1/policy_pb.js.map +1 -0
  146. package/dist/protocol/google/longrunning/operations_pb.d.ts +398 -0
  147. package/dist/protocol/google/longrunning/operations_pb.d.ts.map +1 -0
  148. package/dist/protocol/google/longrunning/operations_pb.js +89 -0
  149. package/dist/protocol/google/longrunning/operations_pb.js.map +1 -0
  150. package/dist/protocol/google/rpc/code_pb.d.ts +228 -0
  151. package/dist/protocol/google/rpc/code_pb.d.ts.map +1 -0
  152. package/dist/protocol/google/rpc/code_pb.js +242 -0
  153. package/dist/protocol/google/rpc/code_pb.js.map +1 -0
  154. package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts +560 -0
  155. package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts.map +1 -0
  156. package/dist/protocol/google/rpc/context/attribute_context_pb.js +55 -0
  157. package/dist/protocol/google/rpc/context/attribute_context_pb.js.map +1 -0
  158. package/dist/protocol/google/rpc/error_details_pb.d.ts +581 -0
  159. package/dist/protocol/google/rpc/error_details_pb.d.ts.map +1 -0
  160. package/dist/protocol/google/rpc/error_details_pb.js +90 -0
  161. package/dist/protocol/google/rpc/error_details_pb.js.map +1 -0
  162. package/dist/protocol/google/rpc/status_pb.d.ts +49 -0
  163. package/dist/protocol/google/rpc/status_pb.d.ts.map +1 -0
  164. package/dist/protocol/google/rpc/status_pb.js +25 -0
  165. package/dist/protocol/google/rpc/status_pb.js.map +1 -0
  166. package/dist/protocol/google/type/calendar_period_pb.d.ts +71 -0
  167. package/dist/protocol/google/type/calendar_period_pb.d.ts.map +1 -0
  168. package/dist/protocol/google/type/calendar_period_pb.js +85 -0
  169. package/dist/protocol/google/type/calendar_period_pb.js.map +1 -0
  170. package/dist/protocol/google/type/color_pb.d.ts +176 -0
  171. package/dist/protocol/google/type/color_pb.d.ts.map +1 -0
  172. package/dist/protocol/google/type/color_pb.js +25 -0
  173. package/dist/protocol/google/type/color_pb.js.map +1 -0
  174. package/dist/protocol/google/type/date_pb.d.ts +56 -0
  175. package/dist/protocol/google/type/date_pb.d.ts.map +1 -0
  176. package/dist/protocol/google/type/date_pb.js +24 -0
  177. package/dist/protocol/google/type/date_pb.js.map +1 -0
  178. package/dist/protocol/google/type/datetime_pb.d.ts +148 -0
  179. package/dist/protocol/google/type/datetime_pb.d.ts.map +1 -0
  180. package/dist/protocol/google/type/datetime_pb.js +30 -0
  181. package/dist/protocol/google/type/datetime_pb.js.map +1 -0
  182. package/dist/protocol/google/type/dayofweek_pb.d.ts +65 -0
  183. package/dist/protocol/google/type/dayofweek_pb.d.ts.map +1 -0
  184. package/dist/protocol/google/type/dayofweek_pb.js +79 -0
  185. package/dist/protocol/google/type/dayofweek_pb.js.map +1 -0
  186. package/dist/protocol/google/type/decimal_pb.d.ts +89 -0
  187. package/dist/protocol/google/type/decimal_pb.d.ts.map +1 -0
  188. package/dist/protocol/google/type/decimal_pb.js +24 -0
  189. package/dist/protocol/google/type/decimal_pb.js.map +1 -0
  190. package/dist/protocol/google/type/expr_pb.d.ts +78 -0
  191. package/dist/protocol/google/type/expr_pb.d.ts.map +1 -0
  192. package/dist/protocol/google/type/expr_pb.js +24 -0
  193. package/dist/protocol/google/type/expr_pb.js.map +1 -0
  194. package/dist/protocol/google/type/fraction_pb.d.ts +32 -0
  195. package/dist/protocol/google/type/fraction_pb.d.ts.map +1 -0
  196. package/dist/protocol/google/type/fraction_pb.js +24 -0
  197. package/dist/protocol/google/type/fraction_pb.js.map +1 -0
  198. package/dist/protocol/google/type/interval_pb.d.ts +43 -0
  199. package/dist/protocol/google/type/interval_pb.d.ts.map +1 -0
  200. package/dist/protocol/google/type/interval_pb.js +25 -0
  201. package/dist/protocol/google/type/interval_pb.js.map +1 -0
  202. package/dist/protocol/google/type/latlng_pb.d.ts +35 -0
  203. package/dist/protocol/google/type/latlng_pb.d.ts.map +1 -0
  204. package/dist/protocol/google/type/latlng_pb.js +24 -0
  205. package/dist/protocol/google/type/latlng_pb.js.map +1 -0
  206. package/dist/protocol/google/type/localized_text_pb.d.ts +35 -0
  207. package/dist/protocol/google/type/localized_text_pb.d.ts.map +1 -0
  208. package/dist/protocol/google/type/localized_text_pb.js +24 -0
  209. package/dist/protocol/google/type/localized_text_pb.js.map +1 -0
  210. package/dist/protocol/google/type/money_pb.d.ts +43 -0
  211. package/dist/protocol/google/type/money_pb.d.ts.map +1 -0
  212. package/dist/protocol/google/type/money_pb.js +24 -0
  213. package/dist/protocol/google/type/money_pb.js.map +1 -0
  214. package/dist/protocol/google/type/month_pb.d.ts +95 -0
  215. package/dist/protocol/google/type/month_pb.d.ts.map +1 -0
  216. package/dist/protocol/google/type/month_pb.js +109 -0
  217. package/dist/protocol/google/type/month_pb.js.map +1 -0
  218. package/dist/protocol/google/type/phone_number_pb.d.ts +145 -0
  219. package/dist/protocol/google/type/phone_number_pb.d.ts.map +1 -0
  220. package/dist/protocol/google/type/phone_number_pb.js +29 -0
  221. package/dist/protocol/google/type/phone_number_pb.js.map +1 -0
  222. package/dist/protocol/google/type/postal_address_pb.d.ts +160 -0
  223. package/dist/protocol/google/type/postal_address_pb.d.ts.map +1 -0
  224. package/dist/protocol/google/type/postal_address_pb.js +24 -0
  225. package/dist/protocol/google/type/postal_address_pb.js.map +1 -0
  226. package/dist/protocol/google/type/quaternion_pb.d.ts +99 -0
  227. package/dist/protocol/google/type/quaternion_pb.d.ts.map +1 -0
  228. package/dist/protocol/google/type/quaternion_pb.js +24 -0
  229. package/dist/protocol/google/type/quaternion_pb.js.map +1 -0
  230. package/dist/protocol/google/type/timeofday_pb.d.ts +52 -0
  231. package/dist/protocol/google/type/timeofday_pb.d.ts.map +1 -0
  232. package/dist/protocol/google/type/timeofday_pb.js +24 -0
  233. package/dist/protocol/google/type/timeofday_pb.js.map +1 -0
  234. package/dist/protocol/uplim/api/v1/account_pb.d.ts +144 -0
  235. package/dist/protocol/uplim/api/v1/account_pb.d.ts.map +1 -0
  236. package/dist/protocol/uplim/api/v1/account_pb.js +100 -0
  237. package/dist/protocol/uplim/api/v1/account_pb.js.map +1 -0
  238. package/dist/protocol/uplim/api/v1/auth_pb.d.ts +231 -0
  239. package/dist/protocol/uplim/api/v1/auth_pb.d.ts.map +1 -0
  240. package/dist/protocol/uplim/api/v1/auth_pb.js +65 -0
  241. package/dist/protocol/uplim/api/v1/auth_pb.js.map +1 -0
  242. package/dist/protocol/uplim/api/v1/buckets_pb.d.ts +1920 -0
  243. package/dist/protocol/uplim/api/v1/buckets_pb.d.ts.map +1 -0
  244. package/dist/protocol/uplim/api/v1/buckets_pb.js +471 -0
  245. package/dist/protocol/uplim/api/v1/buckets_pb.js.map +1 -0
  246. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts +398 -0
  247. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts.map +1 -0
  248. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js +79 -0
  249. package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js.map +1 -0
  250. package/dist/protocol/uplim/api/v1/events_pb.d.ts +767 -0
  251. package/dist/protocol/uplim/api/v1/events_pb.d.ts.map +1 -0
  252. package/dist/protocol/uplim/api/v1/events_pb.js +242 -0
  253. package/dist/protocol/uplim/api/v1/events_pb.js.map +1 -0
  254. package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts +1059 -0
  255. package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts.map +1 -0
  256. package/dist/protocol/uplim/api/v1/integration_admin_pb.js +209 -0
  257. package/dist/protocol/uplim/api/v1/integration_admin_pb.js.map +1 -0
  258. package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts +313 -0
  259. package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts.map +1 -0
  260. package/dist/protocol/uplim/api/v1/integration_install_pb.js +129 -0
  261. package/dist/protocol/uplim/api/v1/integration_install_pb.js.map +1 -0
  262. package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts +767 -0
  263. package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts.map +1 -0
  264. package/dist/protocol/uplim/api/v1/integration_types_pb.js +221 -0
  265. package/dist/protocol/uplim/api/v1/integration_types_pb.js.map +1 -0
  266. package/dist/protocol/uplim/api/v1/integrations_pb.d.ts +807 -0
  267. package/dist/protocol/uplim/api/v1/integrations_pb.d.ts.map +1 -0
  268. package/dist/protocol/uplim/api/v1/integrations_pb.js +169 -0
  269. package/dist/protocol/uplim/api/v1/integrations_pb.js.map +1 -0
  270. package/dist/protocol/uplim/api/v1/internal_pb.d.ts +204 -0
  271. package/dist/protocol/uplim/api/v1/internal_pb.d.ts.map +1 -0
  272. package/dist/protocol/uplim/api/v1/internal_pb.js +118 -0
  273. package/dist/protocol/uplim/api/v1/internal_pb.js.map +1 -0
  274. package/dist/protocol/uplim/api/v1/metadata_pb.d.ts +265 -0
  275. package/dist/protocol/uplim/api/v1/metadata_pb.d.ts.map +1 -0
  276. package/dist/protocol/uplim/api/v1/metadata_pb.js +50 -0
  277. package/dist/protocol/uplim/api/v1/metadata_pb.js.map +1 -0
  278. package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts +64 -0
  279. package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts.map +1 -0
  280. package/dist/protocol/uplim/api/v1/public-buckets_pb.js +28 -0
  281. package/dist/protocol/uplim/api/v1/public-buckets_pb.js.map +1 -0
  282. package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts +461 -0
  283. package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts.map +1 -0
  284. package/dist/protocol/uplim/api/v1/public-uploads_pb.js +139 -0
  285. package/dist/protocol/uplim/api/v1/public-uploads_pb.js.map +1 -0
  286. package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts +396 -0
  287. package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts.map +1 -0
  288. package/dist/protocol/uplim/api/v1/upload-aliases_pb.js +69 -0
  289. package/dist/protocol/uplim/api/v1/upload-aliases_pb.js.map +1 -0
  290. package/dist/protocol/uplim/api/v1/uploads_pb.d.ts +3736 -0
  291. package/dist/protocol/uplim/api/v1/uploads_pb.d.ts.map +1 -0
  292. package/dist/protocol/uplim/api/v1/uploads_pb.js +732 -0
  293. package/dist/protocol/uplim/api/v1/uploads_pb.js.map +1 -0
  294. package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts +394 -0
  295. package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts.map +1 -0
  296. package/dist/protocol/uplim/workflow/v1/activities_pb.js +122 -0
  297. package/dist/protocol/uplim/workflow/v1/activities_pb.js.map +1 -0
  298. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts +486 -0
  299. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts.map +1 -0
  300. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js +158 -0
  301. package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js.map +1 -0
  302. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts +289 -0
  303. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts.map +1 -0
  304. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js +66 -0
  305. package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js.map +1 -0
  306. package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts +602 -0
  307. package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts.map +1 -0
  308. package/dist/protocol/uplim/workflow/v1/workflows_pb.js +194 -0
  309. package/dist/protocol/uplim/workflow/v1/workflows_pb.js.map +1 -0
  310. package/dist/rpc-clients.d.ts +9 -0
  311. package/dist/rpc-clients.d.ts.map +1 -0
  312. package/dist/rpc-clients.js +24 -0
  313. package/dist/rpc-clients.js.map +1 -0
  314. package/dist/sse-client.d.ts +20 -0
  315. package/dist/sse-client.d.ts.map +1 -0
  316. package/dist/sse-client.js +68 -0
  317. package/dist/sse-client.js.map +1 -0
  318. package/dist/types.d.ts +174 -0
  319. package/dist/types.d.ts.map +1 -0
  320. package/dist/types.js +17 -0
  321. package/dist/types.js.map +1 -0
  322. package/package.json +47 -0
  323. package/src/errors.ts +14 -0
  324. package/src/index.ts +41 -0
  325. package/src/job-context.ts +244 -0
  326. package/src/pool.ts +143 -0
  327. package/src/protocol/buf/validate/expression_pb.ts +163 -0
  328. package/src/protocol/buf/validate/priv/private_pb.ts +86 -0
  329. package/src/protocol/buf/validate/validate_pb.ts +3802 -0
  330. package/src/protocol/gnostic/discovery/v1/discovery_pb.ts +1020 -0
  331. package/src/protocol/gnostic/openapi/v2/openapiv2_pb.ts +2679 -0
  332. package/src/protocol/gnostic/openapi/v3/annotations_pb.ts +55 -0
  333. package/src/protocol/gnostic/openapi/v3/openapiv3_pb.ts +2660 -0
  334. package/src/protocol/google/api/annotations_pb.ts +39 -0
  335. package/src/protocol/google/api/client_pb.ts +1183 -0
  336. package/src/protocol/google/api/expr/v1alpha1/checked_pb.ts +751 -0
  337. package/src/protocol/google/api/expr/v1alpha1/eval_pb.ts +222 -0
  338. package/src/protocol/google/api/expr/v1alpha1/explain_pb.ts +98 -0
  339. package/src/protocol/google/api/expr/v1alpha1/syntax_pb.ts +882 -0
  340. package/src/protocol/google/api/expr/v1alpha1/value_pb.ts +260 -0
  341. package/src/protocol/google/api/expr/v1beta1/decl_pb.ts +191 -0
  342. package/src/protocol/google/api/expr/v1beta1/eval_pb.ts +244 -0
  343. package/src/protocol/google/api/expr/v1beta1/expr_pb.ts +565 -0
  344. package/src/protocol/google/api/expr/v1beta1/source_pb.ts +117 -0
  345. package/src/protocol/google/api/expr/v1beta1/value_pb.ts +261 -0
  346. package/src/protocol/google/api/field_behavior_pb.ts +157 -0
  347. package/src/protocol/google/api/field_info_pb.ts +178 -0
  348. package/src/protocol/google/api/http_pb.ts +474 -0
  349. package/src/protocol/google/api/httpbody_pb.ts +108 -0
  350. package/src/protocol/google/api/launch_stage_pb.ts +118 -0
  351. package/src/protocol/google/api/resource_pb.ts +354 -0
  352. package/src/protocol/google/api/routing_pb.ts +507 -0
  353. package/src/protocol/google/api/visibility_pb.ts +169 -0
  354. package/src/protocol/google/bytestream/bytestream_pb.ts +325 -0
  355. package/src/protocol/google/geo/type/viewport_pb.ts +93 -0
  356. package/src/protocol/google/iam/v1/iam_policy_pb.ts +239 -0
  357. package/src/protocol/google/iam/v1/options_pb.ts +66 -0
  358. package/src/protocol/google/iam/v1/policy_pb.ts +644 -0
  359. package/src/protocol/google/longrunning/operations_pb.ts +460 -0
  360. package/src/protocol/google/rpc/code_pb.ts +268 -0
  361. package/src/protocol/google/rpc/context/attribute_context_pb.ts +638 -0
  362. package/src/protocol/google/rpc/error_details_pb.ts +662 -0
  363. package/src/protocol/google/rpc/status_pb.ts +76 -0
  364. package/src/protocol/google/type/calendar_period_pb.ts +102 -0
  365. package/src/protocol/google/type/color_pb.ts +204 -0
  366. package/src/protocol/google/type/date_pb.ts +82 -0
  367. package/src/protocol/google/type/datetime_pb.ts +181 -0
  368. package/src/protocol/google/type/dayofweek_pb.ts +96 -0
  369. package/src/protocol/google/type/decimal_pb.ts +113 -0
  370. package/src/protocol/google/type/expr_pb.ts +105 -0
  371. package/src/protocol/google/type/fraction_pb.ts +57 -0
  372. package/src/protocol/google/type/interval_pb.ts +69 -0
  373. package/src/protocol/google/type/latlng_pb.ts +60 -0
  374. package/src/protocol/google/type/localized_text_pb.ts +60 -0
  375. package/src/protocol/google/type/money_pb.ts +69 -0
  376. package/src/protocol/google/type/month_pb.ts +131 -0
  377. package/src/protocol/google/type/phone_number_pb.ts +171 -0
  378. package/src/protocol/google/type/postal_address_pb.ts +194 -0
  379. package/src/protocol/google/type/quaternion_pb.ts +126 -0
  380. package/src/protocol/google/type/timeofday_pb.ts +79 -0
  381. package/src/protocol/uplim/api/v1/account_pb.ts +178 -0
  382. package/src/protocol/uplim/api/v1/auth_pb.ts +278 -0
  383. package/src/protocol/uplim/api/v1/buckets_pb.ts +2214 -0
  384. package/src/protocol/uplim/api/v1/content_type_matcher_pb.ts +448 -0
  385. package/src/protocol/uplim/api/v1/events_pb.ts +874 -0
  386. package/src/protocol/uplim/api/v1/integration_admin_pb.ts +1237 -0
  387. package/src/protocol/uplim/api/v1/integration_install_pb.ts +386 -0
  388. package/src/protocol/uplim/api/v1/integration_types_pb.ts +896 -0
  389. package/src/protocol/uplim/api/v1/integrations_pb.ts +944 -0
  390. package/src/protocol/uplim/api/v1/internal_pb.ts +234 -0
  391. package/src/protocol/uplim/api/v1/metadata_pb.ts +305 -0
  392. package/src/protocol/uplim/api/v1/public-buckets_pb.ts +83 -0
  393. package/src/protocol/uplim/api/v1/public-uploads_pb.ts +543 -0
  394. package/src/protocol/uplim/api/v1/upload-aliases_pb.ts +468 -0
  395. package/src/protocol/uplim/api/v1/uploads_pb.ts +4294 -0
  396. package/src/protocol/uplim/workflow/v1/activities_pb.ts +488 -0
  397. package/src/protocol/uplim/workflow/v1/integration_queue_admin_pb.ts +594 -0
  398. package/src/protocol/uplim/workflow/v1/integration_queue_pb.ts +353 -0
  399. package/src/protocol/uplim/workflow/v1/workflows_pb.ts +746 -0
  400. package/src/rpc-clients.ts +29 -0
  401. package/src/sse-client.ts +83 -0
  402. package/src/types.ts +169 -0
@@ -0,0 +1,560 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Any, Duration, Timestamp } from "@bufbuild/protobuf/wkt";
3
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file google/rpc/context/attribute_context.proto.
6
+ */
7
+ export declare const file_google_rpc_context_attribute_context: GenFile;
8
+ /**
9
+ * This message defines the standard attribute vocabulary for Google APIs.
10
+ *
11
+ * An attribute is a piece of metadata that describes an activity on a network
12
+ * service. For example, the size of an HTTP request, or the status code of
13
+ * an HTTP response.
14
+ *
15
+ * Each attribute has a type and a name, which is logically defined as
16
+ * a proto message field in `AttributeContext`. The field type becomes the
17
+ * attribute type, and the field path becomes the attribute name. For example,
18
+ * the attribute `source.ip` maps to field `AttributeContext.source.ip`.
19
+ *
20
+ * This message definition is guaranteed not to have any wire breaking change.
21
+ * So you can use it directly for passing attributes across different systems.
22
+ *
23
+ * NOTE: Different system may generate different subset of attributes. Please
24
+ * verify the system specification before relying on an attribute generated
25
+ * a system.
26
+ *
27
+ * @generated from message google.rpc.context.AttributeContext
28
+ */
29
+ export type AttributeContext = Message<"google.rpc.context.AttributeContext"> & {
30
+ /**
31
+ * The origin of a network activity. In a multi hop network activity,
32
+ * the origin represents the sender of the first hop. For the first hop,
33
+ * the `source` and the `origin` must have the same content.
34
+ *
35
+ * @generated from field: google.rpc.context.AttributeContext.Peer origin = 7;
36
+ */
37
+ origin?: AttributeContext_Peer;
38
+ /**
39
+ * The source of a network activity, such as starting a TCP connection.
40
+ * In a multi hop network activity, the source represents the sender of the
41
+ * last hop.
42
+ *
43
+ * @generated from field: google.rpc.context.AttributeContext.Peer source = 1;
44
+ */
45
+ source?: AttributeContext_Peer;
46
+ /**
47
+ * The destination of a network activity, such as accepting a TCP connection.
48
+ * In a multi hop network activity, the destination represents the receiver of
49
+ * the last hop.
50
+ *
51
+ * @generated from field: google.rpc.context.AttributeContext.Peer destination = 2;
52
+ */
53
+ destination?: AttributeContext_Peer;
54
+ /**
55
+ * Represents a network request, such as an HTTP request.
56
+ *
57
+ * @generated from field: google.rpc.context.AttributeContext.Request request = 3;
58
+ */
59
+ request?: AttributeContext_Request;
60
+ /**
61
+ * Represents a network response, such as an HTTP response.
62
+ *
63
+ * @generated from field: google.rpc.context.AttributeContext.Response response = 4;
64
+ */
65
+ response?: AttributeContext_Response;
66
+ /**
67
+ * Represents a target resource that is involved with a network activity.
68
+ * If multiple resources are involved with an activity, this must be the
69
+ * primary one.
70
+ *
71
+ * @generated from field: google.rpc.context.AttributeContext.Resource resource = 5;
72
+ */
73
+ resource?: AttributeContext_Resource;
74
+ /**
75
+ * Represents an API operation that is involved to a network activity.
76
+ *
77
+ * @generated from field: google.rpc.context.AttributeContext.Api api = 6;
78
+ */
79
+ api?: AttributeContext_Api;
80
+ /**
81
+ * Supports extensions for advanced use cases, such as logs and metrics.
82
+ *
83
+ * @generated from field: repeated google.protobuf.Any extensions = 8;
84
+ */
85
+ extensions: Any[];
86
+ };
87
+ /**
88
+ * Describes the message google.rpc.context.AttributeContext.
89
+ * Use `create(AttributeContextSchema)` to create a new message.
90
+ */
91
+ export declare const AttributeContextSchema: GenMessage<AttributeContext>;
92
+ /**
93
+ * This message defines attributes for a node that handles a network request.
94
+ * The node can be either a service or an application that sends, forwards,
95
+ * or receives the request. Service peers should fill in
96
+ * `principal` and `labels` as appropriate.
97
+ *
98
+ * @generated from message google.rpc.context.AttributeContext.Peer
99
+ */
100
+ export type AttributeContext_Peer = Message<"google.rpc.context.AttributeContext.Peer"> & {
101
+ /**
102
+ * The IP address of the peer.
103
+ *
104
+ * @generated from field: string ip = 1;
105
+ */
106
+ ip: string;
107
+ /**
108
+ * The network port of the peer.
109
+ *
110
+ * @generated from field: int64 port = 2 [jstype = JS_STRING];
111
+ */
112
+ port: string;
113
+ /**
114
+ * The labels associated with the peer.
115
+ *
116
+ * @generated from field: map<string, string> labels = 6;
117
+ */
118
+ labels: {
119
+ [key: string]: string;
120
+ };
121
+ /**
122
+ * The identity of this peer. Similar to `Request.auth.principal`, but
123
+ * relative to the peer instead of the request. For example, the
124
+ * identity associated with a load balancer that forwarded the request.
125
+ *
126
+ * @generated from field: string principal = 7;
127
+ */
128
+ principal: string;
129
+ /**
130
+ * The CLDR country/region code associated with the above IP address.
131
+ * If the IP address is private, the `region_code` should reflect the
132
+ * physical location where this peer is running.
133
+ *
134
+ * @generated from field: string region_code = 8;
135
+ */
136
+ regionCode: string;
137
+ };
138
+ /**
139
+ * Describes the message google.rpc.context.AttributeContext.Peer.
140
+ * Use `create(AttributeContext_PeerSchema)` to create a new message.
141
+ */
142
+ export declare const AttributeContext_PeerSchema: GenMessage<AttributeContext_Peer>;
143
+ /**
144
+ * This message defines attributes associated with API operations, such as
145
+ * a network API request. The terminology is based on the conventions used
146
+ * by Google APIs, Istio, and OpenAPI.
147
+ *
148
+ * @generated from message google.rpc.context.AttributeContext.Api
149
+ */
150
+ export type AttributeContext_Api = Message<"google.rpc.context.AttributeContext.Api"> & {
151
+ /**
152
+ * The API service name. It is a logical identifier for a networked API,
153
+ * such as "pubsub.googleapis.com". The naming syntax depends on the
154
+ * API management system being used for handling the request.
155
+ *
156
+ * @generated from field: string service = 1;
157
+ */
158
+ service: string;
159
+ /**
160
+ * The API operation name. For gRPC requests, it is the fully qualified API
161
+ * method name, such as "google.pubsub.v1.Publisher.Publish". For OpenAPI
162
+ * requests, it is the `operationId`, such as "getPet".
163
+ *
164
+ * @generated from field: string operation = 2;
165
+ */
166
+ operation: string;
167
+ /**
168
+ * The API protocol used for sending the request, such as "http", "https",
169
+ * "grpc", or "internal".
170
+ *
171
+ * @generated from field: string protocol = 3;
172
+ */
173
+ protocol: string;
174
+ /**
175
+ * The API version associated with the API operation above, such as "v1" or
176
+ * "v1alpha1".
177
+ *
178
+ * @generated from field: string version = 4;
179
+ */
180
+ version: string;
181
+ };
182
+ /**
183
+ * Describes the message google.rpc.context.AttributeContext.Api.
184
+ * Use `create(AttributeContext_ApiSchema)` to create a new message.
185
+ */
186
+ export declare const AttributeContext_ApiSchema: GenMessage<AttributeContext_Api>;
187
+ /**
188
+ * This message defines request authentication attributes. Terminology is
189
+ * based on the JSON Web Token (JWT) standard, but the terms also
190
+ * correlate to concepts in other standards.
191
+ *
192
+ * @generated from message google.rpc.context.AttributeContext.Auth
193
+ */
194
+ export type AttributeContext_Auth = Message<"google.rpc.context.AttributeContext.Auth"> & {
195
+ /**
196
+ * The authenticated principal. Reflects the issuer (`iss`) and subject
197
+ * (`sub`) claims within a JWT. The issuer and subject should be `/`
198
+ * delimited, with `/` percent-encoded within the subject fragment. For
199
+ * Google accounts, the principal format is:
200
+ * "https://accounts.google.com/{id}"
201
+ *
202
+ * @generated from field: string principal = 1;
203
+ */
204
+ principal: string;
205
+ /**
206
+ * The intended audience(s) for this authentication information. Reflects
207
+ * the audience (`aud`) claim within a JWT. The audience
208
+ * value(s) depends on the `issuer`, but typically include one or more of
209
+ * the following pieces of information:
210
+ *
211
+ * * The services intended to receive the credential. For example,
212
+ * ["https://pubsub.googleapis.com/", "https://storage.googleapis.com/"].
213
+ * * A set of service-based scopes. For example,
214
+ * ["https://www.googleapis.com/auth/cloud-platform"].
215
+ * * The client id of an app, such as the Firebase project id for JWTs
216
+ * from Firebase Auth.
217
+ *
218
+ * Consult the documentation for the credential issuer to determine the
219
+ * information provided.
220
+ *
221
+ * @generated from field: repeated string audiences = 2;
222
+ */
223
+ audiences: string[];
224
+ /**
225
+ * The authorized presenter of the credential. Reflects the optional
226
+ * Authorized Presenter (`azp`) claim within a JWT or the
227
+ * OAuth client id. For example, a Google Cloud Platform client id looks
228
+ * as follows: "123456789012.apps.googleusercontent.com".
229
+ *
230
+ * @generated from field: string presenter = 3;
231
+ */
232
+ presenter: string;
233
+ /**
234
+ * Structured claims presented with the credential. JWTs include
235
+ * `{key: value}` pairs for standard and private claims. The following
236
+ * is a subset of the standard required and optional claims that would
237
+ * typically be presented for a Google-based JWT:
238
+ *
239
+ * {'iss': 'accounts.google.com',
240
+ * 'sub': '113289723416554971153',
241
+ * 'aud': ['123456789012', 'pubsub.googleapis.com'],
242
+ * 'azp': '123456789012.apps.googleusercontent.com',
243
+ * 'email': 'jsmith@example.com',
244
+ * 'iat': 1353601026,
245
+ * 'exp': 1353604926}
246
+ *
247
+ * SAML assertions are similarly specified, but with an identity provider
248
+ * dependent structure.
249
+ *
250
+ * @generated from field: google.protobuf.Struct claims = 4;
251
+ */
252
+ claims?: JsonObject;
253
+ /**
254
+ * A list of access level resource names that allow resources to be
255
+ * accessed by authenticated requester. It is part of Secure GCP processing
256
+ * for the incoming request. An access level string has the format:
257
+ * "//{api_service_name}/accessPolicies/{policy_id}/accessLevels/{short_name}"
258
+ *
259
+ * Example:
260
+ * "//accesscontextmanager.googleapis.com/accessPolicies/MY_POLICY_ID/accessLevels/MY_LEVEL"
261
+ *
262
+ * @generated from field: repeated string access_levels = 5;
263
+ */
264
+ accessLevels: string[];
265
+ };
266
+ /**
267
+ * Describes the message google.rpc.context.AttributeContext.Auth.
268
+ * Use `create(AttributeContext_AuthSchema)` to create a new message.
269
+ */
270
+ export declare const AttributeContext_AuthSchema: GenMessage<AttributeContext_Auth>;
271
+ /**
272
+ * This message defines attributes for an HTTP request. If the actual
273
+ * request is not an HTTP request, the runtime system should try to map
274
+ * the actual request to an equivalent HTTP request.
275
+ *
276
+ * @generated from message google.rpc.context.AttributeContext.Request
277
+ */
278
+ export type AttributeContext_Request = Message<"google.rpc.context.AttributeContext.Request"> & {
279
+ /**
280
+ * The unique ID for a request, which can be propagated to downstream
281
+ * systems. The ID should have low probability of collision
282
+ * within a single day for a specific service.
283
+ *
284
+ * @generated from field: string id = 1;
285
+ */
286
+ id: string;
287
+ /**
288
+ * The HTTP request method, such as `GET`, `POST`.
289
+ *
290
+ * @generated from field: string method = 2;
291
+ */
292
+ method: string;
293
+ /**
294
+ * The HTTP request headers. If multiple headers share the same key, they
295
+ * must be merged according to the HTTP spec. All header keys must be
296
+ * lowercased, because HTTP header keys are case-insensitive.
297
+ *
298
+ * @generated from field: map<string, string> headers = 3;
299
+ */
300
+ headers: {
301
+ [key: string]: string;
302
+ };
303
+ /**
304
+ * The HTTP URL path, excluding the query parameters.
305
+ *
306
+ * @generated from field: string path = 4;
307
+ */
308
+ path: string;
309
+ /**
310
+ * The HTTP request `Host` header value.
311
+ *
312
+ * @generated from field: string host = 5;
313
+ */
314
+ host: string;
315
+ /**
316
+ * The HTTP URL scheme, such as `http` and `https`.
317
+ *
318
+ * @generated from field: string scheme = 6;
319
+ */
320
+ scheme: string;
321
+ /**
322
+ * The HTTP URL query in the format of `name1=value1&name2=value2`, as it
323
+ * appears in the first line of the HTTP request. No decoding is performed.
324
+ *
325
+ * @generated from field: string query = 7;
326
+ */
327
+ query: string;
328
+ /**
329
+ * The timestamp when the `destination` service receives the last byte of
330
+ * the request.
331
+ *
332
+ * @generated from field: google.protobuf.Timestamp time = 9;
333
+ */
334
+ time?: Timestamp;
335
+ /**
336
+ * The HTTP request size in bytes. If unknown, it must be -1.
337
+ *
338
+ * @generated from field: int64 size = 10 [jstype = JS_STRING];
339
+ */
340
+ size: string;
341
+ /**
342
+ * The network protocol used with the request, such as "http/1.1",
343
+ * "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic". See
344
+ * https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
345
+ * for details.
346
+ *
347
+ * @generated from field: string protocol = 11;
348
+ */
349
+ protocol: string;
350
+ /**
351
+ * A special parameter for request reason. It is used by security systems
352
+ * to associate auditing information with a request.
353
+ *
354
+ * @generated from field: string reason = 12;
355
+ */
356
+ reason: string;
357
+ /**
358
+ * The request authentication. May be absent for unauthenticated requests.
359
+ * Derived from the HTTP request `Authorization` header or equivalent.
360
+ *
361
+ * @generated from field: google.rpc.context.AttributeContext.Auth auth = 13;
362
+ */
363
+ auth?: AttributeContext_Auth;
364
+ /**
365
+ * The values from Origin header from the HTTP request, such as
366
+ * "https://console.cloud.google.com". Modern browsers can only have one
367
+ * origin. Special browsers and/or HTTP clients may require multiple
368
+ * origins.
369
+ *
370
+ * @generated from field: string origin = 14;
371
+ */
372
+ origin: string;
373
+ };
374
+ /**
375
+ * Describes the message google.rpc.context.AttributeContext.Request.
376
+ * Use `create(AttributeContext_RequestSchema)` to create a new message.
377
+ */
378
+ export declare const AttributeContext_RequestSchema: GenMessage<AttributeContext_Request>;
379
+ /**
380
+ * This message defines attributes for a typical network response. It
381
+ * generally models semantics of an HTTP response.
382
+ *
383
+ * @generated from message google.rpc.context.AttributeContext.Response
384
+ */
385
+ export type AttributeContext_Response = Message<"google.rpc.context.AttributeContext.Response"> & {
386
+ /**
387
+ * The HTTP response status code, such as `200` and `404`.
388
+ *
389
+ * @generated from field: int64 code = 1 [jstype = JS_STRING];
390
+ */
391
+ code: string;
392
+ /**
393
+ * The HTTP response size in bytes. If unknown, it must be -1.
394
+ *
395
+ * @generated from field: int64 size = 2 [jstype = JS_STRING];
396
+ */
397
+ size: string;
398
+ /**
399
+ * The HTTP response headers. If multiple headers share the same key, they
400
+ * must be merged according to HTTP spec. All header keys must be
401
+ * lowercased, because HTTP header keys are case-insensitive.
402
+ *
403
+ * @generated from field: map<string, string> headers = 3;
404
+ */
405
+ headers: {
406
+ [key: string]: string;
407
+ };
408
+ /**
409
+ * The timestamp when the `destination` service sends the last byte of
410
+ * the response.
411
+ *
412
+ * @generated from field: google.protobuf.Timestamp time = 4;
413
+ */
414
+ time?: Timestamp;
415
+ /**
416
+ * The amount of time it takes the backend service to fully respond to a
417
+ * request. Measured from when the destination service starts to send the
418
+ * request to the backend until when the destination service receives the
419
+ * complete response from the backend.
420
+ *
421
+ * @generated from field: google.protobuf.Duration backend_latency = 5;
422
+ */
423
+ backendLatency?: Duration;
424
+ };
425
+ /**
426
+ * Describes the message google.rpc.context.AttributeContext.Response.
427
+ * Use `create(AttributeContext_ResponseSchema)` to create a new message.
428
+ */
429
+ export declare const AttributeContext_ResponseSchema: GenMessage<AttributeContext_Response>;
430
+ /**
431
+ * This message defines core attributes for a resource. A resource is an
432
+ * addressable (named) entity provided by the destination service. For
433
+ * example, a file stored on a network storage service.
434
+ *
435
+ * @generated from message google.rpc.context.AttributeContext.Resource
436
+ */
437
+ export type AttributeContext_Resource = Message<"google.rpc.context.AttributeContext.Resource"> & {
438
+ /**
439
+ * The name of the service that this resource belongs to, such as
440
+ * `pubsub.googleapis.com`. The service may be different from the DNS
441
+ * hostname that actually serves the request.
442
+ *
443
+ * @generated from field: string service = 1;
444
+ */
445
+ service: string;
446
+ /**
447
+ * The stable identifier (name) of a resource on the `service`. A resource
448
+ * can be logically identified as "//{resource.service}/{resource.name}".
449
+ * The differences between a resource name and a URI are:
450
+ *
451
+ * * Resource name is a logical identifier, independent of network
452
+ * protocol and API version. For example,
453
+ * `//pubsub.googleapis.com/projects/123/topics/news-feed`.
454
+ * * URI often includes protocol and version information, so it can
455
+ * be used directly by applications. For example,
456
+ * `https://pubsub.googleapis.com/v1/projects/123/topics/news-feed`.
457
+ *
458
+ * See https://cloud.google.com/apis/design/resource_names for details.
459
+ *
460
+ * @generated from field: string name = 2;
461
+ */
462
+ name: string;
463
+ /**
464
+ * The type of the resource. The syntax is platform-specific because
465
+ * different platforms define their resources differently.
466
+ *
467
+ * For Google APIs, the type format must be "{service}/{kind}", such as
468
+ * "pubsub.googleapis.com/Topic".
469
+ *
470
+ * @generated from field: string type = 3;
471
+ */
472
+ type: string;
473
+ /**
474
+ * The labels or tags on the resource, such as AWS resource tags and
475
+ * Kubernetes resource labels.
476
+ *
477
+ * @generated from field: map<string, string> labels = 4;
478
+ */
479
+ labels: {
480
+ [key: string]: string;
481
+ };
482
+ /**
483
+ * The unique identifier of the resource. UID is unique in the time
484
+ * and space for this resource within the scope of the service. It is
485
+ * typically generated by the server on successful creation of a resource
486
+ * and must not be changed. UID is used to uniquely identify resources
487
+ * with resource name reuses. This should be a UUID4.
488
+ *
489
+ * @generated from field: string uid = 5;
490
+ */
491
+ uid: string;
492
+ /**
493
+ * Annotations is an unstructured key-value map stored with a resource that
494
+ * may be set by external tools to store and retrieve arbitrary metadata.
495
+ * They are not queryable and should be preserved when modifying objects.
496
+ *
497
+ * More info:
498
+ * https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
499
+ *
500
+ * @generated from field: map<string, string> annotations = 6;
501
+ */
502
+ annotations: {
503
+ [key: string]: string;
504
+ };
505
+ /**
506
+ * Mutable. The display name set by clients. Must be <= 63 characters.
507
+ *
508
+ * @generated from field: string display_name = 7;
509
+ */
510
+ displayName: string;
511
+ /**
512
+ * Output only. The timestamp when the resource was created. This may
513
+ * be either the time creation was initiated or when it was completed.
514
+ *
515
+ * @generated from field: google.protobuf.Timestamp create_time = 8;
516
+ */
517
+ createTime?: Timestamp;
518
+ /**
519
+ * Output only. The timestamp when the resource was last updated. Any
520
+ * change to the resource made by users must refresh this value.
521
+ * Changes to a resource made by the service should refresh this value.
522
+ *
523
+ * @generated from field: google.protobuf.Timestamp update_time = 9;
524
+ */
525
+ updateTime?: Timestamp;
526
+ /**
527
+ * Output only. The timestamp when the resource was deleted.
528
+ * If the resource is not deleted, this must be empty.
529
+ *
530
+ * @generated from field: google.protobuf.Timestamp delete_time = 10;
531
+ */
532
+ deleteTime?: Timestamp;
533
+ /**
534
+ * Output only. An opaque value that uniquely identifies a version or
535
+ * generation of a resource. It can be used to confirm that the client
536
+ * and server agree on the ordering of a resource being written.
537
+ *
538
+ * @generated from field: string etag = 11;
539
+ */
540
+ etag: string;
541
+ /**
542
+ * Immutable. The location of the resource. The location encoding is
543
+ * specific to the service provider, and new encoding may be introduced
544
+ * as the service evolves.
545
+ *
546
+ * For Google Cloud products, the encoding is what is used by Google Cloud
547
+ * APIs, such as `us-east1`, `aws-us-east-1`, and `azure-eastus2`. The
548
+ * semantics of `location` is identical to the
549
+ * `cloud.googleapis.com/location` label used by some Google Cloud APIs.
550
+ *
551
+ * @generated from field: string location = 12;
552
+ */
553
+ location: string;
554
+ };
555
+ /**
556
+ * Describes the message google.rpc.context.AttributeContext.Resource.
557
+ * Use `create(AttributeContext_ResourceSchema)` to create a new message.
558
+ */
559
+ export declare const AttributeContext_ResourceSchema: GenMessage<AttributeContext_Resource>;
560
+ //# sourceMappingURL=attribute_context_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attribute_context_pb.d.ts","sourceRoot":"","sources":["../../../../../src/protocol/google/rpc/context/attribute_context_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,55 @@
1
+ // Copyright 2026 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
15
+ import { file_google_protobuf_any, file_google_protobuf_duration, file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
16
+ /**
17
+ * Describes the file google/rpc/context/attribute_context.proto.
18
+ */
19
+ export const file_google_rpc_context_attribute_context = /*@__PURE__*/ fileDesc("Cipnb29nbGUvcnBjL2NvbnRleHQvYXR0cmlidXRlX2NvbnRleHQucHJvdG8SEmdvb2dsZS5ycGMuY29udGV4dCKjEAoQQXR0cmlidXRlQ29udGV4dBI5CgZvcmlnaW4YByABKAsyKS5nb29nbGUucnBjLmNvbnRleHQuQXR0cmlidXRlQ29udGV4dC5QZWVyEjkKBnNvdXJjZRgBIAEoCzIpLmdvb2dsZS5ycGMuY29udGV4dC5BdHRyaWJ1dGVDb250ZXh0LlBlZXISPgoLZGVzdGluYXRpb24YAiABKAsyKS5nb29nbGUucnBjLmNvbnRleHQuQXR0cmlidXRlQ29udGV4dC5QZWVyEj0KB3JlcXVlc3QYAyABKAsyLC5nb29nbGUucnBjLmNvbnRleHQuQXR0cmlidXRlQ29udGV4dC5SZXF1ZXN0Ej8KCHJlc3BvbnNlGAQgASgLMi0uZ29vZ2xlLnJwYy5jb250ZXh0LkF0dHJpYnV0ZUNvbnRleHQuUmVzcG9uc2USPwoIcmVzb3VyY2UYBSABKAsyLS5nb29nbGUucnBjLmNvbnRleHQuQXR0cmlidXRlQ29udGV4dC5SZXNvdXJjZRI1CgNhcGkYBiABKAsyKC5nb29nbGUucnBjLmNvbnRleHQuQXR0cmlidXRlQ29udGV4dC5BcGkSKAoKZXh0ZW5zaW9ucxgIIAMoCzIULmdvb2dsZS5wcm90b2J1Zi5BbnkawgEKBFBlZXISCgoCaXAYASABKAkSEAoEcG9ydBgCIAEoA0ICMAESRQoGbGFiZWxzGAYgAygLMjUuZ29vZ2xlLnJwYy5jb250ZXh0LkF0dHJpYnV0ZUNvbnRleHQuUGVlci5MYWJlbHNFbnRyeRIRCglwcmluY2lwYWwYByABKAkSEwoLcmVnaW9uX2NvZGUYCCABKAkaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARpMCgNBcGkSDwoHc2VydmljZRgBIAEoCRIRCglvcGVyYXRpb24YAiABKAkSEAoIcHJvdG9jb2wYAyABKAkSDwoHdmVyc2lvbhgEIAEoCRp/CgRBdXRoEhEKCXByaW5jaXBhbBgBIAEoCRIRCglhdWRpZW5jZXMYAiADKAkSEQoJcHJlc2VudGVyGAMgASgJEicKBmNsYWltcxgEIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSFQoNYWNjZXNzX2xldmVscxgFIAMoCRqDAwoHUmVxdWVzdBIKCgJpZBgBIAEoCRIOCgZtZXRob2QYAiABKAkSSgoHaGVhZGVycxgDIAMoCzI5Lmdvb2dsZS5ycGMuY29udGV4dC5BdHRyaWJ1dGVDb250ZXh0LlJlcXVlc3QuSGVhZGVyc0VudHJ5EgwKBHBhdGgYBCABKAkSDAoEaG9zdBgFIAEoCRIOCgZzY2hlbWUYBiABKAkSDQoFcXVlcnkYByABKAkSKAoEdGltZRgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEAoEc2l6ZRgKIAEoA0ICMAESEAoIcHJvdG9jb2wYCyABKAkSDgoGcmVhc29uGAwgASgJEjcKBGF1dGgYDSABKAsyKS5nb29nbGUucnBjLmNvbnRleHQuQXR0cmlidXRlQ29udGV4dC5BdXRoEg4KBm9yaWdpbhgOIAEoCRouCgxIZWFkZXJzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARqJAgoIUmVzcG9uc2USEAoEY29kZRgBIAEoA0ICMAESEAoEc2l6ZRgCIAEoA0ICMAESSwoHaGVhZGVycxgDIAMoCzI6Lmdvb2dsZS5ycGMuY29udGV4dC5BdHRyaWJ1dGVDb250ZXh0LlJlc3BvbnNlLkhlYWRlcnNFbnRyeRIoCgR0aW1lGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIyCg9iYWNrZW5kX2xhdGVuY3kYBSABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24aLgoMSGVhZGVyc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEakAQKCFJlc291cmNlEg8KB3NlcnZpY2UYASABKAkSDAoEbmFtZRgCIAEoCRIMCgR0eXBlGAMgASgJEkkKBmxhYmVscxgEIAMoCzI5Lmdvb2dsZS5ycGMuY29udGV4dC5BdHRyaWJ1dGVDb250ZXh0LlJlc291cmNlLkxhYmVsc0VudHJ5EgsKA3VpZBgFIAEoCRJTCgthbm5vdGF0aW9ucxgGIAMoCzI+Lmdvb2dsZS5ycGMuY29udGV4dC5BdHRyaWJ1dGVDb250ZXh0LlJlc291cmNlLkFubm90YXRpb25zRW50cnkSFAoMZGlzcGxheV9uYW1lGAcgASgJEi8KC2NyZWF0ZV90aW1lGAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIvCgt1cGRhdGVfdGltZRgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLwoLZGVsZXRlX3RpbWUYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEgwKBGV0YWcYCyABKAkSEAoIbG9jYXRpb24YDCABKAkaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARoyChBBbm5vdGF0aW9uc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAFC8AEKFmNvbS5nb29nbGUucnBjLmNvbnRleHRCFUF0dHJpYnV0ZUNvbnRleHRQcm90b1ABWlVnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL3JwYy9jb250ZXh0L2F0dHJpYnV0ZV9jb250ZXh0O2F0dHJpYnV0ZV9jb250ZXh0ogIDR1JDqgISR29vZ2xlLlJwYy5Db250ZXh0ygISR29vZ2xlXFJwY1xDb250ZXh04gIeR29vZ2xlXFJwY1xDb250ZXh0XEdQQk1ldGFkYXRh6gIUR29vZ2xlOjpScGM6OkNvbnRleHRiBnByb3RvMw", [file_google_protobuf_any, file_google_protobuf_duration, file_google_protobuf_struct, file_google_protobuf_timestamp]);
20
+ /**
21
+ * Describes the message google.rpc.context.AttributeContext.
22
+ * Use `create(AttributeContextSchema)` to create a new message.
23
+ */
24
+ export const AttributeContextSchema = /*@__PURE__*/ messageDesc(file_google_rpc_context_attribute_context, 0);
25
+ /**
26
+ * Describes the message google.rpc.context.AttributeContext.Peer.
27
+ * Use `create(AttributeContext_PeerSchema)` to create a new message.
28
+ */
29
+ export const AttributeContext_PeerSchema = /*@__PURE__*/ messageDesc(file_google_rpc_context_attribute_context, 0, 0);
30
+ /**
31
+ * Describes the message google.rpc.context.AttributeContext.Api.
32
+ * Use `create(AttributeContext_ApiSchema)` to create a new message.
33
+ */
34
+ export const AttributeContext_ApiSchema = /*@__PURE__*/ messageDesc(file_google_rpc_context_attribute_context, 0, 1);
35
+ /**
36
+ * Describes the message google.rpc.context.AttributeContext.Auth.
37
+ * Use `create(AttributeContext_AuthSchema)` to create a new message.
38
+ */
39
+ export const AttributeContext_AuthSchema = /*@__PURE__*/ messageDesc(file_google_rpc_context_attribute_context, 0, 2);
40
+ /**
41
+ * Describes the message google.rpc.context.AttributeContext.Request.
42
+ * Use `create(AttributeContext_RequestSchema)` to create a new message.
43
+ */
44
+ export const AttributeContext_RequestSchema = /*@__PURE__*/ messageDesc(file_google_rpc_context_attribute_context, 0, 3);
45
+ /**
46
+ * Describes the message google.rpc.context.AttributeContext.Response.
47
+ * Use `create(AttributeContext_ResponseSchema)` to create a new message.
48
+ */
49
+ export const AttributeContext_ResponseSchema = /*@__PURE__*/ messageDesc(file_google_rpc_context_attribute_context, 0, 4);
50
+ /**
51
+ * Describes the message google.rpc.context.AttributeContext.Resource.
52
+ * Use `create(AttributeContext_ResourceSchema)` to create a new message.
53
+ */
54
+ export const AttributeContext_ResourceSchema = /*@__PURE__*/ messageDesc(file_google_rpc_context_attribute_context, 0, 5);
55
+ //# sourceMappingURL=attribute_context_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attribute_context_pb.js","sourceRoot":"","sources":["../../../../../src/protocol/google/rpc/context/attribute_context_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,2BAA2B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAG9J;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,ooGAAooG,EAAE,CAAC,wBAAwB,EAAE,6BAA6B,EAAE,2BAA2B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAyFzwG;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAmD5D;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,yCAAyC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AA6C/D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,yCAAyC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAsF/D;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,yCAAyC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAoH/D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,yCAAyC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAmD/D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,yCAAyC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAuI/D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,yCAAyC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}