yandexcloud 0.319.0__py3-none-any.whl → 0.321.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.
- yandex/cloud/ai/ocr/v1/ocr_pb2.pyi +2 -2
- yandex/cloud/ai/ocr/v1/ocr_service_pb2.pyi +5 -5
- yandex/cloud/cic/__init__.py +0 -0
- yandex/cloud/cic/v1/__init__.py +0 -0
- yandex/cloud/cic/v1/common/__init__.py +0 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.py +29 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi +61 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/common/lag_info_pb2.py +27 -0
- yandex/cloud/cic/v1/common/lag_info_pb2.pyi +42 -0
- yandex/cloud/cic/v1/common/lag_info_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/lag_info_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2.py +26 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2.pyi +40 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/common/transceiver_type_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/partner_pb2.py +28 -0
- yandex/cloud/cic/v1/partner_pb2.pyi +59 -0
- yandex/cloud/cic/v1/partner_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/partner_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/partner_service_pb2.py +47 -0
- yandex/cloud/cic/v1/partner_service_pb2.pyi +95 -0
- yandex/cloud/cic/v1/partner_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/partner_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/peering_pb2.py +26 -0
- yandex/cloud/cic/v1/peering_pb2.pyi +57 -0
- yandex/cloud/cic/v1/peering_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/peering_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/point_of_presence_pb2.py +26 -0
- yandex/cloud/cic/v1/point_of_presence_pb2.pyi +33 -0
- yandex/cloud/cic/v1/point_of_presence_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/point_of_presence_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2.py +47 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2.pyi +95 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/point_of_presence_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/private_connection_pb2.py +34 -0
- yandex/cloud/cic/v1/private_connection_pb2.pyi +130 -0
- yandex/cloud/cic/v1/private_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/private_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/private_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +36 -0
- yandex/cloud/cic/v1/public_connection_pb2.pyi +154 -0
- yandex/cloud/cic/v1/public_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/public_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/public_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/public_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/public_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/public_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cic/v1/trunk_connection_pb2.py +41 -0
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +240 -0
- yandex/cloud/cic/v1/trunk_connection_pb2_grpc.py +4 -0
- yandex/cloud/cic/v1/trunk_connection_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +49 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +101 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +107 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +80 -0
- yandex/cloud/cloudapps/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/v1/__init__.py +0 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.py +47 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2.pyi +127 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.py +4 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py +39 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.pyi +73 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.py +106 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2_grpc.pyi +72 -0
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +27 -25
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +62 -10
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +2 -2
- yandex/cloud/k8s/marketplace/__init__.py +0 -0
- yandex/cloud/k8s/marketplace/v1/__init__.py +0 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2.py +29 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2.pyi +119 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2_grpc.py +4 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_pb2_grpc.pyi +17 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2.py +83 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2.pyi +253 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2_grpc.py +208 -0
- yandex/cloud/k8s/marketplace/v1/helm_release_service_pb2_grpc.pyi +132 -0
- yandex/cloud/marketplace/licensemanager/saas/__init__.py +0 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/__init__.py +0 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.py +35 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.pyi +27 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.py +71 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.pyi +51 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.py +47 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.pyi +63 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.py +107 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.pyi +78 -0
- yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +1 -1
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +2 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2.py +19 -9
- yandex/cloud/mdb/redis/v1/backup_service_pb2.pyi +32 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2_grpc.py +35 -0
- yandex/cloud/mdb/redis/v1/backup_service_pb2_grpc.pyi +21 -0
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.py +14 -10
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.pyi +41 -2
- yandex/cloud/speechsense/v1/talk_service_pb2.py +7 -3
- yandex/cloud/storage/v1/s3api_pb2.py +31 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +359 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/RECORD +119 -29
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.319.0.dist-info → yandexcloud-0.321.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.message
|
|
11
|
+
import typing
|
|
12
|
+
import yandex.cloud.k8s.marketplace.v1.helm_release_pb2
|
|
13
|
+
|
|
14
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
15
|
+
|
|
16
|
+
@typing.final
|
|
17
|
+
class ListHelmReleasesRequest(google.protobuf.message.Message):
|
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
19
|
+
|
|
20
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
21
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
22
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
23
|
+
cluster_id: builtins.str
|
|
24
|
+
"""The ID of the Kubernetes cluster to list Helm releases from."""
|
|
25
|
+
page_size: builtins.int
|
|
26
|
+
"""The maximum number of results per page that should be returned."""
|
|
27
|
+
page_token: builtins.str
|
|
28
|
+
"""Token for pagination to retrieve the next page of results."""
|
|
29
|
+
def __init__(
|
|
30
|
+
self,
|
|
31
|
+
*,
|
|
32
|
+
cluster_id: builtins.str = ...,
|
|
33
|
+
page_size: builtins.int = ...,
|
|
34
|
+
page_token: builtins.str = ...,
|
|
35
|
+
) -> None: ...
|
|
36
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
37
|
+
|
|
38
|
+
global___ListHelmReleasesRequest = ListHelmReleasesRequest
|
|
39
|
+
|
|
40
|
+
@typing.final
|
|
41
|
+
class ListHelmReleasesResponse(google.protobuf.message.Message):
|
|
42
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
43
|
+
|
|
44
|
+
HELM_RELEASES_FIELD_NUMBER: builtins.int
|
|
45
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
46
|
+
next_page_token: builtins.str
|
|
47
|
+
"""Token for retrieving the next page of Helm releases."""
|
|
48
|
+
@property
|
|
49
|
+
def helm_releases(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.k8s.marketplace.v1.helm_release_pb2.HelmRelease]:
|
|
50
|
+
"""List of Helm releases in the Kubernetes cluster."""
|
|
51
|
+
|
|
52
|
+
def __init__(
|
|
53
|
+
self,
|
|
54
|
+
*,
|
|
55
|
+
helm_releases: collections.abc.Iterable[yandex.cloud.k8s.marketplace.v1.helm_release_pb2.HelmRelease] | None = ...,
|
|
56
|
+
next_page_token: builtins.str = ...,
|
|
57
|
+
) -> None: ...
|
|
58
|
+
def ClearField(self, field_name: typing.Literal["helm_releases", b"helm_releases", "next_page_token", b"next_page_token"]) -> None: ...
|
|
59
|
+
|
|
60
|
+
global___ListHelmReleasesResponse = ListHelmReleasesResponse
|
|
61
|
+
|
|
62
|
+
@typing.final
|
|
63
|
+
class GetHelmReleaseRequest(google.protobuf.message.Message):
|
|
64
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
65
|
+
|
|
66
|
+
ID_FIELD_NUMBER: builtins.int
|
|
67
|
+
id: builtins.str
|
|
68
|
+
"""The ID of the Helm release to retrieve."""
|
|
69
|
+
def __init__(
|
|
70
|
+
self,
|
|
71
|
+
*,
|
|
72
|
+
id: builtins.str = ...,
|
|
73
|
+
) -> None: ...
|
|
74
|
+
def ClearField(self, field_name: typing.Literal["id", b"id"]) -> None: ...
|
|
75
|
+
|
|
76
|
+
global___GetHelmReleaseRequest = GetHelmReleaseRequest
|
|
77
|
+
|
|
78
|
+
@typing.final
|
|
79
|
+
class InstallHelmReleaseRequest(google.protobuf.message.Message):
|
|
80
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
81
|
+
|
|
82
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
83
|
+
PRODUCT_VERSION_ID_FIELD_NUMBER: builtins.int
|
|
84
|
+
USER_VALUES_FIELD_NUMBER: builtins.int
|
|
85
|
+
cluster_id: builtins.str
|
|
86
|
+
"""The ID of the Kubernetes cluster where the Helm release is to be installed."""
|
|
87
|
+
product_version_id: builtins.str
|
|
88
|
+
"""The product version ID to install."""
|
|
89
|
+
@property
|
|
90
|
+
def user_values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___ValueWithKey]:
|
|
91
|
+
"""User-defined values for the Helm chart during installation."""
|
|
92
|
+
|
|
93
|
+
def __init__(
|
|
94
|
+
self,
|
|
95
|
+
*,
|
|
96
|
+
cluster_id: builtins.str = ...,
|
|
97
|
+
product_version_id: builtins.str = ...,
|
|
98
|
+
user_values: collections.abc.Iterable[global___ValueWithKey] | None = ...,
|
|
99
|
+
) -> None: ...
|
|
100
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "product_version_id", b"product_version_id", "user_values", b"user_values"]) -> None: ...
|
|
101
|
+
|
|
102
|
+
global___InstallHelmReleaseRequest = InstallHelmReleaseRequest
|
|
103
|
+
|
|
104
|
+
@typing.final
|
|
105
|
+
class InstallHelmReleaseMetadata(google.protobuf.message.Message):
|
|
106
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
107
|
+
|
|
108
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
109
|
+
HELM_RELEASE_ID_FIELD_NUMBER: builtins.int
|
|
110
|
+
PRODUCT_VERSION_ID_FIELD_NUMBER: builtins.int
|
|
111
|
+
cluster_id: builtins.str
|
|
112
|
+
"""The ID of the Kubernetes cluster where the Helm release is being installed."""
|
|
113
|
+
helm_release_id: builtins.str
|
|
114
|
+
"""The ID of the Helm release being installed."""
|
|
115
|
+
product_version_id: builtins.str
|
|
116
|
+
"""The ID of the product version being deployed."""
|
|
117
|
+
def __init__(
|
|
118
|
+
self,
|
|
119
|
+
*,
|
|
120
|
+
cluster_id: builtins.str = ...,
|
|
121
|
+
helm_release_id: builtins.str = ...,
|
|
122
|
+
product_version_id: builtins.str = ...,
|
|
123
|
+
) -> None: ...
|
|
124
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "helm_release_id", b"helm_release_id", "product_version_id", b"product_version_id"]) -> None: ...
|
|
125
|
+
|
|
126
|
+
global___InstallHelmReleaseMetadata = InstallHelmReleaseMetadata
|
|
127
|
+
|
|
128
|
+
@typing.final
|
|
129
|
+
class UpdateHelmReleaseRequest(google.protobuf.message.Message):
|
|
130
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
131
|
+
|
|
132
|
+
ID_FIELD_NUMBER: builtins.int
|
|
133
|
+
PRODUCT_VERSION_ID_FIELD_NUMBER: builtins.int
|
|
134
|
+
USER_VALUES_FIELD_NUMBER: builtins.int
|
|
135
|
+
id: builtins.str
|
|
136
|
+
"""The ID of the Helm release to update."""
|
|
137
|
+
product_version_id: builtins.str
|
|
138
|
+
"""The ID of the new product version for the release."""
|
|
139
|
+
@property
|
|
140
|
+
def user_values(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___ValueWithKey]:
|
|
141
|
+
"""Custom user values to apply during the update."""
|
|
142
|
+
|
|
143
|
+
def __init__(
|
|
144
|
+
self,
|
|
145
|
+
*,
|
|
146
|
+
id: builtins.str = ...,
|
|
147
|
+
product_version_id: builtins.str = ...,
|
|
148
|
+
user_values: collections.abc.Iterable[global___ValueWithKey] | None = ...,
|
|
149
|
+
) -> None: ...
|
|
150
|
+
def ClearField(self, field_name: typing.Literal["id", b"id", "product_version_id", b"product_version_id", "user_values", b"user_values"]) -> None: ...
|
|
151
|
+
|
|
152
|
+
global___UpdateHelmReleaseRequest = UpdateHelmReleaseRequest
|
|
153
|
+
|
|
154
|
+
@typing.final
|
|
155
|
+
class UpdateHelmReleaseMetadata(google.protobuf.message.Message):
|
|
156
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
157
|
+
|
|
158
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
159
|
+
HELM_RELEASE_ID_FIELD_NUMBER: builtins.int
|
|
160
|
+
PRODUCT_VERSION_ID_FIELD_NUMBER: builtins.int
|
|
161
|
+
cluster_id: builtins.str
|
|
162
|
+
"""The ID of the Kubernetes cluster where the Helm release is being updated."""
|
|
163
|
+
helm_release_id: builtins.str
|
|
164
|
+
"""The ID of the Helm release being updated."""
|
|
165
|
+
product_version_id: builtins.str
|
|
166
|
+
"""The ID of the new product version to update the Helm release to."""
|
|
167
|
+
def __init__(
|
|
168
|
+
self,
|
|
169
|
+
*,
|
|
170
|
+
cluster_id: builtins.str = ...,
|
|
171
|
+
helm_release_id: builtins.str = ...,
|
|
172
|
+
product_version_id: builtins.str = ...,
|
|
173
|
+
) -> None: ...
|
|
174
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "helm_release_id", b"helm_release_id", "product_version_id", b"product_version_id"]) -> None: ...
|
|
175
|
+
|
|
176
|
+
global___UpdateHelmReleaseMetadata = UpdateHelmReleaseMetadata
|
|
177
|
+
|
|
178
|
+
@typing.final
|
|
179
|
+
class UninstallHelmReleaseRequest(google.protobuf.message.Message):
|
|
180
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
181
|
+
|
|
182
|
+
ID_FIELD_NUMBER: builtins.int
|
|
183
|
+
id: builtins.str
|
|
184
|
+
"""The ID of the Helm release to retrieve."""
|
|
185
|
+
def __init__(
|
|
186
|
+
self,
|
|
187
|
+
*,
|
|
188
|
+
id: builtins.str = ...,
|
|
189
|
+
) -> None: ...
|
|
190
|
+
def ClearField(self, field_name: typing.Literal["id", b"id"]) -> None: ...
|
|
191
|
+
|
|
192
|
+
global___UninstallHelmReleaseRequest = UninstallHelmReleaseRequest
|
|
193
|
+
|
|
194
|
+
@typing.final
|
|
195
|
+
class UninstallHelmReleaseMetadata(google.protobuf.message.Message):
|
|
196
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
197
|
+
|
|
198
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
199
|
+
HELM_RELEASE_ID_FIELD_NUMBER: builtins.int
|
|
200
|
+
cluster_id: builtins.str
|
|
201
|
+
"""The ID of the Kubernetes cluster where the release is being uninstalled."""
|
|
202
|
+
helm_release_id: builtins.str
|
|
203
|
+
"""The ID of the Helm release being uninstalled."""
|
|
204
|
+
def __init__(
|
|
205
|
+
self,
|
|
206
|
+
*,
|
|
207
|
+
cluster_id: builtins.str = ...,
|
|
208
|
+
helm_release_id: builtins.str = ...,
|
|
209
|
+
) -> None: ...
|
|
210
|
+
def ClearField(self, field_name: typing.Literal["cluster_id", b"cluster_id", "helm_release_id", b"helm_release_id"]) -> None: ...
|
|
211
|
+
|
|
212
|
+
global___UninstallHelmReleaseMetadata = UninstallHelmReleaseMetadata
|
|
213
|
+
|
|
214
|
+
@typing.final
|
|
215
|
+
class ValueWithKey(google.protobuf.message.Message):
|
|
216
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
217
|
+
|
|
218
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
219
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
220
|
+
key: builtins.str
|
|
221
|
+
"""The key associated with the value."""
|
|
222
|
+
@property
|
|
223
|
+
def value(self) -> global___Value:
|
|
224
|
+
"""The value associated with the key."""
|
|
225
|
+
|
|
226
|
+
def __init__(
|
|
227
|
+
self,
|
|
228
|
+
*,
|
|
229
|
+
key: builtins.str = ...,
|
|
230
|
+
value: global___Value | None = ...,
|
|
231
|
+
) -> None: ...
|
|
232
|
+
def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
|
|
233
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
234
|
+
|
|
235
|
+
global___ValueWithKey = ValueWithKey
|
|
236
|
+
|
|
237
|
+
@typing.final
|
|
238
|
+
class Value(google.protobuf.message.Message):
|
|
239
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
240
|
+
|
|
241
|
+
TYPED_VALUE_FIELD_NUMBER: builtins.int
|
|
242
|
+
typed_value: builtins.str
|
|
243
|
+
"""The typed string value."""
|
|
244
|
+
def __init__(
|
|
245
|
+
self,
|
|
246
|
+
*,
|
|
247
|
+
typed_value: builtins.str = ...,
|
|
248
|
+
) -> None: ...
|
|
249
|
+
def HasField(self, field_name: typing.Literal["typed_value", b"typed_value", "value", b"value"]) -> builtins.bool: ...
|
|
250
|
+
def ClearField(self, field_name: typing.Literal["typed_value", b"typed_value", "value", b"value"]) -> None: ...
|
|
251
|
+
def WhichOneof(self, oneof_group: typing.Literal["value", b"value"]) -> typing.Literal["typed_value"] | None: ...
|
|
252
|
+
|
|
253
|
+
global___Value = Value
|
|
@@ -0,0 +1,208 @@
|
|
|
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.k8s.marketplace.v1 import helm_release_pb2 as yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__pb2
|
|
6
|
+
from yandex.cloud.k8s.marketplace.v1 import helm_release_service_pb2 as yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2
|
|
7
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class HelmReleaseServiceStub(object):
|
|
11
|
+
"""A set of methods for managing Helm release.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def __init__(self, channel):
|
|
15
|
+
"""Constructor.
|
|
16
|
+
|
|
17
|
+
Args:
|
|
18
|
+
channel: A grpc.Channel.
|
|
19
|
+
"""
|
|
20
|
+
self.List = channel.unary_unary(
|
|
21
|
+
'/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/List',
|
|
22
|
+
request_serializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.ListHelmReleasesRequest.SerializeToString,
|
|
23
|
+
response_deserializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.ListHelmReleasesResponse.FromString,
|
|
24
|
+
)
|
|
25
|
+
self.Get = channel.unary_unary(
|
|
26
|
+
'/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Get',
|
|
27
|
+
request_serializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.GetHelmReleaseRequest.SerializeToString,
|
|
28
|
+
response_deserializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__pb2.HelmRelease.FromString,
|
|
29
|
+
)
|
|
30
|
+
self.Install = channel.unary_unary(
|
|
31
|
+
'/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Install',
|
|
32
|
+
request_serializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.InstallHelmReleaseRequest.SerializeToString,
|
|
33
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
34
|
+
)
|
|
35
|
+
self.Update = channel.unary_unary(
|
|
36
|
+
'/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Update',
|
|
37
|
+
request_serializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.UpdateHelmReleaseRequest.SerializeToString,
|
|
38
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
39
|
+
)
|
|
40
|
+
self.Uninstall = channel.unary_unary(
|
|
41
|
+
'/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Uninstall',
|
|
42
|
+
request_serializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.UninstallHelmReleaseRequest.SerializeToString,
|
|
43
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
44
|
+
)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
class HelmReleaseServiceServicer(object):
|
|
48
|
+
"""A set of methods for managing Helm release.
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
def List(self, request, context):
|
|
52
|
+
"""Retrieves the list of Helm releases in the specified Kubernetes Cluster.
|
|
53
|
+
"""
|
|
54
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
55
|
+
context.set_details('Method not implemented!')
|
|
56
|
+
raise NotImplementedError('Method not implemented!')
|
|
57
|
+
|
|
58
|
+
def Get(self, request, context):
|
|
59
|
+
"""Returns the specified Helm release.
|
|
60
|
+
"""
|
|
61
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
62
|
+
context.set_details('Method not implemented!')
|
|
63
|
+
raise NotImplementedError('Method not implemented!')
|
|
64
|
+
|
|
65
|
+
def Install(self, request, context):
|
|
66
|
+
"""Installs helm release into specified Kubernetes Cluster.
|
|
67
|
+
"""
|
|
68
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
69
|
+
context.set_details('Method not implemented!')
|
|
70
|
+
raise NotImplementedError('Method not implemented!')
|
|
71
|
+
|
|
72
|
+
def Update(self, request, context):
|
|
73
|
+
"""Updates helm release.
|
|
74
|
+
"""
|
|
75
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
76
|
+
context.set_details('Method not implemented!')
|
|
77
|
+
raise NotImplementedError('Method not implemented!')
|
|
78
|
+
|
|
79
|
+
def Uninstall(self, request, context):
|
|
80
|
+
"""Uninstalls helm release.
|
|
81
|
+
"""
|
|
82
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
83
|
+
context.set_details('Method not implemented!')
|
|
84
|
+
raise NotImplementedError('Method not implemented!')
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
def add_HelmReleaseServiceServicer_to_server(servicer, server):
|
|
88
|
+
rpc_method_handlers = {
|
|
89
|
+
'List': grpc.unary_unary_rpc_method_handler(
|
|
90
|
+
servicer.List,
|
|
91
|
+
request_deserializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.ListHelmReleasesRequest.FromString,
|
|
92
|
+
response_serializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.ListHelmReleasesResponse.SerializeToString,
|
|
93
|
+
),
|
|
94
|
+
'Get': grpc.unary_unary_rpc_method_handler(
|
|
95
|
+
servicer.Get,
|
|
96
|
+
request_deserializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.GetHelmReleaseRequest.FromString,
|
|
97
|
+
response_serializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__pb2.HelmRelease.SerializeToString,
|
|
98
|
+
),
|
|
99
|
+
'Install': grpc.unary_unary_rpc_method_handler(
|
|
100
|
+
servicer.Install,
|
|
101
|
+
request_deserializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.InstallHelmReleaseRequest.FromString,
|
|
102
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
103
|
+
),
|
|
104
|
+
'Update': grpc.unary_unary_rpc_method_handler(
|
|
105
|
+
servicer.Update,
|
|
106
|
+
request_deserializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.UpdateHelmReleaseRequest.FromString,
|
|
107
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
108
|
+
),
|
|
109
|
+
'Uninstall': grpc.unary_unary_rpc_method_handler(
|
|
110
|
+
servicer.Uninstall,
|
|
111
|
+
request_deserializer=yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.UninstallHelmReleaseRequest.FromString,
|
|
112
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
113
|
+
),
|
|
114
|
+
}
|
|
115
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
116
|
+
'yandex.cloud.k8s.marketplace.v1.HelmReleaseService', rpc_method_handlers)
|
|
117
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
# This class is part of an EXPERIMENTAL API.
|
|
121
|
+
class HelmReleaseService(object):
|
|
122
|
+
"""A set of methods for managing Helm release.
|
|
123
|
+
"""
|
|
124
|
+
|
|
125
|
+
@staticmethod
|
|
126
|
+
def List(request,
|
|
127
|
+
target,
|
|
128
|
+
options=(),
|
|
129
|
+
channel_credentials=None,
|
|
130
|
+
call_credentials=None,
|
|
131
|
+
insecure=False,
|
|
132
|
+
compression=None,
|
|
133
|
+
wait_for_ready=None,
|
|
134
|
+
timeout=None,
|
|
135
|
+
metadata=None):
|
|
136
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/List',
|
|
137
|
+
yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.ListHelmReleasesRequest.SerializeToString,
|
|
138
|
+
yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.ListHelmReleasesResponse.FromString,
|
|
139
|
+
options, channel_credentials,
|
|
140
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
141
|
+
|
|
142
|
+
@staticmethod
|
|
143
|
+
def Get(request,
|
|
144
|
+
target,
|
|
145
|
+
options=(),
|
|
146
|
+
channel_credentials=None,
|
|
147
|
+
call_credentials=None,
|
|
148
|
+
insecure=False,
|
|
149
|
+
compression=None,
|
|
150
|
+
wait_for_ready=None,
|
|
151
|
+
timeout=None,
|
|
152
|
+
metadata=None):
|
|
153
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Get',
|
|
154
|
+
yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.GetHelmReleaseRequest.SerializeToString,
|
|
155
|
+
yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__pb2.HelmRelease.FromString,
|
|
156
|
+
options, channel_credentials,
|
|
157
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
158
|
+
|
|
159
|
+
@staticmethod
|
|
160
|
+
def Install(request,
|
|
161
|
+
target,
|
|
162
|
+
options=(),
|
|
163
|
+
channel_credentials=None,
|
|
164
|
+
call_credentials=None,
|
|
165
|
+
insecure=False,
|
|
166
|
+
compression=None,
|
|
167
|
+
wait_for_ready=None,
|
|
168
|
+
timeout=None,
|
|
169
|
+
metadata=None):
|
|
170
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Install',
|
|
171
|
+
yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.InstallHelmReleaseRequest.SerializeToString,
|
|
172
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
173
|
+
options, channel_credentials,
|
|
174
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
175
|
+
|
|
176
|
+
@staticmethod
|
|
177
|
+
def Update(request,
|
|
178
|
+
target,
|
|
179
|
+
options=(),
|
|
180
|
+
channel_credentials=None,
|
|
181
|
+
call_credentials=None,
|
|
182
|
+
insecure=False,
|
|
183
|
+
compression=None,
|
|
184
|
+
wait_for_ready=None,
|
|
185
|
+
timeout=None,
|
|
186
|
+
metadata=None):
|
|
187
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Update',
|
|
188
|
+
yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.UpdateHelmReleaseRequest.SerializeToString,
|
|
189
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
190
|
+
options, channel_credentials,
|
|
191
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
192
|
+
|
|
193
|
+
@staticmethod
|
|
194
|
+
def Uninstall(request,
|
|
195
|
+
target,
|
|
196
|
+
options=(),
|
|
197
|
+
channel_credentials=None,
|
|
198
|
+
call_credentials=None,
|
|
199
|
+
insecure=False,
|
|
200
|
+
compression=None,
|
|
201
|
+
wait_for_ready=None,
|
|
202
|
+
timeout=None,
|
|
203
|
+
metadata=None):
|
|
204
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.k8s.marketplace.v1.HelmReleaseService/Uninstall',
|
|
205
|
+
yandex_dot_cloud_dot_k8s_dot_marketplace_dot_v1_dot_helm__release__service__pb2.UninstallHelmReleaseRequest.SerializeToString,
|
|
206
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
207
|
+
options, channel_credentials,
|
|
208
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
import yandex.cloud.k8s.marketplace.v1.helm_release_pb2
|
|
12
|
+
import yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
14
|
+
|
|
15
|
+
_T = typing.TypeVar("_T")
|
|
16
|
+
|
|
17
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
18
|
+
|
|
19
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
|
+
...
|
|
21
|
+
|
|
22
|
+
class HelmReleaseServiceStub:
|
|
23
|
+
"""A set of methods for managing Helm release."""
|
|
24
|
+
|
|
25
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.ListHelmReleasesRequest,
|
|
28
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.ListHelmReleasesResponse,
|
|
29
|
+
]
|
|
30
|
+
"""Retrieves the list of Helm releases in the specified Kubernetes Cluster."""
|
|
31
|
+
|
|
32
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
33
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.GetHelmReleaseRequest,
|
|
34
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_pb2.HelmRelease,
|
|
35
|
+
]
|
|
36
|
+
"""Returns the specified Helm release."""
|
|
37
|
+
|
|
38
|
+
Install: grpc.UnaryUnaryMultiCallable[
|
|
39
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.InstallHelmReleaseRequest,
|
|
40
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
41
|
+
]
|
|
42
|
+
"""Installs helm release into specified Kubernetes Cluster."""
|
|
43
|
+
|
|
44
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
45
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.UpdateHelmReleaseRequest,
|
|
46
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
47
|
+
]
|
|
48
|
+
"""Updates helm release."""
|
|
49
|
+
|
|
50
|
+
Uninstall: grpc.UnaryUnaryMultiCallable[
|
|
51
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.UninstallHelmReleaseRequest,
|
|
52
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
53
|
+
]
|
|
54
|
+
"""Uninstalls helm release."""
|
|
55
|
+
|
|
56
|
+
class HelmReleaseServiceAsyncStub:
|
|
57
|
+
"""A set of methods for managing Helm release."""
|
|
58
|
+
|
|
59
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
60
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.ListHelmReleasesRequest,
|
|
61
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.ListHelmReleasesResponse,
|
|
62
|
+
]
|
|
63
|
+
"""Retrieves the list of Helm releases in the specified Kubernetes Cluster."""
|
|
64
|
+
|
|
65
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
66
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.GetHelmReleaseRequest,
|
|
67
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_pb2.HelmRelease,
|
|
68
|
+
]
|
|
69
|
+
"""Returns the specified Helm release."""
|
|
70
|
+
|
|
71
|
+
Install: grpc.aio.UnaryUnaryMultiCallable[
|
|
72
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.InstallHelmReleaseRequest,
|
|
73
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
74
|
+
]
|
|
75
|
+
"""Installs helm release into specified Kubernetes Cluster."""
|
|
76
|
+
|
|
77
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
78
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.UpdateHelmReleaseRequest,
|
|
79
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
80
|
+
]
|
|
81
|
+
"""Updates helm release."""
|
|
82
|
+
|
|
83
|
+
Uninstall: grpc.aio.UnaryUnaryMultiCallable[
|
|
84
|
+
yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.UninstallHelmReleaseRequest,
|
|
85
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
86
|
+
]
|
|
87
|
+
"""Uninstalls helm release."""
|
|
88
|
+
|
|
89
|
+
class HelmReleaseServiceServicer(metaclass=abc.ABCMeta):
|
|
90
|
+
"""A set of methods for managing Helm release."""
|
|
91
|
+
|
|
92
|
+
@abc.abstractmethod
|
|
93
|
+
def List(
|
|
94
|
+
self,
|
|
95
|
+
request: yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.ListHelmReleasesRequest,
|
|
96
|
+
context: _ServicerContext,
|
|
97
|
+
) -> typing.Union[yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.ListHelmReleasesResponse, collections.abc.Awaitable[yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.ListHelmReleasesResponse]]:
|
|
98
|
+
"""Retrieves the list of Helm releases in the specified Kubernetes Cluster."""
|
|
99
|
+
|
|
100
|
+
@abc.abstractmethod
|
|
101
|
+
def Get(
|
|
102
|
+
self,
|
|
103
|
+
request: yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.GetHelmReleaseRequest,
|
|
104
|
+
context: _ServicerContext,
|
|
105
|
+
) -> typing.Union[yandex.cloud.k8s.marketplace.v1.helm_release_pb2.HelmRelease, collections.abc.Awaitable[yandex.cloud.k8s.marketplace.v1.helm_release_pb2.HelmRelease]]:
|
|
106
|
+
"""Returns the specified Helm release."""
|
|
107
|
+
|
|
108
|
+
@abc.abstractmethod
|
|
109
|
+
def Install(
|
|
110
|
+
self,
|
|
111
|
+
request: yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.InstallHelmReleaseRequest,
|
|
112
|
+
context: _ServicerContext,
|
|
113
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
114
|
+
"""Installs helm release into specified Kubernetes Cluster."""
|
|
115
|
+
|
|
116
|
+
@abc.abstractmethod
|
|
117
|
+
def Update(
|
|
118
|
+
self,
|
|
119
|
+
request: yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.UpdateHelmReleaseRequest,
|
|
120
|
+
context: _ServicerContext,
|
|
121
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
122
|
+
"""Updates helm release."""
|
|
123
|
+
|
|
124
|
+
@abc.abstractmethod
|
|
125
|
+
def Uninstall(
|
|
126
|
+
self,
|
|
127
|
+
request: yandex.cloud.k8s.marketplace.v1.helm_release_service_pb2.UninstallHelmReleaseRequest,
|
|
128
|
+
context: _ServicerContext,
|
|
129
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
130
|
+
"""Uninstalls helm release."""
|
|
131
|
+
|
|
132
|
+
def add_HelmReleaseServiceServicer_to_server(servicer: HelmReleaseServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/marketplace/licensemanager/saas/v1/instance_service.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
15
|
+
from yandex.cloud.marketplace.licensemanager.v1 import instance_pb2 as yandex_dot_cloud_dot_marketplace_dot_licensemanager_dot_v1_dot_instance__pb2
|
|
16
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFyandex/cloud/marketplace/licensemanager/saas/v1/instance_service.proto\x12/yandex.cloud.marketplace.licensemanager.saas.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x39yandex/cloud/marketplace/licensemanager/v1/instance.proto\x1a\x1dyandex/cloud/validation.proto\"/\n\x12GetInstanceRequest\x12\x19\n\x0binstance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x32\xda\x01\n\x0fInstanceService\x12\xc6\x01\n\x03Get\x12\x43.yandex.cloud.marketplace.licensemanager.saas.v1.GetInstanceRequest\x1a\x34.yandex.cloud.marketplace.licensemanager.v1.Instance\"D\x82\xd3\xe4\x93\x02>\x12</marketplace/license-manager/saas/v1/instances/{instance_id}B\x99\x01\n3yandex.cloud.api.marketplace.licensemanager.saas.v1Zbgithub.com/yandex-cloud/go-genproto/yandex/cloud/marketplace/licensemanager/saas/v1;licensemanagerb\x06proto3')
|
|
20
|
+
|
|
21
|
+
_globals = globals()
|
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.marketplace.licensemanager.saas.v1.instance_service_pb2', _globals)
|
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
25
|
+
DESCRIPTOR._options = None
|
|
26
|
+
DESCRIPTOR._serialized_options = b'\n3yandex.cloud.api.marketplace.licensemanager.saas.v1Zbgithub.com/yandex-cloud/go-genproto/yandex/cloud/marketplace/licensemanager/saas/v1;licensemanager'
|
|
27
|
+
_GETINSTANCEREQUEST.fields_by_name['instance_id']._options = None
|
|
28
|
+
_GETINSTANCEREQUEST.fields_by_name['instance_id']._serialized_options = b'\350\3071\001'
|
|
29
|
+
_INSTANCESERVICE.methods_by_name['Get']._options = None
|
|
30
|
+
_INSTANCESERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002>\022</marketplace/license-manager/saas/v1/instances/{instance_id}'
|
|
31
|
+
_globals['_GETINSTANCEREQUEST']._serialized_start=243
|
|
32
|
+
_globals['_GETINSTANCEREQUEST']._serialized_end=290
|
|
33
|
+
_globals['_INSTANCESERVICE']._serialized_start=293
|
|
34
|
+
_globals['_INSTANCESERVICE']._serialized_end=511
|
|
35
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.message
|
|
9
|
+
import typing
|
|
10
|
+
|
|
11
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
12
|
+
|
|
13
|
+
@typing.final
|
|
14
|
+
class GetInstanceRequest(google.protobuf.message.Message):
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
16
|
+
|
|
17
|
+
INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
18
|
+
instance_id: builtins.str
|
|
19
|
+
"""ID of the subscription instance."""
|
|
20
|
+
def __init__(
|
|
21
|
+
self,
|
|
22
|
+
*,
|
|
23
|
+
instance_id: builtins.str = ...,
|
|
24
|
+
) -> None: ...
|
|
25
|
+
def ClearField(self, field_name: typing.Literal["instance_id", b"instance_id"]) -> None: ...
|
|
26
|
+
|
|
27
|
+
global___GetInstanceRequest = GetInstanceRequest
|