@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,1034 @@
1
+ import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { LaunchStage } from "./launch_stage_pb.js";
3
+ import type { Duration, MethodOptions, ServiceOptions } from "@bufbuild/protobuf/wkt";
4
+ import type { Message } from "@bufbuild/protobuf";
5
+ /**
6
+ * Describes the file google/api/client.proto.
7
+ */
8
+ export declare const file_google_api_client: GenFile;
9
+ /**
10
+ * Required information for every language.
11
+ *
12
+ * @generated from message google.api.CommonLanguageSettings
13
+ */
14
+ export type CommonLanguageSettings = Message<"google.api.CommonLanguageSettings"> & {
15
+ /**
16
+ * Link to automatically generated reference documentation. Example:
17
+ * https://cloud.google.com/nodejs/docs/reference/asset/latest
18
+ *
19
+ * @generated from field: string reference_docs_uri = 1 [deprecated = true];
20
+ * @deprecated
21
+ */
22
+ referenceDocsUri: string;
23
+ /**
24
+ * The destination where API teams want this client library to be published.
25
+ *
26
+ * @generated from field: repeated google.api.ClientLibraryDestination destinations = 2;
27
+ */
28
+ destinations: ClientLibraryDestination[];
29
+ /**
30
+ * Configuration for which RPCs should be generated in the GAPIC client.
31
+ *
32
+ * Note: This field should not be used in most cases.
33
+ *
34
+ * @generated from field: google.api.SelectiveGapicGeneration selective_gapic_generation = 3;
35
+ */
36
+ selectiveGapicGeneration?: SelectiveGapicGeneration;
37
+ };
38
+ /**
39
+ * Describes the message google.api.CommonLanguageSettings.
40
+ * Use `create(CommonLanguageSettingsSchema)` to create a new message.
41
+ */
42
+ export declare const CommonLanguageSettingsSchema: GenMessage<CommonLanguageSettings>;
43
+ /**
44
+ * Details about how and where to publish client libraries.
45
+ *
46
+ * @generated from message google.api.ClientLibrarySettings
47
+ */
48
+ export type ClientLibrarySettings = Message<"google.api.ClientLibrarySettings"> & {
49
+ /**
50
+ * Version of the API to apply these settings to. This is the full protobuf
51
+ * package for the API, ending in the version element.
52
+ * Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
53
+ *
54
+ * @generated from field: string version = 1;
55
+ */
56
+ version: string;
57
+ /**
58
+ * Launch stage of this version of the API.
59
+ *
60
+ * @generated from field: google.api.LaunchStage launch_stage = 2;
61
+ */
62
+ launchStage: LaunchStage;
63
+ /**
64
+ * When using transport=rest, the client request will encode enums as
65
+ * numbers rather than strings.
66
+ *
67
+ * @generated from field: bool rest_numeric_enums = 3;
68
+ */
69
+ restNumericEnums: boolean;
70
+ /**
71
+ * Settings for legacy Java features, supported in the Service YAML.
72
+ *
73
+ * @generated from field: google.api.JavaSettings java_settings = 21;
74
+ */
75
+ javaSettings?: JavaSettings;
76
+ /**
77
+ * Settings for C++ client libraries.
78
+ *
79
+ * @generated from field: google.api.CppSettings cpp_settings = 22;
80
+ */
81
+ cppSettings?: CppSettings;
82
+ /**
83
+ * Settings for PHP client libraries.
84
+ *
85
+ * @generated from field: google.api.PhpSettings php_settings = 23;
86
+ */
87
+ phpSettings?: PhpSettings;
88
+ /**
89
+ * Settings for Python client libraries.
90
+ *
91
+ * @generated from field: google.api.PythonSettings python_settings = 24;
92
+ */
93
+ pythonSettings?: PythonSettings;
94
+ /**
95
+ * Settings for Node client libraries.
96
+ *
97
+ * @generated from field: google.api.NodeSettings node_settings = 25;
98
+ */
99
+ nodeSettings?: NodeSettings;
100
+ /**
101
+ * Settings for .NET client libraries.
102
+ *
103
+ * @generated from field: google.api.DotnetSettings dotnet_settings = 26;
104
+ */
105
+ dotnetSettings?: DotnetSettings;
106
+ /**
107
+ * Settings for Ruby client libraries.
108
+ *
109
+ * @generated from field: google.api.RubySettings ruby_settings = 27;
110
+ */
111
+ rubySettings?: RubySettings;
112
+ /**
113
+ * Settings for Go client libraries.
114
+ *
115
+ * @generated from field: google.api.GoSettings go_settings = 28;
116
+ */
117
+ goSettings?: GoSettings;
118
+ };
119
+ /**
120
+ * Describes the message google.api.ClientLibrarySettings.
121
+ * Use `create(ClientLibrarySettingsSchema)` to create a new message.
122
+ */
123
+ export declare const ClientLibrarySettingsSchema: GenMessage<ClientLibrarySettings>;
124
+ /**
125
+ * This message configures the settings for publishing [Google Cloud Client
126
+ * libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
127
+ * generated from the service config.
128
+ *
129
+ * @generated from message google.api.Publishing
130
+ */
131
+ export type Publishing = Message<"google.api.Publishing"> & {
132
+ /**
133
+ * A list of API method settings, e.g. the behavior for methods that use the
134
+ * long-running operation pattern.
135
+ *
136
+ * @generated from field: repeated google.api.MethodSettings method_settings = 2;
137
+ */
138
+ methodSettings: MethodSettings[];
139
+ /**
140
+ * Link to a *public* URI where users can report issues. Example:
141
+ * https://issuetracker.google.com/issues/new?component=190865&template=1161103
142
+ *
143
+ * @generated from field: string new_issue_uri = 101;
144
+ */
145
+ newIssueUri: string;
146
+ /**
147
+ * Link to product home page. Example:
148
+ * https://cloud.google.com/asset-inventory/docs/overview
149
+ *
150
+ * @generated from field: string documentation_uri = 102;
151
+ */
152
+ documentationUri: string;
153
+ /**
154
+ * Used as a tracking tag when collecting data about the APIs developer
155
+ * relations artifacts like docs, packages delivered to package managers,
156
+ * etc. Example: "speech".
157
+ *
158
+ * @generated from field: string api_short_name = 103;
159
+ */
160
+ apiShortName: string;
161
+ /**
162
+ * GitHub label to apply to issues and pull requests opened for this API.
163
+ *
164
+ * @generated from field: string github_label = 104;
165
+ */
166
+ githubLabel: string;
167
+ /**
168
+ * GitHub teams to be added to CODEOWNERS in the directory in GitHub
169
+ * containing source code for the client libraries for this API.
170
+ *
171
+ * @generated from field: repeated string codeowner_github_teams = 105;
172
+ */
173
+ codeownerGithubTeams: string[];
174
+ /**
175
+ * A prefix used in sample code when demarking regions to be included in
176
+ * documentation.
177
+ *
178
+ * @generated from field: string doc_tag_prefix = 106;
179
+ */
180
+ docTagPrefix: string;
181
+ /**
182
+ * For whom the client library is being published.
183
+ *
184
+ * @generated from field: google.api.ClientLibraryOrganization organization = 107;
185
+ */
186
+ organization: ClientLibraryOrganization;
187
+ /**
188
+ * Client library settings. If the same version string appears multiple
189
+ * times in this list, then the last one wins. Settings from earlier
190
+ * settings with the same version string are discarded.
191
+ *
192
+ * @generated from field: repeated google.api.ClientLibrarySettings library_settings = 109;
193
+ */
194
+ librarySettings: ClientLibrarySettings[];
195
+ /**
196
+ * Optional link to proto reference documentation. Example:
197
+ * https://cloud.google.com/pubsub/lite/docs/reference/rpc
198
+ *
199
+ * @generated from field: string proto_reference_documentation_uri = 110;
200
+ */
201
+ protoReferenceDocumentationUri: string;
202
+ /**
203
+ * Optional link to REST reference documentation. Example:
204
+ * https://cloud.google.com/pubsub/lite/docs/reference/rest
205
+ *
206
+ * @generated from field: string rest_reference_documentation_uri = 111;
207
+ */
208
+ restReferenceDocumentationUri: string;
209
+ };
210
+ /**
211
+ * Describes the message google.api.Publishing.
212
+ * Use `create(PublishingSchema)` to create a new message.
213
+ */
214
+ export declare const PublishingSchema: GenMessage<Publishing>;
215
+ /**
216
+ * Settings for Java client libraries.
217
+ *
218
+ * @generated from message google.api.JavaSettings
219
+ */
220
+ export type JavaSettings = Message<"google.api.JavaSettings"> & {
221
+ /**
222
+ * The package name to use in Java. Clobbers the java_package option
223
+ * set in the protobuf. This should be used **only** by APIs
224
+ * who have already set the language_settings.java.package_name" field
225
+ * in gapic.yaml. API teams should use the protobuf java_package option
226
+ * where possible.
227
+ *
228
+ * Example of a YAML configuration::
229
+ *
230
+ * publishing:
231
+ * library_settings:
232
+ * java_settings:
233
+ * library_package: com.google.cloud.pubsub.v1
234
+ *
235
+ * @generated from field: string library_package = 1;
236
+ */
237
+ libraryPackage: string;
238
+ /**
239
+ * Configure the Java class name to use instead of the service's for its
240
+ * corresponding generated GAPIC client. Keys are fully-qualified
241
+ * service names as they appear in the protobuf (including the full
242
+ * the language_settings.java.interface_names" field in gapic.yaml. API
243
+ * teams should otherwise use the service name as it appears in the
244
+ * protobuf.
245
+ *
246
+ * Example of a YAML configuration::
247
+ *
248
+ * publishing:
249
+ * java_settings:
250
+ * service_class_names:
251
+ * - google.pubsub.v1.Publisher: TopicAdmin
252
+ * - google.pubsub.v1.Subscriber: SubscriptionAdmin
253
+ *
254
+ * @generated from field: map<string, string> service_class_names = 2;
255
+ */
256
+ serviceClassNames: {
257
+ [key: string]: string;
258
+ };
259
+ /**
260
+ * Some settings.
261
+ *
262
+ * @generated from field: google.api.CommonLanguageSettings common = 3;
263
+ */
264
+ common?: CommonLanguageSettings;
265
+ };
266
+ /**
267
+ * Describes the message google.api.JavaSettings.
268
+ * Use `create(JavaSettingsSchema)` to create a new message.
269
+ */
270
+ export declare const JavaSettingsSchema: GenMessage<JavaSettings>;
271
+ /**
272
+ * Settings for C++ client libraries.
273
+ *
274
+ * @generated from message google.api.CppSettings
275
+ */
276
+ export type CppSettings = Message<"google.api.CppSettings"> & {
277
+ /**
278
+ * Some settings.
279
+ *
280
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
281
+ */
282
+ common?: CommonLanguageSettings;
283
+ };
284
+ /**
285
+ * Describes the message google.api.CppSettings.
286
+ * Use `create(CppSettingsSchema)` to create a new message.
287
+ */
288
+ export declare const CppSettingsSchema: GenMessage<CppSettings>;
289
+ /**
290
+ * Settings for Php client libraries.
291
+ *
292
+ * @generated from message google.api.PhpSettings
293
+ */
294
+ export type PhpSettings = Message<"google.api.PhpSettings"> & {
295
+ /**
296
+ * Some settings.
297
+ *
298
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
299
+ */
300
+ common?: CommonLanguageSettings;
301
+ /**
302
+ * The package name to use in Php. Clobbers the php_namespace option
303
+ * set in the protobuf. This should be used **only** by APIs
304
+ * who have already set the language_settings.php.package_name" field
305
+ * in gapic.yaml. API teams should use the protobuf php_namespace option
306
+ * where possible.
307
+ *
308
+ * Example of a YAML configuration::
309
+ *
310
+ * publishing:
311
+ * library_settings:
312
+ * php_settings:
313
+ * library_package: Google\Cloud\PubSub\V1
314
+ *
315
+ * @generated from field: string library_package = 2;
316
+ */
317
+ libraryPackage: string;
318
+ };
319
+ /**
320
+ * Describes the message google.api.PhpSettings.
321
+ * Use `create(PhpSettingsSchema)` to create a new message.
322
+ */
323
+ export declare const PhpSettingsSchema: GenMessage<PhpSettings>;
324
+ /**
325
+ * Settings for Python client libraries.
326
+ *
327
+ * @generated from message google.api.PythonSettings
328
+ */
329
+ export type PythonSettings = Message<"google.api.PythonSettings"> & {
330
+ /**
331
+ * Some settings.
332
+ *
333
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
334
+ */
335
+ common?: CommonLanguageSettings;
336
+ /**
337
+ * Experimental features to be included during client library generation.
338
+ *
339
+ * @generated from field: google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
340
+ */
341
+ experimentalFeatures?: PythonSettings_ExperimentalFeatures;
342
+ };
343
+ /**
344
+ * Describes the message google.api.PythonSettings.
345
+ * Use `create(PythonSettingsSchema)` to create a new message.
346
+ */
347
+ export declare const PythonSettingsSchema: GenMessage<PythonSettings>;
348
+ /**
349
+ * Experimental features to be included during client library generation.
350
+ * These fields will be deprecated once the feature graduates and is enabled
351
+ * by default.
352
+ *
353
+ * @generated from message google.api.PythonSettings.ExperimentalFeatures
354
+ */
355
+ export type PythonSettings_ExperimentalFeatures = Message<"google.api.PythonSettings.ExperimentalFeatures"> & {
356
+ /**
357
+ * Enables generation of asynchronous REST clients if `rest` transport is
358
+ * enabled. By default, asynchronous REST clients will not be generated.
359
+ * This feature will be enabled by default 1 month after launching the
360
+ * feature in preview packages.
361
+ *
362
+ * @generated from field: bool rest_async_io_enabled = 1;
363
+ */
364
+ restAsyncIoEnabled: boolean;
365
+ /**
366
+ * Enables generation of protobuf code using new types that are more
367
+ * Pythonic which are included in `protobuf>=5.29.x`. This feature will be
368
+ * enabled by default 1 month after launching the feature in preview
369
+ * packages.
370
+ *
371
+ * @generated from field: bool protobuf_pythonic_types_enabled = 2;
372
+ */
373
+ protobufPythonicTypesEnabled: boolean;
374
+ /**
375
+ * Disables generation of an unversioned Python package for this client
376
+ * library. This means that the module names will need to be versioned in
377
+ * import statements. For example `import google.cloud.library_v2` instead
378
+ * of `import google.cloud.library`.
379
+ *
380
+ * @generated from field: bool unversioned_package_disabled = 3;
381
+ */
382
+ unversionedPackageDisabled: boolean;
383
+ };
384
+ /**
385
+ * Describes the message google.api.PythonSettings.ExperimentalFeatures.
386
+ * Use `create(PythonSettings_ExperimentalFeaturesSchema)` to create a new message.
387
+ */
388
+ export declare const PythonSettings_ExperimentalFeaturesSchema: GenMessage<PythonSettings_ExperimentalFeatures>;
389
+ /**
390
+ * Settings for Node client libraries.
391
+ *
392
+ * @generated from message google.api.NodeSettings
393
+ */
394
+ export type NodeSettings = Message<"google.api.NodeSettings"> & {
395
+ /**
396
+ * Some settings.
397
+ *
398
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
399
+ */
400
+ common?: CommonLanguageSettings;
401
+ };
402
+ /**
403
+ * Describes the message google.api.NodeSettings.
404
+ * Use `create(NodeSettingsSchema)` to create a new message.
405
+ */
406
+ export declare const NodeSettingsSchema: GenMessage<NodeSettings>;
407
+ /**
408
+ * Settings for Dotnet client libraries.
409
+ *
410
+ * @generated from message google.api.DotnetSettings
411
+ */
412
+ export type DotnetSettings = Message<"google.api.DotnetSettings"> & {
413
+ /**
414
+ * Some settings.
415
+ *
416
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
417
+ */
418
+ common?: CommonLanguageSettings;
419
+ /**
420
+ * Map from original service names to renamed versions.
421
+ * This is used when the default generated types
422
+ * would cause a naming conflict. (Neither name is
423
+ * fully-qualified.)
424
+ * Example: Subscriber to SubscriberServiceApi.
425
+ *
426
+ * @generated from field: map<string, string> renamed_services = 2;
427
+ */
428
+ renamedServices: {
429
+ [key: string]: string;
430
+ };
431
+ /**
432
+ * Map from full resource types to the effective short name
433
+ * for the resource. This is used when otherwise resource
434
+ * named from different services would cause naming collisions.
435
+ * Example entry:
436
+ * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
437
+ *
438
+ * @generated from field: map<string, string> renamed_resources = 3;
439
+ */
440
+ renamedResources: {
441
+ [key: string]: string;
442
+ };
443
+ /**
444
+ * List of full resource types to ignore during generation.
445
+ * This is typically used for API-specific Location resources,
446
+ * which should be handled by the generator as if they were actually
447
+ * the common Location resources.
448
+ * Example entry: "documentai.googleapis.com/Location"
449
+ *
450
+ * @generated from field: repeated string ignored_resources = 4;
451
+ */
452
+ ignoredResources: string[];
453
+ /**
454
+ * Namespaces which must be aliased in snippets due to
455
+ * a known (but non-generator-predictable) naming collision
456
+ *
457
+ * @generated from field: repeated string forced_namespace_aliases = 5;
458
+ */
459
+ forcedNamespaceAliases: string[];
460
+ /**
461
+ * Method signatures (in the form "service.method(signature)")
462
+ * which are provided separately, so shouldn't be generated.
463
+ * Snippets *calling* these methods are still generated, however.
464
+ *
465
+ * @generated from field: repeated string handwritten_signatures = 6;
466
+ */
467
+ handwrittenSignatures: string[];
468
+ };
469
+ /**
470
+ * Describes the message google.api.DotnetSettings.
471
+ * Use `create(DotnetSettingsSchema)` to create a new message.
472
+ */
473
+ export declare const DotnetSettingsSchema: GenMessage<DotnetSettings>;
474
+ /**
475
+ * Settings for Ruby client libraries.
476
+ *
477
+ * @generated from message google.api.RubySettings
478
+ */
479
+ export type RubySettings = Message<"google.api.RubySettings"> & {
480
+ /**
481
+ * Some settings.
482
+ *
483
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
484
+ */
485
+ common?: CommonLanguageSettings;
486
+ };
487
+ /**
488
+ * Describes the message google.api.RubySettings.
489
+ * Use `create(RubySettingsSchema)` to create a new message.
490
+ */
491
+ export declare const RubySettingsSchema: GenMessage<RubySettings>;
492
+ /**
493
+ * Settings for Go client libraries.
494
+ *
495
+ * @generated from message google.api.GoSettings
496
+ */
497
+ export type GoSettings = Message<"google.api.GoSettings"> & {
498
+ /**
499
+ * Some settings.
500
+ *
501
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
502
+ */
503
+ common?: CommonLanguageSettings;
504
+ /**
505
+ * Map of service names to renamed services. Keys are the package relative
506
+ * service names and values are the name to be used for the service client
507
+ * and call options.
508
+ *
509
+ * Example:
510
+ *
511
+ * publishing:
512
+ * go_settings:
513
+ * renamed_services:
514
+ * Publisher: TopicAdmin
515
+ *
516
+ * @generated from field: map<string, string> renamed_services = 2;
517
+ */
518
+ renamedServices: {
519
+ [key: string]: string;
520
+ };
521
+ };
522
+ /**
523
+ * Describes the message google.api.GoSettings.
524
+ * Use `create(GoSettingsSchema)` to create a new message.
525
+ */
526
+ export declare const GoSettingsSchema: GenMessage<GoSettings>;
527
+ /**
528
+ * Describes the generator configuration for a method.
529
+ *
530
+ * @generated from message google.api.MethodSettings
531
+ */
532
+ export type MethodSettings = Message<"google.api.MethodSettings"> & {
533
+ /**
534
+ * The fully qualified name of the method, for which the options below apply.
535
+ * This is used to find the method to apply the options.
536
+ *
537
+ * Example:
538
+ *
539
+ * publishing:
540
+ * method_settings:
541
+ * - selector: google.storage.control.v2.StorageControl.CreateFolder
542
+ * # method settings for CreateFolder...
543
+ *
544
+ * @generated from field: string selector = 1;
545
+ */
546
+ selector: string;
547
+ /**
548
+ * Describes settings to use for long-running operations when generating
549
+ * API methods for RPCs. Complements RPCs that use the annotations in
550
+ * google/longrunning/operations.proto.
551
+ *
552
+ * Example of a YAML configuration::
553
+ *
554
+ * publishing:
555
+ * method_settings:
556
+ * - selector: google.cloud.speech.v2.Speech.BatchRecognize
557
+ * long_running:
558
+ * initial_poll_delay: 60s # 1 minute
559
+ * poll_delay_multiplier: 1.5
560
+ * max_poll_delay: 360s # 6 minutes
561
+ * total_poll_timeout: 54000s # 90 minutes
562
+ *
563
+ * @generated from field: google.api.MethodSettings.LongRunning long_running = 2;
564
+ */
565
+ longRunning?: MethodSettings_LongRunning;
566
+ /**
567
+ * List of top-level fields of the request message, that should be
568
+ * automatically populated by the client libraries based on their
569
+ * (google.api.field_info).format. Currently supported format: UUID4.
570
+ *
571
+ * Example of a YAML configuration:
572
+ *
573
+ * publishing:
574
+ * method_settings:
575
+ * - selector: google.example.v1.ExampleService.CreateExample
576
+ * auto_populated_fields:
577
+ * - request_id
578
+ *
579
+ * @generated from field: repeated string auto_populated_fields = 3;
580
+ */
581
+ autoPopulatedFields: string[];
582
+ /**
583
+ * Batching configuration for an API method in client libraries.
584
+ *
585
+ * Example of a YAML configuration:
586
+ *
587
+ * publishing:
588
+ * method_settings:
589
+ * - selector: google.example.v1.ExampleService.BatchCreateExample
590
+ * batching:
591
+ * element_count_threshold: 1000
592
+ * request_byte_threshold: 100000000
593
+ * delay_threshold_millis: 10
594
+ *
595
+ * @generated from field: google.api.BatchingConfigProto batching = 4;
596
+ */
597
+ batching?: BatchingConfigProto;
598
+ };
599
+ /**
600
+ * Describes the message google.api.MethodSettings.
601
+ * Use `create(MethodSettingsSchema)` to create a new message.
602
+ */
603
+ export declare const MethodSettingsSchema: GenMessage<MethodSettings>;
604
+ /**
605
+ * Describes settings to use when generating API methods that use the
606
+ * long-running operation pattern.
607
+ * All default values below are from those used in the client library
608
+ * generators (e.g.
609
+ * [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
610
+ *
611
+ * @generated from message google.api.MethodSettings.LongRunning
612
+ */
613
+ export type MethodSettings_LongRunning = Message<"google.api.MethodSettings.LongRunning"> & {
614
+ /**
615
+ * Initial delay after which the first poll request will be made.
616
+ * Default value: 5 seconds.
617
+ *
618
+ * @generated from field: google.protobuf.Duration initial_poll_delay = 1;
619
+ */
620
+ initialPollDelay?: Duration;
621
+ /**
622
+ * Multiplier to gradually increase delay between subsequent polls until it
623
+ * reaches max_poll_delay.
624
+ * Default value: 1.5.
625
+ *
626
+ * @generated from field: float poll_delay_multiplier = 2;
627
+ */
628
+ pollDelayMultiplier: number;
629
+ /**
630
+ * Maximum time between two subsequent poll requests.
631
+ * Default value: 45 seconds.
632
+ *
633
+ * @generated from field: google.protobuf.Duration max_poll_delay = 3;
634
+ */
635
+ maxPollDelay?: Duration;
636
+ /**
637
+ * Total polling timeout.
638
+ * Default value: 5 minutes.
639
+ *
640
+ * @generated from field: google.protobuf.Duration total_poll_timeout = 4;
641
+ */
642
+ totalPollTimeout?: Duration;
643
+ };
644
+ /**
645
+ * Describes the message google.api.MethodSettings.LongRunning.
646
+ * Use `create(MethodSettings_LongRunningSchema)` to create a new message.
647
+ */
648
+ export declare const MethodSettings_LongRunningSchema: GenMessage<MethodSettings_LongRunning>;
649
+ /**
650
+ * This message is used to configure the generation of a subset of the RPCs in
651
+ * a service for client libraries.
652
+ *
653
+ * Note: This feature should not be used in most cases.
654
+ *
655
+ * @generated from message google.api.SelectiveGapicGeneration
656
+ */
657
+ export type SelectiveGapicGeneration = Message<"google.api.SelectiveGapicGeneration"> & {
658
+ /**
659
+ * An allowlist of the fully qualified names of RPCs that should be included
660
+ * on public client surfaces.
661
+ *
662
+ * @generated from field: repeated string methods = 1;
663
+ */
664
+ methods: string[];
665
+ /**
666
+ * Setting this to true indicates to the client generators that methods
667
+ * that would be excluded from the generation should instead be generated
668
+ * in a way that indicates these methods should not be consumed by
669
+ * end users. How this is expressed is up to individual language
670
+ * implementations to decide. Some examples may be: added annotations,
671
+ * obfuscated identifiers, or other language idiomatic patterns.
672
+ *
673
+ * @generated from field: bool generate_omitted_as_internal = 2;
674
+ */
675
+ generateOmittedAsInternal: boolean;
676
+ };
677
+ /**
678
+ * Describes the message google.api.SelectiveGapicGeneration.
679
+ * Use `create(SelectiveGapicGenerationSchema)` to create a new message.
680
+ */
681
+ export declare const SelectiveGapicGenerationSchema: GenMessage<SelectiveGapicGeneration>;
682
+ /**
683
+ * `BatchingConfigProto` defines the batching configuration for an API method.
684
+ *
685
+ * @generated from message google.api.BatchingConfigProto
686
+ */
687
+ export type BatchingConfigProto = Message<"google.api.BatchingConfigProto"> & {
688
+ /**
689
+ * The thresholds which trigger a batched request to be sent.
690
+ *
691
+ * @generated from field: google.api.BatchingSettingsProto thresholds = 1;
692
+ */
693
+ thresholds?: BatchingSettingsProto;
694
+ /**
695
+ * The request and response fields used in batching.
696
+ *
697
+ * @generated from field: google.api.BatchingDescriptorProto batch_descriptor = 2;
698
+ */
699
+ batchDescriptor?: BatchingDescriptorProto;
700
+ };
701
+ /**
702
+ * Describes the message google.api.BatchingConfigProto.
703
+ * Use `create(BatchingConfigProtoSchema)` to create a new message.
704
+ */
705
+ export declare const BatchingConfigProtoSchema: GenMessage<BatchingConfigProto>;
706
+ /**
707
+ * `BatchingSettingsProto` specifies a set of batching thresholds, each of
708
+ * which acts as a trigger to send a batch of messages as a request. At least
709
+ * one threshold must be positive nonzero.
710
+ *
711
+ * @generated from message google.api.BatchingSettingsProto
712
+ */
713
+ export type BatchingSettingsProto = Message<"google.api.BatchingSettingsProto"> & {
714
+ /**
715
+ * The number of elements of a field collected into a batch which, if
716
+ * exceeded, causes the batch to be sent.
717
+ *
718
+ * @generated from field: int32 element_count_threshold = 1;
719
+ */
720
+ elementCountThreshold: number;
721
+ /**
722
+ * The aggregated size of the batched field which, if exceeded, causes the
723
+ * batch to be sent. This size is computed by aggregating the sizes of the
724
+ * request field to be batched, not of the entire request message.
725
+ *
726
+ * @generated from field: int64 request_byte_threshold = 2 [jstype = JS_STRING];
727
+ */
728
+ requestByteThreshold: string;
729
+ /**
730
+ * The duration after which a batch should be sent, starting from the addition
731
+ * of the first message to that batch.
732
+ *
733
+ * @generated from field: google.protobuf.Duration delay_threshold = 3;
734
+ */
735
+ delayThreshold?: Duration;
736
+ /**
737
+ * The maximum number of elements collected in a batch that could be accepted
738
+ * by server.
739
+ *
740
+ * @generated from field: int32 element_count_limit = 4;
741
+ */
742
+ elementCountLimit: number;
743
+ /**
744
+ * The maximum size of the request that could be accepted by server.
745
+ *
746
+ * @generated from field: int32 request_byte_limit = 5;
747
+ */
748
+ requestByteLimit: number;
749
+ /**
750
+ * The maximum number of elements allowed by flow control.
751
+ *
752
+ * @generated from field: int32 flow_control_element_limit = 6;
753
+ */
754
+ flowControlElementLimit: number;
755
+ /**
756
+ * The maximum size of data allowed by flow control.
757
+ *
758
+ * @generated from field: int32 flow_control_byte_limit = 7;
759
+ */
760
+ flowControlByteLimit: number;
761
+ /**
762
+ * The behavior to take when the flow control limit is exceeded.
763
+ *
764
+ * @generated from field: google.api.FlowControlLimitExceededBehaviorProto flow_control_limit_exceeded_behavior = 8;
765
+ */
766
+ flowControlLimitExceededBehavior: FlowControlLimitExceededBehaviorProto;
767
+ };
768
+ /**
769
+ * Describes the message google.api.BatchingSettingsProto.
770
+ * Use `create(BatchingSettingsProtoSchema)` to create a new message.
771
+ */
772
+ export declare const BatchingSettingsProtoSchema: GenMessage<BatchingSettingsProto>;
773
+ /**
774
+ * `BatchingDescriptorProto` specifies the fields of the request message to be
775
+ * used for batching, and, optionally, the fields of the response message to be
776
+ * used for demultiplexing.
777
+ *
778
+ * @generated from message google.api.BatchingDescriptorProto
779
+ */
780
+ export type BatchingDescriptorProto = Message<"google.api.BatchingDescriptorProto"> & {
781
+ /**
782
+ * The repeated field in the request message to be aggregated by batching.
783
+ *
784
+ * @generated from field: string batched_field = 1;
785
+ */
786
+ batchedField: string;
787
+ /**
788
+ * A list of the fields in the request message. Two requests will be batched
789
+ * together only if the values of every field specified in
790
+ * `request_discriminator_fields` is equal between the two requests.
791
+ *
792
+ * @generated from field: repeated string discriminator_fields = 2;
793
+ */
794
+ discriminatorFields: string[];
795
+ /**
796
+ * Optional. When present, indicates the field in the response message to be
797
+ * used to demultiplex the response into multiple response messages, in
798
+ * correspondence with the multiple request messages originally batched
799
+ * together.
800
+ *
801
+ * @generated from field: string subresponse_field = 3;
802
+ */
803
+ subresponseField: string;
804
+ };
805
+ /**
806
+ * Describes the message google.api.BatchingDescriptorProto.
807
+ * Use `create(BatchingDescriptorProtoSchema)` to create a new message.
808
+ */
809
+ export declare const BatchingDescriptorProtoSchema: GenMessage<BatchingDescriptorProto>;
810
+ /**
811
+ * The organization for which the client libraries are being published.
812
+ * Affects the url where generated docs are published, etc.
813
+ *
814
+ * @generated from enum google.api.ClientLibraryOrganization
815
+ */
816
+ export declare enum ClientLibraryOrganization {
817
+ /**
818
+ * Not useful.
819
+ *
820
+ * @generated from enum value: CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;
821
+ */
822
+ CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0,
823
+ /**
824
+ * Google Cloud Platform Org.
825
+ *
826
+ * @generated from enum value: CLOUD = 1;
827
+ */
828
+ CLOUD = 1,
829
+ /**
830
+ * Ads (Advertising) Org.
831
+ *
832
+ * @generated from enum value: ADS = 2;
833
+ */
834
+ ADS = 2,
835
+ /**
836
+ * Photos Org.
837
+ *
838
+ * @generated from enum value: PHOTOS = 3;
839
+ */
840
+ PHOTOS = 3,
841
+ /**
842
+ * Street View Org.
843
+ *
844
+ * @generated from enum value: STREET_VIEW = 4;
845
+ */
846
+ STREET_VIEW = 4,
847
+ /**
848
+ * Shopping Org.
849
+ *
850
+ * @generated from enum value: SHOPPING = 5;
851
+ */
852
+ SHOPPING = 5,
853
+ /**
854
+ * Geo Org.
855
+ *
856
+ * @generated from enum value: GEO = 6;
857
+ */
858
+ GEO = 6,
859
+ /**
860
+ * Generative AI - https://developers.generativeai.google
861
+ *
862
+ * @generated from enum value: GENERATIVE_AI = 7;
863
+ */
864
+ GENERATIVE_AI = 7
865
+ }
866
+ /**
867
+ * Describes the enum google.api.ClientLibraryOrganization.
868
+ */
869
+ export declare const ClientLibraryOrganizationSchema: GenEnum<ClientLibraryOrganization>;
870
+ /**
871
+ * To where should client libraries be published?
872
+ *
873
+ * @generated from enum google.api.ClientLibraryDestination
874
+ */
875
+ export declare enum ClientLibraryDestination {
876
+ /**
877
+ * Client libraries will neither be generated nor published to package
878
+ * managers.
879
+ *
880
+ * @generated from enum value: CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0;
881
+ */
882
+ CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0,
883
+ /**
884
+ * Generate the client library in a repo under github.com/googleapis,
885
+ * but don't publish it to package managers.
886
+ *
887
+ * @generated from enum value: GITHUB = 10;
888
+ */
889
+ GITHUB = 10,
890
+ /**
891
+ * Publish the library to package managers like nuget.org and npmjs.com.
892
+ *
893
+ * @generated from enum value: PACKAGE_MANAGER = 20;
894
+ */
895
+ PACKAGE_MANAGER = 20
896
+ }
897
+ /**
898
+ * Describes the enum google.api.ClientLibraryDestination.
899
+ */
900
+ export declare const ClientLibraryDestinationSchema: GenEnum<ClientLibraryDestination>;
901
+ /**
902
+ * The behavior to take when the flow control limit is exceeded.
903
+ *
904
+ * @generated from enum google.api.FlowControlLimitExceededBehaviorProto
905
+ */
906
+ export declare enum FlowControlLimitExceededBehaviorProto {
907
+ /**
908
+ * Default behavior, system-defined.
909
+ *
910
+ * @generated from enum value: UNSET_BEHAVIOR = 0;
911
+ */
912
+ UNSET_BEHAVIOR = 0,
913
+ /**
914
+ * Stop operation, raise error.
915
+ *
916
+ * @generated from enum value: THROW_EXCEPTION = 1;
917
+ */
918
+ THROW_EXCEPTION = 1,
919
+ /**
920
+ * Pause operation until limit clears.
921
+ *
922
+ * @generated from enum value: BLOCK = 2;
923
+ */
924
+ BLOCK = 2,
925
+ /**
926
+ * Continue operation, disregard limit.
927
+ *
928
+ * @generated from enum value: IGNORE = 3;
929
+ */
930
+ IGNORE = 3
931
+ }
932
+ /**
933
+ * Describes the enum google.api.FlowControlLimitExceededBehaviorProto.
934
+ */
935
+ export declare const FlowControlLimitExceededBehaviorProtoSchema: GenEnum<FlowControlLimitExceededBehaviorProto>;
936
+ /**
937
+ * A definition of a client library method signature.
938
+ *
939
+ * In client libraries, each proto RPC corresponds to one or more methods
940
+ * which the end user is able to call, and calls the underlying RPC.
941
+ * Normally, this method receives a single argument (a struct or instance
942
+ * corresponding to the RPC request object). Defining this field will
943
+ * add one or more overloads providing flattened or simpler method signatures
944
+ * in some languages.
945
+ *
946
+ * The fields on the method signature are provided as a comma-separated
947
+ * string.
948
+ *
949
+ * For example, the proto RPC and annotation:
950
+ *
951
+ * rpc CreateSubscription(CreateSubscriptionRequest)
952
+ * returns (Subscription) {
953
+ * option (google.api.method_signature) = "name,topic";
954
+ * }
955
+ *
956
+ * Would add the following Java overload (in addition to the method accepting
957
+ * the request object):
958
+ *
959
+ * public final Subscription createSubscription(String name, String topic)
960
+ *
961
+ * The following backwards-compatibility guidelines apply:
962
+ *
963
+ * * Adding this annotation to an unannotated method is backwards
964
+ * compatible.
965
+ * * Adding this annotation to a method which already has existing
966
+ * method signature annotations is backwards compatible if and only if
967
+ * the new method signature annotation is last in the sequence.
968
+ * * Modifying or removing an existing method signature annotation is
969
+ * a breaking change.
970
+ * * Re-ordering existing method signature annotations is a breaking
971
+ * change.
972
+ *
973
+ * @generated from extension: repeated string method_signature = 1051;
974
+ */
975
+ export declare const method_signature: GenExtension<MethodOptions, string[]>;
976
+ /**
977
+ * The hostname for this service.
978
+ * This should be specified with no prefix or protocol.
979
+ *
980
+ * Example:
981
+ *
982
+ * service Foo {
983
+ * option (google.api.default_host) = "foo.googleapi.com";
984
+ * ...
985
+ * }
986
+ *
987
+ * @generated from extension: string default_host = 1049;
988
+ */
989
+ export declare const default_host: GenExtension<ServiceOptions, string>;
990
+ /**
991
+ * OAuth scopes needed for the client.
992
+ *
993
+ * Example:
994
+ *
995
+ * service Foo {
996
+ * option (google.api.oauth_scopes) = \
997
+ * "https://www.googleapis.com/auth/cloud-platform";
998
+ * ...
999
+ * }
1000
+ *
1001
+ * If there is more than one scope, use a comma-separated string:
1002
+ *
1003
+ * Example:
1004
+ *
1005
+ * service Foo {
1006
+ * option (google.api.oauth_scopes) = \
1007
+ * "https://www.googleapis.com/auth/cloud-platform,"
1008
+ * "https://www.googleapis.com/auth/monitoring";
1009
+ * ...
1010
+ * }
1011
+ *
1012
+ * @generated from extension: string oauth_scopes = 1050;
1013
+ */
1014
+ export declare const oauth_scopes: GenExtension<ServiceOptions, string>;
1015
+ /**
1016
+ * The API version of this service, which should be sent by version-aware
1017
+ * clients to the service. This allows services to abide by the schema and
1018
+ * behavior of the service at the time this API version was deployed.
1019
+ * The format of the API version must be treated as opaque by clients.
1020
+ * Services may use a format with an apparent structure, but clients must
1021
+ * not rely on this to determine components within an API version, or attempt
1022
+ * to construct other valid API versions. Note that this is for upcoming
1023
+ * functionality and may not be implemented for all services.
1024
+ *
1025
+ * Example:
1026
+ *
1027
+ * service Foo {
1028
+ * option (google.api.api_version) = "v1_20230821_preview";
1029
+ * }
1030
+ *
1031
+ * @generated from extension: string api_version = 525000001;
1032
+ */
1033
+ export declare const api_version: GenExtension<ServiceOptions, string>;
1034
+ //# sourceMappingURL=client_pb.d.ts.map