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,462 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import google.protobuf.descriptor
8
+ import google.protobuf.message
9
+ import google.protobuf.timestamp_pb2
10
+ import typing
11
+
12
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
13
+
14
+ @typing.final
15
+ class SessionState(google.protobuf.message.Message):
16
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
17
+
18
+ TIME_FIELD_NUMBER: builtins.int
19
+ HOST_FIELD_NUMBER: builtins.int
20
+ PID_FIELD_NUMBER: builtins.int
21
+ DATABASE_FIELD_NUMBER: builtins.int
22
+ USER_FIELD_NUMBER: builtins.int
23
+ APPLICATION_NAME_FIELD_NUMBER: builtins.int
24
+ BACKEND_START_FIELD_NUMBER: builtins.int
25
+ XACT_START_FIELD_NUMBER: builtins.int
26
+ QUERY_START_FIELD_NUMBER: builtins.int
27
+ STATE_CHANGE_FIELD_NUMBER: builtins.int
28
+ WAIT_EVENT_TYPE_FIELD_NUMBER: builtins.int
29
+ WAIT_EVENT_FIELD_NUMBER: builtins.int
30
+ STATE_FIELD_NUMBER: builtins.int
31
+ QUERY_FIELD_NUMBER: builtins.int
32
+ BACKEND_TYPE_FIELD_NUMBER: builtins.int
33
+ CLIENT_ADDR_FIELD_NUMBER: builtins.int
34
+ CLIENT_HOSTNAME_FIELD_NUMBER: builtins.int
35
+ CLIENT_PORT_FIELD_NUMBER: builtins.int
36
+ BACKEND_XID_FIELD_NUMBER: builtins.int
37
+ BACKEND_XMIN_FIELD_NUMBER: builtins.int
38
+ BLOCKING_PIDS_FIELD_NUMBER: builtins.int
39
+ QUERY_ID_FIELD_NUMBER: builtins.int
40
+ host: builtins.str
41
+ """Host of the connected client."""
42
+ pid: builtins.int
43
+ """Server process ID. For client connections, this is a client connection ID."""
44
+ database: builtins.str
45
+ """Database ID."""
46
+ user: builtins.str
47
+ """User ID."""
48
+ application_name: builtins.str
49
+ """Application name on the connected client."""
50
+ wait_event_type: builtins.str
51
+ """Type of event for which the backend is waiting. Such an event is called a wait event. A backend refers to the process that maintains the client connection.
52
+
53
+ For the list of wait events, see the [PostgreSQL documentation](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-TABLE). If the backend is not waiting for any event, the parameter returns [NULL].
54
+ """
55
+ wait_event: builtins.str
56
+ """Wait event name.
57
+
58
+ For the list of such names, see the [PostgreSQL documentation](https://www.postgresql.org/docs/current/monitoring-stats.html#WAIT-EVENT-ACTIVITY-TABLE). If the backend is not waiting for any event, the parameter returns [NULL].
59
+ """
60
+ state: builtins.str
61
+ """Current backend state. For the list of possible values, see the [PostgreSQL documentation](https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW)."""
62
+ query: builtins.str
63
+ """Text of the most recent query.
64
+
65
+ If the [state] parameter takes the value [active], the parameter shows the currently executing query. For the rest of the states, the parameter shows the last query that was executed. By default, the query text is truncated to 1024 bytes.
66
+ """
67
+ backend_type: builtins.str
68
+ """Current backend type. For the list of possible values, see the [PostgreSQL documentation](https://www.postgresql.org/docs/current/monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW)."""
69
+ client_addr: builtins.str
70
+ """IP address of the connected client.
71
+
72
+ The parameter returns [NULL] in the following cases:
73
+ - The client is connected via a Unix socket on the server.
74
+ - A given process is internal (for example, autovacuum).
75
+ """
76
+ client_hostname: builtins.str
77
+ """Host name of the connected client (relevant for IP connections)."""
78
+ client_port: builtins.int
79
+ """TCP port number that the client is using for communication with the server.
80
+
81
+ Returns [-1] if the client is connected via a Unix socket on the server. Returns [NULL] if a given process is internal (for example, autovacuum).
82
+ """
83
+ backend_xid: builtins.int
84
+ """Top-level transaction ID, if any."""
85
+ backend_xmin: builtins.int
86
+ """Current [xmin horizon]."""
87
+ blocking_pids: builtins.str
88
+ """Process IDs that are blocking a given server process ID."""
89
+ query_id: builtins.str
90
+ """Query ID."""
91
+ @property
92
+ def time(self) -> google.protobuf.timestamp_pb2.Timestamp:
93
+ """Time of collecting statistics on sessions (in the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format)."""
94
+
95
+ @property
96
+ def backend_start(self) -> google.protobuf.timestamp_pb2.Timestamp:
97
+ """Time when a given process was started. For client connections, this is the time when the client connected to the server."""
98
+
99
+ @property
100
+ def xact_start(self) -> google.protobuf.timestamp_pb2.Timestamp:
101
+ """Time when a transaction of a given process was started. Returns [NULL] if no transaction is active.
102
+
103
+ If the currently active query is the first of its transaction, the value of this parameter is equal to the value of the [query_start] parameter.
104
+ """
105
+
106
+ @property
107
+ def query_start(self) -> google.protobuf.timestamp_pb2.Timestamp:
108
+ """Time when the currently active query was started.
109
+
110
+ If the [state] parameter does not take the value [active], the parameter returns the time when the lastest query was started.
111
+ """
112
+
113
+ @property
114
+ def state_change(self) -> google.protobuf.timestamp_pb2.Timestamp:
115
+ """Time when the [state] parameter was last changed."""
116
+
117
+ def __init__(
118
+ self,
119
+ *,
120
+ time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
121
+ host: builtins.str = ...,
122
+ pid: builtins.int = ...,
123
+ database: builtins.str = ...,
124
+ user: builtins.str = ...,
125
+ application_name: builtins.str = ...,
126
+ backend_start: google.protobuf.timestamp_pb2.Timestamp | None = ...,
127
+ xact_start: google.protobuf.timestamp_pb2.Timestamp | None = ...,
128
+ query_start: google.protobuf.timestamp_pb2.Timestamp | None = ...,
129
+ state_change: google.protobuf.timestamp_pb2.Timestamp | None = ...,
130
+ wait_event_type: builtins.str = ...,
131
+ wait_event: builtins.str = ...,
132
+ state: builtins.str = ...,
133
+ query: builtins.str = ...,
134
+ backend_type: builtins.str = ...,
135
+ client_addr: builtins.str = ...,
136
+ client_hostname: builtins.str = ...,
137
+ client_port: builtins.int = ...,
138
+ backend_xid: builtins.int = ...,
139
+ backend_xmin: builtins.int = ...,
140
+ blocking_pids: builtins.str = ...,
141
+ query_id: builtins.str = ...,
142
+ ) -> None: ...
143
+ def HasField(self, field_name: typing.Literal["backend_start", b"backend_start", "query_start", b"query_start", "state_change", b"state_change", "time", b"time", "xact_start", b"xact_start"]) -> builtins.bool: ...
144
+ def ClearField(self, field_name: typing.Literal["application_name", b"application_name", "backend_start", b"backend_start", "backend_type", b"backend_type", "backend_xid", b"backend_xid", "backend_xmin", b"backend_xmin", "blocking_pids", b"blocking_pids", "client_addr", b"client_addr", "client_hostname", b"client_hostname", "client_port", b"client_port", "database", b"database", "host", b"host", "pid", b"pid", "query", b"query", "query_id", b"query_id", "query_start", b"query_start", "state", b"state", "state_change", b"state_change", "time", b"time", "user", b"user", "wait_event", b"wait_event", "wait_event_type", b"wait_event_type", "xact_start", b"xact_start"]) -> None: ...
145
+
146
+ global___SessionState = SessionState
147
+
148
+ @typing.final
149
+ class PrimaryKey(google.protobuf.message.Message):
150
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
151
+
152
+ HOST_FIELD_NUMBER: builtins.int
153
+ USER_FIELD_NUMBER: builtins.int
154
+ DATABASE_FIELD_NUMBER: builtins.int
155
+ TOPLEVEL_FIELD_NUMBER: builtins.int
156
+ QUERY_ID_FIELD_NUMBER: builtins.int
157
+ PLAN_ID_FIELD_NUMBER: builtins.int
158
+ host: builtins.str
159
+ """Host of the connected client."""
160
+ user: builtins.str
161
+ """User ID."""
162
+ database: builtins.str
163
+ """Database ID."""
164
+ toplevel: builtins.bool
165
+ """Returns [true] if a query is executed as a top-level SQL statement or if the [pg_stat_statements.track](https://www.postgresql.org/docs/current/pgstatstatements.html#id-1.11.7.41.9) parameter is set to the value [top]."""
166
+ query_id: builtins.str
167
+ """Query ID."""
168
+ plan_id: builtins.str
169
+ """Query planning ID."""
170
+ def __init__(
171
+ self,
172
+ *,
173
+ host: builtins.str = ...,
174
+ user: builtins.str = ...,
175
+ database: builtins.str = ...,
176
+ toplevel: builtins.bool = ...,
177
+ query_id: builtins.str = ...,
178
+ plan_id: builtins.str = ...,
179
+ ) -> None: ...
180
+ def ClearField(self, field_name: typing.Literal["database", b"database", "host", b"host", "plan_id", b"plan_id", "query_id", b"query_id", "toplevel", b"toplevel", "user", b"user"]) -> None: ...
181
+
182
+ global___PrimaryKey = PrimaryKey
183
+
184
+ @typing.final
185
+ class QueryStats(google.protobuf.message.Message):
186
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
187
+
188
+ TIME_FIELD_NUMBER: builtins.int
189
+ QUERY_FIELD_NUMBER: builtins.int
190
+ NORMALIZED_PLAN_FIELD_NUMBER: builtins.int
191
+ EXAMPLE_PLAN_FIELD_NUMBER: builtins.int
192
+ PLANS_FIELD_NUMBER: builtins.int
193
+ TOTAL_PLAN_TIME_FIELD_NUMBER: builtins.int
194
+ MIN_PLAN_TIME_FIELD_NUMBER: builtins.int
195
+ MAX_PLAN_TIME_FIELD_NUMBER: builtins.int
196
+ MEAN_PLAN_TIME_FIELD_NUMBER: builtins.int
197
+ STDDEV_PLAN_TIME_FIELD_NUMBER: builtins.int
198
+ CALLS_FIELD_NUMBER: builtins.int
199
+ TOTAL_TIME_FIELD_NUMBER: builtins.int
200
+ MIN_TIME_FIELD_NUMBER: builtins.int
201
+ MAX_TIME_FIELD_NUMBER: builtins.int
202
+ MEAN_TIME_FIELD_NUMBER: builtins.int
203
+ STDDEV_TIME_FIELD_NUMBER: builtins.int
204
+ ROWS_FIELD_NUMBER: builtins.int
205
+ SHARED_BLKS_HIT_FIELD_NUMBER: builtins.int
206
+ SHARED_BLKS_READ_FIELD_NUMBER: builtins.int
207
+ SHARED_BLKS_DIRTIED_FIELD_NUMBER: builtins.int
208
+ SHARED_BLKS_WRITTEN_FIELD_NUMBER: builtins.int
209
+ LOCAL_BLKS_HIT_FIELD_NUMBER: builtins.int
210
+ LOCAL_BLKS_READ_FIELD_NUMBER: builtins.int
211
+ LOCAL_BLKS_DIRTIED_FIELD_NUMBER: builtins.int
212
+ LOCAL_BLKS_WRITTEN_FIELD_NUMBER: builtins.int
213
+ TEMP_BLKS_READ_FIELD_NUMBER: builtins.int
214
+ TEMP_BLKS_WRITTEN_FIELD_NUMBER: builtins.int
215
+ BLK_READ_TIME_FIELD_NUMBER: builtins.int
216
+ BLK_WRITE_TIME_FIELD_NUMBER: builtins.int
217
+ TEMP_BLK_READ_TIME_FIELD_NUMBER: builtins.int
218
+ TEMP_BLK_WRITE_TIME_FIELD_NUMBER: builtins.int
219
+ WAL_RECORDS_FIELD_NUMBER: builtins.int
220
+ WAL_FPI_FIELD_NUMBER: builtins.int
221
+ WAL_BYTES_FIELD_NUMBER: builtins.int
222
+ JIT_FUNCTIONS_FIELD_NUMBER: builtins.int
223
+ JIT_GENERATION_TIME_FIELD_NUMBER: builtins.int
224
+ JIT_INLINING_COUNT_FIELD_NUMBER: builtins.int
225
+ JIT_INLINING_TIME_FIELD_NUMBER: builtins.int
226
+ JIT_OPTIMIZATION_COUNT_FIELD_NUMBER: builtins.int
227
+ JIT_OPTIMIZATION_TIME_FIELD_NUMBER: builtins.int
228
+ JIT_EMISSION_COUNT_FIELD_NUMBER: builtins.int
229
+ JIT_EMISSION_TIME_FIELD_NUMBER: builtins.int
230
+ STARTUP_COST_FIELD_NUMBER: builtins.int
231
+ TOTAL_COST_FIELD_NUMBER: builtins.int
232
+ PLAN_ROWS_FIELD_NUMBER: builtins.int
233
+ PLAN_WIDTH_FIELD_NUMBER: builtins.int
234
+ READS_FIELD_NUMBER: builtins.int
235
+ WRITES_FIELD_NUMBER: builtins.int
236
+ USER_TIME_FIELD_NUMBER: builtins.int
237
+ SYSTEM_TIME_FIELD_NUMBER: builtins.int
238
+ query: builtins.str
239
+ """Statement text."""
240
+ normalized_plan: builtins.str
241
+ """Normalized query plan."""
242
+ example_plan: builtins.str
243
+ """Example of a query execution plan (without normalization)."""
244
+ plans: builtins.int
245
+ """Number of times that a query was planned.
246
+
247
+ The parameter returns a non-zero value if the [pg_stat_statements.track_planning](https://www.postgresql.org/docs/current/pgstatstatements.html#id-1.11.7.41.9) parameter is enabled.
248
+ """
249
+ total_plan_time: builtins.float
250
+ """Total time taken to plan a query, in milliseconds.
251
+
252
+ The parameter returns a non-zero value if the [pg_stat_statements.track_planning] parameter is enabled.
253
+ """
254
+ min_plan_time: builtins.float
255
+ """Minimum time taken to plan a query, in milliseconds.
256
+
257
+ The parameter returns a non-zero value if the [pg_stat_statements.track_planning] parameter is enabled.
258
+ """
259
+ max_plan_time: builtins.float
260
+ """Maximum time taken to plan a query, in milliseconds.
261
+
262
+ The parameter returns a non-zero value if the [pg_stat_statements.track_planning] parameter is enabled.
263
+ """
264
+ mean_plan_time: builtins.float
265
+ """Average time taken to plan a query, in milliseconds.
266
+
267
+ The parameter returns a non-zero value if the [pg_stat_statements.track_planning] parameter is enabled.
268
+ """
269
+ stddev_plan_time: builtins.float
270
+ """Population standard deviation of the time taken to plan a query, in milliseconds.
271
+
272
+ The parameter returns a non-zero value if the [pg_stat_statements.track_planning] parameter is enabled.
273
+ """
274
+ calls: builtins.int
275
+ """Number of times that a query was executed."""
276
+ total_time: builtins.float
277
+ """Total time taken to execute a query, in milliseconds.
278
+ total_exec_time
279
+ """
280
+ min_time: builtins.float
281
+ """Minimum time taken to execute a query, in milliseconds.
282
+ min_exec_time
283
+ """
284
+ max_time: builtins.float
285
+ """Maximum time taken to execute a query, in milliseconds.
286
+ max_exec_time
287
+ """
288
+ mean_time: builtins.float
289
+ """Average time taken to execute a query, in milliseconds.
290
+ mean_exec_time
291
+ """
292
+ stddev_time: builtins.float
293
+ """Population standard deviation of the time taken to execute a query, in milliseconds.
294
+ stddev_exec_time
295
+ """
296
+ rows: builtins.int
297
+ """Number of retrieved or affected rows."""
298
+ shared_blks_hit: builtins.int
299
+ """Number of shared blocks that are hit from cache."""
300
+ shared_blks_read: builtins.int
301
+ """Number of read shared blocks."""
302
+ shared_blks_dirtied: builtins.int
303
+ """Number of 'dirtied' shared blocks."""
304
+ shared_blks_written: builtins.int
305
+ """Number of written shared blocks."""
306
+ local_blks_hit: builtins.int
307
+ """Number of local blocks that are hit from cache."""
308
+ local_blks_read: builtins.int
309
+ """Number of read local blocks."""
310
+ local_blks_dirtied: builtins.int
311
+ """Number of 'dirtied' local blocks."""
312
+ local_blks_written: builtins.int
313
+ """Number of written local blocks."""
314
+ temp_blks_read: builtins.int
315
+ """Number of read temporary blocks."""
316
+ temp_blks_written: builtins.int
317
+ """Number of written temporary blocks."""
318
+ blk_read_time: builtins.float
319
+ """Time taken to read data blocks, in milliseconds.
320
+
321
+ The parameter returns a non-zero value if the [track_io_timing](https://www.postgresql.org/docs/current/runtime-config-statistics.html#GUC-TRACK-IO-TIMING) parameter is enabled.
322
+ """
323
+ blk_write_time: builtins.float
324
+ """Time taken to record data blocks, in milliseconds.
325
+
326
+ The parameter returns a non-zero value if the [track_io_timing] parameter is enabled.
327
+ """
328
+ temp_blk_read_time: builtins.float
329
+ """Time taken to read temporary data blocks, in milliseconds.
330
+
331
+ The parameter returns a non-zero value if the [track_io_timing] parameter is enabled.
332
+ """
333
+ temp_blk_write_time: builtins.float
334
+ """Time taken to record temporary data blocks, in milliseconds.
335
+
336
+ The parameter returns a non-zero value if the [track_io_timing] parameter is enabled.
337
+ """
338
+ wal_records: builtins.int
339
+ """Number of WAL records generated during a given period."""
340
+ wal_fpi: builtins.int
341
+ """Number of WAL full page images generated during a given period."""
342
+ wal_bytes: builtins.int
343
+ """Number of WAL logs generated during a given period, in bytes."""
344
+ jit_functions: builtins.int
345
+ """Number of JIT-compiled functions."""
346
+ jit_generation_time: builtins.float
347
+ """Time taken to generate JIT code, in milliseconds."""
348
+ jit_inlining_count: builtins.int
349
+ """Number of times that functions have been inlined."""
350
+ jit_inlining_time: builtins.float
351
+ """Time taken to inline functions, in milliseconds."""
352
+ jit_optimization_count: builtins.int
353
+ """Number of times that a query was optimized."""
354
+ jit_optimization_time: builtins.float
355
+ """Time taken to optimize a query, in milliseconds."""
356
+ jit_emission_count: builtins.int
357
+ """Number of times that code was emitted."""
358
+ jit_emission_time: builtins.float
359
+ """Time taken to emit code."""
360
+ startup_cost: builtins.int
361
+ """Cost of receiving a response to a query before the first row of the response is issued."""
362
+ total_cost: builtins.int
363
+ """Cost of receiving a response to a query when all the rows of the response are issued."""
364
+ plan_rows: builtins.int
365
+ """Expected number of rows that a given plan node should issue."""
366
+ plan_width: builtins.int
367
+ """Expected average size of rows that a given plan node should issue."""
368
+ reads: builtins.int
369
+ """Number of bytes that the filesystem layer has read."""
370
+ writes: builtins.int
371
+ """Number of bytes that the filesystem layer has written."""
372
+ user_time: builtins.float
373
+ """User CPU time used."""
374
+ system_time: builtins.float
375
+ """System CPU time used."""
376
+ @property
377
+ def time(self) -> google.protobuf.timestamp_pb2.Timestamp:
378
+ """Time of collecting statistics on planning and execution of queries."""
379
+
380
+ def __init__(
381
+ self,
382
+ *,
383
+ time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
384
+ query: builtins.str = ...,
385
+ normalized_plan: builtins.str = ...,
386
+ example_plan: builtins.str = ...,
387
+ plans: builtins.int = ...,
388
+ total_plan_time: builtins.float = ...,
389
+ min_plan_time: builtins.float = ...,
390
+ max_plan_time: builtins.float = ...,
391
+ mean_plan_time: builtins.float = ...,
392
+ stddev_plan_time: builtins.float = ...,
393
+ calls: builtins.int = ...,
394
+ total_time: builtins.float = ...,
395
+ min_time: builtins.float = ...,
396
+ max_time: builtins.float = ...,
397
+ mean_time: builtins.float = ...,
398
+ stddev_time: builtins.float = ...,
399
+ rows: builtins.int = ...,
400
+ shared_blks_hit: builtins.int = ...,
401
+ shared_blks_read: builtins.int = ...,
402
+ shared_blks_dirtied: builtins.int = ...,
403
+ shared_blks_written: builtins.int = ...,
404
+ local_blks_hit: builtins.int = ...,
405
+ local_blks_read: builtins.int = ...,
406
+ local_blks_dirtied: builtins.int = ...,
407
+ local_blks_written: builtins.int = ...,
408
+ temp_blks_read: builtins.int = ...,
409
+ temp_blks_written: builtins.int = ...,
410
+ blk_read_time: builtins.float = ...,
411
+ blk_write_time: builtins.float = ...,
412
+ temp_blk_read_time: builtins.float = ...,
413
+ temp_blk_write_time: builtins.float = ...,
414
+ wal_records: builtins.int = ...,
415
+ wal_fpi: builtins.int = ...,
416
+ wal_bytes: builtins.int = ...,
417
+ jit_functions: builtins.int = ...,
418
+ jit_generation_time: builtins.float = ...,
419
+ jit_inlining_count: builtins.int = ...,
420
+ jit_inlining_time: builtins.float = ...,
421
+ jit_optimization_count: builtins.int = ...,
422
+ jit_optimization_time: builtins.float = ...,
423
+ jit_emission_count: builtins.int = ...,
424
+ jit_emission_time: builtins.float = ...,
425
+ startup_cost: builtins.int = ...,
426
+ total_cost: builtins.int = ...,
427
+ plan_rows: builtins.int = ...,
428
+ plan_width: builtins.int = ...,
429
+ reads: builtins.int = ...,
430
+ writes: builtins.int = ...,
431
+ user_time: builtins.float = ...,
432
+ system_time: builtins.float = ...,
433
+ ) -> None: ...
434
+ def HasField(self, field_name: typing.Literal["time", b"time"]) -> builtins.bool: ...
435
+ def ClearField(self, field_name: typing.Literal["blk_read_time", b"blk_read_time", "blk_write_time", b"blk_write_time", "calls", b"calls", "example_plan", b"example_plan", "jit_emission_count", b"jit_emission_count", "jit_emission_time", b"jit_emission_time", "jit_functions", b"jit_functions", "jit_generation_time", b"jit_generation_time", "jit_inlining_count", b"jit_inlining_count", "jit_inlining_time", b"jit_inlining_time", "jit_optimization_count", b"jit_optimization_count", "jit_optimization_time", b"jit_optimization_time", "local_blks_dirtied", b"local_blks_dirtied", "local_blks_hit", b"local_blks_hit", "local_blks_read", b"local_blks_read", "local_blks_written", b"local_blks_written", "max_plan_time", b"max_plan_time", "max_time", b"max_time", "mean_plan_time", b"mean_plan_time", "mean_time", b"mean_time", "min_plan_time", b"min_plan_time", "min_time", b"min_time", "normalized_plan", b"normalized_plan", "plan_rows", b"plan_rows", "plan_width", b"plan_width", "plans", b"plans", "query", b"query", "reads", b"reads", "rows", b"rows", "shared_blks_dirtied", b"shared_blks_dirtied", "shared_blks_hit", b"shared_blks_hit", "shared_blks_read", b"shared_blks_read", "shared_blks_written", b"shared_blks_written", "startup_cost", b"startup_cost", "stddev_plan_time", b"stddev_plan_time", "stddev_time", b"stddev_time", "system_time", b"system_time", "temp_blk_read_time", b"temp_blk_read_time", "temp_blk_write_time", b"temp_blk_write_time", "temp_blks_read", b"temp_blks_read", "temp_blks_written", b"temp_blks_written", "time", b"time", "total_cost", b"total_cost", "total_plan_time", b"total_plan_time", "total_time", b"total_time", "user_time", b"user_time", "wal_bytes", b"wal_bytes", "wal_fpi", b"wal_fpi", "wal_records", b"wal_records", "writes", b"writes"]) -> None: ...
436
+
437
+ global___QueryStats = QueryStats
438
+
439
+ @typing.final
440
+ class QueryStatement(google.protobuf.message.Message):
441
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
442
+
443
+ KEY_FIELD_NUMBER: builtins.int
444
+ STATS_FIELD_NUMBER: builtins.int
445
+ @property
446
+ def key(self) -> global___PrimaryKey:
447
+ """Primary keys in tables with the statistics on planning and execution of queries."""
448
+
449
+ @property
450
+ def stats(self) -> global___QueryStats:
451
+ """Statistics on planning and execution of queries."""
452
+
453
+ def __init__(
454
+ self,
455
+ *,
456
+ key: global___PrimaryKey | None = ...,
457
+ stats: global___QueryStats | None = ...,
458
+ ) -> None: ...
459
+ def HasField(self, field_name: typing.Literal["key", b"key", "stats", b"stats"]) -> builtins.bool: ...
460
+ def ClearField(self, field_name: typing.Literal["key", b"key", "stats", b"stats"]) -> None: ...
461
+
462
+ global___QueryStatement = QueryStatement
@@ -0,0 +1,139 @@
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.internal.containers
10
+ import google.protobuf.message
11
+ import google.protobuf.timestamp_pb2
12
+ import typing
13
+ import yandex.cloud.mdb.postgresql.v1.perf_diag_pb2
14
+
15
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
16
+
17
+ @typing.final
18
+ class ListRawStatementsRequest(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
22
+ FROM_TIME_FIELD_NUMBER: builtins.int
23
+ TO_TIME_FIELD_NUMBER: builtins.int
24
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
25
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
26
+ cluster_id: builtins.str
27
+ """ID of a PostgreSQL cluster to request query statistics for.
28
+
29
+ To get a PostgreSQL cluster ID, use the [ClusterService.List] method.
30
+ """
31
+ page_size: builtins.int
32
+ """The maximum number of results per page to return. If the number of the results is larger than [page_size], the service returns [ListRawStatementsResponse.next_page_token]. You can use it to get the next page of the results in subsequent requests."""
33
+ page_token: builtins.str
34
+ """Page token. To get the next page of results, set [page_token] to the [ListRawStatementsResponse.next_page_token] returned by the previous SQL statement list request."""
35
+ @property
36
+ def from_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
37
+ """Beginning of the period for which you need to request data (in the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format)."""
38
+
39
+ @property
40
+ def to_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
41
+ """End of the period for which you need to request data (in the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format)."""
42
+
43
+ def __init__(
44
+ self,
45
+ *,
46
+ cluster_id: builtins.str = ...,
47
+ from_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
48
+ to_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
49
+ page_size: builtins.int = ...,
50
+ page_token: builtins.str = ...,
51
+ ) -> None: ...
52
+ def HasField(self, field_name: typing.Literal["from_time", b"from_time", "to_time", b"to_time"]) -> builtins.bool: ...
53
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "from_time", b"from_time", "page_size", b"page_size", "page_token", b"page_token", "to_time", b"to_time"]) -> None: ...
54
+
55
+ global___ListRawStatementsRequest = ListRawStatementsRequest
56
+
57
+ @typing.final
58
+ class ListRawSessionStatesRequest(google.protobuf.message.Message):
59
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
60
+
61
+ CLUSTER_ID_FIELD_NUMBER: builtins.int
62
+ FROM_TIME_FIELD_NUMBER: builtins.int
63
+ TO_TIME_FIELD_NUMBER: builtins.int
64
+ PAGE_SIZE_FIELD_NUMBER: builtins.int
65
+ PAGE_TOKEN_FIELD_NUMBER: builtins.int
66
+ cluster_id: builtins.str
67
+ """ID of a PostgreSQL cluster to request session statistics for.
68
+
69
+ To get a PostgreSQL cluster ID, use the [ClusterService.List] request.
70
+ """
71
+ page_size: builtins.int
72
+ """The maximum number of results per page to return. If the number of the results is larger than [page_size], the service returns [ListRawSessionStatesResponse.next_page_token]. You can use it to get the next page of the results in subsequent requests."""
73
+ page_token: builtins.str
74
+ """Page token. To get the next page of results, set [page_token] to the [ListRawSessionStatesResponse.next_page_token] returned by the previous PostgreSQL session list request."""
75
+ @property
76
+ def from_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
77
+ """Beginning of the period for which you need to request data (in the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format)."""
78
+
79
+ @property
80
+ def to_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
81
+ """End of the period for which you need to request data (in the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format)."""
82
+
83
+ def __init__(
84
+ self,
85
+ *,
86
+ cluster_id: builtins.str = ...,
87
+ from_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
88
+ to_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
89
+ page_size: builtins.int = ...,
90
+ page_token: builtins.str = ...,
91
+ ) -> None: ...
92
+ def HasField(self, field_name: typing.Literal["from_time", b"from_time", "to_time", b"to_time"]) -> builtins.bool: ...
93
+ def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "from_time", b"from_time", "page_size", b"page_size", "page_token", b"page_token", "to_time", b"to_time"]) -> None: ...
94
+
95
+ global___ListRawSessionStatesRequest = ListRawSessionStatesRequest
96
+
97
+ @typing.final
98
+ class ListRawSessionStatesResponse(google.protobuf.message.Message):
99
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
100
+
101
+ SESSION_STATES_FIELD_NUMBER: builtins.int
102
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
103
+ next_page_token: builtins.str
104
+ """This token allows you to get the next page of results when requesting the PostgreSQL session list. If the number of the results is larger than [ListRawSessionStatesRequest.page_size], use the [next_page_token] as the value for the [ListRawSessionStatesRequest.page_token] parameter in the next request. Each subsequent request will have its own [next_page_token] to continue paging through the results."""
105
+ @property
106
+ def session_states(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.postgresql.v1.perf_diag_pb2.SessionState]:
107
+ """List of PostgreSQL sessions."""
108
+
109
+ def __init__(
110
+ self,
111
+ *,
112
+ session_states: collections.abc.Iterable[yandex.cloud.mdb.postgresql.v1.perf_diag_pb2.SessionState] | None = ...,
113
+ next_page_token: builtins.str = ...,
114
+ ) -> None: ...
115
+ def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "session_states", b"session_states"]) -> None: ...
116
+
117
+ global___ListRawSessionStatesResponse = ListRawSessionStatesResponse
118
+
119
+ @typing.final
120
+ class ListRawStatementsResponse(google.protobuf.message.Message):
121
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
122
+
123
+ STATEMENTS_FIELD_NUMBER: builtins.int
124
+ NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
125
+ next_page_token: builtins.str
126
+ """This token allows you to get the next page of results when requesting the PostgreSQL session list. If the number of the results is larger than [ListRawStatementsRequest.page_size], use the [next_page_token] as the value for the [ListRawStatementsRequest.page_token] parameter in the next request. Each subsequent request will have its own [next_page_token] to continue paging through the results."""
127
+ @property
128
+ def statements(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.mdb.postgresql.v1.perf_diag_pb2.QueryStatement]:
129
+ """List of SQL statements (queries)."""
130
+
131
+ def __init__(
132
+ self,
133
+ *,
134
+ statements: collections.abc.Iterable[yandex.cloud.mdb.postgresql.v1.perf_diag_pb2.QueryStatement] | None = ...,
135
+ next_page_token: builtins.str = ...,
136
+ ) -> None: ...
137
+ def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "statements", b"statements"]) -> None: ...
138
+
139
+ global___ListRawStatementsResponse = ListRawStatementsResponse
@@ -0,0 +1,45 @@
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.internal.containers
10
+ import google.protobuf.message
11
+ import typing
12
+
13
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
14
+
15
+ @typing.final
16
+ class ResourcePreset(google.protobuf.message.Message):
17
+ """A ResourcePreset resource for describing hardware configuration presets."""
18
+
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ ID_FIELD_NUMBER: builtins.int
22
+ ZONE_IDS_FIELD_NUMBER: builtins.int
23
+ CORES_FIELD_NUMBER: builtins.int
24
+ MEMORY_FIELD_NUMBER: builtins.int
25
+ id: builtins.str
26
+ """ID of the ResourcePreset resource."""
27
+ cores: builtins.int
28
+ """Number of CPU cores for a PostgreSQL host created with the preset."""
29
+ memory: builtins.int
30
+ """RAM volume for a PostgreSQL host created with the preset, in bytes."""
31
+ @property
32
+ def zone_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
33
+ """IDs of availability zones where the resource preset is available."""
34
+
35
+ def __init__(
36
+ self,
37
+ *,
38
+ id: builtins.str = ...,
39
+ zone_ids: collections.abc.Iterable[builtins.str] | None = ...,
40
+ cores: builtins.int = ...,
41
+ memory: builtins.int = ...,
42
+ ) -> None: ...
43
+ def ClearField(self, field_name: typing.Literal["cores", b"cores", "id", b"id", "memory", b"memory", "zone_ids", b"zone_ids"]) -> None: ...
44
+
45
+ global___ResourcePreset = ResourcePreset