yandexcloud 0.364.0__py3-none-any.whl → 0.367.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/access/access_pb2.py +5 -3
- yandex/cloud/access/access_pb2.pyi +24 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +34 -32
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
- yandex/cloud/audittrails/v1/trail_pb2.py +9 -11
- yandex/cloud/audittrails/v1/trail_pb2.pyi +1 -5
- yandex/cloud/backup/v1/policy_pb2.py +9 -9
- yandex/cloud/backup/v1/policy_pb2.pyi +8 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2.pyi +37 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/standard_image_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.py +56 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2.pyi +118 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/standard_image_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.py +60 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2.pyi +353 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.py +24 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.py +106 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2.pyi +238 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.py +324 -0
- yandex/cloud/cloudregistry/v1/lifecycle_policy_service_pb2_grpc.pyi +153 -0
- yandex/cloud/compute/v1/instance_service_pb2.pyi +8 -1
- yandex/cloud/connectionmanager/v1/connection_pb2.py +12 -11
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +10 -3
- yandex/cloud/connectionmanager/v1/storedoc_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2.pyi +172 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/storedoc_pb2_grpc.pyi +17 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2.py +37 -27
- yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
- yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
- yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.py +50 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2.pyi +67 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.py +98 -0
- yandex/cloud/iam/v1/access_policy_template_service_pb2_grpc.pyi +44 -0
- yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
- yandex/cloud/kms/v1/symmetric_key_pb2.py +3 -3
- yandex/cloud/kms/v1/symmetric_key_pb2.pyi +4 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +16 -16
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +3 -15
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +11 -29
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +0 -399
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +28 -28
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.py +4 -4
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +65 -99
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +21 -426
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.py +100 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2.pyi +487 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.py +198 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2.pyi +733 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.py +678 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/application_service_pb2_grpc.pyi +322 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.py +40 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2.pyi +103 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.py +95 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2.pyi +220 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.py +281 -0
- yandex/cloud/organizationmanager/v1/idp/application/saml/signature_certificate_service_pb2_grpc.pyi +141 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +29 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +132 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +90 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +52 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +10 -10
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
- yandex/cloud/searchapi/v2/wordstat_service_pb2.py +96 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2.pyi +344 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.py +189 -0
- yandex/cloud/searchapi/v2/wordstat_service_pb2_grpc.pyi +90 -0
- yandex/cloud/serverless/mcpgateway/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/__init__.py +0 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.py +152 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2.pyi +780 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.py +134 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2.pyi +390 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.py +456 -0
- yandex/cloud/serverless/mcpgateway/v1/mcp_gateway_service_pb2_grpc.pyi +213 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.py +35 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/serverless/mcpgateway/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +3 -3
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +38 -31
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +133 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +61 -0
- yandex/cloud/trino/v1/cluster_pb2.py +46 -45
- 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/trino/v1/resource_management_pb2.py +66 -0
- yandex/cloud/trino/v1/resource_management_pb2.pyi +257 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/resource_management_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +20 -20
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/RECORD +152 -85
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.364.0.dist-info → yandexcloud-0.367.0.dist-info}/top_level.txt +0 -0
|
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/mdb/greenplum/v1/config.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"P\n\tResources\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\x12\x11\n\tdisk_size\x18\x02 \x01(\x03\x12\x14\n\x0c\x64isk_type_id\x18\x03 \x01(\t\"\xd2\x02\n\x16\x43onnectionPoolerConfig\x12L\n\x04mode\x18\x01 \x01(\x0e\x32>.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfig.PoolMode\x12)\n\x04size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13\x63lient_idle_timeout\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bidle_in_transaction_timeout\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"C\n\x08PoolMode\x12\x19\n\x15POOL_MODE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SESSION\x10\x01\x12\x0f\n\x0bTRANSACTION\x10\x02\"O\n\x19\x42\x61\x63kgroundActivityStartAt\x12\x17\n\x05hours\x18\x01 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-23\x12\x19\n\x07minutes\x18\x02 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-59\"_\n\nTableSizes\x12Q\n\x06starts\x18\x01 \x03(\x0b\x32\x38.yandex.cloud.mdb.greenplum.v1.BackgroundActivityStartAtB\x07\x82\xc8\x31\x03<=4\"\xe6\x01\n\x10\x41nalyzeAndVacuum\x12G\n\x05start\x18\x01 \x01(\x0b\x32\x38.yandex.cloud.mdb.greenplum.v1.BackgroundActivityStartAt\x12\x44\n\x0f\x61nalyze_timeout\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n7200-86399\x12\x43\n\x0evacuum_timeout\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n7200-86399\"\xfa\x01\n\x1a\x42\x61\x63kgroundActivitiesConfig\x12>\n\x0btable_sizes\x18\x01 \x01(\x0b\x32).yandex.cloud.mdb.greenplum.v1.TableSizes\x12K\n\x12\x61nalyze_and_vacuum\x18\x02 \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.AnalyzeAndVacuum\x12O\n\x14query_killer_scripts\x18\x03 \x01(\x0b\x32\x31.yandex.cloud.mdb.greenplum.v1.QueryKillerScripts\"\x8a\x01\n\x0bQueryKiller\x12*\n\x06\x65nable\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x07max_age\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-86400\x12\x14\n\x0cignore_users\x18\x03 \x03(\t\"\xd9\x01\n\x12QueryKillerScripts\x12\x38\n\x04idle\x18\x01 \x01(\x0b\x32*.yandex.cloud.mdb.greenplum.v1.QueryKiller\x12G\n\x13idle_in_transaction\x18\x02 \x01(\x0b\x32*.yandex.cloud.mdb.greenplum.v1.QueryKiller\x12@\n\x0clong_running\x18\x03 \x01(\x0b\x32*.yandex.cloud.mdb.greenplum.v1.QueryKiller\"U\n\x16MasterSubclusterConfig\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"V\n\x17SegmentSubclusterConfig\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"\xa7\x06\n\x10GreenplumConfig6\x12\x34\n\x0fmax_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x16max_slot_wal_keep_size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x42\n\x1dgp_workfile_limit_per_segment\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bgp_workfile_limit_per_query\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x46\n!gp_workfile_limit_files_per_query\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12>\n\x19max_prepared_transactions\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x17gp_workfile_compression\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x11max_statement_mem\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x42\n\rlog_statement\x18\t \x01(\x0e\x32+.yandex.cloud.mdb.greenplum.v1.LogStatement\x12H\n$gp_add_column_inherits_table_setting\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x46\n\"gp_enable_global_deadlock_detector\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n\"gp_global_deadlock_detector_period\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"\
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/mdb/greenplum/v1/config.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"P\n\tResources\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\x12\x11\n\tdisk_size\x18\x02 \x01(\x03\x12\x14\n\x0c\x64isk_type_id\x18\x03 \x01(\t\"\xd2\x02\n\x16\x43onnectionPoolerConfig\x12L\n\x04mode\x18\x01 \x01(\x0e\x32>.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfig.PoolMode\x12)\n\x04size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13\x63lient_idle_timeout\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bidle_in_transaction_timeout\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"C\n\x08PoolMode\x12\x19\n\x15POOL_MODE_UNSPECIFIED\x10\x00\x12\x0b\n\x07SESSION\x10\x01\x12\x0f\n\x0bTRANSACTION\x10\x02\"O\n\x19\x42\x61\x63kgroundActivityStartAt\x12\x17\n\x05hours\x18\x01 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-23\x12\x19\n\x07minutes\x18\x02 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-59\"_\n\nTableSizes\x12Q\n\x06starts\x18\x01 \x03(\x0b\x32\x38.yandex.cloud.mdb.greenplum.v1.BackgroundActivityStartAtB\x07\x82\xc8\x31\x03<=4\"\xe6\x01\n\x10\x41nalyzeAndVacuum\x12G\n\x05start\x18\x01 \x01(\x0b\x32\x38.yandex.cloud.mdb.greenplum.v1.BackgroundActivityStartAt\x12\x44\n\x0f\x61nalyze_timeout\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n7200-86399\x12\x43\n\x0evacuum_timeout\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0e\xfa\xc7\x31\n7200-86399\"\xfa\x01\n\x1a\x42\x61\x63kgroundActivitiesConfig\x12>\n\x0btable_sizes\x18\x01 \x01(\x0b\x32).yandex.cloud.mdb.greenplum.v1.TableSizes\x12K\n\x12\x61nalyze_and_vacuum\x18\x02 \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.AnalyzeAndVacuum\x12O\n\x14query_killer_scripts\x18\x03 \x01(\x0b\x32\x31.yandex.cloud.mdb.greenplum.v1.QueryKillerScripts\"\x8a\x01\n\x0bQueryKiller\x12*\n\x06\x65nable\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x07max_age\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0b\xfa\xc7\x31\x07\x31-86400\x12\x14\n\x0cignore_users\x18\x03 \x03(\t\"\xd9\x01\n\x12QueryKillerScripts\x12\x38\n\x04idle\x18\x01 \x01(\x0b\x32*.yandex.cloud.mdb.greenplum.v1.QueryKiller\x12G\n\x13idle_in_transaction\x18\x02 \x01(\x0b\x32*.yandex.cloud.mdb.greenplum.v1.QueryKiller\x12@\n\x0clong_running\x18\x03 \x01(\x0b\x32*.yandex.cloud.mdb.greenplum.v1.QueryKiller\"U\n\x16MasterSubclusterConfig\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"V\n\x17SegmentSubclusterConfig\x12;\n\tresources\x18\x01 \x01(\x0b\x32(.yandex.cloud.mdb.greenplum.v1.Resources\"\xa7\x06\n\x10GreenplumConfig6\x12\x34\n\x0fmax_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x16max_slot_wal_keep_size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x42\n\x1dgp_workfile_limit_per_segment\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bgp_workfile_limit_per_query\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x46\n!gp_workfile_limit_files_per_query\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12>\n\x19max_prepared_transactions\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x17gp_workfile_compression\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x11max_statement_mem\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x42\n\rlog_statement\x18\t \x01(\x0e\x32+.yandex.cloud.mdb.greenplum.v1.LogStatement\x12H\n$gp_add_column_inherits_table_setting\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x46\n\"gp_enable_global_deadlock_detector\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12G\n\"gp_global_deadlock_detector_period\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"\x99\x05\n\x13GreenplumConfig6_22\x12\x34\n\x0fmax_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x16max_slot_wal_keep_size\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x42\n\x1dgp_workfile_limit_per_segment\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bgp_workfile_limit_per_query\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x46\n!gp_workfile_limit_files_per_query\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12>\n\x19max_prepared_transactions\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12;\n\x17gp_workfile_compression\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x11max_statement_mem\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x42\n\rlog_statement\x18\t \x01(\x0e\x32+.yandex.cloud.mdb.greenplum.v1.LogStatement\x12H\n$gp_add_column_inherits_table_setting\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\"\x81\x02\n\x16GreenplumConfigSet6_22\x12R\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_22B\x04\xe8\xc7\x31\x01\x12G\n\x0buser_config\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_22\x12J\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x32.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6_22\"\xf5\x01\n\x13GreenplumConfigSet6\x12O\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6B\x04\xe8\xc7\x31\x01\x12\x44\n\x0buser_config\x18\x02 \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6\x12G\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32/.yandex.cloud.mdb.greenplum.v1.GreenplumConfig6\"\x8d\x02\n\x19\x43onnectionPoolerConfigSet\x12U\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfigB\x04\xe8\xc7\x31\x01\x12J\n\x0buser_config\x18\x02 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfig\x12M\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x35.yandex.cloud.mdb.greenplum.v1.ConnectionPoolerConfig*R\n\x0cLogStatement\x12\x1d\n\x19LOG_STATEMENT_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x07\n\x03\x44\x44L\x10\x02\x12\x07\n\x03MOD\x10\x03\x12\x07\n\x03\x41LL\x10\x04\x42p\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplumb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -46,20 +46,14 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
46
46
|
_globals['_ANALYZEANDVACUUM'].fields_by_name['vacuum_timeout']._serialized_options = b'\372\3071\n7200-86399'
|
|
47
47
|
_globals['_QUERYKILLER'].fields_by_name['max_age']._loaded_options = None
|
|
48
48
|
_globals['_QUERYKILLER'].fields_by_name['max_age']._serialized_options = b'\372\3071\0071-86400'
|
|
49
|
-
_globals['_GREENPLUMCONFIGSET6_17'].fields_by_name['effective_config']._loaded_options = None
|
|
50
|
-
_globals['_GREENPLUMCONFIGSET6_17'].fields_by_name['effective_config']._serialized_options = b'\350\3071\001'
|
|
51
|
-
_globals['_GREENPLUMCONFIGSET6_19'].fields_by_name['effective_config']._loaded_options = None
|
|
52
|
-
_globals['_GREENPLUMCONFIGSET6_19'].fields_by_name['effective_config']._serialized_options = b'\350\3071\001'
|
|
53
|
-
_globals['_GREENPLUMCONFIGSET6_21'].fields_by_name['effective_config']._loaded_options = None
|
|
54
|
-
_globals['_GREENPLUMCONFIGSET6_21'].fields_by_name['effective_config']._serialized_options = b'\350\3071\001'
|
|
55
49
|
_globals['_GREENPLUMCONFIGSET6_22'].fields_by_name['effective_config']._loaded_options = None
|
|
56
50
|
_globals['_GREENPLUMCONFIGSET6_22'].fields_by_name['effective_config']._serialized_options = b'\350\3071\001'
|
|
57
51
|
_globals['_GREENPLUMCONFIGSET6'].fields_by_name['effective_config']._loaded_options = None
|
|
58
52
|
_globals['_GREENPLUMCONFIGSET6'].fields_by_name['effective_config']._serialized_options = b'\350\3071\001'
|
|
59
53
|
_globals['_CONNECTIONPOOLERCONFIGSET'].fields_by_name['effective_config']._loaded_options = None
|
|
60
54
|
_globals['_CONNECTIONPOOLERCONFIGSET'].fields_by_name['effective_config']._serialized_options = b'\350\3071\001'
|
|
61
|
-
_globals['_LOGSTATEMENT']._serialized_start=
|
|
62
|
-
_globals['_LOGSTATEMENT']._serialized_end=
|
|
55
|
+
_globals['_LOGSTATEMENT']._serialized_start=4021
|
|
56
|
+
_globals['_LOGSTATEMENT']._serialized_end=4103
|
|
63
57
|
_globals['_RESOURCES']._serialized_start=140
|
|
64
58
|
_globals['_RESOURCES']._serialized_end=220
|
|
65
59
|
_globals['_CONNECTIONPOOLERCONFIG']._serialized_start=223
|
|
@@ -84,24 +78,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
84
78
|
_globals['_SEGMENTSUBCLUSTERCONFIG']._serialized_end=1761
|
|
85
79
|
_globals['_GREENPLUMCONFIG6']._serialized_start=1764
|
|
86
80
|
_globals['_GREENPLUMCONFIG6']._serialized_end=2571
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
91
|
-
_globals['
|
|
92
|
-
_globals['
|
|
93
|
-
_globals['
|
|
94
|
-
_globals['
|
|
95
|
-
_globals['_GREENPLUMCONFIGSET6_17']._serialized_start=4974
|
|
96
|
-
_globals['_GREENPLUMCONFIGSET6_17']._serialized_end=5231
|
|
97
|
-
_globals['_GREENPLUMCONFIGSET6_19']._serialized_start=5234
|
|
98
|
-
_globals['_GREENPLUMCONFIGSET6_19']._serialized_end=5491
|
|
99
|
-
_globals['_GREENPLUMCONFIGSET6_21']._serialized_start=5494
|
|
100
|
-
_globals['_GREENPLUMCONFIGSET6_21']._serialized_end=5751
|
|
101
|
-
_globals['_GREENPLUMCONFIGSET6_22']._serialized_start=5754
|
|
102
|
-
_globals['_GREENPLUMCONFIGSET6_22']._serialized_end=6011
|
|
103
|
-
_globals['_GREENPLUMCONFIGSET6']._serialized_start=6014
|
|
104
|
-
_globals['_GREENPLUMCONFIGSET6']._serialized_end=6259
|
|
105
|
-
_globals['_CONNECTIONPOOLERCONFIGSET']._serialized_start=6262
|
|
106
|
-
_globals['_CONNECTIONPOOLERCONFIGSET']._serialized_end=6531
|
|
81
|
+
_globals['_GREENPLUMCONFIG6_22']._serialized_start=2574
|
|
82
|
+
_globals['_GREENPLUMCONFIG6_22']._serialized_end=3239
|
|
83
|
+
_globals['_GREENPLUMCONFIGSET6_22']._serialized_start=3242
|
|
84
|
+
_globals['_GREENPLUMCONFIGSET6_22']._serialized_end=3499
|
|
85
|
+
_globals['_GREENPLUMCONFIGSET6']._serialized_start=3502
|
|
86
|
+
_globals['_GREENPLUMCONFIGSET6']._serialized_end=3747
|
|
87
|
+
_globals['_CONNECTIONPOOLERCONFIGSET']._serialized_start=3750
|
|
88
|
+
_globals['_CONNECTIONPOOLERCONFIGSET']._serialized_end=4019
|
|
107
89
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -464,308 +464,6 @@ class GreenplumConfig6(google.protobuf.message.Message):
|
|
|
464
464
|
|
|
465
465
|
global___GreenplumConfig6 = GreenplumConfig6
|
|
466
466
|
|
|
467
|
-
@typing.final
|
|
468
|
-
class GreenplumConfig6_17(google.protobuf.message.Message):
|
|
469
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
470
|
-
|
|
471
|
-
MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
|
|
472
|
-
MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
|
|
473
|
-
GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
|
|
474
|
-
GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
|
|
475
|
-
GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
|
|
476
|
-
MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
|
|
477
|
-
GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
|
|
478
|
-
@property
|
|
479
|
-
def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
480
|
-
"""Maximum number of inbound connections on master segment."""
|
|
481
|
-
|
|
482
|
-
@property
|
|
483
|
-
def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
484
|
-
"""The maximum size of WAL files that replication slots are allowed to retain in the `pg_wal` directory at checkpoint time.
|
|
485
|
-
|
|
486
|
-
More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/current/runtime-config-replication.html).
|
|
487
|
-
"""
|
|
488
|
-
|
|
489
|
-
@property
|
|
490
|
-
def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
491
|
-
"""The maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
|
|
492
|
-
|
|
493
|
-
The default value is 0 (no limit).
|
|
494
|
-
|
|
495
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_segment).
|
|
496
|
-
"""
|
|
497
|
-
|
|
498
|
-
@property
|
|
499
|
-
def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
500
|
-
"""The maximum disk size that an individual query is allowed to use for creating temporary spill files at each segment.
|
|
501
|
-
|
|
502
|
-
The default value is 0 (no limit).
|
|
503
|
-
|
|
504
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_query).
|
|
505
|
-
"""
|
|
506
|
-
|
|
507
|
-
@property
|
|
508
|
-
def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
509
|
-
"""The maximum number of temporary spill files allowed per query at each segment.
|
|
510
|
-
|
|
511
|
-
Spill files, also known as workfiles, are created when a query requires more memory than there is allocated.
|
|
512
|
-
|
|
513
|
-
The current query is terminated if the limit is exceeded.
|
|
514
|
-
|
|
515
|
-
Set to zero to disable the limit.
|
|
516
|
-
|
|
517
|
-
Master session reloads if the parameter changes.
|
|
518
|
-
|
|
519
|
-
Default value is 10000.
|
|
520
|
-
|
|
521
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_files_per_query).
|
|
522
|
-
"""
|
|
523
|
-
|
|
524
|
-
@property
|
|
525
|
-
def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
526
|
-
"""The maximum number of transactions that can be in the `prepared` state simultaneously.
|
|
527
|
-
|
|
528
|
-
More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/9.6/runtime-config-resource.html).
|
|
529
|
-
"""
|
|
530
|
-
|
|
531
|
-
@property
|
|
532
|
-
def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
533
|
-
"""Whether the spill files are compressed or not.
|
|
534
|
-
|
|
535
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_compression).
|
|
536
|
-
"""
|
|
537
|
-
|
|
538
|
-
def __init__(
|
|
539
|
-
self,
|
|
540
|
-
*,
|
|
541
|
-
max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
542
|
-
max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
543
|
-
gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
544
|
-
gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
545
|
-
gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
546
|
-
max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
547
|
-
gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
548
|
-
) -> None: ...
|
|
549
|
-
def HasField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size"]) -> builtins.bool: ...
|
|
550
|
-
def ClearField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size"]) -> None: ...
|
|
551
|
-
|
|
552
|
-
global___GreenplumConfig6_17 = GreenplumConfig6_17
|
|
553
|
-
|
|
554
|
-
@typing.final
|
|
555
|
-
class GreenplumConfig6_19(google.protobuf.message.Message):
|
|
556
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
557
|
-
|
|
558
|
-
MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
|
|
559
|
-
MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
|
|
560
|
-
GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
|
|
561
|
-
GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
|
|
562
|
-
GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
|
|
563
|
-
MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
|
|
564
|
-
GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
|
|
565
|
-
MAX_STATEMENT_MEM_FIELD_NUMBER: builtins.int
|
|
566
|
-
LOG_STATEMENT_FIELD_NUMBER: builtins.int
|
|
567
|
-
log_statement: global___LogStatement.ValueType
|
|
568
|
-
"""Logged SQL statements.
|
|
569
|
-
|
|
570
|
-
`PREPARE` and `EXPLAIN ANALYZE` statements are also logged if their contained command belongs to an appropriate type.
|
|
571
|
-
|
|
572
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#log_statement).
|
|
573
|
-
"""
|
|
574
|
-
@property
|
|
575
|
-
def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
576
|
-
"""Maximum number of inbound connections on master segment."""
|
|
577
|
-
|
|
578
|
-
@property
|
|
579
|
-
def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
580
|
-
"""The maximum size of WAL files that replication slots are allowed to retain in the `pg_wal` directory at checkpoint time.
|
|
581
|
-
|
|
582
|
-
More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/current/runtime-config-replication.html).
|
|
583
|
-
"""
|
|
584
|
-
|
|
585
|
-
@property
|
|
586
|
-
def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
587
|
-
"""The maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
|
|
588
|
-
|
|
589
|
-
The default value is 0 (no limit).
|
|
590
|
-
|
|
591
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_segment).
|
|
592
|
-
"""
|
|
593
|
-
|
|
594
|
-
@property
|
|
595
|
-
def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
596
|
-
"""The maximum disk size that an individual query is allowed to use for creating temporary spill files at each segment.
|
|
597
|
-
|
|
598
|
-
The default value is 0 (no limit).
|
|
599
|
-
|
|
600
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_query).
|
|
601
|
-
"""
|
|
602
|
-
|
|
603
|
-
@property
|
|
604
|
-
def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
605
|
-
"""The maximum number of temporary spill files allowed per query at each segment.
|
|
606
|
-
|
|
607
|
-
Spill files, also known as workfiles, are created when a query requires more memory than there is allocated.
|
|
608
|
-
|
|
609
|
-
The current query is terminated if the limit is exceeded.
|
|
610
|
-
|
|
611
|
-
Set to zero to disable the limit.
|
|
612
|
-
|
|
613
|
-
Master session reloads if the parameter changes.
|
|
614
|
-
|
|
615
|
-
Default value is 10000.
|
|
616
|
-
|
|
617
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_files_per_query).
|
|
618
|
-
"""
|
|
619
|
-
|
|
620
|
-
@property
|
|
621
|
-
def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
622
|
-
"""The maximum number of transactions that can be in the `prepared` state simultaneously.
|
|
623
|
-
|
|
624
|
-
More info in [PostgreSQL® documentation](https://www.postgresql.org/docs/9.6/runtime-config-resource.html).
|
|
625
|
-
"""
|
|
626
|
-
|
|
627
|
-
@property
|
|
628
|
-
def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
629
|
-
"""Whether the spill files are compressed or not.
|
|
630
|
-
|
|
631
|
-
More info in [Greenplum® documentation](https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_compression).
|
|
632
|
-
"""
|
|
633
|
-
|
|
634
|
-
@property
|
|
635
|
-
def max_statement_mem(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
636
|
-
"""The maximum memory limit for a query, in bytes.
|
|
637
|
-
|
|
638
|
-
Helps to avoid out-of-memory errors on a segment host during query processing as a result of setting `statement_mem` too high.
|
|
639
|
-
|
|
640
|
-
Taking into account the configuration of a single segment host, calculate [max_statement_mem] as follows: `seghost_physical_memory` / `average_number_concurrent_queries`.
|
|
641
|
-
|
|
642
|
-
When changing both [max_statement_mem] and `statement_mem`, [max_statement_mem] must be changed first, or listed first in the `postgresql.conf` file.
|
|
643
|
-
|
|
644
|
-
Default value is 2097152000 (2000 MB).
|
|
645
|
-
|
|
646
|
-
More info in [Greenplum® documentation](https://greenplum.docs.pivotal.io/6-19/ref_guide/config_params/guc-list.html#max_statement_mem).
|
|
647
|
-
in bytes
|
|
648
|
-
"""
|
|
649
|
-
|
|
650
|
-
def __init__(
|
|
651
|
-
self,
|
|
652
|
-
*,
|
|
653
|
-
max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
654
|
-
max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
655
|
-
gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
656
|
-
gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
657
|
-
gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
658
|
-
max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
659
|
-
gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
660
|
-
max_statement_mem: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
661
|
-
log_statement: global___LogStatement.ValueType = ...,
|
|
662
|
-
) -> None: ...
|
|
663
|
-
def HasField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> builtins.bool: ...
|
|
664
|
-
def ClearField(self, field_name: typing.Literal["gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "log_statement", b"log_statement", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> None: ...
|
|
665
|
-
|
|
666
|
-
global___GreenplumConfig6_19 = GreenplumConfig6_19
|
|
667
|
-
|
|
668
|
-
@typing.final
|
|
669
|
-
class GreenplumConfig6_21(google.protobuf.message.Message):
|
|
670
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
671
|
-
|
|
672
|
-
MAX_CONNECTIONS_FIELD_NUMBER: builtins.int
|
|
673
|
-
MAX_SLOT_WAL_KEEP_SIZE_FIELD_NUMBER: builtins.int
|
|
674
|
-
GP_WORKFILE_LIMIT_PER_SEGMENT_FIELD_NUMBER: builtins.int
|
|
675
|
-
GP_WORKFILE_LIMIT_PER_QUERY_FIELD_NUMBER: builtins.int
|
|
676
|
-
GP_WORKFILE_LIMIT_FILES_PER_QUERY_FIELD_NUMBER: builtins.int
|
|
677
|
-
MAX_PREPARED_TRANSACTIONS_FIELD_NUMBER: builtins.int
|
|
678
|
-
GP_WORKFILE_COMPRESSION_FIELD_NUMBER: builtins.int
|
|
679
|
-
MAX_STATEMENT_MEM_FIELD_NUMBER: builtins.int
|
|
680
|
-
LOG_STATEMENT_FIELD_NUMBER: builtins.int
|
|
681
|
-
GP_ADD_COLUMN_INHERITS_TABLE_SETTING_FIELD_NUMBER: builtins.int
|
|
682
|
-
log_statement: global___LogStatement.ValueType
|
|
683
|
-
"""Controls which SQL statements are logged. DDL logs all data definition commands like CREATE, ALTER, and DROP commands.
|
|
684
|
-
MOD logs all DDL statements, plus INSERT, UPDATE, DELETE, TRUNCATE, and COPY FROM.
|
|
685
|
-
PREPARE and EXPLAIN ANALYZE statements are also logged if their contained command is of an appropriate type.
|
|
686
|
-
https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#log_statement
|
|
687
|
-
Default value is ddl
|
|
688
|
-
"""
|
|
689
|
-
@property
|
|
690
|
-
def max_connections(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
691
|
-
"""Maximum number of inbound connections on master segment"""
|
|
692
|
-
|
|
693
|
-
@property
|
|
694
|
-
def max_slot_wal_keep_size(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
695
|
-
"""Specify the maximum size of WAL files that replication slots are allowed to retain in the pg_wal directory at checkpoint time.
|
|
696
|
-
https://www.postgresql.org/docs/current/runtime-config-replication.html
|
|
697
|
-
"""
|
|
698
|
-
|
|
699
|
-
@property
|
|
700
|
-
def gp_workfile_limit_per_segment(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
701
|
-
"""Sets the maximum total disk size that all running queries are allowed to use for creating temporary spill files at each segment.
|
|
702
|
-
The default value is 0, which means a limit is not enforced.
|
|
703
|
-
https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_segment
|
|
704
|
-
"""
|
|
705
|
-
|
|
706
|
-
@property
|
|
707
|
-
def gp_workfile_limit_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
708
|
-
"""Sets the maximum disk size an individual query is allowed to use for creating temporary spill files at each segment.
|
|
709
|
-
The default value is 0, which means a limit is not enforced.
|
|
710
|
-
https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_per_query
|
|
711
|
-
"""
|
|
712
|
-
|
|
713
|
-
@property
|
|
714
|
-
def gp_workfile_limit_files_per_query(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
715
|
-
"""Sets the maximum number of temporary spill files (also known as workfiles) allowed per query per segment.
|
|
716
|
-
Spill files are created when executing a query that requires more memory than it is allocated.
|
|
717
|
-
The current query is terminated when the limit is exceeded.
|
|
718
|
-
Set the value to 0 (zero) to allow an unlimited number of spill files. master session reload
|
|
719
|
-
https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_limit_files_per_query
|
|
720
|
-
Default value is 10000
|
|
721
|
-
"""
|
|
722
|
-
|
|
723
|
-
@property
|
|
724
|
-
def max_prepared_transactions(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
725
|
-
"""Sets the maximum number of transactions that can be in the "prepared" state simultaneously
|
|
726
|
-
https://www.postgresql.org/docs/9.6/runtime-config-resource.html
|
|
727
|
-
"""
|
|
728
|
-
|
|
729
|
-
@property
|
|
730
|
-
def gp_workfile_compression(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
731
|
-
"""Specifies whether the temporary files created, when a hash aggregation or hash join operation spills to disk, are compressed.
|
|
732
|
-
https://docs.vmware.com/en/VMware-Greenplum/6/greenplum-database/ref_guide-config_params-guc-list.html#gp_workfile_compression
|
|
733
|
-
"""
|
|
734
|
-
|
|
735
|
-
@property
|
|
736
|
-
def max_statement_mem(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
737
|
-
"""Sets the maximum memory limit for a query. Helps avoid out-of-memory errors on a segment host during query processing as a result of setting statement_mem too high.
|
|
738
|
-
Taking into account the configuration of a single segment host, calculate max_statement_mem as follows:
|
|
739
|
-
(seghost_physical_memory) / (average_number_concurrent_queries)
|
|
740
|
-
When changing both max_statement_mem and statement_mem, max_statement_mem must be changed first, or listed first in the postgresql.conf file.
|
|
741
|
-
https://greenplum.docs.pivotal.io/6-19/ref_guide/config_params/guc-list.html#max_statement_mem
|
|
742
|
-
Default value is 2097152000 (2000MB)
|
|
743
|
-
in bytes
|
|
744
|
-
"""
|
|
745
|
-
|
|
746
|
-
@property
|
|
747
|
-
def gp_add_column_inherits_table_setting(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
748
|
-
"""https://docs.vmware.com/en/VMware-Tanzu-Greenplum/6/greenplum-database/GUID-ref_guide-config_params-guc-list.html#gp_add_column_inherits_table_setting"""
|
|
749
|
-
|
|
750
|
-
def __init__(
|
|
751
|
-
self,
|
|
752
|
-
*,
|
|
753
|
-
max_connections: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
754
|
-
max_slot_wal_keep_size: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
755
|
-
gp_workfile_limit_per_segment: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
756
|
-
gp_workfile_limit_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
757
|
-
gp_workfile_limit_files_per_query: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
758
|
-
max_prepared_transactions: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
759
|
-
gp_workfile_compression: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
760
|
-
max_statement_mem: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
761
|
-
log_statement: global___LogStatement.ValueType = ...,
|
|
762
|
-
gp_add_column_inherits_table_setting: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
763
|
-
) -> None: ...
|
|
764
|
-
def HasField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> builtins.bool: ...
|
|
765
|
-
def ClearField(self, field_name: typing.Literal["gp_add_column_inherits_table_setting", b"gp_add_column_inherits_table_setting", "gp_workfile_compression", b"gp_workfile_compression", "gp_workfile_limit_files_per_query", b"gp_workfile_limit_files_per_query", "gp_workfile_limit_per_query", b"gp_workfile_limit_per_query", "gp_workfile_limit_per_segment", b"gp_workfile_limit_per_segment", "log_statement", b"log_statement", "max_connections", b"max_connections", "max_prepared_transactions", b"max_prepared_transactions", "max_slot_wal_keep_size", b"max_slot_wal_keep_size", "max_statement_mem", b"max_statement_mem"]) -> None: ...
|
|
766
|
-
|
|
767
|
-
global___GreenplumConfig6_21 = GreenplumConfig6_21
|
|
768
|
-
|
|
769
467
|
@typing.final
|
|
770
468
|
class GreenplumConfig6_22(google.protobuf.message.Message):
|
|
771
469
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -867,103 +565,6 @@ class GreenplumConfig6_22(google.protobuf.message.Message):
|
|
|
867
565
|
|
|
868
566
|
global___GreenplumConfig6_22 = GreenplumConfig6_22
|
|
869
567
|
|
|
870
|
-
@typing.final
|
|
871
|
-
class GreenplumConfigSet6_17(google.protobuf.message.Message):
|
|
872
|
-
"""Configuration settings version 6.17"""
|
|
873
|
-
|
|
874
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
875
|
-
|
|
876
|
-
EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
|
|
877
|
-
USER_CONFIG_FIELD_NUMBER: builtins.int
|
|
878
|
-
DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
|
|
879
|
-
@property
|
|
880
|
-
def effective_config(self) -> global___GreenplumConfig6_17:
|
|
881
|
-
"""Effective settings for a Greenplum® cluster (a combination of settings defined in [user_config] and [default_config])."""
|
|
882
|
-
|
|
883
|
-
@property
|
|
884
|
-
def user_config(self) -> global___GreenplumConfig6_17:
|
|
885
|
-
"""User-defined settings for a Greenplum® cluster."""
|
|
886
|
-
|
|
887
|
-
@property
|
|
888
|
-
def default_config(self) -> global___GreenplumConfig6_17:
|
|
889
|
-
"""Default configuration for a Greenplum® cluster."""
|
|
890
|
-
|
|
891
|
-
def __init__(
|
|
892
|
-
self,
|
|
893
|
-
*,
|
|
894
|
-
effective_config: global___GreenplumConfig6_17 | None = ...,
|
|
895
|
-
user_config: global___GreenplumConfig6_17 | None = ...,
|
|
896
|
-
default_config: global___GreenplumConfig6_17 | None = ...,
|
|
897
|
-
) -> None: ...
|
|
898
|
-
def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
|
|
899
|
-
def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
|
|
900
|
-
|
|
901
|
-
global___GreenplumConfigSet6_17 = GreenplumConfigSet6_17
|
|
902
|
-
|
|
903
|
-
@typing.final
|
|
904
|
-
class GreenplumConfigSet6_19(google.protobuf.message.Message):
|
|
905
|
-
"""Configuration settings version 6.19"""
|
|
906
|
-
|
|
907
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
908
|
-
|
|
909
|
-
EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
|
|
910
|
-
USER_CONFIG_FIELD_NUMBER: builtins.int
|
|
911
|
-
DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
|
|
912
|
-
@property
|
|
913
|
-
def effective_config(self) -> global___GreenplumConfig6_19:
|
|
914
|
-
"""Effective settings for a Greenplum® cluster (a combination of settings defined in [user_config] and [default_config])."""
|
|
915
|
-
|
|
916
|
-
@property
|
|
917
|
-
def user_config(self) -> global___GreenplumConfig6_19:
|
|
918
|
-
"""User-defined settings for a Greenplum® cluster."""
|
|
919
|
-
|
|
920
|
-
@property
|
|
921
|
-
def default_config(self) -> global___GreenplumConfig6_19:
|
|
922
|
-
"""Default configuration for a Greenplum® cluster."""
|
|
923
|
-
|
|
924
|
-
def __init__(
|
|
925
|
-
self,
|
|
926
|
-
*,
|
|
927
|
-
effective_config: global___GreenplumConfig6_19 | None = ...,
|
|
928
|
-
user_config: global___GreenplumConfig6_19 | None = ...,
|
|
929
|
-
default_config: global___GreenplumConfig6_19 | None = ...,
|
|
930
|
-
) -> None: ...
|
|
931
|
-
def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
|
|
932
|
-
def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
|
|
933
|
-
|
|
934
|
-
global___GreenplumConfigSet6_19 = GreenplumConfigSet6_19
|
|
935
|
-
|
|
936
|
-
@typing.final
|
|
937
|
-
class GreenplumConfigSet6_21(google.protobuf.message.Message):
|
|
938
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
939
|
-
|
|
940
|
-
EFFECTIVE_CONFIG_FIELD_NUMBER: builtins.int
|
|
941
|
-
USER_CONFIG_FIELD_NUMBER: builtins.int
|
|
942
|
-
DEFAULT_CONFIG_FIELD_NUMBER: builtins.int
|
|
943
|
-
@property
|
|
944
|
-
def effective_config(self) -> global___GreenplumConfig6_21:
|
|
945
|
-
"""Effective settings for a Greenplum® cluster (a combination of settings defined in [user_config] and [default_config])."""
|
|
946
|
-
|
|
947
|
-
@property
|
|
948
|
-
def user_config(self) -> global___GreenplumConfig6_21:
|
|
949
|
-
"""User-defined settings for a Greenplum® cluster."""
|
|
950
|
-
|
|
951
|
-
@property
|
|
952
|
-
def default_config(self) -> global___GreenplumConfig6_21:
|
|
953
|
-
"""Default configuration for a Greenplum® cluster."""
|
|
954
|
-
|
|
955
|
-
def __init__(
|
|
956
|
-
self,
|
|
957
|
-
*,
|
|
958
|
-
effective_config: global___GreenplumConfig6_21 | None = ...,
|
|
959
|
-
user_config: global___GreenplumConfig6_21 | None = ...,
|
|
960
|
-
default_config: global___GreenplumConfig6_21 | None = ...,
|
|
961
|
-
) -> None: ...
|
|
962
|
-
def HasField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> builtins.bool: ...
|
|
963
|
-
def ClearField(self, field_name: typing.Literal["default_config", b"default_config", "effective_config", b"effective_config", "user_config", b"user_config"]) -> None: ...
|
|
964
|
-
|
|
965
|
-
global___GreenplumConfigSet6_21 = GreenplumConfigSet6_21
|
|
966
|
-
|
|
967
568
|
@typing.final
|
|
968
569
|
class GreenplumConfigSet6_22(google.protobuf.message.Message):
|
|
969
570
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -30,7 +30,7 @@ from yandex.cloud.mdb.kafka.v1 import maintenance_pb2 as yandex_dot_cloud_dot_md
|
|
|
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'\n\'yandex/cloud/mdb/kafka/v1/cluster.proto\x12\x19yandex.cloud.mdb.kafka.v1\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a&yandex/cloud/mdb/kafka/v1/common.proto\x1a+yandex/cloud/mdb/kafka/v1/maintenance.proto\x1a\x1dyandex/cloud/validation.proto\"\xef\x08\n\x07\x43luster\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12>\n\x06labels\x18\x06 \x03(\x0b\x32..yandex.cloud.mdb.kafka.v1.Cluster.LabelsEntry\x12\x43\n\x0b\x65nvironment\x18\x07 \x01(\x0e\x32..yandex.cloud.mdb.kafka.v1.Cluster.Environment\x12\x39\n\nmonitoring\x18\x08 \x03(\x0b\x32%.yandex.cloud.mdb.kafka.v1.Monitoring\x12\x35\n\x06\x63onfig\x18\t \x01(\x0b\x32%.yandex.cloud.mdb.kafka.v1.ConfigSpec\x12\x12\n\nnetwork_id\x18\n \x01(\t\x12\x39\n\x06health\x18\x0b \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Health\x12\x39\n\x06status\x18\x0c \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Status\x12\x1a\n\x12security_group_ids\x18\r \x03(\t\x12\x16\n\x0ehost_group_ids\x18\x0e \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x0f \x01(\x08\x12H\n\x12maintenance_window\x18\x10 \x01(\x0b\x32,.yandex.cloud.mdb.kafka.v1.MaintenanceWindow\x12J\n\x11planned_operation\x18\x11 \x01(\x0b\x32/.yandex.cloud.mdb.kafka.v1.MaintenanceOperation\x12<\n\x08kafka_ui\x18\x12 \x01(\x0b\x32*.yandex.cloud.mdb.kafka.v1.Cluster.KafkaUI\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x16\n\x07KafkaUI\x12\x0b\n\x03url\x18\x01 \x01(\t\"I\n\x0b\x45nvironment\x12\x1b\n\x17\x45NVIRONMENT_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\r\n\tPRESTABLE\x10\x02\"?\n\x06Health\x12\x12\n\x0eHEALTH_UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03\"y\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\x0b\n\x07STOPPED\x10\x06\x12\x0c\n\x08STARTING\x10\x07\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/mdb/kafka/v1/cluster.proto\x12\x19yandex.cloud.mdb.kafka.v1\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a&yandex/cloud/mdb/kafka/v1/common.proto\x1a+yandex/cloud/mdb/kafka/v1/maintenance.proto\x1a\x1dyandex/cloud/validation.proto\"\xef\x08\n\x07\x43luster\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12>\n\x06labels\x18\x06 \x03(\x0b\x32..yandex.cloud.mdb.kafka.v1.Cluster.LabelsEntry\x12\x43\n\x0b\x65nvironment\x18\x07 \x01(\x0e\x32..yandex.cloud.mdb.kafka.v1.Cluster.Environment\x12\x39\n\nmonitoring\x18\x08 \x03(\x0b\x32%.yandex.cloud.mdb.kafka.v1.Monitoring\x12\x35\n\x06\x63onfig\x18\t \x01(\x0b\x32%.yandex.cloud.mdb.kafka.v1.ConfigSpec\x12\x12\n\nnetwork_id\x18\n \x01(\t\x12\x39\n\x06health\x18\x0b \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Health\x12\x39\n\x06status\x18\x0c \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Status\x12\x1a\n\x12security_group_ids\x18\r \x03(\t\x12\x16\n\x0ehost_group_ids\x18\x0e \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x0f \x01(\x08\x12H\n\x12maintenance_window\x18\x10 \x01(\x0b\x32,.yandex.cloud.mdb.kafka.v1.MaintenanceWindow\x12J\n\x11planned_operation\x18\x11 \x01(\x0b\x32/.yandex.cloud.mdb.kafka.v1.MaintenanceOperation\x12<\n\x08kafka_ui\x18\x12 \x01(\x0b\x32*.yandex.cloud.mdb.kafka.v1.Cluster.KafkaUI\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x16\n\x07KafkaUI\x12\x0b\n\x03url\x18\x01 \x01(\t\"I\n\x0b\x45nvironment\x12\x1b\n\x17\x45NVIRONMENT_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\r\n\tPRESTABLE\x10\x02\"?\n\x06Health\x12\x12\n\x0eHEALTH_UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03\"y\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\x0b\n\x07STOPPED\x10\x06\x12\x0c\n\x08STARTING\x10\x07\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\xf3\x08\n\nConfigSpec\x12\x0f\n\x07version\x18\x01 \x01(\t\x12:\n\x05kafka\x18\x02 \x01(\x0b\x32+.yandex.cloud.mdb.kafka.v1.ConfigSpec.Kafka\x12\x42\n\tzookeeper\x18\x03 \x01(\x0b\x32/.yandex.cloud.mdb.kafka.v1.ConfigSpec.Zookeeper\x12\x0f\n\x07zone_id\x18\x04 \x03(\t\x12\x32\n\rbrokers_count\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x18\n\x10\x61ssign_public_ip\x18\x06 \x01(\x08\x12\x1c\n\x10unmanaged_topics\x18\x07 \x01(\x08\x42\x02\x18\x01\x12\x17\n\x0fschema_registry\x18\x08 \x01(\x08\x12\x31\n\x06\x61\x63\x63\x65ss\x18\t \x01(\x0b\x32!.yandex.cloud.mdb.kafka.v1.Access\x12L\n\x0frest_api_config\x18\n \x01(\x0b\x32\x33.yandex.cloud.mdb.kafka.v1.ConfigSpec.RestAPIConfig\x12M\n\x15\x64isk_size_autoscaling\x18\x0b \x01(\x0b\x32..yandex.cloud.mdb.kafka.v1.DiskSizeAutoscaling\x12:\n\x05kraft\x18\x0c \x01(\x0b\x32+.yandex.cloud.mdb.kafka.v1.ConfigSpec.KRaft\x12L\n\x0fkafka_ui_config\x18\r \x01(\x0b\x32\x33.yandex.cloud.mdb.kafka.v1.ConfigSpec.KafkaUIConfig\x12\x15\n\rpatch_version\x18\x0e \x01(\t\x1a\x80\x02\n\x05Kafka\x12\x37\n\tresources\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x12V\n\x10kafka_config_2_8\x18\x04 \x01(\x0b\x32).yandex.cloud.mdb.kafka.v1.KafkaConfig2_8H\x00R\x0fkafkaConfig_2_8\x12P\n\x0ekafka_config_3\x18\x05 \x01(\x0b\x32\'.yandex.cloud.mdb.kafka.v1.KafkaConfig3H\x00R\rkafkaConfig_3B\x0e\n\x0ckafka_configJ\x04\x08\x02\x10\x04\x1a\x44\n\tZookeeper\x12\x37\n\tresources\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x1a@\n\x05KRaft\x12\x37\n\tresources\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x1a \n\rRestAPIConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\x1a \n\rKafkaUIConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"P\n\tResources\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\x12\x11\n\tdisk_size\x18\x02 \x01(\x03\x12\x14\n\x0c\x64isk_type_id\x18\x03 \x01(\t\"\xc4\t\n\x0eKafkaConfig2_8\x12\x44\n\x10\x63ompression_type\x18\x01 \x01(\x0e\x32*.yandex.cloud.mdb.kafka.v1.CompressionType\x12@\n\x1blog_flush_interval_messages\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_flush_interval_ms\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x1flog_flush_scheduler_interval_ms\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_bytes\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_hours\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_retention_minutes\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x10log_retention_ms\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11log_segment_bytes\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x37\n\x0flog_preallocate\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01\x12=\n\x18socket_send_buffer_bytes\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bsocket_receive_buffer_bytes\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x19\x61uto_create_topics_enable\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0enum_partitions\x18\x0e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12?\n\x1a\x64\x65\x66\x61ult_replication_factor\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11message_max_bytes\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17replica_fetch_max_bytes\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x19\n\x11ssl_cipher_suites\x18\x12 \x03(\t\x12>\n\x19offsets_retention_minutes\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12I\n\x17sasl_enabled_mechanisms\x18\x14 \x03(\x0e\x32(.yandex.cloud.mdb.kafka.v1.SaslMechanism\"\xc2\t\n\x0cKafkaConfig3\x12\x44\n\x10\x63ompression_type\x18\x01 \x01(\x0e\x32*.yandex.cloud.mdb.kafka.v1.CompressionType\x12@\n\x1blog_flush_interval_messages\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_flush_interval_ms\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x1flog_flush_scheduler_interval_ms\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_bytes\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_hours\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_retention_minutes\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x10log_retention_ms\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11log_segment_bytes\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x37\n\x0flog_preallocate\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValueB\x02\x18\x01\x12=\n\x18socket_send_buffer_bytes\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bsocket_receive_buffer_bytes\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x19\x61uto_create_topics_enable\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0enum_partitions\x18\x0e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12?\n\x1a\x64\x65\x66\x61ult_replication_factor\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11message_max_bytes\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17replica_fetch_max_bytes\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x19\n\x11ssl_cipher_suites\x18\x12 \x03(\t\x12>\n\x19offsets_retention_minutes\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12I\n\x17sasl_enabled_mechanisms\x18\x14 \x03(\x0e\x32(.yandex.cloud.mdb.kafka.v1.SaslMechanism\"\x8e\x03\n\x04Host\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ncluster_id\x18\x02 \x01(\t\x12\x0f\n\x07zone_id\x18\x03 \x01(\t\x12\x32\n\x04role\x18\x04 \x01(\x0e\x32$.yandex.cloud.mdb.kafka.v1.Host.Role\x12\x37\n\tresources\x18\x05 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x12\x36\n\x06health\x18\x06 \x01(\x0e\x32&.yandex.cloud.mdb.kafka.v1.Host.Health\x12\x11\n\tsubnet_id\x18\x08 \x01(\t\x12\x18\n\x10\x61ssign_public_ip\x18\t \x01(\x08\"A\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\t\n\x05KAFKA\x10\x01\x12\r\n\tZOOKEEPER\x10\x02\x12\t\n\x05KRAFT\x10\x03\"8\n\x06Health\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03J\x04\x08\x07\x10\x08\"\x1f\n\x06\x41\x63\x63\x65ss\x12\x15\n\rdata_transfer\x18\x01 \x01(\x08\"\x90\x01\n\x13\x44iskSizeAutoscaling\x12.\n\x17planned_usage_threshold\x18\x01 \x01(\x03\x42\r\xe8\xc7\x31\x00\xfa\xc7\x31\x05\x30-100\x12\x30\n\x19\x65mergency_usage_threshold\x18\x02 \x01(\x03\x42\r\xe8\xc7\x31\x00\xfa\xc7\x31\x05\x30-100\x12\x17\n\x0f\x64isk_size_limit\x18\x03 \x01(\x03\x42\x64\n\x1dyandex.cloud.api.mdb.kafka.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/kafka/v1;kafkab\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -65,31 +65,31 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
65
65
|
_globals['_MONITORING']._serialized_start=1423
|
|
66
66
|
_globals['_MONITORING']._serialized_end=1484
|
|
67
67
|
_globals['_CONFIGSPEC']._serialized_start=1487
|
|
68
|
-
_globals['_CONFIGSPEC']._serialized_end=
|
|
69
|
-
_globals['_CONFIGSPEC_KAFKA']._serialized_start=
|
|
70
|
-
_globals['_CONFIGSPEC_KAFKA']._serialized_end=
|
|
71
|
-
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_start=
|
|
72
|
-
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_end=
|
|
73
|
-
_globals['_CONFIGSPEC_KRAFT']._serialized_start=
|
|
74
|
-
_globals['_CONFIGSPEC_KRAFT']._serialized_end=
|
|
75
|
-
_globals['_CONFIGSPEC_RESTAPICONFIG']._serialized_start=
|
|
76
|
-
_globals['_CONFIGSPEC_RESTAPICONFIG']._serialized_end=
|
|
77
|
-
_globals['_CONFIGSPEC_KAFKAUICONFIG']._serialized_start=
|
|
78
|
-
_globals['_CONFIGSPEC_KAFKAUICONFIG']._serialized_end=
|
|
79
|
-
_globals['_RESOURCES']._serialized_start=
|
|
80
|
-
_globals['_RESOURCES']._serialized_end=
|
|
81
|
-
_globals['_KAFKACONFIG2_8']._serialized_start=
|
|
82
|
-
_globals['_KAFKACONFIG2_8']._serialized_end=
|
|
83
|
-
_globals['_KAFKACONFIG3']._serialized_start=
|
|
84
|
-
_globals['_KAFKACONFIG3']._serialized_end=
|
|
85
|
-
_globals['_HOST']._serialized_start=
|
|
86
|
-
_globals['_HOST']._serialized_end=
|
|
87
|
-
_globals['_HOST_ROLE']._serialized_start=
|
|
88
|
-
_globals['_HOST_ROLE']._serialized_end=
|
|
89
|
-
_globals['_HOST_HEALTH']._serialized_start=
|
|
90
|
-
_globals['_HOST_HEALTH']._serialized_end=
|
|
91
|
-
_globals['_ACCESS']._serialized_start=
|
|
92
|
-
_globals['_ACCESS']._serialized_end=
|
|
93
|
-
_globals['_DISKSIZEAUTOSCALING']._serialized_start=
|
|
94
|
-
_globals['_DISKSIZEAUTOSCALING']._serialized_end=
|
|
68
|
+
_globals['_CONFIGSPEC']._serialized_end=2626
|
|
69
|
+
_globals['_CONFIGSPEC_KAFKA']._serialized_start=2166
|
|
70
|
+
_globals['_CONFIGSPEC_KAFKA']._serialized_end=2422
|
|
71
|
+
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_start=2424
|
|
72
|
+
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_end=2492
|
|
73
|
+
_globals['_CONFIGSPEC_KRAFT']._serialized_start=2494
|
|
74
|
+
_globals['_CONFIGSPEC_KRAFT']._serialized_end=2558
|
|
75
|
+
_globals['_CONFIGSPEC_RESTAPICONFIG']._serialized_start=2560
|
|
76
|
+
_globals['_CONFIGSPEC_RESTAPICONFIG']._serialized_end=2592
|
|
77
|
+
_globals['_CONFIGSPEC_KAFKAUICONFIG']._serialized_start=2594
|
|
78
|
+
_globals['_CONFIGSPEC_KAFKAUICONFIG']._serialized_end=2626
|
|
79
|
+
_globals['_RESOURCES']._serialized_start=2628
|
|
80
|
+
_globals['_RESOURCES']._serialized_end=2708
|
|
81
|
+
_globals['_KAFKACONFIG2_8']._serialized_start=2711
|
|
82
|
+
_globals['_KAFKACONFIG2_8']._serialized_end=3931
|
|
83
|
+
_globals['_KAFKACONFIG3']._serialized_start=3934
|
|
84
|
+
_globals['_KAFKACONFIG3']._serialized_end=5152
|
|
85
|
+
_globals['_HOST']._serialized_start=5155
|
|
86
|
+
_globals['_HOST']._serialized_end=5553
|
|
87
|
+
_globals['_HOST_ROLE']._serialized_start=5424
|
|
88
|
+
_globals['_HOST_ROLE']._serialized_end=5489
|
|
89
|
+
_globals['_HOST_HEALTH']._serialized_start=5491
|
|
90
|
+
_globals['_HOST_HEALTH']._serialized_end=5547
|
|
91
|
+
_globals['_ACCESS']._serialized_start=5555
|
|
92
|
+
_globals['_ACCESS']._serialized_end=5586
|
|
93
|
+
_globals['_DISKSIZEAUTOSCALING']._serialized_start=5589
|
|
94
|
+
_globals['_DISKSIZEAUTOSCALING']._serialized_end=5733
|
|
95
95
|
# @@protoc_insertion_point(module_scope)
|