yandexcloud 0.336.0__py3-none-any.whl → 0.338.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +11 -3
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +34 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +45 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +26 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +24 -24
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +11 -1
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2.py +37 -0
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2.pyi +43 -0
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2_grpc.py +24 -0
- yandex/cloud/ai/foundation_models/v1/batch_inference_task_status_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.py +8 -7
- yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +9 -1
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +26 -15
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +87 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2_grpc.py +77 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2_grpc.pyi +38 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +12 -5
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +29 -1
- yandex/cloud/airflow/v1/cluster_pb2.py +36 -35
- yandex/cloud/airflow/v1/cluster_pb2.pyi +15 -2
- yandex/cloud/airflow/v1/cluster_service_pb2.py +42 -41
- yandex/cloud/airflow/v1/cluster_service_pb2.pyi +17 -4
- yandex/cloud/airflow/v1/maintenance_pb2.py +53 -0
- yandex/cloud/airflow/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/airflow/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/airflow/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/backup/v1/backup_service_pb2.py +44 -40
- yandex/cloud/backup/v1/backup_service_pb2.pyi +14 -2
- yandex/cloud/iam/v1/key_service_pb2.pyi +0 -2
- yandex/cloud/iot/devices/v1/device_pb2.py +18 -14
- yandex/cloud/iot/devices/v1/device_pb2.pyi +23 -1
- yandex/cloud/iot/devices/v1/device_service_pb2.py +65 -53
- yandex/cloud/iot/devices/v1/device_service_pb2.pyi +46 -2
- yandex/cloud/loadtesting/agent/v1/test_pb2.py +5 -5
- yandex/cloud/loadtesting/agent/v1/test_pb2.pyi +2 -0
- yandex/cloud/loadtesting/api/v1/test/status_pb2.py +2 -2
- yandex/cloud/loadtesting/api/v1/test/status_pb2.pyi +6 -2
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.py +12 -5
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2.pyi +16 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.py +45 -0
- yandex/cloud/marketplace/licensemanager/saas/v1/instance_service_pb2_grpc.pyi +21 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2.py +37 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2.pyi +39 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2_grpc.py +24 -0
- yandex/cloud/marketplace/licensemanager/v1/user_info_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +170 -170
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +14 -2
- yandex/cloud/mdb/kafka/v1/user_pb2.py +4 -4
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +4 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +21 -3
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +86 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +89 -0
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +49 -3
- yandex/cloud/mdb/redis/v1/cluster_pb2.py +23 -23
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +4 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +10 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +14 -2
- yandex/cloud/mdb/spqr/__init__.py +0 -0
- yandex/cloud/mdb/spqr/v1/__init__.py +0 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2.py +40 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2.pyi +97 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/backup_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2.py +68 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2.pyi +121 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2_grpc.py +193 -0
- yandex/cloud/mdb/spqr/v1/backup_service_pb2_grpc.pyi +101 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2.py +58 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2.pyi +330 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +403 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +1790 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +1250 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +588 -0
- yandex/cloud/mdb/spqr/v1/config_pb2.py +65 -0
- yandex/cloud/mdb/spqr/v1/config_pb2.pyi +341 -0
- yandex/cloud/mdb/spqr/v1/config_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/config_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/database_pb2.py +42 -0
- yandex/cloud/mdb/spqr/v1/database_pb2.pyi +51 -0
- yandex/cloud/mdb/spqr/v1/database_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/database_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2.py +94 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2.pyi +219 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.py +281 -0
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.pyi +141 -0
- yandex/cloud/mdb/spqr/v1/host_pb2.py +69 -0
- yandex/cloud/mdb/spqr/v1/host_pb2.pyi +394 -0
- yandex/cloud/mdb/spqr/v1/host_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/host_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2.py +53 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2.pyi +137 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2.py +37 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2.pyi +45 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2.py +56 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2.pyi +84 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2_grpc.py +148 -0
- yandex/cloud/mdb/spqr/v1/resource_preset_service_pb2_grpc.pyi +80 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2.py +37 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2.pyi +31 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/shard_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/user_pb2.py +53 -0
- yandex/cloud/mdb/spqr/v1/user_pb2.pyi +133 -0
- yandex/cloud/mdb/spqr/v1/user_pb2_grpc.py +24 -0
- yandex/cloud/mdb/spqr/v1/user_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2.py +107 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2.pyi +293 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.py +325 -0
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.pyi +161 -0
- yandex/cloud/monitoring/v3/dashboard_pb2.py +6 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.pyi +9 -2
- yandex/cloud/monitoring/v3/dashboard_service_pb2.py +30 -29
- yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +17 -4
- yandex/cloud/monitoring/v3/timeline_pb2.py +37 -0
- yandex/cloud/monitoring/v3/timeline_pb2.pyi +31 -0
- yandex/cloud/monitoring/v3/timeline_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/timeline_pb2_grpc.pyi +17 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +83 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2.pyi +297 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2_grpc.py +100 -0
- yandex/cloud/searchapi/v2/gen_search_service_pb2_grpc.pyi +47 -0
- yandex/cloud/searchapi/v2/search_query_pb2.py +8 -8
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +8 -0
- yandex/cloud/searchapi/v2/search_service_pb2.py +16 -12
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +11 -3
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +24 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +44 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +20 -0
- yandex/cloud/storage/v1/s3api_pb2.py +7 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +128 -1
- yandex/cloud/video/v1/channel_pb2.py +16 -11
- yandex/cloud/video/v1/channel_pb2.pyi +32 -2
- yandex/cloud/video/v1/channel_service_pb2.py +34 -30
- yandex/cloud/video/v1/channel_service_pb2.pyi +27 -10
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +4 -4
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +12 -12
- yandex/cloud/video/v1/episode_pb2.pyi +5 -4
- yandex/cloud/video/v1/episode_service_pb2.py +56 -52
- yandex/cloud/video/v1/episode_service_pb2.pyi +18 -12
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +4 -4
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +12 -12
- yandex/cloud/video/v1/playlist_service_pb2.py +34 -30
- yandex/cloud/video/v1/playlist_service_pb2.pyi +11 -6
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +3 -3
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +9 -9
- yandex/cloud/video/v1/stream_line_pb2.py +16 -24
- yandex/cloud/video/v1/stream_line_pb2.pyi +34 -108
- yandex/cloud/video/v1/stream_line_service_pb2.py +60 -70
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +17 -119
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +3 -3
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +9 -9
- yandex/cloud/video/v1/stream_pb2.py +12 -11
- yandex/cloud/video/v1/stream_pb2.pyi +19 -6
- yandex/cloud/video/v1/stream_service_pb2.py +54 -49
- yandex/cloud/video/v1/stream_service_pb2.pyi +34 -13
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +2 -2
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +6 -6
- yandex/cloud/video/v1/subtitle_pb2.py +6 -4
- yandex/cloud/video/v1/subtitle_pb2.pyi +30 -2
- yandex/cloud/video/v1/subtitle_service_pb2.py +21 -21
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +7 -5
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +1 -1
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +3 -3
- yandex/cloud/video/v1/thumbnail_service_pb2.py +29 -25
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +68 -6
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +3 -3
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +9 -9
- yandex/cloud/video/v1/video_pb2.py +24 -18
- yandex/cloud/video/v1/video_pb2.pyi +130 -38
- yandex/cloud/video/v1/video_service_pb2.py +114 -66
- yandex/cloud/video/v1/video_service_pb2.pyi +279 -40
- yandex/cloud/video/v1/video_service_pb2_grpc.py +50 -6
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +38 -18
- yandex/cloud/ydb/v1/database_pb2.py +46 -46
- yandex/cloud/ydb/v1/database_pb2.pyi +10 -2
- yandex/cloud/ydb/v1/database_service_pb2.py +18 -18
- yandex/cloud/ydb/v1/database_service_pb2.pyi +10 -2
- yandexcloud/__init__.py +2 -2
- yandexcloud/_operation_waiter.py +17 -19
- yandexcloud/_retry_policy.py +17 -3
- yandexcloud/_wrappers/dataproc/__init__.py +39 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/METADATA +9 -9
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/RECORD +193 -115
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.336.0.dist-info → yandexcloud-0.338.0.dist-info}/top_level.txt +0 -0
|
@@ -90,7 +90,7 @@ class ChannelServiceServicer(object):
|
|
|
90
90
|
"""
|
|
91
91
|
|
|
92
92
|
def Get(self, request, context):
|
|
93
|
-
"""
|
|
93
|
+
"""Get the specific channel.
|
|
94
94
|
"""
|
|
95
95
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
96
96
|
context.set_details('Method not implemented!')
|
|
@@ -132,21 +132,21 @@ class ChannelServiceServicer(object):
|
|
|
132
132
|
raise NotImplementedError('Method not implemented!')
|
|
133
133
|
|
|
134
134
|
def ListAccessBindings(self, request, context):
|
|
135
|
-
"""
|
|
135
|
+
"""List existing access bindings for the specified channel.
|
|
136
136
|
"""
|
|
137
137
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
138
138
|
context.set_details('Method not implemented!')
|
|
139
139
|
raise NotImplementedError('Method not implemented!')
|
|
140
140
|
|
|
141
141
|
def SetAccessBindings(self, request, context):
|
|
142
|
-
"""
|
|
142
|
+
"""Set access bindings for the channel.
|
|
143
143
|
"""
|
|
144
144
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
145
145
|
context.set_details('Method not implemented!')
|
|
146
146
|
raise NotImplementedError('Method not implemented!')
|
|
147
147
|
|
|
148
148
|
def UpdateAccessBindings(self, request, context):
|
|
149
|
-
"""
|
|
149
|
+
"""Update access bindings for the specified channel.
|
|
150
150
|
"""
|
|
151
151
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
152
152
|
context.set_details('Method not implemented!')
|
|
@@ -28,7 +28,7 @@ class ChannelServiceStub:
|
|
|
28
28
|
yandex.cloud.video.v1.channel_service_pb2.GetChannelRequest,
|
|
29
29
|
yandex.cloud.video.v1.channel_pb2.Channel,
|
|
30
30
|
]
|
|
31
|
-
"""
|
|
31
|
+
"""Get the specific channel."""
|
|
32
32
|
|
|
33
33
|
List: grpc.UnaryUnaryMultiCallable[
|
|
34
34
|
yandex.cloud.video.v1.channel_service_pb2.ListChannelsRequest,
|
|
@@ -64,19 +64,19 @@ class ChannelServiceStub:
|
|
|
64
64
|
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
65
65
|
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
66
66
|
]
|
|
67
|
-
"""
|
|
67
|
+
"""List existing access bindings for the specified channel."""
|
|
68
68
|
|
|
69
69
|
SetAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
70
70
|
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
71
71
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
72
72
|
]
|
|
73
|
-
"""
|
|
73
|
+
"""Set access bindings for the channel."""
|
|
74
74
|
|
|
75
75
|
UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
76
76
|
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
77
77
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
78
78
|
]
|
|
79
|
-
"""
|
|
79
|
+
"""Update access bindings for the specified channel."""
|
|
80
80
|
|
|
81
81
|
class ChannelServiceAsyncStub:
|
|
82
82
|
"""Channel management service."""
|
|
@@ -85,7 +85,7 @@ class ChannelServiceAsyncStub:
|
|
|
85
85
|
yandex.cloud.video.v1.channel_service_pb2.GetChannelRequest,
|
|
86
86
|
yandex.cloud.video.v1.channel_pb2.Channel,
|
|
87
87
|
]
|
|
88
|
-
"""
|
|
88
|
+
"""Get the specific channel."""
|
|
89
89
|
|
|
90
90
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
91
91
|
yandex.cloud.video.v1.channel_service_pb2.ListChannelsRequest,
|
|
@@ -121,19 +121,19 @@ class ChannelServiceAsyncStub:
|
|
|
121
121
|
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
122
122
|
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
123
123
|
]
|
|
124
|
-
"""
|
|
124
|
+
"""List existing access bindings for the specified channel."""
|
|
125
125
|
|
|
126
126
|
SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
127
127
|
yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
128
128
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
129
129
|
]
|
|
130
|
-
"""
|
|
130
|
+
"""Set access bindings for the channel."""
|
|
131
131
|
|
|
132
132
|
UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
133
133
|
yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
134
134
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
135
135
|
]
|
|
136
|
-
"""
|
|
136
|
+
"""Update access bindings for the specified channel."""
|
|
137
137
|
|
|
138
138
|
class ChannelServiceServicer(metaclass=abc.ABCMeta):
|
|
139
139
|
"""Channel management service."""
|
|
@@ -144,7 +144,7 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
|
|
|
144
144
|
request: yandex.cloud.video.v1.channel_service_pb2.GetChannelRequest,
|
|
145
145
|
context: _ServicerContext,
|
|
146
146
|
) -> typing.Union[yandex.cloud.video.v1.channel_pb2.Channel, collections.abc.Awaitable[yandex.cloud.video.v1.channel_pb2.Channel]]:
|
|
147
|
-
"""
|
|
147
|
+
"""Get the specific channel."""
|
|
148
148
|
|
|
149
149
|
@abc.abstractmethod
|
|
150
150
|
def List(
|
|
@@ -192,7 +192,7 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
|
|
|
192
192
|
request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
193
193
|
context: _ServicerContext,
|
|
194
194
|
) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
|
|
195
|
-
"""
|
|
195
|
+
"""List existing access bindings for the specified channel."""
|
|
196
196
|
|
|
197
197
|
@abc.abstractmethod
|
|
198
198
|
def SetAccessBindings(
|
|
@@ -200,7 +200,7 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
|
|
|
200
200
|
request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
|
|
201
201
|
context: _ServicerContext,
|
|
202
202
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
203
|
-
"""
|
|
203
|
+
"""Set access bindings for the channel."""
|
|
204
204
|
|
|
205
205
|
@abc.abstractmethod
|
|
206
206
|
def UpdateAccessBindings(
|
|
@@ -208,6 +208,6 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
|
|
|
208
208
|
request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
|
|
209
209
|
context: _ServicerContext,
|
|
210
210
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
211
|
-
"""
|
|
211
|
+
"""Update access bindings for the specified channel."""
|
|
212
212
|
|
|
213
213
|
def add_ChannelServiceServicer_to_server(servicer: ChannelServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -59,15 +59,16 @@ class Episode(google.protobuf.message.Message):
|
|
|
59
59
|
line_id: builtins.str
|
|
60
60
|
"""ID of the line. Optional, empty if the episode is linked to the stream"""
|
|
61
61
|
title: builtins.str
|
|
62
|
-
"""
|
|
62
|
+
"""Episode title."""
|
|
63
63
|
description: builtins.str
|
|
64
|
-
"""
|
|
64
|
+
"""Episode description."""
|
|
65
65
|
thumbnail_id: builtins.str
|
|
66
66
|
"""ID of the thumbnail."""
|
|
67
67
|
dvr_seconds: builtins.int
|
|
68
|
-
"""Enables episode DVR mode.
|
|
68
|
+
"""Enables episode DVR mode.
|
|
69
|
+
Determines how many last seconds of the stream are available for watching.
|
|
69
70
|
|
|
70
|
-
|
|
71
|
+
Possible values:
|
|
71
72
|
* `0`: infinite dvr size, the full length of the stream allowed to display
|
|
72
73
|
* `>0`: size of dvr window in seconds, the minimum value is 30s
|
|
73
74
|
"""
|
|
@@ -33,7 +33,7 @@ from yandex.cloud.video.v1 import episode_pb2 as yandex_dot_cloud_dot_video_dot_
|
|
|
33
33
|
from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_manifest__pb2
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/episode_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a#yandex/cloud/video/v1/episode.proto\x1a$yandex/cloud/video/v1/manifest.proto\"5\n\x11GetEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\
|
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/episode_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a#yandex/cloud/video/v1/episode.proto\x1a$yandex/cloud/video/v1/manifest.proto\"5\n\x11GetEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xd7\x01\n\x13ListEpisodesRequest\x12\x1d\n\tstream_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x1f\n\npage_token\x18\x65 \x01(\tB\x0b\x8a\xc8\x31\x07<=15000\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000B\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x64\"g\n\x14ListEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"c\n\x17\x42\x61tchGetEpisodesRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12&\n\x0b\x65pisode_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"L\n\x18\x42\x61tchGetEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\"\xd1\x04\n\x14\x43reateEpisodeRequest\x12\x1d\n\tstream_id\x18\x64 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x65 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\x05title\x18\x02 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=2500\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12.\n\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x07 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x01\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x01\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x01\x42\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe9\x07\x10\xea\x07J\x04\x08\x01\x10\x02J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessParams\"\x1f\n\x1d\x45pisodeAuthSystemAccessParams\"\x1c\n\x1a\x45pisodeSignURLAccessParams\"+\n\x15\x43reateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xc4\x04\n\x14UpdateEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x34\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x19\n\x05title\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2500\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12.\n\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x08 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x00\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x00\x42\x0f\n\raccess_rightsJ\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\t\x10\xe8\x07\"+\n\x15UpdateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\x92\x01\n\x1a\x42\x61tchDeleteEpisodesRequest\x12\x1d\n\tstream_id\x18\x64 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x65 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12&\n\x0b\x65pisode_ids\x18\x01 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50B\n\n\x02id\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x64\"2\n\x1b\x42\x61tchDeleteEpisodesMetadata\x12\x13\n\x0b\x65pisode_ids\x18\x01 \x03(\t\"\xec\x01\n\x1bPerformEpisodeActionRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\x07publish\x18\xea\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.PublishEpisodeActionH\x00\x12\x43\n\tunpublish\x18\xeb\x07 \x01(\x0b\x32-.yandex.cloud.video.v1.UnpublishEpisodeActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe8\x07\x10\xe9\x07J\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\x02\x10\xe8\x07\"\x16\n\x14PublishEpisodeAction\"\x18\n\x16UnpublishEpisodeAction\"2\n\x1cPerformEpisodeActionMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xbd\x01\n\x1aGetEpisodePlayerURLRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12:\n\x06params\x18\x02 \x01(\x0b\x32*.yandex.cloud.video.v1.EpisodePlayerParams\x12\x41\n\x1esigned_url_expiration_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"E\n\x13\x45pisodePlayerParams\x12\x0c\n\x04mute\x18\x01 \x01(\x08\x12\x10\n\x08\x61utoplay\x18\x02 \x01(\x08\x12\x0e\n\x06hidden\x18\x03 \x01(\x08\"?\n\x1bGetEpisodePlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\">\n\x1aGetEpisodeManifestsRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"Q\n\x1bGetEpisodeManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xe6\x0c\n\x0e\x45pisodeService\x12x\n\x03Get\x12(.yandex.cloud.video.v1.GetEpisodeRequest\x1a\x1e.yandex.cloud.video.v1.Episode\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/video/v1/episodes/{episode_id}\x12{\n\x04List\x12*.yandex.cloud.video.v1.ListEpisodesRequest\x1a+.yandex.cloud.video.v1.ListEpisodesResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/video/v1/episodes\x12\x93\x01\n\x08\x42\x61tchGet\x12..yandex.cloud.video.v1.BatchGetEpisodesRequest\x1a/.yandex.cloud.video.v1.BatchGetEpisodesResponse\"&\x82\xd3\xe4\x93\x02 \"\x1b/video/v1/episodes:batchGet:\x01*\x12\x9b\x01\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"A\xb2\xd2* \n\x15\x43reateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x17\"\x12/video/v1/episodes:\x01*\x12\xa8\x01\n\x06Update\x12+.yandex.cloud.video.v1.UpdateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15UpdateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02$2\x1f/video/v1/episodes/{episode_id}:\x01*\x12\xb3\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*.\n\x15\x44\x65leteEpisodeMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!*\x1f/video/v1/episodes/{episode_id}\x12\x9d\x01\n\x0b\x42\x61tchDelete\x12\x31.yandex.cloud.video.v1.BatchDeleteEpisodesRequest\x1a!.yandex.cloud.operation.Operation\"8\xb2\xd2*4\n\x1b\x42\x61tchDeleteEpisodesMetadata\x12\x15google.protobuf.Empty\x12\xcb\x01\n\rPerformAction\x12\x32.yandex.cloud.video.v1.PerformEpisodeActionRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*\'\n\x1cPerformEpisodeActionMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x32\"-/video/v1/episodes/{episode_id}:performAction:\x01*\x12\xab\x01\n\x0cGetPlayerURL\x12\x31.yandex.cloud.video.v1.GetEpisodePlayerURLRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodePlayerURLResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getPlayerUrl\x12\xab\x01\n\x0cGetManifests\x12\x31.yandex.cloud.video.v1.GetEpisodeManifestsRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodeManifestsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
37
37
|
|
|
38
38
|
_globals = globals()
|
|
39
39
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -52,7 +52,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
52
52
|
_globals['_LISTEPISODESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
53
53
|
_globals['_LISTEPISODESREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
|
|
54
54
|
_globals['_LISTEPISODESREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
55
|
-
_globals['_LISTEPISODESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\
|
|
55
|
+
_globals['_LISTEPISODESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\007<=15000'
|
|
56
56
|
_globals['_LISTEPISODESREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
57
57
|
_globals['_LISTEPISODESREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
58
58
|
_globals['_BATCHGETEPISODESREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
@@ -68,11 +68,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
68
68
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['line_id']._loaded_options = None
|
|
69
69
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['line_id']._serialized_options = b'\212\3101\004<=50'
|
|
70
70
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['title']._loaded_options = None
|
|
71
|
-
_globals['_CREATEEPISODEREQUEST'].fields_by_name['title']._serialized_options = b'\350\3071\001'
|
|
71
|
+
_globals['_CREATEEPISODEREQUEST'].fields_by_name['title']._serialized_options = b'\350\3071\001\212\3101\006<=2500'
|
|
72
72
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
73
73
|
_globals['_CREATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
74
74
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['episode_id']._loaded_options = None
|
|
75
75
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
76
|
+
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['field_mask']._loaded_options = None
|
|
77
|
+
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['field_mask']._serialized_options = b'\350\3071\001'
|
|
78
|
+
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['title']._loaded_options = None
|
|
79
|
+
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['title']._serialized_options = b'\212\3101\006<=2500'
|
|
76
80
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
77
81
|
_globals['_UPDATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
78
82
|
_globals['_DELETEEPISODEREQUEST'].fields_by_name['episode_id']._loaded_options = None
|
|
@@ -116,53 +120,53 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
116
120
|
_globals['_GETEPISODEREQUEST']._serialized_start=379
|
|
117
121
|
_globals['_GETEPISODEREQUEST']._serialized_end=432
|
|
118
122
|
_globals['_LISTEPISODESREQUEST']._serialized_start=435
|
|
119
|
-
_globals['_LISTEPISODESREQUEST']._serialized_end=
|
|
120
|
-
_globals['_LISTEPISODESRESPONSE']._serialized_start=
|
|
121
|
-
_globals['_LISTEPISODESRESPONSE']._serialized_end=
|
|
122
|
-
_globals['_BATCHGETEPISODESREQUEST']._serialized_start=
|
|
123
|
-
_globals['_BATCHGETEPISODESREQUEST']._serialized_end=
|
|
124
|
-
_globals['_BATCHGETEPISODESRESPONSE']._serialized_start=
|
|
125
|
-
_globals['_BATCHGETEPISODESRESPONSE']._serialized_end=
|
|
126
|
-
_globals['_CREATEEPISODEREQUEST']._serialized_start=
|
|
127
|
-
_globals['_CREATEEPISODEREQUEST']._serialized_end=
|
|
128
|
-
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_start=
|
|
129
|
-
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_end=
|
|
130
|
-
_globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_start=
|
|
131
|
-
_globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_end=
|
|
132
|
-
_globals['_EPISODESIGNURLACCESSPARAMS']._serialized_start=
|
|
133
|
-
_globals['_EPISODESIGNURLACCESSPARAMS']._serialized_end=
|
|
134
|
-
_globals['_CREATEEPISODEMETADATA']._serialized_start=
|
|
135
|
-
_globals['_CREATEEPISODEMETADATA']._serialized_end=
|
|
136
|
-
_globals['_UPDATEEPISODEREQUEST']._serialized_start=
|
|
137
|
-
_globals['_UPDATEEPISODEREQUEST']._serialized_end=
|
|
138
|
-
_globals['_UPDATEEPISODEMETADATA']._serialized_start=
|
|
139
|
-
_globals['_UPDATEEPISODEMETADATA']._serialized_end=
|
|
140
|
-
_globals['_DELETEEPISODEREQUEST']._serialized_start=
|
|
141
|
-
_globals['_DELETEEPISODEREQUEST']._serialized_end=
|
|
142
|
-
_globals['_DELETEEPISODEMETADATA']._serialized_start=
|
|
143
|
-
_globals['_DELETEEPISODEMETADATA']._serialized_end=
|
|
144
|
-
_globals['_BATCHDELETEEPISODESREQUEST']._serialized_start=
|
|
145
|
-
_globals['_BATCHDELETEEPISODESREQUEST']._serialized_end=
|
|
146
|
-
_globals['_BATCHDELETEEPISODESMETADATA']._serialized_start=
|
|
147
|
-
_globals['_BATCHDELETEEPISODESMETADATA']._serialized_end=
|
|
148
|
-
_globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=
|
|
149
|
-
_globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=
|
|
150
|
-
_globals['_PUBLISHEPISODEACTION']._serialized_start=
|
|
151
|
-
_globals['_PUBLISHEPISODEACTION']._serialized_end=
|
|
152
|
-
_globals['_UNPUBLISHEPISODEACTION']._serialized_start=
|
|
153
|
-
_globals['_UNPUBLISHEPISODEACTION']._serialized_end=
|
|
154
|
-
_globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=
|
|
155
|
-
_globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=
|
|
156
|
-
_globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=
|
|
157
|
-
_globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=
|
|
158
|
-
_globals['_EPISODEPLAYERPARAMS']._serialized_start=
|
|
159
|
-
_globals['_EPISODEPLAYERPARAMS']._serialized_end=
|
|
160
|
-
_globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=
|
|
161
|
-
_globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=
|
|
162
|
-
_globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=
|
|
163
|
-
_globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=
|
|
164
|
-
_globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=
|
|
165
|
-
_globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=
|
|
166
|
-
_globals['_EPISODESERVICE']._serialized_start=
|
|
167
|
-
_globals['_EPISODESERVICE']._serialized_end=
|
|
123
|
+
_globals['_LISTEPISODESREQUEST']._serialized_end=650
|
|
124
|
+
_globals['_LISTEPISODESRESPONSE']._serialized_start=652
|
|
125
|
+
_globals['_LISTEPISODESRESPONSE']._serialized_end=755
|
|
126
|
+
_globals['_BATCHGETEPISODESREQUEST']._serialized_start=757
|
|
127
|
+
_globals['_BATCHGETEPISODESREQUEST']._serialized_end=856
|
|
128
|
+
_globals['_BATCHGETEPISODESRESPONSE']._serialized_start=858
|
|
129
|
+
_globals['_BATCHGETEPISODESRESPONSE']._serialized_end=934
|
|
130
|
+
_globals['_CREATEEPISODEREQUEST']._serialized_start=937
|
|
131
|
+
_globals['_CREATEEPISODEREQUEST']._serialized_end=1530
|
|
132
|
+
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_start=1532
|
|
133
|
+
_globals['_EPISODEPUBLICACCESSPARAMS']._serialized_end=1559
|
|
134
|
+
_globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_start=1561
|
|
135
|
+
_globals['_EPISODEAUTHSYSTEMACCESSPARAMS']._serialized_end=1592
|
|
136
|
+
_globals['_EPISODESIGNURLACCESSPARAMS']._serialized_start=1594
|
|
137
|
+
_globals['_EPISODESIGNURLACCESSPARAMS']._serialized_end=1622
|
|
138
|
+
_globals['_CREATEEPISODEMETADATA']._serialized_start=1624
|
|
139
|
+
_globals['_CREATEEPISODEMETADATA']._serialized_end=1667
|
|
140
|
+
_globals['_UPDATEEPISODEREQUEST']._serialized_start=1670
|
|
141
|
+
_globals['_UPDATEEPISODEREQUEST']._serialized_end=2250
|
|
142
|
+
_globals['_UPDATEEPISODEMETADATA']._serialized_start=2252
|
|
143
|
+
_globals['_UPDATEEPISODEMETADATA']._serialized_end=2295
|
|
144
|
+
_globals['_DELETEEPISODEREQUEST']._serialized_start=2297
|
|
145
|
+
_globals['_DELETEEPISODEREQUEST']._serialized_end=2353
|
|
146
|
+
_globals['_DELETEEPISODEMETADATA']._serialized_start=2355
|
|
147
|
+
_globals['_DELETEEPISODEMETADATA']._serialized_end=2398
|
|
148
|
+
_globals['_BATCHDELETEEPISODESREQUEST']._serialized_start=2401
|
|
149
|
+
_globals['_BATCHDELETEEPISODESREQUEST']._serialized_end=2547
|
|
150
|
+
_globals['_BATCHDELETEEPISODESMETADATA']._serialized_start=2549
|
|
151
|
+
_globals['_BATCHDELETEEPISODESMETADATA']._serialized_end=2599
|
|
152
|
+
_globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=2602
|
|
153
|
+
_globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=2838
|
|
154
|
+
_globals['_PUBLISHEPISODEACTION']._serialized_start=2840
|
|
155
|
+
_globals['_PUBLISHEPISODEACTION']._serialized_end=2862
|
|
156
|
+
_globals['_UNPUBLISHEPISODEACTION']._serialized_start=2864
|
|
157
|
+
_globals['_UNPUBLISHEPISODEACTION']._serialized_end=2888
|
|
158
|
+
_globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=2890
|
|
159
|
+
_globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=2940
|
|
160
|
+
_globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=2943
|
|
161
|
+
_globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=3132
|
|
162
|
+
_globals['_EPISODEPLAYERPARAMS']._serialized_start=3134
|
|
163
|
+
_globals['_EPISODEPLAYERPARAMS']._serialized_end=3203
|
|
164
|
+
_globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=3205
|
|
165
|
+
_globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=3268
|
|
166
|
+
_globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=3270
|
|
167
|
+
_globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=3332
|
|
168
|
+
_globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=3334
|
|
169
|
+
_globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=3415
|
|
170
|
+
_globals['_EPISODESERVICE']._serialized_start=3418
|
|
171
|
+
_globals['_EPISODESERVICE']._serialized_end=5056
|
|
168
172
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -48,22 +48,26 @@ class ListEpisodesRequest(google.protobuf.message.Message):
|
|
|
48
48
|
line_id: builtins.str
|
|
49
49
|
"""ID of the line."""
|
|
50
50
|
page_size: builtins.int
|
|
51
|
-
"""The maximum number of the results per page to return.
|
|
51
|
+
"""The maximum number of the results per page to return.
|
|
52
|
+
Default value: 100.
|
|
53
|
+
"""
|
|
52
54
|
page_token: builtins.str
|
|
53
55
|
"""Page token for getting the next page of the result."""
|
|
54
56
|
order_by: builtins.str
|
|
55
57
|
"""By which column the listing should be ordered and in which direction,
|
|
56
|
-
format is "
|
|
57
|
-
|
|
58
|
+
format is "<field> <order>" (e.g. "createdAt desc").
|
|
59
|
+
Default: "id asc".
|
|
60
|
+
Possible fields: ["id", "createdAt", "updatedAt"].
|
|
58
61
|
Both snake_case and camelCase are supported for fields.
|
|
59
62
|
"""
|
|
60
63
|
filter: builtins.str
|
|
61
64
|
"""Filter expression that filters resources listed in the response.
|
|
62
65
|
Expressions are composed of terms connected by logic operators.
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
Supported
|
|
66
|
+
If value contains spaces or quotes,
|
|
67
|
+
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
68
|
+
Example: "key1='value' AND key2='value'".
|
|
69
|
+
Supported operators: ["AND", "OR"].
|
|
70
|
+
Supported fields: ["id", "title"].
|
|
67
71
|
Both snake_case and camelCase are supported for fields.
|
|
68
72
|
"""
|
|
69
73
|
def __init__(
|
|
@@ -170,9 +174,10 @@ class CreateEpisodeRequest(google.protobuf.message.Message):
|
|
|
170
174
|
thumbnail_id: builtins.str
|
|
171
175
|
"""ID of the thumbnail."""
|
|
172
176
|
dvr_seconds: builtins.int
|
|
173
|
-
"""Enables episode DVR mode.
|
|
177
|
+
"""Enables episode DVR mode.
|
|
178
|
+
Determines how many last seconds of the stream are available.
|
|
174
179
|
|
|
175
|
-
|
|
180
|
+
Possible values:
|
|
176
181
|
* `0`: infinite dvr size, the full length of the stream allowed to display
|
|
177
182
|
* `>0`: size of dvr window in seconds, the minimum value is 30s
|
|
178
183
|
"""
|
|
@@ -290,9 +295,10 @@ class UpdateEpisodeRequest(google.protobuf.message.Message):
|
|
|
290
295
|
thumbnail_id: builtins.str
|
|
291
296
|
"""ID of the thumbnail."""
|
|
292
297
|
dvr_seconds: builtins.int
|
|
293
|
-
"""Enables episode DVR mode.
|
|
298
|
+
"""Enables episode DVR mode.
|
|
299
|
+
Determines how many last seconds of the stream are available.
|
|
294
300
|
|
|
295
|
-
|
|
301
|
+
Possible values:
|
|
296
302
|
* `0`: infinite dvr size, the full length of the stream allowed to display
|
|
297
303
|
* `>0`: size of dvr window in seconds, the minimum value is 30s
|
|
298
304
|
"""
|
|
@@ -549,7 +555,7 @@ class GetEpisodePlayerURLResponse(google.protobuf.message.Message):
|
|
|
549
555
|
PLAYER_URL_FIELD_NUMBER: builtins.int
|
|
550
556
|
HTML_FIELD_NUMBER: builtins.int
|
|
551
557
|
player_url: builtins.str
|
|
552
|
-
"""Direct link to the
|
|
558
|
+
"""Direct link to the episode."""
|
|
553
559
|
html: builtins.str
|
|
554
560
|
"""HTML embed code in Iframe format."""
|
|
555
561
|
def __init__(
|
|
@@ -94,7 +94,7 @@ class EpisodeServiceServicer(object):
|
|
|
94
94
|
"""
|
|
95
95
|
|
|
96
96
|
def Get(self, request, context):
|
|
97
|
-
"""
|
|
97
|
+
"""Get the specific channel.
|
|
98
98
|
"""
|
|
99
99
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
100
100
|
context.set_details('Method not implemented!')
|
|
@@ -136,7 +136,7 @@ class EpisodeServiceServicer(object):
|
|
|
136
136
|
raise NotImplementedError('Method not implemented!')
|
|
137
137
|
|
|
138
138
|
def BatchDelete(self, request, context):
|
|
139
|
-
"""Batch delete
|
|
139
|
+
"""Batch delete episodes.
|
|
140
140
|
"""
|
|
141
141
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
142
142
|
context.set_details('Method not implemented!')
|
|
@@ -150,14 +150,14 @@ class EpisodeServiceServicer(object):
|
|
|
150
150
|
raise NotImplementedError('Method not implemented!')
|
|
151
151
|
|
|
152
152
|
def GetPlayerURL(self, request, context):
|
|
153
|
-
"""
|
|
153
|
+
"""Get player url.
|
|
154
154
|
"""
|
|
155
155
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
156
156
|
context.set_details('Method not implemented!')
|
|
157
157
|
raise NotImplementedError('Method not implemented!')
|
|
158
158
|
|
|
159
159
|
def GetManifests(self, request, context):
|
|
160
|
-
"""
|
|
160
|
+
"""Get manifest urls.
|
|
161
161
|
"""
|
|
162
162
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
163
163
|
context.set_details('Method not implemented!')
|
|
@@ -27,7 +27,7 @@ class EpisodeServiceStub:
|
|
|
27
27
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodeRequest,
|
|
28
28
|
yandex.cloud.video.v1.episode_pb2.Episode,
|
|
29
29
|
]
|
|
30
|
-
"""
|
|
30
|
+
"""Get the specific channel."""
|
|
31
31
|
|
|
32
32
|
List: grpc.UnaryUnaryMultiCallable[
|
|
33
33
|
yandex.cloud.video.v1.episode_service_pb2.ListEpisodesRequest,
|
|
@@ -63,7 +63,7 @@ class EpisodeServiceStub:
|
|
|
63
63
|
yandex.cloud.video.v1.episode_service_pb2.BatchDeleteEpisodesRequest,
|
|
64
64
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
65
65
|
]
|
|
66
|
-
"""Batch delete
|
|
66
|
+
"""Batch delete episodes."""
|
|
67
67
|
|
|
68
68
|
PerformAction: grpc.UnaryUnaryMultiCallable[
|
|
69
69
|
yandex.cloud.video.v1.episode_service_pb2.PerformEpisodeActionRequest,
|
|
@@ -75,13 +75,13 @@ class EpisodeServiceStub:
|
|
|
75
75
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodePlayerURLRequest,
|
|
76
76
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodePlayerURLResponse,
|
|
77
77
|
]
|
|
78
|
-
"""
|
|
78
|
+
"""Get player url."""
|
|
79
79
|
|
|
80
80
|
GetManifests: grpc.UnaryUnaryMultiCallable[
|
|
81
81
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodeManifestsRequest,
|
|
82
82
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodeManifestsResponse,
|
|
83
83
|
]
|
|
84
|
-
"""
|
|
84
|
+
"""Get manifest urls."""
|
|
85
85
|
|
|
86
86
|
class EpisodeServiceAsyncStub:
|
|
87
87
|
"""Episode management service."""
|
|
@@ -90,7 +90,7 @@ class EpisodeServiceAsyncStub:
|
|
|
90
90
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodeRequest,
|
|
91
91
|
yandex.cloud.video.v1.episode_pb2.Episode,
|
|
92
92
|
]
|
|
93
|
-
"""
|
|
93
|
+
"""Get the specific channel."""
|
|
94
94
|
|
|
95
95
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
96
96
|
yandex.cloud.video.v1.episode_service_pb2.ListEpisodesRequest,
|
|
@@ -126,7 +126,7 @@ class EpisodeServiceAsyncStub:
|
|
|
126
126
|
yandex.cloud.video.v1.episode_service_pb2.BatchDeleteEpisodesRequest,
|
|
127
127
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
128
128
|
]
|
|
129
|
-
"""Batch delete
|
|
129
|
+
"""Batch delete episodes."""
|
|
130
130
|
|
|
131
131
|
PerformAction: grpc.aio.UnaryUnaryMultiCallable[
|
|
132
132
|
yandex.cloud.video.v1.episode_service_pb2.PerformEpisodeActionRequest,
|
|
@@ -138,13 +138,13 @@ class EpisodeServiceAsyncStub:
|
|
|
138
138
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodePlayerURLRequest,
|
|
139
139
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodePlayerURLResponse,
|
|
140
140
|
]
|
|
141
|
-
"""
|
|
141
|
+
"""Get player url."""
|
|
142
142
|
|
|
143
143
|
GetManifests: grpc.aio.UnaryUnaryMultiCallable[
|
|
144
144
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodeManifestsRequest,
|
|
145
145
|
yandex.cloud.video.v1.episode_service_pb2.GetEpisodeManifestsResponse,
|
|
146
146
|
]
|
|
147
|
-
"""
|
|
147
|
+
"""Get manifest urls."""
|
|
148
148
|
|
|
149
149
|
class EpisodeServiceServicer(metaclass=abc.ABCMeta):
|
|
150
150
|
"""Episode management service."""
|
|
@@ -155,7 +155,7 @@ class EpisodeServiceServicer(metaclass=abc.ABCMeta):
|
|
|
155
155
|
request: yandex.cloud.video.v1.episode_service_pb2.GetEpisodeRequest,
|
|
156
156
|
context: _ServicerContext,
|
|
157
157
|
) -> typing.Union[yandex.cloud.video.v1.episode_pb2.Episode, collections.abc.Awaitable[yandex.cloud.video.v1.episode_pb2.Episode]]:
|
|
158
|
-
"""
|
|
158
|
+
"""Get the specific channel."""
|
|
159
159
|
|
|
160
160
|
@abc.abstractmethod
|
|
161
161
|
def List(
|
|
@@ -203,7 +203,7 @@ class EpisodeServiceServicer(metaclass=abc.ABCMeta):
|
|
|
203
203
|
request: yandex.cloud.video.v1.episode_service_pb2.BatchDeleteEpisodesRequest,
|
|
204
204
|
context: _ServicerContext,
|
|
205
205
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
206
|
-
"""Batch delete
|
|
206
|
+
"""Batch delete episodes."""
|
|
207
207
|
|
|
208
208
|
@abc.abstractmethod
|
|
209
209
|
def PerformAction(
|
|
@@ -219,7 +219,7 @@ class EpisodeServiceServicer(metaclass=abc.ABCMeta):
|
|
|
219
219
|
request: yandex.cloud.video.v1.episode_service_pb2.GetEpisodePlayerURLRequest,
|
|
220
220
|
context: _ServicerContext,
|
|
221
221
|
) -> typing.Union[yandex.cloud.video.v1.episode_service_pb2.GetEpisodePlayerURLResponse, collections.abc.Awaitable[yandex.cloud.video.v1.episode_service_pb2.GetEpisodePlayerURLResponse]]:
|
|
222
|
-
"""
|
|
222
|
+
"""Get player url."""
|
|
223
223
|
|
|
224
224
|
@abc.abstractmethod
|
|
225
225
|
def GetManifests(
|
|
@@ -227,6 +227,6 @@ class EpisodeServiceServicer(metaclass=abc.ABCMeta):
|
|
|
227
227
|
request: yandex.cloud.video.v1.episode_service_pb2.GetEpisodeManifestsRequest,
|
|
228
228
|
context: _ServicerContext,
|
|
229
229
|
) -> typing.Union[yandex.cloud.video.v1.episode_service_pb2.GetEpisodeManifestsResponse, collections.abc.Awaitable[yandex.cloud.video.v1.episode_service_pb2.GetEpisodeManifestsResponse]]:
|
|
230
|
-
"""
|
|
230
|
+
"""Get manifest urls."""
|
|
231
231
|
|
|
232
232
|
def add_EpisodeServiceServicer_to_server(servicer: EpisodeServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|