yandexcloud 0.345.0__py3-none-any.whl → 0.347.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.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/common_pb2.py +18 -10
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +67 -2
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +16 -16
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +7 -7
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.py +16 -16
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.pyi +14 -2
- yandex/cloud/gitlab/__init__.py +0 -0
- yandex/cloud/gitlab/v1/__init__.py +0 -0
- yandex/cloud/gitlab/v1/instance_pb2.py +54 -0
- yandex/cloud/gitlab/v1/instance_pb2.pyi +158 -0
- yandex/cloud/gitlab/v1/instance_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/instance_pb2_grpc.pyi +17 -0
- yandex/cloud/gitlab/v1/instance_service_pb2.py +118 -0
- yandex/cloud/gitlab/v1/instance_service_pb2.pyi +257 -0
- yandex/cloud/gitlab/v1/instance_service_pb2_grpc.py +314 -0
- yandex/cloud/gitlab/v1/instance_service_pb2_grpc.pyi +128 -0
- yandex/cloud/gitlab/v1/maintenance_pb2.py +41 -0
- yandex/cloud/gitlab/v1/maintenance_pb2.pyi +40 -0
- yandex/cloud/gitlab/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.py +11 -3
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.pyi +20 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.py +44 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.pyi +20 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.pyi +35 -4
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.pyi +9 -1
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.py +10 -5
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.pyi +14 -2
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -74
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +64 -64
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +64 -52
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +75 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +44 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/monitoring/v3/thresholds_pb2.py +5 -5
- yandex/cloud/monitoring/v3/thresholds_pb2.pyi +4 -2
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +7 -12
- yandex/cloud/spark/v1/job_pb2.py +12 -16
- yandex/cloud/spark/v1/job_pb2.pyi +3 -51
- yandex/cloud/trino/v1/catalog_pb2.py +252 -0
- yandex/cloud/trino/v1/catalog_pb2.pyi +965 -0
- yandex/cloud/trino/v1/catalog_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/catalog_pb2_grpc.pyi +17 -0
- yandex/cloud/trino/v1/catalog_service_pb2.py +94 -0
- yandex/cloud/trino/v1/catalog_service_pb2.pyi +235 -0
- yandex/cloud/trino/v1/catalog_service_pb2_grpc.py +279 -0
- yandex/cloud/trino/v1/catalog_service_pb2_grpc.pyi +132 -0
- yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +10 -1
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/RECORD +58 -36
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,965 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.message
|
|
11
|
+
import typing
|
|
12
|
+
|
|
13
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
14
|
+
|
|
15
|
+
@typing.final
|
|
16
|
+
class Connector(google.protobuf.message.Message):
|
|
17
|
+
"""Connector configuration. Exactly one connector type must be specified."""
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
20
|
+
|
|
21
|
+
HIVE_FIELD_NUMBER: builtins.int
|
|
22
|
+
ICEBERG_FIELD_NUMBER: builtins.int
|
|
23
|
+
DELTA_LAKE_FIELD_NUMBER: builtins.int
|
|
24
|
+
POSTGRESQL_FIELD_NUMBER: builtins.int
|
|
25
|
+
CLICKHOUSE_FIELD_NUMBER: builtins.int
|
|
26
|
+
TPCH_FIELD_NUMBER: builtins.int
|
|
27
|
+
TPCDS_FIELD_NUMBER: builtins.int
|
|
28
|
+
ORACLE_FIELD_NUMBER: builtins.int
|
|
29
|
+
SQLSERVER_FIELD_NUMBER: builtins.int
|
|
30
|
+
@property
|
|
31
|
+
def hive(self) -> global___HiveConnector:
|
|
32
|
+
"""Hive connector configuration."""
|
|
33
|
+
|
|
34
|
+
@property
|
|
35
|
+
def iceberg(self) -> global___IcebergConnector:
|
|
36
|
+
"""Iceberg connector configuration."""
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
def delta_lake(self) -> global___DeltaLakeConnector:
|
|
40
|
+
"""Delta Lake connector configuration."""
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
def postgresql(self) -> global___PostgresqlConnector:
|
|
44
|
+
"""PostgreSQL connector configuration."""
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
def clickhouse(self) -> global___ClickhouseConnector:
|
|
48
|
+
"""ClickHouse connector configuration."""
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
def tpch(self) -> global___TPCHConnector:
|
|
52
|
+
"""TPC-H connector for synthetic benchmarking."""
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
def tpcds(self) -> global___TPCDSConnector:
|
|
56
|
+
"""TPC-DS connector for synthetic benchmarking."""
|
|
57
|
+
|
|
58
|
+
@property
|
|
59
|
+
def oracle(self) -> global___OracleConnector:
|
|
60
|
+
"""Oracle connector configuration for connecting to Oracle Database instances."""
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
def sqlserver(self) -> global___SQLServerConnector:
|
|
64
|
+
"""SQLServer connector configuration for connecting to SQLServer Database instances."""
|
|
65
|
+
|
|
66
|
+
def __init__(
|
|
67
|
+
self,
|
|
68
|
+
*,
|
|
69
|
+
hive: global___HiveConnector | None = ...,
|
|
70
|
+
iceberg: global___IcebergConnector | None = ...,
|
|
71
|
+
delta_lake: global___DeltaLakeConnector | None = ...,
|
|
72
|
+
postgresql: global___PostgresqlConnector | None = ...,
|
|
73
|
+
clickhouse: global___ClickhouseConnector | None = ...,
|
|
74
|
+
tpch: global___TPCHConnector | None = ...,
|
|
75
|
+
tpcds: global___TPCDSConnector | None = ...,
|
|
76
|
+
oracle: global___OracleConnector | None = ...,
|
|
77
|
+
sqlserver: global___SQLServerConnector | None = ...,
|
|
78
|
+
) -> None: ...
|
|
79
|
+
def HasField(self, field_name: typing.Literal["clickhouse", b"clickhouse", "delta_lake", b"delta_lake", "hive", b"hive", "iceberg", b"iceberg", "oracle", b"oracle", "postgresql", b"postgresql", "sqlserver", b"sqlserver", "tpcds", b"tpcds", "tpch", b"tpch", "type", b"type"]) -> builtins.bool: ...
|
|
80
|
+
def ClearField(self, field_name: typing.Literal["clickhouse", b"clickhouse", "delta_lake", b"delta_lake", "hive", b"hive", "iceberg", b"iceberg", "oracle", b"oracle", "postgresql", b"postgresql", "sqlserver", b"sqlserver", "tpcds", b"tpcds", "tpch", b"tpch", "type", b"type"]) -> None: ...
|
|
81
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["hive", "iceberg", "delta_lake", "postgresql", "clickhouse", "tpch", "tpcds", "oracle", "sqlserver"] | None: ...
|
|
82
|
+
|
|
83
|
+
global___Connector = Connector
|
|
84
|
+
|
|
85
|
+
@typing.final
|
|
86
|
+
class Catalog(google.protobuf.message.Message):
|
|
87
|
+
"""Catalog is a logical Trino catalog backed by a specific connector."""
|
|
88
|
+
|
|
89
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
90
|
+
|
|
91
|
+
@typing.final
|
|
92
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
93
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
94
|
+
|
|
95
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
96
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
97
|
+
key: builtins.str
|
|
98
|
+
value: builtins.str
|
|
99
|
+
def __init__(
|
|
100
|
+
self,
|
|
101
|
+
*,
|
|
102
|
+
key: builtins.str = ...,
|
|
103
|
+
value: builtins.str = ...,
|
|
104
|
+
) -> None: ...
|
|
105
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
106
|
+
|
|
107
|
+
ID_FIELD_NUMBER: builtins.int
|
|
108
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
109
|
+
CONNECTOR_FIELD_NUMBER: builtins.int
|
|
110
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
111
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
112
|
+
id: builtins.str
|
|
113
|
+
"""ID of the catalog."""
|
|
114
|
+
name: builtins.str
|
|
115
|
+
"""Name of the catalog."""
|
|
116
|
+
description: builtins.str
|
|
117
|
+
"""Description of the catalog."""
|
|
118
|
+
@property
|
|
119
|
+
def connector(self) -> global___Connector:
|
|
120
|
+
"""Connector backing this catalog."""
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
124
|
+
"""Labels associated with the catalog."""
|
|
125
|
+
|
|
126
|
+
def __init__(
|
|
127
|
+
self,
|
|
128
|
+
*,
|
|
129
|
+
id: builtins.str = ...,
|
|
130
|
+
name: builtins.str = ...,
|
|
131
|
+
connector: global___Connector | None = ...,
|
|
132
|
+
description: builtins.str = ...,
|
|
133
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
134
|
+
) -> None: ...
|
|
135
|
+
def HasField(self, field_name: typing.Literal["connector", b"connector"]) -> builtins.bool: ...
|
|
136
|
+
def ClearField(self, field_name: typing.Literal["connector", b"connector", "description", b"description", "id", b"id", "labels", b"labels", "name", b"name"]) -> None: ...
|
|
137
|
+
|
|
138
|
+
global___Catalog = Catalog
|
|
139
|
+
|
|
140
|
+
@typing.final
|
|
141
|
+
class CatalogSpec(google.protobuf.message.Message):
|
|
142
|
+
"""CatalogSpec defines the desired state of a new catalog."""
|
|
143
|
+
|
|
144
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
145
|
+
|
|
146
|
+
@typing.final
|
|
147
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
148
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
149
|
+
|
|
150
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
151
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
152
|
+
key: builtins.str
|
|
153
|
+
value: builtins.str
|
|
154
|
+
def __init__(
|
|
155
|
+
self,
|
|
156
|
+
*,
|
|
157
|
+
key: builtins.str = ...,
|
|
158
|
+
value: builtins.str = ...,
|
|
159
|
+
) -> None: ...
|
|
160
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
161
|
+
|
|
162
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
163
|
+
CONNECTOR_FIELD_NUMBER: builtins.int
|
|
164
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
165
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
166
|
+
name: builtins.str
|
|
167
|
+
"""Name of the catalog.
|
|
168
|
+
Must be unique within a Trino cluster.
|
|
169
|
+
"""
|
|
170
|
+
description: builtins.str
|
|
171
|
+
"""Description of the catalog."""
|
|
172
|
+
@property
|
|
173
|
+
def connector(self) -> global___Connector:
|
|
174
|
+
"""Connector backing this catalog."""
|
|
175
|
+
|
|
176
|
+
@property
|
|
177
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
178
|
+
"""Labels associated with the catalog."""
|
|
179
|
+
|
|
180
|
+
def __init__(
|
|
181
|
+
self,
|
|
182
|
+
*,
|
|
183
|
+
name: builtins.str = ...,
|
|
184
|
+
connector: global___Connector | None = ...,
|
|
185
|
+
description: builtins.str = ...,
|
|
186
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
187
|
+
) -> None: ...
|
|
188
|
+
def HasField(self, field_name: typing.Literal["connector", b"connector"]) -> builtins.bool: ...
|
|
189
|
+
def ClearField(self, field_name: typing.Literal["connector", b"connector", "description", b"description", "labels", b"labels", "name", b"name"]) -> None: ...
|
|
190
|
+
|
|
191
|
+
global___CatalogSpec = CatalogSpec
|
|
192
|
+
|
|
193
|
+
@typing.final
|
|
194
|
+
class CatalogUpdateSpec(google.protobuf.message.Message):
|
|
195
|
+
"""CatalogUpdateSpec defines changes to an existing catalog.
|
|
196
|
+
Fields are optional and only provided fields will be updated.
|
|
197
|
+
"""
|
|
198
|
+
|
|
199
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
200
|
+
|
|
201
|
+
@typing.final
|
|
202
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
203
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
204
|
+
|
|
205
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
206
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
207
|
+
key: builtins.str
|
|
208
|
+
value: builtins.str
|
|
209
|
+
def __init__(
|
|
210
|
+
self,
|
|
211
|
+
*,
|
|
212
|
+
key: builtins.str = ...,
|
|
213
|
+
value: builtins.str = ...,
|
|
214
|
+
) -> None: ...
|
|
215
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
216
|
+
|
|
217
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
218
|
+
CONNECTOR_FIELD_NUMBER: builtins.int
|
|
219
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
220
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
221
|
+
name: builtins.str
|
|
222
|
+
"""New name of the catalog."""
|
|
223
|
+
description: builtins.str
|
|
224
|
+
"""Description of the catalog."""
|
|
225
|
+
@property
|
|
226
|
+
def connector(self) -> global___Connector:
|
|
227
|
+
"""Updated connector configuration.
|
|
228
|
+
If specified, replaces the existing connector.
|
|
229
|
+
"""
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
233
|
+
"""Labels associated with the catalog."""
|
|
234
|
+
|
|
235
|
+
def __init__(
|
|
236
|
+
self,
|
|
237
|
+
*,
|
|
238
|
+
name: builtins.str = ...,
|
|
239
|
+
connector: global___Connector | None = ...,
|
|
240
|
+
description: builtins.str = ...,
|
|
241
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
242
|
+
) -> None: ...
|
|
243
|
+
def HasField(self, field_name: typing.Literal["connector", b"connector"]) -> builtins.bool: ...
|
|
244
|
+
def ClearField(self, field_name: typing.Literal["connector", b"connector", "description", b"description", "labels", b"labels", "name", b"name"]) -> None: ...
|
|
245
|
+
|
|
246
|
+
global___CatalogUpdateSpec = CatalogUpdateSpec
|
|
247
|
+
|
|
248
|
+
@typing.final
|
|
249
|
+
class Metastore(google.protobuf.message.Message):
|
|
250
|
+
"""Metastore configuration."""
|
|
251
|
+
|
|
252
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
253
|
+
|
|
254
|
+
@typing.final
|
|
255
|
+
class HiveMetastore(google.protobuf.message.Message):
|
|
256
|
+
"""Configuration of Hive's metastore type."""
|
|
257
|
+
|
|
258
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
259
|
+
|
|
260
|
+
URI_FIELD_NUMBER: builtins.int
|
|
261
|
+
uri: builtins.str
|
|
262
|
+
"""URI or cluster ID of the Hive Metastore."""
|
|
263
|
+
def __init__(
|
|
264
|
+
self,
|
|
265
|
+
*,
|
|
266
|
+
uri: builtins.str = ...,
|
|
267
|
+
) -> None: ...
|
|
268
|
+
def HasField(self, field_name: typing.Literal["connection", b"connection", "uri", b"uri"]) -> builtins.bool: ...
|
|
269
|
+
def ClearField(self, field_name: typing.Literal["connection", b"connection", "uri", b"uri"]) -> None: ...
|
|
270
|
+
def WhichOneof(self, oneof_group: typing.Literal["connection", b"connection"]) -> typing.Literal["uri"] | None: ...
|
|
271
|
+
|
|
272
|
+
HIVE_FIELD_NUMBER: builtins.int
|
|
273
|
+
@property
|
|
274
|
+
def hive(self) -> global___Metastore.HiveMetastore: ...
|
|
275
|
+
def __init__(
|
|
276
|
+
self,
|
|
277
|
+
*,
|
|
278
|
+
hive: global___Metastore.HiveMetastore | None = ...,
|
|
279
|
+
) -> None: ...
|
|
280
|
+
def HasField(self, field_name: typing.Literal["hive", b"hive", "type", b"type"]) -> builtins.bool: ...
|
|
281
|
+
def ClearField(self, field_name: typing.Literal["hive", b"hive", "type", b"type"]) -> None: ...
|
|
282
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["hive"] | None: ...
|
|
283
|
+
|
|
284
|
+
global___Metastore = Metastore
|
|
285
|
+
|
|
286
|
+
@typing.final
|
|
287
|
+
class FileSystem(google.protobuf.message.Message):
|
|
288
|
+
"""Configuration of file system used by a connector."""
|
|
289
|
+
|
|
290
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
291
|
+
|
|
292
|
+
@typing.final
|
|
293
|
+
class S3FileSystem(google.protobuf.message.Message):
|
|
294
|
+
"""Describes YandexCloud native S3 file system.
|
|
295
|
+
Currently does not require configuration.
|
|
296
|
+
"""
|
|
297
|
+
|
|
298
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
299
|
+
|
|
300
|
+
def __init__(
|
|
301
|
+
self,
|
|
302
|
+
) -> None: ...
|
|
303
|
+
|
|
304
|
+
@typing.final
|
|
305
|
+
class ExternalS3FileSystem(google.protobuf.message.Message):
|
|
306
|
+
"""Describes External S3 compatible file system."""
|
|
307
|
+
|
|
308
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
309
|
+
|
|
310
|
+
AWS_ACCESS_KEY_FIELD_NUMBER: builtins.int
|
|
311
|
+
AWS_SECRET_KEY_FIELD_NUMBER: builtins.int
|
|
312
|
+
AWS_ENDPOINT_FIELD_NUMBER: builtins.int
|
|
313
|
+
AWS_REGION_FIELD_NUMBER: builtins.int
|
|
314
|
+
aws_access_key: builtins.str
|
|
315
|
+
aws_secret_key: builtins.str
|
|
316
|
+
aws_endpoint: builtins.str
|
|
317
|
+
aws_region: builtins.str
|
|
318
|
+
def __init__(
|
|
319
|
+
self,
|
|
320
|
+
*,
|
|
321
|
+
aws_access_key: builtins.str = ...,
|
|
322
|
+
aws_secret_key: builtins.str = ...,
|
|
323
|
+
aws_endpoint: builtins.str = ...,
|
|
324
|
+
aws_region: builtins.str = ...,
|
|
325
|
+
) -> None: ...
|
|
326
|
+
def ClearField(self, field_name: typing.Literal["aws_access_key", b"aws_access_key", "aws_endpoint", b"aws_endpoint", "aws_region", b"aws_region", "aws_secret_key", b"aws_secret_key"]) -> None: ...
|
|
327
|
+
|
|
328
|
+
S3_FIELD_NUMBER: builtins.int
|
|
329
|
+
EXTERNAL_S3_FIELD_NUMBER: builtins.int
|
|
330
|
+
@property
|
|
331
|
+
def s3(self) -> global___FileSystem.S3FileSystem: ...
|
|
332
|
+
@property
|
|
333
|
+
def external_s3(self) -> global___FileSystem.ExternalS3FileSystem: ...
|
|
334
|
+
def __init__(
|
|
335
|
+
self,
|
|
336
|
+
*,
|
|
337
|
+
s3: global___FileSystem.S3FileSystem | None = ...,
|
|
338
|
+
external_s3: global___FileSystem.ExternalS3FileSystem | None = ...,
|
|
339
|
+
) -> None: ...
|
|
340
|
+
def HasField(self, field_name: typing.Literal["external_s3", b"external_s3", "s3", b"s3", "type", b"type"]) -> builtins.bool: ...
|
|
341
|
+
def ClearField(self, field_name: typing.Literal["external_s3", b"external_s3", "s3", b"s3", "type", b"type"]) -> None: ...
|
|
342
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["s3", "external_s3"] | None: ...
|
|
343
|
+
|
|
344
|
+
global___FileSystem = FileSystem
|
|
345
|
+
|
|
346
|
+
@typing.final
|
|
347
|
+
class HiveConnector(google.protobuf.message.Message):
|
|
348
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
349
|
+
|
|
350
|
+
@typing.final
|
|
351
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
352
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
353
|
+
|
|
354
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
355
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
356
|
+
key: builtins.str
|
|
357
|
+
value: builtins.str
|
|
358
|
+
def __init__(
|
|
359
|
+
self,
|
|
360
|
+
*,
|
|
361
|
+
key: builtins.str = ...,
|
|
362
|
+
value: builtins.str = ...,
|
|
363
|
+
) -> None: ...
|
|
364
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
365
|
+
|
|
366
|
+
METASTORE_FIELD_NUMBER: builtins.int
|
|
367
|
+
FILESYSTEM_FIELD_NUMBER: builtins.int
|
|
368
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
369
|
+
@property
|
|
370
|
+
def metastore(self) -> global___Metastore:
|
|
371
|
+
"""Metastore configuration."""
|
|
372
|
+
|
|
373
|
+
@property
|
|
374
|
+
def filesystem(self) -> global___FileSystem:
|
|
375
|
+
"""File system configuration."""
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
379
|
+
"""Additional properties."""
|
|
380
|
+
|
|
381
|
+
def __init__(
|
|
382
|
+
self,
|
|
383
|
+
*,
|
|
384
|
+
metastore: global___Metastore | None = ...,
|
|
385
|
+
filesystem: global___FileSystem | None = ...,
|
|
386
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
387
|
+
) -> None: ...
|
|
388
|
+
def HasField(self, field_name: typing.Literal["filesystem", b"filesystem", "metastore", b"metastore"]) -> builtins.bool: ...
|
|
389
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties", "filesystem", b"filesystem", "metastore", b"metastore"]) -> None: ...
|
|
390
|
+
|
|
391
|
+
global___HiveConnector = HiveConnector
|
|
392
|
+
|
|
393
|
+
@typing.final
|
|
394
|
+
class IcebergConnector(google.protobuf.message.Message):
|
|
395
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
396
|
+
|
|
397
|
+
@typing.final
|
|
398
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
399
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
400
|
+
|
|
401
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
402
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
403
|
+
key: builtins.str
|
|
404
|
+
value: builtins.str
|
|
405
|
+
def __init__(
|
|
406
|
+
self,
|
|
407
|
+
*,
|
|
408
|
+
key: builtins.str = ...,
|
|
409
|
+
value: builtins.str = ...,
|
|
410
|
+
) -> None: ...
|
|
411
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
412
|
+
|
|
413
|
+
METASTORE_FIELD_NUMBER: builtins.int
|
|
414
|
+
FILESYSTEM_FIELD_NUMBER: builtins.int
|
|
415
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
416
|
+
@property
|
|
417
|
+
def metastore(self) -> global___Metastore:
|
|
418
|
+
"""Metastore configuration."""
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
def filesystem(self) -> global___FileSystem:
|
|
422
|
+
"""File system configuration."""
|
|
423
|
+
|
|
424
|
+
@property
|
|
425
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
426
|
+
"""Additional properties."""
|
|
427
|
+
|
|
428
|
+
def __init__(
|
|
429
|
+
self,
|
|
430
|
+
*,
|
|
431
|
+
metastore: global___Metastore | None = ...,
|
|
432
|
+
filesystem: global___FileSystem | None = ...,
|
|
433
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
434
|
+
) -> None: ...
|
|
435
|
+
def HasField(self, field_name: typing.Literal["filesystem", b"filesystem", "metastore", b"metastore"]) -> builtins.bool: ...
|
|
436
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties", "filesystem", b"filesystem", "metastore", b"metastore"]) -> None: ...
|
|
437
|
+
|
|
438
|
+
global___IcebergConnector = IcebergConnector
|
|
439
|
+
|
|
440
|
+
@typing.final
|
|
441
|
+
class DeltaLakeConnector(google.protobuf.message.Message):
|
|
442
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
443
|
+
|
|
444
|
+
@typing.final
|
|
445
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
446
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
447
|
+
|
|
448
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
449
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
450
|
+
key: builtins.str
|
|
451
|
+
value: builtins.str
|
|
452
|
+
def __init__(
|
|
453
|
+
self,
|
|
454
|
+
*,
|
|
455
|
+
key: builtins.str = ...,
|
|
456
|
+
value: builtins.str = ...,
|
|
457
|
+
) -> None: ...
|
|
458
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
459
|
+
|
|
460
|
+
METASTORE_FIELD_NUMBER: builtins.int
|
|
461
|
+
FILESYSTEM_FIELD_NUMBER: builtins.int
|
|
462
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
463
|
+
@property
|
|
464
|
+
def metastore(self) -> global___Metastore:
|
|
465
|
+
"""Metastore configuration."""
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
def filesystem(self) -> global___FileSystem:
|
|
469
|
+
"""File system configuration."""
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
473
|
+
"""Additional properties."""
|
|
474
|
+
|
|
475
|
+
def __init__(
|
|
476
|
+
self,
|
|
477
|
+
*,
|
|
478
|
+
metastore: global___Metastore | None = ...,
|
|
479
|
+
filesystem: global___FileSystem | None = ...,
|
|
480
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
481
|
+
) -> None: ...
|
|
482
|
+
def HasField(self, field_name: typing.Literal["filesystem", b"filesystem", "metastore", b"metastore"]) -> builtins.bool: ...
|
|
483
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties", "filesystem", b"filesystem", "metastore", b"metastore"]) -> None: ...
|
|
484
|
+
|
|
485
|
+
global___DeltaLakeConnector = DeltaLakeConnector
|
|
486
|
+
|
|
487
|
+
@typing.final
|
|
488
|
+
class PostgresqlConnection(google.protobuf.message.Message):
|
|
489
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
490
|
+
|
|
491
|
+
@typing.final
|
|
492
|
+
class OnPremise(google.protobuf.message.Message):
|
|
493
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
494
|
+
|
|
495
|
+
CONNECTION_URL_FIELD_NUMBER: builtins.int
|
|
496
|
+
USER_NAME_FIELD_NUMBER: builtins.int
|
|
497
|
+
PASSWORD_FIELD_NUMBER: builtins.int
|
|
498
|
+
connection_url: builtins.str
|
|
499
|
+
"""Connection to the Postgresql."""
|
|
500
|
+
user_name: builtins.str
|
|
501
|
+
"""Name of the Postgresql user."""
|
|
502
|
+
password: builtins.str
|
|
503
|
+
"""Password of the Postgresql user."""
|
|
504
|
+
def __init__(
|
|
505
|
+
self,
|
|
506
|
+
*,
|
|
507
|
+
connection_url: builtins.str = ...,
|
|
508
|
+
user_name: builtins.str = ...,
|
|
509
|
+
password: builtins.str = ...,
|
|
510
|
+
) -> None: ...
|
|
511
|
+
def ClearField(self, field_name: typing.Literal["connection_url", b"connection_url", "password", b"password", "user_name", b"user_name"]) -> None: ...
|
|
512
|
+
|
|
513
|
+
@typing.final
|
|
514
|
+
class ConnectionManager(google.protobuf.message.Message):
|
|
515
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
516
|
+
|
|
517
|
+
@typing.final
|
|
518
|
+
class ConnectionPropertiesEntry(google.protobuf.message.Message):
|
|
519
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
520
|
+
|
|
521
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
522
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
523
|
+
key: builtins.str
|
|
524
|
+
value: builtins.str
|
|
525
|
+
def __init__(
|
|
526
|
+
self,
|
|
527
|
+
*,
|
|
528
|
+
key: builtins.str = ...,
|
|
529
|
+
value: builtins.str = ...,
|
|
530
|
+
) -> None: ...
|
|
531
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
532
|
+
|
|
533
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
534
|
+
DATABASE_FIELD_NUMBER: builtins.int
|
|
535
|
+
CONNECTION_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
536
|
+
connection_id: builtins.str
|
|
537
|
+
"""Connection ID."""
|
|
538
|
+
database: builtins.str
|
|
539
|
+
"""Database."""
|
|
540
|
+
@property
|
|
541
|
+
def connection_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
542
|
+
"""Additional connection properties."""
|
|
543
|
+
|
|
544
|
+
def __init__(
|
|
545
|
+
self,
|
|
546
|
+
*,
|
|
547
|
+
connection_id: builtins.str = ...,
|
|
548
|
+
database: builtins.str = ...,
|
|
549
|
+
connection_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
550
|
+
) -> None: ...
|
|
551
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "connection_properties", b"connection_properties", "database", b"database"]) -> None: ...
|
|
552
|
+
|
|
553
|
+
ON_PREMISE_FIELD_NUMBER: builtins.int
|
|
554
|
+
CONNECTION_MANAGER_FIELD_NUMBER: builtins.int
|
|
555
|
+
@property
|
|
556
|
+
def on_premise(self) -> global___PostgresqlConnection.OnPremise: ...
|
|
557
|
+
@property
|
|
558
|
+
def connection_manager(self) -> global___PostgresqlConnection.ConnectionManager: ...
|
|
559
|
+
def __init__(
|
|
560
|
+
self,
|
|
561
|
+
*,
|
|
562
|
+
on_premise: global___PostgresqlConnection.OnPremise | None = ...,
|
|
563
|
+
connection_manager: global___PostgresqlConnection.ConnectionManager | None = ...,
|
|
564
|
+
) -> None: ...
|
|
565
|
+
def HasField(self, field_name: typing.Literal["connection_manager", b"connection_manager", "on_premise", b"on_premise", "type", b"type"]) -> builtins.bool: ...
|
|
566
|
+
def ClearField(self, field_name: typing.Literal["connection_manager", b"connection_manager", "on_premise", b"on_premise", "type", b"type"]) -> None: ...
|
|
567
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["on_premise", "connection_manager"] | None: ...
|
|
568
|
+
|
|
569
|
+
global___PostgresqlConnection = PostgresqlConnection
|
|
570
|
+
|
|
571
|
+
@typing.final
|
|
572
|
+
class PostgresqlConnector(google.protobuf.message.Message):
|
|
573
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
574
|
+
|
|
575
|
+
@typing.final
|
|
576
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
577
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
578
|
+
|
|
579
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
580
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
581
|
+
key: builtins.str
|
|
582
|
+
value: builtins.str
|
|
583
|
+
def __init__(
|
|
584
|
+
self,
|
|
585
|
+
*,
|
|
586
|
+
key: builtins.str = ...,
|
|
587
|
+
value: builtins.str = ...,
|
|
588
|
+
) -> None: ...
|
|
589
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
590
|
+
|
|
591
|
+
CONNECTION_FIELD_NUMBER: builtins.int
|
|
592
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
593
|
+
@property
|
|
594
|
+
def connection(self) -> global___PostgresqlConnection:
|
|
595
|
+
"""Connection configuration."""
|
|
596
|
+
|
|
597
|
+
@property
|
|
598
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
599
|
+
"""Additional properties."""
|
|
600
|
+
|
|
601
|
+
def __init__(
|
|
602
|
+
self,
|
|
603
|
+
*,
|
|
604
|
+
connection: global___PostgresqlConnection | None = ...,
|
|
605
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
606
|
+
) -> None: ...
|
|
607
|
+
def HasField(self, field_name: typing.Literal["connection", b"connection"]) -> builtins.bool: ...
|
|
608
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties", "connection", b"connection"]) -> None: ...
|
|
609
|
+
|
|
610
|
+
global___PostgresqlConnector = PostgresqlConnector
|
|
611
|
+
|
|
612
|
+
@typing.final
|
|
613
|
+
class ClickhouseConnection(google.protobuf.message.Message):
|
|
614
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
615
|
+
|
|
616
|
+
@typing.final
|
|
617
|
+
class OnPremise(google.protobuf.message.Message):
|
|
618
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
619
|
+
|
|
620
|
+
CONNECTION_URL_FIELD_NUMBER: builtins.int
|
|
621
|
+
USER_NAME_FIELD_NUMBER: builtins.int
|
|
622
|
+
PASSWORD_FIELD_NUMBER: builtins.int
|
|
623
|
+
connection_url: builtins.str
|
|
624
|
+
"""Connection to the Clickhouse."""
|
|
625
|
+
user_name: builtins.str
|
|
626
|
+
"""Name of the Clickhouse user."""
|
|
627
|
+
password: builtins.str
|
|
628
|
+
"""Password of the Clickhouse user."""
|
|
629
|
+
def __init__(
|
|
630
|
+
self,
|
|
631
|
+
*,
|
|
632
|
+
connection_url: builtins.str = ...,
|
|
633
|
+
user_name: builtins.str = ...,
|
|
634
|
+
password: builtins.str = ...,
|
|
635
|
+
) -> None: ...
|
|
636
|
+
def ClearField(self, field_name: typing.Literal["connection_url", b"connection_url", "password", b"password", "user_name", b"user_name"]) -> None: ...
|
|
637
|
+
|
|
638
|
+
@typing.final
|
|
639
|
+
class ConnectionManager(google.protobuf.message.Message):
|
|
640
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
641
|
+
|
|
642
|
+
@typing.final
|
|
643
|
+
class ConnectionPropertiesEntry(google.protobuf.message.Message):
|
|
644
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
645
|
+
|
|
646
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
647
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
648
|
+
key: builtins.str
|
|
649
|
+
value: builtins.str
|
|
650
|
+
def __init__(
|
|
651
|
+
self,
|
|
652
|
+
*,
|
|
653
|
+
key: builtins.str = ...,
|
|
654
|
+
value: builtins.str = ...,
|
|
655
|
+
) -> None: ...
|
|
656
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
657
|
+
|
|
658
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
659
|
+
DATABASE_FIELD_NUMBER: builtins.int
|
|
660
|
+
CONNECTION_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
661
|
+
connection_id: builtins.str
|
|
662
|
+
"""Connection ID."""
|
|
663
|
+
database: builtins.str
|
|
664
|
+
"""Database."""
|
|
665
|
+
@property
|
|
666
|
+
def connection_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
667
|
+
"""Additional connection properties."""
|
|
668
|
+
|
|
669
|
+
def __init__(
|
|
670
|
+
self,
|
|
671
|
+
*,
|
|
672
|
+
connection_id: builtins.str = ...,
|
|
673
|
+
database: builtins.str = ...,
|
|
674
|
+
connection_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
675
|
+
) -> None: ...
|
|
676
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "connection_properties", b"connection_properties", "database", b"database"]) -> None: ...
|
|
677
|
+
|
|
678
|
+
ON_PREMISE_FIELD_NUMBER: builtins.int
|
|
679
|
+
CONNECTION_MANAGER_FIELD_NUMBER: builtins.int
|
|
680
|
+
@property
|
|
681
|
+
def on_premise(self) -> global___ClickhouseConnection.OnPremise: ...
|
|
682
|
+
@property
|
|
683
|
+
def connection_manager(self) -> global___ClickhouseConnection.ConnectionManager: ...
|
|
684
|
+
def __init__(
|
|
685
|
+
self,
|
|
686
|
+
*,
|
|
687
|
+
on_premise: global___ClickhouseConnection.OnPremise | None = ...,
|
|
688
|
+
connection_manager: global___ClickhouseConnection.ConnectionManager | None = ...,
|
|
689
|
+
) -> None: ...
|
|
690
|
+
def HasField(self, field_name: typing.Literal["connection_manager", b"connection_manager", "on_premise", b"on_premise", "type", b"type"]) -> builtins.bool: ...
|
|
691
|
+
def ClearField(self, field_name: typing.Literal["connection_manager", b"connection_manager", "on_premise", b"on_premise", "type", b"type"]) -> None: ...
|
|
692
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["on_premise", "connection_manager"] | None: ...
|
|
693
|
+
|
|
694
|
+
global___ClickhouseConnection = ClickhouseConnection
|
|
695
|
+
|
|
696
|
+
@typing.final
|
|
697
|
+
class ClickhouseConnector(google.protobuf.message.Message):
|
|
698
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
699
|
+
|
|
700
|
+
@typing.final
|
|
701
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
702
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
703
|
+
|
|
704
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
705
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
706
|
+
key: builtins.str
|
|
707
|
+
value: builtins.str
|
|
708
|
+
def __init__(
|
|
709
|
+
self,
|
|
710
|
+
*,
|
|
711
|
+
key: builtins.str = ...,
|
|
712
|
+
value: builtins.str = ...,
|
|
713
|
+
) -> None: ...
|
|
714
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
715
|
+
|
|
716
|
+
CONNECTION_FIELD_NUMBER: builtins.int
|
|
717
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
718
|
+
@property
|
|
719
|
+
def connection(self) -> global___ClickhouseConnection:
|
|
720
|
+
"""Connection configuration."""
|
|
721
|
+
|
|
722
|
+
@property
|
|
723
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
724
|
+
"""Additional properties."""
|
|
725
|
+
|
|
726
|
+
def __init__(
|
|
727
|
+
self,
|
|
728
|
+
*,
|
|
729
|
+
connection: global___ClickhouseConnection | None = ...,
|
|
730
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
731
|
+
) -> None: ...
|
|
732
|
+
def HasField(self, field_name: typing.Literal["connection", b"connection"]) -> builtins.bool: ...
|
|
733
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties", "connection", b"connection"]) -> None: ...
|
|
734
|
+
|
|
735
|
+
global___ClickhouseConnector = ClickhouseConnector
|
|
736
|
+
|
|
737
|
+
@typing.final
|
|
738
|
+
class TPCHConnector(google.protobuf.message.Message):
|
|
739
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
740
|
+
|
|
741
|
+
@typing.final
|
|
742
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
743
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
744
|
+
|
|
745
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
746
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
747
|
+
key: builtins.str
|
|
748
|
+
value: builtins.str
|
|
749
|
+
def __init__(
|
|
750
|
+
self,
|
|
751
|
+
*,
|
|
752
|
+
key: builtins.str = ...,
|
|
753
|
+
value: builtins.str = ...,
|
|
754
|
+
) -> None: ...
|
|
755
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
756
|
+
|
|
757
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
758
|
+
@property
|
|
759
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
760
|
+
"""Additional properties."""
|
|
761
|
+
|
|
762
|
+
def __init__(
|
|
763
|
+
self,
|
|
764
|
+
*,
|
|
765
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
766
|
+
) -> None: ...
|
|
767
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties"]) -> None: ...
|
|
768
|
+
|
|
769
|
+
global___TPCHConnector = TPCHConnector
|
|
770
|
+
|
|
771
|
+
@typing.final
|
|
772
|
+
class TPCDSConnector(google.protobuf.message.Message):
|
|
773
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
774
|
+
|
|
775
|
+
@typing.final
|
|
776
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
777
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
778
|
+
|
|
779
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
780
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
781
|
+
key: builtins.str
|
|
782
|
+
value: builtins.str
|
|
783
|
+
def __init__(
|
|
784
|
+
self,
|
|
785
|
+
*,
|
|
786
|
+
key: builtins.str = ...,
|
|
787
|
+
value: builtins.str = ...,
|
|
788
|
+
) -> None: ...
|
|
789
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
790
|
+
|
|
791
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
792
|
+
@property
|
|
793
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
794
|
+
"""Additional properties."""
|
|
795
|
+
|
|
796
|
+
def __init__(
|
|
797
|
+
self,
|
|
798
|
+
*,
|
|
799
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
800
|
+
) -> None: ...
|
|
801
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties"]) -> None: ...
|
|
802
|
+
|
|
803
|
+
global___TPCDSConnector = TPCDSConnector
|
|
804
|
+
|
|
805
|
+
@typing.final
|
|
806
|
+
class OracleConnection(google.protobuf.message.Message):
|
|
807
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
808
|
+
|
|
809
|
+
@typing.final
|
|
810
|
+
class OnPremise(google.protobuf.message.Message):
|
|
811
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
812
|
+
|
|
813
|
+
CONNECTION_URL_FIELD_NUMBER: builtins.int
|
|
814
|
+
USER_NAME_FIELD_NUMBER: builtins.int
|
|
815
|
+
PASSWORD_FIELD_NUMBER: builtins.int
|
|
816
|
+
connection_url: builtins.str
|
|
817
|
+
"""Connection to the Oracle."""
|
|
818
|
+
user_name: builtins.str
|
|
819
|
+
"""Name of the Oracle user."""
|
|
820
|
+
password: builtins.str
|
|
821
|
+
"""Password of the Oracle user."""
|
|
822
|
+
def __init__(
|
|
823
|
+
self,
|
|
824
|
+
*,
|
|
825
|
+
connection_url: builtins.str = ...,
|
|
826
|
+
user_name: builtins.str = ...,
|
|
827
|
+
password: builtins.str = ...,
|
|
828
|
+
) -> None: ...
|
|
829
|
+
def ClearField(self, field_name: typing.Literal["connection_url", b"connection_url", "password", b"password", "user_name", b"user_name"]) -> None: ...
|
|
830
|
+
|
|
831
|
+
ON_PREMISE_FIELD_NUMBER: builtins.int
|
|
832
|
+
@property
|
|
833
|
+
def on_premise(self) -> global___OracleConnection.OnPremise: ...
|
|
834
|
+
def __init__(
|
|
835
|
+
self,
|
|
836
|
+
*,
|
|
837
|
+
on_premise: global___OracleConnection.OnPremise | None = ...,
|
|
838
|
+
) -> None: ...
|
|
839
|
+
def HasField(self, field_name: typing.Literal["on_premise", b"on_premise", "type", b"type"]) -> builtins.bool: ...
|
|
840
|
+
def ClearField(self, field_name: typing.Literal["on_premise", b"on_premise", "type", b"type"]) -> None: ...
|
|
841
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["on_premise"] | None: ...
|
|
842
|
+
|
|
843
|
+
global___OracleConnection = OracleConnection
|
|
844
|
+
|
|
845
|
+
@typing.final
|
|
846
|
+
class OracleConnector(google.protobuf.message.Message):
|
|
847
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
848
|
+
|
|
849
|
+
@typing.final
|
|
850
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
851
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
852
|
+
|
|
853
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
854
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
855
|
+
key: builtins.str
|
|
856
|
+
value: builtins.str
|
|
857
|
+
def __init__(
|
|
858
|
+
self,
|
|
859
|
+
*,
|
|
860
|
+
key: builtins.str = ...,
|
|
861
|
+
value: builtins.str = ...,
|
|
862
|
+
) -> None: ...
|
|
863
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
864
|
+
|
|
865
|
+
CONNECTION_FIELD_NUMBER: builtins.int
|
|
866
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
867
|
+
@property
|
|
868
|
+
def connection(self) -> global___OracleConnection:
|
|
869
|
+
"""Connection configuration."""
|
|
870
|
+
|
|
871
|
+
@property
|
|
872
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
873
|
+
"""Additional properties."""
|
|
874
|
+
|
|
875
|
+
def __init__(
|
|
876
|
+
self,
|
|
877
|
+
*,
|
|
878
|
+
connection: global___OracleConnection | None = ...,
|
|
879
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
880
|
+
) -> None: ...
|
|
881
|
+
def HasField(self, field_name: typing.Literal["connection", b"connection"]) -> builtins.bool: ...
|
|
882
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties", "connection", b"connection"]) -> None: ...
|
|
883
|
+
|
|
884
|
+
global___OracleConnector = OracleConnector
|
|
885
|
+
|
|
886
|
+
@typing.final
|
|
887
|
+
class SQLServerConnection(google.protobuf.message.Message):
|
|
888
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
889
|
+
|
|
890
|
+
@typing.final
|
|
891
|
+
class OnPremise(google.protobuf.message.Message):
|
|
892
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
893
|
+
|
|
894
|
+
CONNECTION_URL_FIELD_NUMBER: builtins.int
|
|
895
|
+
USER_NAME_FIELD_NUMBER: builtins.int
|
|
896
|
+
PASSWORD_FIELD_NUMBER: builtins.int
|
|
897
|
+
connection_url: builtins.str
|
|
898
|
+
"""Connection to the SQLServer."""
|
|
899
|
+
user_name: builtins.str
|
|
900
|
+
"""Name of the SQLServer user."""
|
|
901
|
+
password: builtins.str
|
|
902
|
+
"""Password of the SQLServer user."""
|
|
903
|
+
def __init__(
|
|
904
|
+
self,
|
|
905
|
+
*,
|
|
906
|
+
connection_url: builtins.str = ...,
|
|
907
|
+
user_name: builtins.str = ...,
|
|
908
|
+
password: builtins.str = ...,
|
|
909
|
+
) -> None: ...
|
|
910
|
+
def ClearField(self, field_name: typing.Literal["connection_url", b"connection_url", "password", b"password", "user_name", b"user_name"]) -> None: ...
|
|
911
|
+
|
|
912
|
+
ON_PREMISE_FIELD_NUMBER: builtins.int
|
|
913
|
+
@property
|
|
914
|
+
def on_premise(self) -> global___SQLServerConnection.OnPremise: ...
|
|
915
|
+
def __init__(
|
|
916
|
+
self,
|
|
917
|
+
*,
|
|
918
|
+
on_premise: global___SQLServerConnection.OnPremise | None = ...,
|
|
919
|
+
) -> None: ...
|
|
920
|
+
def HasField(self, field_name: typing.Literal["on_premise", b"on_premise", "type", b"type"]) -> builtins.bool: ...
|
|
921
|
+
def ClearField(self, field_name: typing.Literal["on_premise", b"on_premise", "type", b"type"]) -> None: ...
|
|
922
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["on_premise"] | None: ...
|
|
923
|
+
|
|
924
|
+
global___SQLServerConnection = SQLServerConnection
|
|
925
|
+
|
|
926
|
+
@typing.final
|
|
927
|
+
class SQLServerConnector(google.protobuf.message.Message):
|
|
928
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
929
|
+
|
|
930
|
+
@typing.final
|
|
931
|
+
class AdditionalPropertiesEntry(google.protobuf.message.Message):
|
|
932
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
933
|
+
|
|
934
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
935
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
936
|
+
key: builtins.str
|
|
937
|
+
value: builtins.str
|
|
938
|
+
def __init__(
|
|
939
|
+
self,
|
|
940
|
+
*,
|
|
941
|
+
key: builtins.str = ...,
|
|
942
|
+
value: builtins.str = ...,
|
|
943
|
+
) -> None: ...
|
|
944
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
945
|
+
|
|
946
|
+
CONNECTION_FIELD_NUMBER: builtins.int
|
|
947
|
+
ADDITIONAL_PROPERTIES_FIELD_NUMBER: builtins.int
|
|
948
|
+
@property
|
|
949
|
+
def connection(self) -> global___SQLServerConnection:
|
|
950
|
+
"""Connection configuration."""
|
|
951
|
+
|
|
952
|
+
@property
|
|
953
|
+
def additional_properties(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
954
|
+
"""Additional properties."""
|
|
955
|
+
|
|
956
|
+
def __init__(
|
|
957
|
+
self,
|
|
958
|
+
*,
|
|
959
|
+
connection: global___SQLServerConnection | None = ...,
|
|
960
|
+
additional_properties: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
961
|
+
) -> None: ...
|
|
962
|
+
def HasField(self, field_name: typing.Literal["connection", b"connection"]) -> builtins.bool: ...
|
|
963
|
+
def ClearField(self, field_name: typing.Literal["additional_properties", b"additional_properties", "connection", b"connection"]) -> None: ...
|
|
964
|
+
|
|
965
|
+
global___SQLServerConnector = SQLServerConnector
|