yandexcloud 0.362.0__py3-none-any.whl → 0.364.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 (66) hide show
  1. yandex/cloud/baremetal/v1alpha/rental_period_pb2.py +37 -0
  2. yandex/cloud/baremetal/v1alpha/rental_period_pb2.pyi +31 -0
  3. yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.py +24 -0
  4. yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.pyi +17 -0
  5. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.py +50 -0
  6. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.pyi +75 -0
  7. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.py +101 -0
  8. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.pyi +50 -0
  9. yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +8 -2
  10. yandex/cloud/cdn/v1/shielding_service_pb2.py +9 -7
  11. yandex/cloud/cdn/v1/shielding_service_pb2.pyi +5 -1
  12. yandex/cloud/compute/v1/application_pb2.py +70 -0
  13. yandex/cloud/compute/v1/application_pb2.pyi +159 -0
  14. yandex/cloud/compute/v1/application_pb2_grpc.py +24 -0
  15. yandex/cloud/compute/v1/application_pb2_grpc.pyi +17 -0
  16. yandex/cloud/compute/v1/instance_pb2.py +54 -53
  17. yandex/cloud/compute/v1/instance_pb2.pyi +9 -2
  18. yandex/cloud/compute/v1/instance_service_pb2.py +134 -133
  19. yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -4
  20. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +81 -79
  21. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1 -1
  22. yandex/cloud/mdb/greenplum/v1/config_pb2.py +44 -44
  23. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +16 -5
  24. yandex/cloud/mdb/mysql/v1/cluster_pb2.py +36 -35
  25. yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +10 -3
  26. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +104 -103
  27. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +11 -4
  28. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2.py +179 -0
  29. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2.pyi +1048 -0
  30. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2_grpc.py +24 -0
  31. yandex/cloud/mdb/mysql/v1/config/mysql8_4_pb2_grpc.pyi +17 -0
  32. yandex/cloud/mdb/postgresql/v1/user_pb2.py +27 -25
  33. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +27 -2
  34. yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +33 -33
  35. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +5 -1
  36. yandex/cloud/organizationmanager/v1/idp/application/__init__.py +0 -0
  37. yandex/cloud/organizationmanager/v1/idp/application/oauth/__init__.py +0 -0
  38. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.py +55 -0
  39. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.pyi +206 -0
  40. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.py +24 -0
  41. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.pyi +17 -0
  42. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.py +178 -0
  43. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.pyi +641 -0
  44. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.py +634 -0
  45. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.pyi +302 -0
  46. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.py +41 -0
  47. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.pyi +108 -0
  48. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.py +24 -0
  49. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.pyi +17 -0
  50. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.py +156 -0
  51. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.pyi +462 -0
  52. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.py +446 -0
  53. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.pyi +185 -0
  54. yandex/cloud/trino/v1/cluster_pb2.py +34 -30
  55. yandex/cloud/trino/v1/cluster_pb2.pyi +28 -2
  56. yandex/cloud/trino/v1/cluster_service_pb2.py +36 -36
  57. yandex/cloud/trino/v1/cluster_service_pb2.pyi +16 -4
  58. yandex/cloud/ytsaurus/v1/cluster_pb2.py +4 -2
  59. yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +19 -1
  60. yandexcloud/__init__.py +1 -1
  61. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/METADATA +1 -1
  62. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/RECORD +66 -32
  63. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/AUTHORS +0 -0
  64. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/LICENSE +0 -0
  65. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/WHEEL +0 -0
  66. {yandexcloud-0.362.0.dist-info → yandexcloud-0.364.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1048 @@
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
+ @typing.final
24
+ class MysqlConfig8_4(google.protobuf.message.Message):
25
+ """Options and structure of `MysqlConfig8_4` reflects MySQL 8.4 configuration file"""
26
+
27
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
28
+
29
+ class _SQLMode:
30
+ ValueType = typing.NewType("ValueType", builtins.int)
31
+ V: typing_extensions.TypeAlias = ValueType
32
+
33
+ class _SQLModeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._SQLMode.ValueType], builtins.type):
34
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
35
+ SQLMODE_UNSPECIFIED: MysqlConfig8_4._SQLMode.ValueType # 0
36
+ ALLOW_INVALID_DATES: MysqlConfig8_4._SQLMode.ValueType # 1
37
+ ANSI_QUOTES: MysqlConfig8_4._SQLMode.ValueType # 2
38
+ ERROR_FOR_DIVISION_BY_ZERO: MysqlConfig8_4._SQLMode.ValueType # 3
39
+ HIGH_NOT_PRECEDENCE: MysqlConfig8_4._SQLMode.ValueType # 4
40
+ IGNORE_SPACE: MysqlConfig8_4._SQLMode.ValueType # 5
41
+ NO_AUTO_VALUE_ON_ZERO: MysqlConfig8_4._SQLMode.ValueType # 6
42
+ NO_BACKSLASH_ESCAPES: MysqlConfig8_4._SQLMode.ValueType # 7
43
+ NO_ENGINE_SUBSTITUTION: MysqlConfig8_4._SQLMode.ValueType # 8
44
+ NO_UNSIGNED_SUBTRACTION: MysqlConfig8_4._SQLMode.ValueType # 9
45
+ NO_ZERO_DATE: MysqlConfig8_4._SQLMode.ValueType # 10
46
+ NO_ZERO_IN_DATE: MysqlConfig8_4._SQLMode.ValueType # 11
47
+ ONLY_FULL_GROUP_BY: MysqlConfig8_4._SQLMode.ValueType # 15
48
+ PAD_CHAR_TO_FULL_LENGTH: MysqlConfig8_4._SQLMode.ValueType # 16
49
+ PIPES_AS_CONCAT: MysqlConfig8_4._SQLMode.ValueType # 17
50
+ REAL_AS_FLOAT: MysqlConfig8_4._SQLMode.ValueType # 18
51
+ STRICT_ALL_TABLES: MysqlConfig8_4._SQLMode.ValueType # 19
52
+ STRICT_TRANS_TABLES: MysqlConfig8_4._SQLMode.ValueType # 20
53
+ TIME_TRUNCATE_FRACTIONAL: MysqlConfig8_4._SQLMode.ValueType # 21
54
+ ANSI: MysqlConfig8_4._SQLMode.ValueType # 22
55
+ TRADITIONAL: MysqlConfig8_4._SQLMode.ValueType # 23
56
+ NO_DIR_IN_CREATE: MysqlConfig8_4._SQLMode.ValueType # 24
57
+
58
+ class SQLMode(_SQLMode, metaclass=_SQLModeEnumTypeWrapper): ...
59
+ SQLMODE_UNSPECIFIED: MysqlConfig8_4.SQLMode.ValueType # 0
60
+ ALLOW_INVALID_DATES: MysqlConfig8_4.SQLMode.ValueType # 1
61
+ ANSI_QUOTES: MysqlConfig8_4.SQLMode.ValueType # 2
62
+ ERROR_FOR_DIVISION_BY_ZERO: MysqlConfig8_4.SQLMode.ValueType # 3
63
+ HIGH_NOT_PRECEDENCE: MysqlConfig8_4.SQLMode.ValueType # 4
64
+ IGNORE_SPACE: MysqlConfig8_4.SQLMode.ValueType # 5
65
+ NO_AUTO_VALUE_ON_ZERO: MysqlConfig8_4.SQLMode.ValueType # 6
66
+ NO_BACKSLASH_ESCAPES: MysqlConfig8_4.SQLMode.ValueType # 7
67
+ NO_ENGINE_SUBSTITUTION: MysqlConfig8_4.SQLMode.ValueType # 8
68
+ NO_UNSIGNED_SUBTRACTION: MysqlConfig8_4.SQLMode.ValueType # 9
69
+ NO_ZERO_DATE: MysqlConfig8_4.SQLMode.ValueType # 10
70
+ NO_ZERO_IN_DATE: MysqlConfig8_4.SQLMode.ValueType # 11
71
+ ONLY_FULL_GROUP_BY: MysqlConfig8_4.SQLMode.ValueType # 15
72
+ PAD_CHAR_TO_FULL_LENGTH: MysqlConfig8_4.SQLMode.ValueType # 16
73
+ PIPES_AS_CONCAT: MysqlConfig8_4.SQLMode.ValueType # 17
74
+ REAL_AS_FLOAT: MysqlConfig8_4.SQLMode.ValueType # 18
75
+ STRICT_ALL_TABLES: MysqlConfig8_4.SQLMode.ValueType # 19
76
+ STRICT_TRANS_TABLES: MysqlConfig8_4.SQLMode.ValueType # 20
77
+ TIME_TRUNCATE_FRACTIONAL: MysqlConfig8_4.SQLMode.ValueType # 21
78
+ ANSI: MysqlConfig8_4.SQLMode.ValueType # 22
79
+ TRADITIONAL: MysqlConfig8_4.SQLMode.ValueType # 23
80
+ NO_DIR_IN_CREATE: MysqlConfig8_4.SQLMode.ValueType # 24
81
+
82
+ class _AuthPlugin:
83
+ ValueType = typing.NewType("ValueType", builtins.int)
84
+ V: typing_extensions.TypeAlias = ValueType
85
+
86
+ class _AuthPluginEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._AuthPlugin.ValueType], builtins.type):
87
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
88
+ AUTH_PLUGIN_UNSPECIFIED: MysqlConfig8_4._AuthPlugin.ValueType # 0
89
+ MYSQL_NATIVE_PASSWORD: MysqlConfig8_4._AuthPlugin.ValueType # 1
90
+ CACHING_SHA2_PASSWORD: MysqlConfig8_4._AuthPlugin.ValueType # 2
91
+ SHA256_PASSWORD: MysqlConfig8_4._AuthPlugin.ValueType # 3
92
+ MYSQL_NO_LOGIN: MysqlConfig8_4._AuthPlugin.ValueType # 4
93
+ MDB_IAMPROXY_AUTH: MysqlConfig8_4._AuthPlugin.ValueType # 5
94
+
95
+ class AuthPlugin(_AuthPlugin, metaclass=_AuthPluginEnumTypeWrapper): ...
96
+ AUTH_PLUGIN_UNSPECIFIED: MysqlConfig8_4.AuthPlugin.ValueType # 0
97
+ MYSQL_NATIVE_PASSWORD: MysqlConfig8_4.AuthPlugin.ValueType # 1
98
+ CACHING_SHA2_PASSWORD: MysqlConfig8_4.AuthPlugin.ValueType # 2
99
+ SHA256_PASSWORD: MysqlConfig8_4.AuthPlugin.ValueType # 3
100
+ MYSQL_NO_LOGIN: MysqlConfig8_4.AuthPlugin.ValueType # 4
101
+ MDB_IAMPROXY_AUTH: MysqlConfig8_4.AuthPlugin.ValueType # 5
102
+
103
+ class _TransactionIsolation:
104
+ ValueType = typing.NewType("ValueType", builtins.int)
105
+ V: typing_extensions.TypeAlias = ValueType
106
+
107
+ class _TransactionIsolationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._TransactionIsolation.ValueType], builtins.type):
108
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
109
+ TRANSACTION_ISOLATION_UNSPECIFIED: MysqlConfig8_4._TransactionIsolation.ValueType # 0
110
+ READ_COMMITTED: MysqlConfig8_4._TransactionIsolation.ValueType # 1
111
+ REPEATABLE_READ: MysqlConfig8_4._TransactionIsolation.ValueType # 2
112
+ SERIALIZABLE: MysqlConfig8_4._TransactionIsolation.ValueType # 3
113
+
114
+ class TransactionIsolation(_TransactionIsolation, metaclass=_TransactionIsolationEnumTypeWrapper): ...
115
+ TRANSACTION_ISOLATION_UNSPECIFIED: MysqlConfig8_4.TransactionIsolation.ValueType # 0
116
+ READ_COMMITTED: MysqlConfig8_4.TransactionIsolation.ValueType # 1
117
+ REPEATABLE_READ: MysqlConfig8_4.TransactionIsolation.ValueType # 2
118
+ SERIALIZABLE: MysqlConfig8_4.TransactionIsolation.ValueType # 3
119
+
120
+ class _BinlogRowImage:
121
+ ValueType = typing.NewType("ValueType", builtins.int)
122
+ V: typing_extensions.TypeAlias = ValueType
123
+
124
+ class _BinlogRowImageEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._BinlogRowImage.ValueType], builtins.type):
125
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
126
+ BINLOG_ROW_IMAGE_UNSPECIFIED: MysqlConfig8_4._BinlogRowImage.ValueType # 0
127
+ FULL: MysqlConfig8_4._BinlogRowImage.ValueType # 1
128
+ MINIMAL: MysqlConfig8_4._BinlogRowImage.ValueType # 2
129
+ NOBLOB: MysqlConfig8_4._BinlogRowImage.ValueType # 3
130
+
131
+ class BinlogRowImage(_BinlogRowImage, metaclass=_BinlogRowImageEnumTypeWrapper): ...
132
+ BINLOG_ROW_IMAGE_UNSPECIFIED: MysqlConfig8_4.BinlogRowImage.ValueType # 0
133
+ FULL: MysqlConfig8_4.BinlogRowImage.ValueType # 1
134
+ MINIMAL: MysqlConfig8_4.BinlogRowImage.ValueType # 2
135
+ NOBLOB: MysqlConfig8_4.BinlogRowImage.ValueType # 3
136
+
137
+ class _SlaveParallelType:
138
+ ValueType = typing.NewType("ValueType", builtins.int)
139
+ V: typing_extensions.TypeAlias = ValueType
140
+
141
+ class _SlaveParallelTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._SlaveParallelType.ValueType], builtins.type):
142
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
143
+ SLAVE_PARALLEL_TYPE_UNSPECIFIED: MysqlConfig8_4._SlaveParallelType.ValueType # 0
144
+ DATABASE: MysqlConfig8_4._SlaveParallelType.ValueType # 1
145
+ LOGICAL_CLOCK: MysqlConfig8_4._SlaveParallelType.ValueType # 2
146
+
147
+ class SlaveParallelType(_SlaveParallelType, metaclass=_SlaveParallelTypeEnumTypeWrapper): ...
148
+ SLAVE_PARALLEL_TYPE_UNSPECIFIED: MysqlConfig8_4.SlaveParallelType.ValueType # 0
149
+ DATABASE: MysqlConfig8_4.SlaveParallelType.ValueType # 1
150
+ LOGICAL_CLOCK: MysqlConfig8_4.SlaveParallelType.ValueType # 2
151
+
152
+ class _LogSlowRateType:
153
+ ValueType = typing.NewType("ValueType", builtins.int)
154
+ V: typing_extensions.TypeAlias = ValueType
155
+
156
+ class _LogSlowRateTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._LogSlowRateType.ValueType], builtins.type):
157
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
158
+ LOG_SLOW_RATE_TYPE_UNSPECIFIED: MysqlConfig8_4._LogSlowRateType.ValueType # 0
159
+ SESSION: MysqlConfig8_4._LogSlowRateType.ValueType # 1
160
+ QUERY: MysqlConfig8_4._LogSlowRateType.ValueType # 2
161
+
162
+ class LogSlowRateType(_LogSlowRateType, metaclass=_LogSlowRateTypeEnumTypeWrapper): ...
163
+ LOG_SLOW_RATE_TYPE_UNSPECIFIED: MysqlConfig8_4.LogSlowRateType.ValueType # 0
164
+ SESSION: MysqlConfig8_4.LogSlowRateType.ValueType # 1
165
+ QUERY: MysqlConfig8_4.LogSlowRateType.ValueType # 2
166
+
167
+ class _LogSlowFilterType:
168
+ ValueType = typing.NewType("ValueType", builtins.int)
169
+ V: typing_extensions.TypeAlias = ValueType
170
+
171
+ class _LogSlowFilterTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._LogSlowFilterType.ValueType], builtins.type):
172
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
173
+ LOG_SLOW_FILTER_TYPE_UNSPECIFIED: MysqlConfig8_4._LogSlowFilterType.ValueType # 0
174
+ FULL_SCAN: MysqlConfig8_4._LogSlowFilterType.ValueType # 1
175
+ FULL_JOIN: MysqlConfig8_4._LogSlowFilterType.ValueType # 2
176
+ TMP_TABLE: MysqlConfig8_4._LogSlowFilterType.ValueType # 3
177
+ TMP_TABLE_ON_DISK: MysqlConfig8_4._LogSlowFilterType.ValueType # 4
178
+ FILESORT: MysqlConfig8_4._LogSlowFilterType.ValueType # 5
179
+ FILESORT_ON_DISK: MysqlConfig8_4._LogSlowFilterType.ValueType # 6
180
+
181
+ class LogSlowFilterType(_LogSlowFilterType, metaclass=_LogSlowFilterTypeEnumTypeWrapper): ...
182
+ LOG_SLOW_FILTER_TYPE_UNSPECIFIED: MysqlConfig8_4.LogSlowFilterType.ValueType # 0
183
+ FULL_SCAN: MysqlConfig8_4.LogSlowFilterType.ValueType # 1
184
+ FULL_JOIN: MysqlConfig8_4.LogSlowFilterType.ValueType # 2
185
+ TMP_TABLE: MysqlConfig8_4.LogSlowFilterType.ValueType # 3
186
+ TMP_TABLE_ON_DISK: MysqlConfig8_4.LogSlowFilterType.ValueType # 4
187
+ FILESORT: MysqlConfig8_4.LogSlowFilterType.ValueType # 5
188
+ FILESORT_ON_DISK: MysqlConfig8_4.LogSlowFilterType.ValueType # 6
189
+
190
+ class _AuditLogPolicy:
191
+ ValueType = typing.NewType("ValueType", builtins.int)
192
+ V: typing_extensions.TypeAlias = ValueType
193
+
194
+ class _AuditLogPolicyEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._AuditLogPolicy.ValueType], builtins.type):
195
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
196
+ AUDIT_LOG_POLICY_UNSPECIFIED: MysqlConfig8_4._AuditLogPolicy.ValueType # 0
197
+ ALL: MysqlConfig8_4._AuditLogPolicy.ValueType # 1
198
+ LOGINS: MysqlConfig8_4._AuditLogPolicy.ValueType # 2
199
+ QUERIES: MysqlConfig8_4._AuditLogPolicy.ValueType # 3
200
+ NONE: MysqlConfig8_4._AuditLogPolicy.ValueType # 4
201
+
202
+ class AuditLogPolicy(_AuditLogPolicy, metaclass=_AuditLogPolicyEnumTypeWrapper): ...
203
+ AUDIT_LOG_POLICY_UNSPECIFIED: MysqlConfig8_4.AuditLogPolicy.ValueType # 0
204
+ ALL: MysqlConfig8_4.AuditLogPolicy.ValueType # 1
205
+ LOGINS: MysqlConfig8_4.AuditLogPolicy.ValueType # 2
206
+ QUERIES: MysqlConfig8_4.AuditLogPolicy.ValueType # 3
207
+ NONE: MysqlConfig8_4.AuditLogPolicy.ValueType # 4
208
+
209
+ class _InnodbChangeBuffering:
210
+ ValueType = typing.NewType("ValueType", builtins.int)
211
+ V: typing_extensions.TypeAlias = ValueType
212
+
213
+ class _InnodbChangeBufferingEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MysqlConfig8_4._InnodbChangeBuffering.ValueType], builtins.type):
214
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
215
+ INNODB_CHANGE_BUFFERING_UNSPECIFIED: MysqlConfig8_4._InnodbChangeBuffering.ValueType # 0
216
+ INNODB_CHANGE_BUFFERING_NONE: MysqlConfig8_4._InnodbChangeBuffering.ValueType # 1
217
+ INNODB_CHANGE_BUFFERING_INSERTS: MysqlConfig8_4._InnodbChangeBuffering.ValueType # 2
218
+ INNODB_CHANGE_BUFFERING_DELETES: MysqlConfig8_4._InnodbChangeBuffering.ValueType # 3
219
+ INNODB_CHANGE_BUFFERING_CHANGES: MysqlConfig8_4._InnodbChangeBuffering.ValueType # 4
220
+ INNODB_CHANGE_BUFFERING_PURGES: MysqlConfig8_4._InnodbChangeBuffering.ValueType # 5
221
+ INNODB_CHANGE_BUFFERING_ALL: MysqlConfig8_4._InnodbChangeBuffering.ValueType # 6
222
+
223
+ class InnodbChangeBuffering(_InnodbChangeBuffering, metaclass=_InnodbChangeBufferingEnumTypeWrapper): ...
224
+ INNODB_CHANGE_BUFFERING_UNSPECIFIED: MysqlConfig8_4.InnodbChangeBuffering.ValueType # 0
225
+ INNODB_CHANGE_BUFFERING_NONE: MysqlConfig8_4.InnodbChangeBuffering.ValueType # 1
226
+ INNODB_CHANGE_BUFFERING_INSERTS: MysqlConfig8_4.InnodbChangeBuffering.ValueType # 2
227
+ INNODB_CHANGE_BUFFERING_DELETES: MysqlConfig8_4.InnodbChangeBuffering.ValueType # 3
228
+ INNODB_CHANGE_BUFFERING_CHANGES: MysqlConfig8_4.InnodbChangeBuffering.ValueType # 4
229
+ INNODB_CHANGE_BUFFERING_PURGES: MysqlConfig8_4.InnodbChangeBuffering.ValueType # 5
230
+ INNODB_CHANGE_BUFFERING_ALL: MysqlConfig8_4.InnodbChangeBuffering.ValueType # 6
231
+
232
+ INNODB_BUFFER_POOL_SIZE_FIELD_NUMBER: builtins.int
233
+ MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
234
+ LONG_QUERY_TIME_FIELD_NUMBER: builtins.int
235
+ AUDIT_LOG_FIELD_NUMBER: builtins.int
236
+ SQL_MODE_FIELD_NUMBER: builtins.int
237
+ MAX_ALLOWED_PACKET_FIELD_NUMBER: builtins.int
238
+ INNODB_FLUSH_LOG_AT_TRX_COMMIT_FIELD_NUMBER: builtins.int
239
+ INNODB_LOCK_WAIT_TIMEOUT_FIELD_NUMBER: builtins.int
240
+ TRANSACTION_ISOLATION_FIELD_NUMBER: builtins.int
241
+ INNODB_PRINT_ALL_DEADLOCKS_FIELD_NUMBER: builtins.int
242
+ NET_READ_TIMEOUT_FIELD_NUMBER: builtins.int
243
+ NET_WRITE_TIMEOUT_FIELD_NUMBER: builtins.int
244
+ GROUP_CONCAT_MAX_LEN_FIELD_NUMBER: builtins.int
245
+ TMP_TABLE_SIZE_FIELD_NUMBER: builtins.int
246
+ MAX_HEAP_TABLE_SIZE_FIELD_NUMBER: builtins.int
247
+ DEFAULT_TIME_ZONE_FIELD_NUMBER: builtins.int
248
+ CHARACTER_SET_SERVER_FIELD_NUMBER: builtins.int
249
+ COLLATION_SERVER_FIELD_NUMBER: builtins.int
250
+ INNODB_ADAPTIVE_HASH_INDEX_FIELD_NUMBER: builtins.int
251
+ INNODB_NUMA_INTERLEAVE_FIELD_NUMBER: builtins.int
252
+ INNODB_LOG_BUFFER_SIZE_FIELD_NUMBER: builtins.int
253
+ INNODB_LOG_FILE_SIZE_FIELD_NUMBER: builtins.int
254
+ INNODB_IO_CAPACITY_FIELD_NUMBER: builtins.int
255
+ INNODB_IO_CAPACITY_MAX_FIELD_NUMBER: builtins.int
256
+ INNODB_READ_IO_THREADS_FIELD_NUMBER: builtins.int
257
+ INNODB_WRITE_IO_THREADS_FIELD_NUMBER: builtins.int
258
+ INNODB_PURGE_THREADS_FIELD_NUMBER: builtins.int
259
+ INNODB_THREAD_CONCURRENCY_FIELD_NUMBER: builtins.int
260
+ INNODB_TEMP_DATA_FILE_MAX_SIZE_FIELD_NUMBER: builtins.int
261
+ THREAD_CACHE_SIZE_FIELD_NUMBER: builtins.int
262
+ THREAD_STACK_FIELD_NUMBER: builtins.int
263
+ JOIN_BUFFER_SIZE_FIELD_NUMBER: builtins.int
264
+ SORT_BUFFER_SIZE_FIELD_NUMBER: builtins.int
265
+ TABLE_DEFINITION_CACHE_FIELD_NUMBER: builtins.int
266
+ TABLE_OPEN_CACHE_FIELD_NUMBER: builtins.int
267
+ TABLE_OPEN_CACHE_INSTANCES_FIELD_NUMBER: builtins.int
268
+ EXPLICIT_DEFAULTS_FOR_TIMESTAMP_FIELD_NUMBER: builtins.int
269
+ AUTO_INCREMENT_INCREMENT_FIELD_NUMBER: builtins.int
270
+ AUTO_INCREMENT_OFFSET_FIELD_NUMBER: builtins.int
271
+ SYNC_BINLOG_FIELD_NUMBER: builtins.int
272
+ BINLOG_CACHE_SIZE_FIELD_NUMBER: builtins.int
273
+ BINLOG_GROUP_COMMIT_SYNC_DELAY_FIELD_NUMBER: builtins.int
274
+ BINLOG_ROW_IMAGE_FIELD_NUMBER: builtins.int
275
+ BINLOG_ROWS_QUERY_LOG_EVENTS_FIELD_NUMBER: builtins.int
276
+ RPL_SEMI_SYNC_MASTER_WAIT_FOR_SLAVE_COUNT_FIELD_NUMBER: builtins.int
277
+ SLAVE_PARALLEL_TYPE_FIELD_NUMBER: builtins.int
278
+ SLAVE_PARALLEL_WORKERS_FIELD_NUMBER: builtins.int
279
+ REGEXP_TIME_LIMIT_FIELD_NUMBER: builtins.int
280
+ MDB_PRESERVE_BINLOG_BYTES_FIELD_NUMBER: builtins.int
281
+ INTERACTIVE_TIMEOUT_FIELD_NUMBER: builtins.int
282
+ WAIT_TIMEOUT_FIELD_NUMBER: builtins.int
283
+ MDB_OFFLINE_MODE_ENABLE_LAG_FIELD_NUMBER: builtins.int
284
+ MDB_OFFLINE_MODE_DISABLE_LAG_FIELD_NUMBER: builtins.int
285
+ RANGE_OPTIMIZER_MAX_MEM_SIZE_FIELD_NUMBER: builtins.int
286
+ INNODB_ONLINE_ALTER_LOG_MAX_SIZE_FIELD_NUMBER: builtins.int
287
+ INNODB_FT_MIN_TOKEN_SIZE_FIELD_NUMBER: builtins.int
288
+ INNODB_FT_MAX_TOKEN_SIZE_FIELD_NUMBER: builtins.int
289
+ LOWER_CASE_TABLE_NAMES_FIELD_NUMBER: builtins.int
290
+ SLOW_QUERY_LOG_FIELD_NUMBER: builtins.int
291
+ SLOW_QUERY_LOG_ALWAYS_WRITE_TIME_FIELD_NUMBER: builtins.int
292
+ LOG_SLOW_RATE_TYPE_FIELD_NUMBER: builtins.int
293
+ LOG_SLOW_RATE_LIMIT_FIELD_NUMBER: builtins.int
294
+ LOG_SLOW_SP_STATEMENTS_FIELD_NUMBER: builtins.int
295
+ LOG_SLOW_FILTER_FIELD_NUMBER: builtins.int
296
+ MDB_PRIORITY_CHOICE_MAX_LAG_FIELD_NUMBER: builtins.int
297
+ INNODB_PAGE_SIZE_FIELD_NUMBER: builtins.int
298
+ MAX_SP_RECURSION_DEPTH_FIELD_NUMBER: builtins.int
299
+ INNODB_COMPRESSION_LEVEL_FIELD_NUMBER: builtins.int
300
+ AUTOCOMMIT_FIELD_NUMBER: builtins.int
301
+ INNODB_STATUS_OUTPUT_FIELD_NUMBER: builtins.int
302
+ INNODB_STRICT_MODE_FIELD_NUMBER: builtins.int
303
+ INNODB_PRINT_LOCK_WAIT_TIMEOUT_INFO_FIELD_NUMBER: builtins.int
304
+ LOG_ERROR_VERBOSITY_FIELD_NUMBER: builtins.int
305
+ MAX_DIGEST_LENGTH_FIELD_NUMBER: builtins.int
306
+ LOCK_WAIT_TIMEOUT_FIELD_NUMBER: builtins.int
307
+ MAX_PREPARED_STMT_COUNT_FIELD_NUMBER: builtins.int
308
+ OPTIMIZER_SWITCH_FIELD_NUMBER: builtins.int
309
+ OPTIMIZER_SEARCH_DEPTH_FIELD_NUMBER: builtins.int
310
+ USERSTAT_FIELD_NUMBER: builtins.int
311
+ MAX_EXECUTION_TIME_FIELD_NUMBER: builtins.int
312
+ AUDIT_LOG_POLICY_FIELD_NUMBER: builtins.int
313
+ REPLICATION_SENDER_OBSERVE_COMMIT_ONLY_FIELD_NUMBER: builtins.int
314
+ REPLICATION_OPTIMIZE_FOR_STATIC_PLUGIN_CONFIG_FIELD_NUMBER: builtins.int
315
+ INNODB_LRU_SCAN_DEPTH_FIELD_NUMBER: builtins.int
316
+ SQL_REQUIRE_PRIMARY_KEY_FIELD_NUMBER: builtins.int
317
+ MDB_USE_ASYNC_REPLICATION_FIELD_NUMBER: builtins.int
318
+ MDB_ASYNC_ALLOWED_LAG_FIELD_NUMBER: builtins.int
319
+ MDB_FORCE_SSL_FIELD_NUMBER: builtins.int
320
+ INNODB_CHANGE_BUFFERING_FIELD_NUMBER: builtins.int
321
+ MAX_WRITE_LOCK_COUNT_FIELD_NUMBER: builtins.int
322
+ transaction_isolation: global___MysqlConfig8_4.TransactionIsolation.ValueType
323
+ """Default transaction isolation level.
324
+
325
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_transaction_isolation)
326
+ """
327
+ default_time_zone: builtins.str
328
+ """The servers default time zone.
329
+
330
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-options.html#option_mysqld_default-time-zone)
331
+ """
332
+ character_set_server: builtins.str
333
+ """The servers default character set.
334
+
335
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_character_set_server)
336
+ """
337
+ collation_server: builtins.str
338
+ """Set the default server collation.
339
+
340
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_collation_server)
341
+ """
342
+ binlog_row_image: global___MysqlConfig8_4.BinlogRowImage.ValueType
343
+ """For MySQL row-based replication, this variable determines how row images are written to the binary log.
344
+
345
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#sysvar_binlog_row_image).
346
+ """
347
+ slave_parallel_type: global___MysqlConfig8_4.SlaveParallelType.ValueType
348
+ """When using a multithreaded replica, this variable specifies the policy used to decide which transactions are allowed to execute in parallel on the replica.
349
+
350
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html#sysvar_slave_parallel_type).
351
+ """
352
+ log_slow_rate_type: global___MysqlConfig8_4.LogSlowRateType.ValueType
353
+ """Specifies slow log granularity for log_slow_rate_limit: QUERY or SESSION
354
+
355
+ For details, see [Percona documentation for the variable](https://www.percona.com/doc/percona-server/8.4/diagnostics/slow_extended.html#log_slow_rate_type).
356
+ """
357
+ optimizer_switch: builtins.str
358
+ """The system variable enables control over optimizer behavior.
359
+
360
+ For details, see [MySQL documentation for the variable]
361
+ https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_optimizer_switch
362
+ https://dev.mysql.com/doc/refman/8.4/en/switchable-optimizations.html
363
+ """
364
+ audit_log_policy: global___MysqlConfig8_4.AuditLogPolicy.ValueType
365
+ """The policy controlling how the audit log plugin writes events to its log file
366
+
367
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html#sysvar_audit_log_policy)
368
+ """
369
+ innodb_change_buffering: global___MysqlConfig8_4.InnodbChangeBuffering.ValueType
370
+ """An optimization for change buffering
371
+
372
+ For details, see [Percona documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_change_buffering).
373
+ """
374
+ @property
375
+ def innodb_buffer_pool_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
376
+ """Size of the InnoDB buffer pool used for caching table and index data.
377
+
378
+ For details, see [MySQL documentation for the parameter](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_buffer_pool_size).
379
+ """
380
+
381
+ @property
382
+ def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
383
+ """The maximum permitted number of simultaneous client connections.
384
+
385
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections).
386
+ """
387
+
388
+ @property
389
+ def long_query_time(self) -> google.protobuf.wrappers_pb2.DoubleValue:
390
+ """Time that it takes to process a query before it is considered slow.
391
+
392
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_long_query_time).
393
+ """
394
+
395
+ @property
396
+ def audit_log(self) -> google.protobuf.wrappers_pb2.BoolValue:
397
+ """Enable writing of audit log of MySQL.
398
+
399
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html#audit-log-options-variables).
400
+ """
401
+
402
+ @property
403
+ def sql_mode(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[global___MysqlConfig8_4.SQLMode.ValueType]:
404
+ """Server SQL mode of MySQL.
405
+
406
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/sql-mode.html#sql-mode-setting).
407
+ """
408
+
409
+ @property
410
+ def max_allowed_packet(self) -> google.protobuf.wrappers_pb2.Int64Value:
411
+ """The maximum size in bytes of one packet.
412
+
413
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_allowed_packet).
414
+ """
415
+
416
+ @property
417
+ def innodb_flush_log_at_trx_commit(self) -> google.protobuf.wrappers_pb2.Int64Value:
418
+ """Transaction log flush behaviour.
419
+
420
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_flush_log_at_trx_commit)
421
+ """
422
+
423
+ @property
424
+ def innodb_lock_wait_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
425
+ """Max time in seconds for a transaction to wait for a row lock
426
+
427
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_lock_wait_timeout)
428
+ """
429
+
430
+ @property
431
+ def innodb_print_all_deadlocks(self) -> google.protobuf.wrappers_pb2.BoolValue:
432
+ """Print information about deadlocks in error log
433
+
434
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_print_all_deadlocks)
435
+ """
436
+
437
+ @property
438
+ def net_read_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
439
+ """The number of seconds to wait for more data from a connection before aborting the read.
440
+
441
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_net_read_timeout)
442
+ """
443
+
444
+ @property
445
+ def net_write_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
446
+ """The number of seconds to wait for a block to be written to a connection before aborting the write.
447
+
448
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_net_write_timeout)
449
+ """
450
+
451
+ @property
452
+ def group_concat_max_len(self) -> google.protobuf.wrappers_pb2.Int64Value:
453
+ """The maximum permitted result length in bytes for the GROUP_CONCAT() function.
454
+
455
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_group_concat_max_len)
456
+ """
457
+
458
+ @property
459
+ def tmp_table_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
460
+ """The maximum size of internal in-memory temporary tables.
461
+
462
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_tmp_table_size)
463
+ """
464
+
465
+ @property
466
+ def max_heap_table_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
467
+ """This variable sets the maximum size to which user-created MEMORY tables are permitted to grow.
468
+
469
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_heap_table_size)
470
+ """
471
+
472
+ @property
473
+ def innodb_adaptive_hash_index(self) -> google.protobuf.wrappers_pb2.BoolValue:
474
+ """Enables Innodb adaptive hash index
475
+
476
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_adaptive_hash_index)
477
+ """
478
+
479
+ @property
480
+ def innodb_numa_interleave(self) -> google.protobuf.wrappers_pb2.BoolValue:
481
+ """Enables the NUMA interleave memory policy for allocation of the InnoDB buffer pool.
482
+
483
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_numa_interleave)
484
+ """
485
+
486
+ @property
487
+ def innodb_log_buffer_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
488
+ """The size in bytes of the buffer that InnoDB uses to write to the log files on disk.
489
+
490
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_log_buffer_size)
491
+ """
492
+
493
+ @property
494
+ def innodb_log_file_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
495
+ """The size in bytes of the single Innodb Redo log file.
496
+
497
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_log_file_size)
498
+ """
499
+
500
+ @property
501
+ def innodb_io_capacity(self) -> google.protobuf.wrappers_pb2.Int64Value:
502
+ """Limits IO available for InnoDB background tasks
503
+
504
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_io_capacity)
505
+ """
506
+
507
+ @property
508
+ def innodb_io_capacity_max(self) -> google.protobuf.wrappers_pb2.Int64Value:
509
+ """Limits IO available for InnoDB background tasks
510
+
511
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_io_capacity_max)
512
+ """
513
+
514
+ @property
515
+ def innodb_read_io_threads(self) -> google.protobuf.wrappers_pb2.Int64Value:
516
+ """The number of I/O threads for read operations in InnoDB.
517
+
518
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_read_io_threads)
519
+ """
520
+
521
+ @property
522
+ def innodb_write_io_threads(self) -> google.protobuf.wrappers_pb2.Int64Value:
523
+ """The number of I/O threads for write operations in InnoDB.
524
+
525
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_write_io_threads)
526
+ """
527
+
528
+ @property
529
+ def innodb_purge_threads(self) -> google.protobuf.wrappers_pb2.Int64Value:
530
+ """The number of background threads devoted to the InnoDB purge operation.
531
+
532
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_purge_threads)
533
+ """
534
+
535
+ @property
536
+ def innodb_thread_concurrency(self) -> google.protobuf.wrappers_pb2.Int64Value:
537
+ """Defines the maximum number of threads permitted inside of InnoDB.
538
+
539
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_thread_concurrency)
540
+ """
541
+
542
+ @property
543
+ def innodb_temp_data_file_max_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
544
+ """Limits the max size of InnoDB temp tablespace
545
+
546
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_temp_data_file_path)
547
+ """
548
+
549
+ @property
550
+ def thread_cache_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
551
+ """How many threads the server should cache for reuse.
552
+
553
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_thread_cache_size).
554
+ """
555
+
556
+ @property
557
+ def thread_stack(self) -> google.protobuf.wrappers_pb2.Int64Value:
558
+ """The stack size for each thread. The default is large enough for normal operation.
559
+
560
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_thread_stack).
561
+ """
562
+
563
+ @property
564
+ def join_buffer_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
565
+ """The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans.
566
+
567
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_join_buffer_size).
568
+ """
569
+
570
+ @property
571
+ def sort_buffer_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
572
+ """Each session that must perform a sort allocates a buffer of this size.
573
+
574
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_sort_buffer_size).
575
+ """
576
+
577
+ @property
578
+ def table_definition_cache(self) -> google.protobuf.wrappers_pb2.Int64Value:
579
+ """The number of table definitions that can be stored in the definition cache.
580
+
581
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_definition_cache).
582
+ """
583
+
584
+ @property
585
+ def table_open_cache(self) -> google.protobuf.wrappers_pb2.Int64Value:
586
+ """The number of open tables for all threads.
587
+
588
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache).
589
+ """
590
+
591
+ @property
592
+ def table_open_cache_instances(self) -> google.protobuf.wrappers_pb2.Int64Value:
593
+ """The number of open tables cache instances.
594
+
595
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache_instances).
596
+ """
597
+
598
+ @property
599
+ def explicit_defaults_for_timestamp(self) -> google.protobuf.wrappers_pb2.BoolValue:
600
+ """This system variable determines whether the server enables certain nonstandard behaviors for default values and NULL-value handling in TIMESTAMP columns.
601
+
602
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_explicit_defaults_for_timestamp).
603
+ """
604
+
605
+ @property
606
+ def auto_increment_increment(self) -> google.protobuf.wrappers_pb2.Int64Value:
607
+ """Can be used to control the operation of AUTO_INCREMENT columns.
608
+
609
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-master.html#sysvar_auto_increment_increment).
610
+ """
611
+
612
+ @property
613
+ def auto_increment_offset(self) -> google.protobuf.wrappers_pb2.Int64Value:
614
+ """Can be used to control the operation of AUTO_INCREMENT columns.
615
+
616
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-master.html#sysvar_auto_increment_offset).
617
+ """
618
+
619
+ @property
620
+ def sync_binlog(self) -> google.protobuf.wrappers_pb2.Int64Value:
621
+ """Controls how often the MySQL server synchronizes the binary log to disk.
622
+
623
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#sysvar_sync_binlog).
624
+ """
625
+
626
+ @property
627
+ def binlog_cache_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
628
+ """The size of the cache to hold changes to the binary log during a transaction.
629
+
630
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#sysvar_binlog_cache_size).
631
+ """
632
+
633
+ @property
634
+ def binlog_group_commit_sync_delay(self) -> google.protobuf.wrappers_pb2.Int64Value:
635
+ """Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk.
636
+
637
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#sysvar_binlog_group_commit_sync_delay).
638
+ """
639
+
640
+ @property
641
+ def binlog_rows_query_log_events(self) -> google.protobuf.wrappers_pb2.BoolValue:
642
+ """When enabled, it causes the server to write informational log events such as row query log events into its binary log.
643
+
644
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html#sysvar_binlog_rows_query_log_events).
645
+ """
646
+
647
+ @property
648
+ def rpl_semi_sync_master_wait_for_slave_count(self) -> google.protobuf.wrappers_pb2.Int64Value:
649
+ """The number of replica acknowledgments the source must receive per transaction before proceeding.
650
+
651
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-master.html#sysvar_rpl_semi_sync_master_wait_for_slave_count).
652
+ """
653
+
654
+ @property
655
+ def slave_parallel_workers(self) -> google.protobuf.wrappers_pb2.Int64Value:
656
+ """Sets the number of applier threads for executing replication transactions in parallel.
657
+
658
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html#sysvar_slave_parallel_workers).
659
+ """
660
+
661
+ @property
662
+ def regexp_time_limit(self) -> google.protobuf.wrappers_pb2.Int64Value:
663
+ """The time limit for regular expression matching operations performed by REGEXP_LIKE and similar functions
664
+
665
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html#sysvar_regexp_time_limit).
666
+ """
667
+
668
+ @property
669
+ def mdb_preserve_binlog_bytes(self) -> google.protobuf.wrappers_pb2.Int64Value:
670
+ """The size of the binary log to hold."""
671
+
672
+ @property
673
+ def interactive_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
674
+ """The number of seconds the server waits for activity on an interactive connection before closing it.
675
+
676
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_interactive_timeout).
677
+ """
678
+
679
+ @property
680
+ def wait_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
681
+ """The number of seconds the server waits for activity on a noninteractive connection before closing it.
682
+
683
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_wait_timeout).
684
+ """
685
+
686
+ @property
687
+ def mdb_offline_mode_enable_lag(self) -> google.protobuf.wrappers_pb2.Int64Value:
688
+ """Replication lag threshold (seconds) which will switch MySQL to 'offline_mode = ON' to prevent users from reading stale data."""
689
+
690
+ @property
691
+ def mdb_offline_mode_disable_lag(self) -> google.protobuf.wrappers_pb2.Int64Value:
692
+ """Replication lag threshold (seconds) which will switch MySQL to 'offline_mode = OFF'.
693
+ Should be less than mdb_offline_mode_enable_lag.
694
+ """
695
+
696
+ @property
697
+ def range_optimizer_max_mem_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
698
+ """The limit on memory consumption for the range optimizer.
699
+
700
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_range_optimizer_max_mem_size).
701
+ """
702
+
703
+ @property
704
+ def innodb_online_alter_log_max_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
705
+ """The limit in bytes on the size of the temporary log files used during online DDL operations
706
+
707
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_online_alter_log_max_size).
708
+ """
709
+
710
+ @property
711
+ def innodb_ft_min_token_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
712
+ """Minimum length of words that are stored in an InnoDB FULLTEXT index
713
+
714
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_ft_min_token_size).
715
+ """
716
+
717
+ @property
718
+ def innodb_ft_max_token_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
719
+ """Maximum length of words that are stored in an InnoDB FULLTEXT index
720
+
721
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_ft_max_token_size).
722
+ """
723
+
724
+ @property
725
+ def lower_case_table_names(self) -> google.protobuf.wrappers_pb2.Int64Value:
726
+ """Table names storage and comparison strategy
727
+
728
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_lower_case_table_names).
729
+ """
730
+
731
+ @property
732
+ def slow_query_log(self) -> google.protobuf.wrappers_pb2.BoolValue:
733
+ """Manages slow query log
734
+
735
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_slow_query_log).
736
+ """
737
+
738
+ @property
739
+ def slow_query_log_always_write_time(self) -> google.protobuf.wrappers_pb2.DoubleValue:
740
+ """Query execution time, after which query to be logged unconditionally, that is, log_slow_rate_limit will not apply to it
741
+
742
+ For details, see [Percona documentation for the variable](https://www.percona.com/doc/percona-server/8.4/diagnostics/slow_extended.html#slow_query_log_always_write_time).
743
+ """
744
+
745
+ @property
746
+ def log_slow_rate_limit(self) -> google.protobuf.wrappers_pb2.Int64Value:
747
+ """Specifies what fraction of session/query should be logged. Logging is enabled for every nth session/query.
748
+
749
+ For details, see [Percona documentation for the variable](https://www.percona.com/doc/percona-server/8.4/diagnostics/slow_extended.html#log_slow_rate_limit).
750
+ """
751
+
752
+ @property
753
+ def log_slow_sp_statements(self) -> google.protobuf.wrappers_pb2.BoolValue:
754
+ """When TRUE, statements executed by stored procedures are logged to the slow log
755
+
756
+ For details, see [Percona documentation for the variable](https://www.percona.com/doc/percona-server/8.4/diagnostics/slow_extended.html#log_slow_sp_statements).
757
+ """
758
+
759
+ @property
760
+ def log_slow_filter(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[global___MysqlConfig8_4.LogSlowFilterType.ValueType]:
761
+ """Filters the slow log by the query's execution plan
762
+
763
+ For details, see [Percona documentation for the variable](https://www.percona.com/doc/percona-server/8.4/diagnostics/slow_extended.html#log_slow_filter).
764
+ """
765
+
766
+ @property
767
+ def mdb_priority_choice_max_lag(self) -> google.protobuf.wrappers_pb2.Int64Value:
768
+ """Replication lag threshold (seconds) which allows replica to be promoted to master while executing "switchover from".
769
+ Should be less than mdb_offline_mode_disable_lag.
770
+ """
771
+
772
+ @property
773
+ def innodb_page_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
774
+ """Specifies the page size for InnoDB tablespaces.
775
+
776
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_page_size).
777
+ """
778
+
779
+ @property
780
+ def max_sp_recursion_depth(self) -> google.protobuf.wrappers_pb2.Int64Value:
781
+ """The number of times that any given stored procedure may be called recursively.
782
+
783
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_sp_recursion_depth).
784
+ """
785
+
786
+ @property
787
+ def innodb_compression_level(self) -> google.protobuf.wrappers_pb2.Int64Value:
788
+ """The level of zlib compression to use for InnoDB compressed tables and indexes.
789
+
790
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_compression_level).
791
+ """
792
+
793
+ @property
794
+ def autocommit(self) -> google.protobuf.wrappers_pb2.BoolValue:
795
+ """Config specific will be all changes to a table take effect immediately or you must use COMMIT to accept a transaction or ROLLBACK to cancel it.
796
+
797
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_autocommit).
798
+ """
799
+
800
+ @property
801
+ def innodb_status_output(self) -> google.protobuf.wrappers_pb2.BoolValue:
802
+ """Enables or disables periodic output for the standard InnoDB Monitor.
803
+
804
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_status_output).
805
+ """
806
+
807
+ @property
808
+ def innodb_strict_mode(self) -> google.protobuf.wrappers_pb2.BoolValue:
809
+ """When innodb_strict_mode is enabled, InnoDB returns errors rather than warnings when checking for invalid or incompatible table options.
810
+
811
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_strict_mode).
812
+ """
813
+
814
+ @property
815
+ def innodb_print_lock_wait_timeout_info(self) -> google.protobuf.wrappers_pb2.BoolValue:
816
+ """Makes InnoDB to write information about all lock wait timeout errors into the log file.
817
+
818
+ For details, see [Percona documentation for the variable](https://docs.percona.com/percona-server/8.4/diagnostics/innodb_show_status.html?highlight=innodb_print_lock_wait_timeout_info).
819
+ """
820
+
821
+ @property
822
+ def log_error_verbosity(self) -> google.protobuf.wrappers_pb2.Int64Value:
823
+ """System variable specifies the verbosity for handling events intended for the error log
824
+
825
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_log_error_verbosity).
826
+ """
827
+
828
+ @property
829
+ def max_digest_length(self) -> google.protobuf.wrappers_pb2.Int64Value:
830
+ """The maximum number of bytes of memory reserved per session for computation of normalized statement digests.
831
+
832
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_digest_length).
833
+ """
834
+
835
+ @property
836
+ def lock_wait_timeout(self) -> google.protobuf.wrappers_pb2.Int64Value:
837
+ """This variable specifies the timeout in seconds for attempts to acquire metadata locks
838
+
839
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_lock_wait_timeout).
840
+ """
841
+
842
+ @property
843
+ def max_prepared_stmt_count(self) -> google.protobuf.wrappers_pb2.Int64Value:
844
+ """This variable limits the total number of prepared statements in the server.
845
+
846
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_prepared_stmt_count).
847
+ """
848
+
849
+ @property
850
+ def optimizer_search_depth(self) -> google.protobuf.wrappers_pb2.Int64Value:
851
+ """The maximum depth of search performed by the query optimizer
852
+
853
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html)
854
+ """
855
+
856
+ @property
857
+ def userstat(self) -> google.protobuf.wrappers_pb2.BoolValue:
858
+ """Enables or disables collection of statistics
859
+
860
+ For details, see [Percona documentation for the variable](https://docs.percona.com/percona-server/8.4/diagnostics/user_stats.html#userstat).
861
+ """
862
+
863
+ @property
864
+ def max_execution_time(self) -> google.protobuf.wrappers_pb2.Int64Value:
865
+ """The execution timeout for SELECT statements, in milliseconds. If the value is 0, timeouts are not enabled.
866
+
867
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_execution_time)
868
+ """
869
+
870
+ @property
871
+ def replication_sender_observe_commit_only(self) -> google.protobuf.wrappers_pb2.BoolValue:
872
+ """Limit callbacks to improve performance for semisynchronous replication
873
+
874
+ For details, see [Percona documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html#sysvar_replication_sender_observe_commit_only).
875
+ """
876
+
877
+ @property
878
+ def replication_optimize_for_static_plugin_config(self) -> google.protobuf.wrappers_pb2.BoolValue:
879
+ """Use shared locks, and avoid unnecessary lock acquisitions, to improve performance for semisynchronous replication
880
+
881
+ For details, see [Percona documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/replication-options-replica.html#sysvar_replication_optimize_for_static_plugin_config).
882
+ """
883
+
884
+ @property
885
+ def innodb_lru_scan_depth(self) -> google.protobuf.wrappers_pb2.Int64Value:
886
+ """A parameter that influences the algorithms and heuristics for the flush operation for the InnoDB buffer pool
887
+
888
+ For details, see [MySQL documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html#sysvar_innodb_lru_scan_depth)
889
+ """
890
+
891
+ @property
892
+ def sql_require_primary_key(self) -> google.protobuf.wrappers_pb2.BoolValue:
893
+ """Whether statements that create new tables or alter the structure of existing tables enforce the requirement that tables have a primary key
894
+
895
+ For details, see [Percona documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_sql_require_primary_key).
896
+ """
897
+
898
+ @property
899
+ def mdb_use_async_replication(self) -> google.protobuf.wrappers_pb2.BoolValue:
900
+ """Enable async replication"""
901
+
902
+ @property
903
+ def mdb_async_allowed_lag(self) -> google.protobuf.wrappers_pb2.Int64Value:
904
+ """Async replication allowed lag (seconds)"""
905
+
906
+ @property
907
+ def mdb_force_ssl(self) -> google.protobuf.wrappers_pb2.BoolValue:
908
+ """Force ssl on all hosts (require_secure_transport)"""
909
+
910
+ @property
911
+ def max_write_lock_count(self) -> google.protobuf.wrappers_pb2.Int64Value:
912
+ """Permit some pending read lock requests interval
913
+ P.S. Should be UInt64, but java fails to handle UInt64 limits
914
+
915
+ For details, see [Percona documentation for the variable](https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_write_lock_count).
916
+ """
917
+
918
+ def __init__(
919
+ self,
920
+ *,
921
+ innodb_buffer_pool_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
922
+ max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
923
+ long_query_time: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
924
+ audit_log: google.protobuf.wrappers_pb2.BoolValue | None = ...,
925
+ sql_mode: collections.abc.Iterable[global___MysqlConfig8_4.SQLMode.ValueType] | None = ...,
926
+ max_allowed_packet: google.protobuf.wrappers_pb2.Int64Value | None = ...,
927
+ innodb_flush_log_at_trx_commit: google.protobuf.wrappers_pb2.Int64Value | None = ...,
928
+ innodb_lock_wait_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
929
+ transaction_isolation: global___MysqlConfig8_4.TransactionIsolation.ValueType = ...,
930
+ innodb_print_all_deadlocks: google.protobuf.wrappers_pb2.BoolValue | None = ...,
931
+ net_read_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
932
+ net_write_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
933
+ group_concat_max_len: google.protobuf.wrappers_pb2.Int64Value | None = ...,
934
+ tmp_table_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
935
+ max_heap_table_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
936
+ default_time_zone: builtins.str = ...,
937
+ character_set_server: builtins.str = ...,
938
+ collation_server: builtins.str = ...,
939
+ innodb_adaptive_hash_index: google.protobuf.wrappers_pb2.BoolValue | None = ...,
940
+ innodb_numa_interleave: google.protobuf.wrappers_pb2.BoolValue | None = ...,
941
+ innodb_log_buffer_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
942
+ innodb_log_file_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
943
+ innodb_io_capacity: google.protobuf.wrappers_pb2.Int64Value | None = ...,
944
+ innodb_io_capacity_max: google.protobuf.wrappers_pb2.Int64Value | None = ...,
945
+ innodb_read_io_threads: google.protobuf.wrappers_pb2.Int64Value | None = ...,
946
+ innodb_write_io_threads: google.protobuf.wrappers_pb2.Int64Value | None = ...,
947
+ innodb_purge_threads: google.protobuf.wrappers_pb2.Int64Value | None = ...,
948
+ innodb_thread_concurrency: google.protobuf.wrappers_pb2.Int64Value | None = ...,
949
+ innodb_temp_data_file_max_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
950
+ thread_cache_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
951
+ thread_stack: google.protobuf.wrappers_pb2.Int64Value | None = ...,
952
+ join_buffer_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
953
+ sort_buffer_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
954
+ table_definition_cache: google.protobuf.wrappers_pb2.Int64Value | None = ...,
955
+ table_open_cache: google.protobuf.wrappers_pb2.Int64Value | None = ...,
956
+ table_open_cache_instances: google.protobuf.wrappers_pb2.Int64Value | None = ...,
957
+ explicit_defaults_for_timestamp: google.protobuf.wrappers_pb2.BoolValue | None = ...,
958
+ auto_increment_increment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
959
+ auto_increment_offset: google.protobuf.wrappers_pb2.Int64Value | None = ...,
960
+ sync_binlog: google.protobuf.wrappers_pb2.Int64Value | None = ...,
961
+ binlog_cache_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
962
+ binlog_group_commit_sync_delay: google.protobuf.wrappers_pb2.Int64Value | None = ...,
963
+ binlog_row_image: global___MysqlConfig8_4.BinlogRowImage.ValueType = ...,
964
+ binlog_rows_query_log_events: google.protobuf.wrappers_pb2.BoolValue | None = ...,
965
+ rpl_semi_sync_master_wait_for_slave_count: google.protobuf.wrappers_pb2.Int64Value | None = ...,
966
+ slave_parallel_type: global___MysqlConfig8_4.SlaveParallelType.ValueType = ...,
967
+ slave_parallel_workers: google.protobuf.wrappers_pb2.Int64Value | None = ...,
968
+ regexp_time_limit: google.protobuf.wrappers_pb2.Int64Value | None = ...,
969
+ mdb_preserve_binlog_bytes: google.protobuf.wrappers_pb2.Int64Value | None = ...,
970
+ interactive_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
971
+ wait_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
972
+ mdb_offline_mode_enable_lag: google.protobuf.wrappers_pb2.Int64Value | None = ...,
973
+ mdb_offline_mode_disable_lag: google.protobuf.wrappers_pb2.Int64Value | None = ...,
974
+ range_optimizer_max_mem_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
975
+ innodb_online_alter_log_max_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
976
+ innodb_ft_min_token_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
977
+ innodb_ft_max_token_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
978
+ lower_case_table_names: google.protobuf.wrappers_pb2.Int64Value | None = ...,
979
+ slow_query_log: google.protobuf.wrappers_pb2.BoolValue | None = ...,
980
+ slow_query_log_always_write_time: google.protobuf.wrappers_pb2.DoubleValue | None = ...,
981
+ log_slow_rate_type: global___MysqlConfig8_4.LogSlowRateType.ValueType = ...,
982
+ log_slow_rate_limit: google.protobuf.wrappers_pb2.Int64Value | None = ...,
983
+ log_slow_sp_statements: google.protobuf.wrappers_pb2.BoolValue | None = ...,
984
+ log_slow_filter: collections.abc.Iterable[global___MysqlConfig8_4.LogSlowFilterType.ValueType] | None = ...,
985
+ mdb_priority_choice_max_lag: google.protobuf.wrappers_pb2.Int64Value | None = ...,
986
+ innodb_page_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
987
+ max_sp_recursion_depth: google.protobuf.wrappers_pb2.Int64Value | None = ...,
988
+ innodb_compression_level: google.protobuf.wrappers_pb2.Int64Value | None = ...,
989
+ autocommit: google.protobuf.wrappers_pb2.BoolValue | None = ...,
990
+ innodb_status_output: google.protobuf.wrappers_pb2.BoolValue | None = ...,
991
+ innodb_strict_mode: google.protobuf.wrappers_pb2.BoolValue | None = ...,
992
+ innodb_print_lock_wait_timeout_info: google.protobuf.wrappers_pb2.BoolValue | None = ...,
993
+ log_error_verbosity: google.protobuf.wrappers_pb2.Int64Value | None = ...,
994
+ max_digest_length: google.protobuf.wrappers_pb2.Int64Value | None = ...,
995
+ lock_wait_timeout: google.protobuf.wrappers_pb2.Int64Value | None = ...,
996
+ max_prepared_stmt_count: google.protobuf.wrappers_pb2.Int64Value | None = ...,
997
+ optimizer_switch: builtins.str = ...,
998
+ optimizer_search_depth: google.protobuf.wrappers_pb2.Int64Value | None = ...,
999
+ userstat: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1000
+ max_execution_time: google.protobuf.wrappers_pb2.Int64Value | None = ...,
1001
+ audit_log_policy: global___MysqlConfig8_4.AuditLogPolicy.ValueType = ...,
1002
+ replication_sender_observe_commit_only: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1003
+ replication_optimize_for_static_plugin_config: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1004
+ innodb_lru_scan_depth: google.protobuf.wrappers_pb2.Int64Value | None = ...,
1005
+ sql_require_primary_key: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1006
+ mdb_use_async_replication: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1007
+ mdb_async_allowed_lag: google.protobuf.wrappers_pb2.Int64Value | None = ...,
1008
+ mdb_force_ssl: google.protobuf.wrappers_pb2.BoolValue | None = ...,
1009
+ innodb_change_buffering: global___MysqlConfig8_4.InnodbChangeBuffering.ValueType = ...,
1010
+ max_write_lock_count: google.protobuf.wrappers_pb2.Int64Value | None = ...,
1011
+ ) -> None: ...
1012
+ 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", "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", "max_write_lock_count", b"max_write_lock_count", "mdb_async_allowed_lag", b"mdb_async_allowed_lag", "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", "mdb_use_async_replication", b"mdb_use_async_replication", "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: ...
1013
+ 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", "character_set_server", b"character_set_server", "collation_server", b"collation_server", "default_time_zone", b"default_time_zone", "explicit_defaults_for_timestamp", b"explicit_defaults_for_timestamp", "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", "max_write_lock_count", b"max_write_lock_count", "mdb_async_allowed_lag", b"mdb_async_allowed_lag", "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", "mdb_use_async_replication", b"mdb_use_async_replication", "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: ...
1014
+
1015
+ global___MysqlConfig8_4 = MysqlConfig8_4
1016
+
1017
+ @typing.final
1018
+ class MysqlConfigSet8_4(google.protobuf.message.Message):
1019
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1020
+
1021
+ EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
1022
+ USER_CONFIG_FIELD_NUMBER: builtins.int
1023
+ DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
1024
+ @property
1025
+ def effective_config(self) -> global___MysqlConfig8_4:
1026
+ """Effective settings for a MySQL 8.4 cluster (a combination of settings defined
1027
+ in [user_config] and [default_config]).
1028
+ """
1029
+
1030
+ @property
1031
+ def user_config(self) -> global___MysqlConfig8_4:
1032
+ """User-defined settings for a MySQL 8.4 cluster."""
1033
+
1034
+ @property
1035
+ def default_config(self) -> global___MysqlConfig8_4:
1036
+ """Default configuration for a MySQL 8.4 cluster."""
1037
+
1038
+ def __init__(
1039
+ self,
1040
+ *,
1041
+ effective_config: global___MysqlConfig8_4 | None = ...,
1042
+ user_config: global___MysqlConfig8_4 | None = ...,
1043
+ default_config: global___MysqlConfig8_4 | None = ...,
1044
+ ) -> None: ...
1045
+ def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
1046
+ def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
1047
+
1048
+ global___MysqlConfigSet8_4 = MysqlConfigSet8_4