yandexcloud 0.351.0__py3-none-any.whl → 0.353.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 (163) hide show
  1. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
  2. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
  3. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +13 -3
  4. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +40 -0
  5. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
  6. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
  7. yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
  8. yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
  9. yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
  10. yandex/cloud/cdn/v1/origin_group_pb2.py +3 -3
  11. yandex/cloud/cdn/v1/origin_group_pb2.pyi +5 -1
  12. yandex/cloud/cdn/v1/origin_group_service_pb2.py +14 -14
  13. yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +5 -1
  14. yandex/cloud/cdn/v1/origin_pb2.py +10 -10
  15. yandex/cloud/cdn/v1/origin_pb2.pyi +5 -1
  16. yandex/cloud/cdn/v1/origin_service_pb2.py +14 -14
  17. yandex/cloud/cdn/v1/origin_service_pb2.pyi +5 -1
  18. yandex/cloud/cdn/v1/resource_pb2.py +64 -64
  19. yandex/cloud/cdn/v1/resource_pb2.pyi +9 -1
  20. yandex/cloud/cdn/v1/resource_service_pb2.py +26 -26
  21. yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
  22. yandex/cloud/connectionmanager/__init__.py +0 -0
  23. yandex/cloud/connectionmanager/v1/__init__.py +0 -0
  24. yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
  25. yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
  26. yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
  27. yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
  28. yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
  29. yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
  30. yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
  31. yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
  32. yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
  33. yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
  34. yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
  35. yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
  36. yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
  37. yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
  38. yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +362 -0
  39. yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -0
  40. yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
  41. yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
  42. yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
  43. yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
  44. yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
  45. yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
  46. yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
  47. yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
  48. yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
  49. yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
  50. yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
  51. yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
  52. yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
  53. yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
  54. yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
  55. yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
  56. yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
  57. yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
  58. yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
  59. yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
  60. yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
  61. yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
  62. yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
  63. yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
  64. yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
  65. yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
  66. yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
  67. yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
  68. yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
  69. yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
  70. yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
  71. yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
  72. yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
  73. yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
  74. yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
  75. yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
  76. yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
  77. yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
  78. yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
  79. yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.py +9 -5
  80. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
  81. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
  82. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -76
  83. yandex/cloud/metastore/v1/cluster_pb2.py +19 -19
  84. yandex/cloud/metastore/v1/cluster_pb2.pyi +39 -32
  85. yandex/cloud/metastore/v1/cluster_service_pb2.py +47 -47
  86. yandex/cloud/metastore/v1/cluster_service_pb2.pyi +90 -91
  87. yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +63 -66
  88. yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +62 -77
  89. yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
  90. yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
  91. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
  92. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
  93. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
  94. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
  95. yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +3 -3
  96. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -10
  97. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
  98. yandex/cloud/video/v1/channel_pb2.py +12 -12
  99. yandex/cloud/video/v1/channel_pb2.pyi +88 -22
  100. yandex/cloud/video/v1/channel_service_pb2.py +14 -14
  101. yandex/cloud/video/v1/channel_service_pb2.pyi +77 -41
  102. yandex/cloud/video/v1/channel_service_pb2_grpc.py +26 -9
  103. yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +87 -30
  104. yandex/cloud/video/v1/episode_pb2.py +8 -10
  105. yandex/cloud/video/v1/episode_pb2.pyi +52 -36
  106. yandex/cloud/video/v1/episode_service_pb2.py +44 -42
  107. yandex/cloud/video/v1/episode_service_pb2.pyi +131 -82
  108. yandex/cloud/video/v1/episode_service_pb2_grpc.py +30 -10
  109. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +102 -33
  110. yandex/cloud/video/v1/manifest_pb2.pyi +24 -1
  111. yandex/cloud/video/v1/playlist_pb2.py +4 -6
  112. yandex/cloud/video/v1/playlist_pb2.pyi +24 -12
  113. yandex/cloud/video/v1/playlist_service_pb2.py +28 -24
  114. yandex/cloud/video/v1/playlist_service_pb2.pyi +99 -47
  115. yandex/cloud/video/v1/playlist_service_pb2_grpc.py +20 -7
  116. yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +75 -24
  117. yandex/cloud/video/v1/stream_line_pb2.py +16 -16
  118. yandex/cloud/video/v1/stream_line_pb2.pyi +11 -12
  119. yandex/cloud/video/v1/stream_line_service_pb2.py +54 -56
  120. yandex/cloud/video/v1/stream_line_service_pb2.pyi +110 -65
  121. yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +25 -10
  122. yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +96 -33
  123. yandex/cloud/video/v1/stream_pb2.pyi +49 -36
  124. yandex/cloud/video/v1/stream_service_pb2.pyi +123 -52
  125. yandex/cloud/video/v1/stream_service_pb2_grpc.py +25 -8
  126. yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +84 -27
  127. yandex/cloud/video/v1/style_preset_pb2.py +49 -0
  128. yandex/cloud/video/v1/style_preset_pb2.pyi +200 -0
  129. yandex/cloud/video/v1/style_preset_pb2_grpc.py +24 -0
  130. yandex/cloud/video/v1/style_preset_pb2_grpc.pyi +17 -0
  131. yandex/cloud/video/v1/style_preset_service_pb2.py +141 -0
  132. yandex/cloud/video/v1/style_preset_service_pb2.pyi +348 -0
  133. yandex/cloud/video/v1/style_preset_service_pb2_grpc.py +290 -0
  134. yandex/cloud/video/v1/style_preset_service_pb2_grpc.pyi +171 -0
  135. yandex/cloud/video/v1/subtitle_pb2.pyi +32 -23
  136. yandex/cloud/video/v1/subtitle_service_pb2.py +17 -17
  137. yandex/cloud/video/v1/subtitle_service_pb2.pyi +25 -13
  138. yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +18 -5
  139. yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +63 -18
  140. yandex/cloud/video/v1/thumbnail_pb2.py +3 -3
  141. yandex/cloud/video/v1/thumbnail_pb2.pyi +18 -5
  142. yandex/cloud/video/v1/thumbnail_service_pb2.py +39 -31
  143. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +94 -33
  144. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +21 -6
  145. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +75 -21
  146. yandex/cloud/video/v1/video_pb2.py +24 -24
  147. yandex/cloud/video/v1/video_pb2.pyi +105 -64
  148. yandex/cloud/video/v1/video_service_pb2.py +80 -74
  149. yandex/cloud/video/v1/video_service_pb2.pyi +193 -90
  150. yandex/cloud/video/v1/video_service_pb2_grpc.py +35 -12
  151. yandex/cloud/video/v1/video_service_pb2_grpc.pyi +123 -39
  152. yandex/cloud/ytsaurus/v1/package_options_pb2.py +35 -0
  153. yandex/cloud/ytsaurus/v1/package_options_pb2.pyi +8 -0
  154. yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.py +24 -0
  155. yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.pyi +17 -0
  156. yandexcloud/__init__.py +1 -1
  157. yandexcloud/_wrappers/dataproc/__init__.py +4 -0
  158. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
  159. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +163 -97
  160. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
  161. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
  162. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
  163. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.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\"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')
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')
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'\350\3071\001\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
46
+ _globals['_GETBYNAMEREGISTRYREQUEST'].fields_by_name['registry_name']._serialized_options = b'\362\3071\023[a-zA-Z0-9_-]{0,63}'
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'\350\3071\001\362\3071\016[a-zA-Z0-9_-]*\212\3101\004<=50'
58
+ _globals['_CREATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
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\016[a-zA-Z0-9_-]*\212\3101\004<=50'
68
+ _globals['_UPDATEREGISTRYREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
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\016[a-zA-Z0-9_-]*\212\3101\004<=50'
116
+ _globals['_ADDDATASTREAMEXPORTREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?'
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=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
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
261
261
  # @@protoc_insertion_point(module_scope)
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/mdb/greenplum/v1/hba_rule.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1dyandex/cloud/validation.proto\"\xae\x03\n\x07HBARule\x12\x1c\n\x08priority\x18\x01 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12N\n\x0f\x63onnection_type\x18\x02 \x01(\x0e\x32\x35.yandex.cloud.mdb.greenplum.v1.HBARule.ConnectionType\x12\x16\n\x08\x64\x61tabase\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\x04user\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x07\x61\x64\x64ress\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x46\n\x0b\x61uth_method\x18\x06 \x01(\x0e\x32\x31.yandex.cloud.mdb.greenplum.v1.HBARule.AuthMethod\"W\n\x0e\x43onnectionType\x12\x1f\n\x1b\x43ONNECTION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04HOST\x10\x01\x12\x0b\n\x07HOSTSSL\x10\x02\x12\r\n\tHOSTNOSSL\x10\x03\"Q\n\nAuthMethod\x12\x1b\n\x17\x41UTH_METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03MD5\x10\x01\x12\x08\n\x04LDAP\x10\x02\x12\n\n\x06REJECT\x10\x03\x12\x07\n\x03IAM\x10\x04\x42p\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplumb\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/mdb/greenplum/v1/hba_rule.proto\x12\x1dyandex.cloud.mdb.greenplum.v1\x1a\x1dyandex/cloud/validation.proto\"\xb6\x03\n\x07HBARule\x12\x1c\n\x08priority\x18\x01 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12N\n\x0f\x63onnection_type\x18\x02 \x01(\x0e\x32\x35.yandex.cloud.mdb.greenplum.v1.HBARule.ConnectionType\x12\x16\n\x08\x64\x61tabase\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\x04user\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x07\x61\x64\x64ress\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x46\n\x0b\x61uth_method\x18\x06 \x01(\x0e\x32\x31.yandex.cloud.mdb.greenplum.v1.HBARule.AuthMethod\"_\n\x0e\x43onnectionType\x12\x1f\n\x1b\x43ONNECTION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04HOST\x10\x01\x12\x0f\n\x07HOSTSSL\x10\x02\x1a\x02\x08\x01\x12\x11\n\tHOSTNOSSL\x10\x03\x1a\x02\x08\x01\"Q\n\nAuthMethod\x12\x1b\n\x17\x41UTH_METHOD_UNSPECIFIED\x10\x00\x12\x07\n\x03MD5\x10\x01\x12\x08\n\x04LDAP\x10\x02\x12\n\n\x06REJECT\x10\x03\x12\x07\n\x03IAM\x10\x04\x42p\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplumb\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -33,6 +33,10 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.mdb.greenplum.
33
33
  if not _descriptor._USE_C_DESCRIPTORS:
34
34
  _globals['DESCRIPTOR']._loaded_options = None
35
35
  _globals['DESCRIPTOR']._serialized_options = b'\n!yandex.cloud.api.mdb.greenplum.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/greenplum/v1;greenplum'
36
+ _globals['_HBARULE_CONNECTIONTYPE'].values_by_name["HOSTSSL"]._loaded_options = None
37
+ _globals['_HBARULE_CONNECTIONTYPE'].values_by_name["HOSTSSL"]._serialized_options = b'\010\001'
38
+ _globals['_HBARULE_CONNECTIONTYPE'].values_by_name["HOSTNOSSL"]._loaded_options = None
39
+ _globals['_HBARULE_CONNECTIONTYPE'].values_by_name["HOSTNOSSL"]._serialized_options = b'\010\001'
36
40
  _globals['_HBARULE'].fields_by_name['priority']._loaded_options = None
37
41
  _globals['_HBARULE'].fields_by_name['priority']._serialized_options = b'\372\3071\0060-1000'
38
42
  _globals['_HBARULE'].fields_by_name['database']._loaded_options = None
@@ -42,9 +46,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
42
46
  _globals['_HBARULE'].fields_by_name['address']._loaded_options = None
43
47
  _globals['_HBARULE'].fields_by_name['address']._serialized_options = b'\350\3071\001'
44
48
  _globals['_HBARULE']._serialized_start=111
45
- _globals['_HBARULE']._serialized_end=541
49
+ _globals['_HBARULE']._serialized_end=549
46
50
  _globals['_HBARULE_CONNECTIONTYPE']._serialized_start=371
47
- _globals['_HBARULE_CONNECTIONTYPE']._serialized_end=458
48
- _globals['_HBARULE_AUTHMETHOD']._serialized_start=460
49
- _globals['_HBARULE_AUTHMETHOD']._serialized_end=541
51
+ _globals['_HBARULE_CONNECTIONTYPE']._serialized_end=466
52
+ _globals['_HBARULE_AUTHMETHOD']._serialized_start=468
53
+ _globals['_HBARULE_AUTHMETHOD']._serialized_end=549
50
54
  # @@protoc_insertion_point(module_scope)
@@ -26,7 +26,7 @@ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb
26
26
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
27
27
 
28
28
 
29
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/mdb/mongodb/v1/config/mongodb.proto\x12\"yandex.cloud.mdb.mongodb.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\xcd\x15\n\x0cMongodConfig\x12I\n\x07storage\x18\x01 \x01(\x0b\x32\x38.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage\x12`\n\x13operation_profiling\x18\x02 \x01(\x0b\x32\x43.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.OperationProfiling\x12\x45\n\x03net\x18\x03 \x01(\x0b\x32\x38.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Network\x12K\n\x08security\x18\x04 \x01(\x0b\x32\x39.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Security\x12L\n\taudit_log\x18\x05 \x01(\x0b\x32\x39.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.AuditLog\x12T\n\rset_parameter\x18\x06 \x01(\x0b\x32=.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.SetParameter\x1a\xc2\x07\n\x07Storage\x12X\n\x0bwired_tiger\x18\x01 \x01(\x0b\x32\x43.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger\x12Q\n\x07journal\x18\x02 \x01(\x0b\x32@.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.Journal\x1a\xbd\x05\n\nWiredTiger\x12g\n\rengine_config\x18\x01 \x01(\x0b\x32P.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.EngineConfig\x12o\n\x11\x63ollection_config\x18\x02 \x01(\x0b\x32T.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.CollectionConfig\x12\x65\n\x0cindex_config\x18\x03 \x01(\x0b\x32O.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.IndexConfig\x1a\x43\n\x0c\x45ngineConfig\x12\x33\n\rcache_size_gb\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x1a\xe1\x01\n\x10\x43ollectionConfig\x12y\n\x10\x62lock_compressor\x18\x01 \x01(\x0e\x32_.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.CollectionConfig.Compressor\"R\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\n\n\x06SNAPPY\x10\x02\x12\x08\n\x04ZLIB\x10\x03\x12\x08\n\x04ZSTD\x10\x04\x1a\x45\n\x0bIndexConfig\x12\x36\n\x12prefix_compression\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1aJ\n\x07Journal\x12?\n\x0f\x63ommit_interval\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\t\xfa\xc7\x31\x05\x31-500\x1a\xad\x02\n\x12OperationProfiling\x12V\n\x04mode\x18\x01 \x01(\x0e\x32H.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.OperationProfiling.Mode\x12>\n\x11slow_op_threshold\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x42\n\x13slow_op_sample_rate\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x07\xfa\xc7\x31\x03\x30-1\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x07\n\x03OFF\x10\x01\x12\x0b\n\x07SLOW_OP\x10\x02\x12\x07\n\x03\x41LL\x10\x03\x1a\x88\x03\n\x07Network\x12K\n\x18max_incoming_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12Y\n\x0b\x63ompression\x18\x02 \x01(\x0b\x32\x44.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Network.Compression\x1a\xd4\x01\n\x0b\x43ompression\x12m\n\x0b\x63ompressors\x18\x01 \x03(\x0e\x32O.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Network.Compression.CompressorB\x07\x82\xc8\x31\x03\x31-3\"V\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\n\n\x06SNAPPY\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04ZSTD\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04\x1a\x9f\x02\n\x08Security\x12\x35\n\x11\x65nable_encryption\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12L\n\x04kmip\x18\x02 \x01(\x0b\x32>.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Security.KMIP\x1a\x8d\x01\n\x04KMIP\x12\x13\n\x0bserver_name\x18\x01 \x01(\t\x12)\n\x04port\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x11\n\tserver_ca\x18\x03 \x01(\t\x12\x1a\n\x12\x63lient_certificate\x18\x04 \x01(\t\x12\x16\n\x0ekey_identifier\x18\x05 \x01(\t\x1aU\n\x08\x41uditLog\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t\x12\x39\n\x15runtime_configuration\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xde\x01\n\x0cSetParameter\x12?\n\x1b\x61udit_authorization_success\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x37\n\x13\x65nable_flow_control\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n&min_snapshot_history_window_in_seconds\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\"\xad\r\n\x0eMongoCfgConfig\x12K\n\x07storage\x18\x01 \x01(\x0b\x32:.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage\x12\x62\n\x13operation_profiling\x18\x02 \x01(\x0b\x32\x45.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.OperationProfiling\x12G\n\x03net\x18\x03 \x01(\x0b\x32:.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Network\x12V\n\rset_parameter\x18\x04 \x01(\x0b\x32?.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.SetParameter\x12N\n\taudit_log\x18\x05 \x01(\x0b\x32;.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.AuditLog\x1a\xd4\x03\n\x07Storage\x12Z\n\x0bwired_tiger\x18\x01 \x01(\x0b\x32\x45.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage.WiredTiger\x1a\xec\x02\n\nWiredTiger\x12i\n\rengine_config\x18\x01 \x01(\x0b\x32R.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage.WiredTiger.EngineConfig\x12g\n\x0cindex_config\x18\x02 \x01(\x0b\x32Q.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage.WiredTiger.IndexConfig\x1a\x43\n\x0c\x45ngineConfig\x12\x33\n\rcache_size_gb\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x1a\x45\n\x0bIndexConfig\x12\x36\n\x12prefix_compression\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xeb\x01\n\x12OperationProfiling\x12X\n\x04mode\x18\x01 \x01(\x0e\x32J.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.OperationProfiling.Mode\x12>\n\x11slow_op_threshold\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x07\n\x03OFF\x10\x01\x12\x0b\n\x07SLOW_OP\x10\x02\x12\x07\n\x03\x41LL\x10\x03\x1a\x8c\x03\n\x07Network\x12K\n\x18max_incoming_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12[\n\x0b\x63ompression\x18\x02 \x01(\x0b\x32\x46.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Network.Compression\x1a\xd6\x01\n\x0b\x43ompression\x12o\n\x0b\x63ompressors\x18\x01 \x03(\x0e\x32Q.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Network.Compression.CompressorB\x07\x82\xc8\x31\x03\x31-3\"V\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\n\n\x06SNAPPY\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04ZSTD\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04\x1a\x88\x01\n\x0cSetParameter\x12\x37\n\x13\x65nable_flow_control\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12?\n\x1b\x61udit_authorization_success\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\x1a\n\x08\x41uditLog\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t\"\xf1\x05\n\x0cMongosConfig\x12\x45\n\x03net\x18\x03 \x01(\x0b\x32\x38.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.Network\x12T\n\rset_parameter\x18\x04 \x01(\x0b\x32=.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.SetParameter\x12L\n\taudit_log\x18\x05 \x01(\x0b\x32\x39.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.AuditLog\x1a\x88\x03\n\x07Network\x12K\n\x18max_incoming_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12Y\n\x0b\x63ompression\x18\x02 \x01(\x0b\x32\x44.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.Network.Compression\x1a\xd4\x01\n\x0b\x43ompression\x12m\n\x0b\x63ompressors\x18\x01 \x03(\x0e\x32O.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.Network.Compression.CompressorB\x07\x82\xc8\x31\x03\x31-3\"V\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\n\n\x06SNAPPY\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04ZSTD\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04\x1aO\n\x0cSetParameter\x12?\n\x1b\x61udit_authorization_success\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\x1a\n\x08\x41uditLog\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t\"\xee\x01\n\x0fMongodConfigSet\x12J\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongodConfig\x12\x45\n\x0buser_config\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongodConfig\x12H\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongodConfig\"\xf6\x01\n\x11MongoCfgConfigSet\x12L\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig\x12G\n\x0buser_config\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig\x12J\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x32.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig\"\xee\x01\n\x0fMongosConfigSet\x12J\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongosConfig\x12\x45\n\x0buser_config\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongosConfig\x12H\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongosConfigBx\n&yandex.cloud.api.mdb.mongodb.v1.configZNgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/mongodb/v1/config;mongodbb\x06proto3')
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/mdb/mongodb/v1/config/mongodb.proto\x12\"yandex.cloud.mdb.mongodb.v1.config\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\"\x87\x1e\n\x0cMongodConfig\x12I\n\x07storage\x18\x01 \x01(\x0b\x32\x38.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage\x12`\n\x13operation_profiling\x18\x02 \x01(\x0b\x32\x43.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.OperationProfiling\x12\x45\n\x03net\x18\x03 \x01(\x0b\x32\x38.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Network\x12K\n\x08security\x18\x04 \x01(\x0b\x32\x39.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Security\x12L\n\taudit_log\x18\x05 \x01(\x0b\x32\x39.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.AuditLog\x12T\n\rset_parameter\x18\x06 \x01(\x0b\x32=.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.SetParameter\x12\x45\n\x05oplog\x18\x07 \x01(\x0b\x32\x36.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Oplog\x1a\xf4\x07\n\x07Storage\x12X\n\x0bwired_tiger\x18\x01 \x01(\x0b\x32\x43.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger\x12Q\n\x07journal\x18\x02 \x01(\x0b\x32@.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.Journal\x1a\xef\x05\n\nWiredTiger\x12g\n\rengine_config\x18\x01 \x01(\x0b\x32P.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.EngineConfig\x12o\n\x11\x63ollection_config\x18\x02 \x01(\x0b\x32T.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.CollectionConfig\x12\x65\n\x0cindex_config\x18\x03 \x01(\x0b\x32O.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.IndexConfig\x1au\n\x0c\x45ngineConfig\x12\x33\n\rcache_size_gb\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\ncache_size\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x1a\xe1\x01\n\x10\x43ollectionConfig\x12y\n\x10\x62lock_compressor\x18\x01 \x01(\x0e\x32_.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Storage.WiredTiger.CollectionConfig.Compressor\"R\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\n\n\x06SNAPPY\x10\x02\x12\x08\n\x04ZLIB\x10\x03\x12\x08\n\x04ZSTD\x10\x04\x1a\x45\n\x0bIndexConfig\x12\x36\n\x12prefix_compression\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1aJ\n\x07Journal\x12?\n\x0f\x63ommit_interval\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\t\xfa\xc7\x31\x05\x31-500\x1a\xad\x02\n\x12OperationProfiling\x12V\n\x04mode\x18\x01 \x01(\x0e\x32H.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.OperationProfiling.Mode\x12>\n\x11slow_op_threshold\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12\x42\n\x13slow_op_sample_rate\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValueB\x07\xfa\xc7\x31\x03\x30-1\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x07\n\x03OFF\x10\x01\x12\x0b\n\x07SLOW_OP\x10\x02\x12\x07\n\x03\x41LL\x10\x03\x1a\x88\x03\n\x07Network\x12K\n\x18max_incoming_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12Y\n\x0b\x63ompression\x18\x02 \x01(\x0b\x32\x44.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Network.Compression\x1a\xd4\x01\n\x0b\x43ompression\x12m\n\x0b\x63ompressors\x18\x01 \x03(\x0e\x32O.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Network.Compression.CompressorB\x07\x82\xc8\x31\x03\x31-3\"V\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\n\n\x06SNAPPY\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04ZSTD\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04\x1a\x9f\x02\n\x08Security\x12\x35\n\x11\x65nable_encryption\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12L\n\x04kmip\x18\x02 \x01(\x0b\x32>.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.Security.KMIP\x1a\x8d\x01\n\x04KMIP\x12\x13\n\x0bserver_name\x18\x01 \x01(\t\x12)\n\x04port\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x11\n\tserver_ca\x18\x03 \x01(\t\x12\x1a\n\x12\x63lient_certificate\x18\x04 \x01(\t\x12\x16\n\x0ekey_identifier\x18\x05 \x01(\t\x1aU\n\x08\x41uditLog\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t\x12\x39\n\x15runtime_configuration\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xa4\x08\n\x0cSetParameter\x12?\n\x1b\x61udit_authorization_success\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x37\n\x13\x65nable_flow_control\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12T\n&min_snapshot_history_window_in_seconds\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12L\n\x1f\x66low_control_target_lag_seconds\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\x12Q\n#flow_control_warn_threshold_seconds\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12T\n&migrate_clone_insertion_batch_delay_ms\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12P\n\"migrate_clone_insertion_batch_size\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12>\n\x19orphan_cleanup_delay_secs\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12P\n+persisted_chunk_cache_update_max_batch_size\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12J\n\x1crange_deleter_batch_delay_ms\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12\x46\n\x18range_deleter_batch_size\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x07\xfa\xc7\x31\x03>=0\x12_\n\x0cmirror_reads\x18\x0c \x01(\x0b\x32I.yandex.cloud.mdb.mongodb.v1.config.MongodConfig.SetParameter.MirrorReads\x1at\n\x0bMirrorReads\x12\x33\n\rsampling_rate\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\x0bmax_time_ms\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1ay\n\x05Oplog\x12\x35\n\x10max_size_percent\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x39\n\x13min_retention_hours\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xa3\x0f\n\x0eMongoCfgConfig\x12K\n\x07storage\x18\x01 \x01(\x0b\x32:.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage\x12\x62\n\x13operation_profiling\x18\x02 \x01(\x0b\x32\x45.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.OperationProfiling\x12G\n\x03net\x18\x03 \x01(\x0b\x32:.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Network\x12V\n\rset_parameter\x18\x04 \x01(\x0b\x32?.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.SetParameter\x12N\n\taudit_log\x18\x05 \x01(\x0b\x32;.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.AuditLog\x12G\n\x05oplog\x18\x06 \x01(\x0b\x32\x38.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Oplog\x1a\x86\x04\n\x07Storage\x12Z\n\x0bwired_tiger\x18\x01 \x01(\x0b\x32\x45.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage.WiredTiger\x1a\x9e\x03\n\nWiredTiger\x12i\n\rengine_config\x18\x01 \x01(\x0b\x32R.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage.WiredTiger.EngineConfig\x12g\n\x0cindex_config\x18\x02 \x01(\x0b\x32Q.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Storage.WiredTiger.IndexConfig\x1au\n\x0c\x45ngineConfig\x12\x33\n\rcache_size_gb\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\ncache_size\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x1a\x45\n\x0bIndexConfig\x12\x36\n\x12prefix_compression\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\xeb\x01\n\x12OperationProfiling\x12X\n\x04mode\x18\x01 \x01(\x0e\x32J.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.OperationProfiling.Mode\x12>\n\x11slow_op_threshold\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x06\xfa\xc7\x31\x02>0\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x07\n\x03OFF\x10\x01\x12\x0b\n\x07SLOW_OP\x10\x02\x12\x07\n\x03\x41LL\x10\x03\x1a\x8c\x03\n\x07Network\x12K\n\x18max_incoming_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12[\n\x0b\x63ompression\x18\x02 \x01(\x0b\x32\x46.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Network.Compression\x1a\xd6\x01\n\x0b\x43ompression\x12o\n\x0b\x63ompressors\x18\x01 \x03(\x0e\x32Q.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig.Network.Compression.CompressorB\x07\x82\xc8\x31\x03\x31-3\"V\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\n\n\x06SNAPPY\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04ZSTD\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04\x1a\x88\x01\n\x0cSetParameter\x12\x37\n\x13\x65nable_flow_control\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12?\n\x1b\x61udit_authorization_success\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x1a\x1a\n\x08\x41uditLog\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t\x1ay\n\x05Oplog\x12\x35\n\x10max_size_percent\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x39\n\x13min_retention_hours\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"\xa8\x0e\n\x0cMongosConfig\x12\x45\n\x03net\x18\x03 \x01(\x0b\x32\x38.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.Network\x12T\n\rset_parameter\x18\x04 \x01(\x0b\x32=.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.SetParameter\x12L\n\taudit_log\x18\x05 \x01(\x0b\x32\x39.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.AuditLog\x12/\n\nchunk_size\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1a\x88\x03\n\x07Network\x12K\n\x18max_incoming_connections\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueB\x0c\xfa\xc7\x31\x08\x31\x30-16384\x12Y\n\x0b\x63ompression\x18\x02 \x01(\x0b\x32\x44.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.Network.Compression\x1a\xd4\x01\n\x0b\x43ompression\x12m\n\x0b\x63ompressors\x18\x01 \x03(\x0e\x32O.yandex.cloud.mdb.mongodb.v1.config.MongosConfig.Network.Compression.CompressorB\x07\x82\xc8\x31\x03\x31-3\"V\n\nCompressor\x12\x1a\n\x16\x43OMPRESSOR_UNSPECIFIED\x10\x00\x12\n\n\x06SNAPPY\x10\x01\x12\x08\n\x04ZLIB\x10\x02\x12\x08\n\x04ZSTD\x10\x03\x12\x0c\n\x08\x44ISABLED\x10\x04\x1a\xd4\x08\n\x0cSetParameter\x12?\n\x1b\x61udit_authorization_success\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x37\n\x11read_hedging_mode\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12I\n$sharding_task_executor_pool_max_size\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12O\n*sharding_task_executor_pool_max_connecting\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12I\n$sharding_task_executor_pool_min_size\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12V\n0sharding_task_executor_pool_replica_set_matching\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12P\n+sharding_task_executor_pool_host_timeout_ms\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12W\n2sharding_task_executor_pool_refresh_requirement_ms\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12S\n.sharding_task_executor_pool_refresh_timeout_ms\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x62\n>warm_min_connections_in_sharding_task_executor_pool_on_startup\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12k\nFwarm_min_connections_in_sharding_task_executor_pool_on_startup_wait_ms\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\\\n7sharding_task_executor_pool_max_size_for_config_servers\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\\\n7sharding_task_executor_pool_min_size_for_config_servers\x18\r \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1a\x1a\n\x08\x41uditLog\x12\x0e\n\x06\x66ilter\x18\x01 \x01(\t\"\xee\x01\n\x0fMongodConfigSet\x12J\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongodConfig\x12\x45\n\x0buser_config\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongodConfig\x12H\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongodConfig\"\xf6\x01\n\x11MongoCfgConfigSet\x12L\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig\x12G\n\x0buser_config\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig\x12J\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x32.yandex.cloud.mdb.mongodb.v1.config.MongoCfgConfig\"\xee\x01\n\x0fMongosConfigSet\x12J\n\x10\x65\x66\x66\x65\x63tive_config\x18\x01 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongosConfig\x12\x45\n\x0buser_config\x18\x02 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongosConfig\x12H\n\x0e\x64\x65\x66\x61ult_config\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.mdb.mongodb.v1.config.MongosConfigBx\n&yandex.cloud.api.mdb.mongodb.v1.configZNgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/mongodb/v1/config;mongodbb\x06proto3')
30
30
 
31
31
  _globals = globals()
32
32
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -46,6 +46,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
46
46
  _globals['_MONGODCONFIG_NETWORK'].fields_by_name['max_incoming_connections']._serialized_options = b'\372\3071\01010-16384'
47
47
  _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['min_snapshot_history_window_in_seconds']._loaded_options = None
48
48
  _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['min_snapshot_history_window_in_seconds']._serialized_options = b'\372\3071\003>=0'
49
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['flow_control_target_lag_seconds']._loaded_options = None
50
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['flow_control_target_lag_seconds']._serialized_options = b'\372\3071\002>0'
51
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['flow_control_warn_threshold_seconds']._loaded_options = None
52
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['flow_control_warn_threshold_seconds']._serialized_options = b'\372\3071\003>=0'
53
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['migrate_clone_insertion_batch_delay_ms']._loaded_options = None
54
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['migrate_clone_insertion_batch_delay_ms']._serialized_options = b'\372\3071\003>=0'
55
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['migrate_clone_insertion_batch_size']._loaded_options = None
56
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['migrate_clone_insertion_batch_size']._serialized_options = b'\372\3071\003>=0'
57
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['range_deleter_batch_delay_ms']._loaded_options = None
58
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['range_deleter_batch_delay_ms']._serialized_options = b'\372\3071\003>=0'
59
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['range_deleter_batch_size']._loaded_options = None
60
+ _globals['_MONGODCONFIG_SETPARAMETER'].fields_by_name['range_deleter_batch_size']._serialized_options = b'\372\3071\003>=0'
49
61
  _globals['_MONGOCFGCONFIG_OPERATIONPROFILING'].fields_by_name['slow_op_threshold']._loaded_options = None
50
62
  _globals['_MONGOCFGCONFIG_OPERATIONPROFILING'].fields_by_name['slow_op_threshold']._serialized_options = b'\372\3071\002>0'
51
63
  _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION'].fields_by_name['compressors']._loaded_options = None
@@ -57,79 +69,85 @@ if not _descriptor._USE_C_DESCRIPTORS:
57
69
  _globals['_MONGOSCONFIG_NETWORK'].fields_by_name['max_incoming_connections']._loaded_options = None
58
70
  _globals['_MONGOSCONFIG_NETWORK'].fields_by_name['max_incoming_connections']._serialized_options = b'\372\3071\01010-16384'
59
71
  _globals['_MONGODCONFIG']._serialized_start=152
60
- _globals['_MONGODCONFIG']._serialized_end=2917
61
- _globals['_MONGODCONFIG_STORAGE']._serialized_start=654
62
- _globals['_MONGODCONFIG_STORAGE']._serialized_end=1616
63
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER']._serialized_start=839
64
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER']._serialized_end=1540
65
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_start=1174
66
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_end=1241
67
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG']._serialized_start=1244
68
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG']._serialized_end=1469
69
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG_COMPRESSOR']._serialized_start=1387
70
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG_COMPRESSOR']._serialized_end=1469
71
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_start=1471
72
- _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_end=1540
73
- _globals['_MONGODCONFIG_STORAGE_JOURNAL']._serialized_start=1542
74
- _globals['_MONGODCONFIG_STORAGE_JOURNAL']._serialized_end=1616
75
- _globals['_MONGODCONFIG_OPERATIONPROFILING']._serialized_start=1619
76
- _globals['_MONGODCONFIG_OPERATIONPROFILING']._serialized_end=1920
77
- _globals['_MONGODCONFIG_OPERATIONPROFILING_MODE']._serialized_start=1861
78
- _globals['_MONGODCONFIG_OPERATIONPROFILING_MODE']._serialized_end=1920
79
- _globals['_MONGODCONFIG_NETWORK']._serialized_start=1923
80
- _globals['_MONGODCONFIG_NETWORK']._serialized_end=2315
81
- _globals['_MONGODCONFIG_NETWORK_COMPRESSION']._serialized_start=2103
82
- _globals['_MONGODCONFIG_NETWORK_COMPRESSION']._serialized_end=2315
83
- _globals['_MONGODCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_start=2229
84
- _globals['_MONGODCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_end=2315
85
- _globals['_MONGODCONFIG_SECURITY']._serialized_start=2318
86
- _globals['_MONGODCONFIG_SECURITY']._serialized_end=2605
87
- _globals['_MONGODCONFIG_SECURITY_KMIP']._serialized_start=2464
88
- _globals['_MONGODCONFIG_SECURITY_KMIP']._serialized_end=2605
89
- _globals['_MONGODCONFIG_AUDITLOG']._serialized_start=2607
90
- _globals['_MONGODCONFIG_AUDITLOG']._serialized_end=2692
91
- _globals['_MONGODCONFIG_SETPARAMETER']._serialized_start=2695
92
- _globals['_MONGODCONFIG_SETPARAMETER']._serialized_end=2917
93
- _globals['_MONGOCFGCONFIG']._serialized_start=2920
94
- _globals['_MONGOCFGCONFIG']._serialized_end=4629
95
- _globals['_MONGOCFGCONFIG_STORAGE']._serialized_start=3357
96
- _globals['_MONGOCFGCONFIG_STORAGE']._serialized_end=3825
97
- _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER']._serialized_start=3461
98
- _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER']._serialized_end=3825
99
- _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_start=1174
100
- _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_end=1241
101
- _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_start=1471
102
- _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_end=1540
103
- _globals['_MONGOCFGCONFIG_OPERATIONPROFILING']._serialized_start=3828
104
- _globals['_MONGOCFGCONFIG_OPERATIONPROFILING']._serialized_end=4063
105
- _globals['_MONGOCFGCONFIG_OPERATIONPROFILING_MODE']._serialized_start=1861
106
- _globals['_MONGOCFGCONFIG_OPERATIONPROFILING_MODE']._serialized_end=1920
107
- _globals['_MONGOCFGCONFIG_NETWORK']._serialized_start=4066
108
- _globals['_MONGOCFGCONFIG_NETWORK']._serialized_end=4462
109
- _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION']._serialized_start=4248
110
- _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION']._serialized_end=4462
111
- _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_start=2229
112
- _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_end=2315
113
- _globals['_MONGOCFGCONFIG_SETPARAMETER']._serialized_start=4465
114
- _globals['_MONGOCFGCONFIG_SETPARAMETER']._serialized_end=4601
115
- _globals['_MONGOCFGCONFIG_AUDITLOG']._serialized_start=2607
116
- _globals['_MONGOCFGCONFIG_AUDITLOG']._serialized_end=2633
117
- _globals['_MONGOSCONFIG']._serialized_start=4632
118
- _globals['_MONGOSCONFIG']._serialized_end=5385
119
- _globals['_MONGOSCONFIG_NETWORK']._serialized_start=4884
120
- _globals['_MONGOSCONFIG_NETWORK']._serialized_end=5276
121
- _globals['_MONGOSCONFIG_NETWORK_COMPRESSION']._serialized_start=5064
122
- _globals['_MONGOSCONFIG_NETWORK_COMPRESSION']._serialized_end=5276
123
- _globals['_MONGOSCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_start=2229
124
- _globals['_MONGOSCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_end=2315
125
- _globals['_MONGOSCONFIG_SETPARAMETER']._serialized_start=2695
126
- _globals['_MONGOSCONFIG_SETPARAMETER']._serialized_end=2774
127
- _globals['_MONGOSCONFIG_AUDITLOG']._serialized_start=2607
128
- _globals['_MONGOSCONFIG_AUDITLOG']._serialized_end=2633
129
- _globals['_MONGODCONFIGSET']._serialized_start=5388
130
- _globals['_MONGODCONFIGSET']._serialized_end=5626
131
- _globals['_MONGOCFGCONFIGSET']._serialized_start=5629
132
- _globals['_MONGOCFGCONFIGSET']._serialized_end=5875
133
- _globals['_MONGOSCONFIGSET']._serialized_start=5878
134
- _globals['_MONGOSCONFIGSET']._serialized_end=6116
72
+ _globals['_MONGODCONFIG']._serialized_end=3999
73
+ _globals['_MONGODCONFIG_STORAGE']._serialized_start=725
74
+ _globals['_MONGODCONFIG_STORAGE']._serialized_end=1737
75
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER']._serialized_start=910
76
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER']._serialized_end=1661
77
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_start=1245
78
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_end=1362
79
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG']._serialized_start=1365
80
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG']._serialized_end=1590
81
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG_COMPRESSOR']._serialized_start=1508
82
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_COLLECTIONCONFIG_COMPRESSOR']._serialized_end=1590
83
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_start=1592
84
+ _globals['_MONGODCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_end=1661
85
+ _globals['_MONGODCONFIG_STORAGE_JOURNAL']._serialized_start=1663
86
+ _globals['_MONGODCONFIG_STORAGE_JOURNAL']._serialized_end=1737
87
+ _globals['_MONGODCONFIG_OPERATIONPROFILING']._serialized_start=1740
88
+ _globals['_MONGODCONFIG_OPERATIONPROFILING']._serialized_end=2041
89
+ _globals['_MONGODCONFIG_OPERATIONPROFILING_MODE']._serialized_start=1982
90
+ _globals['_MONGODCONFIG_OPERATIONPROFILING_MODE']._serialized_end=2041
91
+ _globals['_MONGODCONFIG_NETWORK']._serialized_start=2044
92
+ _globals['_MONGODCONFIG_NETWORK']._serialized_end=2436
93
+ _globals['_MONGODCONFIG_NETWORK_COMPRESSION']._serialized_start=2224
94
+ _globals['_MONGODCONFIG_NETWORK_COMPRESSION']._serialized_end=2436
95
+ _globals['_MONGODCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_start=2350
96
+ _globals['_MONGODCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_end=2436
97
+ _globals['_MONGODCONFIG_SECURITY']._serialized_start=2439
98
+ _globals['_MONGODCONFIG_SECURITY']._serialized_end=2726
99
+ _globals['_MONGODCONFIG_SECURITY_KMIP']._serialized_start=2585
100
+ _globals['_MONGODCONFIG_SECURITY_KMIP']._serialized_end=2726
101
+ _globals['_MONGODCONFIG_AUDITLOG']._serialized_start=2728
102
+ _globals['_MONGODCONFIG_AUDITLOG']._serialized_end=2813
103
+ _globals['_MONGODCONFIG_SETPARAMETER']._serialized_start=2816
104
+ _globals['_MONGODCONFIG_SETPARAMETER']._serialized_end=3876
105
+ _globals['_MONGODCONFIG_SETPARAMETER_MIRRORREADS']._serialized_start=3760
106
+ _globals['_MONGODCONFIG_SETPARAMETER_MIRRORREADS']._serialized_end=3876
107
+ _globals['_MONGODCONFIG_OPLOG']._serialized_start=3878
108
+ _globals['_MONGODCONFIG_OPLOG']._serialized_end=3999
109
+ _globals['_MONGOCFGCONFIG']._serialized_start=4002
110
+ _globals['_MONGOCFGCONFIG']._serialized_end=5957
111
+ _globals['_MONGOCFGCONFIG_STORAGE']._serialized_start=4512
112
+ _globals['_MONGOCFGCONFIG_STORAGE']._serialized_end=5030
113
+ _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER']._serialized_start=4616
114
+ _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER']._serialized_end=5030
115
+ _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_start=1245
116
+ _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_ENGINECONFIG']._serialized_end=1362
117
+ _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_start=1592
118
+ _globals['_MONGOCFGCONFIG_STORAGE_WIREDTIGER_INDEXCONFIG']._serialized_end=1661
119
+ _globals['_MONGOCFGCONFIG_OPERATIONPROFILING']._serialized_start=5033
120
+ _globals['_MONGOCFGCONFIG_OPERATIONPROFILING']._serialized_end=5268
121
+ _globals['_MONGOCFGCONFIG_OPERATIONPROFILING_MODE']._serialized_start=1982
122
+ _globals['_MONGOCFGCONFIG_OPERATIONPROFILING_MODE']._serialized_end=2041
123
+ _globals['_MONGOCFGCONFIG_NETWORK']._serialized_start=5271
124
+ _globals['_MONGOCFGCONFIG_NETWORK']._serialized_end=5667
125
+ _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION']._serialized_start=5453
126
+ _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION']._serialized_end=5667
127
+ _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_start=2350
128
+ _globals['_MONGOCFGCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_end=2436
129
+ _globals['_MONGOCFGCONFIG_SETPARAMETER']._serialized_start=5670
130
+ _globals['_MONGOCFGCONFIG_SETPARAMETER']._serialized_end=5806
131
+ _globals['_MONGOCFGCONFIG_AUDITLOG']._serialized_start=2728
132
+ _globals['_MONGOCFGCONFIG_AUDITLOG']._serialized_end=2754
133
+ _globals['_MONGOCFGCONFIG_OPLOG']._serialized_start=3878
134
+ _globals['_MONGOCFGCONFIG_OPLOG']._serialized_end=3999
135
+ _globals['_MONGOSCONFIG']._serialized_start=5960
136
+ _globals['_MONGOSCONFIG']._serialized_end=7792
137
+ _globals['_MONGOSCONFIG_NETWORK']._serialized_start=6261
138
+ _globals['_MONGOSCONFIG_NETWORK']._serialized_end=6653
139
+ _globals['_MONGOSCONFIG_NETWORK_COMPRESSION']._serialized_start=6441
140
+ _globals['_MONGOSCONFIG_NETWORK_COMPRESSION']._serialized_end=6653
141
+ _globals['_MONGOSCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_start=2350
142
+ _globals['_MONGOSCONFIG_NETWORK_COMPRESSION_COMPRESSOR']._serialized_end=2436
143
+ _globals['_MONGOSCONFIG_SETPARAMETER']._serialized_start=6656
144
+ _globals['_MONGOSCONFIG_SETPARAMETER']._serialized_end=7764
145
+ _globals['_MONGOSCONFIG_AUDITLOG']._serialized_start=2728
146
+ _globals['_MONGOSCONFIG_AUDITLOG']._serialized_end=2754
147
+ _globals['_MONGODCONFIGSET']._serialized_start=7795
148
+ _globals['_MONGODCONFIGSET']._serialized_end=8033
149
+ _globals['_MONGOCFGCONFIGSET']._serialized_start=8036
150
+ _globals['_MONGOCFGCONFIGSET']._serialized_end=8282
151
+ _globals['_MONGOSCONFIGSET']._serialized_start=8285
152
+ _globals['_MONGOSCONFIGSET']._serialized_end=8523
135
153
  # @@protoc_insertion_point(module_scope)