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

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

Potentially problematic release.


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

Files changed (259) hide show
  1. yandex/cloud/ai/assistants/__init__.py +0 -0
  2. yandex/cloud/ai/assistants/v1/__init__.py +0 -0
  3. yandex/cloud/ai/assistants/v1/assistant_pb2.py +33 -0
  4. yandex/cloud/ai/assistants/v1/assistant_pb2.pyi +101 -0
  5. yandex/cloud/ai/assistants/v1/assistant_pb2_grpc.py +4 -0
  6. yandex/cloud/ai/assistants/v1/assistant_pb2_grpc.pyi +17 -0
  7. yandex/cloud/ai/assistants/v1/assistant_service_pb2.py +88 -0
  8. yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +293 -0
  9. yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.py +232 -0
  10. yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.pyi +127 -0
  11. yandex/cloud/ai/assistants/v1/common_pb2.py +33 -0
  12. yandex/cloud/ai/assistants/v1/common_pb2.pyi +91 -0
  13. yandex/cloud/ai/assistants/v1/common_pb2_grpc.py +4 -0
  14. yandex/cloud/ai/assistants/v1/common_pb2_grpc.pyi +17 -0
  15. yandex/cloud/ai/assistants/v1/runs/__init__.py +0 -0
  16. yandex/cloud/ai/assistants/v1/runs/run_pb2.py +40 -0
  17. yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +154 -0
  18. yandex/cloud/ai/assistants/v1/runs/run_pb2_grpc.py +4 -0
  19. yandex/cloud/ai/assistants/v1/runs/run_pb2_grpc.pyi +17 -0
  20. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +77 -0
  21. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +237 -0
  22. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +199 -0
  23. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +110 -0
  24. yandex/cloud/ai/assistants/v1/searchindex/__init__.py +0 -0
  25. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +28 -0
  26. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +47 -0
  27. yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.py +4 -0
  28. yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.pyi +17 -0
  29. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py +28 -0
  30. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +43 -0
  31. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.py +4 -0
  32. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.pyi +17 -0
  33. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.py +45 -0
  34. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +72 -0
  35. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +100 -0
  36. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +59 -0
  37. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +37 -0
  38. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +132 -0
  39. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.py +4 -0
  40. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.pyi +17 -0
  41. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py +77 -0
  42. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +205 -0
  43. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +200 -0
  44. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +111 -0
  45. yandex/cloud/ai/assistants/v1/threads/__init__.py +0 -0
  46. yandex/cloud/ai/assistants/v1/threads/message_pb2.py +45 -0
  47. yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +176 -0
  48. yandex/cloud/ai/assistants/v1/threads/message_pb2_grpc.py +4 -0
  49. yandex/cloud/ai/assistants/v1/threads/message_pb2_grpc.pyi +17 -0
  50. yandex/cloud/ai/assistants/v1/threads/message_service_pb2.py +55 -0
  51. yandex/cloud/ai/assistants/v1/threads/message_service_pb2.pyi +91 -0
  52. yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.py +133 -0
  53. yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.pyi +76 -0
  54. yandex/cloud/ai/assistants/v1/threads/thread_pb2.py +32 -0
  55. yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +85 -0
  56. yandex/cloud/ai/assistants/v1/threads/thread_pb2_grpc.py +4 -0
  57. yandex/cloud/ai/assistants/v1/threads/thread_pb2_grpc.pyi +17 -0
  58. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.py +76 -0
  59. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +200 -0
  60. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.py +199 -0
  61. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.pyi +110 -0
  62. yandex/cloud/ai/assistants/v1/users/__init__.py +0 -0
  63. yandex/cloud/ai/assistants/v1/users/user_pb2.py +32 -0
  64. yandex/cloud/ai/assistants/v1/users/user_pb2.pyi +85 -0
  65. yandex/cloud/ai/assistants/v1/users/user_pb2_grpc.py +4 -0
  66. yandex/cloud/ai/assistants/v1/users/user_pb2_grpc.pyi +17 -0
  67. yandex/cloud/ai/assistants/v1/users/user_service_pb2.py +75 -0
  68. yandex/cloud/ai/assistants/v1/users/user_service_pb2.pyi +195 -0
  69. yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.py +199 -0
  70. yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.pyi +110 -0
  71. yandex/cloud/ai/common/__init__.py +0 -0
  72. yandex/cloud/ai/common/common_pb2.py +30 -0
  73. yandex/cloud/ai/common/common_pb2.pyi +69 -0
  74. yandex/cloud/ai/common/common_pb2_grpc.py +4 -0
  75. yandex/cloud/ai/common/common_pb2_grpc.pyi +17 -0
  76. yandex/cloud/ai/files/__init__.py +0 -0
  77. yandex/cloud/ai/files/v1/__init__.py +0 -0
  78. yandex/cloud/ai/files/v1/file_pb2.py +32 -0
  79. yandex/cloud/ai/files/v1/file_pb2.pyi +85 -0
  80. yandex/cloud/ai/files/v1/file_pb2_grpc.py +4 -0
  81. yandex/cloud/ai/files/v1/file_pb2_grpc.pyi +17 -0
  82. yandex/cloud/ai/files/v1/file_service_pb2.py +85 -0
  83. yandex/cloud/ai/files/v1/file_service_pb2.pyi +228 -0
  84. yandex/cloud/ai/files/v1/file_service_pb2_grpc.py +232 -0
  85. yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi +127 -0
  86. yandex/cloud/backup/v1/provider_service_pb2.py +12 -10
  87. yandex/cloud/backup/v1/provider_service_pb2.pyi +5 -1
  88. yandex/cloud/backup/v1/resource_pb2.py +10 -10
  89. yandex/cloud/backup/v1/resource_pb2.pyi +5 -1
  90. yandex/cloud/billing/v1/customer_pb2.pyi +32 -8
  91. yandex/cloud/billing/v1/customer_service_pb2.pyi +10 -2
  92. yandex/cloud/cloudrouter/__init__.py +0 -0
  93. yandex/cloud/cloudrouter/v1/__init__.py +0 -0
  94. yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +42 -0
  95. yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +215 -0
  96. yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.py +4 -0
  97. yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.pyi +17 -0
  98. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +57 -0
  99. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +137 -0
  100. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +179 -0
  101. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +138 -0
  102. yandex/cloud/datatransfer/v1/transfer_pb2.py +12 -10
  103. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +17 -3
  104. yandex/cloud/iam/v1/refresh_token_pb2.py +29 -0
  105. yandex/cloud/iam/v1/refresh_token_pb2.pyi +98 -0
  106. yandex/cloud/iam/v1/refresh_token_pb2_grpc.py +4 -0
  107. yandex/cloud/iam/v1/refresh_token_pb2_grpc.pyi +17 -0
  108. yandex/cloud/iam/v1/refresh_token_service_pb2.py +67 -0
  109. yandex/cloud/iam/v1/refresh_token_service_pb2.pyi +186 -0
  110. yandex/cloud/iam/v1/refresh_token_service_pb2_grpc.py +105 -0
  111. yandex/cloud/iam/v1/refresh_token_service_pb2_grpc.pyi +71 -0
  112. yandex/cloud/iam/v1/service_control_pb2.py +5 -5
  113. yandex/cloud/iam/v1/service_control_pb2.pyi +4 -0
  114. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.py +18 -11
  115. yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +23 -1
  116. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.py +6 -5
  117. yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +9 -1
  118. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.py +29 -0
  119. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.pyi +27 -0
  120. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.py +4 -0
  121. yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.pyi +17 -0
  122. yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +27 -26
  123. yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +9 -2
  124. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.py +2 -2
  125. yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +5 -1
  126. yandex/cloud/lockbox/v1/secret_pb2.py +23 -11
  127. yandex/cloud/lockbox/v1/secret_pb2.pyi +73 -4
  128. yandex/cloud/lockbox/v1/secret_service_pb2.py +46 -46
  129. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +14 -3
  130. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +27 -25
  131. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +16 -0
  132. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +81 -57
  133. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +144 -0
  134. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +68 -0
  135. yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +40 -0
  136. yandex/cloud/mdb/mysql/v1/backup_service_pb2.py +17 -13
  137. yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.py +35 -0
  138. yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.pyi +21 -0
  139. yandex/cloud/mdb/opensearch/v1/auth_pb2.py +6 -5
  140. yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +9 -1
  141. yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +50 -43
  142. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +40 -4
  143. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +61 -61
  144. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +32 -8
  145. yandex/cloud/monitoring/v3/chart_widget_pb2.py +46 -44
  146. yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +28 -2
  147. yandex/cloud/oauth/claims_pb2.py +8 -7
  148. yandex/cloud/oauth/claims_pb2.pyi +9 -2
  149. yandex/cloud/serverless/eventrouter/__init__.py +0 -0
  150. yandex/cloud/serverless/eventrouter/v1/__init__.py +0 -0
  151. yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +33 -0
  152. yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +107 -0
  153. yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.py +4 -0
  154. yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.pyi +17 -0
  155. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +115 -0
  156. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +320 -0
  157. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.py +346 -0
  158. yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.pyi +219 -0
  159. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +61 -0
  160. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +223 -0
  161. yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.py +4 -0
  162. yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.pyi +17 -0
  163. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.py +135 -0
  164. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.pyi +397 -0
  165. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.py +414 -0
  166. yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.pyi +259 -0
  167. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +37 -0
  168. yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +31 -0
  169. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +71 -0
  170. yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +51 -0
  171. yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +123 -0
  172. yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +534 -0
  173. yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.py +4 -0
  174. yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.pyi +17 -0
  175. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.py +139 -0
  176. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.pyi +415 -0
  177. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.py +414 -0
  178. yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.pyi +259 -0
  179. yandex/cloud/serverless/functions/v1/function_pb2.py +34 -34
  180. yandex/cloud/serverless/functions/v1/function_pb2.pyi +8 -0
  181. yandex/cloud/serverless/workflows/__init__.py +0 -0
  182. yandex/cloud/serverless/workflows/v1/__init__.py +0 -0
  183. yandex/cloud/serverless/workflows/v1/execution_pb2.py +43 -0
  184. yandex/cloud/serverless/workflows/v1/execution_pb2.pyi +203 -0
  185. yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.py +4 -0
  186. yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.pyi +17 -0
  187. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +74 -0
  188. yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +231 -0
  189. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +206 -0
  190. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +130 -0
  191. yandex/cloud/serverless/workflows/v1/history_entry_pb2.py +41 -0
  192. yandex/cloud/serverless/workflows/v1/history_entry_pb2.pyi +174 -0
  193. yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.py +4 -0
  194. yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.pyi +17 -0
  195. yandex/cloud/serverless/workflows/v1/workflow_pb2.py +47 -0
  196. yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +260 -0
  197. yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.py +4 -0
  198. yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.pyi +17 -0
  199. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +112 -0
  200. yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +395 -0
  201. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +241 -0
  202. yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +151 -0
  203. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/__init__.py +0 -0
  204. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.py +77 -0
  205. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.pyi +352 -0
  206. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.py +4 -0
  207. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.pyi +17 -0
  208. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.py +78 -0
  209. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.pyi +244 -0
  210. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.py +208 -0
  211. yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.pyi +132 -0
  212. yandex/cloud/smartwebsecurity/v1/waf/__init__.py +0 -0
  213. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.py +35 -0
  214. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.pyi +71 -0
  215. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.py +4 -0
  216. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.pyi +17 -0
  217. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.py +37 -0
  218. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.pyi +31 -0
  219. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.py +71 -0
  220. yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.pyi +51 -0
  221. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +81 -0
  222. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +296 -0
  223. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.py +4 -0
  224. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.pyi +17 -0
  225. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +76 -0
  226. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +283 -0
  227. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.py +208 -0
  228. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.pyi +132 -0
  229. yandex/cloud/speechsense/v1/analysis/summarization_pb2.py +32 -0
  230. yandex/cloud/speechsense/v1/analysis/summarization_pb2.pyi +95 -0
  231. yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.py +4 -0
  232. yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.pyi +17 -0
  233. yandex/cloud/speechsense/v1/project_pb2.py +29 -0
  234. yandex/cloud/speechsense/v1/project_pb2.pyi +79 -0
  235. yandex/cloud/speechsense/v1/project_pb2_grpc.py +4 -0
  236. yandex/cloud/speechsense/v1/project_pb2_grpc.pyi +17 -0
  237. yandex/cloud/speechsense/v1/project_service_pb2.py +35 -0
  238. yandex/cloud/speechsense/v1/project_service_pb2.pyi +59 -0
  239. yandex/cloud/speechsense/v1/project_service_pb2_grpc.py +68 -0
  240. yandex/cloud/speechsense/v1/project_service_pb2_grpc.pyi +45 -0
  241. yandex/cloud/speechsense/v1/talk_pb2.py +8 -7
  242. yandex/cloud/speechsense/v1/talk_pb2.pyi +7 -2
  243. yandex/cloud/storage/v1/s3api_pb2.py +35 -0
  244. yandex/cloud/storage/v1/s3api_pb2.pyi +181 -0
  245. yandex/cloud/storage/v1/s3api_pb2_grpc.py +4 -0
  246. yandex/cloud/storage/v1/s3api_pb2_grpc.pyi +17 -0
  247. yandex/cloud/video/v1/channel_service_pb2.py +33 -28
  248. yandex/cloud/video/v1/episode_service_pb2.py +56 -47
  249. yandex/cloud/video/v1/stream_line_service_pb2.py +67 -60
  250. yandex/cloud/video/v1/stream_service_pb2.py +46 -41
  251. yandex/cloud/video/v1/thumbnail_service_pb2.py +29 -22
  252. yandex/cloud/video/v1/video_service_pb2.py +62 -53
  253. yandexcloud/_sdk.py +1 -0
  254. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/METADATA +1 -1
  255. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/RECORD +259 -58
  256. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/WHEEL +1 -1
  257. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/AUTHORS +0 -0
  258. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/LICENSE +0 -0
  259. {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,181 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import google.protobuf.descriptor
9
+ import google.protobuf.internal.containers
10
+ import google.protobuf.message
11
+ import google.protobuf.timestamp_pb2
12
+ import typing
13
+
14
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
15
+
16
+ @typing.final
17
+ class S3APIGetObjectResponse(google.protobuf.message.Message):
18
+ """Represents a response of the get object request to S3."""
19
+
20
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
21
+
22
+ @typing.final
23
+ class MetadataEntry(google.protobuf.message.Message):
24
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
25
+
26
+ KEY_FIELD_NUMBER: builtins.int
27
+ VALUE_FIELD_NUMBER: builtins.int
28
+ key: builtins.str
29
+ value: builtins.str
30
+ def __init__(
31
+ self,
32
+ *,
33
+ key: builtins.str = ...,
34
+ value: builtins.str = ...,
35
+ ) -> None: ...
36
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
37
+
38
+ ETAG_FIELD_NUMBER: builtins.int
39
+ REQUEST_ID_FIELD_NUMBER: builtins.int
40
+ ACCEPT_RANGES_FIELD_NUMBER: builtins.int
41
+ CACHE_CONTROL_FIELD_NUMBER: builtins.int
42
+ CONTENT_DISPOSITION_FIELD_NUMBER: builtins.int
43
+ CONTENT_ENCODING_FIELD_NUMBER: builtins.int
44
+ CONTENT_LANGUAGE_FIELD_NUMBER: builtins.int
45
+ CONTENT_LENGTH_FIELD_NUMBER: builtins.int
46
+ CONTENT_RANGE_FIELD_NUMBER: builtins.int
47
+ CONTENT_TYPE_FIELD_NUMBER: builtins.int
48
+ VERSION_ID_FIELD_NUMBER: builtins.int
49
+ EXPIRES_AT_FIELD_NUMBER: builtins.int
50
+ LAST_MODIFIED_AT_FIELD_NUMBER: builtins.int
51
+ METADATA_FIELD_NUMBER: builtins.int
52
+ STORAGE_CLASS_FIELD_NUMBER: builtins.int
53
+ SERVER_SIDE_ENCRYPTION_FIELD_NUMBER: builtins.int
54
+ SSE_KMS_KEY_ID_FIELD_NUMBER: builtins.int
55
+ OBJECT_LOCK_MODE_FIELD_NUMBER: builtins.int
56
+ OBJECT_LOCK_RETAIN_UNTIL_DATE_FIELD_NUMBER: builtins.int
57
+ OBJECT_LOCK_LEGAL_HOLD_STATUS_FIELD_NUMBER: builtins.int
58
+ etag: builtins.str
59
+ """MD5 hash of the object."""
60
+ request_id: builtins.str
61
+ """Unique request ID."""
62
+ accept_ranges: builtins.str
63
+ """Indicates that a range of bytes was specified in the request."""
64
+ cache_control: builtins.str
65
+ """Specifies caching behavior along the request/reply chain."""
66
+ content_disposition: builtins.str
67
+ """Specifies presentational information for the object."""
68
+ content_encoding: builtins.str
69
+ """Indicates what content encodings have been applied to the object."""
70
+ content_language: builtins.str
71
+ """The language the content is in."""
72
+ content_length: builtins.int
73
+ """Size of the body in bytes."""
74
+ content_range: builtins.str
75
+ """The portion of the object returned in the response."""
76
+ content_type: builtins.str
77
+ """A standard MIME type describing the format of the object data."""
78
+ version_id: builtins.str
79
+ """Version ID of the object."""
80
+ storage_class: builtins.str
81
+ """Provides storage class information of the object."""
82
+ server_side_encryption: builtins.str
83
+ """Encryption algorithm used to encrypt the object."""
84
+ sse_kms_key_id: builtins.str
85
+ """ID of the key KMS."""
86
+ object_lock_mode: builtins.str
87
+ """Type of retention put on the object."""
88
+ object_lock_legal_hold_status: builtins.str
89
+ """Type of legal hold put on the object"""
90
+ @property
91
+ def expires_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
92
+ """The date and time at which the object is no longer cacheable."""
93
+
94
+ @property
95
+ def last_modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
96
+ """Date and time when the object was last modified."""
97
+
98
+ @property
99
+ def metadata(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
100
+ """Object user-defined metadata."""
101
+
102
+ @property
103
+ def object_lock_retain_until_date(self) -> google.protobuf.timestamp_pb2.Timestamp:
104
+ """Date and time until which the object is retained"""
105
+
106
+ def __init__(
107
+ self,
108
+ *,
109
+ etag: builtins.str = ...,
110
+ request_id: builtins.str = ...,
111
+ accept_ranges: builtins.str = ...,
112
+ cache_control: builtins.str = ...,
113
+ content_disposition: builtins.str = ...,
114
+ content_encoding: builtins.str = ...,
115
+ content_language: builtins.str = ...,
116
+ content_length: builtins.int = ...,
117
+ content_range: builtins.str = ...,
118
+ content_type: builtins.str = ...,
119
+ version_id: builtins.str = ...,
120
+ expires_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
121
+ last_modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
122
+ metadata: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
123
+ storage_class: builtins.str = ...,
124
+ server_side_encryption: builtins.str = ...,
125
+ sse_kms_key_id: builtins.str = ...,
126
+ object_lock_mode: builtins.str = ...,
127
+ object_lock_retain_until_date: google.protobuf.timestamp_pb2.Timestamp | None = ...,
128
+ object_lock_legal_hold_status: builtins.str = ...,
129
+ ) -> None: ...
130
+ def HasField(self, field_name: typing.Literal["expires_at", b"expires_at", "last_modified_at", b"last_modified_at", "object_lock_retain_until_date", b"object_lock_retain_until_date"]) -> builtins.bool: ...
131
+ def ClearField(self, field_name: typing.Literal["accept_ranges", b"accept_ranges", "cache_control", b"cache_control", "content_disposition", b"content_disposition", "content_encoding", b"content_encoding", "content_language", b"content_language", "content_length", b"content_length", "content_range", b"content_range", "content_type", b"content_type", "etag", b"etag", "expires_at", b"expires_at", "last_modified_at", b"last_modified_at", "metadata", b"metadata", "object_lock_legal_hold_status", b"object_lock_legal_hold_status", "object_lock_mode", b"object_lock_mode", "object_lock_retain_until_date", b"object_lock_retain_until_date", "request_id", b"request_id", "server_side_encryption", b"server_side_encryption", "sse_kms_key_id", b"sse_kms_key_id", "storage_class", b"storage_class", "version_id", b"version_id"]) -> None: ...
132
+
133
+ global___S3APIGetObjectResponse = S3APIGetObjectResponse
134
+
135
+ @typing.final
136
+ class S3APIPutObjectResponse(google.protobuf.message.Message):
137
+ """Represents a response of the put object request to S3."""
138
+
139
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
140
+
141
+ ETAG_FIELD_NUMBER: builtins.int
142
+ REQUEST_ID_FIELD_NUMBER: builtins.int
143
+ VERSION_ID_FIELD_NUMBER: builtins.int
144
+ etag: builtins.str
145
+ """MD5 hash of the object."""
146
+ request_id: builtins.str
147
+ """Unique request ID."""
148
+ version_id: builtins.str
149
+ """Version ID of the object."""
150
+ def __init__(
151
+ self,
152
+ *,
153
+ etag: builtins.str = ...,
154
+ request_id: builtins.str = ...,
155
+ version_id: builtins.str = ...,
156
+ ) -> None: ...
157
+ def ClearField(self, field_name: typing.Literal["etag", b"etag", "request_id", b"request_id", "version_id", b"version_id"]) -> None: ...
158
+
159
+ global___S3APIPutObjectResponse = S3APIPutObjectResponse
160
+
161
+ @typing.final
162
+ class S3APIDeleteObjectResponse(google.protobuf.message.Message):
163
+ """Represents a response of the delete object request to S3."""
164
+
165
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
166
+
167
+ REQUEST_ID_FIELD_NUMBER: builtins.int
168
+ VERSION_ID_FIELD_NUMBER: builtins.int
169
+ request_id: builtins.str
170
+ """Unique request ID."""
171
+ version_id: builtins.str
172
+ """Version ID of the object."""
173
+ def __init__(
174
+ self,
175
+ *,
176
+ request_id: builtins.str = ...,
177
+ version_id: builtins.str = ...,
178
+ ) -> None: ...
179
+ def ClearField(self, field_name: typing.Literal["request_id", b"request_id", "version_id", b"version_id"]) -> None: ...
180
+
181
+ global___S3APIDeleteObjectResponse = S3APIDeleteObjectResponse
@@ -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
+ ...
@@ -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 channel_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_channel__pb2
18
19
 
19
20
 
20
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/channel_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/channel.proto\"\'\n\x11GetChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"}\n\x13ListChannelsRequest\x12\x17\n\x0forganization_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\"g\n\x14ListChannelsResponse\x12\x30\n\x08\x63hannels\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Channel\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xd3\x01\n\x14\x43reateChannelRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.CreateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x04\x10\xc8\x01\"+\n\x15\x43reateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"\xfe\x01\n\x14UpdateChannelRequest\x12\x12\n\nchannel_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\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.UpdateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x05\x10\xc8\x01\"+\n\x15UpdateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"*\n\x14\x44\x65leteChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"+\n\x15\x44\x65leteChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t2\xd5\x04\n\x0e\x43hannelService\x12Q\n\x03Get\x12(.yandex.cloud.video.v1.GetChannelRequest\x1a\x1e.yandex.cloud.video.v1.Channel\"\x00\x12\x61\n\x04List\x12*.yandex.cloud.video.v1.ListChannelsRequest\x1a+.yandex.cloud.video.v1.ListChannelsResponse\"\x00\x12~\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateChannelRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x15\x43reateChannelMetadata\x12\x07\x43hannel\x12~\n\x06Update\x12+.yandex.cloud.video.v1.UpdateChannelRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x15UpdateChannelMetadata\x12\x07\x43hannel\x12\x8c\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteChannelRequest\x1a!.yandex.cloud.operation.Operation\"2\xb2\xd2*.\n\x15\x44\x65leteChannelMetadata\x12\x15google.protobuf.EmptyB\\\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/channel_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/channel.proto\"\'\n\x11GetChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"}\n\x13ListChannelsRequest\x12\x17\n\x0forganization_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\"g\n\x14ListChannelsResponse\x12\x30\n\x08\x63hannels\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Channel\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xd3\x01\n\x14\x43reateChannelRequest\x12\x17\n\x0forganization_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.CreateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x04\x10\xc8\x01\"+\n\x15\x43reateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"\xfe\x01\n\x14UpdateChannelRequest\x12\x12\n\nchannel_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\x12H\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.UpdateChannelRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x05\x08\x05\x10\xc8\x01\"+\n\x15UpdateChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"*\n\x14\x44\x65leteChannelRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"+\n\x15\x44\x65leteChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t2\x86\x06\n\x0e\x43hannelService\x12x\n\x03Get\x12(.yandex.cloud.video.v1.GetChannelRequest\x1a\x1e.yandex.cloud.video.v1.Channel\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/video/v1/channels/{channel_id}\x12{\n\x04List\x12*.yandex.cloud.video.v1.ListChannelsRequest\x1a+.yandex.cloud.video.v1.ListChannelsResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/video/v1/channels\x12\x9b\x01\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateChannelRequest\x1a!.yandex.cloud.operation.Operation\"A\xb2\xd2* \n\x15\x43reateChannelMetadata\x12\x07\x43hannel\x82\xd3\xe4\x93\x02\x17\"\x12/video/v1/channels:\x01*\x12\xa8\x01\n\x06Update\x12+.yandex.cloud.video.v1.UpdateChannelRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15UpdateChannelMetadata\x12\x07\x43hannel\x82\xd3\xe4\x93\x02$2\x1f/video/v1/channels/{channel_id}:\x01*\x12\xb3\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteChannelRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*.\n\x15\x44\x65leteChannelMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!*\x1f/video/v1/channels/{channel_id}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,34 +30,38 @@ if _descriptor._USE_C_DESCRIPTORS == False:
29
30
  _CREATECHANNELREQUEST_LABELSENTRY._serialized_options = b'8\001'
30
31
  _UPDATECHANNELREQUEST_LABELSENTRY._options = None
31
32
  _UPDATECHANNELREQUEST_LABELSENTRY._serialized_options = b'8\001'
33
+ _CHANNELSERVICE.methods_by_name['Get']._options = None
34
+ _CHANNELSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002!\022\037/video/v1/channels/{channel_id}'
35
+ _CHANNELSERVICE.methods_by_name['List']._options = None
36
+ _CHANNELSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\024\022\022/video/v1/channels'
32
37
  _CHANNELSERVICE.methods_by_name['Create']._options = None
33
- _CHANNELSERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateChannelMetadata\022\007Channel'
38
+ _CHANNELSERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateChannelMetadata\022\007Channel\202\323\344\223\002\027\"\022/video/v1/channels:\001*'
34
39
  _CHANNELSERVICE.methods_by_name['Update']._options = None
35
- _CHANNELSERVICE.methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateChannelMetadata\022\007Channel'
40
+ _CHANNELSERVICE.methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateChannelMetadata\022\007Channel\202\323\344\223\002$2\037/video/v1/channels/{channel_id}:\001*'
36
41
  _CHANNELSERVICE.methods_by_name['Delete']._options = None
37
- _CHANNELSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteChannelMetadata\022\025google.protobuf.Empty'
38
- _globals['_GETCHANNELREQUEST']._serialized_start=215
39
- _globals['_GETCHANNELREQUEST']._serialized_end=254
40
- _globals['_LISTCHANNELSREQUEST']._serialized_start=256
41
- _globals['_LISTCHANNELSREQUEST']._serialized_end=381
42
- _globals['_LISTCHANNELSRESPONSE']._serialized_start=383
43
- _globals['_LISTCHANNELSRESPONSE']._serialized_end=486
44
- _globals['_CREATECHANNELREQUEST']._serialized_start=489
45
- _globals['_CREATECHANNELREQUEST']._serialized_end=700
46
- _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_start=648
47
- _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_end=693
48
- _globals['_CREATECHANNELMETADATA']._serialized_start=702
49
- _globals['_CREATECHANNELMETADATA']._serialized_end=745
50
- _globals['_UPDATECHANNELREQUEST']._serialized_start=748
51
- _globals['_UPDATECHANNELREQUEST']._serialized_end=1002
52
- _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_start=648
53
- _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_end=693
54
- _globals['_UPDATECHANNELMETADATA']._serialized_start=1004
55
- _globals['_UPDATECHANNELMETADATA']._serialized_end=1047
56
- _globals['_DELETECHANNELREQUEST']._serialized_start=1049
57
- _globals['_DELETECHANNELREQUEST']._serialized_end=1091
58
- _globals['_DELETECHANNELMETADATA']._serialized_start=1093
59
- _globals['_DELETECHANNELMETADATA']._serialized_end=1136
60
- _globals['_CHANNELSERVICE']._serialized_start=1139
61
- _globals['_CHANNELSERVICE']._serialized_end=1736
42
+ _CHANNELSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteChannelMetadata\022\025google.protobuf.Empty\202\323\344\223\002!*\037/video/v1/channels/{channel_id}'
43
+ _globals['_GETCHANNELREQUEST']._serialized_start=245
44
+ _globals['_GETCHANNELREQUEST']._serialized_end=284
45
+ _globals['_LISTCHANNELSREQUEST']._serialized_start=286
46
+ _globals['_LISTCHANNELSREQUEST']._serialized_end=411
47
+ _globals['_LISTCHANNELSRESPONSE']._serialized_start=413
48
+ _globals['_LISTCHANNELSRESPONSE']._serialized_end=516
49
+ _globals['_CREATECHANNELREQUEST']._serialized_start=519
50
+ _globals['_CREATECHANNELREQUEST']._serialized_end=730
51
+ _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_start=678
52
+ _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_end=723
53
+ _globals['_CREATECHANNELMETADATA']._serialized_start=732
54
+ _globals['_CREATECHANNELMETADATA']._serialized_end=775
55
+ _globals['_UPDATECHANNELREQUEST']._serialized_start=778
56
+ _globals['_UPDATECHANNELREQUEST']._serialized_end=1032
57
+ _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_start=678
58
+ _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_end=723
59
+ _globals['_UPDATECHANNELMETADATA']._serialized_start=1034
60
+ _globals['_UPDATECHANNELMETADATA']._serialized_end=1077
61
+ _globals['_DELETECHANNELREQUEST']._serialized_start=1079
62
+ _globals['_DELETECHANNELREQUEST']._serialized_end=1121
63
+ _globals['_DELETECHANNELMETADATA']._serialized_start=1123
64
+ _globals['_DELETECHANNELMETADATA']._serialized_end=1166
65
+ _globals['_CHANNELSERVICE']._serialized_start=1169
66
+ _globals['_CHANNELSERVICE']._serialized_end=1943
62
67
  # @@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
@@ -19,7 +20,7 @@ from yandex.cloud.video.v1 import episode_pb2 as yandex_dot_cloud_dot_video_dot_
19
20
  from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_manifest__pb2
20
21
 
21
22
 
22
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/episode_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/episode.proto\x1a$yandex/cloud/video/v1/manifest.proto\"\'\n\x11GetEpisodeRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\x99\x01\n\x13ListEpisodesRequest\x12\x13\n\tstream_id\x18\x01 \x01(\tH\x00\x12\x11\n\x07line_id\x18\x02 \x01(\tH\x00\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(\tB\x0b\n\tparent_idJ\x04\x08\x03\x10\x64\"g\n\x14ListEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xc8\x03\n\x14\x43reateEpisodeRequest\x12\x13\n\tstream_id\x18\x64 \x01(\tH\x00\x12\x11\n\x07line_id\x18\x65 \x01(\tH\x00\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.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x07 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x01\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x01\x42\x0b\n\tparent_idB\x0f\n\raccess_rightsJ\x05\x08\x66\x10\xe8\x07J\x04\x08\x08\x10\x64J\x04\x08\x01\x10\x02J\x06\x08\xe9\x07\x10\xea\x07\"\x1b\n\x19\x45pisodePublicAccessParams\"\x1f\n\x1d\x45pisodeAuthSystemAccessParams\"+\n\x15\x43reateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xcb\x03\n\x14UpdateEpisodeRequest\x12\x12\n\nepisode_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.\n\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x08 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x00\x42\x0f\n\raccess_rightsJ\x05\x08\t\x10\xe8\x07J\x06\x08\xe9\x07\x10\xea\x07\"+\n\x15UpdateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"*\n\x14\x44\x65leteEpisodeRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"+\n\x15\x44\x65leteEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xd8\x01\n\x1bPerformEpisodeActionRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\x12?\n\x07publish\x18\xea\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.PublishEpisodeActionH\x00\x12\x43\n\tunpublish\x18\xeb\x07 \x01(\x0b\x32-.yandex.cloud.video.v1.UnpublishEpisodeActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07J\x06\x08\xe8\x07\x10\xe9\x07J\x06\x08\xe9\x07\x10\xea\x07\"\x16\n\x14PublishEpisodeAction\"\x18\n\x16UnpublishEpisodeAction\"2\n\x1cPerformEpisodeActionMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"l\n\x1aGetEpisodePlayerURLRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\x12:\n\x06params\x18\x02 \x01(\x0b\x32*.yandex.cloud.video.v1.EpisodePlayerParams\"E\n\x13\x45pisodePlayerParams\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\x1bGetEpisodePlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\"0\n\x1aGetEpisodeManifestsRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"Q\n\x1bGetEpisodeManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xdd\x07\n\x0e\x45pisodeService\x12Q\n\x03Get\x12(.yandex.cloud.video.v1.GetEpisodeRequest\x1a\x1e.yandex.cloud.video.v1.Episode\"\x00\x12\x61\n\x04List\x12*.yandex.cloud.video.v1.ListEpisodesRequest\x1a+.yandex.cloud.video.v1.ListEpisodesResponse\"\x00\x12~\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x15\x43reateEpisodeMetadata\x12\x07\x45pisode\x12~\n\x06Update\x12+.yandex.cloud.video.v1.UpdateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x15UpdateEpisodeMetadata\x12\x07\x45pisode\x12\x8c\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"2\xb2\xd2*.\n\x15\x44\x65leteEpisodeMetadata\x12\x15google.protobuf.Empty\x12\x93\x01\n\rPerformAction\x12\x32.yandex.cloud.video.v1.PerformEpisodeActionRequest\x1a!.yandex.cloud.operation.Operation\"+\xb2\xd2*\'\n\x1cPerformEpisodeActionMetadata\x12\x07\x45pisode\x12w\n\x0cGetPlayerURL\x12\x31.yandex.cloud.video.v1.GetEpisodePlayerURLRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodePlayerURLResponse\"\x00\x12w\n\x0cGetManifests\x12\x31.yandex.cloud.video.v1.GetEpisodeManifestsRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodeManifestsResponse\"\x00\x42\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
23
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/episode_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/episode.proto\x1a$yandex/cloud/video/v1/manifest.proto\"\'\n\x11GetEpisodeRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\x99\x01\n\x13ListEpisodesRequest\x12\x13\n\tstream_id\x18\x01 \x01(\tH\x00\x12\x11\n\x07line_id\x18\x02 \x01(\tH\x00\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(\tB\x0b\n\tparent_idJ\x04\x08\x03\x10\x64\"g\n\x14ListEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xc8\x03\n\x14\x43reateEpisodeRequest\x12\x13\n\tstream_id\x18\x64 \x01(\tH\x00\x12\x11\n\x07line_id\x18\x65 \x01(\tH\x00\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.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x07 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x01\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x01\x42\x0b\n\tparent_idB\x0f\n\raccess_rightsJ\x05\x08\x66\x10\xe8\x07J\x04\x08\x08\x10\x64J\x04\x08\x01\x10\x02J\x06\x08\xe9\x07\x10\xea\x07\"\x1b\n\x19\x45pisodePublicAccessParams\"\x1f\n\x1d\x45pisodeAuthSystemAccessParams\"+\n\x15\x43reateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xcb\x03\n\x14UpdateEpisodeRequest\x12\x12\n\nepisode_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.\n\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x08 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x00\x42\x0f\n\raccess_rightsJ\x05\x08\t\x10\xe8\x07J\x06\x08\xe9\x07\x10\xea\x07\"+\n\x15UpdateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"*\n\x14\x44\x65leteEpisodeRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"+\n\x15\x44\x65leteEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xd8\x01\n\x1bPerformEpisodeActionRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\x12?\n\x07publish\x18\xea\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.PublishEpisodeActionH\x00\x12\x43\n\tunpublish\x18\xeb\x07 \x01(\x0b\x32-.yandex.cloud.video.v1.UnpublishEpisodeActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07J\x06\x08\xe8\x07\x10\xe9\x07J\x06\x08\xe9\x07\x10\xea\x07\"\x16\n\x14PublishEpisodeAction\"\x18\n\x16UnpublishEpisodeAction\"2\n\x1cPerformEpisodeActionMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"l\n\x1aGetEpisodePlayerURLRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\x12:\n\x06params\x18\x02 \x01(\x0b\x32*.yandex.cloud.video.v1.EpisodePlayerParams\"E\n\x13\x45pisodePlayerParams\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\x1bGetEpisodePlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\"0\n\x1aGetEpisodeManifestsRequest\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"Q\n\x1bGetEpisodeManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xb0\n\n\x0e\x45pisodeService\x12x\n\x03Get\x12(.yandex.cloud.video.v1.GetEpisodeRequest\x1a\x1e.yandex.cloud.video.v1.Episode\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/video/v1/episodes/{episode_id}\x12{\n\x04List\x12*.yandex.cloud.video.v1.ListEpisodesRequest\x1a+.yandex.cloud.video.v1.ListEpisodesResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/video/v1/episodes\x12\x9b\x01\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"A\xb2\xd2* \n\x15\x43reateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x17\"\x12/video/v1/episodes:\x01*\x12\xa8\x01\n\x06Update\x12+.yandex.cloud.video.v1.UpdateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15UpdateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02$2\x1f/video/v1/episodes/{episode_id}:\x01*\x12\xb3\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*.\n\x15\x44\x65leteEpisodeMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!*\x1f/video/v1/episodes/{episode_id}\x12\xcb\x01\n\rPerformAction\x12\x32.yandex.cloud.video.v1.PerformEpisodeActionRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*\'\n\x1cPerformEpisodeActionMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x32\"-/video/v1/episodes/{episode_id}:performAction:\x01*\x12\xab\x01\n\x0cGetPlayerURL\x12\x31.yandex.cloud.video.v1.GetEpisodePlayerURLRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodePlayerURLResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getPlayerUrl\x12\xab\x01\n\x0cGetManifests\x12\x31.yandex.cloud.video.v1.GetEpisodeManifestsRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodeManifestsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
23
24
 
24
25
  _globals = globals()
25
26
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -27,54 +28,62 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.video.v1.episo
27
28
  if _descriptor._USE_C_DESCRIPTORS == False:
28
29
  DESCRIPTOR._options = None
29
30
  DESCRIPTOR._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
31
+ _EPISODESERVICE.methods_by_name['Get']._options = None
32
+ _EPISODESERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002!\022\037/video/v1/episodes/{episode_id}'
33
+ _EPISODESERVICE.methods_by_name['List']._options = None
34
+ _EPISODESERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\024\022\022/video/v1/episodes'
30
35
  _EPISODESERVICE.methods_by_name['Create']._options = None
31
- _EPISODESERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateEpisodeMetadata\022\007Episode'
36
+ _EPISODESERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateEpisodeMetadata\022\007Episode\202\323\344\223\002\027\"\022/video/v1/episodes:\001*'
32
37
  _EPISODESERVICE.methods_by_name['Update']._options = None
33
- _EPISODESERVICE.methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateEpisodeMetadata\022\007Episode'
38
+ _EPISODESERVICE.methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateEpisodeMetadata\022\007Episode\202\323\344\223\002$2\037/video/v1/episodes/{episode_id}:\001*'
34
39
  _EPISODESERVICE.methods_by_name['Delete']._options = None
35
- _EPISODESERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteEpisodeMetadata\022\025google.protobuf.Empty'
40
+ _EPISODESERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteEpisodeMetadata\022\025google.protobuf.Empty\202\323\344\223\002!*\037/video/v1/episodes/{episode_id}'
36
41
  _EPISODESERVICE.methods_by_name['PerformAction']._options = None
37
- _EPISODESERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*\'\n\034PerformEpisodeActionMetadata\022\007Episode'
38
- _globals['_GETEPISODEREQUEST']._serialized_start=286
39
- _globals['_GETEPISODEREQUEST']._serialized_end=325
40
- _globals['_LISTEPISODESREQUEST']._serialized_start=328
41
- _globals['_LISTEPISODESREQUEST']._serialized_end=481
42
- _globals['_LISTEPISODESRESPONSE']._serialized_start=483
43
- _globals['_LISTEPISODESRESPONSE']._serialized_end=586
44
- _globals['_CREATEEPISODEREQUEST']._serialized_start=589
45
- _globals['_CREATEEPISODEREQUEST']._serialized_end=1045
46
- _globals['_EPISODEPUBLICACCESSPARAMS']._serialized_start=1047
47
- _globals['_EPISODEPUBLICACCESSPARAMS']._serialized_end=1074
48
- _globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_start=1076
49
- _globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_end=1107
50
- _globals['_CREATEEPISODEMETADATA']._serialized_start=1109
51
- _globals['_CREATEEPISODEMETADATA']._serialized_end=1152
52
- _globals['_UPDATEEPISODEREQUEST']._serialized_start=1155
53
- _globals['_UPDATEEPISODEREQUEST']._serialized_end=1614
54
- _globals['_UPDATEEPISODEMETADATA']._serialized_start=1616
55
- _globals['_UPDATEEPISODEMETADATA']._serialized_end=1659
56
- _globals['_DELETEEPISODEREQUEST']._serialized_start=1661
57
- _globals['_DELETEEPISODEREQUEST']._serialized_end=1703
58
- _globals['_DELETEEPISODEMETADATA']._serialized_start=1705
59
- _globals['_DELETEEPISODEMETADATA']._serialized_end=1748
60
- _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=1751
61
- _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=1967
62
- _globals['_PUBLISHEPISODEACTION']._serialized_start=1969
63
- _globals['_PUBLISHEPISODEACTION']._serialized_end=1991
64
- _globals['_UNPUBLISHEPISODEACTION']._serialized_start=1993
65
- _globals['_UNPUBLISHEPISODEACTION']._serialized_end=2017
66
- _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=2019
67
- _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=2069
68
- _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=2071
69
- _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=2179
70
- _globals['_EPISODEPLAYERPARAMS']._serialized_start=2181
71
- _globals['_EPISODEPLAYERPARAMS']._serialized_end=2250
72
- _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=2252
73
- _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=2315
74
- _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=2317
75
- _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=2365
76
- _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=2367
77
- _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=2448
78
- _globals['_EPISODESERVICE']._serialized_start=2451
79
- _globals['_EPISODESERVICE']._serialized_end=3440
42
+ _EPISODESERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*\'\n\034PerformEpisodeActionMetadata\022\007Episode\202\323\344\223\0022\"-/video/v1/episodes/{episode_id}:performAction:\001*'
43
+ _EPISODESERVICE.methods_by_name['GetPlayerURL']._options = None
44
+ _EPISODESERVICE.methods_by_name['GetPlayerURL']._serialized_options = b'\202\323\344\223\002.\022,/video/v1/episodes/{episode_id}:getPlayerUrl'
45
+ _EPISODESERVICE.methods_by_name['GetManifests']._options = None
46
+ _EPISODESERVICE.methods_by_name['GetManifests']._serialized_options = b'\202\323\344\223\002.\022,/video/v1/episodes/{episode_id}:getManifests'
47
+ _globals['_GETEPISODEREQUEST']._serialized_start=316
48
+ _globals['_GETEPISODEREQUEST']._serialized_end=355
49
+ _globals['_LISTEPISODESREQUEST']._serialized_start=358
50
+ _globals['_LISTEPISODESREQUEST']._serialized_end=511
51
+ _globals['_LISTEPISODESRESPONSE']._serialized_start=513
52
+ _globals['_LISTEPISODESRESPONSE']._serialized_end=616
53
+ _globals['_CREATEEPISODEREQUEST']._serialized_start=619
54
+ _globals['_CREATEEPISODEREQUEST']._serialized_end=1075
55
+ _globals['_EPISODEPUBLICACCESSPARAMS']._serialized_start=1077
56
+ _globals['_EPISODEPUBLICACCESSPARAMS']._serialized_end=1104
57
+ _globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_start=1106
58
+ _globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_end=1137
59
+ _globals['_CREATEEPISODEMETADATA']._serialized_start=1139
60
+ _globals['_CREATEEPISODEMETADATA']._serialized_end=1182
61
+ _globals['_UPDATEEPISODEREQUEST']._serialized_start=1185
62
+ _globals['_UPDATEEPISODEREQUEST']._serialized_end=1644
63
+ _globals['_UPDATEEPISODEMETADATA']._serialized_start=1646
64
+ _globals['_UPDATEEPISODEMETADATA']._serialized_end=1689
65
+ _globals['_DELETEEPISODEREQUEST']._serialized_start=1691
66
+ _globals['_DELETEEPISODEREQUEST']._serialized_end=1733
67
+ _globals['_DELETEEPISODEMETADATA']._serialized_start=1735
68
+ _globals['_DELETEEPISODEMETADATA']._serialized_end=1778
69
+ _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=1781
70
+ _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=1997
71
+ _globals['_PUBLISHEPISODEACTION']._serialized_start=1999
72
+ _globals['_PUBLISHEPISODEACTION']._serialized_end=2021
73
+ _globals['_UNPUBLISHEPISODEACTION']._serialized_start=2023
74
+ _globals['_UNPUBLISHEPISODEACTION']._serialized_end=2047
75
+ _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=2049
76
+ _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=2099
77
+ _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=2101
78
+ _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=2209
79
+ _globals['_EPISODEPLAYERPARAMS']._serialized_start=2211
80
+ _globals['_EPISODEPLAYERPARAMS']._serialized_end=2280
81
+ _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=2282
82
+ _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=2345
83
+ _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=2347
84
+ _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=2395
85
+ _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=2397
86
+ _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=2478
87
+ _globals['_EPISODESERVICE']._serialized_start=2481
88
+ _globals['_EPISODESERVICE']._serialized_end=3809
80
89
  # @@protoc_insertion_point(module_scope)