yandexcloud 0.354.0__py3-none-any.whl → 0.355.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (76) hide show
  1. yandex/cloud/ai/assistants/v1/common_pb2.py +58 -30
  2. yandex/cloud/ai/assistants/v1/common_pb2.pyi +178 -3
  3. yandex/cloud/airflow/v1/cluster_pb2.py +12 -8
  4. yandex/cloud/airflow/v1/cluster_pb2.pyi +4 -0
  5. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +32 -32
  6. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +5 -1
  7. yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +6 -6
  8. yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +5 -1
  9. yandex/cloud/backup/v1/resource_pb2.py +2 -2
  10. yandex/cloud/backup/v1/resource_pb2.pyi +8 -0
  11. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +12 -8
  12. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +16 -2
  13. yandex/cloud/compute/v1/maintenance_service_pb2.py +47 -0
  14. yandex/cloud/compute/v1/maintenance_service_pb2.pyi +8 -0
  15. yandex/cloud/compute/v1/maintenance_service_pb2_grpc.py +190 -0
  16. yandex/cloud/compute/v1/maintenance_service_pb2_grpc.pyi +91 -0
  17. yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +8 -4
  18. yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +69 -2
  19. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +44 -20
  20. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +138 -2
  21. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +88 -0
  22. yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +40 -0
  23. yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +2 -4
  24. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +3 -6
  25. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +3 -9
  26. yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +2 -4
  27. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +6 -3
  28. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +6 -0
  29. yandex/cloud/iam/v1/oauth_client_pb2.py +39 -0
  30. yandex/cloud/iam/v1/oauth_client_pb2.pyi +85 -0
  31. yandex/cloud/iam/v1/oauth_client_pb2_grpc.py +24 -0
  32. yandex/cloud/iam/v1/oauth_client_pb2_grpc.pyi +17 -0
  33. yandex/cloud/iam/v1/oauth_client_secret_pb2.py +38 -0
  34. yandex/cloud/iam/v1/oauth_client_secret_pb2.pyi +49 -0
  35. yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.py +24 -0
  36. yandex/cloud/iam/v1/oauth_client_secret_pb2_grpc.pyi +17 -0
  37. yandex/cloud/iam/v1/oauth_client_secret_service_pb2.py +80 -0
  38. yandex/cloud/iam/v1/oauth_client_secret_service_pb2.pyi +188 -0
  39. yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.py +237 -0
  40. yandex/cloud/iam/v1/oauth_client_secret_service_pb2_grpc.pyi +121 -0
  41. yandex/cloud/iam/v1/oauth_client_service_pb2.py +99 -0
  42. yandex/cloud/iam/v1/oauth_client_service_pb2.pyi +257 -0
  43. yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.py +281 -0
  44. yandex/cloud/iam/v1/oauth_client_service_pb2_grpc.pyi +141 -0
  45. yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
  46. yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
  47. yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
  48. yandex/cloud/maintenance/__init__.py +0 -0
  49. yandex/cloud/maintenance/v2/__init__.py +0 -0
  50. yandex/cloud/maintenance/v2/common_pb2.py +73 -0
  51. yandex/cloud/maintenance/v2/common_pb2.pyi +324 -0
  52. yandex/cloud/maintenance/v2/common_pb2_grpc.py +24 -0
  53. yandex/cloud/maintenance/v2/common_pb2_grpc.pyi +17 -0
  54. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +190 -150
  55. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1712 -1025
  56. yandex/cloud/mdb/clickhouse/v1/user_pb2.py +98 -86
  57. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1248 -792
  58. yandex/cloud/mdb/opensearch/v1/backup_pb2.py +14 -14
  59. yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +13 -1
  60. yandex/cloud/metastore/v1/cluster_pb2.py +18 -16
  61. yandex/cloud/metastore/v1/cluster_pb2.pyi +31 -1
  62. yandex/cloud/searchapi/v2/gen_search_service_pb2.py +10 -10
  63. yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +7 -1
  64. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +50 -18
  65. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +241 -2
  66. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +18 -18
  67. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +22 -2
  68. yandex/cloud/trino/v1/cluster_service_pb2.py +36 -36
  69. yandex/cloud/trino/v1/cluster_service_pb2.pyi +14 -2
  70. yandexcloud/__init__.py +1 -1
  71. {yandexcloud-0.354.0.dist-info → yandexcloud-0.355.0.dist-info}/METADATA +1 -1
  72. {yandexcloud-0.354.0.dist-info → yandexcloud-0.355.0.dist-info}/RECORD +76 -50
  73. {yandexcloud-0.354.0.dist-info → yandexcloud-0.355.0.dist-info}/AUTHORS +0 -0
  74. {yandexcloud-0.354.0.dist-info → yandexcloud-0.355.0.dist-info}/LICENSE +0 -0
  75. {yandexcloud-0.354.0.dist-info → yandexcloud-0.355.0.dist-info}/WHEEL +0 -0
  76. {yandexcloud-0.354.0.dist-info → yandexcloud-0.355.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\"\x92\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\x1e\xe8\xc7\x31\x01\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\023[a-zA-Z0-9_-]{0,63}'
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 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
58
+ _globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\350\3071\001\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 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
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 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
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=460
185
- _globals['_LISTREGISTRIESREQUEST']._serialized_start=462
186
- _globals['_LISTREGISTRIESREQUEST']._serialized_end=580
187
- _globals['_LISTREGISTRIESRESPONSE']._serialized_start=582
188
- _globals['_LISTREGISTRIESRESPONSE']._serialized_end=690
189
- _globals['_CREATEREGISTRYREQUEST']._serialized_start=693
190
- _globals['_CREATEREGISTRYREQUEST']._serialized_end=1229
191
- _globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1143
192
- _globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1188
193
- _globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_start=1190
194
- _globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_end=1229
195
- _globals['_CREATEREGISTRYMETADATA']._serialized_start=1231
196
- _globals['_CREATEREGISTRYMETADATA']._serialized_end=1276
197
- _globals['_UPDATEREGISTRYREQUEST']._serialized_start=1279
198
- _globals['_UPDATEREGISTRYREQUEST']._serialized_end=1721
199
- _globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1143
200
- _globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1188
201
- _globals['_UPDATEREGISTRYMETADATA']._serialized_start=1723
202
- _globals['_UPDATEREGISTRYMETADATA']._serialized_end=1768
203
- _globals['_DELETEREGISTRYREQUEST']._serialized_start=1770
204
- _globals['_DELETEREGISTRYREQUEST']._serialized_end=1828
205
- _globals['_DELETEREGISTRYMETADATA']._serialized_start=1830
206
- _globals['_DELETEREGISTRYMETADATA']._serialized_end=1875
207
- _globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_start=1877
208
- _globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_end=1945
209
- _globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_start=1947
210
- _globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_end=2053
211
- _globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_start=2055
212
- _globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_end=2153
213
- _globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_start=2155
214
- _globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_end=2229
215
- _globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_start=2231
216
- _globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_end=2335
217
- _globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_start=2337
218
- _globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_end=2442
219
- _globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_start=2444
220
- _globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_end=2509
221
- _globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_start=2511
222
- _globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_end=2608
223
- _globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_start=2610
224
- _globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_end=2701
225
- _globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_start=2703
226
- _globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_end=2774
227
- _globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_start=2776
228
- _globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_end=2877
229
- _globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_start=2879
230
- _globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_end=2981
231
- _globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_start=2984
232
- _globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_end=3112
233
- _globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_start=3114
234
- _globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_end=3230
235
- _globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_start=3233
236
- _globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_end=3381
237
- _globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_start=3383
238
- _globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_end=3495
239
- _globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_start=3498
240
- _globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_end=3764
241
- _globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_start=3766
242
- _globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_end=3847
243
- _globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_start=3849
244
- _globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_end=3960
245
- _globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_start=3962
246
- _globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_end=4058
247
- _globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_start=4060
248
- _globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_end=4125
249
- _globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_start=4127
250
- _globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_end=4234
251
- _globals['_DISABLEREGISTRYREQUEST']._serialized_start=4236
252
- _globals['_DISABLEREGISTRYREQUEST']._serialized_end=4287
253
- _globals['_DISABLEREGISTRYMETADATA']._serialized_start=4289
254
- _globals['_DISABLEREGISTRYMETADATA']._serialized_end=4341
255
- _globals['_ENABLEREGISTRYREQUEST']._serialized_start=4343
256
- _globals['_ENABLEREGISTRYREQUEST']._serialized_end=4393
257
- _globals['_ENABLEREGISTRYMETADATA']._serialized_start=4395
258
- _globals['_ENABLEREGISTRYMETADATA']._serialized_end=4446
259
- _globals['_REGISTRYSERVICE']._serialized_start=4449
260
- _globals['_REGISTRYSERVICE']._serialized_end=8161
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=1230
191
+ _globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1144
192
+ _globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1189
193
+ _globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_start=1191
194
+ _globals['_CREATEREGISTRYREQUEST_CERTIFICATE']._serialized_end=1230
195
+ _globals['_CREATEREGISTRYMETADATA']._serialized_start=1232
196
+ _globals['_CREATEREGISTRYMETADATA']._serialized_end=1277
197
+ _globals['_UPDATEREGISTRYREQUEST']._serialized_start=1280
198
+ _globals['_UPDATEREGISTRYREQUEST']._serialized_end=1712
199
+ _globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1144
200
+ _globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1189
201
+ _globals['_UPDATEREGISTRYMETADATA']._serialized_start=1714
202
+ _globals['_UPDATEREGISTRYMETADATA']._serialized_end=1759
203
+ _globals['_DELETEREGISTRYREQUEST']._serialized_start=1761
204
+ _globals['_DELETEREGISTRYREQUEST']._serialized_end=1819
205
+ _globals['_DELETEREGISTRYMETADATA']._serialized_start=1821
206
+ _globals['_DELETEREGISTRYMETADATA']._serialized_end=1866
207
+ _globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_start=1868
208
+ _globals['_LISTREGISTRYCERTIFICATESREQUEST']._serialized_end=1936
209
+ _globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_start=1938
210
+ _globals['_LISTREGISTRYCERTIFICATESRESPONSE']._serialized_end=2044
211
+ _globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_start=2046
212
+ _globals['_ADDREGISTRYCERTIFICATEREQUEST']._serialized_end=2144
213
+ _globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_start=2146
214
+ _globals['_ADDREGISTRYCERTIFICATEMETADATA']._serialized_end=2220
215
+ _globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_start=2222
216
+ _globals['_DELETEREGISTRYCERTIFICATEREQUEST']._serialized_end=2326
217
+ _globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_start=2328
218
+ _globals['_DELETEREGISTRYCERTIFICATEMETADATA']._serialized_end=2433
219
+ _globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_start=2435
220
+ _globals['_LISTREGISTRYPASSWORDSREQUEST']._serialized_end=2500
221
+ _globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_start=2502
222
+ _globals['_LISTREGISTRYPASSWORDSRESPONSE']._serialized_end=2599
223
+ _globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_start=2601
224
+ _globals['_ADDREGISTRYPASSWORDREQUEST']._serialized_end=2692
225
+ _globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_start=2694
226
+ _globals['_ADDREGISTRYPASSWORDMETADATA']._serialized_end=2765
227
+ _globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_start=2767
228
+ _globals['_DELETEREGISTRYPASSWORDREQUEST']._serialized_end=2868
229
+ _globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_start=2870
230
+ _globals['_DELETEREGISTRYPASSWORDMETADATA']._serialized_end=2972
231
+ _globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_start=2975
232
+ _globals['_LISTDEVICETOPICALIASESREQUEST']._serialized_end=3103
233
+ _globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_start=3105
234
+ _globals['_LISTDEVICETOPICALIASESRESPONSE']._serialized_end=3221
235
+ _globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_start=3224
236
+ _globals['_LISTREGISTRYOPERATIONSREQUEST']._serialized_end=3372
237
+ _globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_start=3374
238
+ _globals['_LISTREGISTRYOPERATIONSRESPONSE']._serialized_end=3486
239
+ _globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_start=3489
240
+ _globals['_ADDDATASTREAMEXPORTREQUEST']._serialized_end=3745
241
+ _globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_start=3747
242
+ _globals['_ADDDATASTREAMEXPORTMETADATA']._serialized_end=3828
243
+ _globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_start=3830
244
+ _globals['_DELETEDATASTREAMEXPORTREQUEST']._serialized_end=3941
245
+ _globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_start=3943
246
+ _globals['_DELETEDATASTREAMEXPORTMETADATA']._serialized_end=4039
247
+ _globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_start=4041
248
+ _globals['_LISTDATASTREAMEXPORTSREQUEST']._serialized_end=4106
249
+ _globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_start=4108
250
+ _globals['_LISTDATASTREAMEXPORTSRESPONSE']._serialized_end=4215
251
+ _globals['_DISABLEREGISTRYREQUEST']._serialized_start=4217
252
+ _globals['_DISABLEREGISTRYREQUEST']._serialized_end=4268
253
+ _globals['_DISABLEREGISTRYMETADATA']._serialized_start=4270
254
+ _globals['_DISABLEREGISTRYMETADATA']._serialized_end=4322
255
+ _globals['_ENABLEREGISTRYREQUEST']._serialized_start=4324
256
+ _globals['_ENABLEREGISTRYREQUEST']._serialized_end=4374
257
+ _globals['_ENABLEREGISTRYMETADATA']._serialized_start=4376
258
+ _globals['_ENABLEREGISTRYMETADATA']._serialized_end=4427
259
+ _globals['_REGISTRYSERVICE']._serialized_start=4430
260
+ _globals['_REGISTRYSERVICE']._serialized_end=8142
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<=100\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<=100'
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)