yandexcloud 0.346.0__py3-none-any.whl → 0.348.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.
- yandex/cloud/ai/assistants/v1/common_pb2.py +18 -10
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +67 -2
- yandex/cloud/backup/v1/resource_pb2.py +21 -19
- yandex/cloud/backup/v1/resource_pb2.pyi +32 -5
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_pb2.py +40 -0
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_pb2.pyi +99 -0
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_service_pb2.py +78 -0
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_service_pb2.pyi +239 -0
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_service_pb2_grpc.py +281 -0
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_service_pb2_grpc.pyi +141 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
- yandex/cloud/gitlab/v1/instance_pb2.py +6 -10
- yandex/cloud/gitlab/v1/instance_pb2.pyi +1 -7
- yandex/cloud/gitlab/v1/instance_service_pb2.py +20 -28
- yandex/cloud/gitlab/v1/instance_service_pb2.pyi +1 -13
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.py +11 -3
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.pyi +20 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.py +44 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.pyi +20 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.pyi +35 -4
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.pyi +9 -1
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.py +10 -5
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.pyi +14 -2
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +76 -74
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +91 -4
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +32 -30
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +43 -2
- yandex/cloud/mdb/mysql/v1/cluster_pb2.py +4 -4
- yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -74
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +64 -64
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +128 -130
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +14 -11
- yandex/cloud/mdb/spqr/v1/shard_pb2.py +11 -3
- yandex/cloud/mdb/spqr/v1/shard_pb2.pyi +25 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.py +54 -54
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.pyi +5 -1
- yandex/cloud/monitoring/v3/thresholds_pb2.py +5 -5
- yandex/cloud/monitoring/v3/thresholds_pb2.pyi +4 -2
- yandex/cloud/searchapi/v2/img_search_service_pb2.py +20 -17
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +7 -12
- yandex/cloud/storage/v1/bucket_service_pb2.py +44 -39
- yandex/cloud/storage/v1/bucket_service_pb2_grpc.py +87 -0
- yandex/cloud/storage/v1/bucket_service_pb2_grpc.pyi +35 -0
- yandex/cloud/storage/v1/s3api_pb2.py +11 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +103 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.346.0.dist-info → yandexcloud-0.348.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.346.0.dist-info → yandexcloud-0.348.0.dist-info}/RECORD +58 -50
- {yandexcloud-0.346.0.dist-info → yandexcloud-0.348.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.346.0.dist-info → yandexcloud-0.348.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.346.0.dist-info → yandexcloud-0.348.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.346.0.dist-info → yandexcloud-0.348.0.dist-info}/top_level.txt +0 -0
|
@@ -20,41 +20,53 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class ProductInstanceServiceStub:
|
|
23
|
+
"""A set of methods for managing product instances."""
|
|
24
|
+
|
|
23
25
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
24
26
|
Get: grpc.UnaryUnaryMultiCallable[
|
|
25
27
|
yandex.cloud.marketplace.pim.v1.saas.product_instance_service_pb2.GetProductInstanceRequest,
|
|
26
28
|
yandex.cloud.marketplace.pim.v1.saas.product_instance_pb2.ProductInstance,
|
|
27
29
|
]
|
|
30
|
+
"""Returns the specified product instance."""
|
|
28
31
|
|
|
29
32
|
Claim: grpc.UnaryUnaryMultiCallable[
|
|
30
33
|
yandex.cloud.marketplace.pim.v1.saas.product_instance_service_pb2.ClaimProductInstanceRequest,
|
|
31
34
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
32
35
|
]
|
|
36
|
+
"""Claims a product instance - activates it and optionally locks to subscription"""
|
|
33
37
|
|
|
34
38
|
class ProductInstanceServiceAsyncStub:
|
|
39
|
+
"""A set of methods for managing product instances."""
|
|
40
|
+
|
|
35
41
|
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
36
42
|
yandex.cloud.marketplace.pim.v1.saas.product_instance_service_pb2.GetProductInstanceRequest,
|
|
37
43
|
yandex.cloud.marketplace.pim.v1.saas.product_instance_pb2.ProductInstance,
|
|
38
44
|
]
|
|
45
|
+
"""Returns the specified product instance."""
|
|
39
46
|
|
|
40
47
|
Claim: grpc.aio.UnaryUnaryMultiCallable[
|
|
41
48
|
yandex.cloud.marketplace.pim.v1.saas.product_instance_service_pb2.ClaimProductInstanceRequest,
|
|
42
49
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
43
50
|
]
|
|
51
|
+
"""Claims a product instance - activates it and optionally locks to subscription"""
|
|
44
52
|
|
|
45
53
|
class ProductInstanceServiceServicer(metaclass=abc.ABCMeta):
|
|
54
|
+
"""A set of methods for managing product instances."""
|
|
55
|
+
|
|
46
56
|
@abc.abstractmethod
|
|
47
57
|
def Get(
|
|
48
58
|
self,
|
|
49
59
|
request: yandex.cloud.marketplace.pim.v1.saas.product_instance_service_pb2.GetProductInstanceRequest,
|
|
50
60
|
context: _ServicerContext,
|
|
51
|
-
) -> typing.Union[yandex.cloud.marketplace.pim.v1.saas.product_instance_pb2.ProductInstance, collections.abc.Awaitable[yandex.cloud.marketplace.pim.v1.saas.product_instance_pb2.ProductInstance]]:
|
|
61
|
+
) -> typing.Union[yandex.cloud.marketplace.pim.v1.saas.product_instance_pb2.ProductInstance, collections.abc.Awaitable[yandex.cloud.marketplace.pim.v1.saas.product_instance_pb2.ProductInstance]]:
|
|
62
|
+
"""Returns the specified product instance."""
|
|
52
63
|
|
|
53
64
|
@abc.abstractmethod
|
|
54
65
|
def Claim(
|
|
55
66
|
self,
|
|
56
67
|
request: yandex.cloud.marketplace.pim.v1.saas.product_instance_service_pb2.ClaimProductInstanceRequest,
|
|
57
68
|
context: _ServicerContext,
|
|
58
|
-
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
69
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
70
|
+
"""Claims a product instance - activates it and optionally locks to subscription"""
|
|
59
71
|
|
|
60
72
|
def add_ProductInstanceServiceServicer_to_server(servicer: ProductInstanceServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -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'\n6yandex/cloud/mdb/clickhouse/v1/config/clickhouse.proto\x12%yandex.cloud.mdb.clickhouse.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xebx\n\x10\x43lickhouseConfig\x12S\n\tlog_level\x18\x01 \x01(\x0e\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.LogLevel\x12U\n\nmerge_tree\x18\x02 \x01(\x0b\x32\x41.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.MergeTree\x12X\n\x0b\x63ompression\x18\x03 \x03(\x0b\x32\x43.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Compression\x12`\n\x0c\x64ictionaries\x18\x04 \x03(\x0b\x32J.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary\x12_\n\x0fgraphite_rollup\x18\x05 \x03(\x0b\x32\x46.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup\x12L\n\x05kafka\x18# \x01(\x0b\x32=.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka\x12X\n\x0ckafka_topics\x18$ \x03(\x0b\x32\x42.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.KafkaTopic\x12R\n\x08rabbitmq\x18% \x01(\x0b\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Rabbitmq\x12>\n\x0fmax_connections\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04>=10\x12\x45\n\x16max_concurrent_queries\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04>=10\x12\x37\n\x12keep_alive_timeout\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17uncompressed_cache_size\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x0fmark_cache_size\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12;\n\x16max_table_size_to_drop\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12?\n\x1amax_partition_size_to_drop\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12M\n$builtin_dictionaries_reload_interval\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x02\x18\x01\x12\x10\n\x08timezone\x18\x0e \x01(\t\x12\x33\n\x0fgeobase_enabled\x18\x42 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x13\n\x0bgeobase_uri\x18\x0f \x01(\t\x12=\n\x18query_log_retention_size\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x18query_log_retention_time\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x18query_thread_log_enabled\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x44\n\x1fquery_thread_log_retention_size\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x1fquery_thread_log_retention_time\x18\x14 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17part_log_retention_size\x18\x15 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17part_log_retention_time\x18\x16 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x12metric_log_enabled\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12>\n\x19metric_log_retention_size\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12>\n\x19metric_log_retention_time\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x11trace_log_enabled\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12=\n\x18trace_log_retention_size\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x18trace_log_retention_time\x18\x1c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x10text_log_enabled\x18\x1d \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12<\n\x17text_log_retention_size\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17text_log_retention_time\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12X\n\x0etext_log_level\x18 \x01(\x0e\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.LogLevel\x12\x42\n\x1eopentelemetry_span_log_enabled\x18* \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12S\n%opentelemetry_span_log_retention_size\x18\x37 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12S\n%opentelemetry_span_log_retention_time\x18\x38 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12;\n\x17query_views_log_enabled\x18\x31 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12L\n\x1equery_views_log_retention_size\x18\x32 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n\x1equery_views_log_retention_time\x18\x33 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x43\n\x1f\x61synchronous_metric_log_enabled\x18\x34 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n&asynchronous_metric_log_retention_size\x18\x35 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12T\n&asynchronous_metric_log_retention_time\x18\x36 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x37\n\x13session_log_enabled\x18\x39 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12H\n\x1asession_log_retention_size\x18: \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12H\n\x1asession_log_retention_time\x18; \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x39\n\x15zookeeper_log_enabled\x18< \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x1czookeeper_log_retention_size\x18= \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12J\n\x1czookeeper_log_retention_time\x18> \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x43\n\x1f\x61synchronous_insert_log_enabled\x18? \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n&asynchronous_insert_log_retention_size\x18@ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12T\n&asynchronous_insert_log_retention_time\x18\x41 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x42\n\x1eprocessors_profile_log_enabled\x18G \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n%processors_profile_log_retention_size\x18H \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12J\n%processors_profile_log_retention_time\x18I \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x41\n\x14\x62\x61\x63kground_pool_size\x18! \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12Z\n-background_merges_mutations_concurrency_ratio\x18\x30 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12J\n\x1d\x62\x61\x63kground_schedule_pool_size\x18\" \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12I\n\x1c\x62\x61\x63kground_fetches_pool_size\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x46\n\x19\x62\x61\x63kground_move_pool_size\x18\' \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12V\n)background_distributed_schedule_pool_size\x18( \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12W\n*background_buffer_flush_schedule_pool_size\x18) \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12Y\n,background_message_broker_schedule_pool_size\x18. \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12H\n\x1b\x62\x61\x63kground_common_pool_size\x18/ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x36\n\x10\x64\x65\x66\x61ult_database\x18+ \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12?\n\x1atotal_memory_profiler_step\x18, \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12M\n\'total_memory_tracker_sample_probability\x18- \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12m\n\x13query_masking_rules\x18\x43 \x03(\x0b\x32H.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.QueryMaskingRuleB\x06\x82\xc8\x31\x02>0\x12:\n\x16\x64ictionaries_lazy_load\x18\x44 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12W\n\x0bquery_cache\x18\x45 \x01(\x0b\x32\x42.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.QueryCache\x12W\n\x0bjdbc_bridge\x18\x46 \x01(\x0b\x32\x42.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.JdbcBridge\x1a\xb5\x16\n\tMergeTree\x12\x44\n\x1freplicated_deduplication_window\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12L\n\'replicated_deduplication_window_seconds\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15parts_to_delay_insert\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15parts_to_throw_insert\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1einactive_parts_to_delay_insert\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1einactive_parts_to_throw_insert\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1emax_replicated_merges_in_queue\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12^\n9number_of_free_entries_in_pool_to_lower_max_size_of_merge\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12L\n\'max_bytes_to_merge_at_min_space_in_pool\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12L\n\'max_bytes_to_merge_at_max_space_in_pool\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17min_bytes_for_wide_part\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x16min_rows_for_wide_part\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x37\n\x13ttl_only_drop_parts\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12I\n%allow_remote_fs_zero_copy_replication\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x16merge_with_ttl_timeout\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12I\n$merge_with_recompression_ttl_timeout\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x37\n\x12max_parts_in_total\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12J\n%max_number_of_merges_with_ttl_in_pool\x18\x12 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x39\n\x14\x63leanup_delay_period\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12W\n2number_of_free_entries_in_pool_to_execute_mutation\x18\x14 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12R\n$max_avg_part_size_for_too_many_parts\x18\x15 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n\x1emin_age_to_force_merge_seconds\x18\x16 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n(min_age_to_force_merge_on_partition_only\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x45\n\x18merge_selecting_sleep_ms\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x41\n\x14merge_max_block_size\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x42\n\x1e\x63heck_sample_column_is_correct\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x1cmax_merge_selecting_sleep_ms\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x18max_cleanup_delay_period\x18\x1c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x8b\x01\n!deduplicate_merge_projection_mode\x18\x1d \x01(\x0e\x32`.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.MergeTree.DeduplicateMergeProjectionMode\x12\x91\x01\n$lightweight_mutation_projection_mode\x18\x1e \x01(\x0e\x32\x63.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.MergeTree.LightweightMutationProjectionMode\x12\x44\n materialize_ttl_recalculate_only\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x89\x02\n\x1e\x44\x65\x64uplicateMergeProjectionMode\x12\x31\n-DEDUPLICATE_MERGE_PROJECTION_MODE_UNSPECIFIED\x10\x00\x12,\n(DEDUPLICATE_MERGE_PROJECTION_MODE_IGNORE\x10\x01\x12+\n\'DEDUPLICATE_MERGE_PROJECTION_MODE_THROW\x10\x02\x12*\n&DEDUPLICATE_MERGE_PROJECTION_MODE_DROP\x10\x03\x12-\n)DEDUPLICATE_MERGE_PROJECTION_MODE_REBUILD\x10\x04\"\xea\x01\n!LightweightMutationProjectionMode\x12\x34\n0LIGHTWEIGHT_MUTATION_PROJECTION_MODE_UNSPECIFIED\x10\x00\x12.\n*LIGHTWEIGHT_MUTATION_PROJECTION_MODE_THROW\x10\x01\x12-\n)LIGHTWEIGHT_MUTATION_PROJECTION_MODE_DROP\x10\x02\x12\x30\n,LIGHTWEIGHT_MUTATION_PROJECTION_MODE_REBUILD\x10\x03\x1a\xa0\r\n\x05Kafka\x12i\n\x11security_protocol\x18\x01 \x01(\x0e\x32N.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.SecurityProtocol\x12\x63\n\x0esasl_mechanism\x18\x02 \x01(\x0e\x32K.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.SaslMechanism\x12\x15\n\rsasl_username\x18\x03 \x01(\t\x12\x15\n\rsasl_password\x18\x04 \x01(\t\x12G\n#enable_ssl_certificate_verification\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x42\n\x14max_poll_interval_ms\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12@\n\x12session_timeout_ms\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12R\n\x05\x64\x65\x62ug\x18\x08 \x01(\x0e\x32\x43.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.Debug\x12h\n\x11\x61uto_offset_reset\x18\t \x01(\x0e\x32M.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.AutoOffsetReset\"\xb7\x01\n\x10SecurityProtocol\x12!\n\x1dSECURITY_PROTOCOL_UNSPECIFIED\x10\x00\x12\x1f\n\x1bSECURITY_PROTOCOL_PLAINTEXT\x10\x01\x12\x19\n\x15SECURITY_PROTOCOL_SSL\x10\x02\x12$\n SECURITY_PROTOCOL_SASL_PLAINTEXT\x10\x03\x12\x1e\n\x1aSECURITY_PROTOCOL_SASL_SSL\x10\x04\"\xa8\x01\n\rSaslMechanism\x12\x1e\n\x1aSASL_MECHANISM_UNSPECIFIED\x10\x00\x12\x19\n\x15SASL_MECHANISM_GSSAPI\x10\x01\x12\x18\n\x14SASL_MECHANISM_PLAIN\x10\x02\x12 \n\x1cSASL_MECHANISM_SCRAM_SHA_256\x10\x03\x12 \n\x1cSASL_MECHANISM_SCRAM_SHA_512\x10\x04\"\x99\x03\n\x05\x44\x65\x62ug\x12\x15\n\x11\x44\x45\x42UG_UNSPECIFIED\x10\x00\x12\x11\n\rDEBUG_GENERIC\x10\x01\x12\x10\n\x0c\x44\x45\x42UG_BROKER\x10\x02\x12\x0f\n\x0b\x44\x45\x42UG_TOPIC\x10\x03\x12\x12\n\x0e\x44\x45\x42UG_METADATA\x10\x04\x12\x11\n\rDEBUG_FEATURE\x10\x05\x12\x0f\n\x0b\x44\x45\x42UG_QUEUE\x10\x06\x12\r\n\tDEBUG_MSG\x10\x07\x12\x12\n\x0e\x44\x45\x42UG_PROTOCOL\x10\x08\x12\x0e\n\nDEBUG_CGRP\x10\t\x12\x12\n\x0e\x44\x45\x42UG_SECURITY\x10\n\x12\x0f\n\x0b\x44\x45\x42UG_FETCH\x10\x0b\x12\x15\n\x11\x44\x45\x42UG_INTERCEPTOR\x10\x0c\x12\x10\n\x0c\x44\x45\x42UG_PLUGIN\x10\r\x12\x12\n\x0e\x44\x45\x42UG_CONSUMER\x10\x0e\x12\x0f\n\x0b\x44\x45\x42UG_ADMIN\x10\x0f\x12\r\n\tDEBUG_EOS\x10\x10\x12\x0e\n\nDEBUG_MOCK\x10\x11\x12\x12\n\x0e\x44\x45\x42UG_ASSIGNOR\x10\x12\x12\x0e\n\nDEBUG_CONF\x10\x13\x12\x13\n\x0f\x44\x45\x42UG_TELEMETRY\x10\x14\x12\r\n\tDEBUG_ALL\x10\x15\"\x8a\x02\n\x0f\x41utoOffsetReset\x12!\n\x1d\x41UTO_OFFSET_RESET_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x41UTO_OFFSET_RESET_SMALLEST\x10\x01\x12\x1e\n\x1a\x41UTO_OFFSET_RESET_EARLIEST\x10\x02\x12\x1f\n\x1b\x41UTO_OFFSET_RESET_BEGINNING\x10\x03\x12\x1d\n\x19\x41UTO_OFFSET_RESET_LARGEST\x10\x04\x12\x1c\n\x18\x41UTO_OFFSET_RESET_LATEST\x10\x05\x12\x19\n\x15\x41UTO_OFFSET_RESET_END\x10\x06\x12\x1b\n\x17\x41UTO_OFFSET_RESET_ERROR\x10\x07\x1aw\n\nKafkaTopic\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12U\n\x08settings\x18\x02 \x01(\x0b\x32=.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.KafkaB\x04\xe8\xc7\x31\x01\x1a=\n\x08Rabbitmq\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\r\n\x05vhost\x18\x03 \x01(\t\x1a\x90\x02\n\x0b\x43ompression\x12Z\n\x06method\x18\x01 \x01(\x0e\x32J.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Compression.Method\x12\x1e\n\rmin_part_size\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x1b\n\x13min_part_size_ratio\x18\x03 \x01(\x01\x12\x33\n\x05level\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\"3\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03LZ4\x10\x01\x12\x08\n\x04ZSTD\x10\x02\x1a\xb3 \n\x12\x45xternalDictionary\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12m\n\tstructure\x18\x02 \x01(\x0b\x32T.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.StructureB\x04\xe8\xc7\x31\x01\x12g\n\x06layout\x18\x03 \x01(\x0b\x32Q.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.LayoutB\x04\xe8\xc7\x31\x01\x12\x18\n\x0e\x66ixed_lifetime\x18\x04 \x01(\x03H\x00\x12j\n\x0elifetime_range\x18\x05 \x01(\x0b\x32P.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.RangeH\x00\x12l\n\x0bhttp_source\x18\x06 \x01(\x0b\x32U.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.HttpSourceH\x01\x12n\n\x0cmysql_source\x18\x07 \x01(\x0b\x32V.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MysqlSourceH\x01\x12x\n\x11\x63lickhouse_source\x18\x08 \x01(\x0b\x32[.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.ClickhouseSourceH\x01\x12r\n\x0emongodb_source\x18\t \x01(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MongodbSourceH\x01\x12x\n\x11postgresql_source\x18\n \x01(\x0b\x32[.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.PostgresqlSourceH\x01\x1a\xd7\x01\n\nHttpSource\x12\x11\n\x03url\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x14\n\x06\x66ormat\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12m\n\x07headers\x18\x03 \x03(\x0b\x32\\.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.HttpSource.Header\x1a\x31\n\x06Header\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05value\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\xff\x03\n\x0bMysqlSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05table\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x04port\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x0c\n\x04user\x18\x04 \x01(\t\x12\x10\n\x08password\x18\x05 \x01(\t\x12x\n\x08replicas\x18\x06 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MysqlSource.ReplicaB\x06\x82\xc8\x31\x02>0\x12\r\n\x05where\x18\x07 \x01(\t\x12\x18\n\x10invalidate_query\x18\x08 \x01(\t\x12\x34\n\x10\x63lose_connection\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10share_connection\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\x7f\n\x07Replica\x12\x1b\n\x04host\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=253\x12\x1c\n\x08priority\x18\x02 \x01(\x03\x42\n\xe8\xc7\x31\x01\xfa\xc7\x31\x02>0\x12\x19\n\x04port\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x0c\n\x04user\x18\x04 \x01(\t\x12\x10\n\x08password\x18\x05 \x01(\t\x1a\xce\x01\n\x10\x43lickhouseSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05table\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\x04host\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=253\x12\x19\n\x04port\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x12\n\x04user\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x06 \x01(\t\x12\r\n\x05where\x18\x07 \x01(\t\x12*\n\x06secure\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xa6\x01\n\rMongodbSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x18\n\ncollection\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\x04host\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=253\x12\x19\n\x04port\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x12\n\x04user\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x06 \x01(\t\x12\x0f\n\x07options\x18\x07 \x01(\t\x1a\x8b\x03\n\x10PostgresqlSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05table\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x05hosts\x18\x03 \x03(\tB\x06\x82\xc8\x31\x02>0\x12\x19\n\x04port\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x12\n\x04user\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x06 \x01(\t\x12\x18\n\x10invalidate_query\x18\x07 \x01(\t\x12u\n\x08ssl_mode\x18\x08 \x01(\x0e\x32\x63.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.PostgresqlSource.SslMode\"g\n\x07SslMode\x12\x18\n\x14SSL_MODE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44ISABLE\x10\x01\x12\t\n\x05\x41LLOW\x10\x02\x12\n\n\x06PREFER\x10\x03\x12\r\n\tVERIFY_CA\x10\x04\x12\x0f\n\x0bVERIFY_FULL\x10\x05\x1a\xde\x06\n\tStructure\x12\x63\n\x02id\x18\x01 \x01(\x0b\x32W.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Id\x12\x65\n\x03key\x18\x03 \x01(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Key\x12q\n\trange_min\x18\x04 \x01(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Attribute\x12q\n\trange_max\x18\x05 \x01(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Attribute\x12z\n\nattributes\x18\x02 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.AttributeB\x06\x82\xc8\x31\x02>0\x1a\x84\x01\n\tAttribute\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\x04type\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nnull_value\x18\x03 \x01(\t\x12\x12\n\nexpression\x18\x04 \x01(\t\x12\x14\n\x0chierarchical\x18\x05 \x01(\x08\x12\x11\n\tinjective\x18\x06 \x01(\x08\x1a\x18\n\x02Id\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\x81\x01\n\x03Key\x12z\n\nattributes\x18\x01 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.AttributeB\x06\x82\xc8\x31\x02>0\x1a\xda\x05\n\x06Layout\x12j\n\x04type\x18\x01 \x01(\x0e\x32V.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Layout.TypeB\x04\xe8\xc7\x31\x01\x12\x15\n\rsize_in_cells\x18\x02 \x01(\x03\x12;\n\x17\x61llow_read_expired_keys\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x1d\n\x15max_update_queue_size\x18\x06 \x01(\x03\x12.\n&update_queue_push_timeout_milliseconds\x18\x07 \x01(\x03\x12\'\n\x1fquery_wait_timeout_milliseconds\x18\x08 \x01(\x03\x12\x1f\n\x17max_threads_for_updates\x18\t \x01(\x03\x12\x1a\n\x12initial_array_size\x18\n \x01(\x03\x12\x16\n\x0emax_array_size\x18\x03 \x01(\x03\x12\x41\n\x1d\x61\x63\x63\x65ss_to_key_from_attributes\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xff\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x46LAT\x10\x01\x12\n\n\x06HASHED\x10\x02\x12\x16\n\x12\x43OMPLEX_KEY_HASHED\x10\x03\x12\x10\n\x0cRANGE_HASHED\x10\x04\x12\t\n\x05\x43\x41\x43HE\x10\x05\x12\x15\n\x11\x43OMPLEX_KEY_CACHE\x10\x06\x12\x11\n\rSPARSE_HASHED\x10\x07\x12\x1d\n\x19\x43OMPLEX_KEY_SPARSE_HASHED\x10\x08\x12\x1c\n\x18\x43OMPLEX_KEY_RANGE_HASHED\x10\t\x12\n\n\x06\x44IRECT\x10\n\x12\x16\n\x12\x43OMPLEX_KEY_DIRECT\x10\x0b\x12\x0b\n\x07IP_TRIE\x10\x0c\x1a!\n\x05Range\x12\x0b\n\x03min\x18\x01 \x01(\x03\x12\x0b\n\x03max\x18\x02 \x01(\x03\x42\x10\n\x08lifetime\x12\x04\xc0\xc1\x31\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x1a\xe1\x03\n\x0eGraphiteRollup\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12h\n\x08patterns\x18\x02 \x03(\x0b\x32N.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup.PatternB\x06\x82\xc8\x31\x02>0\x12\x18\n\x10path_column_name\x18\x03 \x01(\t\x12\x18\n\x10time_column_name\x18\x04 \x01(\t\x12\x19\n\x11value_column_name\x18\x05 \x01(\t\x12\x1b\n\x13version_column_name\x18\x06 \x01(\t\x1a\xe4\x01\n\x07Pattern\x12\x0e\n\x06regexp\x18\x01 \x01(\t\x12\x16\n\x08\x66unction\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12s\n\tretention\x18\x03 \x03(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup.Pattern.RetentionB\x06\x82\xc8\x31\x02>0\x1a<\n\tRetention\x12\x14\n\x03\x61ge\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x19\n\tprecision\x18\x02 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x1aG\n\x10QueryMaskingRule\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x06regexp\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0f\n\x07replace\x18\x03 \x01(\t\x1a\x95\x02\n\nQueryCache\x12?\n\x11max_size_in_bytes\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x39\n\x0bmax_entries\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x45\n\x17max_entry_size_in_bytes\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x44\n\x16max_entry_size_in_rows\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x1aK\n\nJdbcBridge\x12\x12\n\x04host\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12)\n\x04port\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"d\n\x08LogLevel\x12\x19\n\x15LOG_LEVEL_UNSPECIFIED\x10\x00\x12\t\n\x05TRACE\x10\x01\x12\t\n\x05\x44\x45\x42UG\x10\x02\x12\x0f\n\x0bINFORMATION\x10\x03\x12\x0b\n\x07WARNING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\"\x8d\x02\n\x13\x43lickhouseConfigSet\x12W\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x04\xe8\xc7\x31\x01\x12L\n\x0buser_config\x18\x02 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig\x12O\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x81\x01\n)yandex.cloud.api.mdb.clickhouse.v1.configZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/clickhouse/v1/config;clickhouseb\x06proto3')
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/mdb/clickhouse/v1/config/clickhouse.proto\x12%yandex.cloud.mdb.clickhouse.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xa9\x7f\n\x10\x43lickhouseConfig\x12S\n\tlog_level\x18\x01 \x01(\x0e\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.LogLevel\x12U\n\nmerge_tree\x18\x02 \x01(\x0b\x32\x41.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.MergeTree\x12X\n\x0b\x63ompression\x18\x03 \x03(\x0b\x32\x43.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Compression\x12`\n\x0c\x64ictionaries\x18\x04 \x03(\x0b\x32J.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary\x12_\n\x0fgraphite_rollup\x18\x05 \x03(\x0b\x32\x46.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup\x12L\n\x05kafka\x18# \x01(\x0b\x32=.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka\x12X\n\x0ckafka_topics\x18$ \x03(\x0b\x32\x42.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.KafkaTopic\x12R\n\x08rabbitmq\x18% \x01(\x0b\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Rabbitmq\x12>\n\x0fmax_connections\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04>=10\x12\x45\n\x16max_concurrent_queries\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x08\xfa\xc7\x31\x04>=10\x12\x37\n\x12keep_alive_timeout\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17uncompressed_cache_size\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x0fmark_cache_size\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12;\n\x16max_table_size_to_drop\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12?\n\x1amax_partition_size_to_drop\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12M\n$builtin_dictionaries_reload_interval\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x02\x18\x01\x12\x10\n\x08timezone\x18\x0e \x01(\t\x12\x33\n\x0fgeobase_enabled\x18\x42 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x13\n\x0bgeobase_uri\x18\x0f \x01(\t\x12=\n\x18query_log_retention_size\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x18query_log_retention_time\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x18query_thread_log_enabled\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x44\n\x1fquery_thread_log_retention_size\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x1fquery_thread_log_retention_time\x18\x14 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17part_log_retention_size\x18\x15 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17part_log_retention_time\x18\x16 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x12metric_log_enabled\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12>\n\x19metric_log_retention_size\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12>\n\x19metric_log_retention_time\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x11trace_log_enabled\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12=\n\x18trace_log_retention_size\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x18trace_log_retention_time\x18\x1c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x10text_log_enabled\x18\x1d \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12<\n\x17text_log_retention_size\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17text_log_retention_time\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12X\n\x0etext_log_level\x18 \x01(\x0e\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.LogLevel\x12\x42\n\x1eopentelemetry_span_log_enabled\x18* \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12S\n%opentelemetry_span_log_retention_size\x18\x37 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12S\n%opentelemetry_span_log_retention_time\x18\x38 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12;\n\x17query_views_log_enabled\x18\x31 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12L\n\x1equery_views_log_retention_size\x18\x32 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n\x1equery_views_log_retention_time\x18\x33 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x43\n\x1f\x61synchronous_metric_log_enabled\x18\x34 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n&asynchronous_metric_log_retention_size\x18\x35 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12T\n&asynchronous_metric_log_retention_time\x18\x36 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x37\n\x13session_log_enabled\x18\x39 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12H\n\x1asession_log_retention_size\x18: \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12H\n\x1asession_log_retention_time\x18; \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x39\n\x15zookeeper_log_enabled\x18< \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x1czookeeper_log_retention_size\x18= \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12J\n\x1czookeeper_log_retention_time\x18> \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x43\n\x1f\x61synchronous_insert_log_enabled\x18? \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n&asynchronous_insert_log_retention_size\x18@ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12T\n&asynchronous_insert_log_retention_time\x18\x41 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x42\n\x1eprocessors_profile_log_enabled\x18G \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n%processors_profile_log_retention_size\x18H \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12J\n%processors_profile_log_retention_time\x18I \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x11\x65rror_log_enabled\x18K \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12=\n\x18\x65rror_log_retention_size\x18L \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x18\x65rror_log_retention_time\x18M \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12v\n\x1b\x61\x63\x63\x65ss_control_improvements\x18J \x01(\x0b\x32Q.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.AccessControlImprovements\x12\x41\n\x14\x62\x61\x63kground_pool_size\x18! \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12Z\n-background_merges_mutations_concurrency_ratio\x18\x30 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12J\n\x1d\x62\x61\x63kground_schedule_pool_size\x18\" \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12I\n\x1c\x62\x61\x63kground_fetches_pool_size\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x46\n\x19\x62\x61\x63kground_move_pool_size\x18\' \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12V\n)background_distributed_schedule_pool_size\x18( \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12W\n*background_buffer_flush_schedule_pool_size\x18) \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12Y\n,background_message_broker_schedule_pool_size\x18. \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12H\n\x1b\x62\x61\x63kground_common_pool_size\x18/ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x36\n\x10\x64\x65\x66\x61ult_database\x18+ \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12?\n\x1atotal_memory_profiler_step\x18, \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12M\n\'total_memory_tracker_sample_probability\x18- \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12m\n\x13query_masking_rules\x18\x43 \x03(\x0b\x32H.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.QueryMaskingRuleB\x06\x82\xc8\x31\x02>0\x12:\n\x16\x64ictionaries_lazy_load\x18\x44 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12W\n\x0bquery_cache\x18\x45 \x01(\x0b\x32\x42.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.QueryCache\x12W\n\x0bjdbc_bridge\x18\x46 \x01(\x0b\x32\x42.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.JdbcBridge\x1a\x8b\x19\n\tMergeTree\x12\x44\n\x1freplicated_deduplication_window\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12L\n\'replicated_deduplication_window_seconds\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15parts_to_delay_insert\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15parts_to_throw_insert\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1einactive_parts_to_delay_insert\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1einactive_parts_to_throw_insert\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1emax_replicated_merges_in_queue\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12^\n9number_of_free_entries_in_pool_to_lower_max_size_of_merge\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12L\n\'max_bytes_to_merge_at_min_space_in_pool\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12L\n\'max_bytes_to_merge_at_max_space_in_pool\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17min_bytes_for_wide_part\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x16min_rows_for_wide_part\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x37\n\x13ttl_only_drop_parts\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12I\n%allow_remote_fs_zero_copy_replication\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12;\n\x16merge_with_ttl_timeout\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12I\n$merge_with_recompression_ttl_timeout\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x37\n\x12max_parts_in_total\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12J\n%max_number_of_merges_with_ttl_in_pool\x18\x12 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x39\n\x14\x63leanup_delay_period\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12W\n2number_of_free_entries_in_pool_to_execute_mutation\x18\x14 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12R\n$max_avg_part_size_for_too_many_parts\x18\x15 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n\x1emin_age_to_force_merge_seconds\x18\x16 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n(min_age_to_force_merge_on_partition_only\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x45\n\x18merge_selecting_sleep_ms\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x41\n\x14merge_max_block_size\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x42\n\x1e\x63heck_sample_column_is_correct\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12J\n\x1cmax_merge_selecting_sleep_ms\x18\x1b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x18max_cleanup_delay_period\x18\x1c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x8b\x01\n!deduplicate_merge_projection_mode\x18\x1d \x01(\x0e\x32`.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.MergeTree.DeduplicateMergeProjectionMode\x12\x91\x01\n$lightweight_mutation_projection_mode\x18\x1e \x01(\x0e\x32\x63.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.MergeTree.LightweightMutationProjectionMode\x12\x44\n materialize_ttl_recalculate_only\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12\x66sync_after_insert\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14\x66sync_part_directory\x18! \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12N\n)min_compressed_bytes_to_fsync_after_fetch\x18\" \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12N\n)min_compressed_bytes_to_fsync_after_merge\x18# \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x42\n\x1dmin_rows_to_fsync_after_merge\x18$ \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"\x89\x02\n\x1e\x44\x65\x64uplicateMergeProjectionMode\x12\x31\n-DEDUPLICATE_MERGE_PROJECTION_MODE_UNSPECIFIED\x10\x00\x12,\n(DEDUPLICATE_MERGE_PROJECTION_MODE_IGNORE\x10\x01\x12+\n\'DEDUPLICATE_MERGE_PROJECTION_MODE_THROW\x10\x02\x12*\n&DEDUPLICATE_MERGE_PROJECTION_MODE_DROP\x10\x03\x12-\n)DEDUPLICATE_MERGE_PROJECTION_MODE_REBUILD\x10\x04\"\xea\x01\n!LightweightMutationProjectionMode\x12\x34\n0LIGHTWEIGHT_MUTATION_PROJECTION_MODE_UNSPECIFIED\x10\x00\x12.\n*LIGHTWEIGHT_MUTATION_PROJECTION_MODE_THROW\x10\x01\x12-\n)LIGHTWEIGHT_MUTATION_PROJECTION_MODE_DROP\x10\x02\x12\x30\n,LIGHTWEIGHT_MUTATION_PROJECTION_MODE_REBUILD\x10\x03\x1a\xa0\r\n\x05Kafka\x12i\n\x11security_protocol\x18\x01 \x01(\x0e\x32N.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.SecurityProtocol\x12\x63\n\x0esasl_mechanism\x18\x02 \x01(\x0e\x32K.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.SaslMechanism\x12\x15\n\rsasl_username\x18\x03 \x01(\t\x12\x15\n\rsasl_password\x18\x04 \x01(\t\x12G\n#enable_ssl_certificate_verification\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x42\n\x14max_poll_interval_ms\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12@\n\x12session_timeout_ms\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12R\n\x05\x64\x65\x62ug\x18\x08 \x01(\x0e\x32\x43.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.Debug\x12h\n\x11\x61uto_offset_reset\x18\t \x01(\x0e\x32M.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Kafka.AutoOffsetReset\"\xb7\x01\n\x10SecurityProtocol\x12!\n\x1dSECURITY_PROTOCOL_UNSPECIFIED\x10\x00\x12\x1f\n\x1bSECURITY_PROTOCOL_PLAINTEXT\x10\x01\x12\x19\n\x15SECURITY_PROTOCOL_SSL\x10\x02\x12$\n SECURITY_PROTOCOL_SASL_PLAINTEXT\x10\x03\x12\x1e\n\x1aSECURITY_PROTOCOL_SASL_SSL\x10\x04\"\xa8\x01\n\rSaslMechanism\x12\x1e\n\x1aSASL_MECHANISM_UNSPECIFIED\x10\x00\x12\x19\n\x15SASL_MECHANISM_GSSAPI\x10\x01\x12\x18\n\x14SASL_MECHANISM_PLAIN\x10\x02\x12 \n\x1cSASL_MECHANISM_SCRAM_SHA_256\x10\x03\x12 \n\x1cSASL_MECHANISM_SCRAM_SHA_512\x10\x04\"\x99\x03\n\x05\x44\x65\x62ug\x12\x15\n\x11\x44\x45\x42UG_UNSPECIFIED\x10\x00\x12\x11\n\rDEBUG_GENERIC\x10\x01\x12\x10\n\x0c\x44\x45\x42UG_BROKER\x10\x02\x12\x0f\n\x0b\x44\x45\x42UG_TOPIC\x10\x03\x12\x12\n\x0e\x44\x45\x42UG_METADATA\x10\x04\x12\x11\n\rDEBUG_FEATURE\x10\x05\x12\x0f\n\x0b\x44\x45\x42UG_QUEUE\x10\x06\x12\r\n\tDEBUG_MSG\x10\x07\x12\x12\n\x0e\x44\x45\x42UG_PROTOCOL\x10\x08\x12\x0e\n\nDEBUG_CGRP\x10\t\x12\x12\n\x0e\x44\x45\x42UG_SECURITY\x10\n\x12\x0f\n\x0b\x44\x45\x42UG_FETCH\x10\x0b\x12\x15\n\x11\x44\x45\x42UG_INTERCEPTOR\x10\x0c\x12\x10\n\x0c\x44\x45\x42UG_PLUGIN\x10\r\x12\x12\n\x0e\x44\x45\x42UG_CONSUMER\x10\x0e\x12\x0f\n\x0b\x44\x45\x42UG_ADMIN\x10\x0f\x12\r\n\tDEBUG_EOS\x10\x10\x12\x0e\n\nDEBUG_MOCK\x10\x11\x12\x12\n\x0e\x44\x45\x42UG_ASSIGNOR\x10\x12\x12\x0e\n\nDEBUG_CONF\x10\x13\x12\x13\n\x0f\x44\x45\x42UG_TELEMETRY\x10\x14\x12\r\n\tDEBUG_ALL\x10\x15\"\x8a\x02\n\x0f\x41utoOffsetReset\x12!\n\x1d\x41UTO_OFFSET_RESET_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x41UTO_OFFSET_RESET_SMALLEST\x10\x01\x12\x1e\n\x1a\x41UTO_OFFSET_RESET_EARLIEST\x10\x02\x12\x1f\n\x1b\x41UTO_OFFSET_RESET_BEGINNING\x10\x03\x12\x1d\n\x19\x41UTO_OFFSET_RESET_LARGEST\x10\x04\x12\x1c\n\x18\x41UTO_OFFSET_RESET_LATEST\x10\x05\x12\x19\n\x15\x41UTO_OFFSET_RESET_END\x10\x06\x12\x1b\n\x17\x41UTO_OFFSET_RESET_ERROR\x10\x07\x1aw\n\nKafkaTopic\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12U\n\x08settings\x18\x02 \x01(\x0b\x32=.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.KafkaB\x04\xe8\xc7\x31\x01\x1a=\n\x08Rabbitmq\x12\x10\n\x08username\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\r\n\x05vhost\x18\x03 \x01(\t\x1a\x90\x02\n\x0b\x43ompression\x12Z\n\x06method\x18\x01 \x01(\x0e\x32J.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Compression.Method\x12\x1e\n\rmin_part_size\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x1b\n\x13min_part_size_ratio\x18\x03 \x01(\x01\x12\x33\n\x05level\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\"3\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03LZ4\x10\x01\x12\x08\n\x04ZSTD\x10\x02\x1a\xb3 \n\x12\x45xternalDictionary\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12m\n\tstructure\x18\x02 \x01(\x0b\x32T.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.StructureB\x04\xe8\xc7\x31\x01\x12g\n\x06layout\x18\x03 \x01(\x0b\x32Q.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.LayoutB\x04\xe8\xc7\x31\x01\x12\x18\n\x0e\x66ixed_lifetime\x18\x04 \x01(\x03H\x00\x12j\n\x0elifetime_range\x18\x05 \x01(\x0b\x32P.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.RangeH\x00\x12l\n\x0bhttp_source\x18\x06 \x01(\x0b\x32U.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.HttpSourceH\x01\x12n\n\x0cmysql_source\x18\x07 \x01(\x0b\x32V.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MysqlSourceH\x01\x12x\n\x11\x63lickhouse_source\x18\x08 \x01(\x0b\x32[.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.ClickhouseSourceH\x01\x12r\n\x0emongodb_source\x18\t \x01(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MongodbSourceH\x01\x12x\n\x11postgresql_source\x18\n \x01(\x0b\x32[.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.PostgresqlSourceH\x01\x1a\xd7\x01\n\nHttpSource\x12\x11\n\x03url\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x14\n\x06\x66ormat\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12m\n\x07headers\x18\x03 \x03(\x0b\x32\\.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.HttpSource.Header\x1a\x31\n\x06Header\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05value\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\xff\x03\n\x0bMysqlSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05table\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x04port\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x0c\n\x04user\x18\x04 \x01(\t\x12\x10\n\x08password\x18\x05 \x01(\t\x12x\n\x08replicas\x18\x06 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MysqlSource.ReplicaB\x06\x82\xc8\x31\x02>0\x12\r\n\x05where\x18\x07 \x01(\t\x12\x18\n\x10invalidate_query\x18\x08 \x01(\t\x12\x34\n\x10\x63lose_connection\x18\t \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10share_connection\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\x7f\n\x07Replica\x12\x1b\n\x04host\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=253\x12\x1c\n\x08priority\x18\x02 \x01(\x03\x42\n\xe8\xc7\x31\x01\xfa\xc7\x31\x02>0\x12\x19\n\x04port\x18\x03 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x0c\n\x04user\x18\x04 \x01(\t\x12\x10\n\x08password\x18\x05 \x01(\t\x1a\xce\x01\n\x10\x43lickhouseSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05table\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\x04host\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=253\x12\x19\n\x04port\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x12\n\x04user\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x06 \x01(\t\x12\r\n\x05where\x18\x07 \x01(\t\x12*\n\x06secure\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xa6\x01\n\rMongodbSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x18\n\ncollection\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\x04host\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=253\x12\x19\n\x04port\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x12\n\x04user\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x06 \x01(\t\x12\x0f\n\x07options\x18\x07 \x01(\t\x1a\x8b\x03\n\x10PostgresqlSource\x12\x10\n\x02\x64\x62\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x05table\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x05hosts\x18\x03 \x03(\tB\x06\x82\xc8\x31\x02>0\x12\x19\n\x04port\x18\x04 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-65535\x12\x12\n\x04user\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x06 \x01(\t\x12\x18\n\x10invalidate_query\x18\x07 \x01(\t\x12u\n\x08ssl_mode\x18\x08 \x01(\x0e\x32\x63.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.PostgresqlSource.SslMode\"g\n\x07SslMode\x12\x18\n\x14SSL_MODE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44ISABLE\x10\x01\x12\t\n\x05\x41LLOW\x10\x02\x12\n\n\x06PREFER\x10\x03\x12\r\n\tVERIFY_CA\x10\x04\x12\x0f\n\x0bVERIFY_FULL\x10\x05\x1a\xde\x06\n\tStructure\x12\x63\n\x02id\x18\x01 \x01(\x0b\x32W.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Id\x12\x65\n\x03key\x18\x03 \x01(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Key\x12q\n\trange_min\x18\x04 \x01(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Attribute\x12q\n\trange_max\x18\x05 \x01(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.Attribute\x12z\n\nattributes\x18\x02 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.AttributeB\x06\x82\xc8\x31\x02>0\x1a\x84\x01\n\tAttribute\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\x04type\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nnull_value\x18\x03 \x01(\t\x12\x12\n\nexpression\x18\x04 \x01(\t\x12\x14\n\x0chierarchical\x18\x05 \x01(\x08\x12\x11\n\tinjective\x18\x06 \x01(\x08\x1a\x18\n\x02Id\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\x81\x01\n\x03Key\x12z\n\nattributes\x18\x01 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Structure.AttributeB\x06\x82\xc8\x31\x02>0\x1a\xda\x05\n\x06Layout\x12j\n\x04type\x18\x01 \x01(\x0e\x32V.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.Layout.TypeB\x04\xe8\xc7\x31\x01\x12\x15\n\rsize_in_cells\x18\x02 \x01(\x03\x12;\n\x17\x61llow_read_expired_keys\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x1d\n\x15max_update_queue_size\x18\x06 \x01(\x03\x12.\n&update_queue_push_timeout_milliseconds\x18\x07 \x01(\x03\x12\'\n\x1fquery_wait_timeout_milliseconds\x18\x08 \x01(\x03\x12\x1f\n\x17max_threads_for_updates\x18\t \x01(\x03\x12\x1a\n\x12initial_array_size\x18\n \x01(\x03\x12\x16\n\x0emax_array_size\x18\x03 \x01(\x03\x12\x41\n\x1d\x61\x63\x63\x65ss_to_key_from_attributes\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\xff\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x46LAT\x10\x01\x12\n\n\x06HASHED\x10\x02\x12\x16\n\x12\x43OMPLEX_KEY_HASHED\x10\x03\x12\x10\n\x0cRANGE_HASHED\x10\x04\x12\t\n\x05\x43\x41\x43HE\x10\x05\x12\x15\n\x11\x43OMPLEX_KEY_CACHE\x10\x06\x12\x11\n\rSPARSE_HASHED\x10\x07\x12\x1d\n\x19\x43OMPLEX_KEY_SPARSE_HASHED\x10\x08\x12\x1c\n\x18\x43OMPLEX_KEY_RANGE_HASHED\x10\t\x12\n\n\x06\x44IRECT\x10\n\x12\x16\n\x12\x43OMPLEX_KEY_DIRECT\x10\x0b\x12\x0b\n\x07IP_TRIE\x10\x0c\x1a!\n\x05Range\x12\x0b\n\x03min\x18\x01 \x01(\x03\x12\x0b\n\x03max\x18\x02 \x01(\x03\x42\x10\n\x08lifetime\x12\x04\xc0\xc1\x31\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x1a\xe1\x03\n\x0eGraphiteRollup\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12h\n\x08patterns\x18\x02 \x03(\x0b\x32N.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup.PatternB\x06\x82\xc8\x31\x02>0\x12\x18\n\x10path_column_name\x18\x03 \x01(\t\x12\x18\n\x10time_column_name\x18\x04 \x01(\t\x12\x19\n\x11value_column_name\x18\x05 \x01(\t\x12\x1b\n\x13version_column_name\x18\x06 \x01(\t\x1a\xe4\x01\n\x07Pattern\x12\x0e\n\x06regexp\x18\x01 \x01(\t\x12\x16\n\x08\x66unction\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12s\n\tretention\x18\x03 \x03(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup.Pattern.RetentionB\x06\x82\xc8\x31\x02>0\x1a<\n\tRetention\x12\x14\n\x03\x61ge\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x19\n\tprecision\x18\x02 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x1aG\n\x10QueryMaskingRule\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x06regexp\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0f\n\x07replace\x18\x03 \x01(\t\x1a\x95\x02\n\nQueryCache\x12?\n\x11max_size_in_bytes\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x39\n\x0bmax_entries\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x45\n\x17max_entry_size_in_bytes\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x44\n\x16max_entry_size_in_rows\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x1aK\n\nJdbcBridge\x12\x12\n\x04host\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12)\n\x04port\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1a\xb8\x01\n\x19\x41\x63\x63\x65ssControlImprovements\x12H\n$select_from_system_db_requires_grant\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12Q\n-select_from_information_schema_requires_grant\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"d\n\x08LogLevel\x12\x19\n\x15LOG_LEVEL_UNSPECIFIED\x10\x00\x12\t\n\x05TRACE\x10\x01\x12\t\n\x05\x44\x45\x42UG\x10\x02\x12\x0f\n\x0bINFORMATION\x10\x03\x12\x0b\n\x07WARNING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\"\x8d\x02\n\x13\x43lickhouseConfigSet\x12W\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x04\xe8\xc7\x31\x01\x12L\n\x0buser_config\x18\x02 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig\x12O\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x81\x01\n)yandex.cloud.api.mdb.clickhouse.v1.configZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/clickhouse/v1/config;clickhouseb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -211,77 +211,79 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
211
211
|
_globals['_CLICKHOUSECONFIGSET'].fields_by_name['effective_config']._loaded_options = None
|
|
212
212
|
_globals['_CLICKHOUSECONFIGSET'].fields_by_name['effective_config']._serialized_options = b'\350\3071\001'
|
|
213
213
|
_globals['_CLICKHOUSECONFIG']._serialized_start=161
|
|
214
|
-
_globals['_CLICKHOUSECONFIG']._serialized_end=
|
|
215
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_start=
|
|
216
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_end=
|
|
217
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_start=
|
|
218
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_end=
|
|
219
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_start=
|
|
220
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_end=
|
|
221
|
-
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_start=
|
|
222
|
-
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_end=
|
|
223
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_start=
|
|
224
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_end=
|
|
225
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_start=
|
|
226
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_end=
|
|
227
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_start=
|
|
228
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_end=
|
|
229
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_start=
|
|
230
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_end=
|
|
231
|
-
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_start=
|
|
232
|
-
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_end=
|
|
233
|
-
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_start=
|
|
234
|
-
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_end=
|
|
235
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_start=
|
|
236
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_end=
|
|
237
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_start=
|
|
238
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_end=
|
|
239
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_start=
|
|
240
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_end=
|
|
241
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_start=
|
|
242
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_end=
|
|
243
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_start=
|
|
244
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_end=
|
|
245
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_start=
|
|
246
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_end=
|
|
247
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_start=
|
|
248
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_end=
|
|
249
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_start=
|
|
250
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_end=
|
|
251
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_start=
|
|
252
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_end=
|
|
253
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_start=
|
|
254
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_end=
|
|
255
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_start=
|
|
256
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_end=
|
|
257
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_start=
|
|
258
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_end=
|
|
259
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_start=
|
|
260
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_end=
|
|
261
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_start=
|
|
262
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_end=
|
|
263
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_start=
|
|
264
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_end=
|
|
265
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_start=
|
|
266
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_end=
|
|
267
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_start=
|
|
268
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_end=
|
|
269
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_start=
|
|
270
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_end=
|
|
271
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_start=
|
|
272
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_end=
|
|
273
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_start=
|
|
274
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_end=
|
|
275
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_start=
|
|
276
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_end=
|
|
277
|
-
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_start=
|
|
278
|
-
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_end=
|
|
279
|
-
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_start=
|
|
280
|
-
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_end=
|
|
281
|
-
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_start=
|
|
282
|
-
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_end=
|
|
283
|
-
_globals['
|
|
284
|
-
_globals['
|
|
285
|
-
_globals['
|
|
286
|
-
_globals['
|
|
214
|
+
_globals['_CLICKHOUSECONFIG']._serialized_end=16458
|
|
215
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_start=5736
|
|
216
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_end=8947
|
|
217
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_start=8445
|
|
218
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_end=8710
|
|
219
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_start=8713
|
|
220
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_end=8947
|
|
221
|
+
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_start=8950
|
|
222
|
+
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_end=10646
|
|
223
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_start=9611
|
|
224
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_end=9794
|
|
225
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_start=9797
|
|
226
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_end=9965
|
|
227
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_start=9968
|
|
228
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_end=10377
|
|
229
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_start=10380
|
|
230
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_end=10646
|
|
231
|
+
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_start=10648
|
|
232
|
+
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_end=10767
|
|
233
|
+
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_start=10769
|
|
234
|
+
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_end=10830
|
|
235
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_start=10833
|
|
236
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_end=11105
|
|
237
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_start=11054
|
|
238
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_end=11105
|
|
239
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_start=11108
|
|
240
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_end=15255
|
|
241
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_start=12083
|
|
242
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_end=12298
|
|
243
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_start=12249
|
|
244
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_end=12298
|
|
245
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_start=12301
|
|
246
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_end=12812
|
|
247
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_start=12685
|
|
248
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_end=12812
|
|
249
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_start=12815
|
|
250
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_end=13021
|
|
251
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_start=13024
|
|
252
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_end=13190
|
|
253
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_start=13193
|
|
254
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_end=13588
|
|
255
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_start=13485
|
|
256
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_end=13588
|
|
257
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_start=13591
|
|
258
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_end=14453
|
|
259
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_start=14163
|
|
260
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_end=14295
|
|
261
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_start=14297
|
|
262
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_end=14321
|
|
263
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_start=14324
|
|
264
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_end=14453
|
|
265
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_start=14456
|
|
266
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_end=15186
|
|
267
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_start=14931
|
|
268
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_end=15186
|
|
269
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_start=15188
|
|
270
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_end=15221
|
|
271
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_start=15258
|
|
272
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_end=15739
|
|
273
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_start=15511
|
|
274
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_end=15739
|
|
275
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_start=15679
|
|
276
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_end=15739
|
|
277
|
+
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_start=15741
|
|
278
|
+
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_end=15812
|
|
279
|
+
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_start=15815
|
|
280
|
+
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_end=16092
|
|
281
|
+
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_start=16094
|
|
282
|
+
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_end=16169
|
|
283
|
+
_globals['_CLICKHOUSECONFIG_ACCESSCONTROLIMPROVEMENTS']._serialized_start=16172
|
|
284
|
+
_globals['_CLICKHOUSECONFIG_ACCESSCONTROLIMPROVEMENTS']._serialized_end=16356
|
|
285
|
+
_globals['_CLICKHOUSECONFIG_LOGLEVEL']._serialized_start=16358
|
|
286
|
+
_globals['_CLICKHOUSECONFIG_LOGLEVEL']._serialized_end=16458
|
|
287
|
+
_globals['_CLICKHOUSECONFIGSET']._serialized_start=16461
|
|
288
|
+
_globals['_CLICKHOUSECONFIGSET']._serialized_end=16730
|
|
287
289
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -124,6 +124,11 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
124
124
|
DEDUPLICATE_MERGE_PROJECTION_MODE_FIELD_NUMBER: builtins.int
|
|
125
125
|
LIGHTWEIGHT_MUTATION_PROJECTION_MODE_FIELD_NUMBER: builtins.int
|
|
126
126
|
MATERIALIZE_TTL_RECALCULATE_ONLY_FIELD_NUMBER: builtins.int
|
|
127
|
+
FSYNC_AFTER_INSERT_FIELD_NUMBER: builtins.int
|
|
128
|
+
FSYNC_PART_DIRECTORY_FIELD_NUMBER: builtins.int
|
|
129
|
+
MIN_COMPRESSED_BYTES_TO_FSYNC_AFTER_FETCH_FIELD_NUMBER: builtins.int
|
|
130
|
+
MIN_COMPRESSED_BYTES_TO_FSYNC_AFTER_MERGE_FIELD_NUMBER: builtins.int
|
|
131
|
+
MIN_ROWS_TO_FSYNC_AFTER_MERGE_FIELD_NUMBER: builtins.int
|
|
127
132
|
deduplicate_merge_projection_mode: global___ClickhouseConfig.MergeTree.DeduplicateMergeProjectionMode.ValueType
|
|
128
133
|
"""Determines the behavior of background merges for MergeTree tables with projections.
|
|
129
134
|
https://clickhouse.com/docs/en/operations/settings/merge-tree-settings#deduplicate_merge_projection_mode
|
|
@@ -269,6 +274,26 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
269
274
|
def materialize_ttl_recalculate_only(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
270
275
|
"""Only recalculate ttl info when MATERIALIZE TTL."""
|
|
271
276
|
|
|
277
|
+
@property
|
|
278
|
+
def fsync_after_insert(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
279
|
+
"""Do fsync for every inserted part. Significantly decreases performance of inserts, not recommended to use with wide parts."""
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
def fsync_part_directory(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
283
|
+
"""Do fsync for part directory after all part operations (writes, renames, etc.)."""
|
|
284
|
+
|
|
285
|
+
@property
|
|
286
|
+
def min_compressed_bytes_to_fsync_after_fetch(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
287
|
+
"""Minimal number of compressed bytes to do fsync for part after fetch. 0 - disabled."""
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
def min_compressed_bytes_to_fsync_after_merge(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
291
|
+
"""Minimal number of compressed bytes to do fsync for part after merge. 0 - disabled."""
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
def min_rows_to_fsync_after_merge(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
295
|
+
"""Minimal number of rows to do fsync for part after merge. 0 - disabled."""
|
|
296
|
+
|
|
272
297
|
def __init__(
|
|
273
298
|
self,
|
|
274
299
|
*,
|
|
@@ -303,9 +328,14 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
303
328
|
deduplicate_merge_projection_mode: global___ClickhouseConfig.MergeTree.DeduplicateMergeProjectionMode.ValueType = ...,
|
|
304
329
|
lightweight_mutation_projection_mode: global___ClickhouseConfig.MergeTree.LightweightMutationProjectionMode.ValueType = ...,
|
|
305
330
|
materialize_ttl_recalculate_only: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
331
|
+
fsync_after_insert: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
332
|
+
fsync_part_directory: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
333
|
+
min_compressed_bytes_to_fsync_after_fetch: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
334
|
+
min_compressed_bytes_to_fsync_after_merge: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
335
|
+
min_rows_to_fsync_after_merge: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
306
336
|
) -> None: ...
|
|
307
|
-
def HasField(self, field_name: typing.Literal["allow_remote_fs_zero_copy_replication", b"allow_remote_fs_zero_copy_replication", "check_sample_column_is_correct", b"check_sample_column_is_correct", "cleanup_delay_period", b"cleanup_delay_period", "inactive_parts_to_delay_insert", b"inactive_parts_to_delay_insert", "inactive_parts_to_throw_insert", b"inactive_parts_to_throw_insert", "materialize_ttl_recalculate_only", b"materialize_ttl_recalculate_only", "max_avg_part_size_for_too_many_parts", b"max_avg_part_size_for_too_many_parts", "max_bytes_to_merge_at_max_space_in_pool", b"max_bytes_to_merge_at_max_space_in_pool", "max_bytes_to_merge_at_min_space_in_pool", b"max_bytes_to_merge_at_min_space_in_pool", "max_cleanup_delay_period", b"max_cleanup_delay_period", "max_merge_selecting_sleep_ms", b"max_merge_selecting_sleep_ms", "max_number_of_merges_with_ttl_in_pool", b"max_number_of_merges_with_ttl_in_pool", "max_parts_in_total", b"max_parts_in_total", "max_replicated_merges_in_queue", b"max_replicated_merges_in_queue", "merge_max_block_size", b"merge_max_block_size", "merge_selecting_sleep_ms", b"merge_selecting_sleep_ms", "merge_with_recompression_ttl_timeout", b"merge_with_recompression_ttl_timeout", "merge_with_ttl_timeout", b"merge_with_ttl_timeout", "min_age_to_force_merge_on_partition_only", b"min_age_to_force_merge_on_partition_only", "min_age_to_force_merge_seconds", b"min_age_to_force_merge_seconds", "min_bytes_for_wide_part", b"min_bytes_for_wide_part", "min_rows_for_wide_part", b"min_rows_for_wide_part", "number_of_free_entries_in_pool_to_execute_mutation", b"number_of_free_entries_in_pool_to_execute_mutation", "number_of_free_entries_in_pool_to_lower_max_size_of_merge", b"number_of_free_entries_in_pool_to_lower_max_size_of_merge", "parts_to_delay_insert", b"parts_to_delay_insert", "parts_to_throw_insert", b"parts_to_throw_insert", "replicated_deduplication_window", b"replicated_deduplication_window", "replicated_deduplication_window_seconds", b"replicated_deduplication_window_seconds", "ttl_only_drop_parts", b"ttl_only_drop_parts"]) -> builtins.bool: ...
|
|
308
|
-
def ClearField(self, field_name: typing.Literal["allow_remote_fs_zero_copy_replication", b"allow_remote_fs_zero_copy_replication", "check_sample_column_is_correct", b"check_sample_column_is_correct", "cleanup_delay_period", b"cleanup_delay_period", "deduplicate_merge_projection_mode", b"deduplicate_merge_projection_mode", "inactive_parts_to_delay_insert", b"inactive_parts_to_delay_insert", "inactive_parts_to_throw_insert", b"inactive_parts_to_throw_insert", "lightweight_mutation_projection_mode", b"lightweight_mutation_projection_mode", "materialize_ttl_recalculate_only", b"materialize_ttl_recalculate_only", "max_avg_part_size_for_too_many_parts", b"max_avg_part_size_for_too_many_parts", "max_bytes_to_merge_at_max_space_in_pool", b"max_bytes_to_merge_at_max_space_in_pool", "max_bytes_to_merge_at_min_space_in_pool", b"max_bytes_to_merge_at_min_space_in_pool", "max_cleanup_delay_period", b"max_cleanup_delay_period", "max_merge_selecting_sleep_ms", b"max_merge_selecting_sleep_ms", "max_number_of_merges_with_ttl_in_pool", b"max_number_of_merges_with_ttl_in_pool", "max_parts_in_total", b"max_parts_in_total", "max_replicated_merges_in_queue", b"max_replicated_merges_in_queue", "merge_max_block_size", b"merge_max_block_size", "merge_selecting_sleep_ms", b"merge_selecting_sleep_ms", "merge_with_recompression_ttl_timeout", b"merge_with_recompression_ttl_timeout", "merge_with_ttl_timeout", b"merge_with_ttl_timeout", "min_age_to_force_merge_on_partition_only", b"min_age_to_force_merge_on_partition_only", "min_age_to_force_merge_seconds", b"min_age_to_force_merge_seconds", "min_bytes_for_wide_part", b"min_bytes_for_wide_part", "min_rows_for_wide_part", b"min_rows_for_wide_part", "number_of_free_entries_in_pool_to_execute_mutation", b"number_of_free_entries_in_pool_to_execute_mutation", "number_of_free_entries_in_pool_to_lower_max_size_of_merge", b"number_of_free_entries_in_pool_to_lower_max_size_of_merge", "parts_to_delay_insert", b"parts_to_delay_insert", "parts_to_throw_insert", b"parts_to_throw_insert", "replicated_deduplication_window", b"replicated_deduplication_window", "replicated_deduplication_window_seconds", b"replicated_deduplication_window_seconds", "ttl_only_drop_parts", b"ttl_only_drop_parts"]) -> None: ...
|
|
337
|
+
def HasField(self, field_name: typing.Literal["allow_remote_fs_zero_copy_replication", b"allow_remote_fs_zero_copy_replication", "check_sample_column_is_correct", b"check_sample_column_is_correct", "cleanup_delay_period", b"cleanup_delay_period", "fsync_after_insert", b"fsync_after_insert", "fsync_part_directory", b"fsync_part_directory", "inactive_parts_to_delay_insert", b"inactive_parts_to_delay_insert", "inactive_parts_to_throw_insert", b"inactive_parts_to_throw_insert", "materialize_ttl_recalculate_only", b"materialize_ttl_recalculate_only", "max_avg_part_size_for_too_many_parts", b"max_avg_part_size_for_too_many_parts", "max_bytes_to_merge_at_max_space_in_pool", b"max_bytes_to_merge_at_max_space_in_pool", "max_bytes_to_merge_at_min_space_in_pool", b"max_bytes_to_merge_at_min_space_in_pool", "max_cleanup_delay_period", b"max_cleanup_delay_period", "max_merge_selecting_sleep_ms", b"max_merge_selecting_sleep_ms", "max_number_of_merges_with_ttl_in_pool", b"max_number_of_merges_with_ttl_in_pool", "max_parts_in_total", b"max_parts_in_total", "max_replicated_merges_in_queue", b"max_replicated_merges_in_queue", "merge_max_block_size", b"merge_max_block_size", "merge_selecting_sleep_ms", b"merge_selecting_sleep_ms", "merge_with_recompression_ttl_timeout", b"merge_with_recompression_ttl_timeout", "merge_with_ttl_timeout", b"merge_with_ttl_timeout", "min_age_to_force_merge_on_partition_only", b"min_age_to_force_merge_on_partition_only", "min_age_to_force_merge_seconds", b"min_age_to_force_merge_seconds", "min_bytes_for_wide_part", b"min_bytes_for_wide_part", "min_compressed_bytes_to_fsync_after_fetch", b"min_compressed_bytes_to_fsync_after_fetch", "min_compressed_bytes_to_fsync_after_merge", b"min_compressed_bytes_to_fsync_after_merge", "min_rows_for_wide_part", b"min_rows_for_wide_part", "min_rows_to_fsync_after_merge", b"min_rows_to_fsync_after_merge", "number_of_free_entries_in_pool_to_execute_mutation", b"number_of_free_entries_in_pool_to_execute_mutation", "number_of_free_entries_in_pool_to_lower_max_size_of_merge", b"number_of_free_entries_in_pool_to_lower_max_size_of_merge", "parts_to_delay_insert", b"parts_to_delay_insert", "parts_to_throw_insert", b"parts_to_throw_insert", "replicated_deduplication_window", b"replicated_deduplication_window", "replicated_deduplication_window_seconds", b"replicated_deduplication_window_seconds", "ttl_only_drop_parts", b"ttl_only_drop_parts"]) -> builtins.bool: ...
|
|
338
|
+
def ClearField(self, field_name: typing.Literal["allow_remote_fs_zero_copy_replication", b"allow_remote_fs_zero_copy_replication", "check_sample_column_is_correct", b"check_sample_column_is_correct", "cleanup_delay_period", b"cleanup_delay_period", "deduplicate_merge_projection_mode", b"deduplicate_merge_projection_mode", "fsync_after_insert", b"fsync_after_insert", "fsync_part_directory", b"fsync_part_directory", "inactive_parts_to_delay_insert", b"inactive_parts_to_delay_insert", "inactive_parts_to_throw_insert", b"inactive_parts_to_throw_insert", "lightweight_mutation_projection_mode", b"lightweight_mutation_projection_mode", "materialize_ttl_recalculate_only", b"materialize_ttl_recalculate_only", "max_avg_part_size_for_too_many_parts", b"max_avg_part_size_for_too_many_parts", "max_bytes_to_merge_at_max_space_in_pool", b"max_bytes_to_merge_at_max_space_in_pool", "max_bytes_to_merge_at_min_space_in_pool", b"max_bytes_to_merge_at_min_space_in_pool", "max_cleanup_delay_period", b"max_cleanup_delay_period", "max_merge_selecting_sleep_ms", b"max_merge_selecting_sleep_ms", "max_number_of_merges_with_ttl_in_pool", b"max_number_of_merges_with_ttl_in_pool", "max_parts_in_total", b"max_parts_in_total", "max_replicated_merges_in_queue", b"max_replicated_merges_in_queue", "merge_max_block_size", b"merge_max_block_size", "merge_selecting_sleep_ms", b"merge_selecting_sleep_ms", "merge_with_recompression_ttl_timeout", b"merge_with_recompression_ttl_timeout", "merge_with_ttl_timeout", b"merge_with_ttl_timeout", "min_age_to_force_merge_on_partition_only", b"min_age_to_force_merge_on_partition_only", "min_age_to_force_merge_seconds", b"min_age_to_force_merge_seconds", "min_bytes_for_wide_part", b"min_bytes_for_wide_part", "min_compressed_bytes_to_fsync_after_fetch", b"min_compressed_bytes_to_fsync_after_fetch", "min_compressed_bytes_to_fsync_after_merge", b"min_compressed_bytes_to_fsync_after_merge", "min_rows_for_wide_part", b"min_rows_for_wide_part", "min_rows_to_fsync_after_merge", b"min_rows_to_fsync_after_merge", "number_of_free_entries_in_pool_to_execute_mutation", b"number_of_free_entries_in_pool_to_execute_mutation", "number_of_free_entries_in_pool_to_lower_max_size_of_merge", b"number_of_free_entries_in_pool_to_lower_max_size_of_merge", "parts_to_delay_insert", b"parts_to_delay_insert", "parts_to_throw_insert", b"parts_to_throw_insert", "replicated_deduplication_window", b"replicated_deduplication_window", "replicated_deduplication_window_seconds", b"replicated_deduplication_window_seconds", "ttl_only_drop_parts", b"ttl_only_drop_parts"]) -> None: ...
|
|
309
339
|
|
|
310
340
|
@typing.final
|
|
311
341
|
class Kafka(google.protobuf.message.Message):
|
|
@@ -1403,6 +1433,35 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
1403
1433
|
def HasField(self, field_name: typing.Literal["port", b"port"]) -> builtins.bool: ...
|
|
1404
1434
|
def ClearField(self, field_name: typing.Literal["host", b"host", "port", b"port"]) -> None: ...
|
|
1405
1435
|
|
|
1436
|
+
@typing.final
|
|
1437
|
+
class AccessControlImprovements(google.protobuf.message.Message):
|
|
1438
|
+
"""Access control settings."""
|
|
1439
|
+
|
|
1440
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1441
|
+
|
|
1442
|
+
SELECT_FROM_SYSTEM_DB_REQUIRES_GRANT_FIELD_NUMBER: builtins.int
|
|
1443
|
+
SELECT_FROM_INFORMATION_SCHEMA_REQUIRES_GRANT_FIELD_NUMBER: builtins.int
|
|
1444
|
+
@property
|
|
1445
|
+
def select_from_system_db_requires_grant(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
1446
|
+
"""Sets whether SELECT * FROM system.<table> requires any grants and can be executed by any user.
|
|
1447
|
+
If set to true then this query requires GRANT SELECT ON system.<table> just as for non-system tables.
|
|
1448
|
+
"""
|
|
1449
|
+
|
|
1450
|
+
@property
|
|
1451
|
+
def select_from_information_schema_requires_grant(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
1452
|
+
"""Sets whether SELECT * FROM information_schema.<table> requires any grants and can be executed by any user.
|
|
1453
|
+
If set to true, then this query requires GRANT SELECT ON information_schema.<table>, just as for ordinary tables.
|
|
1454
|
+
"""
|
|
1455
|
+
|
|
1456
|
+
def __init__(
|
|
1457
|
+
self,
|
|
1458
|
+
*,
|
|
1459
|
+
select_from_system_db_requires_grant: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
1460
|
+
select_from_information_schema_requires_grant: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
1461
|
+
) -> None: ...
|
|
1462
|
+
def HasField(self, field_name: typing.Literal["select_from_information_schema_requires_grant", b"select_from_information_schema_requires_grant", "select_from_system_db_requires_grant", b"select_from_system_db_requires_grant"]) -> builtins.bool: ...
|
|
1463
|
+
def ClearField(self, field_name: typing.Literal["select_from_information_schema_requires_grant", b"select_from_information_schema_requires_grant", "select_from_system_db_requires_grant", b"select_from_system_db_requires_grant"]) -> None: ...
|
|
1464
|
+
|
|
1406
1465
|
LOG_LEVEL_FIELD_NUMBER: builtins.int
|
|
1407
1466
|
MERGE_TREE_FIELD_NUMBER: builtins.int
|
|
1408
1467
|
COMPRESSION_FIELD_NUMBER: builtins.int
|
|
@@ -1460,6 +1519,10 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
1460
1519
|
PROCESSORS_PROFILE_LOG_ENABLED_FIELD_NUMBER: builtins.int
|
|
1461
1520
|
PROCESSORS_PROFILE_LOG_RETENTION_SIZE_FIELD_NUMBER: builtins.int
|
|
1462
1521
|
PROCESSORS_PROFILE_LOG_RETENTION_TIME_FIELD_NUMBER: builtins.int
|
|
1522
|
+
ERROR_LOG_ENABLED_FIELD_NUMBER: builtins.int
|
|
1523
|
+
ERROR_LOG_RETENTION_SIZE_FIELD_NUMBER: builtins.int
|
|
1524
|
+
ERROR_LOG_RETENTION_TIME_FIELD_NUMBER: builtins.int
|
|
1525
|
+
ACCESS_CONTROL_IMPROVEMENTS_FIELD_NUMBER: builtins.int
|
|
1463
1526
|
BACKGROUND_POOL_SIZE_FIELD_NUMBER: builtins.int
|
|
1464
1527
|
BACKGROUND_MERGES_MUTATIONS_CONCURRENCY_RATIO_FIELD_NUMBER: builtins.int
|
|
1465
1528
|
BACKGROUND_SCHEDULE_POOL_SIZE_FIELD_NUMBER: builtins.int
|
|
@@ -1752,6 +1815,26 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
1752
1815
|
If set to 0, automatic removal of processors_profile_log data based on time is disabled.
|
|
1753
1816
|
"""
|
|
1754
1817
|
|
|
1818
|
+
@property
|
|
1819
|
+
def error_log_enabled(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
1820
|
+
"""Enable or disable error_log system table."""
|
|
1821
|
+
|
|
1822
|
+
@property
|
|
1823
|
+
def error_log_retention_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1824
|
+
"""The maximum size that error_log can grow to before old data will be removed.
|
|
1825
|
+
If set to 0 (default), automatic removal of error_log data based on size is disabled.
|
|
1826
|
+
"""
|
|
1827
|
+
|
|
1828
|
+
@property
|
|
1829
|
+
def error_log_retention_time(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
1830
|
+
"""The maximum time that error_log records will be retained before removal.
|
|
1831
|
+
If set to 0, automatic removal of error_log data based on time is disabled.
|
|
1832
|
+
"""
|
|
1833
|
+
|
|
1834
|
+
@property
|
|
1835
|
+
def access_control_improvements(self) -> global___ClickhouseConfig.AccessControlImprovements:
|
|
1836
|
+
"""Access control settings."""
|
|
1837
|
+
|
|
1755
1838
|
@property
|
|
1756
1839
|
def background_pool_size(self) -> google.protobuf.wrappers_pb2.Int64Value: ...
|
|
1757
1840
|
@property
|
|
@@ -1888,6 +1971,10 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
1888
1971
|
processors_profile_log_enabled: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
1889
1972
|
processors_profile_log_retention_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1890
1973
|
processors_profile_log_retention_time: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1974
|
+
error_log_enabled: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
1975
|
+
error_log_retention_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1976
|
+
error_log_retention_time: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1977
|
+
access_control_improvements: global___ClickhouseConfig.AccessControlImprovements | None = ...,
|
|
1891
1978
|
background_pool_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1892
1979
|
background_merges_mutations_concurrency_ratio: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
1893
1980
|
background_schedule_pool_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
@@ -1905,8 +1992,8 @@ class ClickhouseConfig(google.protobuf.message.Message):
|
|
|
1905
1992
|
query_cache: global___ClickhouseConfig.QueryCache | None = ...,
|
|
1906
1993
|
jdbc_bridge: global___ClickhouseConfig.JdbcBridge | None = ...,
|
|
1907
1994
|
) -> None: ...
|
|
1908
|
-
def HasField(self, field_name: typing.Literal["asynchronous_insert_log_enabled", b"asynchronous_insert_log_enabled", "asynchronous_insert_log_retention_size", b"asynchronous_insert_log_retention_size", "asynchronous_insert_log_retention_time", b"asynchronous_insert_log_retention_time", "asynchronous_metric_log_enabled", b"asynchronous_metric_log_enabled", "asynchronous_metric_log_retention_size", b"asynchronous_metric_log_retention_size", "asynchronous_metric_log_retention_time", b"asynchronous_metric_log_retention_time", "background_buffer_flush_schedule_pool_size", b"background_buffer_flush_schedule_pool_size", "background_common_pool_size", b"background_common_pool_size", "background_distributed_schedule_pool_size", b"background_distributed_schedule_pool_size", "background_fetches_pool_size", b"background_fetches_pool_size", "background_merges_mutations_concurrency_ratio", b"background_merges_mutations_concurrency_ratio", "background_message_broker_schedule_pool_size", b"background_message_broker_schedule_pool_size", "background_move_pool_size", b"background_move_pool_size", "background_pool_size", b"background_pool_size", "background_schedule_pool_size", b"background_schedule_pool_size", "builtin_dictionaries_reload_interval", b"builtin_dictionaries_reload_interval", "default_database", b"default_database", "dictionaries_lazy_load", b"dictionaries_lazy_load", "geobase_enabled", b"geobase_enabled", "jdbc_bridge", b"jdbc_bridge", "kafka", b"kafka", "keep_alive_timeout", b"keep_alive_timeout", "mark_cache_size", b"mark_cache_size", "max_concurrent_queries", b"max_concurrent_queries", "max_connections", b"max_connections", "max_partition_size_to_drop", b"max_partition_size_to_drop", "max_table_size_to_drop", b"max_table_size_to_drop", "merge_tree", b"merge_tree", "metric_log_enabled", b"metric_log_enabled", "metric_log_retention_size", b"metric_log_retention_size", "metric_log_retention_time", b"metric_log_retention_time", "opentelemetry_span_log_enabled", b"opentelemetry_span_log_enabled", "opentelemetry_span_log_retention_size", b"opentelemetry_span_log_retention_size", "opentelemetry_span_log_retention_time", b"opentelemetry_span_log_retention_time", "part_log_retention_size", b"part_log_retention_size", "part_log_retention_time", b"part_log_retention_time", "processors_profile_log_enabled", b"processors_profile_log_enabled", "processors_profile_log_retention_size", b"processors_profile_log_retention_size", "processors_profile_log_retention_time", b"processors_profile_log_retention_time", "query_cache", b"query_cache", "query_log_retention_size", b"query_log_retention_size", "query_log_retention_time", b"query_log_retention_time", "query_thread_log_enabled", b"query_thread_log_enabled", "query_thread_log_retention_size", b"query_thread_log_retention_size", "query_thread_log_retention_time", b"query_thread_log_retention_time", "query_views_log_enabled", b"query_views_log_enabled", "query_views_log_retention_size", b"query_views_log_retention_size", "query_views_log_retention_time", b"query_views_log_retention_time", "rabbitmq", b"rabbitmq", "session_log_enabled", b"session_log_enabled", "session_log_retention_size", b"session_log_retention_size", "session_log_retention_time", b"session_log_retention_time", "text_log_enabled", b"text_log_enabled", "text_log_retention_size", b"text_log_retention_size", "text_log_retention_time", b"text_log_retention_time", "total_memory_profiler_step", b"total_memory_profiler_step", "total_memory_tracker_sample_probability", b"total_memory_tracker_sample_probability", "trace_log_enabled", b"trace_log_enabled", "trace_log_retention_size", b"trace_log_retention_size", "trace_log_retention_time", b"trace_log_retention_time", "uncompressed_cache_size", b"uncompressed_cache_size", "zookeeper_log_enabled", b"zookeeper_log_enabled", "zookeeper_log_retention_size", b"zookeeper_log_retention_size", "zookeeper_log_retention_time", b"zookeeper_log_retention_time"]) -> builtins.bool: ...
|
|
1909
|
-
def ClearField(self, field_name: typing.Literal["asynchronous_insert_log_enabled", b"asynchronous_insert_log_enabled", "asynchronous_insert_log_retention_size", b"asynchronous_insert_log_retention_size", "asynchronous_insert_log_retention_time", b"asynchronous_insert_log_retention_time", "asynchronous_metric_log_enabled", b"asynchronous_metric_log_enabled", "asynchronous_metric_log_retention_size", b"asynchronous_metric_log_retention_size", "asynchronous_metric_log_retention_time", b"asynchronous_metric_log_retention_time", "background_buffer_flush_schedule_pool_size", b"background_buffer_flush_schedule_pool_size", "background_common_pool_size", b"background_common_pool_size", "background_distributed_schedule_pool_size", b"background_distributed_schedule_pool_size", "background_fetches_pool_size", b"background_fetches_pool_size", "background_merges_mutations_concurrency_ratio", b"background_merges_mutations_concurrency_ratio", "background_message_broker_schedule_pool_size", b"background_message_broker_schedule_pool_size", "background_move_pool_size", b"background_move_pool_size", "background_pool_size", b"background_pool_size", "background_schedule_pool_size", b"background_schedule_pool_size", "builtin_dictionaries_reload_interval", b"builtin_dictionaries_reload_interval", "compression", b"compression", "default_database", b"default_database", "dictionaries", b"dictionaries", "dictionaries_lazy_load", b"dictionaries_lazy_load", "geobase_enabled", b"geobase_enabled", "geobase_uri", b"geobase_uri", "graphite_rollup", b"graphite_rollup", "jdbc_bridge", b"jdbc_bridge", "kafka", b"kafka", "kafka_topics", b"kafka_topics", "keep_alive_timeout", b"keep_alive_timeout", "log_level", b"log_level", "mark_cache_size", b"mark_cache_size", "max_concurrent_queries", b"max_concurrent_queries", "max_connections", b"max_connections", "max_partition_size_to_drop", b"max_partition_size_to_drop", "max_table_size_to_drop", b"max_table_size_to_drop", "merge_tree", b"merge_tree", "metric_log_enabled", b"metric_log_enabled", "metric_log_retention_size", b"metric_log_retention_size", "metric_log_retention_time", b"metric_log_retention_time", "opentelemetry_span_log_enabled", b"opentelemetry_span_log_enabled", "opentelemetry_span_log_retention_size", b"opentelemetry_span_log_retention_size", "opentelemetry_span_log_retention_time", b"opentelemetry_span_log_retention_time", "part_log_retention_size", b"part_log_retention_size", "part_log_retention_time", b"part_log_retention_time", "processors_profile_log_enabled", b"processors_profile_log_enabled", "processors_profile_log_retention_size", b"processors_profile_log_retention_size", "processors_profile_log_retention_time", b"processors_profile_log_retention_time", "query_cache", b"query_cache", "query_log_retention_size", b"query_log_retention_size", "query_log_retention_time", b"query_log_retention_time", "query_masking_rules", b"query_masking_rules", "query_thread_log_enabled", b"query_thread_log_enabled", "query_thread_log_retention_size", b"query_thread_log_retention_size", "query_thread_log_retention_time", b"query_thread_log_retention_time", "query_views_log_enabled", b"query_views_log_enabled", "query_views_log_retention_size", b"query_views_log_retention_size", "query_views_log_retention_time", b"query_views_log_retention_time", "rabbitmq", b"rabbitmq", "session_log_enabled", b"session_log_enabled", "session_log_retention_size", b"session_log_retention_size", "session_log_retention_time", b"session_log_retention_time", "text_log_enabled", b"text_log_enabled", "text_log_level", b"text_log_level", "text_log_retention_size", b"text_log_retention_size", "text_log_retention_time", b"text_log_retention_time", "timezone", b"timezone", "total_memory_profiler_step", b"total_memory_profiler_step", "total_memory_tracker_sample_probability", b"total_memory_tracker_sample_probability", "trace_log_enabled", b"trace_log_enabled", "trace_log_retention_size", b"trace_log_retention_size", "trace_log_retention_time", b"trace_log_retention_time", "uncompressed_cache_size", b"uncompressed_cache_size", "zookeeper_log_enabled", b"zookeeper_log_enabled", "zookeeper_log_retention_size", b"zookeeper_log_retention_size", "zookeeper_log_retention_time", b"zookeeper_log_retention_time"]) -> None: ...
|
|
1995
|
+
def HasField(self, field_name: typing.Literal["access_control_improvements", b"access_control_improvements", "asynchronous_insert_log_enabled", b"asynchronous_insert_log_enabled", "asynchronous_insert_log_retention_size", b"asynchronous_insert_log_retention_size", "asynchronous_insert_log_retention_time", b"asynchronous_insert_log_retention_time", "asynchronous_metric_log_enabled", b"asynchronous_metric_log_enabled", "asynchronous_metric_log_retention_size", b"asynchronous_metric_log_retention_size", "asynchronous_metric_log_retention_time", b"asynchronous_metric_log_retention_time", "background_buffer_flush_schedule_pool_size", b"background_buffer_flush_schedule_pool_size", "background_common_pool_size", b"background_common_pool_size", "background_distributed_schedule_pool_size", b"background_distributed_schedule_pool_size", "background_fetches_pool_size", b"background_fetches_pool_size", "background_merges_mutations_concurrency_ratio", b"background_merges_mutations_concurrency_ratio", "background_message_broker_schedule_pool_size", b"background_message_broker_schedule_pool_size", "background_move_pool_size", b"background_move_pool_size", "background_pool_size", b"background_pool_size", "background_schedule_pool_size", b"background_schedule_pool_size", "builtin_dictionaries_reload_interval", b"builtin_dictionaries_reload_interval", "default_database", b"default_database", "dictionaries_lazy_load", b"dictionaries_lazy_load", "error_log_enabled", b"error_log_enabled", "error_log_retention_size", b"error_log_retention_size", "error_log_retention_time", b"error_log_retention_time", "geobase_enabled", b"geobase_enabled", "jdbc_bridge", b"jdbc_bridge", "kafka", b"kafka", "keep_alive_timeout", b"keep_alive_timeout", "mark_cache_size", b"mark_cache_size", "max_concurrent_queries", b"max_concurrent_queries", "max_connections", b"max_connections", "max_partition_size_to_drop", b"max_partition_size_to_drop", "max_table_size_to_drop", b"max_table_size_to_drop", "merge_tree", b"merge_tree", "metric_log_enabled", b"metric_log_enabled", "metric_log_retention_size", b"metric_log_retention_size", "metric_log_retention_time", b"metric_log_retention_time", "opentelemetry_span_log_enabled", b"opentelemetry_span_log_enabled", "opentelemetry_span_log_retention_size", b"opentelemetry_span_log_retention_size", "opentelemetry_span_log_retention_time", b"opentelemetry_span_log_retention_time", "part_log_retention_size", b"part_log_retention_size", "part_log_retention_time", b"part_log_retention_time", "processors_profile_log_enabled", b"processors_profile_log_enabled", "processors_profile_log_retention_size", b"processors_profile_log_retention_size", "processors_profile_log_retention_time", b"processors_profile_log_retention_time", "query_cache", b"query_cache", "query_log_retention_size", b"query_log_retention_size", "query_log_retention_time", b"query_log_retention_time", "query_thread_log_enabled", b"query_thread_log_enabled", "query_thread_log_retention_size", b"query_thread_log_retention_size", "query_thread_log_retention_time", b"query_thread_log_retention_time", "query_views_log_enabled", b"query_views_log_enabled", "query_views_log_retention_size", b"query_views_log_retention_size", "query_views_log_retention_time", b"query_views_log_retention_time", "rabbitmq", b"rabbitmq", "session_log_enabled", b"session_log_enabled", "session_log_retention_size", b"session_log_retention_size", "session_log_retention_time", b"session_log_retention_time", "text_log_enabled", b"text_log_enabled", "text_log_retention_size", b"text_log_retention_size", "text_log_retention_time", b"text_log_retention_time", "total_memory_profiler_step", b"total_memory_profiler_step", "total_memory_tracker_sample_probability", b"total_memory_tracker_sample_probability", "trace_log_enabled", b"trace_log_enabled", "trace_log_retention_size", b"trace_log_retention_size", "trace_log_retention_time", b"trace_log_retention_time", "uncompressed_cache_size", b"uncompressed_cache_size", "zookeeper_log_enabled", b"zookeeper_log_enabled", "zookeeper_log_retention_size", b"zookeeper_log_retention_size", "zookeeper_log_retention_time", b"zookeeper_log_retention_time"]) -> builtins.bool: ...
|
|
1996
|
+
def ClearField(self, field_name: typing.Literal["access_control_improvements", b"access_control_improvements", "asynchronous_insert_log_enabled", b"asynchronous_insert_log_enabled", "asynchronous_insert_log_retention_size", b"asynchronous_insert_log_retention_size", "asynchronous_insert_log_retention_time", b"asynchronous_insert_log_retention_time", "asynchronous_metric_log_enabled", b"asynchronous_metric_log_enabled", "asynchronous_metric_log_retention_size", b"asynchronous_metric_log_retention_size", "asynchronous_metric_log_retention_time", b"asynchronous_metric_log_retention_time", "background_buffer_flush_schedule_pool_size", b"background_buffer_flush_schedule_pool_size", "background_common_pool_size", b"background_common_pool_size", "background_distributed_schedule_pool_size", b"background_distributed_schedule_pool_size", "background_fetches_pool_size", b"background_fetches_pool_size", "background_merges_mutations_concurrency_ratio", b"background_merges_mutations_concurrency_ratio", "background_message_broker_schedule_pool_size", b"background_message_broker_schedule_pool_size", "background_move_pool_size", b"background_move_pool_size", "background_pool_size", b"background_pool_size", "background_schedule_pool_size", b"background_schedule_pool_size", "builtin_dictionaries_reload_interval", b"builtin_dictionaries_reload_interval", "compression", b"compression", "default_database", b"default_database", "dictionaries", b"dictionaries", "dictionaries_lazy_load", b"dictionaries_lazy_load", "error_log_enabled", b"error_log_enabled", "error_log_retention_size", b"error_log_retention_size", "error_log_retention_time", b"error_log_retention_time", "geobase_enabled", b"geobase_enabled", "geobase_uri", b"geobase_uri", "graphite_rollup", b"graphite_rollup", "jdbc_bridge", b"jdbc_bridge", "kafka", b"kafka", "kafka_topics", b"kafka_topics", "keep_alive_timeout", b"keep_alive_timeout", "log_level", b"log_level", "mark_cache_size", b"mark_cache_size", "max_concurrent_queries", b"max_concurrent_queries", "max_connections", b"max_connections", "max_partition_size_to_drop", b"max_partition_size_to_drop", "max_table_size_to_drop", b"max_table_size_to_drop", "merge_tree", b"merge_tree", "metric_log_enabled", b"metric_log_enabled", "metric_log_retention_size", b"metric_log_retention_size", "metric_log_retention_time", b"metric_log_retention_time", "opentelemetry_span_log_enabled", b"opentelemetry_span_log_enabled", "opentelemetry_span_log_retention_size", b"opentelemetry_span_log_retention_size", "opentelemetry_span_log_retention_time", b"opentelemetry_span_log_retention_time", "part_log_retention_size", b"part_log_retention_size", "part_log_retention_time", b"part_log_retention_time", "processors_profile_log_enabled", b"processors_profile_log_enabled", "processors_profile_log_retention_size", b"processors_profile_log_retention_size", "processors_profile_log_retention_time", b"processors_profile_log_retention_time", "query_cache", b"query_cache", "query_log_retention_size", b"query_log_retention_size", "query_log_retention_time", b"query_log_retention_time", "query_masking_rules", b"query_masking_rules", "query_thread_log_enabled", b"query_thread_log_enabled", "query_thread_log_retention_size", b"query_thread_log_retention_size", "query_thread_log_retention_time", b"query_thread_log_retention_time", "query_views_log_enabled", b"query_views_log_enabled", "query_views_log_retention_size", b"query_views_log_retention_size", "query_views_log_retention_time", b"query_views_log_retention_time", "rabbitmq", b"rabbitmq", "session_log_enabled", b"session_log_enabled", "session_log_retention_size", b"session_log_retention_size", "session_log_retention_time", b"session_log_retention_time", "text_log_enabled", b"text_log_enabled", "text_log_level", b"text_log_level", "text_log_retention_size", b"text_log_retention_size", "text_log_retention_time", b"text_log_retention_time", "timezone", b"timezone", "total_memory_profiler_step", b"total_memory_profiler_step", "total_memory_tracker_sample_probability", b"total_memory_tracker_sample_probability", "trace_log_enabled", b"trace_log_enabled", "trace_log_retention_size", b"trace_log_retention_size", "trace_log_retention_time", b"trace_log_retention_time", "uncompressed_cache_size", b"uncompressed_cache_size", "zookeeper_log_enabled", b"zookeeper_log_enabled", "zookeeper_log_retention_size", b"zookeeper_log_retention_size", "zookeeper_log_retention_time", b"zookeeper_log_retention_time"]) -> None: ...
|
|
1910
1997
|
|
|
1911
1998
|
global___ClickhouseConfig = ClickhouseConfig
|
|
1912
1999
|
|