@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.
- package/README.md +83 -0
- package/dist/errors.d.ts +14 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +15 -0
- package/dist/errors.js.map +1 -0
- package/dist/index.d.ts +27 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +27 -0
- package/dist/index.js.map +1 -0
- package/dist/job-context.d.ts +18 -0
- package/dist/job-context.d.ts.map +1 -0
- package/dist/job-context.js +176 -0
- package/dist/job-context.js.map +1 -0
- package/dist/pool.d.ts +16 -0
- package/dist/pool.d.ts.map +1 -0
- package/dist/pool.js +111 -0
- package/dist/pool.js.map +1 -0
- package/dist/protocol/buf/validate/expression_pb.d.ts +128 -0
- package/dist/protocol/buf/validate/expression_pb.d.ts.map +1 -0
- package/dist/protocol/buf/validate/expression_pb.js +34 -0
- package/dist/protocol/buf/validate/expression_pb.js.map +1 -0
- package/dist/protocol/buf/validate/priv/private_pb.d.ts +54 -0
- package/dist/protocol/buf/validate/priv/private_pb.d.ts.map +1 -0
- package/dist/protocol/buf/validate/priv/private_pb.js +36 -0
- package/dist/protocol/buf/validate/priv/private_pb.js.map +1 -0
- package/dist/protocol/buf/validate/validate_pb.d.ts +3685 -0
- package/dist/protocol/buf/validate/validate_pb.d.ts.map +1 -0
- package/dist/protocol/buf/validate/validate_pb.js +223 -0
- package/dist/protocol/buf/validate/validate_pb.js.map +1 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts +816 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.js +160 -0
- package/dist/protocol/gnostic/discovery/v1/discovery_pb.js.map +1 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts +2229 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js +320 -0
- package/dist/protocol/gnostic/openapi/v2/openapiv2_pb.js.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts +24 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.js +37 -0
- package/dist/protocol/gnostic/openapi/v3/annotations_pb.js.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts +2245 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.d.ts.map +1 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js +410 -0
- package/dist/protocol/gnostic/openapi/v3/openapiv3_pb.js.map +1 -0
- package/dist/protocol/google/api/annotations_pb.d.ts +14 -0
- package/dist/protocol/google/api/annotations_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/annotations_pb.js +27 -0
- package/dist/protocol/google/api/annotations_pb.js.map +1 -0
- package/dist/protocol/google/api/client_pb.d.ts +1034 -0
- package/dist/protocol/google/api/client_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/client_pb.js +338 -0
- package/dist/protocol/google/api/client_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts +672 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js +176 -0
- package/dist/protocol/google/api/expr/v1alpha1/checked_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts +185 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js +46 -0
- package/dist/protocol/google/api/expr/v1alpha1/eval_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts +68 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js +32 -0
- package/dist/protocol/google/api/expr/v1alpha1/explain_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts +796 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js +128 -0
- package/dist/protocol/google/api/expr/v1alpha1/syntax_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts +224 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.js +45 -0
- package/dist/protocol/google/api/expr/v1alpha1/value_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts +151 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.js +41 -0
- package/dist/protocol/google/api/expr/v1beta1/decl_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts +203 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.js +52 -0
- package/dist/protocol/google/api/expr/v1beta1/eval_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts +504 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.js +72 -0
- package/dist/protocol/google/api/expr/v1beta1/expr_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts +86 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.js +30 -0
- package/dist/protocol/google/api/expr/v1beta1/source_pb.js.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts +224 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.js +46 -0
- package/dist/protocol/google/api/expr/v1beta1/value_pb.js.map +1 -0
- package/dist/protocol/google/api/field_behavior_pb.d.ts +122 -0
- package/dist/protocol/google/api/field_behavior_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/field_behavior_pb.js +136 -0
- package/dist/protocol/google/api/field_behavior_pb.js.map +1 -0
- package/dist/protocol/google/api/field_info_pb.d.ts +140 -0
- package/dist/protocol/google/api/field_info_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/field_info_pb.js +108 -0
- package/dist/protocol/google/api/field_info_pb.js.map +1 -0
- package/dist/protocol/google/api/http_pb.d.ts +441 -0
- package/dist/protocol/google/api/http_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/http_pb.js +34 -0
- package/dist/protocol/google/api/http_pb.js.map +1 -0
- package/dist/protocol/google/api/httpbody_pb.d.ts +81 -0
- package/dist/protocol/google/api/httpbody_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/httpbody_pb.js +25 -0
- package/dist/protocol/google/api/httpbody_pb.js.map +1 -0
- package/dist/protocol/google/api/launch_stage_pb.d.ts +87 -0
- package/dist/protocol/google/api/launch_stage_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/launch_stage_pb.js +101 -0
- package/dist/protocol/google/api/launch_stage_pb.js.map +1 -0
- package/dist/protocol/google/api/resource_pb.d.ts +304 -0
- package/dist/protocol/google/api/resource_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/resource_pb.js +116 -0
- package/dist/protocol/google/api/resource_pb.js.map +1 -0
- package/dist/protocol/google/api/routing_pb.d.ts +476 -0
- package/dist/protocol/google/api/routing_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/routing_pb.js +36 -0
- package/dist/protocol/google/api/routing_pb.js.map +1 -0
- package/dist/protocol/google/api/visibility_pb.d.ts +128 -0
- package/dist/protocol/google/api/visibility_pb.d.ts.map +1 -0
- package/dist/protocol/google/api/visibility_pb.js +66 -0
- package/dist/protocol/google/api/visibility_pb.js.map +1 -0
- package/dist/protocol/google/bytestream/bytestream_pb.d.ts +278 -0
- package/dist/protocol/google/bytestream/bytestream_pb.d.ts.map +1 -0
- package/dist/protocol/google/bytestream/bytestream_pb.js +77 -0
- package/dist/protocol/google/bytestream/bytestream_pb.js.map +1 -0
- package/dist/protocol/google/geo/type/viewport_pb.d.ts +66 -0
- package/dist/protocol/google/geo/type/viewport_pb.d.ts.map +1 -0
- package/dist/protocol/google/geo/type/viewport_pb.js +26 -0
- package/dist/protocol/google/geo/type/viewport_pb.js.map +1 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts +193 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.d.ts.map +1 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.js +76 -0
- package/dist/protocol/google/iam/v1/iam_policy_pb.js.map +1 -0
- package/dist/protocol/google/iam/v1/options_pb.d.ts +42 -0
- package/dist/protocol/google/iam/v1/options_pb.d.ts.map +1 -0
- package/dist/protocol/google/iam/v1/options_pb.js +24 -0
- package/dist/protocol/google/iam/v1/options_pb.js.map +1 -0
- package/dist/protocol/google/iam/v1/policy_pb.d.ts +571 -0
- package/dist/protocol/google/iam/v1/policy_pb.d.ts.map +1 -0
- package/dist/protocol/google/iam/v1/policy_pb.js +152 -0
- package/dist/protocol/google/iam/v1/policy_pb.js.map +1 -0
- package/dist/protocol/google/longrunning/operations_pb.d.ts +398 -0
- package/dist/protocol/google/longrunning/operations_pb.d.ts.map +1 -0
- package/dist/protocol/google/longrunning/operations_pb.js +89 -0
- package/dist/protocol/google/longrunning/operations_pb.js.map +1 -0
- package/dist/protocol/google/rpc/code_pb.d.ts +228 -0
- package/dist/protocol/google/rpc/code_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/code_pb.js +242 -0
- package/dist/protocol/google/rpc/code_pb.js.map +1 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts +560 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.js +55 -0
- package/dist/protocol/google/rpc/context/attribute_context_pb.js.map +1 -0
- package/dist/protocol/google/rpc/error_details_pb.d.ts +581 -0
- package/dist/protocol/google/rpc/error_details_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/error_details_pb.js +90 -0
- package/dist/protocol/google/rpc/error_details_pb.js.map +1 -0
- package/dist/protocol/google/rpc/status_pb.d.ts +49 -0
- package/dist/protocol/google/rpc/status_pb.d.ts.map +1 -0
- package/dist/protocol/google/rpc/status_pb.js +25 -0
- package/dist/protocol/google/rpc/status_pb.js.map +1 -0
- package/dist/protocol/google/type/calendar_period_pb.d.ts +71 -0
- package/dist/protocol/google/type/calendar_period_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/calendar_period_pb.js +85 -0
- package/dist/protocol/google/type/calendar_period_pb.js.map +1 -0
- package/dist/protocol/google/type/color_pb.d.ts +176 -0
- package/dist/protocol/google/type/color_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/color_pb.js +25 -0
- package/dist/protocol/google/type/color_pb.js.map +1 -0
- package/dist/protocol/google/type/date_pb.d.ts +56 -0
- package/dist/protocol/google/type/date_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/date_pb.js +24 -0
- package/dist/protocol/google/type/date_pb.js.map +1 -0
- package/dist/protocol/google/type/datetime_pb.d.ts +148 -0
- package/dist/protocol/google/type/datetime_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/datetime_pb.js +30 -0
- package/dist/protocol/google/type/datetime_pb.js.map +1 -0
- package/dist/protocol/google/type/dayofweek_pb.d.ts +65 -0
- package/dist/protocol/google/type/dayofweek_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/dayofweek_pb.js +79 -0
- package/dist/protocol/google/type/dayofweek_pb.js.map +1 -0
- package/dist/protocol/google/type/decimal_pb.d.ts +89 -0
- package/dist/protocol/google/type/decimal_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/decimal_pb.js +24 -0
- package/dist/protocol/google/type/decimal_pb.js.map +1 -0
- package/dist/protocol/google/type/expr_pb.d.ts +78 -0
- package/dist/protocol/google/type/expr_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/expr_pb.js +24 -0
- package/dist/protocol/google/type/expr_pb.js.map +1 -0
- package/dist/protocol/google/type/fraction_pb.d.ts +32 -0
- package/dist/protocol/google/type/fraction_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/fraction_pb.js +24 -0
- package/dist/protocol/google/type/fraction_pb.js.map +1 -0
- package/dist/protocol/google/type/interval_pb.d.ts +43 -0
- package/dist/protocol/google/type/interval_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/interval_pb.js +25 -0
- package/dist/protocol/google/type/interval_pb.js.map +1 -0
- package/dist/protocol/google/type/latlng_pb.d.ts +35 -0
- package/dist/protocol/google/type/latlng_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/latlng_pb.js +24 -0
- package/dist/protocol/google/type/latlng_pb.js.map +1 -0
- package/dist/protocol/google/type/localized_text_pb.d.ts +35 -0
- package/dist/protocol/google/type/localized_text_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/localized_text_pb.js +24 -0
- package/dist/protocol/google/type/localized_text_pb.js.map +1 -0
- package/dist/protocol/google/type/money_pb.d.ts +43 -0
- package/dist/protocol/google/type/money_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/money_pb.js +24 -0
- package/dist/protocol/google/type/money_pb.js.map +1 -0
- package/dist/protocol/google/type/month_pb.d.ts +95 -0
- package/dist/protocol/google/type/month_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/month_pb.js +109 -0
- package/dist/protocol/google/type/month_pb.js.map +1 -0
- package/dist/protocol/google/type/phone_number_pb.d.ts +145 -0
- package/dist/protocol/google/type/phone_number_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/phone_number_pb.js +29 -0
- package/dist/protocol/google/type/phone_number_pb.js.map +1 -0
- package/dist/protocol/google/type/postal_address_pb.d.ts +160 -0
- package/dist/protocol/google/type/postal_address_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/postal_address_pb.js +24 -0
- package/dist/protocol/google/type/postal_address_pb.js.map +1 -0
- package/dist/protocol/google/type/quaternion_pb.d.ts +99 -0
- package/dist/protocol/google/type/quaternion_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/quaternion_pb.js +24 -0
- package/dist/protocol/google/type/quaternion_pb.js.map +1 -0
- package/dist/protocol/google/type/timeofday_pb.d.ts +52 -0
- package/dist/protocol/google/type/timeofday_pb.d.ts.map +1 -0
- package/dist/protocol/google/type/timeofday_pb.js +24 -0
- package/dist/protocol/google/type/timeofday_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/account_pb.d.ts +144 -0
- package/dist/protocol/uplim/api/v1/account_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/account_pb.js +100 -0
- package/dist/protocol/uplim/api/v1/account_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/auth_pb.d.ts +231 -0
- package/dist/protocol/uplim/api/v1/auth_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/auth_pb.js +65 -0
- package/dist/protocol/uplim/api/v1/auth_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.d.ts +1920 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.js +471 -0
- package/dist/protocol/uplim/api/v1/buckets_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts +398 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js +79 -0
- package/dist/protocol/uplim/api/v1/content_type_matcher_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/events_pb.d.ts +767 -0
- package/dist/protocol/uplim/api/v1/events_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/events_pb.js +242 -0
- package/dist/protocol/uplim/api/v1/events_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts +1059 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.js +209 -0
- package/dist/protocol/uplim/api/v1/integration_admin_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts +313 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.js +129 -0
- package/dist/protocol/uplim/api/v1/integration_install_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts +767 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.js +221 -0
- package/dist/protocol/uplim/api/v1/integration_types_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.d.ts +807 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.js +169 -0
- package/dist/protocol/uplim/api/v1/integrations_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/internal_pb.d.ts +204 -0
- package/dist/protocol/uplim/api/v1/internal_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/internal_pb.js +118 -0
- package/dist/protocol/uplim/api/v1/internal_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.d.ts +265 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.js +50 -0
- package/dist/protocol/uplim/api/v1/metadata_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts +64 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.js +28 -0
- package/dist/protocol/uplim/api/v1/public-buckets_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts +461 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.js +139 -0
- package/dist/protocol/uplim/api/v1/public-uploads_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts +396 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.js +69 -0
- package/dist/protocol/uplim/api/v1/upload-aliases_pb.js.map +1 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.d.ts +3736 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.js +732 -0
- package/dist/protocol/uplim/api/v1/uploads_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts +394 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.js +122 -0
- package/dist/protocol/uplim/workflow/v1/activities_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts +486 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js +158 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_admin_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts +289 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js +66 -0
- package/dist/protocol/uplim/workflow/v1/integration_queue_pb.js.map +1 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts +602 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.d.ts.map +1 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.js +194 -0
- package/dist/protocol/uplim/workflow/v1/workflows_pb.js.map +1 -0
- package/dist/rpc-clients.d.ts +9 -0
- package/dist/rpc-clients.d.ts.map +1 -0
- package/dist/rpc-clients.js +24 -0
- package/dist/rpc-clients.js.map +1 -0
- package/dist/sse-client.d.ts +20 -0
- package/dist/sse-client.d.ts.map +1 -0
- package/dist/sse-client.js +68 -0
- package/dist/sse-client.js.map +1 -0
- package/dist/types.d.ts +174 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +17 -0
- package/dist/types.js.map +1 -0
- package/package.json +47 -0
- package/src/errors.ts +14 -0
- package/src/index.ts +41 -0
- package/src/job-context.ts +244 -0
- package/src/pool.ts +143 -0
- package/src/protocol/buf/validate/expression_pb.ts +163 -0
- package/src/protocol/buf/validate/priv/private_pb.ts +86 -0
- package/src/protocol/buf/validate/validate_pb.ts +3802 -0
- package/src/protocol/gnostic/discovery/v1/discovery_pb.ts +1020 -0
- package/src/protocol/gnostic/openapi/v2/openapiv2_pb.ts +2679 -0
- package/src/protocol/gnostic/openapi/v3/annotations_pb.ts +55 -0
- package/src/protocol/gnostic/openapi/v3/openapiv3_pb.ts +2660 -0
- package/src/protocol/google/api/annotations_pb.ts +39 -0
- package/src/protocol/google/api/client_pb.ts +1183 -0
- package/src/protocol/google/api/expr/v1alpha1/checked_pb.ts +751 -0
- package/src/protocol/google/api/expr/v1alpha1/eval_pb.ts +222 -0
- package/src/protocol/google/api/expr/v1alpha1/explain_pb.ts +98 -0
- package/src/protocol/google/api/expr/v1alpha1/syntax_pb.ts +882 -0
- package/src/protocol/google/api/expr/v1alpha1/value_pb.ts +260 -0
- package/src/protocol/google/api/expr/v1beta1/decl_pb.ts +191 -0
- package/src/protocol/google/api/expr/v1beta1/eval_pb.ts +244 -0
- package/src/protocol/google/api/expr/v1beta1/expr_pb.ts +565 -0
- package/src/protocol/google/api/expr/v1beta1/source_pb.ts +117 -0
- package/src/protocol/google/api/expr/v1beta1/value_pb.ts +261 -0
- package/src/protocol/google/api/field_behavior_pb.ts +157 -0
- package/src/protocol/google/api/field_info_pb.ts +178 -0
- package/src/protocol/google/api/http_pb.ts +474 -0
- package/src/protocol/google/api/httpbody_pb.ts +108 -0
- package/src/protocol/google/api/launch_stage_pb.ts +118 -0
- package/src/protocol/google/api/resource_pb.ts +354 -0
- package/src/protocol/google/api/routing_pb.ts +507 -0
- package/src/protocol/google/api/visibility_pb.ts +169 -0
- package/src/protocol/google/bytestream/bytestream_pb.ts +325 -0
- package/src/protocol/google/geo/type/viewport_pb.ts +93 -0
- package/src/protocol/google/iam/v1/iam_policy_pb.ts +239 -0
- package/src/protocol/google/iam/v1/options_pb.ts +66 -0
- package/src/protocol/google/iam/v1/policy_pb.ts +644 -0
- package/src/protocol/google/longrunning/operations_pb.ts +460 -0
- package/src/protocol/google/rpc/code_pb.ts +268 -0
- package/src/protocol/google/rpc/context/attribute_context_pb.ts +638 -0
- package/src/protocol/google/rpc/error_details_pb.ts +662 -0
- package/src/protocol/google/rpc/status_pb.ts +76 -0
- package/src/protocol/google/type/calendar_period_pb.ts +102 -0
- package/src/protocol/google/type/color_pb.ts +204 -0
- package/src/protocol/google/type/date_pb.ts +82 -0
- package/src/protocol/google/type/datetime_pb.ts +181 -0
- package/src/protocol/google/type/dayofweek_pb.ts +96 -0
- package/src/protocol/google/type/decimal_pb.ts +113 -0
- package/src/protocol/google/type/expr_pb.ts +105 -0
- package/src/protocol/google/type/fraction_pb.ts +57 -0
- package/src/protocol/google/type/interval_pb.ts +69 -0
- package/src/protocol/google/type/latlng_pb.ts +60 -0
- package/src/protocol/google/type/localized_text_pb.ts +60 -0
- package/src/protocol/google/type/money_pb.ts +69 -0
- package/src/protocol/google/type/month_pb.ts +131 -0
- package/src/protocol/google/type/phone_number_pb.ts +171 -0
- package/src/protocol/google/type/postal_address_pb.ts +194 -0
- package/src/protocol/google/type/quaternion_pb.ts +126 -0
- package/src/protocol/google/type/timeofday_pb.ts +79 -0
- package/src/protocol/uplim/api/v1/account_pb.ts +178 -0
- package/src/protocol/uplim/api/v1/auth_pb.ts +278 -0
- package/src/protocol/uplim/api/v1/buckets_pb.ts +2214 -0
- package/src/protocol/uplim/api/v1/content_type_matcher_pb.ts +448 -0
- package/src/protocol/uplim/api/v1/events_pb.ts +874 -0
- package/src/protocol/uplim/api/v1/integration_admin_pb.ts +1237 -0
- package/src/protocol/uplim/api/v1/integration_install_pb.ts +386 -0
- package/src/protocol/uplim/api/v1/integration_types_pb.ts +896 -0
- package/src/protocol/uplim/api/v1/integrations_pb.ts +944 -0
- package/src/protocol/uplim/api/v1/internal_pb.ts +234 -0
- package/src/protocol/uplim/api/v1/metadata_pb.ts +305 -0
- package/src/protocol/uplim/api/v1/public-buckets_pb.ts +83 -0
- package/src/protocol/uplim/api/v1/public-uploads_pb.ts +543 -0
- package/src/protocol/uplim/api/v1/upload-aliases_pb.ts +468 -0
- package/src/protocol/uplim/api/v1/uploads_pb.ts +4294 -0
- package/src/protocol/uplim/workflow/v1/activities_pb.ts +488 -0
- package/src/protocol/uplim/workflow/v1/integration_queue_admin_pb.ts +594 -0
- package/src/protocol/uplim/workflow/v1/integration_queue_pb.ts +353 -0
- package/src/protocol/uplim/workflow/v1/workflows_pb.ts +746 -0
- package/src/rpc-clients.ts +29 -0
- package/src/sse-client.ts +83 -0
- package/src/types.ts +169 -0
|
@@ -0,0 +1,260 @@
|
|
|
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/expr/v1alpha1/value.proto (package google.api.expr.v1alpha1, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import type { Any, NullValue } from "@bufbuild/protobuf/wkt";
|
|
22
|
+
import { file_google_protobuf_any, file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
23
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Describes the file google/api/expr/v1alpha1/value.proto.
|
|
27
|
+
*/
|
|
28
|
+
export const file_google_api_expr_v1alpha1_value: GenFile = /*@__PURE__*/
|
|
29
|
+
fileDesc("CiRnb29nbGUvYXBpL2V4cHIvdjFhbHBoYTEvdmFsdWUucHJvdG8SGGdvb2dsZS5hcGkuZXhwci52MWFscGhhMSLIAwoFVmFsdWUSMAoKbnVsbF92YWx1ZRgBIAEoDjIaLmdvb2dsZS5wcm90b2J1Zi5OdWxsVmFsdWVIABIUCgpib29sX3ZhbHVlGAIgASgISAASGQoLaW50NjRfdmFsdWUYAyABKANCAjABSAASGgoMdWludDY0X3ZhbHVlGAQgASgEQgIwAUgAEhYKDGRvdWJsZV92YWx1ZRgFIAEoAUgAEhYKDHN0cmluZ192YWx1ZRgGIAEoCUgAEhUKC2J5dGVzX3ZhbHVlGAcgASgMSAASOQoKZW51bV92YWx1ZRgJIAEoCzIjLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMS5FbnVtVmFsdWVIABIsCgxvYmplY3RfdmFsdWUYCiABKAsyFC5nb29nbGUucHJvdG9idWYuQW55SAASNwoJbWFwX3ZhbHVlGAsgASgLMiIuZ29vZ2xlLmFwaS5leHByLnYxYWxwaGExLk1hcFZhbHVlSAASOQoKbGlzdF92YWx1ZRgMIAEoCzIjLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMS5MaXN0VmFsdWVIABIUCgp0eXBlX3ZhbHVlGA8gASgJSABCBgoEa2luZCIoCglFbnVtVmFsdWUSDAoEdHlwZRgBIAEoCRINCgV2YWx1ZRgCIAEoBSI8CglMaXN0VmFsdWUSLwoGdmFsdWVzGAEgAygLMh8uZ29vZ2xlLmFwaS5leHByLnYxYWxwaGExLlZhbHVlIqwBCghNYXBWYWx1ZRI5CgdlbnRyaWVzGAEgAygLMiguZ29vZ2xlLmFwaS5leHByLnYxYWxwaGExLk1hcFZhbHVlLkVudHJ5GmUKBUVudHJ5EiwKA2tleRgBIAEoCzIfLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMS5WYWx1ZRIuCgV2YWx1ZRgCIAEoCzIfLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMS5WYWx1ZULrAQocY29tLmdvb2dsZS5hcGkuZXhwci52MWFscGhhMUIKVmFsdWVQcm90b1ABWjxnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL2FwaS9leHByL3YxYWxwaGExO2V4cHKiAgNHQUWqAhhHb29nbGUuQXBpLkV4cHIuVjFhbHBoYTHKAhhHb29nbGVcQXBpXEV4cHJcVjFhbHBoYTHiAiRHb29nbGVcQXBpXEV4cHJcVjFhbHBoYTFcR1BCTWV0YWRhdGHqAhtHb29nbGU6OkFwaTo6RXhwcjo6VjFhbHBoYTFiBnByb3RvMw", [file_google_protobuf_any, file_google_protobuf_struct]);
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Represents a CEL value.
|
|
33
|
+
*
|
|
34
|
+
* This is similar to `google.protobuf.Value`, but can represent CEL's full
|
|
35
|
+
* range of values.
|
|
36
|
+
*
|
|
37
|
+
* @generated from message google.api.expr.v1alpha1.Value
|
|
38
|
+
*/
|
|
39
|
+
export type Value = Message<"google.api.expr.v1alpha1.Value"> & {
|
|
40
|
+
/**
|
|
41
|
+
* Required. The valid kinds of values.
|
|
42
|
+
*
|
|
43
|
+
* @generated from oneof google.api.expr.v1alpha1.Value.kind
|
|
44
|
+
*/
|
|
45
|
+
kind: {
|
|
46
|
+
/**
|
|
47
|
+
* Null value.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: google.protobuf.NullValue null_value = 1;
|
|
50
|
+
*/
|
|
51
|
+
value: NullValue;
|
|
52
|
+
case: "nullValue";
|
|
53
|
+
} | {
|
|
54
|
+
/**
|
|
55
|
+
* Boolean value.
|
|
56
|
+
*
|
|
57
|
+
* @generated from field: bool bool_value = 2;
|
|
58
|
+
*/
|
|
59
|
+
value: boolean;
|
|
60
|
+
case: "boolValue";
|
|
61
|
+
} | {
|
|
62
|
+
/**
|
|
63
|
+
* Signed integer value.
|
|
64
|
+
*
|
|
65
|
+
* @generated from field: int64 int64_value = 3 [jstype = JS_STRING];
|
|
66
|
+
*/
|
|
67
|
+
value: string;
|
|
68
|
+
case: "int64Value";
|
|
69
|
+
} | {
|
|
70
|
+
/**
|
|
71
|
+
* Unsigned integer value.
|
|
72
|
+
*
|
|
73
|
+
* @generated from field: uint64 uint64_value = 4 [jstype = JS_STRING];
|
|
74
|
+
*/
|
|
75
|
+
value: string;
|
|
76
|
+
case: "uint64Value";
|
|
77
|
+
} | {
|
|
78
|
+
/**
|
|
79
|
+
* Floating point value.
|
|
80
|
+
*
|
|
81
|
+
* @generated from field: double double_value = 5;
|
|
82
|
+
*/
|
|
83
|
+
value: number;
|
|
84
|
+
case: "doubleValue";
|
|
85
|
+
} | {
|
|
86
|
+
/**
|
|
87
|
+
* UTF-8 string value.
|
|
88
|
+
*
|
|
89
|
+
* @generated from field: string string_value = 6;
|
|
90
|
+
*/
|
|
91
|
+
value: string;
|
|
92
|
+
case: "stringValue";
|
|
93
|
+
} | {
|
|
94
|
+
/**
|
|
95
|
+
* Byte string value.
|
|
96
|
+
*
|
|
97
|
+
* @generated from field: bytes bytes_value = 7;
|
|
98
|
+
*/
|
|
99
|
+
value: Uint8Array;
|
|
100
|
+
case: "bytesValue";
|
|
101
|
+
} | {
|
|
102
|
+
/**
|
|
103
|
+
* An enum value.
|
|
104
|
+
*
|
|
105
|
+
* @generated from field: google.api.expr.v1alpha1.EnumValue enum_value = 9;
|
|
106
|
+
*/
|
|
107
|
+
value: EnumValue;
|
|
108
|
+
case: "enumValue";
|
|
109
|
+
} | {
|
|
110
|
+
/**
|
|
111
|
+
* The proto message backing an object value.
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: google.protobuf.Any object_value = 10;
|
|
114
|
+
*/
|
|
115
|
+
value: Any;
|
|
116
|
+
case: "objectValue";
|
|
117
|
+
} | {
|
|
118
|
+
/**
|
|
119
|
+
* Map value.
|
|
120
|
+
*
|
|
121
|
+
* @generated from field: google.api.expr.v1alpha1.MapValue map_value = 11;
|
|
122
|
+
*/
|
|
123
|
+
value: MapValue;
|
|
124
|
+
case: "mapValue";
|
|
125
|
+
} | {
|
|
126
|
+
/**
|
|
127
|
+
* List value.
|
|
128
|
+
*
|
|
129
|
+
* @generated from field: google.api.expr.v1alpha1.ListValue list_value = 12;
|
|
130
|
+
*/
|
|
131
|
+
value: ListValue;
|
|
132
|
+
case: "listValue";
|
|
133
|
+
} | {
|
|
134
|
+
/**
|
|
135
|
+
* Type value.
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: string type_value = 15;
|
|
138
|
+
*/
|
|
139
|
+
value: string;
|
|
140
|
+
case: "typeValue";
|
|
141
|
+
} | { case: undefined; value?: undefined };
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Describes the message google.api.expr.v1alpha1.Value.
|
|
146
|
+
* Use `create(ValueSchema)` to create a new message.
|
|
147
|
+
*/
|
|
148
|
+
export const ValueSchema: GenMessage<Value> = /*@__PURE__*/
|
|
149
|
+
messageDesc(file_google_api_expr_v1alpha1_value, 0);
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* An enum value.
|
|
153
|
+
*
|
|
154
|
+
* @generated from message google.api.expr.v1alpha1.EnumValue
|
|
155
|
+
*/
|
|
156
|
+
export type EnumValue = Message<"google.api.expr.v1alpha1.EnumValue"> & {
|
|
157
|
+
/**
|
|
158
|
+
* The fully qualified name of the enum type.
|
|
159
|
+
*
|
|
160
|
+
* @generated from field: string type = 1;
|
|
161
|
+
*/
|
|
162
|
+
type: string;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* The value of the enum.
|
|
166
|
+
*
|
|
167
|
+
* @generated from field: int32 value = 2;
|
|
168
|
+
*/
|
|
169
|
+
value: number;
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Describes the message google.api.expr.v1alpha1.EnumValue.
|
|
174
|
+
* Use `create(EnumValueSchema)` to create a new message.
|
|
175
|
+
*/
|
|
176
|
+
export const EnumValueSchema: GenMessage<EnumValue> = /*@__PURE__*/
|
|
177
|
+
messageDesc(file_google_api_expr_v1alpha1_value, 1);
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* A list.
|
|
181
|
+
*
|
|
182
|
+
* Wrapped in a message so 'not set' and empty can be differentiated, which is
|
|
183
|
+
* required for use in a 'oneof'.
|
|
184
|
+
*
|
|
185
|
+
* @generated from message google.api.expr.v1alpha1.ListValue
|
|
186
|
+
*/
|
|
187
|
+
export type ListValue = Message<"google.api.expr.v1alpha1.ListValue"> & {
|
|
188
|
+
/**
|
|
189
|
+
* The ordered values in the list.
|
|
190
|
+
*
|
|
191
|
+
* @generated from field: repeated google.api.expr.v1alpha1.Value values = 1;
|
|
192
|
+
*/
|
|
193
|
+
values: Value[];
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Describes the message google.api.expr.v1alpha1.ListValue.
|
|
198
|
+
* Use `create(ListValueSchema)` to create a new message.
|
|
199
|
+
*/
|
|
200
|
+
export const ListValueSchema: GenMessage<ListValue> = /*@__PURE__*/
|
|
201
|
+
messageDesc(file_google_api_expr_v1alpha1_value, 2);
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* A map.
|
|
205
|
+
*
|
|
206
|
+
* Wrapped in a message so 'not set' and empty can be differentiated, which is
|
|
207
|
+
* required for use in a 'oneof'.
|
|
208
|
+
*
|
|
209
|
+
* @generated from message google.api.expr.v1alpha1.MapValue
|
|
210
|
+
*/
|
|
211
|
+
export type MapValue = Message<"google.api.expr.v1alpha1.MapValue"> & {
|
|
212
|
+
/**
|
|
213
|
+
* The set of map entries.
|
|
214
|
+
*
|
|
215
|
+
* CEL has fewer restrictions on keys, so a protobuf map representation
|
|
216
|
+
* cannot be used.
|
|
217
|
+
*
|
|
218
|
+
* @generated from field: repeated google.api.expr.v1alpha1.MapValue.Entry entries = 1;
|
|
219
|
+
*/
|
|
220
|
+
entries: MapValue_Entry[];
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* Describes the message google.api.expr.v1alpha1.MapValue.
|
|
225
|
+
* Use `create(MapValueSchema)` to create a new message.
|
|
226
|
+
*/
|
|
227
|
+
export const MapValueSchema: GenMessage<MapValue> = /*@__PURE__*/
|
|
228
|
+
messageDesc(file_google_api_expr_v1alpha1_value, 3);
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* An entry in the map.
|
|
232
|
+
*
|
|
233
|
+
* @generated from message google.api.expr.v1alpha1.MapValue.Entry
|
|
234
|
+
*/
|
|
235
|
+
export type MapValue_Entry = Message<"google.api.expr.v1alpha1.MapValue.Entry"> & {
|
|
236
|
+
/**
|
|
237
|
+
* The key.
|
|
238
|
+
*
|
|
239
|
+
* Must be unique with in the map.
|
|
240
|
+
* Currently only boolean, int, uint, and string values can be keys.
|
|
241
|
+
*
|
|
242
|
+
* @generated from field: google.api.expr.v1alpha1.Value key = 1;
|
|
243
|
+
*/
|
|
244
|
+
key?: Value;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* The value.
|
|
248
|
+
*
|
|
249
|
+
* @generated from field: google.api.expr.v1alpha1.Value value = 2;
|
|
250
|
+
*/
|
|
251
|
+
value?: Value;
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Describes the message google.api.expr.v1alpha1.MapValue.Entry.
|
|
256
|
+
* Use `create(MapValue_EntrySchema)` to create a new message.
|
|
257
|
+
*/
|
|
258
|
+
export const MapValue_EntrySchema: GenMessage<MapValue_Entry> = /*@__PURE__*/
|
|
259
|
+
messageDesc(file_google_api_expr_v1alpha1_value, 3, 0);
|
|
260
|
+
|
|
@@ -0,0 +1,191 @@
|
|
|
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
|
+
|
|
16
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
|
|
17
|
+
// @generated from file google/api/expr/v1beta1/decl.proto (package google.api.expr.v1beta1, syntax proto3)
|
|
18
|
+
/* eslint-disable */
|
|
19
|
+
|
|
20
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
22
|
+
import type { Expr } from "./expr_pb.js";
|
|
23
|
+
import { file_google_api_expr_v1beta1_expr } from "./expr_pb.js";
|
|
24
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Describes the file google/api/expr/v1beta1/decl.proto.
|
|
28
|
+
*/
|
|
29
|
+
export const file_google_api_expr_v1beta1_decl: GenFile = /*@__PURE__*/
|
|
30
|
+
fileDesc("CiJnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS9kZWNsLnByb3RvEhdnb29nbGUuYXBpLmV4cHIudjFiZXRhMSKlAQoERGVjbBIKCgJpZBgBIAEoBRIMCgRuYW1lGAIgASgJEgsKA2RvYxgDIAEoCRIzCgVpZGVudBgEIAEoCzIiLmdvb2dsZS5hcGkuZXhwci52MWJldGExLklkZW50RGVjbEgAEjkKCGZ1bmN0aW9uGAUgASgLMiUuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRnVuY3Rpb25EZWNsSABCBgoEa2luZCJcCghEZWNsVHlwZRIKCgJpZBgBIAEoBRIMCgR0eXBlGAIgASgJEjYKC3R5cGVfcGFyYW1zGAQgAygLMiEuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRGVjbFR5cGUiagoJSWRlbnREZWNsEi8KBHR5cGUYAyABKAsyIS5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5EZWNsVHlwZRIsCgV2YWx1ZRgEIAEoCzIdLmdvb2dsZS5hcGkuZXhwci52MWJldGExLkV4cHIikwEKDEZ1bmN0aW9uRGVjbBIwCgRhcmdzGAEgAygLMiIuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuSWRlbnREZWNsEjYKC3JldHVybl90eXBlGAIgASgLMiEuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRGVjbFR5cGUSGQoRcmVjZWl2ZXJfZnVuY3Rpb24YAyABKAhC5wEKG2NvbS5nb29nbGUuYXBpLmV4cHIudjFiZXRhMUIJRGVjbFByb3RvUAFaO2dvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2V4cHIvdjFiZXRhMTtleHBy+AEBogIDR0FFqgIXR29vZ2xlLkFwaS5FeHByLlYxYmV0YTHKAhdHb29nbGVcQXBpXEV4cHJcVjFiZXRhMeICI0dvb2dsZVxBcGlcRXhwclxWMWJldGExXEdQQk1ldGFkYXRh6gIaR29vZ2xlOjpBcGk6OkV4cHI6OlYxYmV0YTFiBnByb3RvMw", [file_google_api_expr_v1beta1_expr]);
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* A declaration.
|
|
34
|
+
*
|
|
35
|
+
* @generated from message google.api.expr.v1beta1.Decl
|
|
36
|
+
*/
|
|
37
|
+
export type Decl = Message<"google.api.expr.v1beta1.Decl"> & {
|
|
38
|
+
/**
|
|
39
|
+
* The id of the declaration.
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: int32 id = 1;
|
|
42
|
+
*/
|
|
43
|
+
id: number;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* The name of the declaration.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: string name = 2;
|
|
49
|
+
*/
|
|
50
|
+
name: string;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* The documentation string for the declaration.
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: string doc = 3;
|
|
56
|
+
*/
|
|
57
|
+
doc: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* The kind of declaration.
|
|
61
|
+
*
|
|
62
|
+
* @generated from oneof google.api.expr.v1beta1.Decl.kind
|
|
63
|
+
*/
|
|
64
|
+
kind: {
|
|
65
|
+
/**
|
|
66
|
+
* An identifier declaration.
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: google.api.expr.v1beta1.IdentDecl ident = 4;
|
|
69
|
+
*/
|
|
70
|
+
value: IdentDecl;
|
|
71
|
+
case: "ident";
|
|
72
|
+
} | {
|
|
73
|
+
/**
|
|
74
|
+
* A function declaration.
|
|
75
|
+
*
|
|
76
|
+
* @generated from field: google.api.expr.v1beta1.FunctionDecl function = 5;
|
|
77
|
+
*/
|
|
78
|
+
value: FunctionDecl;
|
|
79
|
+
case: "function";
|
|
80
|
+
} | { case: undefined; value?: undefined };
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Describes the message google.api.expr.v1beta1.Decl.
|
|
85
|
+
* Use `create(DeclSchema)` to create a new message.
|
|
86
|
+
*/
|
|
87
|
+
export const DeclSchema: GenMessage<Decl> = /*@__PURE__*/
|
|
88
|
+
messageDesc(file_google_api_expr_v1beta1_decl, 0);
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* The declared type of a variable.
|
|
92
|
+
*
|
|
93
|
+
* Extends runtime type values with extra information used for type checking
|
|
94
|
+
* and dispatching.
|
|
95
|
+
*
|
|
96
|
+
* @generated from message google.api.expr.v1beta1.DeclType
|
|
97
|
+
*/
|
|
98
|
+
export type DeclType = Message<"google.api.expr.v1beta1.DeclType"> & {
|
|
99
|
+
/**
|
|
100
|
+
* The expression id of the declared type, if applicable.
|
|
101
|
+
*
|
|
102
|
+
* @generated from field: int32 id = 1;
|
|
103
|
+
*/
|
|
104
|
+
id: number;
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* The type name, e.g. 'int', 'my.type.Type' or 'T'
|
|
108
|
+
*
|
|
109
|
+
* @generated from field: string type = 2;
|
|
110
|
+
*/
|
|
111
|
+
type: string;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* An ordered list of type parameters, e.g. `<string, int>`.
|
|
115
|
+
* Only applies to a subset of types, e.g. `map`, `list`.
|
|
116
|
+
*
|
|
117
|
+
* @generated from field: repeated google.api.expr.v1beta1.DeclType type_params = 4;
|
|
118
|
+
*/
|
|
119
|
+
typeParams: DeclType[];
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Describes the message google.api.expr.v1beta1.DeclType.
|
|
124
|
+
* Use `create(DeclTypeSchema)` to create a new message.
|
|
125
|
+
*/
|
|
126
|
+
export const DeclTypeSchema: GenMessage<DeclType> = /*@__PURE__*/
|
|
127
|
+
messageDesc(file_google_api_expr_v1beta1_decl, 1);
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* An identifier declaration.
|
|
131
|
+
*
|
|
132
|
+
* @generated from message google.api.expr.v1beta1.IdentDecl
|
|
133
|
+
*/
|
|
134
|
+
export type IdentDecl = Message<"google.api.expr.v1beta1.IdentDecl"> & {
|
|
135
|
+
/**
|
|
136
|
+
* Optional type of the identifier.
|
|
137
|
+
*
|
|
138
|
+
* @generated from field: google.api.expr.v1beta1.DeclType type = 3;
|
|
139
|
+
*/
|
|
140
|
+
type?: DeclType;
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* Optional value of the identifier.
|
|
144
|
+
*
|
|
145
|
+
* @generated from field: google.api.expr.v1beta1.Expr value = 4;
|
|
146
|
+
*/
|
|
147
|
+
value?: Expr;
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Describes the message google.api.expr.v1beta1.IdentDecl.
|
|
152
|
+
* Use `create(IdentDeclSchema)` to create a new message.
|
|
153
|
+
*/
|
|
154
|
+
export const IdentDeclSchema: GenMessage<IdentDecl> = /*@__PURE__*/
|
|
155
|
+
messageDesc(file_google_api_expr_v1beta1_decl, 2);
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* A function declaration.
|
|
159
|
+
*
|
|
160
|
+
* @generated from message google.api.expr.v1beta1.FunctionDecl
|
|
161
|
+
*/
|
|
162
|
+
export type FunctionDecl = Message<"google.api.expr.v1beta1.FunctionDecl"> & {
|
|
163
|
+
/**
|
|
164
|
+
* The function arguments.
|
|
165
|
+
*
|
|
166
|
+
* @generated from field: repeated google.api.expr.v1beta1.IdentDecl args = 1;
|
|
167
|
+
*/
|
|
168
|
+
args: IdentDecl[];
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* Optional declared return type.
|
|
172
|
+
*
|
|
173
|
+
* @generated from field: google.api.expr.v1beta1.DeclType return_type = 2;
|
|
174
|
+
*/
|
|
175
|
+
returnType?: DeclType;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* If the first argument of the function is the receiver.
|
|
179
|
+
*
|
|
180
|
+
* @generated from field: bool receiver_function = 3;
|
|
181
|
+
*/
|
|
182
|
+
receiverFunction: boolean;
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Describes the message google.api.expr.v1beta1.FunctionDecl.
|
|
187
|
+
* Use `create(FunctionDeclSchema)` to create a new message.
|
|
188
|
+
*/
|
|
189
|
+
export const FunctionDeclSchema: GenMessage<FunctionDecl> = /*@__PURE__*/
|
|
190
|
+
messageDesc(file_google_api_expr_v1beta1_decl, 3);
|
|
191
|
+
|
|
@@ -0,0 +1,244 @@
|
|
|
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
|
+
|
|
16
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=ts,import_extension=.js"
|
|
17
|
+
// @generated from file google/api/expr/v1beta1/eval.proto (package google.api.expr.v1beta1, syntax proto3)
|
|
18
|
+
/* eslint-disable */
|
|
19
|
+
|
|
20
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
21
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
22
|
+
import type { Value } from "./value_pb.js";
|
|
23
|
+
import { file_google_api_expr_v1beta1_value } from "./value_pb.js";
|
|
24
|
+
import type { Status } from "../../../rpc/status_pb.js";
|
|
25
|
+
import { file_google_rpc_status } from "../../../rpc/status_pb.js";
|
|
26
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the file google/api/expr/v1beta1/eval.proto.
|
|
30
|
+
*/
|
|
31
|
+
export const file_google_api_expr_v1beta1_eval: GenFile = /*@__PURE__*/
|
|
32
|
+
fileDesc("CiJnb29nbGUvYXBpL2V4cHIvdjFiZXRhMS9ldmFsLnByb3RvEhdnb29nbGUuYXBpLmV4cHIudjFiZXRhMSLCAQoJRXZhbFN0YXRlEjIKBnZhbHVlcxgBIAMoCzIiLmdvb2dsZS5hcGkuZXhwci52MWJldGExLkV4cHJWYWx1ZRI6CgdyZXN1bHRzGAMgAygLMikuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRXZhbFN0YXRlLlJlc3VsdBpFCgZSZXN1bHQSLAoEZXhwchgBIAEoCzIeLmdvb2dsZS5hcGkuZXhwci52MWJldGExLklkUmVmEg0KBXZhbHVlGAIgASgFIrABCglFeHByVmFsdWUSLwoFdmFsdWUYASABKAsyHi5nb29nbGUuYXBpLmV4cHIudjFiZXRhMS5WYWx1ZUgAEjIKBWVycm9yGAIgASgLMiEuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuRXJyb3JTZXRIABI2Cgd1bmtub3duGAMgASgLMiMuZ29vZ2xlLmFwaS5leHByLnYxYmV0YTEuVW5rbm93blNldEgAQgYKBGtpbmQiLgoIRXJyb3JTZXQSIgoGZXJyb3JzGAEgAygLMhIuZ29vZ2xlLnJwYy5TdGF0dXMiOwoKVW5rbm93blNldBItCgVleHBycxgBIAMoCzIeLmdvb2dsZS5hcGkuZXhwci52MWJldGExLklkUmVmIhMKBUlkUmVmEgoKAmlkGAEgASgFQucBChtjb20uZ29vZ2xlLmFwaS5leHByLnYxYmV0YTFCCUV2YWxQcm90b1ABWjtnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL2FwaS9leHByL3YxYmV0YTE7ZXhwcvgBAaICA0dBRaoCF0dvb2dsZS5BcGkuRXhwci5WMWJldGExygIXR29vZ2xlXEFwaVxFeHByXFYxYmV0YTHiAiNHb29nbGVcQXBpXEV4cHJcVjFiZXRhMVxHUEJNZXRhZGF0YeoCGkdvb2dsZTo6QXBpOjpFeHByOjpWMWJldGExYgZwcm90bzM", [file_google_api_expr_v1beta1_value, file_google_rpc_status]);
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* The state of an evaluation.
|
|
36
|
+
*
|
|
37
|
+
* Can represent an initial, partial, or completed state of evaluation.
|
|
38
|
+
*
|
|
39
|
+
* @generated from message google.api.expr.v1beta1.EvalState
|
|
40
|
+
*/
|
|
41
|
+
export type EvalState = Message<"google.api.expr.v1beta1.EvalState"> & {
|
|
42
|
+
/**
|
|
43
|
+
* The unique values referenced in this message.
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: repeated google.api.expr.v1beta1.ExprValue values = 1;
|
|
46
|
+
*/
|
|
47
|
+
values: ExprValue[];
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* An ordered list of results.
|
|
51
|
+
*
|
|
52
|
+
* Tracks the flow of evaluation through the expression.
|
|
53
|
+
* May be sparse.
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: repeated google.api.expr.v1beta1.EvalState.Result results = 3;
|
|
56
|
+
*/
|
|
57
|
+
results: EvalState_Result[];
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message google.api.expr.v1beta1.EvalState.
|
|
62
|
+
* Use `create(EvalStateSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export const EvalStateSchema: GenMessage<EvalState> = /*@__PURE__*/
|
|
65
|
+
messageDesc(file_google_api_expr_v1beta1_eval, 0);
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* A single evaluation result.
|
|
69
|
+
*
|
|
70
|
+
* @generated from message google.api.expr.v1beta1.EvalState.Result
|
|
71
|
+
*/
|
|
72
|
+
export type EvalState_Result = Message<"google.api.expr.v1beta1.EvalState.Result"> & {
|
|
73
|
+
/**
|
|
74
|
+
* The expression this result is for.
|
|
75
|
+
*
|
|
76
|
+
* @generated from field: google.api.expr.v1beta1.IdRef expr = 1;
|
|
77
|
+
*/
|
|
78
|
+
expr?: IdRef;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* The index in `values` of the resulting value.
|
|
82
|
+
*
|
|
83
|
+
* @generated from field: int32 value = 2;
|
|
84
|
+
*/
|
|
85
|
+
value: number;
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Describes the message google.api.expr.v1beta1.EvalState.Result.
|
|
90
|
+
* Use `create(EvalState_ResultSchema)` to create a new message.
|
|
91
|
+
*/
|
|
92
|
+
export const EvalState_ResultSchema: GenMessage<EvalState_Result> = /*@__PURE__*/
|
|
93
|
+
messageDesc(file_google_api_expr_v1beta1_eval, 0, 0);
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* The value of an evaluated expression.
|
|
97
|
+
*
|
|
98
|
+
* @generated from message google.api.expr.v1beta1.ExprValue
|
|
99
|
+
*/
|
|
100
|
+
export type ExprValue = Message<"google.api.expr.v1beta1.ExprValue"> & {
|
|
101
|
+
/**
|
|
102
|
+
* An expression can resolve to a value, error or unknown.
|
|
103
|
+
*
|
|
104
|
+
* @generated from oneof google.api.expr.v1beta1.ExprValue.kind
|
|
105
|
+
*/
|
|
106
|
+
kind: {
|
|
107
|
+
/**
|
|
108
|
+
* A concrete value.
|
|
109
|
+
*
|
|
110
|
+
* @generated from field: google.api.expr.v1beta1.Value value = 1;
|
|
111
|
+
*/
|
|
112
|
+
value: Value;
|
|
113
|
+
case: "value";
|
|
114
|
+
} | {
|
|
115
|
+
/**
|
|
116
|
+
* The set of errors in the critical path of evalution.
|
|
117
|
+
*
|
|
118
|
+
* Only errors in the critical path are included. For example,
|
|
119
|
+
* `(<error1> || true) && <error2>` will only result in `<error2>`,
|
|
120
|
+
* while `<error1> || <error2>` will result in both `<error1>` and
|
|
121
|
+
* `<error2>`.
|
|
122
|
+
*
|
|
123
|
+
* Errors cause by the presence of other errors are not included in the
|
|
124
|
+
* set. For example `<error1>.foo`, `foo(<error1>)`, and `<error1> + 1` will
|
|
125
|
+
* only result in `<error1>`.
|
|
126
|
+
*
|
|
127
|
+
* Multiple errors *might* be included when evaluation could result
|
|
128
|
+
* in different errors. For example `<error1> + <error2>` and
|
|
129
|
+
* `foo(<error1>, <error2>)` may result in `<error1>`, `<error2>` or both.
|
|
130
|
+
* The exact subset of errors included for this case is unspecified and
|
|
131
|
+
* depends on the implementation details of the evaluator.
|
|
132
|
+
*
|
|
133
|
+
* @generated from field: google.api.expr.v1beta1.ErrorSet error = 2;
|
|
134
|
+
*/
|
|
135
|
+
value: ErrorSet;
|
|
136
|
+
case: "error";
|
|
137
|
+
} | {
|
|
138
|
+
/**
|
|
139
|
+
* The set of unknowns in the critical path of evaluation.
|
|
140
|
+
*
|
|
141
|
+
* Unknown behaves identically to Error with regards to propagation.
|
|
142
|
+
* Specifically, only unknowns in the critical path are included, unknowns
|
|
143
|
+
* caused by the presence of other unknowns are not included, and multiple
|
|
144
|
+
* unknowns *might* be included included when evaluation could result in
|
|
145
|
+
* different unknowns. For example:
|
|
146
|
+
*
|
|
147
|
+
* (<unknown[1]> || true) && <unknown[2]> -> <unknown[2]>
|
|
148
|
+
* <unknown[1]> || <unknown[2]> -> <unknown[1,2]>
|
|
149
|
+
* <unknown[1]>.foo -> <unknown[1]>
|
|
150
|
+
* foo(<unknown[1]>) -> <unknown[1]>
|
|
151
|
+
* <unknown[1]> + <unknown[2]> -> <unknown[1]> or <unknown[2[>
|
|
152
|
+
*
|
|
153
|
+
* Unknown takes precidence over Error in cases where a `Value` can short
|
|
154
|
+
* circuit the result:
|
|
155
|
+
*
|
|
156
|
+
* <error> || <unknown> -> <unknown>
|
|
157
|
+
* <error> && <unknown> -> <unknown>
|
|
158
|
+
*
|
|
159
|
+
* Errors take precidence in all other cases:
|
|
160
|
+
*
|
|
161
|
+
* <unknown> + <error> -> <error>
|
|
162
|
+
* foo(<unknown>, <error>) -> <error>
|
|
163
|
+
*
|
|
164
|
+
* @generated from field: google.api.expr.v1beta1.UnknownSet unknown = 3;
|
|
165
|
+
*/
|
|
166
|
+
value: UnknownSet;
|
|
167
|
+
case: "unknown";
|
|
168
|
+
} | { case: undefined; value?: undefined };
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* Describes the message google.api.expr.v1beta1.ExprValue.
|
|
173
|
+
* Use `create(ExprValueSchema)` to create a new message.
|
|
174
|
+
*/
|
|
175
|
+
export const ExprValueSchema: GenMessage<ExprValue> = /*@__PURE__*/
|
|
176
|
+
messageDesc(file_google_api_expr_v1beta1_eval, 1);
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* A set of errors.
|
|
180
|
+
*
|
|
181
|
+
* The errors included depend on the context. See `ExprValue.error`.
|
|
182
|
+
*
|
|
183
|
+
* @generated from message google.api.expr.v1beta1.ErrorSet
|
|
184
|
+
*/
|
|
185
|
+
export type ErrorSet = Message<"google.api.expr.v1beta1.ErrorSet"> & {
|
|
186
|
+
/**
|
|
187
|
+
* The errors in the set.
|
|
188
|
+
*
|
|
189
|
+
* @generated from field: repeated google.rpc.Status errors = 1;
|
|
190
|
+
*/
|
|
191
|
+
errors: Status[];
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* Describes the message google.api.expr.v1beta1.ErrorSet.
|
|
196
|
+
* Use `create(ErrorSetSchema)` to create a new message.
|
|
197
|
+
*/
|
|
198
|
+
export const ErrorSetSchema: GenMessage<ErrorSet> = /*@__PURE__*/
|
|
199
|
+
messageDesc(file_google_api_expr_v1beta1_eval, 2);
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* A set of expressions for which the value is unknown.
|
|
203
|
+
*
|
|
204
|
+
* The unknowns included depend on the context. See `ExprValue.unknown`.
|
|
205
|
+
*
|
|
206
|
+
* @generated from message google.api.expr.v1beta1.UnknownSet
|
|
207
|
+
*/
|
|
208
|
+
export type UnknownSet = Message<"google.api.expr.v1beta1.UnknownSet"> & {
|
|
209
|
+
/**
|
|
210
|
+
* The ids of the expressions with unknown values.
|
|
211
|
+
*
|
|
212
|
+
* @generated from field: repeated google.api.expr.v1beta1.IdRef exprs = 1;
|
|
213
|
+
*/
|
|
214
|
+
exprs: IdRef[];
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Describes the message google.api.expr.v1beta1.UnknownSet.
|
|
219
|
+
* Use `create(UnknownSetSchema)` to create a new message.
|
|
220
|
+
*/
|
|
221
|
+
export const UnknownSetSchema: GenMessage<UnknownSet> = /*@__PURE__*/
|
|
222
|
+
messageDesc(file_google_api_expr_v1beta1_eval, 3);
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* A reference to an expression id.
|
|
226
|
+
*
|
|
227
|
+
* @generated from message google.api.expr.v1beta1.IdRef
|
|
228
|
+
*/
|
|
229
|
+
export type IdRef = Message<"google.api.expr.v1beta1.IdRef"> & {
|
|
230
|
+
/**
|
|
231
|
+
* The expression id.
|
|
232
|
+
*
|
|
233
|
+
* @generated from field: int32 id = 1;
|
|
234
|
+
*/
|
|
235
|
+
id: number;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Describes the message google.api.expr.v1beta1.IdRef.
|
|
240
|
+
* Use `create(IdRefSchema)` to create a new message.
|
|
241
|
+
*/
|
|
242
|
+
export const IdRefSchema: GenMessage<IdRef> = /*@__PURE__*/
|
|
243
|
+
messageDesc(file_google_api_expr_v1beta1_eval, 4);
|
|
244
|
+
|