yandexcloud 0.355.0__py3-none-any.whl → 0.357.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/backup/v1/backup_service_pb2.py +46 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +26 -4
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +14 -9
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +14 -9
- yandex/cloud/baremetal/v1alpha/image_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_service_pb2.py +29 -24
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +43 -36
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +3 -2
- yandex/cloud/baremetal/v1alpha/server_service_pb2.py +83 -76
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +16 -11
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +14 -9
- yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +4 -2
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +6 -3
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +9 -3
- yandex/cloud/datatransfer/v1/transfer_pb2.py +50 -48
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +23 -4
- yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
- yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +16 -6
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +3 -6
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +0 -6
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +49 -49
- yandex/cloud/iot/devices/v1/device_service_pb2.py +53 -53
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +73 -73
- yandex/cloud/maintenance/v2/common_pb2.py +2 -2
- yandex/cloud/maintenance/v2/common_pb2.pyi +1 -1
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +82 -78
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +29 -3
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +76 -78
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +76 -76
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +4 -0
- yandex/cloud/metastore/v1/cluster_service_pb2.py +45 -45
- yandex/cloud/metastore/v1/maintenance_pb2.pyi +34 -6
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +22 -22
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.py +42 -42
- yandex/cloud/serverless/containers/v1/container_pb2.py +46 -44
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +25 -3
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +9 -3
- yandex/cloud/serverless/workflows/v1/workflow_pb2.py +20 -14
- yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +28 -2
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +30 -30
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +16 -4
- yandex/cloud/storage/v1/presign_service_pb2.py +47 -0
- yandex/cloud/storage/v1/presign_service_pb2.pyi +117 -0
- yandex/cloud/storage/v1/presign_service_pb2_grpc.py +101 -0
- yandex/cloud/storage/v1/presign_service_pb2_grpc.pyi +50 -0
- yandex/cloud/trino/v1/access_control_pb2.py +212 -0
- yandex/cloud/trino/v1/access_control_pb2.pyi +926 -0
- yandex/cloud/trino/v1/access_control_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/access_control_pb2_grpc.pyi +17 -0
- yandex/cloud/trino/v1/cluster_pb2.py +44 -43
- yandex/cloud/trino/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +17 -4
- yandex/cloud/ytsaurus/v1/cluster_pb2.py +40 -37
- yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +32 -18
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/RECORD +67 -59
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/top_level.txt +0 -0
|
@@ -30,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
30
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/iot/devices/v1/registry_service.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/iot/devices/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"r\n\x18GetByNameRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\rregistry_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\"v\n\x15ListRegistriesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x16ListRegistriesResponse\x12\x39\n\nregistries\x18\x01 \x03(\x0b\x32%.yandex.cloud.iot.devices.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x04\n\x15\x43reateRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12,\n\x04name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x04 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12T\n\x0c\x63\x65rtificates\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.Certificate\x12\x10\n\x08password\x18\x06 \x01(\t\x12<\n\x0blog_options\x18\x07 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\'\n\x0b\x43\x65rtificate\x12\x18\n\x10\x63\x65rtificate_data\x18\x01 \x01(\t\"-\n\x16\x43reateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xb0\x03\n\x15UpdateRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12(\n\x04name\x18\x03 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.UpdateRegistryRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12<\n\x0blog_options\x18\x06 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"D\n\x1fListRegistryCertificatesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"j\n ListRegistryCertificatesResponse\x12\x46\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.iot.devices.v1.RegistryCertificate\"b\n\x1d\x41\x64\x64RegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\tJ\x04\x08\x02\x10\x03\"J\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\"h\n DeleteRegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"i\n!DeleteRegistryCertificateMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"A\n\x1cListRegistryPasswordsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"a\n\x1dListRegistryPasswordsResponse\x12@\n\tpasswords\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.RegistryPassword\"[\n\x1a\x41\x64\x64RegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x08password\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04>=14\"G\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0bpassword_id\x18\x02 \x01(\t\"e\n\x1d\x44\x65leteRegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"f\n\x1e\x44\x65leteRegistryPasswordMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x80\x01\n\x1dListDeviceTopicAliasesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"t\n\x1eListDeviceTopicAliasesResponse\x12\x39\n\x07\x61liases\x18\x01 \x03(\x0b\x32(.yandex.cloud.iot.devices.v1.DeviceAlias\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x01\n\x1dListRegistryOperationsRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"p\n\x1eListRegistryOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x80\x02\n\x1a\x41\x64\x64\x44\x61taStreamExportRequest\x12(\n\x04name\x18\x01 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12!\n\x0bregistry_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x11mqtt_topic_filter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x1f\n\x08\x64\x61tabase\x18\x05 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12\x1d\n\x06stream\x18\x06 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12(\n\x12service_account_id\x18\x07 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50J\x04\x08\x03\x10\x04\"Q\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x1d\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\t\"o\n\x1d\x44\x65leteDataStreamExportRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"`\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12#\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"A\n\x1cListDataStreamExportsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"k\n\x1dListDataStreamExportsResponse\x12J\n\x13\x64\x61ta_stream_exports\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.DataStreamExport\"3\n\x16\x44isableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"4\n\x17\x44isableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x15\x45nableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"3\n\x16\x45nableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x32\x80\x1d\n\x0fRegistryService\x12\x8f\x01\n\x03Get\x12/.yandex.cloud.iot.devices.v1.GetRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\"0\x82\xd3\xe4\x93\x02*\x12(/iot-devices/v1/registries/{registry_id}\x12\x97\x01\n\tGetByName\x12\x35.yandex.cloud.iot.devices.v1.GetByNameRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\",\x82\xd3\xe4\x93\x02&\x12$/iot-devices/v1/registries:getByName\x12\x93\x01\n\x04List\x12\x32.yandex.cloud.iot.devices.v1.ListRegistriesRequest\x1a\x33.yandex.cloud.iot.devices.v1.ListRegistriesResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/iot-devices/v1/registries\x12\xac\x01\n\x06\x43reate\x12\x32.yandex.cloud.iot.devices.v1.CreateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"K\xb2\xd2*\"\n\x16\x43reateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x1f\"\x1a/iot-devices/v1/registries:\x01*\x12\xba\x01\n\x06Update\x12\x32.yandex.cloud.iot.devices.v1.UpdateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\"\n\x16UpdateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02-2(/iot-devices/v1/registries/{registry_id}:\x01*\x12\xc4\x01\n\x06\x44\x65lete\x12\x32.yandex.cloud.iot.devices.v1.DeleteRegistryRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*/\n\x16\x44\x65leteRegistryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02**(/iot-devices/v1/registries/{registry_id}\x12\xce\x01\n\x10ListCertificates\x12<.yandex.cloud.iot.devices.v1.ListRegistryCertificatesRequest\x1a=.yandex.cloud.iot.devices.v1.ListRegistryCertificatesResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/iot-devices/v1/registries/{registry_id}/certificates\x12\xea\x01\n\x0e\x41\x64\x64\x43\x65rtificate\x12:.yandex.cloud.iot.devices.v1.AddRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"y\xb2\xd2*5\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13RegistryCertificate\x82\xd3\xe4\x93\x02:\"5/iot-devices/v1/registries/{registry_id}/certificates:\x01*\x12\x81\x02\n\x11\x44\x65leteCertificate\x12=.yandex.cloud.iot.devices.v1.DeleteRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"\x89\x01\xb2\xd2*:\n!DeleteRegistryCertificateMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x45*C/iot-devices/v1/registries/{registry_id}/certificates/{fingerprint}\x12\xc2\x01\n\rListPasswords\x12\x39.yandex.cloud.iot.devices.v1.ListRegistryPasswordsRequest\x1a:.yandex.cloud.iot.devices.v1.ListRegistryPasswordsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/iot-devices/v1/registries/{registry_id}/passwords\x12\xdb\x01\n\x0b\x41\x64\x64Password\x12\x37.yandex.cloud.iot.devices.v1.AddRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"p\xb2\xd2*/\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x10RegistryPassword\x82\xd3\xe4\x93\x02\x37\"2/iot-devices/v1/registries/{registry_id}/passwords:\x01*\x12\xf5\x01\n\x0e\x44\x65letePassword\x12:.yandex.cloud.iot.devices.v1.DeleteRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*7\n\x1e\x44\x65leteRegistryPasswordMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x42*@/iot-devices/v1/registries/{registry_id}/passwords/{password_id}\x12\xda\x01\n\x16ListDeviceTopicAliases\x12:.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesRequest\x1a;.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/iot-devices/v1/registries/{registry_id}:listDeviceTopicAliases\x12\x8e\x01\n\x15ListDataStreamExports\x12\x39.yandex.cloud.iot.devices.v1.ListDataStreamExportsRequest\x1a:.yandex.cloud.iot.devices.v1.ListDataStreamExportsResponse\x12\xa6\x01\n\x13\x41\x64\x64\x44\x61taStreamExport\x12\x37.yandex.cloud.iot.devices.v1.AddDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\"3\xb2\xd2*/\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x10\x44\x61taStreamExport\x12\xb4\x01\n\x16\x44\x65leteDataStreamExport\x12:.yandex.cloud.iot.devices.v1.DeleteDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*7\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x15google.protobuf.Empty\x12\xc6\x01\n\x0eListOperations\x12:.yandex.cloud.iot.devices.v1.ListRegistryOperationsRequest\x1a;.yandex.cloud.iot.devices.v1.ListRegistryOperationsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/iot-devices/v1/registries/{registry_id}/operations\x12\xc2\x01\n\x07\x44isable\x12\x33.yandex.cloud.iot.devices.v1.DisableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*#\n\x17\x44isableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x32\"0/iot-devices/v1/registries/{registry_id}:disable\x12\xbe\x01\n\x06\x45nable\x12\x32.yandex.cloud.iot.devices.v1.EnableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*\"\n\x16\x45nableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x31\"//iot-devices/v1/registries/{registry_id}:enableBj\n\x1fyandex.cloud.api.iot.devices.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/devices/v1;devicesb\x06proto3')
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/iot/devices/v1/registry_service.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/iot/devices/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"r\n\x18GetByNameRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\rregistry_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\"v\n\x15ListRegistriesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x16ListRegistriesResponse\x12\x39\n\nregistries\x18\x01 \x03(\x0b\x32%.yandex.cloud.iot.devices.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8e\x04\n\x15\x43reateRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12(\n\x04name\x18\x02 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x04 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12T\n\x0c\x63\x65rtificates\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.Certificate\x12\x10\n\x08password\x18\x06 \x01(\t\x12<\n\x0blog_options\x18\x07 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\'\n\x0b\x43\x65rtificate\x12\x18\n\x10\x63\x65rtificate_data\x18\x01 \x01(\t\"-\n\x16\x43reateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xb0\x03\n\x15UpdateRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12(\n\x04name\x18\x03 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.UpdateRegistryRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12<\n\x0blog_options\x18\x06 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"D\n\x1fListRegistryCertificatesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"j\n ListRegistryCertificatesResponse\x12\x46\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.iot.devices.v1.RegistryCertificate\"b\n\x1d\x41\x64\x64RegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\tJ\x04\x08\x02\x10\x03\"J\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\"h\n DeleteRegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"i\n!DeleteRegistryCertificateMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"A\n\x1cListRegistryPasswordsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"a\n\x1dListRegistryPasswordsResponse\x12@\n\tpasswords\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.RegistryPassword\"[\n\x1a\x41\x64\x64RegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x08password\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04>=14\"G\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0bpassword_id\x18\x02 \x01(\t\"e\n\x1d\x44\x65leteRegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"f\n\x1e\x44\x65leteRegistryPasswordMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x80\x01\n\x1dListDeviceTopicAliasesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"t\n\x1eListDeviceTopicAliasesResponse\x12\x39\n\x07\x61liases\x18\x01 \x03(\x0b\x32(.yandex.cloud.iot.devices.v1.DeviceAlias\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x01\n\x1dListRegistryOperationsRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"p\n\x1eListRegistryOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x80\x02\n\x1a\x41\x64\x64\x44\x61taStreamExportRequest\x12(\n\x04name\x18\x01 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12!\n\x0bregistry_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x11mqtt_topic_filter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x1f\n\x08\x64\x61tabase\x18\x05 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12\x1d\n\x06stream\x18\x06 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12(\n\x12service_account_id\x18\x07 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50J\x04\x08\x03\x10\x04\"Q\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x1d\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\t\"o\n\x1d\x44\x65leteDataStreamExportRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"`\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12#\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"A\n\x1cListDataStreamExportsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"k\n\x1dListDataStreamExportsResponse\x12J\n\x13\x64\x61ta_stream_exports\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.DataStreamExport\"3\n\x16\x44isableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"4\n\x17\x44isableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x15\x45nableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"3\n\x16\x45nableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x32\x80\x1d\n\x0fRegistryService\x12\x8f\x01\n\x03Get\x12/.yandex.cloud.iot.devices.v1.GetRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\"0\x82\xd3\xe4\x93\x02*\x12(/iot-devices/v1/registries/{registry_id}\x12\x97\x01\n\tGetByName\x12\x35.yandex.cloud.iot.devices.v1.GetByNameRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\",\x82\xd3\xe4\x93\x02&\x12$/iot-devices/v1/registries:getByName\x12\x93\x01\n\x04List\x12\x32.yandex.cloud.iot.devices.v1.ListRegistriesRequest\x1a\x33.yandex.cloud.iot.devices.v1.ListRegistriesResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/iot-devices/v1/registries\x12\xac\x01\n\x06\x43reate\x12\x32.yandex.cloud.iot.devices.v1.CreateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"K\xb2\xd2*\"\n\x16\x43reateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x1f\"\x1a/iot-devices/v1/registries:\x01*\x12\xba\x01\n\x06Update\x12\x32.yandex.cloud.iot.devices.v1.UpdateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\"\n\x16UpdateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02-2(/iot-devices/v1/registries/{registry_id}:\x01*\x12\xc4\x01\n\x06\x44\x65lete\x12\x32.yandex.cloud.iot.devices.v1.DeleteRegistryRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*/\n\x16\x44\x65leteRegistryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02**(/iot-devices/v1/registries/{registry_id}\x12\xce\x01\n\x10ListCertificates\x12<.yandex.cloud.iot.devices.v1.ListRegistryCertificatesRequest\x1a=.yandex.cloud.iot.devices.v1.ListRegistryCertificatesResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/iot-devices/v1/registries/{registry_id}/certificates\x12\xea\x01\n\x0e\x41\x64\x64\x43\x65rtificate\x12:.yandex.cloud.iot.devices.v1.AddRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"y\xb2\xd2*5\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13RegistryCertificate\x82\xd3\xe4\x93\x02:\"5/iot-devices/v1/registries/{registry_id}/certificates:\x01*\x12\x81\x02\n\x11\x44\x65leteCertificate\x12=.yandex.cloud.iot.devices.v1.DeleteRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"\x89\x01\xb2\xd2*:\n!DeleteRegistryCertificateMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x45*C/iot-devices/v1/registries/{registry_id}/certificates/{fingerprint}\x12\xc2\x01\n\rListPasswords\x12\x39.yandex.cloud.iot.devices.v1.ListRegistryPasswordsRequest\x1a:.yandex.cloud.iot.devices.v1.ListRegistryPasswordsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/iot-devices/v1/registries/{registry_id}/passwords\x12\xdb\x01\n\x0b\x41\x64\x64Password\x12\x37.yandex.cloud.iot.devices.v1.AddRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"p\xb2\xd2*/\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x10RegistryPassword\x82\xd3\xe4\x93\x02\x37\"2/iot-devices/v1/registries/{registry_id}/passwords:\x01*\x12\xf5\x01\n\x0e\x44\x65letePassword\x12:.yandex.cloud.iot.devices.v1.DeleteRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*7\n\x1e\x44\x65leteRegistryPasswordMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x42*@/iot-devices/v1/registries/{registry_id}/passwords/{password_id}\x12\xda\x01\n\x16ListDeviceTopicAliases\x12:.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesRequest\x1a;.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/iot-devices/v1/registries/{registry_id}:listDeviceTopicAliases\x12\x8e\x01\n\x15ListDataStreamExports\x12\x39.yandex.cloud.iot.devices.v1.ListDataStreamExportsRequest\x1a:.yandex.cloud.iot.devices.v1.ListDataStreamExportsResponse\x12\xa6\x01\n\x13\x41\x64\x64\x44\x61taStreamExport\x12\x37.yandex.cloud.iot.devices.v1.AddDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\"3\xb2\xd2*/\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x10\x44\x61taStreamExport\x12\xb4\x01\n\x16\x44\x65leteDataStreamExport\x12:.yandex.cloud.iot.devices.v1.DeleteDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*7\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x15google.protobuf.Empty\x12\xc6\x01\n\x0eListOperations\x12:.yandex.cloud.iot.devices.v1.ListRegistryOperationsRequest\x1a;.yandex.cloud.iot.devices.v1.ListRegistryOperationsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/iot-devices/v1/registries/{registry_id}/operations\x12\xc2\x01\n\x07\x44isable\x12\x33.yandex.cloud.iot.devices.v1.DisableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*#\n\x17\x44isableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x32\"0/iot-devices/v1/registries/{registry_id}:disable\x12\xbe\x01\n\x06\x45nable\x12\x32.yandex.cloud.iot.devices.v1.EnableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*\"\n\x16\x45nableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x31\"//iot-devices/v1/registries/{registry_id}:enableBj\n\x1fyandex.cloud.api.iot.devices.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/devices/v1;devicesb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -55,7 +55,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
55
55
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
56
56
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
57
57
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._loaded_options = None
|
|
58
|
-
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\
|
|
58
|
+
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
|
|
59
59
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['description']._loaded_options = None
|
|
60
60
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
61
61
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -187,75 +187,75 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
187
187
|
_globals['_LISTREGISTRIESRESPONSE']._serialized_start=589
|
|
188
188
|
_globals['_LISTREGISTRIESRESPONSE']._serialized_end=697
|
|
189
189
|
_globals['_CREATEREGISTRYREQUEST']._serialized_start=700
|
|
190
|
-
_globals['_CREATEREGISTRYREQUEST']._serialized_end=
|
|
191
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
192
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
193
|
-
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_start=
|
|
194
|
-
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_end=
|
|
195
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_start=
|
|
196
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_end=
|
|
197
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=
|
|
198
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=
|
|
199
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
200
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
201
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=
|
|
202
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=
|
|
203
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_start=
|
|
204
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_end=
|
|
205
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_start=
|
|
206
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_end=
|
|
207
|
-
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_start=
|
|
208
|
-
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_end=
|
|
209
|
-
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_start=
|
|
210
|
-
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_end=
|
|
211
|
-
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_start=
|
|
212
|
-
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_end=
|
|
213
|
-
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_start=
|
|
214
|
-
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_end=
|
|
215
|
-
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_start=
|
|
216
|
-
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_end=
|
|
217
|
-
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_start=
|
|
218
|
-
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_end=
|
|
219
|
-
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_start=
|
|
220
|
-
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_end=
|
|
221
|
-
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_start=
|
|
222
|
-
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_end=
|
|
223
|
-
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_start=
|
|
224
|
-
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_end=
|
|
225
|
-
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_start=
|
|
226
|
-
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_end=
|
|
227
|
-
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_start=
|
|
228
|
-
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_end=
|
|
229
|
-
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_start=
|
|
230
|
-
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_end=
|
|
231
|
-
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_start=
|
|
232
|
-
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_end=
|
|
233
|
-
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_start=
|
|
234
|
-
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_end=
|
|
235
|
-
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_start=
|
|
236
|
-
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_end=
|
|
237
|
-
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_start=
|
|
238
|
-
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_end=
|
|
239
|
-
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_start=
|
|
240
|
-
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_end=
|
|
241
|
-
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_start=
|
|
242
|
-
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_end=
|
|
243
|
-
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_start=
|
|
244
|
-
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_end=
|
|
245
|
-
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_start=
|
|
246
|
-
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_end=
|
|
247
|
-
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_start=
|
|
248
|
-
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_end=
|
|
249
|
-
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_start=
|
|
250
|
-
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_end=
|
|
251
|
-
_globals['_DISABLEREGISTRYREQUEST']._serialized_start=
|
|
252
|
-
_globals['_DISABLEREGISTRYREQUEST']._serialized_end=
|
|
253
|
-
_globals['_DISABLEREGISTRYMETADATA']._serialized_start=
|
|
254
|
-
_globals['_DISABLEREGISTRYMETADATA']._serialized_end=
|
|
255
|
-
_globals['_ENABLEREGISTRYREQUEST']._serialized_start=
|
|
256
|
-
_globals['_ENABLEREGISTRYREQUEST']._serialized_end=
|
|
257
|
-
_globals['_ENABLEREGISTRYMETADATA']._serialized_start=
|
|
258
|
-
_globals['_ENABLEREGISTRYMETADATA']._serialized_end=
|
|
259
|
-
_globals['_REGISTRYSERVICE']._serialized_start=
|
|
260
|
-
_globals['_REGISTRYSERVICE']._serialized_end=
|
|
190
|
+
_globals['_CREATEREGISTRYREQUEST']._serialized_end=1226
|
|
191
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1140
|
|
192
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1185
|
|
193
|
+
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_start=1187
|
|
194
|
+
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_end=1226
|
|
195
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_start=1228
|
|
196
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_end=1273
|
|
197
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=1276
|
|
198
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=1708
|
|
199
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1140
|
|
200
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1185
|
|
201
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=1710
|
|
202
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=1755
|
|
203
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_start=1757
|
|
204
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_end=1815
|
|
205
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_start=1817
|
|
206
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_end=1862
|
|
207
|
+
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_start=1864
|
|
208
|
+
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_end=1932
|
|
209
|
+
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_start=1934
|
|
210
|
+
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_end=2040
|
|
211
|
+
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_start=2042
|
|
212
|
+
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_end=2140
|
|
213
|
+
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_start=2142
|
|
214
|
+
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_end=2216
|
|
215
|
+
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_start=2218
|
|
216
|
+
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_end=2322
|
|
217
|
+
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_start=2324
|
|
218
|
+
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_end=2429
|
|
219
|
+
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_start=2431
|
|
220
|
+
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_end=2496
|
|
221
|
+
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_start=2498
|
|
222
|
+
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_end=2595
|
|
223
|
+
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_start=2597
|
|
224
|
+
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_end=2688
|
|
225
|
+
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_start=2690
|
|
226
|
+
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_end=2761
|
|
227
|
+
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_start=2763
|
|
228
|
+
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_end=2864
|
|
229
|
+
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_start=2866
|
|
230
|
+
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_end=2968
|
|
231
|
+
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_start=2971
|
|
232
|
+
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_end=3099
|
|
233
|
+
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_start=3101
|
|
234
|
+
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_end=3217
|
|
235
|
+
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_start=3220
|
|
236
|
+
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_end=3368
|
|
237
|
+
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_start=3370
|
|
238
|
+
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_end=3482
|
|
239
|
+
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_start=3485
|
|
240
|
+
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_end=3741
|
|
241
|
+
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_start=3743
|
|
242
|
+
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_end=3824
|
|
243
|
+
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_start=3826
|
|
244
|
+
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_end=3937
|
|
245
|
+
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_start=3939
|
|
246
|
+
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_end=4035
|
|
247
|
+
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_start=4037
|
|
248
|
+
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_end=4102
|
|
249
|
+
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_start=4104
|
|
250
|
+
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_end=4211
|
|
251
|
+
_globals['_DISABLEREGISTRYREQUEST']._serialized_start=4213
|
|
252
|
+
_globals['_DISABLEREGISTRYREQUEST']._serialized_end=4264
|
|
253
|
+
_globals['_DISABLEREGISTRYMETADATA']._serialized_start=4266
|
|
254
|
+
_globals['_DISABLEREGISTRYMETADATA']._serialized_end=4318
|
|
255
|
+
_globals['_ENABLEREGISTRYREQUEST']._serialized_start=4320
|
|
256
|
+
_globals['_ENABLEREGISTRYREQUEST']._serialized_end=4370
|
|
257
|
+
_globals['_ENABLEREGISTRYMETADATA']._serialized_start=4372
|
|
258
|
+
_globals['_ENABLEREGISTRYMETADATA']._serialized_end=4423
|
|
259
|
+
_globals['_REGISTRYSERVICE']._serialized_start=4426
|
|
260
|
+
_globals['_REGISTRYSERVICE']._serialized_end=8138
|
|
261
261
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -26,7 +26,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/maintenance/v2/common.proto\x12\x1byandex.cloud.maintenance.v2\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xb3\x06\n\x0bMaintenance\x12\n\n\x02id\x18\x01 \x01(\t\x12H\n\rresource_path\x18\x02 \x03(\x0b\x32\x31.yandex.cloud.maintenance.v2.Maintenance.Resource\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12@\n\x07\x64\x65tails\x18\x04 \x03(\x0b\x32/.yandex.cloud.maintenance.v2.Maintenance.Detail\x12?\n\x06status\x18\x05 \x01(\x0e\x32/.yandex.cloud.maintenance.v2.Maintenance.Status\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12start_scheduled_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17\x63ompletion_scheduled_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16max_start_scheduled_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0csucceeded_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x63\x61ncelled_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x19\n\x11user_controllable\x18\r \x01(\x08\x1a$\n\x08Resource\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x1a$\n\x06\x44\x65tail\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"Z\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\r\n\tSUCCEEDED\x10\x03\x12\r\n\tCANCELLED\x10\x04\"\xfa\x01\n\x17ListMaintenancesRequest\x12\x1c\n\x08\x63loud_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tfolder_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bresource_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tpage_size\x18\x04 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/maintenance/v2/common.proto\x12\x1byandex.cloud.maintenance.v2\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xb3\x06\n\x0bMaintenance\x12\n\n\x02id\x18\x01 \x01(\t\x12H\n\rresource_path\x18\x02 \x03(\x0b\x32\x31.yandex.cloud.maintenance.v2.Maintenance.Resource\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12@\n\x07\x64\x65tails\x18\x04 \x03(\x0b\x32/.yandex.cloud.maintenance.v2.Maintenance.Detail\x12?\n\x06status\x18\x05 \x01(\x0e\x32/.yandex.cloud.maintenance.v2.Maintenance.Status\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12start_scheduled_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17\x63ompletion_scheduled_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16max_start_scheduled_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0csucceeded_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x63\x61ncelled_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x19\n\x11user_controllable\x18\r \x01(\x08\x1a$\n\x08Resource\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x1a$\n\x06\x44\x65tail\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"Z\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\r\n\tSUCCEEDED\x10\x03\x12\r\n\tCANCELLED\x10\x04\"\xfa\x01\n\x17ListMaintenancesRequest\x12\x1c\n\x08\x63loud_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tfolder_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bresource_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tpage_size\x18\x04 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=500\x12\x1b\n\x08order_by\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x19\n\x06\x66ilter\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=100B\x0b\n\tcontainer\"s\n\x18ListMaintenancesResponse\x12>\n\x0cmaintenances\x18\x01 \x03(\x0b\x32(.yandex.cloud.maintenance.v2.Maintenance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"=\n\x15GetMaintenanceRequest\x12$\n\x0emaintenance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xaa\x02\n\x1cRescheduleMaintenanceRequest\x12$\n\x0emaintenance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12W\n\x0freschedule_type\x18\x02 \x01(\x0e\x32>.yandex.cloud.maintenance.v2.RescheduleMaintenanceRequest.Type\x12\x30\n\x0cscheduled_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"Y\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tIMMEDIATE\x10\x01\x12\x19\n\x15NEXT_AVAILABLE_WINDOW\x10\x02\x12\x11\n\rSPECIFIC_TIME\x10\x03\x42n\n\x1fyandex.cloud.api.maintenance.v2ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/maintenance/v2;maintenanceb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,7 +43,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
44
44
|
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
45
45
|
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
46
|
-
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=
|
|
46
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=500'
|
|
47
47
|
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['order_by']._loaded_options = None
|
|
48
48
|
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['order_by']._serialized_options = b'\212\3101\005<=100'
|
|
49
49
|
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
@@ -202,7 +202,7 @@ class ListMaintenancesRequest(google.protobuf.message.Message):
|
|
|
202
202
|
order_by: builtins.str
|
|
203
203
|
"""By which field the listing should be ordered and in which direction,
|
|
204
204
|
format is "created_at desc". The default sorting order is ascending.
|
|
205
|
-
Supported fields: ["created_at", "
|
|
205
|
+
Supported fields: ["created_at", "start_scheduled_at", "started_at"].
|
|
206
206
|
"""
|
|
207
207
|
filter: builtins.str
|
|
208
208
|
"""Filter list by various fields.
|
|
@@ -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\"\xbe\x82\x01\n\x10\x43lickhouseConfig\x12\x42\n\x14\x62\x61\x63kground_pool_size\x18! \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12R\n-background_merges_mutations_concurrency_ratio\x18\x30 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12K\n\x1d\x62\x61\x63kground_schedule_pool_size\x18\" \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12J\n\x1c\x62\x61\x63kground_fetches_pool_size\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12G\n\x19\x62\x61\x63kground_move_pool_size\x18\' \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12W\n)background_distributed_schedule_pool_size\x18( \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12X\n*background_buffer_flush_schedule_pool_size\x18) \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12Z\n,background_message_broker_schedule_pool_size\x18. \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12I\n\x1b\x62\x61\x63kground_common_pool_size\x18/ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12:\n\x16\x64ictionaries_lazy_load\x18\x44 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12S\n\tlog_level\x18\x01 \x01(\x0e\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.LogLevel\x12\x46\n\x18query_log_retention_size\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x18query_log_retention_time\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12<\n\x18query_thread_log_enabled\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12M\n\x1fquery_thread_log_retention_size\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12M\n\x1fquery_thread_log_retention_time\x18\x14 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x45\n\x17part_log_retention_size\x18\x15 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x45\n\x17part_log_retention_time\x18\x16 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x36\n\x12metric_log_enabled\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n\x19metric_log_retention_size\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12G\n\x19metric_log_retention_time\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x12S\n%processors_profile_log_retention_size\x18H \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12S\n%processors_profile_log_retention_time\x18I \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x35\n\x11\x65rror_log_enabled\x18K \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x46\n\x18\x65rror_log_retention_size\x18L \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x18\x65rror_log_retention_time\x18M \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12v\n\x1b\x61\x63\x63\x65ss_control_improvements\x18J \x01(\x0b\x32Q.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.AccessControlImprovements\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>=50\x12\x44\n\x16max_table_size_to_drop\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12H\n\x1amax_partition_size_to_drop\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x34\n\x0fmark_cache_size\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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\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\x12\x42\n\x14\x61sync_insert_threads\x18O \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x33\n\x0e\x62\x61\x63kup_threads\x18P \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x0frestore_threads\x18Q \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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\x65\n\x13query_masking_rules\x18\x43 \x03(\x0b\x32H.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.QueryMaskingRule\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\x12\x32\n\x0emysql_protocol\x18N \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12M\n$builtin_dictionaries_reload_interval\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x02\x18\x01\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\x1a\xac\x19\n\tMergeTree\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\x12L\n\x1einactive_parts_to_delay_insert\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n\x1einactive_parts_to_throw_insert\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x12\x37\n\x12max_parts_in_total\x18\x11 \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\x12W\n2number_of_free_entries_in_pool_to_execute_mutation\x18\x14 \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\x12U\n\'max_bytes_to_merge_at_max_space_in_pool\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x42\n\x14\x63leanup_delay_period\x18\x13 \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\x46\n\x18merge_selecting_sleep_ms\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12J\n\x1cmax_merge_selecting_sleep_ms\x18\x1b \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\x39\n\x14merge_max_block_size\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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\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\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\x12\x37\n\x13ttl_only_drop_parts\x18\r \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\x12J\n%max_number_of_merges_with_ttl_in_pool\x18\x12 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n materialize_ttl_recalculate_only\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x42\n\x1e\x63heck_sample_column_is_correct\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12M\n%allow_remote_fs_zero_copy_replication\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01\"\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\x8f\x02\n\x0b\x43ompression\x12`\n\x06method\x18\x01 \x01(\x0e\x32J.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Compression.MethodB\x04\xe8\xc7\x31\x01\x12\x15\n\rmin_part_size\x18\x02 \x01(\x03\x12\x1b\n\x13min_part_size_ratio\x18\x03 \x01(\x01\x12*\n\x05level\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\">\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03LZ4\x10\x01\x12\x08\n\x04ZSTD\x10\x02\x12\t\n\x05LZ4HC\x10\x03\x1a\xe9 \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\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\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\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\x99\x06\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\x1e\n\rsize_in_cells\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12;\n\x17\x61llow_read_expired_keys\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12&\n\x15max_update_queue_size\x18\x06 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x37\n&update_queue_push_timeout_milliseconds\x18\x07 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x30\n\x1fquery_wait_timeout_milliseconds\x18\x08 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12(\n\x17max_threads_for_updates\x18\t \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12#\n\x12initial_array_size\x18\n \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x1f\n\x0emax_array_size\x18\x03 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\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\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\xfa\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\x12\n\x04user\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x05 \x01(\t\x12p\n\x08replicas\x18\x06 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MysqlSource.Replica\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|\n\x07Replica\x12\x1b\n\x04host\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=253\x12\x19\n\x08priority\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=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\xaa\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\x1b\n\x04host\x18\x03 \x01(\tB\r\xe8\xc7\x31\x01\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\x83\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\r\n\x05hosts\x18\x03 \x03(\t\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\x42\x10\n\x08lifetime\x12\x04\xc0\xc1\x31\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x1a\xc2\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\xc5\x01\n\x07Pattern\x12\x0e\n\x06regexp\x18\x01 \x01(\t\x12\x10\n\x08\x66unction\x18\x02 \x01(\t\x12k\n\tretention\x18\x03 \x03(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup.Pattern.Retention\x1a+\n\tRetention\x12\x0b\n\x03\x61ge\x18\x01 \x01(\x03\x12\x11\n\tprecision\x18\x02 \x01(\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\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\x1aX\n\nJdbcBridge\x12\x12\n\x04host\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x36\n\x04port\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x30-65535\"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\"\x99\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\x12R\n\x0buser_config\x18\x02 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x04\xe8\xc7\x31\x01\x12U\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x04\xe8\xc7\x31\x01\x42\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\"\x8c\x84\x01\n\x10\x43lickhouseConfig\x12\x42\n\x14\x62\x61\x63kground_pool_size\x18! \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12R\n-background_merges_mutations_concurrency_ratio\x18\x30 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12K\n\x1d\x62\x61\x63kground_schedule_pool_size\x18\" \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12J\n\x1c\x62\x61\x63kground_fetches_pool_size\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12G\n\x19\x62\x61\x63kground_move_pool_size\x18\' \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12W\n)background_distributed_schedule_pool_size\x18( \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12X\n*background_buffer_flush_schedule_pool_size\x18) \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12Z\n,background_message_broker_schedule_pool_size\x18. \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12I\n\x1b\x62\x61\x63kground_common_pool_size\x18/ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=1\x12:\n\x16\x64ictionaries_lazy_load\x18\x44 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12S\n\tlog_level\x18\x01 \x01(\x0e\x32@.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.LogLevel\x12\x46\n\x18query_log_retention_size\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x18query_log_retention_time\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12<\n\x18query_thread_log_enabled\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12M\n\x1fquery_thread_log_retention_size\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12M\n\x1fquery_thread_log_retention_time\x18\x14 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x45\n\x17part_log_retention_size\x18\x15 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x45\n\x17part_log_retention_time\x18\x16 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x36\n\x12metric_log_enabled\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n\x19metric_log_retention_size\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12G\n\x19metric_log_retention_time\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x12S\n%processors_profile_log_retention_size\x18H \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12S\n%processors_profile_log_retention_time\x18I \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x35\n\x11\x65rror_log_enabled\x18K \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x46\n\x18\x65rror_log_retention_size\x18L \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x18\x65rror_log_retention_time\x18M \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12v\n\x1b\x61\x63\x63\x65ss_control_improvements\x18J \x01(\x0b\x32Q.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.AccessControlImprovements\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>=50\x12\x44\n\x16max_table_size_to_drop\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12H\n\x1amax_partition_size_to_drop\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x34\n\x0fmark_cache_size\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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\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\x12\x42\n\x14\x61sync_insert_threads\x18O \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x33\n\x0e\x62\x61\x63kup_threads\x18P \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x0frestore_threads\x18Q \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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\x65\n\x13query_masking_rules\x18\x43 \x03(\x0b\x32H.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.QueryMaskingRule\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\x12\x32\n\x0emysql_protocol\x18N \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n\rcustom_macros\x18R \x03(\x0b\x32=.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Macro\x12M\n$builtin_dictionaries_reload_interval\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x02\x18\x01\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\x1a\xac\x19\n\tMergeTree\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\x12L\n\x1einactive_parts_to_delay_insert\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n\x1einactive_parts_to_throw_insert\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x12\x37\n\x12max_parts_in_total\x18\x11 \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\x12W\n2number_of_free_entries_in_pool_to_execute_mutation\x18\x14 \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\x12U\n\'max_bytes_to_merge_at_max_space_in_pool\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\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\x42\n\x14\x63leanup_delay_period\x18\x13 \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\x46\n\x18merge_selecting_sleep_ms\x18\x18 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12J\n\x1cmax_merge_selecting_sleep_ms\x18\x1b \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\x39\n\x14merge_max_block_size\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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\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\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\x12\x37\n\x13ttl_only_drop_parts\x18\r \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\x12J\n%max_number_of_merges_with_ttl_in_pool\x18\x12 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n materialize_ttl_recalculate_only\x18\x1f \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x42\n\x1e\x63heck_sample_column_is_correct\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12M\n%allow_remote_fs_zero_copy_replication\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01\"\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\x8f\x02\n\x0b\x43ompression\x12`\n\x06method\x18\x01 \x01(\x0e\x32J.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.Compression.MethodB\x04\xe8\xc7\x31\x01\x12\x15\n\rmin_part_size\x18\x02 \x01(\x03\x12\x1b\n\x13min_part_size_ratio\x18\x03 \x01(\x01\x12*\n\x05level\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\">\n\x06Method\x12\x16\n\x12METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03LZ4\x10\x01\x12\x08\n\x04ZSTD\x10\x02\x12\t\n\x05LZ4HC\x10\x03\x1a\xe9 \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\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\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\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\x99\x06\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\x1e\n\rsize_in_cells\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12;\n\x17\x61llow_read_expired_keys\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12&\n\x15max_update_queue_size\x18\x06 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x37\n&update_queue_push_timeout_milliseconds\x18\x07 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x30\n\x1fquery_wait_timeout_milliseconds\x18\x08 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12(\n\x17max_threads_for_updates\x18\t \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12#\n\x12initial_array_size\x18\n \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12\x1f\n\x0emax_array_size\x18\x03 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\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\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\xfa\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\x12\n\x04user\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x10\n\x08password\x18\x05 \x01(\t\x12p\n\x08replicas\x18\x06 \x03(\x0b\x32^.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.ExternalDictionary.MysqlSource.Replica\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|\n\x07Replica\x12\x1b\n\x04host\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=253\x12\x19\n\x08priority\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=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\xaa\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\x1b\n\x04host\x18\x03 \x01(\tB\r\xe8\xc7\x31\x01\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\x83\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\r\n\x05hosts\x18\x03 \x03(\t\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\x42\x10\n\x08lifetime\x12\x04\xc0\xc1\x31\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x1a\xc2\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\xc5\x01\n\x07Pattern\x12\x0e\n\x06regexp\x18\x01 \x01(\t\x12\x10\n\x08\x66unction\x18\x02 \x01(\t\x12k\n\tretention\x18\x03 \x03(\x0b\x32X.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfig.GraphiteRollup.Pattern.Retention\x1a+\n\tRetention\x12\x0b\n\x03\x61ge\x18\x01 \x01(\x03\x12\x11\n\tprecision\x18\x02 \x01(\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\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\x1aR\n\nJdbcBridge\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x36\n\x04port\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x30-65535\x1a|\n\x05Macro\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-zA-Z0-9_][a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\x12\x39\n\x05value\x18\x02 \x01(\tB*\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-zA-Z0-9_][a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=63\"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\"\x99\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\x12R\n\x0buser_config\x18\x02 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x04\xe8\xc7\x31\x01\x12U\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x37.yandex.cloud.mdb.clickhouse.v1.config.ClickhouseConfigB\x04\xe8\xc7\x31\x01\x42\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)
|
|
@@ -164,10 +164,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
164
164
|
_globals['_CLICKHOUSECONFIG_QUERYCACHE'].fields_by_name['max_entry_size_in_bytes']._serialized_options = b'\372\3071\003>=0'
|
|
165
165
|
_globals['_CLICKHOUSECONFIG_QUERYCACHE'].fields_by_name['max_entry_size_in_rows']._loaded_options = None
|
|
166
166
|
_globals['_CLICKHOUSECONFIG_QUERYCACHE'].fields_by_name['max_entry_size_in_rows']._serialized_options = b'\372\3071\003>=0'
|
|
167
|
-
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE'].fields_by_name['host']._loaded_options = None
|
|
168
|
-
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE'].fields_by_name['host']._serialized_options = b'\350\3071\001'
|
|
169
167
|
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE'].fields_by_name['port']._loaded_options = None
|
|
170
168
|
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE'].fields_by_name['port']._serialized_options = b'\372\3071\0070-65535'
|
|
169
|
+
_globals['_CLICKHOUSECONFIG_MACRO'].fields_by_name['name']._loaded_options = None
|
|
170
|
+
_globals['_CLICKHOUSECONFIG_MACRO'].fields_by_name['name']._serialized_options = b'\350\3071\001\362\3071\032[a-zA-Z0-9_][a-zA-Z0-9_-]*\212\3101\004<=63'
|
|
171
|
+
_globals['_CLICKHOUSECONFIG_MACRO'].fields_by_name['value']._loaded_options = None
|
|
172
|
+
_globals['_CLICKHOUSECONFIG_MACRO'].fields_by_name['value']._serialized_options = b'\350\3071\001\362\3071\032[a-zA-Z0-9_][a-zA-Z0-9_-]*\212\3101\004<=63'
|
|
171
173
|
_globals['_CLICKHOUSECONFIG'].fields_by_name['background_pool_size']._loaded_options = None
|
|
172
174
|
_globals['_CLICKHOUSECONFIG'].fields_by_name['background_pool_size']._serialized_options = b'\372\3071\003>=1'
|
|
173
175
|
_globals['_CLICKHOUSECONFIG'].fields_by_name['background_schedule_pool_size']._loaded_options = None
|
|
@@ -251,79 +253,81 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
251
253
|
_globals['_CLICKHOUSECONFIGSET'].fields_by_name['default_config']._loaded_options = None
|
|
252
254
|
_globals['_CLICKHOUSECONFIGSET'].fields_by_name['default_config']._serialized_options = b'\350\3071\001'
|
|
253
255
|
_globals['_CLICKHOUSECONFIG']._serialized_start=162
|
|
254
|
-
_globals['_CLICKHOUSECONFIG']._serialized_end=
|
|
255
|
-
_globals['_CLICKHOUSECONFIG_ACCESSCONTROLIMPROVEMENTS']._serialized_start=
|
|
256
|
-
_globals['_CLICKHOUSECONFIG_ACCESSCONTROLIMPROVEMENTS']._serialized_end=
|
|
257
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_start=
|
|
258
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_end=
|
|
259
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_start=
|
|
260
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_end=
|
|
261
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_start=
|
|
262
|
-
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_end=
|
|
263
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_start=
|
|
264
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_end=
|
|
265
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_start=
|
|
266
|
-
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_end=
|
|
267
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_start=
|
|
268
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_end=
|
|
269
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_start=
|
|
270
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_end=
|
|
271
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_start=
|
|
272
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_end=
|
|
273
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_start=
|
|
274
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_end=
|
|
275
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_start=
|
|
276
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_end=
|
|
277
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_start=
|
|
278
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_end=
|
|
279
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_start=
|
|
280
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_end=
|
|
281
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_start=
|
|
282
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_end=
|
|
283
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_start=
|
|
284
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_end=
|
|
285
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_start=
|
|
286
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_end=
|
|
287
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_start=
|
|
288
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_end=
|
|
289
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_start=
|
|
290
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_end=
|
|
291
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_start=
|
|
292
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_end=
|
|
293
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_start=
|
|
294
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_end=
|
|
295
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_start=
|
|
296
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_end=
|
|
297
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_start=
|
|
298
|
-
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_end=
|
|
299
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_start=
|
|
300
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_end=
|
|
301
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_start=
|
|
302
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_end=
|
|
303
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_start=
|
|
304
|
-
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_end=
|
|
305
|
-
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_start=
|
|
306
|
-
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_end=
|
|
307
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_start=
|
|
308
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_end=
|
|
309
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_start=
|
|
310
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_end=
|
|
311
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_start=
|
|
312
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_end=
|
|
313
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_start=
|
|
314
|
-
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_end=
|
|
315
|
-
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_start=
|
|
316
|
-
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_end=
|
|
317
|
-
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_start=
|
|
318
|
-
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_end=
|
|
319
|
-
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_start=
|
|
320
|
-
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_end=
|
|
321
|
-
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_start=
|
|
322
|
-
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_end=
|
|
323
|
-
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_start=
|
|
324
|
-
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_end=
|
|
325
|
-
_globals['
|
|
326
|
-
_globals['
|
|
327
|
-
_globals['
|
|
328
|
-
_globals['
|
|
256
|
+
_globals['_CLICKHOUSECONFIG']._serialized_end=17070
|
|
257
|
+
_globals['_CLICKHOUSECONFIG_ACCESSCONTROLIMPROVEMENTS']._serialized_start=6160
|
|
258
|
+
_globals['_CLICKHOUSECONFIG_ACCESSCONTROLIMPROVEMENTS']._serialized_end=6344
|
|
259
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_start=6347
|
|
260
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE']._serialized_end=9591
|
|
261
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_start=9089
|
|
262
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_DEDUPLICATEMERGEPROJECTIONMODE']._serialized_end=9354
|
|
263
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_start=9357
|
|
264
|
+
_globals['_CLICKHOUSECONFIG_MERGETREE_LIGHTWEIGHTMUTATIONPROJECTIONMODE']._serialized_end=9591
|
|
265
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_start=9594
|
|
266
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION']._serialized_end=9865
|
|
267
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_start=9803
|
|
268
|
+
_globals['_CLICKHOUSECONFIG_COMPRESSION_METHOD']._serialized_end=9865
|
|
269
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_start=9868
|
|
270
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY']._serialized_end=14069
|
|
271
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_start=10843
|
|
272
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE']._serialized_end=11705
|
|
273
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_start=11414
|
|
274
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ID']._serialized_end=11438
|
|
275
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_start=11441
|
|
276
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_KEY']._serialized_end=11570
|
|
277
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_start=11573
|
|
278
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_STRUCTURE_ATTRIBUTE']._serialized_end=11705
|
|
279
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_start=11708
|
|
280
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT']._serialized_end=12501
|
|
281
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_start=12246
|
|
282
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_LAYOUT_TYPE']._serialized_end=12501
|
|
283
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_start=12503
|
|
284
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_RANGE']._serialized_end=12536
|
|
285
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_start=12539
|
|
286
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE']._serialized_end=12754
|
|
287
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_start=12705
|
|
288
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_HTTPSOURCE_HEADER']._serialized_end=12754
|
|
289
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_start=12757
|
|
290
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE']._serialized_end=13263
|
|
291
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_start=13139
|
|
292
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MYSQLSOURCE_REPLICA']._serialized_end=13263
|
|
293
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_start=13266
|
|
294
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_CLICKHOUSESOURCE']._serialized_end=13472
|
|
295
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_start=13475
|
|
296
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_MONGODBSOURCE']._serialized_end=13645
|
|
297
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_start=13648
|
|
298
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE']._serialized_end=14035
|
|
299
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_start=13932
|
|
300
|
+
_globals['_CLICKHOUSECONFIG_EXTERNALDICTIONARY_POSTGRESQLSOURCE_SSLMODE']._serialized_end=14035
|
|
301
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_start=14072
|
|
302
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP']._serialized_end=14522
|
|
303
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_start=14325
|
|
304
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN']._serialized_end=14522
|
|
305
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_start=14479
|
|
306
|
+
_globals['_CLICKHOUSECONFIG_GRAPHITEROLLUP_PATTERN_RETENTION']._serialized_end=14522
|
|
307
|
+
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_start=14525
|
|
308
|
+
_globals['_CLICKHOUSECONFIG_KAFKA']._serialized_end=16221
|
|
309
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_start=15186
|
|
310
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SECURITYPROTOCOL']._serialized_end=15369
|
|
311
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_start=15372
|
|
312
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_SASLMECHANISM']._serialized_end=15540
|
|
313
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_start=15543
|
|
314
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_DEBUG']._serialized_end=15952
|
|
315
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_start=15955
|
|
316
|
+
_globals['_CLICKHOUSECONFIG_KAFKA_AUTOOFFSETRESET']._serialized_end=16221
|
|
317
|
+
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_start=16223
|
|
318
|
+
_globals['_CLICKHOUSECONFIG_KAFKATOPIC']._serialized_end=16342
|
|
319
|
+
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_start=16344
|
|
320
|
+
_globals['_CLICKHOUSECONFIG_RABBITMQ']._serialized_end=16405
|
|
321
|
+
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_start=16407
|
|
322
|
+
_globals['_CLICKHOUSECONFIG_QUERYMASKINGRULE']._serialized_end=16478
|
|
323
|
+
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_start=16481
|
|
324
|
+
_globals['_CLICKHOUSECONFIG_QUERYCACHE']._serialized_end=16758
|
|
325
|
+
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_start=16760
|
|
326
|
+
_globals['_CLICKHOUSECONFIG_JDBCBRIDGE']._serialized_end=16842
|
|
327
|
+
_globals['_CLICKHOUSECONFIG_MACRO']._serialized_start=16844
|
|
328
|
+
_globals['_CLICKHOUSECONFIG_MACRO']._serialized_end=16968
|
|
329
|
+
_globals['_CLICKHOUSECONFIG_LOGLEVEL']._serialized_start=16970
|
|
330
|
+
_globals['_CLICKHOUSECONFIG_LOGLEVEL']._serialized_end=17070
|
|
331
|
+
_globals['_CLICKHOUSECONFIGSET']._serialized_start=17073
|
|
332
|
+
_globals['_CLICKHOUSECONFIGSET']._serialized_end=17354
|
|
329
333
|
# @@protoc_insertion_point(module_scope)
|