yandexcloud 0.323.0__py3-none-any.whl → 0.324.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of yandexcloud might be problematic. Click here for more details.

Files changed (63) hide show
  1. yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +27 -27
  2. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +15 -3
  3. yandex/cloud/backup/v1/backup_service_pb2.py +42 -41
  4. yandex/cloud/backup/v1/backup_service_pb2.pyi +6 -1
  5. yandex/cloud/billing/v1/customer_service_pb2.pyi +5 -4
  6. yandex/cloud/cloudregistry/__init__.py +0 -0
  7. yandex/cloud/cloudregistry/v1/__init__.py +0 -0
  8. yandex/cloud/cloudregistry/v1/artifact_pb2.py +31 -0
  9. yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +110 -0
  10. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py +4 -0
  11. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi +17 -0
  12. yandex/cloud/cloudregistry/v1/artifact_service_pb2.py +45 -0
  13. yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +59 -0
  14. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +105 -0
  15. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +75 -0
  16. yandex/cloud/cloudregistry/v1/ip_permission_pb2.py +37 -0
  17. yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi +95 -0
  18. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py +4 -0
  19. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi +17 -0
  20. yandex/cloud/cloudregistry/v1/registry_pb2.py +41 -0
  21. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +181 -0
  22. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py +4 -0
  23. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi +17 -0
  24. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +153 -0
  25. yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi +504 -0
  26. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +451 -0
  27. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +291 -0
  28. yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +8 -10
  29. yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +2 -28
  30. yandex/cloud/compute/v1/instance_service_pb2_grpc.py +1 -1
  31. yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi +3 -3
  32. yandex/cloud/lockbox/v1/secret_service_pb2.py +56 -55
  33. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +13 -2
  34. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +55 -45
  35. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +40 -0
  36. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +34 -0
  37. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +20 -0
  38. yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
  39. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
  40. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +109 -105
  41. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
  42. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +68 -0
  43. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi +512 -0
  44. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py +4 -0
  45. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi +17 -0
  46. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +68 -0
  47. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi +512 -0
  48. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py +4 -0
  49. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi +17 -0
  50. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +168 -0
  51. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi +1130 -0
  52. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py +4 -0
  53. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi +17 -0
  54. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +168 -0
  55. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi +1122 -0
  56. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py +4 -0
  57. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi +17 -0
  58. {yandexcloud-0.323.0.dist-info → yandexcloud-0.324.0.dist-info}/METADATA +1 -1
  59. {yandexcloud-0.323.0.dist-info → yandexcloud-0.324.0.dist-info}/RECORD +63 -25
  60. {yandexcloud-0.323.0.dist-info → yandexcloud-0.324.0.dist-info}/WHEEL +1 -1
  61. {yandexcloud-0.323.0.dist-info → yandexcloud-0.324.0.dist-info}/AUTHORS +0 -0
  62. {yandexcloud-0.323.0.dist-info → yandexcloud-0.324.0.dist-info}/LICENSE +0 -0
  63. {yandexcloud-0.323.0.dist-info → yandexcloud-0.324.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,291 @@
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.access.access_pb2
12
+ import yandex.cloud.cloudregistry.v1.registry_pb2
13
+ import yandex.cloud.cloudregistry.v1.registry_service_pb2
14
+ import yandex.cloud.operation.operation_pb2
15
+
16
+ _T = typing.TypeVar("_T")
17
+
18
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
19
+
20
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
21
+ ...
22
+
23
+ class RegistryServiceStub:
24
+ """A set of methods for managing Registry resources."""
25
+
26
+ def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
27
+ Get: grpc.UnaryUnaryMultiCallable[
28
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.GetRegistryRequest,
29
+ yandex.cloud.cloudregistry.v1.registry_pb2.Registry,
30
+ ]
31
+ """Returns the specified Registry resource.
32
+
33
+ To get the list of available Registry resources, make a [List] request.
34
+ """
35
+
36
+ List: grpc.UnaryUnaryMultiCallable[
37
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesRequest,
38
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse,
39
+ ]
40
+ """Retrieves the list of Registry resources in the specified folder."""
41
+
42
+ Create: grpc.UnaryUnaryMultiCallable[
43
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.CreateRegistryRequest,
44
+ yandex.cloud.operation.operation_pb2.Operation,
45
+ ]
46
+ """Creates a registry in the specified folder."""
47
+
48
+ Update: grpc.UnaryUnaryMultiCallable[
49
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateRegistryRequest,
50
+ yandex.cloud.operation.operation_pb2.Operation,
51
+ ]
52
+ """Updates the specified registry."""
53
+
54
+ Delete: grpc.UnaryUnaryMultiCallable[
55
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.DeleteRegistryRequest,
56
+ yandex.cloud.operation.operation_pb2.Operation,
57
+ ]
58
+ """Deletes the specified registry."""
59
+
60
+ ListAccessBindings: grpc.UnaryUnaryMultiCallable[
61
+ yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
62
+ yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
63
+ ]
64
+ """access
65
+
66
+ Lists access bindings for the specified registry.
67
+ """
68
+
69
+ SetAccessBindings: grpc.UnaryUnaryMultiCallable[
70
+ yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
71
+ yandex.cloud.operation.operation_pb2.Operation,
72
+ ]
73
+ """Sets access bindings for the specified registry."""
74
+
75
+ UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
76
+ yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
77
+ yandex.cloud.operation.operation_pb2.Operation,
78
+ ]
79
+ """Updates access bindings for the specified registry."""
80
+
81
+ ListIpPermissions: grpc.UnaryUnaryMultiCallable[
82
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsRequest,
83
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse,
84
+ ]
85
+ """List ip permissions for the specified registry."""
86
+
87
+ SetIpPermissions: grpc.UnaryUnaryMultiCallable[
88
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.SetIpPermissionsRequest,
89
+ yandex.cloud.operation.operation_pb2.Operation,
90
+ ]
91
+ """Set ip permissions for the specified registry."""
92
+
93
+ UpdateIpPermissions: grpc.UnaryUnaryMultiCallable[
94
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateIpPermissionsRequest,
95
+ yandex.cloud.operation.operation_pb2.Operation,
96
+ ]
97
+ """Update ip permissions for the specified registry."""
98
+
99
+ ListArtifacts: grpc.UnaryUnaryMultiCallable[
100
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsRequest,
101
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse,
102
+ ]
103
+ """Retrieves the list of Registry artifact resources in the specified registry."""
104
+
105
+ class RegistryServiceAsyncStub:
106
+ """A set of methods for managing Registry resources."""
107
+
108
+ Get: grpc.aio.UnaryUnaryMultiCallable[
109
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.GetRegistryRequest,
110
+ yandex.cloud.cloudregistry.v1.registry_pb2.Registry,
111
+ ]
112
+ """Returns the specified Registry resource.
113
+
114
+ To get the list of available Registry resources, make a [List] request.
115
+ """
116
+
117
+ List: grpc.aio.UnaryUnaryMultiCallable[
118
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesRequest,
119
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse,
120
+ ]
121
+ """Retrieves the list of Registry resources in the specified folder."""
122
+
123
+ Create: grpc.aio.UnaryUnaryMultiCallable[
124
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.CreateRegistryRequest,
125
+ yandex.cloud.operation.operation_pb2.Operation,
126
+ ]
127
+ """Creates a registry in the specified folder."""
128
+
129
+ Update: grpc.aio.UnaryUnaryMultiCallable[
130
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateRegistryRequest,
131
+ yandex.cloud.operation.operation_pb2.Operation,
132
+ ]
133
+ """Updates the specified registry."""
134
+
135
+ Delete: grpc.aio.UnaryUnaryMultiCallable[
136
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.DeleteRegistryRequest,
137
+ yandex.cloud.operation.operation_pb2.Operation,
138
+ ]
139
+ """Deletes the specified registry."""
140
+
141
+ ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
142
+ yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
143
+ yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
144
+ ]
145
+ """access
146
+
147
+ Lists access bindings for the specified registry.
148
+ """
149
+
150
+ SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
151
+ yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
152
+ yandex.cloud.operation.operation_pb2.Operation,
153
+ ]
154
+ """Sets access bindings for the specified registry."""
155
+
156
+ UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
157
+ yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
158
+ yandex.cloud.operation.operation_pb2.Operation,
159
+ ]
160
+ """Updates access bindings for the specified registry."""
161
+
162
+ ListIpPermissions: grpc.aio.UnaryUnaryMultiCallable[
163
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsRequest,
164
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse,
165
+ ]
166
+ """List ip permissions for the specified registry."""
167
+
168
+ SetIpPermissions: grpc.aio.UnaryUnaryMultiCallable[
169
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.SetIpPermissionsRequest,
170
+ yandex.cloud.operation.operation_pb2.Operation,
171
+ ]
172
+ """Set ip permissions for the specified registry."""
173
+
174
+ UpdateIpPermissions: grpc.aio.UnaryUnaryMultiCallable[
175
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateIpPermissionsRequest,
176
+ yandex.cloud.operation.operation_pb2.Operation,
177
+ ]
178
+ """Update ip permissions for the specified registry."""
179
+
180
+ ListArtifacts: grpc.aio.UnaryUnaryMultiCallable[
181
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsRequest,
182
+ yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse,
183
+ ]
184
+ """Retrieves the list of Registry artifact resources in the specified registry."""
185
+
186
+ class RegistryServiceServicer(metaclass=abc.ABCMeta):
187
+ """A set of methods for managing Registry resources."""
188
+
189
+ @abc.abstractmethod
190
+ def Get(
191
+ self,
192
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.GetRegistryRequest,
193
+ context: _ServicerContext,
194
+ ) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_pb2.Registry, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_pb2.Registry]]:
195
+ """Returns the specified Registry resource.
196
+
197
+ To get the list of available Registry resources, make a [List] request.
198
+ """
199
+
200
+ @abc.abstractmethod
201
+ def List(
202
+ self,
203
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesRequest,
204
+ context: _ServicerContext,
205
+ ) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListRegistriesResponse]]:
206
+ """Retrieves the list of Registry resources in the specified folder."""
207
+
208
+ @abc.abstractmethod
209
+ def Create(
210
+ self,
211
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.CreateRegistryRequest,
212
+ context: _ServicerContext,
213
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
214
+ """Creates a registry in the specified folder."""
215
+
216
+ @abc.abstractmethod
217
+ def Update(
218
+ self,
219
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateRegistryRequest,
220
+ context: _ServicerContext,
221
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
222
+ """Updates the specified registry."""
223
+
224
+ @abc.abstractmethod
225
+ def Delete(
226
+ self,
227
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.DeleteRegistryRequest,
228
+ context: _ServicerContext,
229
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
230
+ """Deletes the specified registry."""
231
+
232
+ @abc.abstractmethod
233
+ def ListAccessBindings(
234
+ self,
235
+ request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
236
+ context: _ServicerContext,
237
+ ) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
238
+ """access
239
+
240
+ Lists access bindings for the specified registry.
241
+ """
242
+
243
+ @abc.abstractmethod
244
+ def SetAccessBindings(
245
+ self,
246
+ request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
247
+ context: _ServicerContext,
248
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
249
+ """Sets access bindings for the specified registry."""
250
+
251
+ @abc.abstractmethod
252
+ def UpdateAccessBindings(
253
+ self,
254
+ request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
255
+ context: _ServicerContext,
256
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
257
+ """Updates access bindings for the specified registry."""
258
+
259
+ @abc.abstractmethod
260
+ def ListIpPermissions(
261
+ self,
262
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsRequest,
263
+ context: _ServicerContext,
264
+ ) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListIpPermissionsResponse]]:
265
+ """List ip permissions for the specified registry."""
266
+
267
+ @abc.abstractmethod
268
+ def SetIpPermissions(
269
+ self,
270
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.SetIpPermissionsRequest,
271
+ context: _ServicerContext,
272
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
273
+ """Set ip permissions for the specified registry."""
274
+
275
+ @abc.abstractmethod
276
+ def UpdateIpPermissions(
277
+ self,
278
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.UpdateIpPermissionsRequest,
279
+ context: _ServicerContext,
280
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
281
+ """Update ip permissions for the specified registry."""
282
+
283
+ @abc.abstractmethod
284
+ def ListArtifacts(
285
+ self,
286
+ request: yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsRequest,
287
+ context: _ServicerContext,
288
+ ) -> typing.Union[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse, collections.abc.Awaitable[yandex.cloud.cloudregistry.v1.registry_service_pb2.ListArtifactsResponse]]:
289
+ """Retrieves the list of Registry artifact resources in the specified registry."""
290
+
291
+ def add_RegistryServiceServicer_to_server(servicer: RegistryServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
@@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
13
13
 
14
14
 
15
15
 
16
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/cloudrouter/v1/routing_instance.proto\x12\x1byandex.cloud.cloudrouter.v1\"\x91\x08\n\x0fRoutingInstance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x11\n\tfolder_id\x18\x05 \x01(\t\x12\x11\n\tregion_id\x18\x06 \x01(\t\x12\x46\n\x08vpc_info\x18\x07 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\x08 \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x43\n\x06status\x18\t \x01(\x0e\x32\x33.yandex.cloud.cloudrouter.v1.RoutingInstance.Status\x12H\n\x06labels\x18\x18 \x03(\x0b\x32\x38.yandex.cloud.cloudrouter.v1.RoutingInstance.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a=\n\x18\x43icPrivateConnectionInfo\x12!\n\x19\x63ic_private_connection_id\x18\x01 \x01(\t\x1ak\n\x07VpcInfo\x12\x16\n\x0evpc_network_id\x18\x01 \x01(\t\x12H\n\x08\x61z_infos\x18\x02 \x03(\x0b\x32\x36.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcAzInfo\x1a\xb9\x01\n\tVpcAzInfo\x12O\n\x0bmanual_info\x18\x02 \x01(\x0b\x32:.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcManualInfo\x12U\n\x0e\x61utomatic_info\x18\x03 \x01(\x0b\x32=.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcAutomaticInfoJ\x04\x08\x01\x10\x02\x1a\x36\n\rVpcManualInfo\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x05 \x03(\tJ\x04\x08\x02\x10\x05\x1a\x33\n\x10VpcAutomaticInfo\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x02 \x03(\t\"V\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08UPDATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x41\x43TIVE\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\n\x10\x18\x42n\n\x1fyandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouterb\x06proto3')
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/cloudrouter/v1/routing_instance.proto\x12\x1byandex.cloud.cloudrouter.v1\"\x84\x07\n\x0fRoutingInstance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x11\n\tfolder_id\x18\x05 \x01(\t\x12\x11\n\tregion_id\x18\x06 \x01(\t\x12\x46\n\x08vpc_info\x18\x07 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\x08 \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x43\n\x06status\x18\t \x01(\x0e\x32\x33.yandex.cloud.cloudrouter.v1.RoutingInstance.Status\x12H\n\x06labels\x18\x18 \x03(\x0b\x32\x38.yandex.cloud.cloudrouter.v1.RoutingInstance.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a=\n\x18\x43icPrivateConnectionInfo\x12!\n\x19\x63ic_private_connection_id\x18\x01 \x01(\t\x1ak\n\x07VpcInfo\x12\x16\n\x0evpc_network_id\x18\x01 \x01(\t\x12H\n\x08\x61z_infos\x18\x02 \x03(\x0b\x32\x36.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcAzInfo\x1a\x62\n\tVpcAzInfo\x12O\n\x0bmanual_info\x18\x02 \x01(\x0b\x32:.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcManualInfoJ\x04\x08\x01\x10\x02\x1a\x36\n\rVpcManualInfo\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x05 \x03(\tJ\x04\x08\x02\x10\x05\"V\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08UPDATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x41\x43TIVE\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\n\x10\x18\x42n\n\x1fyandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouterb\x06proto3')
17
17
 
18
18
  _globals = globals()
19
19
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -24,19 +24,17 @@ if _descriptor._USE_C_DESCRIPTORS == False:
24
24
  _ROUTINGINSTANCE_LABELSENTRY._options = None
25
25
  _ROUTINGINSTANCE_LABELSENTRY._serialized_options = b'8\001'
26
26
  _globals['_ROUTINGINSTANCE']._serialized_start=84
27
- _globals['_ROUTINGINSTANCE']._serialized_end=1125
27
+ _globals['_ROUTINGINSTANCE']._serialized_end=984
28
28
  _globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_start=511
29
29
  _globals['_ROUTINGINSTANCE_LABELSENTRY']._serialized_end=556
30
30
  _globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_start=558
31
31
  _globals['_ROUTINGINSTANCE_CICPRIVATECONNECTIONINFO']._serialized_end=619
32
32
  _globals['_ROUTINGINSTANCE_VPCINFO']._serialized_start=621
33
33
  _globals['_ROUTINGINSTANCE_VPCINFO']._serialized_end=728
34
- _globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_start=731
35
- _globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_end=916
36
- _globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_start=918
37
- _globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_end=972
38
- _globals['_ROUTINGINSTANCE_VPCAUTOMATICINFO']._serialized_start=974
39
- _globals['_ROUTINGINSTANCE_VPCAUTOMATICINFO']._serialized_end=1025
40
- _globals['_ROUTINGINSTANCE_STATUS']._serialized_start=1027
41
- _globals['_ROUTINGINSTANCE_STATUS']._serialized_end=1113
34
+ _globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_start=730
35
+ _globals['_ROUTINGINSTANCE_VPCAZINFO']._serialized_end=828
36
+ _globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_start=830
37
+ _globals['_ROUTINGINSTANCE_VPCMANUALINFO']._serialized_end=884
38
+ _globals['_ROUTINGINSTANCE_STATUS']._serialized_start=886
39
+ _globals['_ROUTINGINSTANCE_STATUS']._serialized_end=972
42
40
  # @@protoc_insertion_point(module_scope)
@@ -97,23 +97,17 @@ class RoutingInstance(google.protobuf.message.Message):
97
97
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
98
98
 
99
99
  MANUAL_INFO_FIELD_NUMBER: builtins.int
100
- AUTOMATIC_INFO_FIELD_NUMBER: builtins.int
101
100
  @property
102
101
  def manual_info(self) -> global___RoutingInstance.VpcManualInfo:
103
102
  """VpcInfo which is set by user"""
104
103
 
105
- @property
106
- def automatic_info(self) -> global___RoutingInstance.VpcAutomaticInfo:
107
- """VpcInfo which is get from vpc service by attached networks"""
108
-
109
104
  def __init__(
110
105
  self,
111
106
  *,
112
107
  manual_info: global___RoutingInstance.VpcManualInfo | None = ...,
113
- automatic_info: global___RoutingInstance.VpcAutomaticInfo | None = ...,
114
108
  ) -> None: ...
115
- def HasField(self, field_name: typing.Literal["automatic_info", b"automatic_info", "manual_info", b"manual_info"]) -> builtins.bool: ...
116
- def ClearField(self, field_name: typing.Literal["automatic_info", b"automatic_info", "manual_info", b"manual_info"]) -> None: ...
109
+ def HasField(self, field_name: typing.Literal["manual_info", b"manual_info"]) -> builtins.bool: ...
110
+ def ClearField(self, field_name: typing.Literal["manual_info", b"manual_info"]) -> None: ...
117
111
 
118
112
  @typing.final
119
113
  class VpcManualInfo(google.protobuf.message.Message):
@@ -135,26 +129,6 @@ class RoutingInstance(google.protobuf.message.Message):
135
129
  ) -> None: ...
136
130
  def ClearField(self, field_name: typing.Literal["az_id", b"az_id", "prefixes", b"prefixes"]) -> None: ...
137
131
 
138
- @typing.final
139
- class VpcAutomaticInfo(google.protobuf.message.Message):
140
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
141
-
142
- AZ_ID_FIELD_NUMBER: builtins.int
143
- PREFIXES_FIELD_NUMBER: builtins.int
144
- az_id: builtins.str
145
- """ID of the AZ"""
146
- @property
147
- def prefixes(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
148
- """List of prefixes from attached VpcNetwork"""
149
-
150
- def __init__(
151
- self,
152
- *,
153
- az_id: builtins.str = ...,
154
- prefixes: collections.abc.Iterable[builtins.str] | None = ...,
155
- ) -> None: ...
156
- def ClearField(self, field_name: typing.Literal["az_id", b"az_id", "prefixes", b"prefixes"]) -> None: ...
157
-
158
132
  ID_FIELD_NUMBER: builtins.int
159
133
  NAME_FIELD_NUMBER: builtins.int
160
134
  DESCRIPTION_FIELD_NUMBER: builtins.int
@@ -193,7 +193,7 @@ class InstanceServiceServicer(object):
193
193
  raise NotImplementedError('Method not implemented!')
194
194
 
195
195
  def UpdateMetadata(self, request, context):
196
- """Updates the metadata of the specified instance.
196
+ """Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata).
197
197
  """
198
198
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
199
199
  context.set_details('Method not implemented!')
@@ -63,7 +63,7 @@ class InstanceServiceStub:
63
63
  yandex.cloud.compute.v1.instance_service_pb2.UpdateInstanceMetadataRequest,
64
64
  yandex.cloud.operation.operation_pb2.Operation,
65
65
  ]
66
- """Updates the metadata of the specified instance."""
66
+ """Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata)."""
67
67
 
68
68
  GetSerialPortOutput: grpc.UnaryUnaryMultiCallable[
69
69
  yandex.cloud.compute.v1.instance_service_pb2.GetInstanceSerialPortOutputRequest,
@@ -258,7 +258,7 @@ class InstanceServiceAsyncStub:
258
258
  yandex.cloud.compute.v1.instance_service_pb2.UpdateInstanceMetadataRequest,
259
259
  yandex.cloud.operation.operation_pb2.Operation,
260
260
  ]
261
- """Updates the metadata of the specified instance."""
261
+ """Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata)."""
262
262
 
263
263
  GetSerialPortOutput: grpc.aio.UnaryUnaryMultiCallable[
264
264
  yandex.cloud.compute.v1.instance_service_pb2.GetInstanceSerialPortOutputRequest,
@@ -465,7 +465,7 @@ class InstanceServiceServicer(metaclass=abc.ABCMeta):
465
465
  request: yandex.cloud.compute.v1.instance_service_pb2.UpdateInstanceMetadataRequest,
466
466
  context: _ServicerContext,
467
467
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
468
- """Updates the metadata of the specified instance."""
468
+ """Updates the metadata of the specified instance. For more information on metadata, see [VM metadata](/docs/compute/concepts/vm-metadata)."""
469
469
 
470
470
  @abc.abstractmethod
471
471
  def GetSerialPortOutput(
@@ -15,6 +15,7 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
15
15
  from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
16
16
  from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
17
17
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
18
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
18
19
  from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
19
20
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
20
21
  from yandex.cloud.lockbox.v1 import secret_pb2 as yandex_dot_cloud_dot_lockbox_dot_v1_dot_secret__pb2
@@ -22,7 +23,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
22
23
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
23
24
 
24
25
 
25
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/lockbox/v1/secret_service.proto\x12\x17yandex.cloud.lockbox.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a$yandex/cloud/lockbox/v1/secret.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"\x98\x01\n\x12PayloadEntryChange\x12\x31\n\x03key\x18\x01 \x01(\tB$\xe8\xc7\x31\x01\xf2\xc7\x31\x13[-_./\\\\@0-9a-zA-Z]+\x8a\xc8\x31\x05<=256\x12!\n\ntext_value\x18\x02 \x01(\tB\x0b\x8a\xc8\x31\x07<=65536H\x00\x12#\n\x0c\x62inary_value\x18\x03 \x01(\x0c\x42\x0b\x8a\xc8\x31\x07<=65536H\x00\x42\x07\n\x05value\"3\n\x10GetSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"s\n\x12ListSecretsRequest\x12\x1f\n\tfolder_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"`\n\x13ListSecretsResponse\x12\x30\n\x07secrets\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.lockbox.v1.Secret\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xdc\x04\n\x13\x43reateSecretRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\x04name\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x85\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x38.yandex.cloud.lockbox.v1.CreateSecretRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x1c\n\nkms_key_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12&\n\x13version_description\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12V\n\x17version_payload_entries\x18\x07 \x03(\x0b\x32+.yandex.cloud.lockbox.v1.PayloadEntryChangeB\x08\x82\xc8\x31\x04<=32\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x12_\n\x1epassword_payload_specification\x18\t \x01(\x0b\x32\x35.yandex.cloud.lockbox.v1.PasswordPayloadSpecificationH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x17\n\x15payload_specification\"=\n\x14\x43reateSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"\xf5\x03\n\x13UpdateSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x17\n\x04name\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x85\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x38.yandex.cloud.lockbox.v1.UpdateSecretRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x1b\n\x13\x64\x65letion_protection\x18\x06 \x01(\x08\x12_\n\x1epassword_payload_specification\x18\x07 \x01(\x0b\x32\x35.yandex.cloud.lockbox.v1.PasswordPayloadSpecificationH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x17\n\x15payload_specification\"7\n\x14UpdateSecretMetadata\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"6\n\x13\x44\x65leteSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x14\x44\x65leteSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\"8\n\x15\x41\x63tivateSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x16\x41\x63tivateSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\":\n\x17\x44\x65\x61\x63tivateSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x18\x44\x65\x61\x63tivateSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\"\xc8\x01\n\x11\x41\x64\x64VersionRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1f\n\x0b\x64\x65scription\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12N\n\x0fpayload_entries\x18\x03 \x03(\x0b\x32+.yandex.cloud.lockbox.v1.PayloadEntryChangeB\x08\x82\xc8\x31\x04<=32\x12!\n\x0f\x62\x61se_version_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\";\n\x12\x41\x64\x64VersionMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"t\n\x13ListVersionsRequest\x12\x1f\n\tsecret_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"c\n\x14ListVersionsResponse\x12\x32\n\x08versions\x18\x01 \x03(\x0b\x32 .yandex.cloud.lockbox.v1.Version\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x99\x01\n!ScheduleVersionDestructionRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\nversion_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\x0epending_period\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"{\n\"ScheduleVersionDestructionMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12.\n\ndestroy_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"d\n\x1f\x43\x61ncelVersionDestructionRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\nversion_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"I\n CancelVersionDestructionMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"|\n\x1bListSecretOperationsRequest\x12\x1f\n\tsecret_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"n\n\x1cListSecretOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xe9\x15\n\rSecretService\x12z\n\x03Get\x12).yandex.cloud.lockbox.v1.GetSecretRequest\x1a\x1f.yandex.cloud.lockbox.v1.Secret\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/lockbox/v1/secrets/{secret_id}\x12~\n\x04List\x12+.yandex.cloud.lockbox.v1.ListSecretsRequest\x1a,.yandex.cloud.lockbox.v1.ListSecretsResponse\"\x1b\x82\xd3\xe4\x93\x02\x15\x12\x13/lockbox/v1/secrets\x12\x9b\x01\n\x06\x43reate\x12,.yandex.cloud.lockbox.v1.CreateSecretRequest\x1a!.yandex.cloud.operation.Operation\"@\xb2\xd2*\x1e\n\x14\x43reateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02\x18\"\x13/lockbox/v1/secrets:\x01*\x12\xa7\x01\n\x06Update\x12,.yandex.cloud.lockbox.v1.UpdateSecretRequest\x1a!.yandex.cloud.operation.Operation\"L\xb2\xd2*\x1e\n\x14UpdateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02$2\x1f/lockbox/v1/secrets/{secret_id}:\x01*\x12\xa4\x01\n\x06\x44\x65lete\x12,.yandex.cloud.lockbox.v1.DeleteSecretRequest\x1a!.yandex.cloud.operation.Operation\"I\xb2\xd2*\x1e\n\x14\x44\x65leteSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02!*\x1f/lockbox/v1/secrets/{secret_id}\x12\xb3\x01\n\x08\x41\x63tivate\x12..yandex.cloud.lockbox.v1.ActivateSecretRequest\x1a!.yandex.cloud.operation.Operation\"T\xb2\xd2* \n\x16\x41\x63tivateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02*\"(/lockbox/v1/secrets/{secret_id}:activate\x12\xbb\x01\n\nDeactivate\x12\x30.yandex.cloud.lockbox.v1.DeactivateSecretRequest\x1a!.yandex.cloud.operation.Operation\"X\xb2\xd2*\"\n\x18\x44\x65\x61\x63tivateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02,\"*/lockbox/v1/secrets/{secret_id}:deactivate\x12\x9d\x01\n\x0cListVersions\x12,.yandex.cloud.lockbox.v1.ListVersionsRequest\x1a-.yandex.cloud.lockbox.v1.ListVersionsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/lockbox/v1/secrets/{secret_id}/versions\x12\xb3\x01\n\nAddVersion\x12*.yandex.cloud.lockbox.v1.AddVersionRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*\x1d\n\x12\x41\x64\x64VersionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02/\"*/lockbox/v1/secrets/{secret_id}:addVersion:\x01*\x12\xf3\x01\n\x1aScheduleVersionDestruction\x12:.yandex.cloud.lockbox.v1.ScheduleVersionDestructionRequest\x1a!.yandex.cloud.operation.Operation\"v\xb2\xd2*-\n\"ScheduleVersionDestructionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02?\":/lockbox/v1/secrets/{secret_id}:scheduleVersionDestruction:\x01*\x12\xeb\x01\n\x18\x43\x61ncelVersionDestruction\x12\x38.yandex.cloud.lockbox.v1.CancelVersionDestructionRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*+\n CancelVersionDestructionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02=\"8/lockbox/v1/secrets/{secret_id}:cancelVersionDestruction:\x01*\x12\xb1\x01\n\x0eListOperations\x12\x34.yandex.cloud.lockbox.v1.ListSecretOperationsRequest\x1a\x35.yandex.cloud.lockbox.v1.ListSecretOperationsResponse\"2\x82\xd3\xe4\x93\x02,\x12*/lockbox/v1/secrets/{secret_id}/operations\x12\xb3\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/lockbox/v1/secrets/{resource_id}:listAccessBindings\x12\xe2\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x38\"3/lockbox/v1/secrets/{resource_id}:setAccessBindings:\x01*\x12\xef\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;\"6/lockbox/v1/secrets/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.lockbox.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/lockbox/v1;lockboxb\x06proto3')
26
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/lockbox/v1/secret_service.proto\x12\x17yandex.cloud.lockbox.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a$yandex/cloud/lockbox/v1/secret.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"\x98\x01\n\x12PayloadEntryChange\x12\x31\n\x03key\x18\x01 \x01(\tB$\xe8\xc7\x31\x01\xf2\xc7\x31\x13[-_./\\\\@0-9a-zA-Z]+\x8a\xc8\x31\x05<=256\x12!\n\ntext_value\x18\x02 \x01(\tB\x0b\x8a\xc8\x31\x07<=65536H\x00\x12#\n\x0c\x62inary_value\x18\x03 \x01(\x0c\x42\x0b\x8a\xc8\x31\x07<=65536H\x00\x42\x07\n\x05value\"3\n\x10GetSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"s\n\x12ListSecretsRequest\x12\x1f\n\tfolder_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"`\n\x13ListSecretsResponse\x12\x30\n\x07secrets\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.lockbox.v1.Secret\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x90\x05\n\x13\x43reateSecretRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\x04name\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x85\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x38.yandex.cloud.lockbox.v1.CreateSecretRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x1c\n\nkms_key_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12&\n\x13version_description\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12V\n\x17version_payload_entries\x18\x07 \x03(\x0b\x32+.yandex.cloud.lockbox.v1.PayloadEntryChangeB\x08\x82\xc8\x31\x04<=32\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x12_\n\x1epassword_payload_specification\x18\t \x01(\x0b\x32\x35.yandex.cloud.lockbox.v1.PasswordPayloadSpecificationH\x00\x12\x32\n\x0e\x63reate_version\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x17\n\x15payload_specification\"=\n\x14\x43reateSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"\xf5\x03\n\x13UpdateSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x17\n\x04name\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x85\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x38.yandex.cloud.lockbox.v1.UpdateSecretRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x1b\n\x13\x64\x65letion_protection\x18\x06 \x01(\x08\x12_\n\x1epassword_payload_specification\x18\x07 \x01(\x0b\x32\x35.yandex.cloud.lockbox.v1.PasswordPayloadSpecificationH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x17\n\x15payload_specification\"7\n\x14UpdateSecretMetadata\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"6\n\x13\x44\x65leteSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\")\n\x14\x44\x65leteSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\"8\n\x15\x41\x63tivateSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x16\x41\x63tivateSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\":\n\x17\x44\x65\x61\x63tivateSecretRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x18\x44\x65\x61\x63tivateSecretMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\"\xc8\x01\n\x11\x41\x64\x64VersionRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1f\n\x0b\x64\x65scription\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12N\n\x0fpayload_entries\x18\x03 \x03(\x0b\x32+.yandex.cloud.lockbox.v1.PayloadEntryChangeB\x08\x82\xc8\x31\x04<=32\x12!\n\x0f\x62\x61se_version_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\";\n\x12\x41\x64\x64VersionMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"t\n\x13ListVersionsRequest\x12\x1f\n\tsecret_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"c\n\x14ListVersionsResponse\x12\x32\n\x08versions\x18\x01 \x03(\x0b\x32 .yandex.cloud.lockbox.v1.Version\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x99\x01\n!ScheduleVersionDestructionRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\nversion_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\x0epending_period\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"{\n\"ScheduleVersionDestructionMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12.\n\ndestroy_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"d\n\x1f\x43\x61ncelVersionDestructionRequest\x12\x1f\n\tsecret_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\nversion_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"I\n CancelVersionDestructionMetadata\x12\x11\n\tsecret_id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\"|\n\x1bListSecretOperationsRequest\x12\x1f\n\tsecret_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"n\n\x1cListSecretOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xe9\x15\n\rSecretService\x12z\n\x03Get\x12).yandex.cloud.lockbox.v1.GetSecretRequest\x1a\x1f.yandex.cloud.lockbox.v1.Secret\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/lockbox/v1/secrets/{secret_id}\x12~\n\x04List\x12+.yandex.cloud.lockbox.v1.ListSecretsRequest\x1a,.yandex.cloud.lockbox.v1.ListSecretsResponse\"\x1b\x82\xd3\xe4\x93\x02\x15\x12\x13/lockbox/v1/secrets\x12\x9b\x01\n\x06\x43reate\x12,.yandex.cloud.lockbox.v1.CreateSecretRequest\x1a!.yandex.cloud.operation.Operation\"@\xb2\xd2*\x1e\n\x14\x43reateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02\x18\"\x13/lockbox/v1/secrets:\x01*\x12\xa7\x01\n\x06Update\x12,.yandex.cloud.lockbox.v1.UpdateSecretRequest\x1a!.yandex.cloud.operation.Operation\"L\xb2\xd2*\x1e\n\x14UpdateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02$2\x1f/lockbox/v1/secrets/{secret_id}:\x01*\x12\xa4\x01\n\x06\x44\x65lete\x12,.yandex.cloud.lockbox.v1.DeleteSecretRequest\x1a!.yandex.cloud.operation.Operation\"I\xb2\xd2*\x1e\n\x14\x44\x65leteSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02!*\x1f/lockbox/v1/secrets/{secret_id}\x12\xb3\x01\n\x08\x41\x63tivate\x12..yandex.cloud.lockbox.v1.ActivateSecretRequest\x1a!.yandex.cloud.operation.Operation\"T\xb2\xd2* \n\x16\x41\x63tivateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02*\"(/lockbox/v1/secrets/{secret_id}:activate\x12\xbb\x01\n\nDeactivate\x12\x30.yandex.cloud.lockbox.v1.DeactivateSecretRequest\x1a!.yandex.cloud.operation.Operation\"X\xb2\xd2*\"\n\x18\x44\x65\x61\x63tivateSecretMetadata\x12\x06Secret\x82\xd3\xe4\x93\x02,\"*/lockbox/v1/secrets/{secret_id}:deactivate\x12\x9d\x01\n\x0cListVersions\x12,.yandex.cloud.lockbox.v1.ListVersionsRequest\x1a-.yandex.cloud.lockbox.v1.ListVersionsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/lockbox/v1/secrets/{secret_id}/versions\x12\xb3\x01\n\nAddVersion\x12*.yandex.cloud.lockbox.v1.AddVersionRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*\x1d\n\x12\x41\x64\x64VersionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02/\"*/lockbox/v1/secrets/{secret_id}:addVersion:\x01*\x12\xf3\x01\n\x1aScheduleVersionDestruction\x12:.yandex.cloud.lockbox.v1.ScheduleVersionDestructionRequest\x1a!.yandex.cloud.operation.Operation\"v\xb2\xd2*-\n\"ScheduleVersionDestructionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02?\":/lockbox/v1/secrets/{secret_id}:scheduleVersionDestruction:\x01*\x12\xeb\x01\n\x18\x43\x61ncelVersionDestruction\x12\x38.yandex.cloud.lockbox.v1.CancelVersionDestructionRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*+\n CancelVersionDestructionMetadata\x12\x07Version\x82\xd3\xe4\x93\x02=\"8/lockbox/v1/secrets/{secret_id}:cancelVersionDestruction:\x01*\x12\xb1\x01\n\x0eListOperations\x12\x34.yandex.cloud.lockbox.v1.ListSecretOperationsRequest\x1a\x35.yandex.cloud.lockbox.v1.ListSecretOperationsResponse\"2\x82\xd3\xe4\x93\x02,\x12*/lockbox/v1/secrets/{secret_id}/operations\x12\xb3\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/lockbox/v1/secrets/{resource_id}:listAccessBindings\x12\xe2\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"{\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x38\"3/lockbox/v1/secrets/{resource_id}:setAccessBindings:\x01*\x12\xef\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x81\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02;\"6/lockbox/v1/secrets/{resource_id}:updateAccessBindings:\x01*Bb\n\x1byandex.cloud.api.lockbox.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/lockbox/v1;lockboxb\x06proto3')
26
27
 
27
28
  _globals = globals()
28
29
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -138,58 +139,58 @@ if _descriptor._USE_C_DESCRIPTORS == False:
138
139
  _SECRETSERVICE.methods_by_name['SetAccessBindings']._serialized_options = b'\262\322*9\n access.SetAccessBindingsMetadata\022\025google.protobuf.Empty\202\323\344\223\0028\"3/lockbox/v1/secrets/{resource_id}:setAccessBindings:\001*'
139
140
  _SECRETSERVICE.methods_by_name['UpdateAccessBindings']._options = None
140
141
  _SECRETSERVICE.methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*<\n#access.UpdateAccessBindingsMetadata\022\025google.protobuf.Empty\202\323\344\223\002;\"6/lockbox/v1/secrets/{resource_id}:updateAccessBindings:\001*'
141
- _globals['_PAYLOADENTRYCHANGE']._serialized_start=380
142
- _globals['_PAYLOADENTRYCHANGE']._serialized_end=532
143
- _globals['_GETSECRETREQUEST']._serialized_start=534
144
- _globals['_GETSECRETREQUEST']._serialized_end=585
145
- _globals['_LISTSECRETSREQUEST']._serialized_start=587
146
- _globals['_LISTSECRETSREQUEST']._serialized_end=702
147
- _globals['_LISTSECRETSRESPONSE']._serialized_start=704
148
- _globals['_LISTSECRETSRESPONSE']._serialized_end=800
149
- _globals['_CREATESECRETREQUEST']._serialized_start=803
150
- _globals['_CREATESECRETREQUEST']._serialized_end=1407
151
- _globals['_CREATESECRETREQUEST_LABELSENTRY']._serialized_start=1337
152
- _globals['_CREATESECRETREQUEST_LABELSENTRY']._serialized_end=1382
153
- _globals['_CREATESECRETMETADATA']._serialized_start=1409
154
- _globals['_CREATESECRETMETADATA']._serialized_end=1470
155
- _globals['_UPDATESECRETREQUEST']._serialized_start=1473
156
- _globals['_UPDATESECRETREQUEST']._serialized_end=1974
157
- _globals['_UPDATESECRETREQUEST_LABELSENTRY']._serialized_start=1337
158
- _globals['_UPDATESECRETREQUEST_LABELSENTRY']._serialized_end=1382
159
- _globals['_UPDATESECRETMETADATA']._serialized_start=1976
160
- _globals['_UPDATESECRETMETADATA']._serialized_end=2031
161
- _globals['_DELETESECRETREQUEST']._serialized_start=2033
162
- _globals['_DELETESECRETREQUEST']._serialized_end=2087
163
- _globals['_DELETESECRETMETADATA']._serialized_start=2089
164
- _globals['_DELETESECRETMETADATA']._serialized_end=2130
165
- _globals['_ACTIVATESECRETREQUEST']._serialized_start=2132
166
- _globals['_ACTIVATESECRETREQUEST']._serialized_end=2188
167
- _globals['_ACTIVATESECRETMETADATA']._serialized_start=2190
168
- _globals['_ACTIVATESECRETMETADATA']._serialized_end=2233
169
- _globals['_DEACTIVATESECRETREQUEST']._serialized_start=2235
170
- _globals['_DEACTIVATESECRETREQUEST']._serialized_end=2293
171
- _globals['_DEACTIVATESECRETMETADATA']._serialized_start=2295
172
- _globals['_DEACTIVATESECRETMETADATA']._serialized_end=2340
173
- _globals['_ADDVERSIONREQUEST']._serialized_start=2343
174
- _globals['_ADDVERSIONREQUEST']._serialized_end=2543
175
- _globals['_ADDVERSIONMETADATA']._serialized_start=2545
176
- _globals['_ADDVERSIONMETADATA']._serialized_end=2604
177
- _globals['_LISTVERSIONSREQUEST']._serialized_start=2606
178
- _globals['_LISTVERSIONSREQUEST']._serialized_end=2722
179
- _globals['_LISTVERSIONSRESPONSE']._serialized_start=2724
180
- _globals['_LISTVERSIONSRESPONSE']._serialized_end=2823
181
- _globals['_SCHEDULEVERSIONDESTRUCTIONREQUEST']._serialized_start=2826
182
- _globals['_SCHEDULEVERSIONDESTRUCTIONREQUEST']._serialized_end=2979
183
- _globals['_SCHEDULEVERSIONDESTRUCTIONMETADATA']._serialized_start=2981
184
- _globals['_SCHEDULEVERSIONDESTRUCTIONMETADATA']._serialized_end=3104
185
- _globals['_CANCELVERSIONDESTRUCTIONREQUEST']._serialized_start=3106
186
- _globals['_CANCELVERSIONDESTRUCTIONREQUEST']._serialized_end=3206
187
- _globals['_CANCELVERSIONDESTRUCTIONMETADATA']._serialized_start=3208
188
- _globals['_CANCELVERSIONDESTRUCTIONMETADATA']._serialized_end=3281
189
- _globals['_LISTSECRETOPERATIONSREQUEST']._serialized_start=3283
190
- _globals['_LISTSECRETOPERATIONSREQUEST']._serialized_end=3407
191
- _globals['_LISTSECRETOPERATIONSRESPONSE']._serialized_start=3409
192
- _globals['_LISTSECRETOPERATIONSRESPONSE']._serialized_end=3519
193
- _globals['_SECRETSERVICE']._serialized_start=3522
194
- _globals['_SECRETSERVICE']._serialized_end=6315
142
+ _globals['_PAYLOADENTRYCHANGE']._serialized_start=412
143
+ _globals['_PAYLOADENTRYCHANGE']._serialized_end=564
144
+ _globals['_GETSECRETREQUEST']._serialized_start=566
145
+ _globals['_GETSECRETREQUEST']._serialized_end=617
146
+ _globals['_LISTSECRETSREQUEST']._serialized_start=619
147
+ _globals['_LISTSECRETSREQUEST']._serialized_end=734
148
+ _globals['_LISTSECRETSRESPONSE']._serialized_start=736
149
+ _globals['_LISTSECRETSRESPONSE']._serialized_end=832
150
+ _globals['_CREATESECRETREQUEST']._serialized_start=835
151
+ _globals['_CREATESECRETREQUEST']._serialized_end=1491
152
+ _globals['_CREATESECRETREQUEST_LABELSENTRY']._serialized_start=1421
153
+ _globals['_CREATESECRETREQUEST_LABELSENTRY']._serialized_end=1466
154
+ _globals['_CREATESECRETMETADATA']._serialized_start=1493
155
+ _globals['_CREATESECRETMETADATA']._serialized_end=1554
156
+ _globals['_UPDATESECRETREQUEST']._serialized_start=1557
157
+ _globals['_UPDATESECRETREQUEST']._serialized_end=2058
158
+ _globals['_UPDATESECRETREQUEST_LABELSENTRY']._serialized_start=1421
159
+ _globals['_UPDATESECRETREQUEST_LABELSENTRY']._serialized_end=1466
160
+ _globals['_UPDATESECRETMETADATA']._serialized_start=2060
161
+ _globals['_UPDATESECRETMETADATA']._serialized_end=2115
162
+ _globals['_DELETESECRETREQUEST']._serialized_start=2117
163
+ _globals['_DELETESECRETREQUEST']._serialized_end=2171
164
+ _globals['_DELETESECRETMETADATA']._serialized_start=2173
165
+ _globals['_DELETESECRETMETADATA']._serialized_end=2214
166
+ _globals['_ACTIVATESECRETREQUEST']._serialized_start=2216
167
+ _globals['_ACTIVATESECRETREQUEST']._serialized_end=2272
168
+ _globals['_ACTIVATESECRETMETADATA']._serialized_start=2274
169
+ _globals['_ACTIVATESECRETMETADATA']._serialized_end=2317
170
+ _globals['_DEACTIVATESECRETREQUEST']._serialized_start=2319
171
+ _globals['_DEACTIVATESECRETREQUEST']._serialized_end=2377
172
+ _globals['_DEACTIVATESECRETMETADATA']._serialized_start=2379
173
+ _globals['_DEACTIVATESECRETMETADATA']._serialized_end=2424
174
+ _globals['_ADDVERSIONREQUEST']._serialized_start=2427
175
+ _globals['_ADDVERSIONREQUEST']._serialized_end=2627
176
+ _globals['_ADDVERSIONMETADATA']._serialized_start=2629
177
+ _globals['_ADDVERSIONMETADATA']._serialized_end=2688
178
+ _globals['_LISTVERSIONSREQUEST']._serialized_start=2690
179
+ _globals['_LISTVERSIONSREQUEST']._serialized_end=2806
180
+ _globals['_LISTVERSIONSRESPONSE']._serialized_start=2808
181
+ _globals['_LISTVERSIONSRESPONSE']._serialized_end=2907
182
+ _globals['_SCHEDULEVERSIONDESTRUCTIONREQUEST']._serialized_start=2910
183
+ _globals['_SCHEDULEVERSIONDESTRUCTIONREQUEST']._serialized_end=3063
184
+ _globals['_SCHEDULEVERSIONDESTRUCTIONMETADATA']._serialized_start=3065
185
+ _globals['_SCHEDULEVERSIONDESTRUCTIONMETADATA']._serialized_end=3188
186
+ _globals['_CANCELVERSIONDESTRUCTIONREQUEST']._serialized_start=3190
187
+ _globals['_CANCELVERSIONDESTRUCTIONREQUEST']._serialized_end=3290
188
+ _globals['_CANCELVERSIONDESTRUCTIONMETADATA']._serialized_start=3292
189
+ _globals['_CANCELVERSIONDESTRUCTIONMETADATA']._serialized_end=3365
190
+ _globals['_LISTSECRETOPERATIONSREQUEST']._serialized_start=3367
191
+ _globals['_LISTSECRETOPERATIONSREQUEST']._serialized_end=3491
192
+ _globals['_LISTSECRETOPERATIONSRESPONSE']._serialized_start=3493
193
+ _globals['_LISTSECRETOPERATIONSRESPONSE']._serialized_end=3603
194
+ _globals['_SECRETSERVICE']._serialized_start=3606
195
+ _globals['_SECRETSERVICE']._serialized_end=6399
195
196
  # @@protoc_insertion_point(module_scope)