yandexcloud 0.360.0__py3-none-any.whl → 0.362.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.
- yandex/cloud/airflow/v1/cluster_pb2.py +32 -28
- yandex/cloud/airflow/v1/cluster_pb2.pyi +31 -2
- yandex/cloud/airflow/v1/cluster_service_pb2.py +26 -26
- yandex/cloud/airflow/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/audittrails/v1/trail_pb2.py +47 -43
- yandex/cloud/audittrails/v1/trail_pb2.pyi +23 -3
- yandex/cloud/baremetal/v1alpha/configuration_pb2.py +10 -6
- yandex/cloud/baremetal/v1alpha/configuration_pb2.pyi +10 -2
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.py +15 -15
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.pyi +4 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.py +9 -9
- yandex/cloud/clouddesktop/v1/desktop_pb2.pyi +4 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +1 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +29 -21
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +60 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +45 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +26 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +14 -14
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +4 -1
- yandex/cloud/iam/v1/access_analyzer_service_pb2.py +56 -0
- yandex/cloud/iam/v1/access_analyzer_service_pb2.pyi +105 -0
- yandex/cloud/iam/v1/access_analyzer_service_pb2_grpc.py +101 -0
- yandex/cloud/iam/v1/access_analyzer_service_pb2_grpc.pyi +50 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +18 -18
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +24 -0
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +2 -2
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1 -1
- yandex/cloud/mdb/clickhouse/v1/version_pb2.py +2 -2
- yandex/cloud/mdb/clickhouse/v1/version_pb2.pyi +5 -1
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +111 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
- yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host10_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host11_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host12_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host13_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host14_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host15_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2.py +81 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2.py +81 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2.py +181 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2.pyi +1130 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2.py +181 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2.pyi +1122 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py +30 -28
- yandex/cloud/mdb/redis/v1/cluster_pb2.py +30 -18
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +100 -2
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +4 -4
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +127 -159
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +0 -93
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +0 -131
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +0 -57
- yandex/cloud/mdb/spqr/v1/database_service_pb2.py +13 -25
- yandex/cloud/mdb/spqr/v1/database_service_pb2.pyi +0 -35
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.py +0 -44
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.pyi +0 -20
- yandex/cloud/mdb/spqr/v1/user_service_pb2.py +17 -29
- yandex/cloud/mdb/spqr/v1/user_service_pb2.pyi +0 -35
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.py +0 -44
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.pyi +0 -20
- yandex/cloud/organizationmanager/v1/group_service_pb2.py +21 -3
- yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +102 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.py +44 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.pyi +20 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2.py +8 -6
- yandex/cloud/searchapi/v2/img_search_service_pb2.pyi +0 -1
- yandex/cloud/speechsense/v1/analysis/assistants_pb2.py +41 -0
- yandex/cloud/speechsense/v1/analysis/assistants_pb2.pyi +83 -0
- yandex/cloud/speechsense/v1/analysis/assistants_pb2_grpc.py +24 -0
- yandex/cloud/speechsense/v1/analysis/assistants_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/assistant_pb2.py +48 -0
- yandex/cloud/speechsense/v1/assistant_pb2.pyi +178 -0
- yandex/cloud/speechsense/v1/assistant_pb2_grpc.py +24 -0
- yandex/cloud/speechsense/v1/assistant_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2.py +51 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2.pyi +76 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2_grpc.py +142 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2_grpc.pyi +64 -0
- yandex/cloud/speechsense/v1/talk_pb2.py +16 -15
- yandex/cloud/speechsense/v1/talk_pb2.pyi +9 -2
- yandex/cloud/trino/v1/catalog_pb2.py +96 -84
- yandex/cloud/trino/v1/catalog_pb2.pyi +56 -3
- yandex/cloud/video/v1/video_service_pb2.py +54 -52
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/RECORD +129 -97
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/top_level.txt +0 -0
|
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/mdb/postgresql/v1/config/host17.proto\x12%yandex.cloud.mdb.postgresql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/mdb/postgresql/v1/config/host17.proto\x12%yandex.cloud.mdb.postgresql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xc4/\n\x16PostgresqlHostConfig17\x12=\n\x18recovery_min_apply_delay\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0eshared_buffers\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x31\n\x0ctemp_buffers\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12-\n\x08work_mem\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x0ftemp_file_limit\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x13\x62\x61\x63kend_flush_after\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-2048\x12@\n\x1bmax_standby_streaming_delay\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12o\n\x14\x63onstraint_exclusion\x18\t \x01(\x0e\x32Q.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.ConstraintExclusion\x12;\n\x15\x63ursor_tuple_fraction\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12J\n\x13\x66rom_collapse_limit\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12J\n\x13join_collapse_limit\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12n\n\x14\x64\x65\x62ug_parallel_query\x18\r \x01(\x0e\x32P.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.DebugParallelQuery\x12\x63\n\x13\x63lient_min_messages\x18\x0e \x01(\x0e\x32\x46.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.LogLevel\x12`\n\x10log_min_messages\x18\x0f \x01(\x0e\x32\x46.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.LogLevel\x12g\n\x17log_min_error_statement\x18\x10 \x01(\x0e\x32\x46.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.LogLevel\x12?\n\x1alog_min_duration_statement\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0flog_checkpoints\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0flog_connections\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12log_disconnections\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\x0clog_duration\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12l\n\x13log_error_verbosity\x18\x16 \x01(\x0e\x32O.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.LogErrorVerbosity\x12\x32\n\x0elog_lock_waits\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x61\n\rlog_statement\x18\x18 \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.LogStatement\x12\x33\n\x0elog_temp_files\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x13\n\x0bsearch_path\x18\x1a \x01(\t\x12\x30\n\x0crow_security\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12y\n\x1d\x64\x65\x66\x61ult_transaction_isolation\x18\x1c \x01(\x0e\x32R.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.TransactionIsolation\x12\x36\n\x11statement_timeout\x18\x1d \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x0clock_timeout\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-2147483647\x12Z\n#idle_in_transaction_session_timeout\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-2147483647\x12_\n\x0c\x62ytea_output\x18 \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.ByteaOutput\x12Z\n\txmlbinary\x18! \x01(\x0e\x32G.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.XmlBinary\x12Z\n\txmloption\x18\" \x01(\x0e\x32G.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.XmlOption\x12;\n\x16gin_pending_list_limit\x18# \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12G\n\x10\x64\x65\x61\x64lock_timeout\x18$ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12>\n\x19max_locks_per_transaction\x18% \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1emax_pred_locks_per_transaction\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12/\n\x0b\x61rray_nulls\x18\' \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x65\n\x0f\x62\x61\x63kslash_quote\x18( \x01(\x0e\x32L.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17.BackslashQuote\x12\x35\n\x11\x64\x65\x66\x61ult_with_oids\x18) \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15\x65scape_string_warning\x18* \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14lo_compat_privileges\x18+ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15quote_all_identifiers\x18- \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12?\n\x1bstandard_conforming_strings\x18. \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14synchronize_seqscans\x18/ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15transform_null_equals\x18\x30 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rexit_on_error\x18\x31 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\rseq_page_cost\x18\x32 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10random_page_cost\x18\x33 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x11\x65nable_bitmapscan\x18\x36 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_hashagg\x18\x37 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_hashjoin\x18\x38 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x65nable_indexscan\x18\x39 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14\x65nable_indexonlyscan\x18: \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_material\x18; \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x65nable_mergejoin\x18< \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_nestloop\x18= \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_seqscan\x18> \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b\x65nable_sort\x18? \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_tidscan\x18@ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x45\n\x14max_parallel_workers\x18\x41 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1024\x12P\n\x1fmax_parallel_workers_per_gather\x18\x42 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1024\x12\x10\n\x08timezone\x18\x43 \x01(\t\x12I\n\x18\x65\x66\x66\x65\x63tive_io_concurrency\x18\x44 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1000\x12M\n\x14\x65\x66\x66\x65\x63tive_cache_size\x18\x45 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x30-549755813888\"\x9a\x01\n\x0e\x42\x61\x63kslashQuote\x12\x1f\n\x1b\x42\x41\x43KSLASH_QUOTE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x42\x41\x43KSLASH_QUOTE\x10\x01\x12\x16\n\x12\x42\x41\x43KSLASH_QUOTE_ON\x10\x02\x12\x17\n\x13\x42\x41\x43KSLASH_QUOTE_OFF\x10\x03\x12!\n\x1d\x42\x41\x43KSLASH_QUOTE_SAFE_ENCODING\x10\x04\"[\n\x0b\x42yteaOutput\x12\x1c\n\x18\x42YTEA_OUTPUT_UNSPECIFIED\x10\x00\x12\x14\n\x10\x42YTEA_OUTPUT_HEX\x10\x01\x12\x18\n\x14\x42YTEA_OUTPUT_ESCAPED\x10\x02\"\x9a\x01\n\x13\x43onstraintExclusion\x12$\n CONSTRAINT_EXCLUSION_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43ONSTRAINT_EXCLUSION_ON\x10\x01\x12\x1c\n\x18\x43ONSTRAINT_EXCLUSION_OFF\x10\x02\x12\"\n\x1e\x43ONSTRAINT_EXCLUSION_PARTITION\x10\x03\"\x97\x01\n\x12\x44\x65\x62ugParallelQuery\x12$\n DEBUG_PARALLEL_QUERY_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x44\x45\x42UG_PARALLEL_QUERY_ON\x10\x01\x12\x1c\n\x18\x44\x45\x42UG_PARALLEL_QUERY_OFF\x10\x02\x12 \n\x1c\x44\x45\x42UG_PARALLEL_QUERY_REGRESS\x10\x03\"\x92\x01\n\x11\x46orceParallelMode\x12#\n\x1f\x46ORCE_PARALLEL_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x46ORCE_PARALLEL_MODE_ON\x10\x01\x12\x1b\n\x17\x46ORCE_PARALLEL_MODE_OFF\x10\x02\x12\x1f\n\x1b\x46ORCE_PARALLEL_MODE_REGRESS\x10\x03\"\x99\x01\n\x11LogErrorVerbosity\x12#\n\x1fLOG_ERROR_VERBOSITY_UNSPECIFIED\x10\x00\x12\x1d\n\x19LOG_ERROR_VERBOSITY_TERSE\x10\x01\x12\x1f\n\x1bLOG_ERROR_VERBOSITY_DEFAULT\x10\x02\x12\x1f\n\x1bLOG_ERROR_VERBOSITY_VERBOSE\x10\x03\"\xa6\x02\n\x08LogLevel\x12\x19\n\x15LOG_LEVEL_UNSPECIFIED\x10\x00\x12\x14\n\x10LOG_LEVEL_DEBUG5\x10\x01\x12\x14\n\x10LOG_LEVEL_DEBUG4\x10\x02\x12\x14\n\x10LOG_LEVEL_DEBUG3\x10\x03\x12\x14\n\x10LOG_LEVEL_DEBUG2\x10\x04\x12\x14\n\x10LOG_LEVEL_DEBUG1\x10\x05\x12\x12\n\x0eLOG_LEVEL_INFO\x10\x0c\x12\x11\n\rLOG_LEVEL_LOG\x10\x06\x12\x14\n\x10LOG_LEVEL_NOTICE\x10\x07\x12\x15\n\x11LOG_LEVEL_WARNING\x10\x08\x12\x13\n\x0fLOG_LEVEL_ERROR\x10\t\x12\x13\n\x0fLOG_LEVEL_FATAL\x10\n\x12\x13\n\x0fLOG_LEVEL_PANIC\x10\x0b\"\x8a\x01\n\x0cLogStatement\x12\x1d\n\x19LOG_STATEMENT_UNSPECIFIED\x10\x00\x12\x16\n\x12LOG_STATEMENT_NONE\x10\x01\x12\x15\n\x11LOG_STATEMENT_DDL\x10\x02\x12\x15\n\x11LOG_STATEMENT_MOD\x10\x03\x12\x15\n\x11LOG_STATEMENT_ALL\x10\x04\"\xe6\x01\n\x14TransactionIsolation\x12%\n!TRANSACTION_ISOLATION_UNSPECIFIED\x10\x00\x12*\n&TRANSACTION_ISOLATION_READ_UNCOMMITTED\x10\x01\x12(\n$TRANSACTION_ISOLATION_READ_COMMITTED\x10\x02\x12)\n%TRANSACTION_ISOLATION_REPEATABLE_READ\x10\x03\x12&\n\"TRANSACTION_ISOLATION_SERIALIZABLE\x10\x04\"R\n\tXmlBinary\x12\x1a\n\x16XML_BINARY_UNSPECIFIED\x10\x00\x12\x15\n\x11XML_BINARY_BASE64\x10\x01\x12\x12\n\x0eXML_BINARY_HEX\x10\x02\"X\n\tXmlOption\x12\x1a\n\x16XML_OPTION_UNSPECIFIED\x10\x00\x12\x17\n\x13XML_OPTION_DOCUMENT\x10\x01\x12\x16\n\x12XML_OPTION_CONTENT\x10\x02J\x04\x08\x07\x10\x08J\x04\x08,\x10-J\x04\x08\x34\x10\x36\x42\x81\x01\n)yandex.cloud.api.mdb.postgresql.v1.configZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/postgresql/v1/config;postgresqlb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -44,6 +44,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
44
44
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['lock_timeout']._serialized_options = b'\372\3071\0140-2147483647'
|
|
45
45
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['idle_in_transaction_session_timeout']._loaded_options = None
|
|
46
46
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['idle_in_transaction_session_timeout']._serialized_options = b'\372\3071\0140-2147483647'
|
|
47
|
+
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['deadlock_timeout']._loaded_options = None
|
|
48
|
+
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['deadlock_timeout']._serialized_options = b'\372\3071\0141-2147483647'
|
|
47
49
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['max_parallel_workers']._loaded_options = None
|
|
48
50
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['max_parallel_workers']._serialized_options = b'\372\3071\0060-1024'
|
|
49
51
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['max_parallel_workers_per_gather']._loaded_options = None
|
|
@@ -53,27 +55,27 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
53
55
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['effective_cache_size']._loaded_options = None
|
|
54
56
|
_globals['_POSTGRESQLHOSTCONFIG17'].fields_by_name['effective_cache_size']._serialized_options = b'\372\3071\0160-549755813888'
|
|
55
57
|
_globals['_POSTGRESQLHOSTCONFIG17']._serialized_start=157
|
|
56
|
-
_globals['_POSTGRESQLHOSTCONFIG17']._serialized_end=
|
|
57
|
-
_globals['_POSTGRESQLHOSTCONFIG17_BACKSLASHQUOTE']._serialized_start=
|
|
58
|
-
_globals['_POSTGRESQLHOSTCONFIG17_BACKSLASHQUOTE']._serialized_end=
|
|
59
|
-
_globals['_POSTGRESQLHOSTCONFIG17_BYTEAOUTPUT']._serialized_start=
|
|
60
|
-
_globals['_POSTGRESQLHOSTCONFIG17_BYTEAOUTPUT']._serialized_end=
|
|
61
|
-
_globals['_POSTGRESQLHOSTCONFIG17_CONSTRAINTEXCLUSION']._serialized_start=
|
|
62
|
-
_globals['_POSTGRESQLHOSTCONFIG17_CONSTRAINTEXCLUSION']._serialized_end=
|
|
63
|
-
_globals['_POSTGRESQLHOSTCONFIG17_DEBUGPARALLELQUERY']._serialized_start=
|
|
64
|
-
_globals['_POSTGRESQLHOSTCONFIG17_DEBUGPARALLELQUERY']._serialized_end=
|
|
65
|
-
_globals['_POSTGRESQLHOSTCONFIG17_FORCEPARALLELMODE']._serialized_start=
|
|
66
|
-
_globals['_POSTGRESQLHOSTCONFIG17_FORCEPARALLELMODE']._serialized_end=
|
|
67
|
-
_globals['_POSTGRESQLHOSTCONFIG17_LOGERRORVERBOSITY']._serialized_start=
|
|
68
|
-
_globals['_POSTGRESQLHOSTCONFIG17_LOGERRORVERBOSITY']._serialized_end=
|
|
69
|
-
_globals['_POSTGRESQLHOSTCONFIG17_LOGLEVEL']._serialized_start=
|
|
70
|
-
_globals['_POSTGRESQLHOSTCONFIG17_LOGLEVEL']._serialized_end=
|
|
71
|
-
_globals['_POSTGRESQLHOSTCONFIG17_LOGSTATEMENT']._serialized_start=
|
|
72
|
-
_globals['_POSTGRESQLHOSTCONFIG17_LOGSTATEMENT']._serialized_end=
|
|
73
|
-
_globals['_POSTGRESQLHOSTCONFIG17_TRANSACTIONISOLATION']._serialized_start=
|
|
74
|
-
_globals['_POSTGRESQLHOSTCONFIG17_TRANSACTIONISOLATION']._serialized_end=
|
|
75
|
-
_globals['_POSTGRESQLHOSTCONFIG17_XMLBINARY']._serialized_start=
|
|
76
|
-
_globals['_POSTGRESQLHOSTCONFIG17_XMLBINARY']._serialized_end=
|
|
77
|
-
_globals['_POSTGRESQLHOSTCONFIG17_XMLOPTION']._serialized_start=
|
|
78
|
-
_globals['_POSTGRESQLHOSTCONFIG17_XMLOPTION']._serialized_end=
|
|
58
|
+
_globals['_POSTGRESQLHOSTCONFIG17']._serialized_end=6241
|
|
59
|
+
_globals['_POSTGRESQLHOSTCONFIG17_BACKSLASHQUOTE']._serialized_start=4515
|
|
60
|
+
_globals['_POSTGRESQLHOSTCONFIG17_BACKSLASHQUOTE']._serialized_end=4669
|
|
61
|
+
_globals['_POSTGRESQLHOSTCONFIG17_BYTEAOUTPUT']._serialized_start=4671
|
|
62
|
+
_globals['_POSTGRESQLHOSTCONFIG17_BYTEAOUTPUT']._serialized_end=4762
|
|
63
|
+
_globals['_POSTGRESQLHOSTCONFIG17_CONSTRAINTEXCLUSION']._serialized_start=4765
|
|
64
|
+
_globals['_POSTGRESQLHOSTCONFIG17_CONSTRAINTEXCLUSION']._serialized_end=4919
|
|
65
|
+
_globals['_POSTGRESQLHOSTCONFIG17_DEBUGPARALLELQUERY']._serialized_start=4922
|
|
66
|
+
_globals['_POSTGRESQLHOSTCONFIG17_DEBUGPARALLELQUERY']._serialized_end=5073
|
|
67
|
+
_globals['_POSTGRESQLHOSTCONFIG17_FORCEPARALLELMODE']._serialized_start=5076
|
|
68
|
+
_globals['_POSTGRESQLHOSTCONFIG17_FORCEPARALLELMODE']._serialized_end=5222
|
|
69
|
+
_globals['_POSTGRESQLHOSTCONFIG17_LOGERRORVERBOSITY']._serialized_start=5225
|
|
70
|
+
_globals['_POSTGRESQLHOSTCONFIG17_LOGERRORVERBOSITY']._serialized_end=5378
|
|
71
|
+
_globals['_POSTGRESQLHOSTCONFIG17_LOGLEVEL']._serialized_start=5381
|
|
72
|
+
_globals['_POSTGRESQLHOSTCONFIG17_LOGLEVEL']._serialized_end=5675
|
|
73
|
+
_globals['_POSTGRESQLHOSTCONFIG17_LOGSTATEMENT']._serialized_start=5678
|
|
74
|
+
_globals['_POSTGRESQLHOSTCONFIG17_LOGSTATEMENT']._serialized_end=5816
|
|
75
|
+
_globals['_POSTGRESQLHOSTCONFIG17_TRANSACTIONISOLATION']._serialized_start=5819
|
|
76
|
+
_globals['_POSTGRESQLHOSTCONFIG17_TRANSACTIONISOLATION']._serialized_end=6049
|
|
77
|
+
_globals['_POSTGRESQLHOSTCONFIG17_XMLBINARY']._serialized_start=6051
|
|
78
|
+
_globals['_POSTGRESQLHOSTCONFIG17_XMLBINARY']._serialized_end=6133
|
|
79
|
+
_globals['_POSTGRESQLHOSTCONFIG17_XMLOPTION']._serialized_start=6135
|
|
80
|
+
_globals['_POSTGRESQLHOSTCONFIG17_XMLOPTION']._serialized_end=6223
|
|
79
81
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/mdb/postgresql/v1/config/host18_1c.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/mdb/postgresql/v1/config/host18_1c.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5yandex/cloud/mdb/postgresql/v1/config/host18_1c.proto\x12%yandex.cloud.mdb.postgresql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xeb/\n\x19PostgresqlHostConfig18_1C\x12=\n\x18recovery_min_apply_delay\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0eshared_buffers\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x31\n\x0ctemp_buffers\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12-\n\x08work_mem\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x0ftemp_file_limit\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x13\x62\x61\x63kend_flush_after\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-2048\x12@\n\x1bmax_standby_streaming_delay\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12r\n\x14\x63onstraint_exclusion\x18\t \x01(\x0e\x32T.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.ConstraintExclusion\x12;\n\x15\x63ursor_tuple_fraction\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12J\n\x13\x66rom_collapse_limit\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12J\n\x13join_collapse_limit\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12q\n\x14\x64\x65\x62ug_parallel_query\x18\r \x01(\x0e\x32S.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.DebugParallelQuery\x12\x66\n\x13\x63lient_min_messages\x18\x0e \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.LogLevel\x12\x63\n\x10log_min_messages\x18\x0f \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.LogLevel\x12j\n\x17log_min_error_statement\x18\x10 \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.LogLevel\x12?\n\x1alog_min_duration_statement\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0flog_checkpoints\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0flog_connections\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12log_disconnections\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\x0clog_duration\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12o\n\x13log_error_verbosity\x18\x16 \x01(\x0e\x32R.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.LogErrorVerbosity\x12\x32\n\x0elog_lock_waits\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x64\n\rlog_statement\x18\x18 \x01(\x0e\x32M.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.LogStatement\x12\x33\n\x0elog_temp_files\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x13\n\x0bsearch_path\x18\x1a \x01(\t\x12\x30\n\x0crow_security\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12|\n\x1d\x64\x65\x66\x61ult_transaction_isolation\x18\x1c \x01(\x0e\x32U.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.TransactionIsolation\x12\x36\n\x11statement_timeout\x18\x1d \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x0clock_timeout\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-2147483647\x12Z\n#idle_in_transaction_session_timeout\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-2147483647\x12\x62\n\x0c\x62ytea_output\x18 \x01(\x0e\x32L.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.ByteaOutput\x12]\n\txmlbinary\x18! \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.XmlBinary\x12]\n\txmloption\x18\" \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.XmlOption\x12;\n\x16gin_pending_list_limit\x18# \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12G\n\x10\x64\x65\x61\x64lock_timeout\x18$ \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12>\n\x19max_locks_per_transaction\x18% \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x1emax_pred_locks_per_transaction\x18& \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12/\n\x0b\x61rray_nulls\x18\' \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12h\n\x0f\x62\x61\x63kslash_quote\x18( \x01(\x0e\x32O.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig18_1C.BackslashQuote\x12\x35\n\x11\x64\x65\x66\x61ult_with_oids\x18) \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15\x65scape_string_warning\x18* \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14lo_compat_privileges\x18+ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15quote_all_identifiers\x18- \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12?\n\x1bstandard_conforming_strings\x18. \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14synchronize_seqscans\x18/ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15transform_null_equals\x18\x30 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rexit_on_error\x18\x31 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\rseq_page_cost\x18\x32 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10random_page_cost\x18\x33 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x11\x65nable_bitmapscan\x18\x36 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_hashagg\x18\x37 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_hashjoin\x18\x38 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x65nable_indexscan\x18\x39 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14\x65nable_indexonlyscan\x18: \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_material\x18; \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x65nable_mergejoin\x18< \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_nestloop\x18= \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_seqscan\x18> \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b\x65nable_sort\x18? \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_tidscan\x18@ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x45\n\x14max_parallel_workers\x18\x41 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1024\x12P\n\x1fmax_parallel_workers_per_gather\x18\x42 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1024\x12\x10\n\x08timezone\x18\x43 \x01(\t\x12I\n\x18\x65\x66\x66\x65\x63tive_io_concurrency\x18\x44 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1000\x12M\n\x14\x65\x66\x66\x65\x63tive_cache_size\x18\x45 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x30-549755813888\"\x9a\x01\n\x0e\x42\x61\x63kslashQuote\x12\x1f\n\x1b\x42\x41\x43KSLASH_QUOTE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x42\x41\x43KSLASH_QUOTE\x10\x01\x12\x16\n\x12\x42\x41\x43KSLASH_QUOTE_ON\x10\x02\x12\x17\n\x13\x42\x41\x43KSLASH_QUOTE_OFF\x10\x03\x12!\n\x1d\x42\x41\x43KSLASH_QUOTE_SAFE_ENCODING\x10\x04\"[\n\x0b\x42yteaOutput\x12\x1c\n\x18\x42YTEA_OUTPUT_UNSPECIFIED\x10\x00\x12\x14\n\x10\x42YTEA_OUTPUT_HEX\x10\x01\x12\x18\n\x14\x42YTEA_OUTPUT_ESCAPED\x10\x02\"\x9a\x01\n\x13\x43onstraintExclusion\x12$\n CONSTRAINT_EXCLUSION_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43ONSTRAINT_EXCLUSION_ON\x10\x01\x12\x1c\n\x18\x43ONSTRAINT_EXCLUSION_OFF\x10\x02\x12\"\n\x1e\x43ONSTRAINT_EXCLUSION_PARTITION\x10\x03\"\x97\x01\n\x12\x44\x65\x62ugParallelQuery\x12$\n DEBUG_PARALLEL_QUERY_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x44\x45\x42UG_PARALLEL_QUERY_ON\x10\x01\x12\x1c\n\x18\x44\x45\x42UG_PARALLEL_QUERY_OFF\x10\x02\x12 \n\x1c\x44\x45\x42UG_PARALLEL_QUERY_REGRESS\x10\x03\"\x92\x01\n\x11\x46orceParallelMode\x12#\n\x1f\x46ORCE_PARALLEL_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x46ORCE_PARALLEL_MODE_ON\x10\x01\x12\x1b\n\x17\x46ORCE_PARALLEL_MODE_OFF\x10\x02\x12\x1f\n\x1b\x46ORCE_PARALLEL_MODE_REGRESS\x10\x03\"\x99\x01\n\x11LogErrorVerbosity\x12#\n\x1fLOG_ERROR_VERBOSITY_UNSPECIFIED\x10\x00\x12\x1d\n\x19LOG_ERROR_VERBOSITY_TERSE\x10\x01\x12\x1f\n\x1bLOG_ERROR_VERBOSITY_DEFAULT\x10\x02\x12\x1f\n\x1bLOG_ERROR_VERBOSITY_VERBOSE\x10\x03\"\xa6\x02\n\x08LogLevel\x12\x19\n\x15LOG_LEVEL_UNSPECIFIED\x10\x00\x12\x14\n\x10LOG_LEVEL_DEBUG5\x10\x01\x12\x14\n\x10LOG_LEVEL_DEBUG4\x10\x02\x12\x14\n\x10LOG_LEVEL_DEBUG3\x10\x03\x12\x14\n\x10LOG_LEVEL_DEBUG2\x10\x04\x12\x14\n\x10LOG_LEVEL_DEBUG1\x10\x05\x12\x12\n\x0eLOG_LEVEL_INFO\x10\x0c\x12\x11\n\rLOG_LEVEL_LOG\x10\x06\x12\x14\n\x10LOG_LEVEL_NOTICE\x10\x07\x12\x15\n\x11LOG_LEVEL_WARNING\x10\x08\x12\x13\n\x0fLOG_LEVEL_ERROR\x10\t\x12\x13\n\x0fLOG_LEVEL_FATAL\x10\n\x12\x13\n\x0fLOG_LEVEL_PANIC\x10\x0b\"\x8a\x01\n\x0cLogStatement\x12\x1d\n\x19LOG_STATEMENT_UNSPECIFIED\x10\x00\x12\x16\n\x12LOG_STATEMENT_NONE\x10\x01\x12\x15\n\x11LOG_STATEMENT_DDL\x10\x02\x12\x15\n\x11LOG_STATEMENT_MOD\x10\x03\x12\x15\n\x11LOG_STATEMENT_ALL\x10\x04\"\xe6\x01\n\x14TransactionIsolation\x12%\n!TRANSACTION_ISOLATION_UNSPECIFIED\x10\x00\x12*\n&TRANSACTION_ISOLATION_READ_UNCOMMITTED\x10\x01\x12(\n$TRANSACTION_ISOLATION_READ_COMMITTED\x10\x02\x12)\n%TRANSACTION_ISOLATION_REPEATABLE_READ\x10\x03\x12&\n\"TRANSACTION_ISOLATION_SERIALIZABLE\x10\x04\"R\n\tXmlBinary\x12\x1a\n\x16XML_BINARY_UNSPECIFIED\x10\x00\x12\x15\n\x11XML_BINARY_BASE64\x10\x01\x12\x12\n\x0eXML_BINARY_HEX\x10\x02\"X\n\tXmlOption\x12\x1a\n\x16XML_OPTION_UNSPECIFIED\x10\x00\x12\x17\n\x13XML_OPTION_DOCUMENT\x10\x01\x12\x16\n\x12XML_OPTION_CONTENT\x10\x02J\x04\x08\x07\x10\x08J\x04\x08,\x10-J\x04\x08\x34\x10\x36\x42\x81\x01\n)yandex.cloud.api.mdb.postgresql.v1.configZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/postgresql/v1/config;postgresqlb\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.mdb.postgresql.v1.config.host18_1c_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n)yandex.cloud.api.mdb.postgresql.v1.configZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/postgresql/v1/config;postgresql'
|
|
37
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['backend_flush_after']._loaded_options = None
|
|
38
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['backend_flush_after']._serialized_options = b'\372\3071\0060-2048'
|
|
39
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['from_collapse_limit']._loaded_options = None
|
|
40
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['from_collapse_limit']._serialized_options = b'\372\3071\0141-2147483647'
|
|
41
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['join_collapse_limit']._loaded_options = None
|
|
42
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['join_collapse_limit']._serialized_options = b'\372\3071\0141-2147483647'
|
|
43
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['lock_timeout']._loaded_options = None
|
|
44
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['lock_timeout']._serialized_options = b'\372\3071\0140-2147483647'
|
|
45
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['idle_in_transaction_session_timeout']._loaded_options = None
|
|
46
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['idle_in_transaction_session_timeout']._serialized_options = b'\372\3071\0140-2147483647'
|
|
47
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['deadlock_timeout']._loaded_options = None
|
|
48
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['deadlock_timeout']._serialized_options = b'\372\3071\0141-2147483647'
|
|
49
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['max_parallel_workers']._loaded_options = None
|
|
50
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['max_parallel_workers']._serialized_options = b'\372\3071\0060-1024'
|
|
51
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['max_parallel_workers_per_gather']._loaded_options = None
|
|
52
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['max_parallel_workers_per_gather']._serialized_options = b'\372\3071\0060-1024'
|
|
53
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['effective_io_concurrency']._loaded_options = None
|
|
54
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['effective_io_concurrency']._serialized_options = b'\372\3071\0060-1000'
|
|
55
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['effective_cache_size']._loaded_options = None
|
|
56
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C'].fields_by_name['effective_cache_size']._serialized_options = b'\372\3071\0160-549755813888'
|
|
57
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C']._serialized_start=160
|
|
58
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C']._serialized_end=6283
|
|
59
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_BACKSLASHQUOTE']._serialized_start=4557
|
|
60
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_BACKSLASHQUOTE']._serialized_end=4711
|
|
61
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_BYTEAOUTPUT']._serialized_start=4713
|
|
62
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_BYTEAOUTPUT']._serialized_end=4804
|
|
63
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_CONSTRAINTEXCLUSION']._serialized_start=4807
|
|
64
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_CONSTRAINTEXCLUSION']._serialized_end=4961
|
|
65
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_DEBUGPARALLELQUERY']._serialized_start=4964
|
|
66
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_DEBUGPARALLELQUERY']._serialized_end=5115
|
|
67
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_FORCEPARALLELMODE']._serialized_start=5118
|
|
68
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_FORCEPARALLELMODE']._serialized_end=5264
|
|
69
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_LOGERRORVERBOSITY']._serialized_start=5267
|
|
70
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_LOGERRORVERBOSITY']._serialized_end=5420
|
|
71
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_LOGLEVEL']._serialized_start=5423
|
|
72
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_LOGLEVEL']._serialized_end=5717
|
|
73
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_LOGSTATEMENT']._serialized_start=5720
|
|
74
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_LOGSTATEMENT']._serialized_end=5858
|
|
75
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_TRANSACTIONISOLATION']._serialized_start=5861
|
|
76
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_TRANSACTIONISOLATION']._serialized_end=6091
|
|
77
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_XMLBINARY']._serialized_start=6093
|
|
78
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_XMLBINARY']._serialized_end=6175
|
|
79
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_XMLOPTION']._serialized_start=6177
|
|
80
|
+
_globals['_POSTGRESQLHOSTCONFIG18_1C_XMLOPTION']._serialized_end=6265
|
|
81
|
+
# @@protoc_insertion_point(module_scope)
|