yandexcloud 0.316.0__py3-none-any.whl → 0.318.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (259) hide show
  1. yandex/cloud/ai/assistants/__init__.py +0 -0
  2. yandex/cloud/ai/assistants/v1/__init__.py +0 -0
  3. yandex/cloud/ai/assistants/v1/assistant_pb2.py +33 -0
  4. yandex/cloud/ai/assistants/v1/assistant_pb2.pyi +101 -0
  5. yandex/cloud/ai/assistants/v1/assistant_pb2_grpc.py +4 -0
  6. yandex/cloud/ai/assistants/v1/assistant_pb2_grpc.pyi +17 -0
  7. yandex/cloud/ai/assistants/v1/assistant_service_pb2.py +88 -0
  8. yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +293 -0
  9. yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.py +232 -0
  10. yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.pyi +127 -0
  11. yandex/cloud/ai/assistants/v1/common_pb2.py +33 -0
  12. yandex/cloud/ai/assistants/v1/common_pb2.pyi +91 -0
  13. yandex/cloud/ai/assistants/v1/common_pb2_grpc.py +4 -0
  14. yandex/cloud/ai/assistants/v1/common_pb2_grpc.pyi +17 -0
  15. yandex/cloud/ai/assistants/v1/runs/__init__.py +0 -0
  16. yandex/cloud/ai/assistants/v1/runs/run_pb2.py +40 -0
  17. yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +154 -0
  18. yandex/cloud/ai/assistants/v1/runs/run_pb2_grpc.py +4 -0
  19. yandex/cloud/ai/assistants/v1/runs/run_pb2_grpc.pyi +17 -0
  20. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +77 -0
  21. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +237 -0
  22. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +199 -0
  23. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +110 -0
  24. yandex/cloud/ai/assistants/v1/searchindex/__init__.py +0 -0
  25. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +28 -0
  26. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +47 -0
  27. yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.py +4 -0
  28. yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.pyi +17 -0
  29. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py +28 -0
  30. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +43 -0
  31. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.py +4 -0
  32. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.pyi +17 -0
  33. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.py +45 -0
  34. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +72 -0
  35. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +100 -0
  36. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +59 -0
  37. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +37 -0
  38. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +132 -0
  39. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.py +4 -0
  40. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.pyi +17 -0
  41. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py +77 -0
  42. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +205 -0
  43. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +200 -0
  44. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +111 -0
  45. yandex/cloud/ai/assistants/v1/threads/__init__.py +0 -0
  46. yandex/cloud/ai/assistants/v1/threads/message_pb2.py +45 -0
  47. yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +176 -0
  48. yandex/cloud/ai/assistants/v1/threads/message_pb2_grpc.py +4 -0
  49. yandex/cloud/ai/assistants/v1/threads/message_pb2_grpc.pyi +17 -0
  50. yandex/cloud/ai/assistants/v1/threads/message_service_pb2.py +55 -0
  51. yandex/cloud/ai/assistants/v1/threads/message_service_pb2.pyi +91 -0
  52. yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.py +133 -0
  53. yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.pyi +76 -0
  54. yandex/cloud/ai/assistants/v1/threads/thread_pb2.py +32 -0
  55. yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +85 -0
  56. yandex/cloud/ai/assistants/v1/threads/thread_pb2_grpc.py +4 -0
  57. yandex/cloud/ai/assistants/v1/threads/thread_pb2_grpc.pyi +17 -0
  58. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.py +76 -0
  59. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +200 -0
  60. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.py +199 -0
  61. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.pyi +110 -0
  62. yandex/cloud/ai/assistants/v1/users/__init__.py +0 -0
  63. yandex/cloud/ai/assistants/v1/users/user_pb2.py +32 -0
  64. yandex/cloud/ai/assistants/v1/users/user_pb2.pyi +85 -0
  65. yandex/cloud/ai/assistants/v1/users/user_pb2_grpc.py +4 -0
  66. yandex/cloud/ai/assistants/v1/users/user_pb2_grpc.pyi +17 -0
  67. yandex/cloud/ai/assistants/v1/users/user_service_pb2.py +75 -0
  68. yandex/cloud/ai/assistants/v1/users/user_service_pb2.pyi +195 -0
  69. yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.py +199 -0
  70. yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.pyi +110 -0
  71. yandex/cloud/ai/common/__init__.py +0 -0
  72. yandex/cloud/ai/common/common_pb2.py +30 -0
  73. yandex/cloud/ai/common/common_pb2.pyi +69 -0
  74. yandex/cloud/ai/common/common_pb2_grpc.py +4 -0
  75. yandex/cloud/ai/common/common_pb2_grpc.pyi +17 -0
  76. yandex/cloud/ai/files/__init__.py +0 -0
  77. yandex/cloud/ai/files/v1/__init__.py +0 -0
  78. yandex/cloud/ai/files/v1/file_pb2.py +32 -0
  79. yandex/cloud/ai/files/v1/file_pb2.pyi +85 -0
  80. yandex/cloud/ai/files/v1/file_pb2_grpc.py +4 -0
  81. yandex/cloud/ai/files/v1/file_pb2_grpc.pyi +17 -0
  82. yandex/cloud/ai/files/v1/file_service_pb2.py +85 -0
  83. yandex/cloud/ai/files/v1/file_service_pb2.pyi +228 -0
  84. yandex/cloud/ai/files/v1/file_service_pb2_grpc.py +232 -0
  85. yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi +127 -0
  86. yandex/cloud/backup/v1/provider_service_pb2.py +12 -10
  87. yandex/cloud/backup/v1/provider_service_pb2.pyi +5 -1
  88. yandex/cloud/backup/v1/resource_pb2.py +10 -10
  89. yandex/cloud/backup/v1/resource_pb2.pyi +5 -1
  90. yandex/cloud/billing/v1/customer_pb2.pyi +32 -8
  91. yandex/cloud/billing/v1/customer_service_pb2.pyi +10 -2
  92. yandex/cloud/cloudrouter/__init__.py +0 -0
  93. yandex/cloud/cloudrouter/v1/__init__.py +0 -0
  94. yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +42 -0
  95. yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +215 -0
  96. yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.py +4 -0
  97. yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.pyi +17 -0
  98. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +57 -0
  99. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +137 -0
  100. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +179 -0
  101. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +138 -0
  102. yandex/cloud/datatransfer/v1/transfer_pb2.py +12 -10
  103. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +17 -3
  104. yandex/cloud/iam/v1/refresh_token_pb2.py +29 -0
  105. yandex/cloud/iam/v1/refresh_token_pb2.pyi +98 -0
  106. yandex/cloud/iam/v1/refresh_token_pb2_grpc.py +4 -0
  107. yandex/cloud/iam/v1/refresh_token_pb2_grpc.pyi +17 -0
  108. yandex/cloud/iam/v1/refresh_token_service_pb2.py +67 -0
  109. yandex/cloud/iam/v1/refresh_token_service_pb2.pyi +186 -0
  110. yandex/cloud/iam/v1/refresh_token_service_pb2_grpc.py +105 -0
  111. yandex/cloud/iam/v1/refresh_token_service_pb2_grpc.pyi +71 -0
  112. yandex/cloud/iam/v1/service_control_pb2.py +5 -5
  113. yandex/cloud/iam/v1/service_control_pb2.pyi +4 -0
  114. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.py +18 -11
  115. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +23 -1
  116. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.py +6 -5
  117. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +9 -1
  118. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.py +29 -0
  119. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.pyi +27 -0
  120. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.py +4 -0
  121. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.pyi +17 -0
  122. yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +27 -26
  123. yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +9 -2
  124. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.py +2 -2
  125. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +5 -1
  126. yandex/cloud/lockbox/v1/secret_pb2.py +23 -11
  127. yandex/cloud/lockbox/v1/secret_pb2.pyi +73 -4
  128. yandex/cloud/lockbox/v1/secret_service_pb2.py +46 -46
  129. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +14 -3
  130. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +27 -25
  131. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +16 -0
  132. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +81 -57
  133. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +144 -0
  134. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +68 -0
  135. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +40 -0
  136. yandex/cloud/mdb/mysql/v1/backup_service_pb2.py +17 -13
  137. yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.py +35 -0
  138. yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.pyi +21 -0
  139. yandex/cloud/mdb/opensearch/v1/auth_pb2.py +6 -5
  140. yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +9 -1
  141. yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +50 -43
  142. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +40 -4
  143. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +61 -61
  144. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +32 -8
  145. yandex/cloud/monitoring/v3/chart_widget_pb2.py +46 -44
  146. yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +28 -2
  147. yandex/cloud/oauth/claims_pb2.py +8 -7
  148. yandex/cloud/oauth/claims_pb2.pyi +9 -2
  149. yandex/cloud/serverless/eventrouter/__init__.py +0 -0
  150. yandex/cloud/serverless/eventrouter/v1/__init__.py +0 -0
  151. yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +33 -0
  152. yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +107 -0
  153. yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.py +4 -0
  154. yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.pyi +17 -0
  155. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +115 -0
  156. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +320 -0
  157. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.py +346 -0
  158. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.pyi +219 -0
  159. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +61 -0
  160. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +223 -0
  161. yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.py +4 -0
  162. yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.pyi +17 -0
  163. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.py +135 -0
  164. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.pyi +397 -0
  165. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.py +414 -0
  166. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.pyi +259 -0
  167. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +37 -0
  168. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +31 -0
  169. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +71 -0
  170. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +51 -0
  171. yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +123 -0
  172. yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +534 -0
  173. yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.py +4 -0
  174. yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.pyi +17 -0
  175. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.py +139 -0
  176. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.pyi +415 -0
  177. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.py +414 -0
  178. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.pyi +259 -0
  179. yandex/cloud/serverless/functions/v1/function_pb2.py +34 -34
  180. yandex/cloud/serverless/functions/v1/function_pb2.pyi +8 -0
  181. yandex/cloud/serverless/workflows/__init__.py +0 -0
  182. yandex/cloud/serverless/workflows/v1/__init__.py +0 -0
  183. yandex/cloud/serverless/workflows/v1/execution_pb2.py +43 -0
  184. yandex/cloud/serverless/workflows/v1/execution_pb2.pyi +203 -0
  185. yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.py +4 -0
  186. yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.pyi +17 -0
  187. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +74 -0
  188. yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +231 -0
  189. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +206 -0
  190. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +130 -0
  191. yandex/cloud/serverless/workflows/v1/history_entry_pb2.py +41 -0
  192. yandex/cloud/serverless/workflows/v1/history_entry_pb2.pyi +174 -0
  193. yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.py +4 -0
  194. yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.pyi +17 -0
  195. yandex/cloud/serverless/workflows/v1/workflow_pb2.py +47 -0
  196. yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +260 -0
  197. yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.py +4 -0
  198. yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.pyi +17 -0
  199. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +112 -0
  200. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +395 -0
  201. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +241 -0
  202. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +151 -0
  203. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/__init__.py +0 -0
  204. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.py +77 -0
  205. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.pyi +352 -0
  206. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.py +4 -0
  207. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.pyi +17 -0
  208. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.py +78 -0
  209. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.pyi +244 -0
  210. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.py +208 -0
  211. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.pyi +132 -0
  212. yandex/cloud/smartwebsecurity/v1/waf/__init__.py +0 -0
  213. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.py +35 -0
  214. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.pyi +71 -0
  215. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.py +4 -0
  216. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.pyi +17 -0
  217. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.py +37 -0
  218. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.pyi +31 -0
  219. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.py +71 -0
  220. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.pyi +51 -0
  221. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +81 -0
  222. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +296 -0
  223. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.py +4 -0
  224. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.pyi +17 -0
  225. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +76 -0
  226. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +283 -0
  227. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.py +208 -0
  228. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.pyi +132 -0
  229. yandex/cloud/speechsense/v1/analysis/summarization_pb2.py +32 -0
  230. yandex/cloud/speechsense/v1/analysis/summarization_pb2.pyi +95 -0
  231. yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.py +4 -0
  232. yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.pyi +17 -0
  233. yandex/cloud/speechsense/v1/project_pb2.py +29 -0
  234. yandex/cloud/speechsense/v1/project_pb2.pyi +79 -0
  235. yandex/cloud/speechsense/v1/project_pb2_grpc.py +4 -0
  236. yandex/cloud/speechsense/v1/project_pb2_grpc.pyi +17 -0
  237. yandex/cloud/speechsense/v1/project_service_pb2.py +35 -0
  238. yandex/cloud/speechsense/v1/project_service_pb2.pyi +59 -0
  239. yandex/cloud/speechsense/v1/project_service_pb2_grpc.py +68 -0
  240. yandex/cloud/speechsense/v1/project_service_pb2_grpc.pyi +45 -0
  241. yandex/cloud/speechsense/v1/talk_pb2.py +8 -7
  242. yandex/cloud/speechsense/v1/talk_pb2.pyi +7 -2
  243. yandex/cloud/storage/v1/s3api_pb2.py +35 -0
  244. yandex/cloud/storage/v1/s3api_pb2.pyi +181 -0
  245. yandex/cloud/storage/v1/s3api_pb2_grpc.py +4 -0
  246. yandex/cloud/storage/v1/s3api_pb2_grpc.pyi +17 -0
  247. yandex/cloud/video/v1/channel_service_pb2.py +33 -28
  248. yandex/cloud/video/v1/episode_service_pb2.py +56 -47
  249. yandex/cloud/video/v1/stream_line_service_pb2.py +67 -60
  250. yandex/cloud/video/v1/stream_service_pb2.py +46 -41
  251. yandex/cloud/video/v1/thumbnail_service_pb2.py +29 -22
  252. yandex/cloud/video/v1/video_service_pb2.py +62 -53
  253. yandexcloud/_sdk.py +1 -0
  254. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/METADATA +1 -1
  255. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/RECORD +259 -58
  256. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/WHEEL +1 -1
  257. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/AUTHORS +0 -0
  258. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/LICENSE +0 -0
  259. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,219 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+ import yandex.cloud.access.access_pb2
12
+ import yandex.cloud.operation.operation_pb2
13
+ import yandex.cloud.serverless.eventrouter.v1.bus_pb2
14
+ import yandex.cloud.serverless.eventrouter.v1.bus_service_pb2
15
+
16
+ _T = typing.TypeVar("_T")
17
+
18
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
19
+
20
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
21
+ ...
22
+
23
+ class BusServiceStub:
24
+ """A set of methods for managing buses for serverless eventrouter."""
25
+
26
+ def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
27
+ Get: grpc.UnaryUnaryMultiCallable[
28
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.GetBusRequest,
29
+ yandex.cloud.serverless.eventrouter.v1.bus_pb2.Bus,
30
+ ]
31
+ """Returns the specified bus.
32
+ To get the list of all available buses, make a [List] request.
33
+ """
34
+
35
+ List: grpc.UnaryUnaryMultiCallable[
36
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusesRequest,
37
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusesResponse,
38
+ ]
39
+ """Retrieves the list of buses in the specified folder."""
40
+
41
+ Create: grpc.UnaryUnaryMultiCallable[
42
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.CreateBusRequest,
43
+ yandex.cloud.operation.operation_pb2.Operation,
44
+ ]
45
+ """Creates a bus in the specified folder."""
46
+
47
+ Update: grpc.UnaryUnaryMultiCallable[
48
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.UpdateBusRequest,
49
+ yandex.cloud.operation.operation_pb2.Operation,
50
+ ]
51
+ """Updates the specified bus."""
52
+
53
+ Delete: grpc.UnaryUnaryMultiCallable[
54
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.DeleteBusRequest,
55
+ yandex.cloud.operation.operation_pb2.Operation,
56
+ ]
57
+ """Deletes the specified bus."""
58
+
59
+ ListOperations: grpc.UnaryUnaryMultiCallable[
60
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusOperationsRequest,
61
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusOperationsResponse,
62
+ ]
63
+ """Lists operations for the specified bus."""
64
+
65
+ ListAccessBindings: grpc.UnaryUnaryMultiCallable[
66
+ yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
67
+ yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
68
+ ]
69
+ """Lists existing access bindings for the specified bus."""
70
+
71
+ SetAccessBindings: grpc.UnaryUnaryMultiCallable[
72
+ yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
73
+ yandex.cloud.operation.operation_pb2.Operation,
74
+ ]
75
+ """Sets access bindings for the bus."""
76
+
77
+ UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
78
+ yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
79
+ yandex.cloud.operation.operation_pb2.Operation,
80
+ ]
81
+ """Updates access bindings for the specified bus."""
82
+
83
+ class BusServiceAsyncStub:
84
+ """A set of methods for managing buses for serverless eventrouter."""
85
+
86
+ Get: grpc.aio.UnaryUnaryMultiCallable[
87
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.GetBusRequest,
88
+ yandex.cloud.serverless.eventrouter.v1.bus_pb2.Bus,
89
+ ]
90
+ """Returns the specified bus.
91
+ To get the list of all available buses, make a [List] request.
92
+ """
93
+
94
+ List: grpc.aio.UnaryUnaryMultiCallable[
95
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusesRequest,
96
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusesResponse,
97
+ ]
98
+ """Retrieves the list of buses in the specified folder."""
99
+
100
+ Create: grpc.aio.UnaryUnaryMultiCallable[
101
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.CreateBusRequest,
102
+ yandex.cloud.operation.operation_pb2.Operation,
103
+ ]
104
+ """Creates a bus in the specified folder."""
105
+
106
+ Update: grpc.aio.UnaryUnaryMultiCallable[
107
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.UpdateBusRequest,
108
+ yandex.cloud.operation.operation_pb2.Operation,
109
+ ]
110
+ """Updates the specified bus."""
111
+
112
+ Delete: grpc.aio.UnaryUnaryMultiCallable[
113
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.DeleteBusRequest,
114
+ yandex.cloud.operation.operation_pb2.Operation,
115
+ ]
116
+ """Deletes the specified bus."""
117
+
118
+ ListOperations: grpc.aio.UnaryUnaryMultiCallable[
119
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusOperationsRequest,
120
+ yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusOperationsResponse,
121
+ ]
122
+ """Lists operations for the specified bus."""
123
+
124
+ ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
125
+ yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
126
+ yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
127
+ ]
128
+ """Lists existing access bindings for the specified bus."""
129
+
130
+ SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
131
+ yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
132
+ yandex.cloud.operation.operation_pb2.Operation,
133
+ ]
134
+ """Sets access bindings for the bus."""
135
+
136
+ UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
137
+ yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
138
+ yandex.cloud.operation.operation_pb2.Operation,
139
+ ]
140
+ """Updates access bindings for the specified bus."""
141
+
142
+ class BusServiceServicer(metaclass=abc.ABCMeta):
143
+ """A set of methods for managing buses for serverless eventrouter."""
144
+
145
+ @abc.abstractmethod
146
+ def Get(
147
+ self,
148
+ request: yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.GetBusRequest,
149
+ context: _ServicerContext,
150
+ ) -> typing.Union[yandex.cloud.serverless.eventrouter.v1.bus_pb2.Bus, collections.abc.Awaitable[yandex.cloud.serverless.eventrouter.v1.bus_pb2.Bus]]:
151
+ """Returns the specified bus.
152
+ To get the list of all available buses, make a [List] request.
153
+ """
154
+
155
+ @abc.abstractmethod
156
+ def List(
157
+ self,
158
+ request: yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusesRequest,
159
+ context: _ServicerContext,
160
+ ) -> typing.Union[yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusesResponse, collections.abc.Awaitable[yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusesResponse]]:
161
+ """Retrieves the list of buses in the specified folder."""
162
+
163
+ @abc.abstractmethod
164
+ def Create(
165
+ self,
166
+ request: yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.CreateBusRequest,
167
+ context: _ServicerContext,
168
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
169
+ """Creates a bus in the specified folder."""
170
+
171
+ @abc.abstractmethod
172
+ def Update(
173
+ self,
174
+ request: yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.UpdateBusRequest,
175
+ context: _ServicerContext,
176
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
177
+ """Updates the specified bus."""
178
+
179
+ @abc.abstractmethod
180
+ def Delete(
181
+ self,
182
+ request: yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.DeleteBusRequest,
183
+ context: _ServicerContext,
184
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
185
+ """Deletes the specified bus."""
186
+
187
+ @abc.abstractmethod
188
+ def ListOperations(
189
+ self,
190
+ request: yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusOperationsRequest,
191
+ context: _ServicerContext,
192
+ ) -> typing.Union[yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusOperationsResponse, collections.abc.Awaitable[yandex.cloud.serverless.eventrouter.v1.bus_service_pb2.ListBusOperationsResponse]]:
193
+ """Lists operations for the specified bus."""
194
+
195
+ @abc.abstractmethod
196
+ def ListAccessBindings(
197
+ self,
198
+ request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
199
+ context: _ServicerContext,
200
+ ) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
201
+ """Lists existing access bindings for the specified bus."""
202
+
203
+ @abc.abstractmethod
204
+ def SetAccessBindings(
205
+ self,
206
+ request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
207
+ context: _ServicerContext,
208
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
209
+ """Sets access bindings for the bus."""
210
+
211
+ @abc.abstractmethod
212
+ def UpdateAccessBindings(
213
+ self,
214
+ request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
215
+ context: _ServicerContext,
216
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
217
+ """Updates access bindings for the specified bus."""
218
+
219
+ def add_BusServiceServicer_to_server(servicer: BusServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
@@ -0,0 +1,61 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/serverless/eventrouter/v1/connector.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import symbol_database as _symbol_database
8
+ from google.protobuf.internal import builder as _builder
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
15
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
16
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/serverless/eventrouter/v1/connector.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xc7\x04\n\tConnector\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06\x62us_id\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x03 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12M\n\x06labels\x18\x08 \x03(\x0b\x32=.yandex.cloud.serverless.eventrouter.v1.Connector.LabelsEntry\x12>\n\x06source\x18\t \x01(\x0b\x32..yandex.cloud.serverless.eventrouter.v1.Source\x12\x1b\n\x13\x64\x65letion_protection\x18\n \x01(\x08\x12H\n\x06status\x18\x0b \x01(\x0e\x32\x38.yandex.cloud.serverless.eventrouter.v1.Connector.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x80\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0b\n\x07STOPPED\x10\x02\x12\x16\n\x12RESOURCE_NOT_FOUND\x10\x03\x12\x15\n\x11PERMISSION_DENIED\x10\x04\x12\x15\n\x11SUBJECT_NOT_FOUND\x10\x05\"\xb2\x01\n\x06Source\x12I\n\x0b\x64\x61ta_stream\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.serverless.eventrouter.v1.DataStreamH\x00\x12M\n\rmessage_queue\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.serverless.eventrouter.v1.MessageQueueH\x00\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\"y\n\nDataStream\x12\x16\n\x08\x64\x61tabase\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0bstream_name\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x63onsumer\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12 \n\x12service_account_id\x18\x04 \x01(\tB\x04\xe8\xc7\x31\x01\"\xf0\x01\n\x0cMessageQueue\x12\x17\n\tqueue_arn\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12(\n\x12service_account_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12@\n\x12visibility_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\t\xfa\xc7\x31\x05<=12h\x12\x1c\n\nbatch_size\x18\x04 \x01(\x03\x42\x08\xfa\xc7\x31\x04<=10\x12=\n\x0fpolling_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\t\xfa\xc7\x31\x05<=20sB\x8a\x01\n*yandex.cloud.api.serverless.eventrouter.v1B\x04PERCZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouterb\x06proto3')
20
+
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.serverless.eventrouter.v1.connector_pb2', _globals)
24
+ if _descriptor._USE_C_DESCRIPTORS == False:
25
+ DESCRIPTOR._options = None
26
+ DESCRIPTOR._serialized_options = b'\n*yandex.cloud.api.serverless.eventrouter.v1B\004PERCZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouter'
27
+ _CONNECTOR_LABELSENTRY._options = None
28
+ _CONNECTOR_LABELSENTRY._serialized_options = b'8\001'
29
+ _SOURCE.oneofs_by_name['source']._options = None
30
+ _SOURCE.oneofs_by_name['source']._serialized_options = b'\300\3011\001'
31
+ _DATASTREAM.fields_by_name['database']._options = None
32
+ _DATASTREAM.fields_by_name['database']._serialized_options = b'\350\3071\001'
33
+ _DATASTREAM.fields_by_name['stream_name']._options = None
34
+ _DATASTREAM.fields_by_name['stream_name']._serialized_options = b'\350\3071\001'
35
+ _DATASTREAM.fields_by_name['consumer']._options = None
36
+ _DATASTREAM.fields_by_name['consumer']._serialized_options = b'\350\3071\001'
37
+ _DATASTREAM.fields_by_name['service_account_id']._options = None
38
+ _DATASTREAM.fields_by_name['service_account_id']._serialized_options = b'\350\3071\001'
39
+ _MESSAGEQUEUE.fields_by_name['queue_arn']._options = None
40
+ _MESSAGEQUEUE.fields_by_name['queue_arn']._serialized_options = b'\350\3071\001'
41
+ _MESSAGEQUEUE.fields_by_name['service_account_id']._options = None
42
+ _MESSAGEQUEUE.fields_by_name['service_account_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
43
+ _MESSAGEQUEUE.fields_by_name['visibility_timeout']._options = None
44
+ _MESSAGEQUEUE.fields_by_name['visibility_timeout']._serialized_options = b'\372\3071\005<=12h'
45
+ _MESSAGEQUEUE.fields_by_name['batch_size']._options = None
46
+ _MESSAGEQUEUE.fields_by_name['batch_size']._serialized_options = b'\372\3071\004<=10'
47
+ _MESSAGEQUEUE.fields_by_name['polling_timeout']._options = None
48
+ _MESSAGEQUEUE.fields_by_name['polling_timeout']._serialized_options = b'\372\3071\005<=20s'
49
+ _globals['_CONNECTOR']._serialized_start=195
50
+ _globals['_CONNECTOR']._serialized_end=778
51
+ _globals['_CONNECTOR_LABELSENTRY']._serialized_start=602
52
+ _globals['_CONNECTOR_LABELSENTRY']._serialized_end=647
53
+ _globals['_CONNECTOR_STATUS']._serialized_start=650
54
+ _globals['_CONNECTOR_STATUS']._serialized_end=778
55
+ _globals['_SOURCE']._serialized_start=781
56
+ _globals['_SOURCE']._serialized_end=959
57
+ _globals['_DATASTREAM']._serialized_start=961
58
+ _globals['_DATASTREAM']._serialized_end=1082
59
+ _globals['_MESSAGEQUEUE']._serialized_start=1085
60
+ _globals['_MESSAGEQUEUE']._serialized_end=1325
61
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,223 @@
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
+
17
+ if sys.version_info >= (3, 10):
18
+ import typing as typing_extensions
19
+ else:
20
+ import typing_extensions
21
+
22
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
23
+
24
+ @typing.final
25
+ class Connector(google.protobuf.message.Message):
26
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
27
+
28
+ class _Status:
29
+ ValueType = typing.NewType("ValueType", builtins.int)
30
+ V: typing_extensions.TypeAlias = ValueType
31
+
32
+ class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Connector._Status.ValueType], builtins.type):
33
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
34
+ STATUS_UNSPECIFIED: Connector._Status.ValueType # 0
35
+ RUNNING: Connector._Status.ValueType # 1
36
+ STOPPED: Connector._Status.ValueType # 2
37
+ """disabled by user"""
38
+ RESOURCE_NOT_FOUND: Connector._Status.ValueType # 3
39
+ """source does not exist"""
40
+ PERMISSION_DENIED: Connector._Status.ValueType # 4
41
+ """service account does not have read permission on source"""
42
+ SUBJECT_NOT_FOUND: Connector._Status.ValueType # 5
43
+ """service account not found"""
44
+
45
+ class Status(_Status, metaclass=_StatusEnumTypeWrapper):
46
+ """Status of the connector."""
47
+
48
+ STATUS_UNSPECIFIED: Connector.Status.ValueType # 0
49
+ RUNNING: Connector.Status.ValueType # 1
50
+ STOPPED: Connector.Status.ValueType # 2
51
+ """disabled by user"""
52
+ RESOURCE_NOT_FOUND: Connector.Status.ValueType # 3
53
+ """source does not exist"""
54
+ PERMISSION_DENIED: Connector.Status.ValueType # 4
55
+ """service account does not have read permission on source"""
56
+ SUBJECT_NOT_FOUND: Connector.Status.ValueType # 5
57
+ """service account not found"""
58
+
59
+ @typing.final
60
+ class LabelsEntry(google.protobuf.message.Message):
61
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
62
+
63
+ KEY_FIELD_NUMBER: builtins.int
64
+ VALUE_FIELD_NUMBER: builtins.int
65
+ key: builtins.str
66
+ value: builtins.str
67
+ def __init__(
68
+ self,
69
+ *,
70
+ key: builtins.str = ...,
71
+ value: builtins.str = ...,
72
+ ) -> None: ...
73
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
74
+
75
+ ID_FIELD_NUMBER: builtins.int
76
+ BUS_ID_FIELD_NUMBER: builtins.int
77
+ FOLDER_ID_FIELD_NUMBER: builtins.int
78
+ CLOUD_ID_FIELD_NUMBER: builtins.int
79
+ CREATED_AT_FIELD_NUMBER: builtins.int
80
+ NAME_FIELD_NUMBER: builtins.int
81
+ DESCRIPTION_FIELD_NUMBER: builtins.int
82
+ LABELS_FIELD_NUMBER: builtins.int
83
+ SOURCE_FIELD_NUMBER: builtins.int
84
+ DELETION_PROTECTION_FIELD_NUMBER: builtins.int
85
+ STATUS_FIELD_NUMBER: builtins.int
86
+ id: builtins.str
87
+ """ID of the connector."""
88
+ bus_id: builtins.str
89
+ """ID of the bus that the connector belongs to."""
90
+ folder_id: builtins.str
91
+ """ID of the folder that the connector resides in."""
92
+ cloud_id: builtins.str
93
+ """ID of the cloud that the connector resides in."""
94
+ name: builtins.str
95
+ """Name of the connector."""
96
+ description: builtins.str
97
+ """Description of the connector."""
98
+ deletion_protection: builtins.bool
99
+ """Deletion protection."""
100
+ status: global___Connector.Status.ValueType
101
+ """Status of the connector."""
102
+ @property
103
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
104
+ """Creation timestamp."""
105
+
106
+ @property
107
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
108
+ """Resource labels as `key:value` pairs."""
109
+
110
+ @property
111
+ def source(self) -> global___Source:
112
+ """Source of the connector."""
113
+
114
+ def __init__(
115
+ self,
116
+ *,
117
+ id: builtins.str = ...,
118
+ bus_id: builtins.str = ...,
119
+ folder_id: builtins.str = ...,
120
+ cloud_id: builtins.str = ...,
121
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
122
+ name: builtins.str = ...,
123
+ description: builtins.str = ...,
124
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
125
+ source: global___Source | None = ...,
126
+ deletion_protection: builtins.bool = ...,
127
+ status: global___Connector.Status.ValueType = ...,
128
+ ) -> None: ...
129
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at", "source", b"source"]) -> builtins.bool: ...
130
+ def ClearField(self, field_name: typing.Literal["bus_id", b"bus_id", "cloud_id", b"cloud_id", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "id", b"id", "labels", b"labels", "name", b"name", "source", b"source", "status", b"status"]) -> None: ...
131
+
132
+ global___Connector = Connector
133
+
134
+ @typing.final
135
+ class Source(google.protobuf.message.Message):
136
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
137
+
138
+ DATA_STREAM_FIELD_NUMBER: builtins.int
139
+ MESSAGE_QUEUE_FIELD_NUMBER: builtins.int
140
+ @property
141
+ def data_stream(self) -> global___DataStream: ...
142
+ @property
143
+ def message_queue(self) -> global___MessageQueue: ...
144
+ def __init__(
145
+ self,
146
+ *,
147
+ data_stream: global___DataStream | None = ...,
148
+ message_queue: global___MessageQueue | None = ...,
149
+ ) -> None: ...
150
+ def HasField(self, field_name: typing.Literal["data_stream", b"data_stream", "message_queue", b"message_queue", "source", b"source"]) -> builtins.bool: ...
151
+ def ClearField(self, field_name: typing.Literal["data_stream", b"data_stream", "message_queue", b"message_queue", "source", b"source"]) -> None: ...
152
+ def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["data_stream", "message_queue"] | None: ...
153
+
154
+ global___Source = Source
155
+
156
+ @typing.final
157
+ class DataStream(google.protobuf.message.Message):
158
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
159
+
160
+ DATABASE_FIELD_NUMBER: builtins.int
161
+ STREAM_NAME_FIELD_NUMBER: builtins.int
162
+ CONSUMER_FIELD_NUMBER: builtins.int
163
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
164
+ database: builtins.str
165
+ """Stream database.
166
+ example: /ru-central1/aoegtvhtp8ob********/cc8004q4lbo6********
167
+ """
168
+ stream_name: builtins.str
169
+ """Stream name, absolute or relative."""
170
+ consumer: builtins.str
171
+ """Consumer name."""
172
+ service_account_id: builtins.str
173
+ """Service account which has read permission on the stream."""
174
+ def __init__(
175
+ self,
176
+ *,
177
+ database: builtins.str = ...,
178
+ stream_name: builtins.str = ...,
179
+ consumer: builtins.str = ...,
180
+ service_account_id: builtins.str = ...,
181
+ ) -> None: ...
182
+ def ClearField(self, field_name: typing.Literal["consumer", b"consumer", "database", b"database", "service_account_id", b"service_account_id", "stream_name", b"stream_name"]) -> None: ...
183
+
184
+ global___DataStream = DataStream
185
+
186
+ @typing.final
187
+ class MessageQueue(google.protobuf.message.Message):
188
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
189
+
190
+ QUEUE_ARN_FIELD_NUMBER: builtins.int
191
+ SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
192
+ VISIBILITY_TIMEOUT_FIELD_NUMBER: builtins.int
193
+ BATCH_SIZE_FIELD_NUMBER: builtins.int
194
+ POLLING_TIMEOUT_FIELD_NUMBER: builtins.int
195
+ queue_arn: builtins.str
196
+ """Queue ARN.
197
+ Example: yrn:yc:ymq:ru-central1:aoe***:test
198
+ """
199
+ service_account_id: builtins.str
200
+ """Service account which has read access to the queue."""
201
+ batch_size: builtins.int
202
+ """Batch size for polling."""
203
+ @property
204
+ def visibility_timeout(self) -> google.protobuf.duration_pb2.Duration:
205
+ """Queue visibility timeout override."""
206
+
207
+ @property
208
+ def polling_timeout(self) -> google.protobuf.duration_pb2.Duration:
209
+ """Queue polling timeout."""
210
+
211
+ def __init__(
212
+ self,
213
+ *,
214
+ queue_arn: builtins.str = ...,
215
+ service_account_id: builtins.str = ...,
216
+ visibility_timeout: google.protobuf.duration_pb2.Duration | None = ...,
217
+ batch_size: builtins.int = ...,
218
+ polling_timeout: google.protobuf.duration_pb2.Duration | None = ...,
219
+ ) -> None: ...
220
+ def HasField(self, field_name: typing.Literal["polling_timeout", b"polling_timeout", "visibility_timeout", b"visibility_timeout"]) -> builtins.bool: ...
221
+ def ClearField(self, field_name: typing.Literal["batch_size", b"batch_size", "polling_timeout", b"polling_timeout", "queue_arn", b"queue_arn", "service_account_id", b"service_account_id", "visibility_timeout", b"visibility_timeout"]) -> None: ...
222
+
223
+ global___MessageQueue = MessageQueue
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,17 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import abc
7
+ import collections.abc
8
+ import grpc
9
+ import grpc.aio
10
+ import typing
11
+
12
+ _T = typing.TypeVar("_T")
13
+
14
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
15
+
16
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ ...