yandexcloud 0.336.0__py3-none-any.whl → 0.338.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.
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +11 -3
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +34 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +45 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +26 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +24 -24
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +11 -1
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2.py +37 -0
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2.pyi +43 -0
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2_grpc.py +24 -0
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.py +8 -7
- yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +9 -1
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +26 -15
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +87 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2_grpc.py +77 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2_grpc.pyi +38 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +12 -5
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +29 -1
- yandex/cloud/airflow/v1/cluster_pb2.py +36 -35
- yandex/cloud/airflow/v1/cluster_pb2.pyi +15 -2
- yandex/cloud/airflow/v1/cluster_service_pb2.py +42 -41
- yandex/cloud/airflow/v1/cluster_service_pb2.pyi +17 -4
- yandex/cloud/airflow/v1/maintenance_pb2.py +53 -0
- yandex/cloud/airflow/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/airflow/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/airflow/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/backup/v1/backup_service_pb2.py +44 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +14 -2
- yandex/cloud/iam/v1/key_service_pb2.pyi +0 -2
- yandex/cloud/iot/devices/v1/device_pb2.py +18 -14
- yandex/cloud/iot/devices/v1/device_pb2.pyi +23 -1
- yandex/cloud/iot/devices/v1/device_service_pb2.py +65 -53
- yandex/cloud/iot/devices/v1/device_service_pb2.pyi +46 -2
- yandex/cloud/loadtesting/agent/v1/test_pb2.py +5 -5
- yandex/cloud/loadtesting/agent/v1/test_pb2.pyi +2 -0
- yandex/cloud/loadtesting/api/v1/test/status_pb2.py +2 -2
- yandex/cloud/loadtesting/api/v1/test/status_pb2.pyi +6 -2
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.py +12 -5
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.pyi +16 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.py +45 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.pyi +21 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2.py +37 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2.pyi +39 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2_grpc.py +24 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +170 -170
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +14 -2
- yandex/cloud/mdb/kafka/v1/user_pb2.py +4 -4
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +4 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +21 -3
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +86 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +89 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +49 -3
- yandex/cloud/mdb/redis/v1/cluster_pb2.py +23 -23
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +4 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +10 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +14 -2
- yandex/cloud/mdb/spqr/__init__.py +0 -0
- yandex/cloud/mdb/spqr/v1/__init__.py +0 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2.py +40 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2.pyi +97 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2.py +68 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2.pyi +121 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2_grpc.py +193 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2_grpc.pyi +101 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2.py +58 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2.pyi +330 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +403 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +1790 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +1250 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +588 -0
- yandex/cloud/mdb/spqr/v1/config_pb2.py +65 -0
- yandex/cloud/mdb/spqr/v1/config_pb2.pyi +341 -0
- yandex/cloud/mdb/spqr/v1/config_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/config_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/database_pb2.py +42 -0
- yandex/cloud/mdb/spqr/v1/database_pb2.pyi +51 -0
- yandex/cloud/mdb/spqr/v1/database_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/database_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2.py +94 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2.pyi +219 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.py +281 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.pyi +141 -0
- yandex/cloud/mdb/spqr/v1/host_pb2.py +69 -0
- yandex/cloud/mdb/spqr/v1/host_pb2.pyi +394 -0
- yandex/cloud/mdb/spqr/v1/host_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/host_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2.py +53 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2.pyi +137 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2.py +37 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2.py +56 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2.pyi +84 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2_grpc.py +148 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2_grpc.pyi +80 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2.py +37 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2.pyi +31 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/user_pb2.py +53 -0
- yandex/cloud/mdb/spqr/v1/user_pb2.pyi +133 -0
- yandex/cloud/mdb/spqr/v1/user_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/user_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2.py +107 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2.pyi +293 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.py +325 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.pyi +161 -0
- yandex/cloud/monitoring/v3/dashboard_pb2.py +6 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.pyi +9 -2
- yandex/cloud/monitoring/v3/dashboard_service_pb2.py +30 -29
- yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +17 -4
- yandex/cloud/monitoring/v3/timeline_pb2.py +37 -0
- yandex/cloud/monitoring/v3/timeline_pb2.pyi +31 -0
- yandex/cloud/monitoring/v3/timeline_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/timeline_pb2_grpc.pyi +17 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +83 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +297 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2_grpc.py +100 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2_grpc.pyi +47 -0
- yandex/cloud/searchapi/v2/search_query_pb2.py +8 -8
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +8 -0
- yandex/cloud/searchapi/v2/search_service_pb2.py +16 -12
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +11 -3
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +24 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +44 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +20 -0
- yandex/cloud/storage/v1/s3api_pb2.py +7 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +128 -1
- yandex/cloud/video/v1/channel_pb2.py +16 -11
- yandex/cloud/video/v1/channel_pb2.pyi +32 -2
- yandex/cloud/video/v1/channel_service_pb2.py +34 -30
- yandex/cloud/video/v1/channel_service_pb2.pyi +27 -10
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +4 -4
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +12 -12
- yandex/cloud/video/v1/episode_pb2.pyi +5 -4
- yandex/cloud/video/v1/episode_service_pb2.py +56 -52
- yandex/cloud/video/v1/episode_service_pb2.pyi +18 -12
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +4 -4
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +12 -12
- yandex/cloud/video/v1/playlist_service_pb2.py +34 -30
- yandex/cloud/video/v1/playlist_service_pb2.pyi +11 -6
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +3 -3
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +9 -9
- yandex/cloud/video/v1/stream_line_pb2.py +16 -24
- yandex/cloud/video/v1/stream_line_pb2.pyi +34 -108
- yandex/cloud/video/v1/stream_line_service_pb2.py +60 -70
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +17 -119
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +3 -3
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +9 -9
- yandex/cloud/video/v1/stream_pb2.py +12 -11
- yandex/cloud/video/v1/stream_pb2.pyi +19 -6
- yandex/cloud/video/v1/stream_service_pb2.py +54 -49
- yandex/cloud/video/v1/stream_service_pb2.pyi +34 -13
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +2 -2
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +6 -6
- yandex/cloud/video/v1/subtitle_pb2.py +6 -4
- yandex/cloud/video/v1/subtitle_pb2.pyi +30 -2
- yandex/cloud/video/v1/subtitle_service_pb2.py +21 -21
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +7 -5
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +1 -1
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +3 -3
- yandex/cloud/video/v1/thumbnail_service_pb2.py +29 -25
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +68 -6
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +3 -3
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +9 -9
- yandex/cloud/video/v1/video_pb2.py +24 -18
- yandex/cloud/video/v1/video_pb2.pyi +130 -38
- yandex/cloud/video/v1/video_service_pb2.py +114 -66
- yandex/cloud/video/v1/video_service_pb2.pyi +279 -40
- yandex/cloud/video/v1/video_service_pb2_grpc.py +50 -6
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +38 -18
- yandex/cloud/ydb/v1/database_pb2.py +46 -46
- yandex/cloud/ydb/v1/database_pb2.pyi +10 -2
- yandex/cloud/ydb/v1/database_service_pb2.py +18 -18
- yandex/cloud/ydb/v1/database_service_pb2.pyi +10 -2
- yandexcloud/__init__.py +2 -2
- yandexcloud/_operation_waiter.py +17 -19
- yandexcloud/_retry_policy.py +17 -3
- yandexcloud/_wrappers/dataproc/__init__.py +39 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/METADATA +9 -9
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/RECORD +193 -115
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/top_level.txt +0 -0
|
@@ -58,25 +58,29 @@ class Video(google.protobuf.message.Message):
|
|
|
58
58
|
VIDEO_STATUS_UNSPECIFIED: Video._VideoStatus.ValueType # 0
|
|
59
59
|
"""Video status unspecified."""
|
|
60
60
|
WAIT_UPLOADING: Video._VideoStatus.ValueType # 1
|
|
61
|
-
"""Waiting for the
|
|
61
|
+
"""Waiting for all the bytes to be loaded."""
|
|
62
|
+
UPLOADED: Video._VideoStatus.ValueType # 2
|
|
63
|
+
"""Fully uploaded, ready to be transcoded."""
|
|
62
64
|
PROCESSING: Video._VideoStatus.ValueType # 4
|
|
63
|
-
"""Video
|
|
65
|
+
"""Video is being processed."""
|
|
64
66
|
READY: Video._VideoStatus.ValueType # 5
|
|
65
|
-
"""
|
|
67
|
+
"""Successfully processed and ready for use."""
|
|
66
68
|
ERROR: Video._VideoStatus.ValueType # 7
|
|
67
|
-
"""
|
|
69
|
+
"""Video processing has failed."""
|
|
68
70
|
|
|
69
71
|
class VideoStatus(_VideoStatus, metaclass=_VideoStatusEnumTypeWrapper): ...
|
|
70
72
|
VIDEO_STATUS_UNSPECIFIED: Video.VideoStatus.ValueType # 0
|
|
71
73
|
"""Video status unspecified."""
|
|
72
74
|
WAIT_UPLOADING: Video.VideoStatus.ValueType # 1
|
|
73
|
-
"""Waiting for the
|
|
75
|
+
"""Waiting for all the bytes to be loaded."""
|
|
76
|
+
UPLOADED: Video.VideoStatus.ValueType # 2
|
|
77
|
+
"""Fully uploaded, ready to be transcoded."""
|
|
74
78
|
PROCESSING: Video.VideoStatus.ValueType # 4
|
|
75
|
-
"""Video
|
|
79
|
+
"""Video is being processed."""
|
|
76
80
|
READY: Video.VideoStatus.ValueType # 5
|
|
77
|
-
"""
|
|
81
|
+
"""Successfully processed and ready for use."""
|
|
78
82
|
ERROR: Video.VideoStatus.ValueType # 7
|
|
79
|
-
"""
|
|
83
|
+
"""Video processing has failed."""
|
|
80
84
|
|
|
81
85
|
class _VisibilityStatus:
|
|
82
86
|
ValueType = typing.NewType("ValueType", builtins.int)
|
|
@@ -87,17 +91,17 @@ class Video(google.protobuf.message.Message):
|
|
|
87
91
|
VISIBILITY_STATUS_UNSPECIFIED: Video._VisibilityStatus.ValueType # 0
|
|
88
92
|
"""Visibility status unspecified."""
|
|
89
93
|
PUBLISHED: Video._VisibilityStatus.ValueType # 1
|
|
90
|
-
"""Video
|
|
94
|
+
"""Video published and available for public viewing."""
|
|
91
95
|
UNPUBLISHED: Video._VisibilityStatus.ValueType # 2
|
|
92
|
-
"""Video
|
|
96
|
+
"""Video unpublished, available only to administrators."""
|
|
93
97
|
|
|
94
98
|
class VisibilityStatus(_VisibilityStatus, metaclass=_VisibilityStatusEnumTypeWrapper): ...
|
|
95
99
|
VISIBILITY_STATUS_UNSPECIFIED: Video.VisibilityStatus.ValueType # 0
|
|
96
100
|
"""Visibility status unspecified."""
|
|
97
101
|
PUBLISHED: Video.VisibilityStatus.ValueType # 1
|
|
98
|
-
"""Video
|
|
102
|
+
"""Video published and available for public viewing."""
|
|
99
103
|
UNPUBLISHED: Video.VisibilityStatus.ValueType # 2
|
|
100
|
-
"""Video
|
|
104
|
+
"""Video unpublished, available only to administrators."""
|
|
101
105
|
|
|
102
106
|
@typing.final
|
|
103
107
|
class LabelsEntry(google.protobuf.message.Message):
|
|
@@ -121,14 +125,15 @@ class Video(google.protobuf.message.Message):
|
|
|
121
125
|
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
122
126
|
THUMBNAIL_ID_FIELD_NUMBER: builtins.int
|
|
123
127
|
STATUS_FIELD_NUMBER: builtins.int
|
|
124
|
-
|
|
128
|
+
ERROR_MESSAGE_FIELD_NUMBER: builtins.int
|
|
125
129
|
VISIBILITY_STATUS_FIELD_NUMBER: builtins.int
|
|
130
|
+
DURATION_FIELD_NUMBER: builtins.int
|
|
126
131
|
AUTO_TRANSCODE_FIELD_NUMBER: builtins.int
|
|
127
132
|
ENABLE_AD_FIELD_NUMBER: builtins.int
|
|
128
133
|
SUBTITLE_IDS_FIELD_NUMBER: builtins.int
|
|
134
|
+
FEATURES_FIELD_NUMBER: builtins.int
|
|
129
135
|
TUSD_FIELD_NUMBER: builtins.int
|
|
130
136
|
PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
|
|
131
|
-
AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
|
|
132
137
|
SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
|
|
133
138
|
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
134
139
|
UPDATED_AT_FIELD_NUMBER: builtins.int
|
|
@@ -138,19 +143,21 @@ class Video(google.protobuf.message.Message):
|
|
|
138
143
|
channel_id: builtins.str
|
|
139
144
|
"""ID of the channel where the video was created."""
|
|
140
145
|
title: builtins.str
|
|
141
|
-
"""Video title."""
|
|
146
|
+
"""Video title displayed to users."""
|
|
142
147
|
description: builtins.str
|
|
143
|
-
"""
|
|
148
|
+
"""Detailed description of the video."""
|
|
144
149
|
thumbnail_id: builtins.str
|
|
145
|
-
"""ID of the thumbnail."""
|
|
150
|
+
"""ID of the video's thumbnail image."""
|
|
146
151
|
status: global___Video.VideoStatus.ValueType
|
|
147
152
|
"""Video status."""
|
|
153
|
+
error_message: builtins.str
|
|
154
|
+
"""Error message describing the reason for video processing failure, if any."""
|
|
148
155
|
visibility_status: global___Video.VisibilityStatus.ValueType
|
|
149
|
-
"""
|
|
156
|
+
"""Visibility status of the video."""
|
|
150
157
|
auto_transcode: global___AutoTranscode.ValueType
|
|
151
|
-
"""Auto
|
|
152
|
-
|
|
153
|
-
|
|
158
|
+
"""Auto-transcoding setting.
|
|
159
|
+
Set ENABLE to automatically initiate transcoding after upload,
|
|
160
|
+
or DISABLE for manual initiation via the Transcode() method.
|
|
154
161
|
"""
|
|
155
162
|
@property
|
|
156
163
|
def duration(self) -> google.protobuf.duration_pb2.Duration:
|
|
@@ -160,12 +167,16 @@ class Video(google.protobuf.message.Message):
|
|
|
160
167
|
def enable_ad(self) -> google.protobuf.wrappers_pb2.BoolValue:
|
|
161
168
|
"""Enable advertisement for this video.
|
|
162
169
|
Default: true.
|
|
163
|
-
|
|
170
|
+
Set explicitly to false to disable advertisements for a specific video.
|
|
164
171
|
"""
|
|
165
172
|
|
|
166
173
|
@property
|
|
167
174
|
def subtitle_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
168
|
-
"""
|
|
175
|
+
"""List of IDs defining the active subtitles for the video."""
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
def features(self) -> global___VideoFeatures:
|
|
179
|
+
"""Additional video processing features and their results."""
|
|
169
180
|
|
|
170
181
|
@property
|
|
171
182
|
def tusd(self) -> global___VideoTUSDSource:
|
|
@@ -173,11 +184,9 @@ class Video(google.protobuf.message.Message):
|
|
|
173
184
|
|
|
174
185
|
@property
|
|
175
186
|
def public_access(self) -> global___VideoPublicAccessRights:
|
|
176
|
-
"""
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
def auth_system_access(self) -> global___VideoAuthSystemAccessRights:
|
|
180
|
-
"""Checking access rights using the authorization system."""
|
|
187
|
+
"""Publicly accessible video available for viewing by anyone with the direct link.
|
|
188
|
+
No additional authorization or access control is applied.
|
|
189
|
+
"""
|
|
181
190
|
|
|
182
191
|
@property
|
|
183
192
|
def sign_url_access(self) -> global___VideoSignURLAccessRights:
|
|
@@ -204,23 +213,24 @@ class Video(google.protobuf.message.Message):
|
|
|
204
213
|
description: builtins.str = ...,
|
|
205
214
|
thumbnail_id: builtins.str = ...,
|
|
206
215
|
status: global___Video.VideoStatus.ValueType = ...,
|
|
207
|
-
|
|
216
|
+
error_message: builtins.str = ...,
|
|
208
217
|
visibility_status: global___Video.VisibilityStatus.ValueType = ...,
|
|
218
|
+
duration: google.protobuf.duration_pb2.Duration | None = ...,
|
|
209
219
|
auto_transcode: global___AutoTranscode.ValueType = ...,
|
|
210
220
|
enable_ad: google.protobuf.wrappers_pb2.BoolValue | None = ...,
|
|
211
221
|
subtitle_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
222
|
+
features: global___VideoFeatures | None = ...,
|
|
212
223
|
tusd: global___VideoTUSDSource | None = ...,
|
|
213
224
|
public_access: global___VideoPublicAccessRights | None = ...,
|
|
214
|
-
auth_system_access: global___VideoAuthSystemAccessRights | None = ...,
|
|
215
225
|
sign_url_access: global___VideoSignURLAccessRights | None = ...,
|
|
216
226
|
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
217
227
|
updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
218
228
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
219
229
|
) -> None: ...
|
|
220
|
-
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "
|
|
221
|
-
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "
|
|
230
|
+
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "created_at", b"created_at", "duration", b"duration", "enable_ad", b"enable_ad", "features", b"features", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "source", b"source", "tusd", b"tusd", "updated_at", b"updated_at"]) -> builtins.bool: ...
|
|
231
|
+
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auto_transcode", b"auto_transcode", "channel_id", b"channel_id", "created_at", b"created_at", "description", b"description", "duration", b"duration", "enable_ad", b"enable_ad", "error_message", b"error_message", "features", b"features", "id", b"id", "labels", b"labels", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "source", b"source", "status", b"status", "subtitle_ids", b"subtitle_ids", "thumbnail_id", b"thumbnail_id", "title", b"title", "tusd", b"tusd", "updated_at", b"updated_at", "visibility_status", b"visibility_status"]) -> None: ...
|
|
222
232
|
@typing.overload
|
|
223
|
-
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "
|
|
233
|
+
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "sign_url_access"] | None: ...
|
|
224
234
|
@typing.overload
|
|
225
235
|
def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["tusd"] | None: ...
|
|
226
236
|
|
|
@@ -228,17 +238,23 @@ global___Video = Video
|
|
|
228
238
|
|
|
229
239
|
@typing.final
|
|
230
240
|
class VideoTUSDSource(google.protobuf.message.Message):
|
|
241
|
+
"""Video upload source via tus protocol."""
|
|
242
|
+
|
|
231
243
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
232
244
|
|
|
233
245
|
URL_FIELD_NUMBER: builtins.int
|
|
246
|
+
FILE_SIZE_FIELD_NUMBER: builtins.int
|
|
234
247
|
url: builtins.str
|
|
235
248
|
"""URL for uploading video via the tus protocol."""
|
|
249
|
+
file_size: builtins.int
|
|
250
|
+
"""Size of the uploaded file, in bytes."""
|
|
236
251
|
def __init__(
|
|
237
252
|
self,
|
|
238
253
|
*,
|
|
239
254
|
url: builtins.str = ...,
|
|
255
|
+
file_size: builtins.int = ...,
|
|
240
256
|
) -> None: ...
|
|
241
|
-
def ClearField(self, field_name: typing.Literal["url", b"url"]) -> None: ...
|
|
257
|
+
def ClearField(self, field_name: typing.Literal["file_size", b"file_size", "url", b"url"]) -> None: ...
|
|
242
258
|
|
|
243
259
|
global___VideoTUSDSource = VideoTUSDSource
|
|
244
260
|
|
|
@@ -253,21 +269,97 @@ class VideoPublicAccessRights(google.protobuf.message.Message):
|
|
|
253
269
|
global___VideoPublicAccessRights = VideoPublicAccessRights
|
|
254
270
|
|
|
255
271
|
@typing.final
|
|
256
|
-
class
|
|
272
|
+
class VideoSignURLAccessRights(google.protobuf.message.Message):
|
|
257
273
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
258
274
|
|
|
259
275
|
def __init__(
|
|
260
276
|
self,
|
|
261
277
|
) -> None: ...
|
|
262
278
|
|
|
263
|
-
|
|
279
|
+
global___VideoSignURLAccessRights = VideoSignURLAccessRights
|
|
264
280
|
|
|
265
281
|
@typing.final
|
|
266
|
-
class
|
|
282
|
+
class VideoFeatures(google.protobuf.message.Message):
|
|
267
283
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
268
284
|
|
|
285
|
+
class _FeatureResult:
|
|
286
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
287
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
288
|
+
|
|
289
|
+
class _FeatureResultEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[VideoFeatures._FeatureResult.ValueType], builtins.type):
|
|
290
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
291
|
+
FEATURE_RESULT_UNSPECIFIED: VideoFeatures._FeatureResult.ValueType # 0
|
|
292
|
+
NOT_REQUESTED: VideoFeatures._FeatureResult.ValueType # 1
|
|
293
|
+
"""Feature has not been requested."""
|
|
294
|
+
PROCESSING: VideoFeatures._FeatureResult.ValueType # 2
|
|
295
|
+
"""Feature is being processed."""
|
|
296
|
+
SUCCESS: VideoFeatures._FeatureResult.ValueType # 3
|
|
297
|
+
"""Feature processing completed successfully."""
|
|
298
|
+
FAILED: VideoFeatures._FeatureResult.ValueType # 4
|
|
299
|
+
"""Feature processing has failed."""
|
|
300
|
+
|
|
301
|
+
class FeatureResult(_FeatureResult, metaclass=_FeatureResultEnumTypeWrapper): ...
|
|
302
|
+
FEATURE_RESULT_UNSPECIFIED: VideoFeatures.FeatureResult.ValueType # 0
|
|
303
|
+
NOT_REQUESTED: VideoFeatures.FeatureResult.ValueType # 1
|
|
304
|
+
"""Feature has not been requested."""
|
|
305
|
+
PROCESSING: VideoFeatures.FeatureResult.ValueType # 2
|
|
306
|
+
"""Feature is being processed."""
|
|
307
|
+
SUCCESS: VideoFeatures.FeatureResult.ValueType # 3
|
|
308
|
+
"""Feature processing completed successfully."""
|
|
309
|
+
FAILED: VideoFeatures.FeatureResult.ValueType # 4
|
|
310
|
+
"""Feature processing has failed."""
|
|
311
|
+
|
|
312
|
+
@typing.final
|
|
313
|
+
class Summary(google.protobuf.message.Message):
|
|
314
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
315
|
+
|
|
316
|
+
@typing.final
|
|
317
|
+
class SummaryURL(google.protobuf.message.Message):
|
|
318
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
319
|
+
|
|
320
|
+
URL_FIELD_NUMBER: builtins.int
|
|
321
|
+
TRACK_INDEX_FIELD_NUMBER: builtins.int
|
|
322
|
+
SRC_LANG_FIELD_NUMBER: builtins.int
|
|
323
|
+
url: builtins.str
|
|
324
|
+
track_index: builtins.int
|
|
325
|
+
"""Input audio track index (one-based)."""
|
|
326
|
+
src_lang: builtins.str
|
|
327
|
+
"""Source track language (three-letter code according to ISO 639-2/T, ISO 639-2/B, or ISO 639-3).
|
|
328
|
+
Either provided in transcoding settings earlier or automatically deduced.
|
|
329
|
+
"""
|
|
330
|
+
def __init__(
|
|
331
|
+
self,
|
|
332
|
+
*,
|
|
333
|
+
url: builtins.str = ...,
|
|
334
|
+
track_index: builtins.int = ...,
|
|
335
|
+
src_lang: builtins.str = ...,
|
|
336
|
+
) -> None: ...
|
|
337
|
+
def ClearField(self, field_name: typing.Literal["src_lang", b"src_lang", "track_index", b"track_index", "url", b"url"]) -> None: ...
|
|
338
|
+
|
|
339
|
+
RESULT_FIELD_NUMBER: builtins.int
|
|
340
|
+
URLS_FIELD_NUMBER: builtins.int
|
|
341
|
+
result: global___VideoFeatures.FeatureResult.ValueType
|
|
342
|
+
@property
|
|
343
|
+
def urls(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___VideoFeatures.Summary.SummaryURL]: ...
|
|
344
|
+
def __init__(
|
|
345
|
+
self,
|
|
346
|
+
*,
|
|
347
|
+
result: global___VideoFeatures.FeatureResult.ValueType = ...,
|
|
348
|
+
urls: collections.abc.Iterable[global___VideoFeatures.Summary.SummaryURL] | None = ...,
|
|
349
|
+
) -> None: ...
|
|
350
|
+
def ClearField(self, field_name: typing.Literal["result", b"result", "urls", b"urls"]) -> None: ...
|
|
351
|
+
|
|
352
|
+
SUMMARY_FIELD_NUMBER: builtins.int
|
|
353
|
+
@property
|
|
354
|
+
def summary(self) -> global___VideoFeatures.Summary:
|
|
355
|
+
"""Summarization result."""
|
|
356
|
+
|
|
269
357
|
def __init__(
|
|
270
358
|
self,
|
|
359
|
+
*,
|
|
360
|
+
summary: global___VideoFeatures.Summary | None = ...,
|
|
271
361
|
) -> None: ...
|
|
362
|
+
def HasField(self, field_name: typing.Literal["summary", b"summary"]) -> builtins.bool: ...
|
|
363
|
+
def ClearField(self, field_name: typing.Literal["summary", b"summary"]) -> None: ...
|
|
272
364
|
|
|
273
|
-
|
|
365
|
+
global___VideoFeatures = VideoFeatures
|
|
@@ -33,7 +33,7 @@ from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot
|
|
|
33
33
|
from yandex.cloud.video.v1 import video_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_video__pb2
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
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\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/wrappers.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\"\xa5\x01\n\x10ListVideoRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\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\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"F\n\x16\x42\x61tchGetVideosResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\"\x95\x06\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-\n\tenable_ad\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\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\x04\x08\x06\x10\x08J\x05\x08\t\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\"\xe6\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-\n\tenable_ad\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\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\x04\x08\x07\x10\x08J\x05\x08\t\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\"b\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\x11\x82\xc8\x31\x05\x31-100\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\"\xb7\x01\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\x12\x41\n\x1esigned_url_expiration_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"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')
|
|
36
|
+
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\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/wrappers.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\"\xa7\x01\n\x10ListVideoRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\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\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"F\n\x16\x42\x61tchGetVideosResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\"\x83\x06\n\x12\x43reateVideoRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x05title\x18\x02 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=2500\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\x30\n\x0c\x61uto_publish\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12-\n\tenable_ad\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x8a\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.LabelsEntryBB\xf2\xc7\x31\x12[-_.@:/0-9a-zA-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\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\x0f\n\raccess_rightsJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x06\x08\xd2\x0f\x10\xd3\x0fJ\x04\x08\x06\x10\x07J\x05\x08\t\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\"\x1a\n\x18VideoSignURLAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xb0\x05\n\x12UpdateVideoRequest\x12\x1e\n\x08video_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\x19\n\x05title\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2500\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-\n\tenable_ad\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x8a\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.LabelsEntryBB\xf2\xc7\x31\x12[-_.@:/0-9a-zA-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\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\x06\x08\xd2\x0f\x10\xd3\x0fJ\x04\x08\x07\x10\x08J\x05\x08\t\x10\xc8\x01J\x06\x08\xc9\x01\x10\xd0\x0f\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\x97\x02\n\x15TranscodeVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12\x34\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x14\n\x0csubtitle_ids\x18\x03 \x03(\t\x12M\n\x14translation_settings\x18\x04 \x01(\x0b\x32/.yandex.cloud.video.v1.VideoTranslationSettings\x12Q\n\x16summarization_settings\x18\x05 \x01(\x0b\x32\x31.yandex.cloud.video.v1.VideoSummarizationSettings\"\xd3\x04\n\x18VideoTranslationSettings\x12P\n\x06tracks\x18\x01 \x03(\x0b\x32@.yandex.cloud.video.v1.VideoTranslationSettings.TranslationTrack\x1a\x86\x02\n\x10TranslationTrack\x12U\n\x0binput_track\x18\x01 \x01(\x0b\x32:.yandex.cloud.video.v1.VideoTranslationSettings.InputTrackB\x04\xe8\xc7\x31\x01\x12P\n\tsubtitles\x18\x02 \x03(\x0b\x32=.yandex.cloud.video.v1.VideoTranslationSettings.SubtitleTrack\x12I\n\x05\x61udio\x18\x03 \x03(\x0b\x32:.yandex.cloud.video.v1.VideoTranslationSettings.AudioTrack\x1a\x45\n\nInputTrack\x12\x1c\n\x0btrack_index\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x19\n\x08src_lang\x18\x02 \x01(\tB\x07\x8a\xc8\x31\x03<=3\x1aK\n\rSubtitleTrack\x12\x1d\n\x08\x64st_lang\x18\x01 \x01(\tB\x0b\xe8\xc7\x31\x01\x8a\xc8\x31\x03\x32-3\x12\x1b\n\x05label\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x1aH\n\nAudioTrack\x12\x1d\n\x08\x64st_lang\x18\x01 \x01(\tB\x0b\xe8\xc7\x31\x01\x8a\xc8\x31\x03\x32-3\x12\x1b\n\x05label\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xca\x02\n\x1aVideoSummarizationSettings\x12T\n\x06tracks\x18\x02 \x03(\x0b\x32\x44.yandex.cloud.video.v1.VideoSummarizationSettings.SummarizationTrack\x12\x1a\n\x12process_all_tracks\x18\x03 \x01(\x08\x1am\n\x12SummarizationTrack\x12W\n\x0binput_track\x18\x01 \x01(\x0b\x32<.yandex.cloud.video.v1.VideoSummarizationSettings.InputTrackB\x04\xe8\xc7\x31\x01\x1a\x45\n\nInputTrack\x12\x1c\n\x0btrack_index\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x19\n\x08src_lang\x18\x02 \x01(\tB\x07\x8a\xc8\x31\x03<=3J\x04\x08\x01\x10\x02\"*\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\"b\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\x11\x82\xc8\x31\x05\x31-100\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\"\xb7\x01\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\x12\x41\n\x1esigned_url_expiration_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"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\"\xe5\x01\n\x1e\x42\x61tchGetVideoPlayerURLsRequest\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\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\x12\x38\n\x06params\x18\x03 \x01(\x0b\x32(.yandex.cloud.video.v1.VideoPlayerParams\x12\x41\n\x1esigned_url_expiration_duration\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\"6\n\x1f\x42\x61tchGetVideoPlayerURLsResponse\x12\x13\n\x0bplayer_urls\x18\x01 \x03(\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\xa7\x0f\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\xb3\x01\n\x12\x42\x61tchGetPlayerURLs\x12\x35.yandex.cloud.video.v1.BatchGetVideoPlayerURLsRequest\x1a\x36.yandex.cloud.video.v1.BatchGetVideoPlayerURLsResponse\".\x82\xd3\xe4\x93\x02(\"#/video/v1/videos:batchGetPlayerURLs:\x01*\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')
|
|
37
37
|
|
|
38
38
|
_globals = globals()
|
|
39
39
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -48,7 +48,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
48
48
|
_globals['_LISTVIDEOREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
49
49
|
_globals['_LISTVIDEOREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
50
50
|
_globals['_LISTVIDEOREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
51
|
-
_globals['_LISTVIDEOREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\
|
|
51
|
+
_globals['_LISTVIDEOREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\007<=15000'
|
|
52
52
|
_globals['_LISTVIDEOREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
53
53
|
_globals['_LISTVIDEOREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
54
54
|
_globals['_BATCHGETVIDEOSREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
@@ -59,26 +59,50 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
59
59
|
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
60
60
|
_globals['_CREATEVIDEOREQUEST'].oneofs_by_name['source']._loaded_options = None
|
|
61
61
|
_globals['_CREATEVIDEOREQUEST'].oneofs_by_name['source']._serialized_options = b'\300\3011\001'
|
|
62
|
-
_globals['_CREATEVIDEOREQUEST'].oneofs_by_name['access_rights']._loaded_options = None
|
|
63
|
-
_globals['_CREATEVIDEOREQUEST'].oneofs_by_name['access_rights']._serialized_options = b'\300\3011\001'
|
|
64
62
|
_globals['_CREATEVIDEOREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
65
63
|
_globals['_CREATEVIDEOREQUEST'].fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
66
64
|
_globals['_CREATEVIDEOREQUEST'].fields_by_name['title']._loaded_options = None
|
|
67
|
-
_globals['_CREATEVIDEOREQUEST'].fields_by_name['title']._serialized_options = b'\350\3071\001'
|
|
65
|
+
_globals['_CREATEVIDEOREQUEST'].fields_by_name['title']._serialized_options = b'\350\3071\001\212\3101\006<=2500'
|
|
68
66
|
_globals['_CREATEVIDEOREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
69
67
|
_globals['_CREATEVIDEOREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
70
68
|
_globals['_CREATEVIDEOREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
71
|
-
_globals['_CREATEVIDEOREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\
|
|
69
|
+
_globals['_CREATEVIDEOREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\022[-_.@:/0-9a-zA-Z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\004<=63'
|
|
72
70
|
_globals['_VIDEOTUSDPARAMS'].fields_by_name['file_size']._loaded_options = None
|
|
73
71
|
_globals['_VIDEOTUSDPARAMS'].fields_by_name['file_size']._serialized_options = b'\372\3071\002>0'
|
|
74
72
|
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._loaded_options = None
|
|
75
73
|
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
76
74
|
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['video_id']._loaded_options = None
|
|
77
75
|
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
76
|
+
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['field_mask']._loaded_options = None
|
|
77
|
+
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['field_mask']._serialized_options = b'\350\3071\001'
|
|
78
|
+
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['title']._loaded_options = None
|
|
79
|
+
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['title']._serialized_options = b'\212\3101\006<=2500'
|
|
78
80
|
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
79
81
|
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
80
82
|
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
81
|
-
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\
|
|
83
|
+
_globals['_UPDATEVIDEOREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\022[-_.@:/0-9a-zA-Z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\004<=63'
|
|
84
|
+
_globals['_TRANSCODEVIDEOREQUEST'].fields_by_name['field_mask']._loaded_options = None
|
|
85
|
+
_globals['_TRANSCODEVIDEOREQUEST'].fields_by_name['field_mask']._serialized_options = b'\350\3071\001'
|
|
86
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_TRANSLATIONTRACK'].fields_by_name['input_track']._loaded_options = None
|
|
87
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_TRANSLATIONTRACK'].fields_by_name['input_track']._serialized_options = b'\350\3071\001'
|
|
88
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_INPUTTRACK'].fields_by_name['track_index']._loaded_options = None
|
|
89
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_INPUTTRACK'].fields_by_name['track_index']._serialized_options = b'\372\3071\003>=1'
|
|
90
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_INPUTTRACK'].fields_by_name['src_lang']._loaded_options = None
|
|
91
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_INPUTTRACK'].fields_by_name['src_lang']._serialized_options = b'\212\3101\003<=3'
|
|
92
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_SUBTITLETRACK'].fields_by_name['dst_lang']._loaded_options = None
|
|
93
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_SUBTITLETRACK'].fields_by_name['dst_lang']._serialized_options = b'\350\3071\001\212\3101\0032-3'
|
|
94
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_SUBTITLETRACK'].fields_by_name['label']._loaded_options = None
|
|
95
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_SUBTITLETRACK'].fields_by_name['label']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
96
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_AUDIOTRACK'].fields_by_name['dst_lang']._loaded_options = None
|
|
97
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_AUDIOTRACK'].fields_by_name['dst_lang']._serialized_options = b'\350\3071\001\212\3101\0032-3'
|
|
98
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_AUDIOTRACK'].fields_by_name['label']._loaded_options = None
|
|
99
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_AUDIOTRACK'].fields_by_name['label']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
100
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_SUMMARIZATIONTRACK'].fields_by_name['input_track']._loaded_options = None
|
|
101
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_SUMMARIZATIONTRACK'].fields_by_name['input_track']._serialized_options = b'\350\3071\001'
|
|
102
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_INPUTTRACK'].fields_by_name['track_index']._loaded_options = None
|
|
103
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_INPUTTRACK'].fields_by_name['track_index']._serialized_options = b'\372\3071\003>=1'
|
|
104
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_INPUTTRACK'].fields_by_name['src_lang']._loaded_options = None
|
|
105
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_INPUTTRACK'].fields_by_name['src_lang']._serialized_options = b'\212\3101\003<=3'
|
|
82
106
|
_globals['_DELETEVIDEOREQUEST'].fields_by_name['video_id']._loaded_options = None
|
|
83
107
|
_globals['_DELETEVIDEOREQUEST'].fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
84
108
|
_globals['_BATCHDELETEVIDEOSREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
@@ -91,6 +115,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
91
115
|
_globals['_PERFORMVIDEOACTIONREQUEST'].fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
92
116
|
_globals['_GETVIDEOPLAYERURLREQUEST'].fields_by_name['video_id']._loaded_options = None
|
|
93
117
|
_globals['_GETVIDEOPLAYERURLREQUEST'].fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
118
|
+
_globals['_BATCHGETVIDEOPLAYERURLSREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
119
|
+
_globals['_BATCHGETVIDEOPLAYERURLSREQUEST'].fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
120
|
+
_globals['_BATCHGETVIDEOPLAYERURLSREQUEST'].fields_by_name['video_ids']._loaded_options = None
|
|
121
|
+
_globals['_BATCHGETVIDEOPLAYERURLSREQUEST'].fields_by_name['video_ids']._serialized_options = b'\202\3101\0051-100\212\3101\004<=50'
|
|
94
122
|
_globals['_GETVIDEOMANIFESTSREQUEST'].fields_by_name['video_id']._loaded_options = None
|
|
95
123
|
_globals['_GETVIDEOMANIFESTSREQUEST'].fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
96
124
|
_globals['_VIDEOSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
@@ -113,68 +141,88 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
113
141
|
_globals['_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*'
|
|
114
142
|
_globals['_VIDEOSERVICE'].methods_by_name['GetPlayerURL']._loaded_options = None
|
|
115
143
|
_globals['_VIDEOSERVICE'].methods_by_name['GetPlayerURL']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getPlayerURL'
|
|
144
|
+
_globals['_VIDEOSERVICE'].methods_by_name['BatchGetPlayerURLs']._loaded_options = None
|
|
145
|
+
_globals['_VIDEOSERVICE'].methods_by_name['BatchGetPlayerURLs']._serialized_options = b'\202\323\344\223\002(\"#/video/v1/videos:batchGetPlayerURLs:\001*'
|
|
116
146
|
_globals['_VIDEOSERVICE'].methods_by_name['GetManifests']._loaded_options = None
|
|
117
147
|
_globals['_VIDEOSERVICE'].methods_by_name['GetManifests']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getManifests'
|
|
118
148
|
_globals['_GETVIDEOREQUEST']._serialized_start=374
|
|
119
149
|
_globals['_GETVIDEOREQUEST']._serialized_end=423
|
|
120
150
|
_globals['_LISTVIDEOREQUEST']._serialized_start=426
|
|
121
|
-
_globals['_LISTVIDEOREQUEST']._serialized_end=
|
|
122
|
-
_globals['_LISTVIDEORESPONSE']._serialized_start=
|
|
123
|
-
_globals['_LISTVIDEORESPONSE']._serialized_end=
|
|
124
|
-
_globals['_BATCHGETVIDEOSREQUEST']._serialized_start=
|
|
125
|
-
_globals['_BATCHGETVIDEOSREQUEST']._serialized_end=
|
|
126
|
-
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_start=
|
|
127
|
-
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_end=
|
|
128
|
-
_globals['_CREATEVIDEOREQUEST']._serialized_start=
|
|
129
|
-
_globals['_CREATEVIDEOREQUEST']._serialized_end=
|
|
130
|
-
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=
|
|
131
|
-
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=
|
|
132
|
-
_globals['_VIDEOTUSDPARAMS']._serialized_start=
|
|
133
|
-
_globals['_VIDEOTUSDPARAMS']._serialized_end=
|
|
134
|
-
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=
|
|
135
|
-
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=
|
|
136
|
-
_globals['
|
|
137
|
-
_globals['
|
|
138
|
-
_globals['
|
|
139
|
-
_globals['
|
|
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['
|
|
177
|
-
_globals['
|
|
178
|
-
_globals['
|
|
179
|
-
_globals['
|
|
151
|
+
_globals['_LISTVIDEOREQUEST']._serialized_end=593
|
|
152
|
+
_globals['_LISTVIDEORESPONSE']._serialized_start=595
|
|
153
|
+
_globals['_LISTVIDEORESPONSE']._serialized_end=691
|
|
154
|
+
_globals['_BATCHGETVIDEOSREQUEST']._serialized_start=693
|
|
155
|
+
_globals['_BATCHGETVIDEOSREQUEST']._serialized_end=788
|
|
156
|
+
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_start=790
|
|
157
|
+
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_end=860
|
|
158
|
+
_globals['_CREATEVIDEOREQUEST']._serialized_start=863
|
|
159
|
+
_globals['_CREATEVIDEOREQUEST']._serialized_end=1634
|
|
160
|
+
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1511
|
|
161
|
+
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1556
|
|
162
|
+
_globals['_VIDEOTUSDPARAMS']._serialized_start=1636
|
|
163
|
+
_globals['_VIDEOTUSDPARAMS']._serialized_end=1699
|
|
164
|
+
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1701
|
|
165
|
+
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1726
|
|
166
|
+
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_start=1728
|
|
167
|
+
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_end=1754
|
|
168
|
+
_globals['_CREATEVIDEOMETADATA']._serialized_start=1756
|
|
169
|
+
_globals['_CREATEVIDEOMETADATA']._serialized_end=1795
|
|
170
|
+
_globals['_UPDATEVIDEOREQUEST']._serialized_start=1798
|
|
171
|
+
_globals['_UPDATEVIDEOREQUEST']._serialized_end=2486
|
|
172
|
+
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1511
|
|
173
|
+
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1556
|
|
174
|
+
_globals['_UPDATEVIDEOMETADATA']._serialized_start=2488
|
|
175
|
+
_globals['_UPDATEVIDEOMETADATA']._serialized_end=2527
|
|
176
|
+
_globals['_TRANSCODEVIDEOREQUEST']._serialized_start=2530
|
|
177
|
+
_globals['_TRANSCODEVIDEOREQUEST']._serialized_end=2809
|
|
178
|
+
_globals['_VIDEOTRANSLATIONSETTINGS']._serialized_start=2812
|
|
179
|
+
_globals['_VIDEOTRANSLATIONSETTINGS']._serialized_end=3407
|
|
180
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_TRANSLATIONTRACK']._serialized_start=2923
|
|
181
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_TRANSLATIONTRACK']._serialized_end=3185
|
|
182
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_INPUTTRACK']._serialized_start=3187
|
|
183
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_INPUTTRACK']._serialized_end=3256
|
|
184
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_SUBTITLETRACK']._serialized_start=3258
|
|
185
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_SUBTITLETRACK']._serialized_end=3333
|
|
186
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_AUDIOTRACK']._serialized_start=3335
|
|
187
|
+
_globals['_VIDEOTRANSLATIONSETTINGS_AUDIOTRACK']._serialized_end=3407
|
|
188
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS']._serialized_start=3410
|
|
189
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS']._serialized_end=3740
|
|
190
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_SUMMARIZATIONTRACK']._serialized_start=3554
|
|
191
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_SUMMARIZATIONTRACK']._serialized_end=3663
|
|
192
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_INPUTTRACK']._serialized_start=3187
|
|
193
|
+
_globals['_VIDEOSUMMARIZATIONSETTINGS_INPUTTRACK']._serialized_end=3256
|
|
194
|
+
_globals['_TRANSCODEVIDEOMETADATA']._serialized_start=3742
|
|
195
|
+
_globals['_TRANSCODEVIDEOMETADATA']._serialized_end=3784
|
|
196
|
+
_globals['_DELETEVIDEOREQUEST']._serialized_start=3786
|
|
197
|
+
_globals['_DELETEVIDEOREQUEST']._serialized_end=3838
|
|
198
|
+
_globals['_DELETEVIDEOMETADATA']._serialized_start=3840
|
|
199
|
+
_globals['_DELETEVIDEOMETADATA']._serialized_end=3879
|
|
200
|
+
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_start=3881
|
|
201
|
+
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_end=3979
|
|
202
|
+
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_start=3981
|
|
203
|
+
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_end=4027
|
|
204
|
+
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=4030
|
|
205
|
+
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=4242
|
|
206
|
+
_globals['_PUBLISHVIDEOACTION']._serialized_start=4244
|
|
207
|
+
_globals['_PUBLISHVIDEOACTION']._serialized_end=4264
|
|
208
|
+
_globals['_UNPUBLISHVIDEOACTION']._serialized_start=4266
|
|
209
|
+
_globals['_UNPUBLISHVIDEOACTION']._serialized_end=4288
|
|
210
|
+
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=4290
|
|
211
|
+
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=4336
|
|
212
|
+
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=4339
|
|
213
|
+
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=4522
|
|
214
|
+
_globals['_VIDEOPLAYERPARAMS']._serialized_start=4524
|
|
215
|
+
_globals['_VIDEOPLAYERPARAMS']._serialized_end=4591
|
|
216
|
+
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=4593
|
|
217
|
+
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=4654
|
|
218
|
+
_globals['_BATCHGETVIDEOPLAYERURLSREQUEST']._serialized_start=4657
|
|
219
|
+
_globals['_BATCHGETVIDEOPLAYERURLSREQUEST']._serialized_end=4886
|
|
220
|
+
_globals['_BATCHGETVIDEOPLAYERURLSRESPONSE']._serialized_start=4888
|
|
221
|
+
_globals['_BATCHGETVIDEOPLAYERURLSRESPONSE']._serialized_end=4942
|
|
222
|
+
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=4944
|
|
223
|
+
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=5002
|
|
224
|
+
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=5004
|
|
225
|
+
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=5083
|
|
226
|
+
_globals['_VIDEOSERVICE']._serialized_start=5086
|
|
227
|
+
_globals['_VIDEOSERVICE']._serialized_end=7045
|
|
180
228
|
# @@protoc_insertion_point(module_scope)
|