yandexcloud 0.324.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 (119) 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.pyi +3 -3
  11. yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
  12. yandex/cloud/ai/stt/v3/stt_pb2.pyi +15 -0
  13. yandex/cloud/ai/stt/v3/stt_service_pb2.py +10 -7
  14. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +34 -0
  15. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +18 -0
  16. yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +26 -26
  17. yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +7 -1
  18. yandex/cloud/backup/v1/policy_pb2.pyi +1 -1
  19. yandex/cloud/cdn/v1/resource_service_pb2.py +14 -14
  20. yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
  21. yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +2 -0
  22. yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +3 -3
  23. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +9 -6
  24. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +15 -9
  25. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +1 -1
  26. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +42 -38
  27. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +2 -2
  28. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +6 -6
  29. yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +9 -5
  30. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +96 -0
  31. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +55 -53
  32. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +14 -2
  33. yandex/cloud/iam/v1/user_account_pb2.pyi +2 -2
  34. yandex/cloud/iam/v1/user_account_service_pb2_grpc.py +3 -3
  35. yandex/cloud/iam/v1/user_account_service_pb2_grpc.pyi +3 -3
  36. yandex/cloud/mdb/redis/v1/backup_pb2.py +4 -2
  37. yandex/cloud/mdb/redis/v1/backup_pb2.pyi +31 -1
  38. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +2 -2
  39. yandex/cloud/searchapi/__init__.py +0 -0
  40. yandex/cloud/searchapi/v2/__init__.py +0 -0
  41. yandex/cloud/searchapi/v2/search_query_pb2.py +37 -0
  42. yandex/cloud/searchapi/v2/search_query_pb2.pyi +100 -0
  43. yandex/cloud/searchapi/v2/search_query_pb2_grpc.py +4 -0
  44. yandex/cloud/searchapi/v2/search_query_pb2_grpc.pyi +17 -0
  45. yandex/cloud/searchapi/v2/search_service_pb2.py +61 -0
  46. yandex/cloud/searchapi/v2/search_service_pb2.pyi +218 -0
  47. yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +70 -0
  48. yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +48 -0
  49. yandex/cloud/serverless/containers/v1/container_pb2.py +42 -34
  50. yandex/cloud/serverless/containers/v1/container_pb2.pyi +52 -2
  51. yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
  52. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
  53. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +9 -9
  54. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +8 -0
  55. yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +31 -31
  56. yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +4 -0
  57. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +23 -15
  58. yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +32 -0
  59. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +34 -0
  60. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +20 -0
  61. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.py +46 -40
  62. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.pyi +47 -2
  63. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.py +18 -18
  64. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.pyi +16 -3
  65. yandex/cloud/video/v1/channel_pb2.py +1 -1
  66. yandex/cloud/video/v1/channel_service_pb2.py +58 -25
  67. yandex/cloud/video/v1/channel_service_pb2.pyi +40 -0
  68. yandex/cloud/video/v1/channel_service_pb2_grpc.py +34 -0
  69. yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +20 -0
  70. yandex/cloud/video/v1/episode_pb2.py +10 -8
  71. yandex/cloud/video/v1/episode_pb2.pyi +19 -3
  72. yandex/cloud/video/v1/episode_service_pb2.py +96 -43
  73. yandex/cloud/video/v1/episode_service_pb2.pyi +68 -6
  74. yandex/cloud/video/v1/episode_service_pb2_grpc.py +34 -0
  75. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
  76. yandex/cloud/video/v1/manifest_pb2.py +3 -3
  77. yandex/cloud/video/v1/manifest_pb2.pyi +1 -5
  78. yandex/cloud/video/v1/playlist_pb2.py +29 -0
  79. yandex/cloud/video/v1/playlist_pb2.pyi +89 -0
  80. yandex/cloud/video/v1/playlist_pb2_grpc.py +4 -0
  81. yandex/cloud/video/v1/playlist_pb2_grpc.pyi +17 -0
  82. yandex/cloud/video/v1/playlist_service_pb2.py +102 -0
  83. yandex/cloud/video/v1/playlist_service_pb2.pyi +331 -0
  84. yandex/cloud/video/v1/playlist_service_pb2_grpc.py +276 -0
  85. yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +172 -0
  86. yandex/cloud/video/v1/stream_line_pb2.py +1 -1
  87. yandex/cloud/video/v1/stream_line_service_pb2.py +122 -55
  88. yandex/cloud/video/v1/stream_line_service_pb2.pyi +80 -0
  89. yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +68 -0
  90. yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +40 -0
  91. yandex/cloud/video/v1/stream_pb2.py +1 -1
  92. yandex/cloud/video/v1/stream_service_pb2.py +98 -37
  93. yandex/cloud/video/v1/stream_service_pb2.pyi +80 -0
  94. yandex/cloud/video/v1/stream_service_pb2_grpc.py +68 -0
  95. yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +40 -0
  96. yandex/cloud/video/v1/subtitle_pb2.py +29 -0
  97. yandex/cloud/video/v1/subtitle_pb2.pyi +90 -0
  98. yandex/cloud/video/v1/subtitle_pb2_grpc.py +4 -0
  99. yandex/cloud/video/v1/subtitle_pb2_grpc.pyi +17 -0
  100. yandex/cloud/video/v1/subtitle_service_pb2.py +83 -0
  101. yandex/cloud/video/v1/subtitle_service_pb2.pyi +212 -0
  102. yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +208 -0
  103. yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +132 -0
  104. yandex/cloud/video/v1/thumbnail_service_pb2.py +50 -21
  105. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +48 -0
  106. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +69 -0
  107. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +41 -0
  108. yandex/cloud/video/v1/video_pb2.py +18 -14
  109. yandex/cloud/video/v1/video_pb2.pyi +55 -3
  110. yandex/cloud/video/v1/video_service_pb2.py +118 -49
  111. yandex/cloud/video/v1/video_service_pb2.pyi +161 -6
  112. yandex/cloud/video/v1/video_service_pb2_grpc.py +102 -0
  113. yandex/cloud/video/v1/video_service_pb2_grpc.pyi +60 -0
  114. {yandexcloud-0.324.0.dist-info → yandexcloud-0.325.0.dist-info}/METADATA +1 -1
  115. {yandexcloud-0.324.0.dist-info → yandexcloud-0.325.0.dist-info}/RECORD +119 -93
  116. {yandexcloud-0.324.0.dist-info → yandexcloud-0.325.0.dist-info}/WHEEL +1 -1
  117. {yandexcloud-0.324.0.dist-info → yandexcloud-0.325.0.dist-info}/AUTHORS +0 -0
  118. {yandexcloud-0.324.0.dist-info → yandexcloud-0.325.0.dist-info}/LICENSE +0 -0
  119. {yandexcloud-0.324.0.dist-info → yandexcloud-0.325.0.dist-info}/top_level.txt +0 -0
@@ -15,11 +15,12 @@ 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 manifest_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_manifest__pb2
19
20
  from yandex.cloud.video.v1 import video_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_video__pb2
20
21
 
21
22
 
22
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a$yandex/cloud/video/v1/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"#\n\x0fGetVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"u\n\x10ListVideoRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x64 \x01(\x03\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"`\n\x11ListVideoResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xe9\x03\n\x12\x43reateVideoRequest\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x04 \x01(\t\x12\x46\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.LabelsEntry\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDParamsH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06sourceB\x0f\n\raccess_rightsJ\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0fJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x05\x10\xc8\x01\"7\n\x0fVideoTUSDParams\x12\x11\n\tfile_size\x18\x01 \x01(\x03\x12\x11\n\tfile_name\x18\x02 \x01(\t\"\x19\n\x17VideoPublicAccessParams\"\x1d\n\x1bVideoAuthSystemAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xcc\x03\n\x12UpdateVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x05 \x01(\t\x12\x46\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.LabelsEntry\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x00\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\raccess_rightsJ\x06\x08\xc9\x01\x10\xd0\x0fJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x06\x10\xc8\x01\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"&\n\x12\x44\x65leteVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\'\n\x13\x44\x65leteVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xc0\x01\n\x19PerformVideoActionRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12=\n\x07publish\x18\xe8\x07 \x01(\x0b\x32).yandex.cloud.video.v1.PublishVideoActionH\x00\x12\x41\n\tunpublish\x18\xe9\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.UnpublishVideoActionH\x00\x42\x08\n\x06\x61\x63tionJ\x05\x08\x02\x10\xe8\x07\"\x14\n\x12PublishVideoAction\"\x16\n\x14UnpublishVideoAction\".\n\x1aPerformVideoActionMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"f\n\x18GetVideoPlayerURLRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12\x38\n\x06params\x18\x02 \x01(\x0b\x32(.yandex.cloud.video.v1.VideoPlayerParams\"C\n\x11VideoPlayerParams\x12\x0c\n\x04mute\x18\x01 \x01(\x08\x12\x10\n\x08\x61utoplay\x18\x02 \x01(\x08\x12\x0e\n\x06hidden\x18\x03 \x01(\x08\"=\n\x19GetVideoPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\",\n\x18GetVideoManifestsRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\"O\n\x19GetVideoManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xea\t\n\x0cVideoService\x12p\n\x03Get\x12&.yandex.cloud.video.v1.GetVideoRequest\x1a\x1c.yandex.cloud.video.v1.Video\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/video/v1/videos/{video_id}\x12s\n\x04List\x12\'.yandex.cloud.video.v1.ListVideoRequest\x1a(.yandex.cloud.video.v1.ListVideoResponse\"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/video/v1/videos\x12\x93\x01\n\x06\x43reate\x12).yandex.cloud.video.v1.CreateVideoRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*\x1c\n\x13\x43reateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02\x15\"\x10/video/v1/videos:\x01*\x12\x9e\x01\n\x06Update\x12).yandex.cloud.video.v1.UpdateVideoRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*\x1c\n\x13UpdateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02 2\x1b/video/v1/videos/{video_id}:\x01*\x12\xab\x01\n\x06\x44\x65lete\x12).yandex.cloud.video.v1.DeleteVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*,\n\x13\x44\x65leteVideoMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/video/v1/videos/{video_id}\x12\xc1\x01\n\rPerformAction\x12\x30.yandex.cloud.video.v1.PerformVideoActionRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*#\n\x1aPerformVideoActionMetadata\x12\x05Video\x82\xd3\xe4\x93\x02.\")/video/v1/videos/{video_id}:performAction:\x01*\x12\xa3\x01\n\x0cGetPlayerURL\x12/.yandex.cloud.video.v1.GetVideoPlayerURLRequest\x1a\x30.yandex.cloud.video.v1.GetVideoPlayerURLResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getPlayerURL\x12\xa3\x01\n\x0cGetManifests\x12/.yandex.cloud.video.v1.GetVideoManifestsRequest\x1a\x30.yandex.cloud.video.v1.GetVideoManifestsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
23
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a$yandex/cloud/video/v1/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"1\n\x0fGetVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xa6\x01\n\x10ListVideoRequest\x12 \n\nchannel_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\"`\n\x11ListVideoResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"^\n\x15\x42\x61tchGetVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12#\n\tvideo_ids\x18\x02 \x03(\tB\x10\x82\xc8\x31\x04\x31-50\x8a\xc8\x31\x04<=50\"F\n\x16\x42\x61tchGetVideosResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\"\xe0\x05\n\x12\x43reateVideoRequest\x12 \n\nchannel_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\x1e\n\x0cthumbnail_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12<\n\x0e\x61uto_transcode\x18\x05 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.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\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDParamsH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x01\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x06\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0f\"?\n\x0fVideoTUSDParams\x12\x19\n\tfile_size\x18\x01 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\x11\n\tfile_name\x18\x02 \x01(\t\"\x19\n\x17VideoPublicAccessParams\"\x1d\n\x1bVideoAuthSystemAccessParams\"\x1a\n\x18VideoSignURLAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xb1\x05\n\x12UpdateVideoRequest\x12\x1e\n\x08video_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\x0e\x61uto_transcode\x18\x06 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.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\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x00\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x00\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\raccess_rightsJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x07\x10\xc8\x01J\x06\x08\xc9\x01\x10\xd0\x0f\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"o\n\x15TranscodeVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x14\n\x0csubtitle_ids\x18\x03 \x03(\t\"*\n\x16TranscodeVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"a\n\x18\x42\x61tchDeleteVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12#\n\tvideo_ids\x18\x02 \x03(\tB\x10\x82\xc8\x31\x04\x31-50\x8a\xc8\x31\x04<=50\".\n\x19\x42\x61tchDeleteVideosMetadata\x12\x11\n\tvideo_ids\x18\x01 \x03(\t\"\xd4\x01\n\x19PerformVideoActionRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12=\n\x07publish\x18\xe8\x07 \x01(\x0b\x32).yandex.cloud.video.v1.PublishVideoActionH\x00\x12\x41\n\tunpublish\x18\xe9\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.UnpublishVideoActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x05\x08\x02\x10\xe8\x07\"\x14\n\x12PublishVideoAction\"\x16\n\x14UnpublishVideoAction\".\n\x1aPerformVideoActionMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"t\n\x18GetVideoPlayerURLRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x06params\x18\x02 \x01(\x0b\x32(.yandex.cloud.video.v1.VideoPlayerParams\"C\n\x11VideoPlayerParams\x12\x0c\n\x04mute\x18\x01 \x01(\x08\x12\x10\n\x08\x61utoplay\x18\x02 \x01(\x08\x12\x0e\n\x06hidden\x18\x03 \x01(\x08\"=\n\x19GetVideoPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\":\n\x18GetVideoManifestsRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"O\n\x19GetVideoManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xf1\r\n\x0cVideoService\x12p\n\x03Get\x12&.yandex.cloud.video.v1.GetVideoRequest\x1a\x1c.yandex.cloud.video.v1.Video\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/video/v1/videos/{video_id}\x12s\n\x04List\x12\'.yandex.cloud.video.v1.ListVideoRequest\x1a(.yandex.cloud.video.v1.ListVideoResponse\"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/video/v1/videos\x12\x8d\x01\n\x08\x42\x61tchGet\x12,.yandex.cloud.video.v1.BatchGetVideosRequest\x1a-.yandex.cloud.video.v1.BatchGetVideosResponse\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/video/v1/videos:batchGet:\x01*\x12\x93\x01\n\x06\x43reate\x12).yandex.cloud.video.v1.CreateVideoRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*\x1c\n\x13\x43reateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02\x15\"\x10/video/v1/videos:\x01*\x12\x9e\x01\n\x06Update\x12).yandex.cloud.video.v1.UpdateVideoRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*\x1c\n\x13UpdateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02 2\x1b/video/v1/videos/{video_id}:\x01*\x12\xb1\x01\n\tTranscode\x12,.yandex.cloud.video.v1.TranscodeVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*\x1f\n\x16TranscodeVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02*\"%/video/v1/videos/{video_id}:transcode:\x01*\x12\xab\x01\n\x06\x44\x65lete\x12).yandex.cloud.video.v1.DeleteVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*,\n\x13\x44\x65leteVideoMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/video/v1/videos/{video_id}\x12\xc0\x01\n\x0b\x42\x61tchDelete\x12/.yandex.cloud.video.v1.BatchDeleteVideosRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*2\n\x19\x42\x61tchDeleteVideosMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!\"\x1c/video/v1/videos:batchDelete:\x01*\x12\xc1\x01\n\rPerformAction\x12\x30.yandex.cloud.video.v1.PerformVideoActionRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*#\n\x1aPerformVideoActionMetadata\x12\x05Video\x82\xd3\xe4\x93\x02.\")/video/v1/videos/{video_id}:performAction:\x01*\x12\xa3\x01\n\x0cGetPlayerURL\x12/.yandex.cloud.video.v1.GetVideoPlayerURLRequest\x1a\x30.yandex.cloud.video.v1.GetVideoPlayerURLResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getPlayerURL\x12\xa3\x01\n\x0cGetManifests\x12/.yandex.cloud.video.v1.GetVideoManifestsRequest\x1a\x30.yandex.cloud.video.v1.GetVideoManifestsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
23
24
 
24
25
  _globals = globals()
25
26
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -27,72 +28,140 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.video.v1.video
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
+ _GETVIDEOREQUEST.fields_by_name['video_id']._options = None
32
+ _GETVIDEOREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
33
+ _LISTVIDEOREQUEST.fields_by_name['channel_id']._options = None
34
+ _LISTVIDEOREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
35
+ _LISTVIDEOREQUEST.fields_by_name['page_size']._options = None
36
+ _LISTVIDEOREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
37
+ _LISTVIDEOREQUEST.fields_by_name['page_token']._options = None
38
+ _LISTVIDEOREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\005<=200'
39
+ _LISTVIDEOREQUEST.fields_by_name['filter']._options = None
40
+ _LISTVIDEOREQUEST.fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
41
+ _BATCHGETVIDEOSREQUEST.fields_by_name['channel_id']._options = None
42
+ _BATCHGETVIDEOSREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
43
+ _BATCHGETVIDEOSREQUEST.fields_by_name['video_ids']._options = None
44
+ _BATCHGETVIDEOSREQUEST.fields_by_name['video_ids']._serialized_options = b'\202\3101\0041-50\212\3101\004<=50'
30
45
  _CREATEVIDEOREQUEST_LABELSENTRY._options = None
31
46
  _CREATEVIDEOREQUEST_LABELSENTRY._serialized_options = b'8\001'
47
+ _CREATEVIDEOREQUEST.oneofs_by_name['source']._options = None
48
+ _CREATEVIDEOREQUEST.oneofs_by_name['source']._serialized_options = b'\300\3011\001'
49
+ _CREATEVIDEOREQUEST.oneofs_by_name['access_rights']._options = None
50
+ _CREATEVIDEOREQUEST.oneofs_by_name['access_rights']._serialized_options = b'\300\3011\001'
51
+ _CREATEVIDEOREQUEST.fields_by_name['channel_id']._options = None
52
+ _CREATEVIDEOREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
53
+ _CREATEVIDEOREQUEST.fields_by_name['title']._options = None
54
+ _CREATEVIDEOREQUEST.fields_by_name['title']._serialized_options = b'\350\3071\001'
55
+ _CREATEVIDEOREQUEST.fields_by_name['thumbnail_id']._options = None
56
+ _CREATEVIDEOREQUEST.fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
57
+ _CREATEVIDEOREQUEST.fields_by_name['labels']._options = None
58
+ _CREATEVIDEOREQUEST.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'
59
+ _VIDEOTUSDPARAMS.fields_by_name['file_size']._options = None
60
+ _VIDEOTUSDPARAMS.fields_by_name['file_size']._serialized_options = b'\372\3071\002>0'
32
61
  _UPDATEVIDEOREQUEST_LABELSENTRY._options = None
33
62
  _UPDATEVIDEOREQUEST_LABELSENTRY._serialized_options = b'8\001'
63
+ _UPDATEVIDEOREQUEST.fields_by_name['video_id']._options = None
64
+ _UPDATEVIDEOREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
65
+ _UPDATEVIDEOREQUEST.fields_by_name['thumbnail_id']._options = None
66
+ _UPDATEVIDEOREQUEST.fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
67
+ _UPDATEVIDEOREQUEST.fields_by_name['labels']._options = None
68
+ _UPDATEVIDEOREQUEST.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'
69
+ _DELETEVIDEOREQUEST.fields_by_name['video_id']._options = None
70
+ _DELETEVIDEOREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
71
+ _BATCHDELETEVIDEOSREQUEST.fields_by_name['channel_id']._options = None
72
+ _BATCHDELETEVIDEOSREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
73
+ _BATCHDELETEVIDEOSREQUEST.fields_by_name['video_ids']._options = None
74
+ _BATCHDELETEVIDEOSREQUEST.fields_by_name['video_ids']._serialized_options = b'\202\3101\0041-50\212\3101\004<=50'
75
+ _PERFORMVIDEOACTIONREQUEST.oneofs_by_name['action']._options = None
76
+ _PERFORMVIDEOACTIONREQUEST.oneofs_by_name['action']._serialized_options = b'\300\3011\001'
77
+ _PERFORMVIDEOACTIONREQUEST.fields_by_name['video_id']._options = None
78
+ _PERFORMVIDEOACTIONREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
79
+ _GETVIDEOPLAYERURLREQUEST.fields_by_name['video_id']._options = None
80
+ _GETVIDEOPLAYERURLREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
81
+ _GETVIDEOMANIFESTSREQUEST.fields_by_name['video_id']._options = None
82
+ _GETVIDEOMANIFESTSREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
34
83
  _VIDEOSERVICE.methods_by_name['Get']._options = None
35
84
  _VIDEOSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002\035\022\033/video/v1/videos/{video_id}'
36
85
  _VIDEOSERVICE.methods_by_name['List']._options = None
37
86
  _VIDEOSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\022\022\020/video/v1/videos'
87
+ _VIDEOSERVICE.methods_by_name['BatchGet']._options = None
88
+ _VIDEOSERVICE.methods_by_name['BatchGet']._serialized_options = b'\202\323\344\223\002\036\"\031/video/v1/videos:batchGet:\001*'
38
89
  _VIDEOSERVICE.methods_by_name['Create']._options = None
39
90
  _VIDEOSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*\034\n\023CreateVideoMetadata\022\005Video\202\323\344\223\002\025\"\020/video/v1/videos:\001*'
40
91
  _VIDEOSERVICE.methods_by_name['Update']._options = None
41
92
  _VIDEOSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*\034\n\023UpdateVideoMetadata\022\005Video\202\323\344\223\002 2\033/video/v1/videos/{video_id}:\001*'
93
+ _VIDEOSERVICE.methods_by_name['Transcode']._options = None
94
+ _VIDEOSERVICE.methods_by_name['Transcode']._serialized_options = b'\262\322*\037\n\026TranscodeVideoMetadata\022\005Video\202\323\344\223\002*\"%/video/v1/videos/{video_id}:transcode:\001*'
42
95
  _VIDEOSERVICE.methods_by_name['Delete']._options = None
43
96
  _VIDEOSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*,\n\023DeleteVideoMetadata\022\025google.protobuf.Empty\202\323\344\223\002\035*\033/video/v1/videos/{video_id}'
97
+ _VIDEOSERVICE.methods_by_name['BatchDelete']._options = None
98
+ _VIDEOSERVICE.methods_by_name['BatchDelete']._serialized_options = b'\262\322*2\n\031BatchDeleteVideosMetadata\022\025google.protobuf.Empty\202\323\344\223\002!\"\034/video/v1/videos:batchDelete:\001*'
44
99
  _VIDEOSERVICE.methods_by_name['PerformAction']._options = None
45
100
  _VIDEOSERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*#\n\032PerformVideoActionMetadata\022\005Video\202\323\344\223\002.\")/video/v1/videos/{video_id}:performAction:\001*'
46
101
  _VIDEOSERVICE.methods_by_name['GetPlayerURL']._options = None
47
102
  _VIDEOSERVICE.methods_by_name['GetPlayerURL']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getPlayerURL'
48
103
  _VIDEOSERVICE.methods_by_name['GetManifests']._options = None
49
104
  _VIDEOSERVICE.methods_by_name['GetManifests']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getManifests'
50
- _globals['_GETVIDEOREQUEST']._serialized_start=279
51
- _globals['_GETVIDEOREQUEST']._serialized_end=314
52
- _globals['_LISTVIDEOREQUEST']._serialized_start=316
53
- _globals['_LISTVIDEOREQUEST']._serialized_end=433
54
- _globals['_LISTVIDEORESPONSE']._serialized_start=435
55
- _globals['_LISTVIDEORESPONSE']._serialized_end=531
56
- _globals['_CREATEVIDEOREQUEST']._serialized_start=534
57
- _globals['_CREATEVIDEOREQUEST']._serialized_end=1023
58
- _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=920
59
- _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=965
60
- _globals['_VIDEOTUSDPARAMS']._serialized_start=1025
61
- _globals['_VIDEOTUSDPARAMS']._serialized_end=1080
62
- _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1082
63
- _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1107
64
- _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=1109
65
- _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=1138
66
- _globals['_CREATEVIDEOMETADATA']._serialized_start=1140
67
- _globals['_CREATEVIDEOMETADATA']._serialized_end=1179
68
- _globals['_UPDATEVIDEOREQUEST']._serialized_start=1182
69
- _globals['_UPDATEVIDEOREQUEST']._serialized_end=1642
70
- _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=920
71
- _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=965
72
- _globals['_UPDATEVIDEOMETADATA']._serialized_start=1644
73
- _globals['_UPDATEVIDEOMETADATA']._serialized_end=1683
74
- _globals['_DELETEVIDEOREQUEST']._serialized_start=1685
75
- _globals['_DELETEVIDEOREQUEST']._serialized_end=1723
76
- _globals['_DELETEVIDEOMETADATA']._serialized_start=1725
77
- _globals['_DELETEVIDEOMETADATA']._serialized_end=1764
78
- _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=1767
79
- _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=1959
80
- _globals['_PUBLISHVIDEOACTION']._serialized_start=1961
81
- _globals['_PUBLISHVIDEOACTION']._serialized_end=1981
82
- _globals['_UNPUBLISHVIDEOACTION']._serialized_start=1983
83
- _globals['_UNPUBLISHVIDEOACTION']._serialized_end=2005
84
- _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=2007
85
- _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=2053
86
- _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=2055
87
- _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=2157
88
- _globals['_VIDEOPLAYERPARAMS']._serialized_start=2159
89
- _globals['_VIDEOPLAYERPARAMS']._serialized_end=2226
90
- _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=2228
91
- _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=2289
92
- _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=2291
93
- _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=2335
94
- _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=2337
95
- _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=2416
96
- _globals['_VIDEOSERVICE']._serialized_start=2419
97
- _globals['_VIDEOSERVICE']._serialized_end=3677
105
+ _globals['_GETVIDEOREQUEST']._serialized_start=310
106
+ _globals['_GETVIDEOREQUEST']._serialized_end=359
107
+ _globals['_LISTVIDEOREQUEST']._serialized_start=362
108
+ _globals['_LISTVIDEOREQUEST']._serialized_end=528
109
+ _globals['_LISTVIDEORESPONSE']._serialized_start=530
110
+ _globals['_LISTVIDEORESPONSE']._serialized_end=626
111
+ _globals['_BATCHGETVIDEOSREQUEST']._serialized_start=628
112
+ _globals['_BATCHGETVIDEOSREQUEST']._serialized_end=722
113
+ _globals['_BATCHGETVIDEOSRESPONSE']._serialized_start=724
114
+ _globals['_BATCHGETVIDEOSRESPONSE']._serialized_end=794
115
+ _globals['_CREATEVIDEOREQUEST']._serialized_start=797
116
+ _globals['_CREATEVIDEOREQUEST']._serialized_end=1533
117
+ _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1418
118
+ _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1463
119
+ _globals['_VIDEOTUSDPARAMS']._serialized_start=1535
120
+ _globals['_VIDEOTUSDPARAMS']._serialized_end=1598
121
+ _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1600
122
+ _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1625
123
+ _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=1627
124
+ _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=1656
125
+ _globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_start=1658
126
+ _globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_end=1684
127
+ _globals['_CREATEVIDEOMETADATA']._serialized_start=1686
128
+ _globals['_CREATEVIDEOMETADATA']._serialized_end=1725
129
+ _globals['_UPDATEVIDEOREQUEST']._serialized_start=1728
130
+ _globals['_UPDATEVIDEOREQUEST']._serialized_end=2417
131
+ _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1418
132
+ _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1463
133
+ _globals['_UPDATEVIDEOMETADATA']._serialized_start=2419
134
+ _globals['_UPDATEVIDEOMETADATA']._serialized_end=2458
135
+ _globals['_TRANSCODEVIDEOREQUEST']._serialized_start=2460
136
+ _globals['_TRANSCODEVIDEOREQUEST']._serialized_end=2571
137
+ _globals['_TRANSCODEVIDEOMETADATA']._serialized_start=2573
138
+ _globals['_TRANSCODEVIDEOMETADATA']._serialized_end=2615
139
+ _globals['_DELETEVIDEOREQUEST']._serialized_start=2617
140
+ _globals['_DELETEVIDEOREQUEST']._serialized_end=2669
141
+ _globals['_DELETEVIDEOMETADATA']._serialized_start=2671
142
+ _globals['_DELETEVIDEOMETADATA']._serialized_end=2710
143
+ _globals['_BATCHDELETEVIDEOSREQUEST']._serialized_start=2712
144
+ _globals['_BATCHDELETEVIDEOSREQUEST']._serialized_end=2809
145
+ _globals['_BATCHDELETEVIDEOSMETADATA']._serialized_start=2811
146
+ _globals['_BATCHDELETEVIDEOSMETADATA']._serialized_end=2857
147
+ _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=2860
148
+ _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=3072
149
+ _globals['_PUBLISHVIDEOACTION']._serialized_start=3074
150
+ _globals['_PUBLISHVIDEOACTION']._serialized_end=3094
151
+ _globals['_UNPUBLISHVIDEOACTION']._serialized_start=3096
152
+ _globals['_UNPUBLISHVIDEOACTION']._serialized_end=3118
153
+ _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=3120
154
+ _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=3166
155
+ _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=3168
156
+ _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=3284
157
+ _globals['_VIDEOPLAYERPARAMS']._serialized_start=3286
158
+ _globals['_VIDEOPLAYERPARAMS']._serialized_end=3353
159
+ _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=3355
160
+ _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=3416
161
+ _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=3418
162
+ _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=3476
163
+ _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=3478
164
+ _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=3557
165
+ _globals['_VIDEOSERVICE']._serialized_start=3560
166
+ _globals['_VIDEOSERVICE']._serialized_end=5337
98
167
  # @@protoc_insertion_point(module_scope)
@@ -94,6 +94,46 @@ class ListVideoResponse(google.protobuf.message.Message):
94
94
 
95
95
  global___ListVideoResponse = ListVideoResponse
96
96
 
97
+ @typing.final
98
+ class BatchGetVideosRequest(google.protobuf.message.Message):
99
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
100
+
101
+ CHANNEL_ID_FIELD_NUMBER: builtins.int
102
+ VIDEO_IDS_FIELD_NUMBER: builtins.int
103
+ channel_id: builtins.str
104
+ """ID of the channel."""
105
+ @property
106
+ def video_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
107
+ """List of requested video IDs."""
108
+
109
+ def __init__(
110
+ self,
111
+ *,
112
+ channel_id: builtins.str = ...,
113
+ video_ids: collections.abc.Iterable[builtins.str] | None = ...,
114
+ ) -> None: ...
115
+ def ClearField(self, field_name: typing.Literal["channel_id", b"channel_id", "video_ids", b"video_ids"]) -> None: ...
116
+
117
+ global___BatchGetVideosRequest = BatchGetVideosRequest
118
+
119
+ @typing.final
120
+ class BatchGetVideosResponse(google.protobuf.message.Message):
121
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
122
+
123
+ VIDEOS_FIELD_NUMBER: builtins.int
124
+ @property
125
+ def videos(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.video_pb2.Video]:
126
+ """List of videos for channel."""
127
+
128
+ def __init__(
129
+ self,
130
+ *,
131
+ videos: collections.abc.Iterable[yandex.cloud.video.v1.video_pb2.Video] | None = ...,
132
+ ) -> None: ...
133
+ def ClearField(self, field_name: typing.Literal["videos", b"videos"]) -> None: ...
134
+
135
+ global___BatchGetVideosResponse = BatchGetVideosResponse
136
+
97
137
  @typing.final
98
138
  class CreateVideoRequest(google.protobuf.message.Message):
99
139
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
@@ -118,10 +158,12 @@ class CreateVideoRequest(google.protobuf.message.Message):
118
158
  TITLE_FIELD_NUMBER: builtins.int
119
159
  DESCRIPTION_FIELD_NUMBER: builtins.int
120
160
  THUMBNAIL_ID_FIELD_NUMBER: builtins.int
161
+ AUTO_TRANSCODE_FIELD_NUMBER: builtins.int
121
162
  LABELS_FIELD_NUMBER: builtins.int
122
163
  TUSD_FIELD_NUMBER: builtins.int
123
164
  PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
124
165
  AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
166
+ SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
125
167
  channel_id: builtins.str
126
168
  """ID of the channel."""
127
169
  title: builtins.str
@@ -130,6 +172,8 @@ class CreateVideoRequest(google.protobuf.message.Message):
130
172
  """Video description."""
131
173
  thumbnail_id: builtins.str
132
174
  """ID of the thumbnail."""
175
+ auto_transcode: yandex.cloud.video.v1.video_pb2.AutoTranscode.ValueType
176
+ """Auto start transcoding."""
133
177
  @property
134
178
  def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
135
179
  """Custom labels as `` key:value `` pairs. Maximum 64 per resource."""
@@ -146,6 +190,10 @@ class CreateVideoRequest(google.protobuf.message.Message):
146
190
  def auth_system_access(self) -> global___VideoAuthSystemAccessParams:
147
191
  """Checking access rights using the authorization system."""
148
192
 
193
+ @property
194
+ def sign_url_access(self) -> global___VideoSignURLAccessParams:
195
+ """Checking access rights using url's signature."""
196
+
149
197
  def __init__(
150
198
  self,
151
199
  *,
@@ -153,15 +201,17 @@ class CreateVideoRequest(google.protobuf.message.Message):
153
201
  title: builtins.str = ...,
154
202
  description: builtins.str = ...,
155
203
  thumbnail_id: builtins.str = ...,
204
+ auto_transcode: yandex.cloud.video.v1.video_pb2.AutoTranscode.ValueType = ...,
156
205
  labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
157
206
  tusd: global___VideoTUSDParams | None = ...,
158
207
  public_access: global___VideoPublicAccessParams | None = ...,
159
208
  auth_system_access: global___VideoAuthSystemAccessParams | None = ...,
209
+ sign_url_access: global___VideoSignURLAccessParams | None = ...,
160
210
  ) -> None: ...
161
- def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "public_access", b"public_access", "source", b"source", "tusd", b"tusd"]) -> builtins.bool: ...
162
- def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "channel_id", b"channel_id", "description", b"description", "labels", b"labels", "public_access", b"public_access", "source", b"source", "thumbnail_id", b"thumbnail_id", "title", b"title", "tusd", b"tusd"]) -> None: ...
211
+ def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "source", b"source", "tusd", b"tusd"]) -> builtins.bool: ...
212
+ def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "auto_transcode", b"auto_transcode", "channel_id", b"channel_id", "description", b"description", "labels", b"labels", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "source", b"source", "thumbnail_id", b"thumbnail_id", "title", b"title", "tusd", b"tusd"]) -> None: ...
163
213
  @typing.overload
164
- def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access"] | None: ...
214
+ def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access", "sign_url_access"] | None: ...
165
215
  @typing.overload
166
216
  def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["tusd"] | None: ...
167
217
 
@@ -207,6 +257,16 @@ class VideoAuthSystemAccessParams(google.protobuf.message.Message):
207
257
 
208
258
  global___VideoAuthSystemAccessParams = VideoAuthSystemAccessParams
209
259
 
260
+ @typing.final
261
+ class VideoSignURLAccessParams(google.protobuf.message.Message):
262
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
263
+
264
+ def __init__(
265
+ self,
266
+ ) -> None: ...
267
+
268
+ global___VideoSignURLAccessParams = VideoSignURLAccessParams
269
+
210
270
  @typing.final
211
271
  class CreateVideoMetadata(google.protobuf.message.Message):
212
272
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
@@ -248,9 +308,11 @@ class UpdateVideoRequest(google.protobuf.message.Message):
248
308
  TITLE_FIELD_NUMBER: builtins.int
249
309
  DESCRIPTION_FIELD_NUMBER: builtins.int
250
310
  THUMBNAIL_ID_FIELD_NUMBER: builtins.int
311
+ AUTO_TRANSCODE_FIELD_NUMBER: builtins.int
251
312
  LABELS_FIELD_NUMBER: builtins.int
252
313
  PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
253
314
  AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
315
+ SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
254
316
  video_id: builtins.str
255
317
  """ID of the video."""
256
318
  title: builtins.str
@@ -259,6 +321,8 @@ class UpdateVideoRequest(google.protobuf.message.Message):
259
321
  """Video description."""
260
322
  thumbnail_id: builtins.str
261
323
  """ID of the thumbnail."""
324
+ auto_transcode: yandex.cloud.video.v1.video_pb2.AutoTranscode.ValueType
325
+ """Auto start transcoding."""
262
326
  @property
263
327
  def field_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
264
328
  """Field mask that specifies which fields of the video are going to be updated."""
@@ -271,6 +335,8 @@ class UpdateVideoRequest(google.protobuf.message.Message):
271
335
  def public_access(self) -> global___VideoPublicAccessParams: ...
272
336
  @property
273
337
  def auth_system_access(self) -> global___VideoAuthSystemAccessParams: ...
338
+ @property
339
+ def sign_url_access(self) -> global___VideoSignURLAccessParams: ...
274
340
  def __init__(
275
341
  self,
276
342
  *,
@@ -279,13 +345,15 @@ class UpdateVideoRequest(google.protobuf.message.Message):
279
345
  title: builtins.str = ...,
280
346
  description: builtins.str = ...,
281
347
  thumbnail_id: builtins.str = ...,
348
+ auto_transcode: yandex.cloud.video.v1.video_pb2.AutoTranscode.ValueType = ...,
282
349
  labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
283
350
  public_access: global___VideoPublicAccessParams | None = ...,
284
351
  auth_system_access: global___VideoAuthSystemAccessParams | None = ...,
352
+ sign_url_access: global___VideoSignURLAccessParams | None = ...,
285
353
  ) -> None: ...
286
- def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "field_mask", b"field_mask", "public_access", b"public_access"]) -> builtins.bool: ...
287
- def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "description", b"description", "field_mask", b"field_mask", "labels", b"labels", "public_access", b"public_access", "thumbnail_id", b"thumbnail_id", "title", b"title", "video_id", b"video_id"]) -> None: ...
288
- def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access"] | None: ...
354
+ def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "field_mask", b"field_mask", "public_access", b"public_access", "sign_url_access", b"sign_url_access"]) -> builtins.bool: ...
355
+ def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "auto_transcode", b"auto_transcode", "description", b"description", "field_mask", b"field_mask", "labels", b"labels", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "thumbnail_id", b"thumbnail_id", "title", b"title", "video_id", b"video_id"]) -> None: ...
356
+ def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access", "sign_url_access"] | None: ...
289
357
 
290
358
  global___UpdateVideoRequest = UpdateVideoRequest
291
359
 
@@ -305,6 +373,53 @@ class UpdateVideoMetadata(google.protobuf.message.Message):
305
373
 
306
374
  global___UpdateVideoMetadata = UpdateVideoMetadata
307
375
 
376
+ @typing.final
377
+ class TranscodeVideoRequest(google.protobuf.message.Message):
378
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
379
+
380
+ VIDEO_ID_FIELD_NUMBER: builtins.int
381
+ FIELD_MASK_FIELD_NUMBER: builtins.int
382
+ SUBTITLE_IDS_FIELD_NUMBER: builtins.int
383
+ video_id: builtins.str
384
+ """ID of the video."""
385
+ @property
386
+ def field_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
387
+ """Field mask that specifies which transcoding specific fields of the video
388
+ are going to be updated.
389
+ """
390
+
391
+ @property
392
+ def subtitle_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
393
+ """IDs of active video subtitles."""
394
+
395
+ def __init__(
396
+ self,
397
+ *,
398
+ video_id: builtins.str = ...,
399
+ field_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
400
+ subtitle_ids: collections.abc.Iterable[builtins.str] | None = ...,
401
+ ) -> None: ...
402
+ def HasField(self, field_name: typing.Literal["field_mask", b"field_mask"]) -> builtins.bool: ...
403
+ def ClearField(self, field_name: typing.Literal["field_mask", b"field_mask", "subtitle_ids", b"subtitle_ids", "video_id", b"video_id"]) -> None: ...
404
+
405
+ global___TranscodeVideoRequest = TranscodeVideoRequest
406
+
407
+ @typing.final
408
+ class TranscodeVideoMetadata(google.protobuf.message.Message):
409
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
410
+
411
+ VIDEO_ID_FIELD_NUMBER: builtins.int
412
+ video_id: builtins.str
413
+ """ID of the video."""
414
+ def __init__(
415
+ self,
416
+ *,
417
+ video_id: builtins.str = ...,
418
+ ) -> None: ...
419
+ def ClearField(self, field_name: typing.Literal["video_id", b"video_id"]) -> None: ...
420
+
421
+ global___TranscodeVideoMetadata = TranscodeVideoMetadata
422
+
308
423
  @typing.final
309
424
  class DeleteVideoRequest(google.protobuf.message.Message):
310
425
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
@@ -337,6 +452,46 @@ class DeleteVideoMetadata(google.protobuf.message.Message):
337
452
 
338
453
  global___DeleteVideoMetadata = DeleteVideoMetadata
339
454
 
455
+ @typing.final
456
+ class BatchDeleteVideosRequest(google.protobuf.message.Message):
457
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
458
+
459
+ CHANNEL_ID_FIELD_NUMBER: builtins.int
460
+ VIDEO_IDS_FIELD_NUMBER: builtins.int
461
+ channel_id: builtins.str
462
+ """ID of the channel."""
463
+ @property
464
+ def video_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
465
+ """List of video IDs."""
466
+
467
+ def __init__(
468
+ self,
469
+ *,
470
+ channel_id: builtins.str = ...,
471
+ video_ids: collections.abc.Iterable[builtins.str] | None = ...,
472
+ ) -> None: ...
473
+ def ClearField(self, field_name: typing.Literal["channel_id", b"channel_id", "video_ids", b"video_ids"]) -> None: ...
474
+
475
+ global___BatchDeleteVideosRequest = BatchDeleteVideosRequest
476
+
477
+ @typing.final
478
+ class BatchDeleteVideosMetadata(google.protobuf.message.Message):
479
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
480
+
481
+ VIDEO_IDS_FIELD_NUMBER: builtins.int
482
+ @property
483
+ def video_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
484
+ """List of video IDs."""
485
+
486
+ def __init__(
487
+ self,
488
+ *,
489
+ video_ids: collections.abc.Iterable[builtins.str] | None = ...,
490
+ ) -> None: ...
491
+ def ClearField(self, field_name: typing.Literal["video_ids", b"video_ids"]) -> None: ...
492
+
493
+ global___BatchDeleteVideosMetadata = BatchDeleteVideosMetadata
494
+
340
495
  @typing.final
341
496
  class PerformVideoActionRequest(google.protobuf.message.Message):
342
497
  DESCRIPTOR: google.protobuf.descriptor.Descriptor