yandexcloud 0.334.0__py3-none-any.whl → 0.335.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/tuning/v1/tuning_service_pb2.py +8 -8
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/cic/v1/partner_pb2.pyi +1 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +10 -9
- yandex/cloud/cic/v1/private_connection_pb2.pyi +40 -12
- yandex/cloud/cic/v1/private_connection_service_pb2.py +76 -9
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +379 -1
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +270 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +151 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +10 -7
- yandex/cloud/cic/v1/public_connection_pb2.pyi +32 -2
- yandex/cloud/cic/v1/trunk_connection_pb2.py +16 -13
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +38 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +62 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +360 -1
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +180 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +99 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +16 -15
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +11 -3
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +86 -15
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +388 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +360 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +203 -0
- yandex/cloud/compute/v1/instance_pb2.py +52 -52
- yandex/cloud/compute/v1/instance_pb2.pyi +5 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -126
- yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -2
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +59 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +171 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.py +24 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +123 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +345 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +282 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +147 -0
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +30 -24
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +47 -2
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +78 -78
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +29 -5
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +0 -2
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +38 -22
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +193 -13
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +8 -0
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_service_pb2.py +36 -29
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +133 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +61 -0
- yandex/cloud/video/v1/episode_service_pb2.py +54 -53
- yandex/cloud/video/v1/episode_service_pb2.pyi +9 -2
- yandexcloud/__init__.py +2 -1
- yandexcloud/_channels.py +8 -3
- yandexcloud/_retry_interceptor.py +2 -0
- yandexcloud/_retry_policy.py +31 -0
- yandexcloud/_sdk.py +5 -10
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/RECORD +65 -56
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.335.0.dist-info}/top_level.txt +0 -0
|
@@ -5,6 +5,7 @@ import warnings
|
|
|
5
5
|
|
|
6
6
|
from yandex.cloud.cloudrouter.v1 import routing_instance_pb2 as yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__pb2
|
|
7
7
|
from yandex.cloud.cloudrouter.v1 import routing_instance_service_pb2 as yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2
|
|
8
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
8
9
|
|
|
9
10
|
GRPC_GENERATED_VERSION = '1.70.0'
|
|
10
11
|
GRPC_VERSION = grpc.__version__
|
|
@@ -56,6 +57,46 @@ class RoutingInstanceServiceStub(object):
|
|
|
56
57
|
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstancesRequest.SerializeToString,
|
|
57
58
|
response_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstancesResponse.FromString,
|
|
58
59
|
_registered_method=True)
|
|
60
|
+
self.Create = channel.unary_unary(
|
|
61
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/Create',
|
|
62
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.CreateRoutingInstanceRequest.SerializeToString,
|
|
63
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
64
|
+
_registered_method=True)
|
|
65
|
+
self.Update = channel.unary_unary(
|
|
66
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/Update',
|
|
67
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpdateRoutingInstanceRequest.SerializeToString,
|
|
68
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
69
|
+
_registered_method=True)
|
|
70
|
+
self.UpsertPrefixes = channel.unary_unary(
|
|
71
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/UpsertPrefixes',
|
|
72
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpsertPrefixesRequest.SerializeToString,
|
|
73
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
74
|
+
_registered_method=True)
|
|
75
|
+
self.RemovePrefixes = channel.unary_unary(
|
|
76
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/RemovePrefixes',
|
|
77
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrefixesRequest.SerializeToString,
|
|
78
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
79
|
+
_registered_method=True)
|
|
80
|
+
self.AddPrivateConnection = channel.unary_unary(
|
|
81
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/AddPrivateConnection',
|
|
82
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.AddPrivateConnectionRequest.SerializeToString,
|
|
83
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
84
|
+
_registered_method=True)
|
|
85
|
+
self.RemovePrivateConnection = channel.unary_unary(
|
|
86
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/RemovePrivateConnection',
|
|
87
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrivateConnectionRequest.SerializeToString,
|
|
88
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
89
|
+
_registered_method=True)
|
|
90
|
+
self.Delete = channel.unary_unary(
|
|
91
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/Delete',
|
|
92
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.DeleteRoutingInstanceRequest.SerializeToString,
|
|
93
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
94
|
+
_registered_method=True)
|
|
95
|
+
self.ListOperations = channel.unary_unary(
|
|
96
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/ListOperations',
|
|
97
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstanceOperationsRequest.SerializeToString,
|
|
98
|
+
response_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstanceOperationsResponse.FromString,
|
|
99
|
+
_registered_method=True)
|
|
59
100
|
|
|
60
101
|
|
|
61
102
|
class RoutingInstanceServiceServicer(object):
|
|
@@ -96,6 +137,69 @@ class RoutingInstanceServiceServicer(object):
|
|
|
96
137
|
context.set_details('Method not implemented!')
|
|
97
138
|
raise NotImplementedError('Method not implemented!')
|
|
98
139
|
|
|
140
|
+
def Create(self, request, context):
|
|
141
|
+
"""Creates a RoutingInstance resource in the specified folder using the data specified in the request.
|
|
142
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
143
|
+
"""
|
|
144
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
145
|
+
context.set_details('Method not implemented!')
|
|
146
|
+
raise NotImplementedError('Method not implemented!')
|
|
147
|
+
|
|
148
|
+
def Update(self, request, context):
|
|
149
|
+
"""Updates a RoutingInstance resource using the data specified in the request.
|
|
150
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
151
|
+
"""
|
|
152
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
153
|
+
context.set_details('Method not implemented!')
|
|
154
|
+
raise NotImplementedError('Method not implemented!')
|
|
155
|
+
|
|
156
|
+
def UpsertPrefixes(self, request, context):
|
|
157
|
+
"""Upserts specified prefixes to a RoutingInstance resource.
|
|
158
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
159
|
+
"""
|
|
160
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
161
|
+
context.set_details('Method not implemented!')
|
|
162
|
+
raise NotImplementedError('Method not implemented!')
|
|
163
|
+
|
|
164
|
+
def RemovePrefixes(self, request, context):
|
|
165
|
+
"""Removes specified prefixes from a RoutingInstance resource.
|
|
166
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
167
|
+
"""
|
|
168
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
169
|
+
context.set_details('Method not implemented!')
|
|
170
|
+
raise NotImplementedError('Method not implemented!')
|
|
171
|
+
|
|
172
|
+
def AddPrivateConnection(self, request, context):
|
|
173
|
+
"""Adds specified PrivateConnection to a RoutingInstance resource.
|
|
174
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
175
|
+
"""
|
|
176
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
177
|
+
context.set_details('Method not implemented!')
|
|
178
|
+
raise NotImplementedError('Method not implemented!')
|
|
179
|
+
|
|
180
|
+
def RemovePrivateConnection(self, request, context):
|
|
181
|
+
"""Removes specified PrivateConnection from a RoutingInstance resource.
|
|
182
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
183
|
+
"""
|
|
184
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
185
|
+
context.set_details('Method not implemented!')
|
|
186
|
+
raise NotImplementedError('Method not implemented!')
|
|
187
|
+
|
|
188
|
+
def Delete(self, request, context):
|
|
189
|
+
"""Deletes a RoutingInstance resource.
|
|
190
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
191
|
+
"""
|
|
192
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
193
|
+
context.set_details('Method not implemented!')
|
|
194
|
+
raise NotImplementedError('Method not implemented!')
|
|
195
|
+
|
|
196
|
+
def ListOperations(self, request, context):
|
|
197
|
+
"""Lists operations for the specified RoutingInstance.
|
|
198
|
+
"""
|
|
199
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
200
|
+
context.set_details('Method not implemented!')
|
|
201
|
+
raise NotImplementedError('Method not implemented!')
|
|
202
|
+
|
|
99
203
|
|
|
100
204
|
def add_RoutingInstanceServiceServicer_to_server(servicer, server):
|
|
101
205
|
rpc_method_handlers = {
|
|
@@ -119,6 +223,46 @@ def add_RoutingInstanceServiceServicer_to_server(servicer, server):
|
|
|
119
223
|
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstancesRequest.FromString,
|
|
120
224
|
response_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstancesResponse.SerializeToString,
|
|
121
225
|
),
|
|
226
|
+
'Create': grpc.unary_unary_rpc_method_handler(
|
|
227
|
+
servicer.Create,
|
|
228
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.CreateRoutingInstanceRequest.FromString,
|
|
229
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
230
|
+
),
|
|
231
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
|
232
|
+
servicer.Update,
|
|
233
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpdateRoutingInstanceRequest.FromString,
|
|
234
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
235
|
+
),
|
|
236
|
+
'UpsertPrefixes': grpc.unary_unary_rpc_method_handler(
|
|
237
|
+
servicer.UpsertPrefixes,
|
|
238
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpsertPrefixesRequest.FromString,
|
|
239
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
240
|
+
),
|
|
241
|
+
'RemovePrefixes': grpc.unary_unary_rpc_method_handler(
|
|
242
|
+
servicer.RemovePrefixes,
|
|
243
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrefixesRequest.FromString,
|
|
244
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
245
|
+
),
|
|
246
|
+
'AddPrivateConnection': grpc.unary_unary_rpc_method_handler(
|
|
247
|
+
servicer.AddPrivateConnection,
|
|
248
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.AddPrivateConnectionRequest.FromString,
|
|
249
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
250
|
+
),
|
|
251
|
+
'RemovePrivateConnection': grpc.unary_unary_rpc_method_handler(
|
|
252
|
+
servicer.RemovePrivateConnection,
|
|
253
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrivateConnectionRequest.FromString,
|
|
254
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
255
|
+
),
|
|
256
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
|
257
|
+
servicer.Delete,
|
|
258
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.DeleteRoutingInstanceRequest.FromString,
|
|
259
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
260
|
+
),
|
|
261
|
+
'ListOperations': grpc.unary_unary_rpc_method_handler(
|
|
262
|
+
servicer.ListOperations,
|
|
263
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstanceOperationsRequest.FromString,
|
|
264
|
+
response_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstanceOperationsResponse.SerializeToString,
|
|
265
|
+
),
|
|
122
266
|
}
|
|
123
267
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
124
268
|
'yandex.cloud.cloudrouter.v1.RoutingInstanceService', rpc_method_handlers)
|
|
@@ -238,3 +382,219 @@ class RoutingInstanceService(object):
|
|
|
238
382
|
timeout,
|
|
239
383
|
metadata,
|
|
240
384
|
_registered_method=True)
|
|
385
|
+
|
|
386
|
+
@staticmethod
|
|
387
|
+
def Create(request,
|
|
388
|
+
target,
|
|
389
|
+
options=(),
|
|
390
|
+
channel_credentials=None,
|
|
391
|
+
call_credentials=None,
|
|
392
|
+
insecure=False,
|
|
393
|
+
compression=None,
|
|
394
|
+
wait_for_ready=None,
|
|
395
|
+
timeout=None,
|
|
396
|
+
metadata=None):
|
|
397
|
+
return grpc.experimental.unary_unary(
|
|
398
|
+
request,
|
|
399
|
+
target,
|
|
400
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/Create',
|
|
401
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.CreateRoutingInstanceRequest.SerializeToString,
|
|
402
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
403
|
+
options,
|
|
404
|
+
channel_credentials,
|
|
405
|
+
insecure,
|
|
406
|
+
call_credentials,
|
|
407
|
+
compression,
|
|
408
|
+
wait_for_ready,
|
|
409
|
+
timeout,
|
|
410
|
+
metadata,
|
|
411
|
+
_registered_method=True)
|
|
412
|
+
|
|
413
|
+
@staticmethod
|
|
414
|
+
def Update(request,
|
|
415
|
+
target,
|
|
416
|
+
options=(),
|
|
417
|
+
channel_credentials=None,
|
|
418
|
+
call_credentials=None,
|
|
419
|
+
insecure=False,
|
|
420
|
+
compression=None,
|
|
421
|
+
wait_for_ready=None,
|
|
422
|
+
timeout=None,
|
|
423
|
+
metadata=None):
|
|
424
|
+
return grpc.experimental.unary_unary(
|
|
425
|
+
request,
|
|
426
|
+
target,
|
|
427
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/Update',
|
|
428
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpdateRoutingInstanceRequest.SerializeToString,
|
|
429
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
430
|
+
options,
|
|
431
|
+
channel_credentials,
|
|
432
|
+
insecure,
|
|
433
|
+
call_credentials,
|
|
434
|
+
compression,
|
|
435
|
+
wait_for_ready,
|
|
436
|
+
timeout,
|
|
437
|
+
metadata,
|
|
438
|
+
_registered_method=True)
|
|
439
|
+
|
|
440
|
+
@staticmethod
|
|
441
|
+
def UpsertPrefixes(request,
|
|
442
|
+
target,
|
|
443
|
+
options=(),
|
|
444
|
+
channel_credentials=None,
|
|
445
|
+
call_credentials=None,
|
|
446
|
+
insecure=False,
|
|
447
|
+
compression=None,
|
|
448
|
+
wait_for_ready=None,
|
|
449
|
+
timeout=None,
|
|
450
|
+
metadata=None):
|
|
451
|
+
return grpc.experimental.unary_unary(
|
|
452
|
+
request,
|
|
453
|
+
target,
|
|
454
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/UpsertPrefixes',
|
|
455
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpsertPrefixesRequest.SerializeToString,
|
|
456
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
457
|
+
options,
|
|
458
|
+
channel_credentials,
|
|
459
|
+
insecure,
|
|
460
|
+
call_credentials,
|
|
461
|
+
compression,
|
|
462
|
+
wait_for_ready,
|
|
463
|
+
timeout,
|
|
464
|
+
metadata,
|
|
465
|
+
_registered_method=True)
|
|
466
|
+
|
|
467
|
+
@staticmethod
|
|
468
|
+
def RemovePrefixes(request,
|
|
469
|
+
target,
|
|
470
|
+
options=(),
|
|
471
|
+
channel_credentials=None,
|
|
472
|
+
call_credentials=None,
|
|
473
|
+
insecure=False,
|
|
474
|
+
compression=None,
|
|
475
|
+
wait_for_ready=None,
|
|
476
|
+
timeout=None,
|
|
477
|
+
metadata=None):
|
|
478
|
+
return grpc.experimental.unary_unary(
|
|
479
|
+
request,
|
|
480
|
+
target,
|
|
481
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/RemovePrefixes',
|
|
482
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrefixesRequest.SerializeToString,
|
|
483
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
484
|
+
options,
|
|
485
|
+
channel_credentials,
|
|
486
|
+
insecure,
|
|
487
|
+
call_credentials,
|
|
488
|
+
compression,
|
|
489
|
+
wait_for_ready,
|
|
490
|
+
timeout,
|
|
491
|
+
metadata,
|
|
492
|
+
_registered_method=True)
|
|
493
|
+
|
|
494
|
+
@staticmethod
|
|
495
|
+
def AddPrivateConnection(request,
|
|
496
|
+
target,
|
|
497
|
+
options=(),
|
|
498
|
+
channel_credentials=None,
|
|
499
|
+
call_credentials=None,
|
|
500
|
+
insecure=False,
|
|
501
|
+
compression=None,
|
|
502
|
+
wait_for_ready=None,
|
|
503
|
+
timeout=None,
|
|
504
|
+
metadata=None):
|
|
505
|
+
return grpc.experimental.unary_unary(
|
|
506
|
+
request,
|
|
507
|
+
target,
|
|
508
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/AddPrivateConnection',
|
|
509
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.AddPrivateConnectionRequest.SerializeToString,
|
|
510
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
511
|
+
options,
|
|
512
|
+
channel_credentials,
|
|
513
|
+
insecure,
|
|
514
|
+
call_credentials,
|
|
515
|
+
compression,
|
|
516
|
+
wait_for_ready,
|
|
517
|
+
timeout,
|
|
518
|
+
metadata,
|
|
519
|
+
_registered_method=True)
|
|
520
|
+
|
|
521
|
+
@staticmethod
|
|
522
|
+
def RemovePrivateConnection(request,
|
|
523
|
+
target,
|
|
524
|
+
options=(),
|
|
525
|
+
channel_credentials=None,
|
|
526
|
+
call_credentials=None,
|
|
527
|
+
insecure=False,
|
|
528
|
+
compression=None,
|
|
529
|
+
wait_for_ready=None,
|
|
530
|
+
timeout=None,
|
|
531
|
+
metadata=None):
|
|
532
|
+
return grpc.experimental.unary_unary(
|
|
533
|
+
request,
|
|
534
|
+
target,
|
|
535
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/RemovePrivateConnection',
|
|
536
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrivateConnectionRequest.SerializeToString,
|
|
537
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
538
|
+
options,
|
|
539
|
+
channel_credentials,
|
|
540
|
+
insecure,
|
|
541
|
+
call_credentials,
|
|
542
|
+
compression,
|
|
543
|
+
wait_for_ready,
|
|
544
|
+
timeout,
|
|
545
|
+
metadata,
|
|
546
|
+
_registered_method=True)
|
|
547
|
+
|
|
548
|
+
@staticmethod
|
|
549
|
+
def Delete(request,
|
|
550
|
+
target,
|
|
551
|
+
options=(),
|
|
552
|
+
channel_credentials=None,
|
|
553
|
+
call_credentials=None,
|
|
554
|
+
insecure=False,
|
|
555
|
+
compression=None,
|
|
556
|
+
wait_for_ready=None,
|
|
557
|
+
timeout=None,
|
|
558
|
+
metadata=None):
|
|
559
|
+
return grpc.experimental.unary_unary(
|
|
560
|
+
request,
|
|
561
|
+
target,
|
|
562
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/Delete',
|
|
563
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.DeleteRoutingInstanceRequest.SerializeToString,
|
|
564
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
565
|
+
options,
|
|
566
|
+
channel_credentials,
|
|
567
|
+
insecure,
|
|
568
|
+
call_credentials,
|
|
569
|
+
compression,
|
|
570
|
+
wait_for_ready,
|
|
571
|
+
timeout,
|
|
572
|
+
metadata,
|
|
573
|
+
_registered_method=True)
|
|
574
|
+
|
|
575
|
+
@staticmethod
|
|
576
|
+
def ListOperations(request,
|
|
577
|
+
target,
|
|
578
|
+
options=(),
|
|
579
|
+
channel_credentials=None,
|
|
580
|
+
call_credentials=None,
|
|
581
|
+
insecure=False,
|
|
582
|
+
compression=None,
|
|
583
|
+
wait_for_ready=None,
|
|
584
|
+
timeout=None,
|
|
585
|
+
metadata=None):
|
|
586
|
+
return grpc.experimental.unary_unary(
|
|
587
|
+
request,
|
|
588
|
+
target,
|
|
589
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/ListOperations',
|
|
590
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstanceOperationsRequest.SerializeToString,
|
|
591
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.ListRoutingInstanceOperationsResponse.FromString,
|
|
592
|
+
options,
|
|
593
|
+
channel_credentials,
|
|
594
|
+
insecure,
|
|
595
|
+
call_credentials,
|
|
596
|
+
compression,
|
|
597
|
+
wait_for_ready,
|
|
598
|
+
timeout,
|
|
599
|
+
metadata,
|
|
600
|
+
_registered_method=True)
|
|
@@ -10,6 +10,7 @@ import grpc.aio
|
|
|
10
10
|
import typing
|
|
11
11
|
import yandex.cloud.cloudrouter.v1.routing_instance_pb2
|
|
12
12
|
import yandex.cloud.cloudrouter.v1.routing_instance_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
13
14
|
|
|
14
15
|
_T = typing.TypeVar("_T")
|
|
15
16
|
|
|
@@ -55,6 +56,68 @@ class RoutingInstanceServiceStub:
|
|
|
55
56
|
]
|
|
56
57
|
"""Retrieves the list of RoutingInstance resources in the specified folder."""
|
|
57
58
|
|
|
59
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
60
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.CreateRoutingInstanceRequest,
|
|
61
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
62
|
+
]
|
|
63
|
+
"""Creates a RoutingInstance resource in the specified folder using the data specified in the request.
|
|
64
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
65
|
+
"""
|
|
66
|
+
|
|
67
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
68
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpdateRoutingInstanceRequest,
|
|
69
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
70
|
+
]
|
|
71
|
+
"""Updates a RoutingInstance resource using the data specified in the request.
|
|
72
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
73
|
+
"""
|
|
74
|
+
|
|
75
|
+
UpsertPrefixes: grpc.UnaryUnaryMultiCallable[
|
|
76
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpsertPrefixesRequest,
|
|
77
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
78
|
+
]
|
|
79
|
+
"""Upserts specified prefixes to a RoutingInstance resource.
|
|
80
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
81
|
+
"""
|
|
82
|
+
|
|
83
|
+
RemovePrefixes: grpc.UnaryUnaryMultiCallable[
|
|
84
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.RemovePrefixesRequest,
|
|
85
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
86
|
+
]
|
|
87
|
+
"""Removes specified prefixes from a RoutingInstance resource.
|
|
88
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
AddPrivateConnection: grpc.UnaryUnaryMultiCallable[
|
|
92
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.AddPrivateConnectionRequest,
|
|
93
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
94
|
+
]
|
|
95
|
+
"""Adds specified PrivateConnection to a RoutingInstance resource.
|
|
96
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
97
|
+
"""
|
|
98
|
+
|
|
99
|
+
RemovePrivateConnection: grpc.UnaryUnaryMultiCallable[
|
|
100
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.RemovePrivateConnectionRequest,
|
|
101
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
102
|
+
]
|
|
103
|
+
"""Removes specified PrivateConnection from a RoutingInstance resource.
|
|
104
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
105
|
+
"""
|
|
106
|
+
|
|
107
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
108
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.DeleteRoutingInstanceRequest,
|
|
109
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
110
|
+
]
|
|
111
|
+
"""Deletes a RoutingInstance resource.
|
|
112
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
113
|
+
"""
|
|
114
|
+
|
|
115
|
+
ListOperations: grpc.UnaryUnaryMultiCallable[
|
|
116
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstanceOperationsRequest,
|
|
117
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstanceOperationsResponse,
|
|
118
|
+
]
|
|
119
|
+
"""Lists operations for the specified RoutingInstance."""
|
|
120
|
+
|
|
58
121
|
class RoutingInstanceServiceAsyncStub:
|
|
59
122
|
"""A set of methods for managing RoutingInstance resources."""
|
|
60
123
|
|
|
@@ -91,6 +154,68 @@ class RoutingInstanceServiceAsyncStub:
|
|
|
91
154
|
]
|
|
92
155
|
"""Retrieves the list of RoutingInstance resources in the specified folder."""
|
|
93
156
|
|
|
157
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
158
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.CreateRoutingInstanceRequest,
|
|
159
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
160
|
+
]
|
|
161
|
+
"""Creates a RoutingInstance resource in the specified folder using the data specified in the request.
|
|
162
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
163
|
+
"""
|
|
164
|
+
|
|
165
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
166
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpdateRoutingInstanceRequest,
|
|
167
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
168
|
+
]
|
|
169
|
+
"""Updates a RoutingInstance resource using the data specified in the request.
|
|
170
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
UpsertPrefixes: grpc.aio.UnaryUnaryMultiCallable[
|
|
174
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpsertPrefixesRequest,
|
|
175
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
176
|
+
]
|
|
177
|
+
"""Upserts specified prefixes to a RoutingInstance resource.
|
|
178
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
179
|
+
"""
|
|
180
|
+
|
|
181
|
+
RemovePrefixes: grpc.aio.UnaryUnaryMultiCallable[
|
|
182
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.RemovePrefixesRequest,
|
|
183
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
184
|
+
]
|
|
185
|
+
"""Removes specified prefixes from a RoutingInstance resource.
|
|
186
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
187
|
+
"""
|
|
188
|
+
|
|
189
|
+
AddPrivateConnection: grpc.aio.UnaryUnaryMultiCallable[
|
|
190
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.AddPrivateConnectionRequest,
|
|
191
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
192
|
+
]
|
|
193
|
+
"""Adds specified PrivateConnection to a RoutingInstance resource.
|
|
194
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
195
|
+
"""
|
|
196
|
+
|
|
197
|
+
RemovePrivateConnection: grpc.aio.UnaryUnaryMultiCallable[
|
|
198
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.RemovePrivateConnectionRequest,
|
|
199
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
200
|
+
]
|
|
201
|
+
"""Removes specified PrivateConnection from a RoutingInstance resource.
|
|
202
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
203
|
+
"""
|
|
204
|
+
|
|
205
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
206
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.DeleteRoutingInstanceRequest,
|
|
207
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
208
|
+
]
|
|
209
|
+
"""Deletes a RoutingInstance resource.
|
|
210
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
211
|
+
"""
|
|
212
|
+
|
|
213
|
+
ListOperations: grpc.aio.UnaryUnaryMultiCallable[
|
|
214
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstanceOperationsRequest,
|
|
215
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstanceOperationsResponse,
|
|
216
|
+
]
|
|
217
|
+
"""Lists operations for the specified RoutingInstance."""
|
|
218
|
+
|
|
94
219
|
class RoutingInstanceServiceServicer(metaclass=abc.ABCMeta):
|
|
95
220
|
"""A set of methods for managing RoutingInstance resources."""
|
|
96
221
|
|
|
@@ -135,4 +260,82 @@ class RoutingInstanceServiceServicer(metaclass=abc.ABCMeta):
|
|
|
135
260
|
) -> typing.Union[yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstancesResponse, collections.abc.Awaitable[yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstancesResponse]]:
|
|
136
261
|
"""Retrieves the list of RoutingInstance resources in the specified folder."""
|
|
137
262
|
|
|
263
|
+
@abc.abstractmethod
|
|
264
|
+
def Create(
|
|
265
|
+
self,
|
|
266
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.CreateRoutingInstanceRequest,
|
|
267
|
+
context: _ServicerContext,
|
|
268
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
269
|
+
"""Creates a RoutingInstance resource in the specified folder using the data specified in the request.
|
|
270
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
271
|
+
"""
|
|
272
|
+
|
|
273
|
+
@abc.abstractmethod
|
|
274
|
+
def Update(
|
|
275
|
+
self,
|
|
276
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpdateRoutingInstanceRequest,
|
|
277
|
+
context: _ServicerContext,
|
|
278
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
279
|
+
"""Updates a RoutingInstance resource using the data specified in the request.
|
|
280
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
281
|
+
"""
|
|
282
|
+
|
|
283
|
+
@abc.abstractmethod
|
|
284
|
+
def UpsertPrefixes(
|
|
285
|
+
self,
|
|
286
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpsertPrefixesRequest,
|
|
287
|
+
context: _ServicerContext,
|
|
288
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
289
|
+
"""Upserts specified prefixes to a RoutingInstance resource.
|
|
290
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
291
|
+
"""
|
|
292
|
+
|
|
293
|
+
@abc.abstractmethod
|
|
294
|
+
def RemovePrefixes(
|
|
295
|
+
self,
|
|
296
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.RemovePrefixesRequest,
|
|
297
|
+
context: _ServicerContext,
|
|
298
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
299
|
+
"""Removes specified prefixes from a RoutingInstance resource.
|
|
300
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
301
|
+
"""
|
|
302
|
+
|
|
303
|
+
@abc.abstractmethod
|
|
304
|
+
def AddPrivateConnection(
|
|
305
|
+
self,
|
|
306
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.AddPrivateConnectionRequest,
|
|
307
|
+
context: _ServicerContext,
|
|
308
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
309
|
+
"""Adds specified PrivateConnection to a RoutingInstance resource.
|
|
310
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
311
|
+
"""
|
|
312
|
+
|
|
313
|
+
@abc.abstractmethod
|
|
314
|
+
def RemovePrivateConnection(
|
|
315
|
+
self,
|
|
316
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.RemovePrivateConnectionRequest,
|
|
317
|
+
context: _ServicerContext,
|
|
318
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
319
|
+
"""Removes specified PrivateConnection from a RoutingInstance resource.
|
|
320
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
321
|
+
"""
|
|
322
|
+
|
|
323
|
+
@abc.abstractmethod
|
|
324
|
+
def Delete(
|
|
325
|
+
self,
|
|
326
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.DeleteRoutingInstanceRequest,
|
|
327
|
+
context: _ServicerContext,
|
|
328
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
329
|
+
"""Deletes a RoutingInstance resource.
|
|
330
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
331
|
+
"""
|
|
332
|
+
|
|
333
|
+
@abc.abstractmethod
|
|
334
|
+
def ListOperations(
|
|
335
|
+
self,
|
|
336
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstanceOperationsRequest,
|
|
337
|
+
context: _ServicerContext,
|
|
338
|
+
) -> typing.Union[yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstanceOperationsResponse, collections.abc.Awaitable[yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.ListRoutingInstanceOperationsResponse]]:
|
|
339
|
+
"""Lists operations for the specified RoutingInstance."""
|
|
340
|
+
|
|
138
341
|
def add_RoutingInstanceServiceServicer_to_server(servicer: RoutingInstanceServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|