yandexcloud 0.351.0__py3-none-any.whl → 0.353.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +13 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +40 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
- yandex/cloud/cdn/v1/origin_group_pb2.py +3 -3
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_group_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_pb2.py +10 -10
- yandex/cloud/cdn/v1/origin_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/resource_pb2.py +64 -64
- yandex/cloud/cdn/v1/resource_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/resource_service_pb2.py +26 -26
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/connectionmanager/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
- yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +362 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
- yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
- yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.py +9 -5
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -76
- yandex/cloud/metastore/v1/cluster_pb2.py +19 -19
- yandex/cloud/metastore/v1/cluster_pb2.pyi +39 -32
- yandex/cloud/metastore/v1/cluster_service_pb2.py +47 -47
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +90 -91
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +63 -66
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +62 -77
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
- yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +3 -3
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/video/v1/channel_pb2.py +12 -12
- yandex/cloud/video/v1/channel_pb2.pyi +88 -22
- yandex/cloud/video/v1/channel_service_pb2.py +14 -14
- yandex/cloud/video/v1/channel_service_pb2.pyi +77 -41
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +26 -9
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +87 -30
- yandex/cloud/video/v1/episode_pb2.py +8 -10
- yandex/cloud/video/v1/episode_pb2.pyi +52 -36
- yandex/cloud/video/v1/episode_service_pb2.py +44 -42
- yandex/cloud/video/v1/episode_service_pb2.pyi +131 -82
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +30 -10
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +102 -33
- yandex/cloud/video/v1/manifest_pb2.pyi +24 -1
- yandex/cloud/video/v1/playlist_pb2.py +4 -6
- yandex/cloud/video/v1/playlist_pb2.pyi +24 -12
- yandex/cloud/video/v1/playlist_service_pb2.py +28 -24
- yandex/cloud/video/v1/playlist_service_pb2.pyi +99 -47
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +20 -7
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +75 -24
- yandex/cloud/video/v1/stream_line_pb2.py +16 -16
- yandex/cloud/video/v1/stream_line_pb2.pyi +11 -12
- yandex/cloud/video/v1/stream_line_service_pb2.py +54 -56
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +110 -65
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +25 -10
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +96 -33
- yandex/cloud/video/v1/stream_pb2.pyi +49 -36
- yandex/cloud/video/v1/stream_service_pb2.pyi +123 -52
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +25 -8
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +84 -27
- yandex/cloud/video/v1/style_preset_pb2.py +49 -0
- yandex/cloud/video/v1/style_preset_pb2.pyi +200 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.py +24 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +141 -0
- yandex/cloud/video/v1/style_preset_service_pb2.pyi +348 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.py +290 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.pyi +171 -0
- yandex/cloud/video/v1/subtitle_pb2.pyi +32 -23
- yandex/cloud/video/v1/subtitle_service_pb2.py +17 -17
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +25 -13
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +18 -5
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +63 -18
- yandex/cloud/video/v1/thumbnail_pb2.py +3 -3
- yandex/cloud/video/v1/thumbnail_pb2.pyi +18 -5
- yandex/cloud/video/v1/thumbnail_service_pb2.py +39 -31
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +94 -33
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +21 -6
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +75 -21
- yandex/cloud/video/v1/video_pb2.py +24 -24
- yandex/cloud/video/v1/video_pb2.pyi +105 -64
- yandex/cloud/video/v1/video_service_pb2.py +80 -74
- yandex/cloud/video/v1/video_service_pb2.pyi +193 -90
- yandex/cloud/video/v1/video_service_pb2_grpc.py +35 -12
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +123 -39
- yandex/cloud/ytsaurus/v1/package_options_pb2.py +35 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +1 -1
- yandexcloud/_wrappers/dataproc/__init__.py +4 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +163 -97
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/top_level.txt +0 -0
|
@@ -33,7 +33,7 @@ from yandex.cloud.video.v1 import episode_pb2 as yandex_dot_cloud_dot_video_dot_
|
|
|
33
33
|
from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_manifest__pb2
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
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\x1egoogle/protobuf/duration.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\"\xe1\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\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x1f\n\npage_token\x18\x65 \x01(\tB\x0b\x8a\xc8\x31\x07<=15000\x12\x1a\n\x08order_by\x18\x66 \x01(\tB\x08\x8a\xc8\x31\x04<=50\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\"c\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\x11\x82\xc8\x31\x05\x31-100\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\"\
|
|
36
|
+
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\x1egoogle/protobuf/duration.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\"\xe1\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\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x1f\n\npage_token\x18\x65 \x01(\tB\x0b\x8a\xc8\x31\x07<=15000\x12\x1a\n\x08order_by\x18\x66 \x01(\tB\x08\x8a\xc8\x31\x04<=50\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\"c\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\x11\x82\xc8\x31\x05\x31-100\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\"\xb2\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\x1c\n\x05title\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=300\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=4000\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\x12!\n\x0fstyle_preset_id\x18\x08 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\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\x06\x08\xea\x07\x10\xeb\x07J\x04\x08\x01\x10\x02J\x04\x08\t\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessParams\"\x1c\n\x1a\x45pisodeSignURLAccessParams\"+\n\x15\x43reateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xa5\x04\n\x14UpdateEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x34\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x18\n\x05title\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=300\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=4000\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\x12!\n\x0fstyle_preset_id\x18\t \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\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\x06\x08\xea\x07\x10\xeb\x07J\x05\x08\n\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\"\x92\x01\n\x1a\x42\x61tchDeleteEpisodesRequest\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&\n\x0b\x65pisode_ids\x18\x01 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50B\n\n\x02id\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x64\"2\n\x1b\x42\x61tchDeleteEpisodesMetadata\x12\x13\n\x0b\x65pisode_ids\x18\x01 \x03(\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\"\xbd\x01\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\x12\x41\n\x1esigned_url_expiration_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"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\xe6\x0c\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\x9d\x01\n\x0b\x42\x61tchDelete\x12\x31.yandex.cloud.video.v1.BatchDeleteEpisodesRequest\x1a!.yandex.cloud.operation.Operation\"8\xb2\xd2*4\n\x1b\x42\x61tchDeleteEpisodesMetadata\x12\x15google.protobuf.Empty\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')
|
|
37
37
|
|
|
38
38
|
_globals = globals()
|
|
39
39
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -75,6 +75,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
75
75
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=4000'
|
|
76
76
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
77
77
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
78
|
+
_globals['_CREATEEPISODEREQUEST'].fields_by_name['style_preset_id']._loaded_options = None
|
|
79
|
+
_globals['_CREATEEPISODEREQUEST'].fields_by_name['style_preset_id']._serialized_options = b'\212\3101\004<=50'
|
|
78
80
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['episode_id']._loaded_options = None
|
|
79
81
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
80
82
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['field_mask']._loaded_options = None
|
|
@@ -85,6 +87,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
85
87
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=4000'
|
|
86
88
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
87
89
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
90
|
+
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['style_preset_id']._loaded_options = None
|
|
91
|
+
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['style_preset_id']._serialized_options = b'\212\3101\004<=50'
|
|
88
92
|
_globals['_DELETEEPISODEREQUEST'].fields_by_name['episode_id']._loaded_options = None
|
|
89
93
|
_globals['_DELETEEPISODEREQUEST'].fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
90
94
|
_globals['_BATCHDELETEEPISODESREQUEST'].oneofs_by_name['id']._loaded_options = None
|
|
@@ -134,45 +138,43 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
134
138
|
_globals['_BATCHGETEPISODESRESPONSE']._serialized_start=868
|
|
135
139
|
_globals['_BATCHGETEPISODESRESPONSE']._serialized_end=944
|
|
136
140
|
_globals['_CREATEEPISODEREQUEST']._serialized_start=947
|
|
137
|
-
_globals['_CREATEEPISODEREQUEST']._serialized_end=
|
|
138
|
-
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_start=
|
|
139
|
-
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_end=
|
|
140
|
-
_globals['
|
|
141
|
-
_globals['
|
|
142
|
-
_globals['
|
|
143
|
-
_globals['
|
|
144
|
-
_globals['
|
|
145
|
-
_globals['
|
|
146
|
-
_globals['
|
|
147
|
-
_globals['
|
|
148
|
-
_globals['
|
|
149
|
-
_globals['
|
|
150
|
-
_globals['
|
|
151
|
-
_globals['
|
|
152
|
-
_globals['
|
|
153
|
-
_globals['
|
|
154
|
-
_globals['
|
|
155
|
-
_globals['
|
|
156
|
-
_globals['
|
|
157
|
-
_globals['
|
|
158
|
-
_globals['
|
|
159
|
-
_globals['
|
|
160
|
-
_globals['
|
|
161
|
-
_globals['
|
|
162
|
-
_globals['
|
|
163
|
-
_globals['
|
|
164
|
-
_globals['
|
|
165
|
-
_globals['
|
|
166
|
-
_globals['
|
|
167
|
-
_globals['
|
|
168
|
-
_globals['
|
|
169
|
-
_globals['
|
|
170
|
-
_globals['
|
|
171
|
-
_globals['
|
|
172
|
-
_globals['
|
|
173
|
-
_globals['
|
|
174
|
-
_globals['
|
|
175
|
-
_globals['
|
|
176
|
-
_globals['_EPISODESERVICE']._serialized_start=3450
|
|
177
|
-
_globals['_EPISODESERVICE']._serialized_end=5088
|
|
141
|
+
_globals['_CREATEEPISODEREQUEST']._serialized_end=1509
|
|
142
|
+
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_start=1511
|
|
143
|
+
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_end=1538
|
|
144
|
+
_globals['_EPISODESIGNURLACCESSPARAMS']._serialized_start=1540
|
|
145
|
+
_globals['_EPISODESIGNURLACCESSPARAMS']._serialized_end=1568
|
|
146
|
+
_globals['_CREATEEPISODEMETADATA']._serialized_start=1570
|
|
147
|
+
_globals['_CREATEEPISODEMETADATA']._serialized_end=1613
|
|
148
|
+
_globals['_UPDATEEPISODEREQUEST']._serialized_start=1616
|
|
149
|
+
_globals['_UPDATEEPISODEREQUEST']._serialized_end=2165
|
|
150
|
+
_globals['_UPDATEEPISODEMETADATA']._serialized_start=2167
|
|
151
|
+
_globals['_UPDATEEPISODEMETADATA']._serialized_end=2210
|
|
152
|
+
_globals['_DELETEEPISODEREQUEST']._serialized_start=2212
|
|
153
|
+
_globals['_DELETEEPISODEREQUEST']._serialized_end=2268
|
|
154
|
+
_globals['_DELETEEPISODEMETADATA']._serialized_start=2270
|
|
155
|
+
_globals['_DELETEEPISODEMETADATA']._serialized_end=2313
|
|
156
|
+
_globals['_BATCHDELETEEPISODESREQUEST']._serialized_start=2316
|
|
157
|
+
_globals['_BATCHDELETEEPISODESREQUEST']._serialized_end=2462
|
|
158
|
+
_globals['_BATCHDELETEEPISODESMETADATA']._serialized_start=2464
|
|
159
|
+
_globals['_BATCHDELETEEPISODESMETADATA']._serialized_end=2514
|
|
160
|
+
_globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=2517
|
|
161
|
+
_globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=2753
|
|
162
|
+
_globals['_PUBLISHEPISODEACTION']._serialized_start=2755
|
|
163
|
+
_globals['_PUBLISHEPISODEACTION']._serialized_end=2777
|
|
164
|
+
_globals['_UNPUBLISHEPISODEACTION']._serialized_start=2779
|
|
165
|
+
_globals['_UNPUBLISHEPISODEACTION']._serialized_end=2803
|
|
166
|
+
_globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=2805
|
|
167
|
+
_globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=2855
|
|
168
|
+
_globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=2858
|
|
169
|
+
_globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=3047
|
|
170
|
+
_globals['_EPISODEPLAYERPARAMS']._serialized_start=3049
|
|
171
|
+
_globals['_EPISODEPLAYERPARAMS']._serialized_end=3118
|
|
172
|
+
_globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=3120
|
|
173
|
+
_globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=3183
|
|
174
|
+
_globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=3185
|
|
175
|
+
_globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=3247
|
|
176
|
+
_globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=3249
|
|
177
|
+
_globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=3330
|
|
178
|
+
_globals['_EPISODESERVICE']._serialized_start=3333
|
|
179
|
+
_globals['_EPISODESERVICE']._serialized_end=4971
|
|
178
180
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -23,7 +23,7 @@ class GetEpisodeRequest(google.protobuf.message.Message):
|
|
|
23
23
|
|
|
24
24
|
EPISODE_ID_FIELD_NUMBER: builtins.int
|
|
25
25
|
episode_id: builtins.str
|
|
26
|
-
"""ID of the episode."""
|
|
26
|
+
"""ID of the episode to retrieve."""
|
|
27
27
|
def __init__(
|
|
28
28
|
self,
|
|
29
29
|
*,
|
|
@@ -44,34 +44,36 @@ class ListEpisodesRequest(google.protobuf.message.Message):
|
|
|
44
44
|
ORDER_BY_FIELD_NUMBER: builtins.int
|
|
45
45
|
FILTER_FIELD_NUMBER: builtins.int
|
|
46
46
|
stream_id: builtins.str
|
|
47
|
-
"""ID of the stream."""
|
|
47
|
+
"""ID of the stream containing the episodes to list."""
|
|
48
48
|
line_id: builtins.str
|
|
49
|
-
"""ID of the line."""
|
|
49
|
+
"""ID of the stream line containing the episodes to list."""
|
|
50
50
|
page_size: builtins.int
|
|
51
|
-
"""The maximum number of
|
|
52
|
-
Default value: 100.
|
|
53
|
-
"""
|
|
51
|
+
"""The maximum number of episodes to return per page."""
|
|
54
52
|
page_token: builtins.str
|
|
55
|
-
"""Page token for
|
|
53
|
+
"""Page token for retrieving the next page of results.
|
|
54
|
+
This token is obtained from the next_page_token field in the previous ListEpisodesResponse.
|
|
55
|
+
"""
|
|
56
56
|
order_by: builtins.str
|
|
57
|
-
"""
|
|
58
|
-
|
|
57
|
+
"""Specifies the ordering of results.
|
|
58
|
+
Format is "<field> <order>" (e.g., "createdAt desc").
|
|
59
59
|
Default: "id asc".
|
|
60
|
-
|
|
61
|
-
Both snake_case and camelCase are supported
|
|
60
|
+
Supported fields: ["id", "createdAt", "updatedAt"].
|
|
61
|
+
Both snake_case and camelCase field names are supported.
|
|
62
62
|
"""
|
|
63
63
|
filter: builtins.str
|
|
64
|
-
"""Filter expression
|
|
65
|
-
Expressions
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
"""Filter expression to narrow down the list of returned episodes.
|
|
65
|
+
Expressions consist of terms connected by logical operators.
|
|
66
|
+
Values containing spaces or quotes must be enclosed in quotes (`'` or `"`)
|
|
67
|
+
with inner quotes being backslash-escaped.
|
|
68
|
+
|
|
68
69
|
Supported logical operators: ["AND", "OR"].
|
|
69
|
-
Supported
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
Example: `
|
|
73
|
-
|
|
74
|
-
|
|
70
|
+
Supported comparison operators: ["=", "!=", ":"] where ":" enables substring matching.
|
|
71
|
+
Parentheses can be used to group logical expressions.
|
|
72
|
+
|
|
73
|
+
Example: `title:'highlight' AND id='episode-1'`
|
|
74
|
+
|
|
75
|
+
Filterable fields: ["id", "title"].
|
|
76
|
+
Both snake_case and camelCase field names are supported.
|
|
75
77
|
"""
|
|
76
78
|
def __init__(
|
|
77
79
|
self,
|
|
@@ -96,10 +98,14 @@ class ListEpisodesResponse(google.protobuf.message.Message):
|
|
|
96
98
|
EPISODES_FIELD_NUMBER: builtins.int
|
|
97
99
|
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
98
100
|
next_page_token: builtins.str
|
|
99
|
-
"""Token for
|
|
101
|
+
"""Token for retrieving the next page of results.
|
|
102
|
+
Empty if there are no more results available.
|
|
103
|
+
"""
|
|
100
104
|
@property
|
|
101
105
|
def episodes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.episode_pb2.Episode]:
|
|
102
|
-
"""List of episodes
|
|
106
|
+
"""List of episodes matching the request criteria.
|
|
107
|
+
May be empty if no episodes match the criteria or if the parent resource has no episodes.
|
|
108
|
+
"""
|
|
103
109
|
|
|
104
110
|
def __init__(
|
|
105
111
|
self,
|
|
@@ -118,10 +124,10 @@ class BatchGetEpisodesRequest(google.protobuf.message.Message):
|
|
|
118
124
|
CHANNEL_ID_FIELD_NUMBER: builtins.int
|
|
119
125
|
EPISODE_IDS_FIELD_NUMBER: builtins.int
|
|
120
126
|
channel_id: builtins.str
|
|
121
|
-
"""ID of the channel."""
|
|
127
|
+
"""ID of the channel containing the episodes to retrieve."""
|
|
122
128
|
@property
|
|
123
129
|
def episode_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
124
|
-
"""List of
|
|
130
|
+
"""List of episode IDs to retrieve."""
|
|
125
131
|
|
|
126
132
|
def __init__(
|
|
127
133
|
self,
|
|
@@ -140,7 +146,7 @@ class BatchGetEpisodesResponse(google.protobuf.message.Message):
|
|
|
140
146
|
EPISODES_FIELD_NUMBER: builtins.int
|
|
141
147
|
@property
|
|
142
148
|
def episodes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.episode_pb2.Episode]:
|
|
143
|
-
"""List of episodes
|
|
149
|
+
"""List of episodes matching the requested IDs."""
|
|
144
150
|
|
|
145
151
|
def __init__(
|
|
146
152
|
self,
|
|
@@ -163,8 +169,8 @@ class CreateEpisodeRequest(google.protobuf.message.Message):
|
|
|
163
169
|
START_TIME_FIELD_NUMBER: builtins.int
|
|
164
170
|
FINISH_TIME_FIELD_NUMBER: builtins.int
|
|
165
171
|
DVR_SECONDS_FIELD_NUMBER: builtins.int
|
|
172
|
+
STYLE_PRESET_ID_FIELD_NUMBER: builtins.int
|
|
166
173
|
PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
|
|
167
|
-
AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
|
|
168
174
|
SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
|
|
169
175
|
stream_id: builtins.str
|
|
170
176
|
"""ID of the stream."""
|
|
@@ -184,6 +190,8 @@ class CreateEpisodeRequest(google.protobuf.message.Message):
|
|
|
184
190
|
* `0`: infinite dvr size, the full length of the stream allowed to display
|
|
185
191
|
* `>0`: size of dvr window in seconds, the minimum value is 30s
|
|
186
192
|
"""
|
|
193
|
+
style_preset_id: builtins.str
|
|
194
|
+
"""ID of the style preset."""
|
|
187
195
|
@property
|
|
188
196
|
def start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
189
197
|
"""Episode start time."""
|
|
@@ -194,15 +202,11 @@ class CreateEpisodeRequest(google.protobuf.message.Message):
|
|
|
194
202
|
|
|
195
203
|
@property
|
|
196
204
|
def public_access(self) -> global___EpisodePublicAccessParams:
|
|
197
|
-
"""Episode is available
|
|
198
|
-
|
|
199
|
-
@property
|
|
200
|
-
def auth_system_access(self) -> global___EpisodeAuthSystemAccessParams:
|
|
201
|
-
"""Checking access rights using the authorization system."""
|
|
205
|
+
"""Episode is publicly available."""
|
|
202
206
|
|
|
203
207
|
@property
|
|
204
208
|
def sign_url_access(self) -> global___EpisodeSignURLAccessParams:
|
|
205
|
-
"""
|
|
209
|
+
"""Access to the episode is restricted by temporarily signed links."""
|
|
206
210
|
|
|
207
211
|
def __init__(
|
|
208
212
|
self,
|
|
@@ -215,14 +219,14 @@ class CreateEpisodeRequest(google.protobuf.message.Message):
|
|
|
215
219
|
start_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
216
220
|
finish_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
217
221
|
dvr_seconds: builtins.int = ...,
|
|
222
|
+
style_preset_id: builtins.str = ...,
|
|
218
223
|
public_access: global___EpisodePublicAccessParams | None = ...,
|
|
219
|
-
auth_system_access: global___EpisodeAuthSystemAccessParams | None = ...,
|
|
220
224
|
sign_url_access: global___EpisodeSignURLAccessParams | None = ...,
|
|
221
225
|
) -> None: ...
|
|
222
|
-
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "
|
|
223
|
-
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "
|
|
226
|
+
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "finish_time", b"finish_time", "line_id", b"line_id", "parent_id", b"parent_id", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "stream_id", b"stream_id"]) -> builtins.bool: ...
|
|
227
|
+
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "description", b"description", "dvr_seconds", b"dvr_seconds", "finish_time", b"finish_time", "line_id", b"line_id", "parent_id", b"parent_id", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "stream_id", b"stream_id", "style_preset_id", b"style_preset_id", "thumbnail_id", b"thumbnail_id", "title", b"title"]) -> None: ...
|
|
224
228
|
@typing.overload
|
|
225
|
-
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "
|
|
229
|
+
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "sign_url_access"] | None: ...
|
|
226
230
|
@typing.overload
|
|
227
231
|
def WhichOneof(self, oneof_group: typing.Literal["parent_id", b"parent_id"]) -> typing.Literal["stream_id", "line_id"] | None: ...
|
|
228
232
|
|
|
@@ -230,26 +234,20 @@ global___CreateEpisodeRequest = CreateEpisodeRequest
|
|
|
230
234
|
|
|
231
235
|
@typing.final
|
|
232
236
|
class EpisodePublicAccessParams(google.protobuf.message.Message):
|
|
233
|
-
|
|
237
|
+
"""Parameters for episode public access rights."""
|
|
234
238
|
|
|
235
|
-
def __init__(
|
|
236
|
-
self,
|
|
237
|
-
) -> None: ...
|
|
238
|
-
|
|
239
|
-
global___EpisodePublicAccessParams = EpisodePublicAccessParams
|
|
240
|
-
|
|
241
|
-
@typing.final
|
|
242
|
-
class EpisodeAuthSystemAccessParams(google.protobuf.message.Message):
|
|
243
239
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
244
240
|
|
|
245
241
|
def __init__(
|
|
246
242
|
self,
|
|
247
243
|
) -> None: ...
|
|
248
244
|
|
|
249
|
-
|
|
245
|
+
global___EpisodePublicAccessParams = EpisodePublicAccessParams
|
|
250
246
|
|
|
251
247
|
@typing.final
|
|
252
248
|
class EpisodeSignURLAccessParams(google.protobuf.message.Message):
|
|
249
|
+
"""Parameters for episode access restrictions based on temporary signed links."""
|
|
250
|
+
|
|
253
251
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
254
252
|
|
|
255
253
|
def __init__(
|
|
@@ -264,7 +262,7 @@ class CreateEpisodeMetadata(google.protobuf.message.Message):
|
|
|
264
262
|
|
|
265
263
|
EPISODE_ID_FIELD_NUMBER: builtins.int
|
|
266
264
|
episode_id: builtins.str
|
|
267
|
-
"""ID of the episode."""
|
|
265
|
+
"""ID of the episode being created."""
|
|
268
266
|
def __init__(
|
|
269
267
|
self,
|
|
270
268
|
*,
|
|
@@ -286,8 +284,8 @@ class UpdateEpisodeRequest(google.protobuf.message.Message):
|
|
|
286
284
|
START_TIME_FIELD_NUMBER: builtins.int
|
|
287
285
|
FINISH_TIME_FIELD_NUMBER: builtins.int
|
|
288
286
|
DVR_SECONDS_FIELD_NUMBER: builtins.int
|
|
287
|
+
STYLE_PRESET_ID_FIELD_NUMBER: builtins.int
|
|
289
288
|
PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
|
|
290
|
-
AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
|
|
291
289
|
SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
|
|
292
290
|
episode_id: builtins.str
|
|
293
291
|
"""ID of the episode."""
|
|
@@ -305,27 +303,31 @@ class UpdateEpisodeRequest(google.protobuf.message.Message):
|
|
|
305
303
|
* `0`: infinite dvr size, the full length of the stream allowed to display
|
|
306
304
|
* `>0`: size of dvr window in seconds, the minimum value is 30s
|
|
307
305
|
"""
|
|
306
|
+
style_preset_id: builtins.str
|
|
307
|
+
"""New ID of the style preset to be applied to the episode player."""
|
|
308
308
|
@property
|
|
309
309
|
def field_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
310
|
-
"""Field mask
|
|
310
|
+
"""Field mask specifying which fields of the episode should be updated.
|
|
311
|
+
Only fields specified in this mask will be modified;
|
|
312
|
+
all other fields will retain their current values.
|
|
313
|
+
This allows for partial updates.
|
|
314
|
+
"""
|
|
311
315
|
|
|
312
316
|
@property
|
|
313
|
-
def start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
317
|
+
def start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
318
|
+
"""Episode start time."""
|
|
319
|
+
|
|
314
320
|
@property
|
|
315
321
|
def finish_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
316
322
|
"""Episode finish time."""
|
|
317
323
|
|
|
318
324
|
@property
|
|
319
325
|
def public_access(self) -> global___EpisodePublicAccessParams:
|
|
320
|
-
"""Episode is available
|
|
321
|
-
|
|
322
|
-
@property
|
|
323
|
-
def auth_system_access(self) -> global___EpisodeAuthSystemAccessParams:
|
|
324
|
-
"""Checking access rights using the authorization system."""
|
|
326
|
+
"""Episode is publicly available."""
|
|
325
327
|
|
|
326
328
|
@property
|
|
327
329
|
def sign_url_access(self) -> global___EpisodeSignURLAccessParams:
|
|
328
|
-
"""
|
|
330
|
+
"""Access to the episode is restricted by temporarily signed links."""
|
|
329
331
|
|
|
330
332
|
def __init__(
|
|
331
333
|
self,
|
|
@@ -338,13 +340,13 @@ class UpdateEpisodeRequest(google.protobuf.message.Message):
|
|
|
338
340
|
start_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
339
341
|
finish_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
340
342
|
dvr_seconds: builtins.int = ...,
|
|
343
|
+
style_preset_id: builtins.str = ...,
|
|
341
344
|
public_access: global___EpisodePublicAccessParams | None = ...,
|
|
342
|
-
auth_system_access: global___EpisodeAuthSystemAccessParams | None = ...,
|
|
343
345
|
sign_url_access: global___EpisodeSignURLAccessParams | None = ...,
|
|
344
346
|
) -> None: ...
|
|
345
|
-
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "
|
|
346
|
-
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "
|
|
347
|
-
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "
|
|
347
|
+
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "field_mask", b"field_mask", "finish_time", b"finish_time", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time"]) -> builtins.bool: ...
|
|
348
|
+
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "description", b"description", "dvr_seconds", b"dvr_seconds", "episode_id", b"episode_id", "field_mask", b"field_mask", "finish_time", b"finish_time", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "style_preset_id", b"style_preset_id", "thumbnail_id", b"thumbnail_id", "title", b"title"]) -> None: ...
|
|
349
|
+
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "sign_url_access"] | None: ...
|
|
348
350
|
|
|
349
351
|
global___UpdateEpisodeRequest = UpdateEpisodeRequest
|
|
350
352
|
|
|
@@ -354,7 +356,7 @@ class UpdateEpisodeMetadata(google.protobuf.message.Message):
|
|
|
354
356
|
|
|
355
357
|
EPISODE_ID_FIELD_NUMBER: builtins.int
|
|
356
358
|
episode_id: builtins.str
|
|
357
|
-
"""ID of the episode."""
|
|
359
|
+
"""ID of the episode being updated."""
|
|
358
360
|
def __init__(
|
|
359
361
|
self,
|
|
360
362
|
*,
|
|
@@ -370,7 +372,7 @@ class DeleteEpisodeRequest(google.protobuf.message.Message):
|
|
|
370
372
|
|
|
371
373
|
EPISODE_ID_FIELD_NUMBER: builtins.int
|
|
372
374
|
episode_id: builtins.str
|
|
373
|
-
"""ID of the episode."""
|
|
375
|
+
"""ID of the episode to delete."""
|
|
374
376
|
def __init__(
|
|
375
377
|
self,
|
|
376
378
|
*,
|
|
@@ -386,7 +388,9 @@ class DeleteEpisodeMetadata(google.protobuf.message.Message):
|
|
|
386
388
|
|
|
387
389
|
EPISODE_ID_FIELD_NUMBER: builtins.int
|
|
388
390
|
episode_id: builtins.str
|
|
389
|
-
"""ID of the episode.
|
|
391
|
+
"""ID of the episode being deleted.
|
|
392
|
+
This identifier can be used to track the episode deletion operation.
|
|
393
|
+
"""
|
|
390
394
|
def __init__(
|
|
391
395
|
self,
|
|
392
396
|
*,
|
|
@@ -404,11 +408,15 @@ class BatchDeleteEpisodesRequest(google.protobuf.message.Message):
|
|
|
404
408
|
LINE_ID_FIELD_NUMBER: builtins.int
|
|
405
409
|
EPISODE_IDS_FIELD_NUMBER: builtins.int
|
|
406
410
|
stream_id: builtins.str
|
|
407
|
-
"""ID of the stream."""
|
|
411
|
+
"""ID of the stream containing the episodes to delete."""
|
|
408
412
|
line_id: builtins.str
|
|
409
|
-
"""ID of the line."""
|
|
413
|
+
"""ID of the stream line containing the episodes to delete."""
|
|
410
414
|
@property
|
|
411
|
-
def episode_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
415
|
+
def episode_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
416
|
+
"""List of episode IDs to delete.
|
|
417
|
+
All episodes must exist and be linked to the specified parent resource.
|
|
418
|
+
"""
|
|
419
|
+
|
|
412
420
|
def __init__(
|
|
413
421
|
self,
|
|
414
422
|
*,
|
|
@@ -428,7 +436,12 @@ class BatchDeleteEpisodesMetadata(google.protobuf.message.Message):
|
|
|
428
436
|
|
|
429
437
|
EPISODE_IDS_FIELD_NUMBER: builtins.int
|
|
430
438
|
@property
|
|
431
|
-
def episode_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
439
|
+
def episode_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
440
|
+
"""List of episode IDs being deleted.
|
|
441
|
+
This list can be used to track which episodes are included
|
|
442
|
+
in the batch deletion operation.
|
|
443
|
+
"""
|
|
444
|
+
|
|
432
445
|
def __init__(
|
|
433
446
|
self,
|
|
434
447
|
*,
|
|
@@ -446,11 +459,19 @@ class PerformEpisodeActionRequest(google.protobuf.message.Message):
|
|
|
446
459
|
PUBLISH_FIELD_NUMBER: builtins.int
|
|
447
460
|
UNPUBLISH_FIELD_NUMBER: builtins.int
|
|
448
461
|
episode_id: builtins.str
|
|
449
|
-
"""ID of the episode."""
|
|
462
|
+
"""ID of the episode on which to perform the action."""
|
|
450
463
|
@property
|
|
451
|
-
def publish(self) -> global___PublishEpisodeAction:
|
|
464
|
+
def publish(self) -> global___PublishEpisodeAction:
|
|
465
|
+
"""Publish the episode, making it available for watching.
|
|
466
|
+
Changes the episode's visibility status to PUBLISHED.
|
|
467
|
+
"""
|
|
468
|
+
|
|
452
469
|
@property
|
|
453
|
-
def unpublish(self) -> global___UnpublishEpisodeAction:
|
|
470
|
+
def unpublish(self) -> global___UnpublishEpisodeAction:
|
|
471
|
+
"""Unpublish the episode, making it unavailable for watching.
|
|
472
|
+
Changes the episode's visibility status to UNPUBLISHED.
|
|
473
|
+
"""
|
|
474
|
+
|
|
454
475
|
def __init__(
|
|
455
476
|
self,
|
|
456
477
|
*,
|
|
@@ -466,6 +487,8 @@ global___PerformEpisodeActionRequest = PerformEpisodeActionRequest
|
|
|
466
487
|
|
|
467
488
|
@typing.final
|
|
468
489
|
class PublishEpisodeAction(google.protobuf.message.Message):
|
|
490
|
+
"""Parameters for the publish action."""
|
|
491
|
+
|
|
469
492
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
470
493
|
|
|
471
494
|
def __init__(
|
|
@@ -476,6 +499,8 @@ global___PublishEpisodeAction = PublishEpisodeAction
|
|
|
476
499
|
|
|
477
500
|
@typing.final
|
|
478
501
|
class UnpublishEpisodeAction(google.protobuf.message.Message):
|
|
502
|
+
"""Parameters for the unpublish action."""
|
|
503
|
+
|
|
479
504
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
480
505
|
|
|
481
506
|
def __init__(
|
|
@@ -490,7 +515,10 @@ class PerformEpisodeActionMetadata(google.protobuf.message.Message):
|
|
|
490
515
|
|
|
491
516
|
EPISODE_ID_FIELD_NUMBER: builtins.int
|
|
492
517
|
episode_id: builtins.str
|
|
493
|
-
"""ID of the episode.
|
|
518
|
+
"""ID of the episode on which the action is being performed.
|
|
519
|
+
This identifier can be used to track the action operation
|
|
520
|
+
and to verify that the action is being applied to the correct episode.
|
|
521
|
+
"""
|
|
494
522
|
def __init__(
|
|
495
523
|
self,
|
|
496
524
|
*,
|
|
@@ -508,12 +536,18 @@ class GetEpisodePlayerURLRequest(google.protobuf.message.Message):
|
|
|
508
536
|
PARAMS_FIELD_NUMBER: builtins.int
|
|
509
537
|
SIGNED_URL_EXPIRATION_DURATION_FIELD_NUMBER: builtins.int
|
|
510
538
|
episode_id: builtins.str
|
|
511
|
-
"""ID of the episode."""
|
|
539
|
+
"""ID of the episode for which to generate a player URL."""
|
|
512
540
|
@property
|
|
513
|
-
def params(self) -> global___EpisodePlayerParams:
|
|
541
|
+
def params(self) -> global___EpisodePlayerParams:
|
|
542
|
+
"""Optional player parameters to customize the playback experience.
|
|
543
|
+
These parameters control initial player state such as mute, autoplay, and visibility of interface controls.
|
|
544
|
+
"""
|
|
545
|
+
|
|
514
546
|
@property
|
|
515
547
|
def signed_url_expiration_duration(self) -> google.protobuf.duration_pb2.Duration:
|
|
516
|
-
"""
|
|
548
|
+
"""For episodes with signed URL access, specifies how long the generated URL will be valid.
|
|
549
|
+
If not provided, a default expiration duration will be used.
|
|
550
|
+
"""
|
|
517
551
|
|
|
518
552
|
def __init__(
|
|
519
553
|
self,
|
|
@@ -535,11 +569,17 @@ class EpisodePlayerParams(google.protobuf.message.Message):
|
|
|
535
569
|
AUTOPLAY_FIELD_NUMBER: builtins.int
|
|
536
570
|
HIDDEN_FIELD_NUMBER: builtins.int
|
|
537
571
|
mute: builtins.bool
|
|
538
|
-
"""If true,
|
|
572
|
+
"""If true, the player will start with audio muted.
|
|
573
|
+
Users can unmute the audio manually after playback starts.
|
|
574
|
+
"""
|
|
539
575
|
autoplay: builtins.bool
|
|
540
|
-
"""If true,
|
|
576
|
+
"""If true, the episode will start playing automatically when the player loads.
|
|
577
|
+
This may be subject to browser autoplay policies that restrict autoplay with sound.
|
|
578
|
+
"""
|
|
541
579
|
hidden: builtins.bool
|
|
542
|
-
"""If true,
|
|
580
|
+
"""If true, the player interface controls will be hidden initially.
|
|
581
|
+
Users can typically reveal the controls by moving the mouse over the player.
|
|
582
|
+
"""
|
|
543
583
|
def __init__(
|
|
544
584
|
self,
|
|
545
585
|
*,
|
|
@@ -558,9 +598,14 @@ class GetEpisodePlayerURLResponse(google.protobuf.message.Message):
|
|
|
558
598
|
PLAYER_URL_FIELD_NUMBER: builtins.int
|
|
559
599
|
HTML_FIELD_NUMBER: builtins.int
|
|
560
600
|
player_url: builtins.str
|
|
561
|
-
"""Direct
|
|
601
|
+
"""Direct URL to the episode player.
|
|
602
|
+
This URL can be used to access the episode in a web browser
|
|
603
|
+
or shared with users who have appropriate permissions.
|
|
604
|
+
"""
|
|
562
605
|
html: builtins.str
|
|
563
|
-
"""HTML embed code in
|
|
606
|
+
"""HTML embed code in iframe format that can be inserted into web pages.
|
|
607
|
+
This code allows the episode to be embedded directly in third-party websites.
|
|
608
|
+
"""
|
|
564
609
|
def __init__(
|
|
565
610
|
self,
|
|
566
611
|
*,
|
|
@@ -577,7 +622,7 @@ class GetEpisodeManifestsRequest(google.protobuf.message.Message):
|
|
|
577
622
|
|
|
578
623
|
EPISODE_ID_FIELD_NUMBER: builtins.int
|
|
579
624
|
episode_id: builtins.str
|
|
580
|
-
"""ID of the episode."""
|
|
625
|
+
"""ID of the episode for which to retrieve manifest URLs."""
|
|
581
626
|
def __init__(
|
|
582
627
|
self,
|
|
583
628
|
*,
|
|
@@ -593,7 +638,11 @@ class GetEpisodeManifestsResponse(google.protobuf.message.Message):
|
|
|
593
638
|
|
|
594
639
|
MANIFESTS_FIELD_NUMBER: builtins.int
|
|
595
640
|
@property
|
|
596
|
-
def manifests(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.manifest_pb2.Manifest]:
|
|
641
|
+
def manifests(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.manifest_pb2.Manifest]:
|
|
642
|
+
"""List of manifests available for the episode.
|
|
643
|
+
Different manifests may represent different streaming formats (e.g., HLS, DASH)
|
|
644
|
+
"""
|
|
645
|
+
|
|
597
646
|
def __init__(
|
|
598
647
|
self,
|
|
599
648
|
*,
|