Skip to content

Commit fe9dba4

Browse files
feat: regenerate proto
1 parent ba4218b commit fe9dba4

36 files changed

+931
-420
lines changed

yandex/cloud/datatransfer/v1/endpoint/common_pb2.py

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

yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,3 +322,22 @@ class NoAuth(google.protobuf.message.Message):
322322
) -> None: ...
323323

324324
global___NoAuth = NoAuth
325+
326+
@typing.final
327+
class ConnectionManagerConnection(google.protobuf.message.Message):
328+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
329+
330+
CONNECTION_ID_FIELD_NUMBER: builtins.int
331+
SUBNET_ID_FIELD_NUMBER: builtins.int
332+
connection_id: builtins.str
333+
subnet_id: builtins.str
334+
"""Network interface for endpoint. If none will assume public ipv4"""
335+
def __init__(
336+
self,
337+
*,
338+
connection_id: builtins.str = ...,
339+
subnet_id: builtins.str = ...,
340+
) -> None: ...
341+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "subnet_id", b"subnet_id"]) -> None: ...
342+
343+
global___ConnectionManagerConnection = ConnectionManagerConnection

yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.py

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

yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,25 @@ class MysqlConnection(google.protobuf.message.Message):
5050

5151
MDB_CLUSTER_ID_FIELD_NUMBER: builtins.int
5252
ON_PREMISE_FIELD_NUMBER: builtins.int
53+
CONNECTION_MANAGER_CONNECTION_FIELD_NUMBER: builtins.int
5354
mdb_cluster_id: builtins.str
5455
"""Managed Service for MySQL cluster ID"""
5556
@property
5657
def on_premise(self) -> global___OnPremiseMysql:
5758
"""Connection options for on-premise MySQL"""
5859

60+
@property
61+
def connection_manager_connection(self) -> yandex.cloud.datatransfer.v1.endpoint.common_pb2.ConnectionManagerConnection: ...
5962
def __init__(
6063
self,
6164
*,
6265
mdb_cluster_id: builtins.str = ...,
6366
on_premise: global___OnPremiseMysql | None = ...,
67+
connection_manager_connection: yandex.cloud.datatransfer.v1.endpoint.common_pb2.ConnectionManagerConnection | None = ...,
6468
) -> None: ...
65-
def HasField(self, field_name: typing.Literal["connection", b"connection", "mdb_cluster_id", b"mdb_cluster_id", "on_premise", b"on_premise"]) -> builtins.bool: ...
66-
def ClearField(self, field_name: typing.Literal["connection", b"connection", "mdb_cluster_id", b"mdb_cluster_id", "on_premise", b"on_premise"]) -> None: ...
67-
def WhichOneof(self, oneof_group: typing.Literal["connection", b"connection"]) -> typing.Literal["mdb_cluster_id", "on_premise"] | None: ...
69+
def HasField(self, field_name: typing.Literal["connection", b"connection", "connection_manager_connection", b"connection_manager_connection", "mdb_cluster_id", b"mdb_cluster_id", "on_premise", b"on_premise"]) -> builtins.bool: ...
70+
def ClearField(self, field_name: typing.Literal["connection", b"connection", "connection_manager_connection", b"connection_manager_connection", "mdb_cluster_id", b"mdb_cluster_id", "on_premise", b"on_premise"]) -> None: ...
71+
def WhichOneof(self, oneof_group: typing.Literal["connection", b"connection"]) -> typing.Literal["mdb_cluster_id", "on_premise", "connection_manager_connection"] | None: ...
6872

6973
global___MysqlConnection = MysqlConnection
7074

0 commit comments

Comments
 (0)