Skip to content

Commit 333c489

Browse files
feat: regenerate proto
1 parent e60d514 commit 333c489

File tree

11 files changed

+594
-165
lines changed

11 files changed

+594
-165
lines changed

yandex/cloud/connectionmanager/v1/connection_pb2.py

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yandex/cloud/connectionmanager/v1/connection_pb2.pyi

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import yandex.cloud.connectionmanager.v1.mysql_pb2
2121
import yandex.cloud.connectionmanager.v1.opensearch_pb2
2222
import yandex.cloud.connectionmanager.v1.postgresql_pb2
2323
import yandex.cloud.connectionmanager.v1.redis_pb2
24-
import yandex.cloud.connectionmanager.v1.storedoc_pb2
2524
import yandex.cloud.connectionmanager.v1.trino_pb2
2625
import 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

5452
class DBType(_DBType, metaclass=_DBTypeEnumTypeWrapper): ...
5553

@@ -64,7 +62,6 @@ OPENSEARCH: DBType.ValueType # 7
6462
TRINO: DBType.ValueType # 8
6563
VALKEY: DBType.ValueType # 9
6664
GREENPLUM: DBType.ValueType # 10
67-
STOREDOC: DBType.ValueType # 11
6865
global___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

126119
global___ConnectionParams = ConnectionParams
127120

0 commit comments

Comments
 (0)