@@ -21,7 +21,6 @@ import yandex.cloud.connectionmanager.v1.mysql_pb2
2121import yandex .cloud .connectionmanager .v1 .opensearch_pb2
2222import yandex .cloud .connectionmanager .v1 .postgresql_pb2
2323import yandex .cloud .connectionmanager .v1 .redis_pb2
24- import yandex .cloud .connectionmanager .v1 .storedoc_pb2
2524import yandex .cloud .connectionmanager .v1 .trino_pb2
2625import yandex .cloud .connectionmanager .v1 .valkey_pb2
2726
@@ -49,7 +48,6 @@ class _DBTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTyp
4948 TRINO : _DBType .ValueType # 8
5049 VALKEY : _DBType .ValueType # 9
5150 GREENPLUM : _DBType .ValueType # 10
52- STOREDOC : _DBType .ValueType # 11
5351
5452class DBType (_DBType , metaclass = _DBTypeEnumTypeWrapper ): ...
5553
@@ -64,7 +62,6 @@ OPENSEARCH: DBType.ValueType # 7
6462TRINO : DBType .ValueType # 8
6563VALKEY : DBType .ValueType # 9
6664GREENPLUM : DBType .ValueType # 10
67- STOREDOC : DBType .ValueType # 11
6865global___DBType = DBType
6966
7067@typing .final
@@ -81,7 +78,6 @@ class ConnectionParams(google.protobuf.message.Message):
8178 TRINO_FIELD_NUMBER : builtins .int
8279 VALKEY_FIELD_NUMBER : builtins .int
8380 GREENPLUM_FIELD_NUMBER : builtins .int
84- STOREDOC_FIELD_NUMBER : builtins .int
8581 @property
8682 def postgresql (self ) -> yandex .cloud .connectionmanager .v1 .postgresql_pb2 .PostgreSQLConnection : ...
8783 @property
@@ -102,8 +98,6 @@ class ConnectionParams(google.protobuf.message.Message):
10298 def valkey (self ) -> yandex .cloud .connectionmanager .v1 .valkey_pb2 .ValkeyConnection : ...
10399 @property
104100 def greenplum (self ) -> yandex .cloud .connectionmanager .v1 .greenplum_pb2 .GreenplumConnection : ...
105- @property
106- def storedoc (self ) -> yandex .cloud .connectionmanager .v1 .storedoc_pb2 .StoreDocConnection : ...
107101 def __init__ (
108102 self ,
109103 * ,
@@ -117,11 +111,10 @@ class ConnectionParams(google.protobuf.message.Message):
117111 trino : yandex .cloud .connectionmanager .v1 .trino_pb2 .TrinoConnection | None = ...,
118112 valkey : yandex .cloud .connectionmanager .v1 .valkey_pb2 .ValkeyConnection | None = ...,
119113 greenplum : yandex .cloud .connectionmanager .v1 .greenplum_pb2 .GreenplumConnection | None = ...,
120- storedoc : yandex .cloud .connectionmanager .v1 .storedoc_pb2 .StoreDocConnection | None = ...,
121114 ) -> None : ...
122- def HasField (self , field_name : typing .Literal ["clickhouse" , b"clickhouse" , "greenplum" , b"greenplum" , "kafka" , b"kafka" , "mongodb" , b"mongodb" , "mysql" , b"mysql" , "opensearch" , b"opensearch" , "postgresql" , b"postgresql" , "redis" , b"redis" , "storedoc" , b"storedoc" , " trino" , b"trino" , "type" , b"type" , "valkey" , b"valkey" ]) -> builtins .bool : ...
123- def ClearField (self , field_name : typing .Literal ["clickhouse" , b"clickhouse" , "greenplum" , b"greenplum" , "kafka" , b"kafka" , "mongodb" , b"mongodb" , "mysql" , b"mysql" , "opensearch" , b"opensearch" , "postgresql" , b"postgresql" , "redis" , b"redis" , "storedoc" , b"storedoc" , " trino" , b"trino" , "type" , b"type" , "valkey" , b"valkey" ]) -> None : ...
124- def WhichOneof (self , oneof_group : typing .Literal ["type" , b"type" ]) -> typing .Literal ["postgresql" , "mysql" , "mongodb" , "clickhouse" , "kafka" , "redis" , "opensearch" , "trino" , "valkey" , "greenplum" , "storedoc" ] | None : ...
115+ def HasField (self , field_name : typing .Literal ["clickhouse" , b"clickhouse" , "greenplum" , b"greenplum" , "kafka" , b"kafka" , "mongodb" , b"mongodb" , "mysql" , b"mysql" , "opensearch" , b"opensearch" , "postgresql" , b"postgresql" , "redis" , b"redis" , "trino" , b"trino" , "type" , b"type" , "valkey" , b"valkey" ]) -> builtins .bool : ...
116+ def ClearField (self , field_name : typing .Literal ["clickhouse" , b"clickhouse" , "greenplum" , b"greenplum" , "kafka" , b"kafka" , "mongodb" , b"mongodb" , "mysql" , b"mysql" , "opensearch" , b"opensearch" , "postgresql" , b"postgresql" , "redis" , b"redis" , "trino" , b"trino" , "type" , b"type" , "valkey" , b"valkey" ]) -> None : ...
117+ def WhichOneof (self , oneof_group : typing .Literal ["type" , b"type" ]) -> typing .Literal ["postgresql" , "mysql" , "mongodb" , "clickhouse" , "kafka" , "redis" , "opensearch" , "trino" , "valkey" , "greenplum" ] | None : ...
125118
126119global___ConnectionParams = ConnectionParams
127120
0 commit comments