yandexcloud 0.331.0__py3-none-any.whl → 0.333.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.
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +29 -19
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +104 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +66 -66
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +5 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +50 -38
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +199 -3
- yandex/cloud/backup/v1/backup_service_pb2.py +17 -3
- yandex/cloud/backup/v1/backup_service_pb2.pyi +52 -0
- yandex/cloud/backup/v1/backup_service_pb2_grpc.py +44 -0
- yandex/cloud/backup/v1/backup_service_pb2_grpc.pyi +20 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.py +9 -7
- yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +19 -0
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.py +8 -8
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +7 -3
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.py +6 -6
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +11 -4
- yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +33 -3
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +21 -8
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +41 -5
- yandex/cloud/datatransfer/v1/transfer_pb2.py +48 -46
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +22 -2
- yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
- yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +53 -7
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +20 -7
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +55 -7
- yandex/cloud/k8s/v1/cluster_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_pb2.pyi +6 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +74 -63
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +39 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.py +44 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/k8s/v1/maintenance_pb2.py +14 -11
- yandex/cloud/k8s/v1/maintenance_pb2.pyi +36 -0
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +72 -68
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +33 -2
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +36 -34
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +34 -4
- yandex/cloud/mdb/clickhouse/v1/user_service_pb2.py +30 -29
- yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +9 -2
- yandex/cloud/mdb/mysql/v1/user_pb2.py +16 -14
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +32 -4
- yandex/cloud/mdb/mysql/v1/user_service_pb2.py +30 -29
- yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +9 -2
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.py +47 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.pyi +82 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.py +70 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.pyi +159 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.py +189 -0
- yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.pyi +90 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +110 -105
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +41 -1
- yandex/cloud/mdb/postgresql/v1/user_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +32 -4
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +18 -18
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +8 -2
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +128 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +22 -3
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +10 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +8 -2
- yandex/cloud/quotamanager/__init__.py +0 -0
- yandex/cloud/quotamanager/v1/__init__.py +0 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2.py +79 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2.pyi +193 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.py +189 -0
- yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.pyi +90 -0
- yandex/cloud/quotamanager/v1/resource_pb2.py +42 -0
- yandex/cloud/quotamanager/v1/resource_pb2.pyi +31 -0
- yandex/cloud/quotamanager/v1/resource_pb2_grpc.py +24 -0
- yandex/cloud/quotamanager/v1/resource_pb2_grpc.pyi +17 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +20 -18
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +1 -1
- yandex/cloud/video/v1/episode_service_pb2.py +35 -21
- yandex/cloud/video/v1/episode_service_pb2.pyi +42 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +44 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/RECORD +86 -68
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/top_level.txt +0 -0
|
@@ -50,21 +50,25 @@ class MysqlConnection(google.protobuf.message.Message):
|
|
|
50
50
|
|
|
51
51
|
MDB_CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
52
52
|
ON_PREMISE_FIELD_NUMBER: builtins.int
|
|
53
|
+
CONNECTION_MANAGER_CONNECTION_FIELD_NUMBER: builtins.int
|
|
53
54
|
mdb_cluster_id: builtins.str
|
|
54
55
|
"""Managed Service for MySQL cluster ID"""
|
|
55
56
|
@property
|
|
56
57
|
def on_premise(self) -> global___OnPremiseMysql:
|
|
57
58
|
"""Connection options for on-premise MySQL"""
|
|
58
59
|
|
|
60
|
+
@property
|
|
61
|
+
def connection_manager_connection(self) -> yandex.cloud.datatransfer.v1.endpoint.common_pb2.ConnectionManagerConnection: ...
|
|
59
62
|
def __init__(
|
|
60
63
|
self,
|
|
61
64
|
*,
|
|
62
65
|
mdb_cluster_id: builtins.str = ...,
|
|
63
66
|
on_premise: global___OnPremiseMysql | None = ...,
|
|
67
|
+
connection_manager_connection: yandex.cloud.datatransfer.v1.endpoint.common_pb2.ConnectionManagerConnection | None = ...,
|
|
64
68
|
) -> 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: ...
|
|
68
72
|
|
|
69
73
|
global___MysqlConnection = MysqlConnection
|
|
70
74
|
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from yandex.cloud.datatransfer.v1.endpoint import common_pb2 as yandex_dot_cloud_dot_datatransfer_dot_v1_dot_endpoint_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/datatransfer/v1/endpoint/postgres.proto\x12%yandex.cloud.datatransfer.v1.endpoint\x1a\x32yandex/cloud/datatransfer/v1/endpoint/common.proto\"\xaa\x0b\n\x1ePostgresObjectTransferSettings\x12L\n\x08sequence\x18\x01 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12U\n\x11sequence_owned_by\x18\x02 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12I\n\x05table\x18\x03 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12O\n\x0bprimary_key\x18\x04 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12Q\n\rfk_constraint\x18\x05 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12R\n\x0e\x64\x65\x66\x61ult_values\x18\x06 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12N\n\nconstraint\x18\x07 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12I\n\x05index\x18\x08 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04view\x18\t \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12L\n\x08\x66unction\x18\n \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12K\n\x07trigger\x18\x0b \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04type\x18\x0c \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04rule\x18\r \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12M\n\tcollation\x18\x0e \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12J\n\x06policy\x18\x0f \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04\x63\x61st\x18\x10 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12U\n\x11materialized_view\x18\x11 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12P\n\x0csequence_set\x18\x12 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\"\x91\x01\n\x11OnPremisePostgres\x12\x0c\n\x04port\x18\x02 \x01(\x03\x12\x11\n\tsubnet_id\x18\x04 \x01(\t\x12\r\n\x05hosts\x18\x05 \x03(\t\x12@\n\x08tls_mode\x18\x06 \x01(\x0b\x32..yandex.cloud.datatransfer.v1.endpoint.TLSModeJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/datatransfer/v1/endpoint/postgres.proto\x12%yandex.cloud.datatransfer.v1.endpoint\x1a\x32yandex/cloud/datatransfer/v1/endpoint/common.proto\"\xaa\x0b\n\x1ePostgresObjectTransferSettings\x12L\n\x08sequence\x18\x01 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12U\n\x11sequence_owned_by\x18\x02 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12I\n\x05table\x18\x03 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12O\n\x0bprimary_key\x18\x04 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12Q\n\rfk_constraint\x18\x05 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12R\n\x0e\x64\x65\x66\x61ult_values\x18\x06 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12N\n\nconstraint\x18\x07 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12I\n\x05index\x18\x08 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04view\x18\t \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12L\n\x08\x66unction\x18\n \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12K\n\x07trigger\x18\x0b \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04type\x18\x0c \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04rule\x18\r \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12M\n\tcollation\x18\x0e \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12J\n\x06policy\x18\x0f \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12H\n\x04\x63\x61st\x18\x10 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12U\n\x11materialized_view\x18\x11 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\x12P\n\x0csequence_set\x18\x12 \x01(\x0e\x32:.yandex.cloud.datatransfer.v1.endpoint.ObjectTransferStage\"\x91\x01\n\x11OnPremisePostgres\x12\x0c\n\x04port\x18\x02 \x01(\x03\x12\x11\n\tsubnet_id\x18\x04 \x01(\t\x12\r\n\x05hosts\x18\x05 \x03(\t\x12@\n\x08tls_mode\x18\x06 \x01(\x0b\x32..yandex.cloud.datatransfer.v1.endpoint.TLSModeJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x04\"\xf9\x01\n\x12PostgresConnection\x12\x18\n\x0emdb_cluster_id\x18\x01 \x01(\tH\x00\x12N\n\non_premise\x18\x02 \x01(\x0b\x32\x38.yandex.cloud.datatransfer.v1.endpoint.OnPremisePostgresH\x00\x12k\n\x1d\x63onnection_manager_connection\x18\x03 \x01(\x0b\x32\x42.yandex.cloud.datatransfer.v1.endpoint.ConnectionManagerConnectionH\x00\x42\x0c\n\nconnection\"\xb3\x03\n\x0ePostgresSource\x12M\n\nconnection\x18\x01 \x01(\x0b\x32\x39.yandex.cloud.datatransfer.v1.endpoint.PostgresConnection\x12\x10\n\x08\x64\x61tabase\x18\x02 \x01(\t\x12\x0c\n\x04user\x18\x03 \x01(\t\x12?\n\x08password\x18\x04 \x01(\x0b\x32-.yandex.cloud.datatransfer.v1.endpoint.Secret\x12\x16\n\x0einclude_tables\x18\x05 \x03(\t\x12\x16\n\x0e\x65xclude_tables\x18\x06 \x03(\t\x12\x1b\n\x13slot_byte_lag_limit\x18\x08 \x01(\x03\x12\x16\n\x0eservice_schema\x18\t \x01(\t\x12g\n\x18object_transfer_settings\x18\r \x01(\x0b\x32\x45.yandex.cloud.datatransfer.v1.endpoint.PostgresObjectTransferSettings\x12\x17\n\x0fsecurity_groups\x18\x0e \x03(\tJ\x04\x08\x07\x10\x08J\x04\x08\n\x10\r\"\xad\x02\n\x0ePostgresTarget\x12M\n\nconnection\x18\x01 \x01(\x0b\x32\x39.yandex.cloud.datatransfer.v1.endpoint.PostgresConnection\x12\x10\n\x08\x64\x61tabase\x18\x02 \x01(\t\x12\x0c\n\x04user\x18\x03 \x01(\t\x12?\n\x08password\x18\x04 \x01(\x0b\x32-.yandex.cloud.datatransfer.v1.endpoint.Secret\x12L\n\x0e\x63leanup_policy\x18\x05 \x01(\x0e\x32\x34.yandex.cloud.datatransfer.v1.endpoint.CleanupPolicy\x12\x17\n\x0fsecurity_groups\x18\x07 \x03(\tJ\x04\x08\x06\x10\x07\x42\xa7\x01\n)yandex.cloud.api.datatransfer.v1.endpointZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/datatransfer/v1/endpoint;endpoint\xaa\x02%Yandex.Cloud.Datatransfer.V1.EndPointb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -38,9 +38,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
38
38
|
_globals['_ONPREMISEPOSTGRES']._serialized_start=1601
|
|
39
39
|
_globals['_ONPREMISEPOSTGRES']._serialized_end=1746
|
|
40
40
|
_globals['_POSTGRESCONNECTION']._serialized_start=1749
|
|
41
|
-
_globals['_POSTGRESCONNECTION']._serialized_end=
|
|
42
|
-
_globals['_POSTGRESSOURCE']._serialized_start=
|
|
43
|
-
_globals['_POSTGRESSOURCE']._serialized_end=
|
|
44
|
-
_globals['_POSTGRESTARGET']._serialized_start=
|
|
45
|
-
_globals['_POSTGRESTARGET']._serialized_end=
|
|
41
|
+
_globals['_POSTGRESCONNECTION']._serialized_end=1998
|
|
42
|
+
_globals['_POSTGRESSOURCE']._serialized_start=2001
|
|
43
|
+
_globals['_POSTGRESSOURCE']._serialized_end=2436
|
|
44
|
+
_globals['_POSTGRESTARGET']._serialized_start=2439
|
|
45
|
+
_globals['_POSTGRESTARGET']._serialized_end=2740
|
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -121,7 +121,10 @@ class PostgresObjectTransferSettings(google.protobuf.message.Message):
|
|
|
121
121
|
CREATE MATERIALIZED VIEW ...
|
|
122
122
|
"""
|
|
123
123
|
sequence_set: yandex.cloud.datatransfer.v1.endpoint.common_pb2.ObjectTransferStage.ValueType
|
|
124
|
-
"""
|
|
124
|
+
"""Sequence sets
|
|
125
|
+
|
|
126
|
+
CREATE SEQUENCE ...
|
|
127
|
+
"""
|
|
125
128
|
def __init__(
|
|
126
129
|
self,
|
|
127
130
|
*,
|
|
@@ -185,21 +188,25 @@ class PostgresConnection(google.protobuf.message.Message):
|
|
|
185
188
|
|
|
186
189
|
MDB_CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
187
190
|
ON_PREMISE_FIELD_NUMBER: builtins.int
|
|
191
|
+
CONNECTION_MANAGER_CONNECTION_FIELD_NUMBER: builtins.int
|
|
188
192
|
mdb_cluster_id: builtins.str
|
|
189
193
|
"""Managed Service for PostgreSQL cluster ID"""
|
|
190
194
|
@property
|
|
191
195
|
def on_premise(self) -> global___OnPremisePostgres:
|
|
192
196
|
"""Connection options for on-premise PostgreSQL"""
|
|
193
197
|
|
|
198
|
+
@property
|
|
199
|
+
def connection_manager_connection(self) -> yandex.cloud.datatransfer.v1.endpoint.common_pb2.ConnectionManagerConnection: ...
|
|
194
200
|
def __init__(
|
|
195
201
|
self,
|
|
196
202
|
*,
|
|
197
203
|
mdb_cluster_id: builtins.str = ...,
|
|
198
204
|
on_premise: global___OnPremisePostgres | None = ...,
|
|
205
|
+
connection_manager_connection: yandex.cloud.datatransfer.v1.endpoint.common_pb2.ConnectionManagerConnection | None = ...,
|
|
199
206
|
) -> None: ...
|
|
200
|
-
def HasField(self, field_name: typing.Literal["connection", b"connection", "mdb_cluster_id", b"mdb_cluster_id", "on_premise", b"on_premise"]) -> builtins.bool: ...
|
|
201
|
-
def ClearField(self, field_name: typing.Literal["connection", b"connection", "mdb_cluster_id", b"mdb_cluster_id", "on_premise", b"on_premise"]) -> None: ...
|
|
202
|
-
def WhichOneof(self, oneof_group: typing.Literal["connection", b"connection"]) -> typing.Literal["mdb_cluster_id", "on_premise"] | None: ...
|
|
207
|
+
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: ...
|
|
208
|
+
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: ...
|
|
209
|
+
def WhichOneof(self, oneof_group: typing.Literal["connection", b"connection"]) -> typing.Literal["mdb_cluster_id", "on_premise", "connection_manager_connection"] | None: ...
|
|
203
210
|
|
|
204
211
|
global___PostgresConnection = PostgresConnection
|
|
205
212
|
|
|
@@ -20,6 +20,10 @@ class GetEndpointRequest(google.protobuf.message.Message):
|
|
|
20
20
|
|
|
21
21
|
ENDPOINT_ID_FIELD_NUMBER: builtins.int
|
|
22
22
|
endpoint_id: builtins.str
|
|
23
|
+
"""Identifier of the endpoint to return.
|
|
24
|
+
|
|
25
|
+
To get the endpoint ID, make an [EndpointService.List] request.
|
|
26
|
+
"""
|
|
23
27
|
def __init__(
|
|
24
28
|
self,
|
|
25
29
|
*,
|
|
@@ -119,10 +123,26 @@ class CreateEndpointRequest(google.protobuf.message.Message):
|
|
|
119
123
|
LABELS_FIELD_NUMBER: builtins.int
|
|
120
124
|
SETTINGS_FIELD_NUMBER: builtins.int
|
|
121
125
|
folder_id: builtins.str
|
|
126
|
+
"""ID of the folder to create the endpoint in.
|
|
127
|
+
|
|
128
|
+
To get the folder ID, make a
|
|
129
|
+
[yandex.cloud.resourcemanager.v1.FolderService.List] request.
|
|
130
|
+
"""
|
|
122
131
|
name: builtins.str
|
|
132
|
+
"""Name of the endpoint.
|
|
133
|
+
|
|
134
|
+
The name must be unique within the folder.
|
|
135
|
+
"""
|
|
123
136
|
description: builtins.str
|
|
137
|
+
"""Description of the endpoint."""
|
|
124
138
|
@property
|
|
125
|
-
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
139
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
140
|
+
"""Endpoint labels as `key:value` pairs.
|
|
141
|
+
|
|
142
|
+
For details about the concept, see [documentation]({{ api-url-prefix
|
|
143
|
+
}}/resource-manager/concepts/labels).
|
|
144
|
+
"""
|
|
145
|
+
|
|
126
146
|
@property
|
|
127
147
|
def settings(self) -> yandex.cloud.datatransfer.v1.endpoint_pb2.EndpointSettings: ...
|
|
128
148
|
def __init__(
|
|
@@ -187,10 +207,16 @@ class UpdateEndpointRequest(google.protobuf.message.Message):
|
|
|
187
207
|
description: builtins.str
|
|
188
208
|
"""The new description for the endpoint."""
|
|
189
209
|
@property
|
|
190
|
-
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
210
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
211
|
+
"""Endpoint labels as `key:value` pairs.
|
|
212
|
+
|
|
213
|
+
For details about the concept, see [documentation]({{ api-url-prefix
|
|
214
|
+
}}/resource-manager/concepts/labels).
|
|
215
|
+
"""
|
|
216
|
+
|
|
191
217
|
@property
|
|
192
218
|
def settings(self) -> yandex.cloud.datatransfer.v1.endpoint_pb2.EndpointSettings:
|
|
193
|
-
"""The new endpoint
|
|
219
|
+
"""The new endpoint settings."""
|
|
194
220
|
|
|
195
221
|
@property
|
|
196
222
|
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
@@ -237,6 +263,10 @@ class DeleteEndpointRequest(google.protobuf.message.Message):
|
|
|
237
263
|
|
|
238
264
|
ENDPOINT_ID_FIELD_NUMBER: builtins.int
|
|
239
265
|
endpoint_id: builtins.str
|
|
266
|
+
"""Identifier of the endpoint to delete.
|
|
267
|
+
|
|
268
|
+
To get the list of all available endpoints, make a [List] request.
|
|
269
|
+
"""
|
|
240
270
|
def __init__(
|
|
241
271
|
self,
|
|
242
272
|
*,
|
|
@@ -28,7 +28,9 @@ if _version_not_supported:
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class EndpointServiceStub(object):
|
|
31
|
-
"""
|
|
31
|
+
"""A set of methods for managing [endpoints]({{ api-url-prefix
|
|
32
|
+
}}/data-transfer/concepts/#endpoint).
|
|
33
|
+
"""
|
|
32
34
|
|
|
33
35
|
def __init__(self, channel):
|
|
34
36
|
"""Constructor.
|
|
@@ -64,34 +66,43 @@ class EndpointServiceStub(object):
|
|
|
64
66
|
|
|
65
67
|
|
|
66
68
|
class EndpointServiceServicer(object):
|
|
67
|
-
"""
|
|
69
|
+
"""A set of methods for managing [endpoints]({{ api-url-prefix
|
|
70
|
+
}}/data-transfer/concepts/#endpoint).
|
|
71
|
+
"""
|
|
68
72
|
|
|
69
73
|
def Get(self, request, context):
|
|
70
|
-
"""
|
|
74
|
+
"""Returns the specified endpoint.
|
|
75
|
+
|
|
76
|
+
To get the list of all available endpoints, make a [List] request.
|
|
77
|
+
"""
|
|
71
78
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
72
79
|
context.set_details('Method not implemented!')
|
|
73
80
|
raise NotImplementedError('Method not implemented!')
|
|
74
81
|
|
|
75
82
|
def List(self, request, context):
|
|
76
|
-
"""
|
|
83
|
+
"""Lists endpoints in the specified folder.
|
|
84
|
+
"""
|
|
77
85
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
78
86
|
context.set_details('Method not implemented!')
|
|
79
87
|
raise NotImplementedError('Method not implemented!')
|
|
80
88
|
|
|
81
89
|
def Create(self, request, context):
|
|
82
|
-
"""
|
|
90
|
+
"""Creates an endpoint in the specified folder.
|
|
91
|
+
"""
|
|
83
92
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
84
93
|
context.set_details('Method not implemented!')
|
|
85
94
|
raise NotImplementedError('Method not implemented!')
|
|
86
95
|
|
|
87
96
|
def Update(self, request, context):
|
|
88
|
-
"""
|
|
97
|
+
"""Updates the specified endpoint.
|
|
98
|
+
"""
|
|
89
99
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
90
100
|
context.set_details('Method not implemented!')
|
|
91
101
|
raise NotImplementedError('Method not implemented!')
|
|
92
102
|
|
|
93
103
|
def Delete(self, request, context):
|
|
94
|
-
"""
|
|
104
|
+
"""Deletes the specified endpoint.
|
|
105
|
+
"""
|
|
95
106
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
96
107
|
context.set_details('Method not implemented!')
|
|
97
108
|
raise NotImplementedError('Method not implemented!')
|
|
@@ -133,7 +144,9 @@ def add_EndpointServiceServicer_to_server(servicer, server):
|
|
|
133
144
|
|
|
134
145
|
# This class is part of an EXPERIMENTAL API.
|
|
135
146
|
class EndpointService(object):
|
|
136
|
-
"""
|
|
147
|
+
"""A set of methods for managing [endpoints]({{ api-url-prefix
|
|
148
|
+
}}/data-transfer/concepts/#endpoint).
|
|
149
|
+
"""
|
|
137
150
|
|
|
138
151
|
@staticmethod
|
|
139
152
|
def Get(request,
|
|
@@ -20,92 +20,128 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class EndpointServiceStub:
|
|
23
|
+
"""A set of methods for managing [endpoints]({{ api-url-prefix
|
|
24
|
+
}}/data-transfer/concepts/#endpoint).
|
|
25
|
+
"""
|
|
26
|
+
|
|
23
27
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
24
28
|
Get: grpc.UnaryUnaryMultiCallable[
|
|
25
29
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.GetEndpointRequest,
|
|
26
30
|
yandex.cloud.datatransfer.v1.endpoint_pb2.Endpoint,
|
|
27
31
|
]
|
|
32
|
+
"""Returns the specified endpoint.
|
|
33
|
+
|
|
34
|
+
To get the list of all available endpoints, make a [List] request.
|
|
35
|
+
"""
|
|
28
36
|
|
|
29
37
|
List: grpc.UnaryUnaryMultiCallable[
|
|
30
38
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsRequest,
|
|
31
39
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsResponse,
|
|
32
40
|
]
|
|
41
|
+
"""Lists endpoints in the specified folder."""
|
|
33
42
|
|
|
34
43
|
Create: grpc.UnaryUnaryMultiCallable[
|
|
35
44
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.CreateEndpointRequest,
|
|
36
45
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
37
46
|
]
|
|
47
|
+
"""Creates an endpoint in the specified folder."""
|
|
38
48
|
|
|
39
49
|
Update: grpc.UnaryUnaryMultiCallable[
|
|
40
50
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.UpdateEndpointRequest,
|
|
41
51
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
42
52
|
]
|
|
53
|
+
"""Updates the specified endpoint."""
|
|
43
54
|
|
|
44
55
|
Delete: grpc.UnaryUnaryMultiCallable[
|
|
45
56
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.DeleteEndpointRequest,
|
|
46
57
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
47
58
|
]
|
|
59
|
+
"""Deletes the specified endpoint."""
|
|
48
60
|
|
|
49
61
|
class EndpointServiceAsyncStub:
|
|
62
|
+
"""A set of methods for managing [endpoints]({{ api-url-prefix
|
|
63
|
+
}}/data-transfer/concepts/#endpoint).
|
|
64
|
+
"""
|
|
65
|
+
|
|
50
66
|
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
51
67
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.GetEndpointRequest,
|
|
52
68
|
yandex.cloud.datatransfer.v1.endpoint_pb2.Endpoint,
|
|
53
69
|
]
|
|
70
|
+
"""Returns the specified endpoint.
|
|
71
|
+
|
|
72
|
+
To get the list of all available endpoints, make a [List] request.
|
|
73
|
+
"""
|
|
54
74
|
|
|
55
75
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
56
76
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsRequest,
|
|
57
77
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsResponse,
|
|
58
78
|
]
|
|
79
|
+
"""Lists endpoints in the specified folder."""
|
|
59
80
|
|
|
60
81
|
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
61
82
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.CreateEndpointRequest,
|
|
62
83
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
63
84
|
]
|
|
85
|
+
"""Creates an endpoint in the specified folder."""
|
|
64
86
|
|
|
65
87
|
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
66
88
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.UpdateEndpointRequest,
|
|
67
89
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
68
90
|
]
|
|
91
|
+
"""Updates the specified endpoint."""
|
|
69
92
|
|
|
70
93
|
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
71
94
|
yandex.cloud.datatransfer.v1.endpoint_service_pb2.DeleteEndpointRequest,
|
|
72
95
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
73
96
|
]
|
|
97
|
+
"""Deletes the specified endpoint."""
|
|
74
98
|
|
|
75
99
|
class EndpointServiceServicer(metaclass=abc.ABCMeta):
|
|
100
|
+
"""A set of methods for managing [endpoints]({{ api-url-prefix
|
|
101
|
+
}}/data-transfer/concepts/#endpoint).
|
|
102
|
+
"""
|
|
103
|
+
|
|
76
104
|
@abc.abstractmethod
|
|
77
105
|
def Get(
|
|
78
106
|
self,
|
|
79
107
|
request: yandex.cloud.datatransfer.v1.endpoint_service_pb2.GetEndpointRequest,
|
|
80
108
|
context: _ServicerContext,
|
|
81
|
-
) -> typing.Union[yandex.cloud.datatransfer.v1.endpoint_pb2.Endpoint, collections.abc.Awaitable[yandex.cloud.datatransfer.v1.endpoint_pb2.Endpoint]]:
|
|
109
|
+
) -> typing.Union[yandex.cloud.datatransfer.v1.endpoint_pb2.Endpoint, collections.abc.Awaitable[yandex.cloud.datatransfer.v1.endpoint_pb2.Endpoint]]:
|
|
110
|
+
"""Returns the specified endpoint.
|
|
111
|
+
|
|
112
|
+
To get the list of all available endpoints, make a [List] request.
|
|
113
|
+
"""
|
|
82
114
|
|
|
83
115
|
@abc.abstractmethod
|
|
84
116
|
def List(
|
|
85
117
|
self,
|
|
86
118
|
request: yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsRequest,
|
|
87
119
|
context: _ServicerContext,
|
|
88
|
-
) -> typing.Union[yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsResponse, collections.abc.Awaitable[yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsResponse]]:
|
|
120
|
+
) -> typing.Union[yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsResponse, collections.abc.Awaitable[yandex.cloud.datatransfer.v1.endpoint_service_pb2.ListEndpointsResponse]]:
|
|
121
|
+
"""Lists endpoints in the specified folder."""
|
|
89
122
|
|
|
90
123
|
@abc.abstractmethod
|
|
91
124
|
def Create(
|
|
92
125
|
self,
|
|
93
126
|
request: yandex.cloud.datatransfer.v1.endpoint_service_pb2.CreateEndpointRequest,
|
|
94
127
|
context: _ServicerContext,
|
|
95
|
-
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
128
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
129
|
+
"""Creates an endpoint in the specified folder."""
|
|
96
130
|
|
|
97
131
|
@abc.abstractmethod
|
|
98
132
|
def Update(
|
|
99
133
|
self,
|
|
100
134
|
request: yandex.cloud.datatransfer.v1.endpoint_service_pb2.UpdateEndpointRequest,
|
|
101
135
|
context: _ServicerContext,
|
|
102
|
-
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
136
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
137
|
+
"""Updates the specified endpoint."""
|
|
103
138
|
|
|
104
139
|
@abc.abstractmethod
|
|
105
140
|
def Delete(
|
|
106
141
|
self,
|
|
107
142
|
request: yandex.cloud.datatransfer.v1.endpoint_service_pb2.DeleteEndpointRequest,
|
|
108
143
|
context: _ServicerContext,
|
|
109
|
-
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
144
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
145
|
+
"""Deletes the specified endpoint."""
|
|
110
146
|
|
|
111
147
|
def add_EndpointServiceServicer_to_server(servicer: EndpointServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from yandex.cloud.datatransfer.v1 import endpoint_pb2 as yandex_dot_cloud_dot_datatransfer_dot_v1_dot_endpoint__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/datatransfer/v1/transfer.proto\x12\x1cyandex.cloud.datatransfer.v1\x1a+yandex/cloud/datatransfer/v1/endpoint.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/datatransfer/v1/transfer.proto\x12\x1cyandex.cloud.datatransfer.v1\x1a+yandex/cloud/datatransfer/v1/endpoint.proto\"\xae\x05\n\x08Transfer\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x42\n\x06labels\x18\x06 \x03(\x0b\x32\x32.yandex.cloud.datatransfer.v1.Transfer.LabelsEntry\x12\x36\n\x06source\x18\x07 \x01(\x0b\x32&.yandex.cloud.datatransfer.v1.Endpoint\x12\x36\n\x06target\x18\x08 \x01(\x0b\x32&.yandex.cloud.datatransfer.v1.Endpoint\x12\x36\n\x07runtime\x18\t \x01(\x0b\x32%.yandex.cloud.datatransfer.v1.Runtime\x12<\n\x06status\x18\n \x01(\x0e\x32,.yandex.cloud.datatransfer.v1.TransferStatus\x12\x38\n\x04type\x18\x0c \x01(\x0e\x32*.yandex.cloud.datatransfer.v1.TransferType\x12\x0f\n\x07warning\x18\x0f \x01(\t\x12\x44\n\x0etransformation\x18\x11 \x01(\x0b\x32,.yandex.cloud.datatransfer.v1.Transformation\x12?\n\x0c\x64\x61ta_objects\x18\x13 \x01(\x0b\x32).yandex.cloud.datatransfer.v1.DataObjects\x12\x11\n\tprestable\x18\x16 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x03\x10\x04J\x04\x08\x0b\x10\x0cJ\x04\x08\r\x10\x0fJ\x04\x08\x10\x10\x11J\x04\x08\x12\x10\x13J\x04\x08\x14\x10\x16\"Y\n\x07Runtime\x12=\n\nyc_runtime\x18\x04 \x01(\x0b\x32\'.yandex.cloud.datatransfer.v1.YcRuntimeH\x00\x42\t\n\x07runtimeJ\x04\x08\x01\x10\x04\"@\n\x14ShardingUploadParams\x12\x11\n\tjob_count\x18\x01 \x01(\x03\x12\x15\n\rprocess_count\x18\x02 \x01(\x03\"u\n\tYcRuntime\x12\x11\n\tjob_count\x18\x01 \x01(\x03\x12O\n\x13upload_shard_params\x18\x08 \x01(\x0b\x32\x32.yandex.cloud.datatransfer.v1.ShardingUploadParamsJ\x04\x08\x02\x10\x08\"m\n\x0cMaskFunction\x12L\n\x12mask_function_hash\x18\x01 \x01(\x0b\x32..yandex.cloud.datatransfer.v1.MaskFunctionHashH\x00\x42\x0f\n\rmask_function\"-\n\x10MaskFunctionHash\x12\x19\n\x11user_defined_salt\x18\x01 \x01(\t\">\n\x0cTablesFilter\x12\x16\n\x0einclude_tables\x18\x01 \x03(\t\x12\x16\n\x0e\x65xclude_tables\x18\x02 \x03(\t\"A\n\rColumnsFilter\x12\x17\n\x0finclude_columns\x18\x01 \x03(\t\x12\x17\n\x0f\x65xclude_columns\x18\x02 \x03(\t\"\xa1\x01\n\x14MaskFieldTransformer\x12:\n\x06tables\x18\x01 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.TablesFilter\x12\x0f\n\x07\x63olumns\x18\x02 \x03(\t\x12<\n\x08\x66unction\x18\x03 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.MaskFunction\"\x94\x01\n\x18\x46ilterColumnsTransformer\x12:\n\x06tables\x18\x01 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.TablesFilter\x12<\n\x07\x63olumns\x18\x02 \x01(\x0b\x32+.yandex.cloud.datatransfer.v1.ColumnsFilter\")\n\x05Table\x12\x12\n\nname_space\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\"\x80\x01\n\x0bRenameTable\x12:\n\roriginal_name\x18\x01 \x01(\x0b\x32#.yandex.cloud.datatransfer.v1.Table\x12\x35\n\x08new_name\x18\x02 \x01(\x0b\x32#.yandex.cloud.datatransfer.v1.Table\"[\n\x17RenameTablesTransformer\x12@\n\rrename_tables\x18\x01 \x03(\x0b\x32).yandex.cloud.datatransfer.v1.RenameTable\"h\n\x1cReplacePrimaryKeyTransformer\x12:\n\x06tables\x18\x01 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.TablesFilter\x12\x0c\n\x04keys\x18\x02 \x03(\t\"\x8f\x01\n\x13ToStringTransformer\x12:\n\x06tables\x18\x01 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.TablesFilter\x12<\n\x07\x63olumns\x18\x02 \x01(\x0b\x32+.yandex.cloud.datatransfer.v1.ColumnsFilter\"\xa4\x01\n\x12SharderTransformer\x12:\n\x06tables\x18\x01 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.TablesFilter\x12<\n\x07\x63olumns\x18\x02 \x01(\x0b\x32+.yandex.cloud.datatransfer.v1.ColumnsFilter\x12\x14\n\x0cshards_count\x18\x03 \x01(\x03\"y\n\x18TableSplitterTransformer\x12:\n\x06tables\x18\x01 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.TablesFilter\x12\x0f\n\x07\x63olumns\x18\x02 \x03(\t\x12\x10\n\x08splitter\x18\x03 \x01(\t\"x\n\x15\x46ilterRowsTransformer\x12:\n\x06tables\x18\x01 \x01(\x0b\x32*.yandex.cloud.datatransfer.v1.TablesFilter\x12\x12\n\x06\x66ilter\x18\x02 \x01(\tB\x02\x18\x01\x12\x0f\n\x07\x66ilters\x18\x03 \x03(\t\"\xc6\x05\n\x0bTransformer\x12H\n\nmask_field\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.datatransfer.v1.MaskFieldTransformerH\x00\x12P\n\x0e\x66ilter_columns\x18\x02 \x01(\x0b\x32\x36.yandex.cloud.datatransfer.v1.FilterColumnsTransformerH\x00\x12N\n\rrename_tables\x18\x04 \x01(\x0b\x32\x35.yandex.cloud.datatransfer.v1.RenameTablesTransformerH\x00\x12Y\n\x13replace_primary_key\x18\x06 \x01(\x0b\x32:.yandex.cloud.datatransfer.v1.ReplacePrimaryKeyTransformerH\x00\x12N\n\x11\x63onvert_to_string\x18\x07 \x01(\x0b\x32\x31.yandex.cloud.datatransfer.v1.ToStringTransformerH\x00\x12O\n\x13sharder_transformer\x18\t \x01(\x0b\x32\x30.yandex.cloud.datatransfer.v1.SharderTransformerH\x00\x12\\\n\x1atable_splitter_transformer\x18\r \x01(\x0b\x32\x36.yandex.cloud.datatransfer.v1.TableSplitterTransformerH\x00\x12J\n\x0b\x66ilter_rows\x18\x0e \x01(\x0b\x32\x33.yandex.cloud.datatransfer.v1.FilterRowsTransformerH\x00\x42\r\n\x0btransformerJ\x04\x08\x03\x10\x04J\x04\x08\x05\x10\x06J\x04\x08\x08\x10\tJ\x04\x08\n\x10\r\"Q\n\x0eTransformation\x12?\n\x0ctransformers\x18\x01 \x03(\x0b\x32).yandex.cloud.datatransfer.v1.Transformer\"&\n\x0b\x44\x61taObjects\x12\x17\n\x0finclude_objects\x18\x01 \x03(\t*p\n\x0cTransferType\x12\x1d\n\x19TRANSFER_TYPE_UNSPECIFIED\x10\x00\x12\x1a\n\x16SNAPSHOT_AND_INCREMENT\x10\x01\x12\x11\n\rSNAPSHOT_ONLY\x10\x02\x12\x12\n\x0eINCREMENT_ONLY\x10\x03*\x9b\x01\n\x0eTransferStatus\x12\x1f\n\x1bTRANSFER_STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07\x43REATED\x10\x02\x12\x0b\n\x07RUNNING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\x0b\n\x07STOPPED\x10\x05\x12\t\n\x05\x45RROR\x10\x06\x12\x10\n\x0cSNAPSHOTTING\x10\x07\x12\x08\n\x04\x44ONE\x10\x08\x42q\n yandex.cloud.api.datatransfer.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/datatransfer/v1;datatransferb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -37,50 +37,52 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
37
|
_globals['_TRANSFER_LABELSENTRY']._serialized_options = b'8\001'
|
|
38
38
|
_globals['_FILTERROWSTRANSFORMER'].fields_by_name['filter']._loaded_options = None
|
|
39
39
|
_globals['_FILTERROWSTRANSFORMER'].fields_by_name['filter']._serialized_options = b'\030\001'
|
|
40
|
-
_globals['_TRANSFERTYPE']._serialized_start=
|
|
41
|
-
_globals['_TRANSFERTYPE']._serialized_end=
|
|
42
|
-
_globals['_TRANSFERSTATUS']._serialized_start=
|
|
43
|
-
_globals['_TRANSFERSTATUS']._serialized_end=
|
|
40
|
+
_globals['_TRANSFERTYPE']._serialized_start=3458
|
|
41
|
+
_globals['_TRANSFERTYPE']._serialized_end=3570
|
|
42
|
+
_globals['_TRANSFERSTATUS']._serialized_start=3573
|
|
43
|
+
_globals['_TRANSFERSTATUS']._serialized_end=3728
|
|
44
44
|
_globals['_TRANSFER']._serialized_start=123
|
|
45
|
-
_globals['_TRANSFER']._serialized_end=
|
|
46
|
-
_globals['_TRANSFER_LABELSENTRY']._serialized_start=
|
|
47
|
-
_globals['_TRANSFER_LABELSENTRY']._serialized_end=
|
|
48
|
-
_globals['_RUNTIME']._serialized_start=
|
|
49
|
-
_globals['_RUNTIME']._serialized_end=
|
|
50
|
-
_globals['_SHARDINGUPLOADPARAMS']._serialized_start=
|
|
51
|
-
_globals['_SHARDINGUPLOADPARAMS']._serialized_end=
|
|
52
|
-
_globals['_YCRUNTIME']._serialized_start=
|
|
53
|
-
_globals['_YCRUNTIME']._serialized_end=
|
|
54
|
-
_globals['_MASKFUNCTION']._serialized_start=
|
|
55
|
-
_globals['_MASKFUNCTION']._serialized_end=
|
|
56
|
-
_globals['_MASKFUNCTIONHASH']._serialized_start=
|
|
57
|
-
_globals['_MASKFUNCTIONHASH']._serialized_end=
|
|
58
|
-
_globals['_TABLESFILTER']._serialized_start=
|
|
59
|
-
_globals['_TABLESFILTER']._serialized_end=
|
|
60
|
-
_globals['_COLUMNSFILTER']._serialized_start=
|
|
61
|
-
_globals['_COLUMNSFILTER']._serialized_end=
|
|
62
|
-
_globals['_MASKFIELDTRANSFORMER']._serialized_start=
|
|
63
|
-
_globals['_MASKFIELDTRANSFORMER']._serialized_end=
|
|
64
|
-
_globals['_FILTERCOLUMNSTRANSFORMER']._serialized_start=
|
|
65
|
-
_globals['_FILTERCOLUMNSTRANSFORMER']._serialized_end=
|
|
66
|
-
_globals['_TABLE']._serialized_start=
|
|
67
|
-
_globals['_TABLE']._serialized_end=
|
|
68
|
-
_globals['_RENAMETABLE']._serialized_start=
|
|
69
|
-
_globals['_RENAMETABLE']._serialized_end=
|
|
70
|
-
_globals['_RENAMETABLESTRANSFORMER']._serialized_start=
|
|
71
|
-
_globals['_RENAMETABLESTRANSFORMER']._serialized_end=
|
|
72
|
-
_globals['_REPLACEPRIMARYKEYTRANSFORMER']._serialized_start=
|
|
73
|
-
_globals['_REPLACEPRIMARYKEYTRANSFORMER']._serialized_end=
|
|
74
|
-
_globals['_TOSTRINGTRANSFORMER']._serialized_start=
|
|
75
|
-
_globals['_TOSTRINGTRANSFORMER']._serialized_end=
|
|
76
|
-
_globals['_SHARDERTRANSFORMER']._serialized_start=
|
|
77
|
-
_globals['_SHARDERTRANSFORMER']._serialized_end=
|
|
78
|
-
_globals['_TABLESPLITTERTRANSFORMER']._serialized_start=
|
|
79
|
-
_globals['_TABLESPLITTERTRANSFORMER']._serialized_end=
|
|
80
|
-
_globals['_FILTERROWSTRANSFORMER']._serialized_start=
|
|
81
|
-
_globals['_FILTERROWSTRANSFORMER']._serialized_end=
|
|
82
|
-
_globals['_TRANSFORMER']._serialized_start=
|
|
83
|
-
_globals['_TRANSFORMER']._serialized_end=
|
|
84
|
-
_globals['_TRANSFORMATION']._serialized_start=
|
|
85
|
-
_globals['_TRANSFORMATION']._serialized_end=
|
|
45
|
+
_globals['_TRANSFER']._serialized_end=809
|
|
46
|
+
_globals['_TRANSFER_LABELSENTRY']._serialized_start=728
|
|
47
|
+
_globals['_TRANSFER_LABELSENTRY']._serialized_end=773
|
|
48
|
+
_globals['_RUNTIME']._serialized_start=811
|
|
49
|
+
_globals['_RUNTIME']._serialized_end=900
|
|
50
|
+
_globals['_SHARDINGUPLOADPARAMS']._serialized_start=902
|
|
51
|
+
_globals['_SHARDINGUPLOADPARAMS']._serialized_end=966
|
|
52
|
+
_globals['_YCRUNTIME']._serialized_start=968
|
|
53
|
+
_globals['_YCRUNTIME']._serialized_end=1085
|
|
54
|
+
_globals['_MASKFUNCTION']._serialized_start=1087
|
|
55
|
+
_globals['_MASKFUNCTION']._serialized_end=1196
|
|
56
|
+
_globals['_MASKFUNCTIONHASH']._serialized_start=1198
|
|
57
|
+
_globals['_MASKFUNCTIONHASH']._serialized_end=1243
|
|
58
|
+
_globals['_TABLESFILTER']._serialized_start=1245
|
|
59
|
+
_globals['_TABLESFILTER']._serialized_end=1307
|
|
60
|
+
_globals['_COLUMNSFILTER']._serialized_start=1309
|
|
61
|
+
_globals['_COLUMNSFILTER']._serialized_end=1374
|
|
62
|
+
_globals['_MASKFIELDTRANSFORMER']._serialized_start=1377
|
|
63
|
+
_globals['_MASKFIELDTRANSFORMER']._serialized_end=1538
|
|
64
|
+
_globals['_FILTERCOLUMNSTRANSFORMER']._serialized_start=1541
|
|
65
|
+
_globals['_FILTERCOLUMNSTRANSFORMER']._serialized_end=1689
|
|
66
|
+
_globals['_TABLE']._serialized_start=1691
|
|
67
|
+
_globals['_TABLE']._serialized_end=1732
|
|
68
|
+
_globals['_RENAMETABLE']._serialized_start=1735
|
|
69
|
+
_globals['_RENAMETABLE']._serialized_end=1863
|
|
70
|
+
_globals['_RENAMETABLESTRANSFORMER']._serialized_start=1865
|
|
71
|
+
_globals['_RENAMETABLESTRANSFORMER']._serialized_end=1956
|
|
72
|
+
_globals['_REPLACEPRIMARYKEYTRANSFORMER']._serialized_start=1958
|
|
73
|
+
_globals['_REPLACEPRIMARYKEYTRANSFORMER']._serialized_end=2062
|
|
74
|
+
_globals['_TOSTRINGTRANSFORMER']._serialized_start=2065
|
|
75
|
+
_globals['_TOSTRINGTRANSFORMER']._serialized_end=2208
|
|
76
|
+
_globals['_SHARDERTRANSFORMER']._serialized_start=2211
|
|
77
|
+
_globals['_SHARDERTRANSFORMER']._serialized_end=2375
|
|
78
|
+
_globals['_TABLESPLITTERTRANSFORMER']._serialized_start=2377
|
|
79
|
+
_globals['_TABLESPLITTERTRANSFORMER']._serialized_end=2498
|
|
80
|
+
_globals['_FILTERROWSTRANSFORMER']._serialized_start=2500
|
|
81
|
+
_globals['_FILTERROWSTRANSFORMER']._serialized_end=2620
|
|
82
|
+
_globals['_TRANSFORMER']._serialized_start=2623
|
|
83
|
+
_globals['_TRANSFORMER']._serialized_end=3333
|
|
84
|
+
_globals['_TRANSFORMATION']._serialized_start=3335
|
|
85
|
+
_globals['_TRANSFORMATION']._serialized_end=3416
|
|
86
|
+
_globals['_DATAOBJECTS']._serialized_start=3418
|
|
87
|
+
_globals['_DATAOBJECTS']._serialized_end=3456
|
|
86
88
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -124,6 +124,7 @@ class Transfer(google.protobuf.message.Message):
|
|
|
124
124
|
TYPE_FIELD_NUMBER: builtins.int
|
|
125
125
|
WARNING_FIELD_NUMBER: builtins.int
|
|
126
126
|
TRANSFORMATION_FIELD_NUMBER: builtins.int
|
|
127
|
+
DATA_OBJECTS_FIELD_NUMBER: builtins.int
|
|
127
128
|
PRESTABLE_FIELD_NUMBER: builtins.int
|
|
128
129
|
id: builtins.str
|
|
129
130
|
folder_id: builtins.str
|
|
@@ -143,6 +144,8 @@ class Transfer(google.protobuf.message.Message):
|
|
|
143
144
|
def runtime(self) -> global___Runtime: ...
|
|
144
145
|
@property
|
|
145
146
|
def transformation(self) -> global___Transformation: ...
|
|
147
|
+
@property
|
|
148
|
+
def data_objects(self) -> global___DataObjects: ...
|
|
146
149
|
def __init__(
|
|
147
150
|
self,
|
|
148
151
|
*,
|
|
@@ -158,10 +161,11 @@ class Transfer(google.protobuf.message.Message):
|
|
|
158
161
|
type: global___TransferType.ValueType = ...,
|
|
159
162
|
warning: builtins.str = ...,
|
|
160
163
|
transformation: global___Transformation | None = ...,
|
|
164
|
+
data_objects: global___DataObjects | None = ...,
|
|
161
165
|
prestable: builtins.bool = ...,
|
|
162
166
|
) -> None: ...
|
|
163
|
-
def HasField(self, field_name: typing.Literal["runtime", b"runtime", "source", b"source", "target", b"target", "transformation", b"transformation"]) -> builtins.bool: ...
|
|
164
|
-
def ClearField(self, field_name: typing.Literal["description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "name", b"name", "prestable", b"prestable", "runtime", b"runtime", "source", b"source", "status", b"status", "target", b"target", "transformation", b"transformation", "type", b"type", "warning", b"warning"]) -> None: ...
|
|
167
|
+
def HasField(self, field_name: typing.Literal["data_objects", b"data_objects", "runtime", b"runtime", "source", b"source", "target", b"target", "transformation", b"transformation"]) -> builtins.bool: ...
|
|
168
|
+
def ClearField(self, field_name: typing.Literal["data_objects", b"data_objects", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "name", b"name", "prestable", b"prestable", "runtime", b"runtime", "source", b"source", "status", b"status", "target", b"target", "transformation", b"transformation", "type", b"type", "warning", b"warning"]) -> None: ...
|
|
165
169
|
|
|
166
170
|
global___Transfer = Transfer
|
|
167
171
|
|
|
@@ -703,3 +707,19 @@ class Transformation(google.protobuf.message.Message):
|
|
|
703
707
|
def ClearField(self, field_name: typing.Literal["transformers", b"transformers"]) -> None: ...
|
|
704
708
|
|
|
705
709
|
global___Transformation = Transformation
|
|
710
|
+
|
|
711
|
+
@typing.final
|
|
712
|
+
class DataObjects(google.protobuf.message.Message):
|
|
713
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
714
|
+
|
|
715
|
+
INCLUDE_OBJECTS_FIELD_NUMBER: builtins.int
|
|
716
|
+
@property
|
|
717
|
+
def include_objects(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
|
718
|
+
def __init__(
|
|
719
|
+
self,
|
|
720
|
+
*,
|
|
721
|
+
include_objects: collections.abc.Iterable[builtins.str] | None = ...,
|
|
722
|
+
) -> None: ...
|
|
723
|
+
def ClearField(self, field_name: typing.Literal["include_objects", b"include_objects"]) -> None: ...
|
|
724
|
+
|
|
725
|
+
global___DataObjects = DataObjects
|