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.

Files changed (76) hide show
  1. yandex/cloud/baremetal/v1alpha/rental_period_pb2.py +37 -0
  2. yandex/cloud/baremetal/v1alpha/rental_period_pb2.pyi +31 -0
  3. yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.py +24 -0
  4. yandex/cloud/baremetal/v1alpha/rental_period_pb2_grpc.pyi +17 -0
  5. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.py +50 -0
  6. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2.pyi +75 -0
  7. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.py +101 -0
  8. yandex/cloud/baremetal/v1alpha/rental_period_service_pb2_grpc.pyi +50 -0
  9. yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +8 -2
  10. yandex/cloud/dns/v1/dns_zone_service_pb2.py +37 -27
  11. yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +42 -0
  12. yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.py +44 -0
  13. yandex/cloud/dns/v1/dns_zone_service_pb2_grpc.pyi +20 -0
  14. yandex/cloud/gitlab/v1/package_options_pb2.py +35 -0
  15. yandex/cloud/gitlab/v1/package_options_pb2.pyi +8 -0
  16. yandex/cloud/gitlab/v1/package_options_pb2_grpc.py +24 -0
  17. yandex/cloud/gitlab/v1/package_options_pb2_grpc.pyi +17 -0
  18. yandex/cloud/iam/v1/workload/federated_credential_service_pb2.py +11 -11
  19. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +184 -177
  20. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +133 -0
  21. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +61 -0
  22. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +98 -91
  23. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +133 -0
  24. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +61 -0
  25. yandex/cloud/mdb/kafka/v1/cluster_service_pb2.py +70 -63
  26. yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.py +133 -0
  27. yandex/cloud/mdb/kafka/v1/cluster_service_pb2_grpc.pyi +61 -0
  28. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.py +248 -241
  29. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +133 -0
  30. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +61 -0
  31. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +110 -103
  32. yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.py +133 -0
  33. yandex/cloud/mdb/mysql/v1/cluster_service_pb2_grpc.pyi +61 -0
  34. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +146 -139
  35. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +133 -0
  36. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +61 -0
  37. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +114 -107
  38. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.py +133 -0
  39. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2_grpc.pyi +61 -0
  40. yandex/cloud/mdb/postgresql/v1/user_pb2.py +27 -25
  41. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +27 -2
  42. yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +33 -33
  43. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +5 -1
  44. yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +132 -125
  45. yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.py +133 -0
  46. yandex/cloud/mdb/redis/v1/cluster_service_pb2_grpc.pyi +61 -0
  47. yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +136 -129
  48. yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +133 -0
  49. yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +61 -0
  50. yandex/cloud/organizationmanager/v1/idp/application/__init__.py +0 -0
  51. yandex/cloud/organizationmanager/v1/idp/application/oauth/__init__.py +0 -0
  52. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.py +55 -0
  53. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2.pyi +206 -0
  54. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.py +24 -0
  55. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_pb2_grpc.pyi +17 -0
  56. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.py +178 -0
  57. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2.pyi +641 -0
  58. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.py +634 -0
  59. yandex/cloud/organizationmanager/v1/idp/application/oauth/application_service_pb2_grpc.pyi +302 -0
  60. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.py +41 -0
  61. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2.pyi +108 -0
  62. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.py +24 -0
  63. yandex/cloud/organizationmanager/v1/mfa_enforcement_pb2_grpc.pyi +17 -0
  64. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.py +156 -0
  65. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2.pyi +462 -0
  66. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.py +446 -0
  67. yandex/cloud/organizationmanager/v1/mfa_enforcement_service_pb2_grpc.pyi +185 -0
  68. yandex/cloud/ytsaurus/v1/cluster_pb2.py +4 -2
  69. yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +19 -1
  70. yandexcloud/__init__.py +1 -1
  71. {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/METADATA +1 -1
  72. {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/RECORD +76 -46
  73. {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/AUTHORS +0 -0
  74. {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/LICENSE +0 -0
  75. {yandexcloud-0.363.0.dist-info → yandexcloud-0.365.0.dist-info}/WHEEL +0 -0
  76. {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: ...