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,625 @@
|
|
|
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.duration_pb2
|
|
10
|
+
import google.protobuf.field_mask_pb2
|
|
11
|
+
import google.protobuf.internal.containers
|
|
12
|
+
import google.protobuf.message
|
|
13
|
+
import typing
|
|
14
|
+
import yandex.cloud.operation.operation_pb2
|
|
15
|
+
import yandex.cloud.organizationmanager.v1.saml.federation_pb2
|
|
16
|
+
import yandex.cloud.organizationmanager.v1.user_account_pb2
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
19
|
+
|
|
20
|
+
@typing.final
|
|
21
|
+
class GetFederationRequest(google.protobuf.message.Message):
|
|
22
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
23
|
+
|
|
24
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
25
|
+
federation_id: builtins.str
|
|
26
|
+
"""ID of the federation to return.
|
|
27
|
+
To get the federation ID, make a [FederationService.List] request.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(
|
|
30
|
+
self,
|
|
31
|
+
*,
|
|
32
|
+
federation_id: builtins.str = ...,
|
|
33
|
+
) -> None: ...
|
|
34
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id"]) -> None: ...
|
|
35
|
+
|
|
36
|
+
global___GetFederationRequest = GetFederationRequest
|
|
37
|
+
|
|
38
|
+
@typing.final
|
|
39
|
+
class ListFederationsRequest(google.protobuf.message.Message):
|
|
40
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
41
|
+
|
|
42
|
+
ORGANIZATION_ID_FIELD_NUMBER: builtins.int
|
|
43
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
44
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
45
|
+
FILTER_FIELD_NUMBER: builtins.int
|
|
46
|
+
organization_id: builtins.str
|
|
47
|
+
"""ID of the organization to list federations in.
|
|
48
|
+
To get the organization ID, make a [yandex.cloud.organizationmanager.v1.OrganizationService.List] request.
|
|
49
|
+
"""
|
|
50
|
+
page_size: builtins.int
|
|
51
|
+
"""The maximum number of results per page to return. If the number of available
|
|
52
|
+
results is larger than [page_size],
|
|
53
|
+
the service returns a [ListFederationsResponse.next_page_token]
|
|
54
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
55
|
+
Default value: 100
|
|
56
|
+
"""
|
|
57
|
+
page_token: builtins.str
|
|
58
|
+
"""Page token. To get the next page of results, set [page_token]
|
|
59
|
+
to the [ListFederationsResponse.next_page_token]
|
|
60
|
+
returned by a previous list request.
|
|
61
|
+
"""
|
|
62
|
+
filter: builtins.str
|
|
63
|
+
"""A filter expression that filters resources listed in the response.
|
|
64
|
+
The expression must specify:
|
|
65
|
+
1. The field name. Currently you can use filtering only on the [Federation.name] field.
|
|
66
|
+
2. An `=` operator.
|
|
67
|
+
3. The value in double quotes (`"`). Must be 3-63 characters long and match the regular expression `[a-z][-a-z0-9]{1,61}[a-z0-9]`.
|
|
68
|
+
"""
|
|
69
|
+
def __init__(
|
|
70
|
+
self,
|
|
71
|
+
*,
|
|
72
|
+
organization_id: builtins.str = ...,
|
|
73
|
+
page_size: builtins.int = ...,
|
|
74
|
+
page_token: builtins.str = ...,
|
|
75
|
+
filter: builtins.str = ...,
|
|
76
|
+
) -> None: ...
|
|
77
|
+
def ClearField(self, field_name: typing.Literal["filter", b"filter", "organization_id", b"organization_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
78
|
+
|
|
79
|
+
global___ListFederationsRequest = ListFederationsRequest
|
|
80
|
+
|
|
81
|
+
@typing.final
|
|
82
|
+
class ListFederationsResponse(google.protobuf.message.Message):
|
|
83
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
84
|
+
|
|
85
|
+
FEDERATIONS_FIELD_NUMBER: builtins.int
|
|
86
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
87
|
+
next_page_token: builtins.str
|
|
88
|
+
"""This token allows you to get the next page of results for list requests. If the number of results
|
|
89
|
+
is larger than [ListFederationsRequest.page_size], use
|
|
90
|
+
the [next_page_token] as the value
|
|
91
|
+
for the [ListFederationsRequest.page_token] query parameter
|
|
92
|
+
in the next list request. Each subsequent list request will have its own
|
|
93
|
+
[next_page_token] to continue paging through the results.
|
|
94
|
+
"""
|
|
95
|
+
@property
|
|
96
|
+
def federations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.organizationmanager.v1.saml.federation_pb2.Federation]:
|
|
97
|
+
"""List of federations."""
|
|
98
|
+
|
|
99
|
+
def __init__(
|
|
100
|
+
self,
|
|
101
|
+
*,
|
|
102
|
+
federations: collections.abc.Iterable[yandex.cloud.organizationmanager.v1.saml.federation_pb2.Federation] | None = ...,
|
|
103
|
+
next_page_token: builtins.str = ...,
|
|
104
|
+
) -> None: ...
|
|
105
|
+
def ClearField(self, field_name: typing.Literal["federations", b"federations", "next_page_token", b"next_page_token"]) -> None: ...
|
|
106
|
+
|
|
107
|
+
global___ListFederationsResponse = ListFederationsResponse
|
|
108
|
+
|
|
109
|
+
@typing.final
|
|
110
|
+
class CreateFederationRequest(google.protobuf.message.Message):
|
|
111
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
112
|
+
|
|
113
|
+
@typing.final
|
|
114
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
115
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
116
|
+
|
|
117
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
118
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
119
|
+
key: builtins.str
|
|
120
|
+
value: builtins.str
|
|
121
|
+
def __init__(
|
|
122
|
+
self,
|
|
123
|
+
*,
|
|
124
|
+
key: builtins.str = ...,
|
|
125
|
+
value: builtins.str = ...,
|
|
126
|
+
) -> None: ...
|
|
127
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
128
|
+
|
|
129
|
+
ORGANIZATION_ID_FIELD_NUMBER: builtins.int
|
|
130
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
131
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
132
|
+
COOKIE_MAX_AGE_FIELD_NUMBER: builtins.int
|
|
133
|
+
AUTO_CREATE_ACCOUNT_ON_LOGIN_FIELD_NUMBER: builtins.int
|
|
134
|
+
ISSUER_FIELD_NUMBER: builtins.int
|
|
135
|
+
SSO_BINDING_FIELD_NUMBER: builtins.int
|
|
136
|
+
SSO_URL_FIELD_NUMBER: builtins.int
|
|
137
|
+
SECURITY_SETTINGS_FIELD_NUMBER: builtins.int
|
|
138
|
+
CASE_INSENSITIVE_NAME_IDS_FIELD_NUMBER: builtins.int
|
|
139
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
140
|
+
organization_id: builtins.str
|
|
141
|
+
"""ID of the organization to create a federation in.
|
|
142
|
+
To get the organization ID, make a [yandex.cloud.organizationmanager.v1.OrganizationService.List] request.
|
|
143
|
+
"""
|
|
144
|
+
name: builtins.str
|
|
145
|
+
"""Name of the federation.
|
|
146
|
+
The name must be unique within the organization.
|
|
147
|
+
"""
|
|
148
|
+
description: builtins.str
|
|
149
|
+
"""Description of the federation."""
|
|
150
|
+
auto_create_account_on_login: builtins.bool
|
|
151
|
+
"""Add new users automatically on successful authentication.
|
|
152
|
+
The user becomes member of the organization automatically,
|
|
153
|
+
but you need to grant other roles to them.
|
|
154
|
+
|
|
155
|
+
If the value is `false`, users who aren't added to the organization
|
|
156
|
+
can't log in, even if they have authenticated on your server.
|
|
157
|
+
"""
|
|
158
|
+
issuer: builtins.str
|
|
159
|
+
"""ID of the IdP server to be used for authentication.
|
|
160
|
+
The IdP server also responds to IAM with this ID after the user authenticates.
|
|
161
|
+
"""
|
|
162
|
+
sso_binding: yandex.cloud.organizationmanager.v1.saml.federation_pb2.BindingType.ValueType
|
|
163
|
+
"""Single sign-on endpoint binding type. Most Identity Providers support the `POST` binding type.
|
|
164
|
+
|
|
165
|
+
SAML Binding is a mapping of a SAML protocol message onto standard messaging
|
|
166
|
+
formats and/or communications protocols.
|
|
167
|
+
"""
|
|
168
|
+
sso_url: builtins.str
|
|
169
|
+
"""Single sign-on endpoint URL.
|
|
170
|
+
Specify the link to the IdP login page here.
|
|
171
|
+
"""
|
|
172
|
+
case_insensitive_name_ids: builtins.bool
|
|
173
|
+
"""Use case insensitive Name IDs."""
|
|
174
|
+
@property
|
|
175
|
+
def cookie_max_age(self) -> google.protobuf.duration_pb2.Duration:
|
|
176
|
+
"""Browser cookie lifetime in seconds.
|
|
177
|
+
If the cookie is still valid, the management console
|
|
178
|
+
authenticates the user immediately and redirects them to the home page.
|
|
179
|
+
The default value is `8h`.
|
|
180
|
+
"""
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
def security_settings(self) -> yandex.cloud.organizationmanager.v1.saml.federation_pb2.FederationSecuritySettings:
|
|
184
|
+
"""Federation security settings."""
|
|
185
|
+
|
|
186
|
+
@property
|
|
187
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
188
|
+
"""Resource labels as `` key:value `` pairs."""
|
|
189
|
+
|
|
190
|
+
def __init__(
|
|
191
|
+
self,
|
|
192
|
+
*,
|
|
193
|
+
organization_id: builtins.str = ...,
|
|
194
|
+
name: builtins.str = ...,
|
|
195
|
+
description: builtins.str = ...,
|
|
196
|
+
cookie_max_age: google.protobuf.duration_pb2.Duration | None = ...,
|
|
197
|
+
auto_create_account_on_login: builtins.bool = ...,
|
|
198
|
+
issuer: builtins.str = ...,
|
|
199
|
+
sso_binding: yandex.cloud.organizationmanager.v1.saml.federation_pb2.BindingType.ValueType = ...,
|
|
200
|
+
sso_url: builtins.str = ...,
|
|
201
|
+
security_settings: yandex.cloud.organizationmanager.v1.saml.federation_pb2.FederationSecuritySettings | None = ...,
|
|
202
|
+
case_insensitive_name_ids: builtins.bool = ...,
|
|
203
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
204
|
+
) -> None: ...
|
|
205
|
+
def HasField(self, field_name: typing.Literal["cookie_max_age", b"cookie_max_age", "security_settings", b"security_settings"]) -> builtins.bool: ...
|
|
206
|
+
def ClearField(self, field_name: typing.Literal["auto_create_account_on_login", b"auto_create_account_on_login", "case_insensitive_name_ids", b"case_insensitive_name_ids", "cookie_max_age", b"cookie_max_age", "description", b"description", "issuer", b"issuer", "labels", b"labels", "name", b"name", "organization_id", b"organization_id", "security_settings", b"security_settings", "sso_binding", b"sso_binding", "sso_url", b"sso_url"]) -> None: ...
|
|
207
|
+
|
|
208
|
+
global___CreateFederationRequest = CreateFederationRequest
|
|
209
|
+
|
|
210
|
+
@typing.final
|
|
211
|
+
class CreateFederationMetadata(google.protobuf.message.Message):
|
|
212
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
213
|
+
|
|
214
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
215
|
+
federation_id: builtins.str
|
|
216
|
+
"""ID of the federation that is being created."""
|
|
217
|
+
def __init__(
|
|
218
|
+
self,
|
|
219
|
+
*,
|
|
220
|
+
federation_id: builtins.str = ...,
|
|
221
|
+
) -> None: ...
|
|
222
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id"]) -> None: ...
|
|
223
|
+
|
|
224
|
+
global___CreateFederationMetadata = CreateFederationMetadata
|
|
225
|
+
|
|
226
|
+
@typing.final
|
|
227
|
+
class UpdateFederationRequest(google.protobuf.message.Message):
|
|
228
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
229
|
+
|
|
230
|
+
@typing.final
|
|
231
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
232
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
233
|
+
|
|
234
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
235
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
236
|
+
key: builtins.str
|
|
237
|
+
value: builtins.str
|
|
238
|
+
def __init__(
|
|
239
|
+
self,
|
|
240
|
+
*,
|
|
241
|
+
key: builtins.str = ...,
|
|
242
|
+
value: builtins.str = ...,
|
|
243
|
+
) -> None: ...
|
|
244
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
245
|
+
|
|
246
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
247
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
248
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
249
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
250
|
+
COOKIE_MAX_AGE_FIELD_NUMBER: builtins.int
|
|
251
|
+
AUTO_CREATE_ACCOUNT_ON_LOGIN_FIELD_NUMBER: builtins.int
|
|
252
|
+
ISSUER_FIELD_NUMBER: builtins.int
|
|
253
|
+
SSO_BINDING_FIELD_NUMBER: builtins.int
|
|
254
|
+
SSO_URL_FIELD_NUMBER: builtins.int
|
|
255
|
+
SECURITY_SETTINGS_FIELD_NUMBER: builtins.int
|
|
256
|
+
CASE_INSENSITIVE_NAME_IDS_FIELD_NUMBER: builtins.int
|
|
257
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
258
|
+
federation_id: builtins.str
|
|
259
|
+
"""ID of the federation to update.
|
|
260
|
+
To get the federation ID, make a [FederationService.List] request.
|
|
261
|
+
"""
|
|
262
|
+
name: builtins.str
|
|
263
|
+
"""Name of the federation.
|
|
264
|
+
The name must be unique within the organization.
|
|
265
|
+
"""
|
|
266
|
+
description: builtins.str
|
|
267
|
+
"""Description of the federation."""
|
|
268
|
+
auto_create_account_on_login: builtins.bool
|
|
269
|
+
"""Add new users automatically on successful authentication.
|
|
270
|
+
The user becomes member of the organization automatically,
|
|
271
|
+
but you need to grant other roles to them.
|
|
272
|
+
|
|
273
|
+
If the value is `false`, users who aren't added to the organization
|
|
274
|
+
can't log in, even if they have authenticated on your server.
|
|
275
|
+
"""
|
|
276
|
+
issuer: builtins.str
|
|
277
|
+
"""ID of the IdP server to be used for authentication.
|
|
278
|
+
The IdP server also responds to IAM with this ID after the user authenticates.
|
|
279
|
+
"""
|
|
280
|
+
sso_binding: yandex.cloud.organizationmanager.v1.saml.federation_pb2.BindingType.ValueType
|
|
281
|
+
"""Single sign-on endpoint binding type. Most Identity Providers support the `POST` binding type.
|
|
282
|
+
|
|
283
|
+
SAML Binding is a mapping of a SAML protocol message onto standard messaging
|
|
284
|
+
formats and/or communications protocols.
|
|
285
|
+
"""
|
|
286
|
+
sso_url: builtins.str
|
|
287
|
+
"""Single sign-on endpoint URL.
|
|
288
|
+
Specify the link to the IdP login page here.
|
|
289
|
+
"""
|
|
290
|
+
case_insensitive_name_ids: builtins.bool
|
|
291
|
+
"""Use case insensitive name ids."""
|
|
292
|
+
@property
|
|
293
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
294
|
+
"""Field mask that specifies which fields of the federation are going to be updated."""
|
|
295
|
+
|
|
296
|
+
@property
|
|
297
|
+
def cookie_max_age(self) -> google.protobuf.duration_pb2.Duration:
|
|
298
|
+
"""Browser cookie lifetime in seconds.
|
|
299
|
+
If the cookie is still valid, the management console
|
|
300
|
+
authenticates the user immediately and redirects them to the home page.
|
|
301
|
+
The default value is `8h`.
|
|
302
|
+
"""
|
|
303
|
+
|
|
304
|
+
@property
|
|
305
|
+
def security_settings(self) -> yandex.cloud.organizationmanager.v1.saml.federation_pb2.FederationSecuritySettings:
|
|
306
|
+
"""Federation security settings."""
|
|
307
|
+
|
|
308
|
+
@property
|
|
309
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
310
|
+
"""Resource labels as `` key:value `` pairs."""
|
|
311
|
+
|
|
312
|
+
def __init__(
|
|
313
|
+
self,
|
|
314
|
+
*,
|
|
315
|
+
federation_id: builtins.str = ...,
|
|
316
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
317
|
+
name: builtins.str = ...,
|
|
318
|
+
description: builtins.str = ...,
|
|
319
|
+
cookie_max_age: google.protobuf.duration_pb2.Duration | None = ...,
|
|
320
|
+
auto_create_account_on_login: builtins.bool = ...,
|
|
321
|
+
issuer: builtins.str = ...,
|
|
322
|
+
sso_binding: yandex.cloud.organizationmanager.v1.saml.federation_pb2.BindingType.ValueType = ...,
|
|
323
|
+
sso_url: builtins.str = ...,
|
|
324
|
+
security_settings: yandex.cloud.organizationmanager.v1.saml.federation_pb2.FederationSecuritySettings | None = ...,
|
|
325
|
+
case_insensitive_name_ids: builtins.bool = ...,
|
|
326
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
327
|
+
) -> None: ...
|
|
328
|
+
def HasField(self, field_name: typing.Literal["cookie_max_age", b"cookie_max_age", "security_settings", b"security_settings", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
329
|
+
def ClearField(self, field_name: typing.Literal["auto_create_account_on_login", b"auto_create_account_on_login", "case_insensitive_name_ids", b"case_insensitive_name_ids", "cookie_max_age", b"cookie_max_age", "description", b"description", "federation_id", b"federation_id", "issuer", b"issuer", "labels", b"labels", "name", b"name", "security_settings", b"security_settings", "sso_binding", b"sso_binding", "sso_url", b"sso_url", "update_mask", b"update_mask"]) -> None: ...
|
|
330
|
+
|
|
331
|
+
global___UpdateFederationRequest = UpdateFederationRequest
|
|
332
|
+
|
|
333
|
+
@typing.final
|
|
334
|
+
class UpdateFederationMetadata(google.protobuf.message.Message):
|
|
335
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
336
|
+
|
|
337
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
338
|
+
federation_id: builtins.str
|
|
339
|
+
"""ID of the federation that is being updated."""
|
|
340
|
+
def __init__(
|
|
341
|
+
self,
|
|
342
|
+
*,
|
|
343
|
+
federation_id: builtins.str = ...,
|
|
344
|
+
) -> None: ...
|
|
345
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id"]) -> None: ...
|
|
346
|
+
|
|
347
|
+
global___UpdateFederationMetadata = UpdateFederationMetadata
|
|
348
|
+
|
|
349
|
+
@typing.final
|
|
350
|
+
class DeleteFederationRequest(google.protobuf.message.Message):
|
|
351
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
352
|
+
|
|
353
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
354
|
+
federation_id: builtins.str
|
|
355
|
+
"""ID of the federation to delete.
|
|
356
|
+
To get the federation ID, make a [FederationService.List] request.
|
|
357
|
+
"""
|
|
358
|
+
def __init__(
|
|
359
|
+
self,
|
|
360
|
+
*,
|
|
361
|
+
federation_id: builtins.str = ...,
|
|
362
|
+
) -> None: ...
|
|
363
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id"]) -> None: ...
|
|
364
|
+
|
|
365
|
+
global___DeleteFederationRequest = DeleteFederationRequest
|
|
366
|
+
|
|
367
|
+
@typing.final
|
|
368
|
+
class DeleteFederationMetadata(google.protobuf.message.Message):
|
|
369
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
370
|
+
|
|
371
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
372
|
+
federation_id: builtins.str
|
|
373
|
+
"""ID of the federation that is being deleted."""
|
|
374
|
+
def __init__(
|
|
375
|
+
self,
|
|
376
|
+
*,
|
|
377
|
+
federation_id: builtins.str = ...,
|
|
378
|
+
) -> None: ...
|
|
379
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id"]) -> None: ...
|
|
380
|
+
|
|
381
|
+
global___DeleteFederationMetadata = DeleteFederationMetadata
|
|
382
|
+
|
|
383
|
+
@typing.final
|
|
384
|
+
class AddFederatedUserAccountsRequest(google.protobuf.message.Message):
|
|
385
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
386
|
+
|
|
387
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
388
|
+
NAME_IDS_FIELD_NUMBER: builtins.int
|
|
389
|
+
federation_id: builtins.str
|
|
390
|
+
"""ID of the federation to add users."""
|
|
391
|
+
@property
|
|
392
|
+
def name_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
393
|
+
"""Name IDs returned by the Identity Provider (IdP) on successful authentication.
|
|
394
|
+
These may be UPNs or user email addresses.
|
|
395
|
+
"""
|
|
396
|
+
|
|
397
|
+
def __init__(
|
|
398
|
+
self,
|
|
399
|
+
*,
|
|
400
|
+
federation_id: builtins.str = ...,
|
|
401
|
+
name_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
402
|
+
) -> None: ...
|
|
403
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "name_ids", b"name_ids"]) -> None: ...
|
|
404
|
+
|
|
405
|
+
global___AddFederatedUserAccountsRequest = AddFederatedUserAccountsRequest
|
|
406
|
+
|
|
407
|
+
@typing.final
|
|
408
|
+
class AddFederatedUserAccountsMetadata(google.protobuf.message.Message):
|
|
409
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
410
|
+
|
|
411
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
412
|
+
federation_id: builtins.str
|
|
413
|
+
"""ID of the federation that is being altered."""
|
|
414
|
+
def __init__(
|
|
415
|
+
self,
|
|
416
|
+
*,
|
|
417
|
+
federation_id: builtins.str = ...,
|
|
418
|
+
) -> None: ...
|
|
419
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id"]) -> None: ...
|
|
420
|
+
|
|
421
|
+
global___AddFederatedUserAccountsMetadata = AddFederatedUserAccountsMetadata
|
|
422
|
+
|
|
423
|
+
@typing.final
|
|
424
|
+
class AddFederatedUserAccountsResponse(google.protobuf.message.Message):
|
|
425
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
426
|
+
|
|
427
|
+
USER_ACCOUNTS_FIELD_NUMBER: builtins.int
|
|
428
|
+
@property
|
|
429
|
+
def user_accounts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.organizationmanager.v1.user_account_pb2.UserAccount]:
|
|
430
|
+
"""List of users created by [FederationService.AddUserAccounts] request."""
|
|
431
|
+
|
|
432
|
+
def __init__(
|
|
433
|
+
self,
|
|
434
|
+
*,
|
|
435
|
+
user_accounts: collections.abc.Iterable[yandex.cloud.organizationmanager.v1.user_account_pb2.UserAccount] | None = ...,
|
|
436
|
+
) -> None: ...
|
|
437
|
+
def ClearField(self, field_name: typing.Literal["user_accounts", b"user_accounts"]) -> None: ...
|
|
438
|
+
|
|
439
|
+
global___AddFederatedUserAccountsResponse = AddFederatedUserAccountsResponse
|
|
440
|
+
|
|
441
|
+
@typing.final
|
|
442
|
+
class DeleteFederatedUserAccountsRequest(google.protobuf.message.Message):
|
|
443
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
444
|
+
|
|
445
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
446
|
+
SUBJECT_IDS_FIELD_NUMBER: builtins.int
|
|
447
|
+
federation_id: builtins.str
|
|
448
|
+
"""ID of the federation to delete users from."""
|
|
449
|
+
@property
|
|
450
|
+
def subject_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
451
|
+
"""List of subjects to delete."""
|
|
452
|
+
|
|
453
|
+
def __init__(
|
|
454
|
+
self,
|
|
455
|
+
*,
|
|
456
|
+
federation_id: builtins.str = ...,
|
|
457
|
+
subject_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
458
|
+
) -> None: ...
|
|
459
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "subject_ids", b"subject_ids"]) -> None: ...
|
|
460
|
+
|
|
461
|
+
global___DeleteFederatedUserAccountsRequest = DeleteFederatedUserAccountsRequest
|
|
462
|
+
|
|
463
|
+
@typing.final
|
|
464
|
+
class DeleteFederatedUserAccountsMetadata(google.protobuf.message.Message):
|
|
465
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
466
|
+
|
|
467
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
468
|
+
federation_id: builtins.str
|
|
469
|
+
"""ID of the federation that is being altered."""
|
|
470
|
+
def __init__(
|
|
471
|
+
self,
|
|
472
|
+
*,
|
|
473
|
+
federation_id: builtins.str = ...,
|
|
474
|
+
) -> None: ...
|
|
475
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id"]) -> None: ...
|
|
476
|
+
|
|
477
|
+
global___DeleteFederatedUserAccountsMetadata = DeleteFederatedUserAccountsMetadata
|
|
478
|
+
|
|
479
|
+
@typing.final
|
|
480
|
+
class DeleteFederatedUserAccountsResponse(google.protobuf.message.Message):
|
|
481
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
482
|
+
|
|
483
|
+
DELETED_SUBJECTS_FIELD_NUMBER: builtins.int
|
|
484
|
+
NON_EXISTING_SUBJECTS_FIELD_NUMBER: builtins.int
|
|
485
|
+
@property
|
|
486
|
+
def deleted_subjects(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
487
|
+
"""List of subjects deleted by [FederationService.DeleteUserAccounts] request."""
|
|
488
|
+
|
|
489
|
+
@property
|
|
490
|
+
def non_existing_subjects(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
491
|
+
"""List of subjects found in [FederationService.DeleteUserAccounts] request that do not exist."""
|
|
492
|
+
|
|
493
|
+
def __init__(
|
|
494
|
+
self,
|
|
495
|
+
*,
|
|
496
|
+
deleted_subjects: collections.abc.Iterable[builtins.str] | None = ...,
|
|
497
|
+
non_existing_subjects: collections.abc.Iterable[builtins.str] | None = ...,
|
|
498
|
+
) -> None: ...
|
|
499
|
+
def ClearField(self, field_name: typing.Literal["deleted_subjects", b"deleted_subjects", "non_existing_subjects", b"non_existing_subjects"]) -> None: ...
|
|
500
|
+
|
|
501
|
+
global___DeleteFederatedUserAccountsResponse = DeleteFederatedUserAccountsResponse
|
|
502
|
+
|
|
503
|
+
@typing.final
|
|
504
|
+
class ListFederatedUserAccountsRequest(google.protobuf.message.Message):
|
|
505
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
506
|
+
|
|
507
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
508
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
509
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
510
|
+
FILTER_FIELD_NUMBER: builtins.int
|
|
511
|
+
federation_id: builtins.str
|
|
512
|
+
"""ID of the federation to list user accounts for."""
|
|
513
|
+
page_size: builtins.int
|
|
514
|
+
"""The maximum number of results per page to return. If the number of available
|
|
515
|
+
results is larger than [page_size], the service returns a [ListFederatedUserAccountsResponse.next_page_token]
|
|
516
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
517
|
+
Default value: 100.
|
|
518
|
+
"""
|
|
519
|
+
page_token: builtins.str
|
|
520
|
+
"""Page token. To get the next page of results, set [page_token]
|
|
521
|
+
to the [ListFederatedUserAccountsResponse.next_page_token]
|
|
522
|
+
returned by a previous list request.
|
|
523
|
+
"""
|
|
524
|
+
filter: builtins.str
|
|
525
|
+
"""A filter expression that filters resources listed in the response.
|
|
526
|
+
The expression must specify:
|
|
527
|
+
1. The field name. Currently you can use filtering only on the [name_id] field.
|
|
528
|
+
2. An `=` operator.
|
|
529
|
+
3. The value in double quotes (`"`). Must be 1-1000 characters long and match the regular expression
|
|
530
|
+
`[a-z0-9A-Z/@_.\\-=+*\\\\]+`.
|
|
531
|
+
"""
|
|
532
|
+
def __init__(
|
|
533
|
+
self,
|
|
534
|
+
*,
|
|
535
|
+
federation_id: builtins.str = ...,
|
|
536
|
+
page_size: builtins.int = ...,
|
|
537
|
+
page_token: builtins.str = ...,
|
|
538
|
+
filter: builtins.str = ...,
|
|
539
|
+
) -> None: ...
|
|
540
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "filter", b"filter", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
541
|
+
|
|
542
|
+
global___ListFederatedUserAccountsRequest = ListFederatedUserAccountsRequest
|
|
543
|
+
|
|
544
|
+
@typing.final
|
|
545
|
+
class ListFederatedUserAccountsResponse(google.protobuf.message.Message):
|
|
546
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
547
|
+
|
|
548
|
+
USER_ACCOUNTS_FIELD_NUMBER: builtins.int
|
|
549
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
550
|
+
next_page_token: builtins.str
|
|
551
|
+
"""This token allows you to get the next page of results for list requests. If the number of results
|
|
552
|
+
is larger than [ListFederatedUserAccountsRequest.page_size], use the [next_page_token] as the value
|
|
553
|
+
for the [ListFederatedUserAccountsRequest.page_token] query parameter in the next list request.
|
|
554
|
+
Each subsequent list request will have its own [next_page_token] to continue paging through the results.
|
|
555
|
+
"""
|
|
556
|
+
@property
|
|
557
|
+
def user_accounts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.organizationmanager.v1.user_account_pb2.UserAccount]:
|
|
558
|
+
"""List of user accounts for the specified federation."""
|
|
559
|
+
|
|
560
|
+
def __init__(
|
|
561
|
+
self,
|
|
562
|
+
*,
|
|
563
|
+
user_accounts: collections.abc.Iterable[yandex.cloud.organizationmanager.v1.user_account_pb2.UserAccount] | None = ...,
|
|
564
|
+
next_page_token: builtins.str = ...,
|
|
565
|
+
) -> None: ...
|
|
566
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "user_accounts", b"user_accounts"]) -> None: ...
|
|
567
|
+
|
|
568
|
+
global___ListFederatedUserAccountsResponse = ListFederatedUserAccountsResponse
|
|
569
|
+
|
|
570
|
+
@typing.final
|
|
571
|
+
class ListFederationOperationsRequest(google.protobuf.message.Message):
|
|
572
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
573
|
+
|
|
574
|
+
FEDERATION_ID_FIELD_NUMBER: builtins.int
|
|
575
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
576
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
577
|
+
federation_id: builtins.str
|
|
578
|
+
"""ID of the federation to list operations for."""
|
|
579
|
+
page_size: builtins.int
|
|
580
|
+
"""The maximum number of results per page to return. If the number of available
|
|
581
|
+
results is larger than [page_size], the service returns a [ListFederationOperationsResponse.next_page_token]
|
|
582
|
+
that can be used to get the next page of results in subsequent list requests.
|
|
583
|
+
Default value: 100.
|
|
584
|
+
"""
|
|
585
|
+
page_token: builtins.str
|
|
586
|
+
"""Page token. To get the next page of results, set [page_token]
|
|
587
|
+
to the [ListFederationOperationsResponse.next_page_token]
|
|
588
|
+
returned by a previous list request.
|
|
589
|
+
"""
|
|
590
|
+
def __init__(
|
|
591
|
+
self,
|
|
592
|
+
*,
|
|
593
|
+
federation_id: builtins.str = ...,
|
|
594
|
+
page_size: builtins.int = ...,
|
|
595
|
+
page_token: builtins.str = ...,
|
|
596
|
+
) -> None: ...
|
|
597
|
+
def ClearField(self, field_name: typing.Literal["federation_id", b"federation_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
598
|
+
|
|
599
|
+
global___ListFederationOperationsRequest = ListFederationOperationsRequest
|
|
600
|
+
|
|
601
|
+
@typing.final
|
|
602
|
+
class ListFederationOperationsResponse(google.protobuf.message.Message):
|
|
603
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
604
|
+
|
|
605
|
+
OPERATIONS_FIELD_NUMBER: builtins.int
|
|
606
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
607
|
+
next_page_token: builtins.str
|
|
608
|
+
"""This token allows you to get the next page of results for list requests. If the number of results
|
|
609
|
+
is larger than [ListFederationOperationsRequest.page_size], use the [next_page_token] as the value
|
|
610
|
+
for the [ListFederationOperationsRequest.page_token] query parameter in the next list request.
|
|
611
|
+
Each subsequent list request will have its own [next_page_token] to continue paging through the results.
|
|
612
|
+
"""
|
|
613
|
+
@property
|
|
614
|
+
def operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.operation.operation_pb2.Operation]:
|
|
615
|
+
"""List of operations for the specified federation."""
|
|
616
|
+
|
|
617
|
+
def __init__(
|
|
618
|
+
self,
|
|
619
|
+
*,
|
|
620
|
+
operations: collections.abc.Iterable[yandex.cloud.operation.operation_pb2.Operation] | None = ...,
|
|
621
|
+
next_page_token: builtins.str = ...,
|
|
622
|
+
) -> None: ...
|
|
623
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "operations", b"operations"]) -> None: ...
|
|
624
|
+
|
|
625
|
+
global___ListFederationOperationsResponse = ListFederationOperationsResponse
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.message
|
|
9
|
+
import typing
|
|
10
|
+
|
|
11
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
12
|
+
|
|
13
|
+
@typing.final
|
|
14
|
+
class GenerateSshCertificateRequest(google.protobuf.message.Message):
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
16
|
+
|
|
17
|
+
CLOUD_ID_FIELD_NUMBER: builtins.int
|
|
18
|
+
ORGANIZATION_ID_FIELD_NUMBER: builtins.int
|
|
19
|
+
SUBJECT_ID_FIELD_NUMBER: builtins.int
|
|
20
|
+
OS_LOGIN_FIELD_NUMBER: builtins.int
|
|
21
|
+
PUBLIC_KEY_FIELD_NUMBER: builtins.int
|
|
22
|
+
cloud_id: builtins.str
|
|
23
|
+
"""the cloud must be attached to an organization"""
|
|
24
|
+
organization_id: builtins.str
|
|
25
|
+
subject_id: builtins.str
|
|
26
|
+
"""specify subject to generate certificate for default login"""
|
|
27
|
+
os_login: builtins.str
|
|
28
|
+
"""specify os_login for a specific login"""
|
|
29
|
+
public_key: builtins.str
|
|
30
|
+
def __init__(
|
|
31
|
+
self,
|
|
32
|
+
*,
|
|
33
|
+
cloud_id: builtins.str = ...,
|
|
34
|
+
organization_id: builtins.str = ...,
|
|
35
|
+
subject_id: builtins.str = ...,
|
|
36
|
+
os_login: builtins.str = ...,
|
|
37
|
+
public_key: builtins.str = ...,
|
|
38
|
+
) -> None: ...
|
|
39
|
+
def HasField(self, field_name: typing.Literal["cloud_id", b"cloud_id", "organization_id", b"organization_id", "os_login", b"os_login", "scope", b"scope", "subject", b"subject", "subject_id", b"subject_id"]) -> builtins.bool: ...
|
|
40
|
+
def ClearField(self, field_name: typing.Literal["cloud_id", b"cloud_id", "organization_id", b"organization_id", "os_login", b"os_login", "public_key", b"public_key", "scope", b"scope", "subject", b"subject", "subject_id", b"subject_id"]) -> None: ...
|
|
41
|
+
@typing.overload
|
|
42
|
+
def WhichOneof(self, oneof_group: typing.Literal["scope", b"scope"]) -> typing.Literal["cloud_id", "organization_id"] | None: ...
|
|
43
|
+
@typing.overload
|
|
44
|
+
def WhichOneof(self, oneof_group: typing.Literal["subject", b"subject"]) -> typing.Literal["subject_id", "os_login"] | None: ...
|
|
45
|
+
|
|
46
|
+
global___GenerateSshCertificateRequest = GenerateSshCertificateRequest
|
|
47
|
+
|
|
48
|
+
@typing.final
|
|
49
|
+
class GenerateSshCertificateResponse(google.protobuf.message.Message):
|
|
50
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
51
|
+
|
|
52
|
+
SIGNED_CERTIFICATE_FIELD_NUMBER: builtins.int
|
|
53
|
+
signed_certificate: builtins.str
|
|
54
|
+
"""as per specification https://cvsweb.openbsd.org/src/usr.bin/ssh/PROTOCOL.certkeys?annotate=HEAD"""
|
|
55
|
+
def __init__(
|
|
56
|
+
self,
|
|
57
|
+
*,
|
|
58
|
+
signed_certificate: builtins.str = ...,
|
|
59
|
+
) -> None: ...
|
|
60
|
+
def ClearField(self, field_name: typing.Literal["signed_certificate", b"signed_certificate"]) -> None: ...
|
|
61
|
+
|
|
62
|
+
global___GenerateSshCertificateResponse = GenerateSshCertificateResponse
|