yandexcloud 0.323.0__py3-none-any.whl → 0.325.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.
Files changed (167) hide show
  1. yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +1 -1
  2. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +4 -2
  3. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +6 -3
  4. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.py +3 -3
  5. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.pyi +3 -3
  6. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +3 -3
  7. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +25 -10
  8. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +11 -5
  9. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +33 -9
  10. yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +27 -27
  11. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +18 -6
  12. yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
  13. yandex/cloud/ai/stt/v3/stt_pb2.pyi +15 -0
  14. yandex/cloud/ai/stt/v3/stt_service_pb2.py +10 -7
  15. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +34 -0
  16. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +18 -0
  17. yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +26 -26
  18. yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +7 -1
  19. yandex/cloud/backup/v1/backup_service_pb2.py +42 -41
  20. yandex/cloud/backup/v1/backup_service_pb2.pyi +6 -1
  21. yandex/cloud/backup/v1/policy_pb2.pyi +1 -1
  22. yandex/cloud/billing/v1/customer_service_pb2.pyi +5 -4
  23. yandex/cloud/cdn/v1/resource_service_pb2.py +14 -14
  24. yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
  25. yandex/cloud/cloudregistry/__init__.py +0 -0
  26. yandex/cloud/cloudregistry/v1/__init__.py +0 -0
  27. yandex/cloud/cloudregistry/v1/artifact_pb2.py +31 -0
  28. yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +112 -0
  29. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py +4 -0
  30. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi +17 -0
  31. yandex/cloud/cloudregistry/v1/artifact_service_pb2.py +45 -0
  32. yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +59 -0
  33. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +108 -0
  34. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +81 -0
  35. yandex/cloud/cloudregistry/v1/ip_permission_pb2.py +37 -0
  36. yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi +95 -0
  37. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py +4 -0
  38. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi +17 -0
  39. yandex/cloud/cloudregistry/v1/registry_pb2.py +41 -0
  40. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +181 -0
  41. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py +4 -0
  42. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi +17 -0
  43. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +157 -0
  44. yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi +504 -0
  45. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +451 -0
  46. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +291 -0
  47. yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +8 -10
  48. yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +2 -28
  49. yandex/cloud/compute/v1/instance_service_pb2_grpc.py +1 -1
  50. yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi +3 -3
  51. yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +9 -5
  52. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +96 -0
  53. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +55 -53
  54. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +14 -2
  55. yandex/cloud/iam/v1/user_account_pb2.pyi +2 -2
  56. yandex/cloud/iam/v1/user_account_service_pb2_grpc.py +3 -3
  57. yandex/cloud/iam/v1/user_account_service_pb2_grpc.pyi +3 -3
  58. yandex/cloud/lockbox/v1/secret_service_pb2.py +56 -55
  59. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +13 -2
  60. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +55 -45
  61. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +40 -0
  62. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +34 -0
  63. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +20 -0
  64. yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
  65. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
  66. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +109 -105
  67. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
  68. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +68 -0
  69. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi +512 -0
  70. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py +4 -0
  71. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi +17 -0
  72. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +68 -0
  73. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi +512 -0
  74. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py +4 -0
  75. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi +17 -0
  76. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +168 -0
  77. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi +1130 -0
  78. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py +4 -0
  79. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi +17 -0
  80. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +168 -0
  81. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi +1122 -0
  82. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py +4 -0
  83. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi +17 -0
  84. yandex/cloud/mdb/redis/v1/backup_pb2.py +4 -2
  85. yandex/cloud/mdb/redis/v1/backup_pb2.pyi +31 -1
  86. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +2 -2
  87. yandex/cloud/searchapi/__init__.py +0 -0
  88. yandex/cloud/searchapi/v2/__init__.py +0 -0
  89. yandex/cloud/searchapi/v2/search_query_pb2.py +37 -0
  90. yandex/cloud/searchapi/v2/search_query_pb2.pyi +100 -0
  91. yandex/cloud/searchapi/v2/search_query_pb2_grpc.py +4 -0
  92. yandex/cloud/searchapi/v2/search_query_pb2_grpc.pyi +17 -0
  93. yandex/cloud/searchapi/v2/search_service_pb2.py +61 -0
  94. yandex/cloud/searchapi/v2/search_service_pb2.pyi +218 -0
  95. yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +70 -0
  96. yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +48 -0
  97. yandex/cloud/serverless/containers/v1/container_pb2.py +42 -34
  98. yandex/cloud/serverless/containers/v1/container_pb2.pyi +52 -2
  99. yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
  100. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
  101. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +9 -9
  102. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +8 -0
  103. yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +31 -31
  104. yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +4 -0
  105. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +23 -15
  106. yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +32 -0
  107. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +34 -0
  108. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +20 -0
  109. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.py +46 -40
  110. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.pyi +47 -2
  111. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.py +18 -18
  112. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.pyi +16 -3
  113. yandex/cloud/video/v1/channel_pb2.py +1 -1
  114. yandex/cloud/video/v1/channel_service_pb2.py +58 -25
  115. yandex/cloud/video/v1/channel_service_pb2.pyi +40 -0
  116. yandex/cloud/video/v1/channel_service_pb2_grpc.py +34 -0
  117. yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +20 -0
  118. yandex/cloud/video/v1/episode_pb2.py +10 -8
  119. yandex/cloud/video/v1/episode_pb2.pyi +19 -3
  120. yandex/cloud/video/v1/episode_service_pb2.py +96 -43
  121. yandex/cloud/video/v1/episode_service_pb2.pyi +68 -6
  122. yandex/cloud/video/v1/episode_service_pb2_grpc.py +34 -0
  123. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
  124. yandex/cloud/video/v1/manifest_pb2.py +3 -3
  125. yandex/cloud/video/v1/manifest_pb2.pyi +1 -5
  126. yandex/cloud/video/v1/playlist_pb2.py +29 -0
  127. yandex/cloud/video/v1/playlist_pb2.pyi +89 -0
  128. yandex/cloud/video/v1/playlist_pb2_grpc.py +4 -0
  129. yandex/cloud/video/v1/playlist_pb2_grpc.pyi +17 -0
  130. yandex/cloud/video/v1/playlist_service_pb2.py +102 -0
  131. yandex/cloud/video/v1/playlist_service_pb2.pyi +331 -0
  132. yandex/cloud/video/v1/playlist_service_pb2_grpc.py +276 -0
  133. yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +172 -0
  134. yandex/cloud/video/v1/stream_line_pb2.py +1 -1
  135. yandex/cloud/video/v1/stream_line_service_pb2.py +122 -55
  136. yandex/cloud/video/v1/stream_line_service_pb2.pyi +80 -0
  137. yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +68 -0
  138. yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +40 -0
  139. yandex/cloud/video/v1/stream_pb2.py +1 -1
  140. yandex/cloud/video/v1/stream_service_pb2.py +98 -37
  141. yandex/cloud/video/v1/stream_service_pb2.pyi +80 -0
  142. yandex/cloud/video/v1/stream_service_pb2_grpc.py +68 -0
  143. yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +40 -0
  144. yandex/cloud/video/v1/subtitle_pb2.py +29 -0
  145. yandex/cloud/video/v1/subtitle_pb2.pyi +90 -0
  146. yandex/cloud/video/v1/subtitle_pb2_grpc.py +4 -0
  147. yandex/cloud/video/v1/subtitle_pb2_grpc.pyi +17 -0
  148. yandex/cloud/video/v1/subtitle_service_pb2.py +83 -0
  149. yandex/cloud/video/v1/subtitle_service_pb2.pyi +212 -0
  150. yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +208 -0
  151. yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +132 -0
  152. yandex/cloud/video/v1/thumbnail_service_pb2.py +50 -21
  153. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +48 -0
  154. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +69 -0
  155. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +41 -0
  156. yandex/cloud/video/v1/video_pb2.py +18 -14
  157. yandex/cloud/video/v1/video_pb2.pyi +55 -3
  158. yandex/cloud/video/v1/video_service_pb2.py +118 -49
  159. yandex/cloud/video/v1/video_service_pb2.pyi +161 -6
  160. yandex/cloud/video/v1/video_service_pb2_grpc.py +102 -0
  161. yandex/cloud/video/v1/video_service_pb2_grpc.pyi +60 -0
  162. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/METADATA +1 -1
  163. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/RECORD +167 -103
  164. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/WHEEL +1 -1
  165. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/AUTHORS +0 -0
  166. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/LICENSE +0 -0
  167. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/top_level.txt +0 -0
@@ -31,6 +31,8 @@ import yandex.cloud.mdb.postgresql.v1.config.host15_1c_pb2
31
31
  import yandex.cloud.mdb.postgresql.v1.config.host15_pb2
32
32
  import yandex.cloud.mdb.postgresql.v1.config.host16_1c_pb2
33
33
  import yandex.cloud.mdb.postgresql.v1.config.host16_pb2
34
+ import yandex.cloud.mdb.postgresql.v1.config.host17_1c_pb2
35
+ import yandex.cloud.mdb.postgresql.v1.config.host17_pb2
34
36
  import yandex.cloud.mdb.postgresql.v1.config.host9_6_pb2
35
37
  import yandex.cloud.mdb.postgresql.v1.config.postgresql10_1c_pb2
36
38
  import yandex.cloud.mdb.postgresql.v1.config.postgresql10_pb2
@@ -46,6 +48,8 @@ import yandex.cloud.mdb.postgresql.v1.config.postgresql15_1c_pb2
46
48
  import yandex.cloud.mdb.postgresql.v1.config.postgresql15_pb2
47
49
  import yandex.cloud.mdb.postgresql.v1.config.postgresql16_1c_pb2
48
50
  import yandex.cloud.mdb.postgresql.v1.config.postgresql16_pb2
51
+ import yandex.cloud.mdb.postgresql.v1.config.postgresql17_1c_pb2
52
+ import yandex.cloud.mdb.postgresql.v1.config.postgresql17_pb2
49
53
  import yandex.cloud.mdb.postgresql.v1.config.postgresql9_6_pb2
50
54
  import yandex.cloud.mdb.postgresql.v1.database_pb2
51
55
  import yandex.cloud.mdb.postgresql.v1.maintenance_pb2
@@ -1473,6 +1477,8 @@ class ConfigSpec(google.protobuf.message.Message):
1473
1477
  POSTGRESQL_CONFIG_15_1C_FIELD_NUMBER: builtins.int
1474
1478
  POSTGRESQL_CONFIG_16_FIELD_NUMBER: builtins.int
1475
1479
  POSTGRESQL_CONFIG_16_1C_FIELD_NUMBER: builtins.int
1480
+ POSTGRESQL_CONFIG_17_FIELD_NUMBER: builtins.int
1481
+ POSTGRESQL_CONFIG_17_1C_FIELD_NUMBER: builtins.int
1476
1482
  POOLER_CONFIG_FIELD_NUMBER: builtins.int
1477
1483
  RESOURCES_FIELD_NUMBER: builtins.int
1478
1484
  AUTOFAILOVER_FIELD_NUMBER: builtins.int
@@ -1483,7 +1489,7 @@ class ConfigSpec(google.protobuf.message.Message):
1483
1489
  DISK_SIZE_AUTOSCALING_FIELD_NUMBER: builtins.int
1484
1490
  version: builtins.str
1485
1491
  """Version of PostgreSQL used in the cluster.
1486
- Possible values: `9.6`, `10`, `10_1c`, `11`, `12`, `13`, `14`, `15`
1492
+ Possible values: `9.6`, `10`, `10_1c`, `11`, `12`, `13`, `14`, `15`, `16`, `17`
1487
1493
  """
1488
1494
  @property
1489
1495
  def postgresql_config_9_6(self) -> yandex.cloud.mdb.postgresql.v1.config.postgresql9_6_pb2.PostgresqlConfig9_6:
@@ -1545,6 +1551,14 @@ class ConfigSpec(google.protobuf.message.Message):
1545
1551
  def postgresql_config_16_1c(self) -> yandex.cloud.mdb.postgresql.v1.config.postgresql16_1c_pb2.PostgresqlConfig16_1C:
1546
1552
  """Configuration for a PostgreSQL 16 1C cluster."""
1547
1553
 
1554
+ @property
1555
+ def postgresql_config_17(self) -> yandex.cloud.mdb.postgresql.v1.config.postgresql17_pb2.PostgresqlConfig17:
1556
+ """Configuration for a PostgreSQL 17 cluster."""
1557
+
1558
+ @property
1559
+ def postgresql_config_17_1c(self) -> yandex.cloud.mdb.postgresql.v1.config.postgresql17_1c_pb2.PostgresqlConfig17_1C:
1560
+ """Configuration for a PostgreSQL 17 1C cluster."""
1561
+
1548
1562
  @property
1549
1563
  def pooler_config(self) -> yandex.cloud.mdb.postgresql.v1.cluster_pb2.ConnectionPoolerConfig:
1550
1564
  """Configuration of the connection pooler."""
@@ -1596,6 +1610,8 @@ class ConfigSpec(google.protobuf.message.Message):
1596
1610
  postgresql_config_15_1c: yandex.cloud.mdb.postgresql.v1.config.postgresql15_1c_pb2.PostgresqlConfig15_1C | None = ...,
1597
1611
  postgresql_config_16: yandex.cloud.mdb.postgresql.v1.config.postgresql16_pb2.PostgresqlConfig16 | None = ...,
1598
1612
  postgresql_config_16_1c: yandex.cloud.mdb.postgresql.v1.config.postgresql16_1c_pb2.PostgresqlConfig16_1C | None = ...,
1613
+ postgresql_config_17: yandex.cloud.mdb.postgresql.v1.config.postgresql17_pb2.PostgresqlConfig17 | None = ...,
1614
+ postgresql_config_17_1c: yandex.cloud.mdb.postgresql.v1.config.postgresql17_1c_pb2.PostgresqlConfig17_1C | None = ...,
1599
1615
  pooler_config: yandex.cloud.mdb.postgresql.v1.cluster_pb2.ConnectionPoolerConfig | None = ...,
1600
1616
  resources: yandex.cloud.mdb.postgresql.v1.cluster_pb2.Resources | None = ...,
1601
1617
  autofailover: google.protobuf.wrappers_pb2.BoolValue | None = ...,
@@ -1605,9 +1621,9 @@ class ConfigSpec(google.protobuf.message.Message):
1605
1621
  performance_diagnostics: yandex.cloud.mdb.postgresql.v1.cluster_pb2.PerformanceDiagnostics | None = ...,
1606
1622
  disk_size_autoscaling: yandex.cloud.mdb.postgresql.v1.cluster_pb2.DiskSizeAutoscaling | None = ...,
1607
1623
  ) -> None: ...
1608
- def HasField(self, field_name: typing.Literal["access", b"access", "autofailover", b"autofailover", "backup_retain_period_days", b"backup_retain_period_days", "backup_window_start", b"backup_window_start", "disk_size_autoscaling", b"disk_size_autoscaling", "performance_diagnostics", b"performance_diagnostics", "pooler_config", b"pooler_config", "postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_9_6", b"postgresql_config_9_6", "resources", b"resources"]) -> builtins.bool: ...
1609
- def ClearField(self, field_name: typing.Literal["access", b"access", "autofailover", b"autofailover", "backup_retain_period_days", b"backup_retain_period_days", "backup_window_start", b"backup_window_start", "disk_size_autoscaling", b"disk_size_autoscaling", "performance_diagnostics", b"performance_diagnostics", "pooler_config", b"pooler_config", "postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_9_6", b"postgresql_config_9_6", "resources", b"resources", "version", b"version"]) -> None: ...
1610
- def WhichOneof(self, oneof_group: typing.Literal["postgresql_config", b"postgresql_config"]) -> typing.Literal["postgresql_config_9_6", "postgresql_config_10_1c", "postgresql_config_10", "postgresql_config_11", "postgresql_config_11_1c", "postgresql_config_12", "postgresql_config_12_1c", "postgresql_config_13", "postgresql_config_13_1c", "postgresql_config_14", "postgresql_config_14_1c", "postgresql_config_15", "postgresql_config_15_1c", "postgresql_config_16", "postgresql_config_16_1c"] | None: ...
1624
+ def HasField(self, field_name: typing.Literal["access", b"access", "autofailover", b"autofailover", "backup_retain_period_days", b"backup_retain_period_days", "backup_window_start", b"backup_window_start", "disk_size_autoscaling", b"disk_size_autoscaling", "performance_diagnostics", b"performance_diagnostics", "pooler_config", b"pooler_config", "postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_17", b"postgresql_config_17", "postgresql_config_17_1c", b"postgresql_config_17_1c", "postgresql_config_9_6", b"postgresql_config_9_6", "resources", b"resources"]) -> builtins.bool: ...
1625
+ def ClearField(self, field_name: typing.Literal["access", b"access", "autofailover", b"autofailover", "backup_retain_period_days", b"backup_retain_period_days", "backup_window_start", b"backup_window_start", "disk_size_autoscaling", b"disk_size_autoscaling", "performance_diagnostics", b"performance_diagnostics", "pooler_config", b"pooler_config", "postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_17", b"postgresql_config_17", "postgresql_config_17_1c", b"postgresql_config_17_1c", "postgresql_config_9_6", b"postgresql_config_9_6", "resources", b"resources", "version", b"version"]) -> None: ...
1626
+ def WhichOneof(self, oneof_group: typing.Literal["postgresql_config", b"postgresql_config"]) -> typing.Literal["postgresql_config_9_6", "postgresql_config_10_1c", "postgresql_config_10", "postgresql_config_11", "postgresql_config_11_1c", "postgresql_config_12", "postgresql_config_12_1c", "postgresql_config_13", "postgresql_config_13_1c", "postgresql_config_14", "postgresql_config_14_1c", "postgresql_config_15", "postgresql_config_15_1c", "postgresql_config_16", "postgresql_config_16_1c", "postgresql_config_17", "postgresql_config_17_1c"] | None: ...
1611
1627
 
1612
1628
  global___ConfigSpec = ConfigSpec
1613
1629
 
@@ -1630,6 +1646,8 @@ class ConfigHostSpec(google.protobuf.message.Message):
1630
1646
  POSTGRESQL_CONFIG_15_1C_FIELD_NUMBER: builtins.int
1631
1647
  POSTGRESQL_CONFIG_16_FIELD_NUMBER: builtins.int
1632
1648
  POSTGRESQL_CONFIG_16_1C_FIELD_NUMBER: builtins.int
1649
+ POSTGRESQL_CONFIG_17_FIELD_NUMBER: builtins.int
1650
+ POSTGRESQL_CONFIG_17_1C_FIELD_NUMBER: builtins.int
1633
1651
  @property
1634
1652
  def postgresql_config_9_6(self) -> yandex.cloud.mdb.postgresql.v1.config.host9_6_pb2.PostgresqlHostConfig9_6:
1635
1653
  """Configuration for a host with PostgreSQL 9.6 server deployed."""
@@ -1690,6 +1708,14 @@ class ConfigHostSpec(google.protobuf.message.Message):
1690
1708
  def postgresql_config_16_1c(self) -> yandex.cloud.mdb.postgresql.v1.config.host16_1c_pb2.PostgresqlHostConfig16_1C:
1691
1709
  """Configuration for a host with PostgreSQL 16 1C server deployed."""
1692
1710
 
1711
+ @property
1712
+ def postgresql_config_17(self) -> yandex.cloud.mdb.postgresql.v1.config.host17_pb2.PostgresqlHostConfig17:
1713
+ """Configuration for a host with PostgreSQL 17 1C server deployed."""
1714
+
1715
+ @property
1716
+ def postgresql_config_17_1c(self) -> yandex.cloud.mdb.postgresql.v1.config.host17_1c_pb2.PostgresqlHostConfig17_1C:
1717
+ """Configuration for a host with PostgreSQL 17 1C server deployed."""
1718
+
1693
1719
  def __init__(
1694
1720
  self,
1695
1721
  *,
@@ -1708,9 +1734,11 @@ class ConfigHostSpec(google.protobuf.message.Message):
1708
1734
  postgresql_config_15_1c: yandex.cloud.mdb.postgresql.v1.config.host15_1c_pb2.PostgresqlHostConfig15_1C | None = ...,
1709
1735
  postgresql_config_16: yandex.cloud.mdb.postgresql.v1.config.host16_pb2.PostgresqlHostConfig16 | None = ...,
1710
1736
  postgresql_config_16_1c: yandex.cloud.mdb.postgresql.v1.config.host16_1c_pb2.PostgresqlHostConfig16_1C | None = ...,
1737
+ postgresql_config_17: yandex.cloud.mdb.postgresql.v1.config.host17_pb2.PostgresqlHostConfig17 | None = ...,
1738
+ postgresql_config_17_1c: yandex.cloud.mdb.postgresql.v1.config.host17_1c_pb2.PostgresqlHostConfig17_1C | None = ...,
1711
1739
  ) -> None: ...
1712
- def HasField(self, field_name: typing.Literal["postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_9_6", b"postgresql_config_9_6"]) -> builtins.bool: ...
1713
- def ClearField(self, field_name: typing.Literal["postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_9_6", b"postgresql_config_9_6"]) -> None: ...
1714
- def WhichOneof(self, oneof_group: typing.Literal["postgresql_config", b"postgresql_config"]) -> typing.Literal["postgresql_config_9_6", "postgresql_config_10_1c", "postgresql_config_10", "postgresql_config_11", "postgresql_config_11_1c", "postgresql_config_12", "postgresql_config_12_1c", "postgresql_config_13", "postgresql_config_13_1c", "postgresql_config_14", "postgresql_config_14_1c", "postgresql_config_15", "postgresql_config_15_1c", "postgresql_config_16", "postgresql_config_16_1c"] | None: ...
1740
+ def HasField(self, field_name: typing.Literal["postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_17", b"postgresql_config_17", "postgresql_config_17_1c", b"postgresql_config_17_1c", "postgresql_config_9_6", b"postgresql_config_9_6"]) -> builtins.bool: ...
1741
+ def ClearField(self, field_name: typing.Literal["postgresql_config", b"postgresql_config", "postgresql_config_10", b"postgresql_config_10", "postgresql_config_10_1c", b"postgresql_config_10_1c", "postgresql_config_11", b"postgresql_config_11", "postgresql_config_11_1c", b"postgresql_config_11_1c", "postgresql_config_12", b"postgresql_config_12", "postgresql_config_12_1c", b"postgresql_config_12_1c", "postgresql_config_13", b"postgresql_config_13", "postgresql_config_13_1c", b"postgresql_config_13_1c", "postgresql_config_14", b"postgresql_config_14", "postgresql_config_14_1c", b"postgresql_config_14_1c", "postgresql_config_15", b"postgresql_config_15", "postgresql_config_15_1c", b"postgresql_config_15_1c", "postgresql_config_16", b"postgresql_config_16", "postgresql_config_16_1c", b"postgresql_config_16_1c", "postgresql_config_17", b"postgresql_config_17", "postgresql_config_17_1c", b"postgresql_config_17_1c", "postgresql_config_9_6", b"postgresql_config_9_6"]) -> None: ...
1742
+ def WhichOneof(self, oneof_group: typing.Literal["postgresql_config", b"postgresql_config"]) -> typing.Literal["postgresql_config_9_6", "postgresql_config_10_1c", "postgresql_config_10", "postgresql_config_11", "postgresql_config_11_1c", "postgresql_config_12", "postgresql_config_12_1c", "postgresql_config_13", "postgresql_config_13_1c", "postgresql_config_14", "postgresql_config_14_1c", "postgresql_config_15", "postgresql_config_15_1c", "postgresql_config_16", "postgresql_config_16_1c", "postgresql_config_17", "postgresql_config_17_1c"] | None: ...
1715
1743
 
1716
1744
  global___ConfigHostSpec = ConfigHostSpec
@@ -0,0 +1,68 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/mdb/postgresql/v1/config/host17_1c.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
15
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5yandex/cloud/mdb/postgresql/v1/config/host17_1c.proto\x12%yandex.cloud.mdb.postgresql.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xd9/\n\x19PostgresqlHostConfig17_1C\x12=\n\x18recovery_min_apply_delay\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0eshared_buffers\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x31\n\x0ctemp_buffers\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12-\n\x08work_mem\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x34\n\x0ftemp_file_limit\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x13\x62\x61\x63kend_flush_after\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-2048\x12@\n\x1bmax_standby_streaming_delay\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12r\n\x14\x63onstraint_exclusion\x18\t \x01(\x0e\x32T.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.ConstraintExclusion\x12;\n\x15\x63ursor_tuple_fraction\x18\n \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12J\n\x13\x66rom_collapse_limit\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12J\n\x13join_collapse_limit\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x31-2147483647\x12q\n\x14\x64\x65\x62ug_parallel_query\x18\r \x01(\x0e\x32S.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.DebugParallelQuery\x12\x66\n\x13\x63lient_min_messages\x18\x0e \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.LogLevel\x12\x63\n\x10log_min_messages\x18\x0f \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.LogLevel\x12j\n\x17log_min_error_statement\x18\x10 \x01(\x0e\x32I.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.LogLevel\x12?\n\x1alog_min_duration_statement\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0flog_checkpoints\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0flog_connections\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x36\n\x12log_disconnections\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x30\n\x0clog_duration\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12o\n\x13log_error_verbosity\x18\x16 \x01(\x0e\x32R.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.LogErrorVerbosity\x12\x32\n\x0elog_lock_waits\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x64\n\rlog_statement\x18\x18 \x01(\x0e\x32M.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.LogStatement\x12\x33\n\x0elog_temp_files\x18\x19 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x13\n\x0bsearch_path\x18\x1a \x01(\t\x12\x30\n\x0crow_security\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12|\n\x1d\x64\x65\x66\x61ult_transaction_isolation\x18\x1c \x01(\x0e\x32U.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.TransactionIsolation\x12\x36\n\x11statement_timeout\x18\x1d \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x43\n\x0clock_timeout\x18\x1e \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-2147483647\x12Z\n#idle_in_transaction_session_timeout\x18\x1f \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x10\xfa\xc7\x31\x0c\x30-2147483647\x12\x62\n\x0c\x62ytea_output\x18 \x01(\x0e\x32L.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.ByteaOutput\x12]\n\txmlbinary\x18! \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_1C.XmlBinary\x12]\n\txmloption\x18\" \x01(\x0e\x32J.yandex.cloud.mdb.postgresql.v1.config.PostgresqlHostConfig17_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.PostgresqlHostConfig17_1C.BackslashQuote\x12\x35\n\x11\x64\x65\x66\x61ult_with_oids\x18) \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15\x65scape_string_warning\x18* \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14lo_compat_privileges\x18+ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15quote_all_identifiers\x18- \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12?\n\x1bstandard_conforming_strings\x18. \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14synchronize_seqscans\x18/ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x39\n\x15transform_null_equals\x18\x30 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x31\n\rexit_on_error\x18\x31 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\rseq_page_cost\x18\x32 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x36\n\x10random_page_cost\x18\x33 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x35\n\x11\x65nable_bitmapscan\x18\x36 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_hashagg\x18\x37 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_hashjoin\x18\x38 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x65nable_indexscan\x18\x39 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x38\n\x14\x65nable_indexonlyscan\x18: \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_material\x18; \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x34\n\x10\x65nable_mergejoin\x18< \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0f\x65nable_nestloop\x18= \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_seqscan\x18> \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12/\n\x0b\x65nable_sort\x18? \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x32\n\x0e\x65nable_tidscan\x18@ \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x45\n\x14max_parallel_workers\x18\x41 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1024\x12P\n\x1fmax_parallel_workers_per_gather\x18\x42 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1024\x12\x10\n\x08timezone\x18\x43 \x01(\t\x12I\n\x18\x65\x66\x66\x65\x63tive_io_concurrency\x18\x44 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\n\xfa\xc7\x31\x06\x30-1000\x12M\n\x14\x65\x66\x66\x65\x63tive_cache_size\x18\x45 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x12\xfa\xc7\x31\x0e\x30-549755813888\"\x9a\x01\n\x0e\x42\x61\x63kslashQuote\x12\x1f\n\x1b\x42\x41\x43KSLASH_QUOTE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x42\x41\x43KSLASH_QUOTE\x10\x01\x12\x16\n\x12\x42\x41\x43KSLASH_QUOTE_ON\x10\x02\x12\x17\n\x13\x42\x41\x43KSLASH_QUOTE_OFF\x10\x03\x12!\n\x1d\x42\x41\x43KSLASH_QUOTE_SAFE_ENCODING\x10\x04\"[\n\x0b\x42yteaOutput\x12\x1c\n\x18\x42YTEA_OUTPUT_UNSPECIFIED\x10\x00\x12\x14\n\x10\x42YTEA_OUTPUT_HEX\x10\x01\x12\x18\n\x14\x42YTEA_OUTPUT_ESCAPED\x10\x02\"\x9a\x01\n\x13\x43onstraintExclusion\x12$\n CONSTRAINT_EXCLUSION_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43ONSTRAINT_EXCLUSION_ON\x10\x01\x12\x1c\n\x18\x43ONSTRAINT_EXCLUSION_OFF\x10\x02\x12\"\n\x1e\x43ONSTRAINT_EXCLUSION_PARTITION\x10\x03\"\x97\x01\n\x12\x44\x65\x62ugParallelQuery\x12$\n DEBUG_PARALLEL_QUERY_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x44\x45\x42UG_PARALLEL_QUERY_ON\x10\x01\x12\x1c\n\x18\x44\x45\x42UG_PARALLEL_QUERY_OFF\x10\x02\x12 \n\x1c\x44\x45\x42UG_PARALLEL_QUERY_REGRESS\x10\x03\"\x92\x01\n\x11\x46orceParallelMode\x12#\n\x1f\x46ORCE_PARALLEL_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x46ORCE_PARALLEL_MODE_ON\x10\x01\x12\x1b\n\x17\x46ORCE_PARALLEL_MODE_OFF\x10\x02\x12\x1f\n\x1b\x46ORCE_PARALLEL_MODE_REGRESS\x10\x03\"\x99\x01\n\x11LogErrorVerbosity\x12#\n\x1fLOG_ERROR_VERBOSITY_UNSPECIFIED\x10\x00\x12\x1d\n\x19LOG_ERROR_VERBOSITY_TERSE\x10\x01\x12\x1f\n\x1bLOG_ERROR_VERBOSITY_DEFAULT\x10\x02\x12\x1f\n\x1bLOG_ERROR_VERBOSITY_VERBOSE\x10\x03\"\xa6\x02\n\x08LogLevel\x12\x19\n\x15LOG_LEVEL_UNSPECIFIED\x10\x00\x12\x14\n\x10LOG_LEVEL_DEBUG5\x10\x01\x12\x14\n\x10LOG_LEVEL_DEBUG4\x10\x02\x12\x14\n\x10LOG_LEVEL_DEBUG3\x10\x03\x12\x14\n\x10LOG_LEVEL_DEBUG2\x10\x04\x12\x14\n\x10LOG_LEVEL_DEBUG1\x10\x05\x12\x12\n\x0eLOG_LEVEL_INFO\x10\x0c\x12\x11\n\rLOG_LEVEL_LOG\x10\x06\x12\x14\n\x10LOG_LEVEL_NOTICE\x10\x07\x12\x15\n\x11LOG_LEVEL_WARNING\x10\x08\x12\x13\n\x0fLOG_LEVEL_ERROR\x10\t\x12\x13\n\x0fLOG_LEVEL_FATAL\x10\n\x12\x13\n\x0fLOG_LEVEL_PANIC\x10\x0b\"\x8a\x01\n\x0cLogStatement\x12\x1d\n\x19LOG_STATEMENT_UNSPECIFIED\x10\x00\x12\x16\n\x12LOG_STATEMENT_NONE\x10\x01\x12\x15\n\x11LOG_STATEMENT_DDL\x10\x02\x12\x15\n\x11LOG_STATEMENT_MOD\x10\x03\x12\x15\n\x11LOG_STATEMENT_ALL\x10\x04\"\xe6\x01\n\x14TransactionIsolation\x12%\n!TRANSACTION_ISOLATION_UNSPECIFIED\x10\x00\x12*\n&TRANSACTION_ISOLATION_READ_UNCOMMITTED\x10\x01\x12(\n$TRANSACTION_ISOLATION_READ_COMMITTED\x10\x02\x12)\n%TRANSACTION_ISOLATION_REPEATABLE_READ\x10\x03\x12&\n\"TRANSACTION_ISOLATION_SERIALIZABLE\x10\x04\"R\n\tXmlBinary\x12\x1a\n\x16XML_BINARY_UNSPECIFIED\x10\x00\x12\x15\n\x11XML_BINARY_BASE64\x10\x01\x12\x12\n\x0eXML_BINARY_HEX\x10\x02\"X\n\tXmlOption\x12\x1a\n\x16XML_OPTION_UNSPECIFIED\x10\x00\x12\x17\n\x13XML_OPTION_DOCUMENT\x10\x01\x12\x16\n\x12XML_OPTION_CONTENT\x10\x02J\x04\x08\x07\x10\x08J\x04\x08,\x10-J\x04\x08\x34\x10\x36\x42\x81\x01\n)yandex.cloud.api.mdb.postgresql.v1.configZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/postgresql/v1/config;postgresqlb\x06proto3')
19
+
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.mdb.postgresql.v1.config.host17_1c_pb2', _globals)
23
+ if _descriptor._USE_C_DESCRIPTORS == False:
24
+ DESCRIPTOR._options = None
25
+ DESCRIPTOR._serialized_options = b'\n)yandex.cloud.api.mdb.postgresql.v1.configZTgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/postgresql/v1/config;postgresql'
26
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['backend_flush_after']._options = None
27
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['backend_flush_after']._serialized_options = b'\372\3071\0060-2048'
28
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['from_collapse_limit']._options = None
29
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['from_collapse_limit']._serialized_options = b'\372\3071\0141-2147483647'
30
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['join_collapse_limit']._options = None
31
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['join_collapse_limit']._serialized_options = b'\372\3071\0141-2147483647'
32
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['lock_timeout']._options = None
33
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['lock_timeout']._serialized_options = b'\372\3071\0140-2147483647'
34
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['idle_in_transaction_session_timeout']._options = None
35
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['idle_in_transaction_session_timeout']._serialized_options = b'\372\3071\0140-2147483647'
36
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['max_parallel_workers']._options = None
37
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['max_parallel_workers']._serialized_options = b'\372\3071\0060-1024'
38
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['max_parallel_workers_per_gather']._options = None
39
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['max_parallel_workers_per_gather']._serialized_options = b'\372\3071\0060-1024'
40
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['effective_io_concurrency']._options = None
41
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['effective_io_concurrency']._serialized_options = b'\372\3071\0060-1000'
42
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['effective_cache_size']._options = None
43
+ _POSTGRESQLHOSTCONFIG17_1C.fields_by_name['effective_cache_size']._serialized_options = b'\372\3071\0160-549755813888'
44
+ _globals['_POSTGRESQLHOSTCONFIG17_1C']._serialized_start=160
45
+ _globals['_POSTGRESQLHOSTCONFIG17_1C']._serialized_end=6265
46
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_BACKSLASHQUOTE']._serialized_start=4539
47
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_BACKSLASHQUOTE']._serialized_end=4693
48
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_BYTEAOUTPUT']._serialized_start=4695
49
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_BYTEAOUTPUT']._serialized_end=4786
50
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_CONSTRAINTEXCLUSION']._serialized_start=4789
51
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_CONSTRAINTEXCLUSION']._serialized_end=4943
52
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_DEBUGPARALLELQUERY']._serialized_start=4946
53
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_DEBUGPARALLELQUERY']._serialized_end=5097
54
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_FORCEPARALLELMODE']._serialized_start=5100
55
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_FORCEPARALLELMODE']._serialized_end=5246
56
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_LOGERRORVERBOSITY']._serialized_start=5249
57
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_LOGERRORVERBOSITY']._serialized_end=5402
58
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_LOGLEVEL']._serialized_start=5405
59
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_LOGLEVEL']._serialized_end=5699
60
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_LOGSTATEMENT']._serialized_start=5702
61
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_LOGSTATEMENT']._serialized_end=5840
62
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_TRANSACTIONISOLATION']._serialized_start=5843
63
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_TRANSACTIONISOLATION']._serialized_end=6073
64
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_XMLBINARY']._serialized_start=6075
65
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_XMLBINARY']._serialized_end=6157
66
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_XMLOPTION']._serialized_start=6159
67
+ _globals['_POSTGRESQLHOSTCONFIG17_1C_XMLOPTION']._serialized_end=6247
68
+ # @@protoc_insertion_point(module_scope)