yandexcloud 0.322.0__py3-none-any.whl → 0.324.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_common_pb2.py +27 -27
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +19 -7
- yandex/cloud/backup/v1/backup_service_pb2.py +42 -41
- yandex/cloud/backup/v1/backup_service_pb2.pyi +6 -1
- yandex/cloud/billing/v1/customer_service_pb2.pyi +5 -4
- yandex/cloud/cloudregistry/__init__.py +0 -0
- yandex/cloud/cloudregistry/v1/__init__.py +0 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2.py +31 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +110 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2.py +45 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +59 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +105 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +75 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2.py +37 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi +95 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +41 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +181 -0
- yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +153 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi +504 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +451 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +291 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +8 -10
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +2 -28
- yandex/cloud/compute/v1/instance_service_pb2_grpc.py +1 -1
- yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi +3 -3
- yandex/cloud/lockbox/v1/secret_service_pb2.py +56 -55
- yandex/cloud/lockbox/v1/secret_service_pb2.pyi +13 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +55 -45
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +40 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +34 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +109 -105
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +68 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +68 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +168 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi +1130 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +168 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi +1122 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +19 -19
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +37 -37
- {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/RECORD +65 -27
- {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.322.0.dist-info → yandexcloud-0.324.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,451 @@
|
|
|
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
|
+
|
|
5
|
+
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
6
|
+
from yandex.cloud.cloudregistry.v1 import registry_pb2 as yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__pb2
|
|
7
|
+
from yandex.cloud.cloudregistry.v1 import registry_service_pb2 as yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2
|
|
8
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class RegistryServiceStub(object):
|
|
12
|
+
"""A set of methods for managing Registry resources.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
def __init__(self, channel):
|
|
16
|
+
"""Constructor.
|
|
17
|
+
|
|
18
|
+
Args:
|
|
19
|
+
channel: A grpc.Channel.
|
|
20
|
+
"""
|
|
21
|
+
self.Get = channel.unary_unary(
|
|
22
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/Get',
|
|
23
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.GetRegistryRequest.SerializeToString,
|
|
24
|
+
response_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__pb2.Registry.FromString,
|
|
25
|
+
)
|
|
26
|
+
self.List = channel.unary_unary(
|
|
27
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/List',
|
|
28
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListRegistriesRequest.SerializeToString,
|
|
29
|
+
response_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListRegistriesResponse.FromString,
|
|
30
|
+
)
|
|
31
|
+
self.Create = channel.unary_unary(
|
|
32
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/Create',
|
|
33
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.CreateRegistryRequest.SerializeToString,
|
|
34
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
35
|
+
)
|
|
36
|
+
self.Update = channel.unary_unary(
|
|
37
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/Update',
|
|
38
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.UpdateRegistryRequest.SerializeToString,
|
|
39
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
40
|
+
)
|
|
41
|
+
self.Delete = channel.unary_unary(
|
|
42
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/Delete',
|
|
43
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.DeleteRegistryRequest.SerializeToString,
|
|
44
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
45
|
+
)
|
|
46
|
+
self.ListAccessBindings = channel.unary_unary(
|
|
47
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/ListAccessBindings',
|
|
48
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
49
|
+
response_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
50
|
+
)
|
|
51
|
+
self.SetAccessBindings = channel.unary_unary(
|
|
52
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/SetAccessBindings',
|
|
53
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
54
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
55
|
+
)
|
|
56
|
+
self.UpdateAccessBindings = channel.unary_unary(
|
|
57
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/UpdateAccessBindings',
|
|
58
|
+
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
59
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
60
|
+
)
|
|
61
|
+
self.ListIpPermissions = channel.unary_unary(
|
|
62
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/ListIpPermissions',
|
|
63
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListIpPermissionsRequest.SerializeToString,
|
|
64
|
+
response_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListIpPermissionsResponse.FromString,
|
|
65
|
+
)
|
|
66
|
+
self.SetIpPermissions = channel.unary_unary(
|
|
67
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/SetIpPermissions',
|
|
68
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.SetIpPermissionsRequest.SerializeToString,
|
|
69
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
70
|
+
)
|
|
71
|
+
self.UpdateIpPermissions = channel.unary_unary(
|
|
72
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/UpdateIpPermissions',
|
|
73
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.UpdateIpPermissionsRequest.SerializeToString,
|
|
74
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
75
|
+
)
|
|
76
|
+
self.ListArtifacts = channel.unary_unary(
|
|
77
|
+
'/yandex.cloud.cloudregistry.v1.RegistryService/ListArtifacts',
|
|
78
|
+
request_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListArtifactsRequest.SerializeToString,
|
|
79
|
+
response_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListArtifactsResponse.FromString,
|
|
80
|
+
)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
class RegistryServiceServicer(object):
|
|
84
|
+
"""A set of methods for managing Registry resources.
|
|
85
|
+
"""
|
|
86
|
+
|
|
87
|
+
def Get(self, request, context):
|
|
88
|
+
"""Returns the specified Registry resource.
|
|
89
|
+
|
|
90
|
+
To get the list of available Registry resources, make a [List] request.
|
|
91
|
+
"""
|
|
92
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
93
|
+
context.set_details('Method not implemented!')
|
|
94
|
+
raise NotImplementedError('Method not implemented!')
|
|
95
|
+
|
|
96
|
+
def List(self, request, context):
|
|
97
|
+
"""Retrieves the list of Registry resources in the specified folder.
|
|
98
|
+
"""
|
|
99
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
100
|
+
context.set_details('Method not implemented!')
|
|
101
|
+
raise NotImplementedError('Method not implemented!')
|
|
102
|
+
|
|
103
|
+
def Create(self, request, context):
|
|
104
|
+
"""Creates a registry in the specified folder.
|
|
105
|
+
"""
|
|
106
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
107
|
+
context.set_details('Method not implemented!')
|
|
108
|
+
raise NotImplementedError('Method not implemented!')
|
|
109
|
+
|
|
110
|
+
def Update(self, request, context):
|
|
111
|
+
"""Updates the specified registry.
|
|
112
|
+
"""
|
|
113
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
114
|
+
context.set_details('Method not implemented!')
|
|
115
|
+
raise NotImplementedError('Method not implemented!')
|
|
116
|
+
|
|
117
|
+
def Delete(self, request, context):
|
|
118
|
+
"""Deletes the specified registry.
|
|
119
|
+
"""
|
|
120
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
121
|
+
context.set_details('Method not implemented!')
|
|
122
|
+
raise NotImplementedError('Method not implemented!')
|
|
123
|
+
|
|
124
|
+
def ListAccessBindings(self, request, context):
|
|
125
|
+
"""access
|
|
126
|
+
|
|
127
|
+
Lists access bindings for the specified registry.
|
|
128
|
+
"""
|
|
129
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
130
|
+
context.set_details('Method not implemented!')
|
|
131
|
+
raise NotImplementedError('Method not implemented!')
|
|
132
|
+
|
|
133
|
+
def SetAccessBindings(self, request, context):
|
|
134
|
+
"""Sets access bindings for the specified registry.
|
|
135
|
+
"""
|
|
136
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
137
|
+
context.set_details('Method not implemented!')
|
|
138
|
+
raise NotImplementedError('Method not implemented!')
|
|
139
|
+
|
|
140
|
+
def UpdateAccessBindings(self, request, context):
|
|
141
|
+
"""Updates access bindings for the specified registry.
|
|
142
|
+
"""
|
|
143
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
144
|
+
context.set_details('Method not implemented!')
|
|
145
|
+
raise NotImplementedError('Method not implemented!')
|
|
146
|
+
|
|
147
|
+
def ListIpPermissions(self, request, context):
|
|
148
|
+
"""List ip permissions for the specified registry.
|
|
149
|
+
"""
|
|
150
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
151
|
+
context.set_details('Method not implemented!')
|
|
152
|
+
raise NotImplementedError('Method not implemented!')
|
|
153
|
+
|
|
154
|
+
def SetIpPermissions(self, request, context):
|
|
155
|
+
"""Set ip permissions for the specified registry.
|
|
156
|
+
"""
|
|
157
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
158
|
+
context.set_details('Method not implemented!')
|
|
159
|
+
raise NotImplementedError('Method not implemented!')
|
|
160
|
+
|
|
161
|
+
def UpdateIpPermissions(self, request, context):
|
|
162
|
+
"""Update ip permissions for the specified registry.
|
|
163
|
+
"""
|
|
164
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
165
|
+
context.set_details('Method not implemented!')
|
|
166
|
+
raise NotImplementedError('Method not implemented!')
|
|
167
|
+
|
|
168
|
+
def ListArtifacts(self, request, context):
|
|
169
|
+
"""Retrieves the list of Registry artifact resources in the specified registry.
|
|
170
|
+
"""
|
|
171
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
172
|
+
context.set_details('Method not implemented!')
|
|
173
|
+
raise NotImplementedError('Method not implemented!')
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
def add_RegistryServiceServicer_to_server(servicer, server):
|
|
177
|
+
rpc_method_handlers = {
|
|
178
|
+
'Get': grpc.unary_unary_rpc_method_handler(
|
|
179
|
+
servicer.Get,
|
|
180
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.GetRegistryRequest.FromString,
|
|
181
|
+
response_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__pb2.Registry.SerializeToString,
|
|
182
|
+
),
|
|
183
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
184
|
+
servicer.List,
|
|
185
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListRegistriesRequest.FromString,
|
|
186
|
+
response_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListRegistriesResponse.SerializeToString,
|
|
187
|
+
),
|
|
188
|
+
'Create': grpc.unary_unary_rpc_method_handler(
|
|
189
|
+
servicer.Create,
|
|
190
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.CreateRegistryRequest.FromString,
|
|
191
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
192
|
+
),
|
|
193
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
|
194
|
+
servicer.Update,
|
|
195
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.UpdateRegistryRequest.FromString,
|
|
196
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
197
|
+
),
|
|
198
|
+
'Delete': grpc.unary_unary_rpc_method_handler(
|
|
199
|
+
servicer.Delete,
|
|
200
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.DeleteRegistryRequest.FromString,
|
|
201
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
202
|
+
),
|
|
203
|
+
'ListAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
204
|
+
servicer.ListAccessBindings,
|
|
205
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.FromString,
|
|
206
|
+
response_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.SerializeToString,
|
|
207
|
+
),
|
|
208
|
+
'SetAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
209
|
+
servicer.SetAccessBindings,
|
|
210
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.FromString,
|
|
211
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
212
|
+
),
|
|
213
|
+
'UpdateAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
214
|
+
servicer.UpdateAccessBindings,
|
|
215
|
+
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.FromString,
|
|
216
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
217
|
+
),
|
|
218
|
+
'ListIpPermissions': grpc.unary_unary_rpc_method_handler(
|
|
219
|
+
servicer.ListIpPermissions,
|
|
220
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListIpPermissionsRequest.FromString,
|
|
221
|
+
response_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListIpPermissionsResponse.SerializeToString,
|
|
222
|
+
),
|
|
223
|
+
'SetIpPermissions': grpc.unary_unary_rpc_method_handler(
|
|
224
|
+
servicer.SetIpPermissions,
|
|
225
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.SetIpPermissionsRequest.FromString,
|
|
226
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
227
|
+
),
|
|
228
|
+
'UpdateIpPermissions': grpc.unary_unary_rpc_method_handler(
|
|
229
|
+
servicer.UpdateIpPermissions,
|
|
230
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.UpdateIpPermissionsRequest.FromString,
|
|
231
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
232
|
+
),
|
|
233
|
+
'ListArtifacts': grpc.unary_unary_rpc_method_handler(
|
|
234
|
+
servicer.ListArtifacts,
|
|
235
|
+
request_deserializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListArtifactsRequest.FromString,
|
|
236
|
+
response_serializer=yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListArtifactsResponse.SerializeToString,
|
|
237
|
+
),
|
|
238
|
+
}
|
|
239
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
240
|
+
'yandex.cloud.cloudregistry.v1.RegistryService', rpc_method_handlers)
|
|
241
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
# This class is part of an EXPERIMENTAL API.
|
|
245
|
+
class RegistryService(object):
|
|
246
|
+
"""A set of methods for managing Registry resources.
|
|
247
|
+
"""
|
|
248
|
+
|
|
249
|
+
@staticmethod
|
|
250
|
+
def Get(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(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/Get',
|
|
261
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.GetRegistryRequest.SerializeToString,
|
|
262
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__pb2.Registry.FromString,
|
|
263
|
+
options, channel_credentials,
|
|
264
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
265
|
+
|
|
266
|
+
@staticmethod
|
|
267
|
+
def List(request,
|
|
268
|
+
target,
|
|
269
|
+
options=(),
|
|
270
|
+
channel_credentials=None,
|
|
271
|
+
call_credentials=None,
|
|
272
|
+
insecure=False,
|
|
273
|
+
compression=None,
|
|
274
|
+
wait_for_ready=None,
|
|
275
|
+
timeout=None,
|
|
276
|
+
metadata=None):
|
|
277
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/List',
|
|
278
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListRegistriesRequest.SerializeToString,
|
|
279
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListRegistriesResponse.FromString,
|
|
280
|
+
options, channel_credentials,
|
|
281
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
282
|
+
|
|
283
|
+
@staticmethod
|
|
284
|
+
def Create(request,
|
|
285
|
+
target,
|
|
286
|
+
options=(),
|
|
287
|
+
channel_credentials=None,
|
|
288
|
+
call_credentials=None,
|
|
289
|
+
insecure=False,
|
|
290
|
+
compression=None,
|
|
291
|
+
wait_for_ready=None,
|
|
292
|
+
timeout=None,
|
|
293
|
+
metadata=None):
|
|
294
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/Create',
|
|
295
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.CreateRegistryRequest.SerializeToString,
|
|
296
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
297
|
+
options, channel_credentials,
|
|
298
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
299
|
+
|
|
300
|
+
@staticmethod
|
|
301
|
+
def Update(request,
|
|
302
|
+
target,
|
|
303
|
+
options=(),
|
|
304
|
+
channel_credentials=None,
|
|
305
|
+
call_credentials=None,
|
|
306
|
+
insecure=False,
|
|
307
|
+
compression=None,
|
|
308
|
+
wait_for_ready=None,
|
|
309
|
+
timeout=None,
|
|
310
|
+
metadata=None):
|
|
311
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/Update',
|
|
312
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.UpdateRegistryRequest.SerializeToString,
|
|
313
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
314
|
+
options, channel_credentials,
|
|
315
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
316
|
+
|
|
317
|
+
@staticmethod
|
|
318
|
+
def Delete(request,
|
|
319
|
+
target,
|
|
320
|
+
options=(),
|
|
321
|
+
channel_credentials=None,
|
|
322
|
+
call_credentials=None,
|
|
323
|
+
insecure=False,
|
|
324
|
+
compression=None,
|
|
325
|
+
wait_for_ready=None,
|
|
326
|
+
timeout=None,
|
|
327
|
+
metadata=None):
|
|
328
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/Delete',
|
|
329
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.DeleteRegistryRequest.SerializeToString,
|
|
330
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
331
|
+
options, channel_credentials,
|
|
332
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
333
|
+
|
|
334
|
+
@staticmethod
|
|
335
|
+
def ListAccessBindings(request,
|
|
336
|
+
target,
|
|
337
|
+
options=(),
|
|
338
|
+
channel_credentials=None,
|
|
339
|
+
call_credentials=None,
|
|
340
|
+
insecure=False,
|
|
341
|
+
compression=None,
|
|
342
|
+
wait_for_ready=None,
|
|
343
|
+
timeout=None,
|
|
344
|
+
metadata=None):
|
|
345
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/ListAccessBindings',
|
|
346
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
347
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
|
|
348
|
+
options, channel_credentials,
|
|
349
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
350
|
+
|
|
351
|
+
@staticmethod
|
|
352
|
+
def SetAccessBindings(request,
|
|
353
|
+
target,
|
|
354
|
+
options=(),
|
|
355
|
+
channel_credentials=None,
|
|
356
|
+
call_credentials=None,
|
|
357
|
+
insecure=False,
|
|
358
|
+
compression=None,
|
|
359
|
+
wait_for_ready=None,
|
|
360
|
+
timeout=None,
|
|
361
|
+
metadata=None):
|
|
362
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/SetAccessBindings',
|
|
363
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
|
|
364
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
365
|
+
options, channel_credentials,
|
|
366
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
367
|
+
|
|
368
|
+
@staticmethod
|
|
369
|
+
def UpdateAccessBindings(request,
|
|
370
|
+
target,
|
|
371
|
+
options=(),
|
|
372
|
+
channel_credentials=None,
|
|
373
|
+
call_credentials=None,
|
|
374
|
+
insecure=False,
|
|
375
|
+
compression=None,
|
|
376
|
+
wait_for_ready=None,
|
|
377
|
+
timeout=None,
|
|
378
|
+
metadata=None):
|
|
379
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/UpdateAccessBindings',
|
|
380
|
+
yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
|
|
381
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
382
|
+
options, channel_credentials,
|
|
383
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
384
|
+
|
|
385
|
+
@staticmethod
|
|
386
|
+
def ListIpPermissions(request,
|
|
387
|
+
target,
|
|
388
|
+
options=(),
|
|
389
|
+
channel_credentials=None,
|
|
390
|
+
call_credentials=None,
|
|
391
|
+
insecure=False,
|
|
392
|
+
compression=None,
|
|
393
|
+
wait_for_ready=None,
|
|
394
|
+
timeout=None,
|
|
395
|
+
metadata=None):
|
|
396
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/ListIpPermissions',
|
|
397
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListIpPermissionsRequest.SerializeToString,
|
|
398
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListIpPermissionsResponse.FromString,
|
|
399
|
+
options, channel_credentials,
|
|
400
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
401
|
+
|
|
402
|
+
@staticmethod
|
|
403
|
+
def SetIpPermissions(request,
|
|
404
|
+
target,
|
|
405
|
+
options=(),
|
|
406
|
+
channel_credentials=None,
|
|
407
|
+
call_credentials=None,
|
|
408
|
+
insecure=False,
|
|
409
|
+
compression=None,
|
|
410
|
+
wait_for_ready=None,
|
|
411
|
+
timeout=None,
|
|
412
|
+
metadata=None):
|
|
413
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/SetIpPermissions',
|
|
414
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.SetIpPermissionsRequest.SerializeToString,
|
|
415
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
416
|
+
options, channel_credentials,
|
|
417
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
418
|
+
|
|
419
|
+
@staticmethod
|
|
420
|
+
def UpdateIpPermissions(request,
|
|
421
|
+
target,
|
|
422
|
+
options=(),
|
|
423
|
+
channel_credentials=None,
|
|
424
|
+
call_credentials=None,
|
|
425
|
+
insecure=False,
|
|
426
|
+
compression=None,
|
|
427
|
+
wait_for_ready=None,
|
|
428
|
+
timeout=None,
|
|
429
|
+
metadata=None):
|
|
430
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/UpdateIpPermissions',
|
|
431
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.UpdateIpPermissionsRequest.SerializeToString,
|
|
432
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
433
|
+
options, channel_credentials,
|
|
434
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
435
|
+
|
|
436
|
+
@staticmethod
|
|
437
|
+
def ListArtifacts(request,
|
|
438
|
+
target,
|
|
439
|
+
options=(),
|
|
440
|
+
channel_credentials=None,
|
|
441
|
+
call_credentials=None,
|
|
442
|
+
insecure=False,
|
|
443
|
+
compression=None,
|
|
444
|
+
wait_for_ready=None,
|
|
445
|
+
timeout=None,
|
|
446
|
+
metadata=None):
|
|
447
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.cloudregistry.v1.RegistryService/ListArtifacts',
|
|
448
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListArtifactsRequest.SerializeToString,
|
|
449
|
+
yandex_dot_cloud_dot_cloudregistry_dot_v1_dot_registry__service__pb2.ListArtifactsResponse.FromString,
|
|
450
|
+
options, channel_credentials,
|
|
451
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|