yandexcloud 0.329.0__py3-none-any.whl → 0.331.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.
Files changed (137) hide show
  1. yandex/cloud/ai/assistants/v1/common_pb2.py +28 -9
  2. yandex/cloud/ai/assistants/v1/common_pb2.pyi +231 -12
  3. yandex/cloud/ai/assistants/v1/runs/run_pb2.py +10 -10
  4. yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +20 -4
  5. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +26 -22
  6. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +50 -4
  7. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +46 -0
  8. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +29 -0
  9. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +13 -0
  10. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +7 -7
  11. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +9 -2
  12. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +3 -3
  13. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +3 -3
  14. yandex/cloud/ai/assistants/v1/threads/thread_pb2.py +6 -5
  15. yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +8 -1
  16. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.py +22 -21
  17. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +15 -2
  18. yandex/cloud/ai/dataset/v1/dataset_pb2.py +12 -8
  19. yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +44 -1
  20. yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +68 -40
  21. yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +161 -1
  22. yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +176 -1
  23. yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +80 -3
  24. yandex/cloud/ai/files/v1/file_service_pb2.py +3 -3
  25. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +1 -1
  26. yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +34 -28
  27. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +73 -3
  28. yandex/cloud/ai/translate/v2/translation_pb2.pyi +2 -2
  29. yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +14 -13
  30. yandex/cloud/ai/tuning/v1/tuning_error_pb2.py +39 -0
  31. yandex/cloud/ai/tuning/v1/tuning_error_pb2.pyi +54 -0
  32. yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.py +24 -0
  33. yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.pyi +17 -0
  34. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +56 -51
  35. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +44 -4
  36. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
  37. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
  38. yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
  39. yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
  40. yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +1 -0
  41. yandex/cloud/airflow/v1/cluster_pb2.py +28 -26
  42. yandex/cloud/airflow/v1/cluster_pb2.pyi +12 -2
  43. yandex/cloud/airflow/v1/cluster_service_pb2.py +26 -26
  44. yandex/cloud/airflow/v1/cluster_service_pb2.pyi +9 -1
  45. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +1 -1
  46. yandex/cloud/audittrails/v1/trail_pb2.py +17 -15
  47. yandex/cloud/audittrails/v1/trail_pb2.pyi +25 -2
  48. yandex/cloud/backup/v1/policy_pb2.py +27 -27
  49. yandex/cloud/backup/v1/policy_pb2.pyi +8 -2
  50. yandex/cloud/billing/v1/customer_service_pb2.pyi +2 -2
  51. yandex/cloud/compute/v1/disk_placement_group_service_pb2.py +28 -28
  52. yandex/cloud/compute/v1/disk_service_pb2.py +36 -36
  53. yandex/cloud/compute/v1/filesystem_service_pb2.py +24 -24
  54. yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +1 -1
  55. yandex/cloud/compute/v1/host_group_service_pb2.py +36 -36
  56. yandex/cloud/compute/v1/image_service_pb2.py +24 -24
  57. yandex/cloud/compute/v1/image_service_pb2.pyi +2 -1
  58. yandex/cloud/compute/v1/instance_service_pb2.py +130 -130
  59. yandex/cloud/compute/v1/snapshot_service_pb2.py +24 -24
  60. yandex/cloud/endpoint/api_endpoint_service_pb2.py +10 -6
  61. yandex/cloud/iam/v1/api_key_pb2.py +4 -2
  62. yandex/cloud/iam/v1/api_key_pb2.pyi +9 -1
  63. yandex/cloud/iam/v1/api_key_service_pb2.py +27 -23
  64. yandex/cloud/iam/v1/api_key_service_pb2.pyi +21 -3
  65. yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +1 -1
  66. yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +3 -3
  67. yandex/cloud/loadtesting/api/v1/config_service_pb2.py +2 -2
  68. yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2.py +3 -3
  69. yandex/cloud/loadtesting/api/v1/report_service_pb2.py +2 -2
  70. yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +1 -1
  71. yandex/cloud/loadtesting/api/v1/test_service_pb2.py +2 -2
  72. yandex/cloud/lockbox/v1/payload_service_pb2.py +25 -3
  73. yandex/cloud/lockbox/v1/payload_service_pb2.pyi +82 -0
  74. yandex/cloud/lockbox/v1/payload_service_pb2_grpc.py +43 -0
  75. yandex/cloud/lockbox/v1/payload_service_pb2_grpc.pyi +17 -0
  76. yandex/cloud/mdb/greenplum/v1/config_pb2.py +24 -24
  77. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +20 -2
  78. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.py +51 -0
  79. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.pyi +62 -0
  80. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.py +24 -0
  81. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.pyi +17 -0
  82. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.py +99 -0
  83. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.pyi +187 -0
  84. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.py +276 -0
  85. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.pyi +126 -0
  86. yandex/cloud/mdb/mongodb/v1/cluster_pb2.py +6 -6
  87. yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +5 -1
  88. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +0 -1
  89. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +3 -9
  90. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +96 -96
  91. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +8 -2
  92. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +0 -1
  93. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +3 -9
  94. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +98 -98
  95. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +8 -2
  96. yandex/cloud/mdb/redis/v1/cluster_pb2.py +18 -18
  97. yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +8 -2
  98. yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +4 -4
  99. yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +8 -2
  100. yandex/cloud/mdb/redis/v1/user_pb2.py +47 -0
  101. yandex/cloud/mdb/redis/v1/user_pb2.pyi +131 -0
  102. yandex/cloud/mdb/redis/v1/user_pb2_grpc.py +24 -0
  103. yandex/cloud/mdb/redis/v1/user_pb2_grpc.pyi +17 -0
  104. yandex/cloud/mdb/redis/v1/user_service_pb2.py +93 -0
  105. yandex/cloud/mdb/redis/v1/user_service_pb2.pyi +250 -0
  106. yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.py +281 -0
  107. yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.pyi +141 -0
  108. yandex/cloud/monitoring/v3/widget_pb2.py +2 -2
  109. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.py +1 -1
  110. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.pyi +3 -3
  111. yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.py +1 -1
  112. yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.pyi +3 -3
  113. yandex/cloud/storage/v1/bucket_pb2.py +78 -76
  114. yandex/cloud/storage/v1/bucket_pb2.pyi +33 -3
  115. yandex/cloud/storage/v1/bucket_service_pb2.py +26 -26
  116. yandex/cloud/storage/v1/bucket_service_pb2.pyi +8 -2
  117. yandex/cloud/video/v1/channel_service_pb2.py +23 -23
  118. yandex/cloud/video/v1/episode_service_pb2.py +7 -7
  119. yandex/cloud/video/v1/playlist_service_pb2.py +29 -29
  120. yandex/cloud/video/v1/stream_line_service_pb2.py +43 -43
  121. yandex/cloud/video/v1/stream_service_pb2.py +21 -21
  122. yandex/cloud/video/v1/subtitle_service_pb2.py +23 -21
  123. yandex/cloud/video/v1/thumbnail_service_pb2.py +11 -11
  124. yandex/cloud/video/v1/video_service_pb2.py +67 -66
  125. yandex/cloud/video/v1/video_service_pb2.pyi +9 -2
  126. yandexcloud/__init__.py +1 -1
  127. yandexcloud/_auth_fabric.py +1 -2
  128. yandexcloud/_auth_plugin.py +1 -1
  129. yandexcloud/_helpers.py +0 -1
  130. yandexcloud/_wrappers/dataproc/__init__.py +1 -3
  131. yandexcloud/operations.py +1 -1
  132. {yandexcloud-0.329.0.dist-info → yandexcloud-0.331.0.dist-info}/AUTHORS +1 -1
  133. {yandexcloud-0.329.0.dist-info → yandexcloud-0.331.0.dist-info}/METADATA +3 -3
  134. {yandexcloud-0.329.0.dist-info → yandexcloud-0.331.0.dist-info}/RECORD +137 -117
  135. {yandexcloud-0.329.0.dist-info → yandexcloud-0.331.0.dist-info}/WHEEL +1 -1
  136. {yandexcloud-0.329.0.dist-info → yandexcloud-0.331.0.dist-info}/LICENSE +0 -0
  137. {yandexcloud-0.329.0.dist-info → yandexcloud-0.331.0.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
26
26
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
27
27
 
28
28
 
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/backup/v1/policy.proto\x12\x16yandex.cloud.backup.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xfc\x01\n\x06Policy\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x04name\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x65nabled\x18\x05 \x01(\x08\x12\x38\n\x08settings\x18\x06 \x01(\x0b\x32&.yandex.cloud.backup.v1.PolicySettings\x12\x11\n\tfolder_id\x18\x07 \x01(\t\"\xaf \n\x0ePolicySettings\x12M\n\x0b\x63ompression\x18\x01 \x01(\x0e\x32\x32.yandex.cloud.backup.v1.PolicySettings.CompressionB\x04\xe8\xc7\x31\x01\x12\x34\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x1e.yandex.cloud.backup.v1.FormatB\x04\xe8\xc7\x31\x01\x12)\n!multi_volume_snapshotting_enabled\x18\x03 \x01(\x08\x12\'\n\x1fpreserve_file_security_settings\x18\x04 \x01(\x08\x12U\n\nreattempts\x18\x05 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfigurationB\x04\xe8\xc7\x31\x01\x12\x1b\n\x13silent_mode_enabled\x18\x06 \x01(\x08\x12I\n\tsplitting\x18\x07 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.SplittingB\x04\xe8\xc7\x31\x01\x12\x61\n\x16vm_snapshot_reattempts\x18\x08 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfigurationB\x04\xe8\xc7\x31\x01\x12Y\n\x03vss\x18\t \x01(\x0b\x32\x46.yandex.cloud.backup.v1.PolicySettings.VolumeShadowCopyServiceSettingsB\x04\xe8\xc7\x31\x01\x12I\n\x07\x61rchive\x18\n \x01(\x0b\x32\x38.yandex.cloud.backup.v1.PolicySettings.ArchiveProperties\x12Z\n\x12performance_window\x18\x0b \x01(\x0b\x32\x38.yandex.cloud.backup.v1.PolicySettings.PerformanceWindowB\x04\xe8\xc7\x31\x01\x12I\n\tretention\x18\x0c \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.RetentionB\x04\xe8\xc7\x31\x01\x12K\n\nscheduling\x18\x0f \x01(\x0b\x32\x31.yandex.cloud.backup.v1.PolicySettings.SchedulingB\x04\xe8\xc7\x31\x01\x12N\n\x03\x63\x62t\x18\x10 \x01(\x0e\x32;.yandex.cloud.backup.v1.PolicySettings.ChangedBlockTrackingB\x04\xe8\xc7\x31\x01\x12\x1b\n\x13\x66\x61st_backup_enabled\x18\x11 \x01(\x08\x12$\n\x1cquiesce_snapshotting_enabled\x18\x12 \x01(\x08\x1a\xcf\x01\n\x08Interval\x12H\n\x04type\x18\x01 \x01(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.Interval.TypeB\x04\xe8\xc7\x31\x01\x12\x15\n\x05\x63ount\x18\x02 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\"b\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SECONDS\x10\x01\x12\x0b\n\x07MINUTES\x10\x02\x12\t\n\x05HOURS\x10\x03\x12\x08\n\x04\x44\x41YS\x10\x04\x12\t\n\x05WEEKS\x10\x05\x12\n\n\x06MONTHS\x10\x06\x1a\x8e\x01\n\x14RetriesConfiguration\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12G\n\x08interval\x18\x02 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\x12\x1c\n\x0cmax_attempts\x18\x03 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x1a\x19\n\tSplitting\x12\x0c\n\x04size\x18\x01 \x01(\x03\x1a\xf2\x01\n\x1fVolumeShadowCopyServiceSettings\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12j\n\x08provider\x18\x02 \x01(\x0e\x32R.yandex.cloud.backup.v1.PolicySettings.VolumeShadowCopyServiceSettings.VSSProviderB\x04\xe8\xc7\x31\x01\"R\n\x0bVSSProvider\x12\x1c\n\x18VSS_PROVIDER_UNSPECIFIED\x10\x00\x12\n\n\x06NATIVE\x10\x01\x12\x19\n\x15TARGET_SYSTEM_DEFINED\x10\x02\x1a!\n\x11\x41rchiveProperties\x12\x0c\n\x04name\x18\x01 \x01(\t\x1a$\n\x11PerformanceWindow\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x1a)\n\tTimeOfDay\x12\x0c\n\x04hour\x18\x01 \x01(\x03\x12\x0e\n\x06minute\x18\x02 \x01(\x03\x1a\xbf\x02\n\tRetention\x12M\n\x05rules\x18\x01 \x03(\x0b\x32>.yandex.cloud.backup.v1.PolicySettings.Retention.RetentionRule\x12\x15\n\rbefore_backup\x18\x03 \x01(\x08\x1a\xc5\x01\n\rRetentionRule\x12H\n\nbackup_set\x18\x01 \x03(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.RepeatePeriod\x12\x42\n\x07max_age\x18\x02 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalH\x00\x12\x13\n\tmax_count\x18\x03 \x01(\x03H\x00\x42\x11\n\tcondition\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x03\x1a\x9a\x0c\n\nScheduling\x12X\n\x0b\x62\x61\x63kup_sets\x18\x01 \x03(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSetB\x06\x82\xc8\x31\x02>0\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\x12\x1c\n\x14max_parallel_backups\x18\x03 \x01(\x03\x12M\n\x0erand_max_delay\x18\x04 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\x12N\n\x06scheme\x18\x05 \x01(\x0e\x32\x38.yandex.cloud.backup.v1.PolicySettings.Scheduling.SchemeB\x04\xe8\xc7\x31\x01\x12K\n\x11weekly_backup_day\x18\x06 \x01(\x0e\x32*.yandex.cloud.backup.v1.PolicySettings.DayB\x04\xe8\xc7\x31\x01\x1a\xee\x07\n\tBackupSet\x12P\n\x04time\x18\x01 \x01(\x0b\x32@.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.TimeH\x00\x12m\n\x14since_last_exec_time\x18\x02 \x01(\x0b\x32M.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.SinceLastExecTimeH\x00\x12N\n\x04type\x18\x03 \x01(\x0e\x32@.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.Type\x1a\xfa\x03\n\x04Time\x12\x42\n\x08weekdays\x18\x01 \x03(\x0e\x32*.yandex.cloud.backup.v1.PolicySettings.DayB\x04\x90\xc8\x31\x01\x12\x43\n\trepeat_at\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x45\n\x0crepeat_every\x18\x03 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.Interval\x12\x43\n\ttime_from\x18\x04 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x41\n\x07time_to\x18\x05 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x17\n\tmonthdays\x18\x06 \x03(\x03\x42\x04\x90\xc8\x31\x01\x12!\n\x19include_last_day_of_month\x18\x07 \x01(\x08\x12\x14\n\x06months\x18\x08 \x03(\x03\x42\x04\x90\xc8\x31\x01\x12H\n\x04type\x18\t \x01(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.RepeatePeriodB\x04\xe8\xc7\x31\x01\x1aY\n\x11SinceLastExecTime\x12\x44\n\x05\x64\x65lay\x18\x01 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\"g\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tTYPE_AUTO\x10\x01\x12\r\n\tTYPE_FULL\x10\x02\x12\x14\n\x10TYPE_INCREMENTAL\x10\x03\x12\x15\n\x11TYPE_DIFFERENTIAL\x10\x04\x42\x0f\n\x07setting\x12\x04\xc0\xc1\x31\x01\"\xa5\x01\n\x06Scheme\x12\x16\n\x12SCHEME_UNSPECIFIED\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\x0f\n\x0b\x41LWAYS_FULL\x10\x02\x12\x16\n\x12\x41LWAYS_INCREMENTAL\x10\x03\x12\x16\n\x12WEEKLY_INCREMENTAL\x10\x04\x12!\n\x1dWEEKLY_FULL_DAILY_INCREMENTAL\x10\x05\x12\n\n\x06\x43USTOM\x10\x06\x12\x07\n\x03\x43\x44P\x10\x07\"R\n\x0b\x43ompression\x12\x1b\n\x17\x43OMPRESSION_UNSPECIFIED\x10\x00\x12\n\n\x06NORMAL\x10\x01\x12\x08\n\x04HIGH\x10\x02\x12\x07\n\x03MAX\x10\x03\x12\x07\n\x03OFF\x10\x04\"_\n\rRepeatePeriod\x12\x1e\n\x1aREPEATE_PERIOD_UNSPECIFIED\x10\x00\x12\n\n\x06HOURLY\x10\x01\x12\t\n\x05\x44\x41ILY\x10\x02\x12\n\n\x06WEEKLY\x10\x03\x12\x0b\n\x07MONTHLY\x10\x04\"v\n\x03\x44\x61y\x12\x13\n\x0f\x44\x41Y_UNSPECIFIED\x10\x00\x12\n\n\x06MONDAY\x10\x01\x12\x0b\n\x07TUESDAY\x10\x02\x12\r\n\tWEDNESDAY\x10\x03\x12\x0c\n\x08THURSDAY\x10\x04\x12\n\n\x06\x46RIDAY\x10\x05\x12\x0c\n\x08SATURDAY\x10\x06\x12\n\n\x06SUNDAY\x10\x07\"v\n\x14\x43hangedBlockTracking\x12&\n\"CHANGED_BLOCK_TRACKING_UNSPECIFIED\x10\x00\x12\x12\n\x0eUSE_IF_ENABLED\x10\x01\x12\x12\n\x0e\x45NABLE_AND_USE\x10\x02\x12\x0e\n\nDO_NOT_USE\x10\x03J\x04\x08\r\x10\x0eJ\x04\x08\x0e\x10\x0f\"\xa2\x02\n\x11PolicyApplication\x12\x11\n\tpolicy_id\x18\x01 \x01(\t\x12\x1b\n\x13\x63ompute_instance_id\x18\x02 \x01(\t\x12\x0f\n\x07\x65nabled\x18\x03 \x01(\x08\x12@\n\x06status\x18\x04 \x01(\x0e\x32\x30.yandex.cloud.backup.v1.PolicyApplication.Status\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x15\n\ris_processing\x18\x06 \x01(\x08\"C\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x06\n\x02OK\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08\x44ISABLED\x10\x03*J\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x0e\n\nVERSION_11\x10\x01\x12\x0e\n\nVERSION_12\x10\x02\x12\x08\n\x04\x41UTO\x10\x03\x42_\n\x1ayandex.cloud.api.backup.v1ZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/backup/v1;backupb\x06proto3')
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/backup/v1/policy.proto\x12\x16yandex.cloud.backup.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xfc\x01\n\x06Policy\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x04name\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x65nabled\x18\x05 \x01(\x08\x12\x38\n\x08settings\x18\x06 \x01(\x0b\x32&.yandex.cloud.backup.v1.PolicySettings\x12\x11\n\tfolder_id\x18\x07 \x01(\t\"\x82!\n\x0ePolicySettings\x12M\n\x0b\x63ompression\x18\x01 \x01(\x0e\x32\x32.yandex.cloud.backup.v1.PolicySettings.CompressionB\x04\xe8\xc7\x31\x01\x12\x34\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x1e.yandex.cloud.backup.v1.FormatB\x04\xe8\xc7\x31\x01\x12)\n!multi_volume_snapshotting_enabled\x18\x03 \x01(\x08\x12\'\n\x1fpreserve_file_security_settings\x18\x04 \x01(\x08\x12U\n\nreattempts\x18\x05 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfigurationB\x04\xe8\xc7\x31\x01\x12\x1b\n\x13silent_mode_enabled\x18\x06 \x01(\x08\x12I\n\tsplitting\x18\x07 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.SplittingB\x04\xe8\xc7\x31\x01\x12\x61\n\x16vm_snapshot_reattempts\x18\x08 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfigurationB\x04\xe8\xc7\x31\x01\x12Y\n\x03vss\x18\t \x01(\x0b\x32\x46.yandex.cloud.backup.v1.PolicySettings.VolumeShadowCopyServiceSettingsB\x04\xe8\xc7\x31\x01\x12I\n\x07\x61rchive\x18\n \x01(\x0b\x32\x38.yandex.cloud.backup.v1.PolicySettings.ArchiveProperties\x12Z\n\x12performance_window\x18\x0b \x01(\x0b\x32\x38.yandex.cloud.backup.v1.PolicySettings.PerformanceWindowB\x04\xe8\xc7\x31\x01\x12I\n\tretention\x18\x0c \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.RetentionB\x04\xe8\xc7\x31\x01\x12K\n\nscheduling\x18\x0f \x01(\x0b\x32\x31.yandex.cloud.backup.v1.PolicySettings.SchedulingB\x04\xe8\xc7\x31\x01\x12N\n\x03\x63\x62t\x18\x10 \x01(\x0e\x32;.yandex.cloud.backup.v1.PolicySettings.ChangedBlockTrackingB\x04\xe8\xc7\x31\x01\x12\x1b\n\x13\x66\x61st_backup_enabled\x18\x11 \x01(\x08\x12$\n\x1cquiesce_snapshotting_enabled\x18\x12 \x01(\x08\x1a\xcf\x01\n\x08Interval\x12H\n\x04type\x18\x01 \x01(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.Interval.TypeB\x04\xe8\xc7\x31\x01\x12\x15\n\x05\x63ount\x18\x02 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\"b\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SECONDS\x10\x01\x12\x0b\n\x07MINUTES\x10\x02\x12\t\n\x05HOURS\x10\x03\x12\x08\n\x04\x44\x41YS\x10\x04\x12\t\n\x05WEEKS\x10\x05\x12\n\n\x06MONTHS\x10\x06\x1a\x8e\x01\n\x14RetriesConfiguration\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12G\n\x08interval\x18\x02 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\x12\x1c\n\x0cmax_attempts\x18\x03 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x1a\x19\n\tSplitting\x12\x0c\n\x04size\x18\x01 \x01(\x03\x1a\xf2\x01\n\x1fVolumeShadowCopyServiceSettings\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x12j\n\x08provider\x18\x02 \x01(\x0e\x32R.yandex.cloud.backup.v1.PolicySettings.VolumeShadowCopyServiceSettings.VSSProviderB\x04\xe8\xc7\x31\x01\"R\n\x0bVSSProvider\x12\x1c\n\x18VSS_PROVIDER_UNSPECIFIED\x10\x00\x12\n\n\x06NATIVE\x10\x01\x12\x19\n\x15TARGET_SYSTEM_DEFINED\x10\x02\x1a!\n\x11\x41rchiveProperties\x12\x0c\n\x04name\x18\x01 \x01(\t\x1a$\n\x11PerformanceWindow\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x1a)\n\tTimeOfDay\x12\x0c\n\x04hour\x18\x01 \x01(\x03\x12\x0e\n\x06minute\x18\x02 \x01(\x03\x1a\xbf\x02\n\tRetention\x12M\n\x05rules\x18\x01 \x03(\x0b\x32>.yandex.cloud.backup.v1.PolicySettings.Retention.RetentionRule\x12\x15\n\rbefore_backup\x18\x03 \x01(\x08\x1a\xc5\x01\n\rRetentionRule\x12H\n\nbackup_set\x18\x01 \x03(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.RepeatePeriod\x12\x42\n\x07max_age\x18\x02 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalH\x00\x12\x13\n\tmax_count\x18\x03 \x01(\x03H\x00\x42\x11\n\tcondition\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x03\x1a\xed\x0c\n\nScheduling\x12X\n\x0b\x62\x61\x63kup_sets\x18\x01 \x03(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSetB\x06\x82\xc8\x31\x02>0\x12\x0f\n\x07\x65nabled\x18\x02 \x01(\x08\x12\x1c\n\x14max_parallel_backups\x18\x03 \x01(\x03\x12M\n\x0erand_max_delay\x18\x04 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\x12N\n\x06scheme\x18\x05 \x01(\x0e\x32\x38.yandex.cloud.backup.v1.PolicySettings.Scheduling.SchemeB\x04\xe8\xc7\x31\x01\x12K\n\x11weekly_backup_day\x18\x06 \x01(\x0e\x32*.yandex.cloud.backup.v1.PolicySettings.DayB\x04\xe8\xc7\x31\x01\x12Q\n\x0ctask_failure\x18\x07 \x01(\x0b\x32;.yandex.cloud.backup.v1.PolicySettings.RetriesConfiguration\x1a\xee\x07\n\tBackupSet\x12P\n\x04time\x18\x01 \x01(\x0b\x32@.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.TimeH\x00\x12m\n\x14since_last_exec_time\x18\x02 \x01(\x0b\x32M.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.SinceLastExecTimeH\x00\x12N\n\x04type\x18\x03 \x01(\x0e\x32@.yandex.cloud.backup.v1.PolicySettings.Scheduling.BackupSet.Type\x1a\xfa\x03\n\x04Time\x12\x42\n\x08weekdays\x18\x01 \x03(\x0e\x32*.yandex.cloud.backup.v1.PolicySettings.DayB\x04\x90\xc8\x31\x01\x12\x43\n\trepeat_at\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x45\n\x0crepeat_every\x18\x03 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.Interval\x12\x43\n\ttime_from\x18\x04 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x41\n\x07time_to\x18\x05 \x01(\x0b\x32\x30.yandex.cloud.backup.v1.PolicySettings.TimeOfDay\x12\x17\n\tmonthdays\x18\x06 \x03(\x03\x42\x04\x90\xc8\x31\x01\x12!\n\x19include_last_day_of_month\x18\x07 \x01(\x08\x12\x14\n\x06months\x18\x08 \x03(\x03\x42\x04\x90\xc8\x31\x01\x12H\n\x04type\x18\t \x01(\x0e\x32\x34.yandex.cloud.backup.v1.PolicySettings.RepeatePeriodB\x04\xe8\xc7\x31\x01\x1aY\n\x11SinceLastExecTime\x12\x44\n\x05\x64\x65lay\x18\x01 \x01(\x0b\x32/.yandex.cloud.backup.v1.PolicySettings.IntervalB\x04\xe8\xc7\x31\x01\"g\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tTYPE_AUTO\x10\x01\x12\r\n\tTYPE_FULL\x10\x02\x12\x14\n\x10TYPE_INCREMENTAL\x10\x03\x12\x15\n\x11TYPE_DIFFERENTIAL\x10\x04\x42\x0f\n\x07setting\x12\x04\xc0\xc1\x31\x01\"\xa5\x01\n\x06Scheme\x12\x16\n\x12SCHEME_UNSPECIFIED\x10\x00\x12\n\n\x06SIMPLE\x10\x01\x12\x0f\n\x0b\x41LWAYS_FULL\x10\x02\x12\x16\n\x12\x41LWAYS_INCREMENTAL\x10\x03\x12\x16\n\x12WEEKLY_INCREMENTAL\x10\x04\x12!\n\x1dWEEKLY_FULL_DAILY_INCREMENTAL\x10\x05\x12\n\n\x06\x43USTOM\x10\x06\x12\x07\n\x03\x43\x44P\x10\x07\"R\n\x0b\x43ompression\x12\x1b\n\x17\x43OMPRESSION_UNSPECIFIED\x10\x00\x12\n\n\x06NORMAL\x10\x01\x12\x08\n\x04HIGH\x10\x02\x12\x07\n\x03MAX\x10\x03\x12\x07\n\x03OFF\x10\x04\"_\n\rRepeatePeriod\x12\x1e\n\x1aREPEATE_PERIOD_UNSPECIFIED\x10\x00\x12\n\n\x06HOURLY\x10\x01\x12\t\n\x05\x44\x41ILY\x10\x02\x12\n\n\x06WEEKLY\x10\x03\x12\x0b\n\x07MONTHLY\x10\x04\"v\n\x03\x44\x61y\x12\x13\n\x0f\x44\x41Y_UNSPECIFIED\x10\x00\x12\n\n\x06MONDAY\x10\x01\x12\x0b\n\x07TUESDAY\x10\x02\x12\r\n\tWEDNESDAY\x10\x03\x12\x0c\n\x08THURSDAY\x10\x04\x12\n\n\x06\x46RIDAY\x10\x05\x12\x0c\n\x08SATURDAY\x10\x06\x12\n\n\x06SUNDAY\x10\x07\"v\n\x14\x43hangedBlockTracking\x12&\n\"CHANGED_BLOCK_TRACKING_UNSPECIFIED\x10\x00\x12\x12\n\x0eUSE_IF_ENABLED\x10\x01\x12\x12\n\x0e\x45NABLE_AND_USE\x10\x02\x12\x0e\n\nDO_NOT_USE\x10\x03J\x04\x08\r\x10\x0eJ\x04\x08\x0e\x10\x0f\"\xa2\x02\n\x11PolicyApplication\x12\x11\n\tpolicy_id\x18\x01 \x01(\t\x12\x1b\n\x13\x63ompute_instance_id\x18\x02 \x01(\t\x12\x0f\n\x07\x65nabled\x18\x03 \x01(\x08\x12@\n\x06status\x18\x04 \x01(\x0e\x32\x30.yandex.cloud.backup.v1.PolicyApplication.Status\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x15\n\ris_processing\x18\x06 \x01(\x08\"C\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x06\n\x02OK\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08\x44ISABLED\x10\x03*J\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x0e\n\nVERSION_11\x10\x01\x12\x0e\n\nVERSION_12\x10\x02\x12\x08\n\x04\x41UTO\x10\x03\x42_\n\x1ayandex.cloud.api.backup.v1ZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/backup/v1;backupb\x06proto3')
30
30
 
31
31
  _globals = globals()
32
32
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -90,12 +90,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
90
90
  _globals['_POLICYSETTINGS'].fields_by_name['scheduling']._serialized_options = b'\350\3071\001'
91
91
  _globals['_POLICYSETTINGS'].fields_by_name['cbt']._loaded_options = None
92
92
  _globals['_POLICYSETTINGS'].fields_by_name['cbt']._serialized_options = b'\350\3071\001'
93
- _globals['_FORMAT']._serialized_start=4821
94
- _globals['_FORMAT']._serialized_end=4895
93
+ _globals['_FORMAT']._serialized_start=4904
94
+ _globals['_FORMAT']._serialized_end=4978
95
95
  _globals['_POLICY']._serialized_start=128
96
96
  _globals['_POLICY']._serialized_end=380
97
97
  _globals['_POLICYSETTINGS']._serialized_start=383
98
- _globals['_POLICYSETTINGS']._serialized_end=4526
98
+ _globals['_POLICYSETTINGS']._serialized_end=4609
99
99
  _globals['_POLICYSETTINGS_INTERVAL']._serialized_start=1466
100
100
  _globals['_POLICYSETTINGS_INTERVAL']._serialized_end=1673
101
101
  _globals['_POLICYSETTINGS_INTERVAL_TYPE']._serialized_start=1575
@@ -119,27 +119,27 @@ if not _descriptor._USE_C_DESCRIPTORS:
119
119
  _globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_start=2325
120
120
  _globals['_POLICYSETTINGS_RETENTION_RETENTIONRULE']._serialized_end=2522
121
121
  _globals['_POLICYSETTINGS_SCHEDULING']._serialized_start=2531
122
- _globals['_POLICYSETTINGS_SCHEDULING']._serialized_end=4093
123
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_start=2919
124
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_end=3925
125
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_start=3206
126
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_end=3712
127
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_start=3714
128
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_end=3803
129
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_start=3805
130
- _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_end=3908
131
- _globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_start=3928
132
- _globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_end=4093
133
- _globals['_POLICYSETTINGS_COMPRESSION']._serialized_start=4095
134
- _globals['_POLICYSETTINGS_COMPRESSION']._serialized_end=4177
135
- _globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_start=4179
136
- _globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_end=4274
137
- _globals['_POLICYSETTINGS_DAY']._serialized_start=4276
138
- _globals['_POLICYSETTINGS_DAY']._serialized_end=4394
139
- _globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_start=4396
140
- _globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_end=4514
141
- _globals['_POLICYAPPLICATION']._serialized_start=4529
142
- _globals['_POLICYAPPLICATION']._serialized_end=4819
143
- _globals['_POLICYAPPLICATION_STATUS']._serialized_start=4752
144
- _globals['_POLICYAPPLICATION_STATUS']._serialized_end=4819
122
+ _globals['_POLICYSETTINGS_SCHEDULING']._serialized_end=4176
123
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_start=3002
124
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET']._serialized_end=4008
125
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_start=3289
126
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TIME']._serialized_end=3795
127
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_start=3797
128
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_SINCELASTEXECTIME']._serialized_end=3886
129
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_start=3888
130
+ _globals['_POLICYSETTINGS_SCHEDULING_BACKUPSET_TYPE']._serialized_end=3991
131
+ _globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_start=4011
132
+ _globals['_POLICYSETTINGS_SCHEDULING_SCHEME']._serialized_end=4176
133
+ _globals['_POLICYSETTINGS_COMPRESSION']._serialized_start=4178
134
+ _globals['_POLICYSETTINGS_COMPRESSION']._serialized_end=4260
135
+ _globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_start=4262
136
+ _globals['_POLICYSETTINGS_REPEATEPERIOD']._serialized_end=4357
137
+ _globals['_POLICYSETTINGS_DAY']._serialized_start=4359
138
+ _globals['_POLICYSETTINGS_DAY']._serialized_end=4477
139
+ _globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_start=4479
140
+ _globals['_POLICYSETTINGS_CHANGEDBLOCKTRACKING']._serialized_end=4597
141
+ _globals['_POLICYAPPLICATION']._serialized_start=4612
142
+ _globals['_POLICYAPPLICATION']._serialized_end=4902
143
+ _globals['_POLICYAPPLICATION_STATUS']._serialized_start=4835
144
+ _globals['_POLICYAPPLICATION_STATUS']._serialized_end=4902
145
145
  # @@protoc_insertion_point(module_scope)
@@ -569,6 +569,7 @@ class PolicySettings(google.protobuf.message.Message):
569
569
  RAND_MAX_DELAY_FIELD_NUMBER: builtins.int
570
570
  SCHEME_FIELD_NUMBER: builtins.int
571
571
  WEEKLY_BACKUP_DAY_FIELD_NUMBER: builtins.int
572
+ TASK_FAILURE_FIELD_NUMBER: builtins.int
572
573
  enabled: builtins.bool
573
574
  """If true, the backup schedule will be enabled."""
574
575
  max_parallel_backups: builtins.int
@@ -585,6 +586,10 @@ class PolicySettings(google.protobuf.message.Message):
585
586
  def rand_max_delay(self) -> global___PolicySettings.Interval:
586
587
  """Configuration of the random delay between the execution of parallel tasks."""
587
588
 
589
+ @property
590
+ def task_failure(self) -> global___PolicySettings.RetriesConfiguration:
591
+ """Task failure settings in case of failure of scheduled task, not applicable to manually launched tasks"""
592
+
588
593
  def __init__(
589
594
  self,
590
595
  *,
@@ -594,9 +599,10 @@ class PolicySettings(google.protobuf.message.Message):
594
599
  rand_max_delay: global___PolicySettings.Interval | None = ...,
595
600
  scheme: global___PolicySettings.Scheduling.Scheme.ValueType = ...,
596
601
  weekly_backup_day: global___PolicySettings.Day.ValueType = ...,
602
+ task_failure: global___PolicySettings.RetriesConfiguration | None = ...,
597
603
  ) -> None: ...
598
- def HasField(self, field_name: typing.Literal["rand_max_delay", b"rand_max_delay"]) -> builtins.bool: ...
599
- def ClearField(self, field_name: typing.Literal["backup_sets", b"backup_sets", "enabled", b"enabled", "max_parallel_backups", b"max_parallel_backups", "rand_max_delay", b"rand_max_delay", "scheme", b"scheme", "weekly_backup_day", b"weekly_backup_day"]) -> None: ...
604
+ def HasField(self, field_name: typing.Literal["rand_max_delay", b"rand_max_delay", "task_failure", b"task_failure"]) -> builtins.bool: ...
605
+ def ClearField(self, field_name: typing.Literal["backup_sets", b"backup_sets", "enabled", b"enabled", "max_parallel_backups", b"max_parallel_backups", "rand_max_delay", b"rand_max_delay", "scheme", b"scheme", "task_failure", b"task_failure", "weekly_backup_day", b"weekly_backup_day"]) -> None: ...
600
606
 
601
607
  COMPRESSION_FIELD_NUMBER: builtins.int
602
608
  FORMAT_FIELD_NUMBER: builtins.int
@@ -114,8 +114,8 @@ class CreateResellerServedCustomerRequest(google.protobuf.message.Message):
114
114
  """ID of the reseller that customer will be associated with.</br>
115
115
 
116
116
  Value must match either one of the three regular expressions:
117
- </br>- `^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$`
118
- </br>- `^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{32})$`
117
+ </br>- `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
118
+ </br>- `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{32}$`
119
119
  </br>- `^[a-z][-a-zA-Z0-9.]{0,48}[a-zA-Z0-9]$`
120
120
  """
121
121
  name: builtins.str
@@ -32,7 +32,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
32
32
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
33
33
 
34
34
 
35
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/compute/v1/disk_placement_group_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a\x32yandex/cloud/compute/v1/disk_placement_group.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"M\n\x1cGetDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb8\x01\n\x1eListDiskPlacementGroupsRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"\x86\x01\n\x1fListDiskPlacementGroupsResponse\x12J\n\x15\x64isk_placement_groups\x18\x01 \x03(\x0b\x32+.yandex.cloud.compute.v1.DiskPlacementGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd8\x04\n\x1f\x43reateDiskPlacementGroupRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x99\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x44.yandex.cloud.compute.v1.CreateDiskPlacementGroupRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x1d\n\x07zone_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12Y\n\x19spread_placement_strategy\x18\x06 \x01(\x0b\x32\x34.yandex.cloud.compute.v1.DiskSpreadPlacementStrategyH\x00\x12_\n\x1cpartition_placement_strategy\x18\x07 \x01(\x0b\x32\x37.yandex.cloud.compute.v1.DiskPartitionPlacementStrategyH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x1a\n\x12placement_strategy\x12\x04\xc0\xc1\x31\x01\"C\n CreateDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"\xa0\x03\n\x1fUpdateDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x99\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x44.yandex.cloud.compute.v1.UpdateDiskPlacementGroupRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"C\n UpdateDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"P\n\x1f\x44\x65leteDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"C\n DeleteDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"\x91\x01\n\"ListDiskPlacementGroupDisksRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n#ListDiskPlacementGroupDisksResponse\x12,\n\x05\x64isks\x18\x01 \x03(\x0b\x32\x1d.yandex.cloud.compute.v1.Disk\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x96\x01\n\'ListDiskPlacementGroupOperationsRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"z\n(ListDiskPlacementGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x95\x11\n\x19\x44iskPlacementGroupService\x12\xac\x01\n\x03Get\x12\x35.yandex.cloud.compute.v1.GetDiskPlacementGroupRequest\x1a+.yandex.cloud.compute.v1.DiskPlacementGroup\"A\x82\xd3\xe4\x93\x02;\x12\x39/compute/v1/diskPlacementGroups/{disk_placement_group_id}\x12\xa2\x01\n\x04List\x12\x37.yandex.cloud.compute.v1.ListDiskPlacementGroupsRequest\x1a\x38.yandex.cloud.compute.v1.ListDiskPlacementGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/compute/v1/diskPlacementGroups\x12\xcb\x01\n\x06\x43reate\x12\x38.yandex.cloud.compute.v1.CreateDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*6\n CreateDiskPlacementGroupMetadata\x12\x12\x44iskPlacementGroup\x82\xd3\xe4\x93\x02$\"\x1f/compute/v1/diskPlacementGroups:\x01*\x12\xe5\x01\n\x06Update\x12\x38.yandex.cloud.compute.v1.UpdateDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"~\xb2\xd2*6\n UpdateDiskPlacementGroupMetadata\x12\x12\x44iskPlacementGroup\x82\xd3\xe4\x93\x02>29/compute/v1/diskPlacementGroups/{disk_placement_group_id}:\x01*\x12\xe5\x01\n\x06\x44\x65lete\x12\x38.yandex.cloud.compute.v1.DeleteDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"~\xb2\xd2*9\n DeleteDiskPlacementGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;*9/compute/v1/diskPlacementGroups/{disk_placement_group_id}\x12\xcf\x01\n\tListDisks\x12;.yandex.cloud.compute.v1.ListDiskPlacementGroupDisksRequest\x1a<.yandex.cloud.compute.v1.ListDiskPlacementGroupDisksResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/compute/v1/diskPlacementGroups/{disk_placement_group_id}/disks\x12\xe3\x01\n\x0eListOperations\x12@.yandex.cloud.compute.v1.ListDiskPlacementGroupOperationsRequest\x1a\x41.yandex.cloud.compute.v1.ListDiskPlacementGroupOperationsResponse\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/compute/v1/diskPlacementGroups/{disk_placement_group_id}/operations\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/compute/v1/diskPlacementGroups/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/compute/v1/diskPlacementGroups/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G\"B/compute/v1/diskPlacementGroups/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/compute/v1/disk_placement_group_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a\x32yandex/cloud/compute/v1/disk_placement_group.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"M\n\x1cGetDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb8\x01\n\x1eListDiskPlacementGroupsRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"\x86\x01\n\x1fListDiskPlacementGroupsResponse\x12J\n\x15\x64isk_placement_groups\x18\x01 \x03(\x0b\x32+.yandex.cloud.compute.v1.DiskPlacementGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd9\x04\n\x1f\x43reateDiskPlacementGroupRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04name\x18\x02 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x99\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x44.yandex.cloud.compute.v1.CreateDiskPlacementGroupRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x1d\n\x07zone_id\x18\x05 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12Y\n\x19spread_placement_strategy\x18\x06 \x01(\x0b\x32\x34.yandex.cloud.compute.v1.DiskSpreadPlacementStrategyH\x00\x12_\n\x1cpartition_placement_strategy\x18\x07 \x01(\x0b\x32\x37.yandex.cloud.compute.v1.DiskPartitionPlacementStrategyH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x1a\n\x12placement_strategy\x12\x04\xc0\xc1\x31\x01\"C\n CreateDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"\xa1\x03\n\x1fUpdateDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x33\n\x04name\x18\x03 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x99\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x44.yandex.cloud.compute.v1.UpdateDiskPlacementGroupRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"C\n UpdateDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"P\n\x1f\x44\x65leteDiskPlacementGroupRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"C\n DeleteDiskPlacementGroupMetadata\x12\x1f\n\x17\x64isk_placement_group_id\x18\x01 \x01(\t\"\x91\x01\n\"ListDiskPlacementGroupDisksRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n#ListDiskPlacementGroupDisksResponse\x12,\n\x05\x64isks\x18\x01 \x03(\x0b\x32\x1d.yandex.cloud.compute.v1.Disk\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x96\x01\n\'ListDiskPlacementGroupOperationsRequest\x12-\n\x17\x64isk_placement_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"z\n(ListDiskPlacementGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x95\x11\n\x19\x44iskPlacementGroupService\x12\xac\x01\n\x03Get\x12\x35.yandex.cloud.compute.v1.GetDiskPlacementGroupRequest\x1a+.yandex.cloud.compute.v1.DiskPlacementGroup\"A\x82\xd3\xe4\x93\x02;\x12\x39/compute/v1/diskPlacementGroups/{disk_placement_group_id}\x12\xa2\x01\n\x04List\x12\x37.yandex.cloud.compute.v1.ListDiskPlacementGroupsRequest\x1a\x38.yandex.cloud.compute.v1.ListDiskPlacementGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/compute/v1/diskPlacementGroups\x12\xcb\x01\n\x06\x43reate\x12\x38.yandex.cloud.compute.v1.CreateDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*6\n CreateDiskPlacementGroupMetadata\x12\x12\x44iskPlacementGroup\x82\xd3\xe4\x93\x02$\"\x1f/compute/v1/diskPlacementGroups:\x01*\x12\xe5\x01\n\x06Update\x12\x38.yandex.cloud.compute.v1.UpdateDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"~\xb2\xd2*6\n UpdateDiskPlacementGroupMetadata\x12\x12\x44iskPlacementGroup\x82\xd3\xe4\x93\x02>29/compute/v1/diskPlacementGroups/{disk_placement_group_id}:\x01*\x12\xe5\x01\n\x06\x44\x65lete\x12\x38.yandex.cloud.compute.v1.DeleteDiskPlacementGroupRequest\x1a!.yandex.cloud.operation.Operation\"~\xb2\xd2*9\n DeleteDiskPlacementGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;*9/compute/v1/diskPlacementGroups/{disk_placement_group_id}\x12\xcf\x01\n\tListDisks\x12;.yandex.cloud.compute.v1.ListDiskPlacementGroupDisksRequest\x1a<.yandex.cloud.compute.v1.ListDiskPlacementGroupDisksResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/compute/v1/diskPlacementGroups/{disk_placement_group_id}/disks\x12\xe3\x01\n\x0eListOperations\x12@.yandex.cloud.compute.v1.ListDiskPlacementGroupOperationsRequest\x1a\x41.yandex.cloud.compute.v1.ListDiskPlacementGroupOperationsResponse\"L\x82\xd3\xe4\x93\x02\x46\x12\x44/compute/v1/diskPlacementGroups/{disk_placement_group_id}/operations\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/compute/v1/diskPlacementGroups/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/compute/v1/diskPlacementGroups/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G\"B/compute/v1/diskPlacementGroups/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
36
36
 
37
37
  _globals = globals()
38
38
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -59,7 +59,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
59
59
  _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['folder_id']._loaded_options = None
60
60
  _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
61
61
  _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._loaded_options = None
62
- _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
62
+ _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
63
63
  _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._loaded_options = None
64
64
  _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
65
65
  _globals['_CREATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['labels']._loaded_options = None
@@ -71,7 +71,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
71
71
  _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['disk_placement_group_id']._loaded_options = None
72
72
  _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['disk_placement_group_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
73
73
  _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._loaded_options = None
74
- _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
74
+ _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
75
75
  _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._loaded_options = None
76
76
  _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
77
77
  _globals['_UPDATEDISKPLACEMENTGROUPREQUEST'].fields_by_name['labels']._loaded_options = None
@@ -117,29 +117,29 @@ if not _descriptor._USE_C_DESCRIPTORS:
117
117
  _globals['_LISTDISKPLACEMENTGROUPSRESPONSE']._serialized_start=645
118
118
  _globals['_LISTDISKPLACEMENTGROUPSRESPONSE']._serialized_end=779
119
119
  _globals['_CREATEDISKPLACEMENTGROUPREQUEST']._serialized_start=782
120
- _globals['_CREATEDISKPLACEMENTGROUPREQUEST']._serialized_end=1382
121
- _globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=1309
122
- _globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=1354
123
- _globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_start=1384
124
- _globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_end=1451
125
- _globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_start=1454
126
- _globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_end=1870
127
- _globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=1309
128
- _globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=1354
129
- _globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_start=1872
130
- _globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_end=1939
131
- _globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_start=1941
132
- _globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_end=2021
133
- _globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_start=2023
134
- _globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_end=2090
135
- _globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_start=2093
136
- _globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_end=2238
137
- _globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_start=2240
138
- _globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_end=2348
139
- _globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_start=2351
140
- _globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_end=2501
141
- _globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_start=2503
142
- _globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_end=2625
143
- _globals['_DISKPLACEMENTGROUPSERVICE']._serialized_start=2628
144
- _globals['_DISKPLACEMENTGROUPSERVICE']._serialized_end=4825
120
+ _globals['_CREATEDISKPLACEMENTGROUPREQUEST']._serialized_end=1383
121
+ _globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=1310
122
+ _globals['_CREATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=1355
123
+ _globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_start=1385
124
+ _globals['_CREATEDISKPLACEMENTGROUPMETADATA']._serialized_end=1452
125
+ _globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_start=1455
126
+ _globals['_UPDATEDISKPLACEMENTGROUPREQUEST']._serialized_end=1872
127
+ _globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_start=1310
128
+ _globals['_UPDATEDISKPLACEMENTGROUPREQUEST_LABELSENTRY']._serialized_end=1355
129
+ _globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_start=1874
130
+ _globals['_UPDATEDISKPLACEMENTGROUPMETADATA']._serialized_end=1941
131
+ _globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_start=1943
132
+ _globals['_DELETEDISKPLACEMENTGROUPREQUEST']._serialized_end=2023
133
+ _globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_start=2025
134
+ _globals['_DELETEDISKPLACEMENTGROUPMETADATA']._serialized_end=2092
135
+ _globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_start=2095
136
+ _globals['_LISTDISKPLACEMENTGROUPDISKSREQUEST']._serialized_end=2240
137
+ _globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_start=2242
138
+ _globals['_LISTDISKPLACEMENTGROUPDISKSRESPONSE']._serialized_end=2350
139
+ _globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_start=2353
140
+ _globals['_LISTDISKPLACEMENTGROUPOPERATIONSREQUEST']._serialized_end=2503
141
+ _globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_start=2505
142
+ _globals['_LISTDISKPLACEMENTGROUPOPERATIONSRESPONSE']._serialized_end=2627
143
+ _globals['_DISKPLACEMENTGROUPSERVICE']._serialized_start=2630
144
+ _globals['_DISKPLACEMENTGROUPSERVICE']._serialized_end=4827
145
145
  # @@protoc_insertion_point(module_scope)
@@ -33,7 +33,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
33
33
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
34
34
 
35
35
 
36
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/compute/v1/disk_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a\x31yandex/cloud/compute/v1/hardware_generation.proto\x1a/yandex/cloud/compute/v1/snapshot_schedule.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"/\n\x0eGetDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xaa\x01\n\x10ListDisksRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"Z\n\x11ListDisksResponse\x12,\n\x05\x64isks\x18\x01 \x03(\x0b\x32\x1d.yandex.cloud.compute.v1.Disk\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xde\x05\n\x11\x43reateDiskRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x36.yandex.cloud.compute.v1.CreateDiskRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x19\n\x07type_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\x07zone_id\x18\x06 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04size\x18\x07 \x01(\x03\x42\x1e\xe8\xc7\x31\x01\xfa\xc7\x31\x16\x34\x31\x39\x34\x33\x30\x34-28587302322176\x12\x1c\n\x08image_id\x18\x08 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bsnapshot_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x12\n\nblock_size\x18\n \x01(\x03\x12K\n\x15\x64isk_placement_policy\x18\x0b \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x12\x1d\n\x15snapshot_schedule_ids\x18\x0c \x03(\t\x12H\n\x13hardware_generation\x18\r \x01(\x0b\x32+.yandex.cloud.compute.v1.HardwareGeneration\x12\x1c\n\nkms_key_id\x18\x0e \x01(\tB\x08\x8a\xc8\x31\x04<=50\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06source\"%\n\x12\x43reateDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\"\xea\x03\n\x11UpdateDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x36.yandex.cloud.compute.v1.UpdateDiskRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\'\n\x04size\x18\x06 \x01(\x03\x42\x19\xfa\xc7\x31\x15\x34\x31\x39\x34\x33\x30\x34-4398046511104\x12K\n\x15\x64isk_placement_policy\x18\x07 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"%\n\x12UpdateDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\"2\n\x11\x44\x65leteDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"%\n\x12\x44\x65leteDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\"x\n\x19ListDiskOperationsRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x1aListDiskOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"]\n\x0fMoveDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\\\n\x10MoveDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"\xac\x01\n\x13RelocateDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12)\n\x13\x64\x65stination_zone_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12K\n\x15\x64isk_placement_policy\x18\x03 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\"\\\n\x14RelocateDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\x12\x16\n\x0esource_zone_id\x18\x02 \x01(\t\x12\x1b\n\x13\x64\x65stination_zone_id\x18\x03 \x01(\t\"Z\n ListDiskSnapshotSchedulesRequest\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x83\x01\n!ListDiskSnapshotSchedulesResponse\x12\x45\n\x12snapshot_schedules\x18\x01 \x03(\x0b\x32).yandex.cloud.compute.v1.SnapshotSchedule\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x90\x10\n\x0b\x44iskService\x12r\n\x03Get\x12\'.yandex.cloud.compute.v1.GetDiskRequest\x1a\x1d.yandex.cloud.compute.v1.Disk\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/compute/v1/disks/{disk_id}\x12x\n\x04List\x12).yandex.cloud.compute.v1.ListDisksRequest\x1a*.yandex.cloud.compute.v1.ListDisksResponse\"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/compute/v1/disks\x12\x93\x01\n\x06\x43reate\x12*.yandex.cloud.compute.v1.CreateDiskRequest\x1a!.yandex.cloud.operation.Operation\":\xb2\xd2*\x1a\n\x12\x43reateDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02\x16\"\x11/compute/v1/disks:\x01*\x12\x9d\x01\n\x06Update\x12*.yandex.cloud.compute.v1.UpdateDiskRequest\x1a!.yandex.cloud.operation.Operation\"D\xb2\xd2*\x1a\n\x12UpdateDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02 2\x1b/compute/v1/disks/{disk_id}:\x01*\x12\xab\x01\n\x06\x44\x65lete\x12*.yandex.cloud.compute.v1.DeleteDiskRequest\x1a!.yandex.cloud.operation.Operation\"R\xb2\xd2*+\n\x12\x44\x65leteDiskMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/compute/v1/disks/{disk_id}\x12\xa9\x01\n\x0eListOperations\x12\x32.yandex.cloud.compute.v1.ListDiskOperationsRequest\x1a\x33.yandex.cloud.compute.v1.ListDiskOperationsResponse\".\x82\xd3\xe4\x93\x02(\x12&/compute/v1/disks/{disk_id}/operations\x12\x9c\x01\n\x04Move\x12(.yandex.cloud.compute.v1.MoveDiskRequest\x1a!.yandex.cloud.operation.Operation\"G\xb2\xd2*\x18\n\x10MoveDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02%\" /compute/v1/disks/{disk_id}:move:\x01*\x12\xac\x01\n\x08Relocate\x12,.yandex.cloud.compute.v1.RelocateDiskRequest\x1a!.yandex.cloud.operation.Operation\"O\xb2\xd2*\x1c\n\x14RelocateDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02)\"$/compute/v1/disks/{disk_id}:relocate:\x01*\x12\x8e\x01\n\x15ListSnapshotSchedules\x12\x39.yandex.cloud.compute.v1.ListDiskSnapshotSchedulesRequest\x1a:.yandex.cloud.compute.v1.ListDiskSnapshotSchedulesResponse\x12\xb1\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/compute/v1/disks/{resource_id}:listAccessBindings\x12\xf0\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x88\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x36\"1/compute/v1/disks/{resource_id}:setAccessBindings:\x01*\x12\xfc\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8e\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x39\"4/compute/v1/disks/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
36
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/compute/v1/disk_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a\"yandex/cloud/compute/v1/disk.proto\x1a\x31yandex/cloud/compute/v1/hardware_generation.proto\x1a/yandex/cloud/compute/v1/snapshot_schedule.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"/\n\x0eGetDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xaa\x01\n\x10ListDisksRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"Z\n\x11ListDisksResponse\x12,\n\x05\x64isks\x18\x01 \x03(\x0b\x32\x1d.yandex.cloud.compute.v1.Disk\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xdf\x05\n\x11\x43reateDiskRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04name\x18\x02 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x36.yandex.cloud.compute.v1.CreateDiskRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x19\n\x07type_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\x07zone_id\x18\x06 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04size\x18\x07 \x01(\x03\x42\x1e\xe8\xc7\x31\x01\xfa\xc7\x31\x16\x34\x31\x39\x34\x33\x30\x34-28587302322176\x12\x1c\n\x08image_id\x18\x08 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bsnapshot_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x12\n\nblock_size\x18\n \x01(\x03\x12K\n\x15\x64isk_placement_policy\x18\x0b \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x12\x1d\n\x15snapshot_schedule_ids\x18\x0c \x03(\t\x12H\n\x13hardware_generation\x18\r \x01(\x0b\x32+.yandex.cloud.compute.v1.HardwareGeneration\x12\x1c\n\nkms_key_id\x18\x0e \x01(\tB\x08\x8a\xc8\x31\x04<=50\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06source\"%\n\x12\x43reateDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\"\xeb\x03\n\x11UpdateDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x33\n\x04name\x18\x03 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x36.yandex.cloud.compute.v1.UpdateDiskRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\'\n\x04size\x18\x06 \x01(\x03\x42\x19\xfa\xc7\x31\x15\x34\x31\x39\x34\x33\x30\x34-4398046511104\x12K\n\x15\x64isk_placement_policy\x18\x07 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"%\n\x12UpdateDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\"2\n\x11\x44\x65leteDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"%\n\x12\x44\x65leteDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\"x\n\x19ListDiskOperationsRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x1aListDiskOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"]\n\x0fMoveDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x65stination_folder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\\\n\x10MoveDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\x12\x18\n\x10source_folder_id\x18\x02 \x01(\t\x12\x1d\n\x15\x64\x65stination_folder_id\x18\x03 \x01(\t\"\xac\x01\n\x13RelocateDiskRequest\x12\x1d\n\x07\x64isk_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12)\n\x13\x64\x65stination_zone_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12K\n\x15\x64isk_placement_policy\x18\x03 \x01(\x0b\x32,.yandex.cloud.compute.v1.DiskPlacementPolicy\"\\\n\x14RelocateDiskMetadata\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\x12\x16\n\x0esource_zone_id\x18\x02 \x01(\t\x12\x1b\n\x13\x64\x65stination_zone_id\x18\x03 \x01(\t\"Z\n ListDiskSnapshotSchedulesRequest\x12\x0f\n\x07\x64isk_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x83\x01\n!ListDiskSnapshotSchedulesResponse\x12\x45\n\x12snapshot_schedules\x18\x01 \x03(\x0b\x32).yandex.cloud.compute.v1.SnapshotSchedule\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x90\x10\n\x0b\x44iskService\x12r\n\x03Get\x12\'.yandex.cloud.compute.v1.GetDiskRequest\x1a\x1d.yandex.cloud.compute.v1.Disk\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/compute/v1/disks/{disk_id}\x12x\n\x04List\x12).yandex.cloud.compute.v1.ListDisksRequest\x1a*.yandex.cloud.compute.v1.ListDisksResponse\"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/compute/v1/disks\x12\x93\x01\n\x06\x43reate\x12*.yandex.cloud.compute.v1.CreateDiskRequest\x1a!.yandex.cloud.operation.Operation\":\xb2\xd2*\x1a\n\x12\x43reateDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02\x16\"\x11/compute/v1/disks:\x01*\x12\x9d\x01\n\x06Update\x12*.yandex.cloud.compute.v1.UpdateDiskRequest\x1a!.yandex.cloud.operation.Operation\"D\xb2\xd2*\x1a\n\x12UpdateDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02 2\x1b/compute/v1/disks/{disk_id}:\x01*\x12\xab\x01\n\x06\x44\x65lete\x12*.yandex.cloud.compute.v1.DeleteDiskRequest\x1a!.yandex.cloud.operation.Operation\"R\xb2\xd2*+\n\x12\x44\x65leteDiskMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/compute/v1/disks/{disk_id}\x12\xa9\x01\n\x0eListOperations\x12\x32.yandex.cloud.compute.v1.ListDiskOperationsRequest\x1a\x33.yandex.cloud.compute.v1.ListDiskOperationsResponse\".\x82\xd3\xe4\x93\x02(\x12&/compute/v1/disks/{disk_id}/operations\x12\x9c\x01\n\x04Move\x12(.yandex.cloud.compute.v1.MoveDiskRequest\x1a!.yandex.cloud.operation.Operation\"G\xb2\xd2*\x18\n\x10MoveDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02%\" /compute/v1/disks/{disk_id}:move:\x01*\x12\xac\x01\n\x08Relocate\x12,.yandex.cloud.compute.v1.RelocateDiskRequest\x1a!.yandex.cloud.operation.Operation\"O\xb2\xd2*\x1c\n\x14RelocateDiskMetadata\x12\x04\x44isk\x82\xd3\xe4\x93\x02)\"$/compute/v1/disks/{disk_id}:relocate:\x01*\x12\x8e\x01\n\x15ListSnapshotSchedules\x12\x39.yandex.cloud.compute.v1.ListDiskSnapshotSchedulesRequest\x1a:.yandex.cloud.compute.v1.ListDiskSnapshotSchedulesResponse\x12\xb1\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/compute/v1/disks/{resource_id}:listAccessBindings\x12\xf0\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x88\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x36\"1/compute/v1/disks/{resource_id}:setAccessBindings:\x01*\x12\xfc\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8e\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x39\"4/compute/v1/disks/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
37
37
 
38
38
  _globals = globals()
39
39
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -58,7 +58,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
58
58
  _globals['_CREATEDISKREQUEST'].fields_by_name['folder_id']._loaded_options = None
59
59
  _globals['_CREATEDISKREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
60
60
  _globals['_CREATEDISKREQUEST'].fields_by_name['name']._loaded_options = None
61
- _globals['_CREATEDISKREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
61
+ _globals['_CREATEDISKREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
62
62
  _globals['_CREATEDISKREQUEST'].fields_by_name['description']._loaded_options = None
63
63
  _globals['_CREATEDISKREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
64
64
  _globals['_CREATEDISKREQUEST'].fields_by_name['labels']._loaded_options = None
@@ -80,7 +80,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
80
80
  _globals['_UPDATEDISKREQUEST'].fields_by_name['disk_id']._loaded_options = None
81
81
  _globals['_UPDATEDISKREQUEST'].fields_by_name['disk_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
82
82
  _globals['_UPDATEDISKREQUEST'].fields_by_name['name']._loaded_options = None
83
- _globals['_UPDATEDISKREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
83
+ _globals['_UPDATEDISKREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
84
84
  _globals['_UPDATEDISKREQUEST'].fields_by_name['description']._loaded_options = None
85
85
  _globals['_UPDATEDISKREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
86
86
  _globals['_UPDATEDISKREQUEST'].fields_by_name['labels']._loaded_options = None
@@ -132,37 +132,37 @@ if not _descriptor._USE_C_DESCRIPTORS:
132
132
  _globals['_LISTDISKSRESPONSE']._serialized_start=632
133
133
  _globals['_LISTDISKSRESPONSE']._serialized_end=722
134
134
  _globals['_CREATEDISKREQUEST']._serialized_start=725
135
- _globals['_CREATEDISKREQUEST']._serialized_end=1459
136
- _globals['_CREATEDISKREQUEST_LABELSENTRY']._serialized_start=1404
137
- _globals['_CREATEDISKREQUEST_LABELSENTRY']._serialized_end=1449
138
- _globals['_CREATEDISKMETADATA']._serialized_start=1461
139
- _globals['_CREATEDISKMETADATA']._serialized_end=1498
140
- _globals['_UPDATEDISKREQUEST']._serialized_start=1501
141
- _globals['_UPDATEDISKREQUEST']._serialized_end=1991
142
- _globals['_UPDATEDISKREQUEST_LABELSENTRY']._serialized_start=1404
143
- _globals['_UPDATEDISKREQUEST_LABELSENTRY']._serialized_end=1449
144
- _globals['_UPDATEDISKMETADATA']._serialized_start=1993
145
- _globals['_UPDATEDISKMETADATA']._serialized_end=2030
146
- _globals['_DELETEDISKREQUEST']._serialized_start=2032
147
- _globals['_DELETEDISKREQUEST']._serialized_end=2082
148
- _globals['_DELETEDISKMETADATA']._serialized_start=2084
149
- _globals['_DELETEDISKMETADATA']._serialized_end=2121
150
- _globals['_LISTDISKOPERATIONSREQUEST']._serialized_start=2123
151
- _globals['_LISTDISKOPERATIONSREQUEST']._serialized_end=2243
152
- _globals['_LISTDISKOPERATIONSRESPONSE']._serialized_start=2245
153
- _globals['_LISTDISKOPERATIONSRESPONSE']._serialized_end=2353
154
- _globals['_MOVEDISKREQUEST']._serialized_start=2355
155
- _globals['_MOVEDISKREQUEST']._serialized_end=2448
156
- _globals['_MOVEDISKMETADATA']._serialized_start=2450
157
- _globals['_MOVEDISKMETADATA']._serialized_end=2542
158
- _globals['_RELOCATEDISKREQUEST']._serialized_start=2545
159
- _globals['_RELOCATEDISKREQUEST']._serialized_end=2717
160
- _globals['_RELOCATEDISKMETADATA']._serialized_start=2719
161
- _globals['_RELOCATEDISKMETADATA']._serialized_end=2811
162
- _globals['_LISTDISKSNAPSHOTSCHEDULESREQUEST']._serialized_start=2813
163
- _globals['_LISTDISKSNAPSHOTSCHEDULESREQUEST']._serialized_end=2903
164
- _globals['_LISTDISKSNAPSHOTSCHEDULESRESPONSE']._serialized_start=2906
165
- _globals['_LISTDISKSNAPSHOTSCHEDULESRESPONSE']._serialized_end=3037
166
- _globals['_DISKSERVICE']._serialized_start=3040
167
- _globals['_DISKSERVICE']._serialized_end=5104
135
+ _globals['_CREATEDISKREQUEST']._serialized_end=1460
136
+ _globals['_CREATEDISKREQUEST_LABELSENTRY']._serialized_start=1405
137
+ _globals['_CREATEDISKREQUEST_LABELSENTRY']._serialized_end=1450
138
+ _globals['_CREATEDISKMETADATA']._serialized_start=1462
139
+ _globals['_CREATEDISKMETADATA']._serialized_end=1499
140
+ _globals['_UPDATEDISKREQUEST']._serialized_start=1502
141
+ _globals['_UPDATEDISKREQUEST']._serialized_end=1993
142
+ _globals['_UPDATEDISKREQUEST_LABELSENTRY']._serialized_start=1405
143
+ _globals['_UPDATEDISKREQUEST_LABELSENTRY']._serialized_end=1450
144
+ _globals['_UPDATEDISKMETADATA']._serialized_start=1995
145
+ _globals['_UPDATEDISKMETADATA']._serialized_end=2032
146
+ _globals['_DELETEDISKREQUEST']._serialized_start=2034
147
+ _globals['_DELETEDISKREQUEST']._serialized_end=2084
148
+ _globals['_DELETEDISKMETADATA']._serialized_start=2086
149
+ _globals['_DELETEDISKMETADATA']._serialized_end=2123
150
+ _globals['_LISTDISKOPERATIONSREQUEST']._serialized_start=2125
151
+ _globals['_LISTDISKOPERATIONSREQUEST']._serialized_end=2245
152
+ _globals['_LISTDISKOPERATIONSRESPONSE']._serialized_start=2247
153
+ _globals['_LISTDISKOPERATIONSRESPONSE']._serialized_end=2355
154
+ _globals['_MOVEDISKREQUEST']._serialized_start=2357
155
+ _globals['_MOVEDISKREQUEST']._serialized_end=2450
156
+ _globals['_MOVEDISKMETADATA']._serialized_start=2452
157
+ _globals['_MOVEDISKMETADATA']._serialized_end=2544
158
+ _globals['_RELOCATEDISKREQUEST']._serialized_start=2547
159
+ _globals['_RELOCATEDISKREQUEST']._serialized_end=2719
160
+ _globals['_RELOCATEDISKMETADATA']._serialized_start=2721
161
+ _globals['_RELOCATEDISKMETADATA']._serialized_end=2813
162
+ _globals['_LISTDISKSNAPSHOTSCHEDULESREQUEST']._serialized_start=2815
163
+ _globals['_LISTDISKSNAPSHOTSCHEDULESREQUEST']._serialized_end=2905
164
+ _globals['_LISTDISKSNAPSHOTSCHEDULESRESPONSE']._serialized_start=2908
165
+ _globals['_LISTDISKSNAPSHOTSCHEDULESRESPONSE']._serialized_end=3039
166
+ _globals['_DISKSERVICE']._serialized_start=3042
167
+ _globals['_DISKSERVICE']._serialized_end=5106
168
168
  # @@protoc_insertion_point(module_scope)
@@ -31,7 +31,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
31
31
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
32
32
 
33
33
 
34
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/compute/v1/filesystem_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a(yandex/cloud/compute/v1/filesystem.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\";\n\x14GetFilesystemRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb0\x01\n\x16ListFilesystemsRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x17ListFilesystemsResponse\x12\x38\n\x0b\x66ilesystems\x18\x01 \x03(\x0b\x32#.yandex.cloud.compute.v1.Filesystem\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb3\x03\n\x17\x43reateFilesystemRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x91\x01\n\x06labels\x18\x04 \x03(\x0b\x32<.yandex.cloud.compute.v1.CreateFilesystemRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x19\n\x07type_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\x07zone_id\x18\x06 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x12\n\x04size\x18\x07 \x01(\x03\x42\x04\xe8\xc7\x31\x01\x12\x12\n\nblock_size\x18\x08 \x01(\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18\x43reateFilesystemMetadata\x12\x15\n\rfilesystem_id\x18\x01 \x01(\t\"\x94\x03\n\x17UpdateFilesystemRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x91\x01\n\x06labels\x18\x05 \x03(\x0b\x32<.yandex.cloud.compute.v1.UpdateFilesystemRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x0c\n\x04size\x18\x06 \x01(\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18UpdateFilesystemMetadata\x12\x15\n\rfilesystem_id\x18\x01 \x01(\t\">\n\x17\x44\x65leteFilesystemRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"1\n\x18\x44\x65leteFilesystemMetadata\x12\x15\n\rfilesystem_id\x18\x01 \x01(\t\"\x84\x01\n\x1fListFilesystemOperationsRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"r\n ListFilesystemOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xdb\r\n\x11\x46ilesystemService\x12\x8a\x01\n\x03Get\x12-.yandex.cloud.compute.v1.GetFilesystemRequest\x1a#.yandex.cloud.compute.v1.Filesystem\"/\x82\xd3\xe4\x93\x02)\x12\'/compute/v1/filesystems/{filesystem_id}\x12\x8a\x01\n\x04List\x12/.yandex.cloud.compute.v1.ListFilesystemsRequest\x1a\x30.yandex.cloud.compute.v1.ListFilesystemsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/compute/v1/filesystems\x12\xab\x01\n\x06\x43reate\x12\x30.yandex.cloud.compute.v1.CreateFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"L\xb2\xd2*&\n\x18\x43reateFilesystemMetadata\x12\nFilesystem\x82\xd3\xe4\x93\x02\x1c\"\x17/compute/v1/filesystems:\x01*\x12\xbb\x01\n\x06Update\x12\x30.yandex.cloud.compute.v1.UpdateFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*&\n\x18UpdateFilesystemMetadata\x12\nFilesystem\x82\xd3\xe4\x93\x02,2\'/compute/v1/filesystems/{filesystem_id}:\x01*\x12\xc3\x01\n\x06\x44\x65lete\x12\x30.yandex.cloud.compute.v1.DeleteFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*1\n\x18\x44\x65leteFilesystemMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02)*\'/compute/v1/filesystems/{filesystem_id}\x12\xc1\x01\n\x0eListOperations\x12\x38.yandex.cloud.compute.v1.ListFilesystemOperationsRequest\x1a\x39.yandex.cloud.compute.v1.ListFilesystemOperationsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/compute/v1/filesystems/{filesystem_id}/operations\x12\xb7\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"@\x82\xd3\xe4\x93\x02:\x12\x38/compute/v1/filesystems/{resource_id}:listAccessBindings\x12\xf6\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8e\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02<\"7/compute/v1/filesystems/{resource_id}:setAccessBindings:\x01*\x12\x82\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x94\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02?\":/compute/v1/filesystems/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
34
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/compute/v1/filesystem_service.proto\x12\x17yandex.cloud.compute.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a(yandex/cloud/compute/v1/filesystem.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\";\n\x14GetFilesystemRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb0\x01\n\x16ListFilesystemsRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x17ListFilesystemsResponse\x12\x38\n\x0b\x66ilesystems\x18\x01 \x03(\x0b\x32#.yandex.cloud.compute.v1.Filesystem\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb4\x03\n\x17\x43reateFilesystemRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x33\n\x04name\x18\x02 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x91\x01\n\x06labels\x18\x04 \x03(\x0b\x32<.yandex.cloud.compute.v1.CreateFilesystemRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x19\n\x07type_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\x07zone_id\x18\x06 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x12\n\x04size\x18\x07 \x01(\x03\x42\x04\xe8\xc7\x31\x01\x12\x12\n\nblock_size\x18\x08 \x01(\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18\x43reateFilesystemMetadata\x12\x15\n\rfilesystem_id\x18\x01 \x01(\t\"\x95\x03\n\x17UpdateFilesystemRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x33\n\x04name\x18\x03 \x01(\tB%\xf2\xc7\x31!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x91\x01\n\x06labels\x18\x05 \x03(\x0b\x32<.yandex.cloud.compute.v1.UpdateFilesystemRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x0c\n\x04size\x18\x06 \x01(\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x18UpdateFilesystemMetadata\x12\x15\n\rfilesystem_id\x18\x01 \x01(\t\">\n\x17\x44\x65leteFilesystemRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"1\n\x18\x44\x65leteFilesystemMetadata\x12\x15\n\rfilesystem_id\x18\x01 \x01(\t\"\x84\x01\n\x1fListFilesystemOperationsRequest\x12#\n\rfilesystem_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"r\n ListFilesystemOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xdb\r\n\x11\x46ilesystemService\x12\x8a\x01\n\x03Get\x12-.yandex.cloud.compute.v1.GetFilesystemRequest\x1a#.yandex.cloud.compute.v1.Filesystem\"/\x82\xd3\xe4\x93\x02)\x12\'/compute/v1/filesystems/{filesystem_id}\x12\x8a\x01\n\x04List\x12/.yandex.cloud.compute.v1.ListFilesystemsRequest\x1a\x30.yandex.cloud.compute.v1.ListFilesystemsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/compute/v1/filesystems\x12\xab\x01\n\x06\x43reate\x12\x30.yandex.cloud.compute.v1.CreateFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"L\xb2\xd2*&\n\x18\x43reateFilesystemMetadata\x12\nFilesystem\x82\xd3\xe4\x93\x02\x1c\"\x17/compute/v1/filesystems:\x01*\x12\xbb\x01\n\x06Update\x12\x30.yandex.cloud.compute.v1.UpdateFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*&\n\x18UpdateFilesystemMetadata\x12\nFilesystem\x82\xd3\xe4\x93\x02,2\'/compute/v1/filesystems/{filesystem_id}:\x01*\x12\xc3\x01\n\x06\x44\x65lete\x12\x30.yandex.cloud.compute.v1.DeleteFilesystemRequest\x1a!.yandex.cloud.operation.Operation\"d\xb2\xd2*1\n\x18\x44\x65leteFilesystemMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02)*\'/compute/v1/filesystems/{filesystem_id}\x12\xc1\x01\n\x0eListOperations\x12\x38.yandex.cloud.compute.v1.ListFilesystemOperationsRequest\x1a\x39.yandex.cloud.compute.v1.ListFilesystemOperationsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/compute/v1/filesystems/{filesystem_id}/operations\x12\xb7\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"@\x82\xd3\xe4\x93\x02:\x12\x38/compute/v1/filesystems/{resource_id}:listAccessBindings\x12\xf6\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8e\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02<\"7/compute/v1/filesystems/{resource_id}:setAccessBindings:\x01*\x12\x82\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x94\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02?\":/compute/v1/filesystems/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
35
35
 
36
36
  _globals = globals()
37
37
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -56,7 +56,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
56
56
  _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['folder_id']._loaded_options = None
57
57
  _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
58
58
  _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['name']._loaded_options = None
59
- _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
59
+ _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
60
60
  _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['description']._loaded_options = None
61
61
  _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
62
62
  _globals['_CREATEFILESYSTEMREQUEST'].fields_by_name['labels']._loaded_options = None
@@ -72,7 +72,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
72
72
  _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['filesystem_id']._loaded_options = None
73
73
  _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['filesystem_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
74
74
  _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['name']._loaded_options = None
75
- _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
75
+ _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071!|[a-z]([-_a-z0-9]{0,61}[a-z0-9])?'
76
76
  _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['description']._loaded_options = None
77
77
  _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
78
78
  _globals['_UPDATEFILESYSTEMREQUEST'].fields_by_name['labels']._loaded_options = None
@@ -110,25 +110,25 @@ if not _descriptor._USE_C_DESCRIPTORS:
110
110
  _globals['_LISTFILESYSTEMSRESPONSE']._serialized_start=562
111
111
  _globals['_LISTFILESYSTEMSRESPONSE']._serialized_end=670
112
112
  _globals['_CREATEFILESYSTEMREQUEST']._serialized_start=673
113
- _globals['_CREATEFILESYSTEMREQUEST']._serialized_end=1108
114
- _globals['_CREATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_start=1063
115
- _globals['_CREATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_end=1108
116
- _globals['_CREATEFILESYSTEMMETADATA']._serialized_start=1110
117
- _globals['_CREATEFILESYSTEMMETADATA']._serialized_end=1159
118
- _globals['_UPDATEFILESYSTEMREQUEST']._serialized_start=1162
119
- _globals['_UPDATEFILESYSTEMREQUEST']._serialized_end=1566
120
- _globals['_UPDATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_start=1063
121
- _globals['_UPDATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_end=1108
122
- _globals['_UPDATEFILESYSTEMMETADATA']._serialized_start=1568
123
- _globals['_UPDATEFILESYSTEMMETADATA']._serialized_end=1617
124
- _globals['_DELETEFILESYSTEMREQUEST']._serialized_start=1619
125
- _globals['_DELETEFILESYSTEMREQUEST']._serialized_end=1681
126
- _globals['_DELETEFILESYSTEMMETADATA']._serialized_start=1683
127
- _globals['_DELETEFILESYSTEMMETADATA']._serialized_end=1732
128
- _globals['_LISTFILESYSTEMOPERATIONSREQUEST']._serialized_start=1735
129
- _globals['_LISTFILESYSTEMOPERATIONSREQUEST']._serialized_end=1867
130
- _globals['_LISTFILESYSTEMOPERATIONSRESPONSE']._serialized_start=1869
131
- _globals['_LISTFILESYSTEMOPERATIONSRESPONSE']._serialized_end=1983
132
- _globals['_FILESYSTEMSERVICE']._serialized_start=1986
133
- _globals['_FILESYSTEMSERVICE']._serialized_end=3741
113
+ _globals['_CREATEFILESYSTEMREQUEST']._serialized_end=1109
114
+ _globals['_CREATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_start=1064
115
+ _globals['_CREATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_end=1109
116
+ _globals['_CREATEFILESYSTEMMETADATA']._serialized_start=1111
117
+ _globals['_CREATEFILESYSTEMMETADATA']._serialized_end=1160
118
+ _globals['_UPDATEFILESYSTEMREQUEST']._serialized_start=1163
119
+ _globals['_UPDATEFILESYSTEMREQUEST']._serialized_end=1568
120
+ _globals['_UPDATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_start=1064
121
+ _globals['_UPDATEFILESYSTEMREQUEST_LABELSENTRY']._serialized_end=1109
122
+ _globals['_UPDATEFILESYSTEMMETADATA']._serialized_start=1570
123
+ _globals['_UPDATEFILESYSTEMMETADATA']._serialized_end=1619
124
+ _globals['_DELETEFILESYSTEMREQUEST']._serialized_start=1621
125
+ _globals['_DELETEFILESYSTEMREQUEST']._serialized_end=1683
126
+ _globals['_DELETEFILESYSTEMMETADATA']._serialized_start=1685
127
+ _globals['_DELETEFILESYSTEMMETADATA']._serialized_end=1734
128
+ _globals['_LISTFILESYSTEMOPERATIONSREQUEST']._serialized_start=1737
129
+ _globals['_LISTFILESYSTEMOPERATIONSREQUEST']._serialized_end=1869
130
+ _globals['_LISTFILESYSTEMOPERATIONSRESPONSE']._serialized_start=1871
131
+ _globals['_LISTFILESYSTEMOPERATIONSRESPONSE']._serialized_end=1985
132
+ _globals['_FILESYSTEMSERVICE']._serialized_start=1988
133
+ _globals['_FILESYSTEMSERVICE']._serialized_end=3743
134
134
  # @@protoc_insertion_point(module_scope)
@@ -39,7 +39,7 @@ global___GpuInterconnectType = GpuInterconnectType
39
39
 
40
40
  @typing.final
41
41
  class GpuCluster(google.protobuf.message.Message):
42
- """A GPU cluster. For details about the concept, see [documentation](/docs/compute/concepts/gpu-cluster)."""
42
+ """A GPU cluster. For details about the concept, see [documentation](/docs/compute/concepts/gpus#gpu-clusters)."""
43
43
 
44
44
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
45
45