yandexcloud 0.334.0__py3-none-any.whl → 0.336.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/tuning/v1/tuning_service_pb2.py +8 -8
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.py +4 -4
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi +3 -9
- 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 +40 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +63 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +368 -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/iot/devices/v1/device_pb2.py +4 -4
- yandex/cloud/iot/devices/v1/device_pb2.pyi +6 -2
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.py +22 -22
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +5 -1
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.py +56 -56
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +10 -2
- yandex/cloud/lockbox/v1/secret_service_pb2.py +46 -50
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +74 -70
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +151 -5
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +32 -28
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +198 -10
- 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/serverless/eventrouter/v1/bus_pb2.py +17 -7
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +46 -2
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +22 -22
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +24 -3
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_pb2.py +10 -4
- yandex/cloud/video/v1/channel_pb2.pyi +73 -2
- 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
- yandex/cloud/video/v1/video_pb2.py +20 -19
- yandex/cloud/video/v1/video_pb2.pyi +12 -2
- yandex/cloud/video/v1/video_service_pb2.py +64 -63
- yandex/cloud/video/v1/video_service_pb2.pyi +23 -4
- 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.336.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/RECORD +88 -79
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/top_level.txt +0 -0
|
@@ -5,6 +5,7 @@ import warnings
|
|
|
5
5
|
|
|
6
6
|
from yandex.cloud.cic.v1 import trunk_connection_pb2 as yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__pb2
|
|
7
7
|
from yandex.cloud.cic.v1 import trunk_connection_service_pb2 as yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__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__
|
|
@@ -46,6 +47,26 @@ class TrunkConnectionServiceStub(object):
|
|
|
46
47
|
request_serializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionsRequest.SerializeToString,
|
|
47
48
|
response_deserializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionsResponse.FromString,
|
|
48
49
|
_registered_method=True)
|
|
50
|
+
self.Create = channel.unary_unary(
|
|
51
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/Create',
|
|
52
|
+
request_serializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.CreateTrunkConnectionRequest.SerializeToString,
|
|
53
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
54
|
+
_registered_method=True)
|
|
55
|
+
self.Update = channel.unary_unary(
|
|
56
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/Update',
|
|
57
|
+
request_serializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.UpdateTrunkConnectionRequest.SerializeToString,
|
|
58
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
59
|
+
_registered_method=True)
|
|
60
|
+
self.Delete = channel.unary_unary(
|
|
61
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/Delete',
|
|
62
|
+
request_serializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.DeleteTrunkConnectionRequest.SerializeToString,
|
|
63
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
64
|
+
_registered_method=True)
|
|
65
|
+
self.ListOperations = channel.unary_unary(
|
|
66
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/ListOperations',
|
|
67
|
+
request_serializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionOperationsRequest.SerializeToString,
|
|
68
|
+
response_deserializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionOperationsResponse.FromString,
|
|
69
|
+
_registered_method=True)
|
|
49
70
|
|
|
50
71
|
|
|
51
72
|
class TrunkConnectionServiceServicer(object):
|
|
@@ -68,6 +89,37 @@ class TrunkConnectionServiceServicer(object):
|
|
|
68
89
|
context.set_details('Method not implemented!')
|
|
69
90
|
raise NotImplementedError('Method not implemented!')
|
|
70
91
|
|
|
92
|
+
def Create(self, request, context):
|
|
93
|
+
"""Creates a TrunkConnection resource in the specified folder using the data specified in the request.
|
|
94
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
95
|
+
"""
|
|
96
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
97
|
+
context.set_details('Method not implemented!')
|
|
98
|
+
raise NotImplementedError('Method not implemented!')
|
|
99
|
+
|
|
100
|
+
def Update(self, request, context):
|
|
101
|
+
"""Updates a TrunkConnection resource using the data specified in the request.
|
|
102
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
103
|
+
"""
|
|
104
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
105
|
+
context.set_details('Method not implemented!')
|
|
106
|
+
raise NotImplementedError('Method not implemented!')
|
|
107
|
+
|
|
108
|
+
def Delete(self, request, context):
|
|
109
|
+
"""Deletes a TrunkConnection resource.
|
|
110
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
111
|
+
"""
|
|
112
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
113
|
+
context.set_details('Method not implemented!')
|
|
114
|
+
raise NotImplementedError('Method not implemented!')
|
|
115
|
+
|
|
116
|
+
def ListOperations(self, request, context):
|
|
117
|
+
"""Lists operations for the specified TrunkConnection.
|
|
118
|
+
"""
|
|
119
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
120
|
+
context.set_details('Method not implemented!')
|
|
121
|
+
raise NotImplementedError('Method not implemented!')
|
|
122
|
+
|
|
71
123
|
|
|
72
124
|
def add_TrunkConnectionServiceServicer_to_server(servicer, server):
|
|
73
125
|
rpc_method_handlers = {
|
|
@@ -81,6 +133,26 @@ def add_TrunkConnectionServiceServicer_to_server(servicer, server):
|
|
|
81
133
|
request_deserializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionsRequest.FromString,
|
|
82
134
|
response_serializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionsResponse.SerializeToString,
|
|
83
135
|
),
|
|
136
|
+
'Create': grpc.unary_unary_rpc_method_handler(
|
|
137
|
+
servicer.Create,
|
|
138
|
+
request_deserializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.CreateTrunkConnectionRequest.FromString,
|
|
139
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
140
|
+
),
|
|
141
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
|
142
|
+
servicer.Update,
|
|
143
|
+
request_deserializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.UpdateTrunkConnectionRequest.FromString,
|
|
144
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
145
|
+
),
|
|
146
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
|
147
|
+
servicer.Delete,
|
|
148
|
+
request_deserializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.DeleteTrunkConnectionRequest.FromString,
|
|
149
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
150
|
+
),
|
|
151
|
+
'ListOperations': grpc.unary_unary_rpc_method_handler(
|
|
152
|
+
servicer.ListOperations,
|
|
153
|
+
request_deserializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionOperationsRequest.FromString,
|
|
154
|
+
response_serializer=yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionOperationsResponse.SerializeToString,
|
|
155
|
+
),
|
|
84
156
|
}
|
|
85
157
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
86
158
|
'yandex.cloud.cic.v1.TrunkConnectionService', rpc_method_handlers)
|
|
@@ -146,3 +218,111 @@ class TrunkConnectionService(object):
|
|
|
146
218
|
timeout,
|
|
147
219
|
metadata,
|
|
148
220
|
_registered_method=True)
|
|
221
|
+
|
|
222
|
+
@staticmethod
|
|
223
|
+
def Create(request,
|
|
224
|
+
target,
|
|
225
|
+
options=(),
|
|
226
|
+
channel_credentials=None,
|
|
227
|
+
call_credentials=None,
|
|
228
|
+
insecure=False,
|
|
229
|
+
compression=None,
|
|
230
|
+
wait_for_ready=None,
|
|
231
|
+
timeout=None,
|
|
232
|
+
metadata=None):
|
|
233
|
+
return grpc.experimental.unary_unary(
|
|
234
|
+
request,
|
|
235
|
+
target,
|
|
236
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/Create',
|
|
237
|
+
yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.CreateTrunkConnectionRequest.SerializeToString,
|
|
238
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
239
|
+
options,
|
|
240
|
+
channel_credentials,
|
|
241
|
+
insecure,
|
|
242
|
+
call_credentials,
|
|
243
|
+
compression,
|
|
244
|
+
wait_for_ready,
|
|
245
|
+
timeout,
|
|
246
|
+
metadata,
|
|
247
|
+
_registered_method=True)
|
|
248
|
+
|
|
249
|
+
@staticmethod
|
|
250
|
+
def Update(request,
|
|
251
|
+
target,
|
|
252
|
+
options=(),
|
|
253
|
+
channel_credentials=None,
|
|
254
|
+
call_credentials=None,
|
|
255
|
+
insecure=False,
|
|
256
|
+
compression=None,
|
|
257
|
+
wait_for_ready=None,
|
|
258
|
+
timeout=None,
|
|
259
|
+
metadata=None):
|
|
260
|
+
return grpc.experimental.unary_unary(
|
|
261
|
+
request,
|
|
262
|
+
target,
|
|
263
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/Update',
|
|
264
|
+
yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.UpdateTrunkConnectionRequest.SerializeToString,
|
|
265
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
266
|
+
options,
|
|
267
|
+
channel_credentials,
|
|
268
|
+
insecure,
|
|
269
|
+
call_credentials,
|
|
270
|
+
compression,
|
|
271
|
+
wait_for_ready,
|
|
272
|
+
timeout,
|
|
273
|
+
metadata,
|
|
274
|
+
_registered_method=True)
|
|
275
|
+
|
|
276
|
+
@staticmethod
|
|
277
|
+
def Delete(request,
|
|
278
|
+
target,
|
|
279
|
+
options=(),
|
|
280
|
+
channel_credentials=None,
|
|
281
|
+
call_credentials=None,
|
|
282
|
+
insecure=False,
|
|
283
|
+
compression=None,
|
|
284
|
+
wait_for_ready=None,
|
|
285
|
+
timeout=None,
|
|
286
|
+
metadata=None):
|
|
287
|
+
return grpc.experimental.unary_unary(
|
|
288
|
+
request,
|
|
289
|
+
target,
|
|
290
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/Delete',
|
|
291
|
+
yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.DeleteTrunkConnectionRequest.SerializeToString,
|
|
292
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
293
|
+
options,
|
|
294
|
+
channel_credentials,
|
|
295
|
+
insecure,
|
|
296
|
+
call_credentials,
|
|
297
|
+
compression,
|
|
298
|
+
wait_for_ready,
|
|
299
|
+
timeout,
|
|
300
|
+
metadata,
|
|
301
|
+
_registered_method=True)
|
|
302
|
+
|
|
303
|
+
@staticmethod
|
|
304
|
+
def ListOperations(request,
|
|
305
|
+
target,
|
|
306
|
+
options=(),
|
|
307
|
+
channel_credentials=None,
|
|
308
|
+
call_credentials=None,
|
|
309
|
+
insecure=False,
|
|
310
|
+
compression=None,
|
|
311
|
+
wait_for_ready=None,
|
|
312
|
+
timeout=None,
|
|
313
|
+
metadata=None):
|
|
314
|
+
return grpc.experimental.unary_unary(
|
|
315
|
+
request,
|
|
316
|
+
target,
|
|
317
|
+
'/yandex.cloud.cic.v1.TrunkConnectionService/ListOperations',
|
|
318
|
+
yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionOperationsRequest.SerializeToString,
|
|
319
|
+
yandex_dot_cloud_dot_cic_dot_v1_dot_trunk__connection__service__pb2.ListTrunkConnectionOperationsResponse.FromString,
|
|
320
|
+
options,
|
|
321
|
+
channel_credentials,
|
|
322
|
+
insecure,
|
|
323
|
+
call_credentials,
|
|
324
|
+
compression,
|
|
325
|
+
wait_for_ready,
|
|
326
|
+
timeout,
|
|
327
|
+
metadata,
|
|
328
|
+
_registered_method=True)
|
|
@@ -10,6 +10,7 @@ import grpc.aio
|
|
|
10
10
|
import typing
|
|
11
11
|
import yandex.cloud.cic.v1.trunk_connection_pb2
|
|
12
12
|
import yandex.cloud.cic.v1.trunk_connection_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
13
14
|
|
|
14
15
|
_T = typing.TypeVar("_T")
|
|
15
16
|
|
|
@@ -37,6 +38,36 @@ class TrunkConnectionServiceStub:
|
|
|
37
38
|
]
|
|
38
39
|
"""Retrieves the list of TrunkConnection resources in the specified folder."""
|
|
39
40
|
|
|
41
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.CreateTrunkConnectionRequest,
|
|
43
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
44
|
+
]
|
|
45
|
+
"""Creates a TrunkConnection resource in the specified folder using the data specified in the request.
|
|
46
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
50
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.UpdateTrunkConnectionRequest,
|
|
51
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
52
|
+
]
|
|
53
|
+
"""Updates a TrunkConnection resource using the data specified in the request.
|
|
54
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
55
|
+
"""
|
|
56
|
+
|
|
57
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
58
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.DeleteTrunkConnectionRequest,
|
|
59
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
60
|
+
]
|
|
61
|
+
"""Deletes a TrunkConnection resource.
|
|
62
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
ListOperations: grpc.UnaryUnaryMultiCallable[
|
|
66
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionOperationsRequest,
|
|
67
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionOperationsResponse,
|
|
68
|
+
]
|
|
69
|
+
"""Lists operations for the specified TrunkConnection."""
|
|
70
|
+
|
|
40
71
|
class TrunkConnectionServiceAsyncStub:
|
|
41
72
|
"""A set of methods for managing TrunkConnection resources."""
|
|
42
73
|
|
|
@@ -55,6 +86,36 @@ class TrunkConnectionServiceAsyncStub:
|
|
|
55
86
|
]
|
|
56
87
|
"""Retrieves the list of TrunkConnection resources in the specified folder."""
|
|
57
88
|
|
|
89
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
90
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.CreateTrunkConnectionRequest,
|
|
91
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
92
|
+
]
|
|
93
|
+
"""Creates a TrunkConnection resource in the specified folder using the data specified in the request.
|
|
94
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
95
|
+
"""
|
|
96
|
+
|
|
97
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
98
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.UpdateTrunkConnectionRequest,
|
|
99
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
100
|
+
]
|
|
101
|
+
"""Updates a TrunkConnection resource using the data specified in the request.
|
|
102
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
106
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.DeleteTrunkConnectionRequest,
|
|
107
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
108
|
+
]
|
|
109
|
+
"""Deletes a TrunkConnection resource.
|
|
110
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
ListOperations: grpc.aio.UnaryUnaryMultiCallable[
|
|
114
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionOperationsRequest,
|
|
115
|
+
yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionOperationsResponse,
|
|
116
|
+
]
|
|
117
|
+
"""Lists operations for the specified TrunkConnection."""
|
|
118
|
+
|
|
58
119
|
class TrunkConnectionServiceServicer(metaclass=abc.ABCMeta):
|
|
59
120
|
"""A set of methods for managing TrunkConnection resources."""
|
|
60
121
|
|
|
@@ -77,4 +138,42 @@ class TrunkConnectionServiceServicer(metaclass=abc.ABCMeta):
|
|
|
77
138
|
) -> typing.Union[yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionsResponse, collections.abc.Awaitable[yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionsResponse]]:
|
|
78
139
|
"""Retrieves the list of TrunkConnection resources in the specified folder."""
|
|
79
140
|
|
|
141
|
+
@abc.abstractmethod
|
|
142
|
+
def Create(
|
|
143
|
+
self,
|
|
144
|
+
request: yandex.cloud.cic.v1.trunk_connection_service_pb2.CreateTrunkConnectionRequest,
|
|
145
|
+
context: _ServicerContext,
|
|
146
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
147
|
+
"""Creates a TrunkConnection resource in the specified folder using the data specified in the request.
|
|
148
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
149
|
+
"""
|
|
150
|
+
|
|
151
|
+
@abc.abstractmethod
|
|
152
|
+
def Update(
|
|
153
|
+
self,
|
|
154
|
+
request: yandex.cloud.cic.v1.trunk_connection_service_pb2.UpdateTrunkConnectionRequest,
|
|
155
|
+
context: _ServicerContext,
|
|
156
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
157
|
+
"""Updates a TrunkConnection resource using the data specified in the request.
|
|
158
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
159
|
+
"""
|
|
160
|
+
|
|
161
|
+
@abc.abstractmethod
|
|
162
|
+
def Delete(
|
|
163
|
+
self,
|
|
164
|
+
request: yandex.cloud.cic.v1.trunk_connection_service_pb2.DeleteTrunkConnectionRequest,
|
|
165
|
+
context: _ServicerContext,
|
|
166
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
167
|
+
"""Deletes a TrunkConnection resource.
|
|
168
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
169
|
+
"""
|
|
170
|
+
|
|
171
|
+
@abc.abstractmethod
|
|
172
|
+
def ListOperations(
|
|
173
|
+
self,
|
|
174
|
+
request: yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionOperationsRequest,
|
|
175
|
+
context: _ServicerContext,
|
|
176
|
+
) -> typing.Union[yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionOperationsResponse, collections.abc.Awaitable[yandex.cloud.cic.v1.trunk_connection_service_pb2.ListTrunkConnectionOperationsResponse]]:
|
|
177
|
+
"""Lists operations for the specified TrunkConnection."""
|
|
178
|
+
|
|
80
179
|
def add_TrunkConnectionServiceServicer_to_server(servicer: TrunkConnectionServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -22,9 +22,10 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
22
22
|
_sym_db = _symbol_database.Default()
|
|
23
23
|
|
|
24
24
|
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
25
26
|
|
|
26
27
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/cloudrouter/v1/routing_instance.proto\x12\x1byandex.cloud.cloudrouter.v1\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/cloudrouter/v1/routing_instance.proto\x12\x1byandex.cloud.cloudrouter.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xba\x07\n\x0fRoutingInstance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x11\n\tfolder_id\x18\x05 \x01(\t\x12\x11\n\tregion_id\x18\x06 \x01(\t\x12\x46\n\x08vpc_info\x18\x07 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\x08 \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x43\n\x06status\x18\t \x01(\x0e\x32\x33.yandex.cloud.cloudrouter.v1.RoutingInstance.Status\x12.\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12H\n\x06labels\x18\x18 \x03(\x0b\x32\x38.yandex.cloud.cloudrouter.v1.RoutingInstance.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a=\n\x18\x43icPrivateConnectionInfo\x12!\n\x19\x63ic_private_connection_id\x18\x01 \x01(\t\x1ak\n\x07VpcInfo\x12\x16\n\x0evpc_network_id\x18\x01 \x01(\t\x12H\n\x08\x61z_infos\x18\x02 \x03(\x0b\x32\x36.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcAzInfo\x1a\x62\n\tVpcAzInfo\x12O\n\x0bmanual_info\x18\x02 \x01(\x0b\x32:.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcManualInfoJ\x04\x08\x01\x10\x02\x1a\x36\n\rVpcManualInfo\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x05 \x03(\tJ\x04\x08\x02\x10\x05\"V\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08UPDATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x41\x43TIVE\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\n\x10\x0bJ\x04\x08\x0c\x10\x18\x42n\n\x1fyandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouterb\x06proto3')
|
|
28
29
|
|
|
29
30
|
_globals = globals()
|
|
30
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -34,18 +35,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
34
35
|
_globals['DESCRIPTOR']._serialized_options = b'\n\037yandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouter'
|
|
35
36
|
_globals['_ROUTINGINSTANCE_LABELSENTRY']._loaded_options = None
|
|
36
37
|
_globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_options = b'8\001'
|
|
37
|
-
_globals['_ROUTINGINSTANCE']._serialized_start=
|
|
38
|
-
_globals['_ROUTINGINSTANCE']._serialized_end=
|
|
39
|
-
_globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_start=
|
|
40
|
-
_globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_end=
|
|
41
|
-
_globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_start=
|
|
42
|
-
_globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_end=
|
|
43
|
-
_globals['_ROUTINGINSTANCE_VPCINFO']._serialized_start=
|
|
44
|
-
_globals['_ROUTINGINSTANCE_VPCINFO']._serialized_end=
|
|
45
|
-
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_start=
|
|
46
|
-
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_end=
|
|
47
|
-
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_start=
|
|
48
|
-
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_end=
|
|
49
|
-
_globals['_ROUTINGINSTANCE_STATUS']._serialized_start=
|
|
50
|
-
_globals['_ROUTINGINSTANCE_STATUS']._serialized_end=
|
|
38
|
+
_globals['_ROUTINGINSTANCE']._serialized_start=117
|
|
39
|
+
_globals['_ROUTINGINSTANCE']._serialized_end=1071
|
|
40
|
+
_globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_start=592
|
|
41
|
+
_globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_end=637
|
|
42
|
+
_globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_start=639
|
|
43
|
+
_globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_end=700
|
|
44
|
+
_globals['_ROUTINGINSTANCE_VPCINFO']._serialized_start=702
|
|
45
|
+
_globals['_ROUTINGINSTANCE_VPCINFO']._serialized_end=809
|
|
46
|
+
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_start=811
|
|
47
|
+
_globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_end=909
|
|
48
|
+
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_start=911
|
|
49
|
+
_globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_end=965
|
|
50
|
+
_globals['_ROUTINGINSTANCE_STATUS']._serialized_start=967
|
|
51
|
+
_globals['_ROUTINGINSTANCE_STATUS']._serialized_end=1053
|
|
51
52
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -9,6 +9,7 @@ import google.protobuf.descriptor
|
|
|
9
9
|
import google.protobuf.internal.containers
|
|
10
10
|
import google.protobuf.internal.enum_type_wrapper
|
|
11
11
|
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
12
13
|
import sys
|
|
13
14
|
import typing
|
|
14
15
|
|
|
@@ -137,6 +138,7 @@ class RoutingInstance(google.protobuf.message.Message):
|
|
|
137
138
|
VPC_INFO_FIELD_NUMBER: builtins.int
|
|
138
139
|
CIC_PRIVATE_CONNECTION_INFO_FIELD_NUMBER: builtins.int
|
|
139
140
|
STATUS_FIELD_NUMBER: builtins.int
|
|
141
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
140
142
|
LABELS_FIELD_NUMBER: builtins.int
|
|
141
143
|
id: builtins.str
|
|
142
144
|
"""ID of the routingInstance."""
|
|
@@ -155,11 +157,15 @@ class RoutingInstance(google.protobuf.message.Message):
|
|
|
155
157
|
"""Status of the routingInstance."""
|
|
156
158
|
@property
|
|
157
159
|
def vpc_info(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___RoutingInstance.VpcInfo]:
|
|
158
|
-
"""List of the info about vpcNetworks which are attached to routingInstance"""
|
|
160
|
+
"""List of the info about vpcNetworks which are attached to routingInstance."""
|
|
159
161
|
|
|
160
162
|
@property
|
|
161
163
|
def cic_private_connection_info(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___RoutingInstance.CicPrivateConnectionInfo]:
|
|
162
|
-
"""List of the info about privateConnections which are attached to routingInstance"""
|
|
164
|
+
"""List of the info about privateConnections which are attached to routingInstance."""
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
168
|
+
"""Creation timestamp in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."""
|
|
163
169
|
|
|
164
170
|
@property
|
|
165
171
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
@@ -182,8 +188,10 @@ class RoutingInstance(google.protobuf.message.Message):
|
|
|
182
188
|
vpc_info: collections.abc.Iterable[global___RoutingInstance.VpcInfo] | None = ...,
|
|
183
189
|
cic_private_connection_info: collections.abc.Iterable[global___RoutingInstance.CicPrivateConnectionInfo] | None = ...,
|
|
184
190
|
status: global___RoutingInstance.Status.ValueType = ...,
|
|
191
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
185
192
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
186
193
|
) -> None: ...
|
|
187
|
-
def
|
|
194
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at"]) -> builtins.bool: ...
|
|
195
|
+
def ClearField(self, field_name: typing.Literal["cic_private_connection_info", b"cic_private_connection_info", "created_at", b"created_at", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "name", b"name", "region_id", b"region_id", "status", b"status", "vpc_info", b"vpc_info"]) -> None: ...
|
|
188
196
|
|
|
189
197
|
global___RoutingInstance = RoutingInstance
|
|
@@ -23,11 +23,14 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
26
27
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
29
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
27
30
|
from yandex.cloud.cloudrouter.v1 import routing_instance_pb2 as yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__pb2
|
|
28
31
|
|
|
29
32
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/cloudrouter/v1/routing_instance_service.proto\x12\x1byandex.cloud.cloudrouter.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x32yandex/cloud/cloudrouter/v1/routing_instance.proto\"F\n\x19GetRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n1GetRoutingInstanceByCicPrivateConnectionIdRequest\x12/\n\x19\x63ic_private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"O\n\'GetRoutingInstanceByVpcNetworkIdRequest\x12$\n\x0evpc_network_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x98\x01\n\x1bListRoutingInstancesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x80\x01\n\x1cListRoutingInstancesResponse\x12G\n\x11routing_instances\x18\x01 \x03(\x0b\x32,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/cloudrouter/v1/routing_instance_service.proto\x12\x1byandex.cloud.cloudrouter.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x32yandex/cloud/cloudrouter/v1/routing_instance.proto\"F\n\x19GetRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n1GetRoutingInstanceByCicPrivateConnectionIdRequest\x12/\n\x19\x63ic_private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"O\n\'GetRoutingInstanceByVpcNetworkIdRequest\x12$\n\x0evpc_network_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x98\x01\n\x1bListRoutingInstancesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x80\x01\n\x1cListRoutingInstancesResponse\x12G\n\x11routing_instances\x18\x01 \x03(\x0b\x32,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xeb\x03\n\x1c\x43reateRoutingInstanceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x05 \x01(\t\x12\x46\n\x08vpc_info\x18\x06 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\x07 \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x92\x01\n\x06labels\x18\x0c \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.CreateRoutingInstanceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\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\x08\x10\x0c\"<\n\x1d\x43reateRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"\xb4\x04\n\x1cUpdateRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x07 \x01(\t\x12\x46\n\x08vpc_info\x18\x08 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\t \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x92\x01\n\x06labels\x18\x0e \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.UpdateRoutingInstanceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x05\x10\x07J\x04\x08\n\x10\x0e\"<\n\x1dUpdateRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"\xae\x01\n\x15UpsertPrefixesRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12L\n\x14vpc_az_info_prefixes\x18\x03 \x03(\x0b\x32..yandex.cloud.cloudrouter.v1.VpcAzInfoPrefixesJ\x04\x08\x04\x10\x07\"\xa8\x01\n\x15RemovePrefixesRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12L\n\x14vpc_az_info_prefixes\x18\x03 \x03(\x0b\x32..yandex.cloud.cloudrouter.v1.VpcAzInfoPrefixes\":\n\x11VpcAzInfoPrefixes\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x02 \x03(\tJ\x04\x08\x03\x10\x04\"q\n\x1b\x41\x64\x64PrivateConnectionRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x19\x63ic_private_connection_id\x18\x02 \x01(\tJ\x04\x08\x03\x10\t\"n\n\x1eRemovePrivateConnectionRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x19\x63ic_private_connection_id\x18\x02 \x01(\t\"I\n\x1c\x44\x65leteRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"<\n\x1d\x44\x65leteRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"x\n$ListRoutingInstanceOperationsRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\"w\n%ListRoutingInstanceOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xe3\x13\n\x16RoutingInstanceService\x12\xab\x01\n\x03Get\x12\x36.yandex.cloud.cloudrouter.v1.GetRoutingInstanceRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\">\x82\xd3\xe4\x93\x02\x38\x12\x36/cloudrouter/v1/routingInstances/{routing_instance_id}\x12\x87\x01\n\x11GetByVpcNetworkId\x12\x44.yandex.cloud.cloudrouter.v1.GetRoutingInstanceByVpcNetworkIdRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\x9b\x01\n\x1bGetByCicPrivateConnectionId\x12N.yandex.cloud.cloudrouter.v1.GetRoutingInstanceByCicPrivateConnectionIdRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\xa5\x01\n\x04List\x12\x38.yandex.cloud.cloudrouter.v1.ListRoutingInstancesRequest\x1a\x39.yandex.cloud.cloudrouter.v1.ListRoutingInstancesResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /cloudrouter/v1/routingInstances\x12\xc7\x01\n\x06\x43reate\x12\x39.yandex.cloud.cloudrouter.v1.CreateRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*0\n\x1d\x43reateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02%\" /cloudrouter/v1/routingInstances:\x01*\x12\xc7\x01\n\x06Update\x12\x39.yandex.cloud.cloudrouter.v1.UpdateRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02%2 /cloudrouter/v1/routingInstances:\x01*\x12\xee\x01\n\x0eUpsertPrefixes\x12\x32.yandex.cloud.cloudrouter.v1.UpsertPrefixesRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:upsertPrefixes:\x01*\x12\xee\x01\n\x0eRemovePrefixes\x12\x32.yandex.cloud.cloudrouter.v1.RemovePrefixesRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrefixes:\x01*\x12\x80\x02\n\x14\x41\x64\x64PrivateConnection\x12\x38.yandex.cloud.cloudrouter.v1.AddPrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x8a\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02P\"K/cloudrouter/v1/routingInstances/{routing_instance_id}:addPrivateConnection:\x01*\x12\x89\x02\n\x17RemovePrivateConnection\x12;.yandex.cloud.cloudrouter.v1.RemovePrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02S\"N/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrivateConnection:\x01*\x12\xe0\x01\n\x06\x44\x65lete\x12\x39.yandex.cloud.cloudrouter.v1.DeleteRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*6\n\x1d\x44\x65leteRoutingInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x38*6/cloudrouter/v1/routingInstances/{routing_instance_id}\x12\xe2\x01\n\x0eListOperations\x12\x41.yandex.cloud.cloudrouter.v1.ListRoutingInstanceOperationsRequest\x1a\x42.yandex.cloud.cloudrouter.v1.ListRoutingInstanceOperationsResponse\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/cloudrouter/v1/routingInstances/{routing_instance_id}/operationsBn\n\x1fyandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouterb\x06proto3')
|
|
31
34
|
|
|
32
35
|
_globals = globals()
|
|
33
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -49,20 +52,88 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
49
52
|
_globals['_LISTROUTINGINSTANCESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
50
53
|
_globals['_LISTROUTINGINSTANCESREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
51
54
|
_globals['_LISTROUTINGINSTANCESREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
55
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST_LABELSENTRY']._loaded_options = None
|
|
56
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
57
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
58
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
59
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST_LABELSENTRY']._loaded_options = None
|
|
60
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
61
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
62
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
63
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
64
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
65
|
+
_globals['_UPSERTPREFIXESREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
66
|
+
_globals['_UPSERTPREFIXESREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
67
|
+
_globals['_REMOVEPREFIXESREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
68
|
+
_globals['_REMOVEPREFIXESREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
69
|
+
_globals['_ADDPRIVATECONNECTIONREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
70
|
+
_globals['_ADDPRIVATECONNECTIONREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
71
|
+
_globals['_REMOVEPRIVATECONNECTIONREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
72
|
+
_globals['_REMOVEPRIVATECONNECTIONREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
73
|
+
_globals['_DELETEROUTINGINSTANCEREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
74
|
+
_globals['_DELETEROUTINGINSTANCEREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
75
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
76
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
52
77
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Get']._loaded_options = None
|
|
53
|
-
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\
|
|
78
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\0028\0226/cloudrouter/v1/routingInstances/{routing_instance_id}'
|
|
54
79
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['List']._loaded_options = None
|
|
55
|
-
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\
|
|
56
|
-
_globals['
|
|
57
|
-
_globals['
|
|
58
|
-
_globals['
|
|
59
|
-
_globals['
|
|
60
|
-
_globals['
|
|
61
|
-
_globals['
|
|
62
|
-
_globals['
|
|
63
|
-
_globals['
|
|
64
|
-
_globals['
|
|
65
|
-
_globals['
|
|
66
|
-
_globals['_ROUTINGINSTANCESERVICE'].
|
|
67
|
-
_globals['_ROUTINGINSTANCESERVICE'].
|
|
80
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\"\022 /cloudrouter/v1/routingInstances'
|
|
81
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Create']._loaded_options = None
|
|
82
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*0\n\035CreateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002%\" /cloudrouter/v1/routingInstances:\001*'
|
|
83
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Update']._loaded_options = None
|
|
84
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002%2 /cloudrouter/v1/routingInstances:\001*'
|
|
85
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['UpsertPrefixes']._loaded_options = None
|
|
86
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['UpsertPrefixes']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:upsertPrefixes:\001*'
|
|
87
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['RemovePrefixes']._loaded_options = None
|
|
88
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['RemovePrefixes']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrefixes:\001*'
|
|
89
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['AddPrivateConnection']._loaded_options = None
|
|
90
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['AddPrivateConnection']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002P\"K/cloudrouter/v1/routingInstances/{routing_instance_id}:addPrivateConnection:\001*'
|
|
91
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['RemovePrivateConnection']._loaded_options = None
|
|
92
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['RemovePrivateConnection']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002S\"N/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrivateConnection:\001*'
|
|
93
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
94
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*6\n\035DeleteRoutingInstanceMetadata\022\025google.protobuf.Empty\202\323\344\223\0028*6/cloudrouter/v1/routingInstances/{routing_instance_id}'
|
|
95
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
96
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\002C\022A/cloudrouter/v1/routingInstances/{routing_instance_id}/operations'
|
|
97
|
+
_globals['_GETROUTINGINSTANCEREQUEST']._serialized_start=312
|
|
98
|
+
_globals['_GETROUTINGINSTANCEREQUEST']._serialized_end=382
|
|
99
|
+
_globals['_GETROUTINGINSTANCEBYCICPRIVATECONNECTIONIDREQUEST']._serialized_start=384
|
|
100
|
+
_globals['_GETROUTINGINSTANCEBYCICPRIVATECONNECTIONIDREQUEST']._serialized_end=484
|
|
101
|
+
_globals['_GETROUTINGINSTANCEBYVPCNETWORKIDREQUEST']._serialized_start=486
|
|
102
|
+
_globals['_GETROUTINGINSTANCEBYVPCNETWORKIDREQUEST']._serialized_end=565
|
|
103
|
+
_globals['_LISTROUTINGINSTANCESREQUEST']._serialized_start=568
|
|
104
|
+
_globals['_LISTROUTINGINSTANCESREQUEST']._serialized_end=720
|
|
105
|
+
_globals['_LISTROUTINGINSTANCESRESPONSE']._serialized_start=723
|
|
106
|
+
_globals['_LISTROUTINGINSTANCESRESPONSE']._serialized_end=851
|
|
107
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST']._serialized_start=854
|
|
108
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST']._serialized_end=1345
|
|
109
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST_LABELSENTRY']._serialized_start=1288
|
|
110
|
+
_globals['_CREATEROUTINGINSTANCEREQUEST_LABELSENTRY']._serialized_end=1333
|
|
111
|
+
_globals['_CREATEROUTINGINSTANCEMETADATA']._serialized_start=1347
|
|
112
|
+
_globals['_CREATEROUTINGINSTANCEMETADATA']._serialized_end=1407
|
|
113
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST']._serialized_start=1410
|
|
114
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST']._serialized_end=1974
|
|
115
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST_LABELSENTRY']._serialized_start=1288
|
|
116
|
+
_globals['_UPDATEROUTINGINSTANCEREQUEST_LABELSENTRY']._serialized_end=1333
|
|
117
|
+
_globals['_UPDATEROUTINGINSTANCEMETADATA']._serialized_start=1976
|
|
118
|
+
_globals['_UPDATEROUTINGINSTANCEMETADATA']._serialized_end=2036
|
|
119
|
+
_globals['_UPSERTPREFIXESREQUEST']._serialized_start=2039
|
|
120
|
+
_globals['_UPSERTPREFIXESREQUEST']._serialized_end=2213
|
|
121
|
+
_globals['_REMOVEPREFIXESREQUEST']._serialized_start=2216
|
|
122
|
+
_globals['_REMOVEPREFIXESREQUEST']._serialized_end=2384
|
|
123
|
+
_globals['_VPCAZINFOPREFIXES']._serialized_start=2386
|
|
124
|
+
_globals['_VPCAZINFOPREFIXES']._serialized_end=2444
|
|
125
|
+
_globals['_ADDPRIVATECONNECTIONREQUEST']._serialized_start=2446
|
|
126
|
+
_globals['_ADDPRIVATECONNECTIONREQUEST']._serialized_end=2559
|
|
127
|
+
_globals['_REMOVEPRIVATECONNECTIONREQUEST']._serialized_start=2561
|
|
128
|
+
_globals['_REMOVEPRIVATECONNECTIONREQUEST']._serialized_end=2671
|
|
129
|
+
_globals['_DELETEROUTINGINSTANCEREQUEST']._serialized_start=2673
|
|
130
|
+
_globals['_DELETEROUTINGINSTANCEREQUEST']._serialized_end=2746
|
|
131
|
+
_globals['_DELETEROUTINGINSTANCEMETADATA']._serialized_start=2748
|
|
132
|
+
_globals['_DELETEROUTINGINSTANCEMETADATA']._serialized_end=2808
|
|
133
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSREQUEST']._serialized_start=2810
|
|
134
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSREQUEST']._serialized_end=2930
|
|
135
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSRESPONSE']._serialized_start=2932
|
|
136
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSRESPONSE']._serialized_end=3051
|
|
137
|
+
_globals['_ROUTINGINSTANCESERVICE']._serialized_start=3054
|
|
138
|
+
_globals['_ROUTINGINSTANCESERVICE']._serialized_end=5585
|
|
68
139
|
# @@protoc_insertion_point(module_scope)
|