yandexcloud 0.287.0__py3-none-any.whl → 0.289.0__py3-none-any.whl
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.
- yandex/cloud/access/access_pb2.pyi +288 -0
- yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +63 -0
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +53 -0
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +67 -0
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +55 -0
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +122 -0
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +195 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +122 -0
- yandex/cloud/ai/llm/v1alpha/llm_pb2.pyi +121 -0
- yandex/cloud/ai/llm/v1alpha/llm_service_pb2.pyi +280 -0
- yandex/cloud/ai/ocr/v1/ocr_pb2.pyi +364 -0
- yandex/cloud/ai/ocr/v1/ocr_service_pb2.pyi +92 -0
- yandex/cloud/ai/stt/v2/stt_service_pb2.pyi +299 -0
- yandex/cloud/ai/stt/v3/stt_pb2.pyi +1437 -0
- yandex/cloud/ai/stt/v3/stt_service_pb2.pyi +26 -0
- yandex/cloud/ai/translate/v2/translation_pb2.pyi +55 -0
- yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +272 -0
- yandex/cloud/ai/tts/v3/tts_pb2.pyi +474 -0
- yandex/cloud/ai/tts/v3/tts_service_pb2.pyi +8 -0
- yandex/cloud/ai/vision/v1/classification_pb2.pyi +55 -0
- yandex/cloud/ai/vision/v1/face_detection_pb2.pyi +51 -0
- yandex/cloud/ai/vision/v1/image_copy_search_pb2.pyi +63 -0
- yandex/cloud/ai/vision/v1/primitives_pb2.pyi +51 -0
- yandex/cloud/ai/vision/v1/text_detection_pb2.pyi +196 -0
- yandex/cloud/ai/vision/v1/vision_service_pb2.pyi +284 -0
- yandex/cloud/ai/vision/v2/image_classifier_pb2.pyi +159 -0
- yandex/cloud/ai/vision/v2/image_classifier_service_pb2.pyi +8 -0
- yandex/cloud/ai/vision/v2/image_pb2.pyi +57 -0
- yandex/cloud/api/operation_pb2.pyi +47 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +944 -0
- yandex/cloud/apploadbalancer/v1/backend_group_service_pb2.pyi +558 -0
- yandex/cloud/apploadbalancer/v1/http_router_pb2.pyi +92 -0
- yandex/cloud/apploadbalancer/v1/http_router_service_pb2.pyi +389 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +837 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +1073 -0
- yandex/cloud/apploadbalancer/v1/logging_pb2.pyi +117 -0
- yandex/cloud/apploadbalancer/v1/payload_pb2.pyi +31 -0
- yandex/cloud/apploadbalancer/v1/target_group_pb2.pyi +117 -0
- yandex/cloud/apploadbalancer/v1/target_group_service_pb2.pyi +450 -0
- yandex/cloud/apploadbalancer/v1/tls_pb2.pyi +34 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +798 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +501 -0
- yandex/cloud/audittrails/v1/trail_pb2.pyi +449 -0
- yandex/cloud/audittrails/v1/trail_service_pb2.pyi +363 -0
- yandex/cloud/backup/v1/backup_pb2.pyi +468 -0
- yandex/cloud/backup/v1/backup_service_pb2.pyi +454 -0
- yandex/cloud/backup/v1/policy_pb2.pyi +742 -0
- yandex/cloud/backup/v1/policy_service_pb2.py +8 -8
- yandex/cloud/backup/v1/policy_service_pb2.pyi +342 -0
- yandex/cloud/backup/v1/provider_service_pb2.pyi +90 -0
- yandex/cloud/backup/v1/resource_pb2.pyi +273 -0
- yandex/cloud/backup/v1/resource_service_pb2.pyi +357 -0
- yandex/cloud/billing/v1/billable_object_pb2.pyi +65 -0
- yandex/cloud/billing/v1/billing_account_pb2.pyi +62 -0
- yandex/cloud/billing/v1/billing_account_service_pb2.pyi +190 -0
- yandex/cloud/billing/v1/budget_pb2.pyi +409 -0
- yandex/cloud/billing/v1/budget_service_pb2.pyi +151 -0
- yandex/cloud/billing/v1/customer_pb2.pyi +79 -0
- yandex/cloud/billing/v1/customer_service_pb2.pyi +187 -0
- yandex/cloud/billing/v1/service_pb2.pyi +37 -0
- yandex/cloud/billing/v1/service_service_pb2.pyi +96 -0
- yandex/cloud/billing/v1/sku_pb2.pyi +173 -0
- yandex/cloud/billing/v1/sku_service_pb2.pyi +128 -0
- yandex/cloud/cdn/v1/cache_service_pb2.pyi +95 -0
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +54 -0
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +252 -0
- yandex/cloud/cdn/v1/origin_pb2.pyi +186 -0
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +262 -0
- yandex/cloud/cdn/v1/provider_service_pb2.pyi +86 -0
- yandex/cloud/cdn/v1/raw_logs_pb2.pyi +80 -0
- yandex/cloud/cdn/v1/raw_logs_service_pb2.pyi +207 -0
- yandex/cloud/cdn/v1/resource_pb2.pyi +1067 -0
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +401 -0
- yandex/cloud/cdn/v1/rule_pb2.pyi +45 -0
- yandex/cloud/cdn/v1/rule_service_pb2.pyi +211 -0
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.pyi +87 -0
- yandex/cloud/certificatemanager/v1/certificate_pb2.pyi +381 -0
- yandex/cloud/certificatemanager/v1/certificate_service_pb2.pyi +515 -0
- yandex/cloud/compute/v1/disk_pb2.pyi +202 -0
- yandex/cloud/compute/v1/disk_placement_group_pb2.pyi +143 -0
- yandex/cloud/compute/v1/disk_placement_group_service_pb2.pyi +425 -0
- yandex/cloud/compute/v1/disk_service_pb2.pyi +561 -0
- yandex/cloud/compute/v1/disk_type_pb2.pyi +39 -0
- yandex/cloud/compute/v1/disk_type_service_pb2.pyi +86 -0
- yandex/cloud/compute/v1/filesystem_pb2.pyi +137 -0
- yandex/cloud/compute/v1/filesystem_service_pb2.pyi +394 -0
- yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +139 -0
- yandex/cloud/compute/v1/gpu_cluster_service_pb2.pyi +439 -0
- yandex/cloud/compute/v1/host_group_pb2.pyi +224 -0
- yandex/cloud/compute/v1/host_group_service_pb2.pyi +556 -0
- yandex/cloud/compute/v1/host_type_pb2.pyi +48 -0
- yandex/cloud/compute/v1/host_type_service_pb2.pyi +87 -0
- yandex/cloud/compute/v1/image_pb2.pyi +188 -0
- yandex/cloud/compute/v1/image_service_pb2.pyi +430 -0
- yandex/cloud/compute/v1/instance_pb2.pyi +798 -0
- yandex/cloud/compute/v1/instance_service_pb2.pyi +1806 -0
- yandex/cloud/compute/v1/instancegroup/instance_group_pb2.pyi +2064 -0
- yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.pyi +1004 -0
- yandex/cloud/compute/v1/maintenance_pb2.pyi +38 -0
- yandex/cloud/compute/v1/placement_group_pb2.pyi +115 -0
- yandex/cloud/compute/v1/placement_group_service_pb2.pyi +423 -0
- yandex/cloud/compute/v1/snapshot_pb2.pyi +139 -0
- yandex/cloud/compute/v1/snapshot_schedule_pb2.pyi +221 -0
- yandex/cloud/compute/v1/snapshot_schedule_service_pb2.pyi +678 -0
- yandex/cloud/compute/v1/snapshot_service_pb2.pyi +350 -0
- yandex/cloud/compute/v1/zone_pb2.pyi +63 -0
- yandex/cloud/compute/v1/zone_service_pb2.pyi +84 -0
- yandex/cloud/containerregistry/v1/blob_pb2.pyi +45 -0
- yandex/cloud/containerregistry/v1/image_pb2.pyi +75 -0
- yandex/cloud/containerregistry/v1/image_service_pb2.pyi +160 -0
- yandex/cloud/containerregistry/v1/ip_permission_pb2.pyi +95 -0
- yandex/cloud/containerregistry/v1/lifecycle_policy_pb2.pyi +131 -0
- yandex/cloud/containerregistry/v1/lifecycle_policy_service_pb2.pyi +479 -0
- yandex/cloud/containerregistry/v1/registry_pb2.pyi +103 -0
- yandex/cloud/containerregistry/v1/registry_service_pb2.pyi +386 -0
- yandex/cloud/containerregistry/v1/repository_pb2.pyi +35 -0
- yandex/cloud/containerregistry/v1/repository_service_pb2.pyi +202 -0
- yandex/cloud/containerregistry/v1/scan_policy_pb2.pyi +140 -0
- yandex/cloud/containerregistry/v1/scan_policy_service_pb2.pyi +177 -0
- yandex/cloud/containerregistry/v1/scanner_pb2.pyi +254 -0
- yandex/cloud/containerregistry/v1/scanner_service_pb2.pyi +234 -0
- yandex/cloud/dataproc/manager/v1/job_pb2.pyi +608 -0
- yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +201 -0
- yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +449 -0
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +351 -0
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +764 -0
- yandex/cloud/dataproc/v1/common_pb2.pyi +75 -0
- yandex/cloud/dataproc/v1/job_pb2.pyi +526 -0
- yandex/cloud/dataproc/v1/job_service_pb2.pyi +250 -0
- yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/dataproc/v1/resource_preset_service_pb2.pyi +83 -0
- yandex/cloud/dataproc/v1/subcluster_pb2.pyi +248 -0
- yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +301 -0
- yandex/cloud/datasphere/v1/app_token_service_pb2.pyi +27 -0
- yandex/cloud/datasphere/v1/folder_budget_service_pb2.pyi +101 -0
- yandex/cloud/datasphere/v1/node_execution_error_details_pb2.pyi +41 -0
- yandex/cloud/datasphere/v1/node_service_pb2.pyi +104 -0
- yandex/cloud/datasphere/v1/project_data_service_pb2.pyi +122 -0
- yandex/cloud/datasphere/v1/project_pb2.pyi +149 -0
- yandex/cloud/datasphere/v1/project_service_pb2.pyi +606 -0
- yandex/cloud/datasphere/v2/community_pb2.pyi +75 -0
- yandex/cloud/datasphere/v2/community_service_pb2.pyi +384 -0
- yandex/cloud/datasphere/v2/dataset_pb2.pyi +159 -0
- yandex/cloud/datasphere/v2/dataset_service_pb2.pyi +47 -0
- yandex/cloud/datasphere/v2/docker_image_service_pb2.pyi +29 -0
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +484 -0
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +694 -0
- yandex/cloud/datasphere/v2/project_pb2.pyi +265 -0
- yandex/cloud/datasphere/v2/project_service_pb2.pyi +815 -0
- yandex/cloud/datasphere/v2/resource_types_pb2.pyi +46 -0
- yandex/cloud/datasphere/v2/restrictions_pb2.pyi +127 -0
- yandex/cloud/datasphere/v2/s3_service_pb2.pyi +47 -0
- yandex/cloud/datasphere/v2/secret_pb2.pyi +102 -0
- yandex/cloud/datasphere/v2/user_pb2.pyi +43 -0
- yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +295 -0
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +324 -0
- yandex/cloud/datatransfer/v1/endpoint/kafka_pb2.pyi +294 -0
- yandex/cloud/datatransfer/v1/endpoint/metrika_pb2.pyi +84 -0
- yandex/cloud/datatransfer/v1/endpoint/mongo_pb2.pyi +191 -0
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +261 -0
- yandex/cloud/datatransfer/v1/endpoint/parsers_pb2.pyi +91 -0
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +326 -0
- yandex/cloud/datatransfer/v1/endpoint/serializers_pb2.pyi +105 -0
- yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +154 -0
- yandex/cloud/datatransfer/v1/endpoint/yds_pb2.pyi +155 -0
- yandex/cloud/datatransfer/v1/endpoint_pb2.pyi +144 -0
- yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +262 -0
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +689 -0
- yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +338 -0
- yandex/cloud/dns/v1/dns_zone_pb2.pyi +163 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +655 -0
- yandex/cloud/endpoint/api_endpoint_pb2.pyi +29 -0
- yandex/cloud/endpoint/api_endpoint_service_pb2.pyi +66 -0
- yandex/cloud/iam/v1/api_key_pb2.pyi +61 -0
- yandex/cloud/iam/v1/api_key_service_pb2.pyi +293 -0
- yandex/cloud/iam/v1/awscompatibility/access_key_pb2.pyi +61 -0
- yandex/cloud/iam/v1/awscompatibility/access_key_service_pb2.pyi +283 -0
- yandex/cloud/iam/v1/iam_token_service_pb2.pyi +80 -0
- yandex/cloud/iam/v1/key_pb2.pyi +90 -0
- yandex/cloud/iam/v1/key_service_pb2.pyi +320 -0
- yandex/cloud/iam/v1/resource_pb2.pyi +33 -0
- yandex/cloud/iam/v1/role_pb2.pyi +33 -0
- yandex/cloud/iam/v1/role_service_pb2.pyi +92 -0
- yandex/cloud/iam/v1/service_account_pb2.pyi +75 -0
- yandex/cloud/iam/v1/service_account_service_pb2.pyi +335 -0
- yandex/cloud/iam/v1/service_control_pb2.pyi +98 -0
- yandex/cloud/iam/v1/service_control_service_pb2.pyi +310 -0
- yandex/cloud/iam/v1/user_account_pb2.pyi +133 -0
- yandex/cloud/iam/v1/user_account_service_pb2.pyi +27 -0
- yandex/cloud/iam/v1/yandex_passport_user_account_service_pb2.pyi +27 -0
- yandex/cloud/iot/broker/v1/broker_data_service_pb2.pyi +45 -0
- yandex/cloud/iot/broker/v1/broker_pb2.pyi +209 -0
- yandex/cloud/iot/broker/v1/broker_service_pb2.pyi +627 -0
- yandex/cloud/iot/devices/v1/device_data_service_pb2.pyi +45 -0
- yandex/cloud/iot/devices/v1/device_pb2.pyi +233 -0
- yandex/cloud/iot/devices/v1/device_service_pb2.pyi +670 -0
- yandex/cloud/iot/devices/v1/registry_data_service_pb2.pyi +45 -0
- yandex/cloud/iot/devices/v1/registry_pb2.pyi +291 -0
- yandex/cloud/iot/devices/v1/registry_service_pb2.pyi +849 -0
- yandex/cloud/k8s/v1/cluster_pb2.pyi +610 -0
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +904 -0
- yandex/cloud/k8s/v1/maintenance_pb2.pyi +132 -0
- yandex/cloud/k8s/v1/node_group_pb2.pyi +365 -0
- yandex/cloud/k8s/v1/node_group_service_pb2.pyi +566 -0
- yandex/cloud/k8s/v1/node_pb2.pyi +784 -0
- yandex/cloud/k8s/v1/version_pb2.pyi +68 -0
- yandex/cloud/k8s/v1/version_service_pb2.pyi +64 -0
- yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_crypto_service_pb2.pyi +92 -0
- yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_pb2.pyi +149 -0
- yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_service_pb2.pyi +335 -0
- yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_crypto_service_pb2.pyi +140 -0
- yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_pb2.pyi +189 -0
- yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_service_pb2.pyi +335 -0
- yandex/cloud/kms/v1/symmetric_crypto_service_pb2.pyi +270 -0
- yandex/cloud/kms/v1/symmetric_key_pb2.pyi +260 -0
- yandex/cloud/kms/v1/symmetric_key_service_pb2.pyi +591 -0
- yandex/cloud/loadbalancer/v1/health_check_pb2.pyi +102 -0
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +364 -0
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +747 -0
- yandex/cloud/loadbalancer/v1/target_group_pb2.pyi +109 -0
- yandex/cloud/loadbalancer/v1/target_group_service_pb2.pyi +434 -0
- yandex/cloud/loadtesting/agent/v1/agent_pb2.pyi +26 -0
- yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.py +10 -10
- yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +83 -0
- yandex/cloud/loadtesting/agent/v1/agent_service_pb2.pyi +79 -0
- yandex/cloud/loadtesting/agent/v1/job_service_pb2.pyi +309 -0
- yandex/cloud/loadtesting/agent/v1/monitoring_service_pb2.pyi +102 -0
- yandex/cloud/loadtesting/agent/v1/test_pb2.pyi +181 -0
- yandex/cloud/loadtesting/agent/v1/test_service_pb2.pyi +105 -0
- yandex/cloud/loadtesting/agent/v1/trail_service_pb2.pyi +178 -0
- yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +91 -0
- yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +120 -0
- yandex/cloud/loadtesting/api/v1/agent/status_pb2.pyi +97 -0
- yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +301 -0
- yandex/cloud/loadtesting/api/v1/common/quantiles_pb2.pyi +61 -0
- yandex/cloud/loadtesting/api/v1/common/tag_pb2.pyi +33 -0
- yandex/cloud/loadtesting/api/v1/config/config_pb2.pyi +53 -0
- yandex/cloud/loadtesting/api/v1/config_service_pb2.pyi +165 -0
- yandex/cloud/loadtesting/api/v1/report/status_pb2.pyi +45 -0
- yandex/cloud/loadtesting/api/v1/report/table/report_pb2.pyi +79 -0
- yandex/cloud/loadtesting/api/v1/report_service_pb2.pyi +78 -0
- yandex/cloud/loadtesting/api/v1/test/agent_selector_pb2.pyi +42 -0
- yandex/cloud/loadtesting/api/v1/test/artifact_settings_pb2.pyi +61 -0
- yandex/cloud/loadtesting/api/v1/test/details_pb2.pyi +54 -0
- yandex/cloud/loadtesting/api/v1/test/file_pointer_pb2.pyi +34 -0
- yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +37 -0
- yandex/cloud/loadtesting/api/v1/test/object_storage_pb2.pyi +33 -0
- yandex/cloud/loadtesting/api/v1/test/single_agent_configuration_pb2.pyi +74 -0
- yandex/cloud/loadtesting/api/v1/test/status_pb2.pyi +96 -0
- yandex/cloud/loadtesting/api/v1/test/summary_pb2.pyi +96 -0
- yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +65 -0
- yandex/cloud/loadtesting/api/v1/test_service_pb2.pyi +233 -0
- yandex/cloud/lockbox/v1/payload_pb2.pyi +61 -0
- yandex/cloud/lockbox/v1/payload_service_pb2.pyi +31 -0
- yandex/cloud/lockbox/v1/secret_pb2.pyi +209 -0
- yandex/cloud/lockbox/v1/secret_service_pb2.pyi +634 -0
- yandex/cloud/logging/v1/export_pb2.pyi +121 -0
- yandex/cloud/logging/v1/export_service_pb2.pyi +474 -0
- yandex/cloud/logging/v1/log_entry_pb2.pyi +289 -0
- yandex/cloud/logging/v1/log_group_pb2.pyi +143 -0
- yandex/cloud/logging/v1/log_group_service_pb2.pyi +479 -0
- yandex/cloud/logging/v1/log_ingestion_service_pb2.pyi +98 -0
- yandex/cloud/logging/v1/log_reading_service_pb2.pyi +171 -0
- yandex/cloud/logging/v1/log_resource_pb2.pyi +65 -0
- yandex/cloud/logging/v1/sink_pb2.pyi +124 -0
- yandex/cloud/logging/v1/sink_service_pb2.pyi +390 -0
- yandex/cloud/marketplace/licensemanager/v1/instance_pb2.pyi +135 -0
- yandex/cloud/marketplace/licensemanager/v1/instance_service_pb2.pyi +102 -0
- yandex/cloud/marketplace/licensemanager/v1/lock_pb2.pyi +99 -0
- yandex/cloud/marketplace/licensemanager/v1/lock_service_pb2.pyi +230 -0
- yandex/cloud/marketplace/licensemanager/v1/template_pb2.pyi +107 -0
- yandex/cloud/marketplace/metering/v1/image_product_usage_service_pb2.pyi +64 -0
- yandex/cloud/marketplace/metering/v1/usage_record_pb2.pyi +111 -0
- yandex/cloud/marketplace/v1/metering/image_product_usage_service_pb2.pyi +64 -0
- yandex/cloud/marketplace/v1/metering/usage_record_pb2.pyi +111 -0
- yandex/cloud/mdb/clickhouse/v1/backup_pb2.pyi +97 -0
- yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.py +9 -3
- yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.pyi +125 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +747 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +130 -130
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +2274 -0
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1473 -0
- yandex/cloud/mdb/clickhouse/v1/database_pb2.pyi +51 -0
- yandex/cloud/mdb/clickhouse/v1/database_service_pb2.pyi +184 -0
- yandex/cloud/mdb/clickhouse/v1/format_schema_pb2.pyi +67 -0
- yandex/cloud/mdb/clickhouse/v1/format_schema_service_pb2.pyi +246 -0
- yandex/cloud/mdb/clickhouse/v1/maintenance_pb2.pyi +129 -0
- yandex/cloud/mdb/clickhouse/v1/ml_model_pb2.pyi +63 -0
- yandex/cloud/mdb/clickhouse/v1/ml_model_service_pb2.pyi +241 -0
- yandex/cloud/mdb/clickhouse/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/clickhouse/v1/resource_preset_service_pb2.pyi +83 -0
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1717 -0
- yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +353 -0
- yandex/cloud/mdb/clickhouse/v1/version_pb2.pyi +43 -0
- yandex/cloud/mdb/clickhouse/v1/versions_service_pb2.pyi +67 -0
- yandex/cloud/mdb/elasticsearch/v1/auth_pb2.pyi +139 -0
- yandex/cloud/mdb/elasticsearch/v1/auth_service_pb2.pyi +247 -0
- yandex/cloud/mdb/elasticsearch/v1/backup_pb2.pyi +69 -0
- yandex/cloud/mdb/elasticsearch/v1/backup_service_pb2.pyi +87 -0
- yandex/cloud/mdb/elasticsearch/v1/cluster_pb2.pyi +544 -0
- yandex/cloud/mdb/elasticsearch/v1/cluster_service_pb2.pyi +1422 -0
- yandex/cloud/mdb/elasticsearch/v1/config/elasticsearch_pb2.pyi +105 -0
- yandex/cloud/mdb/elasticsearch/v1/extension_pb2.pyi +67 -0
- yandex/cloud/mdb/elasticsearch/v1/extension_service_pb2.pyi +223 -0
- yandex/cloud/mdb/elasticsearch/v1/maintenance_pb2.pyi +115 -0
- yandex/cloud/mdb/elasticsearch/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/elasticsearch/v1/resource_preset_service_pb2.pyi +85 -0
- yandex/cloud/mdb/elasticsearch/v1/user_pb2.pyi +53 -0
- yandex/cloud/mdb/elasticsearch/v1/user_service_pb2.pyi +247 -0
- yandex/cloud/mdb/greenplum/v1/backup_pb2.pyi +110 -0
- yandex/cloud/mdb/greenplum/v1/backup_service_pb2.pyi +122 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +519 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +1274 -0
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +961 -0
- yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.pyi +101 -0
- yandex/cloud/mdb/greenplum/v1/hba_rule_service_pb2.pyi +184 -0
- yandex/cloud/mdb/greenplum/v1/host_pb2.pyi +127 -0
- yandex/cloud/mdb/greenplum/v1/maintenance_pb2.pyi +145 -0
- yandex/cloud/mdb/greenplum/v1/pxf_pb2.py +37 -37
- yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +539 -0
- yandex/cloud/mdb/greenplum/v1/pxf_service_pb2.py +22 -22
- yandex/cloud/mdb/greenplum/v1/pxf_service_pb2.pyi +164 -0
- yandex/cloud/mdb/greenplum/v1/resource_preset_pb2.pyi +89 -0
- yandex/cloud/mdb/greenplum/v1/resource_preset_service_pb2.pyi +91 -0
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +844 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.pyi +915 -0
- yandex/cloud/mdb/kafka/v1/common_pb2.pyi +71 -0
- yandex/cloud/mdb/kafka/v1/connector_pb2.pyi +690 -0
- yandex/cloud/mdb/kafka/v1/connector_service_pb2.pyi +342 -0
- yandex/cloud/mdb/kafka/v1/maintenance_pb2.pyi +115 -0
- yandex/cloud/mdb/kafka/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/kafka/v1/resource_preset_service_pb2.pyi +85 -0
- yandex/cloud/mdb/kafka/v1/topic_pb2.pyi +375 -0
- yandex/cloud/mdb/kafka/v1/topic_service_pb2.pyi +252 -0
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +137 -0
- yandex/cloud/mdb/kafka/v1/user_service_pb2.pyi +360 -0
- yandex/cloud/mdb/mongodb/v1/backup_pb2.pyi +97 -0
- yandex/cloud/mdb/mongodb/v1/backup_service_pb2.pyi +121 -0
- yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +1890 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +3146 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.pyi +536 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.pyi +522 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.pyi +693 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.pyi +781 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.pyi +693 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.pyi +794 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.pyi +699 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.pyi +794 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.pyi +699 -0
- yandex/cloud/mdb/mongodb/v1/database_pb2.pyi +51 -0
- yandex/cloud/mdb/mongodb/v1/database_service_pb2.pyi +184 -0
- yandex/cloud/mdb/mongodb/v1/maintenance_pb2.pyi +129 -0
- yandex/cloud/mdb/mongodb/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/mongodb/v1/resource_preset_service_pb2.pyi +84 -0
- yandex/cloud/mdb/mongodb/v1/user_pb2.pyi +91 -0
- yandex/cloud/mdb/mongodb/v1/user_service_pb2.pyi +347 -0
- yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +111 -0
- yandex/cloud/mdb/mysql/v1/backup_service_pb2.pyi +129 -0
- yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +601 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +1537 -0
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +1023 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +969 -0
- yandex/cloud/mdb/mysql/v1/database_pb2.pyi +52 -0
- yandex/cloud/mdb/mysql/v1/database_service_pb2.pyi +192 -0
- yandex/cloud/mdb/mysql/v1/maintenance_pb2.pyi +129 -0
- yandex/cloud/mdb/mysql/v1/resource_preset_pb2.pyi +49 -0
- yandex/cloud/mdb/mysql/v1/resource_preset_service_pb2.pyi +86 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +357 -0
- yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +378 -0
- yandex/cloud/mdb/mysql/v1alpha/backup_pb2.pyi +53 -0
- yandex/cloud/mdb/mysql/v1alpha/backup_service_pb2.pyi +89 -0
- yandex/cloud/mdb/mysql/v1alpha/cluster_pb2.pyi +470 -0
- yandex/cloud/mdb/mysql/v1alpha/cluster_service_pb2.pyi +1025 -0
- yandex/cloud/mdb/mysql/v1alpha/config/mysql5_7_pb2.pyi +87 -0
- yandex/cloud/mdb/mysql/v1alpha/database_pb2.pyi +49 -0
- yandex/cloud/mdb/mysql/v1alpha/database_service_pb2.pyi +184 -0
- yandex/cloud/mdb/mysql/v1alpha/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/mysql/v1alpha/resource_preset_service_pb2.pyi +83 -0
- yandex/cloud/mdb/mysql/v1alpha/user_pb2.pyi +185 -0
- yandex/cloud/mdb/mysql/v1alpha/user_service_pb2.pyi +312 -0
- yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +69 -0
- yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +69 -0
- yandex/cloud/mdb/opensearch/v1/backup_service_pb2.pyi +91 -0
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +726 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +1827 -0
- yandex/cloud/mdb/opensearch/v1/config/opensearch_pb2.pyi +63 -0
- yandex/cloud/mdb/opensearch/v1/maintenance_pb2.pyi +155 -0
- yandex/cloud/mdb/opensearch/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/opensearch/v1/resource_preset_service_pb2.pyi +87 -0
- yandex/cloud/mdb/postgresql/v1/backup_pb2.pyi +139 -0
- yandex/cloud/mdb/postgresql/v1/backup_service_pb2.pyi +125 -0
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +935 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +1708 -0
- yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.pyi +507 -0
- yandex/cloud/mdb/postgresql/v1/config/host10_pb2.pyi +507 -0
- yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.pyi +501 -0
- yandex/cloud/mdb/postgresql/v1/config/host11_pb2.pyi +501 -0
- yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.pyi +501 -0
- yandex/cloud/mdb/postgresql/v1/config/host12_pb2.pyi +501 -0
- yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.pyi +501 -0
- yandex/cloud/mdb/postgresql/v1/config/host13_pb2.pyi +501 -0
- yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.pyi +497 -0
- yandex/cloud/mdb/postgresql/v1/config/host14_pb2.pyi +497 -0
- yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.pyi +497 -0
- yandex/cloud/mdb/postgresql/v1/config/host15_pb2.pyi +497 -0
- yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.pyi +516 -0
- yandex/cloud/mdb/postgresql/v1/config/host16_pb2.pyi +516 -0
- yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.pyi +458 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.pyi +931 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.pyi +923 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.pyi +975 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.pyi +967 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.pyi +999 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.pyi +991 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.pyi +1053 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.pyi +1051 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.pyi +1081 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.pyi +1079 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +1091 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +1083 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +1093 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +1085 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.pyi +651 -0
- yandex/cloud/mdb/postgresql/v1/database_pb2.pyi +150 -0
- yandex/cloud/mdb/postgresql/v1/database_service_pb2.pyi +260 -0
- yandex/cloud/mdb/postgresql/v1/maintenance_pb2.pyi +129 -0
- yandex/cloud/mdb/postgresql/v1/perf_diag_pb2.pyi +462 -0
- yandex/cloud/mdb/postgresql/v1/perf_diag_service_pb2.pyi +139 -0
- yandex/cloud/mdb/postgresql/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/postgresql/v1/resource_preset_service_pb2.pyi +83 -0
- yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +534 -0
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +396 -0
- yandex/cloud/mdb/redis/v1/backup_pb2.pyi +65 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2.pyi +89 -0
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +610 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +1686 -0
- yandex/cloud/mdb/redis/v1/config/redis5_0_pb2.pyi +204 -0
- yandex/cloud/mdb/redis/v1/config/redis6_0_pb2.pyi +204 -0
- yandex/cloud/mdb/redis/v1/config/redis6_2_pb2.pyi +210 -0
- yandex/cloud/mdb/redis/v1/config/redis7_0_pb2.pyi +210 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +210 -0
- yandex/cloud/mdb/redis/v1/maintenance_pb2.pyi +129 -0
- yandex/cloud/mdb/redis/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/redis/v1/resource_preset_service_pb2.pyi +83 -0
- yandex/cloud/mdb/sqlserver/v1/backup_pb2.pyi +62 -0
- yandex/cloud/mdb/sqlserver/v1/backup_service_pb2.pyi +90 -0
- yandex/cloud/mdb/sqlserver/v1/cluster_pb2.pyi +571 -0
- yandex/cloud/mdb/sqlserver/v1/cluster_service_pb2.pyi +1226 -0
- yandex/cloud/mdb/sqlserver/v1/config/sqlserver2016sp2_pb2.pyi +231 -0
- yandex/cloud/mdb/sqlserver/v1/config/sqlserver2017_pb2.pyi +231 -0
- yandex/cloud/mdb/sqlserver/v1/config/sqlserver2019_pb2.pyi +231 -0
- yandex/cloud/mdb/sqlserver/v1/database_pb2.pyi +52 -0
- yandex/cloud/mdb/sqlserver/v1/database_service_pb2.pyi +384 -0
- yandex/cloud/mdb/sqlserver/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/sqlserver/v1/resource_preset_service_pb2.pyi +83 -0
- yandex/cloud/mdb/sqlserver/v1/user_pb2.pyi +185 -0
- yandex/cloud/mdb/sqlserver/v1/user_service_pb2.pyi +368 -0
- yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +641 -0
- yandex/cloud/monitoring/v3/dashboard_pb2.pyi +122 -0
- yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +377 -0
- yandex/cloud/monitoring/v3/downsampling_pb2.pyi +118 -0
- yandex/cloud/monitoring/v3/parametrization_pb2.pyi +256 -0
- yandex/cloud/monitoring/v3/text_widget_pb2.pyi +29 -0
- yandex/cloud/monitoring/v3/title_widget_pb2.pyi +69 -0
- yandex/cloud/monitoring/v3/unit_format_pb2.pyi +480 -0
- yandex/cloud/monitoring/v3/widget_pb2.pyi +82 -0
- yandex/cloud/oauth/claims_pb2.pyi +136 -0
- yandex/cloud/operation/operation_pb2.pyi +89 -0
- yandex/cloud/operation/operation_service_pb2.pyi +43 -0
- yandex/cloud/organizationmanager/v1/group_mapping_pb2.pyi +57 -0
- yandex/cloud/organizationmanager/v1/group_mapping_service_pb2.pyi +305 -0
- yandex/cloud/organizationmanager/v1/group_pb2.pyi +51 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +464 -0
- yandex/cloud/organizationmanager/v1/organization_pb2.pyi +73 -0
- yandex/cloud/organizationmanager/v1/organization_service_pb2.pyi +231 -0
- yandex/cloud/organizationmanager/v1/os_login_service_pb2.pyi +421 -0
- yandex/cloud/organizationmanager/v1/saml/certificate_pb2.pyi +53 -0
- yandex/cloud/organizationmanager/v1/saml/certificate_service_pb2.pyi +298 -0
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +179 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +625 -0
- yandex/cloud/organizationmanager/v1/ssh_certificate_service_pb2.pyi +62 -0
- yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +133 -0
- yandex/cloud/organizationmanager/v1/user_service_pb2.pyi +150 -0
- yandex/cloud/organizationmanager/v1/user_ssh_key_pb2.pyi +53 -0
- yandex/cloud/organizationmanager/v1/user_ssh_key_service_pb2.pyi +194 -0
- yandex/cloud/quota/quota_pb2.pyi +88 -0
- yandex/cloud/reference/reference_pb2.pyi +77 -0
- yandex/cloud/resourcemanager/v1/cloud_pb2.pyi +73 -0
- yandex/cloud/resourcemanager/v1/cloud_service_pb2.pyi +360 -0
- yandex/cloud/resourcemanager/v1/folder_pb2.pyi +109 -0
- yandex/cloud/resourcemanager/v1/folder_service_pb2.pyi +364 -0
- yandex/cloud/serverless/apigateway/v1/apigateway_pb2.py +24 -21
- yandex/cloud/serverless/apigateway/v1/apigateway_pb2.pyi +332 -0
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.py +53 -48
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.pyi +618 -0
- yandex/cloud/serverless/apigateway/websocket/v1/connection_pb2.pyi +71 -0
- yandex/cloud/serverless/apigateway/websocket/v1/connection_service_pb2.pyi +113 -0
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +538 -0
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +668 -0
- yandex/cloud/serverless/functions/v1/function_pb2.pyi +607 -0
- yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +1073 -0
- yandex/cloud/serverless/functions/v1/network_service_pb2.pyi +312 -0
- yandex/cloud/serverless/mdbproxy/v1/proxy_pb2.pyi +163 -0
- yandex/cloud/serverless/mdbproxy/v1/proxy_service_pb2.pyi +359 -0
- yandex/cloud/serverless/triggers/v1/predicate_pb2.pyi +80 -0
- yandex/cloud/serverless/triggers/v1/trigger_pb2.pyi +1109 -0
- yandex/cloud/serverless/triggers/v1/trigger_service_pb2.pyi +439 -0
- yandex/cloud/speechsense/v1/audio_pb2.pyi +204 -0
- yandex/cloud/speechsense/v1/talk_service_pb2.pyi +161 -0
- yandex/cloud/speechsense/v1/text_pb2.pyi +70 -0
- yandex/cloud/storage/v1/bucket_pb2.pyi +1465 -0
- yandex/cloud/storage/v1/bucket_service_pb2.pyi +540 -0
- yandex/cloud/validation_pb2.pyi +53 -0
- yandex/cloud/video/v1/channel_pb2.pyi +79 -0
- yandex/cloud/video/v1/channel_service_pb2.pyi +259 -0
- yandex/cloud/video/v1/episode_pb2.pyi +140 -0
- yandex/cloud/video/v1/episode_service_pb2.pyi +451 -0
- yandex/cloud/video/v1/stream_line_pb2.pyi +305 -0
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +563 -0
- yandex/cloud/video/v1/stream_pb2.pyi +197 -0
- yandex/cloud/video/v1/stream_service_pb2.pyi +396 -0
- yandex/cloud/video/v1/thumbnail_pb2.pyi +39 -0
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +184 -0
- yandex/cloud/video/v1/video_pb2.pyi +211 -0
- yandex/cloud/video/v1/video_service_pb2.pyi +464 -0
- yandex/cloud/vpc/v1/address_pb2.pyi +226 -0
- yandex/cloud/vpc/v1/address_service_pb2.pyi +491 -0
- yandex/cloud/vpc/v1/gateway_pb2.pyi +92 -0
- yandex/cloud/vpc/v1/gateway_service_pb2.pyi +403 -0
- yandex/cloud/vpc/v1/network_pb2.pyi +79 -0
- yandex/cloud/vpc/v1/network_service_pb2.pyi +547 -0
- yandex/cloud/vpc/v1/route_table_pb2.pyi +136 -0
- yandex/cloud/vpc/v1/route_table_service_pb2.pyi +381 -0
- yandex/cloud/vpc/v1/security_group_pb2.pyi +266 -0
- yandex/cloud/vpc/v1/security_group_service_pb2.pyi +591 -0
- yandex/cloud/vpc/v1/subnet_pb2.pyi +155 -0
- yandex/cloud/vpc/v1/subnet_service_pb2.pyi +593 -0
- yandex/cloud/ydb/v1/backup_pb2.pyi +353 -0
- yandex/cloud/ydb/v1/backup_service_pb2.pyi +166 -0
- yandex/cloud/ydb/v1/database_pb2.pyi +577 -0
- yandex/cloud/ydb/v1/database_service_pb2.pyi +550 -0
- yandex/cloud/ydb/v1/location_pb2.pyi +29 -0
- yandex/cloud/ydb/v1/location_service_pb2.pyi +83 -0
- yandex/cloud/ydb/v1/resource_preset_pb2.pyi +32 -0
- yandex/cloud/ydb/v1/resource_preset_service_pb2.pyi +83 -0
- yandex/cloud/ydb/v1/storage_type_pb2.pyi +32 -0
- yandex/cloud/ydb/v1/storage_type_service_pb2.pyi +83 -0
- yandexcloud/_auth_fabric.py +46 -41
- yandexcloud/_auth_plugin.py +36 -18
- yandexcloud/_backoff.py +8 -7
- yandexcloud/_channels.py +27 -13
- yandexcloud/_helpers.py +15 -29
- yandexcloud/_operation_waiter.py +32 -18
- yandexcloud/_retry_interceptor.py +39 -22
- yandexcloud/_sdk.py +81 -32
- yandexcloud/_wrappers/__init__.py +9 -2
- yandexcloud/_wrappers/dataproc/__init__.py +11 -10
- yandexcloud/auth.py +10 -2
- yandexcloud/operations.py +22 -7
- {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/AUTHORS +2 -3
- {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/METADATA +4 -4
- {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/RECORD +565 -26
- {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1067 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
|
|
16
|
+
if sys.version_info >= (3, 10):
|
|
17
|
+
import typing as typing_extensions
|
|
18
|
+
else:
|
|
19
|
+
import typing_extensions
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
22
|
+
|
|
23
|
+
class _OriginProtocol:
|
|
24
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
25
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
26
|
+
|
|
27
|
+
class _OriginProtocolEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_OriginProtocol.ValueType], builtins.type):
|
|
28
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
29
|
+
ORIGIN_PROTOCOL_UNSPECIFIED: _OriginProtocol.ValueType # 0
|
|
30
|
+
HTTP: _OriginProtocol.ValueType # 1
|
|
31
|
+
"""CDN servers will connect to your origin via HTTP."""
|
|
32
|
+
HTTPS: _OriginProtocol.ValueType # 2
|
|
33
|
+
"""CDN servers will connect to your origin via HTTPS."""
|
|
34
|
+
MATCH: _OriginProtocol.ValueType # 3
|
|
35
|
+
"""Connection protocol will be chosen automatically (content on the
|
|
36
|
+
origin source should be available for the CDN both through HTTP and HTTPS).
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
class OriginProtocol(_OriginProtocol, metaclass=_OriginProtocolEnumTypeWrapper):
|
|
40
|
+
"""This option defines the protocol that will be used by CDN servers to request
|
|
41
|
+
content from an origin source. If not specified, we will use HTTP to connect
|
|
42
|
+
to an origin server.
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
ORIGIN_PROTOCOL_UNSPECIFIED: OriginProtocol.ValueType # 0
|
|
46
|
+
HTTP: OriginProtocol.ValueType # 1
|
|
47
|
+
"""CDN servers will connect to your origin via HTTP."""
|
|
48
|
+
HTTPS: OriginProtocol.ValueType # 2
|
|
49
|
+
"""CDN servers will connect to your origin via HTTPS."""
|
|
50
|
+
MATCH: OriginProtocol.ValueType # 3
|
|
51
|
+
"""Connection protocol will be chosen automatically (content on the
|
|
52
|
+
origin source should be available for the CDN both through HTTP and HTTPS).
|
|
53
|
+
"""
|
|
54
|
+
global___OriginProtocol = OriginProtocol
|
|
55
|
+
|
|
56
|
+
class _RewriteFlag:
|
|
57
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
58
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
59
|
+
|
|
60
|
+
class _RewriteFlagEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_RewriteFlag.ValueType], builtins.type):
|
|
61
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
62
|
+
REWRITE_FLAG_UNSPECIFIED: _RewriteFlag.ValueType # 0
|
|
63
|
+
LAST: _RewriteFlag.ValueType # 1
|
|
64
|
+
"""Stops processing of the current set of ngx_http_rewrite_module directives and
|
|
65
|
+
starts a search for a new location matching changed URI.
|
|
66
|
+
"""
|
|
67
|
+
BREAK: _RewriteFlag.ValueType # 2
|
|
68
|
+
"""Stops processing of the current set of the Rewrite option."""
|
|
69
|
+
REDIRECT: _RewriteFlag.ValueType # 3
|
|
70
|
+
"""Returns a temporary redirect with the 302 code; It is used when a replacement string does not start
|
|
71
|
+
with "http://", "https://", or "$scheme".
|
|
72
|
+
"""
|
|
73
|
+
PERMANENT: _RewriteFlag.ValueType # 4
|
|
74
|
+
"""Returns a permanent redirect with the 301 code."""
|
|
75
|
+
|
|
76
|
+
class RewriteFlag(_RewriteFlag, metaclass=_RewriteFlagEnumTypeWrapper):
|
|
77
|
+
"""RewriteFlag defines flag for the Rewrite option."""
|
|
78
|
+
|
|
79
|
+
REWRITE_FLAG_UNSPECIFIED: RewriteFlag.ValueType # 0
|
|
80
|
+
LAST: RewriteFlag.ValueType # 1
|
|
81
|
+
"""Stops processing of the current set of ngx_http_rewrite_module directives and
|
|
82
|
+
starts a search for a new location matching changed URI.
|
|
83
|
+
"""
|
|
84
|
+
BREAK: RewriteFlag.ValueType # 2
|
|
85
|
+
"""Stops processing of the current set of the Rewrite option."""
|
|
86
|
+
REDIRECT: RewriteFlag.ValueType # 3
|
|
87
|
+
"""Returns a temporary redirect with the 302 code; It is used when a replacement string does not start
|
|
88
|
+
with "http://", "https://", or "$scheme".
|
|
89
|
+
"""
|
|
90
|
+
PERMANENT: RewriteFlag.ValueType # 4
|
|
91
|
+
"""Returns a permanent redirect with the 301 code."""
|
|
92
|
+
global___RewriteFlag = RewriteFlag
|
|
93
|
+
|
|
94
|
+
class _SecureKeyURLType:
|
|
95
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
96
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
97
|
+
|
|
98
|
+
class _SecureKeyURLTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_SecureKeyURLType.ValueType], builtins.type):
|
|
99
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
100
|
+
SECURE_KEY_URL_TYPE_UNSPECIFIED: _SecureKeyURLType.ValueType # 0
|
|
101
|
+
ENABLE_IP_SIGNING: _SecureKeyURLType.ValueType # 1
|
|
102
|
+
"""Use scpecific IP address in URL signing. URL will be availible only for this IP."""
|
|
103
|
+
DISABLE_IP_SIGNING: _SecureKeyURLType.ValueType # 2
|
|
104
|
+
"""Sign URL without using IP address. URL will be available for all IP addresses."""
|
|
105
|
+
|
|
106
|
+
class SecureKeyURLType(_SecureKeyURLType, metaclass=_SecureKeyURLTypeEnumTypeWrapper):
|
|
107
|
+
"""SecureKeyURLType defines type of the URL signing."""
|
|
108
|
+
|
|
109
|
+
SECURE_KEY_URL_TYPE_UNSPECIFIED: SecureKeyURLType.ValueType # 0
|
|
110
|
+
ENABLE_IP_SIGNING: SecureKeyURLType.ValueType # 1
|
|
111
|
+
"""Use scpecific IP address in URL signing. URL will be availible only for this IP."""
|
|
112
|
+
DISABLE_IP_SIGNING: SecureKeyURLType.ValueType # 2
|
|
113
|
+
"""Sign URL without using IP address. URL will be available for all IP addresses."""
|
|
114
|
+
global___SecureKeyURLType = SecureKeyURLType
|
|
115
|
+
|
|
116
|
+
class _PolicyType:
|
|
117
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
118
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
119
|
+
|
|
120
|
+
class _PolicyTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_PolicyType.ValueType], builtins.type):
|
|
121
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
122
|
+
POLICY_TYPE_UNSPECIFIED: _PolicyType.ValueType # 0
|
|
123
|
+
POLICY_TYPE_ALLOW: _PolicyType.ValueType # 1
|
|
124
|
+
"""Allow access to all IP addresses except the ones specified in the excepted_values field."""
|
|
125
|
+
POLICY_TYPE_DENY: _PolicyType.ValueType # 2
|
|
126
|
+
"""Block access to all IP addresses except the ones specified in the excepted_values field."""
|
|
127
|
+
|
|
128
|
+
class PolicyType(_PolicyType, metaclass=_PolicyTypeEnumTypeWrapper):
|
|
129
|
+
"""PolicyType defines type of the policy in IP address acl rules."""
|
|
130
|
+
|
|
131
|
+
POLICY_TYPE_UNSPECIFIED: PolicyType.ValueType # 0
|
|
132
|
+
POLICY_TYPE_ALLOW: PolicyType.ValueType # 1
|
|
133
|
+
"""Allow access to all IP addresses except the ones specified in the excepted_values field."""
|
|
134
|
+
POLICY_TYPE_DENY: PolicyType.ValueType # 2
|
|
135
|
+
"""Block access to all IP addresses except the ones specified in the excepted_values field."""
|
|
136
|
+
global___PolicyType = PolicyType
|
|
137
|
+
|
|
138
|
+
class _SSLCertificateType:
|
|
139
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
140
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
141
|
+
|
|
142
|
+
class _SSLCertificateTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_SSLCertificateType.ValueType], builtins.type):
|
|
143
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
144
|
+
SSL_CERTIFICATE_TYPE_UNSPECIFIED: _SSLCertificateType.ValueType # 0
|
|
145
|
+
"""SSL certificate is unspecified."""
|
|
146
|
+
DONT_USE: _SSLCertificateType.ValueType # 1
|
|
147
|
+
"""No SSL certificate is added, the requests are sent via HTTP."""
|
|
148
|
+
LETS_ENCRYPT_GCORE: _SSLCertificateType.ValueType # 2
|
|
149
|
+
"""The option is deprecated. Works only if you have already pointed your domain name to the protected IP address in your DNS."""
|
|
150
|
+
CM: _SSLCertificateType.ValueType # 3
|
|
151
|
+
"""Add your SSL certificate by uploading the certificate in PEM format and your private key."""
|
|
152
|
+
|
|
153
|
+
class SSLCertificateType(_SSLCertificateType, metaclass=_SSLCertificateTypeEnumTypeWrapper):
|
|
154
|
+
"""A certificate type parameters."""
|
|
155
|
+
|
|
156
|
+
SSL_CERTIFICATE_TYPE_UNSPECIFIED: SSLCertificateType.ValueType # 0
|
|
157
|
+
"""SSL certificate is unspecified."""
|
|
158
|
+
DONT_USE: SSLCertificateType.ValueType # 1
|
|
159
|
+
"""No SSL certificate is added, the requests are sent via HTTP."""
|
|
160
|
+
LETS_ENCRYPT_GCORE: SSLCertificateType.ValueType # 2
|
|
161
|
+
"""The option is deprecated. Works only if you have already pointed your domain name to the protected IP address in your DNS."""
|
|
162
|
+
CM: SSLCertificateType.ValueType # 3
|
|
163
|
+
"""Add your SSL certificate by uploading the certificate in PEM format and your private key."""
|
|
164
|
+
global___SSLCertificateType = SSLCertificateType
|
|
165
|
+
|
|
166
|
+
class _SSLCertificateStatus:
|
|
167
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
168
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
169
|
+
|
|
170
|
+
class _SSLCertificateStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_SSLCertificateStatus.ValueType], builtins.type):
|
|
171
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
172
|
+
SSL_CERTIFICATE_STATUS_UNSPECIFIED: _SSLCertificateStatus.ValueType # 0
|
|
173
|
+
"""SSL certificate is unspecified."""
|
|
174
|
+
READY: _SSLCertificateStatus.ValueType # 1
|
|
175
|
+
"""SSL certificate is ready to use."""
|
|
176
|
+
CREATING: _SSLCertificateStatus.ValueType # 2
|
|
177
|
+
"""The option is deprecated. SSL certificate is creating."""
|
|
178
|
+
|
|
179
|
+
class SSLCertificateStatus(_SSLCertificateStatus, metaclass=_SSLCertificateStatusEnumTypeWrapper):
|
|
180
|
+
"""A certificate status parameters."""
|
|
181
|
+
|
|
182
|
+
SSL_CERTIFICATE_STATUS_UNSPECIFIED: SSLCertificateStatus.ValueType # 0
|
|
183
|
+
"""SSL certificate is unspecified."""
|
|
184
|
+
READY: SSLCertificateStatus.ValueType # 1
|
|
185
|
+
"""SSL certificate is ready to use."""
|
|
186
|
+
CREATING: SSLCertificateStatus.ValueType # 2
|
|
187
|
+
"""The option is deprecated. SSL certificate is creating."""
|
|
188
|
+
global___SSLCertificateStatus = SSLCertificateStatus
|
|
189
|
+
|
|
190
|
+
@typing.final
|
|
191
|
+
class SecondaryHostnames(google.protobuf.message.Message):
|
|
192
|
+
"""List of secondary (alternative) CNAMEs."""
|
|
193
|
+
|
|
194
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
195
|
+
|
|
196
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
197
|
+
@property
|
|
198
|
+
def values(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
199
|
+
"""List of secondary hostname values."""
|
|
200
|
+
|
|
201
|
+
def __init__(
|
|
202
|
+
self,
|
|
203
|
+
*,
|
|
204
|
+
values: collections.abc.Iterable[builtins.str] | None = ...,
|
|
205
|
+
) -> None: ...
|
|
206
|
+
def ClearField(self, field_name: typing.Literal["values", b"values"]) -> None: ...
|
|
207
|
+
|
|
208
|
+
global___SecondaryHostnames = SecondaryHostnames
|
|
209
|
+
|
|
210
|
+
@typing.final
|
|
211
|
+
class Resource(google.protobuf.message.Message):
|
|
212
|
+
"""
|
|
213
|
+
A CDN resource - representation of providers resource.
|
|
214
|
+
"""
|
|
215
|
+
|
|
216
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
217
|
+
|
|
218
|
+
@typing.final
|
|
219
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
220
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
221
|
+
|
|
222
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
223
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
224
|
+
key: builtins.str
|
|
225
|
+
value: builtins.str
|
|
226
|
+
def __init__(
|
|
227
|
+
self,
|
|
228
|
+
*,
|
|
229
|
+
key: builtins.str = ...,
|
|
230
|
+
value: builtins.str = ...,
|
|
231
|
+
) -> None: ...
|
|
232
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
233
|
+
|
|
234
|
+
ID_FIELD_NUMBER: builtins.int
|
|
235
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
236
|
+
CNAME_FIELD_NUMBER: builtins.int
|
|
237
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
238
|
+
UPDATED_AT_FIELD_NUMBER: builtins.int
|
|
239
|
+
ACTIVE_FIELD_NUMBER: builtins.int
|
|
240
|
+
OPTIONS_FIELD_NUMBER: builtins.int
|
|
241
|
+
SECONDARY_HOSTNAMES_FIELD_NUMBER: builtins.int
|
|
242
|
+
ORIGIN_GROUP_ID_FIELD_NUMBER: builtins.int
|
|
243
|
+
ORIGIN_GROUP_NAME_FIELD_NUMBER: builtins.int
|
|
244
|
+
ORIGIN_PROTOCOL_FIELD_NUMBER: builtins.int
|
|
245
|
+
SSL_CERTIFICATE_FIELD_NUMBER: builtins.int
|
|
246
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
247
|
+
id: builtins.str
|
|
248
|
+
"""ID of the resource."""
|
|
249
|
+
folder_id: builtins.str
|
|
250
|
+
"""Folder id."""
|
|
251
|
+
cname: builtins.str
|
|
252
|
+
"""CDN endpoint CNAME, must be unique among resources."""
|
|
253
|
+
active: builtins.bool
|
|
254
|
+
"""Flag to create Resource either in active or disabled state.
|
|
255
|
+
True - the content from CDN is available to clients.
|
|
256
|
+
False - the content from CDN isn't available to clients.
|
|
257
|
+
"""
|
|
258
|
+
origin_group_id: builtins.int
|
|
259
|
+
"""ID of the origin group."""
|
|
260
|
+
origin_group_name: builtins.str
|
|
261
|
+
"""Name of the origin group."""
|
|
262
|
+
origin_protocol: global___OriginProtocol.ValueType
|
|
263
|
+
"""Specify the protocol schema to be used in communication with origin."""
|
|
264
|
+
@property
|
|
265
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
266
|
+
"""Creation timestamp."""
|
|
267
|
+
|
|
268
|
+
@property
|
|
269
|
+
def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
270
|
+
"""Update timestamp."""
|
|
271
|
+
|
|
272
|
+
@property
|
|
273
|
+
def options(self) -> global___ResourceOptions:
|
|
274
|
+
"""Resource settings and options to tune CDN edge behavior."""
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
def secondary_hostnames(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
278
|
+
"""List of secondary hostname strings."""
|
|
279
|
+
|
|
280
|
+
@property
|
|
281
|
+
def ssl_certificate(self) -> global___SSLCertificate:
|
|
282
|
+
"""SSL certificate options."""
|
|
283
|
+
|
|
284
|
+
@property
|
|
285
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
286
|
+
"""Labels of the resource."""
|
|
287
|
+
|
|
288
|
+
def __init__(
|
|
289
|
+
self,
|
|
290
|
+
*,
|
|
291
|
+
id: builtins.str = ...,
|
|
292
|
+
folder_id: builtins.str = ...,
|
|
293
|
+
cname: builtins.str = ...,
|
|
294
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
295
|
+
updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
296
|
+
active: builtins.bool = ...,
|
|
297
|
+
options: global___ResourceOptions | None = ...,
|
|
298
|
+
secondary_hostnames: collections.abc.Iterable[builtins.str] | None = ...,
|
|
299
|
+
origin_group_id: builtins.int = ...,
|
|
300
|
+
origin_group_name: builtins.str = ...,
|
|
301
|
+
origin_protocol: global___OriginProtocol.ValueType = ...,
|
|
302
|
+
ssl_certificate: global___SSLCertificate | None = ...,
|
|
303
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
304
|
+
) -> None: ...
|
|
305
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "options", b"options", "ssl_certificate", b"ssl_certificate", "updated_at", b"updated_at"]) -> builtins.bool: ...
|
|
306
|
+
def ClearField(self, field_name: typing.Literal["active", b"active", "cname", b"cname", "created_at", b"created_at", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "options", b"options", "origin_group_id", b"origin_group_id", "origin_group_name", b"origin_group_name", "origin_protocol", b"origin_protocol", "secondary_hostnames", b"secondary_hostnames", "ssl_certificate", b"ssl_certificate", "updated_at", b"updated_at"]) -> None: ...
|
|
307
|
+
|
|
308
|
+
global___Resource = Resource
|
|
309
|
+
|
|
310
|
+
@typing.final
|
|
311
|
+
class ResourceOptions(google.protobuf.message.Message):
|
|
312
|
+
"""A major set of various resource options."""
|
|
313
|
+
|
|
314
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
315
|
+
|
|
316
|
+
@typing.final
|
|
317
|
+
class BoolOption(google.protobuf.message.Message):
|
|
318
|
+
"""Set up bool values."""
|
|
319
|
+
|
|
320
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
321
|
+
|
|
322
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
323
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
324
|
+
enabled: builtins.bool
|
|
325
|
+
"""True - the option is enabled and its [value] is applied to the resource.
|
|
326
|
+
False - the option is disabled and its default value is used for the resource.
|
|
327
|
+
"""
|
|
328
|
+
value: builtins.bool
|
|
329
|
+
"""Value of the option."""
|
|
330
|
+
def __init__(
|
|
331
|
+
self,
|
|
332
|
+
*,
|
|
333
|
+
enabled: builtins.bool = ...,
|
|
334
|
+
value: builtins.bool = ...,
|
|
335
|
+
) -> None: ...
|
|
336
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "value", b"value"]) -> None: ...
|
|
337
|
+
|
|
338
|
+
@typing.final
|
|
339
|
+
class StringOption(google.protobuf.message.Message):
|
|
340
|
+
"""A set of the string parameters."""
|
|
341
|
+
|
|
342
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
343
|
+
|
|
344
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
345
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
346
|
+
enabled: builtins.bool
|
|
347
|
+
"""True - the option is enabled and its [value] is applied to the resource.
|
|
348
|
+
False - the option is disabled and its default value is used for the resource.
|
|
349
|
+
"""
|
|
350
|
+
value: builtins.str
|
|
351
|
+
"""Value of the option."""
|
|
352
|
+
def __init__(
|
|
353
|
+
self,
|
|
354
|
+
*,
|
|
355
|
+
enabled: builtins.bool = ...,
|
|
356
|
+
value: builtins.str = ...,
|
|
357
|
+
) -> None: ...
|
|
358
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "value", b"value"]) -> None: ...
|
|
359
|
+
|
|
360
|
+
@typing.final
|
|
361
|
+
class Int64Option(google.protobuf.message.Message):
|
|
362
|
+
"""A set of the numeric parameters."""
|
|
363
|
+
|
|
364
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
365
|
+
|
|
366
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
367
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
368
|
+
enabled: builtins.bool
|
|
369
|
+
"""True - the option is enabled and its [value] is applied to the resource.
|
|
370
|
+
False - the option is disabled and its default value is used for the resource.
|
|
371
|
+
"""
|
|
372
|
+
value: builtins.int
|
|
373
|
+
"""Value of the option."""
|
|
374
|
+
def __init__(
|
|
375
|
+
self,
|
|
376
|
+
*,
|
|
377
|
+
enabled: builtins.bool = ...,
|
|
378
|
+
value: builtins.int = ...,
|
|
379
|
+
) -> None: ...
|
|
380
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "value", b"value"]) -> None: ...
|
|
381
|
+
|
|
382
|
+
@typing.final
|
|
383
|
+
class StringsListOption(google.protobuf.message.Message):
|
|
384
|
+
"""A set of the string list parameters."""
|
|
385
|
+
|
|
386
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
387
|
+
|
|
388
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
389
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
390
|
+
enabled: builtins.bool
|
|
391
|
+
"""True - the option is enabled and its [value] is applied to the resource.
|
|
392
|
+
False - the option is disabled and its default value is used for the resource.
|
|
393
|
+
"""
|
|
394
|
+
@property
|
|
395
|
+
def value(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
396
|
+
"""Value of the option."""
|
|
397
|
+
|
|
398
|
+
def __init__(
|
|
399
|
+
self,
|
|
400
|
+
*,
|
|
401
|
+
enabled: builtins.bool = ...,
|
|
402
|
+
value: collections.abc.Iterable[builtins.str] | None = ...,
|
|
403
|
+
) -> None: ...
|
|
404
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "value", b"value"]) -> None: ...
|
|
405
|
+
|
|
406
|
+
@typing.final
|
|
407
|
+
class StringsMapOption(google.protobuf.message.Message):
|
|
408
|
+
"""A set of the strings map parameters."""
|
|
409
|
+
|
|
410
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
411
|
+
|
|
412
|
+
@typing.final
|
|
413
|
+
class ValueEntry(google.protobuf.message.Message):
|
|
414
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
415
|
+
|
|
416
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
417
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
418
|
+
key: builtins.str
|
|
419
|
+
value: builtins.str
|
|
420
|
+
def __init__(
|
|
421
|
+
self,
|
|
422
|
+
*,
|
|
423
|
+
key: builtins.str = ...,
|
|
424
|
+
value: builtins.str = ...,
|
|
425
|
+
) -> None: ...
|
|
426
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
427
|
+
|
|
428
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
429
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
430
|
+
enabled: builtins.bool
|
|
431
|
+
"""True - the option is enabled and its [value] is applied to the resource.
|
|
432
|
+
False - the option is disabled and its default value is used for the resource.
|
|
433
|
+
"""
|
|
434
|
+
@property
|
|
435
|
+
def value(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
436
|
+
"""Value of the option."""
|
|
437
|
+
|
|
438
|
+
def __init__(
|
|
439
|
+
self,
|
|
440
|
+
*,
|
|
441
|
+
enabled: builtins.bool = ...,
|
|
442
|
+
value: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
443
|
+
) -> None: ...
|
|
444
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "value", b"value"]) -> None: ...
|
|
445
|
+
|
|
446
|
+
@typing.final
|
|
447
|
+
class CachingTimes(google.protobuf.message.Message):
|
|
448
|
+
"""A set of the caching response time parameters."""
|
|
449
|
+
|
|
450
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
451
|
+
|
|
452
|
+
@typing.final
|
|
453
|
+
class CustomValuesEntry(google.protobuf.message.Message):
|
|
454
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
455
|
+
|
|
456
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
457
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
458
|
+
key: builtins.str
|
|
459
|
+
value: builtins.int
|
|
460
|
+
def __init__(
|
|
461
|
+
self,
|
|
462
|
+
*,
|
|
463
|
+
key: builtins.str = ...,
|
|
464
|
+
value: builtins.int = ...,
|
|
465
|
+
) -> None: ...
|
|
466
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
467
|
+
|
|
468
|
+
SIMPLE_VALUE_FIELD_NUMBER: builtins.int
|
|
469
|
+
CUSTOM_VALUES_FIELD_NUMBER: builtins.int
|
|
470
|
+
simple_value: builtins.int
|
|
471
|
+
"""Caching time for a response with codes 200, 206, 301, 302.
|
|
472
|
+
Responses with codes 4xx, 5xx will not be cached. Use `0s` disable to caching.
|
|
473
|
+
Use [custom_values] field to specify a custom caching time for a response with specific codes.
|
|
474
|
+
"""
|
|
475
|
+
@property
|
|
476
|
+
def custom_values(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.int]:
|
|
477
|
+
"""Caching time for a response with specific codes. These settings have a higher priority than the value field.
|
|
478
|
+
Response code (`304`, `404` for example). Use `any` to specify caching time for all response codes.
|
|
479
|
+
Caching time in seconds (`0s`, `600s` for example). Use `0s` to disable caching for a specific response code.
|
|
480
|
+
"""
|
|
481
|
+
|
|
482
|
+
def __init__(
|
|
483
|
+
self,
|
|
484
|
+
*,
|
|
485
|
+
simple_value: builtins.int = ...,
|
|
486
|
+
custom_values: collections.abc.Mapping[builtins.str, builtins.int] | None = ...,
|
|
487
|
+
) -> None: ...
|
|
488
|
+
def ClearField(self, field_name: typing.Literal["custom_values", b"custom_values", "simple_value", b"simple_value"]) -> None: ...
|
|
489
|
+
|
|
490
|
+
@typing.final
|
|
491
|
+
class EdgeCacheSettings(google.protobuf.message.Message):
|
|
492
|
+
"""A set of the edge cache parameters."""
|
|
493
|
+
|
|
494
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
495
|
+
|
|
496
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
497
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
498
|
+
DEFAULT_VALUE_FIELD_NUMBER: builtins.int
|
|
499
|
+
enabled: builtins.bool
|
|
500
|
+
"""True - the option is enabled and its `values_variant` is applied to the resource.
|
|
501
|
+
False - the option is disabled and its default value is used for the resource.
|
|
502
|
+
"""
|
|
503
|
+
default_value: builtins.int
|
|
504
|
+
"""Content will be cached according to origin cache settings.
|
|
505
|
+
The value applies for a response with codes 200, 201, 204, 206, 301, 302, 303, 304, 307, 308
|
|
506
|
+
if an origin server does not have caching HTTP headers.
|
|
507
|
+
Responses with other codes will not be cached.
|
|
508
|
+
"""
|
|
509
|
+
@property
|
|
510
|
+
def value(self) -> global___ResourceOptions.CachingTimes:
|
|
511
|
+
"""Value of the option."""
|
|
512
|
+
|
|
513
|
+
def __init__(
|
|
514
|
+
self,
|
|
515
|
+
*,
|
|
516
|
+
enabled: builtins.bool = ...,
|
|
517
|
+
value: global___ResourceOptions.CachingTimes | None = ...,
|
|
518
|
+
default_value: builtins.int = ...,
|
|
519
|
+
) -> None: ...
|
|
520
|
+
def HasField(self, field_name: typing.Literal["default_value", b"default_value", "value", b"value", "values_variant", b"values_variant"]) -> builtins.bool: ...
|
|
521
|
+
def ClearField(self, field_name: typing.Literal["default_value", b"default_value", "enabled", b"enabled", "value", b"value", "values_variant", b"values_variant"]) -> None: ...
|
|
522
|
+
def WhichOneof(self, oneof_group: typing.Literal["values_variant", b"values_variant"]) -> typing.Literal["value", "default_value"] | None: ...
|
|
523
|
+
|
|
524
|
+
@typing.final
|
|
525
|
+
class StringVariableMapOption(google.protobuf.message.Message):
|
|
526
|
+
"""A set of the string variable map parameters."""
|
|
527
|
+
|
|
528
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
529
|
+
|
|
530
|
+
@typing.final
|
|
531
|
+
class OneofString(google.protobuf.message.Message):
|
|
532
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
533
|
+
|
|
534
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
535
|
+
VALUES_FIELD_NUMBER: builtins.int
|
|
536
|
+
@property
|
|
537
|
+
def value(self) -> global___ResourceOptions.StringOption:
|
|
538
|
+
"""Using [StringOption] to set value."""
|
|
539
|
+
|
|
540
|
+
@property
|
|
541
|
+
def values(self) -> global___ResourceOptions.StringsListOption:
|
|
542
|
+
"""Using [StringsListOption] to set values."""
|
|
543
|
+
|
|
544
|
+
def __init__(
|
|
545
|
+
self,
|
|
546
|
+
*,
|
|
547
|
+
value: global___ResourceOptions.StringOption | None = ...,
|
|
548
|
+
values: global___ResourceOptions.StringsListOption | None = ...,
|
|
549
|
+
) -> None: ...
|
|
550
|
+
def HasField(self, field_name: typing.Literal["string_option", b"string_option", "value", b"value", "values", b"values"]) -> builtins.bool: ...
|
|
551
|
+
def ClearField(self, field_name: typing.Literal["string_option", b"string_option", "value", b"value", "values", b"values"]) -> None: ...
|
|
552
|
+
def WhichOneof(self, oneof_group: typing.Literal["string_option", b"string_option"]) -> typing.Literal["value", "values"] | None: ...
|
|
553
|
+
|
|
554
|
+
@typing.final
|
|
555
|
+
class ValueEntry(google.protobuf.message.Message):
|
|
556
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
557
|
+
|
|
558
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
559
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
560
|
+
key: builtins.str
|
|
561
|
+
@property
|
|
562
|
+
def value(self) -> global___ResourceOptions.StringVariableMapOption.OneofString: ...
|
|
563
|
+
def __init__(
|
|
564
|
+
self,
|
|
565
|
+
*,
|
|
566
|
+
key: builtins.str = ...,
|
|
567
|
+
value: global___ResourceOptions.StringVariableMapOption.OneofString | None = ...,
|
|
568
|
+
) -> None: ...
|
|
569
|
+
def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
|
|
570
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
571
|
+
|
|
572
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
573
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
574
|
+
enabled: builtins.bool
|
|
575
|
+
"""True - the option is enabled and its [value] is applied to the resource.
|
|
576
|
+
False - the option is disabled and its default value is used for the resource.
|
|
577
|
+
"""
|
|
578
|
+
@property
|
|
579
|
+
def value(self) -> google.protobuf.internal.containers.MessageMap[builtins.str, global___ResourceOptions.StringVariableMapOption.OneofString]:
|
|
580
|
+
"""Value of the option."""
|
|
581
|
+
|
|
582
|
+
def __init__(
|
|
583
|
+
self,
|
|
584
|
+
*,
|
|
585
|
+
enabled: builtins.bool = ...,
|
|
586
|
+
value: collections.abc.Mapping[builtins.str, global___ResourceOptions.StringVariableMapOption.OneofString] | None = ...,
|
|
587
|
+
) -> None: ...
|
|
588
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "value", b"value"]) -> None: ...
|
|
589
|
+
|
|
590
|
+
@typing.final
|
|
591
|
+
class QueryParamsOptions(google.protobuf.message.Message):
|
|
592
|
+
"""A set of the query parameters."""
|
|
593
|
+
|
|
594
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
595
|
+
|
|
596
|
+
IGNORE_QUERY_STRING_FIELD_NUMBER: builtins.int
|
|
597
|
+
QUERY_PARAMS_WHITELIST_FIELD_NUMBER: builtins.int
|
|
598
|
+
QUERY_PARAMS_BLACKLIST_FIELD_NUMBER: builtins.int
|
|
599
|
+
@property
|
|
600
|
+
def ignore_query_string(self) -> global___ResourceOptions.BoolOption:
|
|
601
|
+
"""Using [BoolOption]. Selected by default. Files with different query parameters are cached as objects with the same key regardless of the parameter value."""
|
|
602
|
+
|
|
603
|
+
@property
|
|
604
|
+
def query_params_whitelist(self) -> global___ResourceOptions.StringsListOption:
|
|
605
|
+
"""Ignore All Except.
|
|
606
|
+
Files with the specified query parameters are cached as objects with different keys,
|
|
607
|
+
files with other parameters are cached as objects with the same key.
|
|
608
|
+
"""
|
|
609
|
+
|
|
610
|
+
@property
|
|
611
|
+
def query_params_blacklist(self) -> global___ResourceOptions.StringsListOption:
|
|
612
|
+
"""Ignore only. Files with the specified query parameters are cached as objects with the same key,
|
|
613
|
+
files with other parameters are cached as objects with different keys.
|
|
614
|
+
"""
|
|
615
|
+
|
|
616
|
+
def __init__(
|
|
617
|
+
self,
|
|
618
|
+
*,
|
|
619
|
+
ignore_query_string: global___ResourceOptions.BoolOption | None = ...,
|
|
620
|
+
query_params_whitelist: global___ResourceOptions.StringsListOption | None = ...,
|
|
621
|
+
query_params_blacklist: global___ResourceOptions.StringsListOption | None = ...,
|
|
622
|
+
) -> None: ...
|
|
623
|
+
def HasField(self, field_name: typing.Literal["ignore_query_string", b"ignore_query_string", "query_params_blacklist", b"query_params_blacklist", "query_params_variant", b"query_params_variant", "query_params_whitelist", b"query_params_whitelist"]) -> builtins.bool: ...
|
|
624
|
+
def ClearField(self, field_name: typing.Literal["ignore_query_string", b"ignore_query_string", "query_params_blacklist", b"query_params_blacklist", "query_params_variant", b"query_params_variant", "query_params_whitelist", b"query_params_whitelist"]) -> None: ...
|
|
625
|
+
def WhichOneof(self, oneof_group: typing.Literal["query_params_variant", b"query_params_variant"]) -> typing.Literal["ignore_query_string", "query_params_whitelist", "query_params_blacklist"] | None: ...
|
|
626
|
+
|
|
627
|
+
@typing.final
|
|
628
|
+
class RedirectOptions(google.protobuf.message.Message):
|
|
629
|
+
"""A set of the redirect parameters."""
|
|
630
|
+
|
|
631
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
632
|
+
|
|
633
|
+
REDIRECT_HTTP_TO_HTTPS_FIELD_NUMBER: builtins.int
|
|
634
|
+
REDIRECT_HTTPS_TO_HTTP_FIELD_NUMBER: builtins.int
|
|
635
|
+
@property
|
|
636
|
+
def redirect_http_to_https(self) -> global___ResourceOptions.BoolOption:
|
|
637
|
+
"""Using [BoolOption]. Set up a redirect from HTTPS to HTTP."""
|
|
638
|
+
|
|
639
|
+
@property
|
|
640
|
+
def redirect_https_to_http(self) -> global___ResourceOptions.BoolOption:
|
|
641
|
+
"""Using [BoolOption]. Set up a redirect from HTTP to HTTPS."""
|
|
642
|
+
|
|
643
|
+
def __init__(
|
|
644
|
+
self,
|
|
645
|
+
*,
|
|
646
|
+
redirect_http_to_https: global___ResourceOptions.BoolOption | None = ...,
|
|
647
|
+
redirect_https_to_http: global___ResourceOptions.BoolOption | None = ...,
|
|
648
|
+
) -> None: ...
|
|
649
|
+
def HasField(self, field_name: typing.Literal["redirect_http_to_https", b"redirect_http_to_https", "redirect_https_to_http", b"redirect_https_to_http", "redirect_variant", b"redirect_variant"]) -> builtins.bool: ...
|
|
650
|
+
def ClearField(self, field_name: typing.Literal["redirect_http_to_https", b"redirect_http_to_https", "redirect_https_to_http", b"redirect_https_to_http", "redirect_variant", b"redirect_variant"]) -> None: ...
|
|
651
|
+
def WhichOneof(self, oneof_group: typing.Literal["redirect_variant", b"redirect_variant"]) -> typing.Literal["redirect_http_to_https", "redirect_https_to_http"] | None: ...
|
|
652
|
+
|
|
653
|
+
@typing.final
|
|
654
|
+
class HostOptions(google.protobuf.message.Message):
|
|
655
|
+
"""A set of the host parameters."""
|
|
656
|
+
|
|
657
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
658
|
+
|
|
659
|
+
HOST_FIELD_NUMBER: builtins.int
|
|
660
|
+
FORWARD_HOST_HEADER_FIELD_NUMBER: builtins.int
|
|
661
|
+
@property
|
|
662
|
+
def host(self) -> global___ResourceOptions.StringOption:
|
|
663
|
+
"""Custom value for the Host header.
|
|
664
|
+
|
|
665
|
+
Your server must be able to process requests with the chosen header.
|
|
666
|
+
|
|
667
|
+
Default value (if [StringOption.enabled] is `false`) is [Resource.cname].
|
|
668
|
+
"""
|
|
669
|
+
|
|
670
|
+
@property
|
|
671
|
+
def forward_host_header(self) -> global___ResourceOptions.BoolOption:
|
|
672
|
+
"""Using [BoolOption]. Choose the Forward Host header option if is important to send in the request to the Origin
|
|
673
|
+
the same Host header as was sent in the request to CDN server.
|
|
674
|
+
"""
|
|
675
|
+
|
|
676
|
+
def __init__(
|
|
677
|
+
self,
|
|
678
|
+
*,
|
|
679
|
+
host: global___ResourceOptions.StringOption | None = ...,
|
|
680
|
+
forward_host_header: global___ResourceOptions.BoolOption | None = ...,
|
|
681
|
+
) -> None: ...
|
|
682
|
+
def HasField(self, field_name: typing.Literal["forward_host_header", b"forward_host_header", "host", b"host", "host_variant", b"host_variant"]) -> builtins.bool: ...
|
|
683
|
+
def ClearField(self, field_name: typing.Literal["forward_host_header", b"forward_host_header", "host", b"host", "host_variant", b"host_variant"]) -> None: ...
|
|
684
|
+
def WhichOneof(self, oneof_group: typing.Literal["host_variant", b"host_variant"]) -> typing.Literal["host", "forward_host_header"] | None: ...
|
|
685
|
+
|
|
686
|
+
@typing.final
|
|
687
|
+
class CompressionOptions(google.protobuf.message.Message):
|
|
688
|
+
"""A set of the compression variant parameters."""
|
|
689
|
+
|
|
690
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
691
|
+
|
|
692
|
+
FETCH_COMPRESSED_FIELD_NUMBER: builtins.int
|
|
693
|
+
GZIP_ON_FIELD_NUMBER: builtins.int
|
|
694
|
+
BROTLI_COMPRESSION_FIELD_NUMBER: builtins.int
|
|
695
|
+
@property
|
|
696
|
+
def fetch_compressed(self) -> global___ResourceOptions.BoolOption:
|
|
697
|
+
"""The Fetch compressed option helps you to reduce
|
|
698
|
+
the bandwidth between origin and CDN servers.
|
|
699
|
+
Also, content delivery speed becomes higher because of reducing the time
|
|
700
|
+
for compressing files in a CDN.
|
|
701
|
+
"""
|
|
702
|
+
|
|
703
|
+
@property
|
|
704
|
+
def gzip_on(self) -> global___ResourceOptions.BoolOption:
|
|
705
|
+
"""Using [BoolOption]. GZip compression at CDN servers reduces file size by 70% and can be as high as 90%."""
|
|
706
|
+
|
|
707
|
+
@property
|
|
708
|
+
def brotli_compression(self) -> global___ResourceOptions.StringsListOption:
|
|
709
|
+
"""The option allows to compress content with brotli on the CDN's end.
|
|
710
|
+
|
|
711
|
+
Compression is performed on the Origin Shielding. If a pre-cache server doesn't active for a resource, compression does not occur even if the option is enabled.
|
|
712
|
+
|
|
713
|
+
Specify the content-type for each type of content you wish to have compressed. CDN servers will request only uncompressed content from the origin.
|
|
714
|
+
"""
|
|
715
|
+
|
|
716
|
+
def __init__(
|
|
717
|
+
self,
|
|
718
|
+
*,
|
|
719
|
+
fetch_compressed: global___ResourceOptions.BoolOption | None = ...,
|
|
720
|
+
gzip_on: global___ResourceOptions.BoolOption | None = ...,
|
|
721
|
+
brotli_compression: global___ResourceOptions.StringsListOption | None = ...,
|
|
722
|
+
) -> None: ...
|
|
723
|
+
def HasField(self, field_name: typing.Literal["brotli_compression", b"brotli_compression", "compression_variant", b"compression_variant", "fetch_compressed", b"fetch_compressed", "gzip_on", b"gzip_on"]) -> builtins.bool: ...
|
|
724
|
+
def ClearField(self, field_name: typing.Literal["brotli_compression", b"brotli_compression", "compression_variant", b"compression_variant", "fetch_compressed", b"fetch_compressed", "gzip_on", b"gzip_on"]) -> None: ...
|
|
725
|
+
def WhichOneof(self, oneof_group: typing.Literal["compression_variant", b"compression_variant"]) -> typing.Literal["fetch_compressed", "gzip_on", "brotli_compression"] | None: ...
|
|
726
|
+
|
|
727
|
+
@typing.final
|
|
728
|
+
class RewriteOption(google.protobuf.message.Message):
|
|
729
|
+
"""An option for changing or redirecting query paths."""
|
|
730
|
+
|
|
731
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
732
|
+
|
|
733
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
734
|
+
BODY_FIELD_NUMBER: builtins.int
|
|
735
|
+
FLAG_FIELD_NUMBER: builtins.int
|
|
736
|
+
enabled: builtins.bool
|
|
737
|
+
"""True - the option is enabled and its [flag] is applied to the resource.
|
|
738
|
+
False - the option is disabled and its default value of the [flag] is used for the resource.
|
|
739
|
+
"""
|
|
740
|
+
body: builtins.str
|
|
741
|
+
"""Pattern for rewrite.
|
|
742
|
+
|
|
743
|
+
The value must have the following format: `<source path> <destination path>`, where both paths are regular expressions which use at least one group. E.g., `/foo/(.*) /bar/$1`.
|
|
744
|
+
"""
|
|
745
|
+
flag: global___RewriteFlag.ValueType
|
|
746
|
+
"""Break flag is applied to the option by default.
|
|
747
|
+
It is not shown in the field.
|
|
748
|
+
"""
|
|
749
|
+
def __init__(
|
|
750
|
+
self,
|
|
751
|
+
*,
|
|
752
|
+
enabled: builtins.bool = ...,
|
|
753
|
+
body: builtins.str = ...,
|
|
754
|
+
flag: global___RewriteFlag.ValueType = ...,
|
|
755
|
+
) -> None: ...
|
|
756
|
+
def ClearField(self, field_name: typing.Literal["body", b"body", "enabled", b"enabled", "flag", b"flag"]) -> None: ...
|
|
757
|
+
|
|
758
|
+
@typing.final
|
|
759
|
+
class SecureKeyOption(google.protobuf.message.Message):
|
|
760
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
761
|
+
|
|
762
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
763
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
764
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
765
|
+
enabled: builtins.bool
|
|
766
|
+
"""True - the option is enabled and its [flag] is applied to the resource.
|
|
767
|
+
False - the option is disabled and its default value of the [flag] is used for the resource.
|
|
768
|
+
"""
|
|
769
|
+
key: builtins.str
|
|
770
|
+
"""The key for the URL signing."""
|
|
771
|
+
type: global___SecureKeyURLType.ValueType
|
|
772
|
+
"""The type of the URL signing. The URL could be available for all IP addresses or for the only one IP."""
|
|
773
|
+
def __init__(
|
|
774
|
+
self,
|
|
775
|
+
*,
|
|
776
|
+
enabled: builtins.bool = ...,
|
|
777
|
+
key: builtins.str = ...,
|
|
778
|
+
type: global___SecureKeyURLType.ValueType = ...,
|
|
779
|
+
) -> None: ...
|
|
780
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "key", b"key", "type", b"type"]) -> None: ...
|
|
781
|
+
|
|
782
|
+
@typing.final
|
|
783
|
+
class IPAddressACLOption(google.protobuf.message.Message):
|
|
784
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
785
|
+
|
|
786
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
|
787
|
+
POLICY_TYPE_FIELD_NUMBER: builtins.int
|
|
788
|
+
EXCEPTED_VALUES_FIELD_NUMBER: builtins.int
|
|
789
|
+
enabled: builtins.bool
|
|
790
|
+
"""True - the option is enabled and its [flag] is applied to the resource.
|
|
791
|
+
False - the option is disabled and its default value of the [flag] is used for the resource.
|
|
792
|
+
"""
|
|
793
|
+
policy_type: global___PolicyType.ValueType
|
|
794
|
+
"""The policy type. One of allow or deny value."""
|
|
795
|
+
@property
|
|
796
|
+
def excepted_values(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
797
|
+
"""The list of IP addresses to be allowed or denied."""
|
|
798
|
+
|
|
799
|
+
def __init__(
|
|
800
|
+
self,
|
|
801
|
+
*,
|
|
802
|
+
enabled: builtins.bool = ...,
|
|
803
|
+
policy_type: global___PolicyType.ValueType = ...,
|
|
804
|
+
excepted_values: collections.abc.Iterable[builtins.str] | None = ...,
|
|
805
|
+
) -> None: ...
|
|
806
|
+
def ClearField(self, field_name: typing.Literal["enabled", b"enabled", "excepted_values", b"excepted_values", "policy_type", b"policy_type"]) -> None: ...
|
|
807
|
+
|
|
808
|
+
DISABLE_CACHE_FIELD_NUMBER: builtins.int
|
|
809
|
+
EDGE_CACHE_SETTINGS_FIELD_NUMBER: builtins.int
|
|
810
|
+
BROWSER_CACHE_SETTINGS_FIELD_NUMBER: builtins.int
|
|
811
|
+
CACHE_HTTP_HEADERS_FIELD_NUMBER: builtins.int
|
|
812
|
+
QUERY_PARAMS_OPTIONS_FIELD_NUMBER: builtins.int
|
|
813
|
+
SLICE_FIELD_NUMBER: builtins.int
|
|
814
|
+
COMPRESSION_OPTIONS_FIELD_NUMBER: builtins.int
|
|
815
|
+
REDIRECT_OPTIONS_FIELD_NUMBER: builtins.int
|
|
816
|
+
HOST_OPTIONS_FIELD_NUMBER: builtins.int
|
|
817
|
+
STATIC_HEADERS_FIELD_NUMBER: builtins.int
|
|
818
|
+
CORS_FIELD_NUMBER: builtins.int
|
|
819
|
+
STALE_FIELD_NUMBER: builtins.int
|
|
820
|
+
ALLOWED_HTTP_METHODS_FIELD_NUMBER: builtins.int
|
|
821
|
+
PROXY_CACHE_METHODS_SET_FIELD_NUMBER: builtins.int
|
|
822
|
+
DISABLE_PROXY_FORCE_RANGES_FIELD_NUMBER: builtins.int
|
|
823
|
+
STATIC_REQUEST_HEADERS_FIELD_NUMBER: builtins.int
|
|
824
|
+
CUSTOM_SERVER_NAME_FIELD_NUMBER: builtins.int
|
|
825
|
+
IGNORE_COOKIE_FIELD_NUMBER: builtins.int
|
|
826
|
+
REWRITE_FIELD_NUMBER: builtins.int
|
|
827
|
+
SECURE_KEY_FIELD_NUMBER: builtins.int
|
|
828
|
+
IP_ADDRESS_ACL_FIELD_NUMBER: builtins.int
|
|
829
|
+
@property
|
|
830
|
+
def disable_cache(self) -> global___ResourceOptions.BoolOption:
|
|
831
|
+
"""Set up a cache status."""
|
|
832
|
+
|
|
833
|
+
@property
|
|
834
|
+
def edge_cache_settings(self) -> global___ResourceOptions.EdgeCacheSettings:
|
|
835
|
+
"""Set up [EdgeCacheSettings]."""
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
def browser_cache_settings(self) -> global___ResourceOptions.Int64Option:
|
|
839
|
+
"""Using [Int64Option]. Set up a cache period for the end-users browser.
|
|
840
|
+
Content will be cached due to origin settings.
|
|
841
|
+
If there are no cache settings on your origin, the content will not be cached.
|
|
842
|
+
The list of HTTP response codes that can be cached in browsers: 200, 201, 204, 206, 301, 302, 303, 304, 307, 308.
|
|
843
|
+
Other response codes will not be cached.
|
|
844
|
+
The default value is 4 days.
|
|
845
|
+
"""
|
|
846
|
+
|
|
847
|
+
@property
|
|
848
|
+
def cache_http_headers(self) -> global___ResourceOptions.StringsListOption:
|
|
849
|
+
"""List HTTP headers that must be included in responses to clients."""
|
|
850
|
+
|
|
851
|
+
@property
|
|
852
|
+
def query_params_options(self) -> global___ResourceOptions.QueryParamsOptions:
|
|
853
|
+
"""Set up [QueryParamsOptions]."""
|
|
854
|
+
|
|
855
|
+
@property
|
|
856
|
+
def slice(self) -> global___ResourceOptions.BoolOption:
|
|
857
|
+
"""Files larger than 10 MB will be requested and cached in parts (no larger than 10 MB each part). It reduces time to first byte.
|
|
858
|
+
|
|
859
|
+
The origin must support HTTP Range requests.
|
|
860
|
+
|
|
861
|
+
By default the option is disabled.
|
|
862
|
+
"""
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
def compression_options(self) -> global___ResourceOptions.CompressionOptions:
|
|
866
|
+
"""Set up compression variant."""
|
|
867
|
+
|
|
868
|
+
@property
|
|
869
|
+
def redirect_options(self) -> global___ResourceOptions.RedirectOptions:
|
|
870
|
+
"""Set up redirects."""
|
|
871
|
+
|
|
872
|
+
@property
|
|
873
|
+
def host_options(self) -> global___ResourceOptions.HostOptions:
|
|
874
|
+
"""Set up host parameters."""
|
|
875
|
+
|
|
876
|
+
@property
|
|
877
|
+
def static_headers(self) -> global___ResourceOptions.StringsMapOption:
|
|
878
|
+
"""Set up static headers that CDN servers send in responses to clients."""
|
|
879
|
+
|
|
880
|
+
@property
|
|
881
|
+
def cors(self) -> global___ResourceOptions.StringsListOption:
|
|
882
|
+
"""Parameter that lets browsers get access to selected resources from a domain
|
|
883
|
+
different to a domain from which the request is received.
|
|
884
|
+
[Read more](/docs/cdn/concepts/cors).
|
|
885
|
+
"""
|
|
886
|
+
|
|
887
|
+
@property
|
|
888
|
+
def stale(self) -> global___ResourceOptions.StringsListOption:
|
|
889
|
+
"""List of errors which instruct CDN servers to serve stale content to clients.
|
|
890
|
+
|
|
891
|
+
Possible values: `error`, `http_403`, `http_404`, `http_429`, `http_500`, `http_502`, `http_503`, `http_504`, `invalid_header`, `timeout`, `updating`.
|
|
892
|
+
"""
|
|
893
|
+
|
|
894
|
+
@property
|
|
895
|
+
def allowed_http_methods(self) -> global___ResourceOptions.StringsListOption:
|
|
896
|
+
"""HTTP methods for your CDN content. By default the following methods
|
|
897
|
+
are allowed: GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS.
|
|
898
|
+
In case some methods are not allowed to the user, they will get the 405
|
|
899
|
+
(Method Not Allowed) response. If the method is not supported,
|
|
900
|
+
the user gets the 501 (Not Implemented) response.
|
|
901
|
+
"""
|
|
902
|
+
|
|
903
|
+
@property
|
|
904
|
+
def proxy_cache_methods_set(self) -> global___ResourceOptions.BoolOption:
|
|
905
|
+
"""Allows caching for GET, HEAD and POST requests."""
|
|
906
|
+
|
|
907
|
+
@property
|
|
908
|
+
def disable_proxy_force_ranges(self) -> global___ResourceOptions.BoolOption:
|
|
909
|
+
"""Disabling proxy force ranges."""
|
|
910
|
+
|
|
911
|
+
@property
|
|
912
|
+
def static_request_headers(self) -> global___ResourceOptions.StringsMapOption:
|
|
913
|
+
"""Set up custom headers that CDN servers send in requests to origins.
|
|
914
|
+
The Header name field can contain letters (A-Z, a-z), numbers (0-9), dashes (-) and underscores (_).
|
|
915
|
+
The Value field can contain letters (A-Z, a-z), numbers (0-9), dashes (-),
|
|
916
|
+
underscores (_), slashes (/), colons (:), equal (=), dots (.), and spaces.
|
|
917
|
+
"""
|
|
918
|
+
|
|
919
|
+
@property
|
|
920
|
+
def custom_server_name(self) -> global___ResourceOptions.StringOption:
|
|
921
|
+
"""Wildcard additional CNAME.
|
|
922
|
+
If a resource has a wildcard additional CNAME, you can use your own certificate for content delivery via HTTPS. Read-only.
|
|
923
|
+
"""
|
|
924
|
+
|
|
925
|
+
@property
|
|
926
|
+
def ignore_cookie(self) -> global___ResourceOptions.BoolOption:
|
|
927
|
+
"""Using [BoolOption] for ignoring cookie."""
|
|
928
|
+
|
|
929
|
+
@property
|
|
930
|
+
def rewrite(self) -> global___ResourceOptions.RewriteOption:
|
|
931
|
+
"""Changing or redirecting query paths."""
|
|
932
|
+
|
|
933
|
+
@property
|
|
934
|
+
def secure_key(self) -> global___ResourceOptions.SecureKeyOption:
|
|
935
|
+
"""Secure token to protect contect and limit access by IP addresses and time limits."""
|
|
936
|
+
|
|
937
|
+
@property
|
|
938
|
+
def ip_address_acl(self) -> global___ResourceOptions.IPAddressACLOption:
|
|
939
|
+
"""Manage the state of the IP access policy option.
|
|
940
|
+
The option controls access to content from the specified IP addresses.
|
|
941
|
+
"""
|
|
942
|
+
|
|
943
|
+
def __init__(
|
|
944
|
+
self,
|
|
945
|
+
*,
|
|
946
|
+
disable_cache: global___ResourceOptions.BoolOption | None = ...,
|
|
947
|
+
edge_cache_settings: global___ResourceOptions.EdgeCacheSettings | None = ...,
|
|
948
|
+
browser_cache_settings: global___ResourceOptions.Int64Option | None = ...,
|
|
949
|
+
cache_http_headers: global___ResourceOptions.StringsListOption | None = ...,
|
|
950
|
+
query_params_options: global___ResourceOptions.QueryParamsOptions | None = ...,
|
|
951
|
+
slice: global___ResourceOptions.BoolOption | None = ...,
|
|
952
|
+
compression_options: global___ResourceOptions.CompressionOptions | None = ...,
|
|
953
|
+
redirect_options: global___ResourceOptions.RedirectOptions | None = ...,
|
|
954
|
+
host_options: global___ResourceOptions.HostOptions | None = ...,
|
|
955
|
+
static_headers: global___ResourceOptions.StringsMapOption | None = ...,
|
|
956
|
+
cors: global___ResourceOptions.StringsListOption | None = ...,
|
|
957
|
+
stale: global___ResourceOptions.StringsListOption | None = ...,
|
|
958
|
+
allowed_http_methods: global___ResourceOptions.StringsListOption | None = ...,
|
|
959
|
+
proxy_cache_methods_set: global___ResourceOptions.BoolOption | None = ...,
|
|
960
|
+
disable_proxy_force_ranges: global___ResourceOptions.BoolOption | None = ...,
|
|
961
|
+
static_request_headers: global___ResourceOptions.StringsMapOption | None = ...,
|
|
962
|
+
custom_server_name: global___ResourceOptions.StringOption | None = ...,
|
|
963
|
+
ignore_cookie: global___ResourceOptions.BoolOption | None = ...,
|
|
964
|
+
rewrite: global___ResourceOptions.RewriteOption | None = ...,
|
|
965
|
+
secure_key: global___ResourceOptions.SecureKeyOption | None = ...,
|
|
966
|
+
ip_address_acl: global___ResourceOptions.IPAddressACLOption | None = ...,
|
|
967
|
+
) -> None: ...
|
|
968
|
+
def HasField(self, field_name: typing.Literal["allowed_http_methods", b"allowed_http_methods", "browser_cache_settings", b"browser_cache_settings", "cache_http_headers", b"cache_http_headers", "compression_options", b"compression_options", "cors", b"cors", "custom_server_name", b"custom_server_name", "disable_cache", b"disable_cache", "disable_proxy_force_ranges", b"disable_proxy_force_ranges", "edge_cache_settings", b"edge_cache_settings", "host_options", b"host_options", "ignore_cookie", b"ignore_cookie", "ip_address_acl", b"ip_address_acl", "proxy_cache_methods_set", b"proxy_cache_methods_set", "query_params_options", b"query_params_options", "redirect_options", b"redirect_options", "rewrite", b"rewrite", "secure_key", b"secure_key", "slice", b"slice", "stale", b"stale", "static_headers", b"static_headers", "static_request_headers", b"static_request_headers"]) -> builtins.bool: ...
|
|
969
|
+
def ClearField(self, field_name: typing.Literal["allowed_http_methods", b"allowed_http_methods", "browser_cache_settings", b"browser_cache_settings", "cache_http_headers", b"cache_http_headers", "compression_options", b"compression_options", "cors", b"cors", "custom_server_name", b"custom_server_name", "disable_cache", b"disable_cache", "disable_proxy_force_ranges", b"disable_proxy_force_ranges", "edge_cache_settings", b"edge_cache_settings", "host_options", b"host_options", "ignore_cookie", b"ignore_cookie", "ip_address_acl", b"ip_address_acl", "proxy_cache_methods_set", b"proxy_cache_methods_set", "query_params_options", b"query_params_options", "redirect_options", b"redirect_options", "rewrite", b"rewrite", "secure_key", b"secure_key", "slice", b"slice", "stale", b"stale", "static_headers", b"static_headers", "static_request_headers", b"static_request_headers"]) -> None: ...
|
|
970
|
+
|
|
971
|
+
global___ResourceOptions = ResourceOptions
|
|
972
|
+
|
|
973
|
+
@typing.final
|
|
974
|
+
class SSLTargetCertificate(google.protobuf.message.Message):
|
|
975
|
+
"""A set of the personal SSL certificate parameters."""
|
|
976
|
+
|
|
977
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
978
|
+
|
|
979
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
980
|
+
DATA_FIELD_NUMBER: builtins.int
|
|
981
|
+
type: global___SSLCertificateType.ValueType
|
|
982
|
+
"""Type of the certificate."""
|
|
983
|
+
@property
|
|
984
|
+
def data(self) -> global___SSLCertificateData:
|
|
985
|
+
"""Certificate data."""
|
|
986
|
+
|
|
987
|
+
def __init__(
|
|
988
|
+
self,
|
|
989
|
+
*,
|
|
990
|
+
type: global___SSLCertificateType.ValueType = ...,
|
|
991
|
+
data: global___SSLCertificateData | None = ...,
|
|
992
|
+
) -> None: ...
|
|
993
|
+
def HasField(self, field_name: typing.Literal["data", b"data"]) -> builtins.bool: ...
|
|
994
|
+
def ClearField(self, field_name: typing.Literal["data", b"data", "type", b"type"]) -> None: ...
|
|
995
|
+
|
|
996
|
+
global___SSLTargetCertificate = SSLTargetCertificate
|
|
997
|
+
|
|
998
|
+
@typing.final
|
|
999
|
+
class SSLCertificate(google.protobuf.message.Message):
|
|
1000
|
+
"""A SSL certificate parameters."""
|
|
1001
|
+
|
|
1002
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1003
|
+
|
|
1004
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
1005
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
1006
|
+
DATA_FIELD_NUMBER: builtins.int
|
|
1007
|
+
type: global___SSLCertificateType.ValueType
|
|
1008
|
+
"""Type of the certificate."""
|
|
1009
|
+
status: global___SSLCertificateStatus.ValueType
|
|
1010
|
+
"""Active status."""
|
|
1011
|
+
@property
|
|
1012
|
+
def data(self) -> global___SSLCertificateData:
|
|
1013
|
+
"""Certificate data."""
|
|
1014
|
+
|
|
1015
|
+
def __init__(
|
|
1016
|
+
self,
|
|
1017
|
+
*,
|
|
1018
|
+
type: global___SSLCertificateType.ValueType = ...,
|
|
1019
|
+
status: global___SSLCertificateStatus.ValueType = ...,
|
|
1020
|
+
data: global___SSLCertificateData | None = ...,
|
|
1021
|
+
) -> None: ...
|
|
1022
|
+
def HasField(self, field_name: typing.Literal["data", b"data"]) -> builtins.bool: ...
|
|
1023
|
+
def ClearField(self, field_name: typing.Literal["data", b"data", "status", b"status", "type", b"type"]) -> None: ...
|
|
1024
|
+
|
|
1025
|
+
global___SSLCertificate = SSLCertificate
|
|
1026
|
+
|
|
1027
|
+
@typing.final
|
|
1028
|
+
class SSLCertificateData(google.protobuf.message.Message):
|
|
1029
|
+
"""A certificate data parameters."""
|
|
1030
|
+
|
|
1031
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1032
|
+
|
|
1033
|
+
CM_FIELD_NUMBER: builtins.int
|
|
1034
|
+
@property
|
|
1035
|
+
def cm(self) -> global___SSLCertificateCMData:
|
|
1036
|
+
"""Custom (add your SSL certificate by uploading the certificate
|
|
1037
|
+
in PEM format and your private key).
|
|
1038
|
+
"""
|
|
1039
|
+
|
|
1040
|
+
def __init__(
|
|
1041
|
+
self,
|
|
1042
|
+
*,
|
|
1043
|
+
cm: global___SSLCertificateCMData | None = ...,
|
|
1044
|
+
) -> None: ...
|
|
1045
|
+
def HasField(self, field_name: typing.Literal["cm", b"cm", "ssl_certificate_data_variant", b"ssl_certificate_data_variant"]) -> builtins.bool: ...
|
|
1046
|
+
def ClearField(self, field_name: typing.Literal["cm", b"cm", "ssl_certificate_data_variant", b"ssl_certificate_data_variant"]) -> None: ...
|
|
1047
|
+
def WhichOneof(self, oneof_group: typing.Literal["ssl_certificate_data_variant", b"ssl_certificate_data_variant"]) -> typing.Literal["cm"] | None: ...
|
|
1048
|
+
|
|
1049
|
+
global___SSLCertificateData = SSLCertificateData
|
|
1050
|
+
|
|
1051
|
+
@typing.final
|
|
1052
|
+
class SSLCertificateCMData(google.protobuf.message.Message):
|
|
1053
|
+
"""A certificate data custom parameters."""
|
|
1054
|
+
|
|
1055
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1056
|
+
|
|
1057
|
+
ID_FIELD_NUMBER: builtins.int
|
|
1058
|
+
id: builtins.str
|
|
1059
|
+
"""ID of the custom certificate."""
|
|
1060
|
+
def __init__(
|
|
1061
|
+
self,
|
|
1062
|
+
*,
|
|
1063
|
+
id: builtins.str = ...,
|
|
1064
|
+
) -> None: ...
|
|
1065
|
+
def ClearField(self, field_name: typing.Literal["id", b"id"]) -> None: ...
|
|
1066
|
+
|
|
1067
|
+
global___SSLCertificateCMData = SSLCertificateCMData
|