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
@@ -11,13 +11,14 @@ from google.protobuf.internal import builder as _builder
11
11
  _sym_db = _symbol_database.Default()
12
12
 
13
13
 
14
+ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
14
15
  from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
15
16
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
16
17
  from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
17
18
  from yandex.cloud.video.v1 import stream_line_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_stream__line__pb2
18
19
 
19
20
 
20
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/video/v1/stream_line_service.proto\x12\x15yandex.cloud.video.v1\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\'yandex/cloud/video/v1/stream_line.proto\".\n\x14GetStreamLineRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"{\n\x16ListStreamLinesRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"q\n\x17ListStreamLinesResponse\x12\x37\n\x0cstream_lines\x18\x01 \x03(\x0b\x32!.yandex.cloud.video.v1.StreamLine\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xf7\x05\n\x17\x43reateStreamLineRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x03 \x01(\t\x12K\n\x06labels\x18\xc8\x01 \x03(\x0b\x32:.yandex.cloud.video.v1.CreateStreamLineRequest.LabelsEntry\x12;\n\trtmp_push\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPushParamsH\x00\x12\x39\n\x08srt_push\x18\xe9\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPushParamsH\x00\x12;\n\trtmp_pull\x18\xea\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPullParamsH\x00\x12\x39\n\x08srt_pull\x18\xeb\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPullParamsH\x00\x12\x39\n\x08tcp_pull\x18\xec\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.TCPPullParamsH\x00\x12;\n\trtsp_pull\x18\xee\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTSPPullParamsH\x00\x12?\n\x0bmanual_line\x18\xd0\x0f \x01(\x0b\x32\'.yandex.cloud.video.v1.ManualLineParamsH\x01\x12;\n\tauto_line\x18\xd1\x0f \x01(\x0b\x32%.yandex.cloud.video.v1.AutoLineParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0cinput_paramsB\x12\n\x10line_type_paramsJ\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xed\x07\x10\xee\x07J\x06\x08\xef\x07\x10\xd0\x0fJ\x05\x08\x04\x10\xc8\x01\"2\n\x18\x43reateStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\x91\x05\n\x17UpdateStreamLineRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x04 \x01(\t\x12K\n\x06labels\x18\xc8\x01 \x03(\x0b\x32:.yandex.cloud.video.v1.UpdateStreamLineRequest.LabelsEntry\x12;\n\trtmp_push\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPushParamsH\x00\x12\x39\n\x08srt_push\x18\xe9\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPushParamsH\x00\x12;\n\trtmp_pull\x18\xea\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPullParamsH\x00\x12\x39\n\x08srt_pull\x18\xeb\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPullParamsH\x00\x12\x39\n\x08tcp_pull\x18\xec\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.TCPPullParamsH\x00\x12;\n\trtsp_pull\x18\xee\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTSPPullParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0cinput_paramsJ\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xed\x07\x10\xee\x07J\x05\x08\x05\x10\xc8\x01\"2\n\x18UpdateStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"1\n\x17\x44\x65leteStreamLineRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"2\n\x18\x44\x65leteStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\xbf\x01\n\x18PerformLineActionRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\x12:\n\x08\x61\x63tivate\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.ActivateActionH\x00\x12>\n\ndeactivate\x18\xe9\x07 \x01(\x0b\x32\'.yandex.cloud.video.v1.DeactivateActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07\"3\n\x19PerformLineActionMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\x10\n\x0eRTMPPushParams\"\x0f\n\rSRTPushParams\"\x1d\n\x0eRTMPPullParams\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x1c\n\rSRTPullParams\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x1c\n\rTCPPullParams\x12\x0b\n\x03url\x18\x02 \x01(\t\"\x1d\n\x0eRTSPPullParams\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x12\n\x10ManualLineParams\"\x10\n\x0e\x41utoLineParams\"\x10\n\x0e\x41\x63tivateAction\"\x12\n\x10\x44\x65\x61\x63tivateAction\"-\n\x13GetStreamKeyRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"0\n\x16UpdateStreamKeyRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"1\n\x17UpdateStreamKeyMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t2\x89\x08\n\x11StreamLineService\x12W\n\x03Get\x12+.yandex.cloud.video.v1.GetStreamLineRequest\x1a!.yandex.cloud.video.v1.StreamLine\"\x00\x12g\n\x04List\x12-.yandex.cloud.video.v1.ListStreamLinesRequest\x1a..yandex.cloud.video.v1.ListStreamLinesResponse\"\x00\x12\x87\x01\n\x06\x43reate\x12..yandex.cloud.video.v1.CreateStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"*\xb2\xd2*&\n\x18\x43reateStreamLineMetadata\x12\nStreamLine\x12\x87\x01\n\x06Update\x12..yandex.cloud.video.v1.UpdateStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"*\xb2\xd2*&\n\x18UpdateStreamLineMetadata\x12\nStreamLine\x12\x92\x01\n\x06\x44\x65lete\x12..yandex.cloud.video.v1.DeleteStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"5\xb2\xd2*1\n\x18\x44\x65leteStreamLineMetadata\x12\x15google.protobuf.Empty\x12\x90\x01\n\rPerformAction\x12/.yandex.cloud.video.v1.PerformLineActionRequest\x1a!.yandex.cloud.operation.Operation\"+\xb2\xd2*\'\n\x19PerformLineActionMetadata\x12\nStreamLine\x12\x62\n\x0cGetStreamKey\x12*.yandex.cloud.video.v1.GetStreamKeyRequest\x1a$.yandex.cloud.video.v1.PushStreamKey\"\x00\x12\x91\x01\n\x0fUpdateStreamKey\x12-.yandex.cloud.video.v1.UpdateStreamKeyRequest\x1a!.yandex.cloud.operation.Operation\",\xb2\xd2*(\n\x17UpdateStreamKeyMetadata\x12\rPushStreamKeyB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
21
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/video/v1/stream_line_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\'yandex/cloud/video/v1/stream_line.proto\".\n\x14GetStreamLineRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"{\n\x16ListStreamLinesRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"q\n\x17ListStreamLinesResponse\x12\x37\n\x0cstream_lines\x18\x01 \x03(\x0b\x32!.yandex.cloud.video.v1.StreamLine\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xf7\x05\n\x17\x43reateStreamLineRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x03 \x01(\t\x12K\n\x06labels\x18\xc8\x01 \x03(\x0b\x32:.yandex.cloud.video.v1.CreateStreamLineRequest.LabelsEntry\x12;\n\trtmp_push\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPushParamsH\x00\x12\x39\n\x08srt_push\x18\xe9\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPushParamsH\x00\x12;\n\trtmp_pull\x18\xea\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPullParamsH\x00\x12\x39\n\x08srt_pull\x18\xeb\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPullParamsH\x00\x12\x39\n\x08tcp_pull\x18\xec\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.TCPPullParamsH\x00\x12;\n\trtsp_pull\x18\xee\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTSPPullParamsH\x00\x12?\n\x0bmanual_line\x18\xd0\x0f \x01(\x0b\x32\'.yandex.cloud.video.v1.ManualLineParamsH\x01\x12;\n\tauto_line\x18\xd1\x0f \x01(\x0b\x32%.yandex.cloud.video.v1.AutoLineParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0cinput_paramsB\x12\n\x10line_type_paramsJ\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xed\x07\x10\xee\x07J\x06\x08\xef\x07\x10\xd0\x0fJ\x05\x08\x04\x10\xc8\x01\"2\n\x18\x43reateStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\x91\x05\n\x17UpdateStreamLineRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x04 \x01(\t\x12K\n\x06labels\x18\xc8\x01 \x03(\x0b\x32:.yandex.cloud.video.v1.UpdateStreamLineRequest.LabelsEntry\x12;\n\trtmp_push\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPushParamsH\x00\x12\x39\n\x08srt_push\x18\xe9\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPushParamsH\x00\x12;\n\trtmp_pull\x18\xea\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPullParamsH\x00\x12\x39\n\x08srt_pull\x18\xeb\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.SRTPullParamsH\x00\x12\x39\n\x08tcp_pull\x18\xec\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.TCPPullParamsH\x00\x12;\n\trtsp_pull\x18\xee\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTSPPullParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0cinput_paramsJ\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xed\x07\x10\xee\x07J\x05\x08\x05\x10\xc8\x01\"2\n\x18UpdateStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"1\n\x17\x44\x65leteStreamLineRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"2\n\x18\x44\x65leteStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\xbf\x01\n\x18PerformLineActionRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\x12:\n\x08\x61\x63tivate\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.ActivateActionH\x00\x12>\n\ndeactivate\x18\xe9\x07 \x01(\x0b\x32\'.yandex.cloud.video.v1.DeactivateActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07\"3\n\x19PerformLineActionMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\x10\n\x0eRTMPPushParams\"\x0f\n\rSRTPushParams\"\x1d\n\x0eRTMPPullParams\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x1c\n\rSRTPullParams\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x1c\n\rTCPPullParams\x12\x0b\n\x03url\x18\x02 \x01(\t\"\x1d\n\x0eRTSPPullParams\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x12\n\x10ManualLineParams\"\x10\n\x0e\x41utoLineParams\"\x10\n\x0e\x41\x63tivateAction\"\x12\n\x10\x44\x65\x61\x63tivateAction\"-\n\x13GetStreamKeyRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"0\n\x16UpdateStreamKeyRequest\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"1\n\x17UpdateStreamKeyMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t2\x91\x0b\n\x11StreamLineService\x12\x85\x01\n\x03Get\x12+.yandex.cloud.video.v1.GetStreamLineRequest\x1a!.yandex.cloud.video.v1.StreamLine\".\x82\xd3\xe4\x93\x02(\x12&/video/v1/streamLines/{stream_line_id}\x12\x84\x01\n\x04List\x12-.yandex.cloud.video.v1.ListStreamLinesRequest\x1a..yandex.cloud.video.v1.ListStreamLinesResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/video/v1/streamLines\x12\xa7\x01\n\x06\x43reate\x12..yandex.cloud.video.v1.CreateStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2*&\n\x18\x43reateStreamLineMetadata\x12\nStreamLine\x82\xd3\xe4\x93\x02\x1a\"\x15/video/v1/streamLines:\x01*\x12\xb8\x01\n\x06Update\x12..yandex.cloud.video.v1.UpdateStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*&\n\x18UpdateStreamLineMetadata\x12\nStreamLine\x82\xd3\xe4\x93\x02+2&/video/v1/streamLines/{stream_line_id}:\x01*\x12\xc0\x01\n\x06\x44\x65lete\x12..yandex.cloud.video.v1.DeleteStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*1\n\x18\x44\x65leteStreamLineMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02(*&/video/v1/streamLines/{stream_line_id}\x12\xcf\x01\n\rPerformAction\x12/.yandex.cloud.video.v1.PerformLineActionRequest\x1a!.yandex.cloud.operation.Operation\"j\xb2\xd2*\'\n\x19PerformLineActionMetadata\x12\nStreamLine\x82\xd3\xe4\x93\x02\x39\"4/video/v1/streamLines/{stream_line_id}:performAction:\x01*\x12\x9d\x01\n\x0cGetStreamKey\x12*.yandex.cloud.video.v1.GetStreamKeyRequest\x1a$.yandex.cloud.video.v1.PushStreamKey\";\x82\xd3\xe4\x93\x02\x35\x12\x33/video/v1/streamLines/{stream_line_id}:getStreamKey\x12\xd2\x01\n\x0fUpdateStreamKey\x12-.yandex.cloud.video.v1.UpdateStreamKeyRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*(\n\x17UpdateStreamKeyMetadata\x12\rPushStreamKey\x82\xd3\xe4\x93\x02;26/video/v1/streamLines/{stream_line_id}:updateStreamKey:\x01*B\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
21
22
 
22
23
  _globals = globals()
23
24
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -29,68 +30,74 @@ if _descriptor._USE_C_DESCRIPTORS == False:
29
30
  _CREATESTREAMLINEREQUEST_LABELSENTRY._serialized_options = b'8\001'
30
31
  _UPDATESTREAMLINEREQUEST_LABELSENTRY._options = None
31
32
  _UPDATESTREAMLINEREQUEST_LABELSENTRY._serialized_options = b'8\001'
33
+ _STREAMLINESERVICE.methods_by_name['Get']._options = None
34
+ _STREAMLINESERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002(\022&/video/v1/streamLines/{stream_line_id}'
35
+ _STREAMLINESERVICE.methods_by_name['List']._options = None
36
+ _STREAMLINESERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\027\022\025/video/v1/streamLines'
32
37
  _STREAMLINESERVICE.methods_by_name['Create']._options = None
33
- _STREAMLINESERVICE.methods_by_name['Create']._serialized_options = b'\262\322*&\n\030CreateStreamLineMetadata\022\nStreamLine'
38
+ _STREAMLINESERVICE.methods_by_name['Create']._serialized_options = b'\262\322*&\n\030CreateStreamLineMetadata\022\nStreamLine\202\323\344\223\002\032\"\025/video/v1/streamLines:\001*'
34
39
  _STREAMLINESERVICE.methods_by_name['Update']._options = None
35
- _STREAMLINESERVICE.methods_by_name['Update']._serialized_options = b'\262\322*&\n\030UpdateStreamLineMetadata\022\nStreamLine'
40
+ _STREAMLINESERVICE.methods_by_name['Update']._serialized_options = b'\262\322*&\n\030UpdateStreamLineMetadata\022\nStreamLine\202\323\344\223\002+2&/video/v1/streamLines/{stream_line_id}:\001*'
36
41
  _STREAMLINESERVICE.methods_by_name['Delete']._options = None
37
- _STREAMLINESERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*1\n\030DeleteStreamLineMetadata\022\025google.protobuf.Empty'
42
+ _STREAMLINESERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*1\n\030DeleteStreamLineMetadata\022\025google.protobuf.Empty\202\323\344\223\002(*&/video/v1/streamLines/{stream_line_id}'
38
43
  _STREAMLINESERVICE.methods_by_name['PerformAction']._options = None
39
- _STREAMLINESERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*\'\n\031PerformLineActionMetadata\022\nStreamLine'
44
+ _STREAMLINESERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*\'\n\031PerformLineActionMetadata\022\nStreamLine\202\323\344\223\0029\"4/video/v1/streamLines/{stream_line_id}:performAction:\001*'
45
+ _STREAMLINESERVICE.methods_by_name['GetStreamKey']._options = None
46
+ _STREAMLINESERVICE.methods_by_name['GetStreamKey']._serialized_options = b'\202\323\344\223\0025\0223/video/v1/streamLines/{stream_line_id}:getStreamKey'
40
47
  _STREAMLINESERVICE.methods_by_name['UpdateStreamKey']._options = None
41
- _STREAMLINESERVICE.methods_by_name['UpdateStreamKey']._serialized_options = b'\262\322*(\n\027UpdateStreamKeyMetadata\022\rPushStreamKey'
42
- _globals['_GETSTREAMLINEREQUEST']._serialized_start=223
43
- _globals['_GETSTREAMLINEREQUEST']._serialized_end=269
44
- _globals['_LISTSTREAMLINESREQUEST']._serialized_start=271
45
- _globals['_LISTSTREAMLINESREQUEST']._serialized_end=394
46
- _globals['_LISTSTREAMLINESRESPONSE']._serialized_start=396
47
- _globals['_LISTSTREAMLINESRESPONSE']._serialized_end=509
48
- _globals['_CREATESTREAMLINEREQUEST']._serialized_start=512
49
- _globals['_CREATESTREAMLINEREQUEST']._serialized_end=1271
50
- _globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1159
51
- _globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1204
52
- _globals['_CREATESTREAMLINEMETADATA']._serialized_start=1273
53
- _globals['_CREATESTREAMLINEMETADATA']._serialized_end=1323
54
- _globals['_UPDATESTREAMLINEREQUEST']._serialized_start=1326
55
- _globals['_UPDATESTREAMLINEREQUEST']._serialized_end=1983
56
- _globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1159
57
- _globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1204
58
- _globals['_UPDATESTREAMLINEMETADATA']._serialized_start=1985
59
- _globals['_UPDATESTREAMLINEMETADATA']._serialized_end=2035
60
- _globals['_DELETESTREAMLINEREQUEST']._serialized_start=2037
61
- _globals['_DELETESTREAMLINEREQUEST']._serialized_end=2086
62
- _globals['_DELETESTREAMLINEMETADATA']._serialized_start=2088
63
- _globals['_DELETESTREAMLINEMETADATA']._serialized_end=2138
64
- _globals['_PERFORMLINEACTIONREQUEST']._serialized_start=2141
65
- _globals['_PERFORMLINEACTIONREQUEST']._serialized_end=2332
66
- _globals['_PERFORMLINEACTIONMETADATA']._serialized_start=2334
67
- _globals['_PERFORMLINEACTIONMETADATA']._serialized_end=2385
68
- _globals['_RTMPPUSHPARAMS']._serialized_start=2387
69
- _globals['_RTMPPUSHPARAMS']._serialized_end=2403
70
- _globals['_SRTPUSHPARAMS']._serialized_start=2405
71
- _globals['_SRTPUSHPARAMS']._serialized_end=2420
72
- _globals['_RTMPPULLPARAMS']._serialized_start=2422
73
- _globals['_RTMPPULLPARAMS']._serialized_end=2451
74
- _globals['_SRTPULLPARAMS']._serialized_start=2453
75
- _globals['_SRTPULLPARAMS']._serialized_end=2481
76
- _globals['_TCPPULLPARAMS']._serialized_start=2483
77
- _globals['_TCPPULLPARAMS']._serialized_end=2511
78
- _globals['_RTSPPULLPARAMS']._serialized_start=2513
79
- _globals['_RTSPPULLPARAMS']._serialized_end=2542
80
- _globals['_MANUALLINEPARAMS']._serialized_start=2544
81
- _globals['_MANUALLINEPARAMS']._serialized_end=2562
82
- _globals['_AUTOLINEPARAMS']._serialized_start=2564
83
- _globals['_AUTOLINEPARAMS']._serialized_end=2580
84
- _globals['_ACTIVATEACTION']._serialized_start=2582
85
- _globals['_ACTIVATEACTION']._serialized_end=2598
86
- _globals['_DEACTIVATEACTION']._serialized_start=2600
87
- _globals['_DEACTIVATEACTION']._serialized_end=2618
88
- _globals['_GETSTREAMKEYREQUEST']._serialized_start=2620
89
- _globals['_GETSTREAMKEYREQUEST']._serialized_end=2665
90
- _globals['_UPDATESTREAMKEYREQUEST']._serialized_start=2667
91
- _globals['_UPDATESTREAMKEYREQUEST']._serialized_end=2715
92
- _globals['_UPDATESTREAMKEYMETADATA']._serialized_start=2717
93
- _globals['_UPDATESTREAMKEYMETADATA']._serialized_end=2766
94
- _globals['_STREAMLINESERVICE']._serialized_start=2769
95
- _globals['_STREAMLINESERVICE']._serialized_end=3802
48
+ _STREAMLINESERVICE.methods_by_name['UpdateStreamKey']._serialized_options = b'\262\322*(\n\027UpdateStreamKeyMetadata\022\rPushStreamKey\202\323\344\223\002;26/video/v1/streamLines/{stream_line_id}:updateStreamKey:\001*'
49
+ _globals['_GETSTREAMLINEREQUEST']._serialized_start=253
50
+ _globals['_GETSTREAMLINEREQUEST']._serialized_end=299
51
+ _globals['_LISTSTREAMLINESREQUEST']._serialized_start=301
52
+ _globals['_LISTSTREAMLINESREQUEST']._serialized_end=424
53
+ _globals['_LISTSTREAMLINESRESPONSE']._serialized_start=426
54
+ _globals['_LISTSTREAMLINESRESPONSE']._serialized_end=539
55
+ _globals['_CREATESTREAMLINEREQUEST']._serialized_start=542
56
+ _globals['_CREATESTREAMLINEREQUEST']._serialized_end=1301
57
+ _globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1189
58
+ _globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1234
59
+ _globals['_CREATESTREAMLINEMETADATA']._serialized_start=1303
60
+ _globals['_CREATESTREAMLINEMETADATA']._serialized_end=1353
61
+ _globals['_UPDATESTREAMLINEREQUEST']._serialized_start=1356
62
+ _globals['_UPDATESTREAMLINEREQUEST']._serialized_end=2013
63
+ _globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1189
64
+ _globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1234
65
+ _globals['_UPDATESTREAMLINEMETADATA']._serialized_start=2015
66
+ _globals['_UPDATESTREAMLINEMETADATA']._serialized_end=2065
67
+ _globals['_DELETESTREAMLINEREQUEST']._serialized_start=2067
68
+ _globals['_DELETESTREAMLINEREQUEST']._serialized_end=2116
69
+ _globals['_DELETESTREAMLINEMETADATA']._serialized_start=2118
70
+ _globals['_DELETESTREAMLINEMETADATA']._serialized_end=2168
71
+ _globals['_PERFORMLINEACTIONREQUEST']._serialized_start=2171
72
+ _globals['_PERFORMLINEACTIONREQUEST']._serialized_end=2362
73
+ _globals['_PERFORMLINEACTIONMETADATA']._serialized_start=2364
74
+ _globals['_PERFORMLINEACTIONMETADATA']._serialized_end=2415
75
+ _globals['_RTMPPUSHPARAMS']._serialized_start=2417
76
+ _globals['_RTMPPUSHPARAMS']._serialized_end=2433
77
+ _globals['_SRTPUSHPARAMS']._serialized_start=2435
78
+ _globals['_SRTPUSHPARAMS']._serialized_end=2450
79
+ _globals['_RTMPPULLPARAMS']._serialized_start=2452
80
+ _globals['_RTMPPULLPARAMS']._serialized_end=2481
81
+ _globals['_SRTPULLPARAMS']._serialized_start=2483
82
+ _globals['_SRTPULLPARAMS']._serialized_end=2511
83
+ _globals['_TCPPULLPARAMS']._serialized_start=2513
84
+ _globals['_TCPPULLPARAMS']._serialized_end=2541
85
+ _globals['_RTSPPULLPARAMS']._serialized_start=2543
86
+ _globals['_RTSPPULLPARAMS']._serialized_end=2572
87
+ _globals['_MANUALLINEPARAMS']._serialized_start=2574
88
+ _globals['_MANUALLINEPARAMS']._serialized_end=2592
89
+ _globals['_AUTOLINEPARAMS']._serialized_start=2594
90
+ _globals['_AUTOLINEPARAMS']._serialized_end=2610
91
+ _globals['_ACTIVATEACTION']._serialized_start=2612
92
+ _globals['_ACTIVATEACTION']._serialized_end=2628
93
+ _globals['_DEACTIVATEACTION']._serialized_start=2630
94
+ _globals['_DEACTIVATEACTION']._serialized_end=2648
95
+ _globals['_GETSTREAMKEYREQUEST']._serialized_start=2650
96
+ _globals['_GETSTREAMKEYREQUEST']._serialized_end=2695
97
+ _globals['_UPDATESTREAMKEYREQUEST']._serialized_start=2697
98
+ _globals['_UPDATESTREAMKEYREQUEST']._serialized_end=2745
99
+ _globals['_UPDATESTREAMKEYMETADATA']._serialized_start=2747
100
+ _globals['_UPDATESTREAMKEYMETADATA']._serialized_end=2796
101
+ _globals['_STREAMLINESERVICE']._serialized_start=2799
102
+ _globals['_STREAMLINESERVICE']._serialized_end=4224
96
103
  # @@protoc_insertion_point(module_scope)
@@ -11,6 +11,7 @@ from google.protobuf.internal import builder as _builder
11
11
  _sym_db = _symbol_database.Default()
12
12
 
13
13
 
14
+ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
14
15
  from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
15
16
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
16
17
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
@@ -18,7 +19,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
18
19
  from yandex.cloud.video.v1 import stream_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_stream__pb2
19
20
 
20
21
 
21
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/video/v1/stream_service.proto\x12\x15yandex.cloud.video.v1\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\"yandex/cloud/video/v1/stream.proto\"%\n\x10GetStreamRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\"w\n\x12ListStreamsRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"d\n\x13ListStreamsResponse\x12.\n\x07streams\x18\x01 \x03(\x0b\x32\x1d.yandex.cloud.video.v1.Stream\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x83\x03\n\x13\x43reateStreamRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x0f\n\x07line_id\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x05 \x01(\t\x12G\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x36.yandex.cloud.video.v1.CreateStreamRequest.LabelsEntry\x12;\n\ton_demand\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.OnDemandParamsH\x00\x12:\n\x08schedule\x18\xe9\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.ScheduleParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\r\n\x0bstream_typeJ\x06\x08\xc9\x01\x10\xe8\x07J\x05\x08\x06\x10\xc8\x01\"\x10\n\x0eOnDemandParams\"q\n\x0eScheduleParams\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\")\n\x14\x43reateStreamMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t\"\xb2\x03\n\x13UpdateStreamRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0f\n\x07line_id\x18\x03 \x01(\t\x12\r\n\x05title\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x06 \x01(\t\x12G\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x36.yandex.cloud.video.v1.UpdateStreamRequest.LabelsEntry\x12;\n\ton_demand\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.OnDemandParamsH\x00\x12:\n\x08schedule\x18\xe9\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.ScheduleParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\r\n\x0bstream_typeJ\x06\x08\xc9\x01\x10\xe8\x07J\x05\x08\x07\x10\xc8\x01\")\n\x14UpdateStreamMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t\"(\n\x13\x44\x65leteStreamRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\")\n\x14\x44\x65leteStreamMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t\"\xb6\x01\n\x1aPerformStreamActionRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\x12\x38\n\x07publish\x18\xe8\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.PublishActionH\x00\x12\x32\n\x04stop\x18\xea\x07 \x01(\x0b\x32!.yandex.cloud.video.v1.StopActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07J\x06\x08\xe9\x07\x10\xea\x07\"\x0f\n\rPublishAction\"\x0c\n\nStopAction\"0\n\x1bPerformStreamActionMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t2\xdb\x05\n\rStreamService\x12O\n\x03Get\x12\'.yandex.cloud.video.v1.GetStreamRequest\x1a\x1d.yandex.cloud.video.v1.Stream\"\x00\x12_\n\x04List\x12).yandex.cloud.video.v1.ListStreamsRequest\x1a*.yandex.cloud.video.v1.ListStreamsResponse\"\x00\x12{\n\x06\x43reate\x12*.yandex.cloud.video.v1.CreateStreamRequest\x1a!.yandex.cloud.operation.Operation\"\"\xb2\xd2*\x1e\n\x14\x43reateStreamMetadata\x12\x06Stream\x12{\n\x06Update\x12*.yandex.cloud.video.v1.UpdateStreamRequest\x1a!.yandex.cloud.operation.Operation\"\"\xb2\xd2*\x1e\n\x14UpdateStreamMetadata\x12\x06Stream\x12\x8a\x01\n\x06\x44\x65lete\x12*.yandex.cloud.video.v1.DeleteStreamRequest\x1a!.yandex.cloud.operation.Operation\"1\xb2\xd2*-\n\x14\x44\x65leteStreamMetadata\x12\x15google.protobuf.Empty\x12\x90\x01\n\rPerformAction\x12\x31.yandex.cloud.video.v1.PerformStreamActionRequest\x1a!.yandex.cloud.operation.Operation\")\xb2\xd2*%\n\x1bPerformStreamActionMetadata\x12\x06StreamB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
22
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/video/v1/stream_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\"yandex/cloud/video/v1/stream.proto\"%\n\x10GetStreamRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\"w\n\x12ListStreamsRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"d\n\x13ListStreamsResponse\x12.\n\x07streams\x18\x01 \x03(\x0b\x32\x1d.yandex.cloud.video.v1.Stream\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\x83\x03\n\x13\x43reateStreamRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x0f\n\x07line_id\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x05 \x01(\t\x12G\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x36.yandex.cloud.video.v1.CreateStreamRequest.LabelsEntry\x12;\n\ton_demand\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.OnDemandParamsH\x00\x12:\n\x08schedule\x18\xe9\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.ScheduleParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\r\n\x0bstream_typeJ\x06\x08\xc9\x01\x10\xe8\x07J\x05\x08\x06\x10\xc8\x01\"\x10\n\x0eOnDemandParams\"q\n\x0eScheduleParams\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\")\n\x14\x43reateStreamMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t\"\xb2\x03\n\x13UpdateStreamRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0f\n\x07line_id\x18\x03 \x01(\t\x12\r\n\x05title\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x06 \x01(\t\x12G\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x36.yandex.cloud.video.v1.UpdateStreamRequest.LabelsEntry\x12;\n\ton_demand\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.OnDemandParamsH\x00\x12:\n\x08schedule\x18\xe9\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.ScheduleParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\r\n\x0bstream_typeJ\x06\x08\xc9\x01\x10\xe8\x07J\x05\x08\x07\x10\xc8\x01\")\n\x14UpdateStreamMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t\"(\n\x13\x44\x65leteStreamRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\")\n\x14\x44\x65leteStreamMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t\"\xb6\x01\n\x1aPerformStreamActionRequest\x12\x11\n\tstream_id\x18\x01 \x01(\t\x12\x38\n\x07publish\x18\xe8\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.PublishActionH\x00\x12\x32\n\x04stop\x18\xea\x07 \x01(\x0b\x32!.yandex.cloud.video.v1.StopActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07J\x06\x08\xe9\x07\x10\xea\x07\"\x0f\n\rPublishAction\"\x0c\n\nStopAction\"0\n\x1bPerformStreamActionMetadata\x12\x11\n\tstream_id\x18\x01 \x01(\t2\xba\x07\n\rStreamService\x12t\n\x03Get\x12\'.yandex.cloud.video.v1.GetStreamRequest\x1a\x1d.yandex.cloud.video.v1.Stream\"%\x82\xd3\xe4\x93\x02\x1f\x12\x1d/video/v1/streams/{stream_id}\x12x\n\x04List\x12).yandex.cloud.video.v1.ListStreamsRequest\x1a*.yandex.cloud.video.v1.ListStreamsResponse\"\x19\x82\xd3\xe4\x93\x02\x13\x12\x11/video/v1/streams\x12\x97\x01\n\x06\x43reate\x12*.yandex.cloud.video.v1.CreateStreamRequest\x1a!.yandex.cloud.operation.Operation\">\xb2\xd2*\x1e\n\x14\x43reateStreamMetadata\x12\x06Stream\x82\xd3\xe4\x93\x02\x16\"\x11/video/v1/streams:\x01*\x12\xa3\x01\n\x06Update\x12*.yandex.cloud.video.v1.UpdateStreamRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2*\x1e\n\x14UpdateStreamMetadata\x12\x06Stream\x82\xd3\xe4\x93\x02\"2\x1d/video/v1/streams/{stream_id}:\x01*\x12\xaf\x01\n\x06\x44\x65lete\x12*.yandex.cloud.video.v1.DeleteStreamRequest\x1a!.yandex.cloud.operation.Operation\"V\xb2\xd2*-\n\x14\x44\x65leteStreamMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1f*\x1d/video/v1/streams/{stream_id}\x12\xc6\x01\n\rPerformAction\x12\x31.yandex.cloud.video.v1.PerformStreamActionRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*%\n\x1bPerformStreamActionMetadata\x12\x06Stream\x82\xd3\xe4\x93\x02\x30\"+/video/v1/streams/{stream_id}:performAction:\x01*B\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
22
23
 
23
24
  _globals = globals()
24
25
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -30,48 +31,52 @@ if _descriptor._USE_C_DESCRIPTORS == False:
30
31
  _CREATESTREAMREQUEST_LABELSENTRY._serialized_options = b'8\001'
31
32
  _UPDATESTREAMREQUEST_LABELSENTRY._options = None
32
33
  _UPDATESTREAMREQUEST_LABELSENTRY._serialized_options = b'8\001'
34
+ _STREAMSERVICE.methods_by_name['Get']._options = None
35
+ _STREAMSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002\037\022\035/video/v1/streams/{stream_id}'
36
+ _STREAMSERVICE.methods_by_name['List']._options = None
37
+ _STREAMSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\023\022\021/video/v1/streams'
33
38
  _STREAMSERVICE.methods_by_name['Create']._options = None
34
- _STREAMSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*\036\n\024CreateStreamMetadata\022\006Stream'
39
+ _STREAMSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*\036\n\024CreateStreamMetadata\022\006Stream\202\323\344\223\002\026\"\021/video/v1/streams:\001*'
35
40
  _STREAMSERVICE.methods_by_name['Update']._options = None
36
- _STREAMSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*\036\n\024UpdateStreamMetadata\022\006Stream'
41
+ _STREAMSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*\036\n\024UpdateStreamMetadata\022\006Stream\202\323\344\223\002\"2\035/video/v1/streams/{stream_id}:\001*'
37
42
  _STREAMSERVICE.methods_by_name['Delete']._options = None
38
- _STREAMSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*-\n\024DeleteStreamMetadata\022\025google.protobuf.Empty'
43
+ _STREAMSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*-\n\024DeleteStreamMetadata\022\025google.protobuf.Empty\202\323\344\223\002\037*\035/video/v1/streams/{stream_id}'
39
44
  _STREAMSERVICE.methods_by_name['PerformAction']._options = None
40
- _STREAMSERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*%\n\033PerformStreamActionMetadata\022\006Stream'
41
- _globals['_GETSTREAMREQUEST']._serialized_start=246
42
- _globals['_GETSTREAMREQUEST']._serialized_end=283
43
- _globals['_LISTSTREAMSREQUEST']._serialized_start=285
44
- _globals['_LISTSTREAMSREQUEST']._serialized_end=404
45
- _globals['_LISTSTREAMSRESPONSE']._serialized_start=406
46
- _globals['_LISTSTREAMSRESPONSE']._serialized_end=506
47
- _globals['_CREATESTREAMREQUEST']._serialized_start=509
48
- _globals['_CREATESTREAMREQUEST']._serialized_end=896
49
- _globals['_CREATESTREAMREQUEST_LABELSENTRY']._serialized_start=821
50
- _globals['_CREATESTREAMREQUEST_LABELSENTRY']._serialized_end=866
51
- _globals['_ONDEMANDPARAMS']._serialized_start=898
52
- _globals['_ONDEMANDPARAMS']._serialized_end=914
53
- _globals['_SCHEDULEPARAMS']._serialized_start=916
54
- _globals['_SCHEDULEPARAMS']._serialized_end=1029
55
- _globals['_CREATESTREAMMETADATA']._serialized_start=1031
56
- _globals['_CREATESTREAMMETADATA']._serialized_end=1072
57
- _globals['_UPDATESTREAMREQUEST']._serialized_start=1075
58
- _globals['_UPDATESTREAMREQUEST']._serialized_end=1509
59
- _globals['_UPDATESTREAMREQUEST_LABELSENTRY']._serialized_start=821
60
- _globals['_UPDATESTREAMREQUEST_LABELSENTRY']._serialized_end=866
61
- _globals['_UPDATESTREAMMETADATA']._serialized_start=1511
62
- _globals['_UPDATESTREAMMETADATA']._serialized_end=1552
63
- _globals['_DELETESTREAMREQUEST']._serialized_start=1554
64
- _globals['_DELETESTREAMREQUEST']._serialized_end=1594
65
- _globals['_DELETESTREAMMETADATA']._serialized_start=1596
66
- _globals['_DELETESTREAMMETADATA']._serialized_end=1637
67
- _globals['_PERFORMSTREAMACTIONREQUEST']._serialized_start=1640
68
- _globals['_PERFORMSTREAMACTIONREQUEST']._serialized_end=1822
69
- _globals['_PUBLISHACTION']._serialized_start=1824
70
- _globals['_PUBLISHACTION']._serialized_end=1839
71
- _globals['_STOPACTION']._serialized_start=1841
72
- _globals['_STOPACTION']._serialized_end=1853
73
- _globals['_PERFORMSTREAMACTIONMETADATA']._serialized_start=1855
74
- _globals['_PERFORMSTREAMACTIONMETADATA']._serialized_end=1903
75
- _globals['_STREAMSERVICE']._serialized_start=1906
76
- _globals['_STREAMSERVICE']._serialized_end=2637
45
+ _STREAMSERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*%\n\033PerformStreamActionMetadata\022\006Stream\202\323\344\223\0020\"+/video/v1/streams/{stream_id}:performAction:\001*'
46
+ _globals['_GETSTREAMREQUEST']._serialized_start=276
47
+ _globals['_GETSTREAMREQUEST']._serialized_end=313
48
+ _globals['_LISTSTREAMSREQUEST']._serialized_start=315
49
+ _globals['_LISTSTREAMSREQUEST']._serialized_end=434
50
+ _globals['_LISTSTREAMSRESPONSE']._serialized_start=436
51
+ _globals['_LISTSTREAMSRESPONSE']._serialized_end=536
52
+ _globals['_CREATESTREAMREQUEST']._serialized_start=539
53
+ _globals['_CREATESTREAMREQUEST']._serialized_end=926
54
+ _globals['_CREATESTREAMREQUEST_LABELSENTRY']._serialized_start=851
55
+ _globals['_CREATESTREAMREQUEST_LABELSENTRY']._serialized_end=896
56
+ _globals['_ONDEMANDPARAMS']._serialized_start=928
57
+ _globals['_ONDEMANDPARAMS']._serialized_end=944
58
+ _globals['_SCHEDULEPARAMS']._serialized_start=946
59
+ _globals['_SCHEDULEPARAMS']._serialized_end=1059
60
+ _globals['_CREATESTREAMMETADATA']._serialized_start=1061
61
+ _globals['_CREATESTREAMMETADATA']._serialized_end=1102
62
+ _globals['_UPDATESTREAMREQUEST']._serialized_start=1105
63
+ _globals['_UPDATESTREAMREQUEST']._serialized_end=1539
64
+ _globals['_UPDATESTREAMREQUEST_LABELSENTRY']._serialized_start=851
65
+ _globals['_UPDATESTREAMREQUEST_LABELSENTRY']._serialized_end=896
66
+ _globals['_UPDATESTREAMMETADATA']._serialized_start=1541
67
+ _globals['_UPDATESTREAMMETADATA']._serialized_end=1582
68
+ _globals['_DELETESTREAMREQUEST']._serialized_start=1584
69
+ _globals['_DELETESTREAMREQUEST']._serialized_end=1624
70
+ _globals['_DELETESTREAMMETADATA']._serialized_start=1626
71
+ _globals['_DELETESTREAMMETADATA']._serialized_end=1667
72
+ _globals['_PERFORMSTREAMACTIONREQUEST']._serialized_start=1670
73
+ _globals['_PERFORMSTREAMACTIONREQUEST']._serialized_end=1852
74
+ _globals['_PUBLISHACTION']._serialized_start=1854
75
+ _globals['_PUBLISHACTION']._serialized_end=1869
76
+ _globals['_STOPACTION']._serialized_start=1871
77
+ _globals['_STOPACTION']._serialized_end=1883
78
+ _globals['_PERFORMSTREAMACTIONMETADATA']._serialized_start=1885
79
+ _globals['_PERFORMSTREAMACTIONMETADATA']._serialized_end=1933
80
+ _globals['_STREAMSERVICE']._serialized_start=1936
81
+ _globals['_STREAMSERVICE']._serialized_end=2890
77
82
  # @@protoc_insertion_point(module_scope)
@@ -11,12 +11,13 @@ from google.protobuf.internal import builder as _builder
11
11
  _sym_db = _symbol_database.Default()
12
12
 
13
13
 
14
+ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
14
15
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
15
16
  from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
16
17
  from yandex.cloud.video.v1 import thumbnail_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_thumbnail__pb2
17
18
 
18
19
 
19
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-yandex/cloud/video/v1/thumbnail_service.proto\x12\x15yandex.cloud.video.v1\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a%yandex/cloud/video/v1/thumbnail.proto\"W\n\x14ListThumbnailRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\tJ\x04\x08\x02\x10\x64\"l\n\x15ListThumbnailResponse\x12\x34\n\nthumbnails\x18\x01 \x03(\x0b\x32 .yandex.cloud.video.v1.Thumbnail\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\",\n\x16\x43reateThumbnailRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"/\n\x17\x43reateThumbnailMetadata\x12\x14\n\x0cthumbnail_id\x18\x01 \x01(\t\"M\n BatchGenerateDownloadURLsRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x15\n\rthumbnail_ids\x18\x02 \x03(\t\"g\n!BatchGenerateDownloadURLsResponse\x12\x42\n\rdownload_urls\x18\x01 \x03(\x0b\x32+.yandex.cloud.video.v1.ThumbnailDownloadURL\"B\n\x14ThumbnailDownloadURL\x12\x14\n\x0cthumbnail_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\"9\n!GenerateThumbnailUploadURLRequest\x12\x14\n\x0cthumbnail_id\x18\x01 \x01(\t\"8\n\"GenerateThumbnailUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t2\x9e\x04\n\x10ThumbnailService\x12\x63\n\x04List\x12+.yandex.cloud.video.v1.ListThumbnailRequest\x1a,.yandex.cloud.video.v1.ListThumbnailResponse\"\x00\x12\x84\x01\n\x06\x43reate\x12-.yandex.cloud.video.v1.CreateThumbnailRequest\x1a!.yandex.cloud.operation.Operation\"(\xb2\xd2*$\n\x17\x43reateThumbnailMetadata\x12\tThumbnail\x12\x90\x01\n\x19\x42\x61tchGenerateDownloadURLs\x12\x37.yandex.cloud.video.v1.BatchGenerateDownloadURLsRequest\x1a\x38.yandex.cloud.video.v1.BatchGenerateDownloadURLsResponse\"\x00\x12\x8a\x01\n\x11GenerateUploadURL\x12\x38.yandex.cloud.video.v1.GenerateThumbnailUploadURLRequest\x1a\x39.yandex.cloud.video.v1.GenerateThumbnailUploadURLResponse\"\x00\x42\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-yandex/cloud/video/v1/thumbnail_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a%yandex/cloud/video/v1/thumbnail.proto\"W\n\x14ListThumbnailRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\tJ\x04\x08\x02\x10\x64\"l\n\x15ListThumbnailResponse\x12\x34\n\nthumbnails\x18\x01 \x03(\x0b\x32 .yandex.cloud.video.v1.Thumbnail\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\",\n\x16\x43reateThumbnailRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"/\n\x17\x43reateThumbnailMetadata\x12\x14\n\x0cthumbnail_id\x18\x01 \x01(\t\"M\n BatchGenerateDownloadURLsRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x15\n\rthumbnail_ids\x18\x02 \x03(\t\"g\n!BatchGenerateDownloadURLsResponse\x12\x42\n\rdownload_urls\x18\x01 \x03(\x0b\x32+.yandex.cloud.video.v1.ThumbnailDownloadURL\"B\n\x14ThumbnailDownloadURL\x12\x14\n\x0cthumbnail_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x02 \x01(\t\"9\n!GenerateThumbnailUploadURLRequest\x12\x14\n\x0cthumbnail_id\x18\x01 \x01(\t\"8\n\"GenerateThumbnailUploadURLResponse\x12\x12\n\nupload_url\x18\x01 \x01(\t2\xd2\x05\n\x10ThumbnailService\x12\x7f\n\x04List\x12+.yandex.cloud.video.v1.ListThumbnailRequest\x1a,.yandex.cloud.video.v1.ListThumbnailResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/video/v1/thumbnails\x12\xa3\x01\n\x06\x43reate\x12-.yandex.cloud.video.v1.CreateThumbnailRequest\x1a!.yandex.cloud.operation.Operation\"G\xb2\xd2*$\n\x17\x43reateThumbnailMetadata\x12\tThumbnail\x82\xd3\xe4\x93\x02\x19\"\x14/video/v1/thumbnails:\x01*\x12\xc9\x01\n\x19\x42\x61tchGenerateDownloadURLs\x12\x37.yandex.cloud.video.v1.BatchGenerateDownloadURLsRequest\x1a\x38.yandex.cloud.video.v1.BatchGenerateDownloadURLsResponse\"9\x82\xd3\xe4\x93\x02\x33\"./video/v1/thumbnails:batchGenerateDownloadURLs:\x01*\x12\xca\x01\n\x11GenerateUploadURL\x12\x38.yandex.cloud.video.v1.GenerateThumbnailUploadURLRequest\x1a\x39.yandex.cloud.video.v1.GenerateThumbnailUploadURLResponse\"@\x82\xd3\xe4\x93\x02:\"5/video/v1/thumbnails/{thumbnail_id}:generateUploadURL:\x01*B\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
20
21
 
21
22
  _globals = globals()
22
23
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -24,26 +25,32 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.video.v1.thumb
24
25
  if _descriptor._USE_C_DESCRIPTORS == False:
25
26
  DESCRIPTOR._options = None
26
27
  DESCRIPTOR._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
28
+ _THUMBNAILSERVICE.methods_by_name['List']._options = None
29
+ _THUMBNAILSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\026\022\024/video/v1/thumbnails'
27
30
  _THUMBNAILSERVICE.methods_by_name['Create']._options = None
28
- _THUMBNAILSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*$\n\027CreateThumbnailMetadata\022\tThumbnail'
29
- _globals['_LISTTHUMBNAILREQUEST']._serialized_start=185
30
- _globals['_LISTTHUMBNAILREQUEST']._serialized_end=272
31
- _globals['_LISTTHUMBNAILRESPONSE']._serialized_start=274
32
- _globals['_LISTTHUMBNAILRESPONSE']._serialized_end=382
33
- _globals['_CREATETHUMBNAILREQUEST']._serialized_start=384
34
- _globals['_CREATETHUMBNAILREQUEST']._serialized_end=428
35
- _globals['_CREATETHUMBNAILMETADATA']._serialized_start=430
36
- _globals['_CREATETHUMBNAILMETADATA']._serialized_end=477
37
- _globals['_BATCHGENERATEDOWNLOADURLSREQUEST']._serialized_start=479
38
- _globals['_BATCHGENERATEDOWNLOADURLSREQUEST']._serialized_end=556
39
- _globals['_BATCHGENERATEDOWNLOADURLSRESPONSE']._serialized_start=558
40
- _globals['_BATCHGENERATEDOWNLOADURLSRESPONSE']._serialized_end=661
41
- _globals['_THUMBNAILDOWNLOADURL']._serialized_start=663
42
- _globals['_THUMBNAILDOWNLOADURL']._serialized_end=729
43
- _globals['_GENERATETHUMBNAILUPLOADURLREQUEST']._serialized_start=731
44
- _globals['_GENERATETHUMBNAILUPLOADURLREQUEST']._serialized_end=788
45
- _globals['_GENERATETHUMBNAILUPLOADURLRESPONSE']._serialized_start=790
46
- _globals['_GENERATETHUMBNAILUPLOADURLRESPONSE']._serialized_end=846
47
- _globals['_THUMBNAILSERVICE']._serialized_start=849
48
- _globals['_THUMBNAILSERVICE']._serialized_end=1391
31
+ _THUMBNAILSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*$\n\027CreateThumbnailMetadata\022\tThumbnail\202\323\344\223\002\031\"\024/video/v1/thumbnails:\001*'
32
+ _THUMBNAILSERVICE.methods_by_name['BatchGenerateDownloadURLs']._options = None
33
+ _THUMBNAILSERVICE.methods_by_name['BatchGenerateDownloadURLs']._serialized_options = b'\202\323\344\223\0023\"./video/v1/thumbnails:batchGenerateDownloadURLs:\001*'
34
+ _THUMBNAILSERVICE.methods_by_name['GenerateUploadURL']._options = None
35
+ _THUMBNAILSERVICE.methods_by_name['GenerateUploadURL']._serialized_options = b'\202\323\344\223\002:\"5/video/v1/thumbnails/{thumbnail_id}:generateUploadURL:\001*'
36
+ _globals['_LISTTHUMBNAILREQUEST']._serialized_start=215
37
+ _globals['_LISTTHUMBNAILREQUEST']._serialized_end=302
38
+ _globals['_LISTTHUMBNAILRESPONSE']._serialized_start=304
39
+ _globals['_LISTTHUMBNAILRESPONSE']._serialized_end=412
40
+ _globals['_CREATETHUMBNAILREQUEST']._serialized_start=414
41
+ _globals['_CREATETHUMBNAILREQUEST']._serialized_end=458
42
+ _globals['_CREATETHUMBNAILMETADATA']._serialized_start=460
43
+ _globals['_CREATETHUMBNAILMETADATA']._serialized_end=507
44
+ _globals['_BATCHGENERATEDOWNLOADURLSREQUEST']._serialized_start=509
45
+ _globals['_BATCHGENERATEDOWNLOADURLSREQUEST']._serialized_end=586
46
+ _globals['_BATCHGENERATEDOWNLOADURLSRESPONSE']._serialized_start=588
47
+ _globals['_BATCHGENERATEDOWNLOADURLSRESPONSE']._serialized_end=691
48
+ _globals['_THUMBNAILDOWNLOADURL']._serialized_start=693
49
+ _globals['_THUMBNAILDOWNLOADURL']._serialized_end=759
50
+ _globals['_GENERATETHUMBNAILUPLOADURLREQUEST']._serialized_start=761
51
+ _globals['_GENERATETHUMBNAILUPLOADURLREQUEST']._serialized_end=818
52
+ _globals['_GENERATETHUMBNAILUPLOADURLRESPONSE']._serialized_start=820
53
+ _globals['_GENERATETHUMBNAILUPLOADURLRESPONSE']._serialized_end=876
54
+ _globals['_THUMBNAILSERVICE']._serialized_start=879
55
+ _globals['_THUMBNAILSERVICE']._serialized_end=1601
49
56
  # @@protoc_insertion_point(module_scope)
@@ -11,6 +11,7 @@ from google.protobuf.internal import builder as _builder
11
11
  _sym_db = _symbol_database.Default()
12
12
 
13
13
 
14
+ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
14
15
  from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
15
16
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
16
17
  from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
@@ -18,7 +19,7 @@ from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot
18
19
  from yandex.cloud.video.v1 import video_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_video__pb2
19
20
 
20
21
 
21
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_service.proto\x12\x15yandex.cloud.video.v1\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a$yandex/cloud/video/v1/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"#\n\x0fGetVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"u\n\x10ListVideoRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"`\n\x11ListVideoResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xe9\x03\n\x12\x43reateVideoRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x04 \x01(\t\x12\x46\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.LabelsEntry\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDParamsH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06sourceB\x0f\n\raccess_rightsJ\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0fJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x05\x10\xc8\x01\"7\n\x0fVideoTUSDParams\x12\x11\n\tfile_size\x18\x01 \x01(\x03\x12\x11\n\tfile_name\x18\x02 \x01(\t\"\x19\n\x17VideoPublicAccessParams\"\x1d\n\x1bVideoAuthSystemAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xcc\x03\n\x12UpdateVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x05 \x01(\t\x12\x46\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.LabelsEntry\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x00\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\raccess_rightsJ\x06\x08\xc9\x01\x10\xd0\x0fJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x06\x10\xc8\x01\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"&\n\x12\x44\x65leteVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\'\n\x13\x44\x65leteVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xc0\x01\n\x19PerformVideoActionRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12=\n\x07publish\x18\xe8\x07 \x01(\x0b\x32).yandex.cloud.video.v1.PublishVideoActionH\x00\x12\x41\n\tunpublish\x18\xe9\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.UnpublishVideoActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07\"\x14\n\x12PublishVideoAction\"\x16\n\x14UnpublishVideoAction\".\n\x1aPerformVideoActionMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"f\n\x18GetVideoPlayerURLRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12\x38\n\x06params\x18\x02 \x01(\x0b\x32(.yandex.cloud.video.v1.VideoPlayerParams\"C\n\x11VideoPlayerParams\x12\x0c\n\x04mute\x18\x01 \x01(\x08\x12\x10\n\x08\x61utoplay\x18\x02 \x01(\x08\x12\x0e\n\x06hidden\x18\x03 \x01(\x08\"=\n\x19GetVideoPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\",\n\x18GetVideoManifestsRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"O\n\x19GetVideoManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xb3\x07\n\x0cVideoService\x12M\n\x03Get\x12&.yandex.cloud.video.v1.GetVideoRequest\x1a\x1c.yandex.cloud.video.v1.Video\"\x00\x12[\n\x04List\x12\'.yandex.cloud.video.v1.ListVideoRequest\x1a(.yandex.cloud.video.v1.ListVideoResponse\"\x00\x12x\n\x06\x43reate\x12).yandex.cloud.video.v1.CreateVideoRequest\x1a!.yandex.cloud.operation.Operation\" \xb2\xd2*\x1c\n\x13\x43reateVideoMetadata\x12\x05Video\x12x\n\x06Update\x12).yandex.cloud.video.v1.UpdateVideoRequest\x1a!.yandex.cloud.operation.Operation\" \xb2\xd2*\x1c\n\x13UpdateVideoMetadata\x12\x05Video\x12\x88\x01\n\x06\x44\x65lete\x12).yandex.cloud.video.v1.DeleteVideoRequest\x1a!.yandex.cloud.operation.Operation\"0\xb2\xd2*,\n\x13\x44\x65leteVideoMetadata\x12\x15google.protobuf.Empty\x12\x8d\x01\n\rPerformAction\x12\x30.yandex.cloud.video.v1.PerformVideoActionRequest\x1a!.yandex.cloud.operation.Operation\"\'\xb2\xd2*#\n\x1aPerformVideoActionMetadata\x12\x05Video\x12s\n\x0cGetPlayerURL\x12/.yandex.cloud.video.v1.GetVideoPlayerURLRequest\x1a\x30.yandex.cloud.video.v1.GetVideoPlayerURLResponse\"\x00\x12s\n\x0cGetManifests\x12/.yandex.cloud.video.v1.GetVideoManifestsRequest\x1a\x30.yandex.cloud.video.v1.GetVideoManifestsResponse\"\x00\x42\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
22
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a$yandex/cloud/video/v1/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"#\n\x0fGetVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"u\n\x10ListVideoRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"`\n\x11ListVideoResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xe9\x03\n\x12\x43reateVideoRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x04 \x01(\t\x12\x46\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.LabelsEntry\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDParamsH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06sourceB\x0f\n\raccess_rightsJ\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0fJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x05\x10\xc8\x01\"7\n\x0fVideoTUSDParams\x12\x11\n\tfile_size\x18\x01 \x01(\x03\x12\x11\n\tfile_name\x18\x02 \x01(\t\"\x19\n\x17VideoPublicAccessParams\"\x1d\n\x1bVideoAuthSystemAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xcc\x03\n\x12UpdateVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x05 \x01(\t\x12\x46\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.LabelsEntry\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x00\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\raccess_rightsJ\x06\x08\xc9\x01\x10\xd0\x0fJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x06\x10\xc8\x01\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"&\n\x12\x44\x65leteVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\'\n\x13\x44\x65leteVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xc0\x01\n\x19PerformVideoActionRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12=\n\x07publish\x18\xe8\x07 \x01(\x0b\x32).yandex.cloud.video.v1.PublishVideoActionH\x00\x12\x41\n\tunpublish\x18\xe9\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.UnpublishVideoActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07\"\x14\n\x12PublishVideoAction\"\x16\n\x14UnpublishVideoAction\".\n\x1aPerformVideoActionMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"f\n\x18GetVideoPlayerURLRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12\x38\n\x06params\x18\x02 \x01(\x0b\x32(.yandex.cloud.video.v1.VideoPlayerParams\"C\n\x11VideoPlayerParams\x12\x0c\n\x04mute\x18\x01 \x01(\x08\x12\x10\n\x08\x61utoplay\x18\x02 \x01(\x08\x12\x0e\n\x06hidden\x18\x03 \x01(\x08\"=\n\x19GetVideoPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\",\n\x18GetVideoManifestsRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"O\n\x19GetVideoManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xea\t\n\x0cVideoService\x12p\n\x03Get\x12&.yandex.cloud.video.v1.GetVideoRequest\x1a\x1c.yandex.cloud.video.v1.Video\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/video/v1/videos/{video_id}\x12s\n\x04List\x12\'.yandex.cloud.video.v1.ListVideoRequest\x1a(.yandex.cloud.video.v1.ListVideoResponse\"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/video/v1/videos\x12\x93\x01\n\x06\x43reate\x12).yandex.cloud.video.v1.CreateVideoRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*\x1c\n\x13\x43reateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02\x15\"\x10/video/v1/videos:\x01*\x12\x9e\x01\n\x06Update\x12).yandex.cloud.video.v1.UpdateVideoRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*\x1c\n\x13UpdateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02 2\x1b/video/v1/videos/{video_id}:\x01*\x12\xab\x01\n\x06\x44\x65lete\x12).yandex.cloud.video.v1.DeleteVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*,\n\x13\x44\x65leteVideoMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/video/v1/videos/{video_id}\x12\xc1\x01\n\rPerformAction\x12\x30.yandex.cloud.video.v1.PerformVideoActionRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*#\n\x1aPerformVideoActionMetadata\x12\x05Video\x82\xd3\xe4\x93\x02.\")/video/v1/videos/{video_id}:performAction:\x01*\x12\xa3\x01\n\x0cGetPlayerURL\x12/.yandex.cloud.video.v1.GetVideoPlayerURLRequest\x1a\x30.yandex.cloud.video.v1.GetVideoPlayerURLResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getPlayerURL\x12\xa3\x01\n\x0cGetManifests\x12/.yandex.cloud.video.v1.GetVideoManifestsRequest\x1a\x30.yandex.cloud.video.v1.GetVideoManifestsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
22
23
 
23
24
  _globals = globals()
24
25
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -30,60 +31,68 @@ if _descriptor._USE_C_DESCRIPTORS == False:
30
31
  _CREATEVIDEOREQUEST_LABELSENTRY._serialized_options = b'8\001'
31
32
  _UPDATEVIDEOREQUEST_LABELSENTRY._options = None
32
33
  _UPDATEVIDEOREQUEST_LABELSENTRY._serialized_options = b'8\001'
34
+ _VIDEOSERVICE.methods_by_name['Get']._options = None
35
+ _VIDEOSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002\035\022\033/video/v1/videos/{video_id}'
36
+ _VIDEOSERVICE.methods_by_name['List']._options = None
37
+ _VIDEOSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\022\022\020/video/v1/videos'
33
38
  _VIDEOSERVICE.methods_by_name['Create']._options = None
34
- _VIDEOSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*\034\n\023CreateVideoMetadata\022\005Video'
39
+ _VIDEOSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*\034\n\023CreateVideoMetadata\022\005Video\202\323\344\223\002\025\"\020/video/v1/videos:\001*'
35
40
  _VIDEOSERVICE.methods_by_name['Update']._options = None
36
- _VIDEOSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*\034\n\023UpdateVideoMetadata\022\005Video'
41
+ _VIDEOSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*\034\n\023UpdateVideoMetadata\022\005Video\202\323\344\223\002 2\033/video/v1/videos/{video_id}:\001*'
37
42
  _VIDEOSERVICE.methods_by_name['Delete']._options = None
38
- _VIDEOSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*,\n\023DeleteVideoMetadata\022\025google.protobuf.Empty'
43
+ _VIDEOSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*,\n\023DeleteVideoMetadata\022\025google.protobuf.Empty\202\323\344\223\002\035*\033/video/v1/videos/{video_id}'
39
44
  _VIDEOSERVICE.methods_by_name['PerformAction']._options = None
40
- _VIDEOSERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*#\n\032PerformVideoActionMetadata\022\005Video'
41
- _globals['_GETVIDEOREQUEST']._serialized_start=249
42
- _globals['_GETVIDEOREQUEST']._serialized_end=284
43
- _globals['_LISTVIDEOREQUEST']._serialized_start=286
44
- _globals['_LISTVIDEOREQUEST']._serialized_end=403
45
- _globals['_LISTVIDEORESPONSE']._serialized_start=405
46
- _globals['_LISTVIDEORESPONSE']._serialized_end=501
47
- _globals['_CREATEVIDEOREQUEST']._serialized_start=504
48
- _globals['_CREATEVIDEOREQUEST']._serialized_end=993
49
- _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=890
50
- _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=935
51
- _globals['_VIDEOTUSDPARAMS']._serialized_start=995
52
- _globals['_VIDEOTUSDPARAMS']._serialized_end=1050
53
- _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1052
54
- _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1077
55
- _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=1079
56
- _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=1108
57
- _globals['_CREATEVIDEOMETADATA']._serialized_start=1110
58
- _globals['_CREATEVIDEOMETADATA']._serialized_end=1149
59
- _globals['_UPDATEVIDEOREQUEST']._serialized_start=1152
60
- _globals['_UPDATEVIDEOREQUEST']._serialized_end=1612
61
- _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=890
62
- _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=935
63
- _globals['_UPDATEVIDEOMETADATA']._serialized_start=1614
64
- _globals['_UPDATEVIDEOMETADATA']._serialized_end=1653
65
- _globals['_DELETEVIDEOREQUEST']._serialized_start=1655
66
- _globals['_DELETEVIDEOREQUEST']._serialized_end=1693
67
- _globals['_DELETEVIDEOMETADATA']._serialized_start=1695
68
- _globals['_DELETEVIDEOMETADATA']._serialized_end=1734
69
- _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=1737
70
- _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=1929
71
- _globals['_PUBLISHVIDEOACTION']._serialized_start=1931
72
- _globals['_PUBLISHVIDEOACTION']._serialized_end=1951
73
- _globals['_UNPUBLISHVIDEOACTION']._serialized_start=1953
74
- _globals['_UNPUBLISHVIDEOACTION']._serialized_end=1975
75
- _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=1977
76
- _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=2023
77
- _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=2025
78
- _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=2127
79
- _globals['_VIDEOPLAYERPARAMS']._serialized_start=2129
80
- _globals['_VIDEOPLAYERPARAMS']._serialized_end=2196
81
- _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=2198
82
- _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=2259
83
- _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=2261
84
- _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=2305
85
- _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=2307
86
- _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=2386
87
- _globals['_VIDEOSERVICE']._serialized_start=2389
88
- _globals['_VIDEOSERVICE']._serialized_end=3336
45
+ _VIDEOSERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*#\n\032PerformVideoActionMetadata\022\005Video\202\323\344\223\002.\")/video/v1/videos/{video_id}:performAction:\001*'
46
+ _VIDEOSERVICE.methods_by_name['GetPlayerURL']._options = None
47
+ _VIDEOSERVICE.methods_by_name['GetPlayerURL']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getPlayerURL'
48
+ _VIDEOSERVICE.methods_by_name['GetManifests']._options = None
49
+ _VIDEOSERVICE.methods_by_name['GetManifests']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getManifests'
50
+ _globals['_GETVIDEOREQUEST']._serialized_start=279
51
+ _globals['_GETVIDEOREQUEST']._serialized_end=314
52
+ _globals['_LISTVIDEOREQUEST']._serialized_start=316
53
+ _globals['_LISTVIDEOREQUEST']._serialized_end=433
54
+ _globals['_LISTVIDEORESPONSE']._serialized_start=435
55
+ _globals['_LISTVIDEORESPONSE']._serialized_end=531
56
+ _globals['_CREATEVIDEOREQUEST']._serialized_start=534
57
+ _globals['_CREATEVIDEOREQUEST']._serialized_end=1023
58
+ _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=920
59
+ _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=965
60
+ _globals['_VIDEOTUSDPARAMS']._serialized_start=1025
61
+ _globals['_VIDEOTUSDPARAMS']._serialized_end=1080
62
+ _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1082
63
+ _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1107
64
+ _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=1109
65
+ _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=1138
66
+ _globals['_CREATEVIDEOMETADATA']._serialized_start=1140
67
+ _globals['_CREATEVIDEOMETADATA']._serialized_end=1179
68
+ _globals['_UPDATEVIDEOREQUEST']._serialized_start=1182
69
+ _globals['_UPDATEVIDEOREQUEST']._serialized_end=1642
70
+ _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=920
71
+ _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=965
72
+ _globals['_UPDATEVIDEOMETADATA']._serialized_start=1644
73
+ _globals['_UPDATEVIDEOMETADATA']._serialized_end=1683
74
+ _globals['_DELETEVIDEOREQUEST']._serialized_start=1685
75
+ _globals['_DELETEVIDEOREQUEST']._serialized_end=1723
76
+ _globals['_DELETEVIDEOMETADATA']._serialized_start=1725
77
+ _globals['_DELETEVIDEOMETADATA']._serialized_end=1764
78
+ _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=1767
79
+ _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=1959
80
+ _globals['_PUBLISHVIDEOACTION']._serialized_start=1961
81
+ _globals['_PUBLISHVIDEOACTION']._serialized_end=1981
82
+ _globals['_UNPUBLISHVIDEOACTION']._serialized_start=1983
83
+ _globals['_UNPUBLISHVIDEOACTION']._serialized_end=2005
84
+ _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=2007
85
+ _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=2053
86
+ _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=2055
87
+ _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=2157
88
+ _globals['_VIDEOPLAYERPARAMS']._serialized_start=2159
89
+ _globals['_VIDEOPLAYERPARAMS']._serialized_end=2226
90
+ _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=2228
91
+ _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=2289
92
+ _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=2291
93
+ _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=2335
94
+ _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=2337
95
+ _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=2416
96
+ _globals['_VIDEOSERVICE']._serialized_start=2419
97
+ _globals['_VIDEOSERVICE']._serialized_end=3677
89
98
  # @@protoc_insertion_point(module_scope)
yandexcloud/_sdk.py CHANGED
@@ -147,6 +147,7 @@ _supported_modules = [
147
147
  ("yandex.cloud.ai.ocr", "ai-vision-ocr"),
148
148
  ("yandex.cloud.ai.stt", "ai-stt"),
149
149
  ("yandex.cloud.ai.translate", "ai-translate"),
150
+ ("yandex.cloud.ai.assistants", "ai-assistants"),
150
151
  ("yandex.cloud.ai.tts", "ai-speechkit"),
151
152
  ("yandex.cloud.ai.vision", "ai-vision"),
152
153
  ("yandex.cloud.apploadbalancer", "alb"),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yandexcloud
3
- Version: 0.316.0
3
+ Version: 0.318.0
4
4
  Summary: The Yandex.Cloud official SDK
5
5
  Home-page: https://github.com/yandex-cloud/python-sdk
6
6
  Author: Yandex LLC