yandexcloud 0.354.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/ai/assistants/v1/common_pb2.py +58 -30
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +178 -3
- yandex/cloud/airflow/v1/cluster_pb2.py +12 -8
- yandex/cloud/airflow/v1/cluster_pb2.pyi +4 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +32 -32
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +5 -1
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +6 -6
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +5 -1
- yandex/cloud/backup/v1/backup_service_pb2.py +46 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +26 -4
- yandex/cloud/backup/v1/resource_pb2.py +2 -2
- yandex/cloud/backup/v1/resource_pb2.pyi +8 -0
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +18 -9
- yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +16 -2
- 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/compute/v1/maintenance_service_pb2.py +47 -0
- yandex/cloud/compute/v1/maintenance_service_pb2.pyi +8 -0
- yandex/cloud/compute/v1/maintenance_service_pb2_grpc.py +190 -0
- yandex/cloud/compute/v1/maintenance_service_pb2_grpc.pyi +91 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +8 -4
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +69 -2
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +44 -20
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +138 -2
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +88 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +40 -0
- 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 +12 -4
- yandex/cloud/iam/v1/oauth_client_pb2.py +39 -0
- yandex/cloud/iam/v1/oauth_client_pb2.pyi +85 -0
- yandex/cloud/iam/v1/oauth_client_pb2_grpc.py +24 -0
- yandex/cloud/iam/v1/oauth_client_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2.py +38 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2.pyi +49 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.py +24 -0
- yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2.py +80 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2.pyi +188 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.py +237 -0
- yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.pyi +121 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2.py +99 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2.pyi +257 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.py +281 -0
- yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.pyi +141 -0
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
- yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
- yandex/cloud/maintenance/__init__.py +0 -0
- yandex/cloud/maintenance/v2/__init__.py +0 -0
- yandex/cloud/maintenance/v2/common_pb2.py +73 -0
- yandex/cloud/maintenance/v2/common_pb2.pyi +324 -0
- yandex/cloud/maintenance/v2/common_pb2_grpc.py +24 -0
- yandex/cloud/maintenance/v2/common_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +196 -152
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1779 -1066
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +98 -86
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1248 -792
- yandex/cloud/mdb/opensearch/v1/backup_pb2.py +14 -14
- yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +13 -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_pb2.py +18 -16
- yandex/cloud/metastore/v1/cluster_pb2.pyi +31 -1
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +22 -22
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +12 -2
- yandex/cloud/serverless/containers/v1/container_pb2.py +46 -44
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +25 -3
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +50 -18
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +241 -2
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +18 -18
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +22 -2
- 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 +29 -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.354.0.dist-info → yandexcloud-0.356.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/RECORD +102 -68
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.354.0.dist-info → yandexcloud-0.356.0.dist-info}/top_level.txt +0 -0
|
@@ -30,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
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'\n2yandex/cloud/iot/devices/v1/registry_service.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/iot/devices/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"k\n\x18GetByNameRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\rregistry_name\x18\x02 \x01(\tB\x17\xf2\xc7\x31\x13[a-zA-Z0-9_-]{0,63}\"v\n\x15ListRegistriesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x16ListRegistriesResponse\x12\x39\n\nregistries\x18\x01 \x03(\x0b\x32%.yandex.cloud.iot.devices.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x98\x04\n\x15\x43reateRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x04 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.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\x12T\n\x0c\x63\x65rtificates\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.Certificate\x12\x10\n\x08password\x18\x06 \x01(\t\x12<\n\x0blog_options\x18\x07 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\'\n\x0b\x43\x65rtificate\x12\x18\n\x10\x63\x65rtificate_data\x18\x01 \x01(\t\"-\n\x16\x43reateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xba\x03\n\x15UpdateRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.UpdateRegistryRequest.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<\n\x0blog_options\x18\x06 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"D\n\x1fListRegistryCertificatesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"j\n ListRegistryCertificatesResponse\x12\x46\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.iot.devices.v1.RegistryCertificate\"b\n\x1d\x41\x64\x64RegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\tJ\x04\x08\x02\x10\x03\"J\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\"h\n DeleteRegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"i\n!DeleteRegistryCertificateMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"A\n\x1cListRegistryPasswordsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"a\n\x1dListRegistryPasswordsResponse\x12@\n\tpasswords\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.RegistryPassword\"[\n\x1a\x41\x64\x64RegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x08password\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04>=14\"G\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0bpassword_id\x18\x02 \x01(\t\"e\n\x1d\x44\x65leteRegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"f\n\x1e\x44\x65leteRegistryPasswordMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x80\x01\n\x1dListDeviceTopicAliasesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"t\n\x1eListDeviceTopicAliasesResponse\x12\x39\n\x07\x61liases\x18\x01 \x03(\x0b\x32(.yandex.cloud.iot.devices.v1.DeviceAlias\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x01\n\x1dListRegistryOperationsRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"p\n\x1eListRegistryOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8a\x02\n\x1a\x41\x64\x64\x44\x61taStreamExportRequest\x12\x32\n\x04name\x18\x01 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12!\n\x0bregistry_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x11mqtt_topic_filter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x1f\n\x08\x64\x61tabase\x18\x05 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12\x1d\n\x06stream\x18\x06 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12(\n\x12service_account_id\x18\x07 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50J\x04\x08\x03\x10\x04\"Q\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x1d\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\t\"o\n\x1d\x44\x65leteDataStreamExportRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"`\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12#\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"A\n\x1cListDataStreamExportsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"k\n\x1dListDataStreamExportsResponse\x12J\n\x13\x64\x61ta_stream_exports\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.DataStreamExport\"3\n\x16\x44isableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"4\n\x17\x44isableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x15\x45nableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"3\n\x16\x45nableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x32\x80\x1d\n\x0fRegistryService\x12\x8f\x01\n\x03Get\x12/.yandex.cloud.iot.devices.v1.GetRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\"0\x82\xd3\xe4\x93\x02*\x12(/iot-devices/v1/registries/{registry_id}\x12\x97\x01\n\tGetByName\x12\x35.yandex.cloud.iot.devices.v1.GetByNameRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\",\x82\xd3\xe4\x93\x02&\x12$/iot-devices/v1/registries:getByName\x12\x93\x01\n\x04List\x12\x32.yandex.cloud.iot.devices.v1.ListRegistriesRequest\x1a\x33.yandex.cloud.iot.devices.v1.ListRegistriesResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/iot-devices/v1/registries\x12\xac\x01\n\x06\x43reate\x12\x32.yandex.cloud.iot.devices.v1.CreateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"K\xb2\xd2*\"\n\x16\x43reateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x1f\"\x1a/iot-devices/v1/registries:\x01*\x12\xba\x01\n\x06Update\x12\x32.yandex.cloud.iot.devices.v1.UpdateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\"\n\x16UpdateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02-2(/iot-devices/v1/registries/{registry_id}:\x01*\x12\xc4\x01\n\x06\x44\x65lete\x12\x32.yandex.cloud.iot.devices.v1.DeleteRegistryRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*/\n\x16\x44\x65leteRegistryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02**(/iot-devices/v1/registries/{registry_id}\x12\xce\x01\n\x10ListCertificates\x12<.yandex.cloud.iot.devices.v1.ListRegistryCertificatesRequest\x1a=.yandex.cloud.iot.devices.v1.ListRegistryCertificatesResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/iot-devices/v1/registries/{registry_id}/certificates\x12\xea\x01\n\x0e\x41\x64\x64\x43\x65rtificate\x12:.yandex.cloud.iot.devices.v1.AddRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"y\xb2\xd2*5\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13RegistryCertificate\x82\xd3\xe4\x93\x02:\"5/iot-devices/v1/registries/{registry_id}/certificates:\x01*\x12\x81\x02\n\x11\x44\x65leteCertificate\x12=.yandex.cloud.iot.devices.v1.DeleteRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"\x89\x01\xb2\xd2*:\n!DeleteRegistryCertificateMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x45*C/iot-devices/v1/registries/{registry_id}/certificates/{fingerprint}\x12\xc2\x01\n\rListPasswords\x12\x39.yandex.cloud.iot.devices.v1.ListRegistryPasswordsRequest\x1a:.yandex.cloud.iot.devices.v1.ListRegistryPasswordsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/iot-devices/v1/registries/{registry_id}/passwords\x12\xdb\x01\n\x0b\x41\x64\x64Password\x12\x37.yandex.cloud.iot.devices.v1.AddRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"p\xb2\xd2*/\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x10RegistryPassword\x82\xd3\xe4\x93\x02\x37\"2/iot-devices/v1/registries/{registry_id}/passwords:\x01*\x12\xf5\x01\n\x0e\x44\x65letePassword\x12:.yandex.cloud.iot.devices.v1.DeleteRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*7\n\x1e\x44\x65leteRegistryPasswordMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x42*@/iot-devices/v1/registries/{registry_id}/passwords/{password_id}\x12\xda\x01\n\x16ListDeviceTopicAliases\x12:.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesRequest\x1a;.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/iot-devices/v1/registries/{registry_id}:listDeviceTopicAliases\x12\x8e\x01\n\x15ListDataStreamExports\x12\x39.yandex.cloud.iot.devices.v1.ListDataStreamExportsRequest\x1a:.yandex.cloud.iot.devices.v1.ListDataStreamExportsResponse\x12\xa6\x01\n\x13\x41\x64\x64\x44\x61taStreamExport\x12\x37.yandex.cloud.iot.devices.v1.AddDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\"3\xb2\xd2*/\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x10\x44\x61taStreamExport\x12\xb4\x01\n\x16\x44\x65leteDataStreamExport\x12:.yandex.cloud.iot.devices.v1.DeleteDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*7\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x15google.protobuf.Empty\x12\xc6\x01\n\x0eListOperations\x12:.yandex.cloud.iot.devices.v1.ListRegistryOperationsRequest\x1a;.yandex.cloud.iot.devices.v1.ListRegistryOperationsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/iot-devices/v1/registries/{registry_id}/operations\x12\xc2\x01\n\x07\x44isable\x12\x33.yandex.cloud.iot.devices.v1.DisableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*#\n\x17\x44isableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x32\"0/iot-devices/v1/registries/{registry_id}:disable\x12\xbe\x01\n\x06\x45nable\x12\x32.yandex.cloud.iot.devices.v1.EnableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*\"\n\x16\x45nableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x31\"//iot-devices/v1/registries/{registry_id}:enableBj\n\x1fyandex.cloud.api.iot.devices.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/devices/v1;devicesb\x06proto3')
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/iot/devices/v1/registry_service.proto\x12\x1byandex.cloud.iot.devices.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a*yandex/cloud/iot/devices/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"r\n\x18GetByNameRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x35\n\rregistry_name\x18\x02 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\"v\n\x15ListRegistriesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x16ListRegistriesResponse\x12\x39\n\nregistries\x18\x01 \x03(\x0b\x32%.yandex.cloud.iot.devices.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8e\x04\n\x15\x43reateRegistryRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12(\n\x04name\x18\x02 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x04 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.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\x12T\n\x0c\x63\x65rtificates\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.CreateRegistryRequest.Certificate\x12\x10\n\x08password\x18\x06 \x01(\t\x12<\n\x0blog_options\x18\x07 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\'\n\x0b\x43\x65rtificate\x12\x18\n\x10\x63\x65rtificate_data\x18\x01 \x01(\t\"-\n\x16\x43reateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xb0\x03\n\x15UpdateRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12(\n\x04name\x18\x03 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8b\x01\n\x06labels\x18\x05 \x03(\x0b\x32>.yandex.cloud.iot.devices.v1.UpdateRegistryRequest.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<\n\x0blog_options\x18\x06 \x01(\x0b\x32\'.yandex.cloud.iot.devices.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"D\n\x1fListRegistryCertificatesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"j\n ListRegistryCertificatesResponse\x12\x46\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32\x30.yandex.cloud.iot.devices.v1.RegistryCertificate\"b\n\x1d\x41\x64\x64RegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x18\n\x10\x63\x65rtificate_data\x18\x03 \x01(\tJ\x04\x08\x02\x10\x03\"J\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0b\x66ingerprint\x18\x02 \x01(\t\"h\n DeleteRegistryCertificateRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"i\n!DeleteRegistryCertificateMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0b\x66ingerprint\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"A\n\x1cListRegistryPasswordsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"a\n\x1dListRegistryPasswordsResponse\x12@\n\tpasswords\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.RegistryPassword\"[\n\x1a\x41\x64\x64RegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x08password\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04>=14\"G\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x13\n\x0bpassword_id\x18\x02 \x01(\t\"e\n\x1d\x44\x65leteRegistryPasswordRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"f\n\x1e\x44\x65leteRegistryPasswordMetadata\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x0bpassword_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x80\x01\n\x1dListDeviceTopicAliasesRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"t\n\x1eListDeviceTopicAliasesResponse\x12\x39\n\x07\x61liases\x18\x01 \x03(\x0b\x32(.yandex.cloud.iot.devices.v1.DeviceAlias\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x01\n\x1dListRegistryOperationsRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"p\n\x1eListRegistryOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x80\x02\n\x1a\x41\x64\x64\x44\x61taStreamExportRequest\x12(\n\x04name\x18\x01 \x01(\tB\x1a\xf2\xc7\x31\x0e[a-zA-Z0-9_-]*\x8a\xc8\x31\x04<=50\x12!\n\x0bregistry_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x11mqtt_topic_filter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x1f\n\x08\x64\x61tabase\x18\x05 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12\x1d\n\x06stream\x18\x06 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=512\x12(\n\x12service_account_id\x18\x07 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50J\x04\x08\x03\x10\x04\"Q\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\x12\x1d\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\t\"o\n\x1d\x44\x65leteDataStreamExportRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12+\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"`\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12#\n\x15\x64\x61ta_stream_export_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\"A\n\x1cListDataStreamExportsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"k\n\x1dListDataStreamExportsResponse\x12J\n\x13\x64\x61ta_stream_exports\x18\x01 \x03(\x0b\x32-.yandex.cloud.iot.devices.v1.DataStreamExport\"3\n\x16\x44isableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"4\n\x17\x44isableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"2\n\x15\x45nableRegistryRequest\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"3\n\x16\x45nableRegistryMetadata\x12\x19\n\x0bregistry_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x32\x80\x1d\n\x0fRegistryService\x12\x8f\x01\n\x03Get\x12/.yandex.cloud.iot.devices.v1.GetRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\"0\x82\xd3\xe4\x93\x02*\x12(/iot-devices/v1/registries/{registry_id}\x12\x97\x01\n\tGetByName\x12\x35.yandex.cloud.iot.devices.v1.GetByNameRegistryRequest\x1a%.yandex.cloud.iot.devices.v1.Registry\",\x82\xd3\xe4\x93\x02&\x12$/iot-devices/v1/registries:getByName\x12\x93\x01\n\x04List\x12\x32.yandex.cloud.iot.devices.v1.ListRegistriesRequest\x1a\x33.yandex.cloud.iot.devices.v1.ListRegistriesResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/iot-devices/v1/registries\x12\xac\x01\n\x06\x43reate\x12\x32.yandex.cloud.iot.devices.v1.CreateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"K\xb2\xd2*\"\n\x16\x43reateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x1f\"\x1a/iot-devices/v1/registries:\x01*\x12\xba\x01\n\x06Update\x12\x32.yandex.cloud.iot.devices.v1.UpdateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\"\n\x16UpdateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02-2(/iot-devices/v1/registries/{registry_id}:\x01*\x12\xc4\x01\n\x06\x44\x65lete\x12\x32.yandex.cloud.iot.devices.v1.DeleteRegistryRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*/\n\x16\x44\x65leteRegistryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02**(/iot-devices/v1/registries/{registry_id}\x12\xce\x01\n\x10ListCertificates\x12<.yandex.cloud.iot.devices.v1.ListRegistryCertificatesRequest\x1a=.yandex.cloud.iot.devices.v1.ListRegistryCertificatesResponse\"=\x82\xd3\xe4\x93\x02\x37\x12\x35/iot-devices/v1/registries/{registry_id}/certificates\x12\xea\x01\n\x0e\x41\x64\x64\x43\x65rtificate\x12:.yandex.cloud.iot.devices.v1.AddRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"y\xb2\xd2*5\n\x1e\x41\x64\x64RegistryCertificateMetadata\x12\x13RegistryCertificate\x82\xd3\xe4\x93\x02:\"5/iot-devices/v1/registries/{registry_id}/certificates:\x01*\x12\x81\x02\n\x11\x44\x65leteCertificate\x12=.yandex.cloud.iot.devices.v1.DeleteRegistryCertificateRequest\x1a!.yandex.cloud.operation.Operation\"\x89\x01\xb2\xd2*:\n!DeleteRegistryCertificateMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x45*C/iot-devices/v1/registries/{registry_id}/certificates/{fingerprint}\x12\xc2\x01\n\rListPasswords\x12\x39.yandex.cloud.iot.devices.v1.ListRegistryPasswordsRequest\x1a:.yandex.cloud.iot.devices.v1.ListRegistryPasswordsResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/iot-devices/v1/registries/{registry_id}/passwords\x12\xdb\x01\n\x0b\x41\x64\x64Password\x12\x37.yandex.cloud.iot.devices.v1.AddRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"p\xb2\xd2*/\n\x1b\x41\x64\x64RegistryPasswordMetadata\x12\x10RegistryPassword\x82\xd3\xe4\x93\x02\x37\"2/iot-devices/v1/registries/{registry_id}/passwords:\x01*\x12\xf5\x01\n\x0e\x44\x65letePassword\x12:.yandex.cloud.iot.devices.v1.DeleteRegistryPasswordRequest\x1a!.yandex.cloud.operation.Operation\"\x83\x01\xb2\xd2*7\n\x1e\x44\x65leteRegistryPasswordMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x42*@/iot-devices/v1/registries/{registry_id}/passwords/{password_id}\x12\xda\x01\n\x16ListDeviceTopicAliases\x12:.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesRequest\x1a;.yandex.cloud.iot.devices.v1.ListDeviceTopicAliasesResponse\"G\x82\xd3\xe4\x93\x02\x41\x12?/iot-devices/v1/registries/{registry_id}:listDeviceTopicAliases\x12\x8e\x01\n\x15ListDataStreamExports\x12\x39.yandex.cloud.iot.devices.v1.ListDataStreamExportsRequest\x1a:.yandex.cloud.iot.devices.v1.ListDataStreamExportsResponse\x12\xa6\x01\n\x13\x41\x64\x64\x44\x61taStreamExport\x12\x37.yandex.cloud.iot.devices.v1.AddDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\"3\xb2\xd2*/\n\x1b\x41\x64\x64\x44\x61taStreamExportMetadata\x12\x10\x44\x61taStreamExport\x12\xb4\x01\n\x16\x44\x65leteDataStreamExport\x12:.yandex.cloud.iot.devices.v1.DeleteDataStreamExportRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*7\n\x1e\x44\x65leteDataStreamExportMetadata\x12\x15google.protobuf.Empty\x12\xc6\x01\n\x0eListOperations\x12:.yandex.cloud.iot.devices.v1.ListRegistryOperationsRequest\x1a;.yandex.cloud.iot.devices.v1.ListRegistryOperationsResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/iot-devices/v1/registries/{registry_id}/operations\x12\xc2\x01\n\x07\x44isable\x12\x33.yandex.cloud.iot.devices.v1.DisableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*#\n\x17\x44isableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x32\"0/iot-devices/v1/registries/{registry_id}:disable\x12\xbe\x01\n\x06\x45nable\x12\x32.yandex.cloud.iot.devices.v1.EnableRegistryRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*\"\n\x16\x45nableRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x31\"//iot-devices/v1/registries/{registry_id}:enableBj\n\x1fyandex.cloud.api.iot.devices.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/iot/devices/v1;devicesb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,7 +43,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
43
|
_globals['_GETBYNAMEREGISTRYREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
44
44
|
_globals['_GETBYNAMEREGISTRYREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
45
45
|
_globals['_GETBYNAMEREGISTRYREQUEST'].fields_by_name['registry_name']._loaded_options = None
|
|
46
|
-
_globals['_GETBYNAMEREGISTRYREQUEST'].fields_by_name['registry_name']._serialized_options = b'\362\3071\
|
|
46
|
+
_globals['_GETBYNAMEREGISTRYREQUEST'].fields_by_name['registry_name']._serialized_options = b'\350\3071\001\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
|
|
47
47
|
_globals['_LISTREGISTRIESREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
48
48
|
_globals['_LISTREGISTRIESREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
49
49
|
_globals['_LISTREGISTRIESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
@@ -55,7 +55,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
55
55
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
56
56
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['folder_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
57
57
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._loaded_options = None
|
|
58
|
-
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
58
|
+
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
|
|
59
59
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['description']._loaded_options = None
|
|
60
60
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
61
61
|
_globals['_CREATEREGISTRYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -65,7 +65,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
65
65
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['registry_id']._loaded_options = None
|
|
66
66
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['registry_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
67
67
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['name']._loaded_options = None
|
|
68
|
-
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
68
|
+
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
|
|
69
69
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['description']._loaded_options = None
|
|
70
70
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\005<=256'
|
|
71
71
|
_globals['_UPDATEREGISTRYREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
@@ -113,7 +113,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
113
113
|
_globals['_LISTREGISTRYOPERATIONSREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
114
114
|
_globals['_LISTREGISTRYOPERATIONSREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
115
115
|
_globals['_ADDDATASTREAMEXPORTREQUEST'].fields_by_name['name']._loaded_options = None
|
|
116
|
-
_globals['_ADDDATASTREAMEXPORTREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071
|
|
116
|
+
_globals['_ADDDATASTREAMEXPORTREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
|
|
117
117
|
_globals['_ADDDATASTREAMEXPORTREQUEST'].fields_by_name['registry_id']._loaded_options = None
|
|
118
118
|
_globals['_ADDDATASTREAMEXPORTREQUEST'].fields_by_name['registry_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
119
119
|
_globals['_ADDDATASTREAMEXPORTREQUEST'].fields_by_name['mqtt_topic_filter']._loaded_options = None
|
|
@@ -181,81 +181,81 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
181
181
|
_globals['_GETREGISTRYREQUEST']._serialized_start=296
|
|
182
182
|
_globals['_GETREGISTRYREQUEST']._serialized_end=351
|
|
183
183
|
_globals['_GETBYNAMEREGISTRYREQUEST']._serialized_start=353
|
|
184
|
-
_globals['_GETBYNAMEREGISTRYREQUEST']._serialized_end=
|
|
185
|
-
_globals['_LISTREGISTRIESREQUEST']._serialized_start=
|
|
186
|
-
_globals['_LISTREGISTRIESREQUEST']._serialized_end=
|
|
187
|
-
_globals['_LISTREGISTRIESRESPONSE']._serialized_start=
|
|
188
|
-
_globals['_LISTREGISTRIESRESPONSE']._serialized_end=
|
|
189
|
-
_globals['_CREATEREGISTRYREQUEST']._serialized_start=
|
|
190
|
-
_globals['_CREATEREGISTRYREQUEST']._serialized_end=
|
|
191
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
192
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
193
|
-
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_start=
|
|
194
|
-
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_end=
|
|
195
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_start=
|
|
196
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_end=
|
|
197
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=
|
|
198
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=
|
|
199
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
200
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
201
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=
|
|
202
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=
|
|
203
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_start=
|
|
204
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_end=
|
|
205
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_start=
|
|
206
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_end=
|
|
207
|
-
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_start=
|
|
208
|
-
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_end=
|
|
209
|
-
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_start=
|
|
210
|
-
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_end=
|
|
211
|
-
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_start=
|
|
212
|
-
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_end=
|
|
213
|
-
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_start=
|
|
214
|
-
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_end=
|
|
215
|
-
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_start=
|
|
216
|
-
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_end=
|
|
217
|
-
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_start=
|
|
218
|
-
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_end=
|
|
219
|
-
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_start=
|
|
220
|
-
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_end=
|
|
221
|
-
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_start=
|
|
222
|
-
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_end=
|
|
223
|
-
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_start=
|
|
224
|
-
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_end=
|
|
225
|
-
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_start=
|
|
226
|
-
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_end=
|
|
227
|
-
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_start=
|
|
228
|
-
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_end=
|
|
229
|
-
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_start=
|
|
230
|
-
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_end=
|
|
231
|
-
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_start=
|
|
232
|
-
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_end=
|
|
233
|
-
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_start=
|
|
234
|
-
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_end=
|
|
235
|
-
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_start=
|
|
236
|
-
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_end=
|
|
237
|
-
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_start=
|
|
238
|
-
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_end=
|
|
239
|
-
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_start=
|
|
240
|
-
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_end=
|
|
241
|
-
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_start=
|
|
242
|
-
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_end=
|
|
243
|
-
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_start=
|
|
244
|
-
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_end=
|
|
245
|
-
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_start=
|
|
246
|
-
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_end=
|
|
247
|
-
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_start=
|
|
248
|
-
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_end=
|
|
249
|
-
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_start=
|
|
250
|
-
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_end=
|
|
251
|
-
_globals['_DISABLEREGISTRYREQUEST']._serialized_start=
|
|
252
|
-
_globals['_DISABLEREGISTRYREQUEST']._serialized_end=
|
|
253
|
-
_globals['_DISABLEREGISTRYMETADATA']._serialized_start=
|
|
254
|
-
_globals['_DISABLEREGISTRYMETADATA']._serialized_end=
|
|
255
|
-
_globals['_ENABLEREGISTRYREQUEST']._serialized_start=
|
|
256
|
-
_globals['_ENABLEREGISTRYREQUEST']._serialized_end=
|
|
257
|
-
_globals['_ENABLEREGISTRYMETADATA']._serialized_start=
|
|
258
|
-
_globals['_ENABLEREGISTRYMETADATA']._serialized_end=
|
|
259
|
-
_globals['_REGISTRYSERVICE']._serialized_start=
|
|
260
|
-
_globals['_REGISTRYSERVICE']._serialized_end=
|
|
184
|
+
_globals['_GETBYNAMEREGISTRYREQUEST']._serialized_end=467
|
|
185
|
+
_globals['_LISTREGISTRIESREQUEST']._serialized_start=469
|
|
186
|
+
_globals['_LISTREGISTRIESREQUEST']._serialized_end=587
|
|
187
|
+
_globals['_LISTREGISTRIESRESPONSE']._serialized_start=589
|
|
188
|
+
_globals['_LISTREGISTRIESRESPONSE']._serialized_end=697
|
|
189
|
+
_globals['_CREATEREGISTRYREQUEST']._serialized_start=700
|
|
190
|
+
_globals['_CREATEREGISTRYREQUEST']._serialized_end=1226
|
|
191
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1140
|
|
192
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1185
|
|
193
|
+
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_start=1187
|
|
194
|
+
_globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_end=1226
|
|
195
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_start=1228
|
|
196
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_end=1273
|
|
197
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=1276
|
|
198
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=1708
|
|
199
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1140
|
|
200
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1185
|
|
201
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=1710
|
|
202
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=1755
|
|
203
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_start=1757
|
|
204
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_end=1815
|
|
205
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_start=1817
|
|
206
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_end=1862
|
|
207
|
+
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_start=1864
|
|
208
|
+
_globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_end=1932
|
|
209
|
+
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_start=1934
|
|
210
|
+
_globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_end=2040
|
|
211
|
+
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_start=2042
|
|
212
|
+
_globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_end=2140
|
|
213
|
+
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_start=2142
|
|
214
|
+
_globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_end=2216
|
|
215
|
+
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_start=2218
|
|
216
|
+
_globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_end=2322
|
|
217
|
+
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_start=2324
|
|
218
|
+
_globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_end=2429
|
|
219
|
+
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_start=2431
|
|
220
|
+
_globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_end=2496
|
|
221
|
+
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_start=2498
|
|
222
|
+
_globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_end=2595
|
|
223
|
+
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_start=2597
|
|
224
|
+
_globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_end=2688
|
|
225
|
+
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_start=2690
|
|
226
|
+
_globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_end=2761
|
|
227
|
+
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_start=2763
|
|
228
|
+
_globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_end=2864
|
|
229
|
+
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_start=2866
|
|
230
|
+
_globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_end=2968
|
|
231
|
+
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_start=2971
|
|
232
|
+
_globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_end=3099
|
|
233
|
+
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_start=3101
|
|
234
|
+
_globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_end=3217
|
|
235
|
+
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_start=3220
|
|
236
|
+
_globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_end=3368
|
|
237
|
+
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_start=3370
|
|
238
|
+
_globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_end=3482
|
|
239
|
+
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_start=3485
|
|
240
|
+
_globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_end=3741
|
|
241
|
+
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_start=3743
|
|
242
|
+
_globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_end=3824
|
|
243
|
+
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_start=3826
|
|
244
|
+
_globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_end=3937
|
|
245
|
+
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_start=3939
|
|
246
|
+
_globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_end=4035
|
|
247
|
+
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_start=4037
|
|
248
|
+
_globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_end=4102
|
|
249
|
+
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_start=4104
|
|
250
|
+
_globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_end=4211
|
|
251
|
+
_globals['_DISABLEREGISTRYREQUEST']._serialized_start=4213
|
|
252
|
+
_globals['_DISABLEREGISTRYREQUEST']._serialized_end=4264
|
|
253
|
+
_globals['_DISABLEREGISTRYMETADATA']._serialized_start=4266
|
|
254
|
+
_globals['_DISABLEREGISTRYMETADATA']._serialized_end=4318
|
|
255
|
+
_globals['_ENABLEREGISTRYREQUEST']._serialized_start=4320
|
|
256
|
+
_globals['_ENABLEREGISTRYREQUEST']._serialized_end=4370
|
|
257
|
+
_globals['_ENABLEREGISTRYMETADATA']._serialized_start=4372
|
|
258
|
+
_globals['_ENABLEREGISTRYMETADATA']._serialized_end=4423
|
|
259
|
+
_globals['_REGISTRYSERVICE']._serialized_start=4426
|
|
260
|
+
_globals['_REGISTRYSERVICE']._serialized_end=8138
|
|
261
261
|
# @@protoc_insertion_point(module_scope)
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/maintenance/v2/common.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/maintenance/v2/common.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/maintenance/v2/common.proto\x12\x1byandex.cloud.maintenance.v2\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xb3\x06\n\x0bMaintenance\x12\n\n\x02id\x18\x01 \x01(\t\x12H\n\rresource_path\x18\x02 \x03(\x0b\x32\x31.yandex.cloud.maintenance.v2.Maintenance.Resource\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12@\n\x07\x64\x65tails\x18\x04 \x03(\x0b\x32/.yandex.cloud.maintenance.v2.Maintenance.Detail\x12?\n\x06status\x18\x05 \x01(\x0e\x32/.yandex.cloud.maintenance.v2.Maintenance.Status\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12start_scheduled_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17\x63ompletion_scheduled_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x16max_start_scheduled_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0csucceeded_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x63\x61ncelled_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x19\n\x11user_controllable\x18\r \x01(\x08\x1a$\n\x08Resource\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x1a$\n\x06\x44\x65tail\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"Z\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\r\n\tSCHEDULED\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\r\n\tSUCCEEDED\x10\x03\x12\r\n\tCANCELLED\x10\x04\"\xfa\x01\n\x17ListMaintenancesRequest\x12\x1c\n\x08\x63loud_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tfolder_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1f\n\x0bresource_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tpage_size\x18\x04 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=500\x12\x1b\n\x08order_by\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x19\n\x06\x66ilter\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=100B\x0b\n\tcontainer\"s\n\x18ListMaintenancesResponse\x12>\n\x0cmaintenances\x18\x01 \x03(\x0b\x32(.yandex.cloud.maintenance.v2.Maintenance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"=\n\x15GetMaintenanceRequest\x12$\n\x0emaintenance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xaa\x02\n\x1cRescheduleMaintenanceRequest\x12$\n\x0emaintenance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12W\n\x0freschedule_type\x18\x02 \x01(\x0e\x32>.yandex.cloud.maintenance.v2.RescheduleMaintenanceRequest.Type\x12\x30\n\x0cscheduled_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"Y\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tIMMEDIATE\x10\x01\x12\x19\n\x15NEXT_AVAILABLE_WINDOW\x10\x02\x12\x11\n\rSPECIFIC_TIME\x10\x03\x42n\n\x1fyandex.cloud.api.maintenance.v2ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/maintenance/v2;maintenanceb\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.maintenance.v2.common_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\037yandex.cloud.api.maintenance.v2ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/maintenance/v2;maintenance'
|
|
37
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['cloud_id']._loaded_options = None
|
|
38
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['cloud_id']._serialized_options = b'\212\3101\004<=50'
|
|
39
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
40
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
41
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['resource_id']._loaded_options = None
|
|
42
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['resource_id']._serialized_options = b'\212\3101\004<=50'
|
|
43
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
44
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
45
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
46
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=500'
|
|
47
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['order_by']._loaded_options = None
|
|
48
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['order_by']._serialized_options = b'\212\3101\005<=100'
|
|
49
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
50
|
+
_globals['_LISTMAINTENANCESREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\005<=100'
|
|
51
|
+
_globals['_GETMAINTENANCEREQUEST'].fields_by_name['maintenance_id']._loaded_options = None
|
|
52
|
+
_globals['_GETMAINTENANCEREQUEST'].fields_by_name['maintenance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
53
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST'].fields_by_name['maintenance_id']._loaded_options = None
|
|
54
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST'].fields_by_name['maintenance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
55
|
+
_globals['_MAINTENANCE']._serialized_start=138
|
|
56
|
+
_globals['_MAINTENANCE']._serialized_end=957
|
|
57
|
+
_globals['_MAINTENANCE_RESOURCE']._serialized_start=791
|
|
58
|
+
_globals['_MAINTENANCE_RESOURCE']._serialized_end=827
|
|
59
|
+
_globals['_MAINTENANCE_DETAIL']._serialized_start=829
|
|
60
|
+
_globals['_MAINTENANCE_DETAIL']._serialized_end=865
|
|
61
|
+
_globals['_MAINTENANCE_STATUS']._serialized_start=867
|
|
62
|
+
_globals['_MAINTENANCE_STATUS']._serialized_end=957
|
|
63
|
+
_globals['_LISTMAINTENANCESREQUEST']._serialized_start=960
|
|
64
|
+
_globals['_LISTMAINTENANCESREQUEST']._serialized_end=1210
|
|
65
|
+
_globals['_LISTMAINTENANCESRESPONSE']._serialized_start=1212
|
|
66
|
+
_globals['_LISTMAINTENANCESRESPONSE']._serialized_end=1327
|
|
67
|
+
_globals['_GETMAINTENANCEREQUEST']._serialized_start=1329
|
|
68
|
+
_globals['_GETMAINTENANCEREQUEST']._serialized_end=1390
|
|
69
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_start=1393
|
|
70
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_end=1691
|
|
71
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST_TYPE']._serialized_start=1602
|
|
72
|
+
_globals['_RESCHEDULEMAINTENANCEREQUEST_TYPE']._serialized_end=1691
|
|
73
|
+
# @@protoc_insertion_point(module_scope)
|