yandexcloud 0.355.0__py3-none-any.whl → 0.356.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/backup/v1/backup_service_pb2.py +46 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +26 -4
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +14 -9
- yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +14 -9
- yandex/cloud/baremetal/v1alpha/image_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/private_cloud_connection_service_pb2.py +29 -24
- yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +43 -36
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +3 -2
- yandex/cloud/baremetal/v1alpha/server_service_pb2.py +83 -76
- yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +16 -11
- yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +39 -32
- yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +14 -9
- yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +4 -2
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +6 -3
- yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +9 -3
- yandex/cloud/datatransfer/v1/transfer_pb2.py +50 -48
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +23 -4
- yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
- yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +16 -6
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +3 -6
- yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +0 -6
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +49 -49
- yandex/cloud/iot/devices/v1/device_service_pb2.py +53 -53
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +73 -73
- yandex/cloud/maintenance/v2/common_pb2.py +2 -2
- yandex/cloud/maintenance/v2/common_pb2.pyi +1 -1
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +82 -78
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +27 -1
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +76 -76
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +4 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +22 -22
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +5 -1
- yandex/cloud/serverless/containers/v1/container_pb2.py +46 -44
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +25 -3
- yandex/cloud/storage/v1/presign_service_pb2.py +47 -0
- yandex/cloud/storage/v1/presign_service_pb2.pyi +117 -0
- yandex/cloud/storage/v1/presign_service_pb2_grpc.py +101 -0
- yandex/cloud/storage/v1/presign_service_pb2_grpc.pyi +50 -0
- yandex/cloud/trino/v1/access_control_pb2.py +212 -0
- yandex/cloud/trino/v1/access_control_pb2.pyi +926 -0
- yandex/cloud/trino/v1/access_control_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/access_control_pb2_grpc.pyi +17 -0
- yandex/cloud/trino/v1/cluster_pb2.py +44 -43
- yandex/cloud/trino/v1/cluster_pb2.pyi +9 -2
- yandex/cloud/trino/v1/cluster_service_pb2.py +50 -49
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +17 -4
- yandex/cloud/ytsaurus/v1/cluster_pb2.py +40 -37
- yandex/cloud/ytsaurus/v1/cluster_pb2.pyi +32 -18
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.356.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.356.0.dist-info}/RECORD +56 -48
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.356.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.356.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.356.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.356.0.dist-info}/top_level.txt +0 -0
|
@@ -22,6 +22,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
22
22
|
_sym_db = _symbol_database.Default()
|
|
23
23
|
|
|
24
24
|
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
25
26
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
26
27
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
27
28
|
from yandex.cloud.baremetal.v1alpha import private_subnet_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_private__subnet__pb2
|
|
@@ -29,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
29
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
30
31
|
|
|
31
32
|
|
|
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\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;yandex/cloud/baremetal/v1alpha/private_subnet_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x1cgoogle/api/annotations.proto\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\xd9\t\n\x14PrivateSubnetService\x12\xac\x01\n\x03Get\x12\x37.yandex.cloud.baremetal.v1alpha.GetPrivateSubnetRequest\x1a-.yandex.cloud.baremetal.v1alpha.PrivateSubnet\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/baremetal/v1alpha/privateSubnets/{private_subnet_id}\x12\xa6\x01\n\x04List\x12\x38.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetRequest\x1a\x39.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetResponse\")\x82\xd3\xe4\x93\x02#\x12!/baremetal/v1alpha/privateSubnets\x12\xc5\x01\n\x06\x43reate\x12:.yandex.cloud.baremetal.v1alpha.CreatePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*,\n\x1b\x43reatePrivateSubnetMetadata\x12\rPrivateSubnet\x82\xd3\xe4\x93\x02&\"!/baremetal/v1alpha/privateSubnets:\x01*\x12\xd9\x01\n\x06Update\x12:.yandex.cloud.baremetal.v1alpha.UpdatePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"p\xb2\xd2*,\n\x1bUpdatePrivateSubnetMetadata\x12\rPrivateSubnet\x82\xd3\xe4\x93\x02:25/baremetal/v1alpha/privateSubnets/{private_subnet_id}:\x01*\x12\xde\x01\n\x06\x44\x65lete\x12:.yandex.cloud.baremetal.v1alpha.DeletePrivateSubnetRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*4\n\x1b\x44\x65letePrivateSubnetMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x37*5/baremetal/v1alpha/privateSubnets/{private_subnet_id}\x12\xe3\x01\n\x0eListOperations\x12\x42.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetOperationsRequest\x1a\x43.yandex.cloud.baremetal.v1alpha.ListPrivateSubnetOperationsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/baremetal/v1alpha/privateSubnets/{private_subnet_id}/operationsBr\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
33
34
|
|
|
34
35
|
_globals = globals()
|
|
35
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -71,42 +72,48 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
71
72
|
_globals['_LISTPRIVATESUBNETOPERATIONSREQUEST'].fields_by_name['private_subnet_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
72
73
|
_globals['_LISTPRIVATESUBNETOPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
73
74
|
_globals['_LISTPRIVATESUBNETOPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
75
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
76
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\0027\0225/baremetal/v1alpha/privateSubnets/{private_subnet_id}'
|
|
77
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['List']._loaded_options = None
|
|
78
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002#\022!/baremetal/v1alpha/privateSubnets'
|
|
74
79
|
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
75
|
-
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*,\n\033CreatePrivateSubnetMetadata\022\rPrivateSubnet'
|
|
80
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*,\n\033CreatePrivateSubnetMetadata\022\rPrivateSubnet\202\323\344\223\002&\"!/baremetal/v1alpha/privateSubnets:\001*'
|
|
76
81
|
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
77
|
-
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*,\n\033UpdatePrivateSubnetMetadata\022\rPrivateSubnet'
|
|
82
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*,\n\033UpdatePrivateSubnetMetadata\022\rPrivateSubnet\202\323\344\223\002:25/baremetal/v1alpha/privateSubnets/{private_subnet_id}:\001*'
|
|
78
83
|
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
79
|
-
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*4\n\033DeletePrivateSubnetMetadata\022\025google.protobuf.Empty'
|
|
80
|
-
_globals['
|
|
81
|
-
_globals['
|
|
82
|
-
_globals['
|
|
83
|
-
_globals['
|
|
84
|
-
_globals['
|
|
85
|
-
_globals['
|
|
86
|
-
_globals['
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
91
|
-
_globals['
|
|
92
|
-
_globals['
|
|
93
|
-
_globals['
|
|
94
|
-
_globals['
|
|
95
|
-
_globals['
|
|
96
|
-
_globals['
|
|
97
|
-
_globals['
|
|
98
|
-
_globals['
|
|
99
|
-
_globals['
|
|
100
|
-
_globals['
|
|
101
|
-
_globals['
|
|
102
|
-
_globals['
|
|
103
|
-
_globals['
|
|
104
|
-
_globals['
|
|
105
|
-
_globals['
|
|
106
|
-
_globals['
|
|
107
|
-
_globals['
|
|
108
|
-
_globals['
|
|
109
|
-
_globals['
|
|
110
|
-
_globals['
|
|
111
|
-
_globals['
|
|
84
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*4\n\033DeletePrivateSubnetMetadata\022\025google.protobuf.Empty\202\323\344\223\0027*5/baremetal/v1alpha/privateSubnets/{private_subnet_id}'
|
|
85
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
86
|
+
_globals['_PRIVATESUBNETSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\002B\022@/baremetal/v1alpha/privateSubnets/{private_subnet_id}/operations'
|
|
87
|
+
_globals['_GETPRIVATESUBNETREQUEST']._serialized_start=317
|
|
88
|
+
_globals['_GETPRIVATESUBNETREQUEST']._serialized_end=401
|
|
89
|
+
_globals['_LISTPRIVATESUBNETREQUEST']._serialized_start=404
|
|
90
|
+
_globals['_LISTPRIVATESUBNETREQUEST']._serialized_end=569
|
|
91
|
+
_globals['_LISTPRIVATESUBNETRESPONSE']._serialized_start=572
|
|
92
|
+
_globals['_LISTPRIVATESUBNETRESPONSE']._serialized_end=708
|
|
93
|
+
_globals['_CREATEPRIVATESUBNETREQUEST']._serialized_start=711
|
|
94
|
+
_globals['_CREATEPRIVATESUBNETREQUEST']._serialized_end=1190
|
|
95
|
+
_globals['_CREATEPRIVATESUBNETREQUEST_LABELSENTRY']._serialized_start=1138
|
|
96
|
+
_globals['_CREATEPRIVATESUBNETREQUEST_LABELSENTRY']._serialized_end=1183
|
|
97
|
+
_globals['_VRFOPTIONSSPEC']._serialized_start=1193
|
|
98
|
+
_globals['_VRFOPTIONSSPEC']._serialized_end=1330
|
|
99
|
+
_globals['_DHCPOPTIONSSPEC']._serialized_start=1332
|
|
100
|
+
_globals['_DHCPOPTIONSSPEC']._serialized_end=1383
|
|
101
|
+
_globals['_CREATEPRIVATESUBNETMETADATA']._serialized_start=1385
|
|
102
|
+
_globals['_CREATEPRIVATESUBNETMETADATA']._serialized_end=1447
|
|
103
|
+
_globals['_UPDATEPRIVATESUBNETREQUEST']._serialized_start=1450
|
|
104
|
+
_globals['_UPDATEPRIVATESUBNETREQUEST']._serialized_end=1946
|
|
105
|
+
_globals['_UPDATEPRIVATESUBNETREQUEST_LABELSENTRY']._serialized_start=1138
|
|
106
|
+
_globals['_UPDATEPRIVATESUBNETREQUEST_LABELSENTRY']._serialized_end=1183
|
|
107
|
+
_globals['_UPDATEPRIVATESUBNETMETADATA']._serialized_start=1948
|
|
108
|
+
_globals['_UPDATEPRIVATESUBNETMETADATA']._serialized_end=2010
|
|
109
|
+
_globals['_DELETEPRIVATESUBNETREQUEST']._serialized_start=2012
|
|
110
|
+
_globals['_DELETEPRIVATESUBNETREQUEST']._serialized_end=2099
|
|
111
|
+
_globals['_DELETEPRIVATESUBNETMETADATA']._serialized_start=2101
|
|
112
|
+
_globals['_DELETEPRIVATESUBNETMETADATA']._serialized_end=2163
|
|
113
|
+
_globals['_LISTPRIVATESUBNETOPERATIONSREQUEST']._serialized_start=2166
|
|
114
|
+
_globals['_LISTPRIVATESUBNETOPERATIONSREQUEST']._serialized_end=2317
|
|
115
|
+
_globals['_LISTPRIVATESUBNETOPERATIONSRESPONSE']._serialized_start=2319
|
|
116
|
+
_globals['_LISTPRIVATESUBNETOPERATIONSRESPONSE']._serialized_end=2442
|
|
117
|
+
_globals['_PRIVATESUBNETSERVICE']._serialized_start=2445
|
|
118
|
+
_globals['_PRIVATESUBNETSERVICE']._serialized_end=3686
|
|
112
119
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -22,6 +22,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
22
22
|
_sym_db = _symbol_database.Default()
|
|
23
23
|
|
|
24
24
|
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
25
26
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
26
27
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
27
28
|
from yandex.cloud.baremetal.v1alpha import public_subnet_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_public__subnet__pb2
|
|
@@ -29,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
29
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
30
31
|
|
|
31
32
|
|
|
32
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/baremetal/v1alpha/public_subnet_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x32yandex/cloud/baremetal/v1alpha/public_subnet.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"8\n\x16GetPublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xa4\x01\n\x17ListPublicSubnetRequest\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\"\x7f\n\x18ListPublicSubnetResponse\x12\x44\n\x0epublic_subnets\x18\x01 \x03(\x0b\x32,.yandex.cloud.baremetal.v1alpha.PublicSubnet\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xab\x03\n\x19\x43reatePublicSubnetRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \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\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x19\n\x11hardware_pool_ids\x18\x04 \x03(\t\x12\x1f\n\rprefix_length\x18\x05 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x31-31\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.CreatePublicSubnetRequest.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\"6\n\x1a\x43reatePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\"\xea\x03\n\x19UpdatePublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\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\x12\x19\n\x11hardware_pool_ids\x18\x05 \x03(\t\x12>\n\x04type\x18\x06 \x01(\x0e\x32\x30.yandex.cloud.baremetal.v1alpha.PublicSubnetType\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.UpdatePublicSubnetRequest.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\x07\x10\xc8\x01\"6\n\x1aUpdatePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\";\n\x19\x44\x65letePublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"6\n\x1a\x44\x65letePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\"u\n!ListPublicSubnetOperationsRequest\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\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\x02\x10\x64\"z\n\"ListPublicSubnetOperationsResponse\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\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/baremetal/v1alpha/public_subnet_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x32yandex/cloud/baremetal/v1alpha/public_subnet.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"8\n\x16GetPublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xa4\x01\n\x17ListPublicSubnetRequest\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\"\x7f\n\x18ListPublicSubnetResponse\x12\x44\n\x0epublic_subnets\x18\x01 \x03(\x0b\x32,.yandex.cloud.baremetal.v1alpha.PublicSubnet\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xab\x03\n\x19\x43reatePublicSubnetRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \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\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x19\n\x11hardware_pool_ids\x18\x04 \x03(\t\x12\x1f\n\rprefix_length\x18\x05 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x31-31\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.CreatePublicSubnetRequest.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\"6\n\x1a\x43reatePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\"\xea\x03\n\x19UpdatePublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\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\x12\x19\n\x11hardware_pool_ids\x18\x05 \x03(\t\x12>\n\x04type\x18\x06 \x01(\x0e\x32\x30.yandex.cloud.baremetal.v1alpha.PublicSubnetType\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.UpdatePublicSubnetRequest.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\x07\x10\xc8\x01\"6\n\x1aUpdatePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\";\n\x19\x44\x65letePublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"6\n\x1a\x44\x65letePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\"u\n!ListPublicSubnetOperationsRequest\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\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\x02\x10\x64\"z\n\"ListPublicSubnetOperationsResponse\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\xc0\t\n\x13PublicSubnetService\x12\xa8\x01\n\x03Get\x12\x36.yandex.cloud.baremetal.v1alpha.GetPublicSubnetRequest\x1a,.yandex.cloud.baremetal.v1alpha.PublicSubnet\";\x82\xd3\xe4\x93\x02\x35\x12\x33/baremetal/v1alpha/publicSubnets/{public_subnet_id}\x12\xa3\x01\n\x04List\x12\x37.yandex.cloud.baremetal.v1alpha.ListPublicSubnetRequest\x1a\x38.yandex.cloud.baremetal.v1alpha.ListPublicSubnetResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /baremetal/v1alpha/publicSubnets\x12\xc1\x01\n\x06\x43reate\x12\x39.yandex.cloud.baremetal.v1alpha.CreatePublicSubnetRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2**\n\x1a\x43reatePublicSubnetMetadata\x12\x0cPublicSubnet\x82\xd3\xe4\x93\x02%\" /baremetal/v1alpha/publicSubnets:\x01*\x12\xd4\x01\n\x06Update\x12\x39.yandex.cloud.baremetal.v1alpha.UpdatePublicSubnetRequest\x1a!.yandex.cloud.operation.Operation\"l\xb2\xd2**\n\x1aUpdatePublicSubnetMetadata\x12\x0cPublicSubnet\x82\xd3\xe4\x93\x02\x38\x32\x33/baremetal/v1alpha/publicSubnets/{public_subnet_id}:\x01*\x12\xda\x01\n\x06\x44\x65lete\x12\x39.yandex.cloud.baremetal.v1alpha.DeletePublicSubnetRequest\x1a!.yandex.cloud.operation.Operation\"r\xb2\xd2*3\n\x1a\x44\x65letePublicSubnetMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x35*3/baremetal/v1alpha/publicSubnets/{public_subnet_id}\x12\xdf\x01\n\x0eListOperations\x12\x41.yandex.cloud.baremetal.v1alpha.ListPublicSubnetOperationsRequest\x1a\x42.yandex.cloud.baremetal.v1alpha.ListPublicSubnetOperationsResponse\"F\x82\xd3\xe4\x93\x02@\x12>/baremetal/v1alpha/publicSubnets/{public_subnet_id}/operationsBr\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
33
34
|
|
|
34
35
|
_globals = globals()
|
|
35
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -69,38 +70,44 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
69
70
|
_globals['_DELETEPUBLICSUBNETREQUEST'].fields_by_name['public_subnet_id']._serialized_options = b'\350\3071\001'
|
|
70
71
|
_globals['_LISTPUBLICSUBNETOPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
71
72
|
_globals['_LISTPUBLICSUBNETOPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
73
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
74
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\0025\0223/baremetal/v1alpha/publicSubnets/{public_subnet_id}'
|
|
75
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['List']._loaded_options = None
|
|
76
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\"\022 /baremetal/v1alpha/publicSubnets'
|
|
72
77
|
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
73
|
-
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322**\n\032CreatePublicSubnetMetadata\022\014PublicSubnet'
|
|
78
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322**\n\032CreatePublicSubnetMetadata\022\014PublicSubnet\202\323\344\223\002%\" /baremetal/v1alpha/publicSubnets:\001*'
|
|
74
79
|
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
75
|
-
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322**\n\032UpdatePublicSubnetMetadata\022\014PublicSubnet'
|
|
80
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322**\n\032UpdatePublicSubnetMetadata\022\014PublicSubnet\202\323\344\223\002823/baremetal/v1alpha/publicSubnets/{public_subnet_id}:\001*'
|
|
76
81
|
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
77
|
-
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*3\n\032DeletePublicSubnetMetadata\022\025google.protobuf.Empty'
|
|
78
|
-
_globals['
|
|
79
|
-
_globals['
|
|
80
|
-
_globals['
|
|
81
|
-
_globals['
|
|
82
|
-
_globals['
|
|
83
|
-
_globals['
|
|
84
|
-
_globals['
|
|
85
|
-
_globals['
|
|
86
|
-
_globals['
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
91
|
-
_globals['
|
|
92
|
-
_globals['
|
|
93
|
-
_globals['
|
|
94
|
-
_globals['
|
|
95
|
-
_globals['
|
|
96
|
-
_globals['
|
|
97
|
-
_globals['
|
|
98
|
-
_globals['
|
|
99
|
-
_globals['
|
|
100
|
-
_globals['
|
|
101
|
-
_globals['
|
|
102
|
-
_globals['
|
|
103
|
-
_globals['
|
|
104
|
-
_globals['
|
|
105
|
-
_globals['
|
|
82
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*3\n\032DeletePublicSubnetMetadata\022\025google.protobuf.Empty\202\323\344\223\0025*3/baremetal/v1alpha/publicSubnets/{public_subnet_id}'
|
|
83
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
84
|
+
_globals['_PUBLICSUBNETSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\002@\022>/baremetal/v1alpha/publicSubnets/{public_subnet_id}/operations'
|
|
85
|
+
_globals['_GETPUBLICSUBNETREQUEST']._serialized_start=315
|
|
86
|
+
_globals['_GETPUBLICSUBNETREQUEST']._serialized_end=371
|
|
87
|
+
_globals['_LISTPUBLICSUBNETREQUEST']._serialized_start=374
|
|
88
|
+
_globals['_LISTPUBLICSUBNETREQUEST']._serialized_end=538
|
|
89
|
+
_globals['_LISTPUBLICSUBNETRESPONSE']._serialized_start=540
|
|
90
|
+
_globals['_LISTPUBLICSUBNETRESPONSE']._serialized_end=667
|
|
91
|
+
_globals['_CREATEPUBLICSUBNETREQUEST']._serialized_start=670
|
|
92
|
+
_globals['_CREATEPUBLICSUBNETREQUEST']._serialized_end=1097
|
|
93
|
+
_globals['_CREATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_start=1045
|
|
94
|
+
_globals['_CREATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_end=1090
|
|
95
|
+
_globals['_CREATEPUBLICSUBNETMETADATA']._serialized_start=1099
|
|
96
|
+
_globals['_CREATEPUBLICSUBNETMETADATA']._serialized_end=1153
|
|
97
|
+
_globals['_UPDATEPUBLICSUBNETREQUEST']._serialized_start=1156
|
|
98
|
+
_globals['_UPDATEPUBLICSUBNETREQUEST']._serialized_end=1646
|
|
99
|
+
_globals['_UPDATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_start=1045
|
|
100
|
+
_globals['_UPDATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_end=1090
|
|
101
|
+
_globals['_UPDATEPUBLICSUBNETMETADATA']._serialized_start=1648
|
|
102
|
+
_globals['_UPDATEPUBLICSUBNETMETADATA']._serialized_end=1702
|
|
103
|
+
_globals['_DELETEPUBLICSUBNETREQUEST']._serialized_start=1704
|
|
104
|
+
_globals['_DELETEPUBLICSUBNETREQUEST']._serialized_end=1763
|
|
105
|
+
_globals['_DELETEPUBLICSUBNETMETADATA']._serialized_start=1765
|
|
106
|
+
_globals['_DELETEPUBLICSUBNETMETADATA']._serialized_end=1819
|
|
107
|
+
_globals['_LISTPUBLICSUBNETOPERATIONSREQUEST']._serialized_start=1821
|
|
108
|
+
_globals['_LISTPUBLICSUBNETOPERATIONSREQUEST']._serialized_end=1938
|
|
109
|
+
_globals['_LISTPUBLICSUBNETOPERATIONSRESPONSE']._serialized_start=1940
|
|
110
|
+
_globals['_LISTPUBLICSUBNETOPERATIONSRESPONSE']._serialized_end=2062
|
|
111
|
+
_globals['_PUBLICSUBNETSERVICE']._serialized_start=2065
|
|
112
|
+
_globals['_PUBLICSUBNETSERVICE']._serialized_end=3281
|
|
106
113
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -71,12 +71,13 @@ class ListPublicSubnetRequest(google.protobuf.message.Message):
|
|
|
71
71
|
|
|
72
72
|
Each condition has the form `<field> <operator> <value>`, where:
|
|
73
73
|
1. `<field>` is the field name. Currently you can use filtering only on the limited number of fields.
|
|
74
|
-
2. `<operator>` is a logical operator, one of `=` (equal), `:` (substring).
|
|
74
|
+
2. `<operator>` is a logical operator, one of `=` (equal), `:` (substring), `@>` (contains).
|
|
75
75
|
3. `<value>` represents a value.
|
|
76
76
|
String values should be written in double (`"`) or single (`'`) quotes. C-style escape sequences are supported (`\\"` turns to `"`, `\\'` to `'`, `\\\\` to backslash).
|
|
77
77
|
Example: "key1='value' AND key2='value'"
|
|
78
78
|
Supported operators: ["AND"].
|
|
79
|
-
Supported fields: ["id", "name", "zoneId", "
|
|
79
|
+
Supported fields: ["id", "name", "zoneId", "hardwarePoolIds"].
|
|
80
|
+
Deprecated fields: ["hardwarePoolId"].
|
|
80
81
|
Both snake_case and camelCase are supported for fields.
|
|
81
82
|
"""
|
|
82
83
|
def __init__(
|
|
@@ -22,6 +22,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
22
22
|
_sym_db = _symbol_database.Default()
|
|
23
23
|
|
|
24
24
|
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
25
26
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
26
27
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
27
28
|
from yandex.cloud.baremetal.v1alpha import server_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_server__pb2
|
|
@@ -30,7 +31,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
30
31
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
32
|
|
|
32
33
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/baremetal/v1alpha/server_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a+yandex/cloud/baremetal/v1alpha/server.proto\x1a,yandex/cloud/baremetal/v1alpha/storage.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"?\n\x10GetServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"\x9e\x01\n\x11ListServerRequest\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\"l\n\x12ListServerResponse\x12\x37\n\x07servers\x18\x01 \x03(\x0b\x32&.yandex.cloud.baremetal.v1alpha.Server\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x90\x05\n\x13\x43reateServerRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-56\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12\x32\n\x10\x63onfiguration_id\x18\x05 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\"\n\x10rental_period_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12Y\n\x12network_interfaces\x18\x0f \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03<=2\x12H\n\x10os_settings_spec\x18\x10 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpec\x12\x8d\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32?.yandex.cloud.baremetal.v1alpha.CreateServerRequest.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\x06\x10\x0bJ\x04\x08\x0c\x10\x0fJ\x05\x08\x11\x10\xc8\x01\")\n\x14\x43reateServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xeb\x03\n\x13UpdateServerRequest\x12+\n\tserver_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\x12Y\n\x12network_interfaces\x18\x05 \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03\x31-2\x12\x8d\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32?.yandex.cloud.baremetal.v1alpha.UpdateServerRequest.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\"\x81\x02\n\x14NetworkInterfaceSpec\x12)\n\x02id\x18\x01 \x01(\tB\x1d\xf2\xc7\x31\x11([a-z][a-z0-9]*)?\x8a\xc8\x31\x04<=20\x12W\n\x0eprivate_subnet\x18\x07 \x01(\x0b\x32=.yandex.cloud.baremetal.v1alpha.PrivateSubnetNetworkInterfaceH\x00\x12U\n\rpublic_subnet\x18\x08 \x01(\x0b\x32<.yandex.cloud.baremetal.v1alpha.PublicSubnetNetworkInterfaceH\x00\x42\x08\n\x06subnetJ\x04\x08\x02\x10\x07\")\n\x14UpdateServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"B\n\x13\x44\x65leteServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\")\n\x14\x44\x65leteServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"D\n\x15PowerOffServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"+\n\x16PowerOffServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"C\n\x14PowerOnServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"*\n\x15PowerOnServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"B\n\x13RebootServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\")\n\x14RebootServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xa7\x01\n\x16ReinstallServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12H\n\x10os_settings_spec\x18\t \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpecJ\x04\x08\x02\x10\x06J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\tJ\x04\x08\x06\x10\x07\",\n\x17ReinstallServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\x82\x01\n\x1bListServerOperationsRequest\x12+\n\tserver_id\x18\x01 \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\x02\x10\x64\"t\n\x1cListServerOperationsResponse\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\"\xbf\x05\n\x19\x42\x61tchCreateServersRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-56\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12\x32\n\x10\x63onfiguration_id\x18\x05 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\"\n\x10rental_period_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12Y\n\x12network_interfaces\x18\x0f \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03<=2\x12H\n\x10os_settings_spec\x18\x10 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpec\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.BatchCreateServersRequest.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\x12\x19\n\x05\x63ount\x18\xac\x02 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31-100\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x06\x10\x0bJ\x04\x08\x0c\x10\x0fJ\x05\x08\x11\x10\xc8\x01J\x06\x08\xc9\x01\x10\xac\x02\"U\n\x1a\x42\x61tchCreateServersResponse\x12\x37\n\x07servers\x18\x01 \x03(\x0b\x32&.yandex.cloud.baremetal.v1alpha.Server\"0\n\x1a\x42\x61tchCreateServersMetadata\x12\x12\n\nserver_ids\x18\x01 \x03(\t\"-\n\x18QuarantineServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"G\n\x18StartProlongationRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"F\n\x17StopProlongationRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"2\n\x1dServerSetProlongationMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xea\x02\n\x0eOsSettingsSpec\x12,\n\x08image_id\x18\x01 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x04<=20\x12\x39\n\x08storages\x18\x02 \x03(\x0b\x32\'.yandex.cloud.baremetal.v1alpha.Storage\x12%\n\x0essh_public_key\x18\x04 \x01(\tB\x0b\x8a\xc8\x31\x07<=20000H\x00\x12\x1f\n\x0buser_ssh_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12&\n\x13password_plain_text\x18\n \x01(\tB\x07\x8a\xc8\x31\x03>=6H\x01\x12P\n\x17password_lockbox_secret\x18\x0b \x01(\x0b\x32-.yandex.cloud.baremetal.v1alpha.LockboxSecretH\x01\x42\x0f\n\x07ssh_key\x12\x04\xc0\xc1\x31\x01\x42\x10\n\x08password\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x04J\x04\x08\x06\x10\n\"O\n\rLockboxSecret\x12\x17\n\tsecret_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x11\n\x03key\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x32\xd5\r\n\rServerService\x12\x61\n\x03Get\x12\x30.yandex.cloud.baremetal.v1alpha.GetServerRequest\x1a&.yandex.cloud.baremetal.v1alpha.Server\"\x00\x12o\n\x04List\x12\x31.yandex.cloud.baremetal.v1alpha.ListServerRequest\x1a\x32.yandex.cloud.baremetal.v1alpha.ListServerResponse\"\x00\x12\x84\x01\n\x06\x43reate\x12\x33.yandex.cloud.baremetal.v1alpha.CreateServerRequest\x1a!.yandex.cloud.operation.Operation\"\"\xb2\xd2*\x1e\n\x14\x43reateServerMetadata\x12\x06Server\x12\xa9\x01\n\x0b\x42\x61tchCreate\x12\x39.yandex.cloud.baremetal.v1alpha.BatchCreateServersRequest\x1a!.yandex.cloud.operation.Operation\"<\xb2\xd2*8\n\x1a\x42\x61tchCreateServersMetadata\x12\x1a\x42\x61tchCreateServersResponse\x12\x84\x01\n\x06Update\x12\x33.yandex.cloud.baremetal.v1alpha.UpdateServerRequest\x1a!.yandex.cloud.operation.Operation\"\"\xb2\xd2*\x1e\n\x14UpdateServerMetadata\x12\x06Server\x12\x99\x01\n\x08PowerOff\x12\x35.yandex.cloud.baremetal.v1alpha.PowerOffServerRequest\x1a!.yandex.cloud.operation.Operation\"3\xb2\xd2*/\n\x16PowerOffServerMetadata\x12\x15google.protobuf.Empty\x12\x96\x01\n\x07PowerOn\x12\x34.yandex.cloud.baremetal.v1alpha.PowerOnServerRequest\x1a!.yandex.cloud.operation.Operation\"2\xb2\xd2*.\n\x15PowerOnServerMetadata\x12\x15google.protobuf.Empty\x12\x93\x01\n\x06Reboot\x12\x33.yandex.cloud.baremetal.v1alpha.RebootServerRequest\x1a!.yandex.cloud.operation.Operation\"1\xb2\xd2*-\n\x14RebootServerMetadata\x12\x15google.protobuf.Empty\x12\x9c\x01\n\tReinstall\x12\x36.yandex.cloud.baremetal.v1alpha.ReinstallServerRequest\x1a!.yandex.cloud.operation.Operation\"4\xb2\xd2*0\n\x17ReinstallServerMetadata\x12\x15google.protobuf.Empty\x12\x9d\x01\n\x11StartProlongation\x12\x38.yandex.cloud.baremetal.v1alpha.StartProlongationRequest\x1a!.yandex.cloud.operation.Operation\"+\xb2\xd2*\'\n\x1dServerSetProlongationMetadata\x12\x06Server\x12\x9b\x01\n\x10StopProlongation\x12\x37.yandex.cloud.baremetal.v1alpha.StopProlongationRequest\x1a!.yandex.cloud.operation.Operation\"+\xb2\xd2*\'\n\x1dServerSetProlongationMetadata\x12\x06Server\x12\x8d\x01\n\x0eListOperations\x12;.yandex.cloud.baremetal.v1alpha.ListServerOperationsRequest\x1a<.yandex.cloud.baremetal.v1alpha.ListServerOperationsResponse\"\x00\x42r\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
34
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/baremetal/v1alpha/server_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a+yandex/cloud/baremetal/v1alpha/server.proto\x1a,yandex/cloud/baremetal/v1alpha/storage.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"?\n\x10GetServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"\x9e\x01\n\x11ListServerRequest\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\"l\n\x12ListServerResponse\x12\x37\n\x07servers\x18\x01 \x03(\x0b\x32&.yandex.cloud.baremetal.v1alpha.Server\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x90\x05\n\x13\x43reateServerRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-56\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12\x32\n\x10\x63onfiguration_id\x18\x05 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\"\n\x10rental_period_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12Y\n\x12network_interfaces\x18\x0f \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03<=2\x12H\n\x10os_settings_spec\x18\x10 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpec\x12\x8d\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32?.yandex.cloud.baremetal.v1alpha.CreateServerRequest.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\x06\x10\x0bJ\x04\x08\x0c\x10\x0fJ\x05\x08\x11\x10\xc8\x01\")\n\x14\x43reateServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xeb\x03\n\x13UpdateServerRequest\x12+\n\tserver_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\x12Y\n\x12network_interfaces\x18\x05 \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03\x31-2\x12\x8d\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32?.yandex.cloud.baremetal.v1alpha.UpdateServerRequest.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\"\x81\x02\n\x14NetworkInterfaceSpec\x12)\n\x02id\x18\x01 \x01(\tB\x1d\xf2\xc7\x31\x11([a-z][a-z0-9]*)?\x8a\xc8\x31\x04<=20\x12W\n\x0eprivate_subnet\x18\x07 \x01(\x0b\x32=.yandex.cloud.baremetal.v1alpha.PrivateSubnetNetworkInterfaceH\x00\x12U\n\rpublic_subnet\x18\x08 \x01(\x0b\x32<.yandex.cloud.baremetal.v1alpha.PublicSubnetNetworkInterfaceH\x00\x42\x08\n\x06subnetJ\x04\x08\x02\x10\x07\")\n\x14UpdateServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"B\n\x13\x44\x65leteServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\")\n\x14\x44\x65leteServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"D\n\x15PowerOffServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"+\n\x16PowerOffServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"C\n\x14PowerOnServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"*\n\x15PowerOnServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"B\n\x13RebootServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\")\n\x14RebootServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xa7\x01\n\x16ReinstallServerRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12H\n\x10os_settings_spec\x18\t \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpecJ\x04\x08\x02\x10\x06J\x04\x08\x07\x10\x08J\x04\x08\x08\x10\tJ\x04\x08\x06\x10\x07\",\n\x17ReinstallServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\x82\x01\n\x1bListServerOperationsRequest\x12+\n\tserver_id\x18\x01 \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\x02\x10\x64\"t\n\x1cListServerOperationsResponse\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\"\xbf\x05\n\x19\x42\x61tchCreateServersRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-56\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\"\n\x10hardware_pool_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12\x32\n\x10\x63onfiguration_id\x18\x05 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\x12\"\n\x10rental_period_id\x18\x0b \x01(\tB\x08\x8a\xc8\x31\x04<=20\x12Y\n\x12network_interfaces\x18\x0f \x03(\x0b\x32\x34.yandex.cloud.baremetal.v1alpha.NetworkInterfaceSpecB\x07\x82\xc8\x31\x03<=2\x12H\n\x10os_settings_spec\x18\x10 \x01(\x0b\x32..yandex.cloud.baremetal.v1alpha.OsSettingsSpec\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.BatchCreateServersRequest.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\x12\x19\n\x05\x63ount\x18\xac\x02 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31-100\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x06\x10\x0bJ\x04\x08\x0c\x10\x0fJ\x05\x08\x11\x10\xc8\x01J\x06\x08\xc9\x01\x10\xac\x02\"U\n\x1a\x42\x61tchCreateServersResponse\x12\x37\n\x07servers\x18\x01 \x03(\x0b\x32&.yandex.cloud.baremetal.v1alpha.Server\"0\n\x1a\x42\x61tchCreateServersMetadata\x12\x12\n\nserver_ids\x18\x01 \x03(\t\"-\n\x18QuarantineServerMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"G\n\x18StartProlongationRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"F\n\x17StopProlongationRequest\x12+\n\tserver_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"2\n\x1dServerSetProlongationMetadata\x12\x11\n\tserver_id\x18\x01 \x01(\t\"\xea\x02\n\x0eOsSettingsSpec\x12,\n\x08image_id\x18\x01 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x04<=20\x12\x39\n\x08storages\x18\x02 \x03(\x0b\x32\'.yandex.cloud.baremetal.v1alpha.Storage\x12%\n\x0essh_public_key\x18\x04 \x01(\tB\x0b\x8a\xc8\x31\x07<=20000H\x00\x12\x1f\n\x0buser_ssh_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12&\n\x13password_plain_text\x18\n \x01(\tB\x07\x8a\xc8\x31\x03>=6H\x01\x12P\n\x17password_lockbox_secret\x18\x0b \x01(\x0b\x32-.yandex.cloud.baremetal.v1alpha.LockboxSecretH\x01\x42\x0f\n\x07ssh_key\x12\x04\xc0\xc1\x31\x01\x42\x10\n\x08password\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x04J\x04\x08\x06\x10\n\"O\n\rLockboxSecret\x12\x17\n\tsecret_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x11\n\x03key\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x32\xd2\x12\n\rServerService\x12\x8f\x01\n\x03Get\x12\x30.yandex.cloud.baremetal.v1alpha.GetServerRequest\x1a&.yandex.cloud.baremetal.v1alpha.Server\".\x82\xd3\xe4\x93\x02(\x12&/baremetal/v1alpha/servers/{server_id}\x12\x91\x01\n\x04List\x12\x31.yandex.cloud.baremetal.v1alpha.ListServerRequest\x1a\x32.yandex.cloud.baremetal.v1alpha.ListServerResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/baremetal/v1alpha/servers\x12\xa9\x01\n\x06\x43reate\x12\x33.yandex.cloud.baremetal.v1alpha.CreateServerRequest\x1a!.yandex.cloud.operation.Operation\"G\xb2\xd2*\x1e\n\x14\x43reateServerMetadata\x12\x06Server\x82\xd3\xe4\x93\x02\x1f\"\x1a/baremetal/v1alpha/servers:\x01*\x12\xda\x01\n\x0b\x42\x61tchCreate\x12\x39.yandex.cloud.baremetal.v1alpha.BatchCreateServersRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*8\n\x1a\x42\x61tchCreateServersMetadata\x12\x1a\x42\x61tchCreateServersResponse\x82\xd3\xe4\x93\x02+\"&/baremetal/v1alpha/servers:batchCreate:\x01*\x12\xb5\x01\n\x06Update\x12\x33.yandex.cloud.baremetal.v1alpha.UpdateServerRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*\x1e\n\x14UpdateServerMetadata\x12\x06Server\x82\xd3\xe4\x93\x02+2&/baremetal/v1alpha/servers/{server_id}:\x01*\x12\xd3\x01\n\x08PowerOff\x12\x35.yandex.cloud.baremetal.v1alpha.PowerOffServerRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*/\n\x16PowerOffServerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x34\"//baremetal/v1alpha/servers/{server_id}:powerOff:\x01*\x12\xcf\x01\n\x07PowerOn\x12\x34.yandex.cloud.baremetal.v1alpha.PowerOnServerRequest\x1a!.yandex.cloud.operation.Operation\"k\xb2\xd2*.\n\x15PowerOnServerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x33\"./baremetal/v1alpha/servers/{server_id}:powerOn:\x01*\x12\xcb\x01\n\x06Reboot\x12\x33.yandex.cloud.baremetal.v1alpha.RebootServerRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*-\n\x14RebootServerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x32\"-/baremetal/v1alpha/servers/{server_id}:reboot:\x01*\x12\xd7\x01\n\tReinstall\x12\x36.yandex.cloud.baremetal.v1alpha.ReinstallServerRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*0\n\x17ReinstallServerMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x35\"0/baremetal/v1alpha/servers/{server_id}:reinstall:\x01*\x12\xe0\x01\n\x11StartProlongation\x12\x38.yandex.cloud.baremetal.v1alpha.StartProlongationRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*\'\n\x1dServerSetProlongationMetadata\x12\x06Server\x82\xd3\xe4\x93\x02=\"8/baremetal/v1alpha/servers/{server_id}:startProlongation:\x01*\x12\xdd\x01\n\x10StopProlongation\x12\x37.yandex.cloud.baremetal.v1alpha.StopProlongationRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*\'\n\x1dServerSetProlongationMetadata\x12\x06Server\x82\xd3\xe4\x93\x02<\"7/baremetal/v1alpha/servers/{server_id}:stopProlongation:\x01*\x12\xc6\x01\n\x0eListOperations\x12;.yandex.cloud.baremetal.v1alpha.ListServerOperationsRequest\x1a<.yandex.cloud.baremetal.v1alpha.ListServerOperationsResponse\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/baremetal/v1alpha/servers/{server_id}/operationsBr\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
34
35
|
|
|
35
36
|
_globals = globals()
|
|
36
37
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -130,88 +131,94 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
130
131
|
_globals['_LOCKBOXSECRET'].fields_by_name['secret_id']._serialized_options = b'\350\3071\001'
|
|
131
132
|
_globals['_LOCKBOXSECRET'].fields_by_name['key']._loaded_options = None
|
|
132
133
|
_globals['_LOCKBOXSECRET'].fields_by_name['key']._serialized_options = b'\350\3071\001'
|
|
134
|
+
_globals['_SERVERSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
135
|
+
_globals['_SERVERSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002(\022&/baremetal/v1alpha/servers/{server_id}'
|
|
136
|
+
_globals['_SERVERSERVICE'].methods_by_name['List']._loaded_options = None
|
|
137
|
+
_globals['_SERVERSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\034\022\032/baremetal/v1alpha/servers'
|
|
133
138
|
_globals['_SERVERSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
134
|
-
_globals['_SERVERSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*\036\n\024CreateServerMetadata\022\006Server'
|
|
139
|
+
_globals['_SERVERSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*\036\n\024CreateServerMetadata\022\006Server\202\323\344\223\002\037\"\032/baremetal/v1alpha/servers:\001*'
|
|
135
140
|
_globals['_SERVERSERVICE'].methods_by_name['BatchCreate']._loaded_options = None
|
|
136
|
-
_globals['_SERVERSERVICE'].methods_by_name['BatchCreate']._serialized_options = b'\262\322*8\n\032BatchCreateServersMetadata\022\032BatchCreateServersResponse'
|
|
141
|
+
_globals['_SERVERSERVICE'].methods_by_name['BatchCreate']._serialized_options = b'\262\322*8\n\032BatchCreateServersMetadata\022\032BatchCreateServersResponse\202\323\344\223\002+\"&/baremetal/v1alpha/servers:batchCreate:\001*'
|
|
137
142
|
_globals['_SERVERSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
138
|
-
_globals['_SERVERSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*\036\n\024UpdateServerMetadata\022\006Server'
|
|
143
|
+
_globals['_SERVERSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*\036\n\024UpdateServerMetadata\022\006Server\202\323\344\223\002+2&/baremetal/v1alpha/servers/{server_id}:\001*'
|
|
139
144
|
_globals['_SERVERSERVICE'].methods_by_name['PowerOff']._loaded_options = None
|
|
140
|
-
_globals['_SERVERSERVICE'].methods_by_name['PowerOff']._serialized_options = b'\262\322*/\n\026PowerOffServerMetadata\022\025google.protobuf.Empty'
|
|
145
|
+
_globals['_SERVERSERVICE'].methods_by_name['PowerOff']._serialized_options = b'\262\322*/\n\026PowerOffServerMetadata\022\025google.protobuf.Empty\202\323\344\223\0024\"//baremetal/v1alpha/servers/{server_id}:powerOff:\001*'
|
|
141
146
|
_globals['_SERVERSERVICE'].methods_by_name['PowerOn']._loaded_options = None
|
|
142
|
-
_globals['_SERVERSERVICE'].methods_by_name['PowerOn']._serialized_options = b'\262\322*.\n\025PowerOnServerMetadata\022\025google.protobuf.Empty'
|
|
147
|
+
_globals['_SERVERSERVICE'].methods_by_name['PowerOn']._serialized_options = b'\262\322*.\n\025PowerOnServerMetadata\022\025google.protobuf.Empty\202\323\344\223\0023\"./baremetal/v1alpha/servers/{server_id}:powerOn:\001*'
|
|
143
148
|
_globals['_SERVERSERVICE'].methods_by_name['Reboot']._loaded_options = None
|
|
144
|
-
_globals['_SERVERSERVICE'].methods_by_name['Reboot']._serialized_options = b'\262\322*-\n\024RebootServerMetadata\022\025google.protobuf.Empty'
|
|
149
|
+
_globals['_SERVERSERVICE'].methods_by_name['Reboot']._serialized_options = b'\262\322*-\n\024RebootServerMetadata\022\025google.protobuf.Empty\202\323\344\223\0022\"-/baremetal/v1alpha/servers/{server_id}:reboot:\001*'
|
|
145
150
|
_globals['_SERVERSERVICE'].methods_by_name['Reinstall']._loaded_options = None
|
|
146
|
-
_globals['_SERVERSERVICE'].methods_by_name['Reinstall']._serialized_options = b'\262\322*0\n\027ReinstallServerMetadata\022\025google.protobuf.Empty'
|
|
151
|
+
_globals['_SERVERSERVICE'].methods_by_name['Reinstall']._serialized_options = b'\262\322*0\n\027ReinstallServerMetadata\022\025google.protobuf.Empty\202\323\344\223\0025\"0/baremetal/v1alpha/servers/{server_id}:reinstall:\001*'
|
|
147
152
|
_globals['_SERVERSERVICE'].methods_by_name['StartProlongation']._loaded_options = None
|
|
148
|
-
_globals['_SERVERSERVICE'].methods_by_name['StartProlongation']._serialized_options = b'\262\322*\'\n\035ServerSetProlongationMetadata\022\006Server'
|
|
153
|
+
_globals['_SERVERSERVICE'].methods_by_name['StartProlongation']._serialized_options = b'\262\322*\'\n\035ServerSetProlongationMetadata\022\006Server\202\323\344\223\002=\"8/baremetal/v1alpha/servers/{server_id}:startProlongation:\001*'
|
|
149
154
|
_globals['_SERVERSERVICE'].methods_by_name['StopProlongation']._loaded_options = None
|
|
150
|
-
_globals['_SERVERSERVICE'].methods_by_name['StopProlongation']._serialized_options = b'\262\322*\'\n\035ServerSetProlongationMetadata\022\006Server'
|
|
151
|
-
_globals['
|
|
152
|
-
_globals['
|
|
153
|
-
_globals['
|
|
154
|
-
_globals['
|
|
155
|
-
_globals['
|
|
156
|
-
_globals['
|
|
157
|
-
_globals['
|
|
158
|
-
_globals['
|
|
159
|
-
_globals['
|
|
160
|
-
_globals['
|
|
161
|
-
_globals['
|
|
162
|
-
_globals['
|
|
163
|
-
_globals['
|
|
164
|
-
_globals['
|
|
165
|
-
_globals['
|
|
166
|
-
_globals['
|
|
167
|
-
_globals['
|
|
168
|
-
_globals['
|
|
169
|
-
_globals['
|
|
170
|
-
_globals['
|
|
171
|
-
_globals['
|
|
172
|
-
_globals['
|
|
173
|
-
_globals['
|
|
174
|
-
_globals['
|
|
175
|
-
_globals['
|
|
176
|
-
_globals['
|
|
177
|
-
_globals['
|
|
178
|
-
_globals['
|
|
179
|
-
_globals['
|
|
180
|
-
_globals['
|
|
181
|
-
_globals['
|
|
182
|
-
_globals['
|
|
183
|
-
_globals['
|
|
184
|
-
_globals['
|
|
185
|
-
_globals['
|
|
186
|
-
_globals['
|
|
187
|
-
_globals['
|
|
188
|
-
_globals['
|
|
189
|
-
_globals['
|
|
190
|
-
_globals['
|
|
191
|
-
_globals['
|
|
192
|
-
_globals['
|
|
193
|
-
_globals['
|
|
194
|
-
_globals['
|
|
195
|
-
_globals['
|
|
196
|
-
_globals['
|
|
197
|
-
_globals['
|
|
198
|
-
_globals['
|
|
199
|
-
_globals['
|
|
200
|
-
_globals['
|
|
201
|
-
_globals['
|
|
202
|
-
_globals['
|
|
203
|
-
_globals['
|
|
204
|
-
_globals['
|
|
205
|
-
_globals['
|
|
206
|
-
_globals['
|
|
207
|
-
_globals['
|
|
208
|
-
_globals['
|
|
209
|
-
_globals['
|
|
210
|
-
_globals['
|
|
211
|
-
_globals['
|
|
212
|
-
_globals['
|
|
213
|
-
_globals['
|
|
214
|
-
_globals['
|
|
215
|
-
_globals['
|
|
216
|
-
_globals['
|
|
155
|
+
_globals['_SERVERSERVICE'].methods_by_name['StopProlongation']._serialized_options = b'\262\322*\'\n\035ServerSetProlongationMetadata\022\006Server\202\323\344\223\002<\"7/baremetal/v1alpha/servers/{server_id}:stopProlongation:\001*'
|
|
156
|
+
_globals['_SERVERSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
157
|
+
_globals['_SERVERSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\0023\0221/baremetal/v1alpha/servers/{server_id}/operations'
|
|
158
|
+
_globals['_GETSERVERREQUEST']._serialized_start=347
|
|
159
|
+
_globals['_GETSERVERREQUEST']._serialized_end=410
|
|
160
|
+
_globals['_LISTSERVERREQUEST']._serialized_start=413
|
|
161
|
+
_globals['_LISTSERVERREQUEST']._serialized_end=571
|
|
162
|
+
_globals['_LISTSERVERRESPONSE']._serialized_start=573
|
|
163
|
+
_globals['_LISTSERVERRESPONSE']._serialized_end=681
|
|
164
|
+
_globals['_CREATESERVERREQUEST']._serialized_start=684
|
|
165
|
+
_globals['_CREATESERVERREQUEST']._serialized_end=1340
|
|
166
|
+
_globals['_CREATESERVERREQUEST_LABELSENTRY']._serialized_start=1276
|
|
167
|
+
_globals['_CREATESERVERREQUEST_LABELSENTRY']._serialized_end=1321
|
|
168
|
+
_globals['_CREATESERVERMETADATA']._serialized_start=1342
|
|
169
|
+
_globals['_CREATESERVERMETADATA']._serialized_end=1383
|
|
170
|
+
_globals['_UPDATESERVERREQUEST']._serialized_start=1386
|
|
171
|
+
_globals['_UPDATESERVERREQUEST']._serialized_end=1877
|
|
172
|
+
_globals['_UPDATESERVERREQUEST_LABELSENTRY']._serialized_start=1276
|
|
173
|
+
_globals['_UPDATESERVERREQUEST_LABELSENTRY']._serialized_end=1321
|
|
174
|
+
_globals['_NETWORKINTERFACESPEC']._serialized_start=1880
|
|
175
|
+
_globals['_NETWORKINTERFACESPEC']._serialized_end=2137
|
|
176
|
+
_globals['_UPDATESERVERMETADATA']._serialized_start=2139
|
|
177
|
+
_globals['_UPDATESERVERMETADATA']._serialized_end=2180
|
|
178
|
+
_globals['_DELETESERVERREQUEST']._serialized_start=2182
|
|
179
|
+
_globals['_DELETESERVERREQUEST']._serialized_end=2248
|
|
180
|
+
_globals['_DELETESERVERMETADATA']._serialized_start=2250
|
|
181
|
+
_globals['_DELETESERVERMETADATA']._serialized_end=2291
|
|
182
|
+
_globals['_POWEROFFSERVERREQUEST']._serialized_start=2293
|
|
183
|
+
_globals['_POWEROFFSERVERREQUEST']._serialized_end=2361
|
|
184
|
+
_globals['_POWEROFFSERVERMETADATA']._serialized_start=2363
|
|
185
|
+
_globals['_POWEROFFSERVERMETADATA']._serialized_end=2406
|
|
186
|
+
_globals['_POWERONSERVERREQUEST']._serialized_start=2408
|
|
187
|
+
_globals['_POWERONSERVERREQUEST']._serialized_end=2475
|
|
188
|
+
_globals['_POWERONSERVERMETADATA']._serialized_start=2477
|
|
189
|
+
_globals['_POWERONSERVERMETADATA']._serialized_end=2519
|
|
190
|
+
_globals['_REBOOTSERVERREQUEST']._serialized_start=2521
|
|
191
|
+
_globals['_REBOOTSERVERREQUEST']._serialized_end=2587
|
|
192
|
+
_globals['_REBOOTSERVERMETADATA']._serialized_start=2589
|
|
193
|
+
_globals['_REBOOTSERVERMETADATA']._serialized_end=2630
|
|
194
|
+
_globals['_REINSTALLSERVERREQUEST']._serialized_start=2633
|
|
195
|
+
_globals['_REINSTALLSERVERREQUEST']._serialized_end=2800
|
|
196
|
+
_globals['_REINSTALLSERVERMETADATA']._serialized_start=2802
|
|
197
|
+
_globals['_REINSTALLSERVERMETADATA']._serialized_end=2846
|
|
198
|
+
_globals['_LISTSERVEROPERATIONSREQUEST']._serialized_start=2849
|
|
199
|
+
_globals['_LISTSERVEROPERATIONSREQUEST']._serialized_end=2979
|
|
200
|
+
_globals['_LISTSERVEROPERATIONSRESPONSE']._serialized_start=2981
|
|
201
|
+
_globals['_LISTSERVEROPERATIONSRESPONSE']._serialized_end=3097
|
|
202
|
+
_globals['_BATCHCREATESERVERSREQUEST']._serialized_start=3100
|
|
203
|
+
_globals['_BATCHCREATESERVERSREQUEST']._serialized_end=3803
|
|
204
|
+
_globals['_BATCHCREATESERVERSREQUEST_LABELSENTRY']._serialized_start=1276
|
|
205
|
+
_globals['_BATCHCREATESERVERSREQUEST_LABELSENTRY']._serialized_end=1321
|
|
206
|
+
_globals['_BATCHCREATESERVERSRESPONSE']._serialized_start=3805
|
|
207
|
+
_globals['_BATCHCREATESERVERSRESPONSE']._serialized_end=3890
|
|
208
|
+
_globals['_BATCHCREATESERVERSMETADATA']._serialized_start=3892
|
|
209
|
+
_globals['_BATCHCREATESERVERSMETADATA']._serialized_end=3940
|
|
210
|
+
_globals['_QUARANTINESERVERMETADATA']._serialized_start=3942
|
|
211
|
+
_globals['_QUARANTINESERVERMETADATA']._serialized_end=3987
|
|
212
|
+
_globals['_STARTPROLONGATIONREQUEST']._serialized_start=3989
|
|
213
|
+
_globals['_STARTPROLONGATIONREQUEST']._serialized_end=4060
|
|
214
|
+
_globals['_STOPPROLONGATIONREQUEST']._serialized_start=4062
|
|
215
|
+
_globals['_STOPPROLONGATIONREQUEST']._serialized_end=4132
|
|
216
|
+
_globals['_SERVERSETPROLONGATIONMETADATA']._serialized_start=4134
|
|
217
|
+
_globals['_SERVERSETPROLONGATIONMETADATA']._serialized_end=4184
|
|
218
|
+
_globals['_OSSETTINGSSPEC']._serialized_start=4187
|
|
219
|
+
_globals['_OSSETTINGSSPEC']._serialized_end=4549
|
|
220
|
+
_globals['_LOCKBOXSECRET']._serialized_start=4551
|
|
221
|
+
_globals['_LOCKBOXSECRET']._serialized_end=4630
|
|
222
|
+
_globals['_SERVERSERVICE']._serialized_start=4633
|
|
223
|
+
_globals['_SERVERSERVICE']._serialized_end=7019
|
|
217
224
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -22,11 +22,12 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
22
22
|
_sym_db = _symbol_database.Default()
|
|
23
23
|
|
|
24
24
|
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
25
26
|
from yandex.cloud.baremetal.v1alpha import storage_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_storage__pb2
|
|
26
27
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
28
|
|
|
28
29
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/baremetal/v1alpha/storage_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a,yandex/cloud/baremetal/v1alpha/storage.proto\x1a\x1dyandex/cloud/validation.proto\"e\n\x0e\x44\x65\x66\x61ultStorage\x12\x18\n\x10\x63onfiguration_id\x18\x01 \x01(\t\x12\x39\n\x08storages\x18\x02 \x03(\x0b\x32\'.yandex.cloud.baremetal.v1alpha.Storage\"N\n\x18GetDefaultStorageRequest\x12\x32\n\x10\x63onfiguration_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"b\n\x1e\x42\x61tchGetDefaultStoragesRequest\x12@\n\x11\x63onfiguration_ids\x18\x01 \x03(\tB%\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x02\x32\x30\x90\xc8\x31\x01\"k\n\x1f\x42\x61tchGetDefaultStoragesResponse\x12H\n\x10\x64\x65\x66\x61ult_storages\x18\x01 \x03(\x0b\x32..yandex.cloud.baremetal.v1alpha.DefaultStorage2\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/baremetal/v1alpha/storage_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x1cgoogle/api/annotations.proto\x1a,yandex/cloud/baremetal/v1alpha/storage.proto\x1a\x1dyandex/cloud/validation.proto\"e\n\x0e\x44\x65\x66\x61ultStorage\x12\x18\n\x10\x63onfiguration_id\x18\x01 \x01(\t\x12\x39\n\x08storages\x18\x02 \x03(\x0b\x32\'.yandex.cloud.baremetal.v1alpha.Storage\"N\n\x18GetDefaultStorageRequest\x12\x32\n\x10\x63onfiguration_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"b\n\x1e\x42\x61tchGetDefaultStoragesRequest\x12@\n\x11\x63onfiguration_ids\x18\x01 \x03(\tB%\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x02\x32\x30\x90\xc8\x31\x01\"k\n\x1f\x42\x61tchGetDefaultStoragesResponse\x12H\n\x10\x64\x65\x66\x61ult_storages\x18\x01 \x03(\x0b\x32..yandex.cloud.baremetal.v1alpha.DefaultStorage2\x97\x03\n\x0eStorageService\x12\xb6\x01\n\nGetDefault\x12\x38.yandex.cloud.baremetal.v1alpha.GetDefaultStorageRequest\x1a..yandex.cloud.baremetal.v1alpha.DefaultStorage\">\x82\xd3\xe4\x93\x02\x38\x12\x36/baremetal/v1alpha/storages/default/{configuration_id}\x12\xcb\x01\n\x0f\x42\x61tchGetDefault\x12>.yandex.cloud.baremetal.v1alpha.BatchGetDefaultStoragesRequest\x1a?.yandex.cloud.baremetal.v1alpha.BatchGetDefaultStoragesResponse\"7\x82\xd3\xe4\x93\x02\x31\",/baremetal/v1alpha/storages/default:batchGet:\x01*Br\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
|
|
30
31
|
|
|
31
32
|
_globals = globals()
|
|
32
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -38,14 +39,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
38
39
|
_globals['_GETDEFAULTSTORAGEREQUEST'].fields_by_name['configuration_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
39
40
|
_globals['_BATCHGETDEFAULTSTORAGESREQUEST'].fields_by_name['configuration_ids']._loaded_options = None
|
|
40
41
|
_globals['_BATCHGETDEFAULTSTORAGESREQUEST'].fields_by_name['configuration_ids']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\202\3101\0051-100\212\3101\00220\220\3101\001'
|
|
41
|
-
_globals['
|
|
42
|
-
_globals['
|
|
43
|
-
_globals['
|
|
44
|
-
_globals['
|
|
45
|
-
_globals['
|
|
46
|
-
_globals['
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
49
|
-
_globals['
|
|
50
|
-
_globals['
|
|
42
|
+
_globals['_STORAGESERVICE'].methods_by_name['GetDefault']._loaded_options = None
|
|
43
|
+
_globals['_STORAGESERVICE'].methods_by_name['GetDefault']._serialized_options = b'\202\323\344\223\0028\0226/baremetal/v1alpha/storages/default/{configuration_id}'
|
|
44
|
+
_globals['_STORAGESERVICE'].methods_by_name['BatchGetDefault']._loaded_options = None
|
|
45
|
+
_globals['_STORAGESERVICE'].methods_by_name['BatchGetDefault']._serialized_options = b'\202\323\344\223\0021\",/baremetal/v1alpha/storages/default:batchGet:\001*'
|
|
46
|
+
_globals['_DEFAULTSTORAGE']._serialized_start=195
|
|
47
|
+
_globals['_DEFAULTSTORAGE']._serialized_end=296
|
|
48
|
+
_globals['_GETDEFAULTSTORAGEREQUEST']._serialized_start=298
|
|
49
|
+
_globals['_GETDEFAULTSTORAGEREQUEST']._serialized_end=376
|
|
50
|
+
_globals['_BATCHGETDEFAULTSTORAGESREQUEST']._serialized_start=378
|
|
51
|
+
_globals['_BATCHGETDEFAULTSTORAGESREQUEST']._serialized_end=476
|
|
52
|
+
_globals['_BATCHGETDEFAULTSTORAGESRESPONSE']._serialized_start=478
|
|
53
|
+
_globals['_BATCHGETDEFAULTSTORAGESRESPONSE']._serialized_end=585
|
|
54
|
+
_globals['_STORAGESERVICE']._serialized_start=588
|
|
55
|
+
_globals['_STORAGESERVICE']._serialized_end=995
|
|
51
56
|
# @@protoc_insertion_point(module_scope)
|