yandexcloud 0.363.0__py3-none-any.whl → 0.365.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/baremetal/v1alpha/rental_period_pb2.py +37 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2.pyi +31 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.py +24 -0
- yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.pyi +17 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.py +50 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.pyi +75 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.py +101 -0
- yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.pyi +50 -0
- yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +8 -2
- yandex/cloud/dns/v1/dns_zone_service_pb2.py +37 -27
- yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
- yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
- yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
- yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/postgresql/v1/user_pb2.py +27 -25
- yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +27 -2
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +33 -33
- yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +5 -1
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/organizationmanager/v1/idp/application/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/__init__.py +0 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.py +55 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.pyi +206 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.py +178 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.pyi +641 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.py +634 -0
- yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.pyi +302 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.py +41 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.pyi +108 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.py +24 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.pyi +17 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.py +156 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.pyi +462 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.py +446 -0
- yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.pyi +185 -0
- yandex/cloud/ytsaurus/v1/cluster_pb2.py +4 -2
- yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +19 -1
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/RECORD +76 -46
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/top_level.txt +0 -0
|
@@ -8,6 +8,7 @@ import collections.abc
|
|
|
8
8
|
import grpc
|
|
9
9
|
import grpc.aio
|
|
10
10
|
import typing
|
|
11
|
+
import yandex.cloud.access.access_pb2
|
|
11
12
|
import yandex.cloud.mdb.kafka.v1.cluster_pb2
|
|
12
13
|
import yandex.cloud.mdb.kafka.v1.cluster_service_pb2
|
|
13
14
|
import yandex.cloud.operation.operation_pb2
|
|
@@ -107,6 +108,24 @@ class ClusterServiceStub:
|
|
|
107
108
|
]
|
|
108
109
|
"""Retrieves a list of hosts for the specified Apache Kafka® cluster."""
|
|
109
110
|
|
|
111
|
+
ListAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
112
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
113
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
114
|
+
]
|
|
115
|
+
"""Retrieves a list of access bindings for the specified Apache Kafka® cluster."""
|
|
116
|
+
|
|
117
|
+
SetAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
118
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
119
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
120
|
+
]
|
|
121
|
+
"""Sets access bindings for the specified Apache Kafka® cluster."""
|
|
122
|
+
|
|
123
|
+
UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
124
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
125
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
126
|
+
]
|
|
127
|
+
"""Updates access bindings for the specified Apache Kafka® cluster."""
|
|
128
|
+
|
|
110
129
|
class ClusterServiceAsyncStub:
|
|
111
130
|
"""A set of methods for managing Apache Kafka® clusters."""
|
|
112
131
|
|
|
@@ -194,6 +213,24 @@ class ClusterServiceAsyncStub:
|
|
|
194
213
|
]
|
|
195
214
|
"""Retrieves a list of hosts for the specified Apache Kafka® cluster."""
|
|
196
215
|
|
|
216
|
+
ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
217
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
218
|
+
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
219
|
+
]
|
|
220
|
+
"""Retrieves a list of access bindings for the specified Apache Kafka® cluster."""
|
|
221
|
+
|
|
222
|
+
SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
223
|
+
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
224
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
225
|
+
]
|
|
226
|
+
"""Sets access bindings for the specified Apache Kafka® cluster."""
|
|
227
|
+
|
|
228
|
+
UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
229
|
+
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
230
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
231
|
+
]
|
|
232
|
+
"""Updates access bindings for the specified Apache Kafka® cluster."""
|
|
233
|
+
|
|
197
234
|
class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
198
235
|
"""A set of methods for managing Apache Kafka® clusters."""
|
|
199
236
|
|
|
@@ -307,4 +344,28 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
307
344
|
) -> typing.Union[yandex.cloud.mdb.kafka.v1.cluster_service_pb2.ListClusterHostsResponse, collections.abc.Awaitable[yandex.cloud.mdb.kafka.v1.cluster_service_pb2.ListClusterHostsResponse]]:
|
|
308
345
|
"""Retrieves a list of hosts for the specified Apache Kafka® cluster."""
|
|
309
346
|
|
|
347
|
+
@abc.abstractmethod
|
|
348
|
+
def ListAccessBindings(
|
|
349
|
+
self,
|
|
350
|
+
request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
351
|
+
context: _ServicerContext,
|
|
352
|
+
) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
|
|
353
|
+
"""Retrieves a list of access bindings for the specified Apache Kafka® cluster."""
|
|
354
|
+
|
|
355
|
+
@abc.abstractmethod
|
|
356
|
+
def SetAccessBindings(
|
|
357
|
+
self,
|
|
358
|
+
request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
359
|
+
context: _ServicerContext,
|
|
360
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
361
|
+
"""Sets access bindings for the specified Apache Kafka® cluster."""
|
|
362
|
+
|
|
363
|
+
@abc.abstractmethod
|
|
364
|
+
def UpdateAccessBindings(
|
|
365
|
+
self,
|
|
366
|
+
request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
367
|
+
context: _ServicerContext,
|
|
368
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
369
|
+
"""Updates access bindings for the specified Apache Kafka® cluster."""
|
|
370
|
+
|
|
310
371
|
def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|