yandexcloud 0.337.0__py3-none-any.whl → 0.339.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/common_pb2.py +32 -27
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +29 -2
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +32 -32
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +7 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +39 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +220 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +172 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +68 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +50 -50
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +10 -2
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.py +86 -66
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +98 -2
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.py +88 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.pyi +40 -0
- yandex/cloud/backup/v1/backup_service_pb2.py +44 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +14 -2
- yandex/cloud/backup/v1/policy_pb2.py +56 -52
- yandex/cloud/backup/v1/policy_pb2.pyi +36 -5
- yandex/cloud/backup/v1/resource_pb2.py +21 -19
- yandex/cloud/backup/v1/resource_pb2.pyi +32 -2
- yandex/cloud/backup/v1/resource_service_pb2.py +30 -30
- yandex/cloud/backup/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/baremetal/__init__.py +0 -0
- yandex/cloud/baremetal/v1alpha/__init__.py +0 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2.py +42 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2.pyi +109 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +111 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.pyi +80 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2.pyi +33 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2.py +39 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2.pyi +68 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.pyi +36 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.pyi +87 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.pyi +80 -0
- yandex/cloud/baremetal/v1alpha/image_pb2.py +44 -0
- yandex/cloud/baremetal/v1alpha/image_pb2.pyi +125 -0
- yandex/cloud/baremetal/v1alpha/image_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/image_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2.py +108 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2.pyi +364 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2.py +47 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2.pyi +174 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +112 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +443 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2.py +45 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2.pyi +143 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +106 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +382 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +54 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.pyi +282 -0
- yandex/cloud/baremetal/v1alpha/server_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/server_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.py +217 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +850 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.py +589 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.pyi +281 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2.py +46 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2.pyi +165 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +51 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.pyi +91 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.py +145 -0
- yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.pyi +70 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2.py +42 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2.pyi +77 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +106 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.pyi +357 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.py +327 -0
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.pyi +170 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2.pyi +29 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +49 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.pyi +87 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.py +148 -0
- yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +40 -40
- yandex/cloud/dataproc/manager/v1/job_pb2.pyi +26 -26
- yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +7 -7
- yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.py +2 -2
- yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +2 -2
- yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.py +3 -3
- yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.pyi +3 -3
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -5
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +13 -13
- yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.py +4 -4
- yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/v1/job_pb2.pyi +15 -15
- yandex/cloud/dataproc/v1/job_service_pb2.pyi +3 -3
- yandex/cloud/dataproc/v1/job_service_pb2_grpc.py +4 -4
- yandex/cloud/dataproc/v1/job_service_pb2_grpc.pyi +6 -6
- yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +2 -2
- yandex/cloud/dataproc/v1/subcluster_pb2.pyi +11 -11
- yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +3 -3
- yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.py +3 -3
- yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.pyi +3 -3
- yandex/cloud/iam/v1/api_key_pb2.pyi +3 -1
- yandex/cloud/iam/v1/api_key_service_pb2.pyi +3 -1
- yandex/cloud/iam/v1/key_service_pb2.pyi +0 -2
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2.py +32 -25
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.py +133 -0
- yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.pyi +61 -0
- yandex/cloud/k8s/v1/cluster_pb2.py +40 -30
- yandex/cloud/k8s/v1/cluster_pb2.pyi +94 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +54 -42
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +70 -4
- yandex/cloud/k8s/v1/resource_preset_pb2.py +37 -0
- yandex/cloud/k8s/v1/resource_preset_pb2.pyi +43 -0
- yandex/cloud/k8s/v1/resource_preset_pb2_grpc.py +24 -0
- yandex/cloud/k8s/v1/resource_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2.py +53 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2.pyi +81 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.py +146 -0
- yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.pyi +71 -0
- yandex/cloud/mdb/mysql/v1/backup_pb2.py +6 -6
- yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +5 -1
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +26 -20
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +73 -2
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +26 -20
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +100 -2
- yandex/cloud/mdb/opensearch/v1/backup_pb2.py +30 -3
- yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +162 -0
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +46 -45
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +88 -70
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +102 -4
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +89 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +49 -3
- yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host10_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host11_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host12_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host13_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host14_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host15_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.py +25 -25
- yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py +25 -25
- yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py +23 -23
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.py +35 -35
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +37 -37
- yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py +29 -29
- yandex/cloud/monitoring/v3/unit_format_pb2.py +2 -2
- yandex/cloud/monitoring/v3/unit_format_pb2.pyi +16 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +28 -22
- yandex/cloud/searchapi/v2/search_query_pb2.py +8 -8
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +8 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +11 -3
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +24 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +44 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +20 -0
- yandex/cloud/spark/__init__.py +0 -0
- yandex/cloud/spark/v1/__init__.py +0 -0
- yandex/cloud/spark/v1/cluster_pb2.py +100 -0
- yandex/cloud/spark/v1/cluster_pb2.pyi +444 -0
- yandex/cloud/spark/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/spark/v1/cluster_service_pb2.py +124 -0
- yandex/cloud/spark/v1/cluster_service_pb2.pyi +333 -0
- yandex/cloud/spark/v1/cluster_service_pb2_grpc.py +366 -0
- yandex/cloud/spark/v1/cluster_service_pb2_grpc.pyi +169 -0
- yandex/cloud/spark/v1/job_pb2.py +56 -0
- yandex/cloud/spark/v1/job_pb2.pyi +346 -0
- yandex/cloud/spark/v1/job_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/job_pb2_grpc.pyi +17 -0
- yandex/cloud/spark/v1/job_service_pb2.py +97 -0
- yandex/cloud/spark/v1/job_service_pb2.pyi +224 -0
- yandex/cloud/spark/v1/job_service_pb2_grpc.py +279 -0
- yandex/cloud/spark/v1/job_service_pb2_grpc.pyi +132 -0
- yandex/cloud/spark/v1/maintenance_pb2.py +53 -0
- yandex/cloud/spark/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/spark/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/spark/v1/maintenance_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +2 -2
- yandexcloud/_operation_waiter.py +17 -19
- yandexcloud/_retry_policy.py +17 -3
- yandexcloud/_wrappers/dataproc/__init__.py +39 -0
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/METADATA +9 -9
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/RECORD +230 -118
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.337.0.dist-info → yandexcloud-0.339.0.dist-info}/top_level.txt +0 -0
|
@@ -884,6 +884,7 @@ class ConfigCreateSpec(google.protobuf.message.Message):
|
|
|
884
884
|
OPENSEARCH_SPEC_FIELD_NUMBER: builtins.int
|
|
885
885
|
DASHBOARDS_SPEC_FIELD_NUMBER: builtins.int
|
|
886
886
|
ACCESS_FIELD_NUMBER: builtins.int
|
|
887
|
+
SNAPSHOT_MANAGEMENT_FIELD_NUMBER: builtins.int
|
|
887
888
|
version: builtins.str
|
|
888
889
|
"""OpenSearch version.
|
|
889
890
|
No formal validation, a list of supported versions should suffice.
|
|
@@ -902,6 +903,10 @@ class ConfigCreateSpec(google.protobuf.message.Message):
|
|
|
902
903
|
def access(self) -> yandex.cloud.mdb.opensearch.v1.cluster_pb2.Access:
|
|
903
904
|
"""Access policy for external services."""
|
|
904
905
|
|
|
906
|
+
@property
|
|
907
|
+
def snapshot_management(self) -> yandex.cloud.mdb.opensearch.v1.backup_pb2.SnapshotManagement:
|
|
908
|
+
"""Snapshot management configuration"""
|
|
909
|
+
|
|
905
910
|
def __init__(
|
|
906
911
|
self,
|
|
907
912
|
*,
|
|
@@ -910,9 +915,10 @@ class ConfigCreateSpec(google.protobuf.message.Message):
|
|
|
910
915
|
opensearch_spec: global___OpenSearchCreateSpec | None = ...,
|
|
911
916
|
dashboards_spec: global___DashboardsCreateSpec | None = ...,
|
|
912
917
|
access: yandex.cloud.mdb.opensearch.v1.cluster_pb2.Access | None = ...,
|
|
918
|
+
snapshot_management: yandex.cloud.mdb.opensearch.v1.backup_pb2.SnapshotManagement | None = ...,
|
|
913
919
|
) -> None: ...
|
|
914
|
-
def HasField(self, field_name: typing.Literal["access", b"access", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec"]) -> builtins.bool: ...
|
|
915
|
-
def ClearField(self, field_name: typing.Literal["access", b"access", "admin_password", b"admin_password", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec", "version", b"version"]) -> None: ...
|
|
920
|
+
def HasField(self, field_name: typing.Literal["access", b"access", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec", "snapshot_management", b"snapshot_management"]) -> builtins.bool: ...
|
|
921
|
+
def ClearField(self, field_name: typing.Literal["access", b"access", "admin_password", b"admin_password", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec", "snapshot_management", b"snapshot_management", "version", b"version"]) -> None: ...
|
|
916
922
|
|
|
917
923
|
global___ConfigCreateSpec = ConfigCreateSpec
|
|
918
924
|
|
|
@@ -1107,6 +1113,7 @@ class ConfigUpdateSpec(google.protobuf.message.Message):
|
|
|
1107
1113
|
OPENSEARCH_SPEC_FIELD_NUMBER: builtins.int
|
|
1108
1114
|
DASHBOARDS_SPEC_FIELD_NUMBER: builtins.int
|
|
1109
1115
|
ACCESS_FIELD_NUMBER: builtins.int
|
|
1116
|
+
SNAPSHOT_MANAGEMENT_FIELD_NUMBER: builtins.int
|
|
1110
1117
|
version: builtins.str
|
|
1111
1118
|
"""OpenSearch version.
|
|
1112
1119
|
No formal validation, a list of supported versions should suffice.
|
|
@@ -1125,6 +1132,10 @@ class ConfigUpdateSpec(google.protobuf.message.Message):
|
|
|
1125
1132
|
def access(self) -> yandex.cloud.mdb.opensearch.v1.cluster_pb2.Access:
|
|
1126
1133
|
"""Access policy for external services."""
|
|
1127
1134
|
|
|
1135
|
+
@property
|
|
1136
|
+
def snapshot_management(self) -> yandex.cloud.mdb.opensearch.v1.backup_pb2.SnapshotManagement:
|
|
1137
|
+
"""Snapshot management configuration"""
|
|
1138
|
+
|
|
1128
1139
|
def __init__(
|
|
1129
1140
|
self,
|
|
1130
1141
|
*,
|
|
@@ -1133,9 +1144,10 @@ class ConfigUpdateSpec(google.protobuf.message.Message):
|
|
|
1133
1144
|
opensearch_spec: global___OpenSearchClusterUpdateSpec | None = ...,
|
|
1134
1145
|
dashboards_spec: global___DashboardsClusterUpdateSpec | None = ...,
|
|
1135
1146
|
access: yandex.cloud.mdb.opensearch.v1.cluster_pb2.Access | None = ...,
|
|
1147
|
+
snapshot_management: yandex.cloud.mdb.opensearch.v1.backup_pb2.SnapshotManagement | None = ...,
|
|
1136
1148
|
) -> None: ...
|
|
1137
|
-
def HasField(self, field_name: typing.Literal["access", b"access", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec"]) -> builtins.bool: ...
|
|
1138
|
-
def ClearField(self, field_name: typing.Literal["access", b"access", "admin_password", b"admin_password", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec", "version", b"version"]) -> None: ...
|
|
1149
|
+
def HasField(self, field_name: typing.Literal["access", b"access", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec", "snapshot_management", b"snapshot_management"]) -> builtins.bool: ...
|
|
1150
|
+
def ClearField(self, field_name: typing.Literal["access", b"access", "admin_password", b"admin_password", "dashboards_spec", b"dashboards_spec", "opensearch_spec", b"opensearch_spec", "snapshot_management", b"snapshot_management", "version", b"version"]) -> None: ...
|
|
1139
1151
|
|
|
1140
1152
|
global___ConfigUpdateSpec = ConfigUpdateSpec
|
|
1141
1153
|
|
|
@@ -1893,3 +1905,89 @@ class UpdateAuthSettingsMetadata(google.protobuf.message.Message):
|
|
|
1893
1905
|
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id"]) -> None: ...
|
|
1894
1906
|
|
|
1895
1907
|
global___UpdateAuthSettingsMetadata = UpdateAuthSettingsMetadata
|
|
1908
|
+
|
|
1909
|
+
@typing.final
|
|
1910
|
+
class RestartOpenSearchRequest(google.protobuf.message.Message):
|
|
1911
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1912
|
+
|
|
1913
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
1914
|
+
HOST_FIELD_NUMBER: builtins.int
|
|
1915
|
+
cluster_id: builtins.str
|
|
1916
|
+
"""Required. ID of the OpenSearch cluster."""
|
|
1917
|
+
host: builtins.str
|
|
1918
|
+
"""Required. Host to restart OpenSearch service on."""
|
|
1919
|
+
def __init__(
|
|
1920
|
+
self,
|
|
1921
|
+
*,
|
|
1922
|
+
cluster_id: builtins.str = ...,
|
|
1923
|
+
host: builtins.str = ...,
|
|
1924
|
+
) -> None: ...
|
|
1925
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host", b"host"]) -> None: ...
|
|
1926
|
+
|
|
1927
|
+
global___RestartOpenSearchRequest = RestartOpenSearchRequest
|
|
1928
|
+
|
|
1929
|
+
@typing.final
|
|
1930
|
+
class RestartOpenSearchMetadata(google.protobuf.message.Message):
|
|
1931
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1932
|
+
|
|
1933
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
1934
|
+
HOST_FIELD_NUMBER: builtins.int
|
|
1935
|
+
cluster_id: builtins.str
|
|
1936
|
+
"""Required. ID of the OpenSearch cluster."""
|
|
1937
|
+
host: builtins.str
|
|
1938
|
+
"""Required. Host where OpenSearch will be restarted."""
|
|
1939
|
+
def __init__(
|
|
1940
|
+
self,
|
|
1941
|
+
*,
|
|
1942
|
+
cluster_id: builtins.str = ...,
|
|
1943
|
+
host: builtins.str = ...,
|
|
1944
|
+
) -> None: ...
|
|
1945
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "host", b"host"]) -> None: ...
|
|
1946
|
+
|
|
1947
|
+
global___RestartOpenSearchMetadata = RestartOpenSearchMetadata
|
|
1948
|
+
|
|
1949
|
+
@typing.final
|
|
1950
|
+
class SwitchMasterRequest(google.protobuf.message.Message):
|
|
1951
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1952
|
+
|
|
1953
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
1954
|
+
FROM_HOSTS_FIELD_NUMBER: builtins.int
|
|
1955
|
+
cluster_id: builtins.str
|
|
1956
|
+
"""Required. ID of the OpenSearch cluster."""
|
|
1957
|
+
@property
|
|
1958
|
+
def from_hosts(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
1959
|
+
"""Hosts list which are forbidden to be masters after operation.
|
|
1960
|
+
If no hosts given, then current master will be switched.
|
|
1961
|
+
"""
|
|
1962
|
+
|
|
1963
|
+
def __init__(
|
|
1964
|
+
self,
|
|
1965
|
+
*,
|
|
1966
|
+
cluster_id: builtins.str = ...,
|
|
1967
|
+
from_hosts: collections.abc.Iterable[builtins.str] | None = ...,
|
|
1968
|
+
) -> None: ...
|
|
1969
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "from_hosts", b"from_hosts"]) -> None: ...
|
|
1970
|
+
|
|
1971
|
+
global___SwitchMasterRequest = SwitchMasterRequest
|
|
1972
|
+
|
|
1973
|
+
@typing.final
|
|
1974
|
+
class SwitchMasterMetadata(google.protobuf.message.Message):
|
|
1975
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
1976
|
+
|
|
1977
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
1978
|
+
FROM_HOSTS_FIELD_NUMBER: builtins.int
|
|
1979
|
+
cluster_id: builtins.str
|
|
1980
|
+
"""ID of the OpenSearch cluster."""
|
|
1981
|
+
@property
|
|
1982
|
+
def from_hosts(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
1983
|
+
"""Host where masters will be expelled."""
|
|
1984
|
+
|
|
1985
|
+
def __init__(
|
|
1986
|
+
self,
|
|
1987
|
+
*,
|
|
1988
|
+
cluster_id: builtins.str = ...,
|
|
1989
|
+
from_hosts: collections.abc.Iterable[builtins.str] | None = ...,
|
|
1990
|
+
) -> None: ...
|
|
1991
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "from_hosts", b"from_hosts"]) -> None: ...
|
|
1992
|
+
|
|
1993
|
+
global___SwitchMasterMetadata = SwitchMasterMetadata
|
|
@@ -163,6 +163,16 @@ class ClusterServiceStub(object):
|
|
|
163
163
|
request_serializer=yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.UpdateAuthSettingsRequest.SerializeToString,
|
|
164
164
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
165
165
|
_registered_method=True)
|
|
166
|
+
self.RestartOpenSearch = channel.unary_unary(
|
|
167
|
+
'/yandex.cloud.mdb.opensearch.v1.ClusterService/RestartOpenSearch',
|
|
168
|
+
request_serializer=yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.RestartOpenSearchRequest.SerializeToString,
|
|
169
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
170
|
+
_registered_method=True)
|
|
171
|
+
self.SwitchMaster = channel.unary_unary(
|
|
172
|
+
'/yandex.cloud.mdb.opensearch.v1.ClusterService/SwitchMaster',
|
|
173
|
+
request_serializer=yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.SwitchMasterRequest.SerializeToString,
|
|
174
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
175
|
+
_registered_method=True)
|
|
166
176
|
|
|
167
177
|
|
|
168
178
|
class ClusterServiceServicer(object):
|
|
@@ -264,6 +274,7 @@ class ClusterServiceServicer(object):
|
|
|
264
274
|
|
|
265
275
|
def ListLogs(self, request, context):
|
|
266
276
|
"""Retrieves logs for the specified OpenSearch cluster.
|
|
277
|
+
For detailed description, see the [Logs](/yandex-mdb-guide/concepts/logs.html) section in the developer's guide.
|
|
267
278
|
"""
|
|
268
279
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
269
280
|
context.set_details('Method not implemented!')
|
|
@@ -346,6 +357,20 @@ class ClusterServiceServicer(object):
|
|
|
346
357
|
context.set_details('Method not implemented!')
|
|
347
358
|
raise NotImplementedError('Method not implemented!')
|
|
348
359
|
|
|
360
|
+
def RestartOpenSearch(self, request, context):
|
|
361
|
+
"""Restarts OpenSearch on specified host.
|
|
362
|
+
"""
|
|
363
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
364
|
+
context.set_details('Method not implemented!')
|
|
365
|
+
raise NotImplementedError('Method not implemented!')
|
|
366
|
+
|
|
367
|
+
def SwitchMaster(self, request, context):
|
|
368
|
+
"""Switches current master or ensures that master not on specified hosts.
|
|
369
|
+
"""
|
|
370
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
371
|
+
context.set_details('Method not implemented!')
|
|
372
|
+
raise NotImplementedError('Method not implemented!')
|
|
373
|
+
|
|
349
374
|
|
|
350
375
|
def add_ClusterServiceServicer_to_server(servicer, server):
|
|
351
376
|
rpc_method_handlers = {
|
|
@@ -474,6 +499,16 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
474
499
|
request_deserializer=yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.UpdateAuthSettingsRequest.FromString,
|
|
475
500
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
476
501
|
),
|
|
502
|
+
'RestartOpenSearch': grpc.unary_unary_rpc_method_handler(
|
|
503
|
+
servicer.RestartOpenSearch,
|
|
504
|
+
request_deserializer=yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.RestartOpenSearchRequest.FromString,
|
|
505
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
506
|
+
),
|
|
507
|
+
'SwitchMaster': grpc.unary_unary_rpc_method_handler(
|
|
508
|
+
servicer.SwitchMaster,
|
|
509
|
+
request_deserializer=yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.SwitchMasterRequest.FromString,
|
|
510
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
511
|
+
),
|
|
477
512
|
}
|
|
478
513
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
479
514
|
'yandex.cloud.mdb.opensearch.v1.ClusterService', rpc_method_handlers)
|
|
@@ -1160,3 +1195,57 @@ class ClusterService(object):
|
|
|
1160
1195
|
timeout,
|
|
1161
1196
|
metadata,
|
|
1162
1197
|
_registered_method=True)
|
|
1198
|
+
|
|
1199
|
+
@staticmethod
|
|
1200
|
+
def RestartOpenSearch(request,
|
|
1201
|
+
target,
|
|
1202
|
+
options=(),
|
|
1203
|
+
channel_credentials=None,
|
|
1204
|
+
call_credentials=None,
|
|
1205
|
+
insecure=False,
|
|
1206
|
+
compression=None,
|
|
1207
|
+
wait_for_ready=None,
|
|
1208
|
+
timeout=None,
|
|
1209
|
+
metadata=None):
|
|
1210
|
+
return grpc.experimental.unary_unary(
|
|
1211
|
+
request,
|
|
1212
|
+
target,
|
|
1213
|
+
'/yandex.cloud.mdb.opensearch.v1.ClusterService/RestartOpenSearch',
|
|
1214
|
+
yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.RestartOpenSearchRequest.SerializeToString,
|
|
1215
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
1216
|
+
options,
|
|
1217
|
+
channel_credentials,
|
|
1218
|
+
insecure,
|
|
1219
|
+
call_credentials,
|
|
1220
|
+
compression,
|
|
1221
|
+
wait_for_ready,
|
|
1222
|
+
timeout,
|
|
1223
|
+
metadata,
|
|
1224
|
+
_registered_method=True)
|
|
1225
|
+
|
|
1226
|
+
@staticmethod
|
|
1227
|
+
def SwitchMaster(request,
|
|
1228
|
+
target,
|
|
1229
|
+
options=(),
|
|
1230
|
+
channel_credentials=None,
|
|
1231
|
+
call_credentials=None,
|
|
1232
|
+
insecure=False,
|
|
1233
|
+
compression=None,
|
|
1234
|
+
wait_for_ready=None,
|
|
1235
|
+
timeout=None,
|
|
1236
|
+
metadata=None):
|
|
1237
|
+
return grpc.experimental.unary_unary(
|
|
1238
|
+
request,
|
|
1239
|
+
target,
|
|
1240
|
+
'/yandex.cloud.mdb.opensearch.v1.ClusterService/SwitchMaster',
|
|
1241
|
+
yandex_dot_cloud_dot_mdb_dot_opensearch_dot_v1_dot_cluster__service__pb2.SwitchMasterRequest.SerializeToString,
|
|
1242
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
1243
|
+
options,
|
|
1244
|
+
channel_credentials,
|
|
1245
|
+
insecure,
|
|
1246
|
+
call_credentials,
|
|
1247
|
+
compression,
|
|
1248
|
+
wait_for_ready,
|
|
1249
|
+
timeout,
|
|
1250
|
+
metadata,
|
|
1251
|
+
_registered_method=True)
|
|
@@ -109,7 +109,9 @@ class ClusterServiceStub:
|
|
|
109
109
|
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.ListClusterLogsRequest,
|
|
110
110
|
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.ListClusterLogsResponse,
|
|
111
111
|
]
|
|
112
|
-
"""Retrieves logs for the specified OpenSearch cluster.
|
|
112
|
+
"""Retrieves logs for the specified OpenSearch cluster.
|
|
113
|
+
For detailed description, see the [Logs](/yandex-mdb-guide/concepts/logs.html) section in the developer's guide.
|
|
114
|
+
"""
|
|
113
115
|
|
|
114
116
|
StreamLogs: grpc.UnaryStreamMultiCallable[
|
|
115
117
|
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.StreamClusterLogsRequest,
|
|
@@ -177,6 +179,18 @@ class ClusterServiceStub:
|
|
|
177
179
|
]
|
|
178
180
|
"""Updates auth settings for specified cluster."""
|
|
179
181
|
|
|
182
|
+
RestartOpenSearch: grpc.UnaryUnaryMultiCallable[
|
|
183
|
+
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.RestartOpenSearchRequest,
|
|
184
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
185
|
+
]
|
|
186
|
+
"""Restarts OpenSearch on specified host."""
|
|
187
|
+
|
|
188
|
+
SwitchMaster: grpc.UnaryUnaryMultiCallable[
|
|
189
|
+
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.SwitchMasterRequest,
|
|
190
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
191
|
+
]
|
|
192
|
+
"""Switches current master or ensures that master not on specified hosts."""
|
|
193
|
+
|
|
180
194
|
class ClusterServiceAsyncStub:
|
|
181
195
|
"""A set of methods for managing OpenSearch clusters."""
|
|
182
196
|
|
|
@@ -265,7 +279,9 @@ class ClusterServiceAsyncStub:
|
|
|
265
279
|
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.ListClusterLogsRequest,
|
|
266
280
|
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.ListClusterLogsResponse,
|
|
267
281
|
]
|
|
268
|
-
"""Retrieves logs for the specified OpenSearch cluster.
|
|
282
|
+
"""Retrieves logs for the specified OpenSearch cluster.
|
|
283
|
+
For detailed description, see the [Logs](/yandex-mdb-guide/concepts/logs.html) section in the developer's guide.
|
|
284
|
+
"""
|
|
269
285
|
|
|
270
286
|
StreamLogs: grpc.aio.UnaryStreamMultiCallable[
|
|
271
287
|
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.StreamClusterLogsRequest,
|
|
@@ -333,6 +349,18 @@ class ClusterServiceAsyncStub:
|
|
|
333
349
|
]
|
|
334
350
|
"""Updates auth settings for specified cluster."""
|
|
335
351
|
|
|
352
|
+
RestartOpenSearch: grpc.aio.UnaryUnaryMultiCallable[
|
|
353
|
+
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.RestartOpenSearchRequest,
|
|
354
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
355
|
+
]
|
|
356
|
+
"""Restarts OpenSearch on specified host."""
|
|
357
|
+
|
|
358
|
+
SwitchMaster: grpc.aio.UnaryUnaryMultiCallable[
|
|
359
|
+
yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.SwitchMasterRequest,
|
|
360
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
361
|
+
]
|
|
362
|
+
"""Switches current master or ensures that master not on specified hosts."""
|
|
363
|
+
|
|
336
364
|
class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
337
365
|
"""A set of methods for managing OpenSearch clusters."""
|
|
338
366
|
|
|
@@ -449,7 +477,9 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
449
477
|
request: yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.ListClusterLogsRequest,
|
|
450
478
|
context: _ServicerContext,
|
|
451
479
|
) -> typing.Union[yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.ListClusterLogsResponse, collections.abc.Awaitable[yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.ListClusterLogsResponse]]:
|
|
452
|
-
"""Retrieves logs for the specified OpenSearch cluster.
|
|
480
|
+
"""Retrieves logs for the specified OpenSearch cluster.
|
|
481
|
+
For detailed description, see the [Logs](/yandex-mdb-guide/concepts/logs.html) section in the developer's guide.
|
|
482
|
+
"""
|
|
453
483
|
|
|
454
484
|
@abc.abstractmethod
|
|
455
485
|
def StreamLogs(
|
|
@@ -539,4 +569,20 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
539
569
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
540
570
|
"""Updates auth settings for specified cluster."""
|
|
541
571
|
|
|
572
|
+
@abc.abstractmethod
|
|
573
|
+
def RestartOpenSearch(
|
|
574
|
+
self,
|
|
575
|
+
request: yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.RestartOpenSearchRequest,
|
|
576
|
+
context: _ServicerContext,
|
|
577
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
578
|
+
"""Restarts OpenSearch on specified host."""
|
|
579
|
+
|
|
580
|
+
@abc.abstractmethod
|
|
581
|
+
def SwitchMaster(
|
|
582
|
+
self,
|
|
583
|
+
request: yandex.cloud.mdb.opensearch.v1.cluster_service_pb2.SwitchMasterRequest,
|
|
584
|
+
context: _ServicerContext,
|
|
585
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
586
|
+
"""Switches current master or ensures that master not on specified hosts."""
|
|
587
|
+
|
|
542
588
|
def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5yandex/cloud/mdb/postgresql/v1/config/host10_1c.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'\n5yandex/cloud/mdb/postgresql/v1/config/host10_1c.proto\x12%yandex.cloud.mdb.postgresql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xdb/\n\x19PostgresqlHostConfig10_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<\n\x17replacement_sort_tuples\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x0ftemp_file_limit\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x13\x62\x61\x63kend_flush_after\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-2048\x12I\n\x16old_snapshot_threshold\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08-1-86400\x12@\n\x1bmax_standby_streaming_delay\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12r\n\x14\x63onstraint_exclusion\x18\n \x01(\x0e\x32T.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.ConstraintExclusion\x12;\n\x15\x63ursor_tuple_fraction\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12J\n\x13\x66rom_collapse_limit\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12J\n\x13join_collapse_limit\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12o\n\x13\x66orce_parallel_mode\x18\x0e \x01(\x0e\x32R.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.ForceParallelMode\x12\x66\n\x13\x63lient_min_messages\x18\x0f \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.LogLevel\x12\x63\n\x10log_min_messages\x18\x10 \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.LogLevel\x12j\n\x17log_min_error_statement\x18\x11 \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.LogLevel\x12?\n\x1alog_min_duration_statement\x18\x12 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0flog_checkpoints\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0flog_connections\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12log_disconnections\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\x0clog_duration\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12o\n\x13log_error_verbosity\x18\x17 \x01(\x0e\x32R.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.LogErrorVerbosity\x12\x32\n\x0elog_lock_waits\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x64\n\rlog_statement\x18\x19 \x01(\x0e\x32M.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.LogStatement\x12\x33\n\x0elog_temp_files\x18\x1a \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x13\n\x0bsearch_path\x18\x1b \x01(\t\x12\x30\n\x0crow_security\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12|\n\x1d\x64\x65\x66\x61ult_transaction_isolation\x18\x1d \x01(\x0e\x32U.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.TransactionIsolation\x12\x36\n\x11statement_timeout\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x31\n\x0clock_timeout\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12Z\n#idle_in_transaction_session_timeout\x18 \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.PostgresqlHostConfig10_1C.ByteaOutput\x12]\n\txmlbinary\x18\" \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.XmlBinary\x12]\n\txmloption\x18# \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10_1C.XmlOption\x12;\n\x16gin_pending_list_limit\x18$ \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x10\x64\x65\x61\x64lock_timeout\x18% \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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.PostgresqlHostConfig10_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?\n\x1boperator_precedence_warning\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\x30 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15transform_null_equals\x18\x31 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rexit_on_error\x18\x32 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\rseq_page_cost\x18\x33 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10random_page_cost\x18\x34 \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\x12S\n\x14\x65\x66\x66\x65\x63tive_cache_size\x18\x45 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x18\xfa\xc7\x31\x14\x31\x30\x34\x38\x35\x37\x36-549755813888\"\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\"\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\"\x92\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\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\"\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\"\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\"[\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\"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\x02\"\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\x04J\x04\x08\x35\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)
|
|
@@ -51,27 +51,27 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
51
51
|
_globals['_POSTGRESQLHOSTCONFIG10_1C'].fields_by_name['effective_io_concurrency']._loaded_options = None
|
|
52
52
|
_globals['_POSTGRESQLHOSTCONFIG10_1C'].fields_by_name['effective_io_concurrency']._serialized_options = b'\372\3071\0060-1000'
|
|
53
53
|
_globals['_POSTGRESQLHOSTCONFIG10_1C'].fields_by_name['effective_cache_size']._loaded_options = None
|
|
54
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C'].fields_by_name['effective_cache_size']._serialized_options = b'\372\3071\
|
|
54
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C'].fields_by_name['effective_cache_size']._serialized_options = b'\372\3071\0241048576-549755813888'
|
|
55
55
|
_globals['_POSTGRESQLHOSTCONFIG10_1C']._serialized_start=160
|
|
56
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C']._serialized_end=
|
|
57
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_CONSTRAINTEXCLUSION']._serialized_start=
|
|
58
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_CONSTRAINTEXCLUSION']._serialized_end=
|
|
59
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_FORCEPARALLELMODE']._serialized_start=
|
|
60
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_FORCEPARALLELMODE']._serialized_end=
|
|
61
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGLEVEL']._serialized_start=
|
|
62
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGLEVEL']._serialized_end=
|
|
63
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGERRORVERBOSITY']._serialized_start=
|
|
64
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGERRORVERBOSITY']._serialized_end=
|
|
65
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGSTATEMENT']._serialized_start=
|
|
66
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGSTATEMENT']._serialized_end=
|
|
67
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_TRANSACTIONISOLATION']._serialized_start=
|
|
68
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_TRANSACTIONISOLATION']._serialized_end=
|
|
69
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_BYTEAOUTPUT']._serialized_start=
|
|
70
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_BYTEAOUTPUT']._serialized_end=
|
|
71
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLBINARY']._serialized_start=
|
|
72
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLBINARY']._serialized_end=
|
|
73
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLOPTION']._serialized_start=
|
|
74
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLOPTION']._serialized_end=
|
|
75
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_BACKSLASHQUOTE']._serialized_start=
|
|
76
|
-
_globals['_POSTGRESQLHOSTCONFIG10_1C_BACKSLASHQUOTE']._serialized_end=
|
|
56
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C']._serialized_end=6267
|
|
57
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_CONSTRAINTEXCLUSION']._serialized_start=4727
|
|
58
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_CONSTRAINTEXCLUSION']._serialized_end=4881
|
|
59
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_FORCEPARALLELMODE']._serialized_start=4884
|
|
60
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_FORCEPARALLELMODE']._serialized_end=5030
|
|
61
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGLEVEL']._serialized_start=5033
|
|
62
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGLEVEL']._serialized_end=5307
|
|
63
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGERRORVERBOSITY']._serialized_start=5310
|
|
64
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGERRORVERBOSITY']._serialized_end=5463
|
|
65
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGSTATEMENT']._serialized_start=5466
|
|
66
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_LOGSTATEMENT']._serialized_end=5604
|
|
67
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_TRANSACTIONISOLATION']._serialized_start=5607
|
|
68
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_TRANSACTIONISOLATION']._serialized_end=5837
|
|
69
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_BYTEAOUTPUT']._serialized_start=5839
|
|
70
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_BYTEAOUTPUT']._serialized_end=5930
|
|
71
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLBINARY']._serialized_start=5932
|
|
72
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLBINARY']._serialized_end=6014
|
|
73
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLOPTION']._serialized_start=6016
|
|
74
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_XMLOPTION']._serialized_end=6104
|
|
75
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_BACKSLASHQUOTE']._serialized_start=6107
|
|
76
|
+
_globals['_POSTGRESQLHOSTCONFIG10_1C_BACKSLASHQUOTE']._serialized_end=6261
|
|
77
77
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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/host10.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/host10.proto\x12%yandex.cloud.mdb.postgresql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xb4/\n\x16PostgresqlHostConfig10\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<\n\x17replacement_sort_tuples\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x0ftemp_file_limit\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x13\x62\x61\x63kend_flush_after\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-2048\x12I\n\x16old_snapshot_threshold\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08-1-86400\x12@\n\x1bmax_standby_streaming_delay\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12o\n\x14\x63onstraint_exclusion\x18\n \x01(\x0e\x32Q.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.ConstraintExclusion\x12;\n\x15\x63ursor_tuple_fraction\x18\x0b \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12J\n\x13\x66rom_collapse_limit\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12J\n\x13join_collapse_limit\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12l\n\x13\x66orce_parallel_mode\x18\x0e \x01(\x0e\x32O.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.ForceParallelMode\x12\x63\n\x13\x63lient_min_messages\x18\x0f \x01(\x0e\x32\x46.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.LogLevel\x12`\n\x10log_min_messages\x18\x10 \x01(\x0e\x32\x46.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.LogLevel\x12g\n\x17log_min_error_statement\x18\x11 \x01(\x0e\x32\x46.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.LogLevel\x12?\n\x1alog_min_duration_statement\x18\x12 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0flog_checkpoints\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0flog_connections\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12log_disconnections\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\x0clog_duration\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12l\n\x13log_error_verbosity\x18\x17 \x01(\x0e\x32O.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.LogErrorVerbosity\x12\x32\n\x0elog_lock_waits\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x61\n\rlog_statement\x18\x19 \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.LogStatement\x12\x33\n\x0elog_temp_files\x18\x1a \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x13\n\x0bsearch_path\x18\x1b \x01(\t\x12\x30\n\x0crow_security\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12y\n\x1d\x64\x65\x66\x61ult_transaction_isolation\x18\x1d \x01(\x0e\x32R.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.TransactionIsolation\x12\x36\n\x11statement_timeout\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x31\n\x0clock_timeout\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12Z\n#idle_in_transaction_session_timeout\x18 \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.PostgresqlHostConfig10.ByteaOutput\x12Z\n\txmlbinary\x18\" \x01(\x0e\x32G.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.XmlBinary\x12Z\n\txmloption\x18# \x01(\x0e\x32G.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig10.XmlOption\x12;\n\x16gin_pending_list_limit\x18$ \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x10\x64\x65\x61\x64lock_timeout\x18% \x01(\x0b\x32\x1b.google.protobuf.Int64Value\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.PostgresqlHostConfig10.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?\n\x1boperator_precedence_warning\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\x30 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15transform_null_equals\x18\x31 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rexit_on_error\x18\x32 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\rseq_page_cost\x18\x33 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10random_page_cost\x18\x34 \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\x12S\n\x14\x65\x66\x66\x65\x63tive_cache_size\x18\x45 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x18\xfa\xc7\x31\x14\x31\x30\x34\x38\x35\x37\x36-549755813888\"\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\"\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\"\x92\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\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\"\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\"\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\"[\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\"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\x02\"\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\x04J\x04\x08\x35\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)
|
|
@@ -51,27 +51,27 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
51
51
|
_globals['_POSTGRESQLHOSTCONFIG10'].fields_by_name['effective_io_concurrency']._loaded_options = None
|
|
52
52
|
_globals['_POSTGRESQLHOSTCONFIG10'].fields_by_name['effective_io_concurrency']._serialized_options = b'\372\3071\0060-1000'
|
|
53
53
|
_globals['_POSTGRESQLHOSTCONFIG10'].fields_by_name['effective_cache_size']._loaded_options = None
|
|
54
|
-
_globals['_POSTGRESQLHOSTCONFIG10'].fields_by_name['effective_cache_size']._serialized_options = b'\372\3071\
|
|
54
|
+
_globals['_POSTGRESQLHOSTCONFIG10'].fields_by_name['effective_cache_size']._serialized_options = b'\372\3071\0241048576-549755813888'
|
|
55
55
|
_globals['_POSTGRESQLHOSTCONFIG10']._serialized_start=157
|
|
56
|
-
_globals['_POSTGRESQLHOSTCONFIG10']._serialized_end=
|
|
57
|
-
_globals['_POSTGRESQLHOSTCONFIG10_CONSTRAINTEXCLUSION']._serialized_start=
|
|
58
|
-
_globals['_POSTGRESQLHOSTCONFIG10_CONSTRAINTEXCLUSION']._serialized_end=
|
|
59
|
-
_globals['_POSTGRESQLHOSTCONFIG10_FORCEPARALLELMODE']._serialized_start=
|
|
60
|
-
_globals['_POSTGRESQLHOSTCONFIG10_FORCEPARALLELMODE']._serialized_end=
|
|
61
|
-
_globals['_POSTGRESQLHOSTCONFIG10_LOGLEVEL']._serialized_start=
|
|
62
|
-
_globals['_POSTGRESQLHOSTCONFIG10_LOGLEVEL']._serialized_end=
|
|
63
|
-
_globals['_POSTGRESQLHOSTCONFIG10_LOGERRORVERBOSITY']._serialized_start=
|
|
64
|
-
_globals['_POSTGRESQLHOSTCONFIG10_LOGERRORVERBOSITY']._serialized_end=
|
|
65
|
-
_globals['_POSTGRESQLHOSTCONFIG10_LOGSTATEMENT']._serialized_start=
|
|
66
|
-
_globals['_POSTGRESQLHOSTCONFIG10_LOGSTATEMENT']._serialized_end=
|
|
67
|
-
_globals['_POSTGRESQLHOSTCONFIG10_TRANSACTIONISOLATION']._serialized_start=
|
|
68
|
-
_globals['_POSTGRESQLHOSTCONFIG10_TRANSACTIONISOLATION']._serialized_end=
|
|
69
|
-
_globals['_POSTGRESQLHOSTCONFIG10_BYTEAOUTPUT']._serialized_start=
|
|
70
|
-
_globals['_POSTGRESQLHOSTCONFIG10_BYTEAOUTPUT']._serialized_end=
|
|
71
|
-
_globals['_POSTGRESQLHOSTCONFIG10_XMLBINARY']._serialized_start=
|
|
72
|
-
_globals['_POSTGRESQLHOSTCONFIG10_XMLBINARY']._serialized_end=
|
|
73
|
-
_globals['_POSTGRESQLHOSTCONFIG10_XMLOPTION']._serialized_start=
|
|
74
|
-
_globals['_POSTGRESQLHOSTCONFIG10_XMLOPTION']._serialized_end=
|
|
75
|
-
_globals['_POSTGRESQLHOSTCONFIG10_BACKSLASHQUOTE']._serialized_start=
|
|
76
|
-
_globals['_POSTGRESQLHOSTCONFIG10_BACKSLASHQUOTE']._serialized_end=
|
|
56
|
+
_globals['_POSTGRESQLHOSTCONFIG10']._serialized_end=6225
|
|
57
|
+
_globals['_POSTGRESQLHOSTCONFIG10_CONSTRAINTEXCLUSION']._serialized_start=4685
|
|
58
|
+
_globals['_POSTGRESQLHOSTCONFIG10_CONSTRAINTEXCLUSION']._serialized_end=4839
|
|
59
|
+
_globals['_POSTGRESQLHOSTCONFIG10_FORCEPARALLELMODE']._serialized_start=4842
|
|
60
|
+
_globals['_POSTGRESQLHOSTCONFIG10_FORCEPARALLELMODE']._serialized_end=4988
|
|
61
|
+
_globals['_POSTGRESQLHOSTCONFIG10_LOGLEVEL']._serialized_start=4991
|
|
62
|
+
_globals['_POSTGRESQLHOSTCONFIG10_LOGLEVEL']._serialized_end=5265
|
|
63
|
+
_globals['_POSTGRESQLHOSTCONFIG10_LOGERRORVERBOSITY']._serialized_start=5268
|
|
64
|
+
_globals['_POSTGRESQLHOSTCONFIG10_LOGERRORVERBOSITY']._serialized_end=5421
|
|
65
|
+
_globals['_POSTGRESQLHOSTCONFIG10_LOGSTATEMENT']._serialized_start=5424
|
|
66
|
+
_globals['_POSTGRESQLHOSTCONFIG10_LOGSTATEMENT']._serialized_end=5562
|
|
67
|
+
_globals['_POSTGRESQLHOSTCONFIG10_TRANSACTIONISOLATION']._serialized_start=5565
|
|
68
|
+
_globals['_POSTGRESQLHOSTCONFIG10_TRANSACTIONISOLATION']._serialized_end=5795
|
|
69
|
+
_globals['_POSTGRESQLHOSTCONFIG10_BYTEAOUTPUT']._serialized_start=5797
|
|
70
|
+
_globals['_POSTGRESQLHOSTCONFIG10_BYTEAOUTPUT']._serialized_end=5888
|
|
71
|
+
_globals['_POSTGRESQLHOSTCONFIG10_XMLBINARY']._serialized_start=5890
|
|
72
|
+
_globals['_POSTGRESQLHOSTCONFIG10_XMLBINARY']._serialized_end=5972
|
|
73
|
+
_globals['_POSTGRESQLHOSTCONFIG10_XMLOPTION']._serialized_start=5974
|
|
74
|
+
_globals['_POSTGRESQLHOSTCONFIG10_XMLOPTION']._serialized_end=6062
|
|
75
|
+
_globals['_POSTGRESQLHOSTCONFIG10_BACKSLASHQUOTE']._serialized_start=6065
|
|
76
|
+
_globals['_POSTGRESQLHOSTCONFIG10_BACKSLASHQUOTE']._serialized_end=6219
|
|
77
77
|
# @@protoc_insertion_point(module_scope)
|