yandexcloud 0.287.0__py3-none-any.whl → 0.289.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.
Files changed (565) hide show
  1. yandex/cloud/access/access_pb2.pyi +288 -0
  2. yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +63 -0
  3. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +53 -0
  4. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +67 -0
  5. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +55 -0
  6. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +122 -0
  7. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +195 -0
  8. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +122 -0
  9. yandex/cloud/ai/llm/v1alpha/llm_pb2.pyi +121 -0
  10. yandex/cloud/ai/llm/v1alpha/llm_service_pb2.pyi +280 -0
  11. yandex/cloud/ai/ocr/v1/ocr_pb2.pyi +364 -0
  12. yandex/cloud/ai/ocr/v1/ocr_service_pb2.pyi +92 -0
  13. yandex/cloud/ai/stt/v2/stt_service_pb2.pyi +299 -0
  14. yandex/cloud/ai/stt/v3/stt_pb2.pyi +1437 -0
  15. yandex/cloud/ai/stt/v3/stt_service_pb2.pyi +26 -0
  16. yandex/cloud/ai/translate/v2/translation_pb2.pyi +55 -0
  17. yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +272 -0
  18. yandex/cloud/ai/tts/v3/tts_pb2.pyi +474 -0
  19. yandex/cloud/ai/tts/v3/tts_service_pb2.pyi +8 -0
  20. yandex/cloud/ai/vision/v1/classification_pb2.pyi +55 -0
  21. yandex/cloud/ai/vision/v1/face_detection_pb2.pyi +51 -0
  22. yandex/cloud/ai/vision/v1/image_copy_search_pb2.pyi +63 -0
  23. yandex/cloud/ai/vision/v1/primitives_pb2.pyi +51 -0
  24. yandex/cloud/ai/vision/v1/text_detection_pb2.pyi +196 -0
  25. yandex/cloud/ai/vision/v1/vision_service_pb2.pyi +284 -0
  26. yandex/cloud/ai/vision/v2/image_classifier_pb2.pyi +159 -0
  27. yandex/cloud/ai/vision/v2/image_classifier_service_pb2.pyi +8 -0
  28. yandex/cloud/ai/vision/v2/image_pb2.pyi +57 -0
  29. yandex/cloud/api/operation_pb2.pyi +47 -0
  30. yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +944 -0
  31. yandex/cloud/apploadbalancer/v1/backend_group_service_pb2.pyi +558 -0
  32. yandex/cloud/apploadbalancer/v1/http_router_pb2.pyi +92 -0
  33. yandex/cloud/apploadbalancer/v1/http_router_service_pb2.pyi +389 -0
  34. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +837 -0
  35. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +1073 -0
  36. yandex/cloud/apploadbalancer/v1/logging_pb2.pyi +117 -0
  37. yandex/cloud/apploadbalancer/v1/payload_pb2.pyi +31 -0
  38. yandex/cloud/apploadbalancer/v1/target_group_pb2.pyi +117 -0
  39. yandex/cloud/apploadbalancer/v1/target_group_service_pb2.pyi +450 -0
  40. yandex/cloud/apploadbalancer/v1/tls_pb2.pyi +34 -0
  41. yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +798 -0
  42. yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +501 -0
  43. yandex/cloud/audittrails/v1/trail_pb2.pyi +449 -0
  44. yandex/cloud/audittrails/v1/trail_service_pb2.pyi +363 -0
  45. yandex/cloud/backup/v1/backup_pb2.pyi +468 -0
  46. yandex/cloud/backup/v1/backup_service_pb2.pyi +454 -0
  47. yandex/cloud/backup/v1/policy_pb2.pyi +742 -0
  48. yandex/cloud/backup/v1/policy_service_pb2.py +8 -8
  49. yandex/cloud/backup/v1/policy_service_pb2.pyi +342 -0
  50. yandex/cloud/backup/v1/provider_service_pb2.pyi +90 -0
  51. yandex/cloud/backup/v1/resource_pb2.pyi +273 -0
  52. yandex/cloud/backup/v1/resource_service_pb2.pyi +357 -0
  53. yandex/cloud/billing/v1/billable_object_pb2.pyi +65 -0
  54. yandex/cloud/billing/v1/billing_account_pb2.pyi +62 -0
  55. yandex/cloud/billing/v1/billing_account_service_pb2.pyi +190 -0
  56. yandex/cloud/billing/v1/budget_pb2.pyi +409 -0
  57. yandex/cloud/billing/v1/budget_service_pb2.pyi +151 -0
  58. yandex/cloud/billing/v1/customer_pb2.pyi +79 -0
  59. yandex/cloud/billing/v1/customer_service_pb2.pyi +187 -0
  60. yandex/cloud/billing/v1/service_pb2.pyi +37 -0
  61. yandex/cloud/billing/v1/service_service_pb2.pyi +96 -0
  62. yandex/cloud/billing/v1/sku_pb2.pyi +173 -0
  63. yandex/cloud/billing/v1/sku_service_pb2.pyi +128 -0
  64. yandex/cloud/cdn/v1/cache_service_pb2.pyi +95 -0
  65. yandex/cloud/cdn/v1/origin_group_pb2.pyi +54 -0
  66. yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +252 -0
  67. yandex/cloud/cdn/v1/origin_pb2.pyi +186 -0
  68. yandex/cloud/cdn/v1/origin_service_pb2.pyi +262 -0
  69. yandex/cloud/cdn/v1/provider_service_pb2.pyi +86 -0
  70. yandex/cloud/cdn/v1/raw_logs_pb2.pyi +80 -0
  71. yandex/cloud/cdn/v1/raw_logs_service_pb2.pyi +207 -0
  72. yandex/cloud/cdn/v1/resource_pb2.pyi +1067 -0
  73. yandex/cloud/cdn/v1/resource_service_pb2.pyi +401 -0
  74. yandex/cloud/cdn/v1/rule_pb2.pyi +45 -0
  75. yandex/cloud/cdn/v1/rule_service_pb2.pyi +211 -0
  76. yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.pyi +87 -0
  77. yandex/cloud/certificatemanager/v1/certificate_pb2.pyi +381 -0
  78. yandex/cloud/certificatemanager/v1/certificate_service_pb2.pyi +515 -0
  79. yandex/cloud/compute/v1/disk_pb2.pyi +202 -0
  80. yandex/cloud/compute/v1/disk_placement_group_pb2.pyi +143 -0
  81. yandex/cloud/compute/v1/disk_placement_group_service_pb2.pyi +425 -0
  82. yandex/cloud/compute/v1/disk_service_pb2.pyi +561 -0
  83. yandex/cloud/compute/v1/disk_type_pb2.pyi +39 -0
  84. yandex/cloud/compute/v1/disk_type_service_pb2.pyi +86 -0
  85. yandex/cloud/compute/v1/filesystem_pb2.pyi +137 -0
  86. yandex/cloud/compute/v1/filesystem_service_pb2.pyi +394 -0
  87. yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +139 -0
  88. yandex/cloud/compute/v1/gpu_cluster_service_pb2.pyi +439 -0
  89. yandex/cloud/compute/v1/host_group_pb2.pyi +224 -0
  90. yandex/cloud/compute/v1/host_group_service_pb2.pyi +556 -0
  91. yandex/cloud/compute/v1/host_type_pb2.pyi +48 -0
  92. yandex/cloud/compute/v1/host_type_service_pb2.pyi +87 -0
  93. yandex/cloud/compute/v1/image_pb2.pyi +188 -0
  94. yandex/cloud/compute/v1/image_service_pb2.pyi +430 -0
  95. yandex/cloud/compute/v1/instance_pb2.pyi +798 -0
  96. yandex/cloud/compute/v1/instance_service_pb2.pyi +1806 -0
  97. yandex/cloud/compute/v1/instancegroup/instance_group_pb2.pyi +2064 -0
  98. yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.pyi +1004 -0
  99. yandex/cloud/compute/v1/maintenance_pb2.pyi +38 -0
  100. yandex/cloud/compute/v1/placement_group_pb2.pyi +115 -0
  101. yandex/cloud/compute/v1/placement_group_service_pb2.pyi +423 -0
  102. yandex/cloud/compute/v1/snapshot_pb2.pyi +139 -0
  103. yandex/cloud/compute/v1/snapshot_schedule_pb2.pyi +221 -0
  104. yandex/cloud/compute/v1/snapshot_schedule_service_pb2.pyi +678 -0
  105. yandex/cloud/compute/v1/snapshot_service_pb2.pyi +350 -0
  106. yandex/cloud/compute/v1/zone_pb2.pyi +63 -0
  107. yandex/cloud/compute/v1/zone_service_pb2.pyi +84 -0
  108. yandex/cloud/containerregistry/v1/blob_pb2.pyi +45 -0
  109. yandex/cloud/containerregistry/v1/image_pb2.pyi +75 -0
  110. yandex/cloud/containerregistry/v1/image_service_pb2.pyi +160 -0
  111. yandex/cloud/containerregistry/v1/ip_permission_pb2.pyi +95 -0
  112. yandex/cloud/containerregistry/v1/lifecycle_policy_pb2.pyi +131 -0
  113. yandex/cloud/containerregistry/v1/lifecycle_policy_service_pb2.pyi +479 -0
  114. yandex/cloud/containerregistry/v1/registry_pb2.pyi +103 -0
  115. yandex/cloud/containerregistry/v1/registry_service_pb2.pyi +386 -0
  116. yandex/cloud/containerregistry/v1/repository_pb2.pyi +35 -0
  117. yandex/cloud/containerregistry/v1/repository_service_pb2.pyi +202 -0
  118. yandex/cloud/containerregistry/v1/scan_policy_pb2.pyi +140 -0
  119. yandex/cloud/containerregistry/v1/scan_policy_service_pb2.pyi +177 -0
  120. yandex/cloud/containerregistry/v1/scanner_pb2.pyi +254 -0
  121. yandex/cloud/containerregistry/v1/scanner_service_pb2.pyi +234 -0
  122. yandex/cloud/dataproc/manager/v1/job_pb2.pyi +608 -0
  123. yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +201 -0
  124. yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +449 -0
  125. yandex/cloud/dataproc/v1/cluster_pb2.pyi +351 -0
  126. yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +764 -0
  127. yandex/cloud/dataproc/v1/common_pb2.pyi +75 -0
  128. yandex/cloud/dataproc/v1/job_pb2.pyi +526 -0
  129. yandex/cloud/dataproc/v1/job_service_pb2.pyi +250 -0
  130. yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +45 -0
  131. yandex/cloud/dataproc/v1/resource_preset_service_pb2.pyi +83 -0
  132. yandex/cloud/dataproc/v1/subcluster_pb2.pyi +248 -0
  133. yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +301 -0
  134. yandex/cloud/datasphere/v1/app_token_service_pb2.pyi +27 -0
  135. yandex/cloud/datasphere/v1/folder_budget_service_pb2.pyi +101 -0
  136. yandex/cloud/datasphere/v1/node_execution_error_details_pb2.pyi +41 -0
  137. yandex/cloud/datasphere/v1/node_service_pb2.pyi +104 -0
  138. yandex/cloud/datasphere/v1/project_data_service_pb2.pyi +122 -0
  139. yandex/cloud/datasphere/v1/project_pb2.pyi +149 -0
  140. yandex/cloud/datasphere/v1/project_service_pb2.pyi +606 -0
  141. yandex/cloud/datasphere/v2/community_pb2.pyi +75 -0
  142. yandex/cloud/datasphere/v2/community_service_pb2.pyi +384 -0
  143. yandex/cloud/datasphere/v2/dataset_pb2.pyi +159 -0
  144. yandex/cloud/datasphere/v2/dataset_service_pb2.pyi +47 -0
  145. yandex/cloud/datasphere/v2/docker_image_service_pb2.pyi +29 -0
  146. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +484 -0
  147. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +694 -0
  148. yandex/cloud/datasphere/v2/project_pb2.pyi +265 -0
  149. yandex/cloud/datasphere/v2/project_service_pb2.pyi +815 -0
  150. yandex/cloud/datasphere/v2/resource_types_pb2.pyi +46 -0
  151. yandex/cloud/datasphere/v2/restrictions_pb2.pyi +127 -0
  152. yandex/cloud/datasphere/v2/s3_service_pb2.pyi +47 -0
  153. yandex/cloud/datasphere/v2/secret_pb2.pyi +102 -0
  154. yandex/cloud/datasphere/v2/user_pb2.pyi +43 -0
  155. yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +295 -0
  156. yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +324 -0
  157. yandex/cloud/datatransfer/v1/endpoint/kafka_pb2.pyi +294 -0
  158. yandex/cloud/datatransfer/v1/endpoint/metrika_pb2.pyi +84 -0
  159. yandex/cloud/datatransfer/v1/endpoint/mongo_pb2.pyi +191 -0
  160. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +261 -0
  161. yandex/cloud/datatransfer/v1/endpoint/parsers_pb2.pyi +91 -0
  162. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +326 -0
  163. yandex/cloud/datatransfer/v1/endpoint/serializers_pb2.pyi +105 -0
  164. yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +154 -0
  165. yandex/cloud/datatransfer/v1/endpoint/yds_pb2.pyi +155 -0
  166. yandex/cloud/datatransfer/v1/endpoint_pb2.pyi +144 -0
  167. yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +262 -0
  168. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +689 -0
  169. yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +338 -0
  170. yandex/cloud/dns/v1/dns_zone_pb2.pyi +163 -0
  171. yandex/cloud/dns/v1/dns_zone_service_pb2.pyi +655 -0
  172. yandex/cloud/endpoint/api_endpoint_pb2.pyi +29 -0
  173. yandex/cloud/endpoint/api_endpoint_service_pb2.pyi +66 -0
  174. yandex/cloud/iam/v1/api_key_pb2.pyi +61 -0
  175. yandex/cloud/iam/v1/api_key_service_pb2.pyi +293 -0
  176. yandex/cloud/iam/v1/awscompatibility/access_key_pb2.pyi +61 -0
  177. yandex/cloud/iam/v1/awscompatibility/access_key_service_pb2.pyi +283 -0
  178. yandex/cloud/iam/v1/iam_token_service_pb2.pyi +80 -0
  179. yandex/cloud/iam/v1/key_pb2.pyi +90 -0
  180. yandex/cloud/iam/v1/key_service_pb2.pyi +320 -0
  181. yandex/cloud/iam/v1/resource_pb2.pyi +33 -0
  182. yandex/cloud/iam/v1/role_pb2.pyi +33 -0
  183. yandex/cloud/iam/v1/role_service_pb2.pyi +92 -0
  184. yandex/cloud/iam/v1/service_account_pb2.pyi +75 -0
  185. yandex/cloud/iam/v1/service_account_service_pb2.pyi +335 -0
  186. yandex/cloud/iam/v1/service_control_pb2.pyi +98 -0
  187. yandex/cloud/iam/v1/service_control_service_pb2.pyi +310 -0
  188. yandex/cloud/iam/v1/user_account_pb2.pyi +133 -0
  189. yandex/cloud/iam/v1/user_account_service_pb2.pyi +27 -0
  190. yandex/cloud/iam/v1/yandex_passport_user_account_service_pb2.pyi +27 -0
  191. yandex/cloud/iot/broker/v1/broker_data_service_pb2.pyi +45 -0
  192. yandex/cloud/iot/broker/v1/broker_pb2.pyi +209 -0
  193. yandex/cloud/iot/broker/v1/broker_service_pb2.pyi +627 -0
  194. yandex/cloud/iot/devices/v1/device_data_service_pb2.pyi +45 -0
  195. yandex/cloud/iot/devices/v1/device_pb2.pyi +233 -0
  196. yandex/cloud/iot/devices/v1/device_service_pb2.pyi +670 -0
  197. yandex/cloud/iot/devices/v1/registry_data_service_pb2.pyi +45 -0
  198. yandex/cloud/iot/devices/v1/registry_pb2.pyi +291 -0
  199. yandex/cloud/iot/devices/v1/registry_service_pb2.pyi +849 -0
  200. yandex/cloud/k8s/v1/cluster_pb2.pyi +610 -0
  201. yandex/cloud/k8s/v1/cluster_service_pb2.pyi +904 -0
  202. yandex/cloud/k8s/v1/maintenance_pb2.pyi +132 -0
  203. yandex/cloud/k8s/v1/node_group_pb2.pyi +365 -0
  204. yandex/cloud/k8s/v1/node_group_service_pb2.pyi +566 -0
  205. yandex/cloud/k8s/v1/node_pb2.pyi +784 -0
  206. yandex/cloud/k8s/v1/version_pb2.pyi +68 -0
  207. yandex/cloud/k8s/v1/version_service_pb2.pyi +64 -0
  208. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_crypto_service_pb2.pyi +92 -0
  209. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_pb2.pyi +149 -0
  210. yandex/cloud/kms/v1/asymmetricencryption/asymmetric_encryption_key_service_pb2.pyi +335 -0
  211. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_crypto_service_pb2.pyi +140 -0
  212. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_pb2.pyi +189 -0
  213. yandex/cloud/kms/v1/asymmetricsignature/asymmetric_signature_key_service_pb2.pyi +335 -0
  214. yandex/cloud/kms/v1/symmetric_crypto_service_pb2.pyi +270 -0
  215. yandex/cloud/kms/v1/symmetric_key_pb2.pyi +260 -0
  216. yandex/cloud/kms/v1/symmetric_key_service_pb2.pyi +591 -0
  217. yandex/cloud/loadbalancer/v1/health_check_pb2.pyi +102 -0
  218. yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +364 -0
  219. yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +747 -0
  220. yandex/cloud/loadbalancer/v1/target_group_pb2.pyi +109 -0
  221. yandex/cloud/loadbalancer/v1/target_group_service_pb2.pyi +434 -0
  222. yandex/cloud/loadtesting/agent/v1/agent_pb2.pyi +26 -0
  223. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.py +10 -10
  224. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +83 -0
  225. yandex/cloud/loadtesting/agent/v1/agent_service_pb2.pyi +79 -0
  226. yandex/cloud/loadtesting/agent/v1/job_service_pb2.pyi +309 -0
  227. yandex/cloud/loadtesting/agent/v1/monitoring_service_pb2.pyi +102 -0
  228. yandex/cloud/loadtesting/agent/v1/test_pb2.pyi +181 -0
  229. yandex/cloud/loadtesting/agent/v1/test_service_pb2.pyi +105 -0
  230. yandex/cloud/loadtesting/agent/v1/trail_service_pb2.pyi +178 -0
  231. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +91 -0
  232. yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +120 -0
  233. yandex/cloud/loadtesting/api/v1/agent/status_pb2.pyi +97 -0
  234. yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +301 -0
  235. yandex/cloud/loadtesting/api/v1/common/quantiles_pb2.pyi +61 -0
  236. yandex/cloud/loadtesting/api/v1/common/tag_pb2.pyi +33 -0
  237. yandex/cloud/loadtesting/api/v1/config/config_pb2.pyi +53 -0
  238. yandex/cloud/loadtesting/api/v1/config_service_pb2.pyi +165 -0
  239. yandex/cloud/loadtesting/api/v1/report/status_pb2.pyi +45 -0
  240. yandex/cloud/loadtesting/api/v1/report/table/report_pb2.pyi +79 -0
  241. yandex/cloud/loadtesting/api/v1/report_service_pb2.pyi +78 -0
  242. yandex/cloud/loadtesting/api/v1/test/agent_selector_pb2.pyi +42 -0
  243. yandex/cloud/loadtesting/api/v1/test/artifact_settings_pb2.pyi +61 -0
  244. yandex/cloud/loadtesting/api/v1/test/details_pb2.pyi +54 -0
  245. yandex/cloud/loadtesting/api/v1/test/file_pointer_pb2.pyi +34 -0
  246. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +37 -0
  247. yandex/cloud/loadtesting/api/v1/test/object_storage_pb2.pyi +33 -0
  248. yandex/cloud/loadtesting/api/v1/test/single_agent_configuration_pb2.pyi +74 -0
  249. yandex/cloud/loadtesting/api/v1/test/status_pb2.pyi +96 -0
  250. yandex/cloud/loadtesting/api/v1/test/summary_pb2.pyi +96 -0
  251. yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +65 -0
  252. yandex/cloud/loadtesting/api/v1/test_service_pb2.pyi +233 -0
  253. yandex/cloud/lockbox/v1/payload_pb2.pyi +61 -0
  254. yandex/cloud/lockbox/v1/payload_service_pb2.pyi +31 -0
  255. yandex/cloud/lockbox/v1/secret_pb2.pyi +209 -0
  256. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +634 -0
  257. yandex/cloud/logging/v1/export_pb2.pyi +121 -0
  258. yandex/cloud/logging/v1/export_service_pb2.pyi +474 -0
  259. yandex/cloud/logging/v1/log_entry_pb2.pyi +289 -0
  260. yandex/cloud/logging/v1/log_group_pb2.pyi +143 -0
  261. yandex/cloud/logging/v1/log_group_service_pb2.pyi +479 -0
  262. yandex/cloud/logging/v1/log_ingestion_service_pb2.pyi +98 -0
  263. yandex/cloud/logging/v1/log_reading_service_pb2.pyi +171 -0
  264. yandex/cloud/logging/v1/log_resource_pb2.pyi +65 -0
  265. yandex/cloud/logging/v1/sink_pb2.pyi +124 -0
  266. yandex/cloud/logging/v1/sink_service_pb2.pyi +390 -0
  267. yandex/cloud/marketplace/licensemanager/v1/instance_pb2.pyi +135 -0
  268. yandex/cloud/marketplace/licensemanager/v1/instance_service_pb2.pyi +102 -0
  269. yandex/cloud/marketplace/licensemanager/v1/lock_pb2.pyi +99 -0
  270. yandex/cloud/marketplace/licensemanager/v1/lock_service_pb2.pyi +230 -0
  271. yandex/cloud/marketplace/licensemanager/v1/template_pb2.pyi +107 -0
  272. yandex/cloud/marketplace/metering/v1/image_product_usage_service_pb2.pyi +64 -0
  273. yandex/cloud/marketplace/metering/v1/usage_record_pb2.pyi +111 -0
  274. yandex/cloud/marketplace/v1/metering/image_product_usage_service_pb2.pyi +64 -0
  275. yandex/cloud/marketplace/v1/metering/usage_record_pb2.pyi +111 -0
  276. yandex/cloud/mdb/clickhouse/v1/backup_pb2.pyi +97 -0
  277. yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.py +9 -3
  278. yandex/cloud/mdb/clickhouse/v1/backup_service_pb2.pyi +125 -0
  279. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +747 -0
  280. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +130 -130
  281. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +2274 -0
  282. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +1473 -0
  283. yandex/cloud/mdb/clickhouse/v1/database_pb2.pyi +51 -0
  284. yandex/cloud/mdb/clickhouse/v1/database_service_pb2.pyi +184 -0
  285. yandex/cloud/mdb/clickhouse/v1/format_schema_pb2.pyi +67 -0
  286. yandex/cloud/mdb/clickhouse/v1/format_schema_service_pb2.pyi +246 -0
  287. yandex/cloud/mdb/clickhouse/v1/maintenance_pb2.pyi +129 -0
  288. yandex/cloud/mdb/clickhouse/v1/ml_model_pb2.pyi +63 -0
  289. yandex/cloud/mdb/clickhouse/v1/ml_model_service_pb2.pyi +241 -0
  290. yandex/cloud/mdb/clickhouse/v1/resource_preset_pb2.pyi +45 -0
  291. yandex/cloud/mdb/clickhouse/v1/resource_preset_service_pb2.pyi +83 -0
  292. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1717 -0
  293. yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +353 -0
  294. yandex/cloud/mdb/clickhouse/v1/version_pb2.pyi +43 -0
  295. yandex/cloud/mdb/clickhouse/v1/versions_service_pb2.pyi +67 -0
  296. yandex/cloud/mdb/elasticsearch/v1/auth_pb2.pyi +139 -0
  297. yandex/cloud/mdb/elasticsearch/v1/auth_service_pb2.pyi +247 -0
  298. yandex/cloud/mdb/elasticsearch/v1/backup_pb2.pyi +69 -0
  299. yandex/cloud/mdb/elasticsearch/v1/backup_service_pb2.pyi +87 -0
  300. yandex/cloud/mdb/elasticsearch/v1/cluster_pb2.pyi +544 -0
  301. yandex/cloud/mdb/elasticsearch/v1/cluster_service_pb2.pyi +1422 -0
  302. yandex/cloud/mdb/elasticsearch/v1/config/elasticsearch_pb2.pyi +105 -0
  303. yandex/cloud/mdb/elasticsearch/v1/extension_pb2.pyi +67 -0
  304. yandex/cloud/mdb/elasticsearch/v1/extension_service_pb2.pyi +223 -0
  305. yandex/cloud/mdb/elasticsearch/v1/maintenance_pb2.pyi +115 -0
  306. yandex/cloud/mdb/elasticsearch/v1/resource_preset_pb2.pyi +45 -0
  307. yandex/cloud/mdb/elasticsearch/v1/resource_preset_service_pb2.pyi +85 -0
  308. yandex/cloud/mdb/elasticsearch/v1/user_pb2.pyi +53 -0
  309. yandex/cloud/mdb/elasticsearch/v1/user_service_pb2.pyi +247 -0
  310. yandex/cloud/mdb/greenplum/v1/backup_pb2.pyi +110 -0
  311. yandex/cloud/mdb/greenplum/v1/backup_service_pb2.pyi +122 -0
  312. yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +519 -0
  313. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +1274 -0
  314. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +961 -0
  315. yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.pyi +101 -0
  316. yandex/cloud/mdb/greenplum/v1/hba_rule_service_pb2.pyi +184 -0
  317. yandex/cloud/mdb/greenplum/v1/host_pb2.pyi +127 -0
  318. yandex/cloud/mdb/greenplum/v1/maintenance_pb2.pyi +145 -0
  319. yandex/cloud/mdb/greenplum/v1/pxf_pb2.py +37 -37
  320. yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +539 -0
  321. yandex/cloud/mdb/greenplum/v1/pxf_service_pb2.py +22 -22
  322. yandex/cloud/mdb/greenplum/v1/pxf_service_pb2.pyi +164 -0
  323. yandex/cloud/mdb/greenplum/v1/resource_preset_pb2.pyi +89 -0
  324. yandex/cloud/mdb/greenplum/v1/resource_preset_service_pb2.pyi +91 -0
  325. yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +844 -0
  326. yandex/cloud/mdb/kafka/v1/cluster_service_pb2.pyi +915 -0
  327. yandex/cloud/mdb/kafka/v1/common_pb2.pyi +71 -0
  328. yandex/cloud/mdb/kafka/v1/connector_pb2.pyi +690 -0
  329. yandex/cloud/mdb/kafka/v1/connector_service_pb2.pyi +342 -0
  330. yandex/cloud/mdb/kafka/v1/maintenance_pb2.pyi +115 -0
  331. yandex/cloud/mdb/kafka/v1/resource_preset_pb2.pyi +45 -0
  332. yandex/cloud/mdb/kafka/v1/resource_preset_service_pb2.pyi +85 -0
  333. yandex/cloud/mdb/kafka/v1/topic_pb2.pyi +375 -0
  334. yandex/cloud/mdb/kafka/v1/topic_service_pb2.pyi +252 -0
  335. yandex/cloud/mdb/kafka/v1/user_pb2.pyi +137 -0
  336. yandex/cloud/mdb/kafka/v1/user_service_pb2.pyi +360 -0
  337. yandex/cloud/mdb/mongodb/v1/backup_pb2.pyi +97 -0
  338. yandex/cloud/mdb/mongodb/v1/backup_service_pb2.pyi +121 -0
  339. yandex/cloud/mdb/mongodb/v1/cluster_pb2.pyi +1890 -0
  340. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +3146 -0
  341. yandex/cloud/mdb/mongodb/v1/config/mongodb3_6_pb2.pyi +536 -0
  342. yandex/cloud/mdb/mongodb/v1/config/mongodb4_0_pb2.pyi +522 -0
  343. yandex/cloud/mdb/mongodb/v1/config/mongodb4_2_pb2.pyi +693 -0
  344. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_enterprise_pb2.pyi +781 -0
  345. yandex/cloud/mdb/mongodb/v1/config/mongodb4_4_pb2.pyi +693 -0
  346. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_enterprise_pb2.pyi +794 -0
  347. yandex/cloud/mdb/mongodb/v1/config/mongodb5_0_pb2.pyi +699 -0
  348. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_enterprise_pb2.pyi +794 -0
  349. yandex/cloud/mdb/mongodb/v1/config/mongodb6_0_pb2.pyi +699 -0
  350. yandex/cloud/mdb/mongodb/v1/database_pb2.pyi +51 -0
  351. yandex/cloud/mdb/mongodb/v1/database_service_pb2.pyi +184 -0
  352. yandex/cloud/mdb/mongodb/v1/maintenance_pb2.pyi +129 -0
  353. yandex/cloud/mdb/mongodb/v1/resource_preset_pb2.pyi +45 -0
  354. yandex/cloud/mdb/mongodb/v1/resource_preset_service_pb2.pyi +84 -0
  355. yandex/cloud/mdb/mongodb/v1/user_pb2.pyi +91 -0
  356. yandex/cloud/mdb/mongodb/v1/user_service_pb2.pyi +347 -0
  357. yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +111 -0
  358. yandex/cloud/mdb/mysql/v1/backup_service_pb2.pyi +129 -0
  359. yandex/cloud/mdb/mysql/v1/cluster_pb2.pyi +601 -0
  360. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +1537 -0
  361. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +1023 -0
  362. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +969 -0
  363. yandex/cloud/mdb/mysql/v1/database_pb2.pyi +52 -0
  364. yandex/cloud/mdb/mysql/v1/database_service_pb2.pyi +192 -0
  365. yandex/cloud/mdb/mysql/v1/maintenance_pb2.pyi +129 -0
  366. yandex/cloud/mdb/mysql/v1/resource_preset_pb2.pyi +49 -0
  367. yandex/cloud/mdb/mysql/v1/resource_preset_service_pb2.pyi +86 -0
  368. yandex/cloud/mdb/mysql/v1/user_pb2.pyi +357 -0
  369. yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +378 -0
  370. yandex/cloud/mdb/mysql/v1alpha/backup_pb2.pyi +53 -0
  371. yandex/cloud/mdb/mysql/v1alpha/backup_service_pb2.pyi +89 -0
  372. yandex/cloud/mdb/mysql/v1alpha/cluster_pb2.pyi +470 -0
  373. yandex/cloud/mdb/mysql/v1alpha/cluster_service_pb2.pyi +1025 -0
  374. yandex/cloud/mdb/mysql/v1alpha/config/mysql5_7_pb2.pyi +87 -0
  375. yandex/cloud/mdb/mysql/v1alpha/database_pb2.pyi +49 -0
  376. yandex/cloud/mdb/mysql/v1alpha/database_service_pb2.pyi +184 -0
  377. yandex/cloud/mdb/mysql/v1alpha/resource_preset_pb2.pyi +45 -0
  378. yandex/cloud/mdb/mysql/v1alpha/resource_preset_service_pb2.pyi +83 -0
  379. yandex/cloud/mdb/mysql/v1alpha/user_pb2.pyi +185 -0
  380. yandex/cloud/mdb/mysql/v1alpha/user_service_pb2.pyi +312 -0
  381. yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +69 -0
  382. yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +69 -0
  383. yandex/cloud/mdb/opensearch/v1/backup_service_pb2.pyi +91 -0
  384. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +726 -0
  385. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +1827 -0
  386. yandex/cloud/mdb/opensearch/v1/config/opensearch_pb2.pyi +63 -0
  387. yandex/cloud/mdb/opensearch/v1/maintenance_pb2.pyi +155 -0
  388. yandex/cloud/mdb/opensearch/v1/resource_preset_pb2.pyi +45 -0
  389. yandex/cloud/mdb/opensearch/v1/resource_preset_service_pb2.pyi +87 -0
  390. yandex/cloud/mdb/postgresql/v1/backup_pb2.pyi +139 -0
  391. yandex/cloud/mdb/postgresql/v1/backup_service_pb2.pyi +125 -0
  392. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +935 -0
  393. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +1708 -0
  394. yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.pyi +507 -0
  395. yandex/cloud/mdb/postgresql/v1/config/host10_pb2.pyi +507 -0
  396. yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.pyi +501 -0
  397. yandex/cloud/mdb/postgresql/v1/config/host11_pb2.pyi +501 -0
  398. yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.pyi +501 -0
  399. yandex/cloud/mdb/postgresql/v1/config/host12_pb2.pyi +501 -0
  400. yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.pyi +501 -0
  401. yandex/cloud/mdb/postgresql/v1/config/host13_pb2.pyi +501 -0
  402. yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.pyi +497 -0
  403. yandex/cloud/mdb/postgresql/v1/config/host14_pb2.pyi +497 -0
  404. yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.pyi +497 -0
  405. yandex/cloud/mdb/postgresql/v1/config/host15_pb2.pyi +497 -0
  406. yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.pyi +516 -0
  407. yandex/cloud/mdb/postgresql/v1/config/host16_pb2.pyi +516 -0
  408. yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.pyi +458 -0
  409. yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.pyi +931 -0
  410. yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.pyi +923 -0
  411. yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.pyi +975 -0
  412. yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.pyi +967 -0
  413. yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.pyi +999 -0
  414. yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.pyi +991 -0
  415. yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.pyi +1053 -0
  416. yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.pyi +1051 -0
  417. yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.pyi +1081 -0
  418. yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.pyi +1079 -0
  419. yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +1091 -0
  420. yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +1083 -0
  421. yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +1093 -0
  422. yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +1085 -0
  423. yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.pyi +651 -0
  424. yandex/cloud/mdb/postgresql/v1/database_pb2.pyi +150 -0
  425. yandex/cloud/mdb/postgresql/v1/database_service_pb2.pyi +260 -0
  426. yandex/cloud/mdb/postgresql/v1/maintenance_pb2.pyi +129 -0
  427. yandex/cloud/mdb/postgresql/v1/perf_diag_pb2.pyi +462 -0
  428. yandex/cloud/mdb/postgresql/v1/perf_diag_service_pb2.pyi +139 -0
  429. yandex/cloud/mdb/postgresql/v1/resource_preset_pb2.pyi +45 -0
  430. yandex/cloud/mdb/postgresql/v1/resource_preset_service_pb2.pyi +83 -0
  431. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +534 -0
  432. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +396 -0
  433. yandex/cloud/mdb/redis/v1/backup_pb2.pyi +65 -0
  434. yandex/cloud/mdb/redis/v1/backup_service_pb2.pyi +89 -0
  435. yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +610 -0
  436. yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +1686 -0
  437. yandex/cloud/mdb/redis/v1/config/redis5_0_pb2.pyi +204 -0
  438. yandex/cloud/mdb/redis/v1/config/redis6_0_pb2.pyi +204 -0
  439. yandex/cloud/mdb/redis/v1/config/redis6_2_pb2.pyi +210 -0
  440. yandex/cloud/mdb/redis/v1/config/redis7_0_pb2.pyi +210 -0
  441. yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +210 -0
  442. yandex/cloud/mdb/redis/v1/maintenance_pb2.pyi +129 -0
  443. yandex/cloud/mdb/redis/v1/resource_preset_pb2.pyi +45 -0
  444. yandex/cloud/mdb/redis/v1/resource_preset_service_pb2.pyi +83 -0
  445. yandex/cloud/mdb/sqlserver/v1/backup_pb2.pyi +62 -0
  446. yandex/cloud/mdb/sqlserver/v1/backup_service_pb2.pyi +90 -0
  447. yandex/cloud/mdb/sqlserver/v1/cluster_pb2.pyi +571 -0
  448. yandex/cloud/mdb/sqlserver/v1/cluster_service_pb2.pyi +1226 -0
  449. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2016sp2_pb2.pyi +231 -0
  450. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2017_pb2.pyi +231 -0
  451. yandex/cloud/mdb/sqlserver/v1/config/sqlserver2019_pb2.pyi +231 -0
  452. yandex/cloud/mdb/sqlserver/v1/database_pb2.pyi +52 -0
  453. yandex/cloud/mdb/sqlserver/v1/database_service_pb2.pyi +384 -0
  454. yandex/cloud/mdb/sqlserver/v1/resource_preset_pb2.pyi +45 -0
  455. yandex/cloud/mdb/sqlserver/v1/resource_preset_service_pb2.pyi +83 -0
  456. yandex/cloud/mdb/sqlserver/v1/user_pb2.pyi +185 -0
  457. yandex/cloud/mdb/sqlserver/v1/user_service_pb2.pyi +368 -0
  458. yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +641 -0
  459. yandex/cloud/monitoring/v3/dashboard_pb2.pyi +122 -0
  460. yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +377 -0
  461. yandex/cloud/monitoring/v3/downsampling_pb2.pyi +118 -0
  462. yandex/cloud/monitoring/v3/parametrization_pb2.pyi +256 -0
  463. yandex/cloud/monitoring/v3/text_widget_pb2.pyi +29 -0
  464. yandex/cloud/monitoring/v3/title_widget_pb2.pyi +69 -0
  465. yandex/cloud/monitoring/v3/unit_format_pb2.pyi +480 -0
  466. yandex/cloud/monitoring/v3/widget_pb2.pyi +82 -0
  467. yandex/cloud/oauth/claims_pb2.pyi +136 -0
  468. yandex/cloud/operation/operation_pb2.pyi +89 -0
  469. yandex/cloud/operation/operation_service_pb2.pyi +43 -0
  470. yandex/cloud/organizationmanager/v1/group_mapping_pb2.pyi +57 -0
  471. yandex/cloud/organizationmanager/v1/group_mapping_service_pb2.pyi +305 -0
  472. yandex/cloud/organizationmanager/v1/group_pb2.pyi +51 -0
  473. yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +464 -0
  474. yandex/cloud/organizationmanager/v1/organization_pb2.pyi +73 -0
  475. yandex/cloud/organizationmanager/v1/organization_service_pb2.pyi +231 -0
  476. yandex/cloud/organizationmanager/v1/os_login_service_pb2.pyi +421 -0
  477. yandex/cloud/organizationmanager/v1/saml/certificate_pb2.pyi +53 -0
  478. yandex/cloud/organizationmanager/v1/saml/certificate_service_pb2.pyi +298 -0
  479. yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +179 -0
  480. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +625 -0
  481. yandex/cloud/organizationmanager/v1/ssh_certificate_service_pb2.pyi +62 -0
  482. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +133 -0
  483. yandex/cloud/organizationmanager/v1/user_service_pb2.pyi +150 -0
  484. yandex/cloud/organizationmanager/v1/user_ssh_key_pb2.pyi +53 -0
  485. yandex/cloud/organizationmanager/v1/user_ssh_key_service_pb2.pyi +194 -0
  486. yandex/cloud/quota/quota_pb2.pyi +88 -0
  487. yandex/cloud/reference/reference_pb2.pyi +77 -0
  488. yandex/cloud/resourcemanager/v1/cloud_pb2.pyi +73 -0
  489. yandex/cloud/resourcemanager/v1/cloud_service_pb2.pyi +360 -0
  490. yandex/cloud/resourcemanager/v1/folder_pb2.pyi +109 -0
  491. yandex/cloud/resourcemanager/v1/folder_service_pb2.pyi +364 -0
  492. yandex/cloud/serverless/apigateway/v1/apigateway_pb2.py +24 -21
  493. yandex/cloud/serverless/apigateway/v1/apigateway_pb2.pyi +332 -0
  494. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.py +53 -48
  495. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2.pyi +618 -0
  496. yandex/cloud/serverless/apigateway/websocket/v1/connection_pb2.pyi +71 -0
  497. yandex/cloud/serverless/apigateway/websocket/v1/connection_service_pb2.pyi +113 -0
  498. yandex/cloud/serverless/containers/v1/container_pb2.pyi +538 -0
  499. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +668 -0
  500. yandex/cloud/serverless/functions/v1/function_pb2.pyi +607 -0
  501. yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +1073 -0
  502. yandex/cloud/serverless/functions/v1/network_service_pb2.pyi +312 -0
  503. yandex/cloud/serverless/mdbproxy/v1/proxy_pb2.pyi +163 -0
  504. yandex/cloud/serverless/mdbproxy/v1/proxy_service_pb2.pyi +359 -0
  505. yandex/cloud/serverless/triggers/v1/predicate_pb2.pyi +80 -0
  506. yandex/cloud/serverless/triggers/v1/trigger_pb2.pyi +1109 -0
  507. yandex/cloud/serverless/triggers/v1/trigger_service_pb2.pyi +439 -0
  508. yandex/cloud/speechsense/v1/audio_pb2.pyi +204 -0
  509. yandex/cloud/speechsense/v1/talk_service_pb2.pyi +161 -0
  510. yandex/cloud/speechsense/v1/text_pb2.pyi +70 -0
  511. yandex/cloud/storage/v1/bucket_pb2.pyi +1465 -0
  512. yandex/cloud/storage/v1/bucket_service_pb2.pyi +540 -0
  513. yandex/cloud/validation_pb2.pyi +53 -0
  514. yandex/cloud/video/v1/channel_pb2.pyi +79 -0
  515. yandex/cloud/video/v1/channel_service_pb2.pyi +259 -0
  516. yandex/cloud/video/v1/episode_pb2.pyi +140 -0
  517. yandex/cloud/video/v1/episode_service_pb2.pyi +451 -0
  518. yandex/cloud/video/v1/stream_line_pb2.pyi +305 -0
  519. yandex/cloud/video/v1/stream_line_service_pb2.pyi +563 -0
  520. yandex/cloud/video/v1/stream_pb2.pyi +197 -0
  521. yandex/cloud/video/v1/stream_service_pb2.pyi +396 -0
  522. yandex/cloud/video/v1/thumbnail_pb2.pyi +39 -0
  523. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +184 -0
  524. yandex/cloud/video/v1/video_pb2.pyi +211 -0
  525. yandex/cloud/video/v1/video_service_pb2.pyi +464 -0
  526. yandex/cloud/vpc/v1/address_pb2.pyi +226 -0
  527. yandex/cloud/vpc/v1/address_service_pb2.pyi +491 -0
  528. yandex/cloud/vpc/v1/gateway_pb2.pyi +92 -0
  529. yandex/cloud/vpc/v1/gateway_service_pb2.pyi +403 -0
  530. yandex/cloud/vpc/v1/network_pb2.pyi +79 -0
  531. yandex/cloud/vpc/v1/network_service_pb2.pyi +547 -0
  532. yandex/cloud/vpc/v1/route_table_pb2.pyi +136 -0
  533. yandex/cloud/vpc/v1/route_table_service_pb2.pyi +381 -0
  534. yandex/cloud/vpc/v1/security_group_pb2.pyi +266 -0
  535. yandex/cloud/vpc/v1/security_group_service_pb2.pyi +591 -0
  536. yandex/cloud/vpc/v1/subnet_pb2.pyi +155 -0
  537. yandex/cloud/vpc/v1/subnet_service_pb2.pyi +593 -0
  538. yandex/cloud/ydb/v1/backup_pb2.pyi +353 -0
  539. yandex/cloud/ydb/v1/backup_service_pb2.pyi +166 -0
  540. yandex/cloud/ydb/v1/database_pb2.pyi +577 -0
  541. yandex/cloud/ydb/v1/database_service_pb2.pyi +550 -0
  542. yandex/cloud/ydb/v1/location_pb2.pyi +29 -0
  543. yandex/cloud/ydb/v1/location_service_pb2.pyi +83 -0
  544. yandex/cloud/ydb/v1/resource_preset_pb2.pyi +32 -0
  545. yandex/cloud/ydb/v1/resource_preset_service_pb2.pyi +83 -0
  546. yandex/cloud/ydb/v1/storage_type_pb2.pyi +32 -0
  547. yandex/cloud/ydb/v1/storage_type_service_pb2.pyi +83 -0
  548. yandexcloud/_auth_fabric.py +46 -41
  549. yandexcloud/_auth_plugin.py +36 -18
  550. yandexcloud/_backoff.py +8 -7
  551. yandexcloud/_channels.py +27 -13
  552. yandexcloud/_helpers.py +15 -29
  553. yandexcloud/_operation_waiter.py +32 -18
  554. yandexcloud/_retry_interceptor.py +39 -22
  555. yandexcloud/_sdk.py +81 -32
  556. yandexcloud/_wrappers/__init__.py +9 -2
  557. yandexcloud/_wrappers/dataproc/__init__.py +11 -10
  558. yandexcloud/auth.py +10 -2
  559. yandexcloud/operations.py +22 -7
  560. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/AUTHORS +2 -3
  561. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/METADATA +4 -4
  562. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/RECORD +565 -26
  563. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/LICENSE +0 -0
  564. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/WHEEL +0 -0
  565. {yandexcloud-0.287.0.dist-info → yandexcloud-0.289.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,798 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import google.protobuf.descriptor
9
+ import google.protobuf.duration_pb2
10
+ import google.protobuf.internal.containers
11
+ import google.protobuf.internal.enum_type_wrapper
12
+ import google.protobuf.message
13
+ import sys
14
+ import typing
15
+ import yandex.cloud.apploadbalancer.v1.payload_pb2
16
+
17
+ if sys.version_info >= (3, 10):
18
+ import typing as typing_extensions
19
+ else:
20
+ import typing_extensions
21
+
22
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
23
+
24
+ @typing.final
25
+ class VirtualHost(google.protobuf.message.Message):
26
+ """A virtual host resource.
27
+ For details about the concept, see [documentation](/docs/application-load-balancer/concepts/http-router#virtual-host).
28
+ """
29
+
30
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
31
+
32
+ NAME_FIELD_NUMBER: builtins.int
33
+ AUTHORITY_FIELD_NUMBER: builtins.int
34
+ ROUTES_FIELD_NUMBER: builtins.int
35
+ MODIFY_REQUEST_HEADERS_FIELD_NUMBER: builtins.int
36
+ MODIFY_RESPONSE_HEADERS_FIELD_NUMBER: builtins.int
37
+ ROUTE_OPTIONS_FIELD_NUMBER: builtins.int
38
+ name: builtins.str
39
+ """Name of the virtual host. The name is unique within the HTTP router."""
40
+ @property
41
+ def authority(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
42
+ """List of domains that are attributed to the virtual host.
43
+
44
+ The host is selected to process the request received by the load balancer
45
+ if the domain specified in the HTTP/1.1 `Host` header or the HTTP/2 `:authority` pseudo-header matches a domain
46
+ specified in the host.
47
+
48
+ A wildcard asterisk character (`*`) matches 0 or more characters.
49
+
50
+ If not specified, all domains are attributed to the host, which is the same as specifying a `*` value.
51
+ An HTTP router must not contain more than one virtual host to which all domains are attributed.
52
+ """
53
+
54
+ @property
55
+ def routes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Route]:
56
+ """Routes of the virtual host.
57
+
58
+ A route contains a set of conditions (predicates) that are used by the load balancer to select the route
59
+ for the request and an action on the request.
60
+ For details about the concept, see [documentation](/docs/application-load-balancer/concepts/http-router#routes).
61
+
62
+ The order of routes matters: the first route whose predicate matches the request is selected.
63
+ The most specific routes should be at the top of the list, so that they are not overridden.
64
+ For example, if the first HTTP route is configured, via [HttpRoute.match], to match paths prefixed with just `/`,
65
+ other routes are never matched.
66
+ """
67
+
68
+ @property
69
+ def modify_request_headers(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HeaderModification]:
70
+ """Deprecated, use route_options.modify_request_headers."""
71
+
72
+ @property
73
+ def modify_response_headers(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HeaderModification]:
74
+ """Deprecated, use route_options.modify_response_headers."""
75
+
76
+ @property
77
+ def route_options(self) -> global___RouteOptions: ...
78
+ def __init__(
79
+ self,
80
+ *,
81
+ name: builtins.str = ...,
82
+ authority: collections.abc.Iterable[builtins.str] | None = ...,
83
+ routes: collections.abc.Iterable[global___Route] | None = ...,
84
+ modify_request_headers: collections.abc.Iterable[global___HeaderModification] | None = ...,
85
+ modify_response_headers: collections.abc.Iterable[global___HeaderModification] | None = ...,
86
+ route_options: global___RouteOptions | None = ...,
87
+ ) -> None: ...
88
+ def HasField(self, field_name: typing.Literal["route_options", b"route_options"]) -> builtins.bool: ...
89
+ def ClearField(self, field_name: typing.Literal["authority", b"authority", "modify_request_headers", b"modify_request_headers", "modify_response_headers", b"modify_response_headers", "name", b"name", "route_options", b"route_options", "routes", b"routes"]) -> None: ...
90
+
91
+ global___VirtualHost = VirtualHost
92
+
93
+ @typing.final
94
+ class RouteOptions(google.protobuf.message.Message):
95
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
96
+
97
+ MODIFY_REQUEST_HEADERS_FIELD_NUMBER: builtins.int
98
+ MODIFY_RESPONSE_HEADERS_FIELD_NUMBER: builtins.int
99
+ RBAC_FIELD_NUMBER: builtins.int
100
+ SECURITY_PROFILE_ID_FIELD_NUMBER: builtins.int
101
+ security_profile_id: builtins.str
102
+ """Security profile that will take effect to all requests routed via particular virtual host."""
103
+ @property
104
+ def modify_request_headers(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HeaderModification]:
105
+ """Apply the following modifications to the request headers."""
106
+
107
+ @property
108
+ def modify_response_headers(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___HeaderModification]:
109
+ """Apply the following modifications to the response headers."""
110
+
111
+ @property
112
+ def rbac(self) -> global___RBAC: ...
113
+ def __init__(
114
+ self,
115
+ *,
116
+ modify_request_headers: collections.abc.Iterable[global___HeaderModification] | None = ...,
117
+ modify_response_headers: collections.abc.Iterable[global___HeaderModification] | None = ...,
118
+ rbac: global___RBAC | None = ...,
119
+ security_profile_id: builtins.str = ...,
120
+ ) -> None: ...
121
+ def HasField(self, field_name: typing.Literal["rbac", b"rbac"]) -> builtins.bool: ...
122
+ def ClearField(self, field_name: typing.Literal["modify_request_headers", b"modify_request_headers", "modify_response_headers", b"modify_response_headers", "rbac", b"rbac", "security_profile_id", b"security_profile_id"]) -> None: ...
123
+
124
+ global___RouteOptions = RouteOptions
125
+
126
+ @typing.final
127
+ class RBAC(google.protobuf.message.Message):
128
+ """Role Based Access Control (RBAC) provides router, virtual host, and route access control for the ALB
129
+ service. Requests are allowed or denied based on the `action` and whether a matching principal is
130
+ found. For instance, if the action is ALLOW and a matching principal is found the request should be
131
+ allowed.
132
+ """
133
+
134
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
135
+
136
+ class _Action:
137
+ ValueType = typing.NewType("ValueType", builtins.int)
138
+ V: typing_extensions.TypeAlias = ValueType
139
+
140
+ class _ActionEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[RBAC._Action.ValueType], builtins.type):
141
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
142
+ ACTION_UNSPECIFIED: RBAC._Action.ValueType # 0
143
+ ALLOW: RBAC._Action.ValueType # 1
144
+ """Allows the request if and only if there is a principal that matches the request."""
145
+ DENY: RBAC._Action.ValueType # 2
146
+ """Allows the request if and only if there are no principal that match the request."""
147
+
148
+ class Action(_Action, metaclass=_ActionEnumTypeWrapper): ...
149
+ ACTION_UNSPECIFIED: RBAC.Action.ValueType # 0
150
+ ALLOW: RBAC.Action.ValueType # 1
151
+ """Allows the request if and only if there is a principal that matches the request."""
152
+ DENY: RBAC.Action.ValueType # 2
153
+ """Allows the request if and only if there are no principal that match the request."""
154
+
155
+ ACTION_FIELD_NUMBER: builtins.int
156
+ PRINCIPALS_FIELD_NUMBER: builtins.int
157
+ action: global___RBAC.Action.ValueType
158
+ """The action to take if a principal matches. Every action either allows or denies a request."""
159
+ @property
160
+ def principals(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Principals]:
161
+ """Required. A match occurs when at least one matches the request."""
162
+
163
+ def __init__(
164
+ self,
165
+ *,
166
+ action: global___RBAC.Action.ValueType = ...,
167
+ principals: collections.abc.Iterable[global___Principals] | None = ...,
168
+ ) -> None: ...
169
+ def ClearField(self, field_name: typing.Literal["action", b"action", "principals", b"principals"]) -> None: ...
170
+
171
+ global___RBAC = RBAC
172
+
173
+ @typing.final
174
+ class Principals(google.protobuf.message.Message):
175
+ """Principals define a group of identities for a request."""
176
+
177
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
178
+
179
+ AND_PRINCIPALS_FIELD_NUMBER: builtins.int
180
+ @property
181
+ def and_principals(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___Principal]:
182
+ """Required. A match occurs when all principals match the request."""
183
+
184
+ def __init__(
185
+ self,
186
+ *,
187
+ and_principals: collections.abc.Iterable[global___Principal] | None = ...,
188
+ ) -> None: ...
189
+ def ClearField(self, field_name: typing.Literal["and_principals", b"and_principals"]) -> None: ...
190
+
191
+ global___Principals = Principals
192
+
193
+ @typing.final
194
+ class Principal(google.protobuf.message.Message):
195
+ """Principal defines an identity for a request."""
196
+
197
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
198
+
199
+ @typing.final
200
+ class HeaderMatcher(google.protobuf.message.Message):
201
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
202
+
203
+ NAME_FIELD_NUMBER: builtins.int
204
+ VALUE_FIELD_NUMBER: builtins.int
205
+ name: builtins.str
206
+ """Specifies the name of the header in the request."""
207
+ @property
208
+ def value(self) -> global___StringMatch:
209
+ """Specifies how the header match will be performed to route the request.
210
+ In the absence of value a request that has specified header name will match,
211
+ regardless of the header's value.
212
+ """
213
+
214
+ def __init__(
215
+ self,
216
+ *,
217
+ name: builtins.str = ...,
218
+ value: global___StringMatch | None = ...,
219
+ ) -> None: ...
220
+ def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
221
+ def ClearField(self, field_name: typing.Literal["name", b"name", "value", b"value"]) -> None: ...
222
+
223
+ HEADER_FIELD_NUMBER: builtins.int
224
+ REMOTE_IP_FIELD_NUMBER: builtins.int
225
+ ANY_FIELD_NUMBER: builtins.int
226
+ remote_ip: builtins.str
227
+ """A CIDR block or IP that describes the request remote/origin address, e.g. ``192.0.0.0/24`` or``192.0.0.4`` ."""
228
+ any: builtins.bool
229
+ """When any is set, it matches any request."""
230
+ @property
231
+ def header(self) -> global___Principal.HeaderMatcher:
232
+ """A header (or pseudo-header such as :path or :method) of the incoming HTTP request."""
233
+
234
+ def __init__(
235
+ self,
236
+ *,
237
+ header: global___Principal.HeaderMatcher | None = ...,
238
+ remote_ip: builtins.str = ...,
239
+ any: builtins.bool = ...,
240
+ ) -> None: ...
241
+ def HasField(self, field_name: typing.Literal["any", b"any", "header", b"header", "identifier", b"identifier", "remote_ip", b"remote_ip"]) -> builtins.bool: ...
242
+ def ClearField(self, field_name: typing.Literal["any", b"any", "header", b"header", "identifier", b"identifier", "remote_ip", b"remote_ip"]) -> None: ...
243
+ def WhichOneof(self, oneof_group: typing.Literal["identifier", b"identifier"]) -> typing.Literal["header", "remote_ip", "any"] | None: ...
244
+
245
+ global___Principal = Principal
246
+
247
+ @typing.final
248
+ class HeaderModification(google.protobuf.message.Message):
249
+ """A header modification resource."""
250
+
251
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
252
+
253
+ NAME_FIELD_NUMBER: builtins.int
254
+ APPEND_FIELD_NUMBER: builtins.int
255
+ REPLACE_FIELD_NUMBER: builtins.int
256
+ REMOVE_FIELD_NUMBER: builtins.int
257
+ RENAME_FIELD_NUMBER: builtins.int
258
+ name: builtins.str
259
+ """Name of the header."""
260
+ append: builtins.str
261
+ """Appends the specified string to the header value.
262
+
263
+ Variables [defined for Envoy proxy](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers#custom-request-response-headers)
264
+ are supported.
265
+ """
266
+ replace: builtins.str
267
+ """Replaces the value of the header with the specified string.
268
+
269
+ Variables [defined for Envoy proxy](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers#custom-request-response-headers)
270
+ are supported.
271
+ """
272
+ remove: builtins.bool
273
+ """Removes the header."""
274
+ rename: builtins.str
275
+ """Replaces the name of the header with the specified string.
276
+ This operation is only supported for ALB Virtual Hosts.
277
+ """
278
+ def __init__(
279
+ self,
280
+ *,
281
+ name: builtins.str = ...,
282
+ append: builtins.str = ...,
283
+ replace: builtins.str = ...,
284
+ remove: builtins.bool = ...,
285
+ rename: builtins.str = ...,
286
+ ) -> None: ...
287
+ def HasField(self, field_name: typing.Literal["append", b"append", "operation", b"operation", "remove", b"remove", "rename", b"rename", "replace", b"replace"]) -> builtins.bool: ...
288
+ def ClearField(self, field_name: typing.Literal["append", b"append", "name", b"name", "operation", b"operation", "remove", b"remove", "rename", b"rename", "replace", b"replace"]) -> None: ...
289
+ def WhichOneof(self, oneof_group: typing.Literal["operation", b"operation"]) -> typing.Literal["append", "replace", "remove", "rename"] | None: ...
290
+
291
+ global___HeaderModification = HeaderModification
292
+
293
+ @typing.final
294
+ class Route(google.protobuf.message.Message):
295
+ """A route resource.
296
+ For details about the concept, see [documentation](/docs/application-load-balancer/concepts/http-router#routes).
297
+ """
298
+
299
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
300
+
301
+ NAME_FIELD_NUMBER: builtins.int
302
+ HTTP_FIELD_NUMBER: builtins.int
303
+ GRPC_FIELD_NUMBER: builtins.int
304
+ ROUTE_OPTIONS_FIELD_NUMBER: builtins.int
305
+ name: builtins.str
306
+ """Name of the route."""
307
+ @property
308
+ def http(self) -> global___HttpRoute:
309
+ """HTTP route configuration."""
310
+
311
+ @property
312
+ def grpc(self) -> global___GrpcRoute:
313
+ """gRPC route configuration."""
314
+
315
+ @property
316
+ def route_options(self) -> global___RouteOptions: ...
317
+ def __init__(
318
+ self,
319
+ *,
320
+ name: builtins.str = ...,
321
+ http: global___HttpRoute | None = ...,
322
+ grpc: global___GrpcRoute | None = ...,
323
+ route_options: global___RouteOptions | None = ...,
324
+ ) -> None: ...
325
+ def HasField(self, field_name: typing.Literal["grpc", b"grpc", "http", b"http", "route", b"route", "route_options", b"route_options"]) -> builtins.bool: ...
326
+ def ClearField(self, field_name: typing.Literal["grpc", b"grpc", "http", b"http", "name", b"name", "route", b"route", "route_options", b"route_options"]) -> None: ...
327
+ def WhichOneof(self, oneof_group: typing.Literal["route", b"route"]) -> typing.Literal["http", "grpc"] | None: ...
328
+
329
+ global___Route = Route
330
+
331
+ @typing.final
332
+ class HttpRoute(google.protobuf.message.Message):
333
+ """An HTTP route configuration resource."""
334
+
335
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
336
+
337
+ MATCH_FIELD_NUMBER: builtins.int
338
+ ROUTE_FIELD_NUMBER: builtins.int
339
+ REDIRECT_FIELD_NUMBER: builtins.int
340
+ DIRECT_RESPONSE_FIELD_NUMBER: builtins.int
341
+ @property
342
+ def match(self) -> global___HttpRouteMatch:
343
+ """Condition (predicate) used to select the route."""
344
+
345
+ @property
346
+ def route(self) -> global___HttpRouteAction:
347
+ """Forwards the request to a backend group for processing as configured."""
348
+
349
+ @property
350
+ def redirect(self) -> global___RedirectAction:
351
+ """Redirects the request as configured."""
352
+
353
+ @property
354
+ def direct_response(self) -> global___DirectResponseAction:
355
+ """Instructs the load balancer to respond directly as configured."""
356
+
357
+ def __init__(
358
+ self,
359
+ *,
360
+ match: global___HttpRouteMatch | None = ...,
361
+ route: global___HttpRouteAction | None = ...,
362
+ redirect: global___RedirectAction | None = ...,
363
+ direct_response: global___DirectResponseAction | None = ...,
364
+ ) -> None: ...
365
+ def HasField(self, field_name: typing.Literal["action", b"action", "direct_response", b"direct_response", "match", b"match", "redirect", b"redirect", "route", b"route"]) -> builtins.bool: ...
366
+ def ClearField(self, field_name: typing.Literal["action", b"action", "direct_response", b"direct_response", "match", b"match", "redirect", b"redirect", "route", b"route"]) -> None: ...
367
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["route", "redirect", "direct_response"] | None: ...
368
+
369
+ global___HttpRoute = HttpRoute
370
+
371
+ @typing.final
372
+ class GrpcRoute(google.protobuf.message.Message):
373
+ """A gRPC route configuration resource."""
374
+
375
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
376
+
377
+ MATCH_FIELD_NUMBER: builtins.int
378
+ ROUTE_FIELD_NUMBER: builtins.int
379
+ STATUS_RESPONSE_FIELD_NUMBER: builtins.int
380
+ @property
381
+ def match(self) -> global___GrpcRouteMatch:
382
+ """Condition (predicate) used to select the route."""
383
+
384
+ @property
385
+ def route(self) -> global___GrpcRouteAction:
386
+ """Forwards the request to a backend group for processing as configured."""
387
+
388
+ @property
389
+ def status_response(self) -> global___GrpcStatusResponseAction:
390
+ """Instructs the load balancer to respond directly with a specified status."""
391
+
392
+ def __init__(
393
+ self,
394
+ *,
395
+ match: global___GrpcRouteMatch | None = ...,
396
+ route: global___GrpcRouteAction | None = ...,
397
+ status_response: global___GrpcStatusResponseAction | None = ...,
398
+ ) -> None: ...
399
+ def HasField(self, field_name: typing.Literal["action", b"action", "match", b"match", "route", b"route", "status_response", b"status_response"]) -> builtins.bool: ...
400
+ def ClearField(self, field_name: typing.Literal["action", b"action", "match", b"match", "route", b"route", "status_response", b"status_response"]) -> None: ...
401
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["route", "status_response"] | None: ...
402
+
403
+ global___GrpcRoute = GrpcRoute
404
+
405
+ @typing.final
406
+ class HttpRouteMatch(google.protobuf.message.Message):
407
+ """An HTTP route condition (predicate) resource."""
408
+
409
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
410
+
411
+ HTTP_METHOD_FIELD_NUMBER: builtins.int
412
+ PATH_FIELD_NUMBER: builtins.int
413
+ @property
414
+ def http_method(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
415
+ """HTTP method specified in the request."""
416
+
417
+ @property
418
+ def path(self) -> global___StringMatch:
419
+ """Match settings for the path specified in the request.
420
+
421
+ If not specified, the route matches all paths.
422
+ """
423
+
424
+ def __init__(
425
+ self,
426
+ *,
427
+ http_method: collections.abc.Iterable[builtins.str] | None = ...,
428
+ path: global___StringMatch | None = ...,
429
+ ) -> None: ...
430
+ def HasField(self, field_name: typing.Literal["path", b"path"]) -> builtins.bool: ...
431
+ def ClearField(self, field_name: typing.Literal["http_method", b"http_method", "path", b"path"]) -> None: ...
432
+
433
+ global___HttpRouteMatch = HttpRouteMatch
434
+
435
+ @typing.final
436
+ class GrpcRouteMatch(google.protobuf.message.Message):
437
+ """A gRPC route condition (predicate) resource."""
438
+
439
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
440
+
441
+ FQMN_FIELD_NUMBER: builtins.int
442
+ @property
443
+ def fqmn(self) -> global___StringMatch:
444
+ """Match settings for gRPC service method called in the request.
445
+
446
+ A match string must be a fully qualified method name, e.g. `foo.bar.v1.BazService/Get`, or a prefix of such.
447
+
448
+ If not specified, the route matches all methods.
449
+ """
450
+
451
+ def __init__(
452
+ self,
453
+ *,
454
+ fqmn: global___StringMatch | None = ...,
455
+ ) -> None: ...
456
+ def HasField(self, field_name: typing.Literal["fqmn", b"fqmn"]) -> builtins.bool: ...
457
+ def ClearField(self, field_name: typing.Literal["fqmn", b"fqmn"]) -> None: ...
458
+
459
+ global___GrpcRouteMatch = GrpcRouteMatch
460
+
461
+ @typing.final
462
+ class StringMatch(google.protobuf.message.Message):
463
+ """A string matcher resource."""
464
+
465
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
466
+
467
+ EXACT_MATCH_FIELD_NUMBER: builtins.int
468
+ PREFIX_MATCH_FIELD_NUMBER: builtins.int
469
+ REGEX_MATCH_FIELD_NUMBER: builtins.int
470
+ exact_match: builtins.str
471
+ """Exact match string."""
472
+ prefix_match: builtins.str
473
+ """Prefix match string."""
474
+ regex_match: builtins.str
475
+ """Regular expression match string."""
476
+ def __init__(
477
+ self,
478
+ *,
479
+ exact_match: builtins.str = ...,
480
+ prefix_match: builtins.str = ...,
481
+ regex_match: builtins.str = ...,
482
+ ) -> None: ...
483
+ def HasField(self, field_name: typing.Literal["exact_match", b"exact_match", "match", b"match", "prefix_match", b"prefix_match", "regex_match", b"regex_match"]) -> builtins.bool: ...
484
+ def ClearField(self, field_name: typing.Literal["exact_match", b"exact_match", "match", b"match", "prefix_match", b"prefix_match", "regex_match", b"regex_match"]) -> None: ...
485
+ def WhichOneof(self, oneof_group: typing.Literal["match", b"match"]) -> typing.Literal["exact_match", "prefix_match", "regex_match"] | None: ...
486
+
487
+ global___StringMatch = StringMatch
488
+
489
+ @typing.final
490
+ class RedirectAction(google.protobuf.message.Message):
491
+ """A redirect action resource."""
492
+
493
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
494
+
495
+ class _RedirectResponseCode:
496
+ ValueType = typing.NewType("ValueType", builtins.int)
497
+ V: typing_extensions.TypeAlias = ValueType
498
+
499
+ class _RedirectResponseCodeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[RedirectAction._RedirectResponseCode.ValueType], builtins.type):
500
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
501
+ MOVED_PERMANENTLY: RedirectAction._RedirectResponseCode.ValueType # 0
502
+ """`301 Moved Permanently` status code."""
503
+ FOUND: RedirectAction._RedirectResponseCode.ValueType # 1
504
+ """`302 Found` status code."""
505
+ SEE_OTHER: RedirectAction._RedirectResponseCode.ValueType # 2
506
+ """`303 See Other` status code."""
507
+ TEMPORARY_REDIRECT: RedirectAction._RedirectResponseCode.ValueType # 3
508
+ """`307 Temporary Redirect` status code."""
509
+ PERMANENT_REDIRECT: RedirectAction._RedirectResponseCode.ValueType # 4
510
+ """`308 Permanent Redirect` status code."""
511
+
512
+ class RedirectResponseCode(_RedirectResponseCode, metaclass=_RedirectResponseCodeEnumTypeWrapper):
513
+ """HTTP status codes supported for use in redirect responses."""
514
+
515
+ MOVED_PERMANENTLY: RedirectAction.RedirectResponseCode.ValueType # 0
516
+ """`301 Moved Permanently` status code."""
517
+ FOUND: RedirectAction.RedirectResponseCode.ValueType # 1
518
+ """`302 Found` status code."""
519
+ SEE_OTHER: RedirectAction.RedirectResponseCode.ValueType # 2
520
+ """`303 See Other` status code."""
521
+ TEMPORARY_REDIRECT: RedirectAction.RedirectResponseCode.ValueType # 3
522
+ """`307 Temporary Redirect` status code."""
523
+ PERMANENT_REDIRECT: RedirectAction.RedirectResponseCode.ValueType # 4
524
+ """`308 Permanent Redirect` status code."""
525
+
526
+ REPLACE_SCHEME_FIELD_NUMBER: builtins.int
527
+ REPLACE_HOST_FIELD_NUMBER: builtins.int
528
+ REPLACE_PORT_FIELD_NUMBER: builtins.int
529
+ REPLACE_PATH_FIELD_NUMBER: builtins.int
530
+ REPLACE_PREFIX_FIELD_NUMBER: builtins.int
531
+ REMOVE_QUERY_FIELD_NUMBER: builtins.int
532
+ RESPONSE_CODE_FIELD_NUMBER: builtins.int
533
+ replace_scheme: builtins.str
534
+ """URI scheme replacement.
535
+
536
+ If `http` or `https` scheme is to be replaced and `80` or `443` port is specified in the original URI,
537
+ the port is also removed.
538
+
539
+ If not specified, the original scheme and port are used.
540
+ """
541
+ replace_host: builtins.str
542
+ """URI host replacement.
543
+
544
+ If not specified, the original host is used.
545
+ """
546
+ replace_port: builtins.int
547
+ """URI host replacement.
548
+
549
+ If not specified, the original host is used.
550
+ """
551
+ replace_path: builtins.str
552
+ """Replacement for the whole path."""
553
+ replace_prefix: builtins.str
554
+ """Replacement for the path prefix matched by [StringMatch].
555
+
556
+ For instance, if [StringMatch.prefix_match] value is `/foo` and `replace_prefix` value is `/bar`,
557
+ a request with `https://example.com/foobaz` URI is redirected to `https://example.com/barbaz`.
558
+ For [StringMatch.exact_match], the whole path is replaced.
559
+ """
560
+ remove_query: builtins.bool
561
+ """Removes URI query."""
562
+ response_code: global___RedirectAction.RedirectResponseCode.ValueType
563
+ """HTTP status code to use in redirect responses."""
564
+ def __init__(
565
+ self,
566
+ *,
567
+ replace_scheme: builtins.str = ...,
568
+ replace_host: builtins.str = ...,
569
+ replace_port: builtins.int = ...,
570
+ replace_path: builtins.str = ...,
571
+ replace_prefix: builtins.str = ...,
572
+ remove_query: builtins.bool = ...,
573
+ response_code: global___RedirectAction.RedirectResponseCode.ValueType = ...,
574
+ ) -> None: ...
575
+ def HasField(self, field_name: typing.Literal["path", b"path", "replace_path", b"replace_path", "replace_prefix", b"replace_prefix"]) -> builtins.bool: ...
576
+ def ClearField(self, field_name: typing.Literal["path", b"path", "remove_query", b"remove_query", "replace_host", b"replace_host", "replace_path", b"replace_path", "replace_port", b"replace_port", "replace_prefix", b"replace_prefix", "replace_scheme", b"replace_scheme", "response_code", b"response_code"]) -> None: ...
577
+ def WhichOneof(self, oneof_group: typing.Literal["path", b"path"]) -> typing.Literal["replace_path", "replace_prefix"] | None: ...
578
+
579
+ global___RedirectAction = RedirectAction
580
+
581
+ @typing.final
582
+ class DirectResponseAction(google.protobuf.message.Message):
583
+ """A direct response action resource."""
584
+
585
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
586
+
587
+ STATUS_FIELD_NUMBER: builtins.int
588
+ BODY_FIELD_NUMBER: builtins.int
589
+ status: builtins.int
590
+ """HTTP status code to use in responses."""
591
+ @property
592
+ def body(self) -> yandex.cloud.apploadbalancer.v1.payload_pb2.Payload:
593
+ """Response body."""
594
+
595
+ def __init__(
596
+ self,
597
+ *,
598
+ status: builtins.int = ...,
599
+ body: yandex.cloud.apploadbalancer.v1.payload_pb2.Payload | None = ...,
600
+ ) -> None: ...
601
+ def HasField(self, field_name: typing.Literal["body", b"body"]) -> builtins.bool: ...
602
+ def ClearField(self, field_name: typing.Literal["body", b"body", "status", b"status"]) -> None: ...
603
+
604
+ global___DirectResponseAction = DirectResponseAction
605
+
606
+ @typing.final
607
+ class GrpcStatusResponseAction(google.protobuf.message.Message):
608
+ """A gRPC status response action resource."""
609
+
610
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
611
+
612
+ class _Status:
613
+ ValueType = typing.NewType("ValueType", builtins.int)
614
+ V: typing_extensions.TypeAlias = ValueType
615
+
616
+ class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[GrpcStatusResponseAction._Status.ValueType], builtins.type):
617
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
618
+ OK: GrpcStatusResponseAction._Status.ValueType # 0
619
+ """`OK` (0) status code."""
620
+ INVALID_ARGUMENT: GrpcStatusResponseAction._Status.ValueType # 1
621
+ """`INVALID_ARGUMENT` (3) status code."""
622
+ NOT_FOUND: GrpcStatusResponseAction._Status.ValueType # 2
623
+ """`NOT_FOUND` (5) status code."""
624
+ PERMISSION_DENIED: GrpcStatusResponseAction._Status.ValueType # 3
625
+ """`PERMISSION_DENIED` (7) status code."""
626
+ UNAUTHENTICATED: GrpcStatusResponseAction._Status.ValueType # 4
627
+ """`UNAUTHENTICATED` (16) status code."""
628
+ UNIMPLEMENTED: GrpcStatusResponseAction._Status.ValueType # 5
629
+ """`UNIMPLEMENTED` (12) status code."""
630
+ INTERNAL: GrpcStatusResponseAction._Status.ValueType # 6
631
+ """`INTERNAL` (13) status code."""
632
+ UNAVAILABLE: GrpcStatusResponseAction._Status.ValueType # 7
633
+ """`UNAVAILABLE` (14) status code."""
634
+
635
+ class Status(_Status, metaclass=_StatusEnumTypeWrapper):
636
+ """gRPC status code supported for use in responses."""
637
+
638
+ OK: GrpcStatusResponseAction.Status.ValueType # 0
639
+ """`OK` (0) status code."""
640
+ INVALID_ARGUMENT: GrpcStatusResponseAction.Status.ValueType # 1
641
+ """`INVALID_ARGUMENT` (3) status code."""
642
+ NOT_FOUND: GrpcStatusResponseAction.Status.ValueType # 2
643
+ """`NOT_FOUND` (5) status code."""
644
+ PERMISSION_DENIED: GrpcStatusResponseAction.Status.ValueType # 3
645
+ """`PERMISSION_DENIED` (7) status code."""
646
+ UNAUTHENTICATED: GrpcStatusResponseAction.Status.ValueType # 4
647
+ """`UNAUTHENTICATED` (16) status code."""
648
+ UNIMPLEMENTED: GrpcStatusResponseAction.Status.ValueType # 5
649
+ """`UNIMPLEMENTED` (12) status code."""
650
+ INTERNAL: GrpcStatusResponseAction.Status.ValueType # 6
651
+ """`INTERNAL` (13) status code."""
652
+ UNAVAILABLE: GrpcStatusResponseAction.Status.ValueType # 7
653
+ """`UNAVAILABLE` (14) status code."""
654
+
655
+ STATUS_FIELD_NUMBER: builtins.int
656
+ status: global___GrpcStatusResponseAction.Status.ValueType
657
+ """gRPC [status code](https://grpc.github.io/grpc/core/md_doc_statuscodes.html) to use in responses."""
658
+ def __init__(
659
+ self,
660
+ *,
661
+ status: global___GrpcStatusResponseAction.Status.ValueType = ...,
662
+ ) -> None: ...
663
+ def ClearField(self, field_name: typing.Literal["status", b"status"]) -> None: ...
664
+
665
+ global___GrpcStatusResponseAction = GrpcStatusResponseAction
666
+
667
+ @typing.final
668
+ class HttpRouteAction(google.protobuf.message.Message):
669
+ """An HTTP route action resource."""
670
+
671
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
672
+
673
+ BACKEND_GROUP_ID_FIELD_NUMBER: builtins.int
674
+ TIMEOUT_FIELD_NUMBER: builtins.int
675
+ IDLE_TIMEOUT_FIELD_NUMBER: builtins.int
676
+ HOST_REWRITE_FIELD_NUMBER: builtins.int
677
+ AUTO_HOST_REWRITE_FIELD_NUMBER: builtins.int
678
+ PREFIX_REWRITE_FIELD_NUMBER: builtins.int
679
+ UPGRADE_TYPES_FIELD_NUMBER: builtins.int
680
+ backend_group_id: builtins.str
681
+ """Backend group to forward requests to.
682
+
683
+ Stream (TCP) backend groups are not supported.
684
+ """
685
+ host_rewrite: builtins.str
686
+ """Host replacement."""
687
+ auto_host_rewrite: builtins.bool
688
+ """Automatically replaces the host with that of the target."""
689
+ prefix_rewrite: builtins.str
690
+ """Replacement for the path prefix matched by [StringMatch].
691
+
692
+ For instance, if [StringMatch.prefix_match] value is `/foo` and `prefix_rewrite` value is `/bar`,
693
+ a request with `/foobaz` path is forwarded with `/barbaz` path.
694
+ For [StringMatch.exact_match], the whole path is replaced.
695
+
696
+ If not specified, the path is not changed.
697
+ """
698
+ @property
699
+ def timeout(self) -> google.protobuf.duration_pb2.Duration:
700
+ """Overall timeout for an HTTP connection between a load balancer node an a backend from the backend group:
701
+ the maximum time the connection is kept alive for, regardless of whether data is transferred over it.
702
+
703
+ If a connection times out, the load balancer responds to the client with a `504 Gateway Timeout` status code.
704
+
705
+ Default value: `60`.
706
+ """
707
+
708
+ @property
709
+ def idle_timeout(self) -> google.protobuf.duration_pb2.Duration:
710
+ """Idle timeout for an HTTP connection between a load balancer node an a backend from the backend group:
711
+ the maximum time the connection is allowed to be idle, i.e. without any data transferred over it.
712
+
713
+ Specifying meaningful values for both [timeout] and `idle_timeout` is useful for implementing
714
+ server-push mechanisms such as long polling, server-sent events (`EventSource` interface) etc.
715
+
716
+ If a connection times out, the load balancer responds to the client with a `504 Gateway Timeout` status code.
717
+
718
+ If not specified, no idle timeout is used, and an alive connection may be idle for any duration (see [timeout]).
719
+ """
720
+
721
+ @property
722
+ def upgrade_types(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
723
+ """Supported values for HTTP `Upgrade` header. E.g. `websocket`."""
724
+
725
+ def __init__(
726
+ self,
727
+ *,
728
+ backend_group_id: builtins.str = ...,
729
+ timeout: google.protobuf.duration_pb2.Duration | None = ...,
730
+ idle_timeout: google.protobuf.duration_pb2.Duration | None = ...,
731
+ host_rewrite: builtins.str = ...,
732
+ auto_host_rewrite: builtins.bool = ...,
733
+ prefix_rewrite: builtins.str = ...,
734
+ upgrade_types: collections.abc.Iterable[builtins.str] | None = ...,
735
+ ) -> None: ...
736
+ def HasField(self, field_name: typing.Literal["auto_host_rewrite", b"auto_host_rewrite", "host_rewrite", b"host_rewrite", "host_rewrite_specifier", b"host_rewrite_specifier", "idle_timeout", b"idle_timeout", "timeout", b"timeout"]) -> builtins.bool: ...
737
+ def ClearField(self, field_name: typing.Literal["auto_host_rewrite", b"auto_host_rewrite", "backend_group_id", b"backend_group_id", "host_rewrite", b"host_rewrite", "host_rewrite_specifier", b"host_rewrite_specifier", "idle_timeout", b"idle_timeout", "prefix_rewrite", b"prefix_rewrite", "timeout", b"timeout", "upgrade_types", b"upgrade_types"]) -> None: ...
738
+ def WhichOneof(self, oneof_group: typing.Literal["host_rewrite_specifier", b"host_rewrite_specifier"]) -> typing.Literal["host_rewrite", "auto_host_rewrite"] | None: ...
739
+
740
+ global___HttpRouteAction = HttpRouteAction
741
+
742
+ @typing.final
743
+ class GrpcRouteAction(google.protobuf.message.Message):
744
+ """A gRPC route action resource."""
745
+
746
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
747
+
748
+ BACKEND_GROUP_ID_FIELD_NUMBER: builtins.int
749
+ MAX_TIMEOUT_FIELD_NUMBER: builtins.int
750
+ IDLE_TIMEOUT_FIELD_NUMBER: builtins.int
751
+ HOST_REWRITE_FIELD_NUMBER: builtins.int
752
+ AUTO_HOST_REWRITE_FIELD_NUMBER: builtins.int
753
+ backend_group_id: builtins.str
754
+ """Backend group to forward requests to."""
755
+ host_rewrite: builtins.str
756
+ """Host replacement."""
757
+ auto_host_rewrite: builtins.bool
758
+ """Automatically replaces the host with that of the target."""
759
+ @property
760
+ def max_timeout(self) -> google.protobuf.duration_pb2.Duration:
761
+ """Overall timeout for an underlying HTTP connection between a load balancer node an a backend from the backend group:
762
+ the maximum time the connection is kept alive for, regardless of whether data is transferred over it.
763
+
764
+ If a client specifies a lower timeout in HTTP `grpc-timeout` header, the `max_timeout` value is ignored.
765
+
766
+ If a connection times out, the load balancer responds to the client with an `UNAVAILABLE` status code.
767
+
768
+ Default value: `60`.
769
+ """
770
+
771
+ @property
772
+ def idle_timeout(self) -> google.protobuf.duration_pb2.Duration:
773
+ """Idle timeout for an underlying HTTP connection between a load balancer node an a backend from the backend group:
774
+ the maximum time the connection is allowed to be idle, i.e. without any data transferred over it.
775
+
776
+ Specifying meaningful values for both [max_timeout] and `idle_timeout` is useful for implementing
777
+ server-push mechanisms such as long polling, server-sent events etc.
778
+
779
+ If a connection times out, the load balancer responds to the client with an `UNAVAILABLE` status code.
780
+
781
+ If not specified, no idle timeout is used, and an alive connection may be idle for any duration
782
+ (see [max_timeout]).
783
+ """
784
+
785
+ def __init__(
786
+ self,
787
+ *,
788
+ backend_group_id: builtins.str = ...,
789
+ max_timeout: google.protobuf.duration_pb2.Duration | None = ...,
790
+ idle_timeout: google.protobuf.duration_pb2.Duration | None = ...,
791
+ host_rewrite: builtins.str = ...,
792
+ auto_host_rewrite: builtins.bool = ...,
793
+ ) -> None: ...
794
+ def HasField(self, field_name: typing.Literal["auto_host_rewrite", b"auto_host_rewrite", "host_rewrite", b"host_rewrite", "host_rewrite_specifier", b"host_rewrite_specifier", "idle_timeout", b"idle_timeout", "max_timeout", b"max_timeout"]) -> builtins.bool: ...
795
+ def ClearField(self, field_name: typing.Literal["auto_host_rewrite", b"auto_host_rewrite", "backend_group_id", b"backend_group_id", "host_rewrite", b"host_rewrite", "host_rewrite_specifier", b"host_rewrite_specifier", "idle_timeout", b"idle_timeout", "max_timeout", b"max_timeout"]) -> None: ...
796
+ def WhichOneof(self, oneof_group: typing.Literal["host_rewrite_specifier", b"host_rewrite_specifier"]) -> typing.Literal["host_rewrite", "auto_host_rewrite"] | None: ...
797
+
798
+ global___GrpcRouteAction = GrpcRouteAction