yandexcloud 0.323.0__py3-none-any.whl → 0.325.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +1 -1
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +4 -2
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +6 -3
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.py +3 -3
- yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.pyi +3 -3
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +3 -3
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +25 -10
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +11 -5
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +33 -9
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +27 -27
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +18 -6
- yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
- yandex/cloud/ai/stt/v3/stt_pb2.pyi +15 -0
- yandex/cloud/ai/stt/v3/stt_service_pb2.py +10 -7
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +34 -0
- yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +18 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +26 -26
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +7 -1
- yandex/cloud/backup/v1/backup_service_pb2.py +42 -41
- yandex/cloud/backup/v1/backup_service_pb2.pyi +6 -1
- yandex/cloud/backup/v1/policy_pb2.pyi +1 -1
- yandex/cloud/billing/v1/customer_service_pb2.pyi +5 -4
- yandex/cloud/cdn/v1/resource_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/cloudregistry/__init__.py +0 -0
- yandex/cloud/cloudregistry/v1/__init__.py +0 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2.py +31 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +112 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/artifact_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2.py +45 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +59 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +108 -0
- yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +81 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2.py +37 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2.pyi +95 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/ip_permission_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +41 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +181 -0
- yandex/cloud/cloudregistry/v1/registry_pb2_grpc.py +4 -0
- yandex/cloud/cloudregistry/v1/registry_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +157 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.pyi +504 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +451 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +291 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +8 -10
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +2 -28
- yandex/cloud/compute/v1/instance_service_pb2_grpc.py +1 -1
- yandex/cloud/compute/v1/instance_service_pb2_grpc.pyi +3 -3
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +9 -5
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +96 -0
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +55 -53
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +14 -2
- yandex/cloud/iam/v1/user_account_pb2.pyi +2 -2
- yandex/cloud/iam/v1/user_account_service_pb2_grpc.py +3 -3
- yandex/cloud/iam/v1/user_account_service_pb2_grpc.pyi +3 -3
- yandex/cloud/lockbox/v1/secret_service_pb2.py +56 -55
- yandex/cloud/lockbox/v1/secret_service_pb2.pyi +13 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +55 -45
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +40 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +34 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +109 -105
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +68 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +68 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +168 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.pyi +1130 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +168 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.pyi +1122 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.py +4 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/redis/v1/backup_pb2.py +4 -2
- yandex/cloud/mdb/redis/v1/backup_pb2.pyi +31 -1
- yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +2 -2
- yandex/cloud/searchapi/__init__.py +0 -0
- yandex/cloud/searchapi/v2/__init__.py +0 -0
- yandex/cloud/searchapi/v2/search_query_pb2.py +37 -0
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +100 -0
- yandex/cloud/searchapi/v2/search_query_pb2_grpc.py +4 -0
- yandex/cloud/searchapi/v2/search_query_pb2_grpc.pyi +17 -0
- yandex/cloud/searchapi/v2/search_service_pb2.py +61 -0
- yandex/cloud/searchapi/v2/search_service_pb2.pyi +218 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +70 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +48 -0
- yandex/cloud/serverless/containers/v1/container_pb2.py +42 -34
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +52 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +9 -9
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +8 -0
- yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +31 -31
- yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +4 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +23 -15
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +32 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +34 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +20 -0
- yandex/cloud/smartwebsecurity/v1/security_profile_pb2.py +46 -40
- yandex/cloud/smartwebsecurity/v1/security_profile_pb2.pyi +47 -2
- yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.py +18 -18
- yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.pyi +16 -3
- yandex/cloud/video/v1/channel_pb2.py +1 -1
- yandex/cloud/video/v1/channel_service_pb2.py +58 -25
- yandex/cloud/video/v1/channel_service_pb2.pyi +40 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +34 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +20 -0
- yandex/cloud/video/v1/episode_pb2.py +10 -8
- yandex/cloud/video/v1/episode_pb2.pyi +19 -3
- yandex/cloud/video/v1/episode_service_pb2.py +96 -43
- yandex/cloud/video/v1/episode_service_pb2.pyi +68 -6
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +34 -0
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
- yandex/cloud/video/v1/manifest_pb2.py +3 -3
- yandex/cloud/video/v1/manifest_pb2.pyi +1 -5
- yandex/cloud/video/v1/playlist_pb2.py +29 -0
- yandex/cloud/video/v1/playlist_pb2.pyi +89 -0
- yandex/cloud/video/v1/playlist_pb2_grpc.py +4 -0
- yandex/cloud/video/v1/playlist_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/playlist_service_pb2.py +102 -0
- yandex/cloud/video/v1/playlist_service_pb2.pyi +331 -0
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +276 -0
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +172 -0
- yandex/cloud/video/v1/stream_line_pb2.py +1 -1
- yandex/cloud/video/v1/stream_line_service_pb2.py +122 -55
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +80 -0
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +68 -0
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +40 -0
- yandex/cloud/video/v1/stream_pb2.py +1 -1
- yandex/cloud/video/v1/stream_service_pb2.py +98 -37
- yandex/cloud/video/v1/stream_service_pb2.pyi +80 -0
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +68 -0
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +40 -0
- yandex/cloud/video/v1/subtitle_pb2.py +29 -0
- yandex/cloud/video/v1/subtitle_pb2.pyi +90 -0
- yandex/cloud/video/v1/subtitle_pb2_grpc.py +4 -0
- yandex/cloud/video/v1/subtitle_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/subtitle_service_pb2.py +83 -0
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +212 -0
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +208 -0
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +132 -0
- yandex/cloud/video/v1/thumbnail_service_pb2.py +50 -21
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +48 -0
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +69 -0
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +41 -0
- yandex/cloud/video/v1/video_pb2.py +18 -14
- yandex/cloud/video/v1/video_pb2.pyi +55 -3
- yandex/cloud/video/v1/video_service_pb2.py +118 -49
- yandex/cloud/video/v1/video_service_pb2.pyi +161 -6
- yandex/cloud/video/v1/video_service_pb2_grpc.py +102 -0
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +60 -0
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/RECORD +167 -103
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.323.0.dist-info → yandexcloud-0.325.0.dist-info}/top_level.txt +0 -0
|
@@ -9,6 +9,7 @@ import grpc
|
|
|
9
9
|
import grpc.aio
|
|
10
10
|
import typing
|
|
11
11
|
import yandex.cloud.operation.operation_pb2
|
|
12
|
+
import yandex.cloud.video.v1.thumbnail_pb2
|
|
12
13
|
import yandex.cloud.video.v1.thumbnail_service_pb2
|
|
13
14
|
|
|
14
15
|
_T = typing.TypeVar("_T")
|
|
@@ -22,6 +23,12 @@ class ThumbnailServiceStub:
|
|
|
22
23
|
"""Thumbnail management service."""
|
|
23
24
|
|
|
24
25
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
yandex.cloud.video.v1.thumbnail_service_pb2.GetThumbnailRequest,
|
|
28
|
+
yandex.cloud.video.v1.thumbnail_pb2.Thumbnail,
|
|
29
|
+
]
|
|
30
|
+
"""Returns the specific thumbnail."""
|
|
31
|
+
|
|
25
32
|
List: grpc.UnaryUnaryMultiCallable[
|
|
26
33
|
yandex.cloud.video.v1.thumbnail_service_pb2.ListThumbnailRequest,
|
|
27
34
|
yandex.cloud.video.v1.thumbnail_service_pb2.ListThumbnailResponse,
|
|
@@ -46,9 +53,21 @@ class ThumbnailServiceStub:
|
|
|
46
53
|
]
|
|
47
54
|
"""Generate url for upload image."""
|
|
48
55
|
|
|
56
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
57
|
+
yandex.cloud.video.v1.thumbnail_service_pb2.DeleteThumbnailRequest,
|
|
58
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
59
|
+
]
|
|
60
|
+
"""Delete thumbnail."""
|
|
61
|
+
|
|
49
62
|
class ThumbnailServiceAsyncStub:
|
|
50
63
|
"""Thumbnail management service."""
|
|
51
64
|
|
|
65
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
66
|
+
yandex.cloud.video.v1.thumbnail_service_pb2.GetThumbnailRequest,
|
|
67
|
+
yandex.cloud.video.v1.thumbnail_pb2.Thumbnail,
|
|
68
|
+
]
|
|
69
|
+
"""Returns the specific thumbnail."""
|
|
70
|
+
|
|
52
71
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
53
72
|
yandex.cloud.video.v1.thumbnail_service_pb2.ListThumbnailRequest,
|
|
54
73
|
yandex.cloud.video.v1.thumbnail_service_pb2.ListThumbnailResponse,
|
|
@@ -73,9 +92,23 @@ class ThumbnailServiceAsyncStub:
|
|
|
73
92
|
]
|
|
74
93
|
"""Generate url for upload image."""
|
|
75
94
|
|
|
95
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
96
|
+
yandex.cloud.video.v1.thumbnail_service_pb2.DeleteThumbnailRequest,
|
|
97
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
98
|
+
]
|
|
99
|
+
"""Delete thumbnail."""
|
|
100
|
+
|
|
76
101
|
class ThumbnailServiceServicer(metaclass=abc.ABCMeta):
|
|
77
102
|
"""Thumbnail management service."""
|
|
78
103
|
|
|
104
|
+
@abc.abstractmethod
|
|
105
|
+
def Get(
|
|
106
|
+
self,
|
|
107
|
+
request: yandex.cloud.video.v1.thumbnail_service_pb2.GetThumbnailRequest,
|
|
108
|
+
context: _ServicerContext,
|
|
109
|
+
) -> typing.Union[yandex.cloud.video.v1.thumbnail_pb2.Thumbnail, collections.abc.Awaitable[yandex.cloud.video.v1.thumbnail_pb2.Thumbnail]]:
|
|
110
|
+
"""Returns the specific thumbnail."""
|
|
111
|
+
|
|
79
112
|
@abc.abstractmethod
|
|
80
113
|
def List(
|
|
81
114
|
self,
|
|
@@ -108,4 +141,12 @@ class ThumbnailServiceServicer(metaclass=abc.ABCMeta):
|
|
|
108
141
|
) -> typing.Union[yandex.cloud.video.v1.thumbnail_service_pb2.GenerateThumbnailUploadURLResponse, collections.abc.Awaitable[yandex.cloud.video.v1.thumbnail_service_pb2.GenerateThumbnailUploadURLResponse]]:
|
|
109
142
|
"""Generate url for upload image."""
|
|
110
143
|
|
|
144
|
+
@abc.abstractmethod
|
|
145
|
+
def Delete(
|
|
146
|
+
self,
|
|
147
|
+
request: yandex.cloud.video.v1.thumbnail_service_pb2.DeleteThumbnailRequest,
|
|
148
|
+
context: _ServicerContext,
|
|
149
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
150
|
+
"""Delete thumbnail."""
|
|
151
|
+
|
|
111
152
|
def add_ThumbnailServiceServicer_to_server(servicer: ThumbnailServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -15,7 +15,7 @@ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb
|
|
|
15
15
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!yandex/cloud/video/v1/video.proto\x12\x15yandex.cloud.video.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!yandex/cloud/video/v1/video.proto\x12\x15yandex.cloud.video.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe3\x08\n\x05Video\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nchannel_id\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x05 \x01(\t\x12\x38\n\x06status\x18\x06 \x01(\x0e\x32(.yandex.cloud.video.v1.Video.VideoStatus\x12+\n\x08\x64uration\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12H\n\x11visibility_status\x18\t \x01(\x0e\x32-.yandex.cloud.video.v1.Video.VisibilityStatus\x12<\n\x0e\x61uto_transcode\x18\x0b \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x14\n\x0csubtitle_ids\x18\x0c \x03(\t\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDSourceH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessRightsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessRightsH\x01\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessRightsH\x01\x12.\n\ncreated_at\x18\x64 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x06labels\x18\xc8\x01 \x03(\x0b\x32(.yandex.cloud.video.v1.Video.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"k\n\x0bVideoStatus\x12\x1c\n\x18VIDEO_STATUS_UNSPECIFIED\x10\x00\x12\x12\n\x0eWAIT_UPLOADING\x10\x01\x12\x0e\n\nPROCESSING\x10\x04\x12\t\n\x05READY\x10\x05\x12\t\n\x05\x45RROR\x10\x07\"\x04\x08\x06\x10\x06\"U\n\x10VisibilityStatus\x12!\n\x1dVISIBILITY_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tPUBLISHED\x10\x01\x12\x0f\n\x0bUNPUBLISHED\x10\x02\x42\x08\n\x06sourceB\x0f\n\raccess_rightsJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x04\x08\x07\x10\x08J\x04\x08\n\x10\x0bJ\x04\x08\r\x10\x64J\x05\x08\x66\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0f\"\x1e\n\x0fVideoTUSDSource\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x19\n\x17VideoPublicAccessRights\"\x1d\n\x1bVideoAuthSystemAccessRights\"\x1a\n\x18VideoSignURLAccessRights*H\n\rAutoTranscode\x12\x1e\n\x1a\x41UTO_TRANSCODE_UNSPECIFIED\x10\x00\x12\n\n\x06\x45NABLE\x10\x01\x12\x0b\n\x07\x44ISABLE\x10\x02\x42\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -25,18 +25,22 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
25
25
|
DESCRIPTOR._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
|
|
26
26
|
_VIDEO_LABELSENTRY._options = None
|
|
27
27
|
_VIDEO_LABELSENTRY._serialized_options = b'8\001'
|
|
28
|
+
_globals['_AUTOTRANSCODE']._serialized_start=1369
|
|
29
|
+
_globals['_AUTOTRANSCODE']._serialized_end=1441
|
|
28
30
|
_globals['_VIDEO']._serialized_start=126
|
|
29
|
-
_globals['_VIDEO']._serialized_end=
|
|
30
|
-
_globals['_VIDEO_LABELSENTRY']._serialized_start=
|
|
31
|
-
_globals['_VIDEO_LABELSENTRY']._serialized_end=
|
|
32
|
-
_globals['_VIDEO_VIDEOSTATUS']._serialized_start=
|
|
33
|
-
_globals['_VIDEO_VIDEOSTATUS']._serialized_end=
|
|
34
|
-
_globals['_VIDEO_VISIBILITYSTATUS']._serialized_start=
|
|
35
|
-
_globals['_VIDEO_VISIBILITYSTATUS']._serialized_end=
|
|
36
|
-
_globals['_VIDEOTUSDSOURCE']._serialized_start=
|
|
37
|
-
_globals['_VIDEOTUSDSOURCE']._serialized_end=
|
|
38
|
-
_globals['_VIDEOPUBLICACCESSRIGHTS']._serialized_start=
|
|
39
|
-
_globals['_VIDEOPUBLICACCESSRIGHTS']._serialized_end=
|
|
40
|
-
_globals['_VIDEOAUTHSYSTEMACCESSRIGHTS']._serialized_start=
|
|
41
|
-
_globals['_VIDEOAUTHSYSTEMACCESSRIGHTS']._serialized_end=
|
|
31
|
+
_globals['_VIDEO']._serialized_end=1249
|
|
32
|
+
_globals['_VIDEO_LABELSENTRY']._serialized_start=932
|
|
33
|
+
_globals['_VIDEO_LABELSENTRY']._serialized_end=977
|
|
34
|
+
_globals['_VIDEO_VIDEOSTATUS']._serialized_start=979
|
|
35
|
+
_globals['_VIDEO_VIDEOSTATUS']._serialized_end=1086
|
|
36
|
+
_globals['_VIDEO_VISIBILITYSTATUS']._serialized_start=1088
|
|
37
|
+
_globals['_VIDEO_VISIBILITYSTATUS']._serialized_end=1173
|
|
38
|
+
_globals['_VIDEOTUSDSOURCE']._serialized_start=1251
|
|
39
|
+
_globals['_VIDEOTUSDSOURCE']._serialized_end=1281
|
|
40
|
+
_globals['_VIDEOPUBLICACCESSRIGHTS']._serialized_start=1283
|
|
41
|
+
_globals['_VIDEOPUBLICACCESSRIGHTS']._serialized_end=1308
|
|
42
|
+
_globals['_VIDEOAUTHSYSTEMACCESSRIGHTS']._serialized_start=1310
|
|
43
|
+
_globals['_VIDEOAUTHSYSTEMACCESSRIGHTS']._serialized_end=1339
|
|
44
|
+
_globals['_VIDEOSIGNURLACCESSRIGHTS']._serialized_start=1341
|
|
45
|
+
_globals['_VIDEOSIGNURLACCESSRIGHTS']._serialized_end=1367
|
|
42
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -21,6 +21,29 @@ else:
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
23
23
|
|
|
24
|
+
class _AutoTranscode:
|
|
25
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
26
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
27
|
+
|
|
28
|
+
class _AutoTranscodeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_AutoTranscode.ValueType], builtins.type):
|
|
29
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
30
|
+
AUTO_TRANSCODE_UNSPECIFIED: _AutoTranscode.ValueType # 0
|
|
31
|
+
"""Unspecified auto transcoding value."""
|
|
32
|
+
ENABLE: _AutoTranscode.ValueType # 1
|
|
33
|
+
"""Enable auto transcoding."""
|
|
34
|
+
DISABLE: _AutoTranscode.ValueType # 2
|
|
35
|
+
"""Disable auto transcoding."""
|
|
36
|
+
|
|
37
|
+
class AutoTranscode(_AutoTranscode, metaclass=_AutoTranscodeEnumTypeWrapper): ...
|
|
38
|
+
|
|
39
|
+
AUTO_TRANSCODE_UNSPECIFIED: AutoTranscode.ValueType # 0
|
|
40
|
+
"""Unspecified auto transcoding value."""
|
|
41
|
+
ENABLE: AutoTranscode.ValueType # 1
|
|
42
|
+
"""Enable auto transcoding."""
|
|
43
|
+
DISABLE: AutoTranscode.ValueType # 2
|
|
44
|
+
"""Disable auto transcoding."""
|
|
45
|
+
global___AutoTranscode = AutoTranscode
|
|
46
|
+
|
|
24
47
|
@typing.final
|
|
25
48
|
class Video(google.protobuf.message.Message):
|
|
26
49
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -99,9 +122,12 @@ class Video(google.protobuf.message.Message):
|
|
|
99
122
|
STATUS_FIELD_NUMBER: builtins.int
|
|
100
123
|
DURATION_FIELD_NUMBER: builtins.int
|
|
101
124
|
VISIBILITY_STATUS_FIELD_NUMBER: builtins.int
|
|
125
|
+
AUTO_TRANSCODE_FIELD_NUMBER: builtins.int
|
|
126
|
+
SUBTITLE_IDS_FIELD_NUMBER: builtins.int
|
|
102
127
|
TUSD_FIELD_NUMBER: builtins.int
|
|
103
128
|
PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
|
|
104
129
|
AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
|
|
130
|
+
SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
|
|
105
131
|
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
106
132
|
UPDATED_AT_FIELD_NUMBER: builtins.int
|
|
107
133
|
LABELS_FIELD_NUMBER: builtins.int
|
|
@@ -119,10 +145,19 @@ class Video(google.protobuf.message.Message):
|
|
|
119
145
|
"""Video status."""
|
|
120
146
|
visibility_status: global___Video.VisibilityStatus.ValueType
|
|
121
147
|
"""Video visibility status."""
|
|
148
|
+
auto_transcode: global___AutoTranscode.ValueType
|
|
149
|
+
"""Auto start transcoding.
|
|
150
|
+
If set to ENABLE, transcoding process is initiated automatically after video upload.
|
|
151
|
+
If set to DISABLE, manual "Transcode()" call is required instead.
|
|
152
|
+
"""
|
|
122
153
|
@property
|
|
123
154
|
def duration(self) -> google.protobuf.duration_pb2.Duration:
|
|
124
155
|
"""Video duration. Optional, may be empty until the transcoding result is ready."""
|
|
125
156
|
|
|
157
|
+
@property
|
|
158
|
+
def subtitle_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
159
|
+
"""IDs of active video subtitles."""
|
|
160
|
+
|
|
126
161
|
@property
|
|
127
162
|
def tusd(self) -> global___VideoTUSDSource:
|
|
128
163
|
"""Upload video using the tus protocol."""
|
|
@@ -135,6 +170,10 @@ class Video(google.protobuf.message.Message):
|
|
|
135
170
|
def auth_system_access(self) -> global___VideoAuthSystemAccessRights:
|
|
136
171
|
"""Checking access rights using the authorization system."""
|
|
137
172
|
|
|
173
|
+
@property
|
|
174
|
+
def sign_url_access(self) -> global___VideoSignURLAccessRights:
|
|
175
|
+
"""Checking access rights using url's signature."""
|
|
176
|
+
|
|
138
177
|
@property
|
|
139
178
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
140
179
|
"""Time when video was created."""
|
|
@@ -158,17 +197,20 @@ class Video(google.protobuf.message.Message):
|
|
|
158
197
|
status: global___Video.VideoStatus.ValueType = ...,
|
|
159
198
|
duration: google.protobuf.duration_pb2.Duration | None = ...,
|
|
160
199
|
visibility_status: global___Video.VisibilityStatus.ValueType = ...,
|
|
200
|
+
auto_transcode: global___AutoTranscode.ValueType = ...,
|
|
201
|
+
subtitle_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
161
202
|
tusd: global___VideoTUSDSource | None = ...,
|
|
162
203
|
public_access: global___VideoPublicAccessRights | None = ...,
|
|
163
204
|
auth_system_access: global___VideoAuthSystemAccessRights | None = ...,
|
|
205
|
+
sign_url_access: global___VideoSignURLAccessRights | None = ...,
|
|
164
206
|
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
165
207
|
updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
166
208
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
167
209
|
) -> None: ...
|
|
168
|
-
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "duration", b"duration", "public_access", b"public_access", "source", b"source", "tusd", b"tusd", "updated_at", b"updated_at"]) -> builtins.bool: ...
|
|
169
|
-
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "channel_id", b"channel_id", "created_at", b"created_at", "description", b"description", "duration", b"duration", "id", b"id", "labels", b"labels", "public_access", b"public_access", "source", b"source", "status", b"status", "thumbnail_id", b"thumbnail_id", "title", b"title", "tusd", b"tusd", "updated_at", b"updated_at", "visibility_status", b"visibility_status"]) -> None: ...
|
|
210
|
+
def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "duration", b"duration", "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: ...
|
|
211
|
+
def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "auto_transcode", b"auto_transcode", "channel_id", b"channel_id", "created_at", b"created_at", "description", b"description", "duration", b"duration", "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: ...
|
|
170
212
|
@typing.overload
|
|
171
|
-
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access"] | None: ...
|
|
213
|
+
def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access", "sign_url_access"] | None: ...
|
|
172
214
|
@typing.overload
|
|
173
215
|
def WhichOneof(self, oneof_group: typing.Literal["source", b"source"]) -> typing.Literal["tusd"] | None: ...
|
|
174
216
|
|
|
@@ -209,3 +251,13 @@ class VideoAuthSystemAccessRights(google.protobuf.message.Message):
|
|
|
209
251
|
) -> None: ...
|
|
210
252
|
|
|
211
253
|
global___VideoAuthSystemAccessRights = VideoAuthSystemAccessRights
|
|
254
|
+
|
|
255
|
+
@typing.final
|
|
256
|
+
class VideoSignURLAccessRights(google.protobuf.message.Message):
|
|
257
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
258
|
+
|
|
259
|
+
def __init__(
|
|
260
|
+
self,
|
|
261
|
+
) -> None: ...
|
|
262
|
+
|
|
263
|
+
global___VideoSignURLAccessRights = VideoSignURLAccessRights
|
|
@@ -15,11 +15,12 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
|
15
15
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
16
16
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
17
17
|
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
18
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
18
19
|
from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_manifest__pb2
|
|
19
20
|
from yandex.cloud.video.v1 import video_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_video__pb2
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a$yandex/cloud/video/v1/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"
|
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a$yandex/cloud/video/v1/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"1\n\x0fGetVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xa6\x01\n\x10ListVideoRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x64 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x65 \x01(\tB\t\x8a\xc8\x31\x05<=200\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x64\"`\n\x11ListVideoResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"^\n\x15\x42\x61tchGetVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12#\n\tvideo_ids\x18\x02 \x03(\tB\x10\x82\xc8\x31\x04\x31-50\x8a\xc8\x31\x04<=50\"F\n\x16\x42\x61tchGetVideosResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\"\xe0\x05\n\x12\x43reateVideoRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x13\n\x05title\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12<\n\x0e\x61uto_transcode\x18\x05 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDParamsH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x01\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x06\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0f\"?\n\x0fVideoTUSDParams\x12\x19\n\tfile_size\x18\x01 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\x11\n\tfile_name\x18\x02 \x01(\t\"\x19\n\x17VideoPublicAccessParams\"\x1d\n\x1bVideoAuthSystemAccessParams\"\x1a\n\x18VideoSignURLAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xb1\x05\n\x12UpdateVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12<\n\x0e\x61uto_transcode\x18\x06 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x00\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x00\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\raccess_rightsJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x07\x10\xc8\x01J\x06\x08\xc9\x01\x10\xd0\x0f\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"o\n\x15TranscodeVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x14\n\x0csubtitle_ids\x18\x03 \x03(\t\"*\n\x16TranscodeVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"a\n\x18\x42\x61tchDeleteVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12#\n\tvideo_ids\x18\x02 \x03(\tB\x10\x82\xc8\x31\x04\x31-50\x8a\xc8\x31\x04<=50\".\n\x19\x42\x61tchDeleteVideosMetadata\x12\x11\n\tvideo_ids\x18\x01 \x03(\t\"\xd4\x01\n\x19PerformVideoActionRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12=\n\x07publish\x18\xe8\x07 \x01(\x0b\x32).yandex.cloud.video.v1.PublishVideoActionH\x00\x12\x41\n\tunpublish\x18\xe9\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.UnpublishVideoActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x05\x08\x02\x10\xe8\x07\"\x14\n\x12PublishVideoAction\"\x16\n\x14UnpublishVideoAction\".\n\x1aPerformVideoActionMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"t\n\x18GetVideoPlayerURLRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x06params\x18\x02 \x01(\x0b\x32(.yandex.cloud.video.v1.VideoPlayerParams\"C\n\x11VideoPlayerParams\x12\x0c\n\x04mute\x18\x01 \x01(\x08\x12\x10\n\x08\x61utoplay\x18\x02 \x01(\x08\x12\x0e\n\x06hidden\x18\x03 \x01(\x08\"=\n\x19GetVideoPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\":\n\x18GetVideoManifestsRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"O\n\x19GetVideoManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xf1\r\n\x0cVideoService\x12p\n\x03Get\x12&.yandex.cloud.video.v1.GetVideoRequest\x1a\x1c.yandex.cloud.video.v1.Video\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/video/v1/videos/{video_id}\x12s\n\x04List\x12\'.yandex.cloud.video.v1.ListVideoRequest\x1a(.yandex.cloud.video.v1.ListVideoResponse\"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/video/v1/videos\x12\x8d\x01\n\x08\x42\x61tchGet\x12,.yandex.cloud.video.v1.BatchGetVideosRequest\x1a-.yandex.cloud.video.v1.BatchGetVideosResponse\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/video/v1/videos:batchGet:\x01*\x12\x93\x01\n\x06\x43reate\x12).yandex.cloud.video.v1.CreateVideoRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*\x1c\n\x13\x43reateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02\x15\"\x10/video/v1/videos:\x01*\x12\x9e\x01\n\x06Update\x12).yandex.cloud.video.v1.UpdateVideoRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*\x1c\n\x13UpdateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02 2\x1b/video/v1/videos/{video_id}:\x01*\x12\xb1\x01\n\tTranscode\x12,.yandex.cloud.video.v1.TranscodeVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*\x1f\n\x16TranscodeVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02*\"%/video/v1/videos/{video_id}:transcode:\x01*\x12\xab\x01\n\x06\x44\x65lete\x12).yandex.cloud.video.v1.DeleteVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*,\n\x13\x44\x65leteVideoMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/video/v1/videos/{video_id}\x12\xc0\x01\n\x0b\x42\x61tchDelete\x12/.yandex.cloud.video.v1.BatchDeleteVideosRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*2\n\x19\x42\x61tchDeleteVideosMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!\"\x1c/video/v1/videos:batchDelete:\x01*\x12\xc1\x01\n\rPerformAction\x12\x30.yandex.cloud.video.v1.PerformVideoActionRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*#\n\x1aPerformVideoActionMetadata\x12\x05Video\x82\xd3\xe4\x93\x02.\")/video/v1/videos/{video_id}:performAction:\x01*\x12\xa3\x01\n\x0cGetPlayerURL\x12/.yandex.cloud.video.v1.GetVideoPlayerURLRequest\x1a\x30.yandex.cloud.video.v1.GetVideoPlayerURLResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getPlayerURL\x12\xa3\x01\n\x0cGetManifests\x12/.yandex.cloud.video.v1.GetVideoManifestsRequest\x1a\x30.yandex.cloud.video.v1.GetVideoManifestsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
23
24
|
|
|
24
25
|
_globals = globals()
|
|
25
26
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -27,72 +28,140 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.video.v1.video
|
|
|
27
28
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
28
29
|
DESCRIPTOR._options = None
|
|
29
30
|
DESCRIPTOR._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
|
|
31
|
+
_GETVIDEOREQUEST.fields_by_name['video_id']._options = None
|
|
32
|
+
_GETVIDEOREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
33
|
+
_LISTVIDEOREQUEST.fields_by_name['channel_id']._options = None
|
|
34
|
+
_LISTVIDEOREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
35
|
+
_LISTVIDEOREQUEST.fields_by_name['page_size']._options = None
|
|
36
|
+
_LISTVIDEOREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
37
|
+
_LISTVIDEOREQUEST.fields_by_name['page_token']._options = None
|
|
38
|
+
_LISTVIDEOREQUEST.fields_by_name['page_token']._serialized_options = b'\212\3101\005<=200'
|
|
39
|
+
_LISTVIDEOREQUEST.fields_by_name['filter']._options = None
|
|
40
|
+
_LISTVIDEOREQUEST.fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
41
|
+
_BATCHGETVIDEOSREQUEST.fields_by_name['channel_id']._options = None
|
|
42
|
+
_BATCHGETVIDEOSREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
43
|
+
_BATCHGETVIDEOSREQUEST.fields_by_name['video_ids']._options = None
|
|
44
|
+
_BATCHGETVIDEOSREQUEST.fields_by_name['video_ids']._serialized_options = b'\202\3101\0041-50\212\3101\004<=50'
|
|
30
45
|
_CREATEVIDEOREQUEST_LABELSENTRY._options = None
|
|
31
46
|
_CREATEVIDEOREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
47
|
+
_CREATEVIDEOREQUEST.oneofs_by_name['source']._options = None
|
|
48
|
+
_CREATEVIDEOREQUEST.oneofs_by_name['source']._serialized_options = b'\300\3011\001'
|
|
49
|
+
_CREATEVIDEOREQUEST.oneofs_by_name['access_rights']._options = None
|
|
50
|
+
_CREATEVIDEOREQUEST.oneofs_by_name['access_rights']._serialized_options = b'\300\3011\001'
|
|
51
|
+
_CREATEVIDEOREQUEST.fields_by_name['channel_id']._options = None
|
|
52
|
+
_CREATEVIDEOREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
53
|
+
_CREATEVIDEOREQUEST.fields_by_name['title']._options = None
|
|
54
|
+
_CREATEVIDEOREQUEST.fields_by_name['title']._serialized_options = b'\350\3071\001'
|
|
55
|
+
_CREATEVIDEOREQUEST.fields_by_name['thumbnail_id']._options = None
|
|
56
|
+
_CREATEVIDEOREQUEST.fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
57
|
+
_CREATEVIDEOREQUEST.fields_by_name['labels']._options = None
|
|
58
|
+
_CREATEVIDEOREQUEST.fields_by_name['labels']._serialized_options = b'\362\3071\017[-_.@:/0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\004<=63'
|
|
59
|
+
_VIDEOTUSDPARAMS.fields_by_name['file_size']._options = None
|
|
60
|
+
_VIDEOTUSDPARAMS.fields_by_name['file_size']._serialized_options = b'\372\3071\002>0'
|
|
32
61
|
_UPDATEVIDEOREQUEST_LABELSENTRY._options = None
|
|
33
62
|
_UPDATEVIDEOREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
63
|
+
_UPDATEVIDEOREQUEST.fields_by_name['video_id']._options = None
|
|
64
|
+
_UPDATEVIDEOREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
65
|
+
_UPDATEVIDEOREQUEST.fields_by_name['thumbnail_id']._options = None
|
|
66
|
+
_UPDATEVIDEOREQUEST.fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
67
|
+
_UPDATEVIDEOREQUEST.fields_by_name['labels']._options = None
|
|
68
|
+
_UPDATEVIDEOREQUEST.fields_by_name['labels']._serialized_options = b'\362\3071\017[-_.@:/0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\004<=63'
|
|
69
|
+
_DELETEVIDEOREQUEST.fields_by_name['video_id']._options = None
|
|
70
|
+
_DELETEVIDEOREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
71
|
+
_BATCHDELETEVIDEOSREQUEST.fields_by_name['channel_id']._options = None
|
|
72
|
+
_BATCHDELETEVIDEOSREQUEST.fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
73
|
+
_BATCHDELETEVIDEOSREQUEST.fields_by_name['video_ids']._options = None
|
|
74
|
+
_BATCHDELETEVIDEOSREQUEST.fields_by_name['video_ids']._serialized_options = b'\202\3101\0041-50\212\3101\004<=50'
|
|
75
|
+
_PERFORMVIDEOACTIONREQUEST.oneofs_by_name['action']._options = None
|
|
76
|
+
_PERFORMVIDEOACTIONREQUEST.oneofs_by_name['action']._serialized_options = b'\300\3011\001'
|
|
77
|
+
_PERFORMVIDEOACTIONREQUEST.fields_by_name['video_id']._options = None
|
|
78
|
+
_PERFORMVIDEOACTIONREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
79
|
+
_GETVIDEOPLAYERURLREQUEST.fields_by_name['video_id']._options = None
|
|
80
|
+
_GETVIDEOPLAYERURLREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
81
|
+
_GETVIDEOMANIFESTSREQUEST.fields_by_name['video_id']._options = None
|
|
82
|
+
_GETVIDEOMANIFESTSREQUEST.fields_by_name['video_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
34
83
|
_VIDEOSERVICE.methods_by_name['Get']._options = None
|
|
35
84
|
_VIDEOSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002\035\022\033/video/v1/videos/{video_id}'
|
|
36
85
|
_VIDEOSERVICE.methods_by_name['List']._options = None
|
|
37
86
|
_VIDEOSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\022\022\020/video/v1/videos'
|
|
87
|
+
_VIDEOSERVICE.methods_by_name['BatchGet']._options = None
|
|
88
|
+
_VIDEOSERVICE.methods_by_name['BatchGet']._serialized_options = b'\202\323\344\223\002\036\"\031/video/v1/videos:batchGet:\001*'
|
|
38
89
|
_VIDEOSERVICE.methods_by_name['Create']._options = None
|
|
39
90
|
_VIDEOSERVICE.methods_by_name['Create']._serialized_options = b'\262\322*\034\n\023CreateVideoMetadata\022\005Video\202\323\344\223\002\025\"\020/video/v1/videos:\001*'
|
|
40
91
|
_VIDEOSERVICE.methods_by_name['Update']._options = None
|
|
41
92
|
_VIDEOSERVICE.methods_by_name['Update']._serialized_options = b'\262\322*\034\n\023UpdateVideoMetadata\022\005Video\202\323\344\223\002 2\033/video/v1/videos/{video_id}:\001*'
|
|
93
|
+
_VIDEOSERVICE.methods_by_name['Transcode']._options = None
|
|
94
|
+
_VIDEOSERVICE.methods_by_name['Transcode']._serialized_options = b'\262\322*\037\n\026TranscodeVideoMetadata\022\005Video\202\323\344\223\002*\"%/video/v1/videos/{video_id}:transcode:\001*'
|
|
42
95
|
_VIDEOSERVICE.methods_by_name['Delete']._options = None
|
|
43
96
|
_VIDEOSERVICE.methods_by_name['Delete']._serialized_options = b'\262\322*,\n\023DeleteVideoMetadata\022\025google.protobuf.Empty\202\323\344\223\002\035*\033/video/v1/videos/{video_id}'
|
|
97
|
+
_VIDEOSERVICE.methods_by_name['BatchDelete']._options = None
|
|
98
|
+
_VIDEOSERVICE.methods_by_name['BatchDelete']._serialized_options = b'\262\322*2\n\031BatchDeleteVideosMetadata\022\025google.protobuf.Empty\202\323\344\223\002!\"\034/video/v1/videos:batchDelete:\001*'
|
|
44
99
|
_VIDEOSERVICE.methods_by_name['PerformAction']._options = None
|
|
45
100
|
_VIDEOSERVICE.methods_by_name['PerformAction']._serialized_options = b'\262\322*#\n\032PerformVideoActionMetadata\022\005Video\202\323\344\223\002.\")/video/v1/videos/{video_id}:performAction:\001*'
|
|
46
101
|
_VIDEOSERVICE.methods_by_name['GetPlayerURL']._options = None
|
|
47
102
|
_VIDEOSERVICE.methods_by_name['GetPlayerURL']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getPlayerURL'
|
|
48
103
|
_VIDEOSERVICE.methods_by_name['GetManifests']._options = None
|
|
49
104
|
_VIDEOSERVICE.methods_by_name['GetManifests']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getManifests'
|
|
50
|
-
_globals['_GETVIDEOREQUEST']._serialized_start=
|
|
51
|
-
_globals['_GETVIDEOREQUEST']._serialized_end=
|
|
52
|
-
_globals['_LISTVIDEOREQUEST']._serialized_start=
|
|
53
|
-
_globals['_LISTVIDEOREQUEST']._serialized_end=
|
|
54
|
-
_globals['_LISTVIDEORESPONSE']._serialized_start=
|
|
55
|
-
_globals['_LISTVIDEORESPONSE']._serialized_end=
|
|
56
|
-
_globals['
|
|
57
|
-
_globals['
|
|
58
|
-
_globals['
|
|
59
|
-
_globals['
|
|
60
|
-
_globals['
|
|
61
|
-
_globals['
|
|
62
|
-
_globals['
|
|
63
|
-
_globals['
|
|
64
|
-
_globals['
|
|
65
|
-
_globals['
|
|
66
|
-
_globals['
|
|
67
|
-
_globals['
|
|
68
|
-
_globals['
|
|
69
|
-
_globals['
|
|
70
|
-
_globals['
|
|
71
|
-
_globals['
|
|
72
|
-
_globals['
|
|
73
|
-
_globals['
|
|
74
|
-
_globals['
|
|
75
|
-
_globals['
|
|
76
|
-
_globals['
|
|
77
|
-
_globals['
|
|
78
|
-
_globals['
|
|
79
|
-
_globals['
|
|
80
|
-
_globals['
|
|
81
|
-
_globals['
|
|
82
|
-
_globals['
|
|
83
|
-
_globals['
|
|
84
|
-
_globals['
|
|
85
|
-
_globals['
|
|
86
|
-
_globals['
|
|
87
|
-
_globals['
|
|
88
|
-
_globals['
|
|
89
|
-
_globals['
|
|
90
|
-
_globals['
|
|
91
|
-
_globals['
|
|
92
|
-
_globals['
|
|
93
|
-
_globals['
|
|
94
|
-
_globals['
|
|
95
|
-
_globals['
|
|
96
|
-
_globals['
|
|
97
|
-
_globals['
|
|
105
|
+
_globals['_GETVIDEOREQUEST']._serialized_start=310
|
|
106
|
+
_globals['_GETVIDEOREQUEST']._serialized_end=359
|
|
107
|
+
_globals['_LISTVIDEOREQUEST']._serialized_start=362
|
|
108
|
+
_globals['_LISTVIDEOREQUEST']._serialized_end=528
|
|
109
|
+
_globals['_LISTVIDEORESPONSE']._serialized_start=530
|
|
110
|
+
_globals['_LISTVIDEORESPONSE']._serialized_end=626
|
|
111
|
+
_globals['_BATCHGETVIDEOSREQUEST']._serialized_start=628
|
|
112
|
+
_globals['_BATCHGETVIDEOSREQUEST']._serialized_end=722
|
|
113
|
+
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_start=724
|
|
114
|
+
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_end=794
|
|
115
|
+
_globals['_CREATEVIDEOREQUEST']._serialized_start=797
|
|
116
|
+
_globals['_CREATEVIDEOREQUEST']._serialized_end=1533
|
|
117
|
+
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1418
|
|
118
|
+
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1463
|
|
119
|
+
_globals['_VIDEOTUSDPARAMS']._serialized_start=1535
|
|
120
|
+
_globals['_VIDEOTUSDPARAMS']._serialized_end=1598
|
|
121
|
+
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1600
|
|
122
|
+
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1625
|
|
123
|
+
_globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=1627
|
|
124
|
+
_globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=1656
|
|
125
|
+
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_start=1658
|
|
126
|
+
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_end=1684
|
|
127
|
+
_globals['_CREATEVIDEOMETADATA']._serialized_start=1686
|
|
128
|
+
_globals['_CREATEVIDEOMETADATA']._serialized_end=1725
|
|
129
|
+
_globals['_UPDATEVIDEOREQUEST']._serialized_start=1728
|
|
130
|
+
_globals['_UPDATEVIDEOREQUEST']._serialized_end=2417
|
|
131
|
+
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1418
|
|
132
|
+
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1463
|
|
133
|
+
_globals['_UPDATEVIDEOMETADATA']._serialized_start=2419
|
|
134
|
+
_globals['_UPDATEVIDEOMETADATA']._serialized_end=2458
|
|
135
|
+
_globals['_TRANSCODEVIDEOREQUEST']._serialized_start=2460
|
|
136
|
+
_globals['_TRANSCODEVIDEOREQUEST']._serialized_end=2571
|
|
137
|
+
_globals['_TRANSCODEVIDEOMETADATA']._serialized_start=2573
|
|
138
|
+
_globals['_TRANSCODEVIDEOMETADATA']._serialized_end=2615
|
|
139
|
+
_globals['_DELETEVIDEOREQUEST']._serialized_start=2617
|
|
140
|
+
_globals['_DELETEVIDEOREQUEST']._serialized_end=2669
|
|
141
|
+
_globals['_DELETEVIDEOMETADATA']._serialized_start=2671
|
|
142
|
+
_globals['_DELETEVIDEOMETADATA']._serialized_end=2710
|
|
143
|
+
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_start=2712
|
|
144
|
+
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_end=2809
|
|
145
|
+
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_start=2811
|
|
146
|
+
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_end=2857
|
|
147
|
+
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=2860
|
|
148
|
+
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=3072
|
|
149
|
+
_globals['_PUBLISHVIDEOACTION']._serialized_start=3074
|
|
150
|
+
_globals['_PUBLISHVIDEOACTION']._serialized_end=3094
|
|
151
|
+
_globals['_UNPUBLISHVIDEOACTION']._serialized_start=3096
|
|
152
|
+
_globals['_UNPUBLISHVIDEOACTION']._serialized_end=3118
|
|
153
|
+
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=3120
|
|
154
|
+
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=3166
|
|
155
|
+
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=3168
|
|
156
|
+
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=3284
|
|
157
|
+
_globals['_VIDEOPLAYERPARAMS']._serialized_start=3286
|
|
158
|
+
_globals['_VIDEOPLAYERPARAMS']._serialized_end=3353
|
|
159
|
+
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=3355
|
|
160
|
+
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=3416
|
|
161
|
+
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=3418
|
|
162
|
+
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=3476
|
|
163
|
+
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=3478
|
|
164
|
+
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=3557
|
|
165
|
+
_globals['_VIDEOSERVICE']._serialized_start=3560
|
|
166
|
+
_globals['_VIDEOSERVICE']._serialized_end=5337
|
|
98
167
|
# @@protoc_insertion_point(module_scope)
|