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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (565) 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.py +8 -8
  49. yandex/cloud/backup/v1/policy_service_pb2.pyi +342 -0
  50. yandex/cloud/backup/v1/provider_service_pb2.pyi +90 -0
  51. yandex/cloud/backup/v1/resource_pb2.pyi +273 -0
  52. yandex/cloud/backup/v1/resource_service_pb2.pyi +357 -0
  53. yandex/cloud/billing/v1/billable_object_pb2.pyi +65 -0
  54. yandex/cloud/billing/v1/billing_account_pb2.pyi +62 -0
  55. yandex/cloud/billing/v1/billing_account_service_pb2.pyi +190 -0
  56. yandex/cloud/billing/v1/budget_pb2.pyi +409 -0
  57. yandex/cloud/billing/v1/budget_service_pb2.pyi +151 -0
  58. yandex/cloud/billing/v1/customer_pb2.pyi +79 -0
  59. yandex/cloud/billing/v1/customer_service_pb2.pyi +187 -0
  60. yandex/cloud/billing/v1/service_pb2.pyi +37 -0
  61. yandex/cloud/billing/v1/service_service_pb2.pyi +96 -0
  62. yandex/cloud/billing/v1/sku_pb2.pyi +173 -0
  63. yandex/cloud/billing/v1/sku_service_pb2.pyi +128 -0
  64. yandex/cloud/cdn/v1/cache_service_pb2.pyi +95 -0
  65. yandex/cloud/cdn/v1/origin_group_pb2.pyi +54 -0
  66. yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +252 -0
  67. yandex/cloud/cdn/v1/origin_pb2.pyi +186 -0
  68. yandex/cloud/cdn/v1/origin_service_pb2.pyi +262 -0
  69. yandex/cloud/cdn/v1/provider_service_pb2.pyi +86 -0
  70. yandex/cloud/cdn/v1/raw_logs_pb2.pyi +80 -0
  71. yandex/cloud/cdn/v1/raw_logs_service_pb2.pyi +207 -0
  72. yandex/cloud/cdn/v1/resource_pb2.pyi +1067 -0
  73. yandex/cloud/cdn/v1/resource_service_pb2.pyi +401 -0
  74. yandex/cloud/cdn/v1/rule_pb2.pyi +45 -0
  75. yandex/cloud/cdn/v1/rule_service_pb2.pyi +211 -0
  76. yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.pyi +87 -0
  77. yandex/cloud/certificatemanager/v1/certificate_pb2.pyi +381 -0
  78. yandex/cloud/certificatemanager/v1/certificate_service_pb2.pyi +515 -0
  79. yandex/cloud/compute/v1/disk_pb2.pyi +202 -0
  80. yandex/cloud/compute/v1/disk_placement_group_pb2.pyi +143 -0
  81. yandex/cloud/compute/v1/disk_placement_group_service_pb2.pyi +425 -0
  82. yandex/cloud/compute/v1/disk_service_pb2.pyi +561 -0
  83. yandex/cloud/compute/v1/disk_type_pb2.pyi +39 -0
  84. yandex/cloud/compute/v1/disk_type_service_pb2.pyi +86 -0
  85. yandex/cloud/compute/v1/filesystem_pb2.pyi +137 -0
  86. yandex/cloud/compute/v1/filesystem_service_pb2.pyi +394 -0
  87. yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +139 -0
  88. yandex/cloud/compute/v1/gpu_cluster_service_pb2.pyi +439 -0
  89. yandex/cloud/compute/v1/host_group_pb2.pyi +224 -0
  90. yandex/cloud/compute/v1/host_group_service_pb2.pyi +556 -0
  91. yandex/cloud/compute/v1/host_type_pb2.pyi +48 -0
  92. yandex/cloud/compute/v1/host_type_service_pb2.pyi +87 -0
  93. yandex/cloud/compute/v1/image_pb2.pyi +188 -0
  94. yandex/cloud/compute/v1/image_service_pb2.pyi +430 -0
  95. yandex/cloud/compute/v1/instance_pb2.pyi +798 -0
  96. yandex/cloud/compute/v1/instance_service_pb2.pyi +1806 -0
  97. yandex/cloud/compute/v1/instancegroup/instance_group_pb2.pyi +2064 -0
  98. yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.pyi +1004 -0
  99. yandex/cloud/compute/v1/maintenance_pb2.pyi +38 -0
  100. yandex/cloud/compute/v1/placement_group_pb2.pyi +115 -0
  101. yandex/cloud/compute/v1/placement_group_service_pb2.pyi +423 -0
  102. yandex/cloud/compute/v1/snapshot_pb2.pyi +139 -0
  103. yandex/cloud/compute/v1/snapshot_schedule_pb2.pyi +221 -0
  104. yandex/cloud/compute/v1/snapshot_schedule_service_pb2.pyi +678 -0
  105. yandex/cloud/compute/v1/snapshot_service_pb2.pyi +350 -0
  106. yandex/cloud/compute/v1/zone_pb2.pyi +63 -0
  107. yandex/cloud/compute/v1/zone_service_pb2.pyi +84 -0
  108. yandex/cloud/containerregistry/v1/blob_pb2.pyi +45 -0
  109. yandex/cloud/containerregistry/v1/image_pb2.pyi +75 -0
  110. yandex/cloud/containerregistry/v1/image_service_pb2.pyi +160 -0
  111. yandex/cloud/containerregistry/v1/ip_permission_pb2.pyi +95 -0
  112. yandex/cloud/containerregistry/v1/lifecycle_policy_pb2.pyi +131 -0
  113. yandex/cloud/containerregistry/v1/lifecycle_policy_service_pb2.pyi +479 -0
  114. yandex/cloud/containerregistry/v1/registry_pb2.pyi +103 -0
  115. yandex/cloud/containerregistry/v1/registry_service_pb2.pyi +386 -0
  116. yandex/cloud/containerregistry/v1/repository_pb2.pyi +35 -0
  117. yandex/cloud/containerregistry/v1/repository_service_pb2.pyi +202 -0
  118. yandex/cloud/containerregistry/v1/scan_policy_pb2.pyi +140 -0
  119. yandex/cloud/containerregistry/v1/scan_policy_service_pb2.pyi +177 -0
  120. yandex/cloud/containerregistry/v1/scanner_pb2.pyi +254 -0
  121. yandex/cloud/containerregistry/v1/scanner_service_pb2.pyi +234 -0
  122. yandex/cloud/dataproc/manager/v1/job_pb2.pyi +608 -0
  123. yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +201 -0
  124. yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +449 -0
  125. yandex/cloud/dataproc/v1/cluster_pb2.pyi +351 -0
  126. yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +764 -0
  127. yandex/cloud/dataproc/v1/common_pb2.pyi +75 -0
  128. yandex/cloud/dataproc/v1/job_pb2.pyi +526 -0
  129. yandex/cloud/dataproc/v1/job_service_pb2.pyi +250 -0
  130. yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +45 -0
  131. yandex/cloud/dataproc/v1/resource_preset_service_pb2.pyi +83 -0
  132. yandex/cloud/dataproc/v1/subcluster_pb2.pyi +248 -0
  133. yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +301 -0
  134. yandex/cloud/datasphere/v1/app_token_service_pb2.pyi +27 -0
  135. yandex/cloud/datasphere/v1/folder_budget_service_pb2.pyi +101 -0
  136. yandex/cloud/datasphere/v1/node_execution_error_details_pb2.pyi +41 -0
  137. yandex/cloud/datasphere/v1/node_service_pb2.pyi +104 -0
  138. yandex/cloud/datasphere/v1/project_data_service_pb2.pyi +122 -0
  139. yandex/cloud/datasphere/v1/project_pb2.pyi +149 -0
  140. yandex/cloud/datasphere/v1/project_service_pb2.pyi +606 -0
  141. yandex/cloud/datasphere/v2/community_pb2.pyi +75 -0
  142. yandex/cloud/datasphere/v2/community_service_pb2.pyi +384 -0
  143. yandex/cloud/datasphere/v2/dataset_pb2.pyi +159 -0
  144. yandex/cloud/datasphere/v2/dataset_service_pb2.pyi +47 -0
  145. yandex/cloud/datasphere/v2/docker_image_service_pb2.pyi +29 -0
  146. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +484 -0
  147. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +694 -0
  148. yandex/cloud/datasphere/v2/project_pb2.pyi +265 -0
  149. yandex/cloud/datasphere/v2/project_service_pb2.pyi +815 -0
  150. yandex/cloud/datasphere/v2/resource_types_pb2.pyi +46 -0
  151. yandex/cloud/datasphere/v2/restrictions_pb2.pyi +127 -0
  152. yandex/cloud/datasphere/v2/s3_service_pb2.pyi +47 -0
  153. yandex/cloud/datasphere/v2/secret_pb2.pyi +102 -0
  154. yandex/cloud/datasphere/v2/user_pb2.pyi +43 -0
  155. yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +295 -0
  156. yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +324 -0
  157. yandex/cloud/datatransfer/v1/endpoint/kafka_pb2.pyi +294 -0
  158. yandex/cloud/datatransfer/v1/endpoint/metrika_pb2.pyi +84 -0
  159. yandex/cloud/datatransfer/v1/endpoint/mongo_pb2.pyi +191 -0
  160. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +261 -0
  161. yandex/cloud/datatransfer/v1/endpoint/parsers_pb2.pyi +91 -0
  162. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +326 -0
  163. yandex/cloud/datatransfer/v1/endpoint/serializers_pb2.pyi +105 -0
  164. yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +154 -0
  165. yandex/cloud/datatransfer/v1/endpoint/yds_pb2.pyi +155 -0
  166. yandex/cloud/datatransfer/v1/endpoint_pb2.pyi +144 -0
  167. yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +262 -0
  168. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +689 -0
  169. yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +338 -0
  170. yandex/cloud/dns/v1/dns_zone_pb2.pyi +163 -0
  171. yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +655 -0
  172. yandex/cloud/endpoint/api_endpoint_pb2.pyi +29 -0
  173. yandex/cloud/endpoint/api_endpoint_service_pb2.pyi +66 -0
  174. yandex/cloud/iam/v1/api_key_pb2.pyi +61 -0
  175. yandex/cloud/iam/v1/api_key_service_pb2.pyi +293 -0
  176. yandex/cloud/iam/v1/awscompatibility/access_key_pb2.pyi +61 -0
  177. yandex/cloud/iam/v1/awscompatibility/access_key_service_pb2.pyi +283 -0
  178. yandex/cloud/iam/v1/iam_token_service_pb2.pyi +80 -0
  179. yandex/cloud/iam/v1/key_pb2.pyi +90 -0
  180. yandex/cloud/iam/v1/key_service_pb2.pyi +320 -0
  181. yandex/cloud/iam/v1/resource_pb2.pyi +33 -0
  182. yandex/cloud/iam/v1/role_pb2.pyi +33 -0
  183. yandex/cloud/iam/v1/role_service_pb2.pyi +92 -0
  184. yandex/cloud/iam/v1/service_account_pb2.pyi +75 -0
  185. yandex/cloud/iam/v1/service_account_service_pb2.pyi +335 -0
  186. yandex/cloud/iam/v1/service_control_pb2.pyi +98 -0
  187. yandex/cloud/iam/v1/service_control_service_pb2.pyi +310 -0
  188. yandex/cloud/iam/v1/user_account_pb2.pyi +133 -0
  189. yandex/cloud/iam/v1/user_account_service_pb2.pyi +27 -0
  190. yandex/cloud/iam/v1/yandex_passport_user_account_service_pb2.pyi +27 -0
  191. yandex/cloud/iot/broker/v1/broker_data_service_pb2.pyi +45 -0
  192. yandex/cloud/iot/broker/v1/broker_pb2.pyi +209 -0
  193. yandex/cloud/iot/broker/v1/broker_service_pb2.pyi +627 -0
  194. yandex/cloud/iot/devices/v1/device_data_service_pb2.pyi +45 -0
  195. yandex/cloud/iot/devices/v1/device_pb2.pyi +233 -0
  196. yandex/cloud/iot/devices/v1/device_service_pb2.pyi +670 -0
  197. yandex/cloud/iot/devices/v1/registry_data_service_pb2.pyi +45 -0
  198. yandex/cloud/iot/devices/v1/registry_pb2.pyi +291 -0
  199. yandex/cloud/iot/devices/v1/registry_service_pb2.pyi +849 -0
  200. yandex/cloud/k8s/v1/cluster_pb2.pyi +610 -0
  201. yandex/cloud/k8s/v1/cluster_service_pb2.pyi +904 -0
  202. yandex/cloud/k8s/v1/maintenance_pb2.pyi +132 -0
  203. yandex/cloud/k8s/v1/node_group_pb2.pyi +365 -0
  204. yandex/cloud/k8s/v1/node_group_service_pb2.pyi +566 -0
  205. yandex/cloud/k8s/v1/node_pb2.pyi +784 -0
  206. yandex/cloud/k8s/v1/version_pb2.pyi +68 -0
  207. yandex/cloud/k8s/v1/version_service_pb2.pyi +64 -0
  208. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_crypto_service_pb2.pyi +92 -0
  209. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_pb2.pyi +149 -0
  210. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_service_pb2.pyi +335 -0
  211. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_crypto_service_pb2.pyi +140 -0
  212. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_pb2.pyi +189 -0
  213. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_service_pb2.pyi +335 -0
  214. yandex/cloud/kms/v1/symmetric_crypto_service_pb2.pyi +270 -0
  215. yandex/cloud/kms/v1/symmetric_key_pb2.pyi +260 -0
  216. yandex/cloud/kms/v1/symmetric_key_service_pb2.pyi +591 -0
  217. yandex/cloud/loadbalancer/v1/health_check_pb2.pyi +102 -0
  218. yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +364 -0
  219. yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +747 -0
  220. yandex/cloud/loadbalancer/v1/target_group_pb2.pyi +109 -0
  221. yandex/cloud/loadbalancer/v1/target_group_service_pb2.pyi +434 -0
  222. yandex/cloud/loadtesting/agent/v1/agent_pb2.pyi +26 -0
  223. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.py +10 -10
  224. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +83 -0
  225. yandex/cloud/loadtesting/agent/v1/agent_service_pb2.pyi +79 -0
  226. yandex/cloud/loadtesting/agent/v1/job_service_pb2.pyi +309 -0
  227. yandex/cloud/loadtesting/agent/v1/monitoring_service_pb2.pyi +102 -0
  228. yandex/cloud/loadtesting/agent/v1/test_pb2.pyi +181 -0
  229. yandex/cloud/loadtesting/agent/v1/test_service_pb2.pyi +105 -0
  230. yandex/cloud/loadtesting/agent/v1/trail_service_pb2.pyi +178 -0
  231. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +91 -0
  232. yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +120 -0
  233. yandex/cloud/loadtesting/api/v1/agent/status_pb2.pyi +97 -0
  234. yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +301 -0
  235. yandex/cloud/loadtesting/api/v1/common/quantiles_pb2.pyi +61 -0
  236. yandex/cloud/loadtesting/api/v1/common/tag_pb2.pyi +33 -0
  237. yandex/cloud/loadtesting/api/v1/config/config_pb2.pyi +53 -0
  238. yandex/cloud/loadtesting/api/v1/config_service_pb2.pyi +165 -0
  239. yandex/cloud/loadtesting/api/v1/report/status_pb2.pyi +45 -0
  240. yandex/cloud/loadtesting/api/v1/report/table/report_pb2.pyi +79 -0
  241. yandex/cloud/loadtesting/api/v1/report_service_pb2.pyi +78 -0
  242. yandex/cloud/loadtesting/api/v1/test/agent_selector_pb2.pyi +42 -0
  243. yandex/cloud/loadtesting/api/v1/test/artifact_settings_pb2.pyi +61 -0
  244. yandex/cloud/loadtesting/api/v1/test/details_pb2.pyi +54 -0
  245. yandex/cloud/loadtesting/api/v1/test/file_pointer_pb2.pyi +34 -0
  246. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +37 -0
  247. yandex/cloud/loadtesting/api/v1/test/object_storage_pb2.pyi +33 -0
  248. yandex/cloud/loadtesting/api/v1/test/single_agent_configuration_pb2.pyi +74 -0
  249. yandex/cloud/loadtesting/api/v1/test/status_pb2.pyi +96 -0
  250. yandex/cloud/loadtesting/api/v1/test/summary_pb2.pyi +96 -0
  251. yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +65 -0
  252. yandex/cloud/loadtesting/api/v1/test_service_pb2.pyi +233 -0
  253. yandex/cloud/lockbox/v1/payload_pb2.pyi +61 -0
  254. yandex/cloud/lockbox/v1/payload_service_pb2.pyi +31 -0
  255. yandex/cloud/lockbox/v1/secret_pb2.pyi +209 -0
  256. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +634 -0
  257. yandex/cloud/logging/v1/export_pb2.pyi +121 -0
  258. yandex/cloud/logging/v1/export_service_pb2.pyi +474 -0
  259. yandex/cloud/logging/v1/log_entry_pb2.pyi +289 -0
  260. yandex/cloud/logging/v1/log_group_pb2.pyi +143 -0
  261. yandex/cloud/logging/v1/log_group_service_pb2.pyi +479 -0
  262. yandex/cloud/logging/v1/log_ingestion_service_pb2.pyi +98 -0
  263. yandex/cloud/logging/v1/log_reading_service_pb2.pyi +171 -0
  264. yandex/cloud/logging/v1/log_resource_pb2.pyi +65 -0
  265. yandex/cloud/logging/v1/sink_pb2.pyi +124 -0
  266. yandex/cloud/logging/v1/sink_service_pb2.pyi +390 -0
  267. yandex/cloud/marketplace/licensemanager/v1/instance_pb2.pyi +135 -0
  268. yandex/cloud/marketplace/licensemanager/v1/instance_service_pb2.pyi +102 -0
  269. yandex/cloud/marketplace/licensemanager/v1/lock_pb2.pyi +99 -0
  270. yandex/cloud/marketplace/licensemanager/v1/lock_service_pb2.pyi +230 -0
  271. yandex/cloud/marketplace/licensemanager/v1/template_pb2.pyi +107 -0
  272. yandex/cloud/marketplace/metering/v1/image_product_usage_service_pb2.pyi +64 -0
  273. yandex/cloud/marketplace/metering/v1/usage_record_pb2.pyi +111 -0
  274. yandex/cloud/marketplace/v1/metering/image_product_usage_service_pb2.pyi +64 -0
  275. yandex/cloud/marketplace/v1/metering/usage_record_pb2.pyi +111 -0
  276. yandex/cloud/mdb/clickhouse/v1/backup_pb2.pyi +97 -0
  277. yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.py +9 -3
  278. yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.pyi +125 -0
  279. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +747 -0
  280. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +130 -130
  281. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +2274 -0
  282. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1473 -0
  283. yandex/cloud/mdb/clickhouse/v1/database_pb2.pyi +51 -0
  284. yandex/cloud/mdb/clickhouse/v1/database_service_pb2.pyi +184 -0
  285. yandex/cloud/mdb/clickhouse/v1/format_schema_pb2.pyi +67 -0
  286. yandex/cloud/mdb/clickhouse/v1/format_schema_service_pb2.pyi +246 -0
  287. yandex/cloud/mdb/clickhouse/v1/maintenance_pb2.pyi +129 -0
  288. yandex/cloud/mdb/clickhouse/v1/ml_model_pb2.pyi +63 -0
  289. yandex/cloud/mdb/clickhouse/v1/ml_model_service_pb2.pyi +241 -0
  290. yandex/cloud/mdb/clickhouse/v1/resource_preset_pb2.pyi +45 -0
  291. yandex/cloud/mdb/clickhouse/v1/resource_preset_service_pb2.pyi +83 -0
  292. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1717 -0
  293. yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +353 -0
  294. yandex/cloud/mdb/clickhouse/v1/version_pb2.pyi +43 -0
  295. yandex/cloud/mdb/clickhouse/v1/versions_service_pb2.pyi +67 -0
  296. yandex/cloud/mdb/elasticsearch/v1/auth_pb2.pyi +139 -0
  297. yandex/cloud/mdb/elasticsearch/v1/auth_service_pb2.pyi +247 -0
  298. yandex/cloud/mdb/elasticsearch/v1/backup_pb2.pyi +69 -0
  299. yandex/cloud/mdb/elasticsearch/v1/backup_service_pb2.pyi +87 -0
  300. yandex/cloud/mdb/elasticsearch/v1/cluster_pb2.pyi +544 -0
  301. yandex/cloud/mdb/elasticsearch/v1/cluster_service_pb2.pyi +1422 -0
  302. yandex/cloud/mdb/elasticsearch/v1/config/elasticsearch_pb2.pyi +105 -0
  303. yandex/cloud/mdb/elasticsearch/v1/extension_pb2.pyi +67 -0
  304. yandex/cloud/mdb/elasticsearch/v1/extension_service_pb2.pyi +223 -0
  305. yandex/cloud/mdb/elasticsearch/v1/maintenance_pb2.pyi +115 -0
  306. yandex/cloud/mdb/elasticsearch/v1/resource_preset_pb2.pyi +45 -0
  307. yandex/cloud/mdb/elasticsearch/v1/resource_preset_service_pb2.pyi +85 -0
  308. yandex/cloud/mdb/elasticsearch/v1/user_pb2.pyi +53 -0
  309. yandex/cloud/mdb/elasticsearch/v1/user_service_pb2.pyi +247 -0
  310. yandex/cloud/mdb/greenplum/v1/backup_pb2.pyi +110 -0
  311. yandex/cloud/mdb/greenplum/v1/backup_service_pb2.pyi +122 -0
  312. yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +519 -0
  313. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +1274 -0
  314. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +961 -0
  315. yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.pyi +101 -0
  316. yandex/cloud/mdb/greenplum/v1/hba_rule_service_pb2.pyi +184 -0
  317. yandex/cloud/mdb/greenplum/v1/host_pb2.pyi +127 -0
  318. yandex/cloud/mdb/greenplum/v1/maintenance_pb2.pyi +145 -0
  319. yandex/cloud/mdb/greenplum/v1/pxf_pb2.py +37 -37
  320. yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +539 -0
  321. yandex/cloud/mdb/greenplum/v1/pxf_service_pb2.py +22 -22
  322. yandex/cloud/mdb/greenplum/v1/pxf_service_pb2.pyi +164 -0
  323. yandex/cloud/mdb/greenplum/v1/resource_preset_pb2.pyi +89 -0
  324. yandex/cloud/mdb/greenplum/v1/resource_preset_service_pb2.pyi +91 -0
  325. yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +844 -0
  326. yandex/cloud/mdb/kafka/v1/cluster_service_pb2.pyi +915 -0
  327. yandex/cloud/mdb/kafka/v1/common_pb2.pyi +71 -0
  328. yandex/cloud/mdb/kafka/v1/connector_pb2.pyi +690 -0
  329. yandex/cloud/mdb/kafka/v1/connector_service_pb2.pyi +342 -0
  330. yandex/cloud/mdb/kafka/v1/maintenance_pb2.pyi +115 -0
  331. yandex/cloud/mdb/kafka/v1/resource_preset_pb2.pyi +45 -0
  332. yandex/cloud/mdb/kafka/v1/resource_preset_service_pb2.pyi +85 -0
  333. yandex/cloud/mdb/kafka/v1/topic_pb2.pyi +375 -0
  334. yandex/cloud/mdb/kafka/v1/topic_service_pb2.pyi +252 -0
  335. yandex/cloud/mdb/kafka/v1/user_pb2.pyi +137 -0
  336. yandex/cloud/mdb/kafka/v1/user_service_pb2.pyi +360 -0
  337. yandex/cloud/mdb/mongodb/v1/backup_pb2.pyi +97 -0
  338. yandex/cloud/mdb/mongodb/v1/backup_service_pb2.pyi +121 -0
  339. yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +1890 -0
  340. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +3146 -0
  341. yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.pyi +536 -0
  342. yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.pyi +522 -0
  343. yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.pyi +693 -0
  344. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.pyi +781 -0
  345. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.pyi +693 -0
  346. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.pyi +794 -0
  347. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.pyi +699 -0
  348. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.pyi +794 -0
  349. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.pyi +699 -0
  350. yandex/cloud/mdb/mongodb/v1/database_pb2.pyi +51 -0
  351. yandex/cloud/mdb/mongodb/v1/database_service_pb2.pyi +184 -0
  352. yandex/cloud/mdb/mongodb/v1/maintenance_pb2.pyi +129 -0
  353. yandex/cloud/mdb/mongodb/v1/resource_preset_pb2.pyi +45 -0
  354. yandex/cloud/mdb/mongodb/v1/resource_preset_service_pb2.pyi +84 -0
  355. yandex/cloud/mdb/mongodb/v1/user_pb2.pyi +91 -0
  356. yandex/cloud/mdb/mongodb/v1/user_service_pb2.pyi +347 -0
  357. yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +111 -0
  358. yandex/cloud/mdb/mysql/v1/backup_service_pb2.pyi +129 -0
  359. yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +601 -0
  360. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +1537 -0
  361. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +1023 -0
  362. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +969 -0
  363. yandex/cloud/mdb/mysql/v1/database_pb2.pyi +52 -0
  364. yandex/cloud/mdb/mysql/v1/database_service_pb2.pyi +192 -0
  365. yandex/cloud/mdb/mysql/v1/maintenance_pb2.pyi +129 -0
  366. yandex/cloud/mdb/mysql/v1/resource_preset_pb2.pyi +49 -0
  367. yandex/cloud/mdb/mysql/v1/resource_preset_service_pb2.pyi +86 -0
  368. yandex/cloud/mdb/mysql/v1/user_pb2.pyi +357 -0
  369. yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +378 -0
  370. yandex/cloud/mdb/mysql/v1alpha/backup_pb2.pyi +53 -0
  371. yandex/cloud/mdb/mysql/v1alpha/backup_service_pb2.pyi +89 -0
  372. yandex/cloud/mdb/mysql/v1alpha/cluster_pb2.pyi +470 -0
  373. yandex/cloud/mdb/mysql/v1alpha/cluster_service_pb2.pyi +1025 -0
  374. yandex/cloud/mdb/mysql/v1alpha/config/mysql5_7_pb2.pyi +87 -0
  375. yandex/cloud/mdb/mysql/v1alpha/database_pb2.pyi +49 -0
  376. yandex/cloud/mdb/mysql/v1alpha/database_service_pb2.pyi +184 -0
  377. yandex/cloud/mdb/mysql/v1alpha/resource_preset_pb2.pyi +45 -0
  378. yandex/cloud/mdb/mysql/v1alpha/resource_preset_service_pb2.pyi +83 -0
  379. yandex/cloud/mdb/mysql/v1alpha/user_pb2.pyi +185 -0
  380. yandex/cloud/mdb/mysql/v1alpha/user_service_pb2.pyi +312 -0
  381. yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +69 -0
  382. yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +69 -0
  383. yandex/cloud/mdb/opensearch/v1/backup_service_pb2.pyi +91 -0
  384. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +726 -0
  385. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +1827 -0
  386. yandex/cloud/mdb/opensearch/v1/config/opensearch_pb2.pyi +63 -0
  387. yandex/cloud/mdb/opensearch/v1/maintenance_pb2.pyi +155 -0
  388. yandex/cloud/mdb/opensearch/v1/resource_preset_pb2.pyi +45 -0
  389. yandex/cloud/mdb/opensearch/v1/resource_preset_service_pb2.pyi +87 -0
  390. yandex/cloud/mdb/postgresql/v1/backup_pb2.pyi +139 -0
  391. yandex/cloud/mdb/postgresql/v1/backup_service_pb2.pyi +125 -0
  392. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +935 -0
  393. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +1708 -0
  394. yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.pyi +507 -0
  395. yandex/cloud/mdb/postgresql/v1/config/host10_pb2.pyi +507 -0
  396. yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.pyi +501 -0
  397. yandex/cloud/mdb/postgresql/v1/config/host11_pb2.pyi +501 -0
  398. yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.pyi +501 -0
  399. yandex/cloud/mdb/postgresql/v1/config/host12_pb2.pyi +501 -0
  400. yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.pyi +501 -0
  401. yandex/cloud/mdb/postgresql/v1/config/host13_pb2.pyi +501 -0
  402. yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.pyi +497 -0
  403. yandex/cloud/mdb/postgresql/v1/config/host14_pb2.pyi +497 -0
  404. yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.pyi +497 -0
  405. yandex/cloud/mdb/postgresql/v1/config/host15_pb2.pyi +497 -0
  406. yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.pyi +516 -0
  407. yandex/cloud/mdb/postgresql/v1/config/host16_pb2.pyi +516 -0
  408. yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.pyi +458 -0
  409. yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.pyi +931 -0
  410. yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.pyi +923 -0
  411. yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.pyi +975 -0
  412. yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.pyi +967 -0
  413. yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.pyi +999 -0
  414. yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.pyi +991 -0
  415. yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.pyi +1053 -0
  416. yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.pyi +1051 -0
  417. yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.pyi +1081 -0
  418. yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.pyi +1079 -0
  419. yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +1091 -0
  420. yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +1083 -0
  421. yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +1093 -0
  422. yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +1085 -0
  423. yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.pyi +651 -0
  424. yandex/cloud/mdb/postgresql/v1/database_pb2.pyi +150 -0
  425. yandex/cloud/mdb/postgresql/v1/database_service_pb2.pyi +260 -0
  426. yandex/cloud/mdb/postgresql/v1/maintenance_pb2.pyi +129 -0
  427. yandex/cloud/mdb/postgresql/v1/perf_diag_pb2.pyi +462 -0
  428. yandex/cloud/mdb/postgresql/v1/perf_diag_service_pb2.pyi +139 -0
  429. yandex/cloud/mdb/postgresql/v1/resource_preset_pb2.pyi +45 -0
  430. yandex/cloud/mdb/postgresql/v1/resource_preset_service_pb2.pyi +83 -0
  431. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +534 -0
  432. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +396 -0
  433. yandex/cloud/mdb/redis/v1/backup_pb2.pyi +65 -0
  434. yandex/cloud/mdb/redis/v1/backup_service_pb2.pyi +89 -0
  435. yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +610 -0
  436. yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +1686 -0
  437. yandex/cloud/mdb/redis/v1/config/redis5_0_pb2.pyi +204 -0
  438. yandex/cloud/mdb/redis/v1/config/redis6_0_pb2.pyi +204 -0
  439. yandex/cloud/mdb/redis/v1/config/redis6_2_pb2.pyi +210 -0
  440. yandex/cloud/mdb/redis/v1/config/redis7_0_pb2.pyi +210 -0
  441. yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +210 -0
  442. yandex/cloud/mdb/redis/v1/maintenance_pb2.pyi +129 -0
  443. yandex/cloud/mdb/redis/v1/resource_preset_pb2.pyi +45 -0
  444. yandex/cloud/mdb/redis/v1/resource_preset_service_pb2.pyi +83 -0
  445. yandex/cloud/mdb/sqlserver/v1/backup_pb2.pyi +62 -0
  446. yandex/cloud/mdb/sqlserver/v1/backup_service_pb2.pyi +90 -0
  447. yandex/cloud/mdb/sqlserver/v1/cluster_pb2.pyi +571 -0
  448. yandex/cloud/mdb/sqlserver/v1/cluster_service_pb2.pyi +1226 -0
  449. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2016sp2_pb2.pyi +231 -0
  450. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2017_pb2.pyi +231 -0
  451. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2019_pb2.pyi +231 -0
  452. yandex/cloud/mdb/sqlserver/v1/database_pb2.pyi +52 -0
  453. yandex/cloud/mdb/sqlserver/v1/database_service_pb2.pyi +384 -0
  454. yandex/cloud/mdb/sqlserver/v1/resource_preset_pb2.pyi +45 -0
  455. yandex/cloud/mdb/sqlserver/v1/resource_preset_service_pb2.pyi +83 -0
  456. yandex/cloud/mdb/sqlserver/v1/user_pb2.pyi +185 -0
  457. yandex/cloud/mdb/sqlserver/v1/user_service_pb2.pyi +368 -0
  458. yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +641 -0
  459. yandex/cloud/monitoring/v3/dashboard_pb2.pyi +122 -0
  460. yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +377 -0
  461. yandex/cloud/monitoring/v3/downsampling_pb2.pyi +118 -0
  462. yandex/cloud/monitoring/v3/parametrization_pb2.pyi +256 -0
  463. yandex/cloud/monitoring/v3/text_widget_pb2.pyi +29 -0
  464. yandex/cloud/monitoring/v3/title_widget_pb2.pyi +69 -0
  465. yandex/cloud/monitoring/v3/unit_format_pb2.pyi +480 -0
  466. yandex/cloud/monitoring/v3/widget_pb2.pyi +82 -0
  467. yandex/cloud/oauth/claims_pb2.pyi +136 -0
  468. yandex/cloud/operation/operation_pb2.pyi +89 -0
  469. yandex/cloud/operation/operation_service_pb2.pyi +43 -0
  470. yandex/cloud/organizationmanager/v1/group_mapping_pb2.pyi +57 -0
  471. yandex/cloud/organizationmanager/v1/group_mapping_service_pb2.pyi +305 -0
  472. yandex/cloud/organizationmanager/v1/group_pb2.pyi +51 -0
  473. yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +464 -0
  474. yandex/cloud/organizationmanager/v1/organization_pb2.pyi +73 -0
  475. yandex/cloud/organizationmanager/v1/organization_service_pb2.pyi +231 -0
  476. yandex/cloud/organizationmanager/v1/os_login_service_pb2.pyi +421 -0
  477. yandex/cloud/organizationmanager/v1/saml/certificate_pb2.pyi +53 -0
  478. yandex/cloud/organizationmanager/v1/saml/certificate_service_pb2.pyi +298 -0
  479. yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +179 -0
  480. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +625 -0
  481. yandex/cloud/organizationmanager/v1/ssh_certificate_service_pb2.pyi +62 -0
  482. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +133 -0
  483. yandex/cloud/organizationmanager/v1/user_service_pb2.pyi +150 -0
  484. yandex/cloud/organizationmanager/v1/user_ssh_key_pb2.pyi +53 -0
  485. yandex/cloud/organizationmanager/v1/user_ssh_key_service_pb2.pyi +194 -0
  486. yandex/cloud/quota/quota_pb2.pyi +88 -0
  487. yandex/cloud/reference/reference_pb2.pyi +77 -0
  488. yandex/cloud/resourcemanager/v1/cloud_pb2.pyi +73 -0
  489. yandex/cloud/resourcemanager/v1/cloud_service_pb2.pyi +360 -0
  490. yandex/cloud/resourcemanager/v1/folder_pb2.pyi +109 -0
  491. yandex/cloud/resourcemanager/v1/folder_service_pb2.pyi +364 -0
  492. yandex/cloud/serverless/apigateway/v1/apigateway_pb2.py +24 -21
  493. yandex/cloud/serverless/apigateway/v1/apigateway_pb2.pyi +332 -0
  494. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.py +53 -48
  495. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.pyi +618 -0
  496. yandex/cloud/serverless/apigateway/websocket/v1/connection_pb2.pyi +71 -0
  497. yandex/cloud/serverless/apigateway/websocket/v1/connection_service_pb2.pyi +113 -0
  498. yandex/cloud/serverless/containers/v1/container_pb2.pyi +538 -0
  499. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +668 -0
  500. yandex/cloud/serverless/functions/v1/function_pb2.pyi +607 -0
  501. yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +1073 -0
  502. yandex/cloud/serverless/functions/v1/network_service_pb2.pyi +312 -0
  503. yandex/cloud/serverless/mdbproxy/v1/proxy_pb2.pyi +163 -0
  504. yandex/cloud/serverless/mdbproxy/v1/proxy_service_pb2.pyi +359 -0
  505. yandex/cloud/serverless/triggers/v1/predicate_pb2.pyi +80 -0
  506. yandex/cloud/serverless/triggers/v1/trigger_pb2.pyi +1109 -0
  507. yandex/cloud/serverless/triggers/v1/trigger_service_pb2.pyi +439 -0
  508. yandex/cloud/speechsense/v1/audio_pb2.pyi +204 -0
  509. yandex/cloud/speechsense/v1/talk_service_pb2.pyi +161 -0
  510. yandex/cloud/speechsense/v1/text_pb2.pyi +70 -0
  511. yandex/cloud/storage/v1/bucket_pb2.pyi +1465 -0
  512. yandex/cloud/storage/v1/bucket_service_pb2.pyi +540 -0
  513. yandex/cloud/validation_pb2.pyi +53 -0
  514. yandex/cloud/video/v1/channel_pb2.pyi +79 -0
  515. yandex/cloud/video/v1/channel_service_pb2.pyi +259 -0
  516. yandex/cloud/video/v1/episode_pb2.pyi +140 -0
  517. yandex/cloud/video/v1/episode_service_pb2.pyi +451 -0
  518. yandex/cloud/video/v1/stream_line_pb2.pyi +305 -0
  519. yandex/cloud/video/v1/stream_line_service_pb2.pyi +563 -0
  520. yandex/cloud/video/v1/stream_pb2.pyi +197 -0
  521. yandex/cloud/video/v1/stream_service_pb2.pyi +396 -0
  522. yandex/cloud/video/v1/thumbnail_pb2.pyi +39 -0
  523. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +184 -0
  524. yandex/cloud/video/v1/video_pb2.pyi +211 -0
  525. yandex/cloud/video/v1/video_service_pb2.pyi +464 -0
  526. yandex/cloud/vpc/v1/address_pb2.pyi +226 -0
  527. yandex/cloud/vpc/v1/address_service_pb2.pyi +491 -0
  528. yandex/cloud/vpc/v1/gateway_pb2.pyi +92 -0
  529. yandex/cloud/vpc/v1/gateway_service_pb2.pyi +403 -0
  530. yandex/cloud/vpc/v1/network_pb2.pyi +79 -0
  531. yandex/cloud/vpc/v1/network_service_pb2.pyi +547 -0
  532. yandex/cloud/vpc/v1/route_table_pb2.pyi +136 -0
  533. yandex/cloud/vpc/v1/route_table_service_pb2.pyi +381 -0
  534. yandex/cloud/vpc/v1/security_group_pb2.pyi +266 -0
  535. yandex/cloud/vpc/v1/security_group_service_pb2.pyi +591 -0
  536. yandex/cloud/vpc/v1/subnet_pb2.pyi +155 -0
  537. yandex/cloud/vpc/v1/subnet_service_pb2.pyi +593 -0
  538. yandex/cloud/ydb/v1/backup_pb2.pyi +353 -0
  539. yandex/cloud/ydb/v1/backup_service_pb2.pyi +166 -0
  540. yandex/cloud/ydb/v1/database_pb2.pyi +577 -0
  541. yandex/cloud/ydb/v1/database_service_pb2.pyi +550 -0
  542. yandex/cloud/ydb/v1/location_pb2.pyi +29 -0
  543. yandex/cloud/ydb/v1/location_service_pb2.pyi +83 -0
  544. yandex/cloud/ydb/v1/resource_preset_pb2.pyi +32 -0
  545. yandex/cloud/ydb/v1/resource_preset_service_pb2.pyi +83 -0
  546. yandex/cloud/ydb/v1/storage_type_pb2.pyi +32 -0
  547. yandex/cloud/ydb/v1/storage_type_service_pb2.pyi +83 -0
  548. yandexcloud/_auth_fabric.py +46 -41
  549. yandexcloud/_auth_plugin.py +36 -18
  550. yandexcloud/_backoff.py +8 -7
  551. yandexcloud/_channels.py +27 -13
  552. yandexcloud/_helpers.py +15 -29
  553. yandexcloud/_operation_waiter.py +32 -18
  554. yandexcloud/_retry_interceptor.py +39 -22
  555. yandexcloud/_sdk.py +81 -32
  556. yandexcloud/_wrappers/__init__.py +9 -2
  557. yandexcloud/_wrappers/dataproc/__init__.py +11 -10
  558. yandexcloud/auth.py +10 -2
  559. yandexcloud/operations.py +22 -7
  560. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/AUTHORS +2 -3
  561. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/METADATA +4 -4
  562. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/RECORD +565 -26
  563. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/LICENSE +0 -0
  564. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/WHEEL +0 -0
  565. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,375 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import google.protobuf.descriptor
8
+ import google.protobuf.internal.enum_type_wrapper
9
+ import google.protobuf.message
10
+ import google.protobuf.wrappers_pb2
11
+ import sys
12
+ import typing
13
+ import yandex.cloud.mdb.kafka.v1.common_pb2
14
+
15
+ if sys.version_info >= (3, 10):
16
+ import typing as typing_extensions
17
+ else:
18
+ import typing_extensions
19
+
20
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
21
+
22
+ @typing.final
23
+ class Topic(google.protobuf.message.Message):
24
+ """An Kafka topic.
25
+ For more information, see the [Concepts -> Topics and partitions](/docs/managed-kafka/concepts/topics) section of the documentation.
26
+ """
27
+
28
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
29
+
30
+ NAME_FIELD_NUMBER: builtins.int
31
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
32
+ PARTITIONS_FIELD_NUMBER: builtins.int
33
+ REPLICATION_FACTOR_FIELD_NUMBER: builtins.int
34
+ TOPIC_CONFIG_2_8_FIELD_NUMBER: builtins.int
35
+ TOPIC_CONFIG_3_FIELD_NUMBER: builtins.int
36
+ name: builtins.str
37
+ """Name of the topic."""
38
+ cluster_id: builtins.str
39
+ """ID of an Apache Kafka® cluster that the topic belongs to.
40
+
41
+ To get the Apache Kafka® cluster ID, make a [ClusterService.List] request.
42
+ """
43
+ @property
44
+ def partitions(self) -> google.protobuf.wrappers_pb2.Int64Value:
45
+ """The number of the topic's partitions."""
46
+
47
+ @property
48
+ def replication_factor(self) -> google.protobuf.wrappers_pb2.Int64Value:
49
+ """Amount of data copies (replicas) for the topic in the cluster."""
50
+
51
+ @property
52
+ def topic_config_2_8(self) -> global___TopicConfig2_8: ...
53
+ @property
54
+ def topic_config_3(self) -> global___TopicConfig3: ...
55
+ def __init__(
56
+ self,
57
+ *,
58
+ name: builtins.str = ...,
59
+ cluster_id: builtins.str = ...,
60
+ partitions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
61
+ replication_factor: google.protobuf.wrappers_pb2.Int64Value | None = ...,
62
+ topic_config_2_8: global___TopicConfig2_8 | None = ...,
63
+ topic_config_3: global___TopicConfig3 | None = ...,
64
+ ) -> None: ...
65
+ def HasField(self, field_name: typing.Literal["partitions", b"partitions", "replication_factor", b"replication_factor", "topic_config", b"topic_config", "topic_config_2_8", b"topic_config_2_8", "topic_config_3", b"topic_config_3"]) -> builtins.bool: ...
66
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "name", b"name", "partitions", b"partitions", "replication_factor", b"replication_factor", "topic_config", b"topic_config", "topic_config_2_8", b"topic_config_2_8", "topic_config_3", b"topic_config_3"]) -> None: ...
67
+ def WhichOneof(self, oneof_group: typing.Literal["topic_config", b"topic_config"]) -> typing.Literal["topic_config_2_8", "topic_config_3"] | None: ...
68
+
69
+ global___Topic = Topic
70
+
71
+ @typing.final
72
+ class TopicSpec(google.protobuf.message.Message):
73
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
74
+
75
+ NAME_FIELD_NUMBER: builtins.int
76
+ PARTITIONS_FIELD_NUMBER: builtins.int
77
+ REPLICATION_FACTOR_FIELD_NUMBER: builtins.int
78
+ TOPIC_CONFIG_2_8_FIELD_NUMBER: builtins.int
79
+ TOPIC_CONFIG_3_FIELD_NUMBER: builtins.int
80
+ name: builtins.str
81
+ """Name of the topic."""
82
+ @property
83
+ def partitions(self) -> google.protobuf.wrappers_pb2.Int64Value:
84
+ """The number of the topic's partitions."""
85
+
86
+ @property
87
+ def replication_factor(self) -> google.protobuf.wrappers_pb2.Int64Value:
88
+ """Amount of copies of a topic data kept in the cluster."""
89
+
90
+ @property
91
+ def topic_config_2_8(self) -> global___TopicConfig2_8: ...
92
+ @property
93
+ def topic_config_3(self) -> global___TopicConfig3: ...
94
+ def __init__(
95
+ self,
96
+ *,
97
+ name: builtins.str = ...,
98
+ partitions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
99
+ replication_factor: google.protobuf.wrappers_pb2.Int64Value | None = ...,
100
+ topic_config_2_8: global___TopicConfig2_8 | None = ...,
101
+ topic_config_3: global___TopicConfig3 | None = ...,
102
+ ) -> None: ...
103
+ def HasField(self, field_name: typing.Literal["partitions", b"partitions", "replication_factor", b"replication_factor", "topic_config", b"topic_config", "topic_config_2_8", b"topic_config_2_8", "topic_config_3", b"topic_config_3"]) -> builtins.bool: ...
104
+ def ClearField(self, field_name: typing.Literal["name", b"name", "partitions", b"partitions", "replication_factor", b"replication_factor", "topic_config", b"topic_config", "topic_config_2_8", b"topic_config_2_8", "topic_config_3", b"topic_config_3"]) -> None: ...
105
+ def WhichOneof(self, oneof_group: typing.Literal["topic_config", b"topic_config"]) -> typing.Literal["topic_config_2_8", "topic_config_3"] | None: ...
106
+
107
+ global___TopicSpec = TopicSpec
108
+
109
+ @typing.final
110
+ class TopicConfig2_8(google.protobuf.message.Message):
111
+ """A topic settings for 2.8"""
112
+
113
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
114
+
115
+ class _CleanupPolicy:
116
+ ValueType = typing.NewType("ValueType", builtins.int)
117
+ V: typing_extensions.TypeAlias = ValueType
118
+
119
+ class _CleanupPolicyEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[TopicConfig2_8._CleanupPolicy.ValueType], builtins.type):
120
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
121
+ CLEANUP_POLICY_UNSPECIFIED: TopicConfig2_8._CleanupPolicy.ValueType # 0
122
+ CLEANUP_POLICY_DELETE: TopicConfig2_8._CleanupPolicy.ValueType # 1
123
+ """This policy discards log segments when either their retention time or log size limit is reached. See also: [KafkaConfig2_8.log_retention_ms] and other similar parameters."""
124
+ CLEANUP_POLICY_COMPACT: TopicConfig2_8._CleanupPolicy.ValueType # 2
125
+ """This policy compacts messages in log."""
126
+ CLEANUP_POLICY_COMPACT_AND_DELETE: TopicConfig2_8._CleanupPolicy.ValueType # 3
127
+ """This policy use both compaction and deletion for messages and log segments."""
128
+
129
+ class CleanupPolicy(_CleanupPolicy, metaclass=_CleanupPolicyEnumTypeWrapper): ...
130
+ CLEANUP_POLICY_UNSPECIFIED: TopicConfig2_8.CleanupPolicy.ValueType # 0
131
+ CLEANUP_POLICY_DELETE: TopicConfig2_8.CleanupPolicy.ValueType # 1
132
+ """This policy discards log segments when either their retention time or log size limit is reached. See also: [KafkaConfig2_8.log_retention_ms] and other similar parameters."""
133
+ CLEANUP_POLICY_COMPACT: TopicConfig2_8.CleanupPolicy.ValueType # 2
134
+ """This policy compacts messages in log."""
135
+ CLEANUP_POLICY_COMPACT_AND_DELETE: TopicConfig2_8.CleanupPolicy.ValueType # 3
136
+ """This policy use both compaction and deletion for messages and log segments."""
137
+
138
+ CLEANUP_POLICY_FIELD_NUMBER: builtins.int
139
+ COMPRESSION_TYPE_FIELD_NUMBER: builtins.int
140
+ DELETE_RETENTION_MS_FIELD_NUMBER: builtins.int
141
+ FILE_DELETE_DELAY_MS_FIELD_NUMBER: builtins.int
142
+ FLUSH_MESSAGES_FIELD_NUMBER: builtins.int
143
+ FLUSH_MS_FIELD_NUMBER: builtins.int
144
+ MIN_COMPACTION_LAG_MS_FIELD_NUMBER: builtins.int
145
+ RETENTION_BYTES_FIELD_NUMBER: builtins.int
146
+ RETENTION_MS_FIELD_NUMBER: builtins.int
147
+ MAX_MESSAGE_BYTES_FIELD_NUMBER: builtins.int
148
+ MIN_INSYNC_REPLICAS_FIELD_NUMBER: builtins.int
149
+ SEGMENT_BYTES_FIELD_NUMBER: builtins.int
150
+ PREALLOCATE_FIELD_NUMBER: builtins.int
151
+ cleanup_policy: global___TopicConfig2_8.CleanupPolicy.ValueType
152
+ """Retention policy to use on old log messages."""
153
+ compression_type: yandex.cloud.mdb.kafka.v1.common_pb2.CompressionType.ValueType
154
+ """The compression type for a given topic."""
155
+ @property
156
+ def delete_retention_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
157
+ """The amount of time in milliseconds to retain delete tombstone markers for log compacted topics."""
158
+
159
+ @property
160
+ def file_delete_delay_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
161
+ """The time to wait before deleting a file from the filesystem."""
162
+
163
+ @property
164
+ def flush_messages(self) -> google.protobuf.wrappers_pb2.Int64Value:
165
+ """The number of messages accumulated on a log partition before messages are flushed to disk.
166
+
167
+ This setting overrides the cluster-level [KafkaConfig2_8.log_flush_interval_messages] setting on the topic level.
168
+ """
169
+
170
+ @property
171
+ def flush_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
172
+ """The maximum time in milliseconds that a message in the topic is kept in memory before flushed to disk.
173
+
174
+ This setting overrides the cluster-level [KafkaConfig2_8.log_flush_interval_ms] setting on the topic level.
175
+ """
176
+
177
+ @property
178
+ def min_compaction_lag_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
179
+ """The minimum time in milliseconds a message will remain uncompacted in the log."""
180
+
181
+ @property
182
+ def retention_bytes(self) -> google.protobuf.wrappers_pb2.Int64Value:
183
+ """The maximum size a partition can grow to before Kafka will discard old log segments to free up space if the `delete` [cleanup_policy] is in effect.
184
+ It is helpful if you need to control the size of log due to limited disk space.
185
+
186
+ This setting overrides the cluster-level [KafkaConfig2_8.log_retention_bytes] setting on the topic level.
187
+ """
188
+
189
+ @property
190
+ def retention_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
191
+ """The number of milliseconds to keep a log segment's file before deleting it.
192
+
193
+ This setting overrides the cluster-level [KafkaConfig2_8.log_retention_ms] setting on the topic level.
194
+ """
195
+
196
+ @property
197
+ def max_message_bytes(self) -> google.protobuf.wrappers_pb2.Int64Value:
198
+ """The largest record batch size allowed in topic."""
199
+
200
+ @property
201
+ def min_insync_replicas(self) -> google.protobuf.wrappers_pb2.Int64Value:
202
+ """This configuration specifies the minimum number of replicas that must acknowledge a write to topic for the write
203
+ to be considered successful (when a producer sets acks to "all").
204
+ """
205
+
206
+ @property
207
+ def segment_bytes(self) -> google.protobuf.wrappers_pb2.Int64Value:
208
+ """This configuration controls the segment file size for the log. Retention and cleaning is always done a file
209
+ at a time so a larger segment size means fewer files but less granular control over retention.
210
+
211
+ This setting overrides the cluster-level [KafkaConfig2_8.log_segment_bytes] setting on the topic level.
212
+ """
213
+
214
+ @property
215
+ def preallocate(self) -> google.protobuf.wrappers_pb2.BoolValue:
216
+ """True if we should preallocate the file on disk when creating a new log segment.
217
+
218
+ This setting overrides the cluster-level [KafkaConfig2_8.log_preallocate] setting on the topic level.
219
+ """
220
+
221
+ def __init__(
222
+ self,
223
+ *,
224
+ cleanup_policy: global___TopicConfig2_8.CleanupPolicy.ValueType = ...,
225
+ compression_type: yandex.cloud.mdb.kafka.v1.common_pb2.CompressionType.ValueType = ...,
226
+ delete_retention_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
227
+ file_delete_delay_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
228
+ flush_messages: google.protobuf.wrappers_pb2.Int64Value | None = ...,
229
+ flush_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
230
+ min_compaction_lag_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
231
+ retention_bytes: google.protobuf.wrappers_pb2.Int64Value | None = ...,
232
+ retention_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
233
+ max_message_bytes: google.protobuf.wrappers_pb2.Int64Value | None = ...,
234
+ min_insync_replicas: google.protobuf.wrappers_pb2.Int64Value | None = ...,
235
+ segment_bytes: google.protobuf.wrappers_pb2.Int64Value | None = ...,
236
+ preallocate: google.protobuf.wrappers_pb2.BoolValue | None = ...,
237
+ ) -> None: ...
238
+ def HasField(self, field_name: typing.Literal["delete_retention_ms", b"delete_retention_ms", "file_delete_delay_ms", b"file_delete_delay_ms", "flush_messages", b"flush_messages", "flush_ms", b"flush_ms", "max_message_bytes", b"max_message_bytes", "min_compaction_lag_ms", b"min_compaction_lag_ms", "min_insync_replicas", b"min_insync_replicas", "preallocate", b"preallocate", "retention_bytes", b"retention_bytes", "retention_ms", b"retention_ms", "segment_bytes", b"segment_bytes"]) -> builtins.bool: ...
239
+ def ClearField(self, field_name: typing.Literal["cleanup_policy", b"cleanup_policy", "compression_type", b"compression_type", "delete_retention_ms", b"delete_retention_ms", "file_delete_delay_ms", b"file_delete_delay_ms", "flush_messages", b"flush_messages", "flush_ms", b"flush_ms", "max_message_bytes", b"max_message_bytes", "min_compaction_lag_ms", b"min_compaction_lag_ms", "min_insync_replicas", b"min_insync_replicas", "preallocate", b"preallocate", "retention_bytes", b"retention_bytes", "retention_ms", b"retention_ms", "segment_bytes", b"segment_bytes"]) -> None: ...
240
+
241
+ global___TopicConfig2_8 = TopicConfig2_8
242
+
243
+ @typing.final
244
+ class TopicConfig3(google.protobuf.message.Message):
245
+ """A topic settings for 3.x"""
246
+
247
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
248
+
249
+ class _CleanupPolicy:
250
+ ValueType = typing.NewType("ValueType", builtins.int)
251
+ V: typing_extensions.TypeAlias = ValueType
252
+
253
+ class _CleanupPolicyEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[TopicConfig3._CleanupPolicy.ValueType], builtins.type):
254
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
255
+ CLEANUP_POLICY_UNSPECIFIED: TopicConfig3._CleanupPolicy.ValueType # 0
256
+ CLEANUP_POLICY_DELETE: TopicConfig3._CleanupPolicy.ValueType # 1
257
+ """This policy discards log segments when either their retention time or log size limit is reached. See also: [KafkaConfig3.log_retention_ms] and other similar parameters."""
258
+ CLEANUP_POLICY_COMPACT: TopicConfig3._CleanupPolicy.ValueType # 2
259
+ """This policy compacts messages in log."""
260
+ CLEANUP_POLICY_COMPACT_AND_DELETE: TopicConfig3._CleanupPolicy.ValueType # 3
261
+ """This policy use both compaction and deletion for messages and log segments."""
262
+
263
+ class CleanupPolicy(_CleanupPolicy, metaclass=_CleanupPolicyEnumTypeWrapper): ...
264
+ CLEANUP_POLICY_UNSPECIFIED: TopicConfig3.CleanupPolicy.ValueType # 0
265
+ CLEANUP_POLICY_DELETE: TopicConfig3.CleanupPolicy.ValueType # 1
266
+ """This policy discards log segments when either their retention time or log size limit is reached. See also: [KafkaConfig3.log_retention_ms] and other similar parameters."""
267
+ CLEANUP_POLICY_COMPACT: TopicConfig3.CleanupPolicy.ValueType # 2
268
+ """This policy compacts messages in log."""
269
+ CLEANUP_POLICY_COMPACT_AND_DELETE: TopicConfig3.CleanupPolicy.ValueType # 3
270
+ """This policy use both compaction and deletion for messages and log segments."""
271
+
272
+ CLEANUP_POLICY_FIELD_NUMBER: builtins.int
273
+ COMPRESSION_TYPE_FIELD_NUMBER: builtins.int
274
+ DELETE_RETENTION_MS_FIELD_NUMBER: builtins.int
275
+ FILE_DELETE_DELAY_MS_FIELD_NUMBER: builtins.int
276
+ FLUSH_MESSAGES_FIELD_NUMBER: builtins.int
277
+ FLUSH_MS_FIELD_NUMBER: builtins.int
278
+ MIN_COMPACTION_LAG_MS_FIELD_NUMBER: builtins.int
279
+ RETENTION_BYTES_FIELD_NUMBER: builtins.int
280
+ RETENTION_MS_FIELD_NUMBER: builtins.int
281
+ MAX_MESSAGE_BYTES_FIELD_NUMBER: builtins.int
282
+ MIN_INSYNC_REPLICAS_FIELD_NUMBER: builtins.int
283
+ SEGMENT_BYTES_FIELD_NUMBER: builtins.int
284
+ PREALLOCATE_FIELD_NUMBER: builtins.int
285
+ cleanup_policy: global___TopicConfig3.CleanupPolicy.ValueType
286
+ """Retention policy to use on old log messages."""
287
+ compression_type: yandex.cloud.mdb.kafka.v1.common_pb2.CompressionType.ValueType
288
+ """The compression type for a given topic."""
289
+ @property
290
+ def delete_retention_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
291
+ """The amount of time in milliseconds to retain delete tombstone markers for log compacted topics."""
292
+
293
+ @property
294
+ def file_delete_delay_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
295
+ """The time to wait before deleting a file from the filesystem."""
296
+
297
+ @property
298
+ def flush_messages(self) -> google.protobuf.wrappers_pb2.Int64Value:
299
+ """The number of messages accumulated on a log partition before messages are flushed to disk.
300
+
301
+ This setting overrides the cluster-level [KafkaConfig3.log_flush_interval_messages] setting on the topic level.
302
+ """
303
+
304
+ @property
305
+ def flush_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
306
+ """The maximum time in milliseconds that a message in the topic is kept in memory before flushed to disk.
307
+
308
+ This setting overrides the cluster-level [KafkaConfig3.log_flush_interval_ms] setting on the topic level.
309
+ """
310
+
311
+ @property
312
+ def min_compaction_lag_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
313
+ """The minimum time in milliseconds a message will remain uncompacted in the log."""
314
+
315
+ @property
316
+ def retention_bytes(self) -> google.protobuf.wrappers_pb2.Int64Value:
317
+ """The maximum size a partition can grow to before Kafka will discard old log segments to free up space if the `delete` [cleanup_policy] is in effect.
318
+ It is helpful if you need to control the size of log due to limited disk space.
319
+
320
+ This setting overrides the cluster-level [KafkaConfig3.log_retention_bytes] setting on the topic level.
321
+ """
322
+
323
+ @property
324
+ def retention_ms(self) -> google.protobuf.wrappers_pb2.Int64Value:
325
+ """The number of milliseconds to keep a log segment's file before deleting it.
326
+
327
+ This setting overrides the cluster-level [KafkaConfig3.log_retention_ms] setting on the topic level.
328
+ """
329
+
330
+ @property
331
+ def max_message_bytes(self) -> google.protobuf.wrappers_pb2.Int64Value:
332
+ """The largest record batch size allowed in topic."""
333
+
334
+ @property
335
+ def min_insync_replicas(self) -> google.protobuf.wrappers_pb2.Int64Value:
336
+ """This configuration specifies the minimum number of replicas that must acknowledge a write to topic for the write
337
+ to be considered successful (when a producer sets acks to "all").
338
+ """
339
+
340
+ @property
341
+ def segment_bytes(self) -> google.protobuf.wrappers_pb2.Int64Value:
342
+ """This configuration controls the segment file size for the log. Retention and cleaning is always done a file
343
+ at a time so a larger segment size means fewer files but less granular control over retention.
344
+
345
+ This setting overrides the cluster-level [KafkaConfig3.log_segment_bytes] setting on the topic level.
346
+ """
347
+
348
+ @property
349
+ def preallocate(self) -> google.protobuf.wrappers_pb2.BoolValue:
350
+ """True if we should preallocate the file on disk when creating a new log segment.
351
+
352
+ This setting overrides the cluster-level [KafkaConfig3.log_preallocate] setting on the topic level.
353
+ """
354
+
355
+ def __init__(
356
+ self,
357
+ *,
358
+ cleanup_policy: global___TopicConfig3.CleanupPolicy.ValueType = ...,
359
+ compression_type: yandex.cloud.mdb.kafka.v1.common_pb2.CompressionType.ValueType = ...,
360
+ delete_retention_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
361
+ file_delete_delay_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
362
+ flush_messages: google.protobuf.wrappers_pb2.Int64Value | None = ...,
363
+ flush_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
364
+ min_compaction_lag_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
365
+ retention_bytes: google.protobuf.wrappers_pb2.Int64Value | None = ...,
366
+ retention_ms: google.protobuf.wrappers_pb2.Int64Value | None = ...,
367
+ max_message_bytes: google.protobuf.wrappers_pb2.Int64Value | None = ...,
368
+ min_insync_replicas: google.protobuf.wrappers_pb2.Int64Value | None = ...,
369
+ segment_bytes: google.protobuf.wrappers_pb2.Int64Value | None = ...,
370
+ preallocate: google.protobuf.wrappers_pb2.BoolValue | None = ...,
371
+ ) -> None: ...
372
+ def HasField(self, field_name: typing.Literal["delete_retention_ms", b"delete_retention_ms", "file_delete_delay_ms", b"file_delete_delay_ms", "flush_messages", b"flush_messages", "flush_ms", b"flush_ms", "max_message_bytes", b"max_message_bytes", "min_compaction_lag_ms", b"min_compaction_lag_ms", "min_insync_replicas", b"min_insync_replicas", "preallocate", b"preallocate", "retention_bytes", b"retention_bytes", "retention_ms", b"retention_ms", "segment_bytes", b"segment_bytes"]) -> builtins.bool: ...
373
+ def ClearField(self, field_name: typing.Literal["cleanup_policy", b"cleanup_policy", "compression_type", b"compression_type", "delete_retention_ms", b"delete_retention_ms", "file_delete_delay_ms", b"file_delete_delay_ms", "flush_messages", b"flush_messages", "flush_ms", b"flush_ms", "max_message_bytes", b"max_message_bytes", "min_compaction_lag_ms", b"min_compaction_lag_ms", "min_insync_replicas", b"min_insync_replicas", "preallocate", b"preallocate", "retention_bytes", b"retention_bytes", "retention_ms", b"retention_ms", "segment_bytes", b"segment_bytes"]) -> None: ...
374
+
375
+ global___TopicConfig3 = TopicConfig3
@@ -0,0 +1,252 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import google.protobuf.descriptor
9
+ import google.protobuf.field_mask_pb2
10
+ import google.protobuf.internal.containers
11
+ import google.protobuf.message
12
+ import typing
13
+ import yandex.cloud.mdb.kafka.v1.topic_pb2
14
+
15
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
16
+
17
+ @typing.final
18
+ class GetTopicRequest(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
22
+ TOPIC_NAME_FIELD_NUMBER: builtins.int
23
+ cluster_id: builtins.str
24
+ """ID of the Apache Kafka® cluster that the topic belongs to.
25
+
26
+ To get the cluster ID, make a [ClusterService.List] request.
27
+ """
28
+ topic_name: builtins.str
29
+ """Name of the Kafka topic resource to return.
30
+
31
+ To get the name of the topic, make a [TopicService.List] request.
32
+ """
33
+ def __init__(
34
+ self,
35
+ *,
36
+ cluster_id: builtins.str = ...,
37
+ topic_name: builtins.str = ...,
38
+ ) -> None: ...
39
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "topic_name", b"topic_name"]) -> None: ...
40
+
41
+ global___GetTopicRequest = GetTopicRequest
42
+
43
+ @typing.final
44
+ class ListTopicsRequest(google.protobuf.message.Message):
45
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
46
+
47
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
48
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
49
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
50
+ cluster_id: builtins.str
51
+ """ID of the Apache Kafka® cluster to list topics in.
52
+
53
+ To get the cluster ID, make a [ClusterService.List] request.
54
+ """
55
+ page_size: builtins.int
56
+ """The maximum number of results per page to return.
57
+
58
+ If the number of available results is larger than [page_size], the service returns a [ListTopicsResponse.next_page_token] that can be used to get the next page of results in subsequent list requests.
59
+ """
60
+ page_token: builtins.str
61
+ """Page token.
62
+
63
+ To get the next page of results, set [page_token] to the [ListTopicsResponse.next_page_token] returned by the previous list request.
64
+ """
65
+ def __init__(
66
+ self,
67
+ *,
68
+ cluster_id: builtins.str = ...,
69
+ page_size: builtins.int = ...,
70
+ page_token: builtins.str = ...,
71
+ ) -> None: ...
72
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
73
+
74
+ global___ListTopicsRequest = ListTopicsRequest
75
+
76
+ @typing.final
77
+ class ListTopicsResponse(google.protobuf.message.Message):
78
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
79
+
80
+ TOPICS_FIELD_NUMBER: builtins.int
81
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
82
+ next_page_token: builtins.str
83
+ """This token allows you to get the next page of results for list requests.
84
+
85
+ If the number of results is larger than [ListTopicsRequest.page_size], use the [next_page_token] as the value for the [ListTopicsRequest.page_token] parameter in the next list request.
86
+ Each subsequent list request will have its own [next_page_token] to continue paging through the results.
87
+ """
88
+ @property
89
+ def topics(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.kafka.v1.topic_pb2.Topic]:
90
+ """List of Kafka topics."""
91
+
92
+ def __init__(
93
+ self,
94
+ *,
95
+ topics: collections.abc.Iterable[yandex.cloud.mdb.kafka.v1.topic_pb2.Topic] | None = ...,
96
+ next_page_token: builtins.str = ...,
97
+ ) -> None: ...
98
+ def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "topics", b"topics"]) -> None: ...
99
+
100
+ global___ListTopicsResponse = ListTopicsResponse
101
+
102
+ @typing.final
103
+ class CreateTopicRequest(google.protobuf.message.Message):
104
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
105
+
106
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
107
+ TOPIC_SPEC_FIELD_NUMBER: builtins.int
108
+ cluster_id: builtins.str
109
+ """ID of the Apache Kafka® cluster to create a topic in.
110
+
111
+ To get the cluster ID, make a [ClusterService.List] request.
112
+ """
113
+ @property
114
+ def topic_spec(self) -> yandex.cloud.mdb.kafka.v1.topic_pb2.TopicSpec:
115
+ """Configuration of the topic to create."""
116
+
117
+ def __init__(
118
+ self,
119
+ *,
120
+ cluster_id: builtins.str = ...,
121
+ topic_spec: yandex.cloud.mdb.kafka.v1.topic_pb2.TopicSpec | None = ...,
122
+ ) -> None: ...
123
+ def HasField(self, field_name: typing.Literal["topic_spec", b"topic_spec"]) -> builtins.bool: ...
124
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "topic_spec", b"topic_spec"]) -> None: ...
125
+
126
+ global___CreateTopicRequest = CreateTopicRequest
127
+
128
+ @typing.final
129
+ class CreateTopicMetadata(google.protobuf.message.Message):
130
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
131
+
132
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
133
+ TOPIC_NAME_FIELD_NUMBER: builtins.int
134
+ cluster_id: builtins.str
135
+ """ID of the Apache Kafka® cluster where a topic is being created."""
136
+ topic_name: builtins.str
137
+ """Name of the Kafka topic that is being created."""
138
+ def __init__(
139
+ self,
140
+ *,
141
+ cluster_id: builtins.str = ...,
142
+ topic_name: builtins.str = ...,
143
+ ) -> None: ...
144
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "topic_name", b"topic_name"]) -> None: ...
145
+
146
+ global___CreateTopicMetadata = CreateTopicMetadata
147
+
148
+ @typing.final
149
+ class UpdateTopicRequest(google.protobuf.message.Message):
150
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
151
+
152
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
153
+ TOPIC_NAME_FIELD_NUMBER: builtins.int
154
+ UPDATE_MASK_FIELD_NUMBER: builtins.int
155
+ TOPIC_SPEC_FIELD_NUMBER: builtins.int
156
+ cluster_id: builtins.str
157
+ """ID of the Apache Kafka® cluster to update a topic in.
158
+
159
+ To get the cluster ID, make a [ClusterService.List] request.
160
+ """
161
+ topic_name: builtins.str
162
+ """Name of the topic to update.
163
+
164
+ To get the name of the topic, make a [TopicService.List] request.
165
+ """
166
+ @property
167
+ def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask: ...
168
+ @property
169
+ def topic_spec(self) -> yandex.cloud.mdb.kafka.v1.topic_pb2.TopicSpec:
170
+ """New configuration of the topic.
171
+
172
+ Use [update_mask] to prevent reverting all topic settings that are not listed in [topic_spec] to their default values.
173
+ """
174
+
175
+ def __init__(
176
+ self,
177
+ *,
178
+ cluster_id: builtins.str = ...,
179
+ topic_name: builtins.str = ...,
180
+ update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
181
+ topic_spec: yandex.cloud.mdb.kafka.v1.topic_pb2.TopicSpec | None = ...,
182
+ ) -> None: ...
183
+ def HasField(self, field_name: typing.Literal["topic_spec", b"topic_spec", "update_mask", b"update_mask"]) -> builtins.bool: ...
184
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "topic_name", b"topic_name", "topic_spec", b"topic_spec", "update_mask", b"update_mask"]) -> None: ...
185
+
186
+ global___UpdateTopicRequest = UpdateTopicRequest
187
+
188
+ @typing.final
189
+ class UpdateTopicMetadata(google.protobuf.message.Message):
190
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
191
+
192
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
193
+ TOPIC_NAME_FIELD_NUMBER: builtins.int
194
+ cluster_id: builtins.str
195
+ """ID of the Apache Kafka® cluster where a topic is being updated."""
196
+ topic_name: builtins.str
197
+ """Name of the Kafka topic that is being updated."""
198
+ def __init__(
199
+ self,
200
+ *,
201
+ cluster_id: builtins.str = ...,
202
+ topic_name: builtins.str = ...,
203
+ ) -> None: ...
204
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "topic_name", b"topic_name"]) -> None: ...
205
+
206
+ global___UpdateTopicMetadata = UpdateTopicMetadata
207
+
208
+ @typing.final
209
+ class DeleteTopicRequest(google.protobuf.message.Message):
210
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
211
+
212
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
213
+ TOPIC_NAME_FIELD_NUMBER: builtins.int
214
+ cluster_id: builtins.str
215
+ """ID of the Apache Kafka® cluster to delete a topic in.
216
+
217
+ To get the cluster ID, make a [ClusterService.List] request.
218
+ """
219
+ topic_name: builtins.str
220
+ """Name of the topic to delete.
221
+
222
+ To get the name of the topic, make a [TopicService.List] request.
223
+ """
224
+ def __init__(
225
+ self,
226
+ *,
227
+ cluster_id: builtins.str = ...,
228
+ topic_name: builtins.str = ...,
229
+ ) -> None: ...
230
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "topic_name", b"topic_name"]) -> None: ...
231
+
232
+ global___DeleteTopicRequest = DeleteTopicRequest
233
+
234
+ @typing.final
235
+ class DeleteTopicMetadata(google.protobuf.message.Message):
236
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
237
+
238
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
239
+ TOPIC_NAME_FIELD_NUMBER: builtins.int
240
+ cluster_id: builtins.str
241
+ """ID of the Apache Kafka® cluster where a topic is being deleted."""
242
+ topic_name: builtins.str
243
+ """Name of the Kafka topic that is being deleted."""
244
+ def __init__(
245
+ self,
246
+ *,
247
+ cluster_id: builtins.str = ...,
248
+ topic_name: builtins.str = ...,
249
+ ) -> None: ...
250
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "topic_name", b"topic_name"]) -> None: ...
251
+
252
+ global___DeleteTopicMetadata = DeleteTopicMetadata