yandexcloud 0.352.0__py3-none-any.whl → 0.354.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/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
- yandex/cloud/baremetal/v1alpha/disk_pb2.py +2 -2
- yandex/cloud/baremetal/v1alpha/disk_pb2.pyi +8 -4
- yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
- yandex/cloud/connectionmanager/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
- yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +371 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +187 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
- yandex/cloud/organizationmanager/v1/group_pb2.py +3 -3
- yandex/cloud/organizationmanager/v1/group_pb2.pyi +9 -1
- yandex/cloud/organizationmanager/v1/group_service_pb2.py +95 -37
- yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +276 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.py +220 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.pyi +100 -0
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.354.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.354.0.dist-info}/RECORD +80 -26
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.354.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.354.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.354.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.352.0.dist-info → yandexcloud-0.354.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,320 @@
|
|
|
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.field_mask_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.wrappers_pb2
|
|
13
|
+
import typing
|
|
14
|
+
import yandex.cloud.connectionmanager.v1.connection_pb2
|
|
15
|
+
import yandex.cloud.operation.operation_pb2
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
18
|
+
|
|
19
|
+
@typing.final
|
|
20
|
+
class CreateConnectionRequest(google.protobuf.message.Message):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
22
|
+
|
|
23
|
+
@typing.final
|
|
24
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
25
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
26
|
+
|
|
27
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
28
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
29
|
+
key: builtins.str
|
|
30
|
+
value: builtins.str
|
|
31
|
+
def __init__(
|
|
32
|
+
self,
|
|
33
|
+
*,
|
|
34
|
+
key: builtins.str = ...,
|
|
35
|
+
value: builtins.str = ...,
|
|
36
|
+
) -> None: ...
|
|
37
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
38
|
+
|
|
39
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
40
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
41
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
42
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
43
|
+
PARAMS_FIELD_NUMBER: builtins.int
|
|
44
|
+
folder_id: builtins.str
|
|
45
|
+
name: builtins.str
|
|
46
|
+
description: builtins.str
|
|
47
|
+
@property
|
|
48
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
|
|
49
|
+
@property
|
|
50
|
+
def params(self) -> yandex.cloud.connectionmanager.v1.connection_pb2.ConnectionParams: ...
|
|
51
|
+
def __init__(
|
|
52
|
+
self,
|
|
53
|
+
*,
|
|
54
|
+
folder_id: builtins.str = ...,
|
|
55
|
+
name: builtins.str = ...,
|
|
56
|
+
description: builtins.str = ...,
|
|
57
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
58
|
+
params: yandex.cloud.connectionmanager.v1.connection_pb2.ConnectionParams | None = ...,
|
|
59
|
+
) -> None: ...
|
|
60
|
+
def HasField(self, field_name: typing.Literal["params", b"params"]) -> builtins.bool: ...
|
|
61
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "folder_id", b"folder_id", "labels", b"labels", "name", b"name", "params", b"params"]) -> None: ...
|
|
62
|
+
|
|
63
|
+
global___CreateConnectionRequest = CreateConnectionRequest
|
|
64
|
+
|
|
65
|
+
@typing.final
|
|
66
|
+
class CreateConnectionMetadata(google.protobuf.message.Message):
|
|
67
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
68
|
+
|
|
69
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
70
|
+
connection_id: builtins.str
|
|
71
|
+
def __init__(
|
|
72
|
+
self,
|
|
73
|
+
*,
|
|
74
|
+
connection_id: builtins.str = ...,
|
|
75
|
+
) -> None: ...
|
|
76
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id"]) -> None: ...
|
|
77
|
+
|
|
78
|
+
global___CreateConnectionMetadata = CreateConnectionMetadata
|
|
79
|
+
|
|
80
|
+
@typing.final
|
|
81
|
+
class UpdateConnectionRequest(google.protobuf.message.Message):
|
|
82
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
83
|
+
|
|
84
|
+
@typing.final
|
|
85
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
86
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
87
|
+
|
|
88
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
89
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
90
|
+
key: builtins.str
|
|
91
|
+
value: builtins.str
|
|
92
|
+
def __init__(
|
|
93
|
+
self,
|
|
94
|
+
*,
|
|
95
|
+
key: builtins.str = ...,
|
|
96
|
+
value: builtins.str = ...,
|
|
97
|
+
) -> None: ...
|
|
98
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
99
|
+
|
|
100
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
101
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
102
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
103
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
104
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
105
|
+
PARAMS_FIELD_NUMBER: builtins.int
|
|
106
|
+
connection_id: builtins.str
|
|
107
|
+
name: builtins.str
|
|
108
|
+
description: builtins.str
|
|
109
|
+
@property
|
|
110
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask: ...
|
|
111
|
+
@property
|
|
112
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
|
|
113
|
+
@property
|
|
114
|
+
def params(self) -> yandex.cloud.connectionmanager.v1.connection_pb2.ConnectionParams: ...
|
|
115
|
+
def __init__(
|
|
116
|
+
self,
|
|
117
|
+
*,
|
|
118
|
+
connection_id: builtins.str = ...,
|
|
119
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
120
|
+
name: builtins.str = ...,
|
|
121
|
+
description: builtins.str = ...,
|
|
122
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
123
|
+
params: yandex.cloud.connectionmanager.v1.connection_pb2.ConnectionParams | None = ...,
|
|
124
|
+
) -> None: ...
|
|
125
|
+
def HasField(self, field_name: typing.Literal["params", b"params", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
126
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "description", b"description", "labels", b"labels", "name", b"name", "params", b"params", "update_mask", b"update_mask"]) -> None: ...
|
|
127
|
+
|
|
128
|
+
global___UpdateConnectionRequest = UpdateConnectionRequest
|
|
129
|
+
|
|
130
|
+
@typing.final
|
|
131
|
+
class UpdateConnectionMetadata(google.protobuf.message.Message):
|
|
132
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
133
|
+
|
|
134
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
135
|
+
connection_id: builtins.str
|
|
136
|
+
def __init__(
|
|
137
|
+
self,
|
|
138
|
+
*,
|
|
139
|
+
connection_id: builtins.str = ...,
|
|
140
|
+
) -> None: ...
|
|
141
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id"]) -> None: ...
|
|
142
|
+
|
|
143
|
+
global___UpdateConnectionMetadata = UpdateConnectionMetadata
|
|
144
|
+
|
|
145
|
+
@typing.final
|
|
146
|
+
class DeleteConnectionRequest(google.protobuf.message.Message):
|
|
147
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
148
|
+
|
|
149
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
150
|
+
connection_id: builtins.str
|
|
151
|
+
def __init__(
|
|
152
|
+
self,
|
|
153
|
+
*,
|
|
154
|
+
connection_id: builtins.str = ...,
|
|
155
|
+
) -> None: ...
|
|
156
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id"]) -> None: ...
|
|
157
|
+
|
|
158
|
+
global___DeleteConnectionRequest = DeleteConnectionRequest
|
|
159
|
+
|
|
160
|
+
@typing.final
|
|
161
|
+
class DeleteConnectionMetadata(google.protobuf.message.Message):
|
|
162
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
163
|
+
|
|
164
|
+
def __init__(
|
|
165
|
+
self,
|
|
166
|
+
) -> None: ...
|
|
167
|
+
|
|
168
|
+
global___DeleteConnectionMetadata = DeleteConnectionMetadata
|
|
169
|
+
|
|
170
|
+
@typing.final
|
|
171
|
+
class ListConnectionRequest(google.protobuf.message.Message):
|
|
172
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
173
|
+
|
|
174
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
175
|
+
MDB_CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
176
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
177
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
178
|
+
NAME_PATTERN_OR_ID_FIELD_NUMBER: builtins.int
|
|
179
|
+
AUTHOR_ID_FIELD_NUMBER: builtins.int
|
|
180
|
+
WITH_CAN_USE_FIELD_NUMBER: builtins.int
|
|
181
|
+
IS_ONPREMISE_FIELD_NUMBER: builtins.int
|
|
182
|
+
IS_MANUAL_FIELD_NUMBER: builtins.int
|
|
183
|
+
DB_TYPE_FIELD_NUMBER: builtins.int
|
|
184
|
+
folder_id: builtins.str
|
|
185
|
+
mdb_cluster_id: builtins.str
|
|
186
|
+
page_size: builtins.int
|
|
187
|
+
page_token: builtins.str
|
|
188
|
+
name_pattern_or_id: builtins.str
|
|
189
|
+
author_id: builtins.str
|
|
190
|
+
with_can_use: builtins.bool
|
|
191
|
+
db_type: yandex.cloud.connectionmanager.v1.connection_pb2.DBType.ValueType
|
|
192
|
+
@property
|
|
193
|
+
def is_onpremise(self) -> google.protobuf.wrappers_pb2.BoolValue: ...
|
|
194
|
+
@property
|
|
195
|
+
def is_manual(self) -> google.protobuf.wrappers_pb2.BoolValue: ...
|
|
196
|
+
def __init__(
|
|
197
|
+
self,
|
|
198
|
+
*,
|
|
199
|
+
folder_id: builtins.str = ...,
|
|
200
|
+
mdb_cluster_id: builtins.str = ...,
|
|
201
|
+
page_size: builtins.int = ...,
|
|
202
|
+
page_token: builtins.str = ...,
|
|
203
|
+
name_pattern_or_id: builtins.str = ...,
|
|
204
|
+
author_id: builtins.str = ...,
|
|
205
|
+
with_can_use: builtins.bool = ...,
|
|
206
|
+
is_onpremise: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
207
|
+
is_manual: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
208
|
+
db_type: yandex.cloud.connectionmanager.v1.connection_pb2.DBType.ValueType = ...,
|
|
209
|
+
) -> None: ...
|
|
210
|
+
def HasField(self, field_name: typing.Literal["is_manual", b"is_manual", "is_onpremise", b"is_onpremise"]) -> builtins.bool: ...
|
|
211
|
+
def ClearField(self, field_name: typing.Literal["author_id", b"author_id", "db_type", b"db_type", "folder_id", b"folder_id", "is_manual", b"is_manual", "is_onpremise", b"is_onpremise", "mdb_cluster_id", b"mdb_cluster_id", "name_pattern_or_id", b"name_pattern_or_id", "page_size", b"page_size", "page_token", b"page_token", "with_can_use", b"with_can_use"]) -> None: ...
|
|
212
|
+
|
|
213
|
+
global___ListConnectionRequest = ListConnectionRequest
|
|
214
|
+
|
|
215
|
+
@typing.final
|
|
216
|
+
class ListConnectionResponse(google.protobuf.message.Message):
|
|
217
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
218
|
+
|
|
219
|
+
CONNECTION_FIELD_NUMBER: builtins.int
|
|
220
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
221
|
+
next_page_token: builtins.str
|
|
222
|
+
@property
|
|
223
|
+
def connection(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.connectionmanager.v1.connection_pb2.Connection]: ...
|
|
224
|
+
def __init__(
|
|
225
|
+
self,
|
|
226
|
+
*,
|
|
227
|
+
connection: collections.abc.Iterable[yandex.cloud.connectionmanager.v1.connection_pb2.Connection] | None = ...,
|
|
228
|
+
next_page_token: builtins.str = ...,
|
|
229
|
+
) -> None: ...
|
|
230
|
+
def ClearField(self, field_name: typing.Literal["connection", b"connection", "next_page_token", b"next_page_token"]) -> None: ...
|
|
231
|
+
|
|
232
|
+
global___ListConnectionResponse = ListConnectionResponse
|
|
233
|
+
|
|
234
|
+
@typing.final
|
|
235
|
+
class GetConnectionRequest(google.protobuf.message.Message):
|
|
236
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
237
|
+
|
|
238
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
239
|
+
connection_id: builtins.str
|
|
240
|
+
def __init__(
|
|
241
|
+
self,
|
|
242
|
+
*,
|
|
243
|
+
connection_id: builtins.str = ...,
|
|
244
|
+
) -> None: ...
|
|
245
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id"]) -> None: ...
|
|
246
|
+
|
|
247
|
+
global___GetConnectionRequest = GetConnectionRequest
|
|
248
|
+
|
|
249
|
+
@typing.final
|
|
250
|
+
class ResolveClusterRequest(google.protobuf.message.Message):
|
|
251
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
252
|
+
|
|
253
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
254
|
+
connection_id: builtins.str
|
|
255
|
+
def __init__(
|
|
256
|
+
self,
|
|
257
|
+
*,
|
|
258
|
+
connection_id: builtins.str = ...,
|
|
259
|
+
) -> None: ...
|
|
260
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id"]) -> None: ...
|
|
261
|
+
|
|
262
|
+
global___ResolveClusterRequest = ResolveClusterRequest
|
|
263
|
+
|
|
264
|
+
@typing.final
|
|
265
|
+
class DeleteVersionMetadata(google.protobuf.message.Message):
|
|
266
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
267
|
+
|
|
268
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
269
|
+
VERSION_ID_FIELD_NUMBER: builtins.int
|
|
270
|
+
connection_id: builtins.str
|
|
271
|
+
version_id: builtins.str
|
|
272
|
+
def __init__(
|
|
273
|
+
self,
|
|
274
|
+
*,
|
|
275
|
+
connection_id: builtins.str = ...,
|
|
276
|
+
version_id: builtins.str = ...,
|
|
277
|
+
) -> None: ...
|
|
278
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "version_id", b"version_id"]) -> None: ...
|
|
279
|
+
|
|
280
|
+
global___DeleteVersionMetadata = DeleteVersionMetadata
|
|
281
|
+
|
|
282
|
+
@typing.final
|
|
283
|
+
class ListOperationsRequest(google.protobuf.message.Message):
|
|
284
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
285
|
+
|
|
286
|
+
CONNECTION_ID_FIELD_NUMBER: builtins.int
|
|
287
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
288
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
289
|
+
connection_id: builtins.str
|
|
290
|
+
page_size: builtins.int
|
|
291
|
+
page_token: builtins.str
|
|
292
|
+
def __init__(
|
|
293
|
+
self,
|
|
294
|
+
*,
|
|
295
|
+
connection_id: builtins.str = ...,
|
|
296
|
+
page_size: builtins.int = ...,
|
|
297
|
+
page_token: builtins.str = ...,
|
|
298
|
+
) -> None: ...
|
|
299
|
+
def ClearField(self, field_name: typing.Literal["connection_id", b"connection_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
300
|
+
|
|
301
|
+
global___ListOperationsRequest = ListOperationsRequest
|
|
302
|
+
|
|
303
|
+
@typing.final
|
|
304
|
+
class ListOperationsResponse(google.protobuf.message.Message):
|
|
305
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
306
|
+
|
|
307
|
+
OPERATIONS_FIELD_NUMBER: builtins.int
|
|
308
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
309
|
+
next_page_token: builtins.str
|
|
310
|
+
@property
|
|
311
|
+
def operations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.operation.operation_pb2.Operation]: ...
|
|
312
|
+
def __init__(
|
|
313
|
+
self,
|
|
314
|
+
*,
|
|
315
|
+
operations: collections.abc.Iterable[yandex.cloud.operation.operation_pb2.Operation] | None = ...,
|
|
316
|
+
next_page_token: builtins.str = ...,
|
|
317
|
+
) -> None: ...
|
|
318
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "operations", b"operations"]) -> None: ...
|
|
319
|
+
|
|
320
|
+
global___ListOperationsResponse = ListOperationsResponse
|
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
from yandex.cloud.connectionmanager.v1 import connection_pb2 as yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__pb2
|
|
7
|
+
from yandex.cloud.connectionmanager.v1 import connection_service_pb2 as yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2
|
|
8
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
9
|
+
|
|
10
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
11
|
+
GRPC_VERSION = grpc.__version__
|
|
12
|
+
_version_not_supported = False
|
|
13
|
+
|
|
14
|
+
try:
|
|
15
|
+
from grpc._utilities import first_version_is_lower
|
|
16
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
17
|
+
except ImportError:
|
|
18
|
+
_version_not_supported = True
|
|
19
|
+
|
|
20
|
+
if _version_not_supported:
|
|
21
|
+
raise RuntimeError(
|
|
22
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
23
|
+
+ f' but the generated code in yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py depends on'
|
|
24
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
25
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
26
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
class ConnectionServiceStub(object):
|
|
31
|
+
"""A set of methods for managing Connection resources.
|
|
32
|
+
"""
|
|
33
|
+
|
|
34
|
+
def __init__(self, channel):
|
|
35
|
+
"""Constructor.
|
|
36
|
+
|
|
37
|
+
Args:
|
|
38
|
+
channel: A grpc.Channel.
|
|
39
|
+
"""
|
|
40
|
+
self.Get = channel.unary_unary(
|
|
41
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Get',
|
|
42
|
+
request_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.GetConnectionRequest.SerializeToString,
|
|
43
|
+
response_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__pb2.Connection.FromString,
|
|
44
|
+
_registered_method=True)
|
|
45
|
+
self.ResolveCluster = channel.unary_unary(
|
|
46
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/ResolveCluster',
|
|
47
|
+
request_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ResolveClusterRequest.SerializeToString,
|
|
48
|
+
response_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__pb2.Connection.FromString,
|
|
49
|
+
_registered_method=True)
|
|
50
|
+
self.List = channel.unary_unary(
|
|
51
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/List',
|
|
52
|
+
request_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListConnectionRequest.SerializeToString,
|
|
53
|
+
response_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListConnectionResponse.FromString,
|
|
54
|
+
_registered_method=True)
|
|
55
|
+
self.Create = channel.unary_unary(
|
|
56
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Create',
|
|
57
|
+
request_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.CreateConnectionRequest.SerializeToString,
|
|
58
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
59
|
+
_registered_method=True)
|
|
60
|
+
self.Update = channel.unary_unary(
|
|
61
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Update',
|
|
62
|
+
request_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.UpdateConnectionRequest.SerializeToString,
|
|
63
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
64
|
+
_registered_method=True)
|
|
65
|
+
self.Delete = channel.unary_unary(
|
|
66
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Delete',
|
|
67
|
+
request_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.DeleteConnectionRequest.SerializeToString,
|
|
68
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
69
|
+
_registered_method=True)
|
|
70
|
+
self.ListOperations = channel.unary_unary(
|
|
71
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/ListOperations',
|
|
72
|
+
request_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListOperationsRequest.SerializeToString,
|
|
73
|
+
response_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListOperationsResponse.FromString,
|
|
74
|
+
_registered_method=True)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class ConnectionServiceServicer(object):
|
|
78
|
+
"""A set of methods for managing Connection resources.
|
|
79
|
+
"""
|
|
80
|
+
|
|
81
|
+
def Get(self, request, context):
|
|
82
|
+
"""Returns connection.
|
|
83
|
+
"""
|
|
84
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
85
|
+
context.set_details('Method not implemented!')
|
|
86
|
+
raise NotImplementedError('Method not implemented!')
|
|
87
|
+
|
|
88
|
+
def ResolveCluster(self, request, context):
|
|
89
|
+
"""Returns the connection with the resolved cluster; that is,
|
|
90
|
+
* for connections to the on-premise clusters is identical to the Get RPC;
|
|
91
|
+
* for connections to the managed clusters, resolves the cluster topology
|
|
92
|
+
and returns it in the `on_premise` field of the connection parameters.
|
|
93
|
+
Requires `connection-manager.connections.resolveCluster` permission.
|
|
94
|
+
"""
|
|
95
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
96
|
+
context.set_details('Method not implemented!')
|
|
97
|
+
raise NotImplementedError('Method not implemented!')
|
|
98
|
+
|
|
99
|
+
def List(self, request, context):
|
|
100
|
+
"""List connections in specified folder.
|
|
101
|
+
"""
|
|
102
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
103
|
+
context.set_details('Method not implemented!')
|
|
104
|
+
raise NotImplementedError('Method not implemented!')
|
|
105
|
+
|
|
106
|
+
def Create(self, request, context):
|
|
107
|
+
"""Creates connection.
|
|
108
|
+
"""
|
|
109
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
110
|
+
context.set_details('Method not implemented!')
|
|
111
|
+
raise NotImplementedError('Method not implemented!')
|
|
112
|
+
|
|
113
|
+
def Update(self, request, context):
|
|
114
|
+
"""Updates specified connection.
|
|
115
|
+
"""
|
|
116
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
117
|
+
context.set_details('Method not implemented!')
|
|
118
|
+
raise NotImplementedError('Method not implemented!')
|
|
119
|
+
|
|
120
|
+
def Delete(self, request, context):
|
|
121
|
+
"""Delete specified connection.
|
|
122
|
+
"""
|
|
123
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
124
|
+
context.set_details('Method not implemented!')
|
|
125
|
+
raise NotImplementedError('Method not implemented!')
|
|
126
|
+
|
|
127
|
+
def ListOperations(self, request, context):
|
|
128
|
+
"""Retrieves the list of Operation resources for the specified connection.
|
|
129
|
+
"""
|
|
130
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
131
|
+
context.set_details('Method not implemented!')
|
|
132
|
+
raise NotImplementedError('Method not implemented!')
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
def add_ConnectionServiceServicer_to_server(servicer, server):
|
|
136
|
+
rpc_method_handlers = {
|
|
137
|
+
'Get': grpc.unary_unary_rpc_method_handler(
|
|
138
|
+
servicer.Get,
|
|
139
|
+
request_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.GetConnectionRequest.FromString,
|
|
140
|
+
response_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__pb2.Connection.SerializeToString,
|
|
141
|
+
),
|
|
142
|
+
'ResolveCluster': grpc.unary_unary_rpc_method_handler(
|
|
143
|
+
servicer.ResolveCluster,
|
|
144
|
+
request_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ResolveClusterRequest.FromString,
|
|
145
|
+
response_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__pb2.Connection.SerializeToString,
|
|
146
|
+
),
|
|
147
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
148
|
+
servicer.List,
|
|
149
|
+
request_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListConnectionRequest.FromString,
|
|
150
|
+
response_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListConnectionResponse.SerializeToString,
|
|
151
|
+
),
|
|
152
|
+
'Create': grpc.unary_unary_rpc_method_handler(
|
|
153
|
+
servicer.Create,
|
|
154
|
+
request_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.CreateConnectionRequest.FromString,
|
|
155
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
156
|
+
),
|
|
157
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
|
158
|
+
servicer.Update,
|
|
159
|
+
request_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.UpdateConnectionRequest.FromString,
|
|
160
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
161
|
+
),
|
|
162
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
|
163
|
+
servicer.Delete,
|
|
164
|
+
request_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.DeleteConnectionRequest.FromString,
|
|
165
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
166
|
+
),
|
|
167
|
+
'ListOperations': grpc.unary_unary_rpc_method_handler(
|
|
168
|
+
servicer.ListOperations,
|
|
169
|
+
request_deserializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListOperationsRequest.FromString,
|
|
170
|
+
response_serializer=yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListOperationsResponse.SerializeToString,
|
|
171
|
+
),
|
|
172
|
+
}
|
|
173
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
174
|
+
'yandex.cloud.connectionmanager.v1.ConnectionService', rpc_method_handlers)
|
|
175
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
176
|
+
server.add_registered_method_handlers('yandex.cloud.connectionmanager.v1.ConnectionService', rpc_method_handlers)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
# This class is part of an EXPERIMENTAL API.
|
|
180
|
+
class ConnectionService(object):
|
|
181
|
+
"""A set of methods for managing Connection resources.
|
|
182
|
+
"""
|
|
183
|
+
|
|
184
|
+
@staticmethod
|
|
185
|
+
def Get(request,
|
|
186
|
+
target,
|
|
187
|
+
options=(),
|
|
188
|
+
channel_credentials=None,
|
|
189
|
+
call_credentials=None,
|
|
190
|
+
insecure=False,
|
|
191
|
+
compression=None,
|
|
192
|
+
wait_for_ready=None,
|
|
193
|
+
timeout=None,
|
|
194
|
+
metadata=None):
|
|
195
|
+
return grpc.experimental.unary_unary(
|
|
196
|
+
request,
|
|
197
|
+
target,
|
|
198
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Get',
|
|
199
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.GetConnectionRequest.SerializeToString,
|
|
200
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__pb2.Connection.FromString,
|
|
201
|
+
options,
|
|
202
|
+
channel_credentials,
|
|
203
|
+
insecure,
|
|
204
|
+
call_credentials,
|
|
205
|
+
compression,
|
|
206
|
+
wait_for_ready,
|
|
207
|
+
timeout,
|
|
208
|
+
metadata,
|
|
209
|
+
_registered_method=True)
|
|
210
|
+
|
|
211
|
+
@staticmethod
|
|
212
|
+
def ResolveCluster(request,
|
|
213
|
+
target,
|
|
214
|
+
options=(),
|
|
215
|
+
channel_credentials=None,
|
|
216
|
+
call_credentials=None,
|
|
217
|
+
insecure=False,
|
|
218
|
+
compression=None,
|
|
219
|
+
wait_for_ready=None,
|
|
220
|
+
timeout=None,
|
|
221
|
+
metadata=None):
|
|
222
|
+
return grpc.experimental.unary_unary(
|
|
223
|
+
request,
|
|
224
|
+
target,
|
|
225
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/ResolveCluster',
|
|
226
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ResolveClusterRequest.SerializeToString,
|
|
227
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__pb2.Connection.FromString,
|
|
228
|
+
options,
|
|
229
|
+
channel_credentials,
|
|
230
|
+
insecure,
|
|
231
|
+
call_credentials,
|
|
232
|
+
compression,
|
|
233
|
+
wait_for_ready,
|
|
234
|
+
timeout,
|
|
235
|
+
metadata,
|
|
236
|
+
_registered_method=True)
|
|
237
|
+
|
|
238
|
+
@staticmethod
|
|
239
|
+
def List(request,
|
|
240
|
+
target,
|
|
241
|
+
options=(),
|
|
242
|
+
channel_credentials=None,
|
|
243
|
+
call_credentials=None,
|
|
244
|
+
insecure=False,
|
|
245
|
+
compression=None,
|
|
246
|
+
wait_for_ready=None,
|
|
247
|
+
timeout=None,
|
|
248
|
+
metadata=None):
|
|
249
|
+
return grpc.experimental.unary_unary(
|
|
250
|
+
request,
|
|
251
|
+
target,
|
|
252
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/List',
|
|
253
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListConnectionRequest.SerializeToString,
|
|
254
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListConnectionResponse.FromString,
|
|
255
|
+
options,
|
|
256
|
+
channel_credentials,
|
|
257
|
+
insecure,
|
|
258
|
+
call_credentials,
|
|
259
|
+
compression,
|
|
260
|
+
wait_for_ready,
|
|
261
|
+
timeout,
|
|
262
|
+
metadata,
|
|
263
|
+
_registered_method=True)
|
|
264
|
+
|
|
265
|
+
@staticmethod
|
|
266
|
+
def Create(request,
|
|
267
|
+
target,
|
|
268
|
+
options=(),
|
|
269
|
+
channel_credentials=None,
|
|
270
|
+
call_credentials=None,
|
|
271
|
+
insecure=False,
|
|
272
|
+
compression=None,
|
|
273
|
+
wait_for_ready=None,
|
|
274
|
+
timeout=None,
|
|
275
|
+
metadata=None):
|
|
276
|
+
return grpc.experimental.unary_unary(
|
|
277
|
+
request,
|
|
278
|
+
target,
|
|
279
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Create',
|
|
280
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.CreateConnectionRequest.SerializeToString,
|
|
281
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
282
|
+
options,
|
|
283
|
+
channel_credentials,
|
|
284
|
+
insecure,
|
|
285
|
+
call_credentials,
|
|
286
|
+
compression,
|
|
287
|
+
wait_for_ready,
|
|
288
|
+
timeout,
|
|
289
|
+
metadata,
|
|
290
|
+
_registered_method=True)
|
|
291
|
+
|
|
292
|
+
@staticmethod
|
|
293
|
+
def Update(request,
|
|
294
|
+
target,
|
|
295
|
+
options=(),
|
|
296
|
+
channel_credentials=None,
|
|
297
|
+
call_credentials=None,
|
|
298
|
+
insecure=False,
|
|
299
|
+
compression=None,
|
|
300
|
+
wait_for_ready=None,
|
|
301
|
+
timeout=None,
|
|
302
|
+
metadata=None):
|
|
303
|
+
return grpc.experimental.unary_unary(
|
|
304
|
+
request,
|
|
305
|
+
target,
|
|
306
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Update',
|
|
307
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.UpdateConnectionRequest.SerializeToString,
|
|
308
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
309
|
+
options,
|
|
310
|
+
channel_credentials,
|
|
311
|
+
insecure,
|
|
312
|
+
call_credentials,
|
|
313
|
+
compression,
|
|
314
|
+
wait_for_ready,
|
|
315
|
+
timeout,
|
|
316
|
+
metadata,
|
|
317
|
+
_registered_method=True)
|
|
318
|
+
|
|
319
|
+
@staticmethod
|
|
320
|
+
def Delete(request,
|
|
321
|
+
target,
|
|
322
|
+
options=(),
|
|
323
|
+
channel_credentials=None,
|
|
324
|
+
call_credentials=None,
|
|
325
|
+
insecure=False,
|
|
326
|
+
compression=None,
|
|
327
|
+
wait_for_ready=None,
|
|
328
|
+
timeout=None,
|
|
329
|
+
metadata=None):
|
|
330
|
+
return grpc.experimental.unary_unary(
|
|
331
|
+
request,
|
|
332
|
+
target,
|
|
333
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/Delete',
|
|
334
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.DeleteConnectionRequest.SerializeToString,
|
|
335
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
336
|
+
options,
|
|
337
|
+
channel_credentials,
|
|
338
|
+
insecure,
|
|
339
|
+
call_credentials,
|
|
340
|
+
compression,
|
|
341
|
+
wait_for_ready,
|
|
342
|
+
timeout,
|
|
343
|
+
metadata,
|
|
344
|
+
_registered_method=True)
|
|
345
|
+
|
|
346
|
+
@staticmethod
|
|
347
|
+
def ListOperations(request,
|
|
348
|
+
target,
|
|
349
|
+
options=(),
|
|
350
|
+
channel_credentials=None,
|
|
351
|
+
call_credentials=None,
|
|
352
|
+
insecure=False,
|
|
353
|
+
compression=None,
|
|
354
|
+
wait_for_ready=None,
|
|
355
|
+
timeout=None,
|
|
356
|
+
metadata=None):
|
|
357
|
+
return grpc.experimental.unary_unary(
|
|
358
|
+
request,
|
|
359
|
+
target,
|
|
360
|
+
'/yandex.cloud.connectionmanager.v1.ConnectionService/ListOperations',
|
|
361
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListOperationsRequest.SerializeToString,
|
|
362
|
+
yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_connection__service__pb2.ListOperationsResponse.FromString,
|
|
363
|
+
options,
|
|
364
|
+
channel_credentials,
|
|
365
|
+
insecure,
|
|
366
|
+
call_credentials,
|
|
367
|
+
compression,
|
|
368
|
+
wait_for_ready,
|
|
369
|
+
timeout,
|
|
370
|
+
metadata,
|
|
371
|
+
_registered_method=True)
|