yandexcloud 0.355.0__py3-none-any.whl → 0.357.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 +29 -3
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +76 -78
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +5 -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/metastore/v1/cluster_service_pb2.py +45 -45
- yandex/cloud/metastore/v1/maintenance_pb2.pyi +34 -6
- 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/apigateway/v1/apigateway_service_pb2.py +42 -42
- yandex/cloud/serverless/containers/v1/container_pb2.py +46 -44
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +25 -3
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +9 -3
- yandex/cloud/serverless/workflows/v1/workflow_pb2.py +20 -14
- yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +28 -2
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +30 -30
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +16 -4
- 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.357.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/RECORD +67 -59
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.355.0.dist-info → yandexcloud-0.357.0.dist-info}/top_level.txt +0 -0
|
@@ -30,7 +30,7 @@ from yandex.cloud.backup.v1 import resource_pb2 as yandex_dot_cloud_dot_backup_d
|
|
|
30
30
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/backup/v1/backup_service.proto\x12\x16yandex.cloud.backup.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a#yandex/cloud/backup/v1/backup.proto\x1a&yandex/cloud/operation/operation.proto\x1a%yandex/cloud/backup/v1/resource.proto\x1a\x1dyandex/cloud/validation.proto\"U\n\x13ListArchivesRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13\x63ompute_instance_id\x18\x02 \x01(\tH\x00\x42\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"I\n\x14ListArchivesResponse\x12\x31\n\x08\x61rchives\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.backup.v1.Archive\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/backup/v1/backup_service.proto\x12\x16yandex.cloud.backup.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a#yandex/cloud/backup/v1/backup.proto\x1a&yandex/cloud/operation/operation.proto\x1a%yandex/cloud/backup/v1/resource.proto\x1a\x1dyandex/cloud/validation.proto\"U\n\x13ListArchivesRequest\x12\x13\n\tfolder_id\x18\x01 \x01(\tH\x00\x12\x1d\n\x13\x63ompute_instance_id\x18\x02 \x01(\tH\x00\x42\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"I\n\x14ListArchivesResponse\x12\x31\n\x08\x61rchives\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.backup.v1.Archive\"\xda\x05\n\x12ListBackupsRequest\x12\x1d\n\x13\x63ompute_instance_id\x18\x01 \x01(\tH\x00\x12O\n\x07\x61rchive\x18\x02 \x01(\x0b\x32<.yandex.cloud.backup.v1.ListBackupsRequest.ArchiveParametersH\x00\x12\x13\n\tfolder_id\x18\x03 \x01(\tH\x00\x12T\n\x0finstance_policy\x18\x04 \x01(\x0b\x32\x39.yandex.cloud.backup.v1.ListBackupsRequest.InstancePolicyH\x00\x12\x15\n\x0bresource_id\x18\x06 \x01(\tH\x00\x12\x13\n\tpolicy_id\x18\x07 \x01(\tH\x00\x12M\n\x06\x62\x61\x63kup\x18\x0c \x01(\x0b\x32;.yandex.cloud.backup.v1.ListBackupsRequest.BackupParametersH\x00\x12\x10\n\x08order_by\x18\x05 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x08 \x01(\t\x12\x32\n\x04type\x18\t \x01(\x0e\x32$.yandex.cloud.backup.v1.ResourceType\x12\x1d\n\tpage_size\x18\n \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x0b \x01(\tB\t\x8a\xc8\x31\x05<=100\x1a\x46\n\x11\x41rchiveParameters\x12\x18\n\narchive_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x1a@\n\x0eInstancePolicy\x12\x1b\n\x13\x63ompute_instance_id\x18\x01 \x01(\t\x12\x11\n\tpolicy_id\x18\x02 \x01(\t\x1a\x44\n\x10\x42\x61\x63kupParameters\x12\x17\n\tbackup_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x42\n\n\x02id\x12\x04\xc0\xc1\x31\x01\"_\n\x13ListBackupsResponse\x12/\n\x07\x62\x61\x63kups\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.backup.v1.Backup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"]\n\x10ListFilesRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tsource_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x00\"F\n\x11ListFilesResponse\x12\x31\n\x05\x66iles\x18\x01 \x03(\x0b\x32\".yandex.cloud.backup.v1.BackupFile\"D\n\x10GetBackupRequest\x12\x17\n\tbackup_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"Z\n\x14StartRecoveryRequest\x12)\n\x13\x63ompute_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"l\n\x15StartRecoveryMetadata\x12\x1b\n\x13progress_percentage\x18\x01 \x01(\x01\x12\x15\n\rsrc_backup_id\x18\x02 \x01(\t\x12\x1f\n\x17\x64st_compute_instance_id\x18\x03 \x01(\t\"\x14\n\x12TargetPathOriginal\" \n\x10TargetPathCustom\x12\x0c\n\x04path\x18\x01 \x01(\t\"\xfb\x02\n\x14\x46ilesRecoveryOptions\x12O\n\toverwrite\x18\x01 \x01(\x0e\x32\x36.yandex.cloud.backup.v1.FilesRecoveryOptions.OverwriteB\x04\xe8\xc7\x31\x00\x12\x1e\n\x10reboot_if_needed\x18\x02 \x01(\x08\x42\x04\xe8\xc7\x31\x00\x12>\n\x08original\x18\x64 \x01(\x0b\x32*.yandex.cloud.backup.v1.TargetPathOriginalH\x00\x12:\n\x06\x63ustom\x18\x65 \x01(\x0b\x32(.yandex.cloud.backup.v1.TargetPathCustomH\x00\"b\n\tOverwrite\x12\x19\n\x15OVERWRITE_UNSPECIFIED\x10\x00\x12\x11\n\rOVERWRITE_ALL\x10\x01\x12\x13\n\x0fOVERWRITE_OLDER\x10\x02\x12\x12\n\x0eOVERWRITE_NONE\x10\x03\x42\x0c\n\x04type\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x64\"\xb5\x01\n\x19StartFilesRecoveryRequest\x12!\n\x13\x63ompute_instance_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12@\n\x04opts\x18\x03 \x01(\x0b\x32,.yandex.cloud.backup.v1.FilesRecoveryOptionsB\x04\xe8\xc7\x31\x01\x12\x1a\n\nsource_ids\x18\x04 \x03(\tB\x06\x82\xc8\x31\x02>0\"\x91\x01\n\x1aStartFilesRecoveryMetadata\x12\x1b\n\x13progress_percentage\x18\x01 \x01(\x01\x12!\n\x13\x63ompute_instance_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tbackup_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1a\n\nsource_ids\x18\x04 \x03(\tB\x06\x82\xc8\x31\x02>0\"Y\n\x13\x44\x65leteBackupRequest\x12)\n\x13\x63ompute_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x17\n\tbackup_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"F\n\x14\x44\x65leteBackupMetadata\x12\x1b\n\x13\x63ompute_instance_id\x18\x01 \x01(\t\x12\x11\n\tbackup_id\x18\x02 \x01(\t\"\x95\x01\n\x14\x44\x65leteArchiveRequest\x12\x18\n\narchive_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x00\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=50\x12!\n\x0binstance_id\x18\x03 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=50\x12\x1f\n\tpolicy_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x00\x8a\xc8\x31\x04<=50\">\n\x15\x44\x65leteArchiveMetadata\x12\x12\n\narchive_id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t2\x92\n\n\rBackupService\x12{\n\x04List\x12*.yandex.cloud.backup.v1.ListBackupsRequest\x1a+.yandex.cloud.backup.v1.ListBackupsResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/backup/v1/backups\x12\xa4\x01\n\x0cListArchives\x12+.yandex.cloud.backup.v1.ListArchivesRequest\x1a,.yandex.cloud.backup.v1.ListArchivesResponse\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/backup/v1/backups/{compute_instance_id}/archives\x12\x8e\x01\n\tListFiles\x12(.yandex.cloud.backup.v1.ListFilesRequest\x1a).yandex.cloud.backup.v1.ListFilesResponse\",\x82\xd3\xe4\x93\x02&\x12$/backup/v1/backups/{backup_id}/files\x12w\n\x03Get\x12(.yandex.cloud.backup.v1.GetBackupRequest\x1a\x1e.yandex.cloud.backup.v1.Backup\"&\x82\xd3\xe4\x93\x02 \x12\x1e/backup/v1/backups/{backup_id}\x12\xcb\x01\n\rStartRecovery\x12,.yandex.cloud.backup.v1.StartRecoveryRequest\x1a!.yandex.cloud.operation.Operation\"i\xb2\xd2*.\n\x15StartRecoveryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x31\",/backup/v1/backups/{backup_id}:startRecovery:\x01*\x12\xa3\x01\n\x12StartFilesRecovery\x12\x31.yandex.cloud.backup.v1.StartFilesRecoveryRequest\x1a!.yandex.cloud.operation.Operation\"7\xb2\xd2*3\n\x1aStartFilesRecoveryMetadata\x12\x15google.protobuf.Empty\x12\xc7\x01\n\x06\x44\x65lete\x12+.yandex.cloud.backup.v1.DeleteBackupRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*-\n\x14\x44\x65leteBackupMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x36*4/backup/v1/backups/{compute_instance_id}/{backup_id}\x12\x94\x01\n\rDeleteArchive\x12,.yandex.cloud.backup.v1.DeleteArchiveRequest\x1a!.yandex.cloud.operation.Operation\"2\xb2\xd2*.\n\x15\x44\x65leteArchiveMetadata\x12\x15google.protobuf.EmptyB_\n\x1ayandex.cloud.api.backup.v1ZAgithub.com/yandex-cloud/go-genproto/yandex/cloud/backup/v1;backupb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -44,6 +44,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
44
44
|
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS'].fields_by_name['archive_id']._serialized_options = b'\350\3071\001'
|
|
45
45
|
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS'].fields_by_name['folder_id']._loaded_options = None
|
|
46
46
|
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
47
|
+
_globals['_LISTBACKUPSREQUEST_BACKUPPARAMETERS'].fields_by_name['backup_id']._loaded_options = None
|
|
48
|
+
_globals['_LISTBACKUPSREQUEST_BACKUPPARAMETERS'].fields_by_name['backup_id']._serialized_options = b'\350\3071\001'
|
|
49
|
+
_globals['_LISTBACKUPSREQUEST_BACKUPPARAMETERS'].fields_by_name['folder_id']._loaded_options = None
|
|
50
|
+
_globals['_LISTBACKUPSREQUEST_BACKUPPARAMETERS'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
47
51
|
_globals['_LISTBACKUPSREQUEST'].oneofs_by_name['id']._loaded_options = None
|
|
48
52
|
_globals['_LISTBACKUPSREQUEST'].oneofs_by_name['id']._serialized_options = b'\300\3011\001'
|
|
49
53
|
_globals['_LISTBACKUPSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
@@ -117,43 +121,45 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
117
121
|
_globals['_LISTARCHIVESRESPONSE']._serialized_start=369
|
|
118
122
|
_globals['_LISTARCHIVESRESPONSE']._serialized_end=442
|
|
119
123
|
_globals['_LISTBACKUPSREQUEST']._serialized_start=445
|
|
120
|
-
_globals['_LISTBACKUPSREQUEST']._serialized_end=
|
|
121
|
-
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_start=
|
|
122
|
-
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_end=
|
|
123
|
-
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_start=
|
|
124
|
-
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_end=
|
|
125
|
-
_globals['
|
|
126
|
-
_globals['
|
|
127
|
-
_globals['
|
|
128
|
-
_globals['
|
|
129
|
-
_globals['
|
|
130
|
-
_globals['
|
|
131
|
-
_globals['
|
|
132
|
-
_globals['
|
|
133
|
-
_globals['
|
|
134
|
-
_globals['
|
|
135
|
-
_globals['
|
|
136
|
-
_globals['
|
|
137
|
-
_globals['
|
|
138
|
-
_globals['
|
|
139
|
-
_globals['
|
|
140
|
-
_globals['
|
|
141
|
-
_globals['
|
|
142
|
-
_globals['
|
|
143
|
-
_globals['
|
|
144
|
-
_globals['
|
|
145
|
-
_globals['
|
|
146
|
-
_globals['
|
|
147
|
-
_globals['
|
|
148
|
-
_globals['
|
|
149
|
-
_globals['
|
|
150
|
-
_globals['
|
|
151
|
-
_globals['
|
|
152
|
-
_globals['
|
|
153
|
-
_globals['
|
|
154
|
-
_globals['
|
|
155
|
-
_globals['
|
|
156
|
-
_globals['
|
|
157
|
-
_globals['
|
|
158
|
-
_globals['
|
|
124
|
+
_globals['_LISTBACKUPSREQUEST']._serialized_end=1175
|
|
125
|
+
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_start=957
|
|
126
|
+
_globals['_LISTBACKUPSREQUEST_ARCHIVEPARAMETERS']._serialized_end=1027
|
|
127
|
+
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_start=1029
|
|
128
|
+
_globals['_LISTBACKUPSREQUEST_INSTANCEPOLICY']._serialized_end=1093
|
|
129
|
+
_globals['_LISTBACKUPSREQUEST_BACKUPPARAMETERS']._serialized_start=1095
|
|
130
|
+
_globals['_LISTBACKUPSREQUEST_BACKUPPARAMETERS']._serialized_end=1163
|
|
131
|
+
_globals['_LISTBACKUPSRESPONSE']._serialized_start=1177
|
|
132
|
+
_globals['_LISTBACKUPSRESPONSE']._serialized_end=1272
|
|
133
|
+
_globals['_LISTFILESREQUEST']._serialized_start=1274
|
|
134
|
+
_globals['_LISTFILESREQUEST']._serialized_end=1367
|
|
135
|
+
_globals['_LISTFILESRESPONSE']._serialized_start=1369
|
|
136
|
+
_globals['_LISTFILESRESPONSE']._serialized_end=1439
|
|
137
|
+
_globals['_GETBACKUPREQUEST']._serialized_start=1441
|
|
138
|
+
_globals['_GETBACKUPREQUEST']._serialized_end=1509
|
|
139
|
+
_globals['_STARTRECOVERYREQUEST']._serialized_start=1511
|
|
140
|
+
_globals['_STARTRECOVERYREQUEST']._serialized_end=1601
|
|
141
|
+
_globals['_STARTRECOVERYMETADATA']._serialized_start=1603
|
|
142
|
+
_globals['_STARTRECOVERYMETADATA']._serialized_end=1711
|
|
143
|
+
_globals['_TARGETPATHORIGINAL']._serialized_start=1713
|
|
144
|
+
_globals['_TARGETPATHORIGINAL']._serialized_end=1733
|
|
145
|
+
_globals['_TARGETPATHCUSTOM']._serialized_start=1735
|
|
146
|
+
_globals['_TARGETPATHCUSTOM']._serialized_end=1767
|
|
147
|
+
_globals['_FILESRECOVERYOPTIONS']._serialized_start=1770
|
|
148
|
+
_globals['_FILESRECOVERYOPTIONS']._serialized_end=2149
|
|
149
|
+
_globals['_FILESRECOVERYOPTIONS_OVERWRITE']._serialized_start=2031
|
|
150
|
+
_globals['_FILESRECOVERYOPTIONS_OVERWRITE']._serialized_end=2129
|
|
151
|
+
_globals['_STARTFILESRECOVERYREQUEST']._serialized_start=2152
|
|
152
|
+
_globals['_STARTFILESRECOVERYREQUEST']._serialized_end=2333
|
|
153
|
+
_globals['_STARTFILESRECOVERYMETADATA']._serialized_start=2336
|
|
154
|
+
_globals['_STARTFILESRECOVERYMETADATA']._serialized_end=2481
|
|
155
|
+
_globals['_DELETEBACKUPREQUEST']._serialized_start=2483
|
|
156
|
+
_globals['_DELETEBACKUPREQUEST']._serialized_end=2572
|
|
157
|
+
_globals['_DELETEBACKUPMETADATA']._serialized_start=2574
|
|
158
|
+
_globals['_DELETEBACKUPMETADATA']._serialized_end=2644
|
|
159
|
+
_globals['_DELETEARCHIVEREQUEST']._serialized_start=2647
|
|
160
|
+
_globals['_DELETEARCHIVEREQUEST']._serialized_end=2796
|
|
161
|
+
_globals['_DELETEARCHIVEMETADATA']._serialized_start=2798
|
|
162
|
+
_globals['_DELETEARCHIVEMETADATA']._serialized_end=2860
|
|
163
|
+
_globals['_BACKUPSERVICE']._serialized_start=2863
|
|
164
|
+
_globals['_BACKUPSERVICE']._serialized_end=4161
|
|
159
165
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -99,12 +99,29 @@ class ListBackupsRequest(google.protobuf.message.Message):
|
|
|
99
99
|
) -> None: ...
|
|
100
100
|
def ClearField(self, field_name: typing.Literal["compute_instance_id", b"compute_instance_id", "policy_id", b"policy_id"]) -> None: ...
|
|
101
101
|
|
|
102
|
+
@typing.final
|
|
103
|
+
class BackupParameters(google.protobuf.message.Message):
|
|
104
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
105
|
+
|
|
106
|
+
BACKUP_ID_FIELD_NUMBER: builtins.int
|
|
107
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
108
|
+
backup_id: builtins.str
|
|
109
|
+
folder_id: builtins.str
|
|
110
|
+
def __init__(
|
|
111
|
+
self,
|
|
112
|
+
*,
|
|
113
|
+
backup_id: builtins.str = ...,
|
|
114
|
+
folder_id: builtins.str = ...,
|
|
115
|
+
) -> None: ...
|
|
116
|
+
def ClearField(self, field_name: typing.Literal["backup_id", b"backup_id", "folder_id", b"folder_id"]) -> None: ...
|
|
117
|
+
|
|
102
118
|
COMPUTE_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
103
119
|
ARCHIVE_FIELD_NUMBER: builtins.int
|
|
104
120
|
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
105
121
|
INSTANCE_POLICY_FIELD_NUMBER: builtins.int
|
|
106
122
|
RESOURCE_ID_FIELD_NUMBER: builtins.int
|
|
107
123
|
POLICY_ID_FIELD_NUMBER: builtins.int
|
|
124
|
+
BACKUP_FIELD_NUMBER: builtins.int
|
|
108
125
|
ORDER_BY_FIELD_NUMBER: builtins.int
|
|
109
126
|
FILTER_FIELD_NUMBER: builtins.int
|
|
110
127
|
TYPE_FIELD_NUMBER: builtins.int
|
|
@@ -144,6 +161,10 @@ class ListBackupsRequest(google.protobuf.message.Message):
|
|
|
144
161
|
def instance_policy(self) -> global___ListBackupsRequest.InstancePolicy:
|
|
145
162
|
"""List backups that belongs to specific instance and policy at the same time."""
|
|
146
163
|
|
|
164
|
+
@property
|
|
165
|
+
def backup(self) -> global___ListBackupsRequest.BackupParameters:
|
|
166
|
+
"""List backups by specific backup ID."""
|
|
167
|
+
|
|
147
168
|
def __init__(
|
|
148
169
|
self,
|
|
149
170
|
*,
|
|
@@ -153,15 +174,16 @@ class ListBackupsRequest(google.protobuf.message.Message):
|
|
|
153
174
|
instance_policy: global___ListBackupsRequest.InstancePolicy | None = ...,
|
|
154
175
|
resource_id: builtins.str = ...,
|
|
155
176
|
policy_id: builtins.str = ...,
|
|
177
|
+
backup: global___ListBackupsRequest.BackupParameters | None = ...,
|
|
156
178
|
order_by: builtins.str = ...,
|
|
157
179
|
filter: builtins.str = ...,
|
|
158
180
|
type: yandex.cloud.backup.v1.resource_pb2.ResourceType.ValueType = ...,
|
|
159
181
|
page_size: builtins.int = ...,
|
|
160
182
|
page_token: builtins.str = ...,
|
|
161
183
|
) -> None: ...
|
|
162
|
-
def HasField(self, field_name: typing.Literal["archive", b"archive", "compute_instance_id", b"compute_instance_id", "folder_id", b"folder_id", "id", b"id", "instance_policy", b"instance_policy", "policy_id", b"policy_id", "resource_id", b"resource_id"]) -> builtins.bool: ...
|
|
163
|
-
def ClearField(self, field_name: typing.Literal["archive", b"archive", "compute_instance_id", b"compute_instance_id", "filter", b"filter", "folder_id", b"folder_id", "id", b"id", "instance_policy", b"instance_policy", "order_by", b"order_by", "page_size", b"page_size", "page_token", b"page_token", "policy_id", b"policy_id", "resource_id", b"resource_id", "type", b"type"]) -> None: ...
|
|
164
|
-
def WhichOneof(self, oneof_group: typing.Literal["id", b"id"]) -> typing.Literal["compute_instance_id", "archive", "folder_id", "instance_policy", "resource_id", "policy_id"] | None: ...
|
|
184
|
+
def HasField(self, field_name: typing.Literal["archive", b"archive", "backup", b"backup", "compute_instance_id", b"compute_instance_id", "folder_id", b"folder_id", "id", b"id", "instance_policy", b"instance_policy", "policy_id", b"policy_id", "resource_id", b"resource_id"]) -> builtins.bool: ...
|
|
185
|
+
def ClearField(self, field_name: typing.Literal["archive", b"archive", "backup", b"backup", "compute_instance_id", b"compute_instance_id", "filter", b"filter", "folder_id", b"folder_id", "id", b"id", "instance_policy", b"instance_policy", "order_by", b"order_by", "page_size", b"page_size", "page_token", b"page_token", "policy_id", b"policy_id", "resource_id", b"resource_id", "type", b"type"]) -> None: ...
|
|
186
|
+
def WhichOneof(self, oneof_group: typing.Literal["id", b"id"]) -> typing.Literal["compute_instance_id", "archive", "folder_id", "instance_policy", "resource_id", "policy_id", "backup"] | None: ...
|
|
165
187
|
|
|
166
188
|
global___ListBackupsRequest = ListBackupsRequest
|
|
167
189
|
|
|
@@ -472,7 +494,7 @@ global___DeleteBackupMetadata = DeleteBackupMetadata
|
|
|
472
494
|
|
|
473
495
|
@typing.final
|
|
474
496
|
class DeleteArchiveRequest(google.protobuf.message.Message):
|
|
475
|
-
"""must be specified archive_id and folder/instance_id
|
|
497
|
+
"""must be specified archive_id and folder/instance_id
|
|
476
498
|
or pair of policy id and instance_id
|
|
477
499
|
"""
|
|
478
500
|
|
|
@@ -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 configuration_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_configuration__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'\n:yandex/cloud/baremetal/v1alpha/configuration_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x32yandex/cloud/baremetal/v1alpha/configuration.proto\x1a\x1dyandex/cloud/validation.proto\"~\n\x17GetConfigurationRequest\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\x12/\n\tfolder_id\x18\x02 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\"\xa6\x01\n\x19ListConfigurationsRequest\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(\t\x12/\n\tfolder_id\x18h \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50J\x04\x08\x01\x10\x64\"\x82\x01\n\x1aListConfigurationsResponse\x12\x45\n\x0e\x63onfigurations\x18\x01 \x03(\x0b\x32-.yandex.cloud.baremetal.v1alpha.Configuration\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/baremetal/v1alpha/configuration_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x1cgoogle/api/annotations.proto\x1a\x32yandex/cloud/baremetal/v1alpha/configuration.proto\x1a\x1dyandex/cloud/validation.proto\"~\n\x17GetConfigurationRequest\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\x12/\n\tfolder_id\x18\x02 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\"\xa6\x01\n\x19ListConfigurationsRequest\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(\t\x12/\n\tfolder_id\x18h \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50J\x04\x08\x01\x10\x64\"\x82\x01\n\x1aListConfigurationsResponse\x12\x45\n\x0e\x63onfigurations\x18\x01 \x03(\x0b\x32-.yandex.cloud.baremetal.v1alpha.Configuration\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\xef\x02\n\x14\x43onfigurationService\x12\xab\x01\n\x03Get\x12\x37.yandex.cloud.baremetal.v1alpha.GetConfigurationRequest\x1a-.yandex.cloud.baremetal.v1alpha.Configuration\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/baremetal/v1alpha/configurations/{configuration_id}\x12\xa8\x01\n\x04List\x12\x39.yandex.cloud.baremetal.v1alpha.ListConfigurationsRequest\x1a:.yandex.cloud.baremetal.v1alpha.ListConfigurationsResponse\")\x82\xd3\xe4\x93\x02#\x12!/baremetal/v1alpha/configurationsBr\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)
|
|
@@ -42,12 +43,16 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
42
43
|
_globals['_LISTCONFIGURATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
43
44
|
_globals['_LISTCONFIGURATIONSREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
44
45
|
_globals['_LISTCONFIGURATIONSREQUEST'].fields_by_name['folder_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=50'
|
|
45
|
-
_globals['
|
|
46
|
-
_globals['
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
49
|
-
_globals['
|
|
50
|
-
_globals['
|
|
51
|
-
_globals['
|
|
52
|
-
_globals['
|
|
46
|
+
_globals['_CONFIGURATIONSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
47
|
+
_globals['_CONFIGURATIONSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\0026\0224/baremetal/v1alpha/configurations/{configuration_id}'
|
|
48
|
+
_globals['_CONFIGURATIONSERVICE'].methods_by_name['List']._loaded_options = None
|
|
49
|
+
_globals['_CONFIGURATIONSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002#\022!/baremetal/v1alpha/configurations'
|
|
50
|
+
_globals['_GETCONFIGURATIONREQUEST']._serialized_start=207
|
|
51
|
+
_globals['_GETCONFIGURATIONREQUEST']._serialized_end=333
|
|
52
|
+
_globals['_LISTCONFIGURATIONSREQUEST']._serialized_start=336
|
|
53
|
+
_globals['_LISTCONFIGURATIONSREQUEST']._serialized_end=502
|
|
54
|
+
_globals['_LISTCONFIGURATIONSRESPONSE']._serialized_start=505
|
|
55
|
+
_globals['_LISTCONFIGURATIONSRESPONSE']._serialized_end=635
|
|
56
|
+
_globals['_CONFIGURATIONSERVICE']._serialized_start=638
|
|
57
|
+
_globals['_CONFIGURATIONSERVICE']._serialized_end=1005
|
|
53
58
|
# @@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 hardware_pool_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_hardware__pool__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'\n:yandex/cloud/baremetal/v1alpha/hardware_pool_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x32yandex/cloud/baremetal/v1alpha/hardware_pool.proto\x1a\x1dyandex/cloud/validation.proto\"<\n\x16GetHardwarePoolRequest\x12\"\n\x10hardware_pool_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=20\"R\n\x18ListHardwarePoolsRequest\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\x64\"\x80\x01\n\x19ListHardwarePoolsResponse\x12\x44\n\x0ehardware_pools\x18\x01 \x03(\x0b\x32,.yandex.cloud.baremetal.v1alpha.HardwarePool\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/baremetal/v1alpha/hardware_pool_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a\x1cgoogle/api/annotations.proto\x1a\x32yandex/cloud/baremetal/v1alpha/hardware_pool.proto\x1a\x1dyandex/cloud/validation.proto\"<\n\x16GetHardwarePoolRequest\x12\"\n\x10hardware_pool_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=20\"R\n\x18ListHardwarePoolsRequest\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\x64\"\x80\x01\n\x19ListHardwarePoolsResponse\x12\x44\n\x0ehardware_pools\x18\x01 \x03(\x0b\x32,.yandex.cloud.baremetal.v1alpha.HardwarePool\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\xe8\x02\n\x13HardwarePoolService\x12\xa8\x01\n\x03Get\x12\x36.yandex.cloud.baremetal.v1alpha.GetHardwarePoolRequest\x1a,.yandex.cloud.baremetal.v1alpha.HardwarePool\";\x82\xd3\xe4\x93\x02\x35\x12\x33/baremetal/v1alpha/hardwarePools/{hardware_pool_id}\x12\xa5\x01\n\x04List\x12\x38.yandex.cloud.baremetal.v1alpha.ListHardwarePoolsRequest\x1a\x39.yandex.cloud.baremetal.v1alpha.ListHardwarePoolsResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /baremetal/v1alpha/hardwarePoolsBr\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,12 +39,16 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
38
39
|
_globals['_GETHARDWAREPOOLREQUEST'].fields_by_name['hardware_pool_id']._serialized_options = b'\212\3101\004<=20'
|
|
39
40
|
_globals['_LISTHARDWAREPOOLSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
40
41
|
_globals['_LISTHARDWAREPOOLSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
41
|
-
_globals['
|
|
42
|
-
_globals['
|
|
43
|
-
_globals['
|
|
44
|
-
_globals['
|
|
45
|
-
_globals['
|
|
46
|
-
_globals['
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
42
|
+
_globals['_HARDWAREPOOLSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
43
|
+
_globals['_HARDWAREPOOLSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\0025\0223/baremetal/v1alpha/hardwarePools/{hardware_pool_id}'
|
|
44
|
+
_globals['_HARDWAREPOOLSERVICE'].methods_by_name['List']._loaded_options = None
|
|
45
|
+
_globals['_HARDWAREPOOLSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\"\022 /baremetal/v1alpha/hardwarePools'
|
|
46
|
+
_globals['_GETHARDWAREPOOLREQUEST']._serialized_start=207
|
|
47
|
+
_globals['_GETHARDWAREPOOLREQUEST']._serialized_end=267
|
|
48
|
+
_globals['_LISTHARDWAREPOOLSREQUEST']._serialized_start=269
|
|
49
|
+
_globals['_LISTHARDWAREPOOLSREQUEST']._serialized_end=351
|
|
50
|
+
_globals['_LISTHARDWAREPOOLSRESPONSE']._serialized_start=354
|
|
51
|
+
_globals['_LISTHARDWAREPOOLSRESPONSE']._serialized_end=482
|
|
52
|
+
_globals['_HARDWAREPOOLSERVICE']._serialized_start=485
|
|
53
|
+
_globals['_HARDWAREPOOLSERVICE']._serialized_end=845
|
|
49
54
|
# @@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 image_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_image__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'\n2yandex/cloud/baremetal/v1alpha/image_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/baremetal/v1alpha/image.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"=\n\x0fGetImageRequest\x12*\n\x08image_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"\x9e\x01\n\x11ListImagesRequest\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\"j\n\x12ListImagesResponse\x12\x35\n\x06images\x18\x01 \x03(\x0b\x32%.yandex.cloud.baremetal.v1alpha.Image\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x84\x03\n\x12\x43reateImageRequest\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\x1b\n\x03uri\x18\x0b \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=1024\x12\x8c\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32>.yandex.cloud.baremetal.v1alpha.CreateImageRequest.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\x04\x10\x0bJ\x05\x08\x0c\x10\xc8\x01\"\'\n\x13\x43reateImageMetadata\x12\x10\n\x08image_id\x18\x01 \x01(\t\"\x8d\x03\n\x12UpdateImageRequest\x12*\n\x08image_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\x12\x8c\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32>.yandex.cloud.baremetal.v1alpha.UpdateImageRequest.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\x05\x10\xc8\x01\"\'\n\x13UpdateImageMetadata\x12\x10\n\x08image_id\x18\x01 \x01(\t\"@\n\x12\x44\x65leteImageRequest\x12*\n\x08image_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"\'\n\x13\x44\x65leteImageMetadata\x12\x10\n\x08image_id\x18\x01 \x01(\t\"\x80\x01\n\x1aListImageOperationsRequest\x12*\n\x08image_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\"s\n\x1bListImageOperationsResponse\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'\n2yandex/cloud/baremetal/v1alpha/image_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/image.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"=\n\x0fGetImageRequest\x12*\n\x08image_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"\x9e\x01\n\x11ListImagesRequest\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\"j\n\x12ListImagesResponse\x12\x35\n\x06images\x18\x01 \x03(\x0b\x32%.yandex.cloud.baremetal.v1alpha.Image\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x84\x03\n\x12\x43reateImageRequest\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\x1b\n\x03uri\x18\x0b \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=1024\x12\x8c\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32>.yandex.cloud.baremetal.v1alpha.CreateImageRequest.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\x04\x10\x0bJ\x05\x08\x0c\x10\xc8\x01\"\'\n\x13\x43reateImageMetadata\x12\x10\n\x08image_id\x18\x01 \x01(\t\"\x8d\x03\n\x12UpdateImageRequest\x12*\n\x08image_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\x12\x8c\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32>.yandex.cloud.baremetal.v1alpha.UpdateImageRequest.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\x05\x10\xc8\x01\"\'\n\x13UpdateImageMetadata\x12\x10\n\x08image_id\x18\x01 \x01(\t\"@\n\x12\x44\x65leteImageRequest\x12*\n\x08image_id\x18\x01 \x01(\tB\x18\xf2\xc7\x31\x0e[a-z][a-z0-9]*\x8a\xc8\x31\x02\x32\x30\"\'\n\x13\x44\x65leteImageMetadata\x12\x10\n\x08image_id\x18\x01 \x01(\t\"\x80\x01\n\x1aListImageOperationsRequest\x12*\n\x08image_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\"s\n\x1bListImageOperationsResponse\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\x8f\x08\n\x0cImageService\x12\x8b\x01\n\x03Get\x12/.yandex.cloud.baremetal.v1alpha.GetImageRequest\x1a%.yandex.cloud.baremetal.v1alpha.Image\",\x82\xd3\xe4\x93\x02&\x12$/baremetal/v1alpha/images/{image_id}\x12\x90\x01\n\x04List\x12\x31.yandex.cloud.baremetal.v1alpha.ListImagesRequest\x1a\x32.yandex.cloud.baremetal.v1alpha.ListImagesResponse\"!\x82\xd3\xe4\x93\x02\x1b\x12\x19/baremetal/v1alpha/images\x12\xa5\x01\n\x06\x43reate\x12\x32.yandex.cloud.baremetal.v1alpha.CreateImageRequest\x1a!.yandex.cloud.operation.Operation\"D\xb2\xd2*\x1c\n\x13\x43reateImageMetadata\x12\x05Image\x82\xd3\xe4\x93\x02\x1e\"\x19/baremetal/v1alpha/images:\x01*\x12\xb0\x01\n\x06Update\x12\x32.yandex.cloud.baremetal.v1alpha.UpdateImageRequest\x1a!.yandex.cloud.operation.Operation\"O\xb2\xd2*\x1c\n\x13UpdateImageMetadata\x12\x05Image\x82\xd3\xe4\x93\x02)2$/baremetal/v1alpha/images/{image_id}:\x01*\x12\xbd\x01\n\x06\x44\x65lete\x12\x32.yandex.cloud.baremetal.v1alpha.DeleteImageRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*,\n\x13\x44\x65leteImageMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02&*$/baremetal/v1alpha/images/{image_id}\x12\xc2\x01\n\x0eListOperations\x12:.yandex.cloud.baremetal.v1alpha.ListImageOperationsRequest\x1a;.yandex.cloud.baremetal.v1alpha.ListImageOperationsResponse\"7\x82\xd3\xe4\x93\x02\x31\x12//baremetal/v1alpha/images/{image_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,38 +72,44 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
71
72
|
_globals['_LISTIMAGEOPERATIONSREQUEST'].fields_by_name['image_id']._serialized_options = b'\362\3071\016[a-z][a-z0-9]*\212\3101\00220'
|
|
72
73
|
_globals['_LISTIMAGEOPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
73
74
|
_globals['_LISTIMAGEOPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
75
|
+
_globals['_IMAGESERVICE'].methods_by_name['Get']._loaded_options = None
|
|
76
|
+
_globals['_IMAGESERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002&\022$/baremetal/v1alpha/images/{image_id}'
|
|
77
|
+
_globals['_IMAGESERVICE'].methods_by_name['List']._loaded_options = None
|
|
78
|
+
_globals['_IMAGESERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\033\022\031/baremetal/v1alpha/images'
|
|
74
79
|
_globals['_IMAGESERVICE'].methods_by_name['Create']._loaded_options = None
|
|
75
|
-
_globals['_IMAGESERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*\034\n\023CreateImageMetadata\022\005Image'
|
|
80
|
+
_globals['_IMAGESERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*\034\n\023CreateImageMetadata\022\005Image\202\323\344\223\002\036\"\031/baremetal/v1alpha/images:\001*'
|
|
76
81
|
_globals['_IMAGESERVICE'].methods_by_name['Update']._loaded_options = None
|
|
77
|
-
_globals['_IMAGESERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*\034\n\023UpdateImageMetadata\022\005Image'
|
|
82
|
+
_globals['_IMAGESERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*\034\n\023UpdateImageMetadata\022\005Image\202\323\344\223\002)2$/baremetal/v1alpha/images/{image_id}:\001*'
|
|
78
83
|
_globals['_IMAGESERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
79
|
-
_globals['_IMAGESERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*,\n\023DeleteImageMetadata\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['
|
|
84
|
+
_globals['_IMAGESERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*,\n\023DeleteImageMetadata\022\025google.protobuf.Empty\202\323\344\223\002&*$/baremetal/v1alpha/images/{image_id}'
|
|
85
|
+
_globals['_IMAGESERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
86
|
+
_globals['_IMAGESERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\0021\022//baremetal/v1alpha/images/{image_id}/operations'
|
|
87
|
+
_globals['_GETIMAGEREQUEST']._serialized_start=299
|
|
88
|
+
_globals['_GETIMAGEREQUEST']._serialized_end=360
|
|
89
|
+
_globals['_LISTIMAGESREQUEST']._serialized_start=363
|
|
90
|
+
_globals['_LISTIMAGESREQUEST']._serialized_end=521
|
|
91
|
+
_globals['_LISTIMAGESRESPONSE']._serialized_start=523
|
|
92
|
+
_globals['_LISTIMAGESRESPONSE']._serialized_end=629
|
|
93
|
+
_globals['_CREATEIMAGEREQUEST']._serialized_start=632
|
|
94
|
+
_globals['_CREATEIMAGEREQUEST']._serialized_end=1020
|
|
95
|
+
_globals['_CREATEIMAGEREQUEST_LABELSENTRY']._serialized_start=962
|
|
96
|
+
_globals['_CREATEIMAGEREQUEST_LABELSENTRY']._serialized_end=1007
|
|
97
|
+
_globals['_CREATEIMAGEMETADATA']._serialized_start=1022
|
|
98
|
+
_globals['_CREATEIMAGEMETADATA']._serialized_end=1061
|
|
99
|
+
_globals['_UPDATEIMAGEREQUEST']._serialized_start=1064
|
|
100
|
+
_globals['_UPDATEIMAGEREQUEST']._serialized_end=1461
|
|
101
|
+
_globals['_UPDATEIMAGEREQUEST_LABELSENTRY']._serialized_start=962
|
|
102
|
+
_globals['_UPDATEIMAGEREQUEST_LABELSENTRY']._serialized_end=1007
|
|
103
|
+
_globals['_UPDATEIMAGEMETADATA']._serialized_start=1463
|
|
104
|
+
_globals['_UPDATEIMAGEMETADATA']._serialized_end=1502
|
|
105
|
+
_globals['_DELETEIMAGEREQUEST']._serialized_start=1504
|
|
106
|
+
_globals['_DELETEIMAGEREQUEST']._serialized_end=1568
|
|
107
|
+
_globals['_DELETEIMAGEMETADATA']._serialized_start=1570
|
|
108
|
+
_globals['_DELETEIMAGEMETADATA']._serialized_end=1609
|
|
109
|
+
_globals['_LISTIMAGEOPERATIONSREQUEST']._serialized_start=1612
|
|
110
|
+
_globals['_LISTIMAGEOPERATIONSREQUEST']._serialized_end=1740
|
|
111
|
+
_globals['_LISTIMAGEOPERATIONSRESPONSE']._serialized_start=1742
|
|
112
|
+
_globals['_LISTIMAGEOPERATIONSRESPONSE']._serialized_end=1857
|
|
113
|
+
_globals['_IMAGESERVICE']._serialized_start=1860
|
|
114
|
+
_globals['_IMAGESERVICE']._serialized_end=2899
|
|
108
115
|
# @@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.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
@@ -29,7 +30,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
29
30
|
from yandex.cloud.baremetal.v1alpha import private_cloud_connection_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_private__cloud__connection__pb2
|
|
30
31
|
|
|
31
32
|
|
|
32
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nEyandex/cloud/baremetal/v1alpha/private_cloud_connection_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a=yandex/cloud/baremetal/v1alpha/private_cloud_connection.proto\"e\n GetPrivateCloudConnectionRequest\x12\x41\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20\"\xae\x01\n!ListPrivateCloudConnectionRequest\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\"\x9e\x01\n\"ListPrivateCloudConnectionResponse\x12Y\n\x19private_cloud_connections\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.baremetal.v1alpha.PrivateCloudConnection\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x89\x01\n#CreatePrivateCloudConnectionRequest\x12\x1b\n\x13routing_instance_id\x18\x04 \x01(\t\x12,\n\x06vrf_id\x18\x05 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x05\x08\x06\x10\xc9\x01\"K\n$CreatePrivateCloudConnectionMetadata\x12#\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\t\"\xb6\x01\n#UpdatePrivateCloudConnectionRequest\x12\x41\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x1b\n\x13routing_instance_id\x18\x03 \x01(\t\"K\n$UpdatePrivateCloudConnectionMetadata\x12#\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\t\"h\n#DeletePrivateCloudConnectionRequest\x12\x41\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20\"K\n$DeletePrivateCloudConnectionMetadata\x12#\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\t2\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nEyandex/cloud/baremetal/v1alpha/private_cloud_connection_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/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a=yandex/cloud/baremetal/v1alpha/private_cloud_connection.proto\"e\n GetPrivateCloudConnectionRequest\x12\x41\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20\"\xae\x01\n!ListPrivateCloudConnectionRequest\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\"\x9e\x01\n\"ListPrivateCloudConnectionResponse\x12Y\n\x19private_cloud_connections\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.baremetal.v1alpha.PrivateCloudConnection\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x89\x01\n#CreatePrivateCloudConnectionRequest\x12\x1b\n\x13routing_instance_id\x18\x04 \x01(\t\x12,\n\x06vrf_id\x18\x05 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x05\x08\x06\x10\xc9\x01\"K\n$CreatePrivateCloudConnectionMetadata\x12#\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\t\"\xb6\x01\n#UpdatePrivateCloudConnectionRequest\x12\x41\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x1b\n\x13routing_instance_id\x18\x03 \x01(\t\"K\n$UpdatePrivateCloudConnectionMetadata\x12#\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\t\"h\n#DeletePrivateCloudConnectionRequest\x12\x41\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=20\"K\n$DeletePrivateCloudConnectionMetadata\x12#\n\x1bprivate_cloud_connection_id\x18\x01 \x01(\t2\xb5\t\n\x1dPrivateCloudConnectionService\x12\xd1\x01\n\x03Get\x12@.yandex.cloud.baremetal.v1alpha.GetPrivateCloudConnectionRequest\x1a\x36.yandex.cloud.baremetal.v1alpha.PrivateCloudConnection\"P\x82\xd3\xe4\x93\x02J\x12H/baremetal/v1alpha/privateCloudConnections/{private_cloud_connection_id}\x12\xc1\x01\n\x04List\x12\x41.yandex.cloud.baremetal.v1alpha.ListPrivateCloudConnectionRequest\x1a\x42.yandex.cloud.baremetal.v1alpha.ListPrivateCloudConnectionResponse\"2\x82\xd3\xe4\x93\x02,\x12*/baremetal/v1alpha/privateCloudConnections\x12\xe9\x01\n\x06\x43reate\x12\x43.yandex.cloud.baremetal.v1alpha.CreatePrivateCloudConnectionRequest\x1a!.yandex.cloud.operation.Operation\"w\xb2\xd2*>\n$CreatePrivateCloudConnectionMetadata\x12\x16PrivateCloudConnection\x82\xd3\xe4\x93\x02/\"*/baremetal/v1alpha/privateCloudConnections:\x01*\x12\x88\x02\n\x06Update\x12\x43.yandex.cloud.baremetal.v1alpha.UpdatePrivateCloudConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x95\x01\xb2\xd2*>\n$UpdatePrivateCloudConnectionMetadata\x12\x16PrivateCloudConnection\x82\xd3\xe4\x93\x02M2H/baremetal/v1alpha/privateCloudConnections/{private_cloud_connection_id}:\x01*\x12\x84\x02\n\x06\x44\x65lete\x12\x43.yandex.cloud.baremetal.v1alpha.DeletePrivateCloudConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x91\x01\xb2\xd2*=\n$DeletePrivateCloudConnectionMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02J*H/baremetal/v1alpha/privateCloudConnections/{private_cloud_connection_id}Br\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)
|
|
@@ -49,30 +50,34 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
49
50
|
_globals['_UPDATEPRIVATECLOUDCONNECTIONREQUEST'].fields_by_name['private_cloud_connection_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=20'
|
|
50
51
|
_globals['_DELETEPRIVATECLOUDCONNECTIONREQUEST'].fields_by_name['private_cloud_connection_id']._loaded_options = None
|
|
51
52
|
_globals['_DELETEPRIVATECLOUDCONNECTIONREQUEST'].fields_by_name['private_cloud_connection_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=20'
|
|
53
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
54
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\002J\022H/baremetal/v1alpha/privateCloudConnections/{private_cloud_connection_id}'
|
|
55
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['List']._loaded_options = None
|
|
56
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002,\022*/baremetal/v1alpha/privateCloudConnections'
|
|
52
57
|
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
53
|
-
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*>\n$CreatePrivateCloudConnectionMetadata\022\026PrivateCloudConnection'
|
|
58
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*>\n$CreatePrivateCloudConnectionMetadata\022\026PrivateCloudConnection\202\323\344\223\002/\"*/baremetal/v1alpha/privateCloudConnections:\001*'
|
|
54
59
|
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
55
|
-
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*>\n$UpdatePrivateCloudConnectionMetadata\022\026PrivateCloudConnection'
|
|
60
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*>\n$UpdatePrivateCloudConnectionMetadata\022\026PrivateCloudConnection\202\323\344\223\002M2H/baremetal/v1alpha/privateCloudConnections/{private_cloud_connection_id}:\001*'
|
|
56
61
|
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
57
|
-
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*=\n$DeletePrivateCloudConnectionMetadata\022\025google.protobuf.Empty'
|
|
58
|
-
_globals['_GETPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=
|
|
59
|
-
_globals['_GETPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=
|
|
60
|
-
_globals['_LISTPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=
|
|
61
|
-
_globals['_LISTPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=
|
|
62
|
-
_globals['_LISTPRIVATECLOUDCONNECTIONRESPONSE']._serialized_start=
|
|
63
|
-
_globals['_LISTPRIVATECLOUDCONNECTIONRESPONSE']._serialized_end=
|
|
64
|
-
_globals['_CREATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=
|
|
65
|
-
_globals['_CREATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=
|
|
66
|
-
_globals['_CREATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_start=
|
|
67
|
-
_globals['_CREATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_end=
|
|
68
|
-
_globals['_UPDATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=
|
|
69
|
-
_globals['_UPDATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=
|
|
70
|
-
_globals['_UPDATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_start=
|
|
71
|
-
_globals['_UPDATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_end=
|
|
72
|
-
_globals['_DELETEPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=
|
|
73
|
-
_globals['_DELETEPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=
|
|
74
|
-
_globals['_DELETEPRIVATECLOUDCONNECTIONMETADATA']._serialized_start=
|
|
75
|
-
_globals['_DELETEPRIVATECLOUDCONNECTIONMETADATA']._serialized_end=
|
|
76
|
-
_globals['_PRIVATECLOUDCONNECTIONSERVICE']._serialized_start=
|
|
77
|
-
_globals['_PRIVATECLOUDCONNECTIONSERVICE']._serialized_end=
|
|
62
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*=\n$DeletePrivateCloudConnectionMetadata\022\025google.protobuf.Empty\202\323\344\223\002J*H/baremetal/v1alpha/privateCloudConnections/{private_cloud_connection_id}'
|
|
63
|
+
_globals['_GETPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=337
|
|
64
|
+
_globals['_GETPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=438
|
|
65
|
+
_globals['_LISTPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=441
|
|
66
|
+
_globals['_LISTPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=615
|
|
67
|
+
_globals['_LISTPRIVATECLOUDCONNECTIONRESPONSE']._serialized_start=618
|
|
68
|
+
_globals['_LISTPRIVATECLOUDCONNECTIONRESPONSE']._serialized_end=776
|
|
69
|
+
_globals['_CREATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=779
|
|
70
|
+
_globals['_CREATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=916
|
|
71
|
+
_globals['_CREATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_start=918
|
|
72
|
+
_globals['_CREATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_end=993
|
|
73
|
+
_globals['_UPDATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=996
|
|
74
|
+
_globals['_UPDATEPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=1178
|
|
75
|
+
_globals['_UPDATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_start=1180
|
|
76
|
+
_globals['_UPDATEPRIVATECLOUDCONNECTIONMETADATA']._serialized_end=1255
|
|
77
|
+
_globals['_DELETEPRIVATECLOUDCONNECTIONREQUEST']._serialized_start=1257
|
|
78
|
+
_globals['_DELETEPRIVATECLOUDCONNECTIONREQUEST']._serialized_end=1361
|
|
79
|
+
_globals['_DELETEPRIVATECLOUDCONNECTIONMETADATA']._serialized_start=1363
|
|
80
|
+
_globals['_DELETEPRIVATECLOUDCONNECTIONMETADATA']._serialized_end=1438
|
|
81
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE']._serialized_start=1441
|
|
82
|
+
_globals['_PRIVATECLOUDCONNECTIONSERVICE']._serialized_end=2646
|
|
78
83
|
# @@protoc_insertion_point(module_scope)
|