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