yandexcloud 0.288.0__py3-none-any.whl → 0.289.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (557) hide show
  1. yandex/cloud/access/access_pb2.pyi +288 -0
  2. yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +63 -0
  3. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +53 -0
  4. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +67 -0
  5. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +55 -0
  6. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +122 -0
  7. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +195 -0
  8. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +122 -0
  9. yandex/cloud/ai/llm/v1alpha/llm_pb2.pyi +121 -0
  10. yandex/cloud/ai/llm/v1alpha/llm_service_pb2.pyi +280 -0
  11. yandex/cloud/ai/ocr/v1/ocr_pb2.pyi +364 -0
  12. yandex/cloud/ai/ocr/v1/ocr_service_pb2.pyi +92 -0
  13. yandex/cloud/ai/stt/v2/stt_service_pb2.pyi +299 -0
  14. yandex/cloud/ai/stt/v3/stt_pb2.pyi +1437 -0
  15. yandex/cloud/ai/stt/v3/stt_service_pb2.pyi +26 -0
  16. yandex/cloud/ai/translate/v2/translation_pb2.pyi +55 -0
  17. yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +272 -0
  18. yandex/cloud/ai/tts/v3/tts_pb2.pyi +474 -0
  19. yandex/cloud/ai/tts/v3/tts_service_pb2.pyi +8 -0
  20. yandex/cloud/ai/vision/v1/classification_pb2.pyi +55 -0
  21. yandex/cloud/ai/vision/v1/face_detection_pb2.pyi +51 -0
  22. yandex/cloud/ai/vision/v1/image_copy_search_pb2.pyi +63 -0
  23. yandex/cloud/ai/vision/v1/primitives_pb2.pyi +51 -0
  24. yandex/cloud/ai/vision/v1/text_detection_pb2.pyi +196 -0
  25. yandex/cloud/ai/vision/v1/vision_service_pb2.pyi +284 -0
  26. yandex/cloud/ai/vision/v2/image_classifier_pb2.pyi +159 -0
  27. yandex/cloud/ai/vision/v2/image_classifier_service_pb2.pyi +8 -0
  28. yandex/cloud/ai/vision/v2/image_pb2.pyi +57 -0
  29. yandex/cloud/api/operation_pb2.pyi +47 -0
  30. yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +944 -0
  31. yandex/cloud/apploadbalancer/v1/backend_group_service_pb2.pyi +558 -0
  32. yandex/cloud/apploadbalancer/v1/http_router_pb2.pyi +92 -0
  33. yandex/cloud/apploadbalancer/v1/http_router_service_pb2.pyi +389 -0
  34. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +837 -0
  35. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +1073 -0
  36. yandex/cloud/apploadbalancer/v1/logging_pb2.pyi +117 -0
  37. yandex/cloud/apploadbalancer/v1/payload_pb2.pyi +31 -0
  38. yandex/cloud/apploadbalancer/v1/target_group_pb2.pyi +117 -0
  39. yandex/cloud/apploadbalancer/v1/target_group_service_pb2.pyi +450 -0
  40. yandex/cloud/apploadbalancer/v1/tls_pb2.pyi +34 -0
  41. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +798 -0
  42. yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +501 -0
  43. yandex/cloud/audittrails/v1/trail_pb2.pyi +449 -0
  44. yandex/cloud/audittrails/v1/trail_service_pb2.pyi +363 -0
  45. yandex/cloud/backup/v1/backup_pb2.pyi +468 -0
  46. yandex/cloud/backup/v1/backup_service_pb2.pyi +454 -0
  47. yandex/cloud/backup/v1/policy_pb2.pyi +742 -0
  48. yandex/cloud/backup/v1/policy_service_pb2.pyi +342 -0
  49. yandex/cloud/backup/v1/provider_service_pb2.pyi +90 -0
  50. yandex/cloud/backup/v1/resource_pb2.pyi +273 -0
  51. yandex/cloud/backup/v1/resource_service_pb2.pyi +357 -0
  52. yandex/cloud/billing/v1/billable_object_pb2.pyi +65 -0
  53. yandex/cloud/billing/v1/billing_account_pb2.pyi +62 -0
  54. yandex/cloud/billing/v1/billing_account_service_pb2.pyi +190 -0
  55. yandex/cloud/billing/v1/budget_pb2.pyi +409 -0
  56. yandex/cloud/billing/v1/budget_service_pb2.pyi +151 -0
  57. yandex/cloud/billing/v1/customer_pb2.pyi +79 -0
  58. yandex/cloud/billing/v1/customer_service_pb2.pyi +187 -0
  59. yandex/cloud/billing/v1/service_pb2.pyi +37 -0
  60. yandex/cloud/billing/v1/service_service_pb2.pyi +96 -0
  61. yandex/cloud/billing/v1/sku_pb2.pyi +173 -0
  62. yandex/cloud/billing/v1/sku_service_pb2.pyi +128 -0
  63. yandex/cloud/cdn/v1/cache_service_pb2.pyi +95 -0
  64. yandex/cloud/cdn/v1/origin_group_pb2.pyi +54 -0
  65. yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +252 -0
  66. yandex/cloud/cdn/v1/origin_pb2.pyi +186 -0
  67. yandex/cloud/cdn/v1/origin_service_pb2.pyi +262 -0
  68. yandex/cloud/cdn/v1/provider_service_pb2.pyi +86 -0
  69. yandex/cloud/cdn/v1/raw_logs_pb2.pyi +80 -0
  70. yandex/cloud/cdn/v1/raw_logs_service_pb2.pyi +207 -0
  71. yandex/cloud/cdn/v1/resource_pb2.pyi +1067 -0
  72. yandex/cloud/cdn/v1/resource_service_pb2.pyi +401 -0
  73. yandex/cloud/cdn/v1/rule_pb2.pyi +45 -0
  74. yandex/cloud/cdn/v1/rule_service_pb2.pyi +211 -0
  75. yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.pyi +87 -0
  76. yandex/cloud/certificatemanager/v1/certificate_pb2.pyi +381 -0
  77. yandex/cloud/certificatemanager/v1/certificate_service_pb2.pyi +515 -0
  78. yandex/cloud/compute/v1/disk_pb2.pyi +202 -0
  79. yandex/cloud/compute/v1/disk_placement_group_pb2.pyi +143 -0
  80. yandex/cloud/compute/v1/disk_placement_group_service_pb2.pyi +425 -0
  81. yandex/cloud/compute/v1/disk_service_pb2.pyi +561 -0
  82. yandex/cloud/compute/v1/disk_type_pb2.pyi +39 -0
  83. yandex/cloud/compute/v1/disk_type_service_pb2.pyi +86 -0
  84. yandex/cloud/compute/v1/filesystem_pb2.pyi +137 -0
  85. yandex/cloud/compute/v1/filesystem_service_pb2.pyi +394 -0
  86. yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +139 -0
  87. yandex/cloud/compute/v1/gpu_cluster_service_pb2.pyi +439 -0
  88. yandex/cloud/compute/v1/host_group_pb2.pyi +224 -0
  89. yandex/cloud/compute/v1/host_group_service_pb2.pyi +556 -0
  90. yandex/cloud/compute/v1/host_type_pb2.pyi +48 -0
  91. yandex/cloud/compute/v1/host_type_service_pb2.pyi +87 -0
  92. yandex/cloud/compute/v1/image_pb2.pyi +188 -0
  93. yandex/cloud/compute/v1/image_service_pb2.pyi +430 -0
  94. yandex/cloud/compute/v1/instance_pb2.pyi +798 -0
  95. yandex/cloud/compute/v1/instance_service_pb2.pyi +1806 -0
  96. yandex/cloud/compute/v1/instancegroup/instance_group_pb2.pyi +2064 -0
  97. yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.pyi +1004 -0
  98. yandex/cloud/compute/v1/maintenance_pb2.pyi +38 -0
  99. yandex/cloud/compute/v1/placement_group_pb2.pyi +115 -0
  100. yandex/cloud/compute/v1/placement_group_service_pb2.pyi +423 -0
  101. yandex/cloud/compute/v1/snapshot_pb2.pyi +139 -0
  102. yandex/cloud/compute/v1/snapshot_schedule_pb2.pyi +221 -0
  103. yandex/cloud/compute/v1/snapshot_schedule_service_pb2.pyi +678 -0
  104. yandex/cloud/compute/v1/snapshot_service_pb2.pyi +350 -0
  105. yandex/cloud/compute/v1/zone_pb2.pyi +63 -0
  106. yandex/cloud/compute/v1/zone_service_pb2.pyi +84 -0
  107. yandex/cloud/containerregistry/v1/blob_pb2.pyi +45 -0
  108. yandex/cloud/containerregistry/v1/image_pb2.pyi +75 -0
  109. yandex/cloud/containerregistry/v1/image_service_pb2.pyi +160 -0
  110. yandex/cloud/containerregistry/v1/ip_permission_pb2.pyi +95 -0
  111. yandex/cloud/containerregistry/v1/lifecycle_policy_pb2.pyi +131 -0
  112. yandex/cloud/containerregistry/v1/lifecycle_policy_service_pb2.pyi +479 -0
  113. yandex/cloud/containerregistry/v1/registry_pb2.pyi +103 -0
  114. yandex/cloud/containerregistry/v1/registry_service_pb2.pyi +386 -0
  115. yandex/cloud/containerregistry/v1/repository_pb2.pyi +35 -0
  116. yandex/cloud/containerregistry/v1/repository_service_pb2.pyi +202 -0
  117. yandex/cloud/containerregistry/v1/scan_policy_pb2.pyi +140 -0
  118. yandex/cloud/containerregistry/v1/scan_policy_service_pb2.pyi +177 -0
  119. yandex/cloud/containerregistry/v1/scanner_pb2.pyi +254 -0
  120. yandex/cloud/containerregistry/v1/scanner_service_pb2.pyi +234 -0
  121. yandex/cloud/dataproc/manager/v1/job_pb2.pyi +608 -0
  122. yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +201 -0
  123. yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +449 -0
  124. yandex/cloud/dataproc/v1/cluster_pb2.pyi +351 -0
  125. yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +764 -0
  126. yandex/cloud/dataproc/v1/common_pb2.pyi +75 -0
  127. yandex/cloud/dataproc/v1/job_pb2.pyi +526 -0
  128. yandex/cloud/dataproc/v1/job_service_pb2.pyi +250 -0
  129. yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +45 -0
  130. yandex/cloud/dataproc/v1/resource_preset_service_pb2.pyi +83 -0
  131. yandex/cloud/dataproc/v1/subcluster_pb2.pyi +248 -0
  132. yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +301 -0
  133. yandex/cloud/datasphere/v1/app_token_service_pb2.pyi +27 -0
  134. yandex/cloud/datasphere/v1/folder_budget_service_pb2.pyi +101 -0
  135. yandex/cloud/datasphere/v1/node_execution_error_details_pb2.pyi +41 -0
  136. yandex/cloud/datasphere/v1/node_service_pb2.pyi +104 -0
  137. yandex/cloud/datasphere/v1/project_data_service_pb2.pyi +122 -0
  138. yandex/cloud/datasphere/v1/project_pb2.pyi +149 -0
  139. yandex/cloud/datasphere/v1/project_service_pb2.pyi +606 -0
  140. yandex/cloud/datasphere/v2/community_pb2.pyi +75 -0
  141. yandex/cloud/datasphere/v2/community_service_pb2.pyi +384 -0
  142. yandex/cloud/datasphere/v2/dataset_pb2.pyi +159 -0
  143. yandex/cloud/datasphere/v2/dataset_service_pb2.pyi +47 -0
  144. yandex/cloud/datasphere/v2/docker_image_service_pb2.pyi +29 -0
  145. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +484 -0
  146. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +694 -0
  147. yandex/cloud/datasphere/v2/project_pb2.pyi +265 -0
  148. yandex/cloud/datasphere/v2/project_service_pb2.pyi +815 -0
  149. yandex/cloud/datasphere/v2/resource_types_pb2.pyi +46 -0
  150. yandex/cloud/datasphere/v2/restrictions_pb2.pyi +127 -0
  151. yandex/cloud/datasphere/v2/s3_service_pb2.pyi +47 -0
  152. yandex/cloud/datasphere/v2/secret_pb2.pyi +102 -0
  153. yandex/cloud/datasphere/v2/user_pb2.pyi +43 -0
  154. yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +295 -0
  155. yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +324 -0
  156. yandex/cloud/datatransfer/v1/endpoint/kafka_pb2.pyi +294 -0
  157. yandex/cloud/datatransfer/v1/endpoint/metrika_pb2.pyi +84 -0
  158. yandex/cloud/datatransfer/v1/endpoint/mongo_pb2.pyi +191 -0
  159. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +261 -0
  160. yandex/cloud/datatransfer/v1/endpoint/parsers_pb2.pyi +91 -0
  161. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +326 -0
  162. yandex/cloud/datatransfer/v1/endpoint/serializers_pb2.pyi +105 -0
  163. yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +154 -0
  164. yandex/cloud/datatransfer/v1/endpoint/yds_pb2.pyi +155 -0
  165. yandex/cloud/datatransfer/v1/endpoint_pb2.pyi +144 -0
  166. yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +262 -0
  167. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +689 -0
  168. yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +338 -0
  169. yandex/cloud/dns/v1/dns_zone_pb2.pyi +163 -0
  170. yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +655 -0
  171. yandex/cloud/endpoint/api_endpoint_pb2.pyi +29 -0
  172. yandex/cloud/endpoint/api_endpoint_service_pb2.pyi +66 -0
  173. yandex/cloud/iam/v1/api_key_pb2.pyi +61 -0
  174. yandex/cloud/iam/v1/api_key_service_pb2.pyi +293 -0
  175. yandex/cloud/iam/v1/awscompatibility/access_key_pb2.pyi +61 -0
  176. yandex/cloud/iam/v1/awscompatibility/access_key_service_pb2.pyi +283 -0
  177. yandex/cloud/iam/v1/iam_token_service_pb2.pyi +80 -0
  178. yandex/cloud/iam/v1/key_pb2.pyi +90 -0
  179. yandex/cloud/iam/v1/key_service_pb2.pyi +320 -0
  180. yandex/cloud/iam/v1/resource_pb2.pyi +33 -0
  181. yandex/cloud/iam/v1/role_pb2.pyi +33 -0
  182. yandex/cloud/iam/v1/role_service_pb2.pyi +92 -0
  183. yandex/cloud/iam/v1/service_account_pb2.pyi +75 -0
  184. yandex/cloud/iam/v1/service_account_service_pb2.pyi +335 -0
  185. yandex/cloud/iam/v1/service_control_pb2.pyi +98 -0
  186. yandex/cloud/iam/v1/service_control_service_pb2.pyi +310 -0
  187. yandex/cloud/iam/v1/user_account_pb2.pyi +133 -0
  188. yandex/cloud/iam/v1/user_account_service_pb2.pyi +27 -0
  189. yandex/cloud/iam/v1/yandex_passport_user_account_service_pb2.pyi +27 -0
  190. yandex/cloud/iot/broker/v1/broker_data_service_pb2.pyi +45 -0
  191. yandex/cloud/iot/broker/v1/broker_pb2.pyi +209 -0
  192. yandex/cloud/iot/broker/v1/broker_service_pb2.pyi +627 -0
  193. yandex/cloud/iot/devices/v1/device_data_service_pb2.pyi +45 -0
  194. yandex/cloud/iot/devices/v1/device_pb2.pyi +233 -0
  195. yandex/cloud/iot/devices/v1/device_service_pb2.pyi +670 -0
  196. yandex/cloud/iot/devices/v1/registry_data_service_pb2.pyi +45 -0
  197. yandex/cloud/iot/devices/v1/registry_pb2.pyi +291 -0
  198. yandex/cloud/iot/devices/v1/registry_service_pb2.pyi +849 -0
  199. yandex/cloud/k8s/v1/cluster_pb2.pyi +610 -0
  200. yandex/cloud/k8s/v1/cluster_service_pb2.pyi +904 -0
  201. yandex/cloud/k8s/v1/maintenance_pb2.pyi +132 -0
  202. yandex/cloud/k8s/v1/node_group_pb2.pyi +365 -0
  203. yandex/cloud/k8s/v1/node_group_service_pb2.pyi +566 -0
  204. yandex/cloud/k8s/v1/node_pb2.pyi +784 -0
  205. yandex/cloud/k8s/v1/version_pb2.pyi +68 -0
  206. yandex/cloud/k8s/v1/version_service_pb2.pyi +64 -0
  207. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_crypto_service_pb2.pyi +92 -0
  208. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_pb2.pyi +149 -0
  209. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_service_pb2.pyi +335 -0
  210. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_crypto_service_pb2.pyi +140 -0
  211. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_pb2.pyi +189 -0
  212. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_service_pb2.pyi +335 -0
  213. yandex/cloud/kms/v1/symmetric_crypto_service_pb2.pyi +270 -0
  214. yandex/cloud/kms/v1/symmetric_key_pb2.pyi +260 -0
  215. yandex/cloud/kms/v1/symmetric_key_service_pb2.pyi +591 -0
  216. yandex/cloud/loadbalancer/v1/health_check_pb2.pyi +102 -0
  217. yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +364 -0
  218. yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +747 -0
  219. yandex/cloud/loadbalancer/v1/target_group_pb2.pyi +109 -0
  220. yandex/cloud/loadbalancer/v1/target_group_service_pb2.pyi +434 -0
  221. yandex/cloud/loadtesting/agent/v1/agent_pb2.pyi +26 -0
  222. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +83 -0
  223. yandex/cloud/loadtesting/agent/v1/agent_service_pb2.pyi +79 -0
  224. yandex/cloud/loadtesting/agent/v1/job_service_pb2.pyi +309 -0
  225. yandex/cloud/loadtesting/agent/v1/monitoring_service_pb2.pyi +102 -0
  226. yandex/cloud/loadtesting/agent/v1/test_pb2.pyi +181 -0
  227. yandex/cloud/loadtesting/agent/v1/test_service_pb2.pyi +105 -0
  228. yandex/cloud/loadtesting/agent/v1/trail_service_pb2.pyi +178 -0
  229. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +91 -0
  230. yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +120 -0
  231. yandex/cloud/loadtesting/api/v1/agent/status_pb2.pyi +97 -0
  232. yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +301 -0
  233. yandex/cloud/loadtesting/api/v1/common/quantiles_pb2.pyi +61 -0
  234. yandex/cloud/loadtesting/api/v1/common/tag_pb2.pyi +33 -0
  235. yandex/cloud/loadtesting/api/v1/config/config_pb2.pyi +53 -0
  236. yandex/cloud/loadtesting/api/v1/config_service_pb2.pyi +165 -0
  237. yandex/cloud/loadtesting/api/v1/report/status_pb2.pyi +45 -0
  238. yandex/cloud/loadtesting/api/v1/report/table/report_pb2.pyi +79 -0
  239. yandex/cloud/loadtesting/api/v1/report_service_pb2.pyi +78 -0
  240. yandex/cloud/loadtesting/api/v1/test/agent_selector_pb2.pyi +42 -0
  241. yandex/cloud/loadtesting/api/v1/test/artifact_settings_pb2.pyi +61 -0
  242. yandex/cloud/loadtesting/api/v1/test/details_pb2.pyi +54 -0
  243. yandex/cloud/loadtesting/api/v1/test/file_pointer_pb2.pyi +34 -0
  244. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +37 -0
  245. yandex/cloud/loadtesting/api/v1/test/object_storage_pb2.pyi +33 -0
  246. yandex/cloud/loadtesting/api/v1/test/single_agent_configuration_pb2.pyi +74 -0
  247. yandex/cloud/loadtesting/api/v1/test/status_pb2.pyi +96 -0
  248. yandex/cloud/loadtesting/api/v1/test/summary_pb2.pyi +96 -0
  249. yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +65 -0
  250. yandex/cloud/loadtesting/api/v1/test_service_pb2.pyi +233 -0
  251. yandex/cloud/lockbox/v1/payload_pb2.pyi +61 -0
  252. yandex/cloud/lockbox/v1/payload_service_pb2.pyi +31 -0
  253. yandex/cloud/lockbox/v1/secret_pb2.pyi +209 -0
  254. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +634 -0
  255. yandex/cloud/logging/v1/export_pb2.pyi +121 -0
  256. yandex/cloud/logging/v1/export_service_pb2.pyi +474 -0
  257. yandex/cloud/logging/v1/log_entry_pb2.pyi +289 -0
  258. yandex/cloud/logging/v1/log_group_pb2.pyi +143 -0
  259. yandex/cloud/logging/v1/log_group_service_pb2.pyi +479 -0
  260. yandex/cloud/logging/v1/log_ingestion_service_pb2.pyi +98 -0
  261. yandex/cloud/logging/v1/log_reading_service_pb2.pyi +171 -0
  262. yandex/cloud/logging/v1/log_resource_pb2.pyi +65 -0
  263. yandex/cloud/logging/v1/sink_pb2.pyi +124 -0
  264. yandex/cloud/logging/v1/sink_service_pb2.pyi +390 -0
  265. yandex/cloud/marketplace/licensemanager/v1/instance_pb2.pyi +135 -0
  266. yandex/cloud/marketplace/licensemanager/v1/instance_service_pb2.pyi +102 -0
  267. yandex/cloud/marketplace/licensemanager/v1/lock_pb2.pyi +99 -0
  268. yandex/cloud/marketplace/licensemanager/v1/lock_service_pb2.pyi +230 -0
  269. yandex/cloud/marketplace/licensemanager/v1/template_pb2.pyi +107 -0
  270. yandex/cloud/marketplace/metering/v1/image_product_usage_service_pb2.pyi +64 -0
  271. yandex/cloud/marketplace/metering/v1/usage_record_pb2.pyi +111 -0
  272. yandex/cloud/marketplace/v1/metering/image_product_usage_service_pb2.pyi +64 -0
  273. yandex/cloud/marketplace/v1/metering/usage_record_pb2.pyi +111 -0
  274. yandex/cloud/mdb/clickhouse/v1/backup_pb2.pyi +97 -0
  275. yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.pyi +125 -0
  276. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +747 -0
  277. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +2274 -0
  278. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1473 -0
  279. yandex/cloud/mdb/clickhouse/v1/database_pb2.pyi +51 -0
  280. yandex/cloud/mdb/clickhouse/v1/database_service_pb2.pyi +184 -0
  281. yandex/cloud/mdb/clickhouse/v1/format_schema_pb2.pyi +67 -0
  282. yandex/cloud/mdb/clickhouse/v1/format_schema_service_pb2.pyi +246 -0
  283. yandex/cloud/mdb/clickhouse/v1/maintenance_pb2.pyi +129 -0
  284. yandex/cloud/mdb/clickhouse/v1/ml_model_pb2.pyi +63 -0
  285. yandex/cloud/mdb/clickhouse/v1/ml_model_service_pb2.pyi +241 -0
  286. yandex/cloud/mdb/clickhouse/v1/resource_preset_pb2.pyi +45 -0
  287. yandex/cloud/mdb/clickhouse/v1/resource_preset_service_pb2.pyi +83 -0
  288. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1717 -0
  289. yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +353 -0
  290. yandex/cloud/mdb/clickhouse/v1/version_pb2.pyi +43 -0
  291. yandex/cloud/mdb/clickhouse/v1/versions_service_pb2.pyi +67 -0
  292. yandex/cloud/mdb/elasticsearch/v1/auth_pb2.pyi +139 -0
  293. yandex/cloud/mdb/elasticsearch/v1/auth_service_pb2.pyi +247 -0
  294. yandex/cloud/mdb/elasticsearch/v1/backup_pb2.pyi +69 -0
  295. yandex/cloud/mdb/elasticsearch/v1/backup_service_pb2.pyi +87 -0
  296. yandex/cloud/mdb/elasticsearch/v1/cluster_pb2.pyi +544 -0
  297. yandex/cloud/mdb/elasticsearch/v1/cluster_service_pb2.pyi +1422 -0
  298. yandex/cloud/mdb/elasticsearch/v1/config/elasticsearch_pb2.pyi +105 -0
  299. yandex/cloud/mdb/elasticsearch/v1/extension_pb2.pyi +67 -0
  300. yandex/cloud/mdb/elasticsearch/v1/extension_service_pb2.pyi +223 -0
  301. yandex/cloud/mdb/elasticsearch/v1/maintenance_pb2.pyi +115 -0
  302. yandex/cloud/mdb/elasticsearch/v1/resource_preset_pb2.pyi +45 -0
  303. yandex/cloud/mdb/elasticsearch/v1/resource_preset_service_pb2.pyi +85 -0
  304. yandex/cloud/mdb/elasticsearch/v1/user_pb2.pyi +53 -0
  305. yandex/cloud/mdb/elasticsearch/v1/user_service_pb2.pyi +247 -0
  306. yandex/cloud/mdb/greenplum/v1/backup_pb2.pyi +110 -0
  307. yandex/cloud/mdb/greenplum/v1/backup_service_pb2.pyi +122 -0
  308. yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +519 -0
  309. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +1274 -0
  310. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +961 -0
  311. yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.pyi +101 -0
  312. yandex/cloud/mdb/greenplum/v1/hba_rule_service_pb2.pyi +184 -0
  313. yandex/cloud/mdb/greenplum/v1/host_pb2.pyi +127 -0
  314. yandex/cloud/mdb/greenplum/v1/maintenance_pb2.pyi +145 -0
  315. yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +539 -0
  316. yandex/cloud/mdb/greenplum/v1/pxf_service_pb2.pyi +164 -0
  317. yandex/cloud/mdb/greenplum/v1/resource_preset_pb2.pyi +89 -0
  318. yandex/cloud/mdb/greenplum/v1/resource_preset_service_pb2.pyi +91 -0
  319. yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +844 -0
  320. yandex/cloud/mdb/kafka/v1/cluster_service_pb2.pyi +915 -0
  321. yandex/cloud/mdb/kafka/v1/common_pb2.pyi +71 -0
  322. yandex/cloud/mdb/kafka/v1/connector_pb2.pyi +690 -0
  323. yandex/cloud/mdb/kafka/v1/connector_service_pb2.pyi +342 -0
  324. yandex/cloud/mdb/kafka/v1/maintenance_pb2.pyi +115 -0
  325. yandex/cloud/mdb/kafka/v1/resource_preset_pb2.pyi +45 -0
  326. yandex/cloud/mdb/kafka/v1/resource_preset_service_pb2.pyi +85 -0
  327. yandex/cloud/mdb/kafka/v1/topic_pb2.pyi +375 -0
  328. yandex/cloud/mdb/kafka/v1/topic_service_pb2.pyi +252 -0
  329. yandex/cloud/mdb/kafka/v1/user_pb2.pyi +137 -0
  330. yandex/cloud/mdb/kafka/v1/user_service_pb2.pyi +360 -0
  331. yandex/cloud/mdb/mongodb/v1/backup_pb2.pyi +97 -0
  332. yandex/cloud/mdb/mongodb/v1/backup_service_pb2.pyi +121 -0
  333. yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +1890 -0
  334. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +3146 -0
  335. yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.pyi +536 -0
  336. yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.pyi +522 -0
  337. yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.pyi +693 -0
  338. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.pyi +781 -0
  339. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.pyi +693 -0
  340. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.pyi +794 -0
  341. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.pyi +699 -0
  342. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.pyi +794 -0
  343. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.pyi +699 -0
  344. yandex/cloud/mdb/mongodb/v1/database_pb2.pyi +51 -0
  345. yandex/cloud/mdb/mongodb/v1/database_service_pb2.pyi +184 -0
  346. yandex/cloud/mdb/mongodb/v1/maintenance_pb2.pyi +129 -0
  347. yandex/cloud/mdb/mongodb/v1/resource_preset_pb2.pyi +45 -0
  348. yandex/cloud/mdb/mongodb/v1/resource_preset_service_pb2.pyi +84 -0
  349. yandex/cloud/mdb/mongodb/v1/user_pb2.pyi +91 -0
  350. yandex/cloud/mdb/mongodb/v1/user_service_pb2.pyi +347 -0
  351. yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +111 -0
  352. yandex/cloud/mdb/mysql/v1/backup_service_pb2.pyi +129 -0
  353. yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +601 -0
  354. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +1537 -0
  355. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +1023 -0
  356. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +969 -0
  357. yandex/cloud/mdb/mysql/v1/database_pb2.pyi +52 -0
  358. yandex/cloud/mdb/mysql/v1/database_service_pb2.pyi +192 -0
  359. yandex/cloud/mdb/mysql/v1/maintenance_pb2.pyi +129 -0
  360. yandex/cloud/mdb/mysql/v1/resource_preset_pb2.pyi +49 -0
  361. yandex/cloud/mdb/mysql/v1/resource_preset_service_pb2.pyi +86 -0
  362. yandex/cloud/mdb/mysql/v1/user_pb2.pyi +357 -0
  363. yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +378 -0
  364. yandex/cloud/mdb/mysql/v1alpha/backup_pb2.pyi +53 -0
  365. yandex/cloud/mdb/mysql/v1alpha/backup_service_pb2.pyi +89 -0
  366. yandex/cloud/mdb/mysql/v1alpha/cluster_pb2.pyi +470 -0
  367. yandex/cloud/mdb/mysql/v1alpha/cluster_service_pb2.pyi +1025 -0
  368. yandex/cloud/mdb/mysql/v1alpha/config/mysql5_7_pb2.pyi +87 -0
  369. yandex/cloud/mdb/mysql/v1alpha/database_pb2.pyi +49 -0
  370. yandex/cloud/mdb/mysql/v1alpha/database_service_pb2.pyi +184 -0
  371. yandex/cloud/mdb/mysql/v1alpha/resource_preset_pb2.pyi +45 -0
  372. yandex/cloud/mdb/mysql/v1alpha/resource_preset_service_pb2.pyi +83 -0
  373. yandex/cloud/mdb/mysql/v1alpha/user_pb2.pyi +185 -0
  374. yandex/cloud/mdb/mysql/v1alpha/user_service_pb2.pyi +312 -0
  375. yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +69 -0
  376. yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +69 -0
  377. yandex/cloud/mdb/opensearch/v1/backup_service_pb2.pyi +91 -0
  378. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +726 -0
  379. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +1827 -0
  380. yandex/cloud/mdb/opensearch/v1/config/opensearch_pb2.pyi +63 -0
  381. yandex/cloud/mdb/opensearch/v1/maintenance_pb2.pyi +155 -0
  382. yandex/cloud/mdb/opensearch/v1/resource_preset_pb2.pyi +45 -0
  383. yandex/cloud/mdb/opensearch/v1/resource_preset_service_pb2.pyi +87 -0
  384. yandex/cloud/mdb/postgresql/v1/backup_pb2.pyi +139 -0
  385. yandex/cloud/mdb/postgresql/v1/backup_service_pb2.pyi +125 -0
  386. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +935 -0
  387. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +1708 -0
  388. yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.pyi +507 -0
  389. yandex/cloud/mdb/postgresql/v1/config/host10_pb2.pyi +507 -0
  390. yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.pyi +501 -0
  391. yandex/cloud/mdb/postgresql/v1/config/host11_pb2.pyi +501 -0
  392. yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.pyi +501 -0
  393. yandex/cloud/mdb/postgresql/v1/config/host12_pb2.pyi +501 -0
  394. yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.pyi +501 -0
  395. yandex/cloud/mdb/postgresql/v1/config/host13_pb2.pyi +501 -0
  396. yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.pyi +497 -0
  397. yandex/cloud/mdb/postgresql/v1/config/host14_pb2.pyi +497 -0
  398. yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.pyi +497 -0
  399. yandex/cloud/mdb/postgresql/v1/config/host15_pb2.pyi +497 -0
  400. yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.pyi +516 -0
  401. yandex/cloud/mdb/postgresql/v1/config/host16_pb2.pyi +516 -0
  402. yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.pyi +458 -0
  403. yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.pyi +931 -0
  404. yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.pyi +923 -0
  405. yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.pyi +975 -0
  406. yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.pyi +967 -0
  407. yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.pyi +999 -0
  408. yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.pyi +991 -0
  409. yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.pyi +1053 -0
  410. yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.pyi +1051 -0
  411. yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.pyi +1081 -0
  412. yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.pyi +1079 -0
  413. yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +1091 -0
  414. yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +1083 -0
  415. yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +1093 -0
  416. yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +1085 -0
  417. yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.pyi +651 -0
  418. yandex/cloud/mdb/postgresql/v1/database_pb2.pyi +150 -0
  419. yandex/cloud/mdb/postgresql/v1/database_service_pb2.pyi +260 -0
  420. yandex/cloud/mdb/postgresql/v1/maintenance_pb2.pyi +129 -0
  421. yandex/cloud/mdb/postgresql/v1/perf_diag_pb2.pyi +462 -0
  422. yandex/cloud/mdb/postgresql/v1/perf_diag_service_pb2.pyi +139 -0
  423. yandex/cloud/mdb/postgresql/v1/resource_preset_pb2.pyi +45 -0
  424. yandex/cloud/mdb/postgresql/v1/resource_preset_service_pb2.pyi +83 -0
  425. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +534 -0
  426. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +396 -0
  427. yandex/cloud/mdb/redis/v1/backup_pb2.pyi +65 -0
  428. yandex/cloud/mdb/redis/v1/backup_service_pb2.pyi +89 -0
  429. yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +610 -0
  430. yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +1686 -0
  431. yandex/cloud/mdb/redis/v1/config/redis5_0_pb2.pyi +204 -0
  432. yandex/cloud/mdb/redis/v1/config/redis6_0_pb2.pyi +204 -0
  433. yandex/cloud/mdb/redis/v1/config/redis6_2_pb2.pyi +210 -0
  434. yandex/cloud/mdb/redis/v1/config/redis7_0_pb2.pyi +210 -0
  435. yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +210 -0
  436. yandex/cloud/mdb/redis/v1/maintenance_pb2.pyi +129 -0
  437. yandex/cloud/mdb/redis/v1/resource_preset_pb2.pyi +45 -0
  438. yandex/cloud/mdb/redis/v1/resource_preset_service_pb2.pyi +83 -0
  439. yandex/cloud/mdb/sqlserver/v1/backup_pb2.pyi +62 -0
  440. yandex/cloud/mdb/sqlserver/v1/backup_service_pb2.pyi +90 -0
  441. yandex/cloud/mdb/sqlserver/v1/cluster_pb2.pyi +571 -0
  442. yandex/cloud/mdb/sqlserver/v1/cluster_service_pb2.pyi +1226 -0
  443. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2016sp2_pb2.pyi +231 -0
  444. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2017_pb2.pyi +231 -0
  445. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2019_pb2.pyi +231 -0
  446. yandex/cloud/mdb/sqlserver/v1/database_pb2.pyi +52 -0
  447. yandex/cloud/mdb/sqlserver/v1/database_service_pb2.pyi +384 -0
  448. yandex/cloud/mdb/sqlserver/v1/resource_preset_pb2.pyi +45 -0
  449. yandex/cloud/mdb/sqlserver/v1/resource_preset_service_pb2.pyi +83 -0
  450. yandex/cloud/mdb/sqlserver/v1/user_pb2.pyi +185 -0
  451. yandex/cloud/mdb/sqlserver/v1/user_service_pb2.pyi +368 -0
  452. yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +641 -0
  453. yandex/cloud/monitoring/v3/dashboard_pb2.pyi +122 -0
  454. yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +377 -0
  455. yandex/cloud/monitoring/v3/downsampling_pb2.pyi +118 -0
  456. yandex/cloud/monitoring/v3/parametrization_pb2.pyi +256 -0
  457. yandex/cloud/monitoring/v3/text_widget_pb2.pyi +29 -0
  458. yandex/cloud/monitoring/v3/title_widget_pb2.pyi +69 -0
  459. yandex/cloud/monitoring/v3/unit_format_pb2.pyi +480 -0
  460. yandex/cloud/monitoring/v3/widget_pb2.pyi +82 -0
  461. yandex/cloud/oauth/claims_pb2.pyi +136 -0
  462. yandex/cloud/operation/operation_pb2.pyi +89 -0
  463. yandex/cloud/operation/operation_service_pb2.pyi +43 -0
  464. yandex/cloud/organizationmanager/v1/group_mapping_pb2.pyi +57 -0
  465. yandex/cloud/organizationmanager/v1/group_mapping_service_pb2.pyi +305 -0
  466. yandex/cloud/organizationmanager/v1/group_pb2.pyi +51 -0
  467. yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +464 -0
  468. yandex/cloud/organizationmanager/v1/organization_pb2.pyi +73 -0
  469. yandex/cloud/organizationmanager/v1/organization_service_pb2.pyi +231 -0
  470. yandex/cloud/organizationmanager/v1/os_login_service_pb2.pyi +421 -0
  471. yandex/cloud/organizationmanager/v1/saml/certificate_pb2.pyi +53 -0
  472. yandex/cloud/organizationmanager/v1/saml/certificate_service_pb2.pyi +298 -0
  473. yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +179 -0
  474. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +625 -0
  475. yandex/cloud/organizationmanager/v1/ssh_certificate_service_pb2.pyi +62 -0
  476. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +133 -0
  477. yandex/cloud/organizationmanager/v1/user_service_pb2.pyi +150 -0
  478. yandex/cloud/organizationmanager/v1/user_ssh_key_pb2.pyi +53 -0
  479. yandex/cloud/organizationmanager/v1/user_ssh_key_service_pb2.pyi +194 -0
  480. yandex/cloud/quota/quota_pb2.pyi +88 -0
  481. yandex/cloud/reference/reference_pb2.pyi +77 -0
  482. yandex/cloud/resourcemanager/v1/cloud_pb2.pyi +73 -0
  483. yandex/cloud/resourcemanager/v1/cloud_service_pb2.pyi +360 -0
  484. yandex/cloud/resourcemanager/v1/folder_pb2.pyi +109 -0
  485. yandex/cloud/resourcemanager/v1/folder_service_pb2.pyi +364 -0
  486. yandex/cloud/serverless/apigateway/v1/apigateway_pb2.pyi +332 -0
  487. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.pyi +618 -0
  488. yandex/cloud/serverless/apigateway/websocket/v1/connection_pb2.pyi +71 -0
  489. yandex/cloud/serverless/apigateway/websocket/v1/connection_service_pb2.pyi +113 -0
  490. yandex/cloud/serverless/containers/v1/container_pb2.pyi +538 -0
  491. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +668 -0
  492. yandex/cloud/serverless/functions/v1/function_pb2.pyi +607 -0
  493. yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +1073 -0
  494. yandex/cloud/serverless/functions/v1/network_service_pb2.pyi +312 -0
  495. yandex/cloud/serverless/mdbproxy/v1/proxy_pb2.pyi +163 -0
  496. yandex/cloud/serverless/mdbproxy/v1/proxy_service_pb2.pyi +359 -0
  497. yandex/cloud/serverless/triggers/v1/predicate_pb2.pyi +80 -0
  498. yandex/cloud/serverless/triggers/v1/trigger_pb2.pyi +1109 -0
  499. yandex/cloud/serverless/triggers/v1/trigger_service_pb2.pyi +439 -0
  500. yandex/cloud/speechsense/v1/audio_pb2.pyi +204 -0
  501. yandex/cloud/speechsense/v1/talk_service_pb2.pyi +161 -0
  502. yandex/cloud/speechsense/v1/text_pb2.pyi +70 -0
  503. yandex/cloud/storage/v1/bucket_pb2.pyi +1465 -0
  504. yandex/cloud/storage/v1/bucket_service_pb2.pyi +540 -0
  505. yandex/cloud/validation_pb2.pyi +53 -0
  506. yandex/cloud/video/v1/channel_pb2.pyi +79 -0
  507. yandex/cloud/video/v1/channel_service_pb2.pyi +259 -0
  508. yandex/cloud/video/v1/episode_pb2.pyi +140 -0
  509. yandex/cloud/video/v1/episode_service_pb2.pyi +451 -0
  510. yandex/cloud/video/v1/stream_line_pb2.pyi +305 -0
  511. yandex/cloud/video/v1/stream_line_service_pb2.pyi +563 -0
  512. yandex/cloud/video/v1/stream_pb2.pyi +197 -0
  513. yandex/cloud/video/v1/stream_service_pb2.pyi +396 -0
  514. yandex/cloud/video/v1/thumbnail_pb2.pyi +39 -0
  515. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +184 -0
  516. yandex/cloud/video/v1/video_pb2.pyi +211 -0
  517. yandex/cloud/video/v1/video_service_pb2.pyi +464 -0
  518. yandex/cloud/vpc/v1/address_pb2.pyi +226 -0
  519. yandex/cloud/vpc/v1/address_service_pb2.pyi +491 -0
  520. yandex/cloud/vpc/v1/gateway_pb2.pyi +92 -0
  521. yandex/cloud/vpc/v1/gateway_service_pb2.pyi +403 -0
  522. yandex/cloud/vpc/v1/network_pb2.pyi +79 -0
  523. yandex/cloud/vpc/v1/network_service_pb2.pyi +547 -0
  524. yandex/cloud/vpc/v1/route_table_pb2.pyi +136 -0
  525. yandex/cloud/vpc/v1/route_table_service_pb2.pyi +381 -0
  526. yandex/cloud/vpc/v1/security_group_pb2.pyi +266 -0
  527. yandex/cloud/vpc/v1/security_group_service_pb2.pyi +591 -0
  528. yandex/cloud/vpc/v1/subnet_pb2.pyi +155 -0
  529. yandex/cloud/vpc/v1/subnet_service_pb2.pyi +593 -0
  530. yandex/cloud/ydb/v1/backup_pb2.pyi +353 -0
  531. yandex/cloud/ydb/v1/backup_service_pb2.pyi +166 -0
  532. yandex/cloud/ydb/v1/database_pb2.pyi +577 -0
  533. yandex/cloud/ydb/v1/database_service_pb2.pyi +550 -0
  534. yandex/cloud/ydb/v1/location_pb2.pyi +29 -0
  535. yandex/cloud/ydb/v1/location_service_pb2.pyi +83 -0
  536. yandex/cloud/ydb/v1/resource_preset_pb2.pyi +32 -0
  537. yandex/cloud/ydb/v1/resource_preset_service_pb2.pyi +83 -0
  538. yandex/cloud/ydb/v1/storage_type_pb2.pyi +32 -0
  539. yandex/cloud/ydb/v1/storage_type_service_pb2.pyi +83 -0
  540. yandexcloud/_auth_fabric.py +46 -41
  541. yandexcloud/_auth_plugin.py +36 -18
  542. yandexcloud/_backoff.py +8 -7
  543. yandexcloud/_channels.py +27 -13
  544. yandexcloud/_helpers.py +15 -29
  545. yandexcloud/_operation_waiter.py +32 -18
  546. yandexcloud/_retry_interceptor.py +39 -22
  547. yandexcloud/_sdk.py +81 -32
  548. yandexcloud/_wrappers/__init__.py +9 -2
  549. yandexcloud/_wrappers/dataproc/__init__.py +11 -10
  550. yandexcloud/auth.py +10 -2
  551. yandexcloud/operations.py +22 -7
  552. {yandexcloud-0.288.0.dist-info → yandexcloud-0.289.0.dist-info}/AUTHORS +2 -3
  553. {yandexcloud-0.288.0.dist-info → yandexcloud-0.289.0.dist-info}/METADATA +4 -4
  554. {yandexcloud-0.288.0.dist-info → yandexcloud-0.289.0.dist-info}/RECORD +557 -18
  555. {yandexcloud-0.288.0.dist-info → yandexcloud-0.289.0.dist-info}/LICENSE +0 -0
  556. {yandexcloud-0.288.0.dist-info → yandexcloud-0.289.0.dist-info}/WHEEL +0 -0
  557. {yandexcloud-0.288.0.dist-info → yandexcloud-0.289.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2274 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import google.protobuf.descriptor
9
+ import google.protobuf.field_mask_pb2
10
+ import google.protobuf.internal.containers
11
+ import google.protobuf.internal.enum_type_wrapper
12
+ import google.protobuf.message
13
+ import google.protobuf.timestamp_pb2
14
+ import google.protobuf.wrappers_pb2
15
+ import google.type.timeofday_pb2
16
+ import sys
17
+ import typing
18
+ import yandex.cloud.mdb.clickhouse.v1.backup_pb2
19
+ import yandex.cloud.mdb.clickhouse.v1.cluster_pb2
20
+ import yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2
21
+ import yandex.cloud.mdb.clickhouse.v1.database_pb2
22
+ import yandex.cloud.mdb.clickhouse.v1.maintenance_pb2
23
+ import yandex.cloud.mdb.clickhouse.v1.user_pb2
24
+ import yandex.cloud.operation.operation_pb2
25
+
26
+ if sys.version_info >= (3, 10):
27
+ import typing as typing_extensions
28
+ else:
29
+ import typing_extensions
30
+
31
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
32
+
33
+ @typing.final
34
+ class GetClusterRequest(google.protobuf.message.Message):
35
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
36
+
37
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
38
+ cluster_id: builtins.str
39
+ """ID of the ClickHouse Cluster resource to return.
40
+ To get the cluster ID, use a [ClusterService.List] request.
41
+ """
42
+ def __init__(
43
+ self,
44
+ *,
45
+ cluster_id: builtins.str = ...,
46
+ ) -> None: ...
47
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
48
+
49
+ global___GetClusterRequest = GetClusterRequest
50
+
51
+ @typing.final
52
+ class ListClustersRequest(google.protobuf.message.Message):
53
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
54
+
55
+ FOLDER_ID_FIELD_NUMBER: builtins.int
56
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
57
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
58
+ FILTER_FIELD_NUMBER: builtins.int
59
+ folder_id: builtins.str
60
+ """ID of the folder to list ClickHouse clusters in.
61
+ To get the folder ID, use a [yandex.cloud.resourcemanager.v1.FolderService.List] request.
62
+ """
63
+ page_size: builtins.int
64
+ """The maximum number of results per page to return. If the number of available
65
+ results is larger than [page_size], the service returns a [ListClustersResponse.next_page_token]
66
+ that can be used to get the next page of results in subsequent list requests.
67
+ """
68
+ page_token: builtins.str
69
+ """Page token. To get the next page of results, set [page_token] to the [ListClustersResponse.next_page_token]
70
+ returned by the previous list request.
71
+ """
72
+ filter: builtins.str
73
+ """A filter expression that filters resources listed in the response.
74
+ The expression must specify:
75
+ 1. The field name. Currently you can only use filtering with the [Cluster.name] field.
76
+ 2. An `=` operator.
77
+ 3. The value in double quotes (`"`). Must be 1-63 characters long and match the regular expression `[a-zA-Z0-9_-]+`.
78
+ """
79
+ def __init__(
80
+ self,
81
+ *,
82
+ folder_id: builtins.str = ...,
83
+ page_size: builtins.int = ...,
84
+ page_token: builtins.str = ...,
85
+ filter: builtins.str = ...,
86
+ ) -> None: ...
87
+ def ClearField(self, field_name: typing.Literal["filter", b"filter", "folder_id", b"folder_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
88
+
89
+ global___ListClustersRequest = ListClustersRequest
90
+
91
+ @typing.final
92
+ class ListClustersResponse(google.protobuf.message.Message):
93
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
94
+
95
+ CLUSTERS_FIELD_NUMBER: builtins.int
96
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
97
+ next_page_token: builtins.str
98
+ """This token allows you to get the next page of results for list requests. If the number of results
99
+ is larger than [ListClustersRequest.page_size], use the [next_page_token] as the value
100
+ for the [ListClustersRequest.page_token] parameter in the next list request. Each subsequent
101
+ list request will have its own [next_page_token] to continue paging through the results.
102
+ """
103
+ @property
104
+ def clusters(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Cluster]:
105
+ """List of ClickHouse Cluster resources."""
106
+
107
+ def __init__(
108
+ self,
109
+ *,
110
+ clusters: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Cluster] | None = ...,
111
+ next_page_token: builtins.str = ...,
112
+ ) -> None: ...
113
+ def ClearField(self, field_name: typing.Literal["clusters", b"clusters", "next_page_token", b"next_page_token"]) -> None: ...
114
+
115
+ global___ListClustersResponse = ListClustersResponse
116
+
117
+ @typing.final
118
+ class CreateClusterRequest(google.protobuf.message.Message):
119
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
120
+
121
+ @typing.final
122
+ class LabelsEntry(google.protobuf.message.Message):
123
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
124
+
125
+ KEY_FIELD_NUMBER: builtins.int
126
+ VALUE_FIELD_NUMBER: builtins.int
127
+ key: builtins.str
128
+ value: builtins.str
129
+ def __init__(
130
+ self,
131
+ *,
132
+ key: builtins.str = ...,
133
+ value: builtins.str = ...,
134
+ ) -> None: ...
135
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
136
+
137
+ FOLDER_ID_FIELD_NUMBER: builtins.int
138
+ NAME_FIELD_NUMBER: builtins.int
139
+ DESCRIPTION_FIELD_NUMBER: builtins.int
140
+ LABELS_FIELD_NUMBER: builtins.int
141
+ ENVIRONMENT_FIELD_NUMBER: builtins.int
142
+ CONFIG_SPEC_FIELD_NUMBER: builtins.int
143
+ DATABASE_SPECS_FIELD_NUMBER: builtins.int
144
+ USER_SPECS_FIELD_NUMBER: builtins.int
145
+ HOST_SPECS_FIELD_NUMBER: builtins.int
146
+ NETWORK_ID_FIELD_NUMBER: builtins.int
147
+ SHARD_NAME_FIELD_NUMBER: builtins.int
148
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
149
+ SECURITY_GROUP_IDS_FIELD_NUMBER: builtins.int
150
+ DELETION_PROTECTION_FIELD_NUMBER: builtins.int
151
+ MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
152
+ folder_id: builtins.str
153
+ """ID of the folder to create the ClickHouse cluster in."""
154
+ name: builtins.str
155
+ """Name of the ClickHouse cluster. The name must be unique within the folder."""
156
+ description: builtins.str
157
+ """Description of the ClickHouse cluster."""
158
+ environment: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Cluster.Environment.ValueType
159
+ """Deployment environment of the ClickHouse cluster."""
160
+ network_id: builtins.str
161
+ """ID of the network to create the cluster in."""
162
+ shard_name: builtins.str
163
+ """Name of the first shard in cluster. If not set, defaults to the value 'shard1'."""
164
+ service_account_id: builtins.str
165
+ """ID of the service account used for access to Object Storage."""
166
+ deletion_protection: builtins.bool
167
+ """Deletion Protection inhibits deletion of the cluster"""
168
+ @property
169
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
170
+ """Custom labels for the ClickHouse cluster as `key:value` pairs. Maximum 64 per resource.
171
+ For example, "project": "mvp" or "source": "dictionary".
172
+ """
173
+
174
+ @property
175
+ def config_spec(self) -> global___ConfigSpec:
176
+ """Configuration and resources for hosts that should be created for the ClickHouse cluster."""
177
+
178
+ @property
179
+ def database_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.database_pb2.DatabaseSpec]:
180
+ """Descriptions of databases to be created in the ClickHouse cluster."""
181
+
182
+ @property
183
+ def user_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.user_pb2.UserSpec]:
184
+ """Descriptions of database users to be created in the ClickHouse cluster."""
185
+
186
+ @property
187
+ def host_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HostSpec]:
188
+ """Individual configurations for hosts that should be created for the ClickHouse cluster."""
189
+
190
+ @property
191
+ def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
192
+ """User security groups"""
193
+
194
+ @property
195
+ def maintenance_window(self) -> yandex.cloud.mdb.clickhouse.v1.maintenance_pb2.MaintenanceWindow:
196
+ """Window of maintenance operations."""
197
+
198
+ def __init__(
199
+ self,
200
+ *,
201
+ folder_id: builtins.str = ...,
202
+ name: builtins.str = ...,
203
+ description: builtins.str = ...,
204
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
205
+ environment: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Cluster.Environment.ValueType = ...,
206
+ config_spec: global___ConfigSpec | None = ...,
207
+ database_specs: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.database_pb2.DatabaseSpec] | None = ...,
208
+ user_specs: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.user_pb2.UserSpec] | None = ...,
209
+ host_specs: collections.abc.Iterable[global___HostSpec] | None = ...,
210
+ network_id: builtins.str = ...,
211
+ shard_name: builtins.str = ...,
212
+ service_account_id: builtins.str = ...,
213
+ security_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
214
+ deletion_protection: builtins.bool = ...,
215
+ maintenance_window: yandex.cloud.mdb.clickhouse.v1.maintenance_pb2.MaintenanceWindow | None = ...,
216
+ ) -> None: ...
217
+ def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "maintenance_window", b"maintenance_window"]) -> builtins.bool: ...
218
+ def ClearField(self, field_name: typing.Literal["config_spec", b"config_spec", "database_specs", b"database_specs", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "maintenance_window", b"maintenance_window", "name", b"name", "network_id", b"network_id", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id", "shard_name", b"shard_name", "user_specs", b"user_specs"]) -> None: ...
219
+
220
+ global___CreateClusterRequest = CreateClusterRequest
221
+
222
+ @typing.final
223
+ class CreateClusterMetadata(google.protobuf.message.Message):
224
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
225
+
226
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
227
+ cluster_id: builtins.str
228
+ """ID of the ClickHouse cluster that is being created."""
229
+ def __init__(
230
+ self,
231
+ *,
232
+ cluster_id: builtins.str = ...,
233
+ ) -> None: ...
234
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
235
+
236
+ global___CreateClusterMetadata = CreateClusterMetadata
237
+
238
+ @typing.final
239
+ class UpdateClusterRequest(google.protobuf.message.Message):
240
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
241
+
242
+ @typing.final
243
+ class LabelsEntry(google.protobuf.message.Message):
244
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
245
+
246
+ KEY_FIELD_NUMBER: builtins.int
247
+ VALUE_FIELD_NUMBER: builtins.int
248
+ key: builtins.str
249
+ value: builtins.str
250
+ def __init__(
251
+ self,
252
+ *,
253
+ key: builtins.str = ...,
254
+ value: builtins.str = ...,
255
+ ) -> None: ...
256
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
257
+
258
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
259
+ UPDATE_MASK_FIELD_NUMBER: builtins.int
260
+ DESCRIPTION_FIELD_NUMBER: builtins.int
261
+ LABELS_FIELD_NUMBER: builtins.int
262
+ CONFIG_SPEC_FIELD_NUMBER: builtins.int
263
+ NAME_FIELD_NUMBER: builtins.int
264
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
265
+ MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
266
+ SECURITY_GROUP_IDS_FIELD_NUMBER: builtins.int
267
+ DELETION_PROTECTION_FIELD_NUMBER: builtins.int
268
+ cluster_id: builtins.str
269
+ """ID of the ClickHouse Cluster resource to update.
270
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
271
+ """
272
+ description: builtins.str
273
+ """New description of the ClickHouse cluster."""
274
+ name: builtins.str
275
+ """New name for the cluster."""
276
+ service_account_id: builtins.str
277
+ """ID of the service account used for access to Object Storage."""
278
+ deletion_protection: builtins.bool
279
+ """Deletion Protection inhibits deletion of the cluster"""
280
+ @property
281
+ def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
282
+ """Field mask that specifies which fields of the ClickHouse Cluster resource should be updated."""
283
+
284
+ @property
285
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
286
+ """Custom labels for the ClickHouse cluster as `key:value` pairs. Maximum 64 per resource.
287
+ For example, "project": "mvp" or "source": "dictionary".
288
+
289
+ The new set of labels will completely replace the old ones. To add a label, request the current
290
+ set with the [ClusterService.Get] method, then send an [ClusterService.Update] request with the new label added to the set.
291
+ """
292
+
293
+ @property
294
+ def config_spec(self) -> global___ConfigSpec:
295
+ """New configuration and resources for hosts in the cluster."""
296
+
297
+ @property
298
+ def maintenance_window(self) -> yandex.cloud.mdb.clickhouse.v1.maintenance_pb2.MaintenanceWindow:
299
+ """New maintenance window settings for the cluster."""
300
+
301
+ @property
302
+ def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
303
+ """User security groups"""
304
+
305
+ def __init__(
306
+ self,
307
+ *,
308
+ cluster_id: builtins.str = ...,
309
+ update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
310
+ description: builtins.str = ...,
311
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
312
+ config_spec: global___ConfigSpec | None = ...,
313
+ name: builtins.str = ...,
314
+ service_account_id: builtins.str = ...,
315
+ maintenance_window: yandex.cloud.mdb.clickhouse.v1.maintenance_pb2.MaintenanceWindow | None = ...,
316
+ security_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
317
+ deletion_protection: builtins.bool = ...,
318
+ ) -> None: ...
319
+ def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "maintenance_window", b"maintenance_window", "update_mask", b"update_mask"]) -> builtins.bool: ...
320
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "labels", b"labels", "maintenance_window", b"maintenance_window", "name", b"name", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id", "update_mask", b"update_mask"]) -> None: ...
321
+
322
+ global___UpdateClusterRequest = UpdateClusterRequest
323
+
324
+ @typing.final
325
+ class UpdateClusterMetadata(google.protobuf.message.Message):
326
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
327
+
328
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
329
+ cluster_id: builtins.str
330
+ """ID of the ClickHouse Cluster resource that is being updated."""
331
+ def __init__(
332
+ self,
333
+ *,
334
+ cluster_id: builtins.str = ...,
335
+ ) -> None: ...
336
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
337
+
338
+ global___UpdateClusterMetadata = UpdateClusterMetadata
339
+
340
+ @typing.final
341
+ class DeleteClusterRequest(google.protobuf.message.Message):
342
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
343
+
344
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
345
+ cluster_id: builtins.str
346
+ """ID of the ClickHouse cluster to delete.
347
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
348
+ """
349
+ def __init__(
350
+ self,
351
+ *,
352
+ cluster_id: builtins.str = ...,
353
+ ) -> None: ...
354
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
355
+
356
+ global___DeleteClusterRequest = DeleteClusterRequest
357
+
358
+ @typing.final
359
+ class DeleteClusterMetadata(google.protobuf.message.Message):
360
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
361
+
362
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
363
+ cluster_id: builtins.str
364
+ """ID of the ClickHouse cluster that is being deleted."""
365
+ def __init__(
366
+ self,
367
+ *,
368
+ cluster_id: builtins.str = ...,
369
+ ) -> None: ...
370
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
371
+
372
+ global___DeleteClusterMetadata = DeleteClusterMetadata
373
+
374
+ @typing.final
375
+ class StartClusterRequest(google.protobuf.message.Message):
376
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
377
+
378
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
379
+ cluster_id: builtins.str
380
+ """ID of the ClickHouse cluster to start."""
381
+ def __init__(
382
+ self,
383
+ *,
384
+ cluster_id: builtins.str = ...,
385
+ ) -> None: ...
386
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
387
+
388
+ global___StartClusterRequest = StartClusterRequest
389
+
390
+ @typing.final
391
+ class StartClusterMetadata(google.protobuf.message.Message):
392
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
393
+
394
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
395
+ cluster_id: builtins.str
396
+ """ID of the ClickHouse cluster being started."""
397
+ def __init__(
398
+ self,
399
+ *,
400
+ cluster_id: builtins.str = ...,
401
+ ) -> None: ...
402
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
403
+
404
+ global___StartClusterMetadata = StartClusterMetadata
405
+
406
+ @typing.final
407
+ class StopClusterRequest(google.protobuf.message.Message):
408
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
409
+
410
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
411
+ cluster_id: builtins.str
412
+ """ID of the ClickHouse cluster to stop."""
413
+ def __init__(
414
+ self,
415
+ *,
416
+ cluster_id: builtins.str = ...,
417
+ ) -> None: ...
418
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
419
+
420
+ global___StopClusterRequest = StopClusterRequest
421
+
422
+ @typing.final
423
+ class StopClusterMetadata(google.protobuf.message.Message):
424
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
425
+
426
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
427
+ cluster_id: builtins.str
428
+ """ID of the ClickHouse cluster being stopped."""
429
+ def __init__(
430
+ self,
431
+ *,
432
+ cluster_id: builtins.str = ...,
433
+ ) -> None: ...
434
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
435
+
436
+ global___StopClusterMetadata = StopClusterMetadata
437
+
438
+ @typing.final
439
+ class MoveClusterRequest(google.protobuf.message.Message):
440
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
441
+
442
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
443
+ DESTINATION_FOLDER_ID_FIELD_NUMBER: builtins.int
444
+ cluster_id: builtins.str
445
+ """ID of the ClickHouse cluster to move."""
446
+ destination_folder_id: builtins.str
447
+ """ID of the destination folder."""
448
+ def __init__(
449
+ self,
450
+ *,
451
+ cluster_id: builtins.str = ...,
452
+ destination_folder_id: builtins.str = ...,
453
+ ) -> None: ...
454
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "destination_folder_id", b"destination_folder_id"]) -> None: ...
455
+
456
+ global___MoveClusterRequest = MoveClusterRequest
457
+
458
+ @typing.final
459
+ class MoveClusterMetadata(google.protobuf.message.Message):
460
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
461
+
462
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
463
+ SOURCE_FOLDER_ID_FIELD_NUMBER: builtins.int
464
+ DESTINATION_FOLDER_ID_FIELD_NUMBER: builtins.int
465
+ cluster_id: builtins.str
466
+ """ID of the ClickHouse cluster being moved."""
467
+ source_folder_id: builtins.str
468
+ """ID of the source folder."""
469
+ destination_folder_id: builtins.str
470
+ """ID of the destination folder."""
471
+ def __init__(
472
+ self,
473
+ *,
474
+ cluster_id: builtins.str = ...,
475
+ source_folder_id: builtins.str = ...,
476
+ destination_folder_id: builtins.str = ...,
477
+ ) -> None: ...
478
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "destination_folder_id", b"destination_folder_id", "source_folder_id", b"source_folder_id"]) -> None: ...
479
+
480
+ global___MoveClusterMetadata = MoveClusterMetadata
481
+
482
+ @typing.final
483
+ class AddClusterZookeeperRequest(google.protobuf.message.Message):
484
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
485
+
486
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
487
+ RESOURCES_FIELD_NUMBER: builtins.int
488
+ HOST_SPECS_FIELD_NUMBER: builtins.int
489
+ CONVERT_TABLES_TO_REPLICATED_FIELD_NUMBER: builtins.int
490
+ cluster_id: builtins.str
491
+ """ID of the ClickHouse cluster to modify."""
492
+ @property
493
+ def resources(self) -> yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources:
494
+ """Resources allocated to Zookeeper hosts."""
495
+
496
+ @property
497
+ def host_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HostSpec]:
498
+ """Configuration of ZooKeeper hosts."""
499
+
500
+ @property
501
+ def convert_tables_to_replicated(self) -> google.protobuf.wrappers_pb2.BoolValue:
502
+ """Enable automatic convertation of non-replicated MergeTree tables to replicated ones."""
503
+
504
+ def __init__(
505
+ self,
506
+ *,
507
+ cluster_id: builtins.str = ...,
508
+ resources: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources | None = ...,
509
+ host_specs: collections.abc.Iterable[global___HostSpec] | None = ...,
510
+ convert_tables_to_replicated: google.protobuf.wrappers_pb2.BoolValue | None = ...,
511
+ ) -> None: ...
512
+ def HasField(self, field_name: typing.Literal["convert_tables_to_replicated", b"convert_tables_to_replicated", "resources", b"resources"]) -> builtins.bool: ...
513
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "convert_tables_to_replicated", b"convert_tables_to_replicated", "host_specs", b"host_specs", "resources", b"resources"]) -> None: ...
514
+
515
+ global___AddClusterZookeeperRequest = AddClusterZookeeperRequest
516
+
517
+ @typing.final
518
+ class AddClusterZookeeperMetadata(google.protobuf.message.Message):
519
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
520
+
521
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
522
+ cluster_id: builtins.str
523
+ """ID of the ClickHouse cluster."""
524
+ def __init__(
525
+ self,
526
+ *,
527
+ cluster_id: builtins.str = ...,
528
+ ) -> None: ...
529
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
530
+
531
+ global___AddClusterZookeeperMetadata = AddClusterZookeeperMetadata
532
+
533
+ @typing.final
534
+ class BackupClusterRequest(google.protobuf.message.Message):
535
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
536
+
537
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
538
+ cluster_id: builtins.str
539
+ """ID of the ClickHouse cluster to back up.
540
+ To get the ClickHouse cluster ID use a [ClusterService.List] request.
541
+ """
542
+ def __init__(
543
+ self,
544
+ *,
545
+ cluster_id: builtins.str = ...,
546
+ ) -> None: ...
547
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
548
+
549
+ global___BackupClusterRequest = BackupClusterRequest
550
+
551
+ @typing.final
552
+ class BackupClusterMetadata(google.protobuf.message.Message):
553
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
554
+
555
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
556
+ cluster_id: builtins.str
557
+ """ID of the ClickHouse cluster that is being backed up."""
558
+ def __init__(
559
+ self,
560
+ *,
561
+ cluster_id: builtins.str = ...,
562
+ ) -> None: ...
563
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
564
+
565
+ global___BackupClusterMetadata = BackupClusterMetadata
566
+
567
+ @typing.final
568
+ class RestoreClusterRequest(google.protobuf.message.Message):
569
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
570
+
571
+ @typing.final
572
+ class LabelsEntry(google.protobuf.message.Message):
573
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
574
+
575
+ KEY_FIELD_NUMBER: builtins.int
576
+ VALUE_FIELD_NUMBER: builtins.int
577
+ key: builtins.str
578
+ value: builtins.str
579
+ def __init__(
580
+ self,
581
+ *,
582
+ key: builtins.str = ...,
583
+ value: builtins.str = ...,
584
+ ) -> None: ...
585
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
586
+
587
+ BACKUP_ID_FIELD_NUMBER: builtins.int
588
+ ADDITIONAL_BACKUP_IDS_FIELD_NUMBER: builtins.int
589
+ NAME_FIELD_NUMBER: builtins.int
590
+ DESCRIPTION_FIELD_NUMBER: builtins.int
591
+ LABELS_FIELD_NUMBER: builtins.int
592
+ ENVIRONMENT_FIELD_NUMBER: builtins.int
593
+ CONFIG_SPEC_FIELD_NUMBER: builtins.int
594
+ HOST_SPECS_FIELD_NUMBER: builtins.int
595
+ NETWORK_ID_FIELD_NUMBER: builtins.int
596
+ FOLDER_ID_FIELD_NUMBER: builtins.int
597
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
598
+ SECURITY_GROUP_IDS_FIELD_NUMBER: builtins.int
599
+ DELETION_PROTECTION_FIELD_NUMBER: builtins.int
600
+ backup_id: builtins.str
601
+ """ID of the backup to restore from. This backup will be used to create one cluster shard.
602
+ To get the backup ID, use a [ClusterService.ListBackups] request.
603
+ """
604
+ name: builtins.str
605
+ """Name of the new ClickHouse cluster. The name must be unique within the folder."""
606
+ description: builtins.str
607
+ """Description of the new ClickHouse cluster."""
608
+ environment: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Cluster.Environment.ValueType
609
+ """Deployment environment of the new ClickHouse cluster."""
610
+ network_id: builtins.str
611
+ """ID of the network to create the ClickHouse cluster in."""
612
+ folder_id: builtins.str
613
+ """ID of the folder to create the ClickHouse cluster in."""
614
+ service_account_id: builtins.str
615
+ """ID of the service account used for access to Object Storage."""
616
+ deletion_protection: builtins.bool
617
+ """Deletion Protection inhibits deletion of the cluster"""
618
+ @property
619
+ def additional_backup_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
620
+ """Additional IDs of the backups to restore from.
621
+ Each additional backup is responsible for restoring separate shard.
622
+ Restored cluster will have len(additional_backup_ids)+1 shards in total.
623
+ To get the backup ID, use a [ClusterService.ListBackups] request.
624
+ """
625
+
626
+ @property
627
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
628
+ """Custom labels for the ClickHouse cluster as `key:value` pairs. Maximum 64 per resource.
629
+ For example, "project": "mvp" or "source": "dictionary".
630
+ """
631
+
632
+ @property
633
+ def config_spec(self) -> global___ConfigSpec:
634
+ """Configuration for the ClickHouse cluster to be created."""
635
+
636
+ @property
637
+ def host_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HostSpec]:
638
+ """Configurations for ClickHouse hosts that should be created for
639
+ the cluster that is being created from the backup.
640
+ """
641
+
642
+ @property
643
+ def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
644
+ """User security groups"""
645
+
646
+ def __init__(
647
+ self,
648
+ *,
649
+ backup_id: builtins.str = ...,
650
+ additional_backup_ids: collections.abc.Iterable[builtins.str] | None = ...,
651
+ name: builtins.str = ...,
652
+ description: builtins.str = ...,
653
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
654
+ environment: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Cluster.Environment.ValueType = ...,
655
+ config_spec: global___ConfigSpec | None = ...,
656
+ host_specs: collections.abc.Iterable[global___HostSpec] | None = ...,
657
+ network_id: builtins.str = ...,
658
+ folder_id: builtins.str = ...,
659
+ service_account_id: builtins.str = ...,
660
+ security_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
661
+ deletion_protection: builtins.bool = ...,
662
+ ) -> None: ...
663
+ def HasField(self, field_name: typing.Literal["config_spec", b"config_spec"]) -> builtins.bool: ...
664
+ def ClearField(self, field_name: typing.Literal["additional_backup_ids", b"additional_backup_ids", "backup_id", b"backup_id", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "host_specs", b"host_specs", "labels", b"labels", "name", b"name", "network_id", b"network_id", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id"]) -> None: ...
665
+
666
+ global___RestoreClusterRequest = RestoreClusterRequest
667
+
668
+ @typing.final
669
+ class RestoreClusterMetadata(google.protobuf.message.Message):
670
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
671
+
672
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
673
+ BACKUP_ID_FIELD_NUMBER: builtins.int
674
+ cluster_id: builtins.str
675
+ """ID of the new ClickHouse cluster that is being created from a backup."""
676
+ backup_id: builtins.str
677
+ """ID of the backup that is being used for creating a cluster."""
678
+ def __init__(
679
+ self,
680
+ *,
681
+ cluster_id: builtins.str = ...,
682
+ backup_id: builtins.str = ...,
683
+ ) -> None: ...
684
+ def ClearField(self, field_name: typing.Literal["backup_id", b"backup_id", "cluster_id", b"cluster_id"]) -> None: ...
685
+
686
+ global___RestoreClusterMetadata = RestoreClusterMetadata
687
+
688
+ @typing.final
689
+ class RescheduleMaintenanceRequest(google.protobuf.message.Message):
690
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
691
+
692
+ class _RescheduleType:
693
+ ValueType = typing.NewType("ValueType", builtins.int)
694
+ V: typing_extensions.TypeAlias = ValueType
695
+
696
+ class _RescheduleTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[RescheduleMaintenanceRequest._RescheduleType.ValueType], builtins.type):
697
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
698
+ RESCHEDULE_TYPE_UNSPECIFIED: RescheduleMaintenanceRequest._RescheduleType.ValueType # 0
699
+ IMMEDIATE: RescheduleMaintenanceRequest._RescheduleType.ValueType # 1
700
+ """Start the maintenance operation immediately."""
701
+ NEXT_AVAILABLE_WINDOW: RescheduleMaintenanceRequest._RescheduleType.ValueType # 2
702
+ """Start the maintenance operation within the next available maintenance window."""
703
+ SPECIFIC_TIME: RescheduleMaintenanceRequest._RescheduleType.ValueType # 3
704
+ """Start the maintenance operation at the specific time."""
705
+
706
+ class RescheduleType(_RescheduleType, metaclass=_RescheduleTypeEnumTypeWrapper): ...
707
+ RESCHEDULE_TYPE_UNSPECIFIED: RescheduleMaintenanceRequest.RescheduleType.ValueType # 0
708
+ IMMEDIATE: RescheduleMaintenanceRequest.RescheduleType.ValueType # 1
709
+ """Start the maintenance operation immediately."""
710
+ NEXT_AVAILABLE_WINDOW: RescheduleMaintenanceRequest.RescheduleType.ValueType # 2
711
+ """Start the maintenance operation within the next available maintenance window."""
712
+ SPECIFIC_TIME: RescheduleMaintenanceRequest.RescheduleType.ValueType # 3
713
+ """Start the maintenance operation at the specific time."""
714
+
715
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
716
+ RESCHEDULE_TYPE_FIELD_NUMBER: builtins.int
717
+ DELAYED_UNTIL_FIELD_NUMBER: builtins.int
718
+ cluster_id: builtins.str
719
+ """ID of the ClickHouse cluster to reschedule the maintenance operation for."""
720
+ reschedule_type: global___RescheduleMaintenanceRequest.RescheduleType.ValueType
721
+ """The type of reschedule request."""
722
+ @property
723
+ def delayed_until(self) -> google.protobuf.timestamp_pb2.Timestamp:
724
+ """The time until which this maintenance operation should be delayed. The value should be ahead of the first time when the maintenance operation has been scheduled for no more than two weeks. The value can also point to the past moment of time if [reschedule_type.IMMEDIATE] reschedule type is chosen."""
725
+
726
+ def __init__(
727
+ self,
728
+ *,
729
+ cluster_id: builtins.str = ...,
730
+ reschedule_type: global___RescheduleMaintenanceRequest.RescheduleType.ValueType = ...,
731
+ delayed_until: google.protobuf.timestamp_pb2.Timestamp | None = ...,
732
+ ) -> None: ...
733
+ def HasField(self, field_name: typing.Literal["delayed_until", b"delayed_until"]) -> builtins.bool: ...
734
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "delayed_until", b"delayed_until", "reschedule_type", b"reschedule_type"]) -> None: ...
735
+
736
+ global___RescheduleMaintenanceRequest = RescheduleMaintenanceRequest
737
+
738
+ @typing.final
739
+ class RescheduleMaintenanceMetadata(google.protobuf.message.Message):
740
+ """Rescheduled maintenance operation metadata."""
741
+
742
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
743
+
744
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
745
+ DELAYED_UNTIL_FIELD_NUMBER: builtins.int
746
+ cluster_id: builtins.str
747
+ """Required. ID of the ClickHouse cluster."""
748
+ @property
749
+ def delayed_until(self) -> google.protobuf.timestamp_pb2.Timestamp:
750
+ """Required. The time until which this maintenance operation is to be delayed."""
751
+
752
+ def __init__(
753
+ self,
754
+ *,
755
+ cluster_id: builtins.str = ...,
756
+ delayed_until: google.protobuf.timestamp_pb2.Timestamp | None = ...,
757
+ ) -> None: ...
758
+ def HasField(self, field_name: typing.Literal["delayed_until", b"delayed_until"]) -> builtins.bool: ...
759
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "delayed_until", b"delayed_until"]) -> None: ...
760
+
761
+ global___RescheduleMaintenanceMetadata = RescheduleMaintenanceMetadata
762
+
763
+ @typing.final
764
+ class LogRecord(google.protobuf.message.Message):
765
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
766
+
767
+ @typing.final
768
+ class MessageEntry(google.protobuf.message.Message):
769
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
770
+
771
+ KEY_FIELD_NUMBER: builtins.int
772
+ VALUE_FIELD_NUMBER: builtins.int
773
+ key: builtins.str
774
+ value: builtins.str
775
+ def __init__(
776
+ self,
777
+ *,
778
+ key: builtins.str = ...,
779
+ value: builtins.str = ...,
780
+ ) -> None: ...
781
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
782
+
783
+ TIMESTAMP_FIELD_NUMBER: builtins.int
784
+ MESSAGE_FIELD_NUMBER: builtins.int
785
+ @property
786
+ def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp:
787
+ """Log record timestamp in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."""
788
+
789
+ @property
790
+ def message(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
791
+ """Contents of the log record."""
792
+
793
+ def __init__(
794
+ self,
795
+ *,
796
+ timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
797
+ message: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
798
+ ) -> None: ...
799
+ def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
800
+ def ClearField(self, field_name: typing.Literal["message", b"message", "timestamp", b"timestamp"]) -> None: ...
801
+
802
+ global___LogRecord = LogRecord
803
+
804
+ @typing.final
805
+ class ListClusterLogsRequest(google.protobuf.message.Message):
806
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
807
+
808
+ class _ServiceType:
809
+ ValueType = typing.NewType("ValueType", builtins.int)
810
+ V: typing_extensions.TypeAlias = ValueType
811
+
812
+ class _ServiceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ListClusterLogsRequest._ServiceType.ValueType], builtins.type):
813
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
814
+ SERVICE_TYPE_UNSPECIFIED: ListClusterLogsRequest._ServiceType.ValueType # 0
815
+ CLICKHOUSE: ListClusterLogsRequest._ServiceType.ValueType # 1
816
+ """Logs of ClickHouse activity."""
817
+
818
+ class ServiceType(_ServiceType, metaclass=_ServiceTypeEnumTypeWrapper): ...
819
+ SERVICE_TYPE_UNSPECIFIED: ListClusterLogsRequest.ServiceType.ValueType # 0
820
+ CLICKHOUSE: ListClusterLogsRequest.ServiceType.ValueType # 1
821
+ """Logs of ClickHouse activity."""
822
+
823
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
824
+ COLUMN_FILTER_FIELD_NUMBER: builtins.int
825
+ SERVICE_TYPE_FIELD_NUMBER: builtins.int
826
+ FROM_TIME_FIELD_NUMBER: builtins.int
827
+ TO_TIME_FIELD_NUMBER: builtins.int
828
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
829
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
830
+ cluster_id: builtins.str
831
+ """ID of the ClickHouse cluster to request logs for.
832
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
833
+ """
834
+ service_type: global___ListClusterLogsRequest.ServiceType.ValueType
835
+ """Type of the service to request logs about."""
836
+ page_size: builtins.int
837
+ """The maximum number of results per page to return. If the number of available
838
+ results is larger than [page_size], the service returns a [ListClusterLogsResponse.next_page_token]
839
+ that can be used to get the next page of results in subsequent list requests.
840
+ """
841
+ page_token: builtins.str
842
+ """Page token. To get the next page of results, set [page_token] to the [ListClusterLogsResponse.next_page_token]
843
+ returned by the previous list request.
844
+ """
845
+ @property
846
+ def column_filter(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
847
+ """Columns from logs table to request.
848
+ If no columns are specified, entire log records are returned.
849
+ """
850
+
851
+ @property
852
+ def from_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
853
+ """Start timestamp for the logs request, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."""
854
+
855
+ @property
856
+ def to_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
857
+ """End timestamp for the logs request, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."""
858
+
859
+ def __init__(
860
+ self,
861
+ *,
862
+ cluster_id: builtins.str = ...,
863
+ column_filter: collections.abc.Iterable[builtins.str] | None = ...,
864
+ service_type: global___ListClusterLogsRequest.ServiceType.ValueType = ...,
865
+ from_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
866
+ to_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
867
+ page_size: builtins.int = ...,
868
+ page_token: builtins.str = ...,
869
+ ) -> None: ...
870
+ def HasField(self, field_name: typing.Literal["from_time", b"from_time", "to_time", b"to_time"]) -> builtins.bool: ...
871
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "column_filter", b"column_filter", "from_time", b"from_time", "page_size", b"page_size", "page_token", b"page_token", "service_type", b"service_type", "to_time", b"to_time"]) -> None: ...
872
+
873
+ global___ListClusterLogsRequest = ListClusterLogsRequest
874
+
875
+ @typing.final
876
+ class ListClusterLogsResponse(google.protobuf.message.Message):
877
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
878
+
879
+ LOGS_FIELD_NUMBER: builtins.int
880
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
881
+ next_page_token: builtins.str
882
+ """This token allows you to get the next page of results for list requests. If the number of results
883
+ is larger than [ListClusterLogsRequest.page_size], use the [next_page_token] as the value
884
+ for the [ListClusterLogsRequest.page_token] query parameter in the next list request.
885
+ Each subsequent list request will have its own [next_page_token] to continue paging through the results.
886
+ This value is interchangeable with the [StreamLogRecord.next_record_token] from StreamLogs method.
887
+ """
888
+ @property
889
+ def logs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___LogRecord]:
890
+ """Requested log records."""
891
+
892
+ def __init__(
893
+ self,
894
+ *,
895
+ logs: collections.abc.Iterable[global___LogRecord] | None = ...,
896
+ next_page_token: builtins.str = ...,
897
+ ) -> None: ...
898
+ def ClearField(self, field_name: typing.Literal["logs", b"logs", "next_page_token", b"next_page_token"]) -> None: ...
899
+
900
+ global___ListClusterLogsResponse = ListClusterLogsResponse
901
+
902
+ @typing.final
903
+ class StreamLogRecord(google.protobuf.message.Message):
904
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
905
+
906
+ RECORD_FIELD_NUMBER: builtins.int
907
+ NEXT_RECORD_TOKEN_FIELD_NUMBER: builtins.int
908
+ next_record_token: builtins.str
909
+ """This token allows you to continue streaming logs starting from the exact
910
+ same record. To continue streaming, specify value of [next_record_token[
911
+ as value for the [StreamClusterLogsRequest.record_token] parameter in the next StreamLogs request.
912
+ This value is interchangeable with the [ListClusterLogsResponse.next_page_token] from ListLogs method.
913
+ """
914
+ @property
915
+ def record(self) -> global___LogRecord:
916
+ """One of the requested log records."""
917
+
918
+ def __init__(
919
+ self,
920
+ *,
921
+ record: global___LogRecord | None = ...,
922
+ next_record_token: builtins.str = ...,
923
+ ) -> None: ...
924
+ def HasField(self, field_name: typing.Literal["record", b"record"]) -> builtins.bool: ...
925
+ def ClearField(self, field_name: typing.Literal["next_record_token", b"next_record_token", "record", b"record"]) -> None: ...
926
+
927
+ global___StreamLogRecord = StreamLogRecord
928
+
929
+ @typing.final
930
+ class StreamClusterLogsRequest(google.protobuf.message.Message):
931
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
932
+
933
+ class _ServiceType:
934
+ ValueType = typing.NewType("ValueType", builtins.int)
935
+ V: typing_extensions.TypeAlias = ValueType
936
+
937
+ class _ServiceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[StreamClusterLogsRequest._ServiceType.ValueType], builtins.type):
938
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
939
+ SERVICE_TYPE_UNSPECIFIED: StreamClusterLogsRequest._ServiceType.ValueType # 0
940
+ CLICKHOUSE: StreamClusterLogsRequest._ServiceType.ValueType # 1
941
+ """Logs of ClickHouse activity."""
942
+
943
+ class ServiceType(_ServiceType, metaclass=_ServiceTypeEnumTypeWrapper): ...
944
+ SERVICE_TYPE_UNSPECIFIED: StreamClusterLogsRequest.ServiceType.ValueType # 0
945
+ CLICKHOUSE: StreamClusterLogsRequest.ServiceType.ValueType # 1
946
+ """Logs of ClickHouse activity."""
947
+
948
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
949
+ COLUMN_FILTER_FIELD_NUMBER: builtins.int
950
+ SERVICE_TYPE_FIELD_NUMBER: builtins.int
951
+ FROM_TIME_FIELD_NUMBER: builtins.int
952
+ TO_TIME_FIELD_NUMBER: builtins.int
953
+ RECORD_TOKEN_FIELD_NUMBER: builtins.int
954
+ FILTER_FIELD_NUMBER: builtins.int
955
+ cluster_id: builtins.str
956
+ """Required. ID of the ClickHouse cluster."""
957
+ service_type: global___StreamClusterLogsRequest.ServiceType.ValueType
958
+ record_token: builtins.str
959
+ """Record token. Set [record_token] to the [StreamLogRecord.next_record_token] returned by a previous StreamLogs
960
+ request to start streaming from next log record.
961
+ """
962
+ filter: builtins.str
963
+ """A filter expression that filters resources listed in the response.
964
+ The expression must specify:
965
+ 1. The field name. Currently filtering can be applied to the [LogRecord.logs.message.hostname], [LogRecord.logs.message.severity] fields.
966
+ 2. An `=` operator.
967
+ 3. The value in double quotes (`"`). Must be 1-63 characters long and match the regular expression `[a-z0-9.-]{1,61}`.
968
+ Examples of a filter:
969
+ - `message.hostname='node1.db.cloud.yandex.net'`
970
+ - `message.severity IN ('Error', 'Fatal') AND message.hostname != 'node2.db.cloud.yandex.net'`.
971
+ """
972
+ @property
973
+ def column_filter(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
974
+ """Columns from logs table to get in the response."""
975
+
976
+ @property
977
+ def from_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
978
+ """Start timestamp for the logs request."""
979
+
980
+ @property
981
+ def to_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
982
+ """End timestamp for the logs request.
983
+ If this field is not set, all existing logs will be sent and then the new ones as
984
+ they appear. In essence it has `tail -f` semantics.
985
+ """
986
+
987
+ def __init__(
988
+ self,
989
+ *,
990
+ cluster_id: builtins.str = ...,
991
+ column_filter: collections.abc.Iterable[builtins.str] | None = ...,
992
+ service_type: global___StreamClusterLogsRequest.ServiceType.ValueType = ...,
993
+ from_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
994
+ to_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
995
+ record_token: builtins.str = ...,
996
+ filter: builtins.str = ...,
997
+ ) -> None: ...
998
+ def HasField(self, field_name: typing.Literal["from_time", b"from_time", "to_time", b"to_time"]) -> builtins.bool: ...
999
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "column_filter", b"column_filter", "filter", b"filter", "from_time", b"from_time", "record_token", b"record_token", "service_type", b"service_type", "to_time", b"to_time"]) -> None: ...
1000
+
1001
+ global___StreamClusterLogsRequest = StreamClusterLogsRequest
1002
+
1003
+ @typing.final
1004
+ class ListClusterOperationsRequest(google.protobuf.message.Message):
1005
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1006
+
1007
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1008
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
1009
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
1010
+ cluster_id: builtins.str
1011
+ """ID of the ClickHouse Cluster resource to list operations for."""
1012
+ page_size: builtins.int
1013
+ """The maximum number of results per page to return. If the number of available
1014
+ results is larger than [page_size], the service returns a [ListClusterOperationsResponse.next_page_token]
1015
+ that can be used to get the next page of results in subsequent list requests.
1016
+ """
1017
+ page_token: builtins.str
1018
+ """Page token. To get the next page of results, set [page_token] to the [ListClusterOperationsResponse.next_page_token]
1019
+ returned by the previous list request.
1020
+ """
1021
+ def __init__(
1022
+ self,
1023
+ *,
1024
+ cluster_id: builtins.str = ...,
1025
+ page_size: builtins.int = ...,
1026
+ page_token: builtins.str = ...,
1027
+ ) -> None: ...
1028
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
1029
+
1030
+ global___ListClusterOperationsRequest = ListClusterOperationsRequest
1031
+
1032
+ @typing.final
1033
+ class ListClusterOperationsResponse(google.protobuf.message.Message):
1034
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1035
+
1036
+ OPERATIONS_FIELD_NUMBER: builtins.int
1037
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
1038
+ next_page_token: builtins.str
1039
+ """This token allows you to get the next page of results for list requests. If the number of results
1040
+ is larger than [ListClusterOperationsRequest.page_size], use the [next_page_token] as the value
1041
+ for the [ListClusterOperationsRequest.page_token] query parameter in the next list request.
1042
+ Each subsequent list request will have its own [next_page_token] to continue paging through the results.
1043
+ """
1044
+ @property
1045
+ def operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.operation.operation_pb2.Operation]:
1046
+ """List of Operation resources for the specified ClickHouse cluster."""
1047
+
1048
+ def __init__(
1049
+ self,
1050
+ *,
1051
+ operations: collections.abc.Iterable[yandex.cloud.operation.operation_pb2.Operation] | None = ...,
1052
+ next_page_token: builtins.str = ...,
1053
+ ) -> None: ...
1054
+ def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "operations", b"operations"]) -> None: ...
1055
+
1056
+ global___ListClusterOperationsResponse = ListClusterOperationsResponse
1057
+
1058
+ @typing.final
1059
+ class ListClusterBackupsRequest(google.protobuf.message.Message):
1060
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1061
+
1062
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1063
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
1064
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
1065
+ cluster_id: builtins.str
1066
+ """ID of the ClickHouse cluster.
1067
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
1068
+ """
1069
+ page_size: builtins.int
1070
+ """The maximum number of results per page to return. If the number of available
1071
+ results is larger than [page_size], the service returns a [ListClusterBackupsResponse.next_page_token]
1072
+ that can be used to get the next page of results in subsequent list requests.
1073
+ """
1074
+ page_token: builtins.str
1075
+ """Page token. To get the next page of results, set [page_token] to the
1076
+ [ListClusterBackupsResponse.next_page_token] returned by the previous list request.
1077
+ """
1078
+ def __init__(
1079
+ self,
1080
+ *,
1081
+ cluster_id: builtins.str = ...,
1082
+ page_size: builtins.int = ...,
1083
+ page_token: builtins.str = ...,
1084
+ ) -> None: ...
1085
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
1086
+
1087
+ global___ListClusterBackupsRequest = ListClusterBackupsRequest
1088
+
1089
+ @typing.final
1090
+ class ListClusterBackupsResponse(google.protobuf.message.Message):
1091
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1092
+
1093
+ BACKUPS_FIELD_NUMBER: builtins.int
1094
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
1095
+ next_page_token: builtins.str
1096
+ """This token allows you to get the next page of results for list requests. If the number of results
1097
+ is larger than [ListClusterBackupsRequest.page_size], use the [next_page_token] as the value
1098
+ for the [ListClusterBackupsRequest.page_token] query parameter in the next list request.
1099
+ Each subsequent list request will have its own [next_page_token] to continue paging through the results.
1100
+ """
1101
+ @property
1102
+ def backups(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.backup_pb2.Backup]:
1103
+ """List of ClickHouse Backup resources."""
1104
+
1105
+ def __init__(
1106
+ self,
1107
+ *,
1108
+ backups: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.backup_pb2.Backup] | None = ...,
1109
+ next_page_token: builtins.str = ...,
1110
+ ) -> None: ...
1111
+ def ClearField(self, field_name: typing.Literal["backups", b"backups", "next_page_token", b"next_page_token"]) -> None: ...
1112
+
1113
+ global___ListClusterBackupsResponse = ListClusterBackupsResponse
1114
+
1115
+ @typing.final
1116
+ class ListClusterHostsRequest(google.protobuf.message.Message):
1117
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1118
+
1119
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1120
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
1121
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
1122
+ cluster_id: builtins.str
1123
+ """ID of the ClickHouse cluster.
1124
+ To get the ClickHouse cluster ID use a [ClusterService.List] request.
1125
+ """
1126
+ page_size: builtins.int
1127
+ """The maximum number of results per page to return. If the number of available
1128
+ results is larger than [page_size], the service returns a [ListClusterHostsResponse.next_page_token]
1129
+ that can be used to get the next page of results in subsequent list requests.
1130
+ """
1131
+ page_token: builtins.str
1132
+ """Page token. To get the next page of results, set [page_token] to the [ListClusterHostsResponse.next_page_token]
1133
+ returned by the previous list request.
1134
+ """
1135
+ def __init__(
1136
+ self,
1137
+ *,
1138
+ cluster_id: builtins.str = ...,
1139
+ page_size: builtins.int = ...,
1140
+ page_token: builtins.str = ...,
1141
+ ) -> None: ...
1142
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
1143
+
1144
+ global___ListClusterHostsRequest = ListClusterHostsRequest
1145
+
1146
+ @typing.final
1147
+ class ListClusterHostsResponse(google.protobuf.message.Message):
1148
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1149
+
1150
+ HOSTS_FIELD_NUMBER: builtins.int
1151
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
1152
+ next_page_token: builtins.str
1153
+ """This token allows you to get the next page of results for list requests. If the number of results
1154
+ is larger than [ListClusterHostsRequest.page_size], use the [next_page_token] as the value
1155
+ for the [ListClusterHostsRequest.page_token] query parameter in the next list request.
1156
+ Each subsequent list request will have its own [next_page_token] to continue paging through the results.
1157
+ """
1158
+ @property
1159
+ def hosts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Host]:
1160
+ """Requested list of hosts for the cluster."""
1161
+
1162
+ def __init__(
1163
+ self,
1164
+ *,
1165
+ hosts: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Host] | None = ...,
1166
+ next_page_token: builtins.str = ...,
1167
+ ) -> None: ...
1168
+ def ClearField(self, field_name: typing.Literal["hosts", b"hosts", "next_page_token", b"next_page_token"]) -> None: ...
1169
+
1170
+ global___ListClusterHostsResponse = ListClusterHostsResponse
1171
+
1172
+ @typing.final
1173
+ class AddClusterHostsRequest(google.protobuf.message.Message):
1174
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1175
+
1176
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1177
+ HOST_SPECS_FIELD_NUMBER: builtins.int
1178
+ COPY_SCHEMA_FIELD_NUMBER: builtins.int
1179
+ cluster_id: builtins.str
1180
+ """ID of the ClickHouse cluster to add hosts to.
1181
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
1182
+ """
1183
+ @property
1184
+ def host_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HostSpec]:
1185
+ """Configurations for ClickHouse hosts that should be added to the cluster."""
1186
+
1187
+ @property
1188
+ def copy_schema(self) -> google.protobuf.wrappers_pb2.BoolValue:
1189
+ """Whether to copy schema to new ClickHouse hosts from replicas."""
1190
+
1191
+ def __init__(
1192
+ self,
1193
+ *,
1194
+ cluster_id: builtins.str = ...,
1195
+ host_specs: collections.abc.Iterable[global___HostSpec] | None = ...,
1196
+ copy_schema: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1197
+ ) -> None: ...
1198
+ def HasField(self, field_name: typing.Literal["copy_schema", b"copy_schema"]) -> builtins.bool: ...
1199
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "copy_schema", b"copy_schema", "host_specs", b"host_specs"]) -> None: ...
1200
+
1201
+ global___AddClusterHostsRequest = AddClusterHostsRequest
1202
+
1203
+ @typing.final
1204
+ class AddClusterHostsMetadata(google.protobuf.message.Message):
1205
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1206
+
1207
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1208
+ HOST_NAMES_FIELD_NUMBER: builtins.int
1209
+ cluster_id: builtins.str
1210
+ """ID of the ClickHouse cluster to which the hosts are being added."""
1211
+ @property
1212
+ def host_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1213
+ """Names of hosts that are being added to the cluster."""
1214
+
1215
+ def __init__(
1216
+ self,
1217
+ *,
1218
+ cluster_id: builtins.str = ...,
1219
+ host_names: collections.abc.Iterable[builtins.str] | None = ...,
1220
+ ) -> None: ...
1221
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host_names", b"host_names"]) -> None: ...
1222
+
1223
+ global___AddClusterHostsMetadata = AddClusterHostsMetadata
1224
+
1225
+ @typing.final
1226
+ class UpdateHostSpec(google.protobuf.message.Message):
1227
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1228
+
1229
+ HOST_NAME_FIELD_NUMBER: builtins.int
1230
+ UPDATE_MASK_FIELD_NUMBER: builtins.int
1231
+ ASSIGN_PUBLIC_IP_FIELD_NUMBER: builtins.int
1232
+ host_name: builtins.str
1233
+ """Name of the host to update.
1234
+ To get the ClickHouse host name, use a [ClusterService.ListHosts] request.
1235
+ """
1236
+ @property
1237
+ def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
1238
+ """Field mask that specifies which fields of the ClickHouse host should be updated."""
1239
+
1240
+ @property
1241
+ def assign_public_ip(self) -> google.protobuf.wrappers_pb2.BoolValue:
1242
+ """Whether the host should get a public IP address on creation."""
1243
+
1244
+ def __init__(
1245
+ self,
1246
+ *,
1247
+ host_name: builtins.str = ...,
1248
+ update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
1249
+ assign_public_ip: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1250
+ ) -> None: ...
1251
+ def HasField(self, field_name: typing.Literal["assign_public_ip", b"assign_public_ip", "update_mask", b"update_mask"]) -> builtins.bool: ...
1252
+ def ClearField(self, field_name: typing.Literal["assign_public_ip", b"assign_public_ip", "host_name", b"host_name", "update_mask", b"update_mask"]) -> None: ...
1253
+
1254
+ global___UpdateHostSpec = UpdateHostSpec
1255
+
1256
+ @typing.final
1257
+ class UpdateClusterHostsRequest(google.protobuf.message.Message):
1258
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1259
+
1260
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1261
+ UPDATE_HOST_SPECS_FIELD_NUMBER: builtins.int
1262
+ cluster_id: builtins.str
1263
+ """ID of the ClickHouse cluster to update hosts in.
1264
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
1265
+ """
1266
+ @property
1267
+ def update_host_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___UpdateHostSpec]:
1268
+ """New configurations to apply to hosts."""
1269
+
1270
+ def __init__(
1271
+ self,
1272
+ *,
1273
+ cluster_id: builtins.str = ...,
1274
+ update_host_specs: collections.abc.Iterable[global___UpdateHostSpec] | None = ...,
1275
+ ) -> None: ...
1276
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "update_host_specs", b"update_host_specs"]) -> None: ...
1277
+
1278
+ global___UpdateClusterHostsRequest = UpdateClusterHostsRequest
1279
+
1280
+ @typing.final
1281
+ class UpdateClusterHostsMetadata(google.protobuf.message.Message):
1282
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1283
+
1284
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1285
+ HOST_NAMES_FIELD_NUMBER: builtins.int
1286
+ cluster_id: builtins.str
1287
+ """ID of the ClickHouse cluster to modify hosts in."""
1288
+ @property
1289
+ def host_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1290
+ """Names of hosts that are being modified."""
1291
+
1292
+ def __init__(
1293
+ self,
1294
+ *,
1295
+ cluster_id: builtins.str = ...,
1296
+ host_names: collections.abc.Iterable[builtins.str] | None = ...,
1297
+ ) -> None: ...
1298
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host_names", b"host_names"]) -> None: ...
1299
+
1300
+ global___UpdateClusterHostsMetadata = UpdateClusterHostsMetadata
1301
+
1302
+ @typing.final
1303
+ class DeleteClusterHostsRequest(google.protobuf.message.Message):
1304
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1305
+
1306
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1307
+ HOST_NAMES_FIELD_NUMBER: builtins.int
1308
+ cluster_id: builtins.str
1309
+ """ID of the ClickHouse cluster to remove hosts from.
1310
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
1311
+ """
1312
+ @property
1313
+ def host_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1314
+ """Names of hosts to delete."""
1315
+
1316
+ def __init__(
1317
+ self,
1318
+ *,
1319
+ cluster_id: builtins.str = ...,
1320
+ host_names: collections.abc.Iterable[builtins.str] | None = ...,
1321
+ ) -> None: ...
1322
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host_names", b"host_names"]) -> None: ...
1323
+
1324
+ global___DeleteClusterHostsRequest = DeleteClusterHostsRequest
1325
+
1326
+ @typing.final
1327
+ class DeleteClusterHostsMetadata(google.protobuf.message.Message):
1328
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1329
+
1330
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1331
+ HOST_NAMES_FIELD_NUMBER: builtins.int
1332
+ cluster_id: builtins.str
1333
+ """ID of the ClickHouse cluster to remove hosts from."""
1334
+ @property
1335
+ def host_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1336
+ """Names of hosts that are being deleted."""
1337
+
1338
+ def __init__(
1339
+ self,
1340
+ *,
1341
+ cluster_id: builtins.str = ...,
1342
+ host_names: collections.abc.Iterable[builtins.str] | None = ...,
1343
+ ) -> None: ...
1344
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host_names", b"host_names"]) -> None: ...
1345
+
1346
+ global___DeleteClusterHostsMetadata = DeleteClusterHostsMetadata
1347
+
1348
+ @typing.final
1349
+ class RestartClusterHostsRequest(google.protobuf.message.Message):
1350
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1351
+
1352
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1353
+ HOST_NAMES_FIELD_NUMBER: builtins.int
1354
+ cluster_id: builtins.str
1355
+ """Required. ID of the Clickhouse cluster."""
1356
+ @property
1357
+ def host_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1358
+ """Required. Name of the hosts to restart."""
1359
+
1360
+ def __init__(
1361
+ self,
1362
+ *,
1363
+ cluster_id: builtins.str = ...,
1364
+ host_names: collections.abc.Iterable[builtins.str] | None = ...,
1365
+ ) -> None: ...
1366
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host_names", b"host_names"]) -> None: ...
1367
+
1368
+ global___RestartClusterHostsRequest = RestartClusterHostsRequest
1369
+
1370
+ @typing.final
1371
+ class RestartClusterHostsMetadata(google.protobuf.message.Message):
1372
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1373
+
1374
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1375
+ HOST_NAMES_FIELD_NUMBER: builtins.int
1376
+ cluster_id: builtins.str
1377
+ """Required. ID of the ClickHouse cluster."""
1378
+ @property
1379
+ def host_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1380
+ """Required. The name of restarting host."""
1381
+
1382
+ def __init__(
1383
+ self,
1384
+ *,
1385
+ cluster_id: builtins.str = ...,
1386
+ host_names: collections.abc.Iterable[builtins.str] | None = ...,
1387
+ ) -> None: ...
1388
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host_names", b"host_names"]) -> None: ...
1389
+
1390
+ global___RestartClusterHostsMetadata = RestartClusterHostsMetadata
1391
+
1392
+ @typing.final
1393
+ class GetClusterShardRequest(google.protobuf.message.Message):
1394
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1395
+
1396
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1397
+ SHARD_NAME_FIELD_NUMBER: builtins.int
1398
+ cluster_id: builtins.str
1399
+ """ID of the cluster that the shard belongs to.
1400
+ To get the cluster ID, use a [ClusterService.List] request.
1401
+ To get the name of the database, use a [ClusterService.List] request.
1402
+ """
1403
+ shard_name: builtins.str
1404
+ """Name of the shard to request information about.
1405
+ To get the name of a shard, use a [ClusterService.ListShards] request.
1406
+ """
1407
+ def __init__(
1408
+ self,
1409
+ *,
1410
+ cluster_id: builtins.str = ...,
1411
+ shard_name: builtins.str = ...,
1412
+ ) -> None: ...
1413
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_name", b"shard_name"]) -> None: ...
1414
+
1415
+ global___GetClusterShardRequest = GetClusterShardRequest
1416
+
1417
+ @typing.final
1418
+ class ListClusterShardsRequest(google.protobuf.message.Message):
1419
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1420
+
1421
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1422
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
1423
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
1424
+ cluster_id: builtins.str
1425
+ """ID of the ClickHouse cluster to list shards in.
1426
+ To get the cluster ID, use a [ClusterService.List] request.
1427
+ """
1428
+ page_size: builtins.int
1429
+ """The maximum number of results per page to return. If the number of available
1430
+ results is larger than [page_size], the service returns a [ListClusterShardsResponse.next_page_token]
1431
+ that can be used to get the next page of results in subsequent list requests.
1432
+ """
1433
+ page_token: builtins.str
1434
+ """Page token. to get the next page of results, set [page_token] to the [ListClusterShardsResponse.next_page_token]
1435
+ returned by the previous list request.
1436
+ """
1437
+ def __init__(
1438
+ self,
1439
+ *,
1440
+ cluster_id: builtins.str = ...,
1441
+ page_size: builtins.int = ...,
1442
+ page_token: builtins.str = ...,
1443
+ ) -> None: ...
1444
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
1445
+
1446
+ global___ListClusterShardsRequest = ListClusterShardsRequest
1447
+
1448
+ @typing.final
1449
+ class ListClusterShardsResponse(google.protobuf.message.Message):
1450
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1451
+
1452
+ SHARDS_FIELD_NUMBER: builtins.int
1453
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
1454
+ next_page_token: builtins.str
1455
+ """This token allows you to get the next page of results for list requests. If the number of results
1456
+ is larger than [ListClusterShardsRequest.page_size], use the [next_page_token] as the value
1457
+ for the [ListClusterShardsRequest.page_token] parameter in the next list request. Each subsequent
1458
+ list request will have its own [next_page_token] to continue paging through the results.
1459
+ """
1460
+ @property
1461
+ def shards(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Shard]:
1462
+ """List of ClickHouse shards."""
1463
+
1464
+ def __init__(
1465
+ self,
1466
+ *,
1467
+ shards: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Shard] | None = ...,
1468
+ next_page_token: builtins.str = ...,
1469
+ ) -> None: ...
1470
+ def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "shards", b"shards"]) -> None: ...
1471
+
1472
+ global___ListClusterShardsResponse = ListClusterShardsResponse
1473
+
1474
+ @typing.final
1475
+ class AddClusterShardRequest(google.protobuf.message.Message):
1476
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1477
+
1478
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1479
+ SHARD_NAME_FIELD_NUMBER: builtins.int
1480
+ CONFIG_SPEC_FIELD_NUMBER: builtins.int
1481
+ HOST_SPECS_FIELD_NUMBER: builtins.int
1482
+ COPY_SCHEMA_FIELD_NUMBER: builtins.int
1483
+ cluster_id: builtins.str
1484
+ """ID of the ClickHouse cluster to add a shard to.
1485
+ To get the ClickHouse cluster ID, use a [ClusterService.List] request.
1486
+ """
1487
+ shard_name: builtins.str
1488
+ """Name for the new shard."""
1489
+ @property
1490
+ def config_spec(self) -> global___ShardConfigSpec:
1491
+ """Configuration of the new shard."""
1492
+
1493
+ @property
1494
+ def host_specs(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HostSpec]:
1495
+ """Configurations for ClickHouse hosts that should be created with the shard."""
1496
+
1497
+ @property
1498
+ def copy_schema(self) -> google.protobuf.wrappers_pb2.BoolValue:
1499
+ """Whether to copy schema to hosts of the shard to be created. The schema is copied from hosts of an existing shard."""
1500
+
1501
+ def __init__(
1502
+ self,
1503
+ *,
1504
+ cluster_id: builtins.str = ...,
1505
+ shard_name: builtins.str = ...,
1506
+ config_spec: global___ShardConfigSpec | None = ...,
1507
+ host_specs: collections.abc.Iterable[global___HostSpec] | None = ...,
1508
+ copy_schema: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1509
+ ) -> None: ...
1510
+ def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "copy_schema", b"copy_schema"]) -> builtins.bool: ...
1511
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "config_spec", b"config_spec", "copy_schema", b"copy_schema", "host_specs", b"host_specs", "shard_name", b"shard_name"]) -> None: ...
1512
+
1513
+ global___AddClusterShardRequest = AddClusterShardRequest
1514
+
1515
+ @typing.final
1516
+ class AddClusterShardMetadata(google.protobuf.message.Message):
1517
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1518
+
1519
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1520
+ SHARD_NAME_FIELD_NUMBER: builtins.int
1521
+ cluster_id: builtins.str
1522
+ """ID of the cluster that a shard is being added to."""
1523
+ shard_name: builtins.str
1524
+ """Name of the shard being created."""
1525
+ def __init__(
1526
+ self,
1527
+ *,
1528
+ cluster_id: builtins.str = ...,
1529
+ shard_name: builtins.str = ...,
1530
+ ) -> None: ...
1531
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_name", b"shard_name"]) -> None: ...
1532
+
1533
+ global___AddClusterShardMetadata = AddClusterShardMetadata
1534
+
1535
+ @typing.final
1536
+ class UpdateClusterShardRequest(google.protobuf.message.Message):
1537
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1538
+
1539
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1540
+ SHARD_NAME_FIELD_NUMBER: builtins.int
1541
+ UPDATE_MASK_FIELD_NUMBER: builtins.int
1542
+ CONFIG_SPEC_FIELD_NUMBER: builtins.int
1543
+ cluster_id: builtins.str
1544
+ """ID of the ClickHouse cluster the shard belongs to.
1545
+ To get the cluster ID, use a [ClusterService.List] request.
1546
+ """
1547
+ shard_name: builtins.str
1548
+ """Name of the shard to be updated.
1549
+ To get the name of a shard, use a [ClusterService.ListShards] request.
1550
+ """
1551
+ @property
1552
+ def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
1553
+ """Field mask that specifies which attributes of the ClickHouse shard should be updated."""
1554
+
1555
+ @property
1556
+ def config_spec(self) -> global___ShardConfigSpec:
1557
+ """New configuration for the specified shard."""
1558
+
1559
+ def __init__(
1560
+ self,
1561
+ *,
1562
+ cluster_id: builtins.str = ...,
1563
+ shard_name: builtins.str = ...,
1564
+ update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
1565
+ config_spec: global___ShardConfigSpec | None = ...,
1566
+ ) -> None: ...
1567
+ def HasField(self, field_name: typing.Literal["config_spec", b"config_spec", "update_mask", b"update_mask"]) -> builtins.bool: ...
1568
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "config_spec", b"config_spec", "shard_name", b"shard_name", "update_mask", b"update_mask"]) -> None: ...
1569
+
1570
+ global___UpdateClusterShardRequest = UpdateClusterShardRequest
1571
+
1572
+ @typing.final
1573
+ class UpdateClusterShardMetadata(google.protobuf.message.Message):
1574
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1575
+
1576
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1577
+ SHARD_NAME_FIELD_NUMBER: builtins.int
1578
+ cluster_id: builtins.str
1579
+ """ID of the cluster that contains the shard being updated."""
1580
+ shard_name: builtins.str
1581
+ """Name of the shard being updated."""
1582
+ def __init__(
1583
+ self,
1584
+ *,
1585
+ cluster_id: builtins.str = ...,
1586
+ shard_name: builtins.str = ...,
1587
+ ) -> None: ...
1588
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_name", b"shard_name"]) -> None: ...
1589
+
1590
+ global___UpdateClusterShardMetadata = UpdateClusterShardMetadata
1591
+
1592
+ @typing.final
1593
+ class DeleteClusterShardRequest(google.protobuf.message.Message):
1594
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1595
+
1596
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1597
+ SHARD_NAME_FIELD_NUMBER: builtins.int
1598
+ cluster_id: builtins.str
1599
+ """ID of the ClickHouse cluster the shard belongs to.
1600
+ To get the cluster ID, use a [ClusterService.List] request.
1601
+ """
1602
+ shard_name: builtins.str
1603
+ """Name of the shard to be deleted.
1604
+ To get the name of a shard, use a [ClusterService.ListShards] request.
1605
+ """
1606
+ def __init__(
1607
+ self,
1608
+ *,
1609
+ cluster_id: builtins.str = ...,
1610
+ shard_name: builtins.str = ...,
1611
+ ) -> None: ...
1612
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_name", b"shard_name"]) -> None: ...
1613
+
1614
+ global___DeleteClusterShardRequest = DeleteClusterShardRequest
1615
+
1616
+ @typing.final
1617
+ class DeleteClusterShardMetadata(google.protobuf.message.Message):
1618
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1619
+
1620
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1621
+ SHARD_NAME_FIELD_NUMBER: builtins.int
1622
+ cluster_id: builtins.str
1623
+ """ID of the cluster that contains the shard being deleted."""
1624
+ shard_name: builtins.str
1625
+ """Name of the shard being deleted."""
1626
+ def __init__(
1627
+ self,
1628
+ *,
1629
+ cluster_id: builtins.str = ...,
1630
+ shard_name: builtins.str = ...,
1631
+ ) -> None: ...
1632
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_name", b"shard_name"]) -> None: ...
1633
+
1634
+ global___DeleteClusterShardMetadata = DeleteClusterShardMetadata
1635
+
1636
+ @typing.final
1637
+ class GetClusterShardGroupRequest(google.protobuf.message.Message):
1638
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1639
+
1640
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1641
+ SHARD_GROUP_NAME_FIELD_NUMBER: builtins.int
1642
+ cluster_id: builtins.str
1643
+ """ID of the cluster that the shard group belongs to.
1644
+
1645
+ To get the cluster ID, make a [ClusterService.List] request.
1646
+ """
1647
+ shard_group_name: builtins.str
1648
+ """Name of the shard group to request information about.
1649
+
1650
+ To get the name of a shard group, make a [ClusterService.ListShardGroups] request.
1651
+ """
1652
+ def __init__(
1653
+ self,
1654
+ *,
1655
+ cluster_id: builtins.str = ...,
1656
+ shard_group_name: builtins.str = ...,
1657
+ ) -> None: ...
1658
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_group_name", b"shard_group_name"]) -> None: ...
1659
+
1660
+ global___GetClusterShardGroupRequest = GetClusterShardGroupRequest
1661
+
1662
+ @typing.final
1663
+ class ListClusterShardGroupsRequest(google.protobuf.message.Message):
1664
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1665
+
1666
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1667
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
1668
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
1669
+ cluster_id: builtins.str
1670
+ """ID of the cluster that the shard group belongs to.
1671
+
1672
+ To get the cluster ID, make a [ClusterService.List] request.
1673
+ """
1674
+ page_size: builtins.int
1675
+ """The maximum number of results per page to return.
1676
+
1677
+ If the number of available results is larger than [page_size], the service returns a [ListClusterShardGroupsResponse.next_page_token] that can be used to get the next page of results in subsequent list requests.
1678
+ """
1679
+ page_token: builtins.str
1680
+ """Page token.
1681
+
1682
+ To get the next page of results, set [page_token] to the [ListClusterShardGroupsResponse.next_page_token] returned by the previous list request.
1683
+ """
1684
+ def __init__(
1685
+ self,
1686
+ *,
1687
+ cluster_id: builtins.str = ...,
1688
+ page_size: builtins.int = ...,
1689
+ page_token: builtins.str = ...,
1690
+ ) -> None: ...
1691
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
1692
+
1693
+ global___ListClusterShardGroupsRequest = ListClusterShardGroupsRequest
1694
+
1695
+ @typing.final
1696
+ class ListClusterShardGroupsResponse(google.protobuf.message.Message):
1697
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1698
+
1699
+ SHARD_GROUPS_FIELD_NUMBER: builtins.int
1700
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
1701
+ next_page_token: builtins.str
1702
+ """This token allows you to get the next page of results for list requests.
1703
+
1704
+ If the number of results is larger than [ListClusterShardGroupsRequest.page_size], use the [next_page_token] as the value for the [ListClusterShardGroupsRequest.page_token] parameter in the next list request.
1705
+ Each subsequent list request will have its own [next_page_token] to continue paging through the results.
1706
+ """
1707
+ @property
1708
+ def shard_groups(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.ShardGroup]:
1709
+ """List of ClickHouse cluster's shard groups."""
1710
+
1711
+ def __init__(
1712
+ self,
1713
+ *,
1714
+ shard_groups: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.cluster_pb2.ShardGroup] | None = ...,
1715
+ next_page_token: builtins.str = ...,
1716
+ ) -> None: ...
1717
+ def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "shard_groups", b"shard_groups"]) -> None: ...
1718
+
1719
+ global___ListClusterShardGroupsResponse = ListClusterShardGroupsResponse
1720
+
1721
+ @typing.final
1722
+ class CreateClusterShardGroupRequest(google.protobuf.message.Message):
1723
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1724
+
1725
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1726
+ SHARD_GROUP_NAME_FIELD_NUMBER: builtins.int
1727
+ DESCRIPTION_FIELD_NUMBER: builtins.int
1728
+ SHARD_NAMES_FIELD_NUMBER: builtins.int
1729
+ cluster_id: builtins.str
1730
+ """ID of the ClickHouse cluster to add a shard group to.
1731
+
1732
+ To get the cluster ID, make a [ClusterService.List] request.
1733
+ """
1734
+ shard_group_name: builtins.str
1735
+ """Name for the new shard group."""
1736
+ description: builtins.str
1737
+ """Description of the new shard group. 0-256 characters long."""
1738
+ @property
1739
+ def shard_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1740
+ """List of shard names that should be put into the new group.
1741
+
1742
+ To get the list, make a [ClusterService.ListShardGroups] request.
1743
+ """
1744
+
1745
+ def __init__(
1746
+ self,
1747
+ *,
1748
+ cluster_id: builtins.str = ...,
1749
+ shard_group_name: builtins.str = ...,
1750
+ description: builtins.str = ...,
1751
+ shard_names: collections.abc.Iterable[builtins.str] | None = ...,
1752
+ ) -> None: ...
1753
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "description", b"description", "shard_group_name", b"shard_group_name", "shard_names", b"shard_names"]) -> None: ...
1754
+
1755
+ global___CreateClusterShardGroupRequest = CreateClusterShardGroupRequest
1756
+
1757
+ @typing.final
1758
+ class CreateClusterShardGroupMetadata(google.protobuf.message.Message):
1759
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1760
+
1761
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1762
+ SHARD_GROUP_NAME_FIELD_NUMBER: builtins.int
1763
+ cluster_id: builtins.str
1764
+ """ID of the cluster to add a shard group to."""
1765
+ shard_group_name: builtins.str
1766
+ """Name of the shard group that is being added."""
1767
+ def __init__(
1768
+ self,
1769
+ *,
1770
+ cluster_id: builtins.str = ...,
1771
+ shard_group_name: builtins.str = ...,
1772
+ ) -> None: ...
1773
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_group_name", b"shard_group_name"]) -> None: ...
1774
+
1775
+ global___CreateClusterShardGroupMetadata = CreateClusterShardGroupMetadata
1776
+
1777
+ @typing.final
1778
+ class UpdateClusterShardGroupRequest(google.protobuf.message.Message):
1779
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1780
+
1781
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1782
+ SHARD_GROUP_NAME_FIELD_NUMBER: builtins.int
1783
+ UPDATE_MASK_FIELD_NUMBER: builtins.int
1784
+ DESCRIPTION_FIELD_NUMBER: builtins.int
1785
+ SHARD_NAMES_FIELD_NUMBER: builtins.int
1786
+ cluster_id: builtins.str
1787
+ """ID of the ClickHouse cluster that contains the shard group to update.
1788
+
1789
+ To get the cluster ID, make a [ClusterService.List] request.
1790
+ """
1791
+ shard_group_name: builtins.str
1792
+ """Name of the shard group that should be updated.
1793
+
1794
+ To get the name, make a [ClusterService.ListShardGroups] request.
1795
+ """
1796
+ description: builtins.str
1797
+ """Updated description of the shard group. 0-256 characters long."""
1798
+ @property
1799
+ def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask: ...
1800
+ @property
1801
+ def shard_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
1802
+ """Updated list of shard names that belongs to the shard group."""
1803
+
1804
+ def __init__(
1805
+ self,
1806
+ *,
1807
+ cluster_id: builtins.str = ...,
1808
+ shard_group_name: builtins.str = ...,
1809
+ update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
1810
+ description: builtins.str = ...,
1811
+ shard_names: collections.abc.Iterable[builtins.str] | None = ...,
1812
+ ) -> None: ...
1813
+ def HasField(self, field_name: typing.Literal["update_mask", b"update_mask"]) -> builtins.bool: ...
1814
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "description", b"description", "shard_group_name", b"shard_group_name", "shard_names", b"shard_names", "update_mask", b"update_mask"]) -> None: ...
1815
+
1816
+ global___UpdateClusterShardGroupRequest = UpdateClusterShardGroupRequest
1817
+
1818
+ @typing.final
1819
+ class UpdateClusterShardGroupMetadata(google.protobuf.message.Message):
1820
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1821
+
1822
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1823
+ SHARD_GROUP_NAME_FIELD_NUMBER: builtins.int
1824
+ cluster_id: builtins.str
1825
+ """ID of the cluster that contains the shard group being updated."""
1826
+ shard_group_name: builtins.str
1827
+ """Name of the shard group that is being updated."""
1828
+ def __init__(
1829
+ self,
1830
+ *,
1831
+ cluster_id: builtins.str = ...,
1832
+ shard_group_name: builtins.str = ...,
1833
+ ) -> None: ...
1834
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_group_name", b"shard_group_name"]) -> None: ...
1835
+
1836
+ global___UpdateClusterShardGroupMetadata = UpdateClusterShardGroupMetadata
1837
+
1838
+ @typing.final
1839
+ class DeleteClusterShardGroupRequest(google.protobuf.message.Message):
1840
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1841
+
1842
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1843
+ SHARD_GROUP_NAME_FIELD_NUMBER: builtins.int
1844
+ cluster_id: builtins.str
1845
+ """ID of the ClickHouse cluster that contains the shard group to delete.
1846
+
1847
+ To get the cluster ID, make a [ClusterService.List] request.
1848
+ """
1849
+ shard_group_name: builtins.str
1850
+ """Name of the shard group that should be deleted.
1851
+
1852
+ To get the name, make a [ClusterService.ListShardGroups] request.
1853
+ """
1854
+ def __init__(
1855
+ self,
1856
+ *,
1857
+ cluster_id: builtins.str = ...,
1858
+ shard_group_name: builtins.str = ...,
1859
+ ) -> None: ...
1860
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_group_name", b"shard_group_name"]) -> None: ...
1861
+
1862
+ global___DeleteClusterShardGroupRequest = DeleteClusterShardGroupRequest
1863
+
1864
+ @typing.final
1865
+ class DeleteClusterShardGroupMetadata(google.protobuf.message.Message):
1866
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1867
+
1868
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1869
+ SHARD_GROUP_NAME_FIELD_NUMBER: builtins.int
1870
+ cluster_id: builtins.str
1871
+ """ID of the cluster that contains the shard group being deleted."""
1872
+ shard_group_name: builtins.str
1873
+ """Name of the shard group that is being deleted."""
1874
+ def __init__(
1875
+ self,
1876
+ *,
1877
+ cluster_id: builtins.str = ...,
1878
+ shard_group_name: builtins.str = ...,
1879
+ ) -> None: ...
1880
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "shard_group_name", b"shard_group_name"]) -> None: ...
1881
+
1882
+ global___DeleteClusterShardGroupMetadata = DeleteClusterShardGroupMetadata
1883
+
1884
+ @typing.final
1885
+ class ListClusterExternalDictionariesRequest(google.protobuf.message.Message):
1886
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1887
+
1888
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1889
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
1890
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
1891
+ cluster_id: builtins.str
1892
+ """ID of the cluster that the external dictionaries belong to."""
1893
+ page_size: builtins.int
1894
+ """The maximum number of results per page to return. If the number of available
1895
+ results is larger than [page_size], the service returns a [ListClusterExternalDictionaryResponse.next_page_token]
1896
+ that can be used to get the next page of results in subsequent list requests.
1897
+ """
1898
+ page_token: builtins.str
1899
+ """Page token. To get the next page of results, set [page_token] to the [ListClusterExternalDictionaryResponse.next_page_token]
1900
+ returned by a previous list request.
1901
+ """
1902
+ def __init__(
1903
+ self,
1904
+ *,
1905
+ cluster_id: builtins.str = ...,
1906
+ page_size: builtins.int = ...,
1907
+ page_token: builtins.str = ...,
1908
+ ) -> None: ...
1909
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
1910
+
1911
+ global___ListClusterExternalDictionariesRequest = ListClusterExternalDictionariesRequest
1912
+
1913
+ @typing.final
1914
+ class ListClusterExternalDictionariesResponse(google.protobuf.message.Message):
1915
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1916
+
1917
+ EXTERNAL_DICTIONARIES_FIELD_NUMBER: builtins.int
1918
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
1919
+ next_page_token: builtins.str
1920
+ """This token allows you to get the next page of results for list requests. If the number of results
1921
+ is larger than [ListClusterExternalDictionaryRequest.page_size], use the [next_page_token] as the value
1922
+ for the [ListClusterExternalDictionaryRequest.page_token] parameter in the next list request. Each subsequent
1923
+ list request will have its own [next_page_token] to continue paging through the results.
1924
+ """
1925
+ @property
1926
+ def external_dictionaries(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig.ExternalDictionary]:
1927
+ """List of ClickHouse Cluster external dictionaries."""
1928
+
1929
+ def __init__(
1930
+ self,
1931
+ *,
1932
+ external_dictionaries: collections.abc.Iterable[yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig.ExternalDictionary] | None = ...,
1933
+ next_page_token: builtins.str = ...,
1934
+ ) -> None: ...
1935
+ def ClearField(self, field_name: typing.Literal["external_dictionaries", b"external_dictionaries", "next_page_token", b"next_page_token"]) -> None: ...
1936
+
1937
+ global___ListClusterExternalDictionariesResponse = ListClusterExternalDictionariesResponse
1938
+
1939
+ @typing.final
1940
+ class CreateClusterExternalDictionaryRequest(google.protobuf.message.Message):
1941
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1942
+
1943
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1944
+ EXTERNAL_DICTIONARY_FIELD_NUMBER: builtins.int
1945
+ cluster_id: builtins.str
1946
+ """ID of the ClickHouse cluster to create the external dictionary for.
1947
+ To get the cluster ID, use a [ClusterService.List] request.
1948
+ """
1949
+ @property
1950
+ def external_dictionary(self) -> yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig.ExternalDictionary:
1951
+ """Configuration of the external dictionary."""
1952
+
1953
+ def __init__(
1954
+ self,
1955
+ *,
1956
+ cluster_id: builtins.str = ...,
1957
+ external_dictionary: yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig.ExternalDictionary | None = ...,
1958
+ ) -> None: ...
1959
+ def HasField(self, field_name: typing.Literal["external_dictionary", b"external_dictionary"]) -> builtins.bool: ...
1960
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "external_dictionary", b"external_dictionary"]) -> None: ...
1961
+
1962
+ global___CreateClusterExternalDictionaryRequest = CreateClusterExternalDictionaryRequest
1963
+
1964
+ @typing.final
1965
+ class CreateClusterExternalDictionaryMetadata(google.protobuf.message.Message):
1966
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1967
+
1968
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1969
+ cluster_id: builtins.str
1970
+ """ID of the cluster for which an external dictionary is being created."""
1971
+ def __init__(
1972
+ self,
1973
+ *,
1974
+ cluster_id: builtins.str = ...,
1975
+ ) -> None: ...
1976
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
1977
+
1978
+ global___CreateClusterExternalDictionaryMetadata = CreateClusterExternalDictionaryMetadata
1979
+
1980
+ @typing.final
1981
+ class UpdateClusterExternalDictionaryRequest(google.protobuf.message.Message):
1982
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1983
+
1984
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
1985
+ EXTERNAL_DICTIONARY_FIELD_NUMBER: builtins.int
1986
+ UPDATE_MASK_FIELD_NUMBER: builtins.int
1987
+ cluster_id: builtins.str
1988
+ """ID of the ClickHouse cluster to update the external dictionary for.
1989
+ To get the cluster ID, use a [List] request.
1990
+ """
1991
+ @property
1992
+ def external_dictionary(self) -> yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig.ExternalDictionary:
1993
+ """Configuration of the external dictionary."""
1994
+
1995
+ @property
1996
+ def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
1997
+ """Field mask that specifies which fields of the External Dictionary should be updated."""
1998
+
1999
+ def __init__(
2000
+ self,
2001
+ *,
2002
+ cluster_id: builtins.str = ...,
2003
+ external_dictionary: yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig.ExternalDictionary | None = ...,
2004
+ update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
2005
+ ) -> None: ...
2006
+ def HasField(self, field_name: typing.Literal["external_dictionary", b"external_dictionary", "update_mask", b"update_mask"]) -> builtins.bool: ...
2007
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "external_dictionary", b"external_dictionary", "update_mask", b"update_mask"]) -> None: ...
2008
+
2009
+ global___UpdateClusterExternalDictionaryRequest = UpdateClusterExternalDictionaryRequest
2010
+
2011
+ @typing.final
2012
+ class UpdateClusterExternalDictionaryMetadata(google.protobuf.message.Message):
2013
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2014
+
2015
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
2016
+ EXTERNAL_DICTIONARY_NAME_FIELD_NUMBER: builtins.int
2017
+ cluster_id: builtins.str
2018
+ """ID of the cluster for which an external dictionary is being updated."""
2019
+ external_dictionary_name: builtins.str
2020
+ """Name of the external dictionary."""
2021
+ def __init__(
2022
+ self,
2023
+ *,
2024
+ cluster_id: builtins.str = ...,
2025
+ external_dictionary_name: builtins.str = ...,
2026
+ ) -> None: ...
2027
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "external_dictionary_name", b"external_dictionary_name"]) -> None: ...
2028
+
2029
+ global___UpdateClusterExternalDictionaryMetadata = UpdateClusterExternalDictionaryMetadata
2030
+
2031
+ @typing.final
2032
+ class DeleteClusterExternalDictionaryRequest(google.protobuf.message.Message):
2033
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2034
+
2035
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
2036
+ EXTERNAL_DICTIONARY_NAME_FIELD_NUMBER: builtins.int
2037
+ cluster_id: builtins.str
2038
+ """ID of the ClickHouse cluster to delete the external dictionary from.
2039
+ To get the cluster ID, use a [ClusterService.List] request.
2040
+ """
2041
+ external_dictionary_name: builtins.str
2042
+ """Name of the external dictionary to delete."""
2043
+ def __init__(
2044
+ self,
2045
+ *,
2046
+ cluster_id: builtins.str = ...,
2047
+ external_dictionary_name: builtins.str = ...,
2048
+ ) -> None: ...
2049
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "external_dictionary_name", b"external_dictionary_name"]) -> None: ...
2050
+
2051
+ global___DeleteClusterExternalDictionaryRequest = DeleteClusterExternalDictionaryRequest
2052
+
2053
+ @typing.final
2054
+ class DeleteClusterExternalDictionaryMetadata(google.protobuf.message.Message):
2055
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2056
+
2057
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
2058
+ cluster_id: builtins.str
2059
+ """ID of the cluster where an external dictionary is being deleted."""
2060
+ def __init__(
2061
+ self,
2062
+ *,
2063
+ cluster_id: builtins.str = ...,
2064
+ ) -> None: ...
2065
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
2066
+
2067
+ global___DeleteClusterExternalDictionaryMetadata = DeleteClusterExternalDictionaryMetadata
2068
+
2069
+ @typing.final
2070
+ class HostSpec(google.protobuf.message.Message):
2071
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2072
+
2073
+ ZONE_ID_FIELD_NUMBER: builtins.int
2074
+ TYPE_FIELD_NUMBER: builtins.int
2075
+ SUBNET_ID_FIELD_NUMBER: builtins.int
2076
+ ASSIGN_PUBLIC_IP_FIELD_NUMBER: builtins.int
2077
+ SHARD_NAME_FIELD_NUMBER: builtins.int
2078
+ zone_id: builtins.str
2079
+ """ID of the availability zone where the host resides.
2080
+ To get a list of available zones, use the [yandex.cloud.compute.v1.ZoneService.List] request.
2081
+ """
2082
+ type: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Host.Type.ValueType
2083
+ """Type of the host to be deployed."""
2084
+ subnet_id: builtins.str
2085
+ """ID of the subnet that the host should belong to. This subnet should be a part
2086
+ of the network that the cluster belongs to.
2087
+ The ID of the network is set in the [Cluster.network_id] field.
2088
+ """
2089
+ assign_public_ip: builtins.bool
2090
+ """Whether the host should get a public IP address on creation.
2091
+
2092
+ After a host has been created, this setting cannot be changed. To remove an assigned public IP, or to assign
2093
+ a public IP to a host without one, recreate the host with [assign_public_ip] set as needed.
2094
+
2095
+ Possible values:
2096
+ * false - don't assign a public IP to the host.
2097
+ * true - the host should have a public IP address.
2098
+ """
2099
+ shard_name: builtins.str
2100
+ """Name of the shard that the host is assigned to."""
2101
+ def __init__(
2102
+ self,
2103
+ *,
2104
+ zone_id: builtins.str = ...,
2105
+ type: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Host.Type.ValueType = ...,
2106
+ subnet_id: builtins.str = ...,
2107
+ assign_public_ip: builtins.bool = ...,
2108
+ shard_name: builtins.str = ...,
2109
+ ) -> None: ...
2110
+ def ClearField(self, field_name: typing.Literal["assign_public_ip", b"assign_public_ip", "shard_name", b"shard_name", "subnet_id", b"subnet_id", "type", b"type", "zone_id", b"zone_id"]) -> None: ...
2111
+
2112
+ global___HostSpec = HostSpec
2113
+
2114
+ @typing.final
2115
+ class ConfigSpec(google.protobuf.message.Message):
2116
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2117
+
2118
+ @typing.final
2119
+ class Clickhouse(google.protobuf.message.Message):
2120
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2121
+
2122
+ CONFIG_FIELD_NUMBER: builtins.int
2123
+ RESOURCES_FIELD_NUMBER: builtins.int
2124
+ @property
2125
+ def config(self) -> yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig:
2126
+ """Configuration for a ClickHouse server."""
2127
+
2128
+ @property
2129
+ def resources(self) -> yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources:
2130
+ """Resources allocated to ClickHouse hosts."""
2131
+
2132
+ def __init__(
2133
+ self,
2134
+ *,
2135
+ config: yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig | None = ...,
2136
+ resources: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources | None = ...,
2137
+ ) -> None: ...
2138
+ def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> builtins.bool: ...
2139
+ def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources"]) -> None: ...
2140
+
2141
+ @typing.final
2142
+ class Zookeeper(google.protobuf.message.Message):
2143
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2144
+
2145
+ RESOURCES_FIELD_NUMBER: builtins.int
2146
+ @property
2147
+ def resources(self) -> yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources:
2148
+ """Resources allocated to ZooKeeper hosts. If not set, minimal available resources will be used.
2149
+ All available resource presets can be retrieved with a [ResourcePresetService.List] request.
2150
+ """
2151
+
2152
+ def __init__(
2153
+ self,
2154
+ *,
2155
+ resources: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources | None = ...,
2156
+ ) -> None: ...
2157
+ def HasField(self, field_name: typing.Literal["resources", b"resources"]) -> builtins.bool: ...
2158
+ def ClearField(self, field_name: typing.Literal["resources", b"resources"]) -> None: ...
2159
+
2160
+ VERSION_FIELD_NUMBER: builtins.int
2161
+ CLICKHOUSE_FIELD_NUMBER: builtins.int
2162
+ ZOOKEEPER_FIELD_NUMBER: builtins.int
2163
+ BACKUP_WINDOW_START_FIELD_NUMBER: builtins.int
2164
+ ACCESS_FIELD_NUMBER: builtins.int
2165
+ CLOUD_STORAGE_FIELD_NUMBER: builtins.int
2166
+ SQL_DATABASE_MANAGEMENT_FIELD_NUMBER: builtins.int
2167
+ SQL_USER_MANAGEMENT_FIELD_NUMBER: builtins.int
2168
+ ADMIN_PASSWORD_FIELD_NUMBER: builtins.int
2169
+ EMBEDDED_KEEPER_FIELD_NUMBER: builtins.int
2170
+ version: builtins.str
2171
+ """Version of the ClickHouse server software."""
2172
+ admin_password: builtins.str
2173
+ """Password for user 'admin' that has SQL user management access."""
2174
+ @property
2175
+ def clickhouse(self) -> global___ConfigSpec.Clickhouse:
2176
+ """Configuration and resources for a ClickHouse server."""
2177
+
2178
+ @property
2179
+ def zookeeper(self) -> global___ConfigSpec.Zookeeper:
2180
+ """Configuration and resources for a ZooKeeper server."""
2181
+
2182
+ @property
2183
+ def backup_window_start(self) -> google.type.timeofday_pb2.TimeOfDay:
2184
+ """Time to start the daily backup, in the UTC timezone."""
2185
+
2186
+ @property
2187
+ def access(self) -> yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Access:
2188
+ """Access policy for external services.
2189
+
2190
+ If you want a specific service to access the ClickHouse cluster, then set the necessary values in this policy.
2191
+ """
2192
+
2193
+ @property
2194
+ def cloud_storage(self) -> yandex.cloud.mdb.clickhouse.v1.cluster_pb2.CloudStorage: ...
2195
+ @property
2196
+ def sql_database_management(self) -> google.protobuf.wrappers_pb2.BoolValue:
2197
+ """Whether database management through SQL commands is enabled."""
2198
+
2199
+ @property
2200
+ def sql_user_management(self) -> google.protobuf.wrappers_pb2.BoolValue:
2201
+ """Whether user management through SQL commands is enabled."""
2202
+
2203
+ @property
2204
+ def embedded_keeper(self) -> google.protobuf.wrappers_pb2.BoolValue:
2205
+ """Whether cluster should use embedded Keeper instead of Zookeeper"""
2206
+
2207
+ def __init__(
2208
+ self,
2209
+ *,
2210
+ version: builtins.str = ...,
2211
+ clickhouse: global___ConfigSpec.Clickhouse | None = ...,
2212
+ zookeeper: global___ConfigSpec.Zookeeper | None = ...,
2213
+ backup_window_start: google.type.timeofday_pb2.TimeOfDay | None = ...,
2214
+ access: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Access | None = ...,
2215
+ cloud_storage: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.CloudStorage | None = ...,
2216
+ sql_database_management: google.protobuf.wrappers_pb2.BoolValue | None = ...,
2217
+ sql_user_management: google.protobuf.wrappers_pb2.BoolValue | None = ...,
2218
+ admin_password: builtins.str = ...,
2219
+ embedded_keeper: google.protobuf.wrappers_pb2.BoolValue | None = ...,
2220
+ ) -> None: ...
2221
+ def HasField(self, field_name: typing.Literal["access", b"access", "backup_window_start", b"backup_window_start", "clickhouse", b"clickhouse", "cloud_storage", b"cloud_storage", "embedded_keeper", b"embedded_keeper", "sql_database_management", b"sql_database_management", "sql_user_management", b"sql_user_management", "zookeeper", b"zookeeper"]) -> builtins.bool: ...
2222
+ def ClearField(self, field_name: typing.Literal["access", b"access", "admin_password", b"admin_password", "backup_window_start", b"backup_window_start", "clickhouse", b"clickhouse", "cloud_storage", b"cloud_storage", "embedded_keeper", b"embedded_keeper", "sql_database_management", b"sql_database_management", "sql_user_management", b"sql_user_management", "version", b"version", "zookeeper", b"zookeeper"]) -> None: ...
2223
+
2224
+ global___ConfigSpec = ConfigSpec
2225
+
2226
+ @typing.final
2227
+ class ShardConfigSpec(google.protobuf.message.Message):
2228
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2229
+
2230
+ @typing.final
2231
+ class Clickhouse(google.protobuf.message.Message):
2232
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
2233
+
2234
+ CONFIG_FIELD_NUMBER: builtins.int
2235
+ RESOURCES_FIELD_NUMBER: builtins.int
2236
+ WEIGHT_FIELD_NUMBER: builtins.int
2237
+ @property
2238
+ def config(self) -> yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig:
2239
+ """ClickHouse settings for the shard."""
2240
+
2241
+ @property
2242
+ def resources(self) -> yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources:
2243
+ """Computational resources for the shard."""
2244
+
2245
+ @property
2246
+ def weight(self) -> google.protobuf.wrappers_pb2.Int64Value:
2247
+ """Relative weight of the shard considered when writing data to the cluster.
2248
+ For details, see [ClickHouse documentation](https://clickhouse.com/docs/en/operations/table_engines/distributed/).
2249
+ """
2250
+
2251
+ def __init__(
2252
+ self,
2253
+ *,
2254
+ config: yandex.cloud.mdb.clickhouse.v1.config.clickhouse_pb2.ClickhouseConfig | None = ...,
2255
+ resources: yandex.cloud.mdb.clickhouse.v1.cluster_pb2.Resources | None = ...,
2256
+ weight: google.protobuf.wrappers_pb2.Int64Value | None = ...,
2257
+ ) -> None: ...
2258
+ def HasField(self, field_name: typing.Literal["config", b"config", "resources", b"resources", "weight", b"weight"]) -> builtins.bool: ...
2259
+ def ClearField(self, field_name: typing.Literal["config", b"config", "resources", b"resources", "weight", b"weight"]) -> None: ...
2260
+
2261
+ CLICKHOUSE_FIELD_NUMBER: builtins.int
2262
+ @property
2263
+ def clickhouse(self) -> global___ShardConfigSpec.Clickhouse:
2264
+ """ClickHouse configuration for a shard."""
2265
+
2266
+ def __init__(
2267
+ self,
2268
+ *,
2269
+ clickhouse: global___ShardConfigSpec.Clickhouse | None = ...,
2270
+ ) -> None: ...
2271
+ def HasField(self, field_name: typing.Literal["clickhouse", b"clickhouse"]) -> builtins.bool: ...
2272
+ def ClearField(self, field_name: typing.Literal["clickhouse", b"clickhouse"]) -> None: ...
2273
+
2274
+ global___ShardConfigSpec = ShardConfigSpec