yandexcloud 0.351.0__py3-none-any.whl → 0.353.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/ai/tuning/v1/tuning_service_pb2.py +13 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +40 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
- yandex/cloud/cdn/v1/origin_group_pb2.py +3 -3
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_group_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_pb2.py +10 -10
- yandex/cloud/cdn/v1/origin_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/resource_pb2.py +64 -64
- yandex/cloud/cdn/v1/resource_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/resource_service_pb2.py +26 -26
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
- 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 +362 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -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/iot/broker/v1/broker_service_pb2.py +50 -50
- yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
- yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.py +9 -5
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -76
- yandex/cloud/metastore/v1/cluster_pb2.py +19 -19
- yandex/cloud/metastore/v1/cluster_pb2.pyi +39 -32
- yandex/cloud/metastore/v1/cluster_service_pb2.py +47 -47
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +90 -91
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +63 -66
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +62 -77
- 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
- yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +3 -3
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/video/v1/channel_pb2.py +12 -12
- yandex/cloud/video/v1/channel_pb2.pyi +88 -22
- yandex/cloud/video/v1/channel_service_pb2.py +14 -14
- yandex/cloud/video/v1/channel_service_pb2.pyi +77 -41
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +26 -9
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +87 -30
- yandex/cloud/video/v1/episode_pb2.py +8 -10
- yandex/cloud/video/v1/episode_pb2.pyi +52 -36
- yandex/cloud/video/v1/episode_service_pb2.py +44 -42
- yandex/cloud/video/v1/episode_service_pb2.pyi +131 -82
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +30 -10
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +102 -33
- yandex/cloud/video/v1/manifest_pb2.pyi +24 -1
- yandex/cloud/video/v1/playlist_pb2.py +4 -6
- yandex/cloud/video/v1/playlist_pb2.pyi +24 -12
- yandex/cloud/video/v1/playlist_service_pb2.py +28 -24
- yandex/cloud/video/v1/playlist_service_pb2.pyi +99 -47
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +20 -7
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +75 -24
- yandex/cloud/video/v1/stream_line_pb2.py +16 -16
- yandex/cloud/video/v1/stream_line_pb2.pyi +11 -12
- yandex/cloud/video/v1/stream_line_service_pb2.py +54 -56
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +110 -65
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +25 -10
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +96 -33
- yandex/cloud/video/v1/stream_pb2.pyi +49 -36
- yandex/cloud/video/v1/stream_service_pb2.pyi +123 -52
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +25 -8
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +84 -27
- yandex/cloud/video/v1/style_preset_pb2.py +49 -0
- yandex/cloud/video/v1/style_preset_pb2.pyi +200 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.py +24 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +141 -0
- yandex/cloud/video/v1/style_preset_service_pb2.pyi +348 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.py +290 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.pyi +171 -0
- yandex/cloud/video/v1/subtitle_pb2.pyi +32 -23
- yandex/cloud/video/v1/subtitle_service_pb2.py +17 -17
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +25 -13
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +18 -5
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +63 -18
- yandex/cloud/video/v1/thumbnail_pb2.py +3 -3
- yandex/cloud/video/v1/thumbnail_pb2.pyi +18 -5
- yandex/cloud/video/v1/thumbnail_service_pb2.py +39 -31
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +94 -33
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +21 -6
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +75 -21
- yandex/cloud/video/v1/video_pb2.py +24 -24
- yandex/cloud/video/v1/video_pb2.pyi +105 -64
- yandex/cloud/video/v1/video_service_pb2.py +80 -74
- yandex/cloud/video/v1/video_service_pb2.pyi +193 -90
- yandex/cloud/video/v1/video_service_pb2_grpc.py +35 -12
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +123 -39
- yandex/cloud/ytsaurus/v1/package_options_pb2.py +35 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +1 -1
- yandexcloud/_wrappers/dataproc/__init__.py +4 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +163 -97
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/top_level.txt +0 -0
|
@@ -82,6 +82,31 @@ class FederationServiceStub(object):
|
|
|
82
82
|
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationOperationsRequest.SerializeToString,
|
|
83
83
|
response_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationOperationsResponse.FromString,
|
|
84
84
|
_registered_method=True)
|
|
85
|
+
self.GetDomain = channel.unary_unary(
|
|
86
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/GetDomain',
|
|
87
|
+
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.GetFederationDomainRequest.SerializeToString,
|
|
88
|
+
response_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__pb2.Domain.FromString,
|
|
89
|
+
_registered_method=True)
|
|
90
|
+
self.ListDomains = channel.unary_unary(
|
|
91
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/ListDomains',
|
|
92
|
+
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationDomainsRequest.SerializeToString,
|
|
93
|
+
response_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationDomainsResponse.FromString,
|
|
94
|
+
_registered_method=True)
|
|
95
|
+
self.AddDomain = channel.unary_unary(
|
|
96
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/AddDomain',
|
|
97
|
+
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.AddFederationDomainRequest.SerializeToString,
|
|
98
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
99
|
+
_registered_method=True)
|
|
100
|
+
self.ValidateDomain = channel.unary_unary(
|
|
101
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/ValidateDomain',
|
|
102
|
+
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ValidateFederationDomainRequest.SerializeToString,
|
|
103
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
104
|
+
_registered_method=True)
|
|
105
|
+
self.DeleteDomain = channel.unary_unary(
|
|
106
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/DeleteDomain',
|
|
107
|
+
request_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.DeleteFederationDomainRequest.SerializeToString,
|
|
108
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
109
|
+
_registered_method=True)
|
|
85
110
|
|
|
86
111
|
|
|
87
112
|
class FederationServiceServicer(object):
|
|
@@ -153,6 +178,43 @@ class FederationServiceServicer(object):
|
|
|
153
178
|
context.set_details('Method not implemented!')
|
|
154
179
|
raise NotImplementedError('Method not implemented!')
|
|
155
180
|
|
|
181
|
+
def GetDomain(self, request, context):
|
|
182
|
+
"""Returns the specified domain in the federation.
|
|
183
|
+
|
|
184
|
+
To get the list of available domains, make a [ListDomains] request.
|
|
185
|
+
"""
|
|
186
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
187
|
+
context.set_details('Method not implemented!')
|
|
188
|
+
raise NotImplementedError('Method not implemented!')
|
|
189
|
+
|
|
190
|
+
def ListDomains(self, request, context):
|
|
191
|
+
"""Retrieves the list of domains in the specified federation.
|
|
192
|
+
"""
|
|
193
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
194
|
+
context.set_details('Method not implemented!')
|
|
195
|
+
raise NotImplementedError('Method not implemented!')
|
|
196
|
+
|
|
197
|
+
def AddDomain(self, request, context):
|
|
198
|
+
"""Adds a domain to the specified federation.
|
|
199
|
+
"""
|
|
200
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
201
|
+
context.set_details('Method not implemented!')
|
|
202
|
+
raise NotImplementedError('Method not implemented!')
|
|
203
|
+
|
|
204
|
+
def ValidateDomain(self, request, context):
|
|
205
|
+
"""Validates a domain in the specified federation.
|
|
206
|
+
"""
|
|
207
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
208
|
+
context.set_details('Method not implemented!')
|
|
209
|
+
raise NotImplementedError('Method not implemented!')
|
|
210
|
+
|
|
211
|
+
def DeleteDomain(self, request, context):
|
|
212
|
+
"""Deletes the specified domain from the federation.
|
|
213
|
+
"""
|
|
214
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
215
|
+
context.set_details('Method not implemented!')
|
|
216
|
+
raise NotImplementedError('Method not implemented!')
|
|
217
|
+
|
|
156
218
|
|
|
157
219
|
def add_FederationServiceServicer_to_server(servicer, server):
|
|
158
220
|
rpc_method_handlers = {
|
|
@@ -201,6 +263,31 @@ def add_FederationServiceServicer_to_server(servicer, server):
|
|
|
201
263
|
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationOperationsRequest.FromString,
|
|
202
264
|
response_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationOperationsResponse.SerializeToString,
|
|
203
265
|
),
|
|
266
|
+
'GetDomain': grpc.unary_unary_rpc_method_handler(
|
|
267
|
+
servicer.GetDomain,
|
|
268
|
+
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.GetFederationDomainRequest.FromString,
|
|
269
|
+
response_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__pb2.Domain.SerializeToString,
|
|
270
|
+
),
|
|
271
|
+
'ListDomains': grpc.unary_unary_rpc_method_handler(
|
|
272
|
+
servicer.ListDomains,
|
|
273
|
+
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationDomainsRequest.FromString,
|
|
274
|
+
response_serializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationDomainsResponse.SerializeToString,
|
|
275
|
+
),
|
|
276
|
+
'AddDomain': grpc.unary_unary_rpc_method_handler(
|
|
277
|
+
servicer.AddDomain,
|
|
278
|
+
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.AddFederationDomainRequest.FromString,
|
|
279
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
280
|
+
),
|
|
281
|
+
'ValidateDomain': grpc.unary_unary_rpc_method_handler(
|
|
282
|
+
servicer.ValidateDomain,
|
|
283
|
+
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ValidateFederationDomainRequest.FromString,
|
|
284
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
285
|
+
),
|
|
286
|
+
'DeleteDomain': grpc.unary_unary_rpc_method_handler(
|
|
287
|
+
servicer.DeleteDomain,
|
|
288
|
+
request_deserializer=yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.DeleteFederationDomainRequest.FromString,
|
|
289
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
290
|
+
),
|
|
204
291
|
}
|
|
205
292
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
206
293
|
'yandex.cloud.organizationmanager.v1.saml.FederationService', rpc_method_handlers)
|
|
@@ -455,3 +542,138 @@ class FederationService(object):
|
|
|
455
542
|
timeout,
|
|
456
543
|
metadata,
|
|
457
544
|
_registered_method=True)
|
|
545
|
+
|
|
546
|
+
@staticmethod
|
|
547
|
+
def GetDomain(request,
|
|
548
|
+
target,
|
|
549
|
+
options=(),
|
|
550
|
+
channel_credentials=None,
|
|
551
|
+
call_credentials=None,
|
|
552
|
+
insecure=False,
|
|
553
|
+
compression=None,
|
|
554
|
+
wait_for_ready=None,
|
|
555
|
+
timeout=None,
|
|
556
|
+
metadata=None):
|
|
557
|
+
return grpc.experimental.unary_unary(
|
|
558
|
+
request,
|
|
559
|
+
target,
|
|
560
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/GetDomain',
|
|
561
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.GetFederationDomainRequest.SerializeToString,
|
|
562
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__pb2.Domain.FromString,
|
|
563
|
+
options,
|
|
564
|
+
channel_credentials,
|
|
565
|
+
insecure,
|
|
566
|
+
call_credentials,
|
|
567
|
+
compression,
|
|
568
|
+
wait_for_ready,
|
|
569
|
+
timeout,
|
|
570
|
+
metadata,
|
|
571
|
+
_registered_method=True)
|
|
572
|
+
|
|
573
|
+
@staticmethod
|
|
574
|
+
def ListDomains(request,
|
|
575
|
+
target,
|
|
576
|
+
options=(),
|
|
577
|
+
channel_credentials=None,
|
|
578
|
+
call_credentials=None,
|
|
579
|
+
insecure=False,
|
|
580
|
+
compression=None,
|
|
581
|
+
wait_for_ready=None,
|
|
582
|
+
timeout=None,
|
|
583
|
+
metadata=None):
|
|
584
|
+
return grpc.experimental.unary_unary(
|
|
585
|
+
request,
|
|
586
|
+
target,
|
|
587
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/ListDomains',
|
|
588
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationDomainsRequest.SerializeToString,
|
|
589
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ListFederationDomainsResponse.FromString,
|
|
590
|
+
options,
|
|
591
|
+
channel_credentials,
|
|
592
|
+
insecure,
|
|
593
|
+
call_credentials,
|
|
594
|
+
compression,
|
|
595
|
+
wait_for_ready,
|
|
596
|
+
timeout,
|
|
597
|
+
metadata,
|
|
598
|
+
_registered_method=True)
|
|
599
|
+
|
|
600
|
+
@staticmethod
|
|
601
|
+
def AddDomain(request,
|
|
602
|
+
target,
|
|
603
|
+
options=(),
|
|
604
|
+
channel_credentials=None,
|
|
605
|
+
call_credentials=None,
|
|
606
|
+
insecure=False,
|
|
607
|
+
compression=None,
|
|
608
|
+
wait_for_ready=None,
|
|
609
|
+
timeout=None,
|
|
610
|
+
metadata=None):
|
|
611
|
+
return grpc.experimental.unary_unary(
|
|
612
|
+
request,
|
|
613
|
+
target,
|
|
614
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/AddDomain',
|
|
615
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.AddFederationDomainRequest.SerializeToString,
|
|
616
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
617
|
+
options,
|
|
618
|
+
channel_credentials,
|
|
619
|
+
insecure,
|
|
620
|
+
call_credentials,
|
|
621
|
+
compression,
|
|
622
|
+
wait_for_ready,
|
|
623
|
+
timeout,
|
|
624
|
+
metadata,
|
|
625
|
+
_registered_method=True)
|
|
626
|
+
|
|
627
|
+
@staticmethod
|
|
628
|
+
def ValidateDomain(request,
|
|
629
|
+
target,
|
|
630
|
+
options=(),
|
|
631
|
+
channel_credentials=None,
|
|
632
|
+
call_credentials=None,
|
|
633
|
+
insecure=False,
|
|
634
|
+
compression=None,
|
|
635
|
+
wait_for_ready=None,
|
|
636
|
+
timeout=None,
|
|
637
|
+
metadata=None):
|
|
638
|
+
return grpc.experimental.unary_unary(
|
|
639
|
+
request,
|
|
640
|
+
target,
|
|
641
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/ValidateDomain',
|
|
642
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.ValidateFederationDomainRequest.SerializeToString,
|
|
643
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
644
|
+
options,
|
|
645
|
+
channel_credentials,
|
|
646
|
+
insecure,
|
|
647
|
+
call_credentials,
|
|
648
|
+
compression,
|
|
649
|
+
wait_for_ready,
|
|
650
|
+
timeout,
|
|
651
|
+
metadata,
|
|
652
|
+
_registered_method=True)
|
|
653
|
+
|
|
654
|
+
@staticmethod
|
|
655
|
+
def DeleteDomain(request,
|
|
656
|
+
target,
|
|
657
|
+
options=(),
|
|
658
|
+
channel_credentials=None,
|
|
659
|
+
call_credentials=None,
|
|
660
|
+
insecure=False,
|
|
661
|
+
compression=None,
|
|
662
|
+
wait_for_ready=None,
|
|
663
|
+
timeout=None,
|
|
664
|
+
metadata=None):
|
|
665
|
+
return grpc.experimental.unary_unary(
|
|
666
|
+
request,
|
|
667
|
+
target,
|
|
668
|
+
'/yandex.cloud.organizationmanager.v1.saml.FederationService/DeleteDomain',
|
|
669
|
+
yandex_dot_cloud_dot_organizationmanager_dot_v1_dot_saml_dot_federation__service__pb2.DeleteFederationDomainRequest.SerializeToString,
|
|
670
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
671
|
+
options,
|
|
672
|
+
channel_credentials,
|
|
673
|
+
insecure,
|
|
674
|
+
call_credentials,
|
|
675
|
+
compression,
|
|
676
|
+
wait_for_ready,
|
|
677
|
+
timeout,
|
|
678
|
+
metadata,
|
|
679
|
+
_registered_method=True)
|
|
@@ -80,6 +80,39 @@ class FederationServiceStub:
|
|
|
80
80
|
]
|
|
81
81
|
"""Lists operations for the specified federation."""
|
|
82
82
|
|
|
83
|
+
GetDomain: grpc.UnaryUnaryMultiCallable[
|
|
84
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.GetFederationDomainRequest,
|
|
85
|
+
yandex.cloud.organizationmanager.v1.saml.federation_pb2.Domain,
|
|
86
|
+
]
|
|
87
|
+
"""Returns the specified domain in the federation.
|
|
88
|
+
|
|
89
|
+
To get the list of available domains, make a [ListDomains] request.
|
|
90
|
+
"""
|
|
91
|
+
|
|
92
|
+
ListDomains: grpc.UnaryUnaryMultiCallable[
|
|
93
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationDomainsRequest,
|
|
94
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationDomainsResponse,
|
|
95
|
+
]
|
|
96
|
+
"""Retrieves the list of domains in the specified federation."""
|
|
97
|
+
|
|
98
|
+
AddDomain: grpc.UnaryUnaryMultiCallable[
|
|
99
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.AddFederationDomainRequest,
|
|
100
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
101
|
+
]
|
|
102
|
+
"""Adds a domain to the specified federation."""
|
|
103
|
+
|
|
104
|
+
ValidateDomain: grpc.UnaryUnaryMultiCallable[
|
|
105
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ValidateFederationDomainRequest,
|
|
106
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
107
|
+
]
|
|
108
|
+
"""Validates a domain in the specified federation."""
|
|
109
|
+
|
|
110
|
+
DeleteDomain: grpc.UnaryUnaryMultiCallable[
|
|
111
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.DeleteFederationDomainRequest,
|
|
112
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
113
|
+
]
|
|
114
|
+
"""Deletes the specified domain from the federation."""
|
|
115
|
+
|
|
83
116
|
class FederationServiceAsyncStub:
|
|
84
117
|
"""A set of methods for managing federations."""
|
|
85
118
|
|
|
@@ -140,6 +173,39 @@ class FederationServiceAsyncStub:
|
|
|
140
173
|
]
|
|
141
174
|
"""Lists operations for the specified federation."""
|
|
142
175
|
|
|
176
|
+
GetDomain: grpc.aio.UnaryUnaryMultiCallable[
|
|
177
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.GetFederationDomainRequest,
|
|
178
|
+
yandex.cloud.organizationmanager.v1.saml.federation_pb2.Domain,
|
|
179
|
+
]
|
|
180
|
+
"""Returns the specified domain in the federation.
|
|
181
|
+
|
|
182
|
+
To get the list of available domains, make a [ListDomains] request.
|
|
183
|
+
"""
|
|
184
|
+
|
|
185
|
+
ListDomains: grpc.aio.UnaryUnaryMultiCallable[
|
|
186
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationDomainsRequest,
|
|
187
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationDomainsResponse,
|
|
188
|
+
]
|
|
189
|
+
"""Retrieves the list of domains in the specified federation."""
|
|
190
|
+
|
|
191
|
+
AddDomain: grpc.aio.UnaryUnaryMultiCallable[
|
|
192
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.AddFederationDomainRequest,
|
|
193
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
194
|
+
]
|
|
195
|
+
"""Adds a domain to the specified federation."""
|
|
196
|
+
|
|
197
|
+
ValidateDomain: grpc.aio.UnaryUnaryMultiCallable[
|
|
198
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ValidateFederationDomainRequest,
|
|
199
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
200
|
+
]
|
|
201
|
+
"""Validates a domain in the specified federation."""
|
|
202
|
+
|
|
203
|
+
DeleteDomain: grpc.aio.UnaryUnaryMultiCallable[
|
|
204
|
+
yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.DeleteFederationDomainRequest,
|
|
205
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
206
|
+
]
|
|
207
|
+
"""Deletes the specified domain from the federation."""
|
|
208
|
+
|
|
143
209
|
class FederationServiceServicer(metaclass=abc.ABCMeta):
|
|
144
210
|
"""A set of methods for managing federations."""
|
|
145
211
|
|
|
@@ -218,4 +284,47 @@ class FederationServiceServicer(metaclass=abc.ABCMeta):
|
|
|
218
284
|
) -> typing.Union[yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationOperationsResponse, collections.abc.Awaitable[yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationOperationsResponse]]:
|
|
219
285
|
"""Lists operations for the specified federation."""
|
|
220
286
|
|
|
287
|
+
@abc.abstractmethod
|
|
288
|
+
def GetDomain(
|
|
289
|
+
self,
|
|
290
|
+
request: yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.GetFederationDomainRequest,
|
|
291
|
+
context: _ServicerContext,
|
|
292
|
+
) -> typing.Union[yandex.cloud.organizationmanager.v1.saml.federation_pb2.Domain, collections.abc.Awaitable[yandex.cloud.organizationmanager.v1.saml.federation_pb2.Domain]]:
|
|
293
|
+
"""Returns the specified domain in the federation.
|
|
294
|
+
|
|
295
|
+
To get the list of available domains, make a [ListDomains] request.
|
|
296
|
+
"""
|
|
297
|
+
|
|
298
|
+
@abc.abstractmethod
|
|
299
|
+
def ListDomains(
|
|
300
|
+
self,
|
|
301
|
+
request: yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationDomainsRequest,
|
|
302
|
+
context: _ServicerContext,
|
|
303
|
+
) -> typing.Union[yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationDomainsResponse, collections.abc.Awaitable[yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ListFederationDomainsResponse]]:
|
|
304
|
+
"""Retrieves the list of domains in the specified federation."""
|
|
305
|
+
|
|
306
|
+
@abc.abstractmethod
|
|
307
|
+
def AddDomain(
|
|
308
|
+
self,
|
|
309
|
+
request: yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.AddFederationDomainRequest,
|
|
310
|
+
context: _ServicerContext,
|
|
311
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
312
|
+
"""Adds a domain to the specified federation."""
|
|
313
|
+
|
|
314
|
+
@abc.abstractmethod
|
|
315
|
+
def ValidateDomain(
|
|
316
|
+
self,
|
|
317
|
+
request: yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.ValidateFederationDomainRequest,
|
|
318
|
+
context: _ServicerContext,
|
|
319
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
320
|
+
"""Validates a domain in the specified federation."""
|
|
321
|
+
|
|
322
|
+
@abc.abstractmethod
|
|
323
|
+
def DeleteDomain(
|
|
324
|
+
self,
|
|
325
|
+
request: yandex.cloud.organizationmanager.v1.saml.federation_service_pb2.DeleteFederationDomainRequest,
|
|
326
|
+
context: _ServicerContext,
|
|
327
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
328
|
+
"""Deletes the specified domain from the federation."""
|
|
329
|
+
|
|
221
330
|
def add_FederationServiceServicer_to_server(servicer: FederationServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -30,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
30
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/quotamanager/v1/quota_request_service.proto\x12\x1cyandex.cloud.quotamanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a\x30yandex/cloud/quotamanager/v1/quota_request.proto\x1a+yandex/cloud/quotamanager/v1/resource.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"@\n\x16GetQuotaRequestRequest\x12&\n\x10quota_request_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb6\x02\n\x19\x43reateQuotaRequestRequest\x12>\n\x08resource\x18\x01 \x01(\x0b\x32&.yandex.cloud.quotamanager.v1.ResourceB\x04\xe8\xc7\x31\x01\x12r\n\x14\x64\x65sired_quota_limits\x18\x02 \x03(\x0b\x32I.yandex.cloud.quotamanager.v1.CreateQuotaRequestRequest.DesiredQuotaLimitB\t\x82\xc8\x31\x05\x31-100\x1a\x65\n\x11\x44\x65siredQuotaLimit\x12\x1e\n\x08quota_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=64\x12\x30\n\rdesired_limit\x18\x02 \x01(\x01\x42\x19\xfa\xc7\x31\x15\x30-9223372036854775807\"6\n\x1a\x43reateQuotaRequestMetadata\x12\x18\n\x10quota_request_id\x18\x01 \x01(\t\"j\n\x19\x43\x61ncelQuotaRequestRequest\x12&\n\x10quota_request_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\tquota_ids\x18\x02 \x03(\tB\x12\x82\xc8\x31\x06\x31-1000\x8a\xc8\x31\x04<=64\"6\n\x1a\x43\x61ncelQuotaRequestMetadata\x12\x18\n\x10quota_request_id\x18\x01 \x01(\t\"\xb3\x01\n\x17ListQuotaRequestRequest\x12>\n\x08resource\x18\x01 \x01(\x0b\x32&.yandex.cloud.quotamanager.v1.ResourceB\x04\xe8\xc7\x31\x01\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\"w\n\x18ListQuotaRequestResponse\x12\x42\n\x0equota_requests\x18\x01 \x03(\x0b\x32*.yandex.cloud.quotamanager.v1.QuotaRequest\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x89\x01\n!ListQuotaRequestOperationsRequest\x12&\n\x10quota_request_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\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"t\n\"ListQuotaRequestOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/quotamanager/v1/quota_request_service.proto\x12\x1cyandex.cloud.quotamanager.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a\x30yandex/cloud/quotamanager/v1/quota_request.proto\x1a+yandex/cloud/quotamanager/v1/resource.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"@\n\x16GetQuotaRequestRequest\x12&\n\x10quota_request_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb6\x02\n\x19\x43reateQuotaRequestRequest\x12>\n\x08resource\x18\x01 \x01(\x0b\x32&.yandex.cloud.quotamanager.v1.ResourceB\x04\xe8\xc7\x31\x01\x12r\n\x14\x64\x65sired_quota_limits\x18\x02 \x03(\x0b\x32I.yandex.cloud.quotamanager.v1.CreateQuotaRequestRequest.DesiredQuotaLimitB\t\x82\xc8\x31\x05\x31-100\x1a\x65\n\x11\x44\x65siredQuotaLimit\x12\x1e\n\x08quota_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=64\x12\x30\n\rdesired_limit\x18\x02 \x01(\x01\x42\x19\xfa\xc7\x31\x15\x30-9223372036854775807\"6\n\x1a\x43reateQuotaRequestMetadata\x12\x18\n\x10quota_request_id\x18\x01 \x01(\t\"j\n\x19\x43\x61ncelQuotaRequestRequest\x12&\n\x10quota_request_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\tquota_ids\x18\x02 \x03(\tB\x12\x82\xc8\x31\x06\x31-1000\x8a\xc8\x31\x04<=64\"6\n\x1a\x43\x61ncelQuotaRequestMetadata\x12\x18\n\x10quota_request_id\x18\x01 \x01(\t\"\xb3\x01\n\x17ListQuotaRequestRequest\x12>\n\x08resource\x18\x01 \x01(\x0b\x32&.yandex.cloud.quotamanager.v1.ResourceB\x04\xe8\xc7\x31\x01\x12\x1a\n\x06\x66ilter\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\"w\n\x18ListQuotaRequestResponse\x12\x42\n\x0equota_requests\x18\x01 \x03(\x0b\x32*.yandex.cloud.quotamanager.v1.QuotaRequest\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x89\x01\n!ListQuotaRequestOperationsRequest\x12&\n\x10quota_request_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\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"t\n\"ListQuotaRequestOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xd5\x07\n\x13QuotaRequestService\x12\xa3\x01\n\x03Get\x12\x34.yandex.cloud.quotamanager.v1.GetQuotaRequestRequest\x1a*.yandex.cloud.quotamanager.v1.QuotaRequest\":\x82\xd3\xe4\x93\x02\x34\x12\x32/quota-manager/v1/quotaRequests/{quota_request_id}\x12\xbe\x01\n\x06\x43reate\x12\x37.yandex.cloud.quotamanager.v1.CreateQuotaRequestRequest\x1a!.yandex.cloud.operation.Operation\"X\xb2\xd2**\n\x1a\x43reateQuotaRequestMetadata\x12\x0cQuotaRequest\x82\xd3\xe4\x93\x02$\"\x1f/quota-manager/v1/quotaRequests:\x01*\x12\xd8\x01\n\x06\x43\x61ncel\x12\x37.yandex.cloud.quotamanager.v1.CancelQuotaRequestRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2**\n\x1a\x43\x61ncelQuotaRequestMetadata\x12\x0cQuotaRequest\x82\xd3\xe4\x93\x02>\"9/quota-manager/v1/quotaRequests/{quota_request_id}/cancel:\x01*\x12\x9e\x01\n\x04List\x12\x35.yandex.cloud.quotamanager.v1.ListQuotaRequestRequest\x1a\x36.yandex.cloud.quotamanager.v1.ListQuotaRequestResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/quota-manager/v1/quotaRequests\x12\xda\x01\n\x0eListOperations\x12?.yandex.cloud.quotamanager.v1.ListQuotaRequestOperationsRequest\x1a@.yandex.cloud.quotamanager.v1.ListQuotaRequestOperationsResponse\"E\x82\xd3\xe4\x93\x02?\x12=/quota-manager/v1/quotaRequests/{quota_request_id}/operationsBq\n yandex.cloud.api.quotamanager.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/quotamanager/v1;quotamanagerb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -73,7 +73,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
73
73
|
_globals['_QUOTAREQUESTSERVICE'].methods_by_name['Cancel']._loaded_options = None
|
|
74
74
|
_globals['_QUOTAREQUESTSERVICE'].methods_by_name['Cancel']._serialized_options = b'\262\322**\n\032CancelQuotaRequestMetadata\022\014QuotaRequest\202\323\344\223\002>\"9/quota-manager/v1/quotaRequests/{quota_request_id}/cancel:\001*'
|
|
75
75
|
_globals['_QUOTAREQUESTSERVICE'].methods_by_name['List']._loaded_options = None
|
|
76
|
-
_globals['_QUOTAREQUESTSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002
|
|
76
|
+
_globals['_QUOTAREQUESTSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002!\022\037/quota-manager/v1/quotaRequests'
|
|
77
77
|
_globals['_QUOTAREQUESTSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
78
78
|
_globals['_QUOTAREQUESTSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\002?\022=/quota-manager/v1/quotaRequests/{quota_request_id}/operations'
|
|
79
79
|
_globals['_GETQUOTAREQUESTREQUEST']._serialized_start=320
|
|
@@ -97,5 +97,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
97
97
|
_globals['_LISTQUOTAREQUESTOPERATIONSRESPONSE']._serialized_start=1362
|
|
98
98
|
_globals['_LISTQUOTAREQUESTOPERATIONSRESPONSE']._serialized_end=1478
|
|
99
99
|
_globals['_QUOTAREQUESTSERVICE']._serialized_start=1481
|
|
100
|
-
_globals['_QUOTAREQUESTSERVICE']._serialized_end=
|
|
100
|
+
_globals['_QUOTAREQUESTSERVICE']._serialized_end=2462
|
|
101
101
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -27,7 +27,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
27
27
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/serverless/eventrouter/v1/connector.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xe3\x04\n\tConnector\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06\x62us_id\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12M\n\x06labels\x18\x08 \x03(\x0b\x32=.yandex.cloud.serverless.eventrouter.v1.Connector.LabelsEntry\x12>\n\x06source\x18\t \x01(\x0b\x32..yandex.cloud.serverless.eventrouter.v1.Source\x12\x1b\n\x13\x64\x65letion_protection\x18\n \x01(\x08\x12H\n\x06status\x18\x0b \x01(\x0e\x32\x38.yandex.cloud.serverless.eventrouter.v1.Connector.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9c\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0b\n\x07STOPPED\x10\x02\x12\x16\n\x12RESOURCE_NOT_FOUND\x10\x03\x12\x15\n\x11PERMISSION_DENIED\x10\x04\x12\x15\n\x11SUBJECT_NOT_FOUND\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x07\x12\x0c\n\x08\x43REATING\x10\x08\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/serverless/eventrouter/v1/connector.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xe3\x04\n\tConnector\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06\x62us_id\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12M\n\x06labels\x18\x08 \x03(\x0b\x32=.yandex.cloud.serverless.eventrouter.v1.Connector.LabelsEntry\x12>\n\x06source\x18\t \x01(\x0b\x32..yandex.cloud.serverless.eventrouter.v1.Source\x12\x1b\n\x13\x64\x65letion_protection\x18\n \x01(\x08\x12H\n\x06status\x18\x0b \x01(\x0e\x32\x38.yandex.cloud.serverless.eventrouter.v1.Connector.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9c\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0b\n\x07STOPPED\x10\x02\x12\x16\n\x12RESOURCE_NOT_FOUND\x10\x03\x12\x15\n\x11PERMISSION_DENIED\x10\x04\x12\x15\n\x11SUBJECT_NOT_FOUND\x10\x05\x12\x0c\n\x08\x44\x45LETING\x10\x07\x12\x0c\n\x08\x43REATING\x10\x08\"\x9b\x03\n\x06Source\x12I\n\x0b\x64\x61ta_stream\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.serverless.eventrouter.v1.DataStreamH\x00\x12M\n\rmessage_queue\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.serverless.eventrouter.v1.MessageQueueH\x00\x12>\n\x05timer\x18\x03 \x01(\x0b\x32-.yandex.cloud.serverless.eventrouter.v1.TimerH\x00\x12Z\n\x14\x65vent_service_source\x18\x04 \x01(\x0b\x32:.yandex.cloud.serverless.eventrouter.v1.EventServiceSourceH\x00\x12K\n\x0c\x61udit_trails\x18\x05 \x01(\x0b\x32\x33.yandex.cloud.serverless.eventrouter.v1.AuditTrailsH\x00\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\"y\n\nDataStream\x12\x16\n\x08\x64\x61tabase\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0bstream_name\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x63onsumer\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12 \n\x12service_account_id\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\"\xf0\x01\n\x0cMessageQueue\x12\x17\n\tqueue_arn\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12(\n\x12service_account_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12@\n\x12visibility_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\t\xfa\xc7\x31\x05<=12h\x12\x1c\n\nbatch_size\x18\x04 \x01(\x03\x42\x08\xfa\xc7\x31\x04<=10\x12=\n\x0fpolling_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\t\xfa\xc7\x31\x05<=20s\"\x14\n\x12\x45ventServiceSource\"e\n\x05Timer\x12&\n\x0f\x63ron_expression\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=100\x12\x11\n\ttime_zone\x18\x02 \x01(\t\x12\x1b\n\x07payload\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=4096J\x04\x08\x03\x10\x04\"\r\n\x0b\x41uditTrailsB\x8a\x01\n*yandex.cloud.api.serverless.eventrouter.v1B\x04PERCZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouterb\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -68,13 +68,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
68
68
|
_globals['_CONNECTOR_STATUS']._serialized_start=650
|
|
69
69
|
_globals['_CONNECTOR_STATUS']._serialized_end=806
|
|
70
70
|
_globals['_SOURCE']._serialized_start=809
|
|
71
|
-
_globals['_SOURCE']._serialized_end=
|
|
72
|
-
_globals['_DATASTREAM']._serialized_start=
|
|
73
|
-
_globals['_DATASTREAM']._serialized_end=
|
|
74
|
-
_globals['_MESSAGEQUEUE']._serialized_start=
|
|
75
|
-
_globals['_MESSAGEQUEUE']._serialized_end=
|
|
76
|
-
_globals['_EVENTSERVICESOURCE']._serialized_start=
|
|
77
|
-
_globals['_EVENTSERVICESOURCE']._serialized_end=
|
|
78
|
-
_globals['_TIMER']._serialized_start=
|
|
79
|
-
_globals['_TIMER']._serialized_end=
|
|
71
|
+
_globals['_SOURCE']._serialized_end=1220
|
|
72
|
+
_globals['_DATASTREAM']._serialized_start=1222
|
|
73
|
+
_globals['_DATASTREAM']._serialized_end=1343
|
|
74
|
+
_globals['_MESSAGEQUEUE']._serialized_start=1346
|
|
75
|
+
_globals['_MESSAGEQUEUE']._serialized_end=1586
|
|
76
|
+
_globals['_EVENTSERVICESOURCE']._serialized_start=1588
|
|
77
|
+
_globals['_EVENTSERVICESOURCE']._serialized_end=1608
|
|
78
|
+
_globals['_TIMER']._serialized_start=1610
|
|
79
|
+
_globals['_TIMER']._serialized_end=1711
|
|
80
|
+
_globals['_AUDITTRAILS']._serialized_start=1713
|
|
81
|
+
_globals['_AUDITTRAILS']._serialized_end=1726
|
|
80
82
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -147,6 +147,7 @@ class Source(google.protobuf.message.Message):
|
|
|
147
147
|
MESSAGE_QUEUE_FIELD_NUMBER: builtins.int
|
|
148
148
|
TIMER_FIELD_NUMBER: builtins.int
|
|
149
149
|
EVENT_SERVICE_SOURCE_FIELD_NUMBER: builtins.int
|
|
150
|
+
AUDIT_TRAILS_FIELD_NUMBER: builtins.int
|
|
150
151
|
@property
|
|
151
152
|
def data_stream(self) -> global___DataStream: ...
|
|
152
153
|
@property
|
|
@@ -155,6 +156,8 @@ class Source(google.protobuf.message.Message):
|
|
|
155
156
|
def timer(self) -> global___Timer: ...
|
|
156
157
|
@property
|
|
157
158
|
def event_service_source(self) -> global___EventServiceSource: ...
|
|
159
|
+
@property
|
|
160
|
+
def audit_trails(self) -> global___AuditTrails: ...
|
|
158
161
|
def __init__(
|
|
159
162
|
self,
|
|
160
163
|
*,
|
|
@@ -162,10 +165,11 @@ class Source(google.protobuf.message.Message):
|
|
|
162
165
|
message_queue: global___MessageQueue | None = ...,
|
|
163
166
|
timer: global___Timer | None = ...,
|
|
164
167
|
event_service_source: global___EventServiceSource | None = ...,
|
|
168
|
+
audit_trails: global___AuditTrails | None = ...,
|
|
165
169
|
) -> None: ...
|
|
166
|
-
def HasField(self, field_name: typing.Literal["data_stream", b"data_stream", "event_service_source", b"event_service_source", "message_queue", b"message_queue", "source", b"source", "timer", b"timer"]) -> builtins.bool: ...
|
|
167
|
-
def ClearField(self, field_name: typing.Literal["data_stream", b"data_stream", "event_service_source", b"event_service_source", "message_queue", b"message_queue", "source", b"source", "timer", b"timer"]) -> None: ...
|
|
168
|
-
def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["data_stream", "message_queue", "timer", "event_service_source"] | None: ...
|
|
170
|
+
def HasField(self, field_name: typing.Literal["audit_trails", b"audit_trails", "data_stream", b"data_stream", "event_service_source", b"event_service_source", "message_queue", b"message_queue", "source", b"source", "timer", b"timer"]) -> builtins.bool: ...
|
|
171
|
+
def ClearField(self, field_name: typing.Literal["audit_trails", b"audit_trails", "data_stream", b"data_stream", "event_service_source", b"event_service_source", "message_queue", b"message_queue", "source", b"source", "timer", b"timer"]) -> None: ...
|
|
172
|
+
def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["data_stream", "message_queue", "timer", "event_service_source", "audit_trails"] | None: ...
|
|
169
173
|
|
|
170
174
|
global___Source = Source
|
|
171
175
|
|
|
@@ -271,3 +275,13 @@ class Timer(google.protobuf.message.Message):
|
|
|
271
275
|
def ClearField(self, field_name: typing.Literal["cron_expression", b"cron_expression", "payload", b"payload", "time_zone", b"time_zone"]) -> None: ...
|
|
272
276
|
|
|
273
277
|
global___Timer = Timer
|
|
278
|
+
|
|
279
|
+
@typing.final
|
|
280
|
+
class AuditTrails(google.protobuf.message.Message):
|
|
281
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
282
|
+
|
|
283
|
+
def __init__(
|
|
284
|
+
self,
|
|
285
|
+
) -> None: ...
|
|
286
|
+
|
|
287
|
+
global___AuditTrails = AuditTrails
|
|
@@ -26,7 +26,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/channel.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/channel.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\x87\x03\n\x07\x43hannel\x12\n\n\x02id\x18\x01 \x01(\t\x12\x17\n\x0forganization_id\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x1f\n\x17\x64\x65\x66\x61ult_style_preset_id\x18\x05 \x01(\t\x12.\n\ncreated_at\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x06labels\x18\xc8\x01 \x03(\x0b\x32*.yandex.cloud.video.v1.Channel.LabelsEntry\x12\x39\n\x08settings\x18\xc9\x01 \x01(\x0b\x32&.yandex.cloud.video.v1.ChannelSettings\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x06\x10\x64J\x05\x08\x66\x10\xc8\x01\"\xae\x01\n\x0f\x43hannelSettings\x12\x43\n\radvertisement\x18\x01 \x01(\x0b\x32,.yandex.cloud.video.v1.AdvertisementSettings\x12P\n\x14referer_verification\x18\x03 \x01(\x0b\x32\x32.yandex.cloud.video.v1.RefererVerificationSettingsJ\x04\x08\x02\x10\x03\"\xc0\x01\n\x15\x41\x64vertisementSettings\x12R\n\ryandex_direct\x18\x64 \x01(\x0b\x32\x39.yandex.cloud.video.v1.AdvertisementSettings.YandexDirectH\x00\x1a\x41\n\x0cYandexDirect\x12\x0e\n\x06\x65nable\x18\x01 \x01(\x08\x12\x0f\n\x07page_id\x18\x02 \x01(\x03\x12\x10\n\x08\x63\x61tegory\x18\x03 \x01(\x03\x42\n\n\x08providerJ\x04\x08\x01\x10\x64\"\x9c\x01\n\x1bRefererVerificationSettings\x12\x0e\n\x06\x65nable\x18\x01 \x01(\x08\x12m\n\x0f\x61llowed_domains\x18\x02 \x03(\tBT\xf2\xc7\x31>^(?:\\*\\.)?(?:[a-zA-Z0-9-]*\\.)+[a-zA-Z]{2,}$|^\\*\\.[a-zA-Z]{2,}$\x82\xc8\x31\x05<=100\x8a\xc8\x31\x05\x34-255B\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -39,15 +39,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
39
39
|
_globals['_REFERERVERIFICATIONSETTINGS'].fields_by_name['allowed_domains']._loaded_options = None
|
|
40
40
|
_globals['_REFERERVERIFICATIONSETTINGS'].fields_by_name['allowed_domains']._serialized_options = b'\362\3071>^(?:\\*\\.)?(?:[a-zA-Z0-9-]*\\.)+[a-zA-Z]{2,}$|^\\*\\.[a-zA-Z]{2,}$\202\3101\005<=100\212\3101\0054-255'
|
|
41
41
|
_globals['_CHANNEL']._serialized_start=127
|
|
42
|
-
_globals['_CHANNEL']._serialized_end=
|
|
43
|
-
_globals['_CHANNEL_LABELSENTRY']._serialized_start=
|
|
44
|
-
_globals['_CHANNEL_LABELSENTRY']._serialized_end=
|
|
45
|
-
_globals['_CHANNELSETTINGS']._serialized_start=
|
|
46
|
-
_globals['_CHANNELSETTINGS']._serialized_end=
|
|
47
|
-
_globals['_ADVERTISEMENTSETTINGS']._serialized_start=
|
|
48
|
-
_globals['_ADVERTISEMENTSETTINGS']._serialized_end=
|
|
49
|
-
_globals['_ADVERTISEMENTSETTINGS_YANDEXDIRECT']._serialized_start=
|
|
50
|
-
_globals['_ADVERTISEMENTSETTINGS_YANDEXDIRECT']._serialized_end=
|
|
51
|
-
_globals['_REFERERVERIFICATIONSETTINGS']._serialized_start=
|
|
52
|
-
_globals['_REFERERVERIFICATIONSETTINGS']._serialized_end=
|
|
42
|
+
_globals['_CHANNEL']._serialized_end=518
|
|
43
|
+
_globals['_CHANNEL_LABELSENTRY']._serialized_start=460
|
|
44
|
+
_globals['_CHANNEL_LABELSENTRY']._serialized_end=505
|
|
45
|
+
_globals['_CHANNELSETTINGS']._serialized_start=521
|
|
46
|
+
_globals['_CHANNELSETTINGS']._serialized_end=695
|
|
47
|
+
_globals['_ADVERTISEMENTSETTINGS']._serialized_start=698
|
|
48
|
+
_globals['_ADVERTISEMENTSETTINGS']._serialized_end=890
|
|
49
|
+
_globals['_ADVERTISEMENTSETTINGS_YANDEXDIRECT']._serialized_start=807
|
|
50
|
+
_globals['_ADVERTISEMENTSETTINGS_YANDEXDIRECT']._serialized_end=872
|
|
51
|
+
_globals['_REFERERVERIFICATIONSETTINGS']._serialized_start=893
|
|
52
|
+
_globals['_REFERERVERIFICATIONSETTINGS']._serialized_end=1049
|
|
53
53
|
# @@protoc_insertion_point(module_scope)
|