@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,152 @@
|
|
|
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
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
15
|
+
import { file_google_type_expr } from "../../type/expr_pb.js";
|
|
16
|
+
/**
|
|
17
|
+
* Describes the file google/iam/v1/policy.proto.
|
|
18
|
+
*/
|
|
19
|
+
export const file_google_iam_v1_policy = /*@__PURE__*/ fileDesc("Chpnb29nbGUvaWFtL3YxL3BvbGljeS5wcm90bxINZ29vZ2xlLmlhbS52MSKEAQoGUG9saWN5Eg8KB3ZlcnNpb24YASABKAUSKAoIYmluZGluZ3MYBCADKAsyFi5nb29nbGUuaWFtLnYxLkJpbmRpbmcSMQoNYXVkaXRfY29uZmlncxgGIAMoCzIaLmdvb2dsZS5pYW0udjEuQXVkaXRDb25maWcSDAoEZXRhZxgDIAEoDCJOCgdCaW5kaW5nEgwKBHJvbGUYASABKAkSDwoHbWVtYmVycxgCIAMoCRIkCgljb25kaXRpb24YAyABKAsyES5nb29nbGUudHlwZS5FeHByIlgKC0F1ZGl0Q29uZmlnEg8KB3NlcnZpY2UYASABKAkSOAoRYXVkaXRfbG9nX2NvbmZpZ3MYAyADKAsyHS5nb29nbGUuaWFtLnYxLkF1ZGl0TG9nQ29uZmlnIrcBCg5BdWRpdExvZ0NvbmZpZxI3Cghsb2dfdHlwZRgBIAEoDjIlLmdvb2dsZS5pYW0udjEuQXVkaXRMb2dDb25maWcuTG9nVHlwZRIYChBleGVtcHRlZF9tZW1iZXJzGAIgAygJIlIKB0xvZ1R5cGUSGAoUTE9HX1RZUEVfVU5TUEVDSUZJRUQQABIOCgpBRE1JTl9SRUFEEAESDgoKREFUQV9XUklURRACEg0KCURBVEFfUkVBRBADIoABCgtQb2xpY3lEZWx0YRIzCg5iaW5kaW5nX2RlbHRhcxgBIAMoCzIbLmdvb2dsZS5pYW0udjEuQmluZGluZ0RlbHRhEjwKE2F1ZGl0X2NvbmZpZ19kZWx0YXMYAiADKAsyHy5nb29nbGUuaWFtLnYxLkF1ZGl0Q29uZmlnRGVsdGEivQEKDEJpbmRpbmdEZWx0YRIyCgZhY3Rpb24YASABKA4yIi5nb29nbGUuaWFtLnYxLkJpbmRpbmdEZWx0YS5BY3Rpb24SDAoEcm9sZRgCIAEoCRIOCgZtZW1iZXIYAyABKAkSJAoJY29uZGl0aW9uGAQgASgLMhEuZ29vZ2xlLnR5cGUuRXhwciI1CgZBY3Rpb24SFgoSQUNUSU9OX1VOU1BFQ0lGSUVEEAASBwoDQUREEAESCgoGUkVNT1ZFEAIivQEKEEF1ZGl0Q29uZmlnRGVsdGESNgoGYWN0aW9uGAEgASgOMiYuZ29vZ2xlLmlhbS52MS5BdWRpdENvbmZpZ0RlbHRhLkFjdGlvbhIPCgdzZXJ2aWNlGAIgASgJEhcKD2V4ZW1wdGVkX21lbWJlchgDIAEoCRIQCghsb2dfdHlwZRgEIAEoCSI1CgZBY3Rpb24SFgoSQUNUSU9OX1VOU1BFQ0lGSUVEEAASBwoDQUREEAESCgoGUkVNT1ZFEAJCpAEKEWNvbS5nb29nbGUuaWFtLnYxQgtQb2xpY3lQcm90b1ABWiljbG91ZC5nb29nbGUuY29tL2dvL2lhbS9hcGl2MS9pYW1wYjtpYW1wYvgBAaICA0dJWKoCDUdvb2dsZS5JYW0uVjHKAg1Hb29nbGVcSWFtXFYx4gIZR29vZ2xlXElhbVxWMVxHUEJNZXRhZGF0YeoCD0dvb2dsZTo6SWFtOjpWMWIGcHJvdG8z", [file_google_type_expr]);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message google.iam.v1.Policy.
|
|
22
|
+
* Use `create(PolicySchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const PolicySchema = /*@__PURE__*/ messageDesc(file_google_iam_v1_policy, 0);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message google.iam.v1.Binding.
|
|
27
|
+
* Use `create(BindingSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const BindingSchema = /*@__PURE__*/ messageDesc(file_google_iam_v1_policy, 1);
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message google.iam.v1.AuditConfig.
|
|
32
|
+
* Use `create(AuditConfigSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const AuditConfigSchema = /*@__PURE__*/ messageDesc(file_google_iam_v1_policy, 2);
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message google.iam.v1.AuditLogConfig.
|
|
37
|
+
* Use `create(AuditLogConfigSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const AuditLogConfigSchema = /*@__PURE__*/ messageDesc(file_google_iam_v1_policy, 3);
|
|
40
|
+
/**
|
|
41
|
+
* The list of valid permission types for which logging can be configured.
|
|
42
|
+
* Admin writes are always logged, and are not configurable.
|
|
43
|
+
*
|
|
44
|
+
* @generated from enum google.iam.v1.AuditLogConfig.LogType
|
|
45
|
+
*/
|
|
46
|
+
export var AuditLogConfig_LogType;
|
|
47
|
+
(function (AuditLogConfig_LogType) {
|
|
48
|
+
/**
|
|
49
|
+
* Default case. Should never be this.
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: LOG_TYPE_UNSPECIFIED = 0;
|
|
52
|
+
*/
|
|
53
|
+
AuditLogConfig_LogType[AuditLogConfig_LogType["LOG_TYPE_UNSPECIFIED"] = 0] = "LOG_TYPE_UNSPECIFIED";
|
|
54
|
+
/**
|
|
55
|
+
* Admin reads. Example: CloudIAM getIamPolicy
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: ADMIN_READ = 1;
|
|
58
|
+
*/
|
|
59
|
+
AuditLogConfig_LogType[AuditLogConfig_LogType["ADMIN_READ"] = 1] = "ADMIN_READ";
|
|
60
|
+
/**
|
|
61
|
+
* Data writes. Example: CloudSQL Users create
|
|
62
|
+
*
|
|
63
|
+
* @generated from enum value: DATA_WRITE = 2;
|
|
64
|
+
*/
|
|
65
|
+
AuditLogConfig_LogType[AuditLogConfig_LogType["DATA_WRITE"] = 2] = "DATA_WRITE";
|
|
66
|
+
/**
|
|
67
|
+
* Data reads. Example: CloudSQL Users list
|
|
68
|
+
*
|
|
69
|
+
* @generated from enum value: DATA_READ = 3;
|
|
70
|
+
*/
|
|
71
|
+
AuditLogConfig_LogType[AuditLogConfig_LogType["DATA_READ"] = 3] = "DATA_READ";
|
|
72
|
+
})(AuditLogConfig_LogType || (AuditLogConfig_LogType = {}));
|
|
73
|
+
/**
|
|
74
|
+
* Describes the enum google.iam.v1.AuditLogConfig.LogType.
|
|
75
|
+
*/
|
|
76
|
+
export const AuditLogConfig_LogTypeSchema = /*@__PURE__*/ enumDesc(file_google_iam_v1_policy, 3, 0);
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message google.iam.v1.PolicyDelta.
|
|
79
|
+
* Use `create(PolicyDeltaSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
export const PolicyDeltaSchema = /*@__PURE__*/ messageDesc(file_google_iam_v1_policy, 4);
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message google.iam.v1.BindingDelta.
|
|
84
|
+
* Use `create(BindingDeltaSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export const BindingDeltaSchema = /*@__PURE__*/ messageDesc(file_google_iam_v1_policy, 5);
|
|
87
|
+
/**
|
|
88
|
+
* The type of action performed on a Binding in a policy.
|
|
89
|
+
*
|
|
90
|
+
* @generated from enum google.iam.v1.BindingDelta.Action
|
|
91
|
+
*/
|
|
92
|
+
export var BindingDelta_Action;
|
|
93
|
+
(function (BindingDelta_Action) {
|
|
94
|
+
/**
|
|
95
|
+
* Unspecified.
|
|
96
|
+
*
|
|
97
|
+
* @generated from enum value: ACTION_UNSPECIFIED = 0;
|
|
98
|
+
*/
|
|
99
|
+
BindingDelta_Action[BindingDelta_Action["ACTION_UNSPECIFIED"] = 0] = "ACTION_UNSPECIFIED";
|
|
100
|
+
/**
|
|
101
|
+
* Addition of a Binding.
|
|
102
|
+
*
|
|
103
|
+
* @generated from enum value: ADD = 1;
|
|
104
|
+
*/
|
|
105
|
+
BindingDelta_Action[BindingDelta_Action["ADD"] = 1] = "ADD";
|
|
106
|
+
/**
|
|
107
|
+
* Removal of a Binding.
|
|
108
|
+
*
|
|
109
|
+
* @generated from enum value: REMOVE = 2;
|
|
110
|
+
*/
|
|
111
|
+
BindingDelta_Action[BindingDelta_Action["REMOVE"] = 2] = "REMOVE";
|
|
112
|
+
})(BindingDelta_Action || (BindingDelta_Action = {}));
|
|
113
|
+
/**
|
|
114
|
+
* Describes the enum google.iam.v1.BindingDelta.Action.
|
|
115
|
+
*/
|
|
116
|
+
export const BindingDelta_ActionSchema = /*@__PURE__*/ enumDesc(file_google_iam_v1_policy, 5, 0);
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message google.iam.v1.AuditConfigDelta.
|
|
119
|
+
* Use `create(AuditConfigDeltaSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export const AuditConfigDeltaSchema = /*@__PURE__*/ messageDesc(file_google_iam_v1_policy, 6);
|
|
122
|
+
/**
|
|
123
|
+
* The type of action performed on an audit configuration in a policy.
|
|
124
|
+
*
|
|
125
|
+
* @generated from enum google.iam.v1.AuditConfigDelta.Action
|
|
126
|
+
*/
|
|
127
|
+
export var AuditConfigDelta_Action;
|
|
128
|
+
(function (AuditConfigDelta_Action) {
|
|
129
|
+
/**
|
|
130
|
+
* Unspecified.
|
|
131
|
+
*
|
|
132
|
+
* @generated from enum value: ACTION_UNSPECIFIED = 0;
|
|
133
|
+
*/
|
|
134
|
+
AuditConfigDelta_Action[AuditConfigDelta_Action["ACTION_UNSPECIFIED"] = 0] = "ACTION_UNSPECIFIED";
|
|
135
|
+
/**
|
|
136
|
+
* Addition of an audit configuration.
|
|
137
|
+
*
|
|
138
|
+
* @generated from enum value: ADD = 1;
|
|
139
|
+
*/
|
|
140
|
+
AuditConfigDelta_Action[AuditConfigDelta_Action["ADD"] = 1] = "ADD";
|
|
141
|
+
/**
|
|
142
|
+
* Removal of an audit configuration.
|
|
143
|
+
*
|
|
144
|
+
* @generated from enum value: REMOVE = 2;
|
|
145
|
+
*/
|
|
146
|
+
AuditConfigDelta_Action[AuditConfigDelta_Action["REMOVE"] = 2] = "REMOVE";
|
|
147
|
+
})(AuditConfigDelta_Action || (AuditConfigDelta_Action = {}));
|
|
148
|
+
/**
|
|
149
|
+
* Describes the enum google.iam.v1.AuditConfigDelta.Action.
|
|
150
|
+
*/
|
|
151
|
+
export const AuditConfigDelta_ActionSchema = /*@__PURE__*/ enumDesc(file_google_iam_v1_policy, 6, 0);
|
|
152
|
+
//# sourceMappingURL=policy_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"policy_pb.js","sourceRoot":"","sources":["../../../../../src/protocol/google/iam/v1/policy_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,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AAG9D;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAY,aAAa,CAC7D,QAAQ,CAAC,kmDAAkmD,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAyJxoD;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AAqF5C;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AA2E5C;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AA4C5C;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AAE5C;;;;;GAKG;AACH,MAAM,CAAN,IAAY,sBA4BX;AA5BD,WAAY,sBAAsB;IAChC;;;;OAIG;IACH,mGAAwB,CAAA;IAExB;;;;OAIG;IACH,+EAAc,CAAA;IAEd;;;;OAIG;IACH,+EAAc,CAAA;IAEd;;;;OAIG;IACH,6EAAa,CAAA;AACf,CAAC,EA5BW,sBAAsB,KAAtB,sBAAsB,QA4BjC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAoC,aAAa,CACxF,QAAQ,CAAC,yBAAyB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAuB5C;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AA2C5C;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AAE5C;;;;GAIG;AACH,MAAM,CAAN,IAAY,mBAqBX;AArBD,WAAY,mBAAmB;IAC7B;;;;OAIG;IACH,yFAAsB,CAAA;IAEtB;;;;OAIG;IACH,2DAAO,CAAA;IAEP;;;;OAIG;IACH,iEAAU,CAAA;AACZ,CAAC,EArBW,mBAAmB,KAAnB,mBAAmB,QAqB9B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAiC,aAAa,CAClF,QAAQ,CAAC,yBAAyB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AA8C5C;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yBAAyB,EAAE,CAAC,CAAC,CAAC;AAE5C;;;;GAIG;AACH,MAAM,CAAN,IAAY,uBAqBX;AArBD,WAAY,uBAAuB;IACjC;;;;OAIG;IACH,iGAAsB,CAAA;IAEtB;;;;OAIG;IACH,mEAAO,CAAA;IAEP;;;;OAIG;IACH,yEAAU,CAAA;AACZ,CAAC,EArBW,uBAAuB,KAAvB,uBAAuB,QAqBlC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAqC,aAAa,CAC1F,QAAQ,CAAC,yBAAyB,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
import type { GenExtension, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Any, Duration, EmptySchema, MethodOptions } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Status } from "../rpc/status_pb.js";
|
|
4
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file google/longrunning/operations.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_google_longrunning_operations: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* This resource represents a long-running operation that is the result of a
|
|
11
|
+
* network API call.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message google.longrunning.Operation
|
|
14
|
+
*/
|
|
15
|
+
export type Operation = Message<"google.longrunning.Operation"> & {
|
|
16
|
+
/**
|
|
17
|
+
* The server-assigned name, which is only unique within the same service that
|
|
18
|
+
* originally returns it. If you use the default HTTP mapping, the
|
|
19
|
+
* `name` should be a resource name ending with `operations/{unique_id}`.
|
|
20
|
+
*
|
|
21
|
+
* @generated from field: string name = 1;
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
/**
|
|
25
|
+
* Service-specific metadata associated with the operation. It typically
|
|
26
|
+
* contains progress information and common metadata such as create time.
|
|
27
|
+
* Some services might not provide such metadata. Any method that returns a
|
|
28
|
+
* long-running operation should document the metadata type, if any.
|
|
29
|
+
*
|
|
30
|
+
* @generated from field: google.protobuf.Any metadata = 2;
|
|
31
|
+
*/
|
|
32
|
+
metadata?: Any;
|
|
33
|
+
/**
|
|
34
|
+
* If the value is `false`, it means the operation is still in progress.
|
|
35
|
+
* If `true`, the operation is completed, and either `error` or `response` is
|
|
36
|
+
* available.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: bool done = 3;
|
|
39
|
+
*/
|
|
40
|
+
done: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* The operation result, which can be either an `error` or a valid `response`.
|
|
43
|
+
* If `done` == `false`, neither `error` nor `response` is set.
|
|
44
|
+
* If `done` == `true`, exactly one of `error` or `response` can be set.
|
|
45
|
+
* Some services might not provide the result.
|
|
46
|
+
*
|
|
47
|
+
* @generated from oneof google.longrunning.Operation.result
|
|
48
|
+
*/
|
|
49
|
+
result: {
|
|
50
|
+
/**
|
|
51
|
+
* The error result of the operation in case of failure or cancellation.
|
|
52
|
+
*
|
|
53
|
+
* @generated from field: google.rpc.Status error = 4;
|
|
54
|
+
*/
|
|
55
|
+
value: Status;
|
|
56
|
+
case: "error";
|
|
57
|
+
} | {
|
|
58
|
+
/**
|
|
59
|
+
* The normal, successful response of the operation. If the original
|
|
60
|
+
* method returns no data on success, such as `Delete`, the response is
|
|
61
|
+
* `google.protobuf.Empty`. If the original method is standard
|
|
62
|
+
* `Get`/`Create`/`Update`, the response should be the resource. For other
|
|
63
|
+
* methods, the response should have the type `XxxResponse`, where `Xxx`
|
|
64
|
+
* is the original method name. For example, if the original method name
|
|
65
|
+
* is `TakeSnapshot()`, the inferred response type is
|
|
66
|
+
* `TakeSnapshotResponse`.
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: google.protobuf.Any response = 5;
|
|
69
|
+
*/
|
|
70
|
+
value: Any;
|
|
71
|
+
case: "response";
|
|
72
|
+
} | {
|
|
73
|
+
case: undefined;
|
|
74
|
+
value?: undefined;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message google.longrunning.Operation.
|
|
79
|
+
* Use `create(OperationSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
export declare const OperationSchema: GenMessage<Operation>;
|
|
82
|
+
/**
|
|
83
|
+
* The request message for
|
|
84
|
+
* [Operations.GetOperation][google.longrunning.Operations.GetOperation].
|
|
85
|
+
*
|
|
86
|
+
* @generated from message google.longrunning.GetOperationRequest
|
|
87
|
+
*/
|
|
88
|
+
export type GetOperationRequest = Message<"google.longrunning.GetOperationRequest"> & {
|
|
89
|
+
/**
|
|
90
|
+
* The name of the operation resource.
|
|
91
|
+
*
|
|
92
|
+
* @generated from field: string name = 1;
|
|
93
|
+
*/
|
|
94
|
+
name: string;
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Describes the message google.longrunning.GetOperationRequest.
|
|
98
|
+
* Use `create(GetOperationRequestSchema)` to create a new message.
|
|
99
|
+
*/
|
|
100
|
+
export declare const GetOperationRequestSchema: GenMessage<GetOperationRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* The request message for
|
|
103
|
+
* [Operations.ListOperations][google.longrunning.Operations.ListOperations].
|
|
104
|
+
*
|
|
105
|
+
* @generated from message google.longrunning.ListOperationsRequest
|
|
106
|
+
*/
|
|
107
|
+
export type ListOperationsRequest = Message<"google.longrunning.ListOperationsRequest"> & {
|
|
108
|
+
/**
|
|
109
|
+
* The name of the operation's parent resource.
|
|
110
|
+
*
|
|
111
|
+
* @generated from field: string name = 4;
|
|
112
|
+
*/
|
|
113
|
+
name: string;
|
|
114
|
+
/**
|
|
115
|
+
* The standard list filter.
|
|
116
|
+
*
|
|
117
|
+
* @generated from field: string filter = 1;
|
|
118
|
+
*/
|
|
119
|
+
filter: string;
|
|
120
|
+
/**
|
|
121
|
+
* The standard list page size.
|
|
122
|
+
*
|
|
123
|
+
* @generated from field: int32 page_size = 2;
|
|
124
|
+
*/
|
|
125
|
+
pageSize: number;
|
|
126
|
+
/**
|
|
127
|
+
* The standard list page token.
|
|
128
|
+
*
|
|
129
|
+
* @generated from field: string page_token = 3;
|
|
130
|
+
*/
|
|
131
|
+
pageToken: string;
|
|
132
|
+
/**
|
|
133
|
+
* When set to `true`, operations that are reachable are returned as normal,
|
|
134
|
+
* and those that are unreachable are returned in the
|
|
135
|
+
* [ListOperationsResponse.unreachable] field.
|
|
136
|
+
*
|
|
137
|
+
* This can only be `true` when reading across collections e.g. when `parent`
|
|
138
|
+
* is set to `"projects/example/locations/-"`.
|
|
139
|
+
*
|
|
140
|
+
* This field is not by default supported and will result in an
|
|
141
|
+
* `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
|
|
142
|
+
* service or product specific documentation.
|
|
143
|
+
*
|
|
144
|
+
* @generated from field: bool return_partial_success = 5;
|
|
145
|
+
*/
|
|
146
|
+
returnPartialSuccess: boolean;
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* Describes the message google.longrunning.ListOperationsRequest.
|
|
150
|
+
* Use `create(ListOperationsRequestSchema)` to create a new message.
|
|
151
|
+
*/
|
|
152
|
+
export declare const ListOperationsRequestSchema: GenMessage<ListOperationsRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* The response message for
|
|
155
|
+
* [Operations.ListOperations][google.longrunning.Operations.ListOperations].
|
|
156
|
+
*
|
|
157
|
+
* @generated from message google.longrunning.ListOperationsResponse
|
|
158
|
+
*/
|
|
159
|
+
export type ListOperationsResponse = Message<"google.longrunning.ListOperationsResponse"> & {
|
|
160
|
+
/**
|
|
161
|
+
* A list of operations that matches the specified filter in the request.
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: repeated google.longrunning.Operation operations = 1;
|
|
164
|
+
*/
|
|
165
|
+
operations: Operation[];
|
|
166
|
+
/**
|
|
167
|
+
* The standard List next-page token.
|
|
168
|
+
*
|
|
169
|
+
* @generated from field: string next_page_token = 2;
|
|
170
|
+
*/
|
|
171
|
+
nextPageToken: string;
|
|
172
|
+
/**
|
|
173
|
+
* Unordered list. Unreachable resources. Populated when the request sets
|
|
174
|
+
* `ListOperationsRequest.return_partial_success` and reads across
|
|
175
|
+
* collections e.g. when attempting to list all resources across all supported
|
|
176
|
+
* locations.
|
|
177
|
+
*
|
|
178
|
+
* @generated from field: repeated string unreachable = 3;
|
|
179
|
+
*/
|
|
180
|
+
unreachable: string[];
|
|
181
|
+
};
|
|
182
|
+
/**
|
|
183
|
+
* Describes the message google.longrunning.ListOperationsResponse.
|
|
184
|
+
* Use `create(ListOperationsResponseSchema)` to create a new message.
|
|
185
|
+
*/
|
|
186
|
+
export declare const ListOperationsResponseSchema: GenMessage<ListOperationsResponse>;
|
|
187
|
+
/**
|
|
188
|
+
* The request message for
|
|
189
|
+
* [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
|
|
190
|
+
*
|
|
191
|
+
* @generated from message google.longrunning.CancelOperationRequest
|
|
192
|
+
*/
|
|
193
|
+
export type CancelOperationRequest = Message<"google.longrunning.CancelOperationRequest"> & {
|
|
194
|
+
/**
|
|
195
|
+
* The name of the operation resource to be cancelled.
|
|
196
|
+
*
|
|
197
|
+
* @generated from field: string name = 1;
|
|
198
|
+
*/
|
|
199
|
+
name: string;
|
|
200
|
+
};
|
|
201
|
+
/**
|
|
202
|
+
* Describes the message google.longrunning.CancelOperationRequest.
|
|
203
|
+
* Use `create(CancelOperationRequestSchema)` to create a new message.
|
|
204
|
+
*/
|
|
205
|
+
export declare const CancelOperationRequestSchema: GenMessage<CancelOperationRequest>;
|
|
206
|
+
/**
|
|
207
|
+
* The request message for
|
|
208
|
+
* [Operations.DeleteOperation][google.longrunning.Operations.DeleteOperation].
|
|
209
|
+
*
|
|
210
|
+
* @generated from message google.longrunning.DeleteOperationRequest
|
|
211
|
+
*/
|
|
212
|
+
export type DeleteOperationRequest = Message<"google.longrunning.DeleteOperationRequest"> & {
|
|
213
|
+
/**
|
|
214
|
+
* The name of the operation resource to be deleted.
|
|
215
|
+
*
|
|
216
|
+
* @generated from field: string name = 1;
|
|
217
|
+
*/
|
|
218
|
+
name: string;
|
|
219
|
+
};
|
|
220
|
+
/**
|
|
221
|
+
* Describes the message google.longrunning.DeleteOperationRequest.
|
|
222
|
+
* Use `create(DeleteOperationRequestSchema)` to create a new message.
|
|
223
|
+
*/
|
|
224
|
+
export declare const DeleteOperationRequestSchema: GenMessage<DeleteOperationRequest>;
|
|
225
|
+
/**
|
|
226
|
+
* The request message for
|
|
227
|
+
* [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
|
|
228
|
+
*
|
|
229
|
+
* @generated from message google.longrunning.WaitOperationRequest
|
|
230
|
+
*/
|
|
231
|
+
export type WaitOperationRequest = Message<"google.longrunning.WaitOperationRequest"> & {
|
|
232
|
+
/**
|
|
233
|
+
* The name of the operation resource to wait on.
|
|
234
|
+
*
|
|
235
|
+
* @generated from field: string name = 1;
|
|
236
|
+
*/
|
|
237
|
+
name: string;
|
|
238
|
+
/**
|
|
239
|
+
* The maximum duration to wait before timing out. If left blank, the wait
|
|
240
|
+
* will be at most the time permitted by the underlying HTTP/RPC protocol.
|
|
241
|
+
* If RPC context deadline is also specified, the shorter one will be used.
|
|
242
|
+
*
|
|
243
|
+
* @generated from field: google.protobuf.Duration timeout = 2;
|
|
244
|
+
*/
|
|
245
|
+
timeout?: Duration;
|
|
246
|
+
};
|
|
247
|
+
/**
|
|
248
|
+
* Describes the message google.longrunning.WaitOperationRequest.
|
|
249
|
+
* Use `create(WaitOperationRequestSchema)` to create a new message.
|
|
250
|
+
*/
|
|
251
|
+
export declare const WaitOperationRequestSchema: GenMessage<WaitOperationRequest>;
|
|
252
|
+
/**
|
|
253
|
+
* A message representing the message types used by a long-running operation.
|
|
254
|
+
*
|
|
255
|
+
* Example:
|
|
256
|
+
*
|
|
257
|
+
* rpc Export(ExportRequest) returns (google.longrunning.Operation) {
|
|
258
|
+
* option (google.longrunning.operation_info) = {
|
|
259
|
+
* response_type: "ExportResponse"
|
|
260
|
+
* metadata_type: "ExportMetadata"
|
|
261
|
+
* };
|
|
262
|
+
* }
|
|
263
|
+
*
|
|
264
|
+
* @generated from message google.longrunning.OperationInfo
|
|
265
|
+
*/
|
|
266
|
+
export type OperationInfo = Message<"google.longrunning.OperationInfo"> & {
|
|
267
|
+
/**
|
|
268
|
+
* Required. The message name of the primary return type for this
|
|
269
|
+
* long-running operation.
|
|
270
|
+
* This type will be used to deserialize the LRO's response.
|
|
271
|
+
*
|
|
272
|
+
* If the response is in a different package from the rpc, a fully-qualified
|
|
273
|
+
* message name must be used (e.g. `google.protobuf.Struct`).
|
|
274
|
+
*
|
|
275
|
+
* Note: Altering this value constitutes a breaking change.
|
|
276
|
+
*
|
|
277
|
+
* @generated from field: string response_type = 1;
|
|
278
|
+
*/
|
|
279
|
+
responseType: string;
|
|
280
|
+
/**
|
|
281
|
+
* Required. The message name of the metadata type for this long-running
|
|
282
|
+
* operation.
|
|
283
|
+
*
|
|
284
|
+
* If the response is in a different package from the rpc, a fully-qualified
|
|
285
|
+
* message name must be used (e.g. `google.protobuf.Struct`).
|
|
286
|
+
*
|
|
287
|
+
* Note: Altering this value constitutes a breaking change.
|
|
288
|
+
*
|
|
289
|
+
* @generated from field: string metadata_type = 2;
|
|
290
|
+
*/
|
|
291
|
+
metadataType: string;
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* Describes the message google.longrunning.OperationInfo.
|
|
295
|
+
* Use `create(OperationInfoSchema)` to create a new message.
|
|
296
|
+
*/
|
|
297
|
+
export declare const OperationInfoSchema: GenMessage<OperationInfo>;
|
|
298
|
+
/**
|
|
299
|
+
* Manages long-running operations with an API service.
|
|
300
|
+
*
|
|
301
|
+
* When an API method normally takes long time to complete, it can be designed
|
|
302
|
+
* to return [Operation][google.longrunning.Operation] to the client, and the
|
|
303
|
+
* client can use this interface to receive the real response asynchronously by
|
|
304
|
+
* polling the operation resource, or pass the operation resource to another API
|
|
305
|
+
* (such as Pub/Sub API) to receive the response. Any API service that returns
|
|
306
|
+
* long-running operations should implement the `Operations` interface so
|
|
307
|
+
* developers can have a consistent client experience.
|
|
308
|
+
*
|
|
309
|
+
* @generated from service google.longrunning.Operations
|
|
310
|
+
*/
|
|
311
|
+
export declare const Operations: GenService<{
|
|
312
|
+
/**
|
|
313
|
+
* Lists operations that match the specified filter in the request. If the
|
|
314
|
+
* server doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
315
|
+
*
|
|
316
|
+
* @generated from rpc google.longrunning.Operations.ListOperations
|
|
317
|
+
*/
|
|
318
|
+
listOperations: {
|
|
319
|
+
methodKind: "unary";
|
|
320
|
+
input: typeof ListOperationsRequestSchema;
|
|
321
|
+
output: typeof ListOperationsResponseSchema;
|
|
322
|
+
};
|
|
323
|
+
/**
|
|
324
|
+
* Gets the latest state of a long-running operation. Clients can use this
|
|
325
|
+
* method to poll the operation result at intervals as recommended by the API
|
|
326
|
+
* service.
|
|
327
|
+
*
|
|
328
|
+
* @generated from rpc google.longrunning.Operations.GetOperation
|
|
329
|
+
*/
|
|
330
|
+
getOperation: {
|
|
331
|
+
methodKind: "unary";
|
|
332
|
+
input: typeof GetOperationRequestSchema;
|
|
333
|
+
output: typeof OperationSchema;
|
|
334
|
+
};
|
|
335
|
+
/**
|
|
336
|
+
* Deletes a long-running operation. This method indicates that the client is
|
|
337
|
+
* no longer interested in the operation result. It does not cancel the
|
|
338
|
+
* operation. If the server doesn't support this method, it returns
|
|
339
|
+
* `google.rpc.Code.UNIMPLEMENTED`.
|
|
340
|
+
*
|
|
341
|
+
* @generated from rpc google.longrunning.Operations.DeleteOperation
|
|
342
|
+
*/
|
|
343
|
+
deleteOperation: {
|
|
344
|
+
methodKind: "unary";
|
|
345
|
+
input: typeof DeleteOperationRequestSchema;
|
|
346
|
+
output: typeof EmptySchema;
|
|
347
|
+
};
|
|
348
|
+
/**
|
|
349
|
+
* Starts asynchronous cancellation on a long-running operation. The server
|
|
350
|
+
* makes a best effort to cancel the operation, but success is not
|
|
351
|
+
* guaranteed. If the server doesn't support this method, it returns
|
|
352
|
+
* `google.rpc.Code.UNIMPLEMENTED`. Clients can use
|
|
353
|
+
* [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
|
|
354
|
+
* other methods to check whether the cancellation succeeded or whether the
|
|
355
|
+
* operation completed despite cancellation. On successful cancellation,
|
|
356
|
+
* the operation is not deleted; instead, it becomes an operation with
|
|
357
|
+
* an [Operation.error][google.longrunning.Operation.error] value with a
|
|
358
|
+
* [google.rpc.Status.code][google.rpc.Status.code] of `1`, corresponding to
|
|
359
|
+
* `Code.CANCELLED`.
|
|
360
|
+
*
|
|
361
|
+
* @generated from rpc google.longrunning.Operations.CancelOperation
|
|
362
|
+
*/
|
|
363
|
+
cancelOperation: {
|
|
364
|
+
methodKind: "unary";
|
|
365
|
+
input: typeof CancelOperationRequestSchema;
|
|
366
|
+
output: typeof EmptySchema;
|
|
367
|
+
};
|
|
368
|
+
/**
|
|
369
|
+
* Waits until the specified long-running operation is done or reaches at most
|
|
370
|
+
* a specified timeout, returning the latest state. If the operation is
|
|
371
|
+
* already done, the latest state is immediately returned. If the timeout
|
|
372
|
+
* specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
|
|
373
|
+
* timeout is used. If the server does not support this method, it returns
|
|
374
|
+
* `google.rpc.Code.UNIMPLEMENTED`.
|
|
375
|
+
* Note that this method is on a best-effort basis. It may return the latest
|
|
376
|
+
* state before the specified timeout (including immediately), meaning even an
|
|
377
|
+
* immediate response is no guarantee that the operation is done.
|
|
378
|
+
*
|
|
379
|
+
* @generated from rpc google.longrunning.Operations.WaitOperation
|
|
380
|
+
*/
|
|
381
|
+
waitOperation: {
|
|
382
|
+
methodKind: "unary";
|
|
383
|
+
input: typeof WaitOperationRequestSchema;
|
|
384
|
+
output: typeof OperationSchema;
|
|
385
|
+
};
|
|
386
|
+
}>;
|
|
387
|
+
/**
|
|
388
|
+
* Additional information regarding long-running operations.
|
|
389
|
+
* In particular, this specifies the types that are returned from
|
|
390
|
+
* long-running operations.
|
|
391
|
+
*
|
|
392
|
+
* Required for methods that return `google.longrunning.Operation`; invalid
|
|
393
|
+
* otherwise.
|
|
394
|
+
*
|
|
395
|
+
* @generated from extension: google.longrunning.OperationInfo operation_info = 1049;
|
|
396
|
+
*/
|
|
397
|
+
export declare const operation_info: GenExtension<MethodOptions, OperationInfo>;
|
|
398
|
+
//# sourceMappingURL=operations_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations_pb.d.ts","sourceRoot":"","sources":["../../../../src/protocol/google/longrunning/operations_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,89 @@
|
|
|
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
|
+
import { extDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
15
|
+
import { file_google_api_annotations } from "../api/annotations_pb.js";
|
|
16
|
+
import { file_google_api_client } from "../api/client_pb.js";
|
|
17
|
+
import { file_google_api_field_behavior } from "../api/field_behavior_pb.js";
|
|
18
|
+
import { file_google_protobuf_any, file_google_protobuf_descriptor, file_google_protobuf_duration, file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
19
|
+
import { file_google_rpc_status } from "../rpc/status_pb.js";
|
|
20
|
+
/**
|
|
21
|
+
* Describes the file google/longrunning/operations.proto.
|
|
22
|
+
*/
|
|
23
|
+
export const file_google_longrunning_operations = /*@__PURE__*/ fileDesc("CiNnb29nbGUvbG9uZ3J1bm5pbmcvb3BlcmF0aW9ucy5wcm90bxISZ29vZ2xlLmxvbmdydW5uaW5nIqgBCglPcGVyYXRpb24SDAoEbmFtZRgBIAEoCRImCghtZXRhZGF0YRgCIAEoCzIULmdvb2dsZS5wcm90b2J1Zi5BbnkSDAoEZG9uZRgDIAEoCBIjCgVlcnJvchgEIAEoCzISLmdvb2dsZS5ycGMuU3RhdHVzSAASKAoIcmVzcG9uc2UYBSABKAsyFC5nb29nbGUucHJvdG9idWYuQW55SABCCAoGcmVzdWx0IiMKE0dldE9wZXJhdGlvblJlcXVlc3QSDAoEbmFtZRgBIAEoCSJ8ChVMaXN0T3BlcmF0aW9uc1JlcXVlc3QSDAoEbmFtZRgEIAEoCRIOCgZmaWx0ZXIYASABKAkSEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAkSHgoWcmV0dXJuX3BhcnRpYWxfc3VjY2VzcxgFIAEoCCJ+ChZMaXN0T3BlcmF0aW9uc1Jlc3BvbnNlEjEKCm9wZXJhdGlvbnMYASADKAsyHS5nb29nbGUubG9uZ3J1bm5pbmcuT3BlcmF0aW9uEhcKD25leHRfcGFnZV90b2tlbhgCIAEoCRIYCgt1bnJlYWNoYWJsZRgDIAMoCUID4EEGIiYKFkNhbmNlbE9wZXJhdGlvblJlcXVlc3QSDAoEbmFtZRgBIAEoCSImChZEZWxldGVPcGVyYXRpb25SZXF1ZXN0EgwKBG5hbWUYASABKAkiUAoUV2FpdE9wZXJhdGlvblJlcXVlc3QSDAoEbmFtZRgBIAEoCRIqCgd0aW1lb3V0GAIgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uIj0KDU9wZXJhdGlvbkluZm8SFQoNcmVzcG9uc2VfdHlwZRgBIAEoCRIVCg1tZXRhZGF0YV90eXBlGAIgASgJMqoFCgpPcGVyYXRpb25zEpQBCg5MaXN0T3BlcmF0aW9ucxIpLmdvb2dsZS5sb25ncnVubmluZy5MaXN0T3BlcmF0aW9uc1JlcXVlc3QaKi5nb29nbGUubG9uZ3J1bm5pbmcuTGlzdE9wZXJhdGlvbnNSZXNwb25zZSIr2kELbmFtZSxmaWx0ZXKC0+STAhcSFS92MS97bmFtZT1vcGVyYXRpb25zfRJ/CgxHZXRPcGVyYXRpb24SJy5nb29nbGUubG9uZ3J1bm5pbmcuR2V0T3BlcmF0aW9uUmVxdWVzdBodLmdvb2dsZS5sb25ncnVubmluZy5PcGVyYXRpb24iJ9pBBG5hbWWC0+STAhoSGC92MS97bmFtZT1vcGVyYXRpb25zLyoqfRJ+Cg9EZWxldGVPcGVyYXRpb24SKi5nb29nbGUubG9uZ3J1bm5pbmcuRGVsZXRlT3BlcmF0aW9uUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIn2kEEbmFtZYLT5JMCGioYL3YxL3tuYW1lPW9wZXJhdGlvbnMvKip9EogBCg9DYW5jZWxPcGVyYXRpb24SKi5nb29nbGUubG9uZ3J1bm5pbmcuQ2FuY2VsT3BlcmF0aW9uUmVxdWVzdBoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIx2kEEbmFtZYLT5JMCJDoBKiIfL3YxL3tuYW1lPW9wZXJhdGlvbnMvKip9OmNhbmNlbBJaCg1XYWl0T3BlcmF0aW9uEiguZ29vZ2xlLmxvbmdydW5uaW5nLldhaXRPcGVyYXRpb25SZXF1ZXN0Gh0uZ29vZ2xlLmxvbmdydW5uaW5nLk9wZXJhdGlvbiIAGh3KQRpsb25ncnVubmluZy5nb29nbGVhcGlzLmNvbTppCg5vcGVyYXRpb25faW5mbxIeLmdvb2dsZS5wcm90b2J1Zi5NZXRob2RPcHRpb25zGJkIIAEoCzIhLmdvb2dsZS5sb25ncnVubmluZy5PcGVyYXRpb25JbmZvUg1vcGVyYXRpb25JbmZvQtcBChZjb20uZ29vZ2xlLmxvbmdydW5uaW5nQg9PcGVyYXRpb25zUHJvdG9QAVpDY2xvdWQuZ29vZ2xlLmNvbS9nby9sb25ncnVubmluZy9hdXRvZ2VuL2xvbmdydW5uaW5ncGI7bG9uZ3J1bm5pbmdwYqICA0dMWKoCEkdvb2dsZS5Mb25ncnVubmluZ8oCEkdvb2dsZVxMb25ncnVubmluZ+ICHkdvb2dsZVxMb25ncnVubmluZ1xHUEJNZXRhZGF0YeoCE0dvb2dsZTo6TG9uZ3J1bm5pbmdiBnByb3RvMw", [file_google_api_annotations, file_google_api_client, file_google_api_field_behavior, file_google_protobuf_any, file_google_protobuf_descriptor, file_google_protobuf_duration, file_google_protobuf_empty, file_google_rpc_status]);
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message google.longrunning.Operation.
|
|
26
|
+
* Use `create(OperationSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
export const OperationSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 0);
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message google.longrunning.GetOperationRequest.
|
|
31
|
+
* Use `create(GetOperationRequestSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const GetOperationRequestSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 1);
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message google.longrunning.ListOperationsRequest.
|
|
36
|
+
* Use `create(ListOperationsRequestSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export const ListOperationsRequestSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 2);
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message google.longrunning.ListOperationsResponse.
|
|
41
|
+
* Use `create(ListOperationsResponseSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export const ListOperationsResponseSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 3);
|
|
44
|
+
/**
|
|
45
|
+
* Describes the message google.longrunning.CancelOperationRequest.
|
|
46
|
+
* Use `create(CancelOperationRequestSchema)` to create a new message.
|
|
47
|
+
*/
|
|
48
|
+
export const CancelOperationRequestSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 4);
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message google.longrunning.DeleteOperationRequest.
|
|
51
|
+
* Use `create(DeleteOperationRequestSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export const DeleteOperationRequestSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 5);
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message google.longrunning.WaitOperationRequest.
|
|
56
|
+
* Use `create(WaitOperationRequestSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export const WaitOperationRequestSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 6);
|
|
59
|
+
/**
|
|
60
|
+
* Describes the message google.longrunning.OperationInfo.
|
|
61
|
+
* Use `create(OperationInfoSchema)` to create a new message.
|
|
62
|
+
*/
|
|
63
|
+
export const OperationInfoSchema = /*@__PURE__*/ messageDesc(file_google_longrunning_operations, 7);
|
|
64
|
+
/**
|
|
65
|
+
* Manages long-running operations with an API service.
|
|
66
|
+
*
|
|
67
|
+
* When an API method normally takes long time to complete, it can be designed
|
|
68
|
+
* to return [Operation][google.longrunning.Operation] to the client, and the
|
|
69
|
+
* client can use this interface to receive the real response asynchronously by
|
|
70
|
+
* polling the operation resource, or pass the operation resource to another API
|
|
71
|
+
* (such as Pub/Sub API) to receive the response. Any API service that returns
|
|
72
|
+
* long-running operations should implement the `Operations` interface so
|
|
73
|
+
* developers can have a consistent client experience.
|
|
74
|
+
*
|
|
75
|
+
* @generated from service google.longrunning.Operations
|
|
76
|
+
*/
|
|
77
|
+
export const Operations = /*@__PURE__*/ serviceDesc(file_google_longrunning_operations, 0);
|
|
78
|
+
/**
|
|
79
|
+
* Additional information regarding long-running operations.
|
|
80
|
+
* In particular, this specifies the types that are returned from
|
|
81
|
+
* long-running operations.
|
|
82
|
+
*
|
|
83
|
+
* Required for methods that return `google.longrunning.Operation`; invalid
|
|
84
|
+
* otherwise.
|
|
85
|
+
*
|
|
86
|
+
* @generated from extension: google.longrunning.OperationInfo operation_info = 1049;
|
|
87
|
+
*/
|
|
88
|
+
export const operation_info = /*@__PURE__*/ extDesc(file_google_longrunning_operations, 0);
|
|
89
|
+
//# sourceMappingURL=operations_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations_pb.js","sourceRoot":"","sources":["../../../../src/protocol/google/longrunning/operations_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,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AAE7E,OAAO,EAAE,wBAAwB,EAAE,+BAA+B,EAAE,6BAA6B,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAE9J,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAG7D;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAY,aAAa,CACtE,QAAQ,CAAC,gzEAAgzE,EAAE,CAAC,2BAA2B,EAAE,sBAAsB,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,+BAA+B,EAAE,6BAA6B,EAAE,0BAA0B,EAAE,sBAAsB,CAAC,CAAC,CAAC;AAuEliF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAiBrD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAsDrD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAkCrD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAiBrD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAiBrD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AA0BrD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AA6CrD;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAErD;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,MAAM,UAAU,GA2ElB,aAAa,CAChB,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAErD;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,cAAc,GAA+C,aAAa,CACrF,OAAO,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC"}
|