yandexcloud 0.326.0__py3-none-any.whl → 0.328.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.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.py +21 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +39 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +38 -3
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +24 -3
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +10 -8
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +13 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +45 -39
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +57 -2
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +34 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +20 -0
- yandex/cloud/ai/tuning/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.py +26 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.pyi +35 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.py +30 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.pyi +51 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +101 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +585 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +232 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +127 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +29 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +86 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.py +28 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +50 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/private_connection_pb2.py +5 -3
- yandex/cloud/cic/v1/private_connection_pb2.pyi +1 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +41 -41
- yandex/cloud/dataproc/v1/cluster_pb2.py +20 -18
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +20 -1
- yandex/cloud/dataproc/v1/cluster_service_pb2.py +40 -40
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +52 -48
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +45 -3
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +54 -54
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +7 -1
- yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +1 -1
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +2 -2
- yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.py +8 -8
- yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +4 -1
- yandex/cloud/datatransfer/v1/endpoint/yds_pb2.py +4 -4
- yandex/cloud/datatransfer/v1/endpoint/yds_pb2.pyi +4 -1
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.py +39 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.pyi +64 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +67 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +44 -0
- yandex/cloud/marketplace/pim/__init__.py +0 -0
- yandex/cloud/marketplace/pim/v1/__init__.py +0 -0
- yandex/cloud/marketplace/pim/v1/saas/__init__.py +0 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.py +41 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.pyi +158 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2_grpc.py +4 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2_grpc.pyi +17 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.py +42 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.pyi +71 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.py +101 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.pyi +60 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.py +81 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.pyi +789 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2_grpc.py +4 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/widget_pb2.py +6 -5
- yandex/cloud/monitoring/v3/widget_pb2.pyi +10 -3
- yandex/cloud/searchapi/v2/search_query_pb2.py +8 -6
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +24 -1
- yandex/cloud/searchapi/v2/search_service_pb2.py +14 -8
- yandex/cloud/searchapi/v2/search_service_pb2.pyi +33 -6
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +64 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +29 -0
- yandex/cloud/serverless/containers/v1/container_pb2.py +44 -40
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +51 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -6
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +31 -3
- yandex/cloud/serverless/functions/v1/function_pb2.py +42 -38
- yandex/cloud/serverless/functions/v1/function_pb2.pyi +51 -2
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +36 -36
- yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +8 -2
- yandex/cloud/speechsense/v1/classifier_pb2.py +26 -0
- yandex/cloud/speechsense/v1/classifier_pb2.pyi +35 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.py +4 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.py +34 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.pyi +48 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.py +67 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.pyi +44 -0
- yandex/cloud/speechsense/v1/talk_service_pb2.py +28 -28
- yandex/cloud/speechsense/v1/talk_service_pb2.pyi +10 -2
- yandex/cloud/storage/v1/s3api_pb2.py +21 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +392 -0
- yandex/cloud/ydb/v1/database_pb2.py +24 -10
- yandex/cloud/ydb/v1/database_pb2.pyi +53 -3
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/RECORD +106 -57
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/top_level.txt +0 -0
|
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
|
|
|
14
14
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/storage/v1/s3api.proto\x12\x17yandex.cloud.storage.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xcd\x05\n\x16S3APIGetObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x15\n\raccept_ranges\x18\x03 \x01(\t\x12\x15\n\rcache_control\x18\x04 \x01(\t\x12\x1b\n\x13\x63ontent_disposition\x18\x05 \x01(\t\x12\x18\n\x10\x63ontent_encoding\x18\x06 \x01(\t\x12\x18\n\x10\x63ontent_language\x18\x07 \x01(\t\x12\x16\n\x0e\x63ontent_length\x18\x08 \x01(\x03\x12\x15\n\rcontent_range\x18\t \x01(\t\x12\x14\n\x0c\x63ontent_type\x18\n \x01(\t\x12\x12\n\nversion_id\x18\x0b \x01(\t\x12.\n\nexpires_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12O\n\x08metadata\x18\x0e \x03(\x0b\x32=.yandex.cloud.storage.v1.S3APIGetObjectResponse.MetadataEntry\x12\x15\n\rstorage_class\x18\x0f \x01(\t\x12\x1e\n\x16server_side_encryption\x18\x10 \x01(\t\x12\x16\n\x0esse_kms_key_id\x18\x11 \x01(\t\x12\x18\n\x10object_lock_mode\x18\x12 \x01(\t\x12\x41\n\x1dobject_lock_retain_until_date\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12%\n\x1dobject_lock_legal_hold_status\x18\x14 \x01(\t\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"N\n\x16S3APIPutObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x12\n\nversion_id\x18\x03 \x01(\t\"C\n\x19S3APIDeleteObjectResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"V\n\x10\x43opyObjectResult\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x34\n\x10last_modified_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xa8\x01\n\x17S3APICopyObjectResponse\x12\x45\n\x12\x63opy_object_result\x18\x01 \x01(\x0b\x32).yandex.cloud.storage.v1.CopyObjectResult\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x1e\n\x16\x63opy_source_version_id\x18\x03 \x01(\t\x12\x12\n\nversion_id\x18\x04 \x01(\t\"u\n\x19SuccessfullyDeletedObject\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x15\n\rdelete_marker\x18\x03 \x01(\x08\x12 \n\x18\x64\x65lete_marker_version_id\x18\x04 \x01(\t\"O\n\x11\x44\x65leteObjectError\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x0c\n\x04\x63ode\x18\x03 \x01(\t\x12\x0b\n\x03msg\x18\x04 \x01(\t\"\xb1\x01\n\x1aS3APIDeleteObjectsResponse\x12\x43\n\x07\x64\x65leted\x18\x01 \x03(\x0b\x32\x32.yandex.cloud.storage.v1.SuccessfullyDeletedObject\x12:\n\x06\x65rrors\x18\x02 \x03(\x0b\x32*.yandex.cloud.storage.v1.DeleteObjectError\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"5\n\x1fS3APIPutObjectRetentionResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"Z\n\x13ObjectLockRetention\x12\x0c\n\x04mode\x18\x01 \x01(\t\x12\x35\n\x11retain_until_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"v\n\x1fS3APIGetObjectRetentionResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12?\n\tretention\x18\x02 \x01(\x0b\x32,.yandex.cloud.storage.v1.ObjectLockRetention\"5\n\x1fS3APIPutObjectLegalHoldResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"%\n\x13ObjectLockLegalHold\x12\x0e\n\x06status\x18\x01 \x01(\t\"w\n\x1fS3APIGetObjectLegalHoldResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12@\n\nlegal_hold\x18\x02 \x01(\x0b\x32,.yandex.cloud.storage.v1.ObjectLockLegalHold\"G\n\x1dS3APIPutObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"\'\n\tObjectTag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"|\n\x1dS3APIGetObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x33\n\x07tag_set\x18\x03 \x03(\x0b\x32\".yandex.cloud.storage.v1.ObjectTag\"J\n S3APIDeleteObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\tBb\n\x1byandex.cloud.api.storage.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/storage/v1;storageb\x06proto3')
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/storage/v1/s3api.proto\x12\x17yandex.cloud.storage.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xcd\x05\n\x16S3APIGetObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x15\n\raccept_ranges\x18\x03 \x01(\t\x12\x15\n\rcache_control\x18\x04 \x01(\t\x12\x1b\n\x13\x63ontent_disposition\x18\x05 \x01(\t\x12\x18\n\x10\x63ontent_encoding\x18\x06 \x01(\t\x12\x18\n\x10\x63ontent_language\x18\x07 \x01(\t\x12\x16\n\x0e\x63ontent_length\x18\x08 \x01(\x03\x12\x15\n\rcontent_range\x18\t \x01(\t\x12\x14\n\x0c\x63ontent_type\x18\n \x01(\t\x12\x12\n\nversion_id\x18\x0b \x01(\t\x12.\n\nexpires_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12O\n\x08metadata\x18\x0e \x03(\x0b\x32=.yandex.cloud.storage.v1.S3APIGetObjectResponse.MetadataEntry\x12\x15\n\rstorage_class\x18\x0f \x01(\t\x12\x1e\n\x16server_side_encryption\x18\x10 \x01(\t\x12\x16\n\x0esse_kms_key_id\x18\x11 \x01(\t\x12\x18\n\x10object_lock_mode\x18\x12 \x01(\t\x12\x41\n\x1dobject_lock_retain_until_date\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12%\n\x1dobject_lock_legal_hold_status\x18\x14 \x01(\t\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"N\n\x16S3APIPutObjectResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x12\n\nversion_id\x18\x03 \x01(\t\"C\n\x19S3APIDeleteObjectResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"V\n\x10\x43opyObjectResult\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x34\n\x10last_modified_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xa8\x01\n\x17S3APICopyObjectResponse\x12\x45\n\x12\x63opy_object_result\x18\x01 \x01(\x0b\x32).yandex.cloud.storage.v1.CopyObjectResult\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x1e\n\x16\x63opy_source_version_id\x18\x03 \x01(\t\x12\x12\n\nversion_id\x18\x04 \x01(\t\"u\n\x19SuccessfullyDeletedObject\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x15\n\rdelete_marker\x18\x03 \x01(\x08\x12 \n\x18\x64\x65lete_marker_version_id\x18\x04 \x01(\t\"O\n\x11\x44\x65leteObjectError\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x0c\n\x04\x63ode\x18\x03 \x01(\t\x12\x0b\n\x03msg\x18\x04 \x01(\t\"\xb1\x01\n\x1aS3APIDeleteObjectsResponse\x12\x43\n\x07\x64\x65leted\x18\x01 \x03(\x0b\x32\x32.yandex.cloud.storage.v1.SuccessfullyDeletedObject\x12:\n\x06\x65rrors\x18\x02 \x03(\x0b\x32*.yandex.cloud.storage.v1.DeleteObjectError\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"5\n\x1fS3APIPutObjectRetentionResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"Z\n\x13ObjectLockRetention\x12\x0c\n\x04mode\x18\x01 \x01(\t\x12\x35\n\x11retain_until_date\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"v\n\x1fS3APIGetObjectRetentionResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12?\n\tretention\x18\x02 \x01(\x0b\x32,.yandex.cloud.storage.v1.ObjectLockRetention\"5\n\x1fS3APIPutObjectLegalHoldResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"%\n\x13ObjectLockLegalHold\x12\x0e\n\x06status\x18\x01 \x01(\t\"w\n\x1fS3APIGetObjectLegalHoldResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12@\n\nlegal_hold\x18\x02 \x01(\x0b\x32,.yandex.cloud.storage.v1.ObjectLockLegalHold\"G\n\x1dS3APIPutObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"\'\n\tObjectTag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"|\n\x1dS3APIGetObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x33\n\x07tag_set\x18\x03 \x03(\x0b\x32\".yandex.cloud.storage.v1.ObjectTag\"J\n S3APIDeleteObjectTaggingResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"g\n!S3APIStartMultipartUploadResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x02 \x01(\t\x12\x0b\n\x03key\x18\x03 \x01(\t\x12\x11\n\tupload_id\x18\x04 \x01(\t\";\n\x17S3APIUploadPartResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x0c\n\x04\x65tag\x18\x02 \x01(\t\"\xf8\x02\n\x16S3APIListPartsResponse\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x0b\n\x03key\x18\x02 \x01(\t\x12\x11\n\tupload_id\x18\x03 \x01(\t\x12\x1a\n\x12part_number_marker\x18\x04 \x01(\t\x12\x1f\n\x17next_part_number_marker\x18\x05 \x01(\t\x12\x11\n\tmax_parts\x18\x06 \x01(\x03\x12\x14\n\x0cis_truncated\x18\x07 \x01(\x08\x12\x31\n\x05parts\x18\x08 \x03(\x0b\x32\".yandex.cloud.storage.v1.S3APIPart\x12\x36\n\tinitiator\x18\t \x01(\x0b\x32#.yandex.cloud.storage.v1.S3APIOwner\x12\x32\n\x05owner\x18\n \x01(\x0b\x32#.yandex.cloud.storage.v1.S3APIOwner\x12\x15\n\rstorage_class\x18\x0b \x01(\t\x12\x12\n\nrequest_id\x18\x0c \x01(\t\"r\n\tS3APIPart\x12\x13\n\x0bpart_number\x18\x01 \x01(\x03\x12\x34\n\x10last_modified_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04size\x18\x03 \x01(\x03\x12\x0c\n\x04\x65tag\x18\x04 \x01(\t\"7\n!S3APIAbortMultipartUploadResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\"\x8b\x01\n$S3APICompleteMultipartUploadResponse\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x02 \x01(\t\x12\x0b\n\x03key\x18\x03 \x01(\t\x12\x0c\n\x04\x65tag\x18\x04 \x01(\t\x12\x10\n\x08location\x18\x05 \x01(\t\x12\x12\n\nversion_id\x18\x06 \x01(\t\"\xd4\x02\n!S3APIListMultipartUploadsResponse\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\x12\x12\n\nkey_marker\x18\x02 \x01(\t\x12\x18\n\x10upload_id_marker\x18\x03 \x01(\t\x12\x17\n\x0fnext_key_marker\x18\x04 \x01(\t\x12\x1d\n\x15next_upload_id_marker\x18\x05 \x01(\t\x12\x11\n\tdelimiter\x18\x06 \x01(\t\x12\x0e\n\x06prefix\x18\x07 \x01(\t\x12\x13\n\x0bmax_uploads\x18\x08 \x01(\x03\x12\x14\n\x0cis_truncated\x18\t \x01(\x08\x12>\n\x07uploads\x18\n \x03(\x0b\x32-.yandex.cloud.storage.v1.S3APIMultipartUpload\x12\x17\n\x0f\x63ommon_prefixes\x18\x0b \x03(\t\x12\x12\n\nrequest_id\x18\x0c \x01(\t\"\xeb\x01\n\x14S3APIMultipartUpload\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x11\n\tupload_id\x18\x02 \x01(\t\x12\x36\n\tinitiator\x18\x03 \x01(\x0b\x32#.yandex.cloud.storage.v1.S3APIOwner\x12\x32\n\x05owner\x18\x04 \x01(\x0b\x32#.yandex.cloud.storage.v1.S3APIOwner\x12\x15\n\rstorage_class\x18\x05 \x01(\t\x12\x30\n\x0cinitiated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\".\n\nS3APIOwner\x12\n\n\x02id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\"u\n\x1bS3APIUploadPartCopyResponse\x12\x0c\n\x04\x65tag\x18\x01 \x01(\t\x12\x34\n\x10last_modified_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\nrequest_id\x18\x03 \x01(\tBb\n\x1byandex.cloud.api.storage.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/storage/v1;storageb\x06proto3')
|
|
18
18
|
|
|
19
19
|
_globals = globals()
|
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -62,4 +62,24 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
62
62
|
_globals['_S3APIGETOBJECTTAGGINGRESPONSE']._serialized_end=2325
|
|
63
63
|
_globals['_S3APIDELETEOBJECTTAGGINGRESPONSE']._serialized_start=2327
|
|
64
64
|
_globals['_S3APIDELETEOBJECTTAGGINGRESPONSE']._serialized_end=2401
|
|
65
|
+
_globals['_S3APISTARTMULTIPARTUPLOADRESPONSE']._serialized_start=2403
|
|
66
|
+
_globals['_S3APISTARTMULTIPARTUPLOADRESPONSE']._serialized_end=2506
|
|
67
|
+
_globals['_S3APIUPLOADPARTRESPONSE']._serialized_start=2508
|
|
68
|
+
_globals['_S3APIUPLOADPARTRESPONSE']._serialized_end=2567
|
|
69
|
+
_globals['_S3APILISTPARTSRESPONSE']._serialized_start=2570
|
|
70
|
+
_globals['_S3APILISTPARTSRESPONSE']._serialized_end=2946
|
|
71
|
+
_globals['_S3APIPART']._serialized_start=2948
|
|
72
|
+
_globals['_S3APIPART']._serialized_end=3062
|
|
73
|
+
_globals['_S3APIABORTMULTIPARTUPLOADRESPONSE']._serialized_start=3064
|
|
74
|
+
_globals['_S3APIABORTMULTIPARTUPLOADRESPONSE']._serialized_end=3119
|
|
75
|
+
_globals['_S3APICOMPLETEMULTIPARTUPLOADRESPONSE']._serialized_start=3122
|
|
76
|
+
_globals['_S3APICOMPLETEMULTIPARTUPLOADRESPONSE']._serialized_end=3261
|
|
77
|
+
_globals['_S3APILISTMULTIPARTUPLOADSRESPONSE']._serialized_start=3264
|
|
78
|
+
_globals['_S3APILISTMULTIPARTUPLOADSRESPONSE']._serialized_end=3604
|
|
79
|
+
_globals['_S3APIMULTIPARTUPLOAD']._serialized_start=3607
|
|
80
|
+
_globals['_S3APIMULTIPARTUPLOAD']._serialized_end=3842
|
|
81
|
+
_globals['_S3APIOWNER']._serialized_start=3844
|
|
82
|
+
_globals['_S3APIOWNER']._serialized_end=3890
|
|
83
|
+
_globals['_S3APIUPLOADPARTCOPYRESPONSE']._serialized_start=3892
|
|
84
|
+
_globals['_S3APIUPLOADPARTCOPYRESPONSE']._serialized_end=4009
|
|
65
85
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -538,3 +538,395 @@ class S3APIDeleteObjectTaggingResponse(google.protobuf.message.Message):
|
|
|
538
538
|
def ClearField(self, field_name: typing.Literal["request_id", b"request_id", "version_id", b"version_id"]) -> None: ...
|
|
539
539
|
|
|
540
540
|
global___S3APIDeleteObjectTaggingResponse = S3APIDeleteObjectTaggingResponse
|
|
541
|
+
|
|
542
|
+
@typing.final
|
|
543
|
+
class S3APIStartMultipartUploadResponse(google.protobuf.message.Message):
|
|
544
|
+
"""Represents a response of start multipart upload request to S3."""
|
|
545
|
+
|
|
546
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
547
|
+
|
|
548
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
|
549
|
+
BUCKET_FIELD_NUMBER: builtins.int
|
|
550
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
551
|
+
UPLOAD_ID_FIELD_NUMBER: builtins.int
|
|
552
|
+
request_id: builtins.str
|
|
553
|
+
"""Unique request ID."""
|
|
554
|
+
bucket: builtins.str
|
|
555
|
+
"""The name of the bucket in which the initiated multipart upload was initiated."""
|
|
556
|
+
key: builtins.str
|
|
557
|
+
"""Object key for which the multipart upload was initiated."""
|
|
558
|
+
upload_id: builtins.str
|
|
559
|
+
"""The ID of the initiated multipart upload."""
|
|
560
|
+
def __init__(
|
|
561
|
+
self,
|
|
562
|
+
*,
|
|
563
|
+
request_id: builtins.str = ...,
|
|
564
|
+
bucket: builtins.str = ...,
|
|
565
|
+
key: builtins.str = ...,
|
|
566
|
+
upload_id: builtins.str = ...,
|
|
567
|
+
) -> None: ...
|
|
568
|
+
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "key", b"key", "request_id", b"request_id", "upload_id", b"upload_id"]) -> None: ...
|
|
569
|
+
|
|
570
|
+
global___S3APIStartMultipartUploadResponse = S3APIStartMultipartUploadResponse
|
|
571
|
+
|
|
572
|
+
@typing.final
|
|
573
|
+
class S3APIUploadPartResponse(google.protobuf.message.Message):
|
|
574
|
+
"""Represents a response of upload part request to S3."""
|
|
575
|
+
|
|
576
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
577
|
+
|
|
578
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
|
579
|
+
ETAG_FIELD_NUMBER: builtins.int
|
|
580
|
+
request_id: builtins.str
|
|
581
|
+
"""Unique request ID."""
|
|
582
|
+
etag: builtins.str
|
|
583
|
+
"""MD5 hash of the object."""
|
|
584
|
+
def __init__(
|
|
585
|
+
self,
|
|
586
|
+
*,
|
|
587
|
+
request_id: builtins.str = ...,
|
|
588
|
+
etag: builtins.str = ...,
|
|
589
|
+
) -> None: ...
|
|
590
|
+
def ClearField(self, field_name: typing.Literal["etag", b"etag", "request_id", b"request_id"]) -> None: ...
|
|
591
|
+
|
|
592
|
+
global___S3APIUploadPartResponse = S3APIUploadPartResponse
|
|
593
|
+
|
|
594
|
+
@typing.final
|
|
595
|
+
class S3APIListPartsResponse(google.protobuf.message.Message):
|
|
596
|
+
"""Represents a response of list parts request to S3."""
|
|
597
|
+
|
|
598
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
599
|
+
|
|
600
|
+
BUCKET_FIELD_NUMBER: builtins.int
|
|
601
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
602
|
+
UPLOAD_ID_FIELD_NUMBER: builtins.int
|
|
603
|
+
PART_NUMBER_MARKER_FIELD_NUMBER: builtins.int
|
|
604
|
+
NEXT_PART_NUMBER_MARKER_FIELD_NUMBER: builtins.int
|
|
605
|
+
MAX_PARTS_FIELD_NUMBER: builtins.int
|
|
606
|
+
IS_TRUNCATED_FIELD_NUMBER: builtins.int
|
|
607
|
+
PARTS_FIELD_NUMBER: builtins.int
|
|
608
|
+
INITIATOR_FIELD_NUMBER: builtins.int
|
|
609
|
+
OWNER_FIELD_NUMBER: builtins.int
|
|
610
|
+
STORAGE_CLASS_FIELD_NUMBER: builtins.int
|
|
611
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
|
612
|
+
bucket: builtins.str
|
|
613
|
+
"""The name of the bucket to which the multipart upload was initiated."""
|
|
614
|
+
key: builtins.str
|
|
615
|
+
"""Object key for which the multipart upload was initiated."""
|
|
616
|
+
upload_id: builtins.str
|
|
617
|
+
"""Upload ID identifying the multipart upload whose parts are being listed."""
|
|
618
|
+
part_number_marker: builtins.str
|
|
619
|
+
"""When a list is truncated, this element specifies the last part in the list, as
|
|
620
|
+
well as the value to use for the part-number-marker request parameter in a
|
|
621
|
+
subsequent request.
|
|
622
|
+
"""
|
|
623
|
+
next_part_number_marker: builtins.str
|
|
624
|
+
"""When a list is truncated, this element specifies the last part in the list, as
|
|
625
|
+
well as the value to use for the part-number-marker request parameter in a
|
|
626
|
+
subsequent request.
|
|
627
|
+
"""
|
|
628
|
+
max_parts: builtins.int
|
|
629
|
+
"""Maximum number of parts that were allowed in the response."""
|
|
630
|
+
is_truncated: builtins.bool
|
|
631
|
+
"""Indicates whether the returned list of parts is truncated."""
|
|
632
|
+
storage_class: builtins.str
|
|
633
|
+
"""Class of storage used to store the uploaded object."""
|
|
634
|
+
request_id: builtins.str
|
|
635
|
+
"""Unique request ID."""
|
|
636
|
+
@property
|
|
637
|
+
def parts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___S3APIPart]:
|
|
638
|
+
"""Container for elements related to a particular part."""
|
|
639
|
+
|
|
640
|
+
@property
|
|
641
|
+
def initiator(self) -> global___S3APIOwner:
|
|
642
|
+
"""Container element that identifies who initiated the multipart upload."""
|
|
643
|
+
|
|
644
|
+
@property
|
|
645
|
+
def owner(self) -> global___S3APIOwner:
|
|
646
|
+
"""Container element that identifies who initiated the multipart upload."""
|
|
647
|
+
|
|
648
|
+
def __init__(
|
|
649
|
+
self,
|
|
650
|
+
*,
|
|
651
|
+
bucket: builtins.str = ...,
|
|
652
|
+
key: builtins.str = ...,
|
|
653
|
+
upload_id: builtins.str = ...,
|
|
654
|
+
part_number_marker: builtins.str = ...,
|
|
655
|
+
next_part_number_marker: builtins.str = ...,
|
|
656
|
+
max_parts: builtins.int = ...,
|
|
657
|
+
is_truncated: builtins.bool = ...,
|
|
658
|
+
parts: collections.abc.Iterable[global___S3APIPart] | None = ...,
|
|
659
|
+
initiator: global___S3APIOwner | None = ...,
|
|
660
|
+
owner: global___S3APIOwner | None = ...,
|
|
661
|
+
storage_class: builtins.str = ...,
|
|
662
|
+
request_id: builtins.str = ...,
|
|
663
|
+
) -> None: ...
|
|
664
|
+
def HasField(self, field_name: typing.Literal["initiator", b"initiator", "owner", b"owner"]) -> builtins.bool: ...
|
|
665
|
+
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "initiator", b"initiator", "is_truncated", b"is_truncated", "key", b"key", "max_parts", b"max_parts", "next_part_number_marker", b"next_part_number_marker", "owner", b"owner", "part_number_marker", b"part_number_marker", "parts", b"parts", "request_id", b"request_id", "storage_class", b"storage_class", "upload_id", b"upload_id"]) -> None: ...
|
|
666
|
+
|
|
667
|
+
global___S3APIListPartsResponse = S3APIListPartsResponse
|
|
668
|
+
|
|
669
|
+
@typing.final
|
|
670
|
+
class S3APIPart(google.protobuf.message.Message):
|
|
671
|
+
"""Container for elements related to a part."""
|
|
672
|
+
|
|
673
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
674
|
+
|
|
675
|
+
PART_NUMBER_FIELD_NUMBER: builtins.int
|
|
676
|
+
LAST_MODIFIED_AT_FIELD_NUMBER: builtins.int
|
|
677
|
+
SIZE_FIELD_NUMBER: builtins.int
|
|
678
|
+
ETAG_FIELD_NUMBER: builtins.int
|
|
679
|
+
part_number: builtins.int
|
|
680
|
+
"""Part number identifying the part. This is a positive integer between 1 and
|
|
681
|
+
10,000.
|
|
682
|
+
"""
|
|
683
|
+
size: builtins.int
|
|
684
|
+
"""Size in bytes of the uploaded part data."""
|
|
685
|
+
etag: builtins.str
|
|
686
|
+
"""Entity tag returned when the part was uploaded."""
|
|
687
|
+
@property
|
|
688
|
+
def last_modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
689
|
+
"""Date and time at which the part was uploaded."""
|
|
690
|
+
|
|
691
|
+
def __init__(
|
|
692
|
+
self,
|
|
693
|
+
*,
|
|
694
|
+
part_number: builtins.int = ...,
|
|
695
|
+
last_modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
696
|
+
size: builtins.int = ...,
|
|
697
|
+
etag: builtins.str = ...,
|
|
698
|
+
) -> None: ...
|
|
699
|
+
def HasField(self, field_name: typing.Literal["last_modified_at", b"last_modified_at"]) -> builtins.bool: ...
|
|
700
|
+
def ClearField(self, field_name: typing.Literal["etag", b"etag", "last_modified_at", b"last_modified_at", "part_number", b"part_number", "size", b"size"]) -> None: ...
|
|
701
|
+
|
|
702
|
+
global___S3APIPart = S3APIPart
|
|
703
|
+
|
|
704
|
+
@typing.final
|
|
705
|
+
class S3APIAbortMultipartUploadResponse(google.protobuf.message.Message):
|
|
706
|
+
"""Represents a response of abort multipart upload request to S3."""
|
|
707
|
+
|
|
708
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
709
|
+
|
|
710
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
|
711
|
+
request_id: builtins.str
|
|
712
|
+
"""Unique request ID."""
|
|
713
|
+
def __init__(
|
|
714
|
+
self,
|
|
715
|
+
*,
|
|
716
|
+
request_id: builtins.str = ...,
|
|
717
|
+
) -> None: ...
|
|
718
|
+
def ClearField(self, field_name: typing.Literal["request_id", b"request_id"]) -> None: ...
|
|
719
|
+
|
|
720
|
+
global___S3APIAbortMultipartUploadResponse = S3APIAbortMultipartUploadResponse
|
|
721
|
+
|
|
722
|
+
@typing.final
|
|
723
|
+
class S3APICompleteMultipartUploadResponse(google.protobuf.message.Message):
|
|
724
|
+
"""Represents a response of complete multipart upload request to S3."""
|
|
725
|
+
|
|
726
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
727
|
+
|
|
728
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
|
729
|
+
BUCKET_FIELD_NUMBER: builtins.int
|
|
730
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
731
|
+
ETAG_FIELD_NUMBER: builtins.int
|
|
732
|
+
LOCATION_FIELD_NUMBER: builtins.int
|
|
733
|
+
VERSION_ID_FIELD_NUMBER: builtins.int
|
|
734
|
+
request_id: builtins.str
|
|
735
|
+
"""Unique request ID."""
|
|
736
|
+
bucket: builtins.str
|
|
737
|
+
"""The name of the bucket that contains the newly created object."""
|
|
738
|
+
key: builtins.str
|
|
739
|
+
"""The object key of the newly created object."""
|
|
740
|
+
etag: builtins.str
|
|
741
|
+
"""Entity tag that identifies the newly created object's data."""
|
|
742
|
+
location: builtins.str
|
|
743
|
+
"""The URI that identifies the newly created object."""
|
|
744
|
+
version_id: builtins.str
|
|
745
|
+
"""Version ID of the newly created object, in case the bucket has versioning
|
|
746
|
+
turned on.
|
|
747
|
+
"""
|
|
748
|
+
def __init__(
|
|
749
|
+
self,
|
|
750
|
+
*,
|
|
751
|
+
request_id: builtins.str = ...,
|
|
752
|
+
bucket: builtins.str = ...,
|
|
753
|
+
key: builtins.str = ...,
|
|
754
|
+
etag: builtins.str = ...,
|
|
755
|
+
location: builtins.str = ...,
|
|
756
|
+
version_id: builtins.str = ...,
|
|
757
|
+
) -> None: ...
|
|
758
|
+
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "etag", b"etag", "key", b"key", "location", b"location", "request_id", b"request_id", "version_id", b"version_id"]) -> None: ...
|
|
759
|
+
|
|
760
|
+
global___S3APICompleteMultipartUploadResponse = S3APICompleteMultipartUploadResponse
|
|
761
|
+
|
|
762
|
+
@typing.final
|
|
763
|
+
class S3APIListMultipartUploadsResponse(google.protobuf.message.Message):
|
|
764
|
+
"""Represents a response of list multipart uploads request to S3."""
|
|
765
|
+
|
|
766
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
767
|
+
|
|
768
|
+
BUCKET_FIELD_NUMBER: builtins.int
|
|
769
|
+
KEY_MARKER_FIELD_NUMBER: builtins.int
|
|
770
|
+
UPLOAD_ID_MARKER_FIELD_NUMBER: builtins.int
|
|
771
|
+
NEXT_KEY_MARKER_FIELD_NUMBER: builtins.int
|
|
772
|
+
NEXT_UPLOAD_ID_MARKER_FIELD_NUMBER: builtins.int
|
|
773
|
+
DELIMITER_FIELD_NUMBER: builtins.int
|
|
774
|
+
PREFIX_FIELD_NUMBER: builtins.int
|
|
775
|
+
MAX_UPLOADS_FIELD_NUMBER: builtins.int
|
|
776
|
+
IS_TRUNCATED_FIELD_NUMBER: builtins.int
|
|
777
|
+
UPLOADS_FIELD_NUMBER: builtins.int
|
|
778
|
+
COMMON_PREFIXES_FIELD_NUMBER: builtins.int
|
|
779
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
|
780
|
+
bucket: builtins.str
|
|
781
|
+
"""The name of the bucket to which the multipart upload was initiated."""
|
|
782
|
+
key_marker: builtins.str
|
|
783
|
+
"""The key at or after which the listing began."""
|
|
784
|
+
upload_id_marker: builtins.str
|
|
785
|
+
"""Upload ID after which listing began."""
|
|
786
|
+
next_key_marker: builtins.str
|
|
787
|
+
"""When a list is truncated, this element specifies the value that should be used
|
|
788
|
+
for the key-marker request parameter in a subsequent request.
|
|
789
|
+
"""
|
|
790
|
+
next_upload_id_marker: builtins.str
|
|
791
|
+
"""When a list is truncated, this element specifies the value that should be used
|
|
792
|
+
for the upload-id-marker request parameter in a subsequent request.
|
|
793
|
+
"""
|
|
794
|
+
delimiter: builtins.str
|
|
795
|
+
"""Contains the delimiter you specified in the request."""
|
|
796
|
+
prefix: builtins.str
|
|
797
|
+
"""When a prefix is provided in the request, this field contains the specified
|
|
798
|
+
prefix.
|
|
799
|
+
"""
|
|
800
|
+
max_uploads: builtins.int
|
|
801
|
+
"""Maximum number of multipart uploads that could have been included in the
|
|
802
|
+
response.
|
|
803
|
+
"""
|
|
804
|
+
is_truncated: builtins.bool
|
|
805
|
+
"""Indicates whether the returned list of multipart uploads is truncated."""
|
|
806
|
+
request_id: builtins.str
|
|
807
|
+
"""Unique request ID."""
|
|
808
|
+
@property
|
|
809
|
+
def uploads(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___S3APIMultipartUpload]:
|
|
810
|
+
"""Container for elements related to a particular multipart upload."""
|
|
811
|
+
|
|
812
|
+
@property
|
|
813
|
+
def common_prefixes(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
814
|
+
"""If you specify a delimiter in the request, then the result returns each
|
|
815
|
+
distinct key prefix containing the delimiter in a CommonPrefixes element.
|
|
816
|
+
"""
|
|
817
|
+
|
|
818
|
+
def __init__(
|
|
819
|
+
self,
|
|
820
|
+
*,
|
|
821
|
+
bucket: builtins.str = ...,
|
|
822
|
+
key_marker: builtins.str = ...,
|
|
823
|
+
upload_id_marker: builtins.str = ...,
|
|
824
|
+
next_key_marker: builtins.str = ...,
|
|
825
|
+
next_upload_id_marker: builtins.str = ...,
|
|
826
|
+
delimiter: builtins.str = ...,
|
|
827
|
+
prefix: builtins.str = ...,
|
|
828
|
+
max_uploads: builtins.int = ...,
|
|
829
|
+
is_truncated: builtins.bool = ...,
|
|
830
|
+
uploads: collections.abc.Iterable[global___S3APIMultipartUpload] | None = ...,
|
|
831
|
+
common_prefixes: collections.abc.Iterable[builtins.str] | None = ...,
|
|
832
|
+
request_id: builtins.str = ...,
|
|
833
|
+
) -> None: ...
|
|
834
|
+
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "common_prefixes", b"common_prefixes", "delimiter", b"delimiter", "is_truncated", b"is_truncated", "key_marker", b"key_marker", "max_uploads", b"max_uploads", "next_key_marker", b"next_key_marker", "next_upload_id_marker", b"next_upload_id_marker", "prefix", b"prefix", "request_id", b"request_id", "upload_id_marker", b"upload_id_marker", "uploads", b"uploads"]) -> None: ...
|
|
835
|
+
|
|
836
|
+
global___S3APIListMultipartUploadsResponse = S3APIListMultipartUploadsResponse
|
|
837
|
+
|
|
838
|
+
@typing.final
|
|
839
|
+
class S3APIMultipartUpload(google.protobuf.message.Message):
|
|
840
|
+
"""Container for the MultipartUpload for the Amazon S3 object."""
|
|
841
|
+
|
|
842
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
843
|
+
|
|
844
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
845
|
+
UPLOAD_ID_FIELD_NUMBER: builtins.int
|
|
846
|
+
INITIATOR_FIELD_NUMBER: builtins.int
|
|
847
|
+
OWNER_FIELD_NUMBER: builtins.int
|
|
848
|
+
STORAGE_CLASS_FIELD_NUMBER: builtins.int
|
|
849
|
+
INITIATED_AT_FIELD_NUMBER: builtins.int
|
|
850
|
+
key: builtins.str
|
|
851
|
+
"""Key of the object for which the multipart upload was initiated."""
|
|
852
|
+
upload_id: builtins.str
|
|
853
|
+
"""Upload ID that identifies the multipart upload."""
|
|
854
|
+
storage_class: builtins.str
|
|
855
|
+
"""The class of storage used to store the object."""
|
|
856
|
+
@property
|
|
857
|
+
def initiator(self) -> global___S3APIOwner:
|
|
858
|
+
"""Identifies who initiated the multipart upload."""
|
|
859
|
+
|
|
860
|
+
@property
|
|
861
|
+
def owner(self) -> global___S3APIOwner:
|
|
862
|
+
"""Specifies the owner of the object that is part of the multipart upload."""
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
def initiated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
866
|
+
"""Date and time at which the multipart upload was initiated."""
|
|
867
|
+
|
|
868
|
+
def __init__(
|
|
869
|
+
self,
|
|
870
|
+
*,
|
|
871
|
+
key: builtins.str = ...,
|
|
872
|
+
upload_id: builtins.str = ...,
|
|
873
|
+
initiator: global___S3APIOwner | None = ...,
|
|
874
|
+
owner: global___S3APIOwner | None = ...,
|
|
875
|
+
storage_class: builtins.str = ...,
|
|
876
|
+
initiated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
877
|
+
) -> None: ...
|
|
878
|
+
def HasField(self, field_name: typing.Literal["initiated_at", b"initiated_at", "initiator", b"initiator", "owner", b"owner"]) -> builtins.bool: ...
|
|
879
|
+
def ClearField(self, field_name: typing.Literal["initiated_at", b"initiated_at", "initiator", b"initiator", "key", b"key", "owner", b"owner", "storage_class", b"storage_class", "upload_id", b"upload_id"]) -> None: ...
|
|
880
|
+
|
|
881
|
+
global___S3APIMultipartUpload = S3APIMultipartUpload
|
|
882
|
+
|
|
883
|
+
@typing.final
|
|
884
|
+
class S3APIOwner(google.protobuf.message.Message):
|
|
885
|
+
"""Container for the owner/initiator display name and ID."""
|
|
886
|
+
|
|
887
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
888
|
+
|
|
889
|
+
ID_FIELD_NUMBER: builtins.int
|
|
890
|
+
DISPLAY_NAME_FIELD_NUMBER: builtins.int
|
|
891
|
+
id: builtins.str
|
|
892
|
+
"""Container for the ID of the owner/initiator."""
|
|
893
|
+
display_name: builtins.str
|
|
894
|
+
"""Container for the display name of the owner/initiator."""
|
|
895
|
+
def __init__(
|
|
896
|
+
self,
|
|
897
|
+
*,
|
|
898
|
+
id: builtins.str = ...,
|
|
899
|
+
display_name: builtins.str = ...,
|
|
900
|
+
) -> None: ...
|
|
901
|
+
def ClearField(self, field_name: typing.Literal["display_name", b"display_name", "id", b"id"]) -> None: ...
|
|
902
|
+
|
|
903
|
+
global___S3APIOwner = S3APIOwner
|
|
904
|
+
|
|
905
|
+
@typing.final
|
|
906
|
+
class S3APIUploadPartCopyResponse(google.protobuf.message.Message):
|
|
907
|
+
"""Response message for UploadPartCopy operation"""
|
|
908
|
+
|
|
909
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
910
|
+
|
|
911
|
+
ETAG_FIELD_NUMBER: builtins.int
|
|
912
|
+
LAST_MODIFIED_AT_FIELD_NUMBER: builtins.int
|
|
913
|
+
REQUEST_ID_FIELD_NUMBER: builtins.int
|
|
914
|
+
etag: builtins.str
|
|
915
|
+
"""Entity tag of the object."""
|
|
916
|
+
request_id: builtins.str
|
|
917
|
+
"""Unique request ID."""
|
|
918
|
+
@property
|
|
919
|
+
def last_modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
920
|
+
"""Date and time at which the object was uploaded."""
|
|
921
|
+
|
|
922
|
+
def __init__(
|
|
923
|
+
self,
|
|
924
|
+
*,
|
|
925
|
+
etag: builtins.str = ...,
|
|
926
|
+
last_modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
927
|
+
request_id: builtins.str = ...,
|
|
928
|
+
) -> None: ...
|
|
929
|
+
def HasField(self, field_name: typing.Literal["last_modified_at", b"last_modified_at"]) -> builtins.bool: ...
|
|
930
|
+
def ClearField(self, field_name: typing.Literal["etag", b"etag", "last_modified_at", b"last_modified_at", "request_id", b"request_id"]) -> None: ...
|
|
931
|
+
|
|
932
|
+
global___S3APIUploadPartCopyResponse = S3APIUploadPartCopyResponse
|
|
@@ -16,7 +16,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
16
16
|
from yandex.cloud.ydb.v1 import backup_pb2 as yandex_dot_cloud_dot_ydb_dot_v1_dot_backup__pb2
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"yandex/cloud/ydb/v1/database.proto\x12\x13yandex.cloud.ydb.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/ydb/v1/backup.proto\"\xb3\t\n\x08\x44\x61tabase\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x34\n\x06status\x18\x06 \x01(\x0e\x32$.yandex.cloud.ydb.v1.Database.Status\x12\x10\n\x08\x65ndpoint\x18\x08 \x01(\t\x12\x1a\n\x12resource_preset_id\x18\t \x01(\t\x12:\n\x0estorage_config\x18\n \x01(\x0b\x32\".yandex.cloud.ydb.v1.StorageConfig\x12\x36\n\x0cscale_policy\x18\x0b \x01(\x0b\x32 .yandex.cloud.ydb.v1.ScalePolicy\x12\x12\n\nnetwork_id\x18\x0c \x01(\t\x12\x12\n\nsubnet_ids\x18\r \x03(\t\x12<\n\x0ezonal_database\x18\x0e \x01(\x0b\x32\".yandex.cloud.ydb.v1.ZonalDatabaseH\x00\x12\x42\n\x11regional_database\x18\x0f \x01(\x0b\x32%.yandex.cloud.ydb.v1.RegionalDatabaseH\x00\x12\x44\n\x12\x64\x65\x64icated_database\x18\x12 \x01(\x0b\x32&.yandex.cloud.ydb.v1.DedicatedDatabaseH\x00\x12\x46\n\x13serverless_database\x18\x13 \x01(\x0b\x32\'.yandex.cloud.ydb.v1.ServerlessDatabaseH\x00\x12\x19\n\x11\x61ssign_public_ips\x18\x10 \x01(\x08\x12\x13\n\x0blocation_id\x18\x11 \x01(\t\x12\x39\n\x06labels\x18\x14 \x03(\x0b\x32).yandex.cloud.ydb.v1.Database.LabelsEntry\x12\x38\n\rbackup_config\x18\x15 \x01(\x0b\x32!.yandex.cloud.ydb.v1.BackupConfig\x12\x1d\n\x15\x64ocument_api_endpoint\x18\x16 \x01(\t\x12\x1c\n\x14kinesis_api_endpoint\x18\x17 \x01(\t\x12\x1a\n\x12kafka_api_endpoint\x18\x1a \x01(\t\x12@\n\x11monitoring_config\x18\x18 \x01(\x0b\x32%.yandex.cloud.ydb.v1.MonitoringConfig\x12\x1b\n\x13\x64\x65letion_protection\x18\x19 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x81\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08UPDATING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x06\x12\x0c\n\x08STARTING\x10\x07\x12\x0b\n\x07STOPPED\x10\x08\x42\x0f\n\rdatabase_typeJ\x04\x08\x07\x10\x08\"\x82\x06\n\x0e\x41lertParameter\x12Z\n\x16\x64ouble_parameter_value\x18\x01 \x01(\x0b\x32\x38.yandex.cloud.ydb.v1.AlertParameter.DoubleParameterValueH\x00\x12\\\n\x17integer_parameter_value\x18\x02 \x01(\x0b\x32\x39.yandex.cloud.ydb.v1.AlertParameter.IntegerParameterValueH\x00\x12V\n\x14text_parameter_value\x18\x03 \x01(\x0b\x32\x36.yandex.cloud.ydb.v1.AlertParameter.TextParameterValueH\x00\x12_\n\x19text_list_parameter_value\x18\x04 \x01(\x0b\x32:.yandex.cloud.ydb.v1.AlertParameter.TextListParameterValueH\x00\x12\x61\n\x1alabel_list_parameter_value\x18\x05 \x01(\x0b\x32;.yandex.cloud.ydb.v1.AlertParameter.LabelListParameterValueH\x00\x1a\x33\n\x14\x44oubleParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01\x1a\x34\n\x15IntegerParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03\x1a\x31\n\x12TextParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x1a\x36\n\x16TextListParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06values\x18\x02 \x03(\t\x1a\x37\n\x17LabelListParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06values\x18\x02 \x03(\tB\x0b\n\tparameter\"\xa2\x01\n\x13NotificationChannel\x12\x1f\n\x17notification_channel_id\x18\x01 \x01(\t\x12I\n\x15notify_about_statuses\x18\x02 \x03(\x0e\x32*.yandex.cloud.ydb.v1.AlertEvaluationStatus\x12\x1f\n\x17repeate_notify_delay_ms\x18\x03 \x01(\x03\"\x9e\x02\n\x05\x41lert\x12\x10\n\x08\x61lert_id\x18\x01 \x01(\t\x12\x19\n\x11\x61lert_template_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12G\n\x15notification_channels\x18\x05 \x03(\x0b\x32(.yandex.cloud.ydb.v1.NotificationChannel\x12=\n\x10\x61lert_parameters\x18\x06 \x03(\x0b\x32#.yandex.cloud.ydb.v1.AlertParameter\x12=\n\x10\x61lert_thresholds\x18\x07 \x03(\x0b\x32#.yandex.cloud.ydb.v1.AlertParameter\">\n\x10MonitoringConfig\x12*\n\x06\x61lerts\x18\x01 \x03(\x0b\x32\x1a.yandex.cloud.ydb.v1.Alert\"\xe6\x01\n\x11\x44\x65\x64icatedDatabase\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\x12:\n\x0estorage_config\x18\x02 \x01(\x0b\x32\".yandex.cloud.ydb.v1.StorageConfig\x12\x36\n\x0cscale_policy\x18\x03 \x01(\x0b\x32 .yandex.cloud.ydb.v1.ScalePolicy\x12\x12\n\nnetwork_id\x18\x04 \x01(\t\x12\x12\n\nsubnet_ids\x18\x05 \x03(\t\x12\x19\n\x11\x61ssign_public_ips\x18\x06 \x01(\x08\"\xad\x01\n\x12ServerlessDatabase\x12\x1c\n\x14throttling_rcu_limit\x18\x01 \x01(\x03\x12\x1a\n\x12storage_size_limit\x18\x02 \x01(\x03\x12#\n\x1b\x65nable_throttling_rcu_limit\x18\x03 \x01(\x08\x12\x1d\n\x15provisioned_rcu_limit\x18\x04 \x01(\x03\x12\x19\n\x11topic_write_quota\x18\x05 \x01(\x03\"&\n\rZonalDatabase\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"+\n\x10RegionalDatabase\x12\x17\n\tregion_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"yandex/cloud/ydb/v1/database.proto\x12\x13yandex.cloud.ydb.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/ydb/v1/backup.proto\"\xb3\t\n\x08\x44\x61tabase\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x34\n\x06status\x18\x06 \x01(\x0e\x32$.yandex.cloud.ydb.v1.Database.Status\x12\x10\n\x08\x65ndpoint\x18\x08 \x01(\t\x12\x1a\n\x12resource_preset_id\x18\t \x01(\t\x12:\n\x0estorage_config\x18\n \x01(\x0b\x32\".yandex.cloud.ydb.v1.StorageConfig\x12\x36\n\x0cscale_policy\x18\x0b \x01(\x0b\x32 .yandex.cloud.ydb.v1.ScalePolicy\x12\x12\n\nnetwork_id\x18\x0c \x01(\t\x12\x12\n\nsubnet_ids\x18\r \x03(\t\x12<\n\x0ezonal_database\x18\x0e \x01(\x0b\x32\".yandex.cloud.ydb.v1.ZonalDatabaseH\x00\x12\x42\n\x11regional_database\x18\x0f \x01(\x0b\x32%.yandex.cloud.ydb.v1.RegionalDatabaseH\x00\x12\x44\n\x12\x64\x65\x64icated_database\x18\x12 \x01(\x0b\x32&.yandex.cloud.ydb.v1.DedicatedDatabaseH\x00\x12\x46\n\x13serverless_database\x18\x13 \x01(\x0b\x32\'.yandex.cloud.ydb.v1.ServerlessDatabaseH\x00\x12\x19\n\x11\x61ssign_public_ips\x18\x10 \x01(\x08\x12\x13\n\x0blocation_id\x18\x11 \x01(\t\x12\x39\n\x06labels\x18\x14 \x03(\x0b\x32).yandex.cloud.ydb.v1.Database.LabelsEntry\x12\x38\n\rbackup_config\x18\x15 \x01(\x0b\x32!.yandex.cloud.ydb.v1.BackupConfig\x12\x1d\n\x15\x64ocument_api_endpoint\x18\x16 \x01(\t\x12\x1c\n\x14kinesis_api_endpoint\x18\x17 \x01(\t\x12\x1a\n\x12kafka_api_endpoint\x18\x1a \x01(\t\x12@\n\x11monitoring_config\x18\x18 \x01(\x0b\x32%.yandex.cloud.ydb.v1.MonitoringConfig\x12\x1b\n\x13\x64\x65letion_protection\x18\x19 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x81\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08UPDATING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x06\x12\x0c\n\x08STARTING\x10\x07\x12\x0b\n\x07STOPPED\x10\x08\x42\x0f\n\rdatabase_typeJ\x04\x08\x07\x10\x08\"\x82\x06\n\x0e\x41lertParameter\x12Z\n\x16\x64ouble_parameter_value\x18\x01 \x01(\x0b\x32\x38.yandex.cloud.ydb.v1.AlertParameter.DoubleParameterValueH\x00\x12\\\n\x17integer_parameter_value\x18\x02 \x01(\x0b\x32\x39.yandex.cloud.ydb.v1.AlertParameter.IntegerParameterValueH\x00\x12V\n\x14text_parameter_value\x18\x03 \x01(\x0b\x32\x36.yandex.cloud.ydb.v1.AlertParameter.TextParameterValueH\x00\x12_\n\x19text_list_parameter_value\x18\x04 \x01(\x0b\x32:.yandex.cloud.ydb.v1.AlertParameter.TextListParameterValueH\x00\x12\x61\n\x1alabel_list_parameter_value\x18\x05 \x01(\x0b\x32;.yandex.cloud.ydb.v1.AlertParameter.LabelListParameterValueH\x00\x1a\x33\n\x14\x44oubleParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x01\x1a\x34\n\x15IntegerParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03\x1a\x31\n\x12TextParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x1a\x36\n\x16TextListParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06values\x18\x02 \x03(\t\x1a\x37\n\x17LabelListParameterValue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06values\x18\x02 \x03(\tB\x0b\n\tparameter\"\xa2\x01\n\x13NotificationChannel\x12\x1f\n\x17notification_channel_id\x18\x01 \x01(\t\x12I\n\x15notify_about_statuses\x18\x02 \x03(\x0e\x32*.yandex.cloud.ydb.v1.AlertEvaluationStatus\x12\x1f\n\x17repeate_notify_delay_ms\x18\x03 \x01(\x03\"\x9e\x02\n\x05\x41lert\x12\x10\n\x08\x61lert_id\x18\x01 \x01(\t\x12\x19\n\x11\x61lert_template_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12G\n\x15notification_channels\x18\x05 \x03(\x0b\x32(.yandex.cloud.ydb.v1.NotificationChannel\x12=\n\x10\x61lert_parameters\x18\x06 \x03(\x0b\x32#.yandex.cloud.ydb.v1.AlertParameter\x12=\n\x10\x61lert_thresholds\x18\x07 \x03(\x0b\x32#.yandex.cloud.ydb.v1.AlertParameter\">\n\x10MonitoringConfig\x12*\n\x06\x61lerts\x18\x01 \x03(\x0b\x32\x1a.yandex.cloud.ydb.v1.Alert\"\xe6\x01\n\x11\x44\x65\x64icatedDatabase\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\x12:\n\x0estorage_config\x18\x02 \x01(\x0b\x32\".yandex.cloud.ydb.v1.StorageConfig\x12\x36\n\x0cscale_policy\x18\x03 \x01(\x0b\x32 .yandex.cloud.ydb.v1.ScalePolicy\x12\x12\n\nnetwork_id\x18\x04 \x01(\t\x12\x12\n\nsubnet_ids\x18\x05 \x03(\t\x12\x19\n\x11\x61ssign_public_ips\x18\x06 \x01(\x08\"\xad\x01\n\x12ServerlessDatabase\x12\x1c\n\x14throttling_rcu_limit\x18\x01 \x01(\x03\x12\x1a\n\x12storage_size_limit\x18\x02 \x01(\x03\x12#\n\x1b\x65nable_throttling_rcu_limit\x18\x03 \x01(\x08\x12\x1d\n\x15provisioned_rcu_limit\x18\x04 \x01(\x03\x12\x19\n\x11topic_write_quota\x18\x05 \x01(\x03\"&\n\rZonalDatabase\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"+\n\x10RegionalDatabase\x12\x17\n\tregion_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xcf\x03\n\x0bScalePolicy\x12\x42\n\x0b\x66ixed_scale\x18\x01 \x01(\x0b\x32+.yandex.cloud.ydb.v1.ScalePolicy.FixedScaleH\x00\x12@\n\nauto_scale\x18\x02 \x01(\x0b\x32*.yandex.cloud.ydb.v1.ScalePolicy.AutoScaleH\x00\x1a#\n\nFixedScale\x12\x15\n\x04size\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x1a\x80\x02\n\tAutoScale\x12\x19\n\x08min_size\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x19\n\x08max_size\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12T\n\x0ftarget_tracking\x18\x03 \x01(\x0b\x32\x39.yandex.cloud.ydb.v1.ScalePolicy.AutoScale.TargetTrackingH\x00\x1aN\n\x0eTargetTracking\x12,\n\x17\x63pu_utilization_percent\x18\x01 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31\x30-90H\x00\x42\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01\x42\x17\n\x0f\x61uto_scale_type\x12\x04\xc0\xc1\x31\x01\x42\x12\n\nscale_type\x12\x04\xc0\xc1\x31\x01\"q\n\rStorageConfig\x12\x44\n\x0fstorage_options\x18\x01 \x03(\x0b\x32\".yandex.cloud.ydb.v1.StorageOptionB\x07\x82\xc8\x31\x03>=1\x12\x1a\n\x12storage_size_limit\x18\x02 \x01(\x03\"=\n\rStorageOption\x12\x17\n\x0fstorage_type_id\x18\x01 \x01(\t\x12\x13\n\x0bgroup_count\x18\x02 \x01(\x03*\xed\x01\n\x15\x41lertEvaluationStatus\x12\'\n#ALERT_EVALUATION_STATUS_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x41LERT_EVALUATION_STATUS_OK\x10\x01\x12#\n\x1f\x41LERT_EVALUATION_STATUS_NO_DATA\x10\x02\x12!\n\x1d\x41LERT_EVALUATION_STATUS_ERROR\x10\x03\x12!\n\x1d\x41LERT_EVALUATION_STATUS_ALARM\x10\x04\x12 \n\x1c\x41LERT_EVALUATION_STATUS_WARN\x10\x05\x42V\n\x17yandex.cloud.api.ydb.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/ydb/v1;ydbb\x06proto3')
|
|
20
20
|
|
|
21
21
|
_globals = globals()
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,12 +32,22 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
32
32
|
_REGIONALDATABASE.fields_by_name['region_id']._serialized_options = b'\350\3071\001'
|
|
33
33
|
_SCALEPOLICY_FIXEDSCALE.fields_by_name['size']._options = None
|
|
34
34
|
_SCALEPOLICY_FIXEDSCALE.fields_by_name['size']._serialized_options = b'\372\3071\003>=1'
|
|
35
|
+
_SCALEPOLICY_AUTOSCALE_TARGETTRACKING.oneofs_by_name['target']._options = None
|
|
36
|
+
_SCALEPOLICY_AUTOSCALE_TARGETTRACKING.oneofs_by_name['target']._serialized_options = b'\300\3011\001'
|
|
37
|
+
_SCALEPOLICY_AUTOSCALE_TARGETTRACKING.fields_by_name['cpu_utilization_percent']._options = None
|
|
38
|
+
_SCALEPOLICY_AUTOSCALE_TARGETTRACKING.fields_by_name['cpu_utilization_percent']._serialized_options = b'\372\3071\00510-90'
|
|
39
|
+
_SCALEPOLICY_AUTOSCALE.oneofs_by_name['auto_scale_type']._options = None
|
|
40
|
+
_SCALEPOLICY_AUTOSCALE.oneofs_by_name['auto_scale_type']._serialized_options = b'\300\3011\001'
|
|
41
|
+
_SCALEPOLICY_AUTOSCALE.fields_by_name['min_size']._options = None
|
|
42
|
+
_SCALEPOLICY_AUTOSCALE.fields_by_name['min_size']._serialized_options = b'\372\3071\003>=1'
|
|
43
|
+
_SCALEPOLICY_AUTOSCALE.fields_by_name['max_size']._options = None
|
|
44
|
+
_SCALEPOLICY_AUTOSCALE.fields_by_name['max_size']._serialized_options = b'\372\3071\003>=1'
|
|
35
45
|
_SCALEPOLICY.oneofs_by_name['scale_type']._options = None
|
|
36
46
|
_SCALEPOLICY.oneofs_by_name['scale_type']._serialized_options = b'\300\3011\001'
|
|
37
47
|
_STORAGECONFIG.fields_by_name['storage_options']._options = None
|
|
38
48
|
_STORAGECONFIG.fields_by_name['storage_options']._serialized_options = b'\202\3101\003>=1'
|
|
39
|
-
_globals['_ALERTEVALUATIONSTATUS']._serialized_start=
|
|
40
|
-
_globals['_ALERTEVALUATIONSTATUS']._serialized_end=
|
|
49
|
+
_globals['_ALERTEVALUATIONSTATUS']._serialized_start=3793
|
|
50
|
+
_globals['_ALERTEVALUATIONSTATUS']._serialized_end=4030
|
|
41
51
|
_globals['_DATABASE']._serialized_start=158
|
|
42
52
|
_globals['_DATABASE']._serialized_end=1361
|
|
43
53
|
_globals['_DATABASE_LABELSENTRY']._serialized_start=1161
|
|
@@ -71,11 +81,15 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
71
81
|
_globals['_REGIONALDATABASE']._serialized_start=3103
|
|
72
82
|
_globals['_REGIONALDATABASE']._serialized_end=3146
|
|
73
83
|
_globals['_SCALEPOLICY']._serialized_start=3149
|
|
74
|
-
_globals['_SCALEPOLICY']._serialized_end=
|
|
75
|
-
_globals['_SCALEPOLICY_FIXEDSCALE']._serialized_start=
|
|
76
|
-
_globals['_SCALEPOLICY_FIXEDSCALE']._serialized_end=
|
|
77
|
-
_globals['
|
|
78
|
-
_globals['
|
|
79
|
-
_globals['
|
|
80
|
-
_globals['
|
|
84
|
+
_globals['_SCALEPOLICY']._serialized_end=3612
|
|
85
|
+
_globals['_SCALEPOLICY_FIXEDSCALE']._serialized_start=3298
|
|
86
|
+
_globals['_SCALEPOLICY_FIXEDSCALE']._serialized_end=3333
|
|
87
|
+
_globals['_SCALEPOLICY_AUTOSCALE']._serialized_start=3336
|
|
88
|
+
_globals['_SCALEPOLICY_AUTOSCALE']._serialized_end=3592
|
|
89
|
+
_globals['_SCALEPOLICY_AUTOSCALE_TARGETTRACKING']._serialized_start=3489
|
|
90
|
+
_globals['_SCALEPOLICY_AUTOSCALE_TARGETTRACKING']._serialized_end=3567
|
|
91
|
+
_globals['_STORAGECONFIG']._serialized_start=3614
|
|
92
|
+
_globals['_STORAGECONFIG']._serialized_end=3727
|
|
93
|
+
_globals['_STORAGEOPTION']._serialized_start=3729
|
|
94
|
+
_globals['_STORAGEOPTION']._serialized_end=3790
|
|
81
95
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -524,17 +524,67 @@ class ScalePolicy(google.protobuf.message.Message):
|
|
|
524
524
|
) -> None: ...
|
|
525
525
|
def ClearField(self, field_name: typing.Literal["size", b"size"]) -> None: ...
|
|
526
526
|
|
|
527
|
+
@typing.final
|
|
528
|
+
class AutoScale(google.protobuf.message.Message):
|
|
529
|
+
"""Scale policy that dynamically changes the number of database nodes within a user-defined range."""
|
|
530
|
+
|
|
531
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
532
|
+
|
|
533
|
+
@typing.final
|
|
534
|
+
class TargetTracking(google.protobuf.message.Message):
|
|
535
|
+
"""Autoscaling algorithm that tracks metric and reactively scale database nodes to keep metric
|
|
536
|
+
close to the specified target value.
|
|
537
|
+
"""
|
|
538
|
+
|
|
539
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
540
|
+
|
|
541
|
+
CPU_UTILIZATION_PERCENT_FIELD_NUMBER: builtins.int
|
|
542
|
+
cpu_utilization_percent: builtins.int
|
|
543
|
+
"""A percentage of database nodes average CPU utilization."""
|
|
544
|
+
def __init__(
|
|
545
|
+
self,
|
|
546
|
+
*,
|
|
547
|
+
cpu_utilization_percent: builtins.int = ...,
|
|
548
|
+
) -> None: ...
|
|
549
|
+
def HasField(self, field_name: typing.Literal["cpu_utilization_percent", b"cpu_utilization_percent", "target", b"target"]) -> builtins.bool: ...
|
|
550
|
+
def ClearField(self, field_name: typing.Literal["cpu_utilization_percent", b"cpu_utilization_percent", "target", b"target"]) -> None: ...
|
|
551
|
+
def WhichOneof(self, oneof_group: typing.Literal["target", b"target"]) -> typing.Literal["cpu_utilization_percent"] | None: ...
|
|
552
|
+
|
|
553
|
+
MIN_SIZE_FIELD_NUMBER: builtins.int
|
|
554
|
+
MAX_SIZE_FIELD_NUMBER: builtins.int
|
|
555
|
+
TARGET_TRACKING_FIELD_NUMBER: builtins.int
|
|
556
|
+
min_size: builtins.int
|
|
557
|
+
"""Minimum number of nodes to which autoscaling can scale the database."""
|
|
558
|
+
max_size: builtins.int
|
|
559
|
+
"""Maximum number of nodes to which autoscaling can scale the database."""
|
|
560
|
+
@property
|
|
561
|
+
def target_tracking(self) -> global___ScalePolicy.AutoScale.TargetTracking: ...
|
|
562
|
+
def __init__(
|
|
563
|
+
self,
|
|
564
|
+
*,
|
|
565
|
+
min_size: builtins.int = ...,
|
|
566
|
+
max_size: builtins.int = ...,
|
|
567
|
+
target_tracking: global___ScalePolicy.AutoScale.TargetTracking | None = ...,
|
|
568
|
+
) -> None: ...
|
|
569
|
+
def HasField(self, field_name: typing.Literal["auto_scale_type", b"auto_scale_type", "target_tracking", b"target_tracking"]) -> builtins.bool: ...
|
|
570
|
+
def ClearField(self, field_name: typing.Literal["auto_scale_type", b"auto_scale_type", "max_size", b"max_size", "min_size", b"min_size", "target_tracking", b"target_tracking"]) -> None: ...
|
|
571
|
+
def WhichOneof(self, oneof_group: typing.Literal["auto_scale_type", b"auto_scale_type"]) -> typing.Literal["target_tracking"] | None: ...
|
|
572
|
+
|
|
527
573
|
FIXED_SCALE_FIELD_NUMBER: builtins.int
|
|
574
|
+
AUTO_SCALE_FIELD_NUMBER: builtins.int
|
|
528
575
|
@property
|
|
529
576
|
def fixed_scale(self) -> global___ScalePolicy.FixedScale: ...
|
|
577
|
+
@property
|
|
578
|
+
def auto_scale(self) -> global___ScalePolicy.AutoScale: ...
|
|
530
579
|
def __init__(
|
|
531
580
|
self,
|
|
532
581
|
*,
|
|
533
582
|
fixed_scale: global___ScalePolicy.FixedScale | None = ...,
|
|
583
|
+
auto_scale: global___ScalePolicy.AutoScale | None = ...,
|
|
534
584
|
) -> None: ...
|
|
535
|
-
def HasField(self, field_name: typing.Literal["fixed_scale", b"fixed_scale", "scale_type", b"scale_type"]) -> builtins.bool: ...
|
|
536
|
-
def ClearField(self, field_name: typing.Literal["fixed_scale", b"fixed_scale", "scale_type", b"scale_type"]) -> None: ...
|
|
537
|
-
def WhichOneof(self, oneof_group: typing.Literal["scale_type", b"scale_type"]) -> typing.Literal["fixed_scale"] | None: ...
|
|
585
|
+
def HasField(self, field_name: typing.Literal["auto_scale", b"auto_scale", "fixed_scale", b"fixed_scale", "scale_type", b"scale_type"]) -> builtins.bool: ...
|
|
586
|
+
def ClearField(self, field_name: typing.Literal["auto_scale", b"auto_scale", "fixed_scale", b"fixed_scale", "scale_type", b"scale_type"]) -> None: ...
|
|
587
|
+
def WhichOneof(self, oneof_group: typing.Literal["scale_type", b"scale_type"]) -> typing.Literal["fixed_scale", "auto_scale"] | None: ...
|
|
538
588
|
|
|
539
589
|
global___ScalePolicy = ScalePolicy
|
|
540
590
|
|