yandexcloud 0.345.0__py3-none-any.whl → 0.347.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 (58) hide show
  1. yandex/cloud/ai/assistants/v1/common_pb2.py +18 -10
  2. yandex/cloud/ai/assistants/v1/common_pb2.pyi +67 -2
  3. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +16 -16
  4. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +7 -7
  5. yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.py +16 -16
  6. yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.pyi +14 -2
  7. yandex/cloud/gitlab/__init__.py +0 -0
  8. yandex/cloud/gitlab/v1/__init__.py +0 -0
  9. yandex/cloud/gitlab/v1/instance_pb2.py +54 -0
  10. yandex/cloud/gitlab/v1/instance_pb2.pyi +158 -0
  11. yandex/cloud/gitlab/v1/instance_pb2_grpc.py +24 -0
  12. yandex/cloud/gitlab/v1/instance_pb2_grpc.pyi +17 -0
  13. yandex/cloud/gitlab/v1/instance_service_pb2.py +118 -0
  14. yandex/cloud/gitlab/v1/instance_service_pb2.pyi +257 -0
  15. yandex/cloud/gitlab/v1/instance_service_pb2_grpc.py +314 -0
  16. yandex/cloud/gitlab/v1/instance_service_pb2_grpc.pyi +128 -0
  17. yandex/cloud/gitlab/v1/maintenance_pb2.py +41 -0
  18. yandex/cloud/gitlab/v1/maintenance_pb2.pyi +40 -0
  19. yandex/cloud/gitlab/v1/maintenance_pb2_grpc.py +24 -0
  20. yandex/cloud/gitlab/v1/maintenance_pb2_grpc.pyi +17 -0
  21. yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.py +11 -3
  22. yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2.pyi +20 -0
  23. yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.py +44 -0
  24. yandex/cloud/marketplace/licensemanager/saas/v1/lock_service_pb2_grpc.pyi +20 -0
  25. yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.pyi +35 -4
  26. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.pyi +9 -1
  27. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.py +10 -5
  28. yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.pyi +14 -2
  29. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -74
  30. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +8 -2
  31. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +64 -64
  32. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +8 -2
  33. yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +64 -52
  34. yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +75 -0
  35. yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +44 -0
  36. yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +20 -0
  37. yandex/cloud/monitoring/v3/thresholds_pb2.py +5 -5
  38. yandex/cloud/monitoring/v3/thresholds_pb2.pyi +4 -2
  39. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +7 -12
  40. yandex/cloud/spark/v1/job_pb2.py +12 -16
  41. yandex/cloud/spark/v1/job_pb2.pyi +3 -51
  42. yandex/cloud/trino/v1/catalog_pb2.py +252 -0
  43. yandex/cloud/trino/v1/catalog_pb2.pyi +965 -0
  44. yandex/cloud/trino/v1/catalog_pb2_grpc.py +24 -0
  45. yandex/cloud/trino/v1/catalog_pb2_grpc.pyi +17 -0
  46. yandex/cloud/trino/v1/catalog_service_pb2.py +94 -0
  47. yandex/cloud/trino/v1/catalog_service_pb2.pyi +235 -0
  48. yandex/cloud/trino/v1/catalog_service_pb2_grpc.py +279 -0
  49. yandex/cloud/trino/v1/catalog_service_pb2_grpc.pyi +132 -0
  50. yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
  51. yandex/cloud/trino/v1/cluster_service_pb2.pyi +10 -1
  52. yandexcloud/__init__.py +1 -1
  53. {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/METADATA +1 -1
  54. {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/RECORD +58 -36
  55. {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/AUTHORS +0 -0
  56. {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/LICENSE +0 -0
  57. {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/WHEEL +0 -0
  58. {yandexcloud-0.345.0.dist-info → yandexcloud-0.347.0.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
27
27
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
28
28
 
29
29
 
30
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/ai/assistants/v1/common.proto\x12\x1dyandex.cloud.ai.assistants.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xf2\x02\n\x17PromptTruncationOptions\x12\x36\n\x11max_prompt_tokens\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\\\n\rauto_strategy\x18\x02 \x01(\x0b\x32\x43.yandex.cloud.ai.assistants.v1.PromptTruncationOptions.AutoStrategyH\x00\x12m\n\x16last_messages_strategy\x18\x03 \x01(\x0b\x32K.yandex.cloud.ai.assistants.v1.PromptTruncationOptions.LastMessagesStrategyH\x00\x1a\x0e\n\x0c\x41utoStrategy\x1a,\n\x14LastMessagesStrategy\x12\x14\n\x0cnum_messages\x18\x01 \x01(\x03\x42\x14\n\x12TruncationStrategy\"w\n\x11\x43ompletionOptions\x12/\n\nmax_tokens\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x31\n\x0btemperature\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x9b\x01\n\x04Tool\x12\x46\n\x0csearch_index\x18\x01 \x01(\x0b\x32..yandex.cloud.ai.assistants.v1.SearchIndexToolH\x00\x12?\n\x08\x66unction\x18\x02 \x01(\x0b\x32+.yandex.cloud.ai.assistants.v1.FunctionToolH\x00\x42\n\n\x08ToolType\"`\n\x08ToolCall\x12\x44\n\rfunction_call\x18\x01 \x01(\x0b\x32+.yandex.cloud.ai.assistants.v1.FunctionCallH\x00\x42\x0e\n\x0cToolCallType\"K\n\x0cToolCallList\x12;\n\ntool_calls\x18\x01 \x03(\x0b\x32\'.yandex.cloud.ai.assistants.v1.ToolCall\"h\n\nToolResult\x12H\n\x0f\x66unction_result\x18\x01 \x01(\x0b\x32-.yandex.cloud.ai.assistants.v1.FunctionResultH\x00\x42\x10\n\x0eToolResultType\"Q\n\x0eToolResultList\x12?\n\x0ctool_results\x18\x01 \x03(\x0b\x32).yandex.cloud.ai.assistants.v1.ToolResult\"\xad\x01\n\x0fSearchIndexTool\x12\x18\n\x10search_index_ids\x18\x01 \x03(\t\x12\x34\n\x0fmax_num_results\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12J\n\x11rephraser_options\x18\x03 \x01(\x0b\x32/.yandex.cloud.ai.assistants.v1.RephraserOptions\"^\n\x0c\x46unctionTool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12+\n\nparameters\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"H\n\x0c\x46unctionCall\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\targuments\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"@\n\x0e\x46unctionResult\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\x07\x63ontent\x18\x02 \x01(\tH\x00\x42\r\n\x0b\x43ontentType\"/\n\x10RephraserOptions\x12\x1b\n\rrephraser_uri\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x42q\n!yandex.cloud.api.ai.assistants.v1ZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1;assistantsb\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/ai/assistants/v1/common.proto\x12\x1dyandex.cloud.ai.assistants.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xf2\x02\n\x17PromptTruncationOptions\x12\x36\n\x11max_prompt_tokens\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\\\n\rauto_strategy\x18\x02 \x01(\x0b\x32\x43.yandex.cloud.ai.assistants.v1.PromptTruncationOptions.AutoStrategyH\x00\x12m\n\x16last_messages_strategy\x18\x03 \x01(\x0b\x32K.yandex.cloud.ai.assistants.v1.PromptTruncationOptions.LastMessagesStrategyH\x00\x1a\x0e\n\x0c\x41utoStrategy\x1a,\n\x14LastMessagesStrategy\x12\x14\n\x0cnum_messages\x18\x01 \x01(\x03\x42\x14\n\x12TruncationStrategy\"w\n\x11\x43ompletionOptions\x12/\n\nmax_tokens\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x31\n\x0btemperature\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\x9b\x01\n\x04Tool\x12\x46\n\x0csearch_index\x18\x01 \x01(\x0b\x32..yandex.cloud.ai.assistants.v1.SearchIndexToolH\x00\x12?\n\x08\x66unction\x18\x02 \x01(\x0b\x32+.yandex.cloud.ai.assistants.v1.FunctionToolH\x00\x42\n\n\x08ToolType\"`\n\x08ToolCall\x12\x44\n\rfunction_call\x18\x01 \x01(\x0b\x32+.yandex.cloud.ai.assistants.v1.FunctionCallH\x00\x42\x0e\n\x0cToolCallType\"K\n\x0cToolCallList\x12;\n\ntool_calls\x18\x01 \x03(\x0b\x32\'.yandex.cloud.ai.assistants.v1.ToolCall\"h\n\nToolResult\x12H\n\x0f\x66unction_result\x18\x01 \x01(\x0b\x32-.yandex.cloud.ai.assistants.v1.FunctionResultH\x00\x42\x10\n\x0eToolResultType\"Q\n\x0eToolResultList\x12?\n\x0ctool_results\x18\x01 \x03(\x0b\x32).yandex.cloud.ai.assistants.v1.ToolResult\"\xf1\x01\n\x0fSearchIndexTool\x12\x18\n\x10search_index_ids\x18\x01 \x03(\t\x12\x34\n\x0fmax_num_results\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12J\n\x11rephraser_options\x18\x03 \x01(\x0b\x32/.yandex.cloud.ai.assistants.v1.RephraserOptions\x12\x42\n\rcall_strategy\x18\x04 \x01(\x0b\x32+.yandex.cloud.ai.assistants.v1.CallStrategy\"\xf7\x01\n\x0c\x43\x61llStrategy\x12M\n\x0b\x61lways_call\x18\x01 \x01(\x0b\x32\x36.yandex.cloud.ai.assistants.v1.CallStrategy.AlwaysCallH\x00\x12I\n\tauto_call\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.ai.assistants.v1.CallStrategy.AutoCallH\x00\x1a\x0c\n\nAlwaysCall\x1a\x33\n\x08\x41utoCall\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x0binstruction\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x42\n\n\x08Strategy\"^\n\x0c\x46unctionTool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12+\n\nparameters\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"H\n\x0c\x46unctionCall\x12\x0c\n\x04name\x18\x01 \x01(\t\x12*\n\targuments\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"@\n\x0e\x46unctionResult\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\x07\x63ontent\x18\x02 \x01(\tH\x00\x42\r\n\x0b\x43ontentType\"/\n\x10RephraserOptions\x12\x1b\n\rrephraser_uri\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x42q\n!yandex.cloud.api.ai.assistants.v1ZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1;assistantsb\x06proto3')
31
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -35,6 +35,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.assistants.
35
35
  if not _descriptor._USE_C_DESCRIPTORS:
36
36
  _globals['DESCRIPTOR']._loaded_options = None
37
37
  _globals['DESCRIPTOR']._serialized_options = b'\n!yandex.cloud.api.ai.assistants.v1ZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1;assistants'
38
+ _globals['_CALLSTRATEGY_AUTOCALL'].fields_by_name['instruction']._loaded_options = None
39
+ _globals['_CALLSTRATEGY_AUTOCALL'].fields_by_name['instruction']._serialized_options = b'\350\3071\001'
38
40
  _globals['_REPHRASEROPTIONS'].fields_by_name['rephraser_uri']._loaded_options = None
39
41
  _globals['_REPHRASEROPTIONS'].fields_by_name['rephraser_uri']._serialized_options = b'\350\3071\001'
40
42
  _globals['_PROMPTTRUNCATIONOPTIONS']._serialized_start=171
@@ -56,13 +58,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
56
58
  _globals['_TOOLRESULTLIST']._serialized_start=1103
57
59
  _globals['_TOOLRESULTLIST']._serialized_end=1184
58
60
  _globals['_SEARCHINDEXTOOL']._serialized_start=1187
59
- _globals['_SEARCHINDEXTOOL']._serialized_end=1360
60
- _globals['_FUNCTIONTOOL']._serialized_start=1362
61
- _globals['_FUNCTIONTOOL']._serialized_end=1456
62
- _globals['_FUNCTIONCALL']._serialized_start=1458
63
- _globals['_FUNCTIONCALL']._serialized_end=1530
64
- _globals['_FUNCTIONRESULT']._serialized_start=1532
65
- _globals['_FUNCTIONRESULT']._serialized_end=1596
66
- _globals['_REPHRASEROPTIONS']._serialized_start=1598
67
- _globals['_REPHRASEROPTIONS']._serialized_end=1645
61
+ _globals['_SEARCHINDEXTOOL']._serialized_end=1428
62
+ _globals['_CALLSTRATEGY']._serialized_start=1431
63
+ _globals['_CALLSTRATEGY']._serialized_end=1678
64
+ _globals['_CALLSTRATEGY_ALWAYSCALL']._serialized_start=1601
65
+ _globals['_CALLSTRATEGY_ALWAYSCALL']._serialized_end=1613
66
+ _globals['_CALLSTRATEGY_AUTOCALL']._serialized_start=1615
67
+ _globals['_CALLSTRATEGY_AUTOCALL']._serialized_end=1666
68
+ _globals['_FUNCTIONTOOL']._serialized_start=1680
69
+ _globals['_FUNCTIONTOOL']._serialized_end=1774
70
+ _globals['_FUNCTIONCALL']._serialized_start=1776
71
+ _globals['_FUNCTIONCALL']._serialized_end=1848
72
+ _globals['_FUNCTIONRESULT']._serialized_start=1850
73
+ _globals['_FUNCTIONRESULT']._serialized_end=1914
74
+ _globals['_REPHRASEROPTIONS']._serialized_start=1916
75
+ _globals['_REPHRASEROPTIONS']._serialized_end=1963
68
76
  # @@protoc_insertion_point(module_scope)
@@ -235,6 +235,7 @@ class SearchIndexTool(google.protobuf.message.Message):
235
235
  SEARCH_INDEX_IDS_FIELD_NUMBER: builtins.int
236
236
  MAX_NUM_RESULTS_FIELD_NUMBER: builtins.int
237
237
  REPHRASER_OPTIONS_FIELD_NUMBER: builtins.int
238
+ CALL_STRATEGY_FIELD_NUMBER: builtins.int
238
239
  @property
239
240
  def search_index_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
240
241
  """A list of search index IDs that this tool will query. Currently, only a single index ID is supported."""
@@ -253,18 +254,82 @@ class SearchIndexTool(google.protobuf.message.Message):
253
254
  incorporating context from the previous conversation.
254
255
  """
255
256
 
257
+ @property
258
+ def call_strategy(self) -> global___CallStrategy:
259
+ """Defines the strategy for triggering search.
260
+ Controls whether search results are always included or returned only when
261
+ the model explicitly calls the tool.
262
+ """
263
+
256
264
  def __init__(
257
265
  self,
258
266
  *,
259
267
  search_index_ids: collections.abc.Iterable[builtins.str] | None = ...,
260
268
  max_num_results: google.protobuf.wrappers_pb2.Int64Value | None = ...,
261
269
  rephraser_options: global___RephraserOptions | None = ...,
270
+ call_strategy: global___CallStrategy | None = ...,
262
271
  ) -> None: ...
263
- def HasField(self, field_name: typing.Literal["max_num_results", b"max_num_results", "rephraser_options", b"rephraser_options"]) -> builtins.bool: ...
264
- def ClearField(self, field_name: typing.Literal["max_num_results", b"max_num_results", "rephraser_options", b"rephraser_options", "search_index_ids", b"search_index_ids"]) -> None: ...
272
+ def HasField(self, field_name: typing.Literal["call_strategy", b"call_strategy", "max_num_results", b"max_num_results", "rephraser_options", b"rephraser_options"]) -> builtins.bool: ...
273
+ def ClearField(self, field_name: typing.Literal["call_strategy", b"call_strategy", "max_num_results", b"max_num_results", "rephraser_options", b"rephraser_options", "search_index_ids", b"search_index_ids"]) -> None: ...
265
274
 
266
275
  global___SearchIndexTool = SearchIndexTool
267
276
 
277
+ @typing.final
278
+ class CallStrategy(google.protobuf.message.Message):
279
+ """Defines when the assistant uses the search tool."""
280
+
281
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
282
+
283
+ @typing.final
284
+ class AlwaysCall(google.protobuf.message.Message):
285
+ """Always includes retrieved search results in the prompt."""
286
+
287
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
288
+
289
+ def __init__(
290
+ self,
291
+ ) -> None: ...
292
+
293
+ @typing.final
294
+ class AutoCall(google.protobuf.message.Message):
295
+ """Exposes the tool as a callable function.
296
+ The model decides when to trigger search based on the instruction.
297
+ """
298
+
299
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
300
+
301
+ NAME_FIELD_NUMBER: builtins.int
302
+ INSTRUCTION_FIELD_NUMBER: builtins.int
303
+ name: builtins.str
304
+ """The name of the tool as exposed to the model."""
305
+ instruction: builtins.str
306
+ """Required instruction that helps the model decide when to call the tool."""
307
+ def __init__(
308
+ self,
309
+ *,
310
+ name: builtins.str = ...,
311
+ instruction: builtins.str = ...,
312
+ ) -> None: ...
313
+ def ClearField(self, field_name: typing.Literal["instruction", b"instruction", "name", b"name"]) -> None: ...
314
+
315
+ ALWAYS_CALL_FIELD_NUMBER: builtins.int
316
+ AUTO_CALL_FIELD_NUMBER: builtins.int
317
+ @property
318
+ def always_call(self) -> global___CallStrategy.AlwaysCall: ...
319
+ @property
320
+ def auto_call(self) -> global___CallStrategy.AutoCall: ...
321
+ def __init__(
322
+ self,
323
+ *,
324
+ always_call: global___CallStrategy.AlwaysCall | None = ...,
325
+ auto_call: global___CallStrategy.AutoCall | None = ...,
326
+ ) -> None: ...
327
+ def HasField(self, field_name: typing.Literal["Strategy", b"Strategy", "always_call", b"always_call", "auto_call", b"auto_call"]) -> builtins.bool: ...
328
+ def ClearField(self, field_name: typing.Literal["Strategy", b"Strategy", "always_call", b"always_call", "auto_call", b"auto_call"]) -> None: ...
329
+ def WhichOneof(self, oneof_group: typing.Literal["Strategy", b"Strategy"]) -> typing.Literal["always_call", "auto_call"] | None: ...
330
+
331
+ global___CallStrategy = CallStrategy
332
+
268
333
  @typing.final
269
334
  class FunctionTool(google.protobuf.message.Message):
270
335
  """Represents a function tool that can be invoked by the assistant."""
@@ -29,7 +29,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
29
29
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
30
30
 
31
31
 
32
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/baremetal/v1alpha/private_subnet_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x33yandex/cloud/baremetal/v1alpha/private_subnet.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"T\n\x17GetPrivateSubnetRequest\x12\x33\n\x11private_subnet_id\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30J\x04\x08\x01\x10\x02\"\xa5\x01\n\x18ListPrivateSubnetRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"\x88\x01\n\x19ListPrivateSubnetResponse\x12\x46\n\x0fprivate_subnets\x18\x02 \x03(\x0b\x32-.yandex.cloud.baremetal.v1alpha.PrivateSubnet\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x64\"\xdf\x03\n\x1a\x43reatePrivateSubnetRequest\x12\x34\n\x04name\x18\x01 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-63\x12\x1f\n\x0b\x64\x65scription\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12H\n\x10vrf_options_spec\x18\x04 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.VrfOptionsSpec\x12/\n\tfolder_id\x18\x05 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x94\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x46.yandex.cloud.baremetal.v1alpha.CreatePrivateSubnetRequest.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\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x06\x10\xc8\x01\"\x89\x01\n\x0eVrfOptionsSpec\x12\x0e\n\x06vrf_id\x18\x01 \x01(\t\x12\x0c\n\x04\x63idr\x18\x02 \x01(\t\x12\x45\n\x0c\x64hcp_options\x18\x03 \x01(\x0b\x32/.yandex.cloud.baremetal.v1alpha.DhcpOptionsSpec\x12\x12\n\ngateway_ip\x18\x04 \x01(\t\"3\n\x0f\x44hcpOptionsSpec\x12\x10\n\x08start_ip\x18\x01 \x01(\t\x12\x0e\n\x06\x65nd_ip\x18\x02 \x01(\t\">\n\x1b\x43reatePrivateSubnetMetadata\x12\x19\n\x11private_subnet_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"\xf6\x03\n\x1aUpdatePrivateSubnetRequest\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x34\n\x04name\x18\x03 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-63\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12H\n\x10vrf_options_spec\x18\x05 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.VrfOptionsSpec\x12\x33\n\x11private_subnet_id\x18\x06 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\x94\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x46.yandex.cloud.baremetal.v1alpha.UpdatePrivateSubnetRequest.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\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x01\x10\x02J\x05\x08\x07\x10\xc8\x01\">\n\x1bUpdatePrivateSubnetMetadata\x12\x19\n\x11private_subnet_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"W\n\x1a\x44\x65letePrivateSubnetRequest\x12\x33\n\x11private_subnet_id\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30J\x04\x08\x01\x10\x02\">\n\x1b\x44\x65letePrivateSubnetMetadata\x12\x19\n\x11private_subnet_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"\x97\x01\n\"ListPrivateSubnetOperationsRequest\x12\x33\n\x11private_subnet_id\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x64\"{\n#ListPrivateSubnetOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\x80\x07\n\x14PrivateSubnetService\x12o\n\x03Get\x12\x37.yandex.cloud.baremetal.v1alpha.GetPrivateSubnetRequest\x1a-.yandex.cloud.baremetal.v1alpha.PrivateSubnet\"\x00\x12}\n\x04List\x12\x38.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetRequest\x1a\x39.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetResponse\"\x00\x12\x99\x01\n\x06\x43reate\x12:.yandex.cloud.baremetal.v1alpha.CreatePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"0\xb2\xd2*,\n\x1b\x43reatePrivateSubnetMetadata\x12\rPrivateSubnet\x12\x99\x01\n\x06Update\x12:.yandex.cloud.baremetal.v1alpha.UpdatePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"0\xb2\xd2*,\n\x1bUpdatePrivateSubnetMetadata\x12\rPrivateSubnet\x12\xa1\x01\n\x06\x44\x65lete\x12:.yandex.cloud.baremetal.v1alpha.DeletePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"8\xb2\xd2*4\n\x1b\x44\x65letePrivateSubnetMetadata\x12\x15google.protobuf.Empty\x12\x9b\x01\n\x0eListOperations\x12\x42.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetOperationsRequest\x1a\x43.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetOperationsResponse\"\x00\x42r\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
32
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/baremetal/v1alpha/private_subnet_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x33yandex/cloud/baremetal/v1alpha/private_subnet.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"T\n\x17GetPrivateSubnetRequest\x12\x33\n\x11private_subnet_id\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30J\x04\x08\x01\x10\x02\"\xa5\x01\n\x18ListPrivateSubnetRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"\x88\x01\n\x19ListPrivateSubnetResponse\x12\x46\n\x0fprivate_subnets\x18\x02 \x03(\x0b\x32-.yandex.cloud.baremetal.v1alpha.PrivateSubnet\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x64\"\xdf\x03\n\x1a\x43reatePrivateSubnetRequest\x12\x34\n\x04name\x18\x01 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-63\x12\x1f\n\x0b\x64\x65scription\x18\x02 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12H\n\x10vrf_options_spec\x18\x04 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.VrfOptionsSpec\x12/\n\tfolder_id\x18\x05 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x94\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x46.yandex.cloud.baremetal.v1alpha.CreatePrivateSubnetRequest.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\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x06\x10\xc8\x01\"\x89\x01\n\x0eVrfOptionsSpec\x12\x0e\n\x06vrf_id\x18\x01 \x01(\t\x12\x0c\n\x04\x63idr\x18\x02 \x01(\t\x12\x45\n\x0c\x64hcp_options\x18\x03 \x01(\x0b\x32/.yandex.cloud.baremetal.v1alpha.DhcpOptionsSpec\x12\x12\n\ngateway_ip\x18\x04 \x01(\t\"3\n\x0f\x44hcpOptionsSpec\x12\x10\n\x08start_ip\x18\x01 \x01(\t\x12\x0e\n\x06\x65nd_ip\x18\x02 \x01(\t\">\n\x1b\x43reatePrivateSubnetMetadata\x12\x19\n\x11private_subnet_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"\xf0\x03\n\x1aUpdatePrivateSubnetRequest\x12\x33\n\x11private_subnet_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x34\n\x04name\x18\x03 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-63\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12H\n\x10vrf_options_spec\x18\x05 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.VrfOptionsSpec\x12\x94\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x46.yandex.cloud.baremetal.v1alpha.UpdatePrivateSubnetRequest.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\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x06\x10\xc8\x01\">\n\x1bUpdatePrivateSubnetMetadata\x12\x19\n\x11private_subnet_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"W\n\x1a\x44\x65letePrivateSubnetRequest\x12\x33\n\x11private_subnet_id\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30J\x04\x08\x01\x10\x02\">\n\x1b\x44\x65letePrivateSubnetMetadata\x12\x19\n\x11private_subnet_id\x18\x02 \x01(\tJ\x04\x08\x01\x10\x02\"\x97\x01\n\"ListPrivateSubnetOperationsRequest\x12\x33\n\x11private_subnet_id\x18\x02 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x03\x10\x64\"{\n#ListPrivateSubnetOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\x80\x07\n\x14PrivateSubnetService\x12o\n\x03Get\x12\x37.yandex.cloud.baremetal.v1alpha.GetPrivateSubnetRequest\x1a-.yandex.cloud.baremetal.v1alpha.PrivateSubnet\"\x00\x12}\n\x04List\x12\x38.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetRequest\x1a\x39.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetResponse\"\x00\x12\x99\x01\n\x06\x43reate\x12:.yandex.cloud.baremetal.v1alpha.CreatePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"0\xb2\xd2*,\n\x1b\x43reatePrivateSubnetMetadata\x12\rPrivateSubnet\x12\x99\x01\n\x06Update\x12:.yandex.cloud.baremetal.v1alpha.UpdatePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"0\xb2\xd2*,\n\x1bUpdatePrivateSubnetMetadata\x12\rPrivateSubnet\x12\xa1\x01\n\x06\x44\x65lete\x12:.yandex.cloud.baremetal.v1alpha.DeletePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"8\xb2\xd2*4\n\x1b\x44\x65letePrivateSubnetMetadata\x12\x15google.protobuf.Empty\x12\x9b\x01\n\x0eListOperations\x12\x42.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetOperationsRequest\x1a\x43.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetOperationsResponse\"\x00\x42r\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
33
33
 
34
34
  _globals = globals()
35
35
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -57,12 +57,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
57
57
  _globals['_CREATEPRIVATESUBNETREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
58
58
  _globals['_UPDATEPRIVATESUBNETREQUEST_LABELSENTRY']._loaded_options = None
59
59
  _globals['_UPDATEPRIVATESUBNETREQUEST_LABELSENTRY']._serialized_options = b'8\001'
60
+ _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['private_subnet_id']._loaded_options = None
61
+ _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['private_subnet_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
60
62
  _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['name']._loaded_options = None
61
63
  _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\032[a-z]([-a-z0-9]*[a-z0-9])?\212\3101\0042-63'
62
64
  _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['description']._loaded_options = None
63
65
  _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
64
- _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['private_subnet_id']._loaded_options = None
65
- _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['private_subnet_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
66
66
  _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['labels']._loaded_options = None
67
67
  _globals['_UPDATEPRIVATESUBNETREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
68
68
  _globals['_DELETEPRIVATESUBNETREQUEST'].fields_by_name['private_subnet_id']._loaded_options = None
@@ -94,19 +94,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
94
94
  _globals['_CREATEPRIVATESUBNETMETADATA']._serialized_start=1355
95
95
  _globals['_CREATEPRIVATESUBNETMETADATA']._serialized_end=1417
96
96
  _globals['_UPDATEPRIVATESUBNETREQUEST']._serialized_start=1420
97
- _globals['_UPDATEPRIVATESUBNETREQUEST']._serialized_end=1922
97
+ _globals['_UPDATEPRIVATESUBNETREQUEST']._serialized_end=1916
98
98
  _globals['_UPDATEPRIVATESUBNETREQUEST_LABELSENTRY']._serialized_start=1108
99
99
  _globals['_UPDATEPRIVATESUBNETREQUEST_LABELSENTRY']._serialized_end=1153
100
- _globals['_UPDATEPRIVATESUBNETMETADATA']._serialized_start=1924
101
- _globals['_UPDATEPRIVATESUBNETMETADATA']._serialized_end=1986
102
- _globals['_DELETEPRIVATESUBNETREQUEST']._serialized_start=1988
103
- _globals['_DELETEPRIVATESUBNETREQUEST']._serialized_end=2075
104
- _globals['_DELETEPRIVATESUBNETMETADATA']._serialized_start=2077
105
- _globals['_DELETEPRIVATESUBNETMETADATA']._serialized_end=2139
106
- _globals['_LISTPRIVATESUBNETOPERATIONSREQUEST']._serialized_start=2142
107
- _globals['_LISTPRIVATESUBNETOPERATIONSREQUEST']._serialized_end=2293
108
- _globals['_LISTPRIVATESUBNETOPERATIONSRESPONSE']._serialized_start=2295
109
- _globals['_LISTPRIVATESUBNETOPERATIONSRESPONSE']._serialized_end=2418
110
- _globals['_PRIVATESUBNETSERVICE']._serialized_start=2421
111
- _globals['_PRIVATESUBNETSERVICE']._serialized_end=3317
100
+ _globals['_UPDATEPRIVATESUBNETMETADATA']._serialized_start=1918
101
+ _globals['_UPDATEPRIVATESUBNETMETADATA']._serialized_end=1980
102
+ _globals['_DELETEPRIVATESUBNETREQUEST']._serialized_start=1982
103
+ _globals['_DELETEPRIVATESUBNETREQUEST']._serialized_end=2069
104
+ _globals['_DELETEPRIVATESUBNETMETADATA']._serialized_start=2071
105
+ _globals['_DELETEPRIVATESUBNETMETADATA']._serialized_end=2133
106
+ _globals['_LISTPRIVATESUBNETOPERATIONSREQUEST']._serialized_start=2136
107
+ _globals['_LISTPRIVATESUBNETOPERATIONSREQUEST']._serialized_end=2287
108
+ _globals['_LISTPRIVATESUBNETOPERATIONSRESPONSE']._serialized_start=2289
109
+ _globals['_LISTPRIVATESUBNETOPERATIONSRESPONSE']._serialized_end=2412
110
+ _globals['_PRIVATESUBNETSERVICE']._serialized_start=2415
111
+ _globals['_PRIVATESUBNETSERVICE']._serialized_end=3311
112
112
  # @@protoc_insertion_point(module_scope)
@@ -286,23 +286,23 @@ class UpdatePrivateSubnetRequest(google.protobuf.message.Message):
286
286
  ) -> None: ...
287
287
  def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
288
288
 
289
+ PRIVATE_SUBNET_ID_FIELD_NUMBER: builtins.int
289
290
  UPDATE_MASK_FIELD_NUMBER: builtins.int
290
291
  NAME_FIELD_NUMBER: builtins.int
291
292
  DESCRIPTION_FIELD_NUMBER: builtins.int
292
293
  VRF_OPTIONS_SPEC_FIELD_NUMBER: builtins.int
293
- PRIVATE_SUBNET_ID_FIELD_NUMBER: builtins.int
294
294
  LABELS_FIELD_NUMBER: builtins.int
295
+ private_subnet_id: builtins.str
296
+ """ID of the PrivateSubnet resource to update.
297
+
298
+ To get the private subnet ID, use a [PrivateSubnetService.List] request.
299
+ """
295
300
  name: builtins.str
296
301
  """Name of the private subnet.
297
302
  The name must be unique within the folder.
298
303
  """
299
304
  description: builtins.str
300
305
  """Description of the private subnet."""
301
- private_subnet_id: builtins.str
302
- """ID of the PrivateSubnet resource to update.
303
-
304
- To get the private subnet ID, use a [PrivateSubnetService.List] request.
305
- """
306
306
  @property
307
307
  def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
308
308
  """Field mask that specifies which fields of the PrivateSubnet resource are going to be updated."""
@@ -321,11 +321,11 @@ class UpdatePrivateSubnetRequest(google.protobuf.message.Message):
321
321
  def __init__(
322
322
  self,
323
323
  *,
324
+ private_subnet_id: builtins.str = ...,
324
325
  update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
325
326
  name: builtins.str = ...,
326
327
  description: builtins.str = ...,
327
328
  vrf_options_spec: global___VrfOptionsSpec | None = ...,
328
- private_subnet_id: builtins.str = ...,
329
329
  labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
330
330
  ) -> None: ...
331
331
  def HasField(self, field_name: typing.Literal["update_mask", b"update_mask", "vrf_options_spec", b"vrf_options_spec"]) -> builtins.bool: ...
@@ -33,7 +33,7 @@ from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mas
33
33
  from yandex.cloud.clouddesktop.v1 import disk_pb2 as yandex_dot_cloud_dot_clouddesktop_dot_v1_dot_disk__pb2
34
34
 
35
35
 
36
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/clouddesktop/v1/desktop_group_service.proto\x12 yandex.cloud.clouddesktop.v1.api\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/clouddesktop/v1/desktop.proto\x1a\x30yandex/cloud/clouddesktop/v1/desktop_group.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a google/protobuf/field_mask.proto\x1a\'yandex/cloud/clouddesktop/v1/disk.proto\"@\n\x16GetDesktopGroupRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb8\x01\n\x18ListDesktopGroupsRequest\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\x15 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x16 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x17 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x18 \x01(\tB\t\x8a\xc8\x31\x05<=100J\x04\x08\x02\x10\x15\"\x82\x01\n\x19ListDesktopGroupsResponse\x12\x46\n\x0e\x64\x65sktop_groups\x18\x01 \x03(\x0b\x32..yandex.cloud.clouddesktop.v1.api.DesktopGroup\x12\x17\n\x0fnext_page_token\x18\x16 \x01(\tJ\x04\x08\x02\x10\x16\"\xc6\x01\n\x1fListDesktopGroupDesktopsRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x15 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x16 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x17 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x18 \x01(\tB\t\x8a\xc8\x31\x05<=100J\x04\x08\x02\x10\x15\"~\n ListDesktopGroupDesktopsResponse\x12;\n\x08\x64\x65sktops\x18\x01 \x03(\x0b\x32).yandex.cloud.clouddesktop.v1.api.Desktop\x12\x17\n\x0fnext_page_token\x18\x16 \x01(\tJ\x04\x08\x02\x10\x16\"\xab\x01\n!ListDesktopGroupOperationsRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x15 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x16 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x17 \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x15\"z\n\"ListDesktopGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x16 \x01(\tJ\x04\x08\x02\x10\x16\"\xd4\x04\n\x19UpdateDesktopGroupRequest\x12/\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12&\n\x10\x64\x65sktop_group_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\"\n\x10\x64\x65sktop_image_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x31\n\x04name\x18\x04 \x01(\tB#\xf2\xc7\x31\x1f|[a-z]([-a-z0-9]{0,61}[a-z0-9])\x12\x1f\n\x0b\x64\x65scription\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x94\x01\n\x06labels\x18\x06 \x03(\x0b\x32G.yandex.cloud.clouddesktop.v1.api.UpdateDesktopGroupRequest.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\x31-63\x12G\n\x0eresources_spec\x18\x07 \x01(\x0b\x32/.yandex.cloud.clouddesktop.v1.api.ResourcesSpec\x12Q\n\x0cgroup_config\x18\n \x01(\x0b\x32;.yandex.cloud.clouddesktop.v1.api.DesktopGroupConfiguration\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x08\x10\n\"\xbf\x04\n\x19\x43reateDesktopGroupRequest\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12&\n\x10\x64\x65sktop_image_id\x18\x03 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x30\n\x04name\x18\x0b \x01(\tB\"\xf2\xc7\x31\x1e[a-z]([-a-z0-9]{0,61}[a-z0-9])\x12\x1f\n\x0b\x64\x65scription\x18\x0c \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12G\n\x0eresources_spec\x18\x15 \x01(\x0b\x32/.yandex.cloud.clouddesktop.v1.api.ResourcesSpec\x12V\n\x16network_interface_spec\x18\x16 \x01(\x0b\x32\x36.yandex.cloud.clouddesktop.v1.api.NetworkInterfaceSpec\x12\x42\n\x0e\x62oot_disk_spec\x18\x17 \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x12\x42\n\x0e\x64\x61ta_disk_spec\x18\x18 \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x12Q\n\x0cgroup_config\x18\x19 \x01(\x0b\x32;.yandex.cloud.clouddesktop.v1.api.DesktopGroupConfigurationJ\x04\x08\r\x10\x15J\x04\x08\x04\x10\x0b\"6\n\x1a\x43reateDesktopGroupMetadata\x12\x18\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\t\"C\n\x19\x44\x65leteDesktopGroupRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"6\n\x1a\x44\x65leteDesktopGroupMetadata\x12\x18\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\t\"6\n\x1aUpdateDesktopGroupMetadata\x12\x18\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\t2\xe6\x10\n\x13\x44\x65sktopGroupService\x12\xab\x01\n\x03Get\x12\x38.yandex.cloud.clouddesktop.v1.api.GetDesktopGroupRequest\x1a..yandex.cloud.clouddesktop.v1.api.DesktopGroup\":\x82\xd3\xe4\x93\x02\x34\x12\x32/cloud-desktop/v1/desktopGroups/{desktop_group_id}\x12\xa8\x01\n\x04List\x12:.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupsRequest\x1a;.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/cloud-desktop/v1/desktopGroups\x12\xda\x01\n\x0cListDesktops\x12\x41.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupDesktopsRequest\x1a\x42.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupDesktopsResponse\"C\x82\xd3\xe4\x93\x02=\x12;/cloud-desktop/v1/desktopGroups/{desktop_group_id}/desktops\x12\xe2\x01\n\x0eListOperations\x12\x43.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupOperationsRequest\x1a\x44.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupOperationsResponse\"E\x82\xd3\xe4\x93\x02?\x12=/cloud-desktop/v1/desktopGroups/{desktop_group_id}/operations\x12\xc2\x01\n\x06\x43reate\x12;.yandex.cloud.clouddesktop.v1.api.CreateDesktopGroupRequest\x1a!.yandex.cloud.operation.Operation\"X\xb2\xd2**\n\x1a\x43reateDesktopGroupMetadata\x12\x0c\x44\x65sktopGroup\x82\xd3\xe4\x93\x02$\"\x1f/cloud-desktop/v1/desktopGroups:\x01*\x12\xde\x01\n\x06Update\x12;.yandex.cloud.clouddesktop.v1.api.UpdateDesktopGroupRequest\x1a!.yandex.cloud.operation.Operation\"t\xb2\xd2*3\n\x1aUpdateDesktopGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x37\x32\x32/cloud-desktop/v1/desktopGroups/{desktop_group_id}:\x01*\x12\xdb\x01\n\x06\x44\x65lete\x12;.yandex.cloud.clouddesktop.v1.api.DeleteDesktopGroupRequest\x1a!.yandex.cloud.operation.Operation\"q\xb2\xd2*3\n\x1a\x44\x65leteDesktopGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x34*2/cloud-desktop/v1/desktopGroups/{desktop_group_id}\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/cloud-desktop/v1/desktopGroups/{resource_id}:listAccessBindings\x12\xef\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x87\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x44\"?/cloud-desktop/v1/desktopGroups/{resource_id}:setAccessBindings:\x01*\x12\xfb\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02G\"B/cloud-desktop/v1/desktopGroups/{resource_id}:updateAccessBindings:\x01*Bq\n yandex.cloud.api.clouddesktop.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/clouddesktop/v1;clouddesktopb\x06proto3')
36
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/clouddesktop/v1/desktop_group_service.proto\x12 yandex.cloud.clouddesktop.v1.api\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/clouddesktop/v1/desktop.proto\x1a\x30yandex/cloud/clouddesktop/v1/desktop_group.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a google/protobuf/field_mask.proto\x1a\'yandex/cloud/clouddesktop/v1/disk.proto\"@\n\x16GetDesktopGroupRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb8\x01\n\x18ListDesktopGroupsRequest\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\x15 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x16 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x17 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x18 \x01(\tB\t\x8a\xc8\x31\x05<=100J\x04\x08\x02\x10\x15\"\x82\x01\n\x19ListDesktopGroupsResponse\x12\x46\n\x0e\x64\x65sktop_groups\x18\x01 \x03(\x0b\x32..yandex.cloud.clouddesktop.v1.api.DesktopGroup\x12\x17\n\x0fnext_page_token\x18\x16 \x01(\tJ\x04\x08\x02\x10\x16\"\xc6\x01\n\x1fListDesktopGroupDesktopsRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x15 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x16 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x17 \x01(\tB\n\x8a\xc8\x31\x06<=1000\x12\x1b\n\x08order_by\x18\x18 \x01(\tB\t\x8a\xc8\x31\x05<=100J\x04\x08\x02\x10\x15\"~\n ListDesktopGroupDesktopsResponse\x12;\n\x08\x64\x65sktops\x18\x01 \x03(\x0b\x32).yandex.cloud.clouddesktop.v1.api.Desktop\x12\x17\n\x0fnext_page_token\x18\x16 \x01(\tJ\x04\x08\x02\x10\x16\"\xab\x01\n!ListDesktopGroupOperationsRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x15 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x16 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x17 \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x15\"z\n\"ListDesktopGroupOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x16 \x01(\tJ\x04\x08\x02\x10\x16\"\xdc\x05\n\x19UpdateDesktopGroupRequest\x12/\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12&\n\x10\x64\x65sktop_group_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\"\n\x10\x64\x65sktop_image_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x31\n\x04name\x18\x04 \x01(\tB#\xf2\xc7\x31\x1f|[a-z]([-a-z0-9]{0,61}[a-z0-9])\x12\x1f\n\x0b\x64\x65scription\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x94\x01\n\x06labels\x18\x06 \x03(\x0b\x32G.yandex.cloud.clouddesktop.v1.api.UpdateDesktopGroupRequest.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\x31-63\x12G\n\x0eresources_spec\x18\x07 \x01(\x0b\x32/.yandex.cloud.clouddesktop.v1.api.ResourcesSpec\x12Q\n\x0cgroup_config\x18\n \x01(\x0b\x32;.yandex.cloud.clouddesktop.v1.api.DesktopGroupConfiguration\x12\x42\n\x0e\x62oot_disk_spec\x18\x0b \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x12\x42\n\x0e\x64\x61ta_disk_spec\x18\x0c \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x08\x10\n\"\xbf\x04\n\x19\x43reateDesktopGroupRequest\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12&\n\x10\x64\x65sktop_image_id\x18\x03 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x30\n\x04name\x18\x0b \x01(\tB\"\xf2\xc7\x31\x1e[a-z]([-a-z0-9]{0,61}[a-z0-9])\x12\x1f\n\x0b\x64\x65scription\x18\x0c \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12G\n\x0eresources_spec\x18\x15 \x01(\x0b\x32/.yandex.cloud.clouddesktop.v1.api.ResourcesSpec\x12V\n\x16network_interface_spec\x18\x16 \x01(\x0b\x32\x36.yandex.cloud.clouddesktop.v1.api.NetworkInterfaceSpec\x12\x42\n\x0e\x62oot_disk_spec\x18\x17 \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x12\x42\n\x0e\x64\x61ta_disk_spec\x18\x18 \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x12Q\n\x0cgroup_config\x18\x19 \x01(\x0b\x32;.yandex.cloud.clouddesktop.v1.api.DesktopGroupConfigurationJ\x04\x08\r\x10\x15J\x04\x08\x04\x10\x0b\"6\n\x1a\x43reateDesktopGroupMetadata\x12\x18\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\t\"C\n\x19\x44\x65leteDesktopGroupRequest\x12&\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"6\n\x1a\x44\x65leteDesktopGroupMetadata\x12\x18\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\t\"6\n\x1aUpdateDesktopGroupMetadata\x12\x18\n\x10\x64\x65sktop_group_id\x18\x01 \x01(\t2\xe6\x10\n\x13\x44\x65sktopGroupService\x12\xab\x01\n\x03Get\x12\x38.yandex.cloud.clouddesktop.v1.api.GetDesktopGroupRequest\x1a..yandex.cloud.clouddesktop.v1.api.DesktopGroup\":\x82\xd3\xe4\x93\x02\x34\x12\x32/cloud-desktop/v1/desktopGroups/{desktop_group_id}\x12\xa8\x01\n\x04List\x12:.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupsRequest\x1a;.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupsResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/cloud-desktop/v1/desktopGroups\x12\xda\x01\n\x0cListDesktops\x12\x41.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupDesktopsRequest\x1a\x42.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupDesktopsResponse\"C\x82\xd3\xe4\x93\x02=\x12;/cloud-desktop/v1/desktopGroups/{desktop_group_id}/desktops\x12\xe2\x01\n\x0eListOperations\x12\x43.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupOperationsRequest\x1a\x44.yandex.cloud.clouddesktop.v1.api.ListDesktopGroupOperationsResponse\"E\x82\xd3\xe4\x93\x02?\x12=/cloud-desktop/v1/desktopGroups/{desktop_group_id}/operations\x12\xc2\x01\n\x06\x43reate\x12;.yandex.cloud.clouddesktop.v1.api.CreateDesktopGroupRequest\x1a!.yandex.cloud.operation.Operation\"X\xb2\xd2**\n\x1a\x43reateDesktopGroupMetadata\x12\x0c\x44\x65sktopGroup\x82\xd3\xe4\x93\x02$\"\x1f/cloud-desktop/v1/desktopGroups:\x01*\x12\xde\x01\n\x06Update\x12;.yandex.cloud.clouddesktop.v1.api.UpdateDesktopGroupRequest\x1a!.yandex.cloud.operation.Operation\"t\xb2\xd2*3\n\x1aUpdateDesktopGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x37\x32\x32/cloud-desktop/v1/desktopGroups/{desktop_group_id}:\x01*\x12\xdb\x01\n\x06\x44\x65lete\x12;.yandex.cloud.clouddesktop.v1.api.DeleteDesktopGroupRequest\x1a!.yandex.cloud.operation.Operation\"q\xb2\xd2*3\n\x1a\x44\x65leteDesktopGroupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x34*2/cloud-desktop/v1/desktopGroups/{desktop_group_id}\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/cloud-desktop/v1/desktopGroups/{resource_id}:listAccessBindings\x12\xef\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x87\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x44\"?/cloud-desktop/v1/desktopGroups/{resource_id}:setAccessBindings:\x01*\x12\xfb\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02G\"B/cloud-desktop/v1/desktopGroups/{resource_id}:updateAccessBindings:\x01*Bq\n yandex.cloud.api.clouddesktop.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/clouddesktop/v1;clouddesktopb\x06proto3')
37
37
 
38
38
  _globals = globals()
39
39
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -128,19 +128,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
128
128
  _globals['_LISTDESKTOPGROUPOPERATIONSRESPONSE']._serialized_start=1321
129
129
  _globals['_LISTDESKTOPGROUPOPERATIONSRESPONSE']._serialized_end=1443
130
130
  _globals['_UPDATEDESKTOPGROUPREQUEST']._serialized_start=1446
131
- _globals['_UPDATEDESKTOPGROUPREQUEST']._serialized_end=2042
132
- _globals['_UPDATEDESKTOPGROUPREQUEST_LABELSENTRY']._serialized_start=1991
133
- _globals['_UPDATEDESKTOPGROUPREQUEST_LABELSENTRY']._serialized_end=2036
134
- _globals['_CREATEDESKTOPGROUPREQUEST']._serialized_start=2045
135
- _globals['_CREATEDESKTOPGROUPREQUEST']._serialized_end=2620
136
- _globals['_CREATEDESKTOPGROUPMETADATA']._serialized_start=2622
137
- _globals['_CREATEDESKTOPGROUPMETADATA']._serialized_end=2676
138
- _globals['_DELETEDESKTOPGROUPREQUEST']._serialized_start=2678
139
- _globals['_DELETEDESKTOPGROUPREQUEST']._serialized_end=2745
140
- _globals['_DELETEDESKTOPGROUPMETADATA']._serialized_start=2747
141
- _globals['_DELETEDESKTOPGROUPMETADATA']._serialized_end=2801
142
- _globals['_UPDATEDESKTOPGROUPMETADATA']._serialized_start=2803
143
- _globals['_UPDATEDESKTOPGROUPMETADATA']._serialized_end=2857
144
- _globals['_DESKTOPGROUPSERVICE']._serialized_start=2860
145
- _globals['_DESKTOPGROUPSERVICE']._serialized_end=5010
131
+ _globals['_UPDATEDESKTOPGROUPREQUEST']._serialized_end=2178
132
+ _globals['_UPDATEDESKTOPGROUPREQUEST_LABELSENTRY']._serialized_start=2127
133
+ _globals['_UPDATEDESKTOPGROUPREQUEST_LABELSENTRY']._serialized_end=2172
134
+ _globals['_CREATEDESKTOPGROUPREQUEST']._serialized_start=2181
135
+ _globals['_CREATEDESKTOPGROUPREQUEST']._serialized_end=2756
136
+ _globals['_CREATEDESKTOPGROUPMETADATA']._serialized_start=2758
137
+ _globals['_CREATEDESKTOPGROUPMETADATA']._serialized_end=2812
138
+ _globals['_DELETEDESKTOPGROUPREQUEST']._serialized_start=2814
139
+ _globals['_DELETEDESKTOPGROUPREQUEST']._serialized_end=2881
140
+ _globals['_DELETEDESKTOPGROUPMETADATA']._serialized_start=2883
141
+ _globals['_DELETEDESKTOPGROUPMETADATA']._serialized_end=2937
142
+ _globals['_UPDATEDESKTOPGROUPMETADATA']._serialized_start=2939
143
+ _globals['_UPDATEDESKTOPGROUPMETADATA']._serialized_end=2993
144
+ _globals['_DESKTOPGROUPSERVICE']._serialized_start=2996
145
+ _globals['_DESKTOPGROUPSERVICE']._serialized_end=5146
146
146
  # @@protoc_insertion_point(module_scope)
@@ -280,6 +280,8 @@ class UpdateDesktopGroupRequest(google.protobuf.message.Message):
280
280
  LABELS_FIELD_NUMBER: builtins.int
281
281
  RESOURCES_SPEC_FIELD_NUMBER: builtins.int
282
282
  GROUP_CONFIG_FIELD_NUMBER: builtins.int
283
+ BOOT_DISK_SPEC_FIELD_NUMBER: builtins.int
284
+ DATA_DISK_SPEC_FIELD_NUMBER: builtins.int
283
285
  desktop_group_id: builtins.str
284
286
  desktop_image_id: builtins.str
285
287
  name: builtins.str
@@ -294,6 +296,14 @@ class UpdateDesktopGroupRequest(google.protobuf.message.Message):
294
296
  def group_config(self) -> yandex.cloud.clouddesktop.v1.desktop_group_pb2.DesktopGroupConfiguration:
295
297
  """Configuration of the desktop group."""
296
298
 
299
+ @property
300
+ def boot_disk_spec(self) -> yandex.cloud.clouddesktop.v1.disk_pb2.DiskSpec:
301
+ """Boot disk specification of the desktop group."""
302
+
303
+ @property
304
+ def data_disk_spec(self) -> yandex.cloud.clouddesktop.v1.disk_pb2.DiskSpec:
305
+ """Data disk specification of the desktop group."""
306
+
297
307
  def __init__(
298
308
  self,
299
309
  *,
@@ -305,9 +315,11 @@ class UpdateDesktopGroupRequest(google.protobuf.message.Message):
305
315
  labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
306
316
  resources_spec: yandex.cloud.clouddesktop.v1.desktop_group_pb2.ResourcesSpec | None = ...,
307
317
  group_config: yandex.cloud.clouddesktop.v1.desktop_group_pb2.DesktopGroupConfiguration | None = ...,
318
+ boot_disk_spec: yandex.cloud.clouddesktop.v1.disk_pb2.DiskSpec | None = ...,
319
+ data_disk_spec: yandex.cloud.clouddesktop.v1.disk_pb2.DiskSpec | None = ...,
308
320
  ) -> None: ...
309
- def HasField(self, field_name: typing.Literal["group_config", b"group_config", "resources_spec", b"resources_spec", "update_mask", b"update_mask"]) -> builtins.bool: ...
310
- def ClearField(self, field_name: typing.Literal["description", b"description", "desktop_group_id", b"desktop_group_id", "desktop_image_id", b"desktop_image_id", "group_config", b"group_config", "labels", b"labels", "name", b"name", "resources_spec", b"resources_spec", "update_mask", b"update_mask"]) -> None: ...
321
+ def HasField(self, field_name: typing.Literal["boot_disk_spec", b"boot_disk_spec", "data_disk_spec", b"data_disk_spec", "group_config", b"group_config", "resources_spec", b"resources_spec", "update_mask", b"update_mask"]) -> builtins.bool: ...
322
+ def ClearField(self, field_name: typing.Literal["boot_disk_spec", b"boot_disk_spec", "data_disk_spec", b"data_disk_spec", "description", b"description", "desktop_group_id", b"desktop_group_id", "desktop_image_id", b"desktop_image_id", "group_config", b"group_config", "labels", b"labels", "name", b"name", "resources_spec", b"resources_spec", "update_mask", b"update_mask"]) -> None: ...
311
323
 
312
324
  global___UpdateDesktopGroupRequest = UpdateDesktopGroupRequest
313
325
 
File without changes
File without changes
@@ -0,0 +1,54 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: yandex/cloud/gitlab/v1/instance.proto
5
+ # Protobuf Python Version: 5.29.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 0,
17
+ '',
18
+ 'yandex/cloud/gitlab/v1/instance.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
27
+ from yandex.cloud.gitlab.v1 import maintenance_pb2 as yandex_dot_cloud_dot_gitlab_dot_v1_dot_maintenance__pb2
28
+
29
+
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%yandex/cloud/gitlab/v1/instance.proto\x12\x16yandex.cloud.gitlab.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a(yandex/cloud/gitlab/v1/maintenance.proto\"\xb2\x08\n\x08Instance\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12<\n\x06labels\x18\x07 \x03(\x0b\x32,.yandex.cloud.gitlab.v1.Instance.LabelsEntry\x12\x1a\n\x12resource_preset_id\x18\x08 \x01(\t\x12\x11\n\tdisk_size\x18\t \x01(\x03\x12\x37\n\x06status\x18\n \x01(\x0e\x32\'.yandex.cloud.gitlab.v1.Instance.Status\x12\x13\n\x0b\x61\x64min_login\x18\x0b \x01(\t\x12\x13\n\x0b\x61\x64min_email\x18\x0c \x01(\t\x12\x0e\n\x06\x64omain\x18\r \x01(\t\x12\x11\n\tsubnet_id\x18\x0e \x01(\t\x12M\n\x11planned_operation\x18\x10 \x01(\x0b\x32,.yandex.cloud.gitlab.v1.MaintenanceOperationB\x04\xe8\xc7\x31\x00\x12!\n\x19\x62\x61\x63kup_retain_period_days\x18\x11 \x01(\x03\x12#\n\x1bmaintenance_delete_untagged\x18\x13 \x01(\x08\x12\x1b\n\x13\x64\x65letion_protection\x18\x14 \x01(\x08\x12\'\n\x11\x61pproval_rules_id\x18\x16 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=30\x12\x16\n\x0egitlab_version\x18\x17 \x01(\t\x12\x1c\n\x0esecurity_group\x18\x1b \x01(\tB\x04\xe8\xc7\x31\x00\x12\x1a\n\x0c\x64isk_type_id\x18 \x01(\tB\x04\xe8\xc7\x31\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x88\x02\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\t\n\x05\x45RROR\x10\x04\x12\x0c\n\x08\x44\x45LETING\x10\x05\x12\x13\n\x0f\x42\x41\x43KUP_CREATING\x10\x06\x12\x14\n\x10\x42\x41\x43KUP_RESTORING\x10\x07\x12\x0c\n\x08STARTING\x10\x08\x12\x0c\n\x08STOPPING\x10\t\x12\x0b\n\x07STOPPED\x10\n\x12\x19\n\x15\x42\x41\x43KGROUND_MIGRATIONS\x10\x0b\x12\x1d\n\x19OBJECT_STORAGE_MIGRATIONS\x10\x0c\x12\x16\n\x12SNAPSHOT_RESTORING\x10\rJ\x04\x08\x0f\x10\x10J\x04\x08\x12\x10\x13J\x04\x08\x15\x10\x16J\x04\x08\x18\x10\x19J\x04\x08\x19\x10\x1aJ\x04\x08\x1a\x10\x1bJ\x04\x08\x1c\x10 Bc\n\x1ayandex.cloud.api.gitlab.v1B\x02GIZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/gitlab/v1;gitlabb\x06proto3')
31
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.gitlab.v1.instance_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'\n\032yandex.cloud.api.gitlab.v1B\002GIZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/gitlab/v1;gitlab'
38
+ _globals['_INSTANCE_LABELSENTRY']._loaded_options = None
39
+ _globals['_INSTANCE_LABELSENTRY']._serialized_options = b'8\001'
40
+ _globals['_INSTANCE'].fields_by_name['planned_operation']._loaded_options = None
41
+ _globals['_INSTANCE'].fields_by_name['planned_operation']._serialized_options = b'\350\3071\000'
42
+ _globals['_INSTANCE'].fields_by_name['approval_rules_id']._loaded_options = None
43
+ _globals['_INSTANCE'].fields_by_name['approval_rules_id']._serialized_options = b'\350\3071\000\212\3101\004<=30'
44
+ _globals['_INSTANCE'].fields_by_name['security_group']._loaded_options = None
45
+ _globals['_INSTANCE'].fields_by_name['security_group']._serialized_options = b'\350\3071\000'
46
+ _globals['_INSTANCE'].fields_by_name['disk_type_id']._loaded_options = None
47
+ _globals['_INSTANCE'].fields_by_name['disk_type_id']._serialized_options = b'\350\3071\000'
48
+ _globals['_INSTANCE']._serialized_start=172
49
+ _globals['_INSTANCE']._serialized_end=1246
50
+ _globals['_INSTANCE_LABELSENTRY']._serialized_start=892
51
+ _globals['_INSTANCE_LABELSENTRY']._serialized_end=937
52
+ _globals['_INSTANCE_STATUS']._serialized_start=940
53
+ _globals['_INSTANCE_STATUS']._serialized_end=1204
54
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,158 @@
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.internal.enum_type_wrapper
11
+ import google.protobuf.message
12
+ import google.protobuf.timestamp_pb2
13
+ import sys
14
+ import typing
15
+ import yandex.cloud.gitlab.v1.maintenance_pb2
16
+
17
+ if sys.version_info >= (3, 10):
18
+ import typing as typing_extensions
19
+ else:
20
+ import typing_extensions
21
+
22
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
23
+
24
+ @typing.final
25
+ class Instance(google.protobuf.message.Message):
26
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
27
+
28
+ class _Status:
29
+ ValueType = typing.NewType("ValueType", builtins.int)
30
+ V: typing_extensions.TypeAlias = ValueType
31
+
32
+ class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Instance._Status.ValueType], builtins.type):
33
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
34
+ STATUS_UNSPECIFIED: Instance._Status.ValueType # 0
35
+ CREATING: Instance._Status.ValueType # 1
36
+ RUNNING: Instance._Status.ValueType # 2
37
+ UPDATING: Instance._Status.ValueType # 3
38
+ ERROR: Instance._Status.ValueType # 4
39
+ DELETING: Instance._Status.ValueType # 5
40
+ BACKUP_CREATING: Instance._Status.ValueType # 6
41
+ BACKUP_RESTORING: Instance._Status.ValueType # 7
42
+ STARTING: Instance._Status.ValueType # 8
43
+ STOPPING: Instance._Status.ValueType # 9
44
+ STOPPED: Instance._Status.ValueType # 10
45
+ BACKGROUND_MIGRATIONS: Instance._Status.ValueType # 11
46
+ OBJECT_STORAGE_MIGRATIONS: Instance._Status.ValueType # 12
47
+ SNAPSHOT_RESTORING: Instance._Status.ValueType # 13
48
+
49
+ class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
50
+ STATUS_UNSPECIFIED: Instance.Status.ValueType # 0
51
+ CREATING: Instance.Status.ValueType # 1
52
+ RUNNING: Instance.Status.ValueType # 2
53
+ UPDATING: Instance.Status.ValueType # 3
54
+ ERROR: Instance.Status.ValueType # 4
55
+ DELETING: Instance.Status.ValueType # 5
56
+ BACKUP_CREATING: Instance.Status.ValueType # 6
57
+ BACKUP_RESTORING: Instance.Status.ValueType # 7
58
+ STARTING: Instance.Status.ValueType # 8
59
+ STOPPING: Instance.Status.ValueType # 9
60
+ STOPPED: Instance.Status.ValueType # 10
61
+ BACKGROUND_MIGRATIONS: Instance.Status.ValueType # 11
62
+ OBJECT_STORAGE_MIGRATIONS: Instance.Status.ValueType # 12
63
+ SNAPSHOT_RESTORING: Instance.Status.ValueType # 13
64
+
65
+ @typing.final
66
+ class LabelsEntry(google.protobuf.message.Message):
67
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
68
+
69
+ KEY_FIELD_NUMBER: builtins.int
70
+ VALUE_FIELD_NUMBER: builtins.int
71
+ key: builtins.str
72
+ value: builtins.str
73
+ def __init__(
74
+ self,
75
+ *,
76
+ key: builtins.str = ...,
77
+ value: builtins.str = ...,
78
+ ) -> None: ...
79
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
80
+
81
+ ID_FIELD_NUMBER: builtins.int
82
+ FOLDER_ID_FIELD_NUMBER: builtins.int
83
+ CREATED_AT_FIELD_NUMBER: builtins.int
84
+ UPDATED_AT_FIELD_NUMBER: builtins.int
85
+ NAME_FIELD_NUMBER: builtins.int
86
+ DESCRIPTION_FIELD_NUMBER: builtins.int
87
+ LABELS_FIELD_NUMBER: builtins.int
88
+ RESOURCE_PRESET_ID_FIELD_NUMBER: builtins.int
89
+ DISK_SIZE_FIELD_NUMBER: builtins.int
90
+ STATUS_FIELD_NUMBER: builtins.int
91
+ ADMIN_LOGIN_FIELD_NUMBER: builtins.int
92
+ ADMIN_EMAIL_FIELD_NUMBER: builtins.int
93
+ DOMAIN_FIELD_NUMBER: builtins.int
94
+ SUBNET_ID_FIELD_NUMBER: builtins.int
95
+ PLANNED_OPERATION_FIELD_NUMBER: builtins.int
96
+ BACKUP_RETAIN_PERIOD_DAYS_FIELD_NUMBER: builtins.int
97
+ MAINTENANCE_DELETE_UNTAGGED_FIELD_NUMBER: builtins.int
98
+ DELETION_PROTECTION_FIELD_NUMBER: builtins.int
99
+ APPROVAL_RULES_ID_FIELD_NUMBER: builtins.int
100
+ GITLAB_VERSION_FIELD_NUMBER: builtins.int
101
+ SECURITY_GROUP_FIELD_NUMBER: builtins.int
102
+ DISK_TYPE_ID_FIELD_NUMBER: builtins.int
103
+ id: builtins.str
104
+ folder_id: builtins.str
105
+ name: builtins.str
106
+ description: builtins.str
107
+ resource_preset_id: builtins.str
108
+ disk_size: builtins.int
109
+ status: global___Instance.Status.ValueType
110
+ admin_login: builtins.str
111
+ admin_email: builtins.str
112
+ domain: builtins.str
113
+ subnet_id: builtins.str
114
+ backup_retain_period_days: builtins.int
115
+ maintenance_delete_untagged: builtins.bool
116
+ deletion_protection: builtins.bool
117
+ approval_rules_id: builtins.str
118
+ gitlab_version: builtins.str
119
+ security_group: builtins.str
120
+ disk_type_id: builtins.str
121
+ @property
122
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
123
+ @property
124
+ def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
125
+ @property
126
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
127
+ @property
128
+ def planned_operation(self) -> yandex.cloud.gitlab.v1.maintenance_pb2.MaintenanceOperation: ...
129
+ def __init__(
130
+ self,
131
+ *,
132
+ id: builtins.str = ...,
133
+ folder_id: builtins.str = ...,
134
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
135
+ updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
136
+ name: builtins.str = ...,
137
+ description: builtins.str = ...,
138
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
139
+ resource_preset_id: builtins.str = ...,
140
+ disk_size: builtins.int = ...,
141
+ status: global___Instance.Status.ValueType = ...,
142
+ admin_login: builtins.str = ...,
143
+ admin_email: builtins.str = ...,
144
+ domain: builtins.str = ...,
145
+ subnet_id: builtins.str = ...,
146
+ planned_operation: yandex.cloud.gitlab.v1.maintenance_pb2.MaintenanceOperation | None = ...,
147
+ backup_retain_period_days: builtins.int = ...,
148
+ maintenance_delete_untagged: builtins.bool = ...,
149
+ deletion_protection: builtins.bool = ...,
150
+ approval_rules_id: builtins.str = ...,
151
+ gitlab_version: builtins.str = ...,
152
+ security_group: builtins.str = ...,
153
+ disk_type_id: builtins.str = ...,
154
+ ) -> None: ...
155
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at", "planned_operation", b"planned_operation", "updated_at", b"updated_at"]) -> builtins.bool: ...
156
+ def ClearField(self, field_name: typing.Literal["admin_email", b"admin_email", "admin_login", b"admin_login", "approval_rules_id", b"approval_rules_id", "backup_retain_period_days", b"backup_retain_period_days", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "disk_size", b"disk_size", "disk_type_id", b"disk_type_id", "domain", b"domain", "folder_id", b"folder_id", "gitlab_version", b"gitlab_version", "id", b"id", "labels", b"labels", "maintenance_delete_untagged", b"maintenance_delete_untagged", "name", b"name", "planned_operation", b"planned_operation", "resource_preset_id", b"resource_preset_id", "security_group", b"security_group", "status", b"status", "subnet_id", b"subnet_id", "updated_at", b"updated_at"]) -> None: ...
157
+
158
+ global___Instance = Instance