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,849 @@
|
|
|
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.field_mask_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import yandex.cloud.iot.devices.v1.registry_pb2
|
|
14
|
+
import yandex.cloud.operation.operation_pb2
|
|
15
|
+
|
|
16
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
17
|
+
|
|
18
|
+
@typing.final
|
|
19
|
+
class GetRegistryRequest(google.protobuf.message.Message):
|
|
20
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
21
|
+
|
|
22
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
23
|
+
registry_id: builtins.str
|
|
24
|
+
"""ID of the registry to return.
|
|
25
|
+
|
|
26
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
27
|
+
"""
|
|
28
|
+
def __init__(
|
|
29
|
+
self,
|
|
30
|
+
*,
|
|
31
|
+
registry_id: builtins.str = ...,
|
|
32
|
+
) -> None: ...
|
|
33
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
34
|
+
|
|
35
|
+
global___GetRegistryRequest = GetRegistryRequest
|
|
36
|
+
|
|
37
|
+
@typing.final
|
|
38
|
+
class GetByNameRegistryRequest(google.protobuf.message.Message):
|
|
39
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
40
|
+
|
|
41
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
42
|
+
REGISTRY_NAME_FIELD_NUMBER: builtins.int
|
|
43
|
+
folder_id: builtins.str
|
|
44
|
+
"""ID of the folder to list registries in.
|
|
45
|
+
|
|
46
|
+
To get a folder ID make a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
47
|
+
"""
|
|
48
|
+
registry_name: builtins.str
|
|
49
|
+
"""Name of the registry to return.
|
|
50
|
+
|
|
51
|
+
To get a registry Name make a [RegistryService.List] request.
|
|
52
|
+
"""
|
|
53
|
+
def __init__(
|
|
54
|
+
self,
|
|
55
|
+
*,
|
|
56
|
+
folder_id: builtins.str = ...,
|
|
57
|
+
registry_name: builtins.str = ...,
|
|
58
|
+
) -> None: ...
|
|
59
|
+
def ClearField(self, field_name: typing.Literal["folder_id", b"folder_id", "registry_name", b"registry_name"]) -> None: ...
|
|
60
|
+
|
|
61
|
+
global___GetByNameRegistryRequest = GetByNameRegistryRequest
|
|
62
|
+
|
|
63
|
+
@typing.final
|
|
64
|
+
class ListRegistriesRequest(google.protobuf.message.Message):
|
|
65
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
66
|
+
|
|
67
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
68
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
69
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
70
|
+
folder_id: builtins.str
|
|
71
|
+
"""ID of the folder to list registries in.
|
|
72
|
+
|
|
73
|
+
To get a folder ID make a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
74
|
+
"""
|
|
75
|
+
page_size: builtins.int
|
|
76
|
+
"""The maximum number of results per page that should be returned. If the number of available
|
|
77
|
+
results is larger than `page_size`, the service returns a [ListRegistriesResponse.next_page_token]
|
|
78
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
79
|
+
Default value: 100.
|
|
80
|
+
"""
|
|
81
|
+
page_token: builtins.str
|
|
82
|
+
"""Page token. To get the next page of results, set `page_token` to the
|
|
83
|
+
[ListRegistriesResponse.next_page_token] returned by a previous list request.
|
|
84
|
+
"""
|
|
85
|
+
def __init__(
|
|
86
|
+
self,
|
|
87
|
+
*,
|
|
88
|
+
folder_id: builtins.str = ...,
|
|
89
|
+
page_size: builtins.int = ...,
|
|
90
|
+
page_token: builtins.str = ...,
|
|
91
|
+
) -> None: ...
|
|
92
|
+
def ClearField(self, field_name: typing.Literal["folder_id", b"folder_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
93
|
+
|
|
94
|
+
global___ListRegistriesRequest = ListRegistriesRequest
|
|
95
|
+
|
|
96
|
+
@typing.final
|
|
97
|
+
class ListRegistriesResponse(google.protobuf.message.Message):
|
|
98
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
99
|
+
|
|
100
|
+
REGISTRIES_FIELD_NUMBER: builtins.int
|
|
101
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
102
|
+
next_page_token: builtins.str
|
|
103
|
+
"""Token for getting the next page of the list. If the number of results is greater than
|
|
104
|
+
the specified [ListRegistriesRequest.page_size], use `next_page_token` as the value
|
|
105
|
+
for the [ListRegistriesRequest.page_token] parameter in the next list request.
|
|
106
|
+
|
|
107
|
+
Each subsequent page will have its own `next_page_token` to continue paging through the results.
|
|
108
|
+
"""
|
|
109
|
+
@property
|
|
110
|
+
def registries(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.iot.devices.v1.registry_pb2.Registry]:
|
|
111
|
+
"""List of registries."""
|
|
112
|
+
|
|
113
|
+
def __init__(
|
|
114
|
+
self,
|
|
115
|
+
*,
|
|
116
|
+
registries: collections.abc.Iterable[yandex.cloud.iot.devices.v1.registry_pb2.Registry] | None = ...,
|
|
117
|
+
next_page_token: builtins.str = ...,
|
|
118
|
+
) -> None: ...
|
|
119
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "registries", b"registries"]) -> None: ...
|
|
120
|
+
|
|
121
|
+
global___ListRegistriesResponse = ListRegistriesResponse
|
|
122
|
+
|
|
123
|
+
@typing.final
|
|
124
|
+
class CreateRegistryRequest(google.protobuf.message.Message):
|
|
125
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
126
|
+
|
|
127
|
+
@typing.final
|
|
128
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
129
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
130
|
+
|
|
131
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
132
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
133
|
+
key: builtins.str
|
|
134
|
+
value: builtins.str
|
|
135
|
+
def __init__(
|
|
136
|
+
self,
|
|
137
|
+
*,
|
|
138
|
+
key: builtins.str = ...,
|
|
139
|
+
value: builtins.str = ...,
|
|
140
|
+
) -> None: ...
|
|
141
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
142
|
+
|
|
143
|
+
@typing.final
|
|
144
|
+
class Certificate(google.protobuf.message.Message):
|
|
145
|
+
"""Specification of a registry certificate."""
|
|
146
|
+
|
|
147
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
148
|
+
|
|
149
|
+
CERTIFICATE_DATA_FIELD_NUMBER: builtins.int
|
|
150
|
+
certificate_data: builtins.str
|
|
151
|
+
"""Public part of the registry certificate."""
|
|
152
|
+
def __init__(
|
|
153
|
+
self,
|
|
154
|
+
*,
|
|
155
|
+
certificate_data: builtins.str = ...,
|
|
156
|
+
) -> None: ...
|
|
157
|
+
def ClearField(self, field_name: typing.Literal["certificate_data", b"certificate_data"]) -> None: ...
|
|
158
|
+
|
|
159
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
160
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
161
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
162
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
163
|
+
CERTIFICATES_FIELD_NUMBER: builtins.int
|
|
164
|
+
PASSWORD_FIELD_NUMBER: builtins.int
|
|
165
|
+
LOG_OPTIONS_FIELD_NUMBER: builtins.int
|
|
166
|
+
folder_id: builtins.str
|
|
167
|
+
"""ID of the folder to create a registry in.
|
|
168
|
+
|
|
169
|
+
To get a folder ID, make a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
170
|
+
"""
|
|
171
|
+
name: builtins.str
|
|
172
|
+
"""Name of the registry. The name must be unique within the folder."""
|
|
173
|
+
description: builtins.str
|
|
174
|
+
"""Description of the registry."""
|
|
175
|
+
password: builtins.str
|
|
176
|
+
"""Registry passwords.
|
|
177
|
+
|
|
178
|
+
The password must contain at least three character categories among the following: upper case latin, lower case latin, numbers and special symbols.
|
|
179
|
+
"""
|
|
180
|
+
@property
|
|
181
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
182
|
+
"""Resource labels as `key:value` pairs."""
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
def certificates(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___CreateRegistryRequest.Certificate]:
|
|
186
|
+
"""Registry certificates."""
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
def log_options(self) -> yandex.cloud.iot.devices.v1.registry_pb2.LogOptions:
|
|
190
|
+
"""Options for logging registry events"""
|
|
191
|
+
|
|
192
|
+
def __init__(
|
|
193
|
+
self,
|
|
194
|
+
*,
|
|
195
|
+
folder_id: builtins.str = ...,
|
|
196
|
+
name: builtins.str = ...,
|
|
197
|
+
description: builtins.str = ...,
|
|
198
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
199
|
+
certificates: collections.abc.Iterable[global___CreateRegistryRequest.Certificate] | None = ...,
|
|
200
|
+
password: builtins.str = ...,
|
|
201
|
+
log_options: yandex.cloud.iot.devices.v1.registry_pb2.LogOptions | None = ...,
|
|
202
|
+
) -> None: ...
|
|
203
|
+
def HasField(self, field_name: typing.Literal["log_options", b"log_options"]) -> builtins.bool: ...
|
|
204
|
+
def ClearField(self, field_name: typing.Literal["certificates", b"certificates", "description", b"description", "folder_id", b"folder_id", "labels", b"labels", "log_options", b"log_options", "name", b"name", "password", b"password"]) -> None: ...
|
|
205
|
+
|
|
206
|
+
global___CreateRegistryRequest = CreateRegistryRequest
|
|
207
|
+
|
|
208
|
+
@typing.final
|
|
209
|
+
class CreateRegistryMetadata(google.protobuf.message.Message):
|
|
210
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
211
|
+
|
|
212
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
213
|
+
registry_id: builtins.str
|
|
214
|
+
"""ID of the registry that is being created."""
|
|
215
|
+
def __init__(
|
|
216
|
+
self,
|
|
217
|
+
*,
|
|
218
|
+
registry_id: builtins.str = ...,
|
|
219
|
+
) -> None: ...
|
|
220
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
221
|
+
|
|
222
|
+
global___CreateRegistryMetadata = CreateRegistryMetadata
|
|
223
|
+
|
|
224
|
+
@typing.final
|
|
225
|
+
class UpdateRegistryRequest(google.protobuf.message.Message):
|
|
226
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
227
|
+
|
|
228
|
+
@typing.final
|
|
229
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
230
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
231
|
+
|
|
232
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
233
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
234
|
+
key: builtins.str
|
|
235
|
+
value: builtins.str
|
|
236
|
+
def __init__(
|
|
237
|
+
self,
|
|
238
|
+
*,
|
|
239
|
+
key: builtins.str = ...,
|
|
240
|
+
value: builtins.str = ...,
|
|
241
|
+
) -> None: ...
|
|
242
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
243
|
+
|
|
244
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
245
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
246
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
247
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
248
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
249
|
+
LOG_OPTIONS_FIELD_NUMBER: builtins.int
|
|
250
|
+
registry_id: builtins.str
|
|
251
|
+
"""ID of the registry to update.
|
|
252
|
+
|
|
253
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
254
|
+
"""
|
|
255
|
+
name: builtins.str
|
|
256
|
+
"""Name of the registry. The name must be unique within the folder."""
|
|
257
|
+
description: builtins.str
|
|
258
|
+
"""Description of the registry."""
|
|
259
|
+
@property
|
|
260
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
261
|
+
"""Field mask that specifies which fields of the registry are going to be updated."""
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
265
|
+
"""Resource labels as `key:value` pairs.
|
|
266
|
+
|
|
267
|
+
Existing set of `labels` is completely replaced by the provided set.
|
|
268
|
+
"""
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
def log_options(self) -> yandex.cloud.iot.devices.v1.registry_pb2.LogOptions:
|
|
272
|
+
"""Options for logging registry events"""
|
|
273
|
+
|
|
274
|
+
def __init__(
|
|
275
|
+
self,
|
|
276
|
+
*,
|
|
277
|
+
registry_id: builtins.str = ...,
|
|
278
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
279
|
+
name: builtins.str = ...,
|
|
280
|
+
description: builtins.str = ...,
|
|
281
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
282
|
+
log_options: yandex.cloud.iot.devices.v1.registry_pb2.LogOptions | None = ...,
|
|
283
|
+
) -> None: ...
|
|
284
|
+
def HasField(self, field_name: typing.Literal["log_options", b"log_options", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
285
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "labels", b"labels", "log_options", b"log_options", "name", b"name", "registry_id", b"registry_id", "update_mask", b"update_mask"]) -> None: ...
|
|
286
|
+
|
|
287
|
+
global___UpdateRegistryRequest = UpdateRegistryRequest
|
|
288
|
+
|
|
289
|
+
@typing.final
|
|
290
|
+
class UpdateRegistryMetadata(google.protobuf.message.Message):
|
|
291
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
292
|
+
|
|
293
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
294
|
+
registry_id: builtins.str
|
|
295
|
+
"""ID of the registry that is being updated."""
|
|
296
|
+
def __init__(
|
|
297
|
+
self,
|
|
298
|
+
*,
|
|
299
|
+
registry_id: builtins.str = ...,
|
|
300
|
+
) -> None: ...
|
|
301
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
302
|
+
|
|
303
|
+
global___UpdateRegistryMetadata = UpdateRegistryMetadata
|
|
304
|
+
|
|
305
|
+
@typing.final
|
|
306
|
+
class DeleteRegistryRequest(google.protobuf.message.Message):
|
|
307
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
308
|
+
|
|
309
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
310
|
+
registry_id: builtins.str
|
|
311
|
+
"""ID of the registry to delete.
|
|
312
|
+
|
|
313
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
314
|
+
"""
|
|
315
|
+
def __init__(
|
|
316
|
+
self,
|
|
317
|
+
*,
|
|
318
|
+
registry_id: builtins.str = ...,
|
|
319
|
+
) -> None: ...
|
|
320
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
321
|
+
|
|
322
|
+
global___DeleteRegistryRequest = DeleteRegistryRequest
|
|
323
|
+
|
|
324
|
+
@typing.final
|
|
325
|
+
class DeleteRegistryMetadata(google.protobuf.message.Message):
|
|
326
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
327
|
+
|
|
328
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
329
|
+
registry_id: builtins.str
|
|
330
|
+
"""ID of the registry that is being deleted."""
|
|
331
|
+
def __init__(
|
|
332
|
+
self,
|
|
333
|
+
*,
|
|
334
|
+
registry_id: builtins.str = ...,
|
|
335
|
+
) -> None: ...
|
|
336
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
337
|
+
|
|
338
|
+
global___DeleteRegistryMetadata = DeleteRegistryMetadata
|
|
339
|
+
|
|
340
|
+
@typing.final
|
|
341
|
+
class ListRegistryCertificatesRequest(google.protobuf.message.Message):
|
|
342
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
343
|
+
|
|
344
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
345
|
+
registry_id: builtins.str
|
|
346
|
+
"""ID of the registry to list certificates for."""
|
|
347
|
+
def __init__(
|
|
348
|
+
self,
|
|
349
|
+
*,
|
|
350
|
+
registry_id: builtins.str = ...,
|
|
351
|
+
) -> None: ...
|
|
352
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
353
|
+
|
|
354
|
+
global___ListRegistryCertificatesRequest = ListRegistryCertificatesRequest
|
|
355
|
+
|
|
356
|
+
@typing.final
|
|
357
|
+
class ListRegistryCertificatesResponse(google.protobuf.message.Message):
|
|
358
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
359
|
+
|
|
360
|
+
CERTIFICATES_FIELD_NUMBER: builtins.int
|
|
361
|
+
@property
|
|
362
|
+
def certificates(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.iot.devices.v1.registry_pb2.RegistryCertificate]:
|
|
363
|
+
"""List of certificates for the specified registry."""
|
|
364
|
+
|
|
365
|
+
def __init__(
|
|
366
|
+
self,
|
|
367
|
+
*,
|
|
368
|
+
certificates: collections.abc.Iterable[yandex.cloud.iot.devices.v1.registry_pb2.RegistryCertificate] | None = ...,
|
|
369
|
+
) -> None: ...
|
|
370
|
+
def ClearField(self, field_name: typing.Literal["certificates", b"certificates"]) -> None: ...
|
|
371
|
+
|
|
372
|
+
global___ListRegistryCertificatesResponse = ListRegistryCertificatesResponse
|
|
373
|
+
|
|
374
|
+
@typing.final
|
|
375
|
+
class AddRegistryCertificateRequest(google.protobuf.message.Message):
|
|
376
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
377
|
+
|
|
378
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
379
|
+
CERTIFICATE_DATA_FIELD_NUMBER: builtins.int
|
|
380
|
+
registry_id: builtins.str
|
|
381
|
+
"""ID of the registry for which the certificate is being added.
|
|
382
|
+
|
|
383
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
384
|
+
"""
|
|
385
|
+
certificate_data: builtins.str
|
|
386
|
+
"""Public part of the certificate that is being added."""
|
|
387
|
+
def __init__(
|
|
388
|
+
self,
|
|
389
|
+
*,
|
|
390
|
+
registry_id: builtins.str = ...,
|
|
391
|
+
certificate_data: builtins.str = ...,
|
|
392
|
+
) -> None: ...
|
|
393
|
+
def ClearField(self, field_name: typing.Literal["certificate_data", b"certificate_data", "registry_id", b"registry_id"]) -> None: ...
|
|
394
|
+
|
|
395
|
+
global___AddRegistryCertificateRequest = AddRegistryCertificateRequest
|
|
396
|
+
|
|
397
|
+
@typing.final
|
|
398
|
+
class AddRegistryCertificateMetadata(google.protobuf.message.Message):
|
|
399
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
400
|
+
|
|
401
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
402
|
+
FINGERPRINT_FIELD_NUMBER: builtins.int
|
|
403
|
+
registry_id: builtins.str
|
|
404
|
+
"""ID of the registry certificate that is being added."""
|
|
405
|
+
fingerprint: builtins.str
|
|
406
|
+
"""Fingerprint of the certificate that is being added."""
|
|
407
|
+
def __init__(
|
|
408
|
+
self,
|
|
409
|
+
*,
|
|
410
|
+
registry_id: builtins.str = ...,
|
|
411
|
+
fingerprint: builtins.str = ...,
|
|
412
|
+
) -> None: ...
|
|
413
|
+
def ClearField(self, field_name: typing.Literal["fingerprint", b"fingerprint", "registry_id", b"registry_id"]) -> None: ...
|
|
414
|
+
|
|
415
|
+
global___AddRegistryCertificateMetadata = AddRegistryCertificateMetadata
|
|
416
|
+
|
|
417
|
+
@typing.final
|
|
418
|
+
class DeleteRegistryCertificateRequest(google.protobuf.message.Message):
|
|
419
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
420
|
+
|
|
421
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
422
|
+
FINGERPRINT_FIELD_NUMBER: builtins.int
|
|
423
|
+
registry_id: builtins.str
|
|
424
|
+
"""ID of the registry to delete a certificate for.
|
|
425
|
+
|
|
426
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
427
|
+
"""
|
|
428
|
+
fingerprint: builtins.str
|
|
429
|
+
"""Fingerprint of the certificate that is being deleted."""
|
|
430
|
+
def __init__(
|
|
431
|
+
self,
|
|
432
|
+
*,
|
|
433
|
+
registry_id: builtins.str = ...,
|
|
434
|
+
fingerprint: builtins.str = ...,
|
|
435
|
+
) -> None: ...
|
|
436
|
+
def ClearField(self, field_name: typing.Literal["fingerprint", b"fingerprint", "registry_id", b"registry_id"]) -> None: ...
|
|
437
|
+
|
|
438
|
+
global___DeleteRegistryCertificateRequest = DeleteRegistryCertificateRequest
|
|
439
|
+
|
|
440
|
+
@typing.final
|
|
441
|
+
class DeleteRegistryCertificateMetadata(google.protobuf.message.Message):
|
|
442
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
443
|
+
|
|
444
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
445
|
+
FINGERPRINT_FIELD_NUMBER: builtins.int
|
|
446
|
+
registry_id: builtins.str
|
|
447
|
+
"""ID of a registry for which the certificate is being delete."""
|
|
448
|
+
fingerprint: builtins.str
|
|
449
|
+
"""Fingerprint of the certificate to deleted."""
|
|
450
|
+
def __init__(
|
|
451
|
+
self,
|
|
452
|
+
*,
|
|
453
|
+
registry_id: builtins.str = ...,
|
|
454
|
+
fingerprint: builtins.str = ...,
|
|
455
|
+
) -> None: ...
|
|
456
|
+
def ClearField(self, field_name: typing.Literal["fingerprint", b"fingerprint", "registry_id", b"registry_id"]) -> None: ...
|
|
457
|
+
|
|
458
|
+
global___DeleteRegistryCertificateMetadata = DeleteRegistryCertificateMetadata
|
|
459
|
+
|
|
460
|
+
@typing.final
|
|
461
|
+
class ListRegistryPasswordsRequest(google.protobuf.message.Message):
|
|
462
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
463
|
+
|
|
464
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
465
|
+
registry_id: builtins.str
|
|
466
|
+
"""ID of the registry to list passwords in.
|
|
467
|
+
|
|
468
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
469
|
+
"""
|
|
470
|
+
def __init__(
|
|
471
|
+
self,
|
|
472
|
+
*,
|
|
473
|
+
registry_id: builtins.str = ...,
|
|
474
|
+
) -> None: ...
|
|
475
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
476
|
+
|
|
477
|
+
global___ListRegistryPasswordsRequest = ListRegistryPasswordsRequest
|
|
478
|
+
|
|
479
|
+
@typing.final
|
|
480
|
+
class ListRegistryPasswordsResponse(google.protobuf.message.Message):
|
|
481
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
482
|
+
|
|
483
|
+
PASSWORDS_FIELD_NUMBER: builtins.int
|
|
484
|
+
@property
|
|
485
|
+
def passwords(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.iot.devices.v1.registry_pb2.RegistryPassword]:
|
|
486
|
+
"""List of passwords for the specified registry."""
|
|
487
|
+
|
|
488
|
+
def __init__(
|
|
489
|
+
self,
|
|
490
|
+
*,
|
|
491
|
+
passwords: collections.abc.Iterable[yandex.cloud.iot.devices.v1.registry_pb2.RegistryPassword] | None = ...,
|
|
492
|
+
) -> None: ...
|
|
493
|
+
def ClearField(self, field_name: typing.Literal["passwords", b"passwords"]) -> None: ...
|
|
494
|
+
|
|
495
|
+
global___ListRegistryPasswordsResponse = ListRegistryPasswordsResponse
|
|
496
|
+
|
|
497
|
+
@typing.final
|
|
498
|
+
class AddRegistryPasswordRequest(google.protobuf.message.Message):
|
|
499
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
500
|
+
|
|
501
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
502
|
+
PASSWORD_FIELD_NUMBER: builtins.int
|
|
503
|
+
registry_id: builtins.str
|
|
504
|
+
"""ID of the registry to add a password for.
|
|
505
|
+
|
|
506
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
507
|
+
"""
|
|
508
|
+
password: builtins.str
|
|
509
|
+
"""Passwords for the registry.
|
|
510
|
+
|
|
511
|
+
The password must contain at least three character categories among the following: upper case latin, lower case latin, numbers and special symbols.
|
|
512
|
+
"""
|
|
513
|
+
def __init__(
|
|
514
|
+
self,
|
|
515
|
+
*,
|
|
516
|
+
registry_id: builtins.str = ...,
|
|
517
|
+
password: builtins.str = ...,
|
|
518
|
+
) -> None: ...
|
|
519
|
+
def ClearField(self, field_name: typing.Literal["password", b"password", "registry_id", b"registry_id"]) -> None: ...
|
|
520
|
+
|
|
521
|
+
global___AddRegistryPasswordRequest = AddRegistryPasswordRequest
|
|
522
|
+
|
|
523
|
+
@typing.final
|
|
524
|
+
class AddRegistryPasswordMetadata(google.protobuf.message.Message):
|
|
525
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
526
|
+
|
|
527
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
528
|
+
PASSWORD_ID_FIELD_NUMBER: builtins.int
|
|
529
|
+
registry_id: builtins.str
|
|
530
|
+
"""ID of the registry for which the password is being added."""
|
|
531
|
+
password_id: builtins.str
|
|
532
|
+
"""ID of a password that is being added."""
|
|
533
|
+
def __init__(
|
|
534
|
+
self,
|
|
535
|
+
*,
|
|
536
|
+
registry_id: builtins.str = ...,
|
|
537
|
+
password_id: builtins.str = ...,
|
|
538
|
+
) -> None: ...
|
|
539
|
+
def ClearField(self, field_name: typing.Literal["password_id", b"password_id", "registry_id", b"registry_id"]) -> None: ...
|
|
540
|
+
|
|
541
|
+
global___AddRegistryPasswordMetadata = AddRegistryPasswordMetadata
|
|
542
|
+
|
|
543
|
+
@typing.final
|
|
544
|
+
class DeleteRegistryPasswordRequest(google.protobuf.message.Message):
|
|
545
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
546
|
+
|
|
547
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
548
|
+
PASSWORD_ID_FIELD_NUMBER: builtins.int
|
|
549
|
+
registry_id: builtins.str
|
|
550
|
+
"""ID of the registry to delete a password for.
|
|
551
|
+
|
|
552
|
+
To get a registry ID make a [DeviceService.List] request.
|
|
553
|
+
"""
|
|
554
|
+
password_id: builtins.str
|
|
555
|
+
"""ID of the password to delete.
|
|
556
|
+
|
|
557
|
+
To get a password ID make a [RegistryService.ListPasswords] request.
|
|
558
|
+
"""
|
|
559
|
+
def __init__(
|
|
560
|
+
self,
|
|
561
|
+
*,
|
|
562
|
+
registry_id: builtins.str = ...,
|
|
563
|
+
password_id: builtins.str = ...,
|
|
564
|
+
) -> None: ...
|
|
565
|
+
def ClearField(self, field_name: typing.Literal["password_id", b"password_id", "registry_id", b"registry_id"]) -> None: ...
|
|
566
|
+
|
|
567
|
+
global___DeleteRegistryPasswordRequest = DeleteRegistryPasswordRequest
|
|
568
|
+
|
|
569
|
+
@typing.final
|
|
570
|
+
class DeleteRegistryPasswordMetadata(google.protobuf.message.Message):
|
|
571
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
572
|
+
|
|
573
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
574
|
+
PASSWORD_ID_FIELD_NUMBER: builtins.int
|
|
575
|
+
registry_id: builtins.str
|
|
576
|
+
"""ID of a registry for which the password is being delete."""
|
|
577
|
+
password_id: builtins.str
|
|
578
|
+
"""ID of the password to delete.
|
|
579
|
+
|
|
580
|
+
To get a password ID make a [RegistryService.ListPasswords] request.
|
|
581
|
+
"""
|
|
582
|
+
def __init__(
|
|
583
|
+
self,
|
|
584
|
+
*,
|
|
585
|
+
registry_id: builtins.str = ...,
|
|
586
|
+
password_id: builtins.str = ...,
|
|
587
|
+
) -> None: ...
|
|
588
|
+
def ClearField(self, field_name: typing.Literal["password_id", b"password_id", "registry_id", b"registry_id"]) -> None: ...
|
|
589
|
+
|
|
590
|
+
global___DeleteRegistryPasswordMetadata = DeleteRegistryPasswordMetadata
|
|
591
|
+
|
|
592
|
+
@typing.final
|
|
593
|
+
class ListDeviceTopicAliasesRequest(google.protobuf.message.Message):
|
|
594
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
595
|
+
|
|
596
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
597
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
598
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
599
|
+
registry_id: builtins.str
|
|
600
|
+
"""ID of the registry to list aliases for device topic.
|
|
601
|
+
|
|
602
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
603
|
+
"""
|
|
604
|
+
page_size: builtins.int
|
|
605
|
+
"""The maximum number of results per page that should be returned. If the number of available
|
|
606
|
+
results is larger than `page_size`, the service returns a [ListDeviceTopicAliasesResponse.next_page_token]
|
|
607
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
608
|
+
Default value: 100.
|
|
609
|
+
"""
|
|
610
|
+
page_token: builtins.str
|
|
611
|
+
"""Page token. To get the next page of results, set `page_token` to the
|
|
612
|
+
[ListDeviceTopicAliasesResponse.next_page_token] returned by a previous list request.
|
|
613
|
+
"""
|
|
614
|
+
def __init__(
|
|
615
|
+
self,
|
|
616
|
+
*,
|
|
617
|
+
registry_id: builtins.str = ...,
|
|
618
|
+
page_size: builtins.int = ...,
|
|
619
|
+
page_token: builtins.str = ...,
|
|
620
|
+
) -> None: ...
|
|
621
|
+
def ClearField(self, field_name: typing.Literal["page_size", b"page_size", "page_token", b"page_token", "registry_id", b"registry_id"]) -> None: ...
|
|
622
|
+
|
|
623
|
+
global___ListDeviceTopicAliasesRequest = ListDeviceTopicAliasesRequest
|
|
624
|
+
|
|
625
|
+
@typing.final
|
|
626
|
+
class ListDeviceTopicAliasesResponse(google.protobuf.message.Message):
|
|
627
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
628
|
+
|
|
629
|
+
ALIASES_FIELD_NUMBER: builtins.int
|
|
630
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
631
|
+
next_page_token: builtins.str
|
|
632
|
+
"""Token for getting the next page of the list. If the number of results is greater than
|
|
633
|
+
the specified [ListDeviceTopicAliasesRequest.page_size], use `next_page_token` as the value
|
|
634
|
+
for the [ListDeviceTopicAliasesRequest.page_token] parameter in the next list request.
|
|
635
|
+
|
|
636
|
+
Each subsequent page will have its own `next_page_token` to continue paging through the results.
|
|
637
|
+
"""
|
|
638
|
+
@property
|
|
639
|
+
def aliases(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.iot.devices.v1.registry_pb2.DeviceAlias]:
|
|
640
|
+
"""List of device aliases for the specified registry."""
|
|
641
|
+
|
|
642
|
+
def __init__(
|
|
643
|
+
self,
|
|
644
|
+
*,
|
|
645
|
+
aliases: collections.abc.Iterable[yandex.cloud.iot.devices.v1.registry_pb2.DeviceAlias] | None = ...,
|
|
646
|
+
next_page_token: builtins.str = ...,
|
|
647
|
+
) -> None: ...
|
|
648
|
+
def ClearField(self, field_name: typing.Literal["aliases", b"aliases", "next_page_token", b"next_page_token"]) -> None: ...
|
|
649
|
+
|
|
650
|
+
global___ListDeviceTopicAliasesResponse = ListDeviceTopicAliasesResponse
|
|
651
|
+
|
|
652
|
+
@typing.final
|
|
653
|
+
class ListRegistryOperationsRequest(google.protobuf.message.Message):
|
|
654
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
655
|
+
|
|
656
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
657
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
658
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
659
|
+
FILTER_FIELD_NUMBER: builtins.int
|
|
660
|
+
registry_id: builtins.str
|
|
661
|
+
"""ID of the registry to list operations for."""
|
|
662
|
+
page_size: builtins.int
|
|
663
|
+
"""The maximum number of results per page that should be returned. If the number of available
|
|
664
|
+
results is larger than `page_size`, the service returns a [ListRegistryOperationsResponse.next_page_token]
|
|
665
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
666
|
+
Default value: 100.
|
|
667
|
+
"""
|
|
668
|
+
page_token: builtins.str
|
|
669
|
+
"""Page token. To get the next page of results, set `page_token` to the
|
|
670
|
+
[ListRegistryOperationsResponse.next_page_token] returned by a previous list request.
|
|
671
|
+
"""
|
|
672
|
+
filter: builtins.str
|
|
673
|
+
"""A filter expression that filters resources listed in the response.
|
|
674
|
+
Currently you can use filtering only on [Registry.name] field.
|
|
675
|
+
"""
|
|
676
|
+
def __init__(
|
|
677
|
+
self,
|
|
678
|
+
*,
|
|
679
|
+
registry_id: builtins.str = ...,
|
|
680
|
+
page_size: builtins.int = ...,
|
|
681
|
+
page_token: builtins.str = ...,
|
|
682
|
+
filter: builtins.str = ...,
|
|
683
|
+
) -> None: ...
|
|
684
|
+
def ClearField(self, field_name: typing.Literal["filter", b"filter", "page_size", b"page_size", "page_token", b"page_token", "registry_id", b"registry_id"]) -> None: ...
|
|
685
|
+
|
|
686
|
+
global___ListRegistryOperationsRequest = ListRegistryOperationsRequest
|
|
687
|
+
|
|
688
|
+
@typing.final
|
|
689
|
+
class ListRegistryOperationsResponse(google.protobuf.message.Message):
|
|
690
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
691
|
+
|
|
692
|
+
OPERATIONS_FIELD_NUMBER: builtins.int
|
|
693
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
694
|
+
next_page_token: builtins.str
|
|
695
|
+
"""Token for getting the next page of the list. If the number of results is greater than
|
|
696
|
+
the specified [ListRegistryOperationsRequest.page_size], use `next_page_token` as the value
|
|
697
|
+
for the [ListRegistryOperationsRequest.page_token] parameter in the next list request.
|
|
698
|
+
|
|
699
|
+
Each subsequent page will have its own `next_page_token` to continue paging through the results.
|
|
700
|
+
"""
|
|
701
|
+
@property
|
|
702
|
+
def operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.operation.operation_pb2.Operation]:
|
|
703
|
+
"""List of operations for the specified registry."""
|
|
704
|
+
|
|
705
|
+
def __init__(
|
|
706
|
+
self,
|
|
707
|
+
*,
|
|
708
|
+
operations: collections.abc.Iterable[yandex.cloud.operation.operation_pb2.Operation] | None = ...,
|
|
709
|
+
next_page_token: builtins.str = ...,
|
|
710
|
+
) -> None: ...
|
|
711
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "operations", b"operations"]) -> None: ...
|
|
712
|
+
|
|
713
|
+
global___ListRegistryOperationsResponse = ListRegistryOperationsResponse
|
|
714
|
+
|
|
715
|
+
@typing.final
|
|
716
|
+
class AddDataStreamExportRequest(google.protobuf.message.Message):
|
|
717
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
718
|
+
|
|
719
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
720
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
721
|
+
MQTT_TOPIC_FILTER_FIELD_NUMBER: builtins.int
|
|
722
|
+
DATABASE_FIELD_NUMBER: builtins.int
|
|
723
|
+
STREAM_FIELD_NUMBER: builtins.int
|
|
724
|
+
SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
|
|
725
|
+
name: builtins.str
|
|
726
|
+
"""Name of the YDS export. The name must be unique within the folder."""
|
|
727
|
+
registry_id: builtins.str
|
|
728
|
+
"""ID of the registry to add a YDS export for.
|
|
729
|
+
|
|
730
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
731
|
+
"""
|
|
732
|
+
mqtt_topic_filter: builtins.str
|
|
733
|
+
"""MQTT topic whose messages export to YDS."""
|
|
734
|
+
database: builtins.str
|
|
735
|
+
"""YDS database."""
|
|
736
|
+
stream: builtins.str
|
|
737
|
+
"""YDS stream name."""
|
|
738
|
+
service_account_id: builtins.str
|
|
739
|
+
"""ID of the service account which has permission to write to data stream."""
|
|
740
|
+
def __init__(
|
|
741
|
+
self,
|
|
742
|
+
*,
|
|
743
|
+
name: builtins.str = ...,
|
|
744
|
+
registry_id: builtins.str = ...,
|
|
745
|
+
mqtt_topic_filter: builtins.str = ...,
|
|
746
|
+
database: builtins.str = ...,
|
|
747
|
+
stream: builtins.str = ...,
|
|
748
|
+
service_account_id: builtins.str = ...,
|
|
749
|
+
) -> None: ...
|
|
750
|
+
def ClearField(self, field_name: typing.Literal["database", b"database", "mqtt_topic_filter", b"mqtt_topic_filter", "name", b"name", "registry_id", b"registry_id", "service_account_id", b"service_account_id", "stream", b"stream"]) -> None: ...
|
|
751
|
+
|
|
752
|
+
global___AddDataStreamExportRequest = AddDataStreamExportRequest
|
|
753
|
+
|
|
754
|
+
@typing.final
|
|
755
|
+
class AddDataStreamExportMetadata(google.protobuf.message.Message):
|
|
756
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
757
|
+
|
|
758
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
759
|
+
DATA_STREAM_EXPORT_ID_FIELD_NUMBER: builtins.int
|
|
760
|
+
registry_id: builtins.str
|
|
761
|
+
"""ID of the registry for which the YDS export was added."""
|
|
762
|
+
data_stream_export_id: builtins.str
|
|
763
|
+
"""ID of the added YDS export."""
|
|
764
|
+
def __init__(
|
|
765
|
+
self,
|
|
766
|
+
*,
|
|
767
|
+
registry_id: builtins.str = ...,
|
|
768
|
+
data_stream_export_id: builtins.str = ...,
|
|
769
|
+
) -> None: ...
|
|
770
|
+
def ClearField(self, field_name: typing.Literal["data_stream_export_id", b"data_stream_export_id", "registry_id", b"registry_id"]) -> None: ...
|
|
771
|
+
|
|
772
|
+
global___AddDataStreamExportMetadata = AddDataStreamExportMetadata
|
|
773
|
+
|
|
774
|
+
@typing.final
|
|
775
|
+
class DeleteDataStreamExportRequest(google.protobuf.message.Message):
|
|
776
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
777
|
+
|
|
778
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
779
|
+
DATA_STREAM_EXPORT_ID_FIELD_NUMBER: builtins.int
|
|
780
|
+
registry_id: builtins.str
|
|
781
|
+
"""ID of a registry for which the YDS export is being deleted."""
|
|
782
|
+
data_stream_export_id: builtins.str
|
|
783
|
+
"""ID of the YDS export to delete."""
|
|
784
|
+
def __init__(
|
|
785
|
+
self,
|
|
786
|
+
*,
|
|
787
|
+
registry_id: builtins.str = ...,
|
|
788
|
+
data_stream_export_id: builtins.str = ...,
|
|
789
|
+
) -> None: ...
|
|
790
|
+
def ClearField(self, field_name: typing.Literal["data_stream_export_id", b"data_stream_export_id", "registry_id", b"registry_id"]) -> None: ...
|
|
791
|
+
|
|
792
|
+
global___DeleteDataStreamExportRequest = DeleteDataStreamExportRequest
|
|
793
|
+
|
|
794
|
+
@typing.final
|
|
795
|
+
class DeleteDataStreamExportMetadata(google.protobuf.message.Message):
|
|
796
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
797
|
+
|
|
798
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
799
|
+
DATA_STREAM_EXPORT_ID_FIELD_NUMBER: builtins.int
|
|
800
|
+
registry_id: builtins.str
|
|
801
|
+
"""ID of a registry for which the YDS export was deleted."""
|
|
802
|
+
data_stream_export_id: builtins.str
|
|
803
|
+
"""ID of the deleted YDS export."""
|
|
804
|
+
def __init__(
|
|
805
|
+
self,
|
|
806
|
+
*,
|
|
807
|
+
registry_id: builtins.str = ...,
|
|
808
|
+
data_stream_export_id: builtins.str = ...,
|
|
809
|
+
) -> None: ...
|
|
810
|
+
def ClearField(self, field_name: typing.Literal["data_stream_export_id", b"data_stream_export_id", "registry_id", b"registry_id"]) -> None: ...
|
|
811
|
+
|
|
812
|
+
global___DeleteDataStreamExportMetadata = DeleteDataStreamExportMetadata
|
|
813
|
+
|
|
814
|
+
@typing.final
|
|
815
|
+
class ListDataStreamExportsRequest(google.protobuf.message.Message):
|
|
816
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
817
|
+
|
|
818
|
+
REGISTRY_ID_FIELD_NUMBER: builtins.int
|
|
819
|
+
registry_id: builtins.str
|
|
820
|
+
"""ID of the registry to list YDS exports in.
|
|
821
|
+
|
|
822
|
+
To get a registry ID make a [RegistryService.List] request.
|
|
823
|
+
"""
|
|
824
|
+
def __init__(
|
|
825
|
+
self,
|
|
826
|
+
*,
|
|
827
|
+
registry_id: builtins.str = ...,
|
|
828
|
+
) -> None: ...
|
|
829
|
+
def ClearField(self, field_name: typing.Literal["registry_id", b"registry_id"]) -> None: ...
|
|
830
|
+
|
|
831
|
+
global___ListDataStreamExportsRequest = ListDataStreamExportsRequest
|
|
832
|
+
|
|
833
|
+
@typing.final
|
|
834
|
+
class ListDataStreamExportsResponse(google.protobuf.message.Message):
|
|
835
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
836
|
+
|
|
837
|
+
DATA_STREAM_EXPORTS_FIELD_NUMBER: builtins.int
|
|
838
|
+
@property
|
|
839
|
+
def data_stream_exports(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.iot.devices.v1.registry_pb2.DataStreamExport]:
|
|
840
|
+
"""List of YDS exports for the specified registry."""
|
|
841
|
+
|
|
842
|
+
def __init__(
|
|
843
|
+
self,
|
|
844
|
+
*,
|
|
845
|
+
data_stream_exports: collections.abc.Iterable[yandex.cloud.iot.devices.v1.registry_pb2.DataStreamExport] | None = ...,
|
|
846
|
+
) -> None: ...
|
|
847
|
+
def ClearField(self, field_name: typing.Literal["data_stream_exports", b"data_stream_exports"]) -> None: ...
|
|
848
|
+
|
|
849
|
+
global___ListDataStreamExportsResponse = ListDataStreamExportsResponse
|