@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,30 @@
1
+ // Copyright 2025 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
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
16
+ /**
17
+ * Describes the file google/api/expr/v1beta1/source.proto.
18
+ */
19
+ export const file_google_api_expr_v1beta1_source = /*@__PURE__*/ fileDesc("CiRnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS9zb3VyY2UucHJvdG8SF2dvb2dsZS5hcGkuZXhwci52MWJldGExIq0BCgpTb3VyY2VJbmZvEhAKCGxvY2F0aW9uGAIgASgJEhQKDGxpbmVfb2Zmc2V0cxgDIAMoBRJFCglwb3NpdGlvbnMYBCADKAsyMi5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5Tb3VyY2VJbmZvLlBvc2l0aW9uc0VudHJ5GjAKDlBvc2l0aW9uc0VudHJ5EgsKA2tleRgBIAEoBRINCgV2YWx1ZRgCIAEoBToCOAEiUAoOU291cmNlUG9zaXRpb24SEAoIbG9jYXRpb24YASABKAkSDgoGb2Zmc2V0GAIgASgFEgwKBGxpbmUYAyABKAUSDgoGY29sdW1uGAQgASgFQukBChtjb20uZ29vZ2xlLmFwaS5leHByLnYxYmV0YTFCC1NvdXJjZVByb3RvUAFaO2dvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2V4cHIvdjFiZXRhMTtleHBy+AEBogIDR0FFqgIXR29vZ2xlLkFwaS5FeHByLlYxYmV0YTHKAhdHb29nbGVcQXBpXEV4cHJcVjFiZXRhMeICI0dvb2dsZVxBcGlcRXhwclxWMWJldGExXEdQQk1ldGFkYXRh6gIaR29vZ2xlOjpBcGk6OkV4cHI6OlYxYmV0YTFiBnByb3RvMw");
20
+ /**
21
+ * Describes the message google.api.expr.v1beta1.SourceInfo.
22
+ * Use `create(SourceInfoSchema)` to create a new message.
23
+ */
24
+ export const SourceInfoSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_source, 0);
25
+ /**
26
+ * Describes the message google.api.expr.v1beta1.SourcePosition.
27
+ * Use `create(SourcePositionSchema)` to create a new message.
28
+ */
29
+ export const SourcePositionSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_source, 1);
30
+ //# sourceMappingURL=source_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"source_pb.js","sourceRoot":"","sources":["../../../../../../src/protocol/google/api/expr/v1beta1/source_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AAOF,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAY,aAAa,CACvE,QAAQ,CAAC,ovBAAovB,CAAC,CAAC;AAuCjwB;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAuCtD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,224 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Any, NullValue } from "@bufbuild/protobuf/wkt";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file google/api/expr/v1beta1/value.proto.
6
+ */
7
+ export declare const file_google_api_expr_v1beta1_value: GenFile;
8
+ /**
9
+ * Represents a CEL value.
10
+ *
11
+ * This is similar to `google.protobuf.Value`, but can represent CEL's full
12
+ * range of values.
13
+ *
14
+ * @generated from message google.api.expr.v1beta1.Value
15
+ */
16
+ export type Value = Message<"google.api.expr.v1beta1.Value"> & {
17
+ /**
18
+ * Required. The valid kinds of values.
19
+ *
20
+ * @generated from oneof google.api.expr.v1beta1.Value.kind
21
+ */
22
+ kind: {
23
+ /**
24
+ * Null value.
25
+ *
26
+ * @generated from field: google.protobuf.NullValue null_value = 1;
27
+ */
28
+ value: NullValue;
29
+ case: "nullValue";
30
+ } | {
31
+ /**
32
+ * Boolean value.
33
+ *
34
+ * @generated from field: bool bool_value = 2;
35
+ */
36
+ value: boolean;
37
+ case: "boolValue";
38
+ } | {
39
+ /**
40
+ * Signed integer value.
41
+ *
42
+ * @generated from field: int64 int64_value = 3 [jstype = JS_STRING];
43
+ */
44
+ value: string;
45
+ case: "int64Value";
46
+ } | {
47
+ /**
48
+ * Unsigned integer value.
49
+ *
50
+ * @generated from field: uint64 uint64_value = 4 [jstype = JS_STRING];
51
+ */
52
+ value: string;
53
+ case: "uint64Value";
54
+ } | {
55
+ /**
56
+ * Floating point value.
57
+ *
58
+ * @generated from field: double double_value = 5;
59
+ */
60
+ value: number;
61
+ case: "doubleValue";
62
+ } | {
63
+ /**
64
+ * UTF-8 string value.
65
+ *
66
+ * @generated from field: string string_value = 6;
67
+ */
68
+ value: string;
69
+ case: "stringValue";
70
+ } | {
71
+ /**
72
+ * Byte string value.
73
+ *
74
+ * @generated from field: bytes bytes_value = 7;
75
+ */
76
+ value: Uint8Array;
77
+ case: "bytesValue";
78
+ } | {
79
+ /**
80
+ * An enum value.
81
+ *
82
+ * @generated from field: google.api.expr.v1beta1.EnumValue enum_value = 9;
83
+ */
84
+ value: EnumValue;
85
+ case: "enumValue";
86
+ } | {
87
+ /**
88
+ * The proto message backing an object value.
89
+ *
90
+ * @generated from field: google.protobuf.Any object_value = 10;
91
+ */
92
+ value: Any;
93
+ case: "objectValue";
94
+ } | {
95
+ /**
96
+ * Map value.
97
+ *
98
+ * @generated from field: google.api.expr.v1beta1.MapValue map_value = 11;
99
+ */
100
+ value: MapValue;
101
+ case: "mapValue";
102
+ } | {
103
+ /**
104
+ * List value.
105
+ *
106
+ * @generated from field: google.api.expr.v1beta1.ListValue list_value = 12;
107
+ */
108
+ value: ListValue;
109
+ case: "listValue";
110
+ } | {
111
+ /**
112
+ * A Type value represented by the fully qualified name of the type.
113
+ *
114
+ * @generated from field: string type_value = 15;
115
+ */
116
+ value: string;
117
+ case: "typeValue";
118
+ } | {
119
+ case: undefined;
120
+ value?: undefined;
121
+ };
122
+ };
123
+ /**
124
+ * Describes the message google.api.expr.v1beta1.Value.
125
+ * Use `create(ValueSchema)` to create a new message.
126
+ */
127
+ export declare const ValueSchema: GenMessage<Value>;
128
+ /**
129
+ * An enum value.
130
+ *
131
+ * @generated from message google.api.expr.v1beta1.EnumValue
132
+ */
133
+ export type EnumValue = Message<"google.api.expr.v1beta1.EnumValue"> & {
134
+ /**
135
+ * The fully qualified name of the enum type.
136
+ *
137
+ * @generated from field: string type = 1;
138
+ */
139
+ type: string;
140
+ /**
141
+ * The value of the enum.
142
+ *
143
+ * @generated from field: int32 value = 2;
144
+ */
145
+ value: number;
146
+ };
147
+ /**
148
+ * Describes the message google.api.expr.v1beta1.EnumValue.
149
+ * Use `create(EnumValueSchema)` to create a new message.
150
+ */
151
+ export declare const EnumValueSchema: GenMessage<EnumValue>;
152
+ /**
153
+ * A list.
154
+ *
155
+ * Wrapped in a message so 'not set' and empty can be differentiated, which is
156
+ * required for use in a 'oneof'.
157
+ *
158
+ * @generated from message google.api.expr.v1beta1.ListValue
159
+ */
160
+ export type ListValue = Message<"google.api.expr.v1beta1.ListValue"> & {
161
+ /**
162
+ * The ordered values in the list.
163
+ *
164
+ * @generated from field: repeated google.api.expr.v1beta1.Value values = 1;
165
+ */
166
+ values: Value[];
167
+ };
168
+ /**
169
+ * Describes the message google.api.expr.v1beta1.ListValue.
170
+ * Use `create(ListValueSchema)` to create a new message.
171
+ */
172
+ export declare const ListValueSchema: GenMessage<ListValue>;
173
+ /**
174
+ * A map.
175
+ *
176
+ * Wrapped in a message so 'not set' and empty can be differentiated, which is
177
+ * required for use in a 'oneof'.
178
+ *
179
+ * @generated from message google.api.expr.v1beta1.MapValue
180
+ */
181
+ export type MapValue = Message<"google.api.expr.v1beta1.MapValue"> & {
182
+ /**
183
+ * The set of map entries.
184
+ *
185
+ * CEL has fewer restrictions on keys, so a protobuf map represenation
186
+ * cannot be used.
187
+ *
188
+ * @generated from field: repeated google.api.expr.v1beta1.MapValue.Entry entries = 1;
189
+ */
190
+ entries: MapValue_Entry[];
191
+ };
192
+ /**
193
+ * Describes the message google.api.expr.v1beta1.MapValue.
194
+ * Use `create(MapValueSchema)` to create a new message.
195
+ */
196
+ export declare const MapValueSchema: GenMessage<MapValue>;
197
+ /**
198
+ * An entry in the map.
199
+ *
200
+ * @generated from message google.api.expr.v1beta1.MapValue.Entry
201
+ */
202
+ export type MapValue_Entry = Message<"google.api.expr.v1beta1.MapValue.Entry"> & {
203
+ /**
204
+ * The key.
205
+ *
206
+ * Must be unique with in the map.
207
+ * Currently only boolean, int, uint, and string values can be keys.
208
+ *
209
+ * @generated from field: google.api.expr.v1beta1.Value key = 1;
210
+ */
211
+ key?: Value;
212
+ /**
213
+ * The value.
214
+ *
215
+ * @generated from field: google.api.expr.v1beta1.Value value = 2;
216
+ */
217
+ value?: Value;
218
+ };
219
+ /**
220
+ * Describes the message google.api.expr.v1beta1.MapValue.Entry.
221
+ * Use `create(MapValue_EntrySchema)` to create a new message.
222
+ */
223
+ export declare const MapValue_EntrySchema: GenMessage<MapValue_Entry>;
224
+ //# sourceMappingURL=value_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"value_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/protocol/google/api/expr/v1beta1/value_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,OAC43C,CAAC;AAE96C;;;;;;;GAOG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,CAAC,+BAA+B,CAAC,GAAG;IAC7D;;;;OAIG;IACH,IAAI,EAAE;QACJ;;;;WAIG;QACH,KAAK,EAAE,SAAS,CAAC;QACjB,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,OAAO,CAAC;QACf,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,YAAY,CAAC;KACpB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,aAAa,CAAC;KACrB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,aAAa,CAAC;KACrB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,aAAa,CAAC;KACrB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,UAAU,CAAC;QAClB,IAAI,EAAE,YAAY,CAAC;KACpB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,SAAS,CAAC;QACjB,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,GAAG,CAAC;QACX,IAAI,EAAE,aAAa,CAAC;KACrB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,QAAQ,CAAC;QAChB,IAAI,EAAE,UAAU,CAAC;KAClB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,SAAS,CAAC;QACjB,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QACF;;;;WAIG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QAAE,IAAI,EAAE,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;CAC5C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,KAAK,CACU,CAAC;AAErD;;;;GAIG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,mCAAmC,CAAC,GAAG;IACrE;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACE,CAAC;AAErD;;;;;;;GAOG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,mCAAmC,CAAC,GAAG;IACrE;;;;OAIG;IACH,MAAM,EAAE,KAAK,EAAE,CAAC;CACjB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACE,CAAC;AAErD;;;;;;;GAOG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,kCAAkC,CAAC,GAAG;IACnE;;;;;;;OAOG;IACH,OAAO,EAAE,cAAc,EAAE,CAAC;CAC3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,QAAQ,CACI,CAAC;AAErD;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,wCAAwC,CAAC,GAAG;IAC/E;;;;;;;OAOG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC;IAEZ;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC,cAAc,CACL,CAAC"}
@@ -0,0 +1,46 @@
1
+ // Copyright 2025 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
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
16
+ import { file_google_protobuf_any, file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
17
+ /**
18
+ * Describes the file google/api/expr/v1beta1/value.proto.
19
+ */
20
+ export const file_google_api_expr_v1beta1_value = /*@__PURE__*/ fileDesc("CiNnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS92YWx1ZS5wcm90bxIXZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEixQMKBVZhbHVlEjAKCm51bGxfdmFsdWUYASABKA4yGi5nb29nbGUucHJvdG9idWYuTnVsbFZhbHVlSAASFAoKYm9vbF92YWx1ZRgCIAEoCEgAEhkKC2ludDY0X3ZhbHVlGAMgASgDQgIwAUgAEhoKDHVpbnQ2NF92YWx1ZRgEIAEoBEICMAFIABIWCgxkb3VibGVfdmFsdWUYBSABKAFIABIWCgxzdHJpbmdfdmFsdWUYBiABKAlIABIVCgtieXRlc192YWx1ZRgHIAEoDEgAEjgKCmVudW1fdmFsdWUYCSABKAsyIi5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5FbnVtVmFsdWVIABIsCgxvYmplY3RfdmFsdWUYCiABKAsyFC5nb29nbGUucHJvdG9idWYuQW55SAASNgoJbWFwX3ZhbHVlGAsgASgLMiEuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuTWFwVmFsdWVIABI4CgpsaXN0X3ZhbHVlGAwgASgLMiIuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuTGlzdFZhbHVlSAASFAoKdHlwZV92YWx1ZRgPIAEoCUgAQgYKBGtpbmQiKAoJRW51bVZhbHVlEgwKBHR5cGUYASABKAkSDQoFdmFsdWUYAiABKAUiOwoJTGlzdFZhbHVlEi4KBnZhbHVlcxgBIAMoCzIeLmdvb2dsZS5hcGkuZXhwci52MWJldGExLlZhbHVlIqkBCghNYXBWYWx1ZRI4CgdlbnRyaWVzGAEgAygLMicuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuTWFwVmFsdWUuRW50cnkaYwoFRW50cnkSKwoDa2V5GAEgASgLMh4uZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuVmFsdWUSLQoFdmFsdWUYAiABKAsyHi5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5WYWx1ZULoAQobY29tLmdvb2dsZS5hcGkuZXhwci52MWJldGExQgpWYWx1ZVByb3RvUAFaO2dvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2V4cHIvdjFiZXRhMTtleHBy+AEBogIDR0FFqgIXR29vZ2xlLkFwaS5FeHByLlYxYmV0YTHKAhdHb29nbGVcQXBpXEV4cHJcVjFiZXRhMeICI0dvb2dsZVxBcGlcRXhwclxWMWJldGExXEdQQk1ldGFkYXRh6gIaR29vZ2xlOjpBcGk6OkV4cHI6OlYxYmV0YTFiBnByb3RvMw", [file_google_protobuf_any, file_google_protobuf_struct]);
21
+ /**
22
+ * Describes the message google.api.expr.v1beta1.Value.
23
+ * Use `create(ValueSchema)` to create a new message.
24
+ */
25
+ export const ValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 0);
26
+ /**
27
+ * Describes the message google.api.expr.v1beta1.EnumValue.
28
+ * Use `create(EnumValueSchema)` to create a new message.
29
+ */
30
+ export const EnumValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 1);
31
+ /**
32
+ * Describes the message google.api.expr.v1beta1.ListValue.
33
+ * Use `create(ListValueSchema)` to create a new message.
34
+ */
35
+ export const ListValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 2);
36
+ /**
37
+ * Describes the message google.api.expr.v1beta1.MapValue.
38
+ * Use `create(MapValueSchema)` to create a new message.
39
+ */
40
+ export const MapValueSchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 3);
41
+ /**
42
+ * Describes the message google.api.expr.v1beta1.MapValue.Entry.
43
+ * Use `create(MapValue_EntrySchema)` to create a new message.
44
+ */
45
+ export const MapValue_EntrySchema = /*@__PURE__*/ messageDesc(file_google_api_expr_v1beta1_value, 3, 0);
46
+ //# sourceMappingURL=value_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"value_pb.js","sourceRoot":"","sources":["../../../../../../src/protocol/google/api/expr/v1beta1/value_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AACjC,EAAE;AAOF,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAG/F;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAY,aAAa,CACtE,QAAQ,CAAC,w2CAAw2C,EAAE,CAAC,wBAAwB,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAmH96C;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAuBrD;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAmBrD;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAsBrD;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AA0BrD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,kCAAkC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,122 @@
1
+ import type { GenEnum, GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2";
2
+ import type { FieldOptions } from "@bufbuild/protobuf/wkt";
3
+ /**
4
+ * Describes the file google/api/field_behavior.proto.
5
+ */
6
+ export declare const file_google_api_field_behavior: GenFile;
7
+ /**
8
+ * An indicator of the behavior of a given field (for example, that a field
9
+ * is required in requests, or given as output but ignored as input).
10
+ * This **does not** change the behavior in protocol buffers itself; it only
11
+ * denotes the behavior and may affect how API tooling handles the field.
12
+ *
13
+ * Note: This enum **may** receive new values in the future.
14
+ *
15
+ * @generated from enum google.api.FieldBehavior
16
+ */
17
+ export declare enum FieldBehavior {
18
+ /**
19
+ * Conventional default for enums. Do not use this.
20
+ *
21
+ * @generated from enum value: FIELD_BEHAVIOR_UNSPECIFIED = 0;
22
+ */
23
+ FIELD_BEHAVIOR_UNSPECIFIED = 0,
24
+ /**
25
+ * Specifically denotes a field as optional.
26
+ * While all fields in protocol buffers are optional, this may be specified
27
+ * for emphasis if appropriate.
28
+ *
29
+ * @generated from enum value: OPTIONAL = 1;
30
+ */
31
+ OPTIONAL = 1,
32
+ /**
33
+ * Denotes a field as required.
34
+ * This indicates that the field **must** be provided as part of the request,
35
+ * and failure to do so will cause an error (usually `INVALID_ARGUMENT`).
36
+ *
37
+ * @generated from enum value: REQUIRED = 2;
38
+ */
39
+ REQUIRED = 2,
40
+ /**
41
+ * Denotes a field as output only.
42
+ * This indicates that the field is provided in responses, but including the
43
+ * field in a request does nothing (the server *must* ignore it and
44
+ * *must not* throw an error as a result of the field's presence).
45
+ *
46
+ * @generated from enum value: OUTPUT_ONLY = 3;
47
+ */
48
+ OUTPUT_ONLY = 3,
49
+ /**
50
+ * Denotes a field as input only.
51
+ * This indicates that the field is provided in requests, and the
52
+ * corresponding field is not included in output.
53
+ *
54
+ * @generated from enum value: INPUT_ONLY = 4;
55
+ */
56
+ INPUT_ONLY = 4,
57
+ /**
58
+ * Denotes a field as immutable.
59
+ * This indicates that the field may be set once in a request to create a
60
+ * resource, but may not be changed thereafter.
61
+ *
62
+ * @generated from enum value: IMMUTABLE = 5;
63
+ */
64
+ IMMUTABLE = 5,
65
+ /**
66
+ * Denotes that a (repeated) field is an unordered list.
67
+ * This indicates that the service may provide the elements of the list
68
+ * in any arbitrary order, rather than the order the user originally
69
+ * provided. Additionally, the list's order may or may not be stable.
70
+ *
71
+ * @generated from enum value: UNORDERED_LIST = 6;
72
+ */
73
+ UNORDERED_LIST = 6,
74
+ /**
75
+ * Denotes that this field returns a non-empty default value if not set.
76
+ * This indicates that if the user provides the empty value in a request,
77
+ * a non-empty value will be returned. The user will not be aware of what
78
+ * non-empty value to expect.
79
+ *
80
+ * @generated from enum value: NON_EMPTY_DEFAULT = 7;
81
+ */
82
+ NON_EMPTY_DEFAULT = 7,
83
+ /**
84
+ * Denotes that the field in a resource (a message annotated with
85
+ * google.api.resource) is used in the resource name to uniquely identify the
86
+ * resource. For AIP-compliant APIs, this should only be applied to the
87
+ * `name` field on the resource.
88
+ *
89
+ * This behavior should not be applied to references to other resources within
90
+ * the message.
91
+ *
92
+ * The identifier field of resources often have different field behavior
93
+ * depending on the request it is embedded in (e.g. for Create methods name
94
+ * is optional and unused, while for Update methods it is required). Instead
95
+ * of method-specific annotations, only `IDENTIFIER` is required.
96
+ *
97
+ * @generated from enum value: IDENTIFIER = 8;
98
+ */
99
+ IDENTIFIER = 8
100
+ }
101
+ /**
102
+ * Describes the enum google.api.FieldBehavior.
103
+ */
104
+ export declare const FieldBehaviorSchema: GenEnum<FieldBehavior>;
105
+ /**
106
+ * A designation of a specific field behavior (required, output only, etc.)
107
+ * in protobuf messages.
108
+ *
109
+ * Examples:
110
+ *
111
+ * string name = 1 [(google.api.field_behavior) = REQUIRED];
112
+ * State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
113
+ * google.protobuf.Duration ttl = 1
114
+ * [(google.api.field_behavior) = INPUT_ONLY];
115
+ * google.protobuf.Timestamp expire_time = 1
116
+ * [(google.api.field_behavior) = OUTPUT_ONLY,
117
+ * (google.api.field_behavior) = IMMUTABLE];
118
+ *
119
+ * @generated from extension: repeated google.api.FieldBehavior field_behavior = 1052 [packed = false];
120
+ */
121
+ export declare const field_behavior: GenExtension<FieldOptions, FieldBehavior[]>;
122
+ //# sourceMappingURL=field_behavior_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field_behavior_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/api/field_behavior_pb.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEnF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,OACwrB,CAAC;AAEtuB;;;;;;;;;GASG;AACH,oBAAY,aAAa;IACvB;;;;OAIG;IACH,0BAA0B,IAAI;IAE9B;;;;;;OAMG;IACH,QAAQ,IAAI;IAEZ;;;;;;OAMG;IACH,QAAQ,IAAI;IAEZ;;;;;;;OAOG;IACH,WAAW,IAAI;IAEf;;;;;;OAMG;IACH,UAAU,IAAI;IAEd;;;;;;OAMG;IACH,SAAS,IAAI;IAEb;;;;;;;OAOG;IACH,cAAc,IAAI;IAElB;;;;;;;OAOG;IACH,iBAAiB,IAAI;IAErB;;;;;;;;;;;;;;;OAeG;IACH,UAAU,IAAI;CACf;AAED;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,OAAO,CAAC,aAAa,CACV,CAAC;AAE9C;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,cAAc,EAAE,YAAY,CAAC,YAAY,EAAE,aAAa,EAAE,CAC3B,CAAC"}
@@ -0,0 +1,136 @@
1
+ // Copyright 2026 Google LLC
2
+ //
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
14
+ import { enumDesc, extDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
15
+ import { file_google_protobuf_descriptor } from "@bufbuild/protobuf/wkt";
16
+ /**
17
+ * Describes the file google/api/field_behavior.proto.
18
+ */
19
+ export const file_google_api_field_behavior = /*@__PURE__*/ fileDesc("Ch9nb29nbGUvYXBpL2ZpZWxkX2JlaGF2aW9yLnByb3RvEgpnb29nbGUuYXBpKrYBCg1GaWVsZEJlaGF2aW9yEh4KGkZJRUxEX0JFSEFWSU9SX1VOU1BFQ0lGSUVEEAASDAoIT1BUSU9OQUwQARIMCghSRVFVSVJFRBACEg8KC09VVFBVVF9PTkxZEAMSDgoKSU5QVVRfT05MWRAEEg0KCUlNTVVUQUJMRRAFEhIKDlVOT1JERVJFRF9MSVNUEAYSFQoRTk9OX0VNUFRZX0RFRkFVTFQQBxIOCgpJREVOVElGSUVSEAg6ZAoOZmllbGRfYmVoYXZpb3ISHS5nb29nbGUucHJvdG9idWYuRmllbGRPcHRpb25zGJwIIAMoDjIZLmdvb2dsZS5hcGkuRmllbGRCZWhhdmlvckICEABSDWZpZWxkQmVoYXZpb3JCsAEKDmNvbS5nb29nbGUuYXBpQhJGaWVsZEJlaGF2aW9yUHJvdG9QAVpBZ29vZ2xlLmdvbGFuZy5vcmcvZ2VucHJvdG8vZ29vZ2xlYXBpcy9hcGkvYW5ub3RhdGlvbnM7YW5ub3RhdGlvbnOiAgNHQViqAgpHb29nbGUuQXBpygIKR29vZ2xlXEFwaeICFkdvb2dsZVxBcGlcR1BCTWV0YWRhdGHqAgtHb29nbGU6OkFwaWIGcHJvdG8z", [file_google_protobuf_descriptor]);
20
+ /**
21
+ * An indicator of the behavior of a given field (for example, that a field
22
+ * is required in requests, or given as output but ignored as input).
23
+ * This **does not** change the behavior in protocol buffers itself; it only
24
+ * denotes the behavior and may affect how API tooling handles the field.
25
+ *
26
+ * Note: This enum **may** receive new values in the future.
27
+ *
28
+ * @generated from enum google.api.FieldBehavior
29
+ */
30
+ export var FieldBehavior;
31
+ (function (FieldBehavior) {
32
+ /**
33
+ * Conventional default for enums. Do not use this.
34
+ *
35
+ * @generated from enum value: FIELD_BEHAVIOR_UNSPECIFIED = 0;
36
+ */
37
+ FieldBehavior[FieldBehavior["FIELD_BEHAVIOR_UNSPECIFIED"] = 0] = "FIELD_BEHAVIOR_UNSPECIFIED";
38
+ /**
39
+ * Specifically denotes a field as optional.
40
+ * While all fields in protocol buffers are optional, this may be specified
41
+ * for emphasis if appropriate.
42
+ *
43
+ * @generated from enum value: OPTIONAL = 1;
44
+ */
45
+ FieldBehavior[FieldBehavior["OPTIONAL"] = 1] = "OPTIONAL";
46
+ /**
47
+ * Denotes a field as required.
48
+ * This indicates that the field **must** be provided as part of the request,
49
+ * and failure to do so will cause an error (usually `INVALID_ARGUMENT`).
50
+ *
51
+ * @generated from enum value: REQUIRED = 2;
52
+ */
53
+ FieldBehavior[FieldBehavior["REQUIRED"] = 2] = "REQUIRED";
54
+ /**
55
+ * Denotes a field as output only.
56
+ * This indicates that the field is provided in responses, but including the
57
+ * field in a request does nothing (the server *must* ignore it and
58
+ * *must not* throw an error as a result of the field's presence).
59
+ *
60
+ * @generated from enum value: OUTPUT_ONLY = 3;
61
+ */
62
+ FieldBehavior[FieldBehavior["OUTPUT_ONLY"] = 3] = "OUTPUT_ONLY";
63
+ /**
64
+ * Denotes a field as input only.
65
+ * This indicates that the field is provided in requests, and the
66
+ * corresponding field is not included in output.
67
+ *
68
+ * @generated from enum value: INPUT_ONLY = 4;
69
+ */
70
+ FieldBehavior[FieldBehavior["INPUT_ONLY"] = 4] = "INPUT_ONLY";
71
+ /**
72
+ * Denotes a field as immutable.
73
+ * This indicates that the field may be set once in a request to create a
74
+ * resource, but may not be changed thereafter.
75
+ *
76
+ * @generated from enum value: IMMUTABLE = 5;
77
+ */
78
+ FieldBehavior[FieldBehavior["IMMUTABLE"] = 5] = "IMMUTABLE";
79
+ /**
80
+ * Denotes that a (repeated) field is an unordered list.
81
+ * This indicates that the service may provide the elements of the list
82
+ * in any arbitrary order, rather than the order the user originally
83
+ * provided. Additionally, the list's order may or may not be stable.
84
+ *
85
+ * @generated from enum value: UNORDERED_LIST = 6;
86
+ */
87
+ FieldBehavior[FieldBehavior["UNORDERED_LIST"] = 6] = "UNORDERED_LIST";
88
+ /**
89
+ * Denotes that this field returns a non-empty default value if not set.
90
+ * This indicates that if the user provides the empty value in a request,
91
+ * a non-empty value will be returned. The user will not be aware of what
92
+ * non-empty value to expect.
93
+ *
94
+ * @generated from enum value: NON_EMPTY_DEFAULT = 7;
95
+ */
96
+ FieldBehavior[FieldBehavior["NON_EMPTY_DEFAULT"] = 7] = "NON_EMPTY_DEFAULT";
97
+ /**
98
+ * Denotes that the field in a resource (a message annotated with
99
+ * google.api.resource) is used in the resource name to uniquely identify the
100
+ * resource. For AIP-compliant APIs, this should only be applied to the
101
+ * `name` field on the resource.
102
+ *
103
+ * This behavior should not be applied to references to other resources within
104
+ * the message.
105
+ *
106
+ * The identifier field of resources often have different field behavior
107
+ * depending on the request it is embedded in (e.g. for Create methods name
108
+ * is optional and unused, while for Update methods it is required). Instead
109
+ * of method-specific annotations, only `IDENTIFIER` is required.
110
+ *
111
+ * @generated from enum value: IDENTIFIER = 8;
112
+ */
113
+ FieldBehavior[FieldBehavior["IDENTIFIER"] = 8] = "IDENTIFIER";
114
+ })(FieldBehavior || (FieldBehavior = {}));
115
+ /**
116
+ * Describes the enum google.api.FieldBehavior.
117
+ */
118
+ export const FieldBehaviorSchema = /*@__PURE__*/ enumDesc(file_google_api_field_behavior, 0);
119
+ /**
120
+ * A designation of a specific field behavior (required, output only, etc.)
121
+ * in protobuf messages.
122
+ *
123
+ * Examples:
124
+ *
125
+ * string name = 1 [(google.api.field_behavior) = REQUIRED];
126
+ * State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
127
+ * google.protobuf.Duration ttl = 1
128
+ * [(google.api.field_behavior) = INPUT_ONLY];
129
+ * google.protobuf.Timestamp expire_time = 1
130
+ * [(google.api.field_behavior) = OUTPUT_ONLY,
131
+ * (google.api.field_behavior) = IMMUTABLE];
132
+ *
133
+ * @generated from extension: repeated google.api.FieldBehavior field_behavior = 1052 [packed = false];
134
+ */
135
+ export const field_behavior = /*@__PURE__*/ extDesc(file_google_api_field_behavior, 0);
136
+ //# sourceMappingURL=field_behavior_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field_behavior_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/api/field_behavior_pb.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAOjC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAE3E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAY,aAAa,CAClE,QAAQ,CAAC,srBAAsrB,EAAE,CAAC,+BAA+B,CAAC,CAAC,CAAC;AAEtuB;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,aA2FX;AA3FD,WAAY,aAAa;IACvB;;;;OAIG;IACH,6FAA8B,CAAA;IAE9B;;;;;;OAMG;IACH,yDAAY,CAAA;IAEZ;;;;;;OAMG;IACH,yDAAY,CAAA;IAEZ;;;;;;;OAOG;IACH,+DAAe,CAAA;IAEf;;;;;;OAMG;IACH,6DAAc,CAAA;IAEd;;;;;;OAMG;IACH,2DAAa,CAAA;IAEb;;;;;;;OAOG;IACH,qEAAkB,CAAA;IAElB;;;;;;;OAOG;IACH,2EAAqB,CAAA;IAErB;;;;;;;;;;;;;;;OAeG;IACH,6DAAc,CAAA;AAChB,CAAC,EA3FW,aAAa,KAAb,aAAa,QA2FxB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA2B,aAAa,CACtE,QAAQ,CAAC,8BAA8B,EAAE,CAAC,CAAC,CAAC;AAE9C;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,cAAc,GAAgD,aAAa,CACtF,OAAO,CAAC,8BAA8B,EAAE,CAAC,CAAC,CAAC"}