yandexcloud 0.323.0__py3-none-any.whl → 0.325.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +1 -1
  2. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +4 -2
  3. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +6 -3
  4. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.py +3 -3
  5. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.pyi +3 -3
  6. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +3 -3
  7. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +25 -10
  8. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +11 -5
  9. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +33 -9
  10. yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +27 -27
  11. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +18 -6
  12. yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
  13. yandex/cloud/ai/stt/v3/stt_pb2.pyi +15 -0
  14. yandex/cloud/ai/stt/v3/stt_service_pb2.py +10 -7
  15. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +34 -0
  16. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +18 -0
  17. yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +26 -26
  18. yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +7 -1
  19. yandex/cloud/backup/v1/backup_service_pb2.py +42 -41
  20. yandex/cloud/backup/v1/backup_service_pb2.pyi +6 -1
  21. yandex/cloud/backup/v1/policy_pb2.pyi +1 -1
  22. yandex/cloud/billing/v1/customer_service_pb2.pyi +5 -4
  23. yandex/cloud/cdn/v1/resource_service_pb2.py +14 -14
  24. yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
  25. yandex/cloud/cloudregistry/__init__.py +0 -0
  26. yandex/cloud/cloudregistry/v1/__init__.py +0 -0
  27. yandex/cloud/cloudregistry/v1/artifact_pb2.py +31 -0
  28. yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +112 -0
  29. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py +4 -0
  30. yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi +17 -0
  31. yandex/cloud/cloudregistry/v1/artifact_service_pb2.py +45 -0
  32. yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +59 -0
  33. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +108 -0
  34. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +81 -0
  35. yandex/cloud/cloudregistry/v1/ip_permission_pb2.py +37 -0
  36. yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi +95 -0
  37. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py +4 -0
  38. yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi +17 -0
  39. yandex/cloud/cloudregistry/v1/registry_pb2.py +41 -0
  40. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +181 -0
  41. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py +4 -0
  42. yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi +17 -0
  43. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +157 -0
  44. yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi +504 -0
  45. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +451 -0
  46. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +291 -0
  47. yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +8 -10
  48. yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +2 -28
  49. yandex/cloud/compute/v1/instance_service_pb2_grpc.py +1 -1
  50. yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi +3 -3
  51. yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +9 -5
  52. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +96 -0
  53. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +55 -53
  54. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +14 -2
  55. yandex/cloud/iam/v1/user_account_pb2.pyi +2 -2
  56. yandex/cloud/iam/v1/user_account_service_pb2_grpc.py +3 -3
  57. yandex/cloud/iam/v1/user_account_service_pb2_grpc.pyi +3 -3
  58. yandex/cloud/lockbox/v1/secret_service_pb2.py +56 -55
  59. yandex/cloud/lockbox/v1/secret_service_pb2.pyi +13 -2
  60. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +55 -45
  61. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +40 -0
  62. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +34 -0
  63. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +20 -0
  64. yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
  65. yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
  66. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +109 -105
  67. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
  68. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +68 -0
  69. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi +512 -0
  70. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py +4 -0
  71. yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi +17 -0
  72. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +68 -0
  73. yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi +512 -0
  74. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py +4 -0
  75. yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi +17 -0
  76. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +168 -0
  77. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi +1130 -0
  78. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py +4 -0
  79. yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi +17 -0
  80. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +168 -0
  81. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi +1122 -0
  82. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py +4 -0
  83. yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi +17 -0
  84. yandex/cloud/mdb/redis/v1/backup_pb2.py +4 -2
  85. yandex/cloud/mdb/redis/v1/backup_pb2.pyi +31 -1
  86. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +2 -2
  87. yandex/cloud/searchapi/__init__.py +0 -0
  88. yandex/cloud/searchapi/v2/__init__.py +0 -0
  89. yandex/cloud/searchapi/v2/search_query_pb2.py +37 -0
  90. yandex/cloud/searchapi/v2/search_query_pb2.pyi +100 -0
  91. yandex/cloud/searchapi/v2/search_query_pb2_grpc.py +4 -0
  92. yandex/cloud/searchapi/v2/search_query_pb2_grpc.pyi +17 -0
  93. yandex/cloud/searchapi/v2/search_service_pb2.py +61 -0
  94. yandex/cloud/searchapi/v2/search_service_pb2.pyi +218 -0
  95. yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +70 -0
  96. yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +48 -0
  97. yandex/cloud/serverless/containers/v1/container_pb2.py +42 -34
  98. yandex/cloud/serverless/containers/v1/container_pb2.pyi +52 -2
  99. yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
  100. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
  101. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +9 -9
  102. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +8 -0
  103. yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +31 -31
  104. yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +4 -0
  105. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +23 -15
  106. yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +32 -0
  107. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +34 -0
  108. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +20 -0
  109. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.py +46 -40
  110. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.pyi +47 -2
  111. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.py +18 -18
  112. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.pyi +16 -3
  113. yandex/cloud/video/v1/channel_pb2.py +1 -1
  114. yandex/cloud/video/v1/channel_service_pb2.py +58 -25
  115. yandex/cloud/video/v1/channel_service_pb2.pyi +40 -0
  116. yandex/cloud/video/v1/channel_service_pb2_grpc.py +34 -0
  117. yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +20 -0
  118. yandex/cloud/video/v1/episode_pb2.py +10 -8
  119. yandex/cloud/video/v1/episode_pb2.pyi +19 -3
  120. yandex/cloud/video/v1/episode_service_pb2.py +96 -43
  121. yandex/cloud/video/v1/episode_service_pb2.pyi +68 -6
  122. yandex/cloud/video/v1/episode_service_pb2_grpc.py +34 -0
  123. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
  124. yandex/cloud/video/v1/manifest_pb2.py +3 -3
  125. yandex/cloud/video/v1/manifest_pb2.pyi +1 -5
  126. yandex/cloud/video/v1/playlist_pb2.py +29 -0
  127. yandex/cloud/video/v1/playlist_pb2.pyi +89 -0
  128. yandex/cloud/video/v1/playlist_pb2_grpc.py +4 -0
  129. yandex/cloud/video/v1/playlist_pb2_grpc.pyi +17 -0
  130. yandex/cloud/video/v1/playlist_service_pb2.py +102 -0
  131. yandex/cloud/video/v1/playlist_service_pb2.pyi +331 -0
  132. yandex/cloud/video/v1/playlist_service_pb2_grpc.py +276 -0
  133. yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +172 -0
  134. yandex/cloud/video/v1/stream_line_pb2.py +1 -1
  135. yandex/cloud/video/v1/stream_line_service_pb2.py +122 -55
  136. yandex/cloud/video/v1/stream_line_service_pb2.pyi +80 -0
  137. yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +68 -0
  138. yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +40 -0
  139. yandex/cloud/video/v1/stream_pb2.py +1 -1
  140. yandex/cloud/video/v1/stream_service_pb2.py +98 -37
  141. yandex/cloud/video/v1/stream_service_pb2.pyi +80 -0
  142. yandex/cloud/video/v1/stream_service_pb2_grpc.py +68 -0
  143. yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +40 -0
  144. yandex/cloud/video/v1/subtitle_pb2.py +29 -0
  145. yandex/cloud/video/v1/subtitle_pb2.pyi +90 -0
  146. yandex/cloud/video/v1/subtitle_pb2_grpc.py +4 -0
  147. yandex/cloud/video/v1/subtitle_pb2_grpc.pyi +17 -0
  148. yandex/cloud/video/v1/subtitle_service_pb2.py +83 -0
  149. yandex/cloud/video/v1/subtitle_service_pb2.pyi +212 -0
  150. yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +208 -0
  151. yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +132 -0
  152. yandex/cloud/video/v1/thumbnail_service_pb2.py +50 -21
  153. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +48 -0
  154. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +69 -0
  155. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +41 -0
  156. yandex/cloud/video/v1/video_pb2.py +18 -14
  157. yandex/cloud/video/v1/video_pb2.pyi +55 -3
  158. yandex/cloud/video/v1/video_service_pb2.py +118 -49
  159. yandex/cloud/video/v1/video_service_pb2.pyi +161 -6
  160. yandex/cloud/video/v1/video_service_pb2_grpc.py +102 -0
  161. yandex/cloud/video/v1/video_service_pb2_grpc.pyi +60 -0
  162. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/METADATA +1 -1
  163. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/RECORD +167 -103
  164. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/WHEEL +1 -1
  165. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/AUTHORS +0 -0
  166. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/LICENSE +0 -0
  167. {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/top_level.txt +0 -0
@@ -15,10 +15,11 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
15
15
  from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
16
16
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
17
17
  from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
18
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
18
19
  from yandex.cloud.video.v1 import channel_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_channel__pb2
19
20
 
20
21
 
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')
22
+ 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\x1dyandex/cloud/validation.proto\x1a#yandex/cloud/video/v1/channel.proto\"5\n\x11GetChannelRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xae\x01\n\x13ListChannelsRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x64 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x65 \x01(\tB\t\x8a\xc8\x31\x05<=200\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\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\"\xa9\x02\n\x14\x43reateChannelRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x13\n\x05title\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x89\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.CreateChannelRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\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\"\xce\x02\n\x14UpdateChannelRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\x89\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x37.yandex.cloud.video.v1.UpdateChannelRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\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\"8\n\x14\x44\x65leteChannelRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteChannelMetadata\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"j\n\x1a\x42\x61tchDeleteChannelsRequest\x12%\n\x0forganization_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x0b\x63hannel_ids\x18\x02 \x03(\tB\x10\x82\xc8\x31\x04\x31-50\x8a\xc8\x31\x04<=50\"2\n\x1b\x42\x61tchDeleteChannelsMetadata\x12\x13\n\x0b\x63hannel_ids\x18\x01 \x03(\t2\xcf\x07\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}\x12\xc6\x01\n\x0b\x42\x61tchDelete\x12\x31.yandex.cloud.video.v1.BatchDeleteChannelsRequest\x1a!.yandex.cloud.operation.Operation\"a\xb2\xd2*4\n\x1b\x42\x61tchDeleteChannelsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02#\"\x1e/video/v1/channels:batchDelete:\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)
@@ -26,10 +27,36 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.video.v1.chann
26
27
  if _descriptor._USE_C_DESCRIPTORS == False:
27
28
  DESCRIPTOR._options = None
28
29
  DESCRIPTOR._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
30
+ _GETCHANNELREQUEST.fields_by_name['channel_id']._options = None
31
+ _GETCHANNELREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
32
+ _LISTCHANNELSREQUEST.fields_by_name['organization_id']._options = None
33
+ _LISTCHANNELSREQUEST.fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
34
+ _LISTCHANNELSREQUEST.fields_by_name['page_size']._options = None
35
+ _LISTCHANNELSREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
36
+ _LISTCHANNELSREQUEST.fields_by_name['page_token']._options = None
37
+ _LISTCHANNELSREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\005<=200'
38
+ _LISTCHANNELSREQUEST.fields_by_name['filter']._options = None
39
+ _LISTCHANNELSREQUEST.fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
29
40
  _CREATECHANNELREQUEST_LABELSENTRY._options = None
30
41
  _CREATECHANNELREQUEST_LABELSENTRY._serialized_options = b'8\001'
42
+ _CREATECHANNELREQUEST.fields_by_name['organization_id']._options = None
43
+ _CREATECHANNELREQUEST.fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
44
+ _CREATECHANNELREQUEST.fields_by_name['title']._options = None
45
+ _CREATECHANNELREQUEST.fields_by_name['title']._serialized_options = b'\350\3071\001'
46
+ _CREATECHANNELREQUEST.fields_by_name['labels']._options = None
47
+ _CREATECHANNELREQUEST.fields_by_name['labels']._serialized_options = b'\362\3071\017[-_.@:/0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\004<=63'
31
48
  _UPDATECHANNELREQUEST_LABELSENTRY._options = None
32
49
  _UPDATECHANNELREQUEST_LABELSENTRY._serialized_options = b'8\001'
50
+ _UPDATECHANNELREQUEST.fields_by_name['channel_id']._options = None
51
+ _UPDATECHANNELREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
52
+ _UPDATECHANNELREQUEST.fields_by_name['labels']._options = None
53
+ _UPDATECHANNELREQUEST.fields_by_name['labels']._serialized_options = b'\362\3071\017[-_.@:/0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\004<=63'
54
+ _DELETECHANNELREQUEST.fields_by_name['channel_id']._options = None
55
+ _DELETECHANNELREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
56
+ _BATCHDELETECHANNELSREQUEST.fields_by_name['organization_id']._options = None
57
+ _BATCHDELETECHANNELSREQUEST.fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
58
+ _BATCHDELETECHANNELSREQUEST.fields_by_name['channel_ids']._options = None
59
+ _BATCHDELETECHANNELSREQUEST.fields_by_name['channel_ids']._serialized_options = b'\202\3101\0041-50\212\3101\004<=50'
33
60
  _CHANNELSERVICE.methods_by_name['Get']._options = None
34
61
  _CHANNELSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002!\022\037/video/v1/channels/{channel_id}'
35
62
  _CHANNELSERVICE.methods_by_name['List']._options = None
@@ -40,28 +67,34 @@ if _descriptor._USE_C_DESCRIPTORS == False:
40
67
  _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*'
41
68
  _CHANNELSERVICE.methods_by_name['Delete']._options = None
42
69
  _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
70
+ _CHANNELSERVICE.methods_by_name['BatchDelete']._options = None
71
+ _CHANNELSERVICE.methods_by_name['BatchDelete']._serialized_options = b'\262\322*4\n\033BatchDeleteChannelsMetadata\022\025google.protobuf.Empty\202\323\344\223\002#\"\036/video/v1/channels:batchDelete:\001*'
72
+ _globals['_GETCHANNELREQUEST']._serialized_start=276
73
+ _globals['_GETCHANNELREQUEST']._serialized_end=329
74
+ _globals['_LISTCHANNELSREQUEST']._serialized_start=332
75
+ _globals['_LISTCHANNELSREQUEST']._serialized_end=506
76
+ _globals['_LISTCHANNELSRESPONSE']._serialized_start=508
77
+ _globals['_LISTCHANNELSRESPONSE']._serialized_end=611
78
+ _globals['_CREATECHANNELREQUEST']._serialized_start=614
79
+ _globals['_CREATECHANNELREQUEST']._serialized_end=911
80
+ _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_start=859
81
+ _globals['_CREATECHANNELREQUEST_LABELSENTRY']._serialized_end=904
82
+ _globals['_CREATECHANNELMETADATA']._serialized_start=913
83
+ _globals['_CREATECHANNELMETADATA']._serialized_end=956
84
+ _globals['_UPDATECHANNELREQUEST']._serialized_start=959
85
+ _globals['_UPDATECHANNELREQUEST']._serialized_end=1293
86
+ _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_start=859
87
+ _globals['_UPDATECHANNELREQUEST_LABELSENTRY']._serialized_end=904
88
+ _globals['_UPDATECHANNELMETADATA']._serialized_start=1295
89
+ _globals['_UPDATECHANNELMETADATA']._serialized_end=1338
90
+ _globals['_DELETECHANNELREQUEST']._serialized_start=1340
91
+ _globals['_DELETECHANNELREQUEST']._serialized_end=1396
92
+ _globals['_DELETECHANNELMETADATA']._serialized_start=1398
93
+ _globals['_DELETECHANNELMETADATA']._serialized_end=1441
94
+ _globals['_BATCHDELETECHANNELSREQUEST']._serialized_start=1443
95
+ _globals['_BATCHDELETECHANNELSREQUEST']._serialized_end=1549
96
+ _globals['_BATCHDELETECHANNELSMETADATA']._serialized_start=1551
97
+ _globals['_BATCHDELETECHANNELSMETADATA']._serialized_end=1601
98
+ _globals['_CHANNELSERVICE']._serialized_start=1604
99
+ _globals['_CHANNELSERVICE']._serialized_end=2579
67
100
  # @@protoc_insertion_point(module_scope)
@@ -257,3 +257,43 @@ class DeleteChannelMetadata(google.protobuf.message.Message):
257
257
  def ClearField(self, field_name: typing.Literal["channel_id", b"channel_id"]) -> None: ...
258
258
 
259
259
  global___DeleteChannelMetadata = DeleteChannelMetadata
260
+
261
+ @typing.final
262
+ class BatchDeleteChannelsRequest(google.protobuf.message.Message):
263
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
264
+
265
+ ORGANIZATION_ID_FIELD_NUMBER: builtins.int
266
+ CHANNEL_IDS_FIELD_NUMBER: builtins.int
267
+ organization_id: builtins.str
268
+ """ID of the organization."""
269
+ @property
270
+ def channel_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
271
+ """List of channel IDs."""
272
+
273
+ def __init__(
274
+ self,
275
+ *,
276
+ organization_id: builtins.str = ...,
277
+ channel_ids: collections.abc.Iterable[builtins.str] | None = ...,
278
+ ) -> None: ...
279
+ def ClearField(self, field_name: typing.Literal["channel_ids", b"channel_ids", "organization_id", b"organization_id"]) -> None: ...
280
+
281
+ global___BatchDeleteChannelsRequest = BatchDeleteChannelsRequest
282
+
283
+ @typing.final
284
+ class BatchDeleteChannelsMetadata(google.protobuf.message.Message):
285
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
286
+
287
+ CHANNEL_IDS_FIELD_NUMBER: builtins.int
288
+ @property
289
+ def channel_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
290
+ """List of channel IDs."""
291
+
292
+ def __init__(
293
+ self,
294
+ *,
295
+ channel_ids: collections.abc.Iterable[builtins.str] | None = ...,
296
+ ) -> None: ...
297
+ def ClearField(self, field_name: typing.Literal["channel_ids", b"channel_ids"]) -> None: ...
298
+
299
+ global___BatchDeleteChannelsMetadata = BatchDeleteChannelsMetadata
@@ -42,6 +42,11 @@ class ChannelServiceStub(object):
42
42
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_channel__service__pb2.DeleteChannelRequest.SerializeToString,
43
43
  response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
44
44
  )
45
+ self.BatchDelete = channel.unary_unary(
46
+ '/yandex.cloud.video.v1.ChannelService/BatchDelete',
47
+ request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_channel__service__pb2.BatchDeleteChannelsRequest.SerializeToString,
48
+ response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
49
+ )
45
50
 
46
51
 
47
52
  class ChannelServiceServicer(object):
@@ -83,6 +88,13 @@ class ChannelServiceServicer(object):
83
88
  context.set_details('Method not implemented!')
84
89
  raise NotImplementedError('Method not implemented!')
85
90
 
91
+ def BatchDelete(self, request, context):
92
+ """Batch delete channels.
93
+ """
94
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
95
+ context.set_details('Method not implemented!')
96
+ raise NotImplementedError('Method not implemented!')
97
+
86
98
 
87
99
  def add_ChannelServiceServicer_to_server(servicer, server):
88
100
  rpc_method_handlers = {
@@ -111,6 +123,11 @@ def add_ChannelServiceServicer_to_server(servicer, server):
111
123
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_channel__service__pb2.DeleteChannelRequest.FromString,
112
124
  response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
113
125
  ),
126
+ 'BatchDelete': grpc.unary_unary_rpc_method_handler(
127
+ servicer.BatchDelete,
128
+ request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_channel__service__pb2.BatchDeleteChannelsRequest.FromString,
129
+ response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
130
+ ),
114
131
  }
115
132
  generic_handler = grpc.method_handlers_generic_handler(
116
133
  'yandex.cloud.video.v1.ChannelService', rpc_method_handlers)
@@ -206,3 +223,20 @@ class ChannelService(object):
206
223
  yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
207
224
  options, channel_credentials,
208
225
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
226
+
227
+ @staticmethod
228
+ def BatchDelete(request,
229
+ target,
230
+ options=(),
231
+ channel_credentials=None,
232
+ call_credentials=None,
233
+ insecure=False,
234
+ compression=None,
235
+ wait_for_ready=None,
236
+ timeout=None,
237
+ metadata=None):
238
+ return grpc.experimental.unary_unary(request, target, '/yandex.cloud.video.v1.ChannelService/BatchDelete',
239
+ yandex_dot_cloud_dot_video_dot_v1_dot_channel__service__pb2.BatchDeleteChannelsRequest.SerializeToString,
240
+ yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
241
+ options, channel_credentials,
242
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -53,6 +53,12 @@ class ChannelServiceStub:
53
53
  ]
54
54
  """Delete channel."""
55
55
 
56
+ BatchDelete: grpc.UnaryUnaryMultiCallable[
57
+ yandex.cloud.video.v1.channel_service_pb2.BatchDeleteChannelsRequest,
58
+ yandex.cloud.operation.operation_pb2.Operation,
59
+ ]
60
+ """Batch delete channels."""
61
+
56
62
  class ChannelServiceAsyncStub:
57
63
  """Channel management service."""
58
64
 
@@ -86,6 +92,12 @@ class ChannelServiceAsyncStub:
86
92
  ]
87
93
  """Delete channel."""
88
94
 
95
+ BatchDelete: grpc.aio.UnaryUnaryMultiCallable[
96
+ yandex.cloud.video.v1.channel_service_pb2.BatchDeleteChannelsRequest,
97
+ yandex.cloud.operation.operation_pb2.Operation,
98
+ ]
99
+ """Batch delete channels."""
100
+
89
101
  class ChannelServiceServicer(metaclass=abc.ABCMeta):
90
102
  """Channel management service."""
91
103
 
@@ -129,4 +141,12 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
129
141
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
130
142
  """Delete channel."""
131
143
 
144
+ @abc.abstractmethod
145
+ def BatchDelete(
146
+ self,
147
+ request: yandex.cloud.video.v1.channel_service_pb2.BatchDeleteChannelsRequest,
148
+ context: _ServicerContext,
149
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
150
+ """Batch delete channels."""
151
+
132
152
  def add_ChannelServiceServicer_to_server(servicer: ChannelServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/episode.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb3\x05\n\x07\x45pisode\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tstream_id\x18\x02 \x01(\t\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\x12.\n\nstart_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\t \x01(\x03\x12J\n\x11visibility_status\x18\n \x01(\x0e\x32/.yandex.cloud.video.v1.Episode.VisibilityStatus\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessRightsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessRightsH\x00\x12.\n\ncreated_at\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"U\n\x10VisibilityStatus\x12!\n\x1dVISIBILITY_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tPUBLISHED\x10\x01\x12\x0f\n\x0bUNPUBLISHED\x10\x02\x42\x0f\n\raccess_rightsJ\x05\x08\x66\x10\xe8\x07J\x04\x08\x0b\x10\x64J\x06\x08\xe9\x07\x10\xea\x07\"\x1b\n\x19\x45pisodePublicAccessRights\"\x1f\n\x1d\x45pisodeAuthSystemAccessRightsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/episode.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\x82\x06\n\x07\x45pisode\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tstream_id\x18\x02 \x01(\t\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\x12.\n\nstart_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\t \x01(\x03\x12J\n\x11visibility_status\x18\n \x01(\x0e\x32/.yandex.cloud.video.v1.Episode.VisibilityStatus\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessRightsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessRightsH\x00\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessRightsH\x00\x12.\n\ncreated_at\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"U\n\x10VisibilityStatus\x12!\n\x1dVISIBILITY_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tPUBLISHED\x10\x01\x12\x0f\n\x0bUNPUBLISHED\x10\x02\x42\x0f\n\raccess_rightsJ\x06\x08\xe9\x07\x10\xea\x07J\x04\x08\x0b\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessRights\"\x1f\n\x1d\x45pisodeAuthSystemAccessRights\"\x1c\n\x1a\x45pisodeSignURLAccessRightsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
18
18
 
19
19
  _globals = globals()
20
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -23,11 +23,13 @@ if _descriptor._USE_C_DESCRIPTORS == False:
23
23
  DESCRIPTOR._options = None
24
24
  DESCRIPTOR._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
25
25
  _globals['_EPISODE']._serialized_start=96
26
- _globals['_EPISODE']._serialized_end=787
27
- _globals['_EPISODE_VISIBILITYSTATUS']._serialized_start=664
28
- _globals['_EPISODE_VISIBILITYSTATUS']._serialized_end=749
29
- _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_start=789
30
- _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_end=816
31
- _globals['_EPISODEAUTHSYSTEMACCESSRIGHTS']._serialized_start=818
32
- _globals['_EPISODEAUTHSYSTEMACCESSRIGHTS']._serialized_end=849
26
+ _globals['_EPISODE']._serialized_end=866
27
+ _globals['_EPISODE_VISIBILITYSTATUS']._serialized_start=743
28
+ _globals['_EPISODE_VISIBILITYSTATUS']._serialized_end=828
29
+ _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_start=868
30
+ _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_end=895
31
+ _globals['_EPISODEAUTHSYSTEMACCESSRIGHTS']._serialized_start=897
32
+ _globals['_EPISODEAUTHSYSTEMACCESSRIGHTS']._serialized_end=928
33
+ _globals['_EPISODESIGNURLACCESSRIGHTS']._serialized_start=930
34
+ _globals['_EPISODESIGNURLACCESSRIGHTS']._serialized_end=958
33
35
  # @@protoc_insertion_point(module_scope)
@@ -49,6 +49,7 @@ class Episode(google.protobuf.message.Message):
49
49
  VISIBILITY_STATUS_FIELD_NUMBER: builtins.int
50
50
  PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
51
51
  AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
52
+ SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
52
53
  CREATED_AT_FIELD_NUMBER: builtins.int
53
54
  UPDATED_AT_FIELD_NUMBER: builtins.int
54
55
  id: builtins.str
@@ -87,6 +88,10 @@ class Episode(google.protobuf.message.Message):
87
88
  def auth_system_access(self) -> global___EpisodeAuthSystemAccessRights:
88
89
  """Checking access rights using the authorization system."""
89
90
 
91
+ @property
92
+ def sign_url_access(self) -> global___EpisodeSignURLAccessRights:
93
+ """Checking access rights using url's signature."""
94
+
90
95
  @property
91
96
  def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
92
97
  """Time when episode was created."""
@@ -110,12 +115,13 @@ class Episode(google.protobuf.message.Message):
110
115
  visibility_status: global___Episode.VisibilityStatus.ValueType = ...,
111
116
  public_access: global___EpisodePublicAccessRights | None = ...,
112
117
  auth_system_access: global___EpisodeAuthSystemAccessRights | None = ...,
118
+ sign_url_access: global___EpisodeSignURLAccessRights | None = ...,
113
119
  created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
114
120
  updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
115
121
  ) -> None: ...
116
- def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "finish_time", b"finish_time", "public_access", b"public_access", "start_time", b"start_time", "updated_at", b"updated_at"]) -> builtins.bool: ...
117
- def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "description", b"description", "dvr_seconds", b"dvr_seconds", "finish_time", b"finish_time", "id", b"id", "line_id", b"line_id", "public_access", b"public_access", "start_time", b"start_time", "stream_id", b"stream_id", "thumbnail_id", b"thumbnail_id", "title", b"title", "updated_at", b"updated_at", "visibility_status", b"visibility_status"]) -> None: ...
118
- def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access"] | None: ...
122
+ def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "finish_time", b"finish_time", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "updated_at", b"updated_at"]) -> builtins.bool: ...
123
+ def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "description", b"description", "dvr_seconds", b"dvr_seconds", "finish_time", b"finish_time", "id", b"id", "line_id", b"line_id", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "stream_id", b"stream_id", "thumbnail_id", b"thumbnail_id", "title", b"title", "updated_at", b"updated_at", "visibility_status", b"visibility_status"]) -> None: ...
124
+ def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access", "sign_url_access"] | None: ...
119
125
 
120
126
  global___Episode = Episode
121
127
 
@@ -138,3 +144,13 @@ class EpisodeAuthSystemAccessRights(google.protobuf.message.Message):
138
144
  ) -> None: ...
139
145
 
140
146
  global___EpisodeAuthSystemAccessRights = EpisodeAuthSystemAccessRights
147
+
148
+ @typing.final
149
+ class EpisodeSignURLAccessRights(google.protobuf.message.Message):
150
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
151
+
152
+ def __init__(
153
+ self,
154
+ ) -> None: ...
155
+
156
+ global___EpisodeSignURLAccessRights = EpisodeSignURLAccessRights
@@ -16,11 +16,12 @@ from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mas
16
16
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
17
17
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
18
18
  from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
19
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
19
20
  from yandex.cloud.video.v1 import episode_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_episode__pb2
20
21
  from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_manifest__pb2
21
22
 
22
23
 
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')
24
+ 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\x1dyandex/cloud/validation.proto\x1a#yandex/cloud/video/v1/episode.proto\x1a$yandex/cloud/video/v1/manifest.proto\"5\n\x11GetEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xd6\x01\n\x13ListEpisodesRequest\x12\x1d\n\tstream_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tpage_size\x18\x64 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x65 \x01(\tB\t\x8a\xc8\x31\x05<=200\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000B\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01J\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\"b\n\x17\x42\x61tchGetEpisodesRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12%\n\x0b\x65pisode_ids\x18\x02 \x03(\tB\x10\x82\xc8\x31\x04\x31-50\x8a\xc8\x31\x04<=50\"L\n\x18\x42\x61tchGetEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\"\xc7\x04\n\x14\x43reateEpisodeRequest\x12\x1d\n\tstream_id\x18\x64 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x65 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x13\n\x05title\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\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\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x01\x42\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe9\x07\x10\xea\x07J\x04\x08\x01\x10\x02J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessParams\"\x1f\n\x1d\x45pisodeAuthSystemAccessParams\"\x1c\n\x1a\x45pisodeSignURLAccessParams\"+\n\x15\x43reateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xb2\x04\n\x14UpdateEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\x1e\n\x0cthumbnail_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\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\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x00\x42\x0f\n\raccess_rightsJ\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\t\x10\xe8\x07\"+\n\x15UpdateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xec\x01\n\x1bPerformEpisodeActionRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe8\x07\x10\xe9\x07J\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\x02\x10\xe8\x07\"\x16\n\x14PublishEpisodeAction\"\x18\n\x16UnpublishEpisodeAction\"2\n\x1cPerformEpisodeActionMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"z\n\x1aGetEpisodePlayerURLRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\">\n\x1aGetEpisodeManifestsRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"Q\n\x1bGetEpisodeManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xc6\x0b\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\x93\x01\n\x08\x42\x61tchGet\x12..yandex.cloud.video.v1.BatchGetEpisodesRequest\x1a/.yandex.cloud.video.v1.BatchGetEpisodesResponse\"&\x82\xd3\xe4\x93\x02 \"\x1b/video/v1/episodes:batchGet:\x01*\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')
24
25
 
25
26
  _globals = globals()
26
27
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -28,10 +29,56 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.video.v1.episo
28
29
  if _descriptor._USE_C_DESCRIPTORS == False:
29
30
  DESCRIPTOR._options = None
30
31
  DESCRIPTOR._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
32
+ _GETEPISODEREQUEST.fields_by_name['episode_id']._options = None
33
+ _GETEPISODEREQUEST.fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
34
+ _LISTEPISODESREQUEST.oneofs_by_name['parent_id']._options = None
35
+ _LISTEPISODESREQUEST.oneofs_by_name['parent_id']._serialized_options = b'\300\3011\001'
36
+ _LISTEPISODESREQUEST.fields_by_name['stream_id']._options = None
37
+ _LISTEPISODESREQUEST.fields_by_name['stream_id']._serialized_options = b'\212\3101\004<=50'
38
+ _LISTEPISODESREQUEST.fields_by_name['line_id']._options = None
39
+ _LISTEPISODESREQUEST.fields_by_name['line_id']._serialized_options = b'\212\3101\004<=50'
40
+ _LISTEPISODESREQUEST.fields_by_name['page_size']._options = None
41
+ _LISTEPISODESREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
42
+ _LISTEPISODESREQUEST.fields_by_name['page_token']._options = None
43
+ _LISTEPISODESREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\005<=200'
44
+ _LISTEPISODESREQUEST.fields_by_name['filter']._options = None
45
+ _LISTEPISODESREQUEST.fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
46
+ _BATCHGETEPISODESREQUEST.fields_by_name['channel_id']._options = None
47
+ _BATCHGETEPISODESREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
48
+ _BATCHGETEPISODESREQUEST.fields_by_name['episode_ids']._options = None
49
+ _BATCHGETEPISODESREQUEST.fields_by_name['episode_ids']._serialized_options = b'\202\3101\0041-50\212\3101\004<=50'
50
+ _CREATEEPISODEREQUEST.oneofs_by_name['parent_id']._options = None
51
+ _CREATEEPISODEREQUEST.oneofs_by_name['parent_id']._serialized_options = b'\300\3011\001'
52
+ _CREATEEPISODEREQUEST.oneofs_by_name['access_rights']._options = None
53
+ _CREATEEPISODEREQUEST.oneofs_by_name['access_rights']._serialized_options = b'\300\3011\001'
54
+ _CREATEEPISODEREQUEST.fields_by_name['stream_id']._options = None
55
+ _CREATEEPISODEREQUEST.fields_by_name['stream_id']._serialized_options = b'\212\3101\004<=50'
56
+ _CREATEEPISODEREQUEST.fields_by_name['line_id']._options = None
57
+ _CREATEEPISODEREQUEST.fields_by_name['line_id']._serialized_options = b'\212\3101\004<=50'
58
+ _CREATEEPISODEREQUEST.fields_by_name['title']._options = None
59
+ _CREATEEPISODEREQUEST.fields_by_name['title']._serialized_options = b'\350\3071\001'
60
+ _CREATEEPISODEREQUEST.fields_by_name['thumbnail_id']._options = None
61
+ _CREATEEPISODEREQUEST.fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
62
+ _UPDATEEPISODEREQUEST.fields_by_name['episode_id']._options = None
63
+ _UPDATEEPISODEREQUEST.fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
64
+ _UPDATEEPISODEREQUEST.fields_by_name['thumbnail_id']._options = None
65
+ _UPDATEEPISODEREQUEST.fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
66
+ _DELETEEPISODEREQUEST.fields_by_name['episode_id']._options = None
67
+ _DELETEEPISODEREQUEST.fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
68
+ _PERFORMEPISODEACTIONREQUEST.oneofs_by_name['action']._options = None
69
+ _PERFORMEPISODEACTIONREQUEST.oneofs_by_name['action']._serialized_options = b'\300\3011\001'
70
+ _PERFORMEPISODEACTIONREQUEST.fields_by_name['episode_id']._options = None
71
+ _PERFORMEPISODEACTIONREQUEST.fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
72
+ _GETEPISODEPLAYERURLREQUEST.fields_by_name['episode_id']._options = None
73
+ _GETEPISODEPLAYERURLREQUEST.fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
74
+ _GETEPISODEMANIFESTSREQUEST.fields_by_name['episode_id']._options = None
75
+ _GETEPISODEMANIFESTSREQUEST.fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
31
76
  _EPISODESERVICE.methods_by_name['Get']._options = None
32
77
  _EPISODESERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002!\022\037/video/v1/episodes/{episode_id}'
33
78
  _EPISODESERVICE.methods_by_name['List']._options = None
34
79
  _EPISODESERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\024\022\022/video/v1/episodes'
80
+ _EPISODESERVICE.methods_by_name['BatchGet']._options = None
81
+ _EPISODESERVICE.methods_by_name['BatchGet']._serialized_options = b'\202\323\344\223\002 \"\033/video/v1/episodes:batchGet:\001*'
35
82
  _EPISODESERVICE.methods_by_name['Create']._options = None
36
83
  _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*'
37
84
  _EPISODESERVICE.methods_by_name['Update']._options = None
@@ -44,46 +91,52 @@ if _descriptor._USE_C_DESCRIPTORS == False:
44
91
  _EPISODESERVICE.methods_by_name['GetPlayerURL']._serialized_options = b'\202\323\344\223\002.\022,/video/v1/episodes/{episode_id}:getPlayerUrl'
45
92
  _EPISODESERVICE.methods_by_name['GetManifests']._options = None
46
93
  _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
94
+ _globals['_GETEPISODEREQUEST']._serialized_start=347
95
+ _globals['_GETEPISODEREQUEST']._serialized_end=400
96
+ _globals['_LISTEPISODESREQUEST']._serialized_start=403
97
+ _globals['_LISTEPISODESREQUEST']._serialized_end=617
98
+ _globals['_LISTEPISODESRESPONSE']._serialized_start=619
99
+ _globals['_LISTEPISODESRESPONSE']._serialized_end=722
100
+ _globals['_BATCHGETEPISODESREQUEST']._serialized_start=724
101
+ _globals['_BATCHGETEPISODESREQUEST']._serialized_end=822
102
+ _globals['_BATCHGETEPISODESRESPONSE']._serialized_start=824
103
+ _globals['_BATCHGETEPISODESRESPONSE']._serialized_end=900
104
+ _globals['_CREATEEPISODEREQUEST']._serialized_start=903
105
+ _globals['_CREATEEPISODEREQUEST']._serialized_end=1486
106
+ _globals['_EPISODEPUBLICACCESSPARAMS']._serialized_start=1488
107
+ _globals['_EPISODEPUBLICACCESSPARAMS']._serialized_end=1515
108
+ _globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_start=1517
109
+ _globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_end=1548
110
+ _globals['_EPISODESIGNURLACCESSPARAMS']._serialized_start=1550
111
+ _globals['_EPISODESIGNURLACCESSPARAMS']._serialized_end=1578
112
+ _globals['_CREATEEPISODEMETADATA']._serialized_start=1580
113
+ _globals['_CREATEEPISODEMETADATA']._serialized_end=1623
114
+ _globals['_UPDATEEPISODEREQUEST']._serialized_start=1626
115
+ _globals['_UPDATEEPISODEREQUEST']._serialized_end=2188
116
+ _globals['_UPDATEEPISODEMETADATA']._serialized_start=2190
117
+ _globals['_UPDATEEPISODEMETADATA']._serialized_end=2233
118
+ _globals['_DELETEEPISODEREQUEST']._serialized_start=2235
119
+ _globals['_DELETEEPISODEREQUEST']._serialized_end=2291
120
+ _globals['_DELETEEPISODEMETADATA']._serialized_start=2293
121
+ _globals['_DELETEEPISODEMETADATA']._serialized_end=2336
122
+ _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=2339
123
+ _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=2575
124
+ _globals['_PUBLISHEPISODEACTION']._serialized_start=2577
125
+ _globals['_PUBLISHEPISODEACTION']._serialized_end=2599
126
+ _globals['_UNPUBLISHEPISODEACTION']._serialized_start=2601
127
+ _globals['_UNPUBLISHEPISODEACTION']._serialized_end=2625
128
+ _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=2627
129
+ _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=2677
130
+ _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=2679
131
+ _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=2801
132
+ _globals['_EPISODEPLAYERPARAMS']._serialized_start=2803
133
+ _globals['_EPISODEPLAYERPARAMS']._serialized_end=2872
134
+ _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=2874
135
+ _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=2937
136
+ _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=2939
137
+ _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=3001
138
+ _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=3003
139
+ _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=3084
140
+ _globals['_EPISODESERVICE']._serialized_start=3087
141
+ _globals['_EPISODESERVICE']._serialized_end=4565
89
142
  # @@protoc_insertion_point(module_scope)