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,1109 @@
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 google.protobuf.timestamp_pb2
14
+ import sys
15
+ import typing
16
+ import yandex.cloud.logging.v1.log_entry_pb2
17
+
18
+ if sys.version_info >= (3, 10):
19
+ import typing as typing_extensions
20
+ else:
21
+ import typing_extensions
22
+
23
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
24
+
25
+ class _TriggerType:
26
+ ValueType = typing.NewType("ValueType", builtins.int)
27
+ V: typing_extensions.TypeAlias = ValueType
28
+
29
+ class _TriggerTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_TriggerType.ValueType], builtins.type):
30
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
31
+ TRIGGER_TYPE_UNSPECIFIED: _TriggerType.ValueType # 0
32
+ TIMER: _TriggerType.ValueType # 2
33
+ """The trigger is activated on a timer."""
34
+ MESSAGE_QUEUE: _TriggerType.ValueType # 3
35
+ """The trigger is activated by messages from a message queue.
36
+
37
+ Only Message Queue is currently supported.
38
+ """
39
+ IOT_MESSAGE: _TriggerType.ValueType # 4
40
+ """The trigger is activated by messages from IoT Core."""
41
+ IOT_BROKER_MESSAGE: _TriggerType.ValueType # 12
42
+ OBJECT_STORAGE: _TriggerType.ValueType # 5
43
+ CONTAINER_REGISTRY: _TriggerType.ValueType # 6
44
+ CLOUD_LOGS: _TriggerType.ValueType # 7
45
+ """The trigger is activated by cloud log group events"""
46
+ LOGGING: _TriggerType.ValueType # 8
47
+ """The trigger is activated by logging group events"""
48
+ BILLING_BUDGET: _TriggerType.ValueType # 9
49
+ """The trigger is activated by billing events"""
50
+ YDS: _TriggerType.ValueType # 10
51
+ """The trigger is activated by YDS events"""
52
+ MAIL: _TriggerType.ValueType # 11
53
+ """The trigger is activated by email"""
54
+
55
+ class TriggerType(_TriggerType, metaclass=_TriggerTypeEnumTypeWrapper): ...
56
+
57
+ TRIGGER_TYPE_UNSPECIFIED: TriggerType.ValueType # 0
58
+ TIMER: TriggerType.ValueType # 2
59
+ """The trigger is activated on a timer."""
60
+ MESSAGE_QUEUE: TriggerType.ValueType # 3
61
+ """The trigger is activated by messages from a message queue.
62
+
63
+ Only Message Queue is currently supported.
64
+ """
65
+ IOT_MESSAGE: TriggerType.ValueType # 4
66
+ """The trigger is activated by messages from IoT Core."""
67
+ IOT_BROKER_MESSAGE: TriggerType.ValueType # 12
68
+ OBJECT_STORAGE: TriggerType.ValueType # 5
69
+ CONTAINER_REGISTRY: TriggerType.ValueType # 6
70
+ CLOUD_LOGS: TriggerType.ValueType # 7
71
+ """The trigger is activated by cloud log group events"""
72
+ LOGGING: TriggerType.ValueType # 8
73
+ """The trigger is activated by logging group events"""
74
+ BILLING_BUDGET: TriggerType.ValueType # 9
75
+ """The trigger is activated by billing events"""
76
+ YDS: TriggerType.ValueType # 10
77
+ """The trigger is activated by YDS events"""
78
+ MAIL: TriggerType.ValueType # 11
79
+ """The trigger is activated by email"""
80
+ global___TriggerType = TriggerType
81
+
82
+ @typing.final
83
+ class Trigger(google.protobuf.message.Message):
84
+ """A trigger to invoke a serverless function. For more information, see [Triggers](/docs/functions/concepts/trigger)."""
85
+
86
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
87
+
88
+ class _ObjectStorageEventType:
89
+ ValueType = typing.NewType("ValueType", builtins.int)
90
+ V: typing_extensions.TypeAlias = ValueType
91
+
92
+ class _ObjectStorageEventTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Trigger._ObjectStorageEventType.ValueType], builtins.type):
93
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
94
+ OBJECT_STORAGE_EVENT_TYPE_UNSPECIFIED: Trigger._ObjectStorageEventType.ValueType # 0
95
+ OBJECT_STORAGE_EVENT_TYPE_CREATE_OBJECT: Trigger._ObjectStorageEventType.ValueType # 1
96
+ OBJECT_STORAGE_EVENT_TYPE_UPDATE_OBJECT: Trigger._ObjectStorageEventType.ValueType # 2
97
+ OBJECT_STORAGE_EVENT_TYPE_DELETE_OBJECT: Trigger._ObjectStorageEventType.ValueType # 3
98
+
99
+ class ObjectStorageEventType(_ObjectStorageEventType, metaclass=_ObjectStorageEventTypeEnumTypeWrapper): ...
100
+ OBJECT_STORAGE_EVENT_TYPE_UNSPECIFIED: Trigger.ObjectStorageEventType.ValueType # 0
101
+ OBJECT_STORAGE_EVENT_TYPE_CREATE_OBJECT: Trigger.ObjectStorageEventType.ValueType # 1
102
+ OBJECT_STORAGE_EVENT_TYPE_UPDATE_OBJECT: Trigger.ObjectStorageEventType.ValueType # 2
103
+ OBJECT_STORAGE_EVENT_TYPE_DELETE_OBJECT: Trigger.ObjectStorageEventType.ValueType # 3
104
+
105
+ class _ContainerRegistryEventType:
106
+ ValueType = typing.NewType("ValueType", builtins.int)
107
+ V: typing_extensions.TypeAlias = ValueType
108
+
109
+ class _ContainerRegistryEventTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Trigger._ContainerRegistryEventType.ValueType], builtins.type):
110
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
111
+ CONTAINER_REGISTRY_EVENT_TYPE_UNSPECIFIED: Trigger._ContainerRegistryEventType.ValueType # 0
112
+ CONTAINER_REGISTRY_EVENT_TYPE_CREATE_IMAGE: Trigger._ContainerRegistryEventType.ValueType # 1
113
+ CONTAINER_REGISTRY_EVENT_TYPE_DELETE_IMAGE: Trigger._ContainerRegistryEventType.ValueType # 2
114
+ CONTAINER_REGISTRY_EVENT_TYPE_CREATE_IMAGE_TAG: Trigger._ContainerRegistryEventType.ValueType # 3
115
+ CONTAINER_REGISTRY_EVENT_TYPE_DELETE_IMAGE_TAG: Trigger._ContainerRegistryEventType.ValueType # 4
116
+
117
+ class ContainerRegistryEventType(_ContainerRegistryEventType, metaclass=_ContainerRegistryEventTypeEnumTypeWrapper): ...
118
+ CONTAINER_REGISTRY_EVENT_TYPE_UNSPECIFIED: Trigger.ContainerRegistryEventType.ValueType # 0
119
+ CONTAINER_REGISTRY_EVENT_TYPE_CREATE_IMAGE: Trigger.ContainerRegistryEventType.ValueType # 1
120
+ CONTAINER_REGISTRY_EVENT_TYPE_DELETE_IMAGE: Trigger.ContainerRegistryEventType.ValueType # 2
121
+ CONTAINER_REGISTRY_EVENT_TYPE_CREATE_IMAGE_TAG: Trigger.ContainerRegistryEventType.ValueType # 3
122
+ CONTAINER_REGISTRY_EVENT_TYPE_DELETE_IMAGE_TAG: Trigger.ContainerRegistryEventType.ValueType # 4
123
+
124
+ class _Status:
125
+ ValueType = typing.NewType("ValueType", builtins.int)
126
+ V: typing_extensions.TypeAlias = ValueType
127
+
128
+ class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Trigger._Status.ValueType], builtins.type):
129
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
130
+ STATUS_UNSPECIFIED: Trigger._Status.ValueType # 0
131
+ ACTIVE: Trigger._Status.ValueType # 1
132
+ PAUSED: Trigger._Status.ValueType # 2
133
+
134
+ class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
135
+ STATUS_UNSPECIFIED: Trigger.Status.ValueType # 0
136
+ ACTIVE: Trigger.Status.ValueType # 1
137
+ PAUSED: Trigger.Status.ValueType # 2
138
+
139
+ @typing.final
140
+ class LabelsEntry(google.protobuf.message.Message):
141
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
142
+
143
+ KEY_FIELD_NUMBER: builtins.int
144
+ VALUE_FIELD_NUMBER: builtins.int
145
+ key: builtins.str
146
+ value: builtins.str
147
+ def __init__(
148
+ self,
149
+ *,
150
+ key: builtins.str = ...,
151
+ value: builtins.str = ...,
152
+ ) -> None: ...
153
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
154
+
155
+ @typing.final
156
+ class Rule(google.protobuf.message.Message):
157
+ """Description of a rule for trigger activation."""
158
+
159
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
160
+
161
+ TIMER_FIELD_NUMBER: builtins.int
162
+ MESSAGE_QUEUE_FIELD_NUMBER: builtins.int
163
+ IOT_MESSAGE_FIELD_NUMBER: builtins.int
164
+ IOT_BROKER_MESSAGE_FIELD_NUMBER: builtins.int
165
+ OBJECT_STORAGE_FIELD_NUMBER: builtins.int
166
+ CONTAINER_REGISTRY_FIELD_NUMBER: builtins.int
167
+ CLOUD_LOGS_FIELD_NUMBER: builtins.int
168
+ LOGGING_FIELD_NUMBER: builtins.int
169
+ BILLING_BUDGET_FIELD_NUMBER: builtins.int
170
+ DATA_STREAM_FIELD_NUMBER: builtins.int
171
+ MAIL_FIELD_NUMBER: builtins.int
172
+ @property
173
+ def timer(self) -> global___Trigger.Timer:
174
+ """Rule for a timed trigger."""
175
+
176
+ @property
177
+ def message_queue(self) -> global___Trigger.MessageQueue:
178
+ """Rule for a message queue trigger."""
179
+
180
+ @property
181
+ def iot_message(self) -> global___Trigger.IoTMessage:
182
+ """Rule for a IoT Core trigger."""
183
+
184
+ @property
185
+ def iot_broker_message(self) -> global___Trigger.IoTBrokerMessage: ...
186
+ @property
187
+ def object_storage(self) -> global___Trigger.ObjectStorage: ...
188
+ @property
189
+ def container_registry(self) -> global___Trigger.ContainerRegistry: ...
190
+ @property
191
+ def cloud_logs(self) -> global___Trigger.CloudLogs: ...
192
+ @property
193
+ def logging(self) -> global___Trigger.Logging: ...
194
+ @property
195
+ def billing_budget(self) -> global___BillingBudget: ...
196
+ @property
197
+ def data_stream(self) -> global___DataStream: ...
198
+ @property
199
+ def mail(self) -> global___Mail: ...
200
+ def __init__(
201
+ self,
202
+ *,
203
+ timer: global___Trigger.Timer | None = ...,
204
+ message_queue: global___Trigger.MessageQueue | None = ...,
205
+ iot_message: global___Trigger.IoTMessage | None = ...,
206
+ iot_broker_message: global___Trigger.IoTBrokerMessage | None = ...,
207
+ object_storage: global___Trigger.ObjectStorage | None = ...,
208
+ container_registry: global___Trigger.ContainerRegistry | None = ...,
209
+ cloud_logs: global___Trigger.CloudLogs | None = ...,
210
+ logging: global___Trigger.Logging | None = ...,
211
+ billing_budget: global___BillingBudget | None = ...,
212
+ data_stream: global___DataStream | None = ...,
213
+ mail: global___Mail | None = ...,
214
+ ) -> None: ...
215
+ def HasField(self, field_name: typing.Literal["billing_budget", b"billing_budget", "cloud_logs", b"cloud_logs", "container_registry", b"container_registry", "data_stream", b"data_stream", "iot_broker_message", b"iot_broker_message", "iot_message", b"iot_message", "logging", b"logging", "mail", b"mail", "message_queue", b"message_queue", "object_storage", b"object_storage", "rule", b"rule", "timer", b"timer"]) -> builtins.bool: ...
216
+ def ClearField(self, field_name: typing.Literal["billing_budget", b"billing_budget", "cloud_logs", b"cloud_logs", "container_registry", b"container_registry", "data_stream", b"data_stream", "iot_broker_message", b"iot_broker_message", "iot_message", b"iot_message", "logging", b"logging", "mail", b"mail", "message_queue", b"message_queue", "object_storage", b"object_storage", "rule", b"rule", "timer", b"timer"]) -> None: ...
217
+ def WhichOneof(self, oneof_group: typing.Literal["rule", b"rule"]) -> typing.Literal["timer", "message_queue", "iot_message", "iot_broker_message", "object_storage", "container_registry", "cloud_logs", "logging", "billing_budget", "data_stream", "mail"] | None: ...
218
+
219
+ @typing.final
220
+ class Timer(google.protobuf.message.Message):
221
+ """Rule for activating a timed trigger."""
222
+
223
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
224
+
225
+ CRON_EXPRESSION_FIELD_NUMBER: builtins.int
226
+ PAYLOAD_FIELD_NUMBER: builtins.int
227
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
228
+ INVOKE_FUNCTION_WITH_RETRY_FIELD_NUMBER: builtins.int
229
+ INVOKE_CONTAINER_WITH_RETRY_FIELD_NUMBER: builtins.int
230
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
231
+ cron_expression: builtins.str
232
+ """Description of a schedule as a [cron expression](/docs/functions/concepts/trigger/timer)."""
233
+ payload: builtins.str
234
+ """Payload to be passed to function."""
235
+ @property
236
+ def invoke_function(self) -> global___InvokeFunctionOnce:
237
+ """Instructions for invoking a function once."""
238
+
239
+ @property
240
+ def invoke_function_with_retry(self) -> global___InvokeFunctionWithRetry:
241
+ """Instructions for invoking a function with retry."""
242
+
243
+ @property
244
+ def invoke_container_with_retry(self) -> global___InvokeContainerWithRetry:
245
+ """Instructions for invoking a container with retry."""
246
+
247
+ @property
248
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast:
249
+ """Instructions for broadcasting to API gateway websocket once."""
250
+
251
+ def __init__(
252
+ self,
253
+ *,
254
+ cron_expression: builtins.str = ...,
255
+ payload: builtins.str = ...,
256
+ invoke_function: global___InvokeFunctionOnce | None = ...,
257
+ invoke_function_with_retry: global___InvokeFunctionWithRetry | None = ...,
258
+ invoke_container_with_retry: global___InvokeContainerWithRetry | None = ...,
259
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
260
+ ) -> None: ...
261
+ def HasField(self, field_name: typing.Literal["action", b"action", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container_with_retry", b"invoke_container_with_retry", "invoke_function", b"invoke_function", "invoke_function_with_retry", b"invoke_function_with_retry"]) -> builtins.bool: ...
262
+ def ClearField(self, field_name: typing.Literal["action", b"action", "cron_expression", b"cron_expression", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container_with_retry", b"invoke_container_with_retry", "invoke_function", b"invoke_function", "invoke_function_with_retry", b"invoke_function_with_retry", "payload", b"payload"]) -> None: ...
263
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_function_with_retry", "invoke_container_with_retry", "gateway_websocket_broadcast"] | None: ...
264
+
265
+ @typing.final
266
+ class MessageQueue(google.protobuf.message.Message):
267
+ """Rule for activating a message queue trigger."""
268
+
269
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
270
+
271
+ QUEUE_ID_FIELD_NUMBER: builtins.int
272
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
273
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
274
+ VISIBILITY_TIMEOUT_FIELD_NUMBER: builtins.int
275
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
276
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
277
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
278
+ queue_id: builtins.str
279
+ """ID of the message queue in Message Queue."""
280
+ service_account_id: builtins.str
281
+ """ID of the service account which has read access to the message queue."""
282
+ @property
283
+ def batch_settings(self) -> global___BatchSettings:
284
+ """Batch settings for processing messages in the queue."""
285
+
286
+ @property
287
+ def visibility_timeout(self) -> google.protobuf.duration_pb2.Duration:
288
+ """Queue visibility timeout override."""
289
+
290
+ @property
291
+ def invoke_function(self) -> global___InvokeFunctionOnce:
292
+ """Instructions for invoking a function once."""
293
+
294
+ @property
295
+ def invoke_container(self) -> global___InvokeContainerOnce:
296
+ """Instructions for invoking a container once."""
297
+
298
+ @property
299
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast:
300
+ """Instructions for broadcasting to API gateway websocket once."""
301
+
302
+ def __init__(
303
+ self,
304
+ *,
305
+ queue_id: builtins.str = ...,
306
+ service_account_id: builtins.str = ...,
307
+ batch_settings: global___BatchSettings | None = ...,
308
+ visibility_timeout: google.protobuf.duration_pb2.Duration | None = ...,
309
+ invoke_function: global___InvokeFunctionOnce | None = ...,
310
+ invoke_container: global___InvokeContainerOnce | None = ...,
311
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
312
+ ) -> None: ...
313
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "visibility_timeout", b"visibility_timeout"]) -> builtins.bool: ...
314
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "queue_id", b"queue_id", "service_account_id", b"service_account_id", "visibility_timeout", b"visibility_timeout"]) -> None: ...
315
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
316
+
317
+ @typing.final
318
+ class IoTMessage(google.protobuf.message.Message):
319
+ """Rule for activating a IoT Core trigger."""
320
+
321
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
322
+
323
+ REGISTRY_ID_FIELD_NUMBER: builtins.int
324
+ DEVICE_ID_FIELD_NUMBER: builtins.int
325
+ MQTT_TOPIC_FIELD_NUMBER: builtins.int
326
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
327
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
328
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
329
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
330
+ registry_id: builtins.str
331
+ """ID of the IoT Core registry."""
332
+ device_id: builtins.str
333
+ """ID of the IoT Core device in the registry."""
334
+ mqtt_topic: builtins.str
335
+ """MQTT topic whose messages activate the trigger."""
336
+ @property
337
+ def batch_settings(self) -> global___BatchSettings:
338
+ """Batch settings for processing events."""
339
+
340
+ @property
341
+ def invoke_function(self) -> global___InvokeFunctionWithRetry:
342
+ """Instructions for invoking a function with retries as needed."""
343
+
344
+ @property
345
+ def invoke_container(self) -> global___InvokeContainerWithRetry:
346
+ """Instructions for invoking a container with retries as needed."""
347
+
348
+ @property
349
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast:
350
+ """Instructions for broadcasting to API gateway websocket once."""
351
+
352
+ def __init__(
353
+ self,
354
+ *,
355
+ registry_id: builtins.str = ...,
356
+ device_id: builtins.str = ...,
357
+ mqtt_topic: builtins.str = ...,
358
+ batch_settings: global___BatchSettings | None = ...,
359
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
360
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
361
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
362
+ ) -> None: ...
363
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
364
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "device_id", b"device_id", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "mqtt_topic", b"mqtt_topic", "registry_id", b"registry_id"]) -> None: ...
365
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
366
+
367
+ @typing.final
368
+ class IoTBrokerMessage(google.protobuf.message.Message):
369
+ """Rule for activating a IoT Core Broker trigger."""
370
+
371
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
372
+
373
+ BROKER_ID_FIELD_NUMBER: builtins.int
374
+ MQTT_TOPIC_FIELD_NUMBER: builtins.int
375
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
376
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
377
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
378
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
379
+ broker_id: builtins.str
380
+ """ID of the IoT Core broker."""
381
+ mqtt_topic: builtins.str
382
+ """MQTT topic whose messages activate the trigger."""
383
+ @property
384
+ def batch_settings(self) -> global___BatchSettings:
385
+ """Batch settings for processing events."""
386
+
387
+ @property
388
+ def invoke_function(self) -> global___InvokeFunctionWithRetry:
389
+ """Instructions for invoking a function with retries as needed."""
390
+
391
+ @property
392
+ def invoke_container(self) -> global___InvokeContainerWithRetry:
393
+ """Instructions for invoking a container with retries as needed."""
394
+
395
+ @property
396
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast:
397
+ """Instructions for broadcasting to API gateway websocket once."""
398
+
399
+ def __init__(
400
+ self,
401
+ *,
402
+ broker_id: builtins.str = ...,
403
+ mqtt_topic: builtins.str = ...,
404
+ batch_settings: global___BatchSettings | None = ...,
405
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
406
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
407
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
408
+ ) -> None: ...
409
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
410
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "broker_id", b"broker_id", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "mqtt_topic", b"mqtt_topic"]) -> None: ...
411
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
412
+
413
+ @typing.final
414
+ class ObjectStorage(google.protobuf.message.Message):
415
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
416
+
417
+ EVENT_TYPE_FIELD_NUMBER: builtins.int
418
+ BUCKET_ID_FIELD_NUMBER: builtins.int
419
+ PREFIX_FIELD_NUMBER: builtins.int
420
+ SUFFIX_FIELD_NUMBER: builtins.int
421
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
422
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
423
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
424
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
425
+ bucket_id: builtins.str
426
+ """ID of the bucket."""
427
+ prefix: builtins.str
428
+ """Prefix of the object key. Filter, optional."""
429
+ suffix: builtins.str
430
+ """Suffix of the object key. Filter, optional."""
431
+ @property
432
+ def event_type(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[global___Trigger.ObjectStorageEventType.ValueType]:
433
+ """Type (name) of events, at least one value is required."""
434
+
435
+ @property
436
+ def batch_settings(self) -> global___BatchSettings:
437
+ """Batch settings for processing events."""
438
+
439
+ @property
440
+ def invoke_function(self) -> global___InvokeFunctionWithRetry:
441
+ """Instructions for invoking a function with retries as needed."""
442
+
443
+ @property
444
+ def invoke_container(self) -> global___InvokeContainerWithRetry:
445
+ """Instructions for invoking a container with retries as needed."""
446
+
447
+ @property
448
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast:
449
+ """Instructions for broadcasting to API gateway websocket once."""
450
+
451
+ def __init__(
452
+ self,
453
+ *,
454
+ event_type: collections.abc.Iterable[global___Trigger.ObjectStorageEventType.ValueType] | None = ...,
455
+ bucket_id: builtins.str = ...,
456
+ prefix: builtins.str = ...,
457
+ suffix: builtins.str = ...,
458
+ batch_settings: global___BatchSettings | None = ...,
459
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
460
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
461
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
462
+ ) -> None: ...
463
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
464
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "bucket_id", b"bucket_id", "event_type", b"event_type", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "prefix", b"prefix", "suffix", b"suffix"]) -> None: ...
465
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
466
+
467
+ @typing.final
468
+ class ContainerRegistry(google.protobuf.message.Message):
469
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
470
+
471
+ EVENT_TYPE_FIELD_NUMBER: builtins.int
472
+ REGISTRY_ID_FIELD_NUMBER: builtins.int
473
+ IMAGE_NAME_FIELD_NUMBER: builtins.int
474
+ TAG_FIELD_NUMBER: builtins.int
475
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
476
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
477
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
478
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
479
+ registry_id: builtins.str
480
+ """ID of the registry."""
481
+ image_name: builtins.str
482
+ """Docker-image name. Filter, optional."""
483
+ tag: builtins.str
484
+ """Docker-image tag. Filter, optional."""
485
+ @property
486
+ def event_type(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[global___Trigger.ContainerRegistryEventType.ValueType]:
487
+ """Type (name) of events, at least one value is required."""
488
+
489
+ @property
490
+ def batch_settings(self) -> global___BatchSettings:
491
+ """Batch settings for processing events."""
492
+
493
+ @property
494
+ def invoke_function(self) -> global___InvokeFunctionWithRetry:
495
+ """Instructions for invoking a function with retries as needed."""
496
+
497
+ @property
498
+ def invoke_container(self) -> global___InvokeContainerWithRetry:
499
+ """Instructions for invoking a container with retries as needed."""
500
+
501
+ @property
502
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast:
503
+ """Instructions for broadcasting to API gateway websocket once."""
504
+
505
+ def __init__(
506
+ self,
507
+ *,
508
+ event_type: collections.abc.Iterable[global___Trigger.ContainerRegistryEventType.ValueType] | None = ...,
509
+ registry_id: builtins.str = ...,
510
+ image_name: builtins.str = ...,
511
+ tag: builtins.str = ...,
512
+ batch_settings: global___BatchSettings | None = ...,
513
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
514
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
515
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
516
+ ) -> None: ...
517
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
518
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "event_type", b"event_type", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "image_name", b"image_name", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "registry_id", b"registry_id", "tag", b"tag"]) -> None: ...
519
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
520
+
521
+ @typing.final
522
+ class CloudLogs(google.protobuf.message.Message):
523
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
524
+
525
+ LOG_GROUP_ID_FIELD_NUMBER: builtins.int
526
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
527
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
528
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
529
+ @property
530
+ def log_group_id(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
531
+ """Log group identifiers, at least one value is required."""
532
+
533
+ @property
534
+ def batch_settings(self) -> global___CloudLogsBatchSettings:
535
+ """Batch settings for processing log events."""
536
+
537
+ @property
538
+ def invoke_function(self) -> global___InvokeFunctionWithRetry:
539
+ """Instructions for invoking a function with retries as needed."""
540
+
541
+ @property
542
+ def invoke_container(self) -> global___InvokeContainerWithRetry:
543
+ """Instructions for invoking a container with retries as needed."""
544
+
545
+ def __init__(
546
+ self,
547
+ *,
548
+ log_group_id: collections.abc.Iterable[builtins.str] | None = ...,
549
+ batch_settings: global___CloudLogsBatchSettings | None = ...,
550
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
551
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
552
+ ) -> None: ...
553
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
554
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "log_group_id", b"log_group_id"]) -> None: ...
555
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container"] | None: ...
556
+
557
+ @typing.final
558
+ class Logging(google.protobuf.message.Message):
559
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
560
+
561
+ LOG_GROUP_ID_FIELD_NUMBER: builtins.int
562
+ RESOURCE_TYPE_FIELD_NUMBER: builtins.int
563
+ RESOURCE_ID_FIELD_NUMBER: builtins.int
564
+ STREAM_NAME_FIELD_NUMBER: builtins.int
565
+ LEVELS_FIELD_NUMBER: builtins.int
566
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
567
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
568
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
569
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
570
+ log_group_id: builtins.str
571
+ """Log events filter settings."""
572
+ @property
573
+ def resource_type(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
574
+ @property
575
+ def resource_id(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
576
+ @property
577
+ def stream_name(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
578
+ @property
579
+ def levels(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[yandex.cloud.logging.v1.log_entry_pb2.LogLevel.Level.ValueType]: ...
580
+ @property
581
+ def batch_settings(self) -> global___LoggingBatchSettings:
582
+ """Batch settings for processing log events."""
583
+
584
+ @property
585
+ def invoke_function(self) -> global___InvokeFunctionWithRetry:
586
+ """Instructions for invoking a function with retries as needed."""
587
+
588
+ @property
589
+ def invoke_container(self) -> global___InvokeContainerWithRetry:
590
+ """Instructions for invoking a container with retries as needed."""
591
+
592
+ @property
593
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast:
594
+ """Instructions for broadcasting to API gateway websocket once."""
595
+
596
+ def __init__(
597
+ self,
598
+ *,
599
+ log_group_id: builtins.str = ...,
600
+ resource_type: collections.abc.Iterable[builtins.str] | None = ...,
601
+ resource_id: collections.abc.Iterable[builtins.str] | None = ...,
602
+ stream_name: collections.abc.Iterable[builtins.str] | None = ...,
603
+ levels: collections.abc.Iterable[yandex.cloud.logging.v1.log_entry_pb2.LogLevel.Level.ValueType] | None = ...,
604
+ batch_settings: global___LoggingBatchSettings | None = ...,
605
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
606
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
607
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
608
+ ) -> None: ...
609
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
610
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "levels", b"levels", "log_group_id", b"log_group_id", "resource_id", b"resource_id", "resource_type", b"resource_type", "stream_name", b"stream_name"]) -> None: ...
611
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
612
+
613
+ ID_FIELD_NUMBER: builtins.int
614
+ FOLDER_ID_FIELD_NUMBER: builtins.int
615
+ CREATED_AT_FIELD_NUMBER: builtins.int
616
+ NAME_FIELD_NUMBER: builtins.int
617
+ DESCRIPTION_FIELD_NUMBER: builtins.int
618
+ LABELS_FIELD_NUMBER: builtins.int
619
+ RULE_FIELD_NUMBER: builtins.int
620
+ STATUS_FIELD_NUMBER: builtins.int
621
+ id: builtins.str
622
+ """ID of the trigger. Generated at creation time."""
623
+ folder_id: builtins.str
624
+ """ID of the folder that the trigger belongs to."""
625
+ name: builtins.str
626
+ """Name of the trigger."""
627
+ description: builtins.str
628
+ """Description of the trigger."""
629
+ status: global___Trigger.Status.ValueType
630
+ """Trigger status."""
631
+ @property
632
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
633
+ """Creation timestamp for the trigger."""
634
+
635
+ @property
636
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
637
+ """Trigger labels as `key:value` pairs."""
638
+
639
+ @property
640
+ def rule(self) -> global___Trigger.Rule:
641
+ """Rule for trigger activation (always consistent with the trigger type)."""
642
+
643
+ def __init__(
644
+ self,
645
+ *,
646
+ id: builtins.str = ...,
647
+ folder_id: builtins.str = ...,
648
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
649
+ name: builtins.str = ...,
650
+ description: builtins.str = ...,
651
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
652
+ rule: global___Trigger.Rule | None = ...,
653
+ status: global___Trigger.Status.ValueType = ...,
654
+ ) -> None: ...
655
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at", "rule", b"rule"]) -> builtins.bool: ...
656
+ def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "name", b"name", "rule", b"rule", "status", b"status"]) -> None: ...
657
+
658
+ global___Trigger = Trigger
659
+
660
+ @typing.final
661
+ class InvokeFunctionOnce(google.protobuf.message.Message):
662
+ """A single function invocation."""
663
+
664
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
665
+
666
+ FUNCTION_ID_FIELD_NUMBER: builtins.int
667
+ FUNCTION_TAG_FIELD_NUMBER: builtins.int
668
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
669
+ function_id: builtins.str
670
+ """ID of the function to invoke."""
671
+ function_tag: builtins.str
672
+ """Version tag of the function to execute."""
673
+ service_account_id: builtins.str
674
+ """ID of the service account that should be used to invoke the function."""
675
+ def __init__(
676
+ self,
677
+ *,
678
+ function_id: builtins.str = ...,
679
+ function_tag: builtins.str = ...,
680
+ service_account_id: builtins.str = ...,
681
+ ) -> None: ...
682
+ def ClearField(self, field_name: typing.Literal["function_id", b"function_id", "function_tag", b"function_tag", "service_account_id", b"service_account_id"]) -> None: ...
683
+
684
+ global___InvokeFunctionOnce = InvokeFunctionOnce
685
+
686
+ @typing.final
687
+ class InvokeFunctionWithRetry(google.protobuf.message.Message):
688
+ """A function invocation with retries."""
689
+
690
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
691
+
692
+ FUNCTION_ID_FIELD_NUMBER: builtins.int
693
+ FUNCTION_TAG_FIELD_NUMBER: builtins.int
694
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
695
+ RETRY_SETTINGS_FIELD_NUMBER: builtins.int
696
+ DEAD_LETTER_QUEUE_FIELD_NUMBER: builtins.int
697
+ function_id: builtins.str
698
+ """ID of the function to invoke."""
699
+ function_tag: builtins.str
700
+ """Version tag of the function to execute."""
701
+ service_account_id: builtins.str
702
+ """ID of the service account which has permission to invoke the function."""
703
+ @property
704
+ def retry_settings(self) -> global___RetrySettings:
705
+ """Retry policy. If the field is not specified, or the value is empty, no retries will be attempted."""
706
+
707
+ @property
708
+ def dead_letter_queue(self) -> global___PutQueueMessage:
709
+ """DLQ policy (no value means discarding a message)."""
710
+
711
+ def __init__(
712
+ self,
713
+ *,
714
+ function_id: builtins.str = ...,
715
+ function_tag: builtins.str = ...,
716
+ service_account_id: builtins.str = ...,
717
+ retry_settings: global___RetrySettings | None = ...,
718
+ dead_letter_queue: global___PutQueueMessage | None = ...,
719
+ ) -> None: ...
720
+ def HasField(self, field_name: typing.Literal["dead_letter_queue", b"dead_letter_queue", "retry_settings", b"retry_settings"]) -> builtins.bool: ...
721
+ def ClearField(self, field_name: typing.Literal["dead_letter_queue", b"dead_letter_queue", "function_id", b"function_id", "function_tag", b"function_tag", "retry_settings", b"retry_settings", "service_account_id", b"service_account_id"]) -> None: ...
722
+
723
+ global___InvokeFunctionWithRetry = InvokeFunctionWithRetry
724
+
725
+ @typing.final
726
+ class InvokeContainerOnce(google.protobuf.message.Message):
727
+ """A single container invocation."""
728
+
729
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
730
+
731
+ CONTAINER_ID_FIELD_NUMBER: builtins.int
732
+ PATH_FIELD_NUMBER: builtins.int
733
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
734
+ container_id: builtins.str
735
+ """ID of the container to invoke."""
736
+ path: builtins.str
737
+ """Endpoint HTTP path to invoke."""
738
+ service_account_id: builtins.str
739
+ """ID of the service account which has permission to invoke the container."""
740
+ def __init__(
741
+ self,
742
+ *,
743
+ container_id: builtins.str = ...,
744
+ path: builtins.str = ...,
745
+ service_account_id: builtins.str = ...,
746
+ ) -> None: ...
747
+ def ClearField(self, field_name: typing.Literal["container_id", b"container_id", "path", b"path", "service_account_id", b"service_account_id"]) -> None: ...
748
+
749
+ global___InvokeContainerOnce = InvokeContainerOnce
750
+
751
+ @typing.final
752
+ class InvokeContainerWithRetry(google.protobuf.message.Message):
753
+ """A container invocation with retries."""
754
+
755
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
756
+
757
+ CONTAINER_ID_FIELD_NUMBER: builtins.int
758
+ PATH_FIELD_NUMBER: builtins.int
759
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
760
+ RETRY_SETTINGS_FIELD_NUMBER: builtins.int
761
+ DEAD_LETTER_QUEUE_FIELD_NUMBER: builtins.int
762
+ container_id: builtins.str
763
+ """ID of the container to invoke."""
764
+ path: builtins.str
765
+ """Endpoint HTTP path to invoke."""
766
+ service_account_id: builtins.str
767
+ """ID of the service account which has permission to invoke the container."""
768
+ @property
769
+ def retry_settings(self) -> global___RetrySettings:
770
+ """Retry policy. If the field is not specified, or the value is empty, no retries will be attempted."""
771
+
772
+ @property
773
+ def dead_letter_queue(self) -> global___PutQueueMessage:
774
+ """DLQ policy (no value means discarding a message)."""
775
+
776
+ def __init__(
777
+ self,
778
+ *,
779
+ container_id: builtins.str = ...,
780
+ path: builtins.str = ...,
781
+ service_account_id: builtins.str = ...,
782
+ retry_settings: global___RetrySettings | None = ...,
783
+ dead_letter_queue: global___PutQueueMessage | None = ...,
784
+ ) -> None: ...
785
+ def HasField(self, field_name: typing.Literal["dead_letter_queue", b"dead_letter_queue", "retry_settings", b"retry_settings"]) -> builtins.bool: ...
786
+ def ClearField(self, field_name: typing.Literal["container_id", b"container_id", "dead_letter_queue", b"dead_letter_queue", "path", b"path", "retry_settings", b"retry_settings", "service_account_id", b"service_account_id"]) -> None: ...
787
+
788
+ global___InvokeContainerWithRetry = InvokeContainerWithRetry
789
+
790
+ @typing.final
791
+ class GatewayWebsocketBroadcast(google.protobuf.message.Message):
792
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
793
+
794
+ GATEWAY_ID_FIELD_NUMBER: builtins.int
795
+ PATH_FIELD_NUMBER: builtins.int
796
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
797
+ gateway_id: builtins.str
798
+ path: builtins.str
799
+ service_account_id: builtins.str
800
+ """sa which has permission for writing to websockets"""
801
+ def __init__(
802
+ self,
803
+ *,
804
+ gateway_id: builtins.str = ...,
805
+ path: builtins.str = ...,
806
+ service_account_id: builtins.str = ...,
807
+ ) -> None: ...
808
+ def ClearField(self, field_name: typing.Literal["gateway_id", b"gateway_id", "path", b"path", "service_account_id", b"service_account_id"]) -> None: ...
809
+
810
+ global___GatewayWebsocketBroadcast = GatewayWebsocketBroadcast
811
+
812
+ @typing.final
813
+ class PutQueueMessage(google.protobuf.message.Message):
814
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
815
+
816
+ QUEUE_ID_FIELD_NUMBER: builtins.int
817
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
818
+ queue_id: builtins.str
819
+ """ID of the queue."""
820
+ service_account_id: builtins.str
821
+ """Service account which has write permission on the queue."""
822
+ def __init__(
823
+ self,
824
+ *,
825
+ queue_id: builtins.str = ...,
826
+ service_account_id: builtins.str = ...,
827
+ ) -> None: ...
828
+ def ClearField(self, field_name: typing.Literal["queue_id", b"queue_id", "service_account_id", b"service_account_id"]) -> None: ...
829
+
830
+ global___PutQueueMessage = PutQueueMessage
831
+
832
+ @typing.final
833
+ class BatchSettings(google.protobuf.message.Message):
834
+ """Settings for batch processing of messages in a queue."""
835
+
836
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
837
+
838
+ SIZE_FIELD_NUMBER: builtins.int
839
+ CUTOFF_FIELD_NUMBER: builtins.int
840
+ size: builtins.int
841
+ """Batch size. Trigger will send the batch of messages to the function
842
+ when the number of messages in the queue reaches [size], or the [cutoff] time has passed.
843
+ """
844
+ @property
845
+ def cutoff(self) -> google.protobuf.duration_pb2.Duration:
846
+ """Maximum wait time. Trigger will send the batch of messages to the function when
847
+ the number of messages in the queue reaches [size], or the [cutoff] time has passed.
848
+ """
849
+
850
+ def __init__(
851
+ self,
852
+ *,
853
+ size: builtins.int = ...,
854
+ cutoff: google.protobuf.duration_pb2.Duration | None = ...,
855
+ ) -> None: ...
856
+ def HasField(self, field_name: typing.Literal["cutoff", b"cutoff"]) -> builtins.bool: ...
857
+ def ClearField(self, field_name: typing.Literal["cutoff", b"cutoff", "size", b"size"]) -> None: ...
858
+
859
+ global___BatchSettings = BatchSettings
860
+
861
+ @typing.final
862
+ class CloudLogsBatchSettings(google.protobuf.message.Message):
863
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
864
+
865
+ SIZE_FIELD_NUMBER: builtins.int
866
+ CUTOFF_FIELD_NUMBER: builtins.int
867
+ size: builtins.int
868
+ """Batch size. Trigger will send the batch of messages to the function
869
+ when the number of messages in the log group reaches [size], or the [cutoff] time has passed.
870
+ """
871
+ @property
872
+ def cutoff(self) -> google.protobuf.duration_pb2.Duration:
873
+ """Maximum wait time. Trigger will send the batch of messages to the function when
874
+ the number of messages in the log group reaches [size], or the [cutoff] time has passed.
875
+ """
876
+
877
+ def __init__(
878
+ self,
879
+ *,
880
+ size: builtins.int = ...,
881
+ cutoff: google.protobuf.duration_pb2.Duration | None = ...,
882
+ ) -> None: ...
883
+ def HasField(self, field_name: typing.Literal["cutoff", b"cutoff"]) -> builtins.bool: ...
884
+ def ClearField(self, field_name: typing.Literal["cutoff", b"cutoff", "size", b"size"]) -> None: ...
885
+
886
+ global___CloudLogsBatchSettings = CloudLogsBatchSettings
887
+
888
+ @typing.final
889
+ class LoggingBatchSettings(google.protobuf.message.Message):
890
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
891
+
892
+ SIZE_FIELD_NUMBER: builtins.int
893
+ CUTOFF_FIELD_NUMBER: builtins.int
894
+ size: builtins.int
895
+ """Batch size. Trigger will send the batch of messages to the associated function
896
+ when the number of log events reaches this value, or the [cutoff] time has passed.
897
+ """
898
+ @property
899
+ def cutoff(self) -> google.protobuf.duration_pb2.Duration:
900
+ """Maximum wait time. Trigger will send the batch of messages the time since the last batch
901
+ exceeds the `cutoff` value, regardless of the amount of log events.
902
+ """
903
+
904
+ def __init__(
905
+ self,
906
+ *,
907
+ size: builtins.int = ...,
908
+ cutoff: google.protobuf.duration_pb2.Duration | None = ...,
909
+ ) -> None: ...
910
+ def HasField(self, field_name: typing.Literal["cutoff", b"cutoff"]) -> builtins.bool: ...
911
+ def ClearField(self, field_name: typing.Literal["cutoff", b"cutoff", "size", b"size"]) -> None: ...
912
+
913
+ global___LoggingBatchSettings = LoggingBatchSettings
914
+
915
+ @typing.final
916
+ class RetrySettings(google.protobuf.message.Message):
917
+ """Settings for retrying to invoke a function."""
918
+
919
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
920
+
921
+ RETRY_ATTEMPTS_FIELD_NUMBER: builtins.int
922
+ INTERVAL_FIELD_NUMBER: builtins.int
923
+ retry_attempts: builtins.int
924
+ """Maximum number of retries (extra invokes) before the action is considered failed."""
925
+ @property
926
+ def interval(self) -> google.protobuf.duration_pb2.Duration:
927
+ """Time in seconds to wait between individual retries."""
928
+
929
+ def __init__(
930
+ self,
931
+ *,
932
+ retry_attempts: builtins.int = ...,
933
+ interval: google.protobuf.duration_pb2.Duration | None = ...,
934
+ ) -> None: ...
935
+ def HasField(self, field_name: typing.Literal["interval", b"interval"]) -> builtins.bool: ...
936
+ def ClearField(self, field_name: typing.Literal["interval", b"interval", "retry_attempts", b"retry_attempts"]) -> None: ...
937
+
938
+ global___RetrySettings = RetrySettings
939
+
940
+ @typing.final
941
+ class BillingBudget(google.protobuf.message.Message):
942
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
943
+
944
+ BILLING_ACCOUNT_ID_FIELD_NUMBER: builtins.int
945
+ BUDGET_ID_FIELD_NUMBER: builtins.int
946
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
947
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
948
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
949
+ billing_account_id: builtins.str
950
+ budget_id: builtins.str
951
+ @property
952
+ def invoke_function(self) -> global___InvokeFunctionWithRetry: ...
953
+ @property
954
+ def invoke_container(self) -> global___InvokeContainerWithRetry: ...
955
+ @property
956
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast: ...
957
+ def __init__(
958
+ self,
959
+ *,
960
+ billing_account_id: builtins.str = ...,
961
+ budget_id: builtins.str = ...,
962
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
963
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
964
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
965
+ ) -> None: ...
966
+ def HasField(self, field_name: typing.Literal["action", b"action", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
967
+ def ClearField(self, field_name: typing.Literal["action", b"action", "billing_account_id", b"billing_account_id", "budget_id", b"budget_id", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> None: ...
968
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
969
+
970
+ global___BillingBudget = BillingBudget
971
+
972
+ @typing.final
973
+ class DataStreamBatchSettings(google.protobuf.message.Message):
974
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
975
+
976
+ SIZE_FIELD_NUMBER: builtins.int
977
+ CUTOFF_FIELD_NUMBER: builtins.int
978
+ size: builtins.int
979
+ """Batch size in bytes. Trigger will send the batch of messages to the associated function
980
+ when size of log events reaches this value, or the [cutoff] time has passed.
981
+ """
982
+ @property
983
+ def cutoff(self) -> google.protobuf.duration_pb2.Duration:
984
+ """Maximum wait time. Trigger will send the batch of messages the time since the last batch
985
+ exceeds the `cutoff` value, regardless of the amount of log events.
986
+ """
987
+
988
+ def __init__(
989
+ self,
990
+ *,
991
+ size: builtins.int = ...,
992
+ cutoff: google.protobuf.duration_pb2.Duration | None = ...,
993
+ ) -> None: ...
994
+ def HasField(self, field_name: typing.Literal["cutoff", b"cutoff"]) -> builtins.bool: ...
995
+ def ClearField(self, field_name: typing.Literal["cutoff", b"cutoff", "size", b"size"]) -> None: ...
996
+
997
+ global___DataStreamBatchSettings = DataStreamBatchSettings
998
+
999
+ @typing.final
1000
+ class DataStream(google.protobuf.message.Message):
1001
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1002
+
1003
+ ENDPOINT_FIELD_NUMBER: builtins.int
1004
+ DATABASE_FIELD_NUMBER: builtins.int
1005
+ STREAM_FIELD_NUMBER: builtins.int
1006
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
1007
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
1008
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
1009
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
1010
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
1011
+ endpoint: builtins.str
1012
+ """Data stream endpoint."""
1013
+ database: builtins.str
1014
+ """Data stream database."""
1015
+ stream: builtins.str
1016
+ """Stream name."""
1017
+ service_account_id: builtins.str
1018
+ """ID of the service account which has permission to read data stream."""
1019
+ @property
1020
+ def batch_settings(self) -> global___DataStreamBatchSettings:
1021
+ """Batch settings for processing events."""
1022
+
1023
+ @property
1024
+ def invoke_function(self) -> global___InvokeFunctionWithRetry: ...
1025
+ @property
1026
+ def invoke_container(self) -> global___InvokeContainerWithRetry: ...
1027
+ @property
1028
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast: ...
1029
+ def __init__(
1030
+ self,
1031
+ *,
1032
+ endpoint: builtins.str = ...,
1033
+ database: builtins.str = ...,
1034
+ stream: builtins.str = ...,
1035
+ service_account_id: builtins.str = ...,
1036
+ batch_settings: global___DataStreamBatchSettings | None = ...,
1037
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
1038
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
1039
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
1040
+ ) -> None: ...
1041
+ def HasField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
1042
+ def ClearField(self, field_name: typing.Literal["action", b"action", "batch_settings", b"batch_settings", "database", b"database", "endpoint", b"endpoint", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function", "service_account_id", b"service_account_id", "stream", b"stream"]) -> None: ...
1043
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
1044
+
1045
+ global___DataStream = DataStream
1046
+
1047
+ @typing.final
1048
+ class ObjectStorageBucketSettings(google.protobuf.message.Message):
1049
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1050
+
1051
+ BUCKET_ID_FIELD_NUMBER: builtins.int
1052
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
1053
+ bucket_id: builtins.str
1054
+ """Bucket for saving."""
1055
+ service_account_id: builtins.str
1056
+ """SA which has write permission on storage."""
1057
+ def __init__(
1058
+ self,
1059
+ *,
1060
+ bucket_id: builtins.str = ...,
1061
+ service_account_id: builtins.str = ...,
1062
+ ) -> None: ...
1063
+ def ClearField(self, field_name: typing.Literal["bucket_id", b"bucket_id", "service_account_id", b"service_account_id"]) -> None: ...
1064
+
1065
+ global___ObjectStorageBucketSettings = ObjectStorageBucketSettings
1066
+
1067
+ @typing.final
1068
+ class Mail(google.protobuf.message.Message):
1069
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
1070
+
1071
+ EMAIL_FIELD_NUMBER: builtins.int
1072
+ BATCH_SETTINGS_FIELD_NUMBER: builtins.int
1073
+ ATTACHMENTS_BUCKET_FIELD_NUMBER: builtins.int
1074
+ INVOKE_FUNCTION_FIELD_NUMBER: builtins.int
1075
+ INVOKE_CONTAINER_FIELD_NUMBER: builtins.int
1076
+ GATEWAY_WEBSOCKET_BROADCAST_FIELD_NUMBER: builtins.int
1077
+ email: builtins.str
1078
+ """Address to receive emails for trigger activation.
1079
+ Field is ignored for write requests and populated on trigger creation.
1080
+ """
1081
+ @property
1082
+ def batch_settings(self) -> global___BatchSettings:
1083
+ """Batch settings for processing events."""
1084
+
1085
+ @property
1086
+ def attachments_bucket(self) -> global___ObjectStorageBucketSettings:
1087
+ """Bucket settings for saving attachments."""
1088
+
1089
+ @property
1090
+ def invoke_function(self) -> global___InvokeFunctionWithRetry: ...
1091
+ @property
1092
+ def invoke_container(self) -> global___InvokeContainerWithRetry: ...
1093
+ @property
1094
+ def gateway_websocket_broadcast(self) -> global___GatewayWebsocketBroadcast: ...
1095
+ def __init__(
1096
+ self,
1097
+ *,
1098
+ email: builtins.str = ...,
1099
+ batch_settings: global___BatchSettings | None = ...,
1100
+ attachments_bucket: global___ObjectStorageBucketSettings | None = ...,
1101
+ invoke_function: global___InvokeFunctionWithRetry | None = ...,
1102
+ invoke_container: global___InvokeContainerWithRetry | None = ...,
1103
+ gateway_websocket_broadcast: global___GatewayWebsocketBroadcast | None = ...,
1104
+ ) -> None: ...
1105
+ def HasField(self, field_name: typing.Literal["action", b"action", "attachments_bucket", b"attachments_bucket", "batch_settings", b"batch_settings", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> builtins.bool: ...
1106
+ def ClearField(self, field_name: typing.Literal["action", b"action", "attachments_bucket", b"attachments_bucket", "batch_settings", b"batch_settings", "email", b"email", "gateway_websocket_broadcast", b"gateway_websocket_broadcast", "invoke_container", b"invoke_container", "invoke_function", b"invoke_function"]) -> None: ...
1107
+ def WhichOneof(self, oneof_group: typing.Literal["action", b"action"]) -> typing.Literal["invoke_function", "invoke_container", "gateway_websocket_broadcast"] | None: ...
1108
+
1109
+ global___Mail = Mail