yandexcloud 0.351.0__py3-none-any.whl → 0.353.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +13 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +40 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
- yandex/cloud/cdn/v1/origin_group_pb2.py +3 -3
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_group_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_pb2.py +10 -10
- yandex/cloud/cdn/v1/origin_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/resource_pb2.py +64 -64
- yandex/cloud/cdn/v1/resource_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/resource_service_pb2.py +26 -26
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/connectionmanager/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
- yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +362 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
- yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
- yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.py +9 -5
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -76
- yandex/cloud/metastore/v1/cluster_pb2.py +19 -19
- yandex/cloud/metastore/v1/cluster_pb2.pyi +39 -32
- yandex/cloud/metastore/v1/cluster_service_pb2.py +47 -47
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +90 -91
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +63 -66
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +62 -77
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
- yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +3 -3
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/video/v1/channel_pb2.py +12 -12
- yandex/cloud/video/v1/channel_pb2.pyi +88 -22
- yandex/cloud/video/v1/channel_service_pb2.py +14 -14
- yandex/cloud/video/v1/channel_service_pb2.pyi +77 -41
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +26 -9
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +87 -30
- yandex/cloud/video/v1/episode_pb2.py +8 -10
- yandex/cloud/video/v1/episode_pb2.pyi +52 -36
- yandex/cloud/video/v1/episode_service_pb2.py +44 -42
- yandex/cloud/video/v1/episode_service_pb2.pyi +131 -82
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +30 -10
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +102 -33
- yandex/cloud/video/v1/manifest_pb2.pyi +24 -1
- yandex/cloud/video/v1/playlist_pb2.py +4 -6
- yandex/cloud/video/v1/playlist_pb2.pyi +24 -12
- yandex/cloud/video/v1/playlist_service_pb2.py +28 -24
- yandex/cloud/video/v1/playlist_service_pb2.pyi +99 -47
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +20 -7
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +75 -24
- yandex/cloud/video/v1/stream_line_pb2.py +16 -16
- yandex/cloud/video/v1/stream_line_pb2.pyi +11 -12
- yandex/cloud/video/v1/stream_line_service_pb2.py +54 -56
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +110 -65
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +25 -10
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +96 -33
- yandex/cloud/video/v1/stream_pb2.pyi +49 -36
- yandex/cloud/video/v1/stream_service_pb2.pyi +123 -52
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +25 -8
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +84 -27
- yandex/cloud/video/v1/style_preset_pb2.py +49 -0
- yandex/cloud/video/v1/style_preset_pb2.pyi +200 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.py +24 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +141 -0
- yandex/cloud/video/v1/style_preset_service_pb2.pyi +348 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.py +290 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.pyi +171 -0
- yandex/cloud/video/v1/subtitle_pb2.pyi +32 -23
- yandex/cloud/video/v1/subtitle_service_pb2.py +17 -17
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +25 -13
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +18 -5
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +63 -18
- yandex/cloud/video/v1/thumbnail_pb2.py +3 -3
- yandex/cloud/video/v1/thumbnail_pb2.pyi +18 -5
- yandex/cloud/video/v1/thumbnail_service_pb2.py +39 -31
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +94 -33
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +21 -6
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +75 -21
- yandex/cloud/video/v1/video_pb2.py +24 -24
- yandex/cloud/video/v1/video_pb2.pyi +105 -64
- yandex/cloud/video/v1/video_service_pb2.py +80 -74
- yandex/cloud/video/v1/video_service_pb2.pyi +193 -90
- yandex/cloud/video/v1/video_service_pb2_grpc.py +35 -12
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +123 -39
- yandex/cloud/ytsaurus/v1/package_options_pb2.py +35 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +1 -1
- yandexcloud/_wrappers/dataproc/__init__.py +4 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +163 -97
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/top_level.txt +0 -0
|
@@ -20,98 +20,135 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class PlaylistServiceStub:
|
|
23
|
-
"""Playlist management service.
|
|
23
|
+
"""Playlist management service.
|
|
24
|
+
Provides methods for creating, retrieving, updating, and deleting playlists,
|
|
25
|
+
which are collections of videos or episodes that can be played sequentially.
|
|
26
|
+
"""
|
|
24
27
|
|
|
25
28
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
29
|
Get: grpc.UnaryUnaryMultiCallable[
|
|
27
30
|
yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistRequest,
|
|
28
31
|
yandex.cloud.video.v1.playlist_pb2.Playlist,
|
|
29
32
|
]
|
|
30
|
-
"""
|
|
33
|
+
"""Retrieves detailed information about a specific playlist by its ID.
|
|
34
|
+
Returns all playlist metadata, items, and related information.
|
|
35
|
+
"""
|
|
31
36
|
|
|
32
37
|
List: grpc.UnaryUnaryMultiCallable[
|
|
33
38
|
yandex.cloud.video.v1.playlist_service_pb2.ListPlaylistsRequest,
|
|
34
39
|
yandex.cloud.video.v1.playlist_service_pb2.ListPlaylistsResponse,
|
|
35
40
|
]
|
|
36
|
-
"""
|
|
41
|
+
"""Lists all playlists in a specific channel with pagination support.
|
|
42
|
+
Results can be filtered and sorted using the provided parameters.
|
|
43
|
+
"""
|
|
37
44
|
|
|
38
45
|
Create: grpc.UnaryUnaryMultiCallable[
|
|
39
46
|
yandex.cloud.video.v1.playlist_service_pb2.CreatePlaylistRequest,
|
|
40
47
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
41
48
|
]
|
|
42
|
-
"""
|
|
49
|
+
"""Creates a new playlist in the specified channel with the provided items.
|
|
50
|
+
Playlists can contain videos, episodes, or a mix of both content types.
|
|
51
|
+
"""
|
|
43
52
|
|
|
44
53
|
Update: grpc.UnaryUnaryMultiCallable[
|
|
45
54
|
yandex.cloud.video.v1.playlist_service_pb2.UpdatePlaylistRequest,
|
|
46
55
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
47
56
|
]
|
|
48
|
-
"""
|
|
57
|
+
"""Updates an existing playlist's metadata and items.
|
|
58
|
+
Only fields specified in the field_mask will be updated.
|
|
59
|
+
"""
|
|
49
60
|
|
|
50
61
|
Delete: grpc.UnaryUnaryMultiCallable[
|
|
51
62
|
yandex.cloud.video.v1.playlist_service_pb2.DeletePlaylistRequest,
|
|
52
63
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
53
64
|
]
|
|
54
|
-
"""
|
|
65
|
+
"""Deletes a specific playlist by its ID.
|
|
66
|
+
This removes the playlist but does not affect the videos or episodes it contains.
|
|
67
|
+
"""
|
|
55
68
|
|
|
56
69
|
BatchDelete: grpc.UnaryUnaryMultiCallable[
|
|
57
70
|
yandex.cloud.video.v1.playlist_service_pb2.BatchDeletePlaylistsRequest,
|
|
58
71
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
59
72
|
]
|
|
60
|
-
"""
|
|
73
|
+
"""Deletes multiple playlists in a specific channel in a single request.
|
|
74
|
+
This is more efficient than making multiple Delete requests when removing several playlists.
|
|
75
|
+
"""
|
|
61
76
|
|
|
62
77
|
GetPlayerURL: grpc.UnaryUnaryMultiCallable[
|
|
63
78
|
yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistPlayerURLRequest,
|
|
64
79
|
yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistPlayerURLResponse,
|
|
65
80
|
]
|
|
66
|
-
"""
|
|
81
|
+
"""Generates a player URL for watching the playlist.
|
|
82
|
+
The URL can include player parameters such as autoplay, mute, and visibility of interface controls.
|
|
83
|
+
"""
|
|
67
84
|
|
|
68
85
|
class PlaylistServiceAsyncStub:
|
|
69
|
-
"""Playlist management service.
|
|
86
|
+
"""Playlist management service.
|
|
87
|
+
Provides methods for creating, retrieving, updating, and deleting playlists,
|
|
88
|
+
which are collections of videos or episodes that can be played sequentially.
|
|
89
|
+
"""
|
|
70
90
|
|
|
71
91
|
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
72
92
|
yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistRequest,
|
|
73
93
|
yandex.cloud.video.v1.playlist_pb2.Playlist,
|
|
74
94
|
]
|
|
75
|
-
"""
|
|
95
|
+
"""Retrieves detailed information about a specific playlist by its ID.
|
|
96
|
+
Returns all playlist metadata, items, and related information.
|
|
97
|
+
"""
|
|
76
98
|
|
|
77
99
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
78
100
|
yandex.cloud.video.v1.playlist_service_pb2.ListPlaylistsRequest,
|
|
79
101
|
yandex.cloud.video.v1.playlist_service_pb2.ListPlaylistsResponse,
|
|
80
102
|
]
|
|
81
|
-
"""
|
|
103
|
+
"""Lists all playlists in a specific channel with pagination support.
|
|
104
|
+
Results can be filtered and sorted using the provided parameters.
|
|
105
|
+
"""
|
|
82
106
|
|
|
83
107
|
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
84
108
|
yandex.cloud.video.v1.playlist_service_pb2.CreatePlaylistRequest,
|
|
85
109
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
86
110
|
]
|
|
87
|
-
"""
|
|
111
|
+
"""Creates a new playlist in the specified channel with the provided items.
|
|
112
|
+
Playlists can contain videos, episodes, or a mix of both content types.
|
|
113
|
+
"""
|
|
88
114
|
|
|
89
115
|
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
90
116
|
yandex.cloud.video.v1.playlist_service_pb2.UpdatePlaylistRequest,
|
|
91
117
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
92
118
|
]
|
|
93
|
-
"""
|
|
119
|
+
"""Updates an existing playlist's metadata and items.
|
|
120
|
+
Only fields specified in the field_mask will be updated.
|
|
121
|
+
"""
|
|
94
122
|
|
|
95
123
|
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
96
124
|
yandex.cloud.video.v1.playlist_service_pb2.DeletePlaylistRequest,
|
|
97
125
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
98
126
|
]
|
|
99
|
-
"""
|
|
127
|
+
"""Deletes a specific playlist by its ID.
|
|
128
|
+
This removes the playlist but does not affect the videos or episodes it contains.
|
|
129
|
+
"""
|
|
100
130
|
|
|
101
131
|
BatchDelete: grpc.aio.UnaryUnaryMultiCallable[
|
|
102
132
|
yandex.cloud.video.v1.playlist_service_pb2.BatchDeletePlaylistsRequest,
|
|
103
133
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
104
134
|
]
|
|
105
|
-
"""
|
|
135
|
+
"""Deletes multiple playlists in a specific channel in a single request.
|
|
136
|
+
This is more efficient than making multiple Delete requests when removing several playlists.
|
|
137
|
+
"""
|
|
106
138
|
|
|
107
139
|
GetPlayerURL: grpc.aio.UnaryUnaryMultiCallable[
|
|
108
140
|
yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistPlayerURLRequest,
|
|
109
141
|
yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistPlayerURLResponse,
|
|
110
142
|
]
|
|
111
|
-
"""
|
|
143
|
+
"""Generates a player URL for watching the playlist.
|
|
144
|
+
The URL can include player parameters such as autoplay, mute, and visibility of interface controls.
|
|
145
|
+
"""
|
|
112
146
|
|
|
113
147
|
class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
114
|
-
"""Playlist management service.
|
|
148
|
+
"""Playlist management service.
|
|
149
|
+
Provides methods for creating, retrieving, updating, and deleting playlists,
|
|
150
|
+
which are collections of videos or episodes that can be played sequentially.
|
|
151
|
+
"""
|
|
115
152
|
|
|
116
153
|
@abc.abstractmethod
|
|
117
154
|
def Get(
|
|
@@ -119,7 +156,9 @@ class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
|
119
156
|
request: yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistRequest,
|
|
120
157
|
context: _ServicerContext,
|
|
121
158
|
) -> typing.Union[yandex.cloud.video.v1.playlist_pb2.Playlist, collections.abc.Awaitable[yandex.cloud.video.v1.playlist_pb2.Playlist]]:
|
|
122
|
-
"""
|
|
159
|
+
"""Retrieves detailed information about a specific playlist by its ID.
|
|
160
|
+
Returns all playlist metadata, items, and related information.
|
|
161
|
+
"""
|
|
123
162
|
|
|
124
163
|
@abc.abstractmethod
|
|
125
164
|
def List(
|
|
@@ -127,7 +166,9 @@ class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
|
127
166
|
request: yandex.cloud.video.v1.playlist_service_pb2.ListPlaylistsRequest,
|
|
128
167
|
context: _ServicerContext,
|
|
129
168
|
) -> typing.Union[yandex.cloud.video.v1.playlist_service_pb2.ListPlaylistsResponse, collections.abc.Awaitable[yandex.cloud.video.v1.playlist_service_pb2.ListPlaylistsResponse]]:
|
|
130
|
-
"""
|
|
169
|
+
"""Lists all playlists in a specific channel with pagination support.
|
|
170
|
+
Results can be filtered and sorted using the provided parameters.
|
|
171
|
+
"""
|
|
131
172
|
|
|
132
173
|
@abc.abstractmethod
|
|
133
174
|
def Create(
|
|
@@ -135,7 +176,9 @@ class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
|
135
176
|
request: yandex.cloud.video.v1.playlist_service_pb2.CreatePlaylistRequest,
|
|
136
177
|
context: _ServicerContext,
|
|
137
178
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
138
|
-
"""
|
|
179
|
+
"""Creates a new playlist in the specified channel with the provided items.
|
|
180
|
+
Playlists can contain videos, episodes, or a mix of both content types.
|
|
181
|
+
"""
|
|
139
182
|
|
|
140
183
|
@abc.abstractmethod
|
|
141
184
|
def Update(
|
|
@@ -143,7 +186,9 @@ class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
|
143
186
|
request: yandex.cloud.video.v1.playlist_service_pb2.UpdatePlaylistRequest,
|
|
144
187
|
context: _ServicerContext,
|
|
145
188
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
146
|
-
"""
|
|
189
|
+
"""Updates an existing playlist's metadata and items.
|
|
190
|
+
Only fields specified in the field_mask will be updated.
|
|
191
|
+
"""
|
|
147
192
|
|
|
148
193
|
@abc.abstractmethod
|
|
149
194
|
def Delete(
|
|
@@ -151,7 +196,9 @@ class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
|
151
196
|
request: yandex.cloud.video.v1.playlist_service_pb2.DeletePlaylistRequest,
|
|
152
197
|
context: _ServicerContext,
|
|
153
198
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
154
|
-
"""
|
|
199
|
+
"""Deletes a specific playlist by its ID.
|
|
200
|
+
This removes the playlist but does not affect the videos or episodes it contains.
|
|
201
|
+
"""
|
|
155
202
|
|
|
156
203
|
@abc.abstractmethod
|
|
157
204
|
def BatchDelete(
|
|
@@ -159,7 +206,9 @@ class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
|
159
206
|
request: yandex.cloud.video.v1.playlist_service_pb2.BatchDeletePlaylistsRequest,
|
|
160
207
|
context: _ServicerContext,
|
|
161
208
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
162
|
-
"""
|
|
209
|
+
"""Deletes multiple playlists in a specific channel in a single request.
|
|
210
|
+
This is more efficient than making multiple Delete requests when removing several playlists.
|
|
211
|
+
"""
|
|
163
212
|
|
|
164
213
|
@abc.abstractmethod
|
|
165
214
|
def GetPlayerURL(
|
|
@@ -167,6 +216,8 @@ class PlaylistServiceServicer(metaclass=abc.ABCMeta):
|
|
|
167
216
|
request: yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistPlayerURLRequest,
|
|
168
217
|
context: _ServicerContext,
|
|
169
218
|
) -> typing.Union[yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistPlayerURLResponse, collections.abc.Awaitable[yandex.cloud.video.v1.playlist_service_pb2.GetPlaylistPlayerURLResponse]]:
|
|
170
|
-
"""
|
|
219
|
+
"""Generates a player URL for watching the playlist.
|
|
220
|
+
The URL can include player parameters such as autoplay, mute, and visibility of interface controls.
|
|
221
|
+
"""
|
|
171
222
|
|
|
172
223
|
def add_PlaylistServiceServicer_to_server(servicer: PlaylistServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/video/v1/stream_line.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/video/v1/stream_line.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xba\x04\n\nStreamLine\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:\n\trtmp_push\x18\xe8\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.RTMPPushInputH\x00\x12:\n\trtmp_pull\x18\xea\x07 \x01(\x0b\x32$.yandex.cloud.video.v1.RTMPPullInputH\x00\x12\x39\n\x0bmanual_line\x18\xd0\x0f \x01(\x0b\x32!.yandex.cloud.video.v1.ManualLineH\x01\x12\x35\n\tauto_line\x18\xd1\x0f \x01(\x0b\x32\x1f.yandex.cloud.video.v1.AutoLineH\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>\n\x06labels\x18\xc8\x01 \x03(\x0b\x32-.yandex.cloud.video.v1.StreamLine.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0c\n\ninput_typeB\x0b\n\tline_typeJ\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x64J\x05\x08\x66\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xea\x07J\x06\x08\xeb\x07\x10\xd0\x0f\"\x1c\n\rPushStreamKey\x12\x0b\n\x03key\x18\x01 \x01(\t\"\x1c\n\rRTMPPushInput\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x1c\n\rRTMPPullInput\x12\x0b\n\x03url\x18\x01 \x01(\t\"\x0c\n\nManualLine\"\x9b\x01\n\x08\x41utoLine\x12>\n\x06status\x18\x01 \x01(\x0e\x32..yandex.cloud.video.v1.AutoLine.AutoLineStatus\"O\n\x0e\x41utoLineStatus\x12 \n\x1c\x41UTO_LINE_STATUS_UNSPECIFIED\x10\x00\x12\x0f\n\x0b\x44\x45\x41\x43TIVATED\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x42\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,19 +36,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
36
|
_globals['_STREAMLINE_LABELSENTRY']._loaded_options = None
|
|
37
37
|
_globals['_STREAMLINE_LABELSENTRY']._serialized_options = b'8\001'
|
|
38
38
|
_globals['_STREAMLINE']._serialized_start=100
|
|
39
|
-
_globals['_STREAMLINE']._serialized_end=
|
|
40
|
-
_globals['_STREAMLINE_LABELSENTRY']._serialized_start=
|
|
41
|
-
_globals['_STREAMLINE_LABELSENTRY']._serialized_end=
|
|
42
|
-
_globals['_PUSHSTREAMKEY']._serialized_start=
|
|
43
|
-
_globals['_PUSHSTREAMKEY']._serialized_end=
|
|
44
|
-
_globals['_RTMPPUSHINPUT']._serialized_start=
|
|
45
|
-
_globals['_RTMPPUSHINPUT']._serialized_end=
|
|
46
|
-
_globals['_RTMPPULLINPUT']._serialized_start=
|
|
47
|
-
_globals['_RTMPPULLINPUT']._serialized_end=
|
|
48
|
-
_globals['_MANUALLINE']._serialized_start=
|
|
49
|
-
_globals['_MANUALLINE']._serialized_end=
|
|
50
|
-
_globals['_AUTOLINE']._serialized_start=
|
|
51
|
-
_globals['_AUTOLINE']._serialized_end=
|
|
52
|
-
_globals['_AUTOLINE_AUTOLINESTATUS']._serialized_start=
|
|
53
|
-
_globals['_AUTOLINE_AUTOLINESTATUS']._serialized_end=
|
|
39
|
+
_globals['_STREAMLINE']._serialized_end=670
|
|
40
|
+
_globals['_STREAMLINE_LABELSENTRY']._serialized_start=555
|
|
41
|
+
_globals['_STREAMLINE_LABELSENTRY']._serialized_end=600
|
|
42
|
+
_globals['_PUSHSTREAMKEY']._serialized_start=672
|
|
43
|
+
_globals['_PUSHSTREAMKEY']._serialized_end=700
|
|
44
|
+
_globals['_RTMPPUSHINPUT']._serialized_start=702
|
|
45
|
+
_globals['_RTMPPUSHINPUT']._serialized_end=730
|
|
46
|
+
_globals['_RTMPPULLINPUT']._serialized_start=732
|
|
47
|
+
_globals['_RTMPPULLINPUT']._serialized_end=760
|
|
48
|
+
_globals['_MANUALLINE']._serialized_start=762
|
|
49
|
+
_globals['_MANUALLINE']._serialized_end=774
|
|
50
|
+
_globals['_AUTOLINE']._serialized_start=777
|
|
51
|
+
_globals['_AUTOLINE']._serialized_end=932
|
|
52
|
+
_globals['_AUTOLINE_AUTOLINESTATUS']._serialized_start=853
|
|
53
|
+
_globals['_AUTOLINE_AUTOLINESTATUS']._serialized_end=932
|
|
54
54
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -22,7 +22,7 @@ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
|
22
22
|
|
|
23
23
|
@typing.final
|
|
24
24
|
class StreamLine(google.protobuf.message.Message):
|
|
25
|
-
"""Entity
|
|
25
|
+
"""Entity representing the incoming video signal settings."""
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
28
28
|
|
|
@@ -45,7 +45,6 @@ class StreamLine(google.protobuf.message.Message):
|
|
|
45
45
|
ID_FIELD_NUMBER: builtins.int
|
|
46
46
|
CHANNEL_ID_FIELD_NUMBER: builtins.int
|
|
47
47
|
TITLE_FIELD_NUMBER: builtins.int
|
|
48
|
-
THUMBNAIL_ID_FIELD_NUMBER: builtins.int
|
|
49
48
|
RTMP_PUSH_FIELD_NUMBER: builtins.int
|
|
50
49
|
RTMP_PULL_FIELD_NUMBER: builtins.int
|
|
51
50
|
MANUAL_LINE_FIELD_NUMBER: builtins.int
|
|
@@ -59,11 +58,9 @@ class StreamLine(google.protobuf.message.Message):
|
|
|
59
58
|
"""ID of the channel to which this stream line belongs."""
|
|
60
59
|
title: builtins.str
|
|
61
60
|
"""Title of the stream line."""
|
|
62
|
-
thumbnail_id: builtins.str
|
|
63
|
-
"""ID of the thumbnail image associated with the stream line.."""
|
|
64
61
|
@property
|
|
65
62
|
def rtmp_push(self) -> global___RTMPPushInput:
|
|
66
|
-
"""Real-Time Messaging Protocol (RTMP) push input
|
|
63
|
+
"""Real-Time Messaging Protocol (RTMP) push input type."""
|
|
67
64
|
|
|
68
65
|
@property
|
|
69
66
|
def rtmp_pull(self) -> global___RTMPPullInput:
|
|
@@ -71,23 +68,26 @@ class StreamLine(google.protobuf.message.Message):
|
|
|
71
68
|
|
|
72
69
|
@property
|
|
73
70
|
def manual_line(self) -> global___ManualLine:
|
|
74
|
-
"""Manual control
|
|
71
|
+
"""Manual stream control."""
|
|
75
72
|
|
|
76
73
|
@property
|
|
77
74
|
def auto_line(self) -> global___AutoLine:
|
|
78
|
-
"""Automatic control
|
|
75
|
+
"""Automatic stream control."""
|
|
79
76
|
|
|
80
77
|
@property
|
|
81
78
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
82
|
-
"""
|
|
79
|
+
"""Timestamp when the stream line was initially created in the system."""
|
|
83
80
|
|
|
84
81
|
@property
|
|
85
82
|
def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
86
|
-
"""
|
|
83
|
+
"""Timestamp of the last modification to the stream line or its metadata."""
|
|
87
84
|
|
|
88
85
|
@property
|
|
89
86
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
90
|
-
"""Custom labels as
|
|
87
|
+
"""Custom user-defined labels as `key:value` pairs.
|
|
88
|
+
Maximum 64 labels per stream line.
|
|
89
|
+
Labels can be used for organization, filtering, and metadata purposes.
|
|
90
|
+
"""
|
|
91
91
|
|
|
92
92
|
def __init__(
|
|
93
93
|
self,
|
|
@@ -95,7 +95,6 @@ class StreamLine(google.protobuf.message.Message):
|
|
|
95
95
|
id: builtins.str = ...,
|
|
96
96
|
channel_id: builtins.str = ...,
|
|
97
97
|
title: builtins.str = ...,
|
|
98
|
-
thumbnail_id: builtins.str = ...,
|
|
99
98
|
rtmp_push: global___RTMPPushInput | None = ...,
|
|
100
99
|
rtmp_pull: global___RTMPPullInput | None = ...,
|
|
101
100
|
manual_line: global___ManualLine | None = ...,
|
|
@@ -105,7 +104,7 @@ class StreamLine(google.protobuf.message.Message):
|
|
|
105
104
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
106
105
|
) -> None: ...
|
|
107
106
|
def HasField(self, field_name: typing.Literal["auto_line", b"auto_line", "created_at", b"created_at", "input_type", b"input_type", "line_type", b"line_type", "manual_line", b"manual_line", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push", "updated_at", b"updated_at"]) -> builtins.bool: ...
|
|
108
|
-
def ClearField(self, field_name: typing.Literal["auto_line", b"auto_line", "channel_id", b"channel_id", "created_at", b"created_at", "id", b"id", "input_type", b"input_type", "labels", b"labels", "line_type", b"line_type", "manual_line", b"manual_line", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push", "
|
|
107
|
+
def ClearField(self, field_name: typing.Literal["auto_line", b"auto_line", "channel_id", b"channel_id", "created_at", b"created_at", "id", b"id", "input_type", b"input_type", "labels", b"labels", "line_type", b"line_type", "manual_line", b"manual_line", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push", "title", b"title", "updated_at", b"updated_at"]) -> None: ...
|
|
109
108
|
@typing.overload
|
|
110
109
|
def WhichOneof(self, oneof_group: typing.Literal["input_type", b"input_type"]) -> typing.Literal["rtmp_push", "rtmp_pull"] | None: ...
|
|
111
110
|
@typing.overload
|
|
@@ -30,7 +30,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
30
30
|
from yandex.cloud.video.v1 import stream_line_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_stream__line__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/video/v1/stream_line_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/stream_line.proto\"<\n\x14GetStreamLineRequest\x12$\n\x0estream_line_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/video/v1/stream_line_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/stream_line.proto\"<\n\x14GetStreamLineRequest\x12$\n\x0estream_line_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb7\x01\n\x16ListStreamLinesRequest\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\x1a\n\x08order_by\x18\x66 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x64\"q\n\x17ListStreamLinesResponse\x12\x37\n\x0cstream_lines\x18\x01 \x03(\x0b\x32!.yandex.cloud.video.v1.StreamLine\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"j\n\x1a\x42\x61tchGetStreamLinesRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12*\n\x0fstream_line_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"V\n\x1b\x42\x61tchGetStreamLinesResponse\x12\x37\n\x0cstream_lines\x18\x01 \x03(\x0b\x32!.yandex.cloud.video.v1.StreamLine\"\xe7\x04\n\x17\x43reateStreamLineRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\x05title\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=300\x12;\n\trtmp_push\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPushParamsH\x00\x12;\n\trtmp_pull\x18\xea\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPullParamsH\x00\x12?\n\x0bmanual_line\x18\xd0\x0f \x01(\x0b\x32\'.yandex.cloud.video.v1.ManualLineParamsH\x01\x12;\n\tauto_line\x18\xd1\x0f \x01(\x0b\x32%.yandex.cloud.video.v1.AutoLineParamsH\x01\x12\x8f\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32:.yandex.cloud.video.v1.CreateStreamLineRequest.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\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x14\n\x0cinput_params\x12\x04\xc0\xc1\x31\x01\x42\x18\n\x10line_type_params\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x04J\x05\x08\x04\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xea\x07J\x06\x08\xeb\x07\x10\xd0\x0f\"2\n\x18\x43reateStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\xff\x03\n\x17UpdateStreamLineRequest\x12$\n\x0estream_line_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x34\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x18\n\x05title\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=300\x12;\n\trtmp_push\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPushParamsH\x00\x12;\n\trtmp_pull\x18\xea\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.RTMPPullParamsH\x00\x12\x8f\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32:.yandex.cloud.video.v1.UpdateStreamLineRequest.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\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\x0cinput_paramsJ\x04\x08\x04\x10\x05J\x05\x08\x05\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xea\x07J\x06\x08\xeb\x07\x10\xef\x07\"2\n\x18UpdateStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"?\n\x17\x44\x65leteStreamLineRequest\x12$\n\x0estream_line_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"2\n\x18\x44\x65leteStreamLineMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"m\n\x1d\x42\x61tchDeleteStreamLinesRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12*\n\x0fstream_line_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"9\n\x1e\x42\x61tchDeleteStreamLinesMetadata\x12\x17\n\x0fstream_line_ids\x18\x01 \x03(\t\"\xd3\x01\n\x18PerformLineActionRequest\x12$\n\x0estream_line_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12:\n\x08\x61\x63tivate\x18\xe8\x07 \x01(\x0b\x32%.yandex.cloud.video.v1.ActivateActionH\x00\x12>\n\ndeactivate\x18\xe9\x07 \x01(\x0b\x32\'.yandex.cloud.video.v1.DeactivateActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x05\x08\x02\x10\xe8\x07\"3\n\x19PerformLineActionMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t\"\x10\n\x0eRTMPPushParams\"0\n\x0eRTMPPullParams\x12\x1e\n\x03url\x18\x01 \x01(\tB\x11\xe8\xc7\x31\x01\xf2\xc7\x31\trtmp://.*\"\x12\n\x10ManualLineParams\"\x10\n\x0e\x41utoLineParams\"\x10\n\x0e\x41\x63tivateAction\"\x12\n\x10\x44\x65\x61\x63tivateAction\";\n\x13GetStreamKeyRequest\x12$\n\x0estream_line_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\">\n\x16UpdateStreamKeyRequest\x12$\n\x0estream_line_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"1\n\x17UpdateStreamKeyMetadata\x12\x16\n\x0estream_line_id\x18\x01 \x01(\t2\x82\x0e\n\x11StreamLineService\x12\x85\x01\n\x03Get\x12+.yandex.cloud.video.v1.GetStreamLineRequest\x1a!.yandex.cloud.video.v1.StreamLine\".\x82\xd3\xe4\x93\x02(\x12&/video/v1/streamLines/{stream_line_id}\x12\x84\x01\n\x04List\x12-.yandex.cloud.video.v1.ListStreamLinesRequest\x1a..yandex.cloud.video.v1.ListStreamLinesResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/video/v1/streamLines\x12\x9c\x01\n\x08\x42\x61tchGet\x12\x31.yandex.cloud.video.v1.BatchGetStreamLinesRequest\x1a\x32.yandex.cloud.video.v1.BatchGetStreamLinesResponse\")\x82\xd3\xe4\x93\x02#\"\x1e/video/v1/streamLines:batchGet:\x01*\x12\xa7\x01\n\x06\x43reate\x12..yandex.cloud.video.v1.CreateStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"J\xb2\xd2*&\n\x18\x43reateStreamLineMetadata\x12\nStreamLine\x82\xd3\xe4\x93\x02\x1a\"\x15/video/v1/streamLines:\x01*\x12\xb8\x01\n\x06Update\x12..yandex.cloud.video.v1.UpdateStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*&\n\x18UpdateStreamLineMetadata\x12\nStreamLine\x82\xd3\xe4\x93\x02+2&/video/v1/streamLines/{stream_line_id}:\x01*\x12\xc0\x01\n\x06\x44\x65lete\x12..yandex.cloud.video.v1.DeleteStreamLineRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*1\n\x18\x44\x65leteStreamLineMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02(*&/video/v1/streamLines/{stream_line_id}\x12\xcf\x01\n\x0b\x42\x61tchDelete\x12\x34.yandex.cloud.video.v1.BatchDeleteStreamLinesRequest\x1a!.yandex.cloud.operation.Operation\"g\xb2\xd2*7\n\x1e\x42\x61tchDeleteStreamLinesMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02&\"!/video/v1/streamLines:batchDelete:\x01*\x12\xcf\x01\n\rPerformAction\x12/.yandex.cloud.video.v1.PerformLineActionRequest\x1a!.yandex.cloud.operation.Operation\"j\xb2\xd2*\'\n\x19PerformLineActionMetadata\x12\nStreamLine\x82\xd3\xe4\x93\x02\x39\"4/video/v1/streamLines/{stream_line_id}:performAction:\x01*\x12\x9d\x01\n\x0cGetStreamKey\x12*.yandex.cloud.video.v1.GetStreamKeyRequest\x1a$.yandex.cloud.video.v1.PushStreamKey\";\x82\xd3\xe4\x93\x02\x35\x12\x33/video/v1/streamLines/{stream_line_id}:getStreamKey\x12\xd2\x01\n\x0fUpdateStreamKey\x12-.yandex.cloud.video.v1.UpdateStreamKeyRequest\x1a!.yandex.cloud.operation.Operation\"m\xb2\xd2*(\n\x17UpdateStreamKeyMetadata\x12\rPushStreamKey\x82\xd3\xe4\x93\x02;26/video/v1/streamLines/{stream_line_id}:updateStreamKey:\x01*B\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -46,6 +46,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
46
46
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
47
47
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
48
48
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\007<=15000'
|
|
49
|
+
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['order_by']._loaded_options = None
|
|
50
|
+
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['order_by']._serialized_options = b'\212\3101\004<=50'
|
|
49
51
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
50
52
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
51
53
|
_globals['_BATCHGETSTREAMLINESREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
@@ -62,8 +64,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
62
64
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
63
65
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['title']._loaded_options = None
|
|
64
66
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['title']._serialized_options = b'\350\3071\001\212\3101\005<=300'
|
|
65
|
-
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
66
|
-
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
67
67
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
68
68
|
_globals['_CREATESTREAMLINEREQUEST'].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'
|
|
69
69
|
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._loaded_options = None
|
|
@@ -74,8 +74,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
74
74
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['field_mask']._serialized_options = b'\350\3071\001'
|
|
75
75
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['title']._loaded_options = None
|
|
76
76
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['title']._serialized_options = b'\212\3101\005<=300'
|
|
77
|
-
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
78
|
-
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
79
77
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
80
78
|
_globals['_UPDATESTREAMLINEREQUEST'].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'
|
|
81
79
|
_globals['_DELETESTREAMLINEREQUEST'].fields_by_name['stream_line_id']._loaded_options = None
|
|
@@ -117,55 +115,55 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
117
115
|
_globals['_GETSTREAMLINEREQUEST']._serialized_start=284
|
|
118
116
|
_globals['_GETSTREAMLINEREQUEST']._serialized_end=344
|
|
119
117
|
_globals['_LISTSTREAMLINESREQUEST']._serialized_start=347
|
|
120
|
-
_globals['_LISTSTREAMLINESREQUEST']._serialized_end=
|
|
121
|
-
_globals['_LISTSTREAMLINESRESPONSE']._serialized_start=
|
|
122
|
-
_globals['_LISTSTREAMLINESRESPONSE']._serialized_end=
|
|
123
|
-
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_start=
|
|
124
|
-
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_end=
|
|
125
|
-
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_start=
|
|
126
|
-
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_end=
|
|
127
|
-
_globals['_CREATESTREAMLINEREQUEST']._serialized_start=
|
|
128
|
-
_globals['_CREATESTREAMLINEREQUEST']._serialized_end=
|
|
129
|
-
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=
|
|
130
|
-
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=
|
|
131
|
-
_globals['_CREATESTREAMLINEMETADATA']._serialized_start=
|
|
132
|
-
_globals['_CREATESTREAMLINEMETADATA']._serialized_end=
|
|
133
|
-
_globals['_UPDATESTREAMLINEREQUEST']._serialized_start=
|
|
134
|
-
_globals['_UPDATESTREAMLINEREQUEST']._serialized_end=
|
|
135
|
-
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=
|
|
136
|
-
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=
|
|
137
|
-
_globals['_UPDATESTREAMLINEMETADATA']._serialized_start=
|
|
138
|
-
_globals['_UPDATESTREAMLINEMETADATA']._serialized_end=
|
|
139
|
-
_globals['_DELETESTREAMLINEREQUEST']._serialized_start=
|
|
140
|
-
_globals['_DELETESTREAMLINEREQUEST']._serialized_end=
|
|
141
|
-
_globals['_DELETESTREAMLINEMETADATA']._serialized_start=
|
|
142
|
-
_globals['_DELETESTREAMLINEMETADATA']._serialized_end=
|
|
143
|
-
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_start=
|
|
144
|
-
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_end=
|
|
145
|
-
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_start=
|
|
146
|
-
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_end=
|
|
147
|
-
_globals['_PERFORMLINEACTIONREQUEST']._serialized_start=
|
|
148
|
-
_globals['_PERFORMLINEACTIONREQUEST']._serialized_end=
|
|
149
|
-
_globals['_PERFORMLINEACTIONMETADATA']._serialized_start=
|
|
150
|
-
_globals['_PERFORMLINEACTIONMETADATA']._serialized_end=
|
|
151
|
-
_globals['_RTMPPUSHPARAMS']._serialized_start=
|
|
152
|
-
_globals['_RTMPPUSHPARAMS']._serialized_end=
|
|
153
|
-
_globals['_RTMPPULLPARAMS']._serialized_start=
|
|
154
|
-
_globals['_RTMPPULLPARAMS']._serialized_end=
|
|
155
|
-
_globals['_MANUALLINEPARAMS']._serialized_start=
|
|
156
|
-
_globals['_MANUALLINEPARAMS']._serialized_end=
|
|
157
|
-
_globals['_AUTOLINEPARAMS']._serialized_start=
|
|
158
|
-
_globals['_AUTOLINEPARAMS']._serialized_end=
|
|
159
|
-
_globals['_ACTIVATEACTION']._serialized_start=
|
|
160
|
-
_globals['_ACTIVATEACTION']._serialized_end=
|
|
161
|
-
_globals['_DEACTIVATEACTION']._serialized_start=
|
|
162
|
-
_globals['_DEACTIVATEACTION']._serialized_end=
|
|
163
|
-
_globals['_GETSTREAMKEYREQUEST']._serialized_start=
|
|
164
|
-
_globals['_GETSTREAMKEYREQUEST']._serialized_end=
|
|
165
|
-
_globals['_UPDATESTREAMKEYREQUEST']._serialized_start=
|
|
166
|
-
_globals['_UPDATESTREAMKEYREQUEST']._serialized_end=
|
|
167
|
-
_globals['_UPDATESTREAMKEYMETADATA']._serialized_start=
|
|
168
|
-
_globals['_UPDATESTREAMKEYMETADATA']._serialized_end=
|
|
169
|
-
_globals['_STREAMLINESERVICE']._serialized_start=
|
|
170
|
-
_globals['_STREAMLINESERVICE']._serialized_end=
|
|
118
|
+
_globals['_LISTSTREAMLINESREQUEST']._serialized_end=530
|
|
119
|
+
_globals['_LISTSTREAMLINESRESPONSE']._serialized_start=532
|
|
120
|
+
_globals['_LISTSTREAMLINESRESPONSE']._serialized_end=645
|
|
121
|
+
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_start=647
|
|
122
|
+
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_end=753
|
|
123
|
+
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_start=755
|
|
124
|
+
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_end=841
|
|
125
|
+
_globals['_CREATESTREAMLINEREQUEST']._serialized_start=844
|
|
126
|
+
_globals['_CREATESTREAMLINEREQUEST']._serialized_end=1459
|
|
127
|
+
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1329
|
|
128
|
+
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1374
|
|
129
|
+
_globals['_CREATESTREAMLINEMETADATA']._serialized_start=1461
|
|
130
|
+
_globals['_CREATESTREAMLINEMETADATA']._serialized_end=1511
|
|
131
|
+
_globals['_UPDATESTREAMLINEREQUEST']._serialized_start=1514
|
|
132
|
+
_globals['_UPDATESTREAMLINEREQUEST']._serialized_end=2025
|
|
133
|
+
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1329
|
|
134
|
+
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1374
|
|
135
|
+
_globals['_UPDATESTREAMLINEMETADATA']._serialized_start=2027
|
|
136
|
+
_globals['_UPDATESTREAMLINEMETADATA']._serialized_end=2077
|
|
137
|
+
_globals['_DELETESTREAMLINEREQUEST']._serialized_start=2079
|
|
138
|
+
_globals['_DELETESTREAMLINEREQUEST']._serialized_end=2142
|
|
139
|
+
_globals['_DELETESTREAMLINEMETADATA']._serialized_start=2144
|
|
140
|
+
_globals['_DELETESTREAMLINEMETADATA']._serialized_end=2194
|
|
141
|
+
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_start=2196
|
|
142
|
+
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_end=2305
|
|
143
|
+
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_start=2307
|
|
144
|
+
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_end=2364
|
|
145
|
+
_globals['_PERFORMLINEACTIONREQUEST']._serialized_start=2367
|
|
146
|
+
_globals['_PERFORMLINEACTIONREQUEST']._serialized_end=2578
|
|
147
|
+
_globals['_PERFORMLINEACTIONMETADATA']._serialized_start=2580
|
|
148
|
+
_globals['_PERFORMLINEACTIONMETADATA']._serialized_end=2631
|
|
149
|
+
_globals['_RTMPPUSHPARAMS']._serialized_start=2633
|
|
150
|
+
_globals['_RTMPPUSHPARAMS']._serialized_end=2649
|
|
151
|
+
_globals['_RTMPPULLPARAMS']._serialized_start=2651
|
|
152
|
+
_globals['_RTMPPULLPARAMS']._serialized_end=2699
|
|
153
|
+
_globals['_MANUALLINEPARAMS']._serialized_start=2701
|
|
154
|
+
_globals['_MANUALLINEPARAMS']._serialized_end=2719
|
|
155
|
+
_globals['_AUTOLINEPARAMS']._serialized_start=2721
|
|
156
|
+
_globals['_AUTOLINEPARAMS']._serialized_end=2737
|
|
157
|
+
_globals['_ACTIVATEACTION']._serialized_start=2739
|
|
158
|
+
_globals['_ACTIVATEACTION']._serialized_end=2755
|
|
159
|
+
_globals['_DEACTIVATEACTION']._serialized_start=2757
|
|
160
|
+
_globals['_DEACTIVATEACTION']._serialized_end=2775
|
|
161
|
+
_globals['_GETSTREAMKEYREQUEST']._serialized_start=2777
|
|
162
|
+
_globals['_GETSTREAMKEYREQUEST']._serialized_end=2836
|
|
163
|
+
_globals['_UPDATESTREAMKEYREQUEST']._serialized_start=2838
|
|
164
|
+
_globals['_UPDATESTREAMKEYREQUEST']._serialized_end=2900
|
|
165
|
+
_globals['_UPDATESTREAMKEYMETADATA']._serialized_start=2902
|
|
166
|
+
_globals['_UPDATESTREAMKEYMETADATA']._serialized_end=2951
|
|
167
|
+
_globals['_STREAMLINESERVICE']._serialized_start=2954
|
|
168
|
+
_globals['_STREAMLINESERVICE']._serialized_end=4748
|
|
171
169
|
# @@protoc_insertion_point(module_scope)
|