yandexcloud 0.337.0__py3-none-any.whl → 0.339.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.

Potentially problematic release.


This version of yandexcloud might be problematic. Click here for more details.

Files changed (230) hide show
  1. yandex/cloud/ai/assistants/v1/common_pb2.py +32 -27
  2. yandex/cloud/ai/assistants/v1/common_pb2.pyi +29 -2
  3. yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +32 -32
  4. yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +7 -1
  5. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +39 -3
  6. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +220 -0
  7. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +172 -0
  8. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +68 -0
  9. yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
  10. yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
  11. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +50 -50
  12. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +10 -2
  13. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.py +86 -66
  14. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +98 -2
  15. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.py +88 -0
  16. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.pyi +40 -0
  17. yandex/cloud/backup/v1/backup_service_pb2.py +44 -40
  18. yandex/cloud/backup/v1/backup_service_pb2.pyi +14 -2
  19. yandex/cloud/backup/v1/policy_pb2.py +56 -52
  20. yandex/cloud/backup/v1/policy_pb2.pyi +36 -5
  21. yandex/cloud/backup/v1/resource_pb2.py +21 -19
  22. yandex/cloud/backup/v1/resource_pb2.pyi +32 -2
  23. yandex/cloud/backup/v1/resource_service_pb2.py +30 -30
  24. yandex/cloud/backup/v1/resource_service_pb2.pyi +5 -1
  25. yandex/cloud/baremetal/__init__.py +0 -0
  26. yandex/cloud/baremetal/v1alpha/__init__.py +0 -0
  27. yandex/cloud/baremetal/v1alpha/configuration_pb2.py +42 -0
  28. yandex/cloud/baremetal/v1alpha/configuration_pb2.pyi +109 -0
  29. yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.py +24 -0
  30. yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.pyi +17 -0
  31. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +49 -0
  32. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +111 -0
  33. yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.py +148 -0
  34. yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.pyi +80 -0
  35. yandex/cloud/baremetal/v1alpha/dhcp_pb2.py +37 -0
  36. yandex/cloud/baremetal/v1alpha/dhcp_pb2.pyi +33 -0
  37. yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.py +24 -0
  38. yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.pyi +17 -0
  39. yandex/cloud/baremetal/v1alpha/disk_pb2.py +39 -0
  40. yandex/cloud/baremetal/v1alpha/disk_pb2.pyi +68 -0
  41. yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.py +24 -0
  42. yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.pyi +17 -0
  43. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.py +37 -0
  44. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.pyi +36 -0
  45. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.py +24 -0
  46. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.pyi +17 -0
  47. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +49 -0
  48. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.pyi +87 -0
  49. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.py +148 -0
  50. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.pyi +80 -0
  51. yandex/cloud/baremetal/v1alpha/image_pb2.py +44 -0
  52. yandex/cloud/baremetal/v1alpha/image_pb2.pyi +125 -0
  53. yandex/cloud/baremetal/v1alpha/image_pb2_grpc.py +24 -0
  54. yandex/cloud/baremetal/v1alpha/image_pb2_grpc.pyi +17 -0
  55. yandex/cloud/baremetal/v1alpha/image_service_pb2.py +108 -0
  56. yandex/cloud/baremetal/v1alpha/image_service_pb2.pyi +364 -0
  57. yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.py +327 -0
  58. yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.pyi +170 -0
  59. yandex/cloud/baremetal/v1alpha/private_subnet_pb2.py +47 -0
  60. yandex/cloud/baremetal/v1alpha/private_subnet_pb2.pyi +174 -0
  61. yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.py +24 -0
  62. yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.pyi +17 -0
  63. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +112 -0
  64. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +443 -0
  65. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.py +327 -0
  66. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.pyi +170 -0
  67. yandex/cloud/baremetal/v1alpha/public_subnet_pb2.py +45 -0
  68. yandex/cloud/baremetal/v1alpha/public_subnet_pb2.pyi +143 -0
  69. yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.py +24 -0
  70. yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.pyi +17 -0
  71. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +106 -0
  72. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +382 -0
  73. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.py +327 -0
  74. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.pyi +170 -0
  75. yandex/cloud/baremetal/v1alpha/server_pb2.py +54 -0
  76. yandex/cloud/baremetal/v1alpha/server_pb2.pyi +282 -0
  77. yandex/cloud/baremetal/v1alpha/server_pb2_grpc.py +24 -0
  78. yandex/cloud/baremetal/v1alpha/server_pb2_grpc.pyi +17 -0
  79. yandex/cloud/baremetal/v1alpha/server_service_pb2.py +217 -0
  80. yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +850 -0
  81. yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.py +589 -0
  82. yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.pyi +281 -0
  83. yandex/cloud/baremetal/v1alpha/storage_pb2.py +46 -0
  84. yandex/cloud/baremetal/v1alpha/storage_pb2.pyi +165 -0
  85. yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.py +24 -0
  86. yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.pyi +17 -0
  87. yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +51 -0
  88. yandex/cloud/baremetal/v1alpha/storage_service_pb2.pyi +91 -0
  89. yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.py +145 -0
  90. yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.pyi +70 -0
  91. yandex/cloud/baremetal/v1alpha/vrf_pb2.py +42 -0
  92. yandex/cloud/baremetal/v1alpha/vrf_pb2.pyi +77 -0
  93. yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.py +24 -0
  94. yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.pyi +17 -0
  95. yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +106 -0
  96. yandex/cloud/baremetal/v1alpha/vrf_service_pb2.pyi +357 -0
  97. yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.py +327 -0
  98. yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.pyi +170 -0
  99. yandex/cloud/baremetal/v1alpha/zone_pb2.py +37 -0
  100. yandex/cloud/baremetal/v1alpha/zone_pb2.pyi +29 -0
  101. yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.py +24 -0
  102. yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.pyi +17 -0
  103. yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +49 -0
  104. yandex/cloud/baremetal/v1alpha/zone_service_pb2.pyi +87 -0
  105. yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.py +148 -0
  106. yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.pyi +80 -0
  107. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +40 -40
  108. yandex/cloud/dataproc/manager/v1/job_pb2.pyi +26 -26
  109. yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +7 -7
  110. yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.py +2 -2
  111. yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.pyi +6 -6
  112. yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +2 -2
  113. yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.py +3 -3
  114. yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.pyi +3 -3
  115. yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -5
  116. yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +13 -13
  117. yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.py +4 -4
  118. yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.pyi +6 -6
  119. yandex/cloud/dataproc/v1/job_pb2.pyi +15 -15
  120. yandex/cloud/dataproc/v1/job_service_pb2.pyi +3 -3
  121. yandex/cloud/dataproc/v1/job_service_pb2_grpc.py +4 -4
  122. yandex/cloud/dataproc/v1/job_service_pb2_grpc.pyi +6 -6
  123. yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +2 -2
  124. yandex/cloud/dataproc/v1/subcluster_pb2.pyi +11 -11
  125. yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +3 -3
  126. yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.py +3 -3
  127. yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.pyi +3 -3
  128. yandex/cloud/iam/v1/api_key_pb2.pyi +3 -1
  129. yandex/cloud/iam/v1/api_key_service_pb2.pyi +3 -1
  130. yandex/cloud/iam/v1/key_service_pb2.pyi +0 -2
  131. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2.py +32 -25
  132. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.py +133 -0
  133. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.pyi +61 -0
  134. yandex/cloud/k8s/v1/cluster_pb2.py +40 -30
  135. yandex/cloud/k8s/v1/cluster_pb2.pyi +94 -2
  136. yandex/cloud/k8s/v1/cluster_service_pb2.py +54 -42
  137. yandex/cloud/k8s/v1/cluster_service_pb2.pyi +70 -4
  138. yandex/cloud/k8s/v1/resource_preset_pb2.py +37 -0
  139. yandex/cloud/k8s/v1/resource_preset_pb2.pyi +43 -0
  140. yandex/cloud/k8s/v1/resource_preset_pb2_grpc.py +24 -0
  141. yandex/cloud/k8s/v1/resource_preset_pb2_grpc.pyi +17 -0
  142. yandex/cloud/k8s/v1/resource_preset_service_pb2.py +53 -0
  143. yandex/cloud/k8s/v1/resource_preset_service_pb2.pyi +81 -0
  144. yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.py +146 -0
  145. yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.pyi +71 -0
  146. yandex/cloud/mdb/mysql/v1/backup_pb2.py +6 -6
  147. yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +5 -1
  148. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +26 -20
  149. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +73 -2
  150. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +26 -20
  151. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +100 -2
  152. yandex/cloud/mdb/opensearch/v1/backup_pb2.py +30 -3
  153. yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +162 -0
  154. yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +46 -45
  155. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +9 -2
  156. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +88 -70
  157. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +102 -4
  158. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +89 -0
  159. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +49 -3
  160. yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.py +23 -23
  161. yandex/cloud/mdb/postgresql/v1/config/host10_pb2.py +23 -23
  162. yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.py +23 -23
  163. yandex/cloud/mdb/postgresql/v1/config/host11_pb2.py +23 -23
  164. yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.py +23 -23
  165. yandex/cloud/mdb/postgresql/v1/config/host12_pb2.py +23 -23
  166. yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.py +23 -23
  167. yandex/cloud/mdb/postgresql/v1/config/host13_pb2.py +23 -23
  168. yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.py +23 -23
  169. yandex/cloud/mdb/postgresql/v1/config/host14_pb2.py +23 -23
  170. yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.py +23 -23
  171. yandex/cloud/mdb/postgresql/v1/config/host15_pb2.py +23 -23
  172. yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.py +25 -25
  173. yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py +25 -25
  174. yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py +23 -23
  175. yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.py +35 -35
  176. yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.py +35 -35
  177. yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.py +35 -35
  178. yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.py +35 -35
  179. yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.py +37 -37
  180. yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.py +37 -37
  181. yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.py +37 -37
  182. yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.py +37 -37
  183. yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +37 -37
  184. yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +37 -37
  185. yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +37 -37
  186. yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +37 -37
  187. yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +37 -37
  188. yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +37 -37
  189. yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py +29 -29
  190. yandex/cloud/monitoring/v3/unit_format_pb2.py +2 -2
  191. yandex/cloud/monitoring/v3/unit_format_pb2.pyi +16 -0
  192. yandex/cloud/searchapi/v2/gen_search_service_pb2.py +28 -22
  193. yandex/cloud/searchapi/v2/search_query_pb2.py +8 -8
  194. yandex/cloud/searchapi/v2/search_query_pb2.pyi +8 -0
  195. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +11 -3
  196. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +24 -0
  197. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +44 -0
  198. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +20 -0
  199. yandex/cloud/spark/__init__.py +0 -0
  200. yandex/cloud/spark/v1/__init__.py +0 -0
  201. yandex/cloud/spark/v1/cluster_pb2.py +100 -0
  202. yandex/cloud/spark/v1/cluster_pb2.pyi +444 -0
  203. yandex/cloud/spark/v1/cluster_pb2_grpc.py +24 -0
  204. yandex/cloud/spark/v1/cluster_pb2_grpc.pyi +17 -0
  205. yandex/cloud/spark/v1/cluster_service_pb2.py +124 -0
  206. yandex/cloud/spark/v1/cluster_service_pb2.pyi +333 -0
  207. yandex/cloud/spark/v1/cluster_service_pb2_grpc.py +366 -0
  208. yandex/cloud/spark/v1/cluster_service_pb2_grpc.pyi +169 -0
  209. yandex/cloud/spark/v1/job_pb2.py +56 -0
  210. yandex/cloud/spark/v1/job_pb2.pyi +346 -0
  211. yandex/cloud/spark/v1/job_pb2_grpc.py +24 -0
  212. yandex/cloud/spark/v1/job_pb2_grpc.pyi +17 -0
  213. yandex/cloud/spark/v1/job_service_pb2.py +97 -0
  214. yandex/cloud/spark/v1/job_service_pb2.pyi +224 -0
  215. yandex/cloud/spark/v1/job_service_pb2_grpc.py +279 -0
  216. yandex/cloud/spark/v1/job_service_pb2_grpc.pyi +132 -0
  217. yandex/cloud/spark/v1/maintenance_pb2.py +53 -0
  218. yandex/cloud/spark/v1/maintenance_pb2.pyi +123 -0
  219. yandex/cloud/spark/v1/maintenance_pb2_grpc.py +24 -0
  220. yandex/cloud/spark/v1/maintenance_pb2_grpc.pyi +17 -0
  221. yandexcloud/__init__.py +2 -2
  222. yandexcloud/_operation_waiter.py +17 -19
  223. yandexcloud/_retry_policy.py +17 -3
  224. yandexcloud/_wrappers/dataproc/__init__.py +39 -0
  225. {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/METADATA +9 -9
  226. {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/RECORD +230 -118
  227. {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/WHEEL +1 -1
  228. {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/AUTHORS +0 -0
  229. {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/LICENSE +0 -0
  230. {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
26
26
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
27
27
 
28
28
 
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/mdb/mysql/v1/config/mysql8_0.proto\x12 yandex.cloud.mdb.mysql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xcc\x39\n\x0eMysqlConfig8_0\x12K\n\x17innodb_buffer_pool_size\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t>=5242880\x12\x42\n\x0fmax_connections\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12\x35\n\x0flong_query_time\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12/\n\x0bgeneral_log\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\taudit_log\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x08sql_mode\x18\x06 \x03(\x0e\x32\x38.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.SQLMode\x12L\n\x12max_allowed_packet\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x13\xfa\xc7\x31\x0f\x31\x30\x32\x34-1073741824\x12\x62\n\x1d\x64\x65\x66\x61ult_authentication_plugin\x18\x08 \x01(\x0e\x32;.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.AuthPlugin\x12L\n\x1einnodb_flush_log_at_trx_commit\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x31-2\x12J\n\x18innodb_lock_wait_timeout\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-28800\x12\x64\n\x15transaction_isolation\x18\x0b \x01(\x0e\x32\x45.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.TransactionIsolation\x12>\n\x1ainnodb_print_all_deadlocks\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x41\n\x10net_read_timeout\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x31-1200\x12\x42\n\x11net_write_timeout\x18\x0e \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x31-1200\x12I\n\x14group_concat_max_len\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n4-33554432\x12G\n\x0etmp_table_size\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x31\x30\x32\x34-536870912\x12M\n\x13max_heap_table_size\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x13\xfa\xc7\x31\x0f\x31\x36\x33\x38\x34-536870912\x12\x19\n\x11\x64\x65\x66\x61ult_time_zone\x18\x12 \x01(\t\x12\x1c\n\x14\x63haracter_set_server\x18\x13 \x01(\t\x12\x18\n\x10\x63ollation_server\x18\x14 \x01(\t\x12>\n\x1ainnodb_adaptive_hash_index\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12:\n\x16innodb_numa_interleave\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12R\n\x16innodb_log_buffer_size\x18\x17 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x15\xfa\xc7\x31\x11\x31\x30\x34\x38\x35\x37\x36-268435456\x12S\n\x14innodb_log_file_size\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x18\xfa\xc7\x31\x14\x32\x36\x38\x34\x33\x35\x34\x35\x36-4294967296\x12G\n\x12innodb_io_capacity\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n100-100000\x12K\n\x16innodb_io_capacity_max\x18\x1a \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n100-100000\x12\x45\n\x16innodb_read_io_threads\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-16\x12\x46\n\x17innodb_write_io_threads\x18\x1c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-16\x12\x43\n\x14innodb_purge_threads\x18\x1d \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-16\x12J\n\x19innodb_thread_concurrency\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1000\x12W\n\x1einnodb_temp_data_file_max_size\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x30-107374182400\x12\x44\n\x11thread_cache_size\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-10000\x12\x46\n\x0cthread_stack\x18! \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x13\xfa\xc7\x31\x0f\x31\x33\x31\x30\x37\x32-16777216\x12H\n\x10join_buffer_size\x18\" \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x11\xfa\xc7\x31\r1024-16777216\x12H\n\x10sort_buffer_size\x18# \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x11\xfa\xc7\x31\r1024-16777216\x12K\n\x16table_definition_cache\x18$ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n400-524288\x12\x45\n\x10table_open_cache\x18% \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n400-524288\x12I\n\x1atable_open_cache_instances\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-32\x12\x43\n\x1f\x65xplicit_defaults_for_timestamp\x18\' \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x18\x61uto_increment_increment\x18( \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-65535\x12G\n\x15\x61uto_increment_offset\x18) \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-65535\x12<\n\x0bsync_binlog\x18* \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-4096\x12I\n\x11\x62inlog_cache_size\x18+ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x11\xfa\xc7\x31\r4096-67108864\x12P\n\x1e\x62inlog_group_commit_sync_delay\x18, \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x30-50000\x12Y\n\x10\x62inlog_row_image\x18- \x01(\x0e\x32?.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.BinlogRowImage\x12@\n\x1c\x62inlog_rows_query_log_events\x18. \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12W\n)rpl_semi_sync_master_wait_for_slave_count\x18/ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x31-2\x12_\n\x13slave_parallel_type\x18\x30 \x01(\x0e\x32\x42.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.SlaveParallelType\x12\x45\n\x16slave_parallel_workers\x18\x31 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x30-64\x12\x45\n\x11regexp_time_limit\x18\x32 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t0-1048576\x12\\\n\x19mdb_preserve_binlog_bytes\x18\x33 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x1c\xfa\xc7\x31\x18\x31\x30\x37\x33\x37\x34\x31\x38\x32\x34-1099511627776\x12G\n\x13interactive_timeout\x18\x34 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t600-86400\x12@\n\x0cwait_timeout\x18\x35 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t600-86400\x12P\n\x1bmdb_offline_mode_enable_lag\x18\x36 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n600-432000\x12O\n\x1cmdb_offline_mode_disable_lag\x18\x37 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x36\x30-86400\x12X\n\x1crange_optimizer_max_mem_size\x18\x38 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x15\xfa\xc7\x31\x11\x31\x30\x34\x38\x35\x37\x36-268435456\x12\x32\n\x0eslow_query_log\x18\x39 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x46\n slow_query_log_always_write_time\x18: \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\\\n\x12log_slow_rate_type\x18; \x01(\x0e\x32@.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.LogSlowRateType\x12\x44\n\x13log_slow_rate_limit\x18< \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x31-1000\x12:\n\x16log_slow_sp_statements\x18= \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12[\n\x0flog_slow_filter\x18> \x03(\x0e\x32\x42.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.LogSlowFilterType\x12M\n\x1bmdb_priority_choice_max_lag\x18? \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x30-86400\x12\x45\n\x10innodb_page_size\x18@ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n4096-65536\x12]\n innodb_online_alter_log_max_size\x18\x41 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x16\xfa\xc7\x31\x12\x36\x35\x35\x33\x36-107374182400\x12G\n\x18innodb_ft_min_token_size\x18\x42 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x30-16\x12H\n\x18innodb_ft_max_token_size\x18\x43 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\t\xfa\xc7\x31\x05\x31\x30-84\x12\x44\n\x16lower_case_table_names\x18\x44 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x30-1\x12\x46\n\x16max_sp_recursion_depth\x18\x45 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\t\xfa\xc7\x31\x05\x30-255\x12\x46\n\x18innodb_compression_level\x18\x46 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x30-9\x12\x84\x01\n&binlog_transaction_dependency_tracking\x18G \x01(\x0e\x32T.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.BinlogTransactionDependencyTracking\x12.\n\nautocommit\x18H \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14innodb_status_output\x18I \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12innodb_strict_mode\x18J \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n#innodb_print_lock_wait_timeout_info\x18K \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x41\n\x13log_error_verbosity\x18L \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x31-3\x12\x45\n\x11max_digest_length\x18M \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t0-1048576\x12\x46\n\x11lock_wait_timeout\x18N \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n1-31536000\x12K\n\x17max_prepared_stmt_count\x18O \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t0-4194304\x12\x18\n\x10optimizer_switch\x18P \x01(\t\x12\x45\n\x16optimizer_search_depth\x18Q \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x30-62\x12,\n\x08userstat\x18R \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12I\n\x12max_execution_time\x18S \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-4294967295\"\x88\x04\n\x07SQLMode\x12\x17\n\x13SQLMODE_UNSPECIFIED\x10\x00\x12\x17\n\x13\x41LLOW_INVALID_DATES\x10\x01\x12\x0f\n\x0b\x41NSI_QUOTES\x10\x02\x12\x1e\n\x1a\x45RROR_FOR_DIVISION_BY_ZERO\x10\x03\x12\x17\n\x13HIGH_NOT_PRECEDENCE\x10\x04\x12\x10\n\x0cIGNORE_SPACE\x10\x05\x12\x19\n\x15NO_AUTO_VALUE_ON_ZERO\x10\x06\x12\x18\n\x14NO_BACKSLASH_ESCAPES\x10\x07\x12\x1a\n\x16NO_ENGINE_SUBSTITUTION\x10\x08\x12\x1b\n\x17NO_UNSIGNED_SUBTRACTION\x10\t\x12\x10\n\x0cNO_ZERO_DATE\x10\n\x12\x13\n\x0fNO_ZERO_IN_DATE\x10\x0b\x12\x16\n\x12ONLY_FULL_GROUP_BY\x10\x0f\x12\x1b\n\x17PAD_CHAR_TO_FULL_LENGTH\x10\x10\x12\x13\n\x0fPIPES_AS_CONCAT\x10\x11\x12\x11\n\rREAL_AS_FLOAT\x10\x12\x12\x15\n\x11STRICT_ALL_TABLES\x10\x13\x12\x17\n\x13STRICT_TRANS_TABLES\x10\x14\x12\x1c\n\x18TIME_TRUNCATE_FRACTIONAL\x10\x15\x12\x08\n\x04\x41NSI\x10\x16\x12\x0f\n\x0bTRADITIONAL\x10\x17\x12\x14\n\x10NO_DIR_IN_CREATE\x10\x18\"\x9f\x01\n\nAuthPlugin\x12\x1b\n\x17\x41UTH_PLUGIN_UNSPECIFIED\x10\x00\x12\x19\n\x15MYSQL_NATIVE_PASSWORD\x10\x01\x12\x19\n\x15\x43\x41\x43HING_SHA2_PASSWORD\x10\x02\x12\x13\n\x0fSHA256_PASSWORD\x10\x03\x12\x12\n\x0eMYSQL_NO_LOGIN\x10\x04\x12\x15\n\x11MDB_IAMPROXY_AUTH\x10\x05\"x\n\x14TransactionIsolation\x12%\n!TRANSACTION_ISOLATION_UNSPECIFIED\x10\x00\x12\x12\n\x0eREAD_COMMITTED\x10\x01\x12\x13\n\x0fREPEATABLE_READ\x10\x02\x12\x10\n\x0cSERIALIZABLE\x10\x03\"U\n\x0e\x42inlogRowImage\x12 \n\x1c\x42INLOG_ROW_IMAGE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x46ULL\x10\x01\x12\x0b\n\x07MINIMAL\x10\x02\x12\n\n\x06NOBLOB\x10\x03\"Y\n\x11SlaveParallelType\x12#\n\x1fSLAVE_PARALLEL_TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44\x41TABASE\x10\x01\x12\x11\n\rLOGICAL_CLOCK\x10\x02\"M\n\x0fLogSlowRateType\x12\"\n\x1eLOG_SLOW_RATE_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SESSION\x10\x01\x12\t\n\x05QUERY\x10\x02\"\xa1\x01\n\x11LogSlowFilterType\x12$\n LOG_SLOW_FILTER_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tFULL_SCAN\x10\x01\x12\r\n\tFULL_JOIN\x10\x02\x12\r\n\tTMP_TABLE\x10\x03\x12\x15\n\x11TMP_TABLE_ON_DISK\x10\x04\x12\x0c\n\x08\x46ILESORT\x10\x05\x12\x14\n\x10\x46ILESORT_ON_DISK\x10\x06\"\x93\x01\n#BinlogTransactionDependencyTracking\x12\x36\n2BINLOG_TRANSACTION_DEPENDENCY_TRACKING_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x43OMMIT_ORDER\x10\x01\x12\x0c\n\x08WRITESET\x10\x02\x12\x14\n\x10WRITESET_SESSION\x10\x03\"\xf0\x01\n\x11MysqlConfigSet8_0\x12J\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0\x12\x45\n\x0buser_config\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0\x12H\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0Br\n$yandex.cloud.api.mdb.mysql.v1.configZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/mysql/v1/config;mysqlb\x06proto3')
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/mdb/mysql/v1/config/mysql8_0.proto\x12 yandex.cloud.mdb.mysql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xe8@\n\x0eMysqlConfig8_0\x12K\n\x17innodb_buffer_pool_size\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t>=5242880\x12\x42\n\x0fmax_connections\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12\x35\n\x0flong_query_time\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12/\n\x0bgeneral_log\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\taudit_log\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x08sql_mode\x18\x06 \x03(\x0e\x32\x38.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.SQLMode\x12L\n\x12max_allowed_packet\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x13\xfa\xc7\x31\x0f\x31\x30\x32\x34-1073741824\x12\x62\n\x1d\x64\x65\x66\x61ult_authentication_plugin\x18\x08 \x01(\x0e\x32;.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.AuthPlugin\x12L\n\x1einnodb_flush_log_at_trx_commit\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x31-2\x12J\n\x18innodb_lock_wait_timeout\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-28800\x12\x64\n\x15transaction_isolation\x18\x0b \x01(\x0e\x32\x45.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.TransactionIsolation\x12>\n\x1ainnodb_print_all_deadlocks\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x41\n\x10net_read_timeout\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x31-1200\x12\x42\n\x11net_write_timeout\x18\x0e \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x31-1200\x12I\n\x14group_concat_max_len\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n4-33554432\x12G\n\x0etmp_table_size\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x31\x30\x32\x34-536870912\x12M\n\x13max_heap_table_size\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x13\xfa\xc7\x31\x0f\x31\x36\x33\x38\x34-536870912\x12\x19\n\x11\x64\x65\x66\x61ult_time_zone\x18\x12 \x01(\t\x12\x1c\n\x14\x63haracter_set_server\x18\x13 \x01(\t\x12\x18\n\x10\x63ollation_server\x18\x14 \x01(\t\x12>\n\x1ainnodb_adaptive_hash_index\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12:\n\x16innodb_numa_interleave\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12R\n\x16innodb_log_buffer_size\x18\x17 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x15\xfa\xc7\x31\x11\x31\x30\x34\x38\x35\x37\x36-268435456\x12S\n\x14innodb_log_file_size\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x18\xfa\xc7\x31\x14\x32\x36\x38\x34\x33\x35\x34\x35\x36-4294967296\x12G\n\x12innodb_io_capacity\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n100-100000\x12K\n\x16innodb_io_capacity_max\x18\x1a \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n100-100000\x12\x45\n\x16innodb_read_io_threads\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-16\x12\x46\n\x17innodb_write_io_threads\x18\x1c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-16\x12\x43\n\x14innodb_purge_threads\x18\x1d \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-16\x12J\n\x19innodb_thread_concurrency\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1000\x12W\n\x1einnodb_temp_data_file_max_size\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x30-107374182400\x12\x44\n\x11thread_cache_size\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-10000\x12\x46\n\x0cthread_stack\x18! \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x13\xfa\xc7\x31\x0f\x31\x33\x31\x30\x37\x32-16777216\x12H\n\x10join_buffer_size\x18\" \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x11\xfa\xc7\x31\r1024-16777216\x12H\n\x10sort_buffer_size\x18# \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x11\xfa\xc7\x31\r1024-16777216\x12K\n\x16table_definition_cache\x18$ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n400-524288\x12\x45\n\x10table_open_cache\x18% \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n400-524288\x12I\n\x1atable_open_cache_instances\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x31-32\x12\x43\n\x1f\x65xplicit_defaults_for_timestamp\x18\' \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x18\x61uto_increment_increment\x18( \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-65535\x12G\n\x15\x61uto_increment_offset\x18) \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-65535\x12<\n\x0bsync_binlog\x18* \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-4096\x12I\n\x11\x62inlog_cache_size\x18+ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x11\xfa\xc7\x31\r4096-67108864\x12P\n\x1e\x62inlog_group_commit_sync_delay\x18, \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x30-50000\x12Y\n\x10\x62inlog_row_image\x18- \x01(\x0e\x32?.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.BinlogRowImage\x12@\n\x1c\x62inlog_rows_query_log_events\x18. \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12W\n)rpl_semi_sync_master_wait_for_slave_count\x18/ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x31-2\x12_\n\x13slave_parallel_type\x18\x30 \x01(\x0e\x32\x42.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.SlaveParallelType\x12\x45\n\x16slave_parallel_workers\x18\x31 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x30-64\x12\x45\n\x11regexp_time_limit\x18\x32 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t0-1048576\x12\\\n\x19mdb_preserve_binlog_bytes\x18\x33 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x1c\xfa\xc7\x31\x18\x31\x30\x37\x33\x37\x34\x31\x38\x32\x34-1099511627776\x12G\n\x13interactive_timeout\x18\x34 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t600-86400\x12@\n\x0cwait_timeout\x18\x35 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t600-86400\x12P\n\x1bmdb_offline_mode_enable_lag\x18\x36 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n600-432000\x12O\n\x1cmdb_offline_mode_disable_lag\x18\x37 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x36\x30-86400\x12X\n\x1crange_optimizer_max_mem_size\x18\x38 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x15\xfa\xc7\x31\x11\x31\x30\x34\x38\x35\x37\x36-268435456\x12\x32\n\x0eslow_query_log\x18\x39 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x46\n slow_query_log_always_write_time\x18: \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\\\n\x12log_slow_rate_type\x18; \x01(\x0e\x32@.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.LogSlowRateType\x12\x44\n\x13log_slow_rate_limit\x18< \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x31-1000\x12:\n\x16log_slow_sp_statements\x18= \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12[\n\x0flog_slow_filter\x18> \x03(\x0e\x32\x42.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.LogSlowFilterType\x12M\n\x1bmdb_priority_choice_max_lag\x18? \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x30-86400\x12\x45\n\x10innodb_page_size\x18@ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n4096-65536\x12]\n innodb_online_alter_log_max_size\x18\x41 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x16\xfa\xc7\x31\x12\x36\x35\x35\x33\x36-107374182400\x12G\n\x18innodb_ft_min_token_size\x18\x42 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x30-16\x12H\n\x18innodb_ft_max_token_size\x18\x43 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\t\xfa\xc7\x31\x05\x31\x30-84\x12\x44\n\x16lower_case_table_names\x18\x44 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x30-1\x12\x46\n\x16max_sp_recursion_depth\x18\x45 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\t\xfa\xc7\x31\x05\x30-255\x12\x46\n\x18innodb_compression_level\x18\x46 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x30-9\x12\x84\x01\n&binlog_transaction_dependency_tracking\x18G \x01(\x0e\x32T.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.BinlogTransactionDependencyTracking\x12.\n\nautocommit\x18H \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14innodb_status_output\x18I \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12innodb_strict_mode\x18J \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n#innodb_print_lock_wait_timeout_info\x18K \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x41\n\x13log_error_verbosity\x18L \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03\x31-3\x12\x45\n\x11max_digest_length\x18M \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t0-1048576\x12\x46\n\x11lock_wait_timeout\x18N \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n1-31536000\x12K\n\x17max_prepared_stmt_count\x18O \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\r\xfa\xc7\x31\t0-4194304\x12\x18\n\x10optimizer_switch\x18P \x01(\t\x12\x45\n\x16optimizer_search_depth\x18Q \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04\x30-62\x12,\n\x08userstat\x18R \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12I\n\x12max_execution_time\x18S \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-4294967295\x12Y\n\x10\x61udit_log_policy\x18T \x01(\x0e\x32?.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.AuditLogPolicy\x12J\n&replication_sender_observe_commit_only\x18U \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12Q\n-replication_optimize_for_static_plugin_config\x18V \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12N\n\x15innodb_lru_scan_depth\x18W \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x31\x30\x30-4294967295\x12;\n\x17sql_require_primary_key\x18X \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rmdb_force_ssl\x18Y \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12g\n\x17innodb_change_buffering\x18Z \x01(\x0e\x32\x46.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0.InnodbChangeBuffering\"\x88\x04\n\x07SQLMode\x12\x17\n\x13SQLMODE_UNSPECIFIED\x10\x00\x12\x17\n\x13\x41LLOW_INVALID_DATES\x10\x01\x12\x0f\n\x0b\x41NSI_QUOTES\x10\x02\x12\x1e\n\x1a\x45RROR_FOR_DIVISION_BY_ZERO\x10\x03\x12\x17\n\x13HIGH_NOT_PRECEDENCE\x10\x04\x12\x10\n\x0cIGNORE_SPACE\x10\x05\x12\x19\n\x15NO_AUTO_VALUE_ON_ZERO\x10\x06\x12\x18\n\x14NO_BACKSLASH_ESCAPES\x10\x07\x12\x1a\n\x16NO_ENGINE_SUBSTITUTION\x10\x08\x12\x1b\n\x17NO_UNSIGNED_SUBTRACTION\x10\t\x12\x10\n\x0cNO_ZERO_DATE\x10\n\x12\x13\n\x0fNO_ZERO_IN_DATE\x10\x0b\x12\x16\n\x12ONLY_FULL_GROUP_BY\x10\x0f\x12\x1b\n\x17PAD_CHAR_TO_FULL_LENGTH\x10\x10\x12\x13\n\x0fPIPES_AS_CONCAT\x10\x11\x12\x11\n\rREAL_AS_FLOAT\x10\x12\x12\x15\n\x11STRICT_ALL_TABLES\x10\x13\x12\x17\n\x13STRICT_TRANS_TABLES\x10\x14\x12\x1c\n\x18TIME_TRUNCATE_FRACTIONAL\x10\x15\x12\x08\n\x04\x41NSI\x10\x16\x12\x0f\n\x0bTRADITIONAL\x10\x17\x12\x14\n\x10NO_DIR_IN_CREATE\x10\x18\"\x9f\x01\n\nAuthPlugin\x12\x1b\n\x17\x41UTH_PLUGIN_UNSPECIFIED\x10\x00\x12\x19\n\x15MYSQL_NATIVE_PASSWORD\x10\x01\x12\x19\n\x15\x43\x41\x43HING_SHA2_PASSWORD\x10\x02\x12\x13\n\x0fSHA256_PASSWORD\x10\x03\x12\x12\n\x0eMYSQL_NO_LOGIN\x10\x04\x12\x15\n\x11MDB_IAMPROXY_AUTH\x10\x05\"x\n\x14TransactionIsolation\x12%\n!TRANSACTION_ISOLATION_UNSPECIFIED\x10\x00\x12\x12\n\x0eREAD_COMMITTED\x10\x01\x12\x13\n\x0fREPEATABLE_READ\x10\x02\x12\x10\n\x0cSERIALIZABLE\x10\x03\"U\n\x0e\x42inlogRowImage\x12 \n\x1c\x42INLOG_ROW_IMAGE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x46ULL\x10\x01\x12\x0b\n\x07MINIMAL\x10\x02\x12\n\n\x06NOBLOB\x10\x03\"Y\n\x11SlaveParallelType\x12#\n\x1fSLAVE_PARALLEL_TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44\x41TABASE\x10\x01\x12\x11\n\rLOGICAL_CLOCK\x10\x02\"M\n\x0fLogSlowRateType\x12\"\n\x1eLOG_SLOW_RATE_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SESSION\x10\x01\x12\t\n\x05QUERY\x10\x02\"\xa1\x01\n\x11LogSlowFilterType\x12$\n LOG_SLOW_FILTER_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tFULL_SCAN\x10\x01\x12\r\n\tFULL_JOIN\x10\x02\x12\r\n\tTMP_TABLE\x10\x03\x12\x15\n\x11TMP_TABLE_ON_DISK\x10\x04\x12\x0c\n\x08\x46ILESORT\x10\x05\x12\x14\n\x10\x46ILESORT_ON_DISK\x10\x06\"\x93\x01\n#BinlogTransactionDependencyTracking\x12\x36\n2BINLOG_TRANSACTION_DEPENDENCY_TRACKING_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x43OMMIT_ORDER\x10\x01\x12\x0c\n\x08WRITESET\x10\x02\x12\x14\n\x10WRITESET_SESSION\x10\x03\"^\n\x0e\x41uditLogPolicy\x12 \n\x1c\x41UDIT_LOG_POLICY_UNSPECIFIED\x10\x00\x12\x07\n\x03\x41LL\x10\x01\x12\n\n\x06LOGINS\x10\x02\x12\x0b\n\x07QUERIES\x10\x03\x12\x08\n\x04NONE\x10\x04\"\x96\x02\n\x15InnodbChangeBuffering\x12\'\n#INNODB_CHANGE_BUFFERING_UNSPECIFIED\x10\x00\x12 \n\x1cINNODB_CHANGE_BUFFERING_NONE\x10\x01\x12#\n\x1fINNODB_CHANGE_BUFFERING_INSERTS\x10\x02\x12#\n\x1fINNODB_CHANGE_BUFFERING_DELETES\x10\x03\x12#\n\x1fINNODB_CHANGE_BUFFERING_CHANGES\x10\x04\x12\"\n\x1eINNODB_CHANGE_BUFFERING_PURGES\x10\x05\x12\x1f\n\x1bINNODB_CHANGE_BUFFERING_ALL\x10\x06\"\xf0\x01\n\x11MysqlConfigSet8_0\x12J\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0\x12\x45\n\x0buser_config\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0\x12H\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.mdb.mysql.v1.config.MysqlConfig8_0Br\n$yandex.cloud.api.mdb.mysql.v1.configZJgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/mysql/v1/config;mysqlb\x06proto3')
30
30
 
31
31
  _globals = globals()
32
32
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -144,24 +144,30 @@ if not _descriptor._USE_C_DESCRIPTORS:
144
144
  _globals['_MYSQLCONFIG8_0'].fields_by_name['optimizer_search_depth']._serialized_options = b'\372\3071\0040-62'
145
145
  _globals['_MYSQLCONFIG8_0'].fields_by_name['max_execution_time']._loaded_options = None
146
146
  _globals['_MYSQLCONFIG8_0'].fields_by_name['max_execution_time']._serialized_options = b'\372\3071\0140-4294967295'
147
+ _globals['_MYSQLCONFIG8_0'].fields_by_name['innodb_lru_scan_depth']._loaded_options = None
148
+ _globals['_MYSQLCONFIG8_0'].fields_by_name['innodb_lru_scan_depth']._serialized_options = b'\372\3071\016100-4294967295'
147
149
  _globals['_MYSQLCONFIG8_0']._serialized_start=149
148
- _globals['_MYSQLCONFIG8_0']._serialized_end=7521
149
- _globals['_MYSQLCONFIG8_0_SQLMODE']._serialized_start=6146
150
- _globals['_MYSQLCONFIG8_0_SQLMODE']._serialized_end=6666
151
- _globals['_MYSQLCONFIG8_0_AUTHPLUGIN']._serialized_start=6669
152
- _globals['_MYSQLCONFIG8_0_AUTHPLUGIN']._serialized_end=6828
153
- _globals['_MYSQLCONFIG8_0_TRANSACTIONISOLATION']._serialized_start=6830
154
- _globals['_MYSQLCONFIG8_0_TRANSACTIONISOLATION']._serialized_end=6950
155
- _globals['_MYSQLCONFIG8_0_BINLOGROWIMAGE']._serialized_start=6952
156
- _globals['_MYSQLCONFIG8_0_BINLOGROWIMAGE']._serialized_end=7037
157
- _globals['_MYSQLCONFIG8_0_SLAVEPARALLELTYPE']._serialized_start=7039
158
- _globals['_MYSQLCONFIG8_0_SLAVEPARALLELTYPE']._serialized_end=7128
159
- _globals['_MYSQLCONFIG8_0_LOGSLOWRATETYPE']._serialized_start=7130
160
- _globals['_MYSQLCONFIG8_0_LOGSLOWRATETYPE']._serialized_end=7207
161
- _globals['_MYSQLCONFIG8_0_LOGSLOWFILTERTYPE']._serialized_start=7210
162
- _globals['_MYSQLCONFIG8_0_LOGSLOWFILTERTYPE']._serialized_end=7371
163
- _globals['_MYSQLCONFIG8_0_BINLOGTRANSACTIONDEPENDENCYTRACKING']._serialized_start=7374
164
- _globals['_MYSQLCONFIG8_0_BINLOGTRANSACTIONDEPENDENCYTRACKING']._serialized_end=7521
165
- _globals['_MYSQLCONFIGSET8_0']._serialized_start=7524
166
- _globals['_MYSQLCONFIGSET8_0']._serialized_end=7764
150
+ _globals['_MYSQLCONFIG8_0']._serialized_end=8445
151
+ _globals['_MYSQLCONFIG8_0_SQLMODE']._serialized_start=6693
152
+ _globals['_MYSQLCONFIG8_0_SQLMODE']._serialized_end=7213
153
+ _globals['_MYSQLCONFIG8_0_AUTHPLUGIN']._serialized_start=7216
154
+ _globals['_MYSQLCONFIG8_0_AUTHPLUGIN']._serialized_end=7375
155
+ _globals['_MYSQLCONFIG8_0_TRANSACTIONISOLATION']._serialized_start=7377
156
+ _globals['_MYSQLCONFIG8_0_TRANSACTIONISOLATION']._serialized_end=7497
157
+ _globals['_MYSQLCONFIG8_0_BINLOGROWIMAGE']._serialized_start=7499
158
+ _globals['_MYSQLCONFIG8_0_BINLOGROWIMAGE']._serialized_end=7584
159
+ _globals['_MYSQLCONFIG8_0_SLAVEPARALLELTYPE']._serialized_start=7586
160
+ _globals['_MYSQLCONFIG8_0_SLAVEPARALLELTYPE']._serialized_end=7675
161
+ _globals['_MYSQLCONFIG8_0_LOGSLOWRATETYPE']._serialized_start=7677
162
+ _globals['_MYSQLCONFIG8_0_LOGSLOWRATETYPE']._serialized_end=7754
163
+ _globals['_MYSQLCONFIG8_0_LOGSLOWFILTERTYPE']._serialized_start=7757
164
+ _globals['_MYSQLCONFIG8_0_LOGSLOWFILTERTYPE']._serialized_end=7918
165
+ _globals['_MYSQLCONFIG8_0_BINLOGTRANSACTIONDEPENDENCYTRACKING']._serialized_start=7921
166
+ _globals['_MYSQLCONFIG8_0_BINLOGTRANSACTIONDEPENDENCYTRACKING']._serialized_end=8068
167
+ _globals['_MYSQLCONFIG8_0_AUDITLOGPOLICY']._serialized_start=8070
168
+ _globals['_MYSQLCONFIG8_0_AUDITLOGPOLICY']._serialized_end=8164
169
+ _globals['_MYSQLCONFIG8_0_INNODBCHANGEBUFFERING']._serialized_start=8167
170
+ _globals['_MYSQLCONFIG8_0_INNODBCHANGEBUFFERING']._serialized_end=8445
171
+ _globals['_MYSQLCONFIGSET8_0']._serialized_start=8448
172
+ _globals['_MYSQLCONFIGSET8_0']._serialized_end=8688
167
173
  # @@protoc_insertion_point(module_scope)
@@ -214,6 +214,48 @@ class MysqlConfig8_0(google.protobuf.message.Message):
214
214
  WRITESET: MysqlConfig8_0.BinlogTransactionDependencyTracking.ValueType # 2
215
215
  WRITESET_SESSION: MysqlConfig8_0.BinlogTransactionDependencyTracking.ValueType # 3
216
216
 
217
+ class _AuditLogPolicy:
218
+ ValueType = typing.NewType("ValueType", builtins.int)
219
+ V: typing_extensions.TypeAlias = ValueType
220
+
221
+ class _AuditLogPolicyEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_0._AuditLogPolicy.ValueType], builtins.type):
222
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
223
+ AUDIT_LOG_POLICY_UNSPECIFIED: MysqlConfig8_0._AuditLogPolicy.ValueType # 0
224
+ ALL: MysqlConfig8_0._AuditLogPolicy.ValueType # 1
225
+ LOGINS: MysqlConfig8_0._AuditLogPolicy.ValueType # 2
226
+ QUERIES: MysqlConfig8_0._AuditLogPolicy.ValueType # 3
227
+ NONE: MysqlConfig8_0._AuditLogPolicy.ValueType # 4
228
+
229
+ class AuditLogPolicy(_AuditLogPolicy, metaclass=_AuditLogPolicyEnumTypeWrapper): ...
230
+ AUDIT_LOG_POLICY_UNSPECIFIED: MysqlConfig8_0.AuditLogPolicy.ValueType # 0
231
+ ALL: MysqlConfig8_0.AuditLogPolicy.ValueType # 1
232
+ LOGINS: MysqlConfig8_0.AuditLogPolicy.ValueType # 2
233
+ QUERIES: MysqlConfig8_0.AuditLogPolicy.ValueType # 3
234
+ NONE: MysqlConfig8_0.AuditLogPolicy.ValueType # 4
235
+
236
+ class _InnodbChangeBuffering:
237
+ ValueType = typing.NewType("ValueType", builtins.int)
238
+ V: typing_extensions.TypeAlias = ValueType
239
+
240
+ class _InnodbChangeBufferingEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_0._InnodbChangeBuffering.ValueType], builtins.type):
241
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
242
+ INNODB_CHANGE_BUFFERING_UNSPECIFIED: MysqlConfig8_0._InnodbChangeBuffering.ValueType # 0
243
+ INNODB_CHANGE_BUFFERING_NONE: MysqlConfig8_0._InnodbChangeBuffering.ValueType # 1
244
+ INNODB_CHANGE_BUFFERING_INSERTS: MysqlConfig8_0._InnodbChangeBuffering.ValueType # 2
245
+ INNODB_CHANGE_BUFFERING_DELETES: MysqlConfig8_0._InnodbChangeBuffering.ValueType # 3
246
+ INNODB_CHANGE_BUFFERING_CHANGES: MysqlConfig8_0._InnodbChangeBuffering.ValueType # 4
247
+ INNODB_CHANGE_BUFFERING_PURGES: MysqlConfig8_0._InnodbChangeBuffering.ValueType # 5
248
+ INNODB_CHANGE_BUFFERING_ALL: MysqlConfig8_0._InnodbChangeBuffering.ValueType # 6
249
+
250
+ class InnodbChangeBuffering(_InnodbChangeBuffering, metaclass=_InnodbChangeBufferingEnumTypeWrapper): ...
251
+ INNODB_CHANGE_BUFFERING_UNSPECIFIED: MysqlConfig8_0.InnodbChangeBuffering.ValueType # 0
252
+ INNODB_CHANGE_BUFFERING_NONE: MysqlConfig8_0.InnodbChangeBuffering.ValueType # 1
253
+ INNODB_CHANGE_BUFFERING_INSERTS: MysqlConfig8_0.InnodbChangeBuffering.ValueType # 2
254
+ INNODB_CHANGE_BUFFERING_DELETES: MysqlConfig8_0.InnodbChangeBuffering.ValueType # 3
255
+ INNODB_CHANGE_BUFFERING_CHANGES: MysqlConfig8_0.InnodbChangeBuffering.ValueType # 4
256
+ INNODB_CHANGE_BUFFERING_PURGES: MysqlConfig8_0.InnodbChangeBuffering.ValueType # 5
257
+ INNODB_CHANGE_BUFFERING_ALL: MysqlConfig8_0.InnodbChangeBuffering.ValueType # 6
258
+
217
259
  INNODB_BUFFER_POOL_SIZE_FIELD_NUMBER: builtins.int
218
260
  MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
219
261
  LONG_QUERY_TIME_FIELD_NUMBER: builtins.int
@@ -297,6 +339,13 @@ class MysqlConfig8_0(google.protobuf.message.Message):
297
339
  OPTIMIZER_SEARCH_DEPTH_FIELD_NUMBER: builtins.int
298
340
  USERSTAT_FIELD_NUMBER: builtins.int
299
341
  MAX_EXECUTION_TIME_FIELD_NUMBER: builtins.int
342
+ AUDIT_LOG_POLICY_FIELD_NUMBER: builtins.int
343
+ REPLICATION_SENDER_OBSERVE_COMMIT_ONLY_FIELD_NUMBER: builtins.int
344
+ REPLICATION_OPTIMIZE_FOR_STATIC_PLUGIN_CONFIG_FIELD_NUMBER: builtins.int
345
+ INNODB_LRU_SCAN_DEPTH_FIELD_NUMBER: builtins.int
346
+ SQL_REQUIRE_PRIMARY_KEY_FIELD_NUMBER: builtins.int
347
+ MDB_FORCE_SSL_FIELD_NUMBER: builtins.int
348
+ INNODB_CHANGE_BUFFERING_FIELD_NUMBER: builtins.int
300
349
  default_authentication_plugin: global___MysqlConfig8_0.AuthPlugin.ValueType
301
350
  """Authentication plugin used in the managed MySQL cluster.
302
351
 
@@ -348,6 +397,16 @@ class MysqlConfig8_0(google.protobuf.message.Message):
348
397
  For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_optimizer_switch)
349
398
  https://dev.mysql.com/doc/refman/8.0/en/switchable-optimizations.html
350
399
  """
400
+ audit_log_policy: global___MysqlConfig8_0.AuditLogPolicy.ValueType
401
+ """The policy controlling how the audit log plugin writes events to its log file
402
+
403
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/audit-log-reference.html#sysvar_audit_log_policy)
404
+ """
405
+ innodb_change_buffering: global___MysqlConfig8_0.InnodbChangeBuffering.ValueType
406
+ """An optimization for change buffering
407
+
408
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_change_buffering).
409
+ """
351
410
  @property
352
411
  def innodb_buffer_pool_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
353
412
  """Size of the InnoDB buffer pool used for caching table and index data.
@@ -851,6 +910,38 @@ class MysqlConfig8_0(google.protobuf.message.Message):
851
910
  For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_max_execution_time)
852
911
  """
853
912
 
913
+ @property
914
+ def replication_sender_observe_commit_only(self) -> google.protobuf.wrappers_pb2.BoolValue:
915
+ """Limit callbacks to improve performance for semisynchronous replication
916
+
917
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html#sysvar_replication_sender_observe_commit_only).
918
+ """
919
+
920
+ @property
921
+ def replication_optimize_for_static_plugin_config(self) -> google.protobuf.wrappers_pb2.BoolValue:
922
+ """Use shared locks, and avoid unnecessary lock acquisitions, to improve performance for semisynchronous replication
923
+
924
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html#sysvar_replication_optimize_for_static_plugin_config).
925
+ """
926
+
927
+ @property
928
+ def innodb_lru_scan_depth(self) -> google.protobuf.wrappers_pb2.Int64Value:
929
+ """A parameter that influences the algorithms and heuristics for the flush operation for the InnoDB buffer pool
930
+
931
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_lru_scan_depth)
932
+ """
933
+
934
+ @property
935
+ def sql_require_primary_key(self) -> google.protobuf.wrappers_pb2.BoolValue:
936
+ """Whether statements that create new tables or alter the structure of existing tables enforce the requirement that tables have a primary key
937
+
938
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_require_primary_key).
939
+ """
940
+
941
+ @property
942
+ def mdb_force_ssl(self) -> google.protobuf.wrappers_pb2.BoolValue:
943
+ """Force ssl on all hosts (require_secure_transport)"""
944
+
854
945
  def __init__(
855
946
  self,
856
947
  *,
@@ -937,9 +1028,16 @@ class MysqlConfig8_0(google.protobuf.message.Message):
937
1028
  optimizer_search_depth: google.protobuf.wrappers_pb2.Int64Value | None = ...,
938
1029
  userstat: google.protobuf.wrappers_pb2.BoolValue | None = ...,
939
1030
  max_execution_time: google.protobuf.wrappers_pb2.Int64Value | None = ...,
1031
+ audit_log_policy: global___MysqlConfig8_0.AuditLogPolicy.ValueType = ...,
1032
+ replication_sender_observe_commit_only: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1033
+ replication_optimize_for_static_plugin_config: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1034
+ innodb_lru_scan_depth: google.protobuf.wrappers_pb2.Int64Value | None = ...,
1035
+ sql_require_primary_key: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1036
+ mdb_force_ssl: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1037
+ innodb_change_buffering: global___MysqlConfig8_0.InnodbChangeBuffering.ValueType = ...,
940
1038
  ) -> None: ...
941
- def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "auto_increment_increment", b"auto_increment_increment", "auto_increment_offset", b"auto_increment_offset", "autocommit", b"autocommit", "binlog_cache_size", b"binlog_cache_size", "binlog_group_commit_sync_delay", b"binlog_group_commit_sync_delay", "binlog_rows_query_log_events", b"binlog_rows_query_log_events", "explicit_defaults_for_timestamp", b"explicit_defaults_for_timestamp", "general_log", b"general_log", "group_concat_max_len", b"group_concat_max_len", "innodb_adaptive_hash_index", b"innodb_adaptive_hash_index", "innodb_buffer_pool_size", b"innodb_buffer_pool_size", "innodb_compression_level", b"innodb_compression_level", "innodb_flush_log_at_trx_commit", b"innodb_flush_log_at_trx_commit", "innodb_ft_max_token_size", b"innodb_ft_max_token_size", "innodb_ft_min_token_size", b"innodb_ft_min_token_size", "innodb_io_capacity", b"innodb_io_capacity", "innodb_io_capacity_max", b"innodb_io_capacity_max", "innodb_lock_wait_timeout", b"innodb_lock_wait_timeout", "innodb_log_buffer_size", b"innodb_log_buffer_size", "innodb_log_file_size", b"innodb_log_file_size", "innodb_numa_interleave", b"innodb_numa_interleave", "innodb_online_alter_log_max_size", b"innodb_online_alter_log_max_size", "innodb_page_size", b"innodb_page_size", "innodb_print_all_deadlocks", b"innodb_print_all_deadlocks", "innodb_print_lock_wait_timeout_info", b"innodb_print_lock_wait_timeout_info", "innodb_purge_threads", b"innodb_purge_threads", "innodb_read_io_threads", b"innodb_read_io_threads", "innodb_status_output", b"innodb_status_output", "innodb_strict_mode", b"innodb_strict_mode", "innodb_temp_data_file_max_size", b"innodb_temp_data_file_max_size", "innodb_thread_concurrency", b"innodb_thread_concurrency", "innodb_write_io_threads", b"innodb_write_io_threads", "interactive_timeout", b"interactive_timeout", "join_buffer_size", b"join_buffer_size", "lock_wait_timeout", b"lock_wait_timeout", "log_error_verbosity", b"log_error_verbosity", "log_slow_rate_limit", b"log_slow_rate_limit", "log_slow_sp_statements", b"log_slow_sp_statements", "long_query_time", b"long_query_time", "lower_case_table_names", b"lower_case_table_names", "max_allowed_packet", b"max_allowed_packet", "max_connections", b"max_connections", "max_digest_length", b"max_digest_length", "max_execution_time", b"max_execution_time", "max_heap_table_size", b"max_heap_table_size", "max_prepared_stmt_count", b"max_prepared_stmt_count", "max_sp_recursion_depth", b"max_sp_recursion_depth", "mdb_offline_mode_disable_lag", b"mdb_offline_mode_disable_lag", "mdb_offline_mode_enable_lag", b"mdb_offline_mode_enable_lag", "mdb_preserve_binlog_bytes", b"mdb_preserve_binlog_bytes", "mdb_priority_choice_max_lag", b"mdb_priority_choice_max_lag", "net_read_timeout", b"net_read_timeout", "net_write_timeout", b"net_write_timeout", "optimizer_search_depth", b"optimizer_search_depth", "range_optimizer_max_mem_size", b"range_optimizer_max_mem_size", "regexp_time_limit", b"regexp_time_limit", "rpl_semi_sync_master_wait_for_slave_count", b"rpl_semi_sync_master_wait_for_slave_count", "slave_parallel_workers", b"slave_parallel_workers", "slow_query_log", b"slow_query_log", "slow_query_log_always_write_time", b"slow_query_log_always_write_time", "sort_buffer_size", b"sort_buffer_size", "sync_binlog", b"sync_binlog", "table_definition_cache", b"table_definition_cache", "table_open_cache", b"table_open_cache", "table_open_cache_instances", b"table_open_cache_instances", "thread_cache_size", b"thread_cache_size", "thread_stack", b"thread_stack", "tmp_table_size", b"tmp_table_size", "userstat", b"userstat", "wait_timeout", b"wait_timeout"]) -> builtins.bool: ...
942
- def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "auto_increment_increment", b"auto_increment_increment", "auto_increment_offset", b"auto_increment_offset", "autocommit", b"autocommit", "binlog_cache_size", b"binlog_cache_size", "binlog_group_commit_sync_delay", b"binlog_group_commit_sync_delay", "binlog_row_image", b"binlog_row_image", "binlog_rows_query_log_events", b"binlog_rows_query_log_events", "binlog_transaction_dependency_tracking", b"binlog_transaction_dependency_tracking", "character_set_server", b"character_set_server", "collation_server", b"collation_server", "default_authentication_plugin", b"default_authentication_plugin", "default_time_zone", b"default_time_zone", "explicit_defaults_for_timestamp", b"explicit_defaults_for_timestamp", "general_log", b"general_log", "group_concat_max_len", b"group_concat_max_len", "innodb_adaptive_hash_index", b"innodb_adaptive_hash_index", "innodb_buffer_pool_size", b"innodb_buffer_pool_size", "innodb_compression_level", b"innodb_compression_level", "innodb_flush_log_at_trx_commit", b"innodb_flush_log_at_trx_commit", "innodb_ft_max_token_size", b"innodb_ft_max_token_size", "innodb_ft_min_token_size", b"innodb_ft_min_token_size", "innodb_io_capacity", b"innodb_io_capacity", "innodb_io_capacity_max", b"innodb_io_capacity_max", "innodb_lock_wait_timeout", b"innodb_lock_wait_timeout", "innodb_log_buffer_size", b"innodb_log_buffer_size", "innodb_log_file_size", b"innodb_log_file_size", "innodb_numa_interleave", b"innodb_numa_interleave", "innodb_online_alter_log_max_size", b"innodb_online_alter_log_max_size", "innodb_page_size", b"innodb_page_size", "innodb_print_all_deadlocks", b"innodb_print_all_deadlocks", "innodb_print_lock_wait_timeout_info", b"innodb_print_lock_wait_timeout_info", "innodb_purge_threads", b"innodb_purge_threads", "innodb_read_io_threads", b"innodb_read_io_threads", "innodb_status_output", b"innodb_status_output", "innodb_strict_mode", b"innodb_strict_mode", "innodb_temp_data_file_max_size", b"innodb_temp_data_file_max_size", "innodb_thread_concurrency", b"innodb_thread_concurrency", "innodb_write_io_threads", b"innodb_write_io_threads", "interactive_timeout", b"interactive_timeout", "join_buffer_size", b"join_buffer_size", "lock_wait_timeout", b"lock_wait_timeout", "log_error_verbosity", b"log_error_verbosity", "log_slow_filter", b"log_slow_filter", "log_slow_rate_limit", b"log_slow_rate_limit", "log_slow_rate_type", b"log_slow_rate_type", "log_slow_sp_statements", b"log_slow_sp_statements", "long_query_time", b"long_query_time", "lower_case_table_names", b"lower_case_table_names", "max_allowed_packet", b"max_allowed_packet", "max_connections", b"max_connections", "max_digest_length", b"max_digest_length", "max_execution_time", b"max_execution_time", "max_heap_table_size", b"max_heap_table_size", "max_prepared_stmt_count", b"max_prepared_stmt_count", "max_sp_recursion_depth", b"max_sp_recursion_depth", "mdb_offline_mode_disable_lag", b"mdb_offline_mode_disable_lag", "mdb_offline_mode_enable_lag", b"mdb_offline_mode_enable_lag", "mdb_preserve_binlog_bytes", b"mdb_preserve_binlog_bytes", "mdb_priority_choice_max_lag", b"mdb_priority_choice_max_lag", "net_read_timeout", b"net_read_timeout", "net_write_timeout", b"net_write_timeout", "optimizer_search_depth", b"optimizer_search_depth", "optimizer_switch", b"optimizer_switch", "range_optimizer_max_mem_size", b"range_optimizer_max_mem_size", "regexp_time_limit", b"regexp_time_limit", "rpl_semi_sync_master_wait_for_slave_count", b"rpl_semi_sync_master_wait_for_slave_count", "slave_parallel_type", b"slave_parallel_type", "slave_parallel_workers", b"slave_parallel_workers", "slow_query_log", b"slow_query_log", "slow_query_log_always_write_time", b"slow_query_log_always_write_time", "sort_buffer_size", b"sort_buffer_size", "sql_mode", b"sql_mode", "sync_binlog", b"sync_binlog", "table_definition_cache", b"table_definition_cache", "table_open_cache", b"table_open_cache", "table_open_cache_instances", b"table_open_cache_instances", "thread_cache_size", b"thread_cache_size", "thread_stack", b"thread_stack", "tmp_table_size", b"tmp_table_size", "transaction_isolation", b"transaction_isolation", "userstat", b"userstat", "wait_timeout", b"wait_timeout"]) -> None: ...
1039
+ def HasField(self, field_name: typing.Literal["audit_log", b"audit_log", "auto_increment_increment", b"auto_increment_increment", "auto_increment_offset", b"auto_increment_offset", "autocommit", b"autocommit", "binlog_cache_size", b"binlog_cache_size", "binlog_group_commit_sync_delay", b"binlog_group_commit_sync_delay", "binlog_rows_query_log_events", b"binlog_rows_query_log_events", "explicit_defaults_for_timestamp", b"explicit_defaults_for_timestamp", "general_log", b"general_log", "group_concat_max_len", b"group_concat_max_len", "innodb_adaptive_hash_index", b"innodb_adaptive_hash_index", "innodb_buffer_pool_size", b"innodb_buffer_pool_size", "innodb_compression_level", b"innodb_compression_level", "innodb_flush_log_at_trx_commit", b"innodb_flush_log_at_trx_commit", "innodb_ft_max_token_size", b"innodb_ft_max_token_size", "innodb_ft_min_token_size", b"innodb_ft_min_token_size", "innodb_io_capacity", b"innodb_io_capacity", "innodb_io_capacity_max", b"innodb_io_capacity_max", "innodb_lock_wait_timeout", b"innodb_lock_wait_timeout", "innodb_log_buffer_size", b"innodb_log_buffer_size", "innodb_log_file_size", b"innodb_log_file_size", "innodb_lru_scan_depth", b"innodb_lru_scan_depth", "innodb_numa_interleave", b"innodb_numa_interleave", "innodb_online_alter_log_max_size", b"innodb_online_alter_log_max_size", "innodb_page_size", b"innodb_page_size", "innodb_print_all_deadlocks", b"innodb_print_all_deadlocks", "innodb_print_lock_wait_timeout_info", b"innodb_print_lock_wait_timeout_info", "innodb_purge_threads", b"innodb_purge_threads", "innodb_read_io_threads", b"innodb_read_io_threads", "innodb_status_output", b"innodb_status_output", "innodb_strict_mode", b"innodb_strict_mode", "innodb_temp_data_file_max_size", b"innodb_temp_data_file_max_size", "innodb_thread_concurrency", b"innodb_thread_concurrency", "innodb_write_io_threads", b"innodb_write_io_threads", "interactive_timeout", b"interactive_timeout", "join_buffer_size", b"join_buffer_size", "lock_wait_timeout", b"lock_wait_timeout", "log_error_verbosity", b"log_error_verbosity", "log_slow_rate_limit", b"log_slow_rate_limit", "log_slow_sp_statements", b"log_slow_sp_statements", "long_query_time", b"long_query_time", "lower_case_table_names", b"lower_case_table_names", "max_allowed_packet", b"max_allowed_packet", "max_connections", b"max_connections", "max_digest_length", b"max_digest_length", "max_execution_time", b"max_execution_time", "max_heap_table_size", b"max_heap_table_size", "max_prepared_stmt_count", b"max_prepared_stmt_count", "max_sp_recursion_depth", b"max_sp_recursion_depth", "mdb_force_ssl", b"mdb_force_ssl", "mdb_offline_mode_disable_lag", b"mdb_offline_mode_disable_lag", "mdb_offline_mode_enable_lag", b"mdb_offline_mode_enable_lag", "mdb_preserve_binlog_bytes", b"mdb_preserve_binlog_bytes", "mdb_priority_choice_max_lag", b"mdb_priority_choice_max_lag", "net_read_timeout", b"net_read_timeout", "net_write_timeout", b"net_write_timeout", "optimizer_search_depth", b"optimizer_search_depth", "range_optimizer_max_mem_size", b"range_optimizer_max_mem_size", "regexp_time_limit", b"regexp_time_limit", "replication_optimize_for_static_plugin_config", b"replication_optimize_for_static_plugin_config", "replication_sender_observe_commit_only", b"replication_sender_observe_commit_only", "rpl_semi_sync_master_wait_for_slave_count", b"rpl_semi_sync_master_wait_for_slave_count", "slave_parallel_workers", b"slave_parallel_workers", "slow_query_log", b"slow_query_log", "slow_query_log_always_write_time", b"slow_query_log_always_write_time", "sort_buffer_size", b"sort_buffer_size", "sql_require_primary_key", b"sql_require_primary_key", "sync_binlog", b"sync_binlog", "table_definition_cache", b"table_definition_cache", "table_open_cache", b"table_open_cache", "table_open_cache_instances", b"table_open_cache_instances", "thread_cache_size", b"thread_cache_size", "thread_stack", b"thread_stack", "tmp_table_size", b"tmp_table_size", "userstat", b"userstat", "wait_timeout", b"wait_timeout"]) -> builtins.bool: ...
1040
+ def ClearField(self, field_name: typing.Literal["audit_log", b"audit_log", "audit_log_policy", b"audit_log_policy", "auto_increment_increment", b"auto_increment_increment", "auto_increment_offset", b"auto_increment_offset", "autocommit", b"autocommit", "binlog_cache_size", b"binlog_cache_size", "binlog_group_commit_sync_delay", b"binlog_group_commit_sync_delay", "binlog_row_image", b"binlog_row_image", "binlog_rows_query_log_events", b"binlog_rows_query_log_events", "binlog_transaction_dependency_tracking", b"binlog_transaction_dependency_tracking", "character_set_server", b"character_set_server", "collation_server", b"collation_server", "default_authentication_plugin", b"default_authentication_plugin", "default_time_zone", b"default_time_zone", "explicit_defaults_for_timestamp", b"explicit_defaults_for_timestamp", "general_log", b"general_log", "group_concat_max_len", b"group_concat_max_len", "innodb_adaptive_hash_index", b"innodb_adaptive_hash_index", "innodb_buffer_pool_size", b"innodb_buffer_pool_size", "innodb_change_buffering", b"innodb_change_buffering", "innodb_compression_level", b"innodb_compression_level", "innodb_flush_log_at_trx_commit", b"innodb_flush_log_at_trx_commit", "innodb_ft_max_token_size", b"innodb_ft_max_token_size", "innodb_ft_min_token_size", b"innodb_ft_min_token_size", "innodb_io_capacity", b"innodb_io_capacity", "innodb_io_capacity_max", b"innodb_io_capacity_max", "innodb_lock_wait_timeout", b"innodb_lock_wait_timeout", "innodb_log_buffer_size", b"innodb_log_buffer_size", "innodb_log_file_size", b"innodb_log_file_size", "innodb_lru_scan_depth", b"innodb_lru_scan_depth", "innodb_numa_interleave", b"innodb_numa_interleave", "innodb_online_alter_log_max_size", b"innodb_online_alter_log_max_size", "innodb_page_size", b"innodb_page_size", "innodb_print_all_deadlocks", b"innodb_print_all_deadlocks", "innodb_print_lock_wait_timeout_info", b"innodb_print_lock_wait_timeout_info", "innodb_purge_threads", b"innodb_purge_threads", "innodb_read_io_threads", b"innodb_read_io_threads", "innodb_status_output", b"innodb_status_output", "innodb_strict_mode", b"innodb_strict_mode", "innodb_temp_data_file_max_size", b"innodb_temp_data_file_max_size", "innodb_thread_concurrency", b"innodb_thread_concurrency", "innodb_write_io_threads", b"innodb_write_io_threads", "interactive_timeout", b"interactive_timeout", "join_buffer_size", b"join_buffer_size", "lock_wait_timeout", b"lock_wait_timeout", "log_error_verbosity", b"log_error_verbosity", "log_slow_filter", b"log_slow_filter", "log_slow_rate_limit", b"log_slow_rate_limit", "log_slow_rate_type", b"log_slow_rate_type", "log_slow_sp_statements", b"log_slow_sp_statements", "long_query_time", b"long_query_time", "lower_case_table_names", b"lower_case_table_names", "max_allowed_packet", b"max_allowed_packet", "max_connections", b"max_connections", "max_digest_length", b"max_digest_length", "max_execution_time", b"max_execution_time", "max_heap_table_size", b"max_heap_table_size", "max_prepared_stmt_count", b"max_prepared_stmt_count", "max_sp_recursion_depth", b"max_sp_recursion_depth", "mdb_force_ssl", b"mdb_force_ssl", "mdb_offline_mode_disable_lag", b"mdb_offline_mode_disable_lag", "mdb_offline_mode_enable_lag", b"mdb_offline_mode_enable_lag", "mdb_preserve_binlog_bytes", b"mdb_preserve_binlog_bytes", "mdb_priority_choice_max_lag", b"mdb_priority_choice_max_lag", "net_read_timeout", b"net_read_timeout", "net_write_timeout", b"net_write_timeout", "optimizer_search_depth", b"optimizer_search_depth", "optimizer_switch", b"optimizer_switch", "range_optimizer_max_mem_size", b"range_optimizer_max_mem_size", "regexp_time_limit", b"regexp_time_limit", "replication_optimize_for_static_plugin_config", b"replication_optimize_for_static_plugin_config", "replication_sender_observe_commit_only", b"replication_sender_observe_commit_only", "rpl_semi_sync_master_wait_for_slave_count", b"rpl_semi_sync_master_wait_for_slave_count", "slave_parallel_type", b"slave_parallel_type", "slave_parallel_workers", b"slave_parallel_workers", "slow_query_log", b"slow_query_log", "slow_query_log_always_write_time", b"slow_query_log_always_write_time", "sort_buffer_size", b"sort_buffer_size", "sql_mode", b"sql_mode", "sql_require_primary_key", b"sql_require_primary_key", "sync_binlog", b"sync_binlog", "table_definition_cache", b"table_definition_cache", "table_open_cache", b"table_open_cache", "table_open_cache_instances", b"table_open_cache_instances", "thread_cache_size", b"thread_cache_size", "thread_stack", b"thread_stack", "tmp_table_size", b"tmp_table_size", "transaction_isolation", b"transaction_isolation", "userstat", b"userstat", "wait_timeout", b"wait_timeout"]) -> None: ...
943
1041
 
944
1042
  global___MysqlConfig8_0 = MysqlConfig8_0
945
1043
 
@@ -23,10 +23,11 @@ _sym_db = _symbol_database.Default()
23
23
 
24
24
 
25
25
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
26
27
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
27
28
 
28
29
 
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/mdb/opensearch/v1/backup.proto\x12\x1eyandex.cloud.mdb.opensearch.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\x85\x02\n\x06\x42\x61\x63kup\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x19\n\x11source_cluster_id\x18\x03 \x01(\t\x12.\n\nstarted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1a\n\x07indices\x18\x06 \x03(\tB\t\x82\xc8\x31\x05<=100\x12\x1a\n\x12opensearch_version\x18\x07 \x01(\t\x12\x12\n\nsize_bytes\x18\x08 \x01(\x03\x12\x15\n\rindices_total\x18\t \x01(\x03\x42s\n\"yandex.cloud.api.mdb.opensearch.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/opensearch/v1;opensearchb\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/mdb/opensearch/v1/backup.proto\x12\x1eyandex.cloud.mdb.opensearch.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\x85\x02\n\x06\x42\x61\x63kup\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x19\n\x11source_cluster_id\x18\x03 \x01(\t\x12.\n\nstarted_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1a\n\x07indices\x18\x06 \x03(\tB\t\x82\xc8\x31\x05<=100\x12\x1a\n\x12opensearch_version\x18\x07 \x01(\t\x12\x12\n\nsize_bytes\x18\x08 \x01(\x03\x12\x15\n\rindices_total\x18\t \x01(\x03\"\xa6\x01\n\x12SnapshotManagement\x12K\n\x11snapshot_schedule\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.mdb.opensearch.v1.SnapshotSchedule\x12\x43\n\x15snapshot_max_age_days\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=7\"\xb6\x02\n\x10SnapshotSchedule\x12Z\n\x18hourly_snapshot_schedule\x18\x01 \x01(\x0b\x32\x36.yandex.cloud.mdb.opensearch.v1.HourlySnapshotScheduleH\x00\x12X\n\x17\x64\x61ily_snapshot_schedule\x18\x02 \x01(\x0b\x32\x35.yandex.cloud.mdb.opensearch.v1.DailySnapshotScheduleH\x00\x12Z\n\x18weekly_snapshot_schedule\x18\x03 \x01(\x0b\x32\x36.yandex.cloud.mdb.opensearch.v1.WeeklySnapshotScheduleH\x00\x42\x10\n\x08schedule\x12\x04\xc0\xc1\x31\x01\"2\n\x16HourlySnapshotSchedule\x12\x18\n\x06minute\x18\x01 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-59\"I\n\x15\x44\x61ilySnapshotSchedule\x12\x16\n\x04hour\x18\x01 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-23\x12\x18\n\x06minute\x18\x02 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-59\"\xfb\x01\n\x16WeeklySnapshotSchedule\x12K\n\x03\x64\x61y\x18\x01 \x01(\x0e\x32>.yandex.cloud.mdb.opensearch.v1.WeeklySnapshotSchedule.WeekDay\x12\x16\n\x04hour\x18\x02 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-23\x12\x18\n\x06minute\x18\x03 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-59\"b\n\x07WeekDay\x12\x18\n\x14WEEK_DAY_UNSPECIFIED\x10\x00\x12\x07\n\x03MON\x10\x01\x12\x07\n\x03TUE\x10\x02\x12\x07\n\x03WED\x10\x03\x12\x07\n\x03THU\x10\x04\x12\x07\n\x03\x46RI\x10\x05\x12\x07\n\x03SAT\x10\x06\x12\x07\n\x03SUN\x10\x07\x42s\n\"yandex.cloud.api.mdb.opensearch.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/opensearch/v1;opensearchb\x06proto3')
30
31
 
31
32
  _globals = globals()
32
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -36,6 +37,32 @@ if not _descriptor._USE_C_DESCRIPTORS:
36
37
  _globals['DESCRIPTOR']._serialized_options = b'\n\"yandex.cloud.api.mdb.opensearch.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/opensearch/v1;opensearch'
37
38
  _globals['_BACKUP'].fields_by_name['indices']._loaded_options = None
38
39
  _globals['_BACKUP'].fields_by_name['indices']._serialized_options = b'\202\3101\005<=100'
39
- _globals['_BACKUP']._serialized_start=144
40
- _globals['_BACKUP']._serialized_end=405
40
+ _globals['_SNAPSHOTMANAGEMENT'].fields_by_name['snapshot_max_age_days']._loaded_options = None
41
+ _globals['_SNAPSHOTMANAGEMENT'].fields_by_name['snapshot_max_age_days']._serialized_options = b'\372\3071\003>=7'
42
+ _globals['_SNAPSHOTSCHEDULE'].oneofs_by_name['schedule']._loaded_options = None
43
+ _globals['_SNAPSHOTSCHEDULE'].oneofs_by_name['schedule']._serialized_options = b'\300\3011\001'
44
+ _globals['_HOURLYSNAPSHOTSCHEDULE'].fields_by_name['minute']._loaded_options = None
45
+ _globals['_HOURLYSNAPSHOTSCHEDULE'].fields_by_name['minute']._serialized_options = b'\372\3071\0040-59'
46
+ _globals['_DAILYSNAPSHOTSCHEDULE'].fields_by_name['hour']._loaded_options = None
47
+ _globals['_DAILYSNAPSHOTSCHEDULE'].fields_by_name['hour']._serialized_options = b'\372\3071\0040-23'
48
+ _globals['_DAILYSNAPSHOTSCHEDULE'].fields_by_name['minute']._loaded_options = None
49
+ _globals['_DAILYSNAPSHOTSCHEDULE'].fields_by_name['minute']._serialized_options = b'\372\3071\0040-59'
50
+ _globals['_WEEKLYSNAPSHOTSCHEDULE'].fields_by_name['hour']._loaded_options = None
51
+ _globals['_WEEKLYSNAPSHOTSCHEDULE'].fields_by_name['hour']._serialized_options = b'\372\3071\0040-23'
52
+ _globals['_WEEKLYSNAPSHOTSCHEDULE'].fields_by_name['minute']._loaded_options = None
53
+ _globals['_WEEKLYSNAPSHOTSCHEDULE'].fields_by_name['minute']._serialized_options = b'\372\3071\0040-59'
54
+ _globals['_BACKUP']._serialized_start=176
55
+ _globals['_BACKUP']._serialized_end=437
56
+ _globals['_SNAPSHOTMANAGEMENT']._serialized_start=440
57
+ _globals['_SNAPSHOTMANAGEMENT']._serialized_end=606
58
+ _globals['_SNAPSHOTSCHEDULE']._serialized_start=609
59
+ _globals['_SNAPSHOTSCHEDULE']._serialized_end=919
60
+ _globals['_HOURLYSNAPSHOTSCHEDULE']._serialized_start=921
61
+ _globals['_HOURLYSNAPSHOTSCHEDULE']._serialized_end=971
62
+ _globals['_DAILYSNAPSHOTSCHEDULE']._serialized_start=973
63
+ _globals['_DAILYSNAPSHOTSCHEDULE']._serialized_end=1046
64
+ _globals['_WEEKLYSNAPSHOTSCHEDULE']._serialized_start=1049
65
+ _globals['_WEEKLYSNAPSHOTSCHEDULE']._serialized_end=1300
66
+ _globals['_WEEKLYSNAPSHOTSCHEDULE_WEEKDAY']._serialized_start=1202
67
+ _globals['_WEEKLYSNAPSHOTSCHEDULE_WEEKDAY']._serialized_end=1300
41
68
  # @@protoc_insertion_point(module_scope)
@@ -7,10 +7,18 @@ import builtins
7
7
  import collections.abc
8
8
  import google.protobuf.descriptor
9
9
  import google.protobuf.internal.containers
10
+ import google.protobuf.internal.enum_type_wrapper
10
11
  import google.protobuf.message
11
12
  import google.protobuf.timestamp_pb2
13
+ import google.protobuf.wrappers_pb2
14
+ import sys
12
15
  import typing
13
16
 
17
+ if sys.version_info >= (3, 10):
18
+ import typing as typing_extensions
19
+ else:
20
+ import typing_extensions
21
+
14
22
  DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
15
23
 
16
24
  @typing.final
@@ -67,3 +75,157 @@ class Backup(google.protobuf.message.Message):
67
75
  def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "folder_id", b"folder_id", "id", b"id", "indices", b"indices", "indices_total", b"indices_total", "opensearch_version", b"opensearch_version", "size_bytes", b"size_bytes", "source_cluster_id", b"source_cluster_id", "started_at", b"started_at"]) -> None: ...
68
76
 
69
77
  global___Backup = Backup
78
+
79
+ @typing.final
80
+ class SnapshotManagement(google.protobuf.message.Message):
81
+ """Snapshot management configuration"""
82
+
83
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
84
+
85
+ SNAPSHOT_SCHEDULE_FIELD_NUMBER: builtins.int
86
+ SNAPSHOT_MAX_AGE_DAYS_FIELD_NUMBER: builtins.int
87
+ @property
88
+ def snapshot_schedule(self) -> global___SnapshotSchedule:
89
+ """Snapshot creation schedule"""
90
+
91
+ @property
92
+ def snapshot_max_age_days(self) -> google.protobuf.wrappers_pb2.Int64Value:
93
+ """Snapshot max age in days"""
94
+
95
+ def __init__(
96
+ self,
97
+ *,
98
+ snapshot_schedule: global___SnapshotSchedule | None = ...,
99
+ snapshot_max_age_days: google.protobuf.wrappers_pb2.Int64Value | None = ...,
100
+ ) -> None: ...
101
+ def HasField(self, field_name: typing.Literal["snapshot_max_age_days", b"snapshot_max_age_days", "snapshot_schedule", b"snapshot_schedule"]) -> builtins.bool: ...
102
+ def ClearField(self, field_name: typing.Literal["snapshot_max_age_days", b"snapshot_max_age_days", "snapshot_schedule", b"snapshot_schedule"]) -> None: ...
103
+
104
+ global___SnapshotManagement = SnapshotManagement
105
+
106
+ @typing.final
107
+ class SnapshotSchedule(google.protobuf.message.Message):
108
+ """Snapshot creation schedule"""
109
+
110
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
111
+
112
+ HOURLY_SNAPSHOT_SCHEDULE_FIELD_NUMBER: builtins.int
113
+ DAILY_SNAPSHOT_SCHEDULE_FIELD_NUMBER: builtins.int
114
+ WEEKLY_SNAPSHOT_SCHEDULE_FIELD_NUMBER: builtins.int
115
+ @property
116
+ def hourly_snapshot_schedule(self) -> global___HourlySnapshotSchedule:
117
+ """Hourly based snapshot schedule"""
118
+
119
+ @property
120
+ def daily_snapshot_schedule(self) -> global___DailySnapshotSchedule:
121
+ """Daily based snapshot schedule"""
122
+
123
+ @property
124
+ def weekly_snapshot_schedule(self) -> global___WeeklySnapshotSchedule:
125
+ """Weekly based snapshot schedule"""
126
+
127
+ def __init__(
128
+ self,
129
+ *,
130
+ hourly_snapshot_schedule: global___HourlySnapshotSchedule | None = ...,
131
+ daily_snapshot_schedule: global___DailySnapshotSchedule | None = ...,
132
+ weekly_snapshot_schedule: global___WeeklySnapshotSchedule | None = ...,
133
+ ) -> None: ...
134
+ def HasField(self, field_name: typing.Literal["daily_snapshot_schedule", b"daily_snapshot_schedule", "hourly_snapshot_schedule", b"hourly_snapshot_schedule", "schedule", b"schedule", "weekly_snapshot_schedule", b"weekly_snapshot_schedule"]) -> builtins.bool: ...
135
+ def ClearField(self, field_name: typing.Literal["daily_snapshot_schedule", b"daily_snapshot_schedule", "hourly_snapshot_schedule", b"hourly_snapshot_schedule", "schedule", b"schedule", "weekly_snapshot_schedule", b"weekly_snapshot_schedule"]) -> None: ...
136
+ def WhichOneof(self, oneof_group: typing.Literal["schedule", b"schedule"]) -> typing.Literal["hourly_snapshot_schedule", "daily_snapshot_schedule", "weekly_snapshot_schedule"] | None: ...
137
+
138
+ global___SnapshotSchedule = SnapshotSchedule
139
+
140
+ @typing.final
141
+ class HourlySnapshotSchedule(google.protobuf.message.Message):
142
+ """Hourly based snapshot schedule"""
143
+
144
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
145
+
146
+ MINUTE_FIELD_NUMBER: builtins.int
147
+ minute: builtins.int
148
+ """The minute of the hour at which the backup should be created."""
149
+ def __init__(
150
+ self,
151
+ *,
152
+ minute: builtins.int = ...,
153
+ ) -> None: ...
154
+ def ClearField(self, field_name: typing.Literal["minute", b"minute"]) -> None: ...
155
+
156
+ global___HourlySnapshotSchedule = HourlySnapshotSchedule
157
+
158
+ @typing.final
159
+ class DailySnapshotSchedule(google.protobuf.message.Message):
160
+ """Daily based snapshot schedule"""
161
+
162
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
163
+
164
+ HOUR_FIELD_NUMBER: builtins.int
165
+ MINUTE_FIELD_NUMBER: builtins.int
166
+ hour: builtins.int
167
+ """The hour of the day in UTC timezone at which the backup should be created."""
168
+ minute: builtins.int
169
+ """The minute of the hour at which the backup should be created."""
170
+ def __init__(
171
+ self,
172
+ *,
173
+ hour: builtins.int = ...,
174
+ minute: builtins.int = ...,
175
+ ) -> None: ...
176
+ def ClearField(self, field_name: typing.Literal["hour", b"hour", "minute", b"minute"]) -> None: ...
177
+
178
+ global___DailySnapshotSchedule = DailySnapshotSchedule
179
+
180
+ @typing.final
181
+ class WeeklySnapshotSchedule(google.protobuf.message.Message):
182
+ """Weekly based snapshot schedule"""
183
+
184
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
185
+
186
+ class _WeekDay:
187
+ ValueType = typing.NewType("ValueType", builtins.int)
188
+ V: typing_extensions.TypeAlias = ValueType
189
+
190
+ class _WeekDayEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[WeeklySnapshotSchedule._WeekDay.ValueType], builtins.type):
191
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
192
+ WEEK_DAY_UNSPECIFIED: WeeklySnapshotSchedule._WeekDay.ValueType # 0
193
+ MON: WeeklySnapshotSchedule._WeekDay.ValueType # 1
194
+ TUE: WeeklySnapshotSchedule._WeekDay.ValueType # 2
195
+ WED: WeeklySnapshotSchedule._WeekDay.ValueType # 3
196
+ THU: WeeklySnapshotSchedule._WeekDay.ValueType # 4
197
+ FRI: WeeklySnapshotSchedule._WeekDay.ValueType # 5
198
+ SAT: WeeklySnapshotSchedule._WeekDay.ValueType # 6
199
+ SUN: WeeklySnapshotSchedule._WeekDay.ValueType # 7
200
+
201
+ class WeekDay(_WeekDay, metaclass=_WeekDayEnumTypeWrapper):
202
+ """Day of the week"""
203
+
204
+ WEEK_DAY_UNSPECIFIED: WeeklySnapshotSchedule.WeekDay.ValueType # 0
205
+ MON: WeeklySnapshotSchedule.WeekDay.ValueType # 1
206
+ TUE: WeeklySnapshotSchedule.WeekDay.ValueType # 2
207
+ WED: WeeklySnapshotSchedule.WeekDay.ValueType # 3
208
+ THU: WeeklySnapshotSchedule.WeekDay.ValueType # 4
209
+ FRI: WeeklySnapshotSchedule.WeekDay.ValueType # 5
210
+ SAT: WeeklySnapshotSchedule.WeekDay.ValueType # 6
211
+ SUN: WeeklySnapshotSchedule.WeekDay.ValueType # 7
212
+
213
+ DAY_FIELD_NUMBER: builtins.int
214
+ HOUR_FIELD_NUMBER: builtins.int
215
+ MINUTE_FIELD_NUMBER: builtins.int
216
+ day: global___WeeklySnapshotSchedule.WeekDay.ValueType
217
+ """Day of the week"""
218
+ hour: builtins.int
219
+ """The hour of the day in UTC timezone at which the backup should be created."""
220
+ minute: builtins.int
221
+ """The minute of the hour at which the backup should be created."""
222
+ def __init__(
223
+ self,
224
+ *,
225
+ day: global___WeeklySnapshotSchedule.WeekDay.ValueType = ...,
226
+ hour: builtins.int = ...,
227
+ minute: builtins.int = ...,
228
+ ) -> None: ...
229
+ def ClearField(self, field_name: typing.Literal["day", b"day", "hour", b"hour", "minute", b"minute"]) -> None: ...
230
+
231
+ global___WeeklySnapshotSchedule = WeeklySnapshotSchedule