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
@@ -17,7 +17,7 @@ from yandex.cloud.logging.v1 import log_entry_pb2 as yandex_dot_cloud_dot_loggin
17
17
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
18
18
 
19
19
 
20
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/serverless/functions/v1/function.proto\x12$yandex.cloud.serverless.functions.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\xd1\x03\n\x08\x46unction\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x04name\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04\x33-63\x12\x1e\n\x0b\x64\x65scription\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05\x30-256\x12T\n\x06labels\x18\x06 \x03(\x0b\x32:.yandex.cloud.serverless.functions.v1.Function.LabelsEntryB\x08\x82\xc8\x31\x04<=64\x12\x17\n\x0fhttp_invoke_url\x18\x08 \x01(\t\x12\x45\n\x06status\x18\t \x01(\x0e\x32\x35.yandex.cloud.serverless.functions.v1.Function.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"S\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\t\n\x05\x45RROR\x10\x04J\x04\x08\x07\x10\x08\"\x84\n\n\x07Version\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0b\x66unction_id\x18\x02 \x01(\t\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05\x30-256\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07runtime\x18\x06 \x01(\t\x12\x12\n\nentrypoint\x18\x07 \x01(\t\x12\x42\n\tresources\x18\x08 \x01(\x0b\x32/.yandex.cloud.serverless.functions.v1.Resources\x12\x34\n\x11\x65xecution_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1a\n\x12service_account_id\x18\n \x01(\t\x12\x12\n\nimage_size\x18\x0c \x01(\x03\x12\x44\n\x06status\x18\r \x01(\x0e\x32\x34.yandex.cloud.serverless.functions.v1.Version.Status\x12\x0c\n\x04tags\x18\x0e \x03(\t\x12S\n\x0b\x65nvironment\x18\x10 \x03(\x0b\x32>.yandex.cloud.serverless.functions.v1.Version.EnvironmentEntry\x12H\n\x0c\x63onnectivity\x18\x11 \x01(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.Connectivity\x12g\n\x16named_service_accounts\x18\x12 \x03(\x0b\x32G.yandex.cloud.serverless.functions.v1.Version.NamedServiceAccountsEntry\x12=\n\x07secrets\x18\x13 \x03(\x0b\x32,.yandex.cloud.serverless.functions.v1.Secret\x12\x45\n\x0blog_options\x18\x14 \x01(\x0b\x32\x30.yandex.cloud.serverless.functions.v1.LogOptions\x12J\n\x0estorage_mounts\x18\x15 \x03(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.StorageMount\x12\\\n\x17\x61sync_invocation_config\x18\x16 \x01(\x0b\x32;.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig\x12\x12\n\ntmpfs_size\x18\x17 \x01(\x03\x12\x1d\n\x0b\x63oncurrency\x18\x18 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-16\x12;\n\x06mounts\x18\x19 \x03(\x0b\x32+.yandex.cloud.serverless.functions.v1.Mount\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x19NamedServiceAccountsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\":\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02J\x04\x08\x04\x10\x05J\x04\x08\x0b\x10\x0cJ\x04\x08\x0f\x10\x10\"5\n\tResources\x12(\n\x06memory\x18\x01 \x01(\x03\x42\x18\xfa\xc7\x31\x14\x31\x33\x34\x32\x31\x37\x37\x32\x38-8589934592\"O\n\x07Package\x12\x19\n\x0b\x62ucket_name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0bobject_name\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0e\n\x06sha256\x18\x03 \x01(\t\"A\n\x0c\x43onnectivity\x12\x12\n\nnetwork_id\x18\x01 \x01(\t\x12\x1d\n\tsubnet_id\x18\x02 \x03(\tB\n\x8a\xc8\x31\x02>0\x90\xc8\x31\x01\"\xf8\x01\n\rScalingPolicy\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\x12\x0b\n\x03tag\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bmodified_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12#\n\x1bprovisioned_instances_count\x18\x06 \x01(\x03\x12\x1c\n\x14zone_instances_limit\x18\x07 \x01(\x03\x12\x1b\n\x13zone_requests_limit\x18\x08 \x01(\x03J\x04\x08\x05\x10\x06\"b\n\x06Secret\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x0b\n\x03key\x18\x03 \x01(\t\x12\x1e\n\x14\x65nvironment_variable\x18\x04 \x01(\tH\x00\x42\x0b\n\treference\"\xe0\x01\n\nLogOptions\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\x12;\n\x0clog_group_id\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12\x38\n\tfolder_id\x18\x03 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12:\n\tmin_level\x18\x04 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.LevelB\r\n\x0b\x64\x65stination\"\xa3\x01\n\x0cStorageMount\x12\x31\n\tbucket_id\x18\x01 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-.0-9a-zA-Z]*\x8a\xc8\x31\x04\x33-63\x12\x0e\n\x06prefix\x18\x02 \x01(\t\x12\x39\n\x10mount_point_name\x18\x03 \x01(\tB\x1f\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-_0-9a-zA-Z]*\x8a\xc8\x31\x05\x31-100\x12\x11\n\tread_only\x18\x04 \x01(\x08:\x02\x18\x01\"\x83\x04\n\x05Mount\x12-\n\x04name\x18\x01 \x01(\tB\x1f\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-_0-9a-zA-Z]*\x8a\xc8\x31\x05\x31-100\x12>\n\x04mode\x18\x03 \x01(\x0e\x32\x30.yandex.cloud.serverless.functions.v1.Mount.Mode\x12S\n\x0eobject_storage\x18\n \x01(\x0b\x32\x39.yandex.cloud.serverless.functions.v1.Mount.ObjectStorageH\x00\x12S\n\x13\x65phemeral_disk_spec\x18\x0b \x01(\x0b\x32\x34.yandex.cloud.serverless.functions.v1.Mount.DiskSpecH\x00\x1aR\n\rObjectStorage\x12\x31\n\tbucket_id\x18\x01 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-.0-9a-zA-Z]*\x8a\xc8\x31\x04\x33-63\x12\x0e\n\x06prefix\x18\x02 \x01(\t\x1a\x34\n\x08\x44iskSpec\x12\x14\n\x04size\x18\x01 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\x12\n\nblock_size\x18\x02 \x01(\x03\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\x42\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x03J\x04\x08\x04\x10\n\"\xde\x03\n\x15\x41syncInvocationConfig\x12 \n\rretries_count\x18\x01 \x01(\x03\x42\t\xfa\xc7\x31\x05\x30-100\x12h\n\x0esuccess_target\x18\x02 \x01(\x0b\x32J.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig.ResponseTargetB\x04\xe8\xc7\x31\x01\x12h\n\x0e\x66\x61ilure_target\x18\x03 \x01(\x0b\x32J.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig.ResponseTargetB\x04\xe8\xc7\x31\x01\x12\x1a\n\x12service_account_id\x18\x04 \x01(\t\x1a\xb2\x01\n\x0eResponseTarget\x12I\n\x0c\x65mpty_target\x18\x01 \x01(\x0b\x32\x31.yandex.cloud.serverless.functions.v1.EmptyTargetH\x00\x12\x45\n\nymq_target\x18\x02 \x01(\x0b\x32/.yandex.cloud.serverless.functions.v1.YMQTargetH\x00\x42\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01\"N\n\tYMQTarget\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\"\r\n\x0b\x45mptyTargetB~\n(yandex.cloud.api.serverless.functions.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/functions/v1;functionsb\x06proto3')
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3yandex/cloud/serverless/functions/v1/function.proto\x12$yandex.cloud.serverless.functions.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\xd1\x03\n\x08\x46unction\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x04name\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04\x33-63\x12\x1e\n\x0b\x64\x65scription\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05\x30-256\x12T\n\x06labels\x18\x06 \x03(\x0b\x32:.yandex.cloud.serverless.functions.v1.Function.LabelsEntryB\x08\x82\xc8\x31\x04<=64\x12\x17\n\x0fhttp_invoke_url\x18\x08 \x01(\t\x12\x45\n\x06status\x18\t \x01(\x0e\x32\x35.yandex.cloud.serverless.functions.v1.Function.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"S\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\t\n\x05\x45RROR\x10\x04J\x04\x08\x07\x10\x08\"\xa0\n\n\x07Version\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0b\x66unction_id\x18\x02 \x01(\t\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05\x30-256\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07runtime\x18\x06 \x01(\t\x12\x12\n\nentrypoint\x18\x07 \x01(\t\x12\x42\n\tresources\x18\x08 \x01(\x0b\x32/.yandex.cloud.serverless.functions.v1.Resources\x12\x34\n\x11\x65xecution_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1a\n\x12service_account_id\x18\n \x01(\t\x12\x12\n\nimage_size\x18\x0c \x01(\x03\x12\x44\n\x06status\x18\r \x01(\x0e\x32\x34.yandex.cloud.serverless.functions.v1.Version.Status\x12\x0c\n\x04tags\x18\x0e \x03(\t\x12S\n\x0b\x65nvironment\x18\x10 \x03(\x0b\x32>.yandex.cloud.serverless.functions.v1.Version.EnvironmentEntry\x12H\n\x0c\x63onnectivity\x18\x11 \x01(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.Connectivity\x12g\n\x16named_service_accounts\x18\x12 \x03(\x0b\x32G.yandex.cloud.serverless.functions.v1.Version.NamedServiceAccountsEntry\x12=\n\x07secrets\x18\x13 \x03(\x0b\x32,.yandex.cloud.serverless.functions.v1.Secret\x12\x45\n\x0blog_options\x18\x14 \x01(\x0b\x32\x30.yandex.cloud.serverless.functions.v1.LogOptions\x12J\n\x0estorage_mounts\x18\x15 \x03(\x0b\x32\x32.yandex.cloud.serverless.functions.v1.StorageMount\x12\\\n\x17\x61sync_invocation_config\x18\x16 \x01(\x0b\x32;.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig\x12\x12\n\ntmpfs_size\x18\x17 \x01(\x03\x12\x1d\n\x0b\x63oncurrency\x18\x18 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x30-16\x12;\n\x06mounts\x18\x19 \x03(\x0b\x32+.yandex.cloud.serverless.functions.v1.Mount\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x19NamedServiceAccountsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"V\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08OBSOLETE\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x0b\x10\x0cJ\x04\x08\x0f\x10\x10\"5\n\tResources\x12(\n\x06memory\x18\x01 \x01(\x03\x42\x18\xfa\xc7\x31\x14\x31\x33\x34\x32\x31\x37\x37\x32\x38-8589934592\"O\n\x07Package\x12\x19\n\x0b\x62ucket_name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x19\n\x0bobject_name\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0e\n\x06sha256\x18\x03 \x01(\t\"A\n\x0c\x43onnectivity\x12\x12\n\nnetwork_id\x18\x01 \x01(\t\x12\x1d\n\tsubnet_id\x18\x02 \x03(\tB\n\x8a\xc8\x31\x02>0\x90\xc8\x31\x01\"\xf8\x01\n\rScalingPolicy\x12\x13\n\x0b\x66unction_id\x18\x01 \x01(\t\x12\x0b\n\x03tag\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bmodified_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12#\n\x1bprovisioned_instances_count\x18\x06 \x01(\x03\x12\x1c\n\x14zone_instances_limit\x18\x07 \x01(\x03\x12\x1b\n\x13zone_requests_limit\x18\x08 \x01(\x03J\x04\x08\x05\x10\x06\"b\n\x06Secret\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nversion_id\x18\x02 \x01(\t\x12\x0b\n\x03key\x18\x03 \x01(\t\x12\x1e\n\x14\x65nvironment_variable\x18\x04 \x01(\tH\x00\x42\x0b\n\treference\"\xe0\x01\n\nLogOptions\x12\x10\n\x08\x64isabled\x18\x01 \x01(\x08\x12;\n\x0clog_group_id\x18\x02 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12\x38\n\tfolder_id\x18\x03 \x01(\tB#\xf2\xc7\x31\x1f([a-zA-Z][-a-zA-Z0-9_.]{0,63})?H\x00\x12:\n\tmin_level\x18\x04 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.LevelB\r\n\x0b\x64\x65stination\"\xa3\x01\n\x0cStorageMount\x12\x31\n\tbucket_id\x18\x01 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-.0-9a-zA-Z]*\x8a\xc8\x31\x04\x33-63\x12\x0e\n\x06prefix\x18\x02 \x01(\t\x12\x39\n\x10mount_point_name\x18\x03 \x01(\tB\x1f\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-_0-9a-zA-Z]*\x8a\xc8\x31\x05\x31-100\x12\x11\n\tread_only\x18\x04 \x01(\x08:\x02\x18\x01\"\x83\x04\n\x05Mount\x12-\n\x04name\x18\x01 \x01(\tB\x1f\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-_0-9a-zA-Z]*\x8a\xc8\x31\x05\x31-100\x12>\n\x04mode\x18\x03 \x01(\x0e\x32\x30.yandex.cloud.serverless.functions.v1.Mount.Mode\x12S\n\x0eobject_storage\x18\n \x01(\x0b\x32\x39.yandex.cloud.serverless.functions.v1.Mount.ObjectStorageH\x00\x12S\n\x13\x65phemeral_disk_spec\x18\x0b \x01(\x0b\x32\x34.yandex.cloud.serverless.functions.v1.Mount.DiskSpecH\x00\x1aR\n\rObjectStorage\x12\x31\n\tbucket_id\x18\x01 \x01(\tB\x1e\xe8\xc7\x31\x01\xf2\xc7\x31\x0e[-.0-9a-zA-Z]*\x8a\xc8\x31\x04\x33-63\x12\x0e\n\x06prefix\x18\x02 \x01(\t\x1a\x34\n\x08\x44iskSpec\x12\x14\n\x04size\x18\x01 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\x12\n\nblock_size\x18\x02 \x01(\x03\";\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\r\n\tREAD_ONLY\x10\x01\x12\x0e\n\nREAD_WRITE\x10\x02\x42\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x03J\x04\x08\x04\x10\n\"\xde\x03\n\x15\x41syncInvocationConfig\x12 \n\rretries_count\x18\x01 \x01(\x03\x42\t\xfa\xc7\x31\x05\x30-100\x12h\n\x0esuccess_target\x18\x02 \x01(\x0b\x32J.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig.ResponseTargetB\x04\xe8\xc7\x31\x01\x12h\n\x0e\x66\x61ilure_target\x18\x03 \x01(\x0b\x32J.yandex.cloud.serverless.functions.v1.AsyncInvocationConfig.ResponseTargetB\x04\xe8\xc7\x31\x01\x12\x1a\n\x12service_account_id\x18\x04 \x01(\t\x1a\xb2\x01\n\x0eResponseTarget\x12I\n\x0c\x65mpty_target\x18\x01 \x01(\x0b\x32\x31.yandex.cloud.serverless.functions.v1.EmptyTargetH\x00\x12\x45\n\nymq_target\x18\x02 \x01(\x0b\x32/.yandex.cloud.serverless.functions.v1.YMQTargetH\x00\x42\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01\"N\n\tYMQTarget\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\"\r\n\x0b\x45mptyTargetB~\n(yandex.cloud.api.serverless.functions.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/functions/v1;functionsb\x06proto3')
21
21
 
22
22
  _globals = globals()
23
23
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -86,41 +86,41 @@ if _descriptor._USE_C_DESCRIPTORS == False:
86
86
  _globals['_FUNCTION_STATUS']._serialized_start=607
87
87
  _globals['_FUNCTION_STATUS']._serialized_end=690
88
88
  _globals['_VERSION']._serialized_start=699
89
- _globals['_VERSION']._serialized_end=1983
89
+ _globals['_VERSION']._serialized_end=2011
90
90
  _globals['_VERSION_ENVIRONMENTENTRY']._serialized_start=1794
91
91
  _globals['_VERSION_ENVIRONMENTENTRY']._serialized_end=1844
92
92
  _globals['_VERSION_NAMEDSERVICEACCOUNTSENTRY']._serialized_start=1846
93
93
  _globals['_VERSION_NAMEDSERVICEACCOUNTSENTRY']._serialized_end=1905
94
- _globals['_VERSION_STATUS']._serialized_start=607
95
- _globals['_VERSION_STATUS']._serialized_end=665
96
- _globals['_RESOURCES']._serialized_start=1985
97
- _globals['_RESOURCES']._serialized_end=2038
98
- _globals['_PACKAGE']._serialized_start=2040
99
- _globals['_PACKAGE']._serialized_end=2119
100
- _globals['_CONNECTIVITY']._serialized_start=2121
101
- _globals['_CONNECTIVITY']._serialized_end=2186
102
- _globals['_SCALINGPOLICY']._serialized_start=2189
103
- _globals['_SCALINGPOLICY']._serialized_end=2437
104
- _globals['_SECRET']._serialized_start=2439
105
- _globals['_SECRET']._serialized_end=2537
106
- _globals['_LOGOPTIONS']._serialized_start=2540
107
- _globals['_LOGOPTIONS']._serialized_end=2764
108
- _globals['_STORAGEMOUNT']._serialized_start=2767
109
- _globals['_STORAGEMOUNT']._serialized_end=2930
110
- _globals['_MOUNT']._serialized_start=2933
111
- _globals['_MOUNT']._serialized_end=3448
112
- _globals['_MOUNT_OBJECTSTORAGE']._serialized_start=3223
113
- _globals['_MOUNT_OBJECTSTORAGE']._serialized_end=3305
114
- _globals['_MOUNT_DISKSPEC']._serialized_start=3307
115
- _globals['_MOUNT_DISKSPEC']._serialized_end=3359
116
- _globals['_MOUNT_MODE']._serialized_start=3361
117
- _globals['_MOUNT_MODE']._serialized_end=3420
118
- _globals['_ASYNCINVOCATIONCONFIG']._serialized_start=3451
119
- _globals['_ASYNCINVOCATIONCONFIG']._serialized_end=3929
120
- _globals['_ASYNCINVOCATIONCONFIG_RESPONSETARGET']._serialized_start=3751
121
- _globals['_ASYNCINVOCATIONCONFIG_RESPONSETARGET']._serialized_end=3929
122
- _globals['_YMQTARGET']._serialized_start=3931
123
- _globals['_YMQTARGET']._serialized_end=4009
124
- _globals['_EMPTYTARGET']._serialized_start=4011
125
- _globals['_EMPTYTARGET']._serialized_end=4024
94
+ _globals['_VERSION_STATUS']._serialized_start=1907
95
+ _globals['_VERSION_STATUS']._serialized_end=1993
96
+ _globals['_RESOURCES']._serialized_start=2013
97
+ _globals['_RESOURCES']._serialized_end=2066
98
+ _globals['_PACKAGE']._serialized_start=2068
99
+ _globals['_PACKAGE']._serialized_end=2147
100
+ _globals['_CONNECTIVITY']._serialized_start=2149
101
+ _globals['_CONNECTIVITY']._serialized_end=2214
102
+ _globals['_SCALINGPOLICY']._serialized_start=2217
103
+ _globals['_SCALINGPOLICY']._serialized_end=2465
104
+ _globals['_SECRET']._serialized_start=2467
105
+ _globals['_SECRET']._serialized_end=2565
106
+ _globals['_LOGOPTIONS']._serialized_start=2568
107
+ _globals['_LOGOPTIONS']._serialized_end=2792
108
+ _globals['_STORAGEMOUNT']._serialized_start=2795
109
+ _globals['_STORAGEMOUNT']._serialized_end=2958
110
+ _globals['_MOUNT']._serialized_start=2961
111
+ _globals['_MOUNT']._serialized_end=3476
112
+ _globals['_MOUNT_OBJECTSTORAGE']._serialized_start=3251
113
+ _globals['_MOUNT_OBJECTSTORAGE']._serialized_end=3333
114
+ _globals['_MOUNT_DISKSPEC']._serialized_start=3335
115
+ _globals['_MOUNT_DISKSPEC']._serialized_end=3387
116
+ _globals['_MOUNT_MODE']._serialized_start=3389
117
+ _globals['_MOUNT_MODE']._serialized_end=3448
118
+ _globals['_ASYNCINVOCATIONCONFIG']._serialized_start=3479
119
+ _globals['_ASYNCINVOCATIONCONFIG']._serialized_end=3957
120
+ _globals['_ASYNCINVOCATIONCONFIG_RESPONSETARGET']._serialized_start=3779
121
+ _globals['_ASYNCINVOCATIONCONFIG_RESPONSETARGET']._serialized_end=3957
122
+ _globals['_YMQTARGET']._serialized_start=3959
123
+ _globals['_YMQTARGET']._serialized_end=4037
124
+ _globals['_EMPTYTARGET']._serialized_start=4039
125
+ _globals['_EMPTYTARGET']._serialized_end=4052
126
126
  # @@protoc_insertion_point(module_scope)
@@ -133,6 +133,10 @@ class Version(google.protobuf.message.Message):
133
133
  """Version is being created."""
134
134
  ACTIVE: Version._Status.ValueType # 2
135
135
  """Version is ready to use."""
136
+ OBSOLETE: Version._Status.ValueType # 3
137
+ """Version will be deleted soon."""
138
+ DELETING: Version._Status.ValueType # 4
139
+ """Version is being deleted."""
136
140
 
137
141
  class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
138
142
  STATUS_UNSPECIFIED: Version.Status.ValueType # 0
@@ -140,6 +144,10 @@ class Version(google.protobuf.message.Message):
140
144
  """Version is being created."""
141
145
  ACTIVE: Version.Status.ValueType # 2
142
146
  """Version is ready to use."""
147
+ OBSOLETE: Version.Status.ValueType # 3
148
+ """Version will be deleted soon."""
149
+ DELETING: Version.Status.ValueType # 4
150
+ """Version is being deleted."""
143
151
 
144
152
  @typing.final
145
153
  class EnvironmentEntry(google.protobuf.message.Message):
File without changes
File without changes
@@ -0,0 +1,43 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/serverless/workflows/v1/execution.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'\n4yandex/cloud/serverless/workflows/v1/execution.proto\x12$yandex.cloud.serverless.workflows.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\x96\x04\n\tExecution\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x43\n\x05input\x18\x04 \x01(\x0b\x32\x34.yandex.cloud.serverless.workflows.v1.ExecutionInput\x12\x45\n\x06result\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.serverless.workflows.v1.ExecutionResult\x12\x43\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x34.yandex.cloud.serverless.workflows.v1.ExecutionError\x12\x46\n\x06status\x18\x07 \x01(\x0e\x32\x36.yandex.cloud.serverless.workflows.v1.Execution.Status\x12.\n\nstarted_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\"l\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\n\n\x06QUEUED\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\n\n\x06PAUSED\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x12\n\n\x06\x46\x41ILED\x10\x05\x12\x0c\n\x08\x46INISHED\x10\x06J\x04\x08\x03\x10\x04\"\xde\x01\n\x10\x45xecutionPreview\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x46\n\x06status\x18\x04 \x01(\x0e\x32\x36.yandex.cloud.serverless.workflows.v1.Execution.Status\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationJ\x04\x08\x03\x10\x04\"5\n\x0e\x45xecutionInput\x12\x14\n\ninput_json\x18\x01 \x01(\tH\x00\x42\r\n\x05input\x12\x04\xc0\xc1\x31\x01\"8\n\x0f\x45xecutionResult\x12\x15\n\x0bresult_json\x18\x01 \x01(\tH\x00\x42\x0e\n\x06result\x12\x04\xc0\xc1\x31\x01\"5\n\x0e\x45xecutionError\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x12\n\nerror_code\x18\x02 \x01(\tB~\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflowsb\x06proto3')
20
+
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.serverless.workflows.v1.execution_pb2', _globals)
24
+ if _descriptor._USE_C_DESCRIPTORS == False:
25
+ DESCRIPTOR._options = None
26
+ DESCRIPTOR._serialized_options = b'\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflows'
27
+ _EXECUTIONINPUT.oneofs_by_name['input']._options = None
28
+ _EXECUTIONINPUT.oneofs_by_name['input']._serialized_options = b'\300\3011\001'
29
+ _EXECUTIONRESULT.oneofs_by_name['result']._options = None
30
+ _EXECUTIONRESULT.oneofs_by_name['result']._serialized_options = b'\300\3011\001'
31
+ _globals['_EXECUTION']._serialized_start=191
32
+ _globals['_EXECUTION']._serialized_end=725
33
+ _globals['_EXECUTION_STATUS']._serialized_start=611
34
+ _globals['_EXECUTION_STATUS']._serialized_end=719
35
+ _globals['_EXECUTIONPREVIEW']._serialized_start=728
36
+ _globals['_EXECUTIONPREVIEW']._serialized_end=950
37
+ _globals['_EXECUTIONINPUT']._serialized_start=952
38
+ _globals['_EXECUTIONINPUT']._serialized_end=1005
39
+ _globals['_EXECUTIONRESULT']._serialized_start=1007
40
+ _globals['_EXECUTIONRESULT']._serialized_end=1063
41
+ _globals['_EXECUTIONERROR']._serialized_start=1065
42
+ _globals['_EXECUTIONERROR']._serialized_end=1118
43
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,203 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import google.protobuf.descriptor
8
+ import google.protobuf.duration_pb2
9
+ import google.protobuf.internal.enum_type_wrapper
10
+ import google.protobuf.message
11
+ import google.protobuf.timestamp_pb2
12
+ import sys
13
+ import typing
14
+
15
+ if sys.version_info >= (3, 10):
16
+ import typing as typing_extensions
17
+ else:
18
+ import typing_extensions
19
+
20
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
21
+
22
+ @typing.final
23
+ class Execution(google.protobuf.message.Message):
24
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
25
+
26
+ class _Status:
27
+ ValueType = typing.NewType("ValueType", builtins.int)
28
+ V: typing_extensions.TypeAlias = ValueType
29
+
30
+ class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Execution._Status.ValueType], builtins.type):
31
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
32
+ STATUS_UNSPECIFIED: Execution._Status.ValueType # 0
33
+ QUEUED: Execution._Status.ValueType # 1
34
+ """Workflow execution is being queued."""
35
+ RUNNING: Execution._Status.ValueType # 2
36
+ """Workflow execution is running."""
37
+ PAUSED: Execution._Status.ValueType # 3
38
+ """Workflow execution is being paused."""
39
+ STOPPED: Execution._Status.ValueType # 4
40
+ """Workflow execution is stopped."""
41
+ FAILED: Execution._Status.ValueType # 5
42
+ """Workflow execution is failed."""
43
+ FINISHED: Execution._Status.ValueType # 6
44
+ """Workflow execution is finished."""
45
+
46
+ class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
47
+ STATUS_UNSPECIFIED: Execution.Status.ValueType # 0
48
+ QUEUED: Execution.Status.ValueType # 1
49
+ """Workflow execution is being queued."""
50
+ RUNNING: Execution.Status.ValueType # 2
51
+ """Workflow execution is running."""
52
+ PAUSED: Execution.Status.ValueType # 3
53
+ """Workflow execution is being paused."""
54
+ STOPPED: Execution.Status.ValueType # 4
55
+ """Workflow execution is stopped."""
56
+ FAILED: Execution.Status.ValueType # 5
57
+ """Workflow execution is failed."""
58
+ FINISHED: Execution.Status.ValueType # 6
59
+ """Workflow execution is finished."""
60
+
61
+ ID_FIELD_NUMBER: builtins.int
62
+ WORKFLOW_ID_FIELD_NUMBER: builtins.int
63
+ INPUT_FIELD_NUMBER: builtins.int
64
+ RESULT_FIELD_NUMBER: builtins.int
65
+ ERROR_FIELD_NUMBER: builtins.int
66
+ STATUS_FIELD_NUMBER: builtins.int
67
+ STARTED_AT_FIELD_NUMBER: builtins.int
68
+ DURATION_FIELD_NUMBER: builtins.int
69
+ id: builtins.str
70
+ """ID of the Workflow execution. Generated at creation time."""
71
+ workflow_id: builtins.str
72
+ """ID of the Workflow."""
73
+ status: global___Execution.Status.ValueType
74
+ """Status of the Workflow execution"""
75
+ @property
76
+ def input(self) -> global___ExecutionInput:
77
+ """Input data for the Workflow execution."""
78
+
79
+ @property
80
+ def result(self) -> global___ExecutionResult:
81
+ """Result of the Workflow execution."""
82
+
83
+ @property
84
+ def error(self) -> global___ExecutionError:
85
+ """Error details, in case Workflow execution failed."""
86
+
87
+ @property
88
+ def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
89
+ """Start timestamp for the Workflow execution."""
90
+
91
+ @property
92
+ def duration(self) -> google.protobuf.duration_pb2.Duration:
93
+ """Duration of the Workflow execution."""
94
+
95
+ def __init__(
96
+ self,
97
+ *,
98
+ id: builtins.str = ...,
99
+ workflow_id: builtins.str = ...,
100
+ input: global___ExecutionInput | None = ...,
101
+ result: global___ExecutionResult | None = ...,
102
+ error: global___ExecutionError | None = ...,
103
+ status: global___Execution.Status.ValueType = ...,
104
+ started_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
105
+ duration: google.protobuf.duration_pb2.Duration | None = ...,
106
+ ) -> None: ...
107
+ def HasField(self, field_name: typing.Literal["duration", b"duration", "error", b"error", "input", b"input", "result", b"result", "started_at", b"started_at"]) -> builtins.bool: ...
108
+ def ClearField(self, field_name: typing.Literal["duration", b"duration", "error", b"error", "id", b"id", "input", b"input", "result", b"result", "started_at", b"started_at", "status", b"status", "workflow_id", b"workflow_id"]) -> None: ...
109
+
110
+ global___Execution = Execution
111
+
112
+ @typing.final
113
+ class ExecutionPreview(google.protobuf.message.Message):
114
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
115
+
116
+ ID_FIELD_NUMBER: builtins.int
117
+ WORKFLOW_ID_FIELD_NUMBER: builtins.int
118
+ STATUS_FIELD_NUMBER: builtins.int
119
+ STARTED_AT_FIELD_NUMBER: builtins.int
120
+ DURATION_FIELD_NUMBER: builtins.int
121
+ id: builtins.str
122
+ """ID of the Workflow execution. Generated at creation time."""
123
+ workflow_id: builtins.str
124
+ """ID of the Workflow."""
125
+ status: global___Execution.Status.ValueType
126
+ """Status of the Workflow execution"""
127
+ @property
128
+ def started_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
129
+ """Start timestamp for the Workflow execution."""
130
+
131
+ @property
132
+ def duration(self) -> google.protobuf.duration_pb2.Duration:
133
+ """Duration of the Workflow execution."""
134
+
135
+ def __init__(
136
+ self,
137
+ *,
138
+ id: builtins.str = ...,
139
+ workflow_id: builtins.str = ...,
140
+ status: global___Execution.Status.ValueType = ...,
141
+ started_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
142
+ duration: google.protobuf.duration_pb2.Duration | None = ...,
143
+ ) -> None: ...
144
+ def HasField(self, field_name: typing.Literal["duration", b"duration", "started_at", b"started_at"]) -> builtins.bool: ...
145
+ def ClearField(self, field_name: typing.Literal["duration", b"duration", "id", b"id", "started_at", b"started_at", "status", b"status", "workflow_id", b"workflow_id"]) -> None: ...
146
+
147
+ global___ExecutionPreview = ExecutionPreview
148
+
149
+ @typing.final
150
+ class ExecutionInput(google.protobuf.message.Message):
151
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
152
+
153
+ INPUT_JSON_FIELD_NUMBER: builtins.int
154
+ input_json: builtins.str
155
+ """JSON input data for the Workflow execution."""
156
+ def __init__(
157
+ self,
158
+ *,
159
+ input_json: builtins.str = ...,
160
+ ) -> None: ...
161
+ def HasField(self, field_name: typing.Literal["input", b"input", "input_json", b"input_json"]) -> builtins.bool: ...
162
+ def ClearField(self, field_name: typing.Literal["input", b"input", "input_json", b"input_json"]) -> None: ...
163
+ def WhichOneof(self, oneof_group: typing.Literal["input", b"input"]) -> typing.Literal["input_json"] | None: ...
164
+
165
+ global___ExecutionInput = ExecutionInput
166
+
167
+ @typing.final
168
+ class ExecutionResult(google.protobuf.message.Message):
169
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
170
+
171
+ RESULT_JSON_FIELD_NUMBER: builtins.int
172
+ result_json: builtins.str
173
+ """JSON result of the Workflow execution."""
174
+ def __init__(
175
+ self,
176
+ *,
177
+ result_json: builtins.str = ...,
178
+ ) -> None: ...
179
+ def HasField(self, field_name: typing.Literal["result", b"result", "result_json", b"result_json"]) -> builtins.bool: ...
180
+ def ClearField(self, field_name: typing.Literal["result", b"result", "result_json", b"result_json"]) -> None: ...
181
+ def WhichOneof(self, oneof_group: typing.Literal["result", b"result"]) -> typing.Literal["result_json"] | None: ...
182
+
183
+ global___ExecutionResult = ExecutionResult
184
+
185
+ @typing.final
186
+ class ExecutionError(google.protobuf.message.Message):
187
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
188
+
189
+ MESSAGE_FIELD_NUMBER: builtins.int
190
+ ERROR_CODE_FIELD_NUMBER: builtins.int
191
+ message: builtins.str
192
+ """Error message of the Workflow execution."""
193
+ error_code: builtins.str
194
+ """Error code of the Workflow execution."""
195
+ def __init__(
196
+ self,
197
+ *,
198
+ message: builtins.str = ...,
199
+ error_code: builtins.str = ...,
200
+ ) -> None: ...
201
+ def ClearField(self, field_name: typing.Literal["error_code", b"error_code", "message", b"message"]) -> None: ...
202
+
203
+ global___ExecutionError = ExecutionError
@@ -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
+ ...
@@ -0,0 +1,74 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: yandex/cloud/serverless/workflows/v1/execution_service.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.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
15
+ from yandex.cloud.serverless.workflows.v1 import execution_pb2 as yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_execution__pb2
16
+ from yandex.cloud.serverless.workflows.v1 import history_entry_pb2 as yandex_dot_cloud_dot_serverless_dot_workflows_dot_v1_dot_history__entry__pb2
17
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
18
+
19
+
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n<yandex/cloud/serverless/workflows/v1/execution_service.proto\x12$yandex.cloud.serverless.workflows.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x34yandex/cloud/serverless/workflows/v1/execution.proto\x1a\x38yandex/cloud/serverless/workflows/v1/history_entry.proto\x1a\x1dyandex/cloud/validation.proto\"}\n\x15StartExecutionRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x43\n\x05input\x18\x03 \x01(\x0b\x32\x34.yandex.cloud.serverless.workflows.v1.ExecutionInputJ\x04\x08\x02\x10\x03\".\n\x16StartExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"2\n\x14StopExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"-\n\x15StopExecutionResponse\x12\x14\n\x0c\x65xecution_id\x18\x01 \x01(\t\"1\n\x13GetExecutionRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"Z\n\x14GetExecutionResponse\x12\x42\n\texecution\x18\x01 \x01(\x0b\x32/.yandex.cloud.serverless.workflows.v1.Execution\"8\n\x1aGetExecutionHistoryRequest\x12\x1a\n\x0c\x65xecution_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xb5\x01\n\x1bGetExecutionHistoryResponse\x12I\n\texecution\x18\x01 \x01(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.ExecutionPreview\x12K\n\x07\x65ntries\x18\x02 \x03(\x0b\x32\x32.yandex.cloud.serverless.workflows.v1.HistoryEntryB\x06\x82\xc8\x31\x02>0\"{\n\x15ListExecutionsRequest\x12\x19\n\x0bworkflow_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12#\n\tpage_size\x18\x02 \x01(\x03\x42\x10\xfa\xc7\x31\x0c\x30-2147483647\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"}\n\x16ListExecutionsResponse\x12J\n\nexecutions\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.serverless.workflows.v1.ExecutionPreview\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x98\x07\n\x10\x45xecutionService\x12\xac\x01\n\x05Start\x12;.yandex.cloud.serverless.workflows.v1.StartExecutionRequest\x1a<.yandex.cloud.serverless.workflows.v1.StartExecutionResponse\"(\x82\xd3\xe4\x93\x02\"\"\x1d/workflows/v1/execution/start:\x01*\x12\xb4\x01\n\x04Stop\x12:.yandex.cloud.serverless.workflows.v1.StopExecutionRequest\x1a;.yandex.cloud.serverless.workflows.v1.StopExecutionResponse\"3\x82\xd3\xe4\x93\x02-\"+/workflows/v1/execution/{execution_id}/stop\x12\xac\x01\n\x03Get\x12\x39.yandex.cloud.serverless.workflows.v1.GetExecutionRequest\x1a:.yandex.cloud.serverless.workflows.v1.GetExecutionResponse\".\x82\xd3\xe4\x93\x02(\x12&/workflows/v1/execution/{execution_id}\x12\xc9\x01\n\nGetHistory\x12@.yandex.cloud.serverless.workflows.v1.GetExecutionHistoryRequest\x1a\x41.yandex.cloud.serverless.workflows.v1.GetExecutionHistoryResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./workflows/v1/execution/{execution_id}/history\x12\xa2\x01\n\x04List\x12;.yandex.cloud.serverless.workflows.v1.ListExecutionsRequest\x1a<.yandex.cloud.serverless.workflows.v1.ListExecutionsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/workflows/v1/executionB~\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflowsb\x06proto3')
21
+
22
+ _globals = globals()
23
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
24
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.serverless.workflows.v1.execution_service_pb2', _globals)
25
+ if _descriptor._USE_C_DESCRIPTORS == False:
26
+ DESCRIPTOR._options = None
27
+ DESCRIPTOR._serialized_options = b'\n(yandex.cloud.api.serverless.workflows.v1ZRgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/workflows/v1;workflows'
28
+ _STARTEXECUTIONREQUEST.fields_by_name['workflow_id']._options = None
29
+ _STARTEXECUTIONREQUEST.fields_by_name['workflow_id']._serialized_options = b'\350\3071\001'
30
+ _STOPEXECUTIONREQUEST.fields_by_name['execution_id']._options = None
31
+ _STOPEXECUTIONREQUEST.fields_by_name['execution_id']._serialized_options = b'\350\3071\001'
32
+ _GETEXECUTIONREQUEST.fields_by_name['execution_id']._options = None
33
+ _GETEXECUTIONREQUEST.fields_by_name['execution_id']._serialized_options = b'\350\3071\001'
34
+ _GETEXECUTIONHISTORYREQUEST.fields_by_name['execution_id']._options = None
35
+ _GETEXECUTIONHISTORYREQUEST.fields_by_name['execution_id']._serialized_options = b'\350\3071\001'
36
+ _GETEXECUTIONHISTORYRESPONSE.fields_by_name['entries']._options = None
37
+ _GETEXECUTIONHISTORYRESPONSE.fields_by_name['entries']._serialized_options = b'\202\3101\002>0'
38
+ _LISTEXECUTIONSREQUEST.fields_by_name['workflow_id']._options = None
39
+ _LISTEXECUTIONSREQUEST.fields_by_name['workflow_id']._serialized_options = b'\350\3071\001'
40
+ _LISTEXECUTIONSREQUEST.fields_by_name['page_size']._options = None
41
+ _LISTEXECUTIONSREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\0140-2147483647'
42
+ _EXECUTIONSERVICE.methods_by_name['Start']._options = None
43
+ _EXECUTIONSERVICE.methods_by_name['Start']._serialized_options = b'\202\323\344\223\002\"\"\035/workflows/v1/execution/start:\001*'
44
+ _EXECUTIONSERVICE.methods_by_name['Stop']._options = None
45
+ _EXECUTIONSERVICE.methods_by_name['Stop']._serialized_options = b'\202\323\344\223\002-\"+/workflows/v1/execution/{execution_id}/stop'
46
+ _EXECUTIONSERVICE.methods_by_name['Get']._options = None
47
+ _EXECUTIONSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002(\022&/workflows/v1/execution/{execution_id}'
48
+ _EXECUTIONSERVICE.methods_by_name['GetHistory']._options = None
49
+ _EXECUTIONSERVICE.methods_by_name['GetHistory']._serialized_options = b'\202\323\344\223\0020\022./workflows/v1/execution/{execution_id}/history'
50
+ _EXECUTIONSERVICE.methods_by_name['List']._options = None
51
+ _EXECUTIONSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\031\022\027/workflows/v1/execution'
52
+ _globals['_STARTEXECUTIONREQUEST']._serialized_start=275
53
+ _globals['_STARTEXECUTIONREQUEST']._serialized_end=400
54
+ _globals['_STARTEXECUTIONRESPONSE']._serialized_start=402
55
+ _globals['_STARTEXECUTIONRESPONSE']._serialized_end=448
56
+ _globals['_STOPEXECUTIONREQUEST']._serialized_start=450
57
+ _globals['_STOPEXECUTIONREQUEST']._serialized_end=500
58
+ _globals['_STOPEXECUTIONRESPONSE']._serialized_start=502
59
+ _globals['_STOPEXECUTIONRESPONSE']._serialized_end=547
60
+ _globals['_GETEXECUTIONREQUEST']._serialized_start=549
61
+ _globals['_GETEXECUTIONREQUEST']._serialized_end=598
62
+ _globals['_GETEXECUTIONRESPONSE']._serialized_start=600
63
+ _globals['_GETEXECUTIONRESPONSE']._serialized_end=690
64
+ _globals['_GETEXECUTIONHISTORYREQUEST']._serialized_start=692
65
+ _globals['_GETEXECUTIONHISTORYREQUEST']._serialized_end=748
66
+ _globals['_GETEXECUTIONHISTORYRESPONSE']._serialized_start=751
67
+ _globals['_GETEXECUTIONHISTORYRESPONSE']._serialized_end=932
68
+ _globals['_LISTEXECUTIONSREQUEST']._serialized_start=934
69
+ _globals['_LISTEXECUTIONSREQUEST']._serialized_end=1057
70
+ _globals['_LISTEXECUTIONSRESPONSE']._serialized_start=1059
71
+ _globals['_LISTEXECUTIONSRESPONSE']._serialized_end=1184
72
+ _globals['_EXECUTIONSERVICE']._serialized_start=1187
73
+ _globals['_EXECUTIONSERVICE']._serialized_end=2107
74
+ # @@protoc_insertion_point(module_scope)