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,961 @@
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.internal.enum_type_wrapper
11
+ import google.protobuf.message
12
+ import google.protobuf.wrappers_pb2
13
+ import sys
14
+ import typing
15
+
16
+ if sys.version_info >= (3, 10):
17
+ import typing as typing_extensions
18
+ else:
19
+ import typing_extensions
20
+
21
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
22
+
23
+ class _LogStatement:
24
+ ValueType = typing.NewType("ValueType", builtins.int)
25
+ V: typing_extensions.TypeAlias = ValueType
26
+
27
+ class _LogStatementEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_LogStatement.ValueType], builtins.type):
28
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
29
+ LOG_STATEMENT_UNSPECIFIED: _LogStatement.ValueType # 0
30
+ NONE: _LogStatement.ValueType # 1
31
+ """None statements are logged."""
32
+ DDL: _LogStatement.ValueType # 2
33
+ """Logs all data definition commands like `CREATE`, `ALTER`, and `DROP`. Default value."""
34
+ MOD: _LogStatement.ValueType # 3
35
+ """Logs all `DDL` statements, plus `INSERT`, `UPDATE`, `DELETE`, `TRUNCATE`, and `COPY FROM`."""
36
+ ALL: _LogStatement.ValueType # 4
37
+ """Logs all statements."""
38
+
39
+ class LogStatement(_LogStatement, metaclass=_LogStatementEnumTypeWrapper): ...
40
+
41
+ LOG_STATEMENT_UNSPECIFIED: LogStatement.ValueType # 0
42
+ NONE: LogStatement.ValueType # 1
43
+ """None statements are logged."""
44
+ DDL: LogStatement.ValueType # 2
45
+ """Logs all data definition commands like `CREATE`, `ALTER`, and `DROP`. Default value."""
46
+ MOD: LogStatement.ValueType # 3
47
+ """Logs all `DDL` statements, plus `INSERT`, `UPDATE`, `DELETE`, `TRUNCATE`, and `COPY FROM`."""
48
+ ALL: LogStatement.ValueType # 4
49
+ """Logs all statements."""
50
+ global___LogStatement = LogStatement
51
+
52
+ @typing.final
53
+ class Resources(google.protobuf.message.Message):
54
+ """A list of computational resources allocated to a host."""
55
+
56
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
57
+
58
+ RESOURCE_PRESET_ID_FIELD_NUMBER: builtins.int
59
+ DISK_SIZE_FIELD_NUMBER: builtins.int
60
+ DISK_TYPE_ID_FIELD_NUMBER: builtins.int
61
+ resource_preset_id: builtins.str
62
+ """ID of the preset for computational resources allocated to a host.
63
+
64
+ Available presets are listed in the [documentation](/docs/managed-greenplum/concepts/instance-types).
65
+ """
66
+ disk_size: builtins.int
67
+ """Volume of the storage used by the host, in bytes."""
68
+ disk_type_id: builtins.str
69
+ """Type of the storage used by the host: `network-hdd`, `network-ssd` or `local-ssd`."""
70
+ def __init__(
71
+ self,
72
+ *,
73
+ resource_preset_id: builtins.str = ...,
74
+ disk_size: builtins.int = ...,
75
+ disk_type_id: builtins.str = ...,
76
+ ) -> None: ...
77
+ def ClearField(self, field_name: typing.Literal["disk_size", b"disk_size", "disk_type_id", b"disk_type_id", "resource_preset_id", b"resource_preset_id"]) -> None: ...
78
+
79
+ global___Resources = Resources
80
+
81
+ @typing.final
82
+ class ConnectionPoolerConfig(google.protobuf.message.Message):
83
+ """Route server configuration."""
84
+
85
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
86
+
87
+ class _PoolMode:
88
+ ValueType = typing.NewType("ValueType", builtins.int)
89
+ V: typing_extensions.TypeAlias = ValueType
90
+
91
+ class _PoolModeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ConnectionPoolerConfig._PoolMode.ValueType], builtins.type):
92
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
93
+ POOL_MODE_UNSPECIFIED: ConnectionPoolerConfig._PoolMode.ValueType # 0
94
+ SESSION: ConnectionPoolerConfig._PoolMode.ValueType # 1
95
+ """Assign server connection to a client until it disconnects. Default value."""
96
+ TRANSACTION: ConnectionPoolerConfig._PoolMode.ValueType # 2
97
+ """Assign server connection to a client for a transaction processing."""
98
+
99
+ class PoolMode(_PoolMode, metaclass=_PoolModeEnumTypeWrapper):
100
+ """Route server pool mode."""
101
+
102
+ POOL_MODE_UNSPECIFIED: ConnectionPoolerConfig.PoolMode.ValueType # 0
103
+ SESSION: ConnectionPoolerConfig.PoolMode.ValueType # 1
104
+ """Assign server connection to a client until it disconnects. Default value."""
105
+ TRANSACTION: ConnectionPoolerConfig.PoolMode.ValueType # 2
106
+ """Assign server connection to a client for a transaction processing."""
107
+
108
+ MODE_FIELD_NUMBER: builtins.int
109
+ SIZE_FIELD_NUMBER: builtins.int
110
+ CLIENT_IDLE_TIMEOUT_FIELD_NUMBER: builtins.int
111
+ mode: global___ConnectionPoolerConfig.PoolMode.ValueType
112
+ """Route server pool mode."""
113
+ @property
114
+ def size(self) -> google.protobuf.wrappers_pb2.Int64Value:
115
+ """The number of servers in the server pool. Clients are placed in a wait queue when all servers are busy.
116
+
117
+ Set to zero to disable the limit.
118
+ """
119
+
120
+ @property
121
+ def client_idle_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
122
+ """Server pool idle timeout, in seconds.
123
+
124
+ A server connection closes after being idle for the specified time.
125
+
126
+ Set to zero to disable the limit.
127
+ """
128
+
129
+ def __init__(
130
+ self,
131
+ *,
132
+ mode: global___ConnectionPoolerConfig.PoolMode.ValueType = ...,
133
+ size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
134
+ client_idle_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
135
+ ) -> None: ...
136
+ def HasField(self, field_name: typing.Literal["client_idle_timeout", b"client_idle_timeout", "size", b"size"]) -> builtins.bool: ...
137
+ def ClearField(self, field_name: typing.Literal["client_idle_timeout", b"client_idle_timeout", "mode", b"mode", "size", b"size"]) -> None: ...
138
+
139
+ global___ConnectionPoolerConfig = ConnectionPoolerConfig
140
+
141
+ @typing.final
142
+ class BackgroundActivityStartAt(google.protobuf.message.Message):
143
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
144
+
145
+ HOURS_FIELD_NUMBER: builtins.int
146
+ MINUTES_FIELD_NUMBER: builtins.int
147
+ hours: builtins.int
148
+ minutes: builtins.int
149
+ def __init__(
150
+ self,
151
+ *,
152
+ hours: builtins.int = ...,
153
+ minutes: builtins.int = ...,
154
+ ) -> None: ...
155
+ def ClearField(self, field_name: typing.Literal["hours", b"hours", "minutes", b"minutes"]) -> None: ...
156
+
157
+ global___BackgroundActivityStartAt = BackgroundActivityStartAt
158
+
159
+ @typing.final
160
+ class TableSizes(google.protobuf.message.Message):
161
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
162
+
163
+ STARTS_FIELD_NUMBER: builtins.int
164
+ @property
165
+ def starts(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___BackgroundActivityStartAt]: ...
166
+ def __init__(
167
+ self,
168
+ *,
169
+ starts: collections.abc.Iterable[global___BackgroundActivityStartAt] | None = ...,
170
+ ) -> None: ...
171
+ def ClearField(self, field_name: typing.Literal["starts", b"starts"]) -> None: ...
172
+
173
+ global___TableSizes = TableSizes
174
+
175
+ @typing.final
176
+ class AnalyzeAndVacuum(google.protobuf.message.Message):
177
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
178
+
179
+ START_FIELD_NUMBER: builtins.int
180
+ ANALYZE_TIMEOUT_FIELD_NUMBER: builtins.int
181
+ VACUUM_TIMEOUT_FIELD_NUMBER: builtins.int
182
+ @property
183
+ def start(self) -> global___BackgroundActivityStartAt: ...
184
+ @property
185
+ def analyze_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
186
+ """Maximum duration of the `ANALYZE` operation, in seconds. The default value is `36000`. As soon as this period expires, the `ANALYZE` operation will be forced to terminate."""
187
+
188
+ @property
189
+ def vacuum_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
190
+ """Maximum duration of the `VACUUM` operation, in seconds. The default value is `36000`. As soon as this period expires, the `VACUUM` operation will be forced to terminate."""
191
+
192
+ def __init__(
193
+ self,
194
+ *,
195
+ start: global___BackgroundActivityStartAt | None = ...,
196
+ analyze_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
197
+ vacuum_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
198
+ ) -> None: ...
199
+ def HasField(self, field_name: typing.Literal["analyze_timeout", b"analyze_timeout", "start", b"start", "vacuum_timeout", b"vacuum_timeout"]) -> builtins.bool: ...
200
+ def ClearField(self, field_name: typing.Literal["analyze_timeout", b"analyze_timeout", "start", b"start", "vacuum_timeout", b"vacuum_timeout"]) -> None: ...
201
+
202
+ global___AnalyzeAndVacuum = AnalyzeAndVacuum
203
+
204
+ @typing.final
205
+ class BackgroundActivitiesConfig(google.protobuf.message.Message):
206
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
207
+
208
+ TABLE_SIZES_FIELD_NUMBER: builtins.int
209
+ ANALYZE_AND_VACUUM_FIELD_NUMBER: builtins.int
210
+ @property
211
+ def table_sizes(self) -> global___TableSizes: ...
212
+ @property
213
+ def analyze_and_vacuum(self) -> global___AnalyzeAndVacuum: ...
214
+ def __init__(
215
+ self,
216
+ *,
217
+ table_sizes: global___TableSizes | None = ...,
218
+ analyze_and_vacuum: global___AnalyzeAndVacuum | None = ...,
219
+ ) -> None: ...
220
+ def HasField(self, field_name: typing.Literal["analyze_and_vacuum", b"analyze_and_vacuum", "table_sizes", b"table_sizes"]) -> builtins.bool: ...
221
+ def ClearField(self, field_name: typing.Literal["analyze_and_vacuum", b"analyze_and_vacuum", "table_sizes", b"table_sizes"]) -> None: ...
222
+
223
+ global___BackgroundActivitiesConfig = BackgroundActivitiesConfig
224
+
225
+ @typing.final
226
+ class MasterSubclusterConfig(google.protobuf.message.Message):
227
+ """Configuration of the master subcluster."""
228
+
229
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
230
+
231
+ RESOURCES_FIELD_NUMBER: builtins.int
232
+ @property
233
+ def resources(self) -> global___Resources:
234
+ """Computational resources allocated to Greenplum® master subcluster hosts."""
235
+
236
+ def __init__(
237
+ self,
238
+ *,
239
+ resources: global___Resources | None = ...,
240
+ ) -> None: ...
241
+ def HasField(self, field_name: typing.Literal["resources", b"resources"]) -> builtins.bool: ...
242
+ def ClearField(self, field_name: typing.Literal["resources", b"resources"]) -> None: ...
243
+
244
+ global___MasterSubclusterConfig = MasterSubclusterConfig
245
+
246
+ @typing.final
247
+ class SegmentSubclusterConfig(google.protobuf.message.Message):
248
+ """Configuration of the segment subcluster."""
249
+
250
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
251
+
252
+ RESOURCES_FIELD_NUMBER: builtins.int
253
+ @property
254
+ def resources(self) -> global___Resources:
255
+ """Computational resources allocated to Greenplum® segment subcluster hosts."""
256
+
257
+ def __init__(
258
+ self,
259
+ *,
260
+ resources: global___Resources | None = ...,
261
+ ) -> None: ...
262
+ def HasField(self, field_name: typing.Literal["resources", b"resources"]) -> builtins.bool: ...
263
+ def ClearField(self, field_name: typing.Literal["resources", b"resources"]) -> None: ...
264
+
265
+ global___SegmentSubclusterConfig = SegmentSubclusterConfig
266
+
267
+ @typing.final
268
+ class GreenplumConfig6(google.protobuf.message.Message):
269
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
270
+
271
+ MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
272
+ MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
273
+ GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
274
+ GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
275
+ GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
276
+ MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
277
+ GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
278
+ MAX_STATEMENT_MEM_FIELD_NUMBER: builtins.int
279
+ LOG_STATEMENT_FIELD_NUMBER: builtins.int
280
+ GP_ADD_COLUMN_INHERITS_TABLE_SETTING_FIELD_NUMBER: builtins.int
281
+ log_statement: global___LogStatement.ValueType
282
+ """Controls which SQL statements are logged. DDL logs all data definition commands like CREATE, ALTER, and DROP commands.
283
+ MOD logs all DDL statements, plus INSERT, UPDATE, DELETE, TRUNCATE, and COPY FROM.
284
+ PREPARE and EXPLAIN ANALYZE statements are also logged if their contained command is of an appropriate type.
285
+ https://docs.greenplum.org/6-5/ref_guide/config_params/guc-list.html#log_statement
286
+ Default value is ddl
287
+ """
288
+ @property
289
+ def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
290
+ """Maximum number of inbound connections on master segment"""
291
+
292
+ @property
293
+ def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
294
+ """Specify the maximum size of WAL files that replication slots are allowed to retain in the pg_wal directory at checkpoint time.
295
+ https://www.postgresql.org/docs/current/runtime-config-replication.html
296
+ """
297
+
298
+ @property
299
+ def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
300
+ """Sets the maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
301
+ The default value is 0, which means a limit is not enforced.
302
+ https://docs.greenplum.org/6-5/ref_guide/config_params/guc-list.html#gp_workfile_limit_per_segment
303
+ """
304
+
305
+ @property
306
+ def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
307
+ """Sets the maximum disk size an individual query is allowed to use for creating temporary spill files at each segment.
308
+ The default value is 0, which means a limit is not enforced.
309
+ https://docs.greenplum.org/6-5/ref_guide/config_params/guc-list.html#gp_workfile_limit_per_query
310
+ """
311
+
312
+ @property
313
+ def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
314
+ """Sets the maximum number of temporary spill files (also known as workfiles) allowed per query per segment.
315
+ Spill files are created when executing a query that requires more memory than it is allocated.
316
+ The current query is terminated when the limit is exceeded.
317
+ Set the value to 0 (zero) to allow an unlimited number of spill files. master session reload
318
+ https://docs.greenplum.org/6-5/ref_guide/config_params/guc-list.html#gp_workfile_limit_files_per_query
319
+ Default value is 10000
320
+ """
321
+
322
+ @property
323
+ def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
324
+ """Sets the maximum number of transactions that can be in the "prepared" state simultaneously
325
+ https://www.postgresql.org/docs/9.6/runtime-config-resource.html
326
+ """
327
+
328
+ @property
329
+ def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
330
+ """Specifies whether the temporary files created, when a hash aggregation or hash join operation spills to disk, are compressed.
331
+ https://docs.greenplum.org/6-5/ref_guide/config_params/guc-list.html#gp_workfile_compression
332
+ """
333
+
334
+ @property
335
+ def max_statement_mem(self) -> google.protobuf.wrappers_pb2.Int64Value:
336
+ """Sets the maximum memory limit for a query. Helps avoid out-of-memory errors on a segment host during query processing as a result of setting statement_mem too high.
337
+ Taking into account the configuration of a single segment host, calculate max_statement_mem as follows:
338
+ (seghost_physical_memory) / (average_number_concurrent_queries)
339
+ When changing both max_statement_mem and statement_mem, max_statement_mem must be changed first, or listed first in the postgresql.conf file.
340
+ https://greenplum.docs.pivotal.io/6-19/ref_guide/config_params/guc-list.html#max_statement_mem
341
+ Default value is 2097152000 (2000MB)
342
+ in bytes
343
+ """
344
+
345
+ @property
346
+ def gp_add_column_inherits_table_setting(self) -> google.protobuf.wrappers_pb2.BoolValue:
347
+ """https://docs.vmware.com/en/VMware-Tanzu-Greenplum/6/greenplum-database/GUID-ref_guide-config_params-guc-list.html#gp_add_column_inherits_table_setting"""
348
+
349
+ def __init__(
350
+ self,
351
+ *,
352
+ max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
353
+ max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
354
+ gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
355
+ gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
356
+ gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
357
+ max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
358
+ gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
359
+ max_statement_mem: google.protobuf.wrappers_pb2.Int64Value | None = ...,
360
+ log_statement: global___LogStatement.ValueType = ...,
361
+ gp_add_column_inherits_table_setting: google.protobuf.wrappers_pb2.BoolValue | None = ...,
362
+ ) -> None: ...
363
+ def HasField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> builtins.bool: ...
364
+ def ClearField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "log_statement", b"log_statement", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> None: ...
365
+
366
+ global___GreenplumConfig6 = GreenplumConfig6
367
+
368
+ @typing.final
369
+ class GreenplumConfig6_17(google.protobuf.message.Message):
370
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
371
+
372
+ MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
373
+ MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
374
+ GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
375
+ GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
376
+ GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
377
+ MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
378
+ GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
379
+ @property
380
+ def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
381
+ """Maximum number of inbound connections on master segment."""
382
+
383
+ @property
384
+ def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
385
+ """The maximum size of WAL files that replication slots are allowed to retain in the `pg_wal` directory at checkpoint time.
386
+
387
+ More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/current/runtime-config-replication.html).
388
+ """
389
+
390
+ @property
391
+ def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
392
+ """The maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
393
+
394
+ The default value is 0 (no limit).
395
+
396
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_segment).
397
+ """
398
+
399
+ @property
400
+ def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
401
+ """The maximum disk size that an individual query is allowed to use for creating temporary spill files at each segment.
402
+
403
+ The default value is 0 (no limit).
404
+
405
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_query).
406
+ """
407
+
408
+ @property
409
+ def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
410
+ """The maximum number of temporary spill files allowed per query at each segment.
411
+
412
+ Spill files, also known as workfiles, are created when a query requires more memory than there is allocated.
413
+
414
+ The current query is terminated if the limit is exceeded.
415
+
416
+ Set to zero to disable the limit.
417
+
418
+ Master session reloads if the parameter changes.
419
+
420
+ Default value is 10000.
421
+
422
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_files_per_query).
423
+ """
424
+
425
+ @property
426
+ def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
427
+ """The maximum number of transactions that can be in the `prepared` state simultaneously.
428
+
429
+ More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/9.6/runtime-config-resource.html).
430
+ """
431
+
432
+ @property
433
+ def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
434
+ """Whether the spill files are compressed or not.
435
+
436
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_compression).
437
+ """
438
+
439
+ def __init__(
440
+ self,
441
+ *,
442
+ max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
443
+ max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
444
+ gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
445
+ gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
446
+ gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
447
+ max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
448
+ gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
449
+ ) -> None: ...
450
+ def HasField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size"]) -> builtins.bool: ...
451
+ def ClearField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size"]) -> None: ...
452
+
453
+ global___GreenplumConfig6_17 = GreenplumConfig6_17
454
+
455
+ @typing.final
456
+ class GreenplumConfig6_19(google.protobuf.message.Message):
457
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
458
+
459
+ MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
460
+ MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
461
+ GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
462
+ GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
463
+ GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
464
+ MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
465
+ GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
466
+ MAX_STATEMENT_MEM_FIELD_NUMBER: builtins.int
467
+ LOG_STATEMENT_FIELD_NUMBER: builtins.int
468
+ log_statement: global___LogStatement.ValueType
469
+ """Logged SQL statements.
470
+
471
+ `PREPARE` and `EXPLAIN ANALYZE` statements are also logged if their contained command belongs to an appropriate type.
472
+
473
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#log_statement).
474
+ """
475
+ @property
476
+ def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
477
+ """Maximum number of inbound connections on master segment."""
478
+
479
+ @property
480
+ def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
481
+ """The maximum size of WAL files that replication slots are allowed to retain in the `pg_wal` directory at checkpoint time.
482
+
483
+ More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/current/runtime-config-replication.html).
484
+ """
485
+
486
+ @property
487
+ def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
488
+ """The maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
489
+
490
+ The default value is 0 (no limit).
491
+
492
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_segment).
493
+ """
494
+
495
+ @property
496
+ def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
497
+ """The maximum disk size that an individual query is allowed to use for creating temporary spill files at each segment.
498
+
499
+ The default value is 0 (no limit).
500
+
501
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_query).
502
+ """
503
+
504
+ @property
505
+ def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
506
+ """The maximum number of temporary spill files allowed per query at each segment.
507
+
508
+ Spill files, also known as workfiles, are created when a query requires more memory than there is allocated.
509
+
510
+ The current query is terminated if the limit is exceeded.
511
+
512
+ Set to zero to disable the limit.
513
+
514
+ Master session reloads if the parameter changes.
515
+
516
+ Default value is 10000.
517
+
518
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_files_per_query).
519
+ """
520
+
521
+ @property
522
+ def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
523
+ """The maximum number of transactions that can be in the `prepared` state simultaneously.
524
+
525
+ More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/9.6/runtime-config-resource.html).
526
+ """
527
+
528
+ @property
529
+ def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
530
+ """Whether the spill files are compressed or not.
531
+
532
+ More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_compression).
533
+ """
534
+
535
+ @property
536
+ def max_statement_mem(self) -> google.protobuf.wrappers_pb2.Int64Value:
537
+ """The maximum memory limit for a query, in bytes.
538
+
539
+ Helps to avoid out-of-memory errors on a segment host during query processing as a result of setting `statement_mem` too high.
540
+
541
+ Taking into account the configuration of a single segment host, calculate [max_statement_mem] as follows: `seghost_physical_memory` / `average_number_concurrent_queries`.
542
+
543
+ When changing both [max_statement_mem] and `statement_mem`, [max_statement_mem] must be changed first, or listed first in the `postgresql.conf` file.
544
+
545
+ Default value is 2097152000 (2000 MB).
546
+
547
+ More info in [Greenplum® documentation](https://greenplum.docs.pivotal.io/6-19/ref_guide/config_params/guc-list.html#max_statement_mem).
548
+ in bytes
549
+ """
550
+
551
+ def __init__(
552
+ self,
553
+ *,
554
+ max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
555
+ max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
556
+ gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
557
+ gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
558
+ gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
559
+ max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
560
+ gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
561
+ max_statement_mem: google.protobuf.wrappers_pb2.Int64Value | None = ...,
562
+ log_statement: global___LogStatement.ValueType = ...,
563
+ ) -> None: ...
564
+ def HasField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> builtins.bool: ...
565
+ def ClearField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "log_statement", b"log_statement", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> None: ...
566
+
567
+ global___GreenplumConfig6_19 = GreenplumConfig6_19
568
+
569
+ @typing.final
570
+ class GreenplumConfig6_21(google.protobuf.message.Message):
571
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
572
+
573
+ MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
574
+ MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
575
+ GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
576
+ GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
577
+ GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
578
+ MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
579
+ GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
580
+ MAX_STATEMENT_MEM_FIELD_NUMBER: builtins.int
581
+ LOG_STATEMENT_FIELD_NUMBER: builtins.int
582
+ GP_ADD_COLUMN_INHERITS_TABLE_SETTING_FIELD_NUMBER: builtins.int
583
+ log_statement: global___LogStatement.ValueType
584
+ """Controls which SQL statements are logged. DDL logs all data definition commands like CREATE, ALTER, and DROP commands.
585
+ MOD logs all DDL statements, plus INSERT, UPDATE, DELETE, TRUNCATE, and COPY FROM.
586
+ PREPARE and EXPLAIN ANALYZE statements are also logged if their contained command is of an appropriate type.
587
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#log_statement
588
+ Default value is ddl
589
+ """
590
+ @property
591
+ def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
592
+ """Maximum number of inbound connections on master segment"""
593
+
594
+ @property
595
+ def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
596
+ """Specify the maximum size of WAL files that replication slots are allowed to retain in the pg_wal directory at checkpoint time.
597
+ https://www.postgresql.org/docs/current/runtime-config-replication.html
598
+ """
599
+
600
+ @property
601
+ def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
602
+ """Sets the maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
603
+ The default value is 0, which means a limit is not enforced.
604
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_segment
605
+ """
606
+
607
+ @property
608
+ def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
609
+ """Sets the maximum disk size an individual query is allowed to use for creating temporary spill files at each segment.
610
+ The default value is 0, which means a limit is not enforced.
611
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_query
612
+ """
613
+
614
+ @property
615
+ def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
616
+ """Sets the maximum number of temporary spill files (also known as workfiles) allowed per query per segment.
617
+ Spill files are created when executing a query that requires more memory than it is allocated.
618
+ The current query is terminated when the limit is exceeded.
619
+ Set the value to 0 (zero) to allow an unlimited number of spill files. master session reload
620
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_files_per_query
621
+ Default value is 10000
622
+ """
623
+
624
+ @property
625
+ def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
626
+ """Sets the maximum number of transactions that can be in the "prepared" state simultaneously
627
+ https://www.postgresql.org/docs/9.6/runtime-config-resource.html
628
+ """
629
+
630
+ @property
631
+ def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
632
+ """Specifies whether the temporary files created, when a hash aggregation or hash join operation spills to disk, are compressed.
633
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_compression
634
+ """
635
+
636
+ @property
637
+ def max_statement_mem(self) -> google.protobuf.wrappers_pb2.Int64Value:
638
+ """Sets the maximum memory limit for a query. Helps avoid out-of-memory errors on a segment host during query processing as a result of setting statement_mem too high.
639
+ Taking into account the configuration of a single segment host, calculate max_statement_mem as follows:
640
+ (seghost_physical_memory) / (average_number_concurrent_queries)
641
+ When changing both max_statement_mem and statement_mem, max_statement_mem must be changed first, or listed first in the postgresql.conf file.
642
+ https://greenplum.docs.pivotal.io/6-19/ref_guide/config_params/guc-list.html#max_statement_mem
643
+ Default value is 2097152000 (2000MB)
644
+ in bytes
645
+ """
646
+
647
+ @property
648
+ def gp_add_column_inherits_table_setting(self) -> google.protobuf.wrappers_pb2.BoolValue:
649
+ """https://docs.vmware.com/en/VMware-Tanzu-Greenplum/6/greenplum-database/GUID-ref_guide-config_params-guc-list.html#gp_add_column_inherits_table_setting"""
650
+
651
+ def __init__(
652
+ self,
653
+ *,
654
+ max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
655
+ max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
656
+ gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
657
+ gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
658
+ gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
659
+ max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
660
+ gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
661
+ max_statement_mem: google.protobuf.wrappers_pb2.Int64Value | None = ...,
662
+ log_statement: global___LogStatement.ValueType = ...,
663
+ gp_add_column_inherits_table_setting: google.protobuf.wrappers_pb2.BoolValue | None = ...,
664
+ ) -> None: ...
665
+ def HasField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> builtins.bool: ...
666
+ def ClearField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "log_statement", b"log_statement", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> None: ...
667
+
668
+ global___GreenplumConfig6_21 = GreenplumConfig6_21
669
+
670
+ @typing.final
671
+ class GreenplumConfig6_22(google.protobuf.message.Message):
672
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
673
+
674
+ MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
675
+ MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
676
+ GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
677
+ GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
678
+ GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
679
+ MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
680
+ GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
681
+ MAX_STATEMENT_MEM_FIELD_NUMBER: builtins.int
682
+ LOG_STATEMENT_FIELD_NUMBER: builtins.int
683
+ GP_ADD_COLUMN_INHERITS_TABLE_SETTING_FIELD_NUMBER: builtins.int
684
+ log_statement: global___LogStatement.ValueType
685
+ """Controls which SQL statements are logged. DDL logs all data definition commands like CREATE, ALTER, and DROP commands.
686
+ MOD logs all DDL statements, plus INSERT, UPDATE, DELETE, TRUNCATE, and COPY FROM.
687
+ PREPARE and EXPLAIN ANALYZE statements are also logged if their contained command is of an appropriate type.
688
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#log_statement
689
+ Default value is ddl
690
+ """
691
+ @property
692
+ def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
693
+ """Maximum number of inbound connections on master segment"""
694
+
695
+ @property
696
+ def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
697
+ """Specify the maximum size of WAL files that replication slots are allowed to retain in the pg_wal directory at checkpoint time.
698
+ https://www.postgresql.org/docs/current/runtime-config-replication.html
699
+ """
700
+
701
+ @property
702
+ def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
703
+ """Sets the maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
704
+ The default value is 0, which means a limit is not enforced.
705
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_segment
706
+ """
707
+
708
+ @property
709
+ def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
710
+ """Sets the maximum disk size an individual query is allowed to use for creating temporary spill files at each segment.
711
+ The default value is 0, which means a limit is not enforced.
712
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_query
713
+ """
714
+
715
+ @property
716
+ def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
717
+ """Sets the maximum number of temporary spill files (also known as workfiles) allowed per query per segment.
718
+ Spill files are created when executing a query that requires more memory than it is allocated.
719
+ The current query is terminated when the limit is exceeded.
720
+ Set the value to 0 (zero) to allow an unlimited number of spill files. master session reload
721
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_files_per_query
722
+ Default value is 10000
723
+ """
724
+
725
+ @property
726
+ def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
727
+ """Sets the maximum number of transactions that can be in the "prepared" state simultaneously
728
+ https://www.postgresql.org/docs/9.6/runtime-config-resource.html
729
+ """
730
+
731
+ @property
732
+ def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
733
+ """Specifies whether the temporary files created, when a hash aggregation or hash join operation spills to disk, are compressed.
734
+ https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_compression
735
+ """
736
+
737
+ @property
738
+ def max_statement_mem(self) -> google.protobuf.wrappers_pb2.Int64Value:
739
+ """Sets the maximum memory limit for a query. Helps avoid out-of-memory errors on a segment host during query processing as a result of setting statement_mem too high.
740
+ Taking into account the configuration of a single segment host, calculate max_statement_mem as follows:
741
+ (seghost_physical_memory) / (average_number_concurrent_queries)
742
+ When changing both max_statement_mem and statement_mem, max_statement_mem must be changed first, or listed first in the postgresql.conf file.
743
+ https://greenplum.docs.pivotal.io/6-19/ref_guide/config_params/guc-list.html#max_statement_mem
744
+ Default value is 2097152000 (2000MB)
745
+ in bytes
746
+ """
747
+
748
+ @property
749
+ def gp_add_column_inherits_table_setting(self) -> google.protobuf.wrappers_pb2.BoolValue:
750
+ """https://docs.vmware.com/en/VMware-Tanzu-Greenplum/6/greenplum-database/GUID-ref_guide-config_params-guc-list.html#gp_add_column_inherits_table_setting"""
751
+
752
+ def __init__(
753
+ self,
754
+ *,
755
+ max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
756
+ max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
757
+ gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
758
+ gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
759
+ gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
760
+ max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
761
+ gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
762
+ max_statement_mem: google.protobuf.wrappers_pb2.Int64Value | None = ...,
763
+ log_statement: global___LogStatement.ValueType = ...,
764
+ gp_add_column_inherits_table_setting: google.protobuf.wrappers_pb2.BoolValue | None = ...,
765
+ ) -> None: ...
766
+ def HasField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> builtins.bool: ...
767
+ def ClearField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "log_statement", b"log_statement", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> None: ...
768
+
769
+ global___GreenplumConfig6_22 = GreenplumConfig6_22
770
+
771
+ @typing.final
772
+ class GreenplumConfigSet6_17(google.protobuf.message.Message):
773
+ """Configuration settings version 6.17"""
774
+
775
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
776
+
777
+ EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
778
+ USER_CONFIG_FIELD_NUMBER: builtins.int
779
+ DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
780
+ @property
781
+ def effective_config(self) -> global___GreenplumConfig6_17:
782
+ """Effective settings for a Greenplum® cluster (a combination of settings defined in [user_config] and [default_config])."""
783
+
784
+ @property
785
+ def user_config(self) -> global___GreenplumConfig6_17:
786
+ """User-defined settings for a Greenplum® cluster."""
787
+
788
+ @property
789
+ def default_config(self) -> global___GreenplumConfig6_17:
790
+ """Default configuration for a Greenplum® cluster."""
791
+
792
+ def __init__(
793
+ self,
794
+ *,
795
+ effective_config: global___GreenplumConfig6_17 | None = ...,
796
+ user_config: global___GreenplumConfig6_17 | None = ...,
797
+ default_config: global___GreenplumConfig6_17 | None = ...,
798
+ ) -> None: ...
799
+ def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
800
+ def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
801
+
802
+ global___GreenplumConfigSet6_17 = GreenplumConfigSet6_17
803
+
804
+ @typing.final
805
+ class GreenplumConfigSet6_19(google.protobuf.message.Message):
806
+ """Configuration settings version 6.19"""
807
+
808
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
809
+
810
+ EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
811
+ USER_CONFIG_FIELD_NUMBER: builtins.int
812
+ DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
813
+ @property
814
+ def effective_config(self) -> global___GreenplumConfig6_19:
815
+ """Effective settings for a Greenplum® cluster (a combination of settings defined in [user_config] and [default_config])."""
816
+
817
+ @property
818
+ def user_config(self) -> global___GreenplumConfig6_19:
819
+ """User-defined settings for a Greenplum® cluster."""
820
+
821
+ @property
822
+ def default_config(self) -> global___GreenplumConfig6_19:
823
+ """Default configuration for a Greenplum® cluster."""
824
+
825
+ def __init__(
826
+ self,
827
+ *,
828
+ effective_config: global___GreenplumConfig6_19 | None = ...,
829
+ user_config: global___GreenplumConfig6_19 | None = ...,
830
+ default_config: global___GreenplumConfig6_19 | None = ...,
831
+ ) -> None: ...
832
+ def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
833
+ def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
834
+
835
+ global___GreenplumConfigSet6_19 = GreenplumConfigSet6_19
836
+
837
+ @typing.final
838
+ class GreenplumConfigSet6_21(google.protobuf.message.Message):
839
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
840
+
841
+ EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
842
+ USER_CONFIG_FIELD_NUMBER: builtins.int
843
+ DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
844
+ @property
845
+ def effective_config(self) -> global___GreenplumConfig6_21:
846
+ """Effective settings for a Greenplum® cluster (a combination of settings defined in [user_config] and [default_config])."""
847
+
848
+ @property
849
+ def user_config(self) -> global___GreenplumConfig6_21:
850
+ """User-defined settings for a Greenplum® cluster."""
851
+
852
+ @property
853
+ def default_config(self) -> global___GreenplumConfig6_21:
854
+ """Default configuration for a Greenplum® cluster."""
855
+
856
+ def __init__(
857
+ self,
858
+ *,
859
+ effective_config: global___GreenplumConfig6_21 | None = ...,
860
+ user_config: global___GreenplumConfig6_21 | None = ...,
861
+ default_config: global___GreenplumConfig6_21 | None = ...,
862
+ ) -> None: ...
863
+ def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
864
+ def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
865
+
866
+ global___GreenplumConfigSet6_21 = GreenplumConfigSet6_21
867
+
868
+ @typing.final
869
+ class GreenplumConfigSet6_22(google.protobuf.message.Message):
870
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
871
+
872
+ EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
873
+ USER_CONFIG_FIELD_NUMBER: builtins.int
874
+ DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
875
+ @property
876
+ def effective_config(self) -> global___GreenplumConfig6_22:
877
+ """Effective settings for a Greenplum® cluster (a combination of settings defined in [user_config] and [default_config])."""
878
+
879
+ @property
880
+ def user_config(self) -> global___GreenplumConfig6_22:
881
+ """User-defined settings for a Greenplum® cluster."""
882
+
883
+ @property
884
+ def default_config(self) -> global___GreenplumConfig6_22:
885
+ """Default configuration for a Greenplum® cluster."""
886
+
887
+ def __init__(
888
+ self,
889
+ *,
890
+ effective_config: global___GreenplumConfig6_22 | None = ...,
891
+ user_config: global___GreenplumConfig6_22 | None = ...,
892
+ default_config: global___GreenplumConfig6_22 | None = ...,
893
+ ) -> None: ...
894
+ def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
895
+ def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
896
+
897
+ global___GreenplumConfigSet6_22 = GreenplumConfigSet6_22
898
+
899
+ @typing.final
900
+ class GreenplumConfigSet6(google.protobuf.message.Message):
901
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
902
+
903
+ EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
904
+ USER_CONFIG_FIELD_NUMBER: builtins.int
905
+ DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
906
+ @property
907
+ def effective_config(self) -> global___GreenplumConfig6:
908
+ """Effective settings for a Greenplum (a combination of settings defined
909
+ in [user_config] and [default_config]).
910
+ """
911
+
912
+ @property
913
+ def user_config(self) -> global___GreenplumConfig6:
914
+ """User-defined settings for a Greenplum."""
915
+
916
+ @property
917
+ def default_config(self) -> global___GreenplumConfig6:
918
+ """Default configuration for a Greenplum."""
919
+
920
+ def __init__(
921
+ self,
922
+ *,
923
+ effective_config: global___GreenplumConfig6 | None = ...,
924
+ user_config: global___GreenplumConfig6 | None = ...,
925
+ default_config: global___GreenplumConfig6 | None = ...,
926
+ ) -> None: ...
927
+ def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
928
+ def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
929
+
930
+ global___GreenplumConfigSet6 = GreenplumConfigSet6
931
+
932
+ @typing.final
933
+ class ConnectionPoolerConfigSet(google.protobuf.message.Message):
934
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
935
+
936
+ EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
937
+ USER_CONFIG_FIELD_NUMBER: builtins.int
938
+ DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
939
+ @property
940
+ def effective_config(self) -> global___ConnectionPoolerConfig:
941
+ """Effective settings for an Odyssey® pooler (a combination of settings defined in [ConnectionPoolerConfigSet.user_config] and [ConnectionPoolerConfigSet.default_config])."""
942
+
943
+ @property
944
+ def user_config(self) -> global___ConnectionPoolerConfig:
945
+ """User-defined settings for an Odyssey® pooler."""
946
+
947
+ @property
948
+ def default_config(self) -> global___ConnectionPoolerConfig:
949
+ """Default configuration for an Odyssey® pooler."""
950
+
951
+ def __init__(
952
+ self,
953
+ *,
954
+ effective_config: global___ConnectionPoolerConfig | None = ...,
955
+ user_config: global___ConnectionPoolerConfig | None = ...,
956
+ default_config: global___ConnectionPoolerConfig | None = ...,
957
+ ) -> None: ...
958
+ def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
959
+ def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
960
+
961
+ global___ConnectionPoolerConfigSet = ConnectionPoolerConfigSet