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
|
@@ -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\"\xad\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\x10\n\x08order_by\x18\x66 \x01(\t\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x64\"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\"\x82\x05\n\x17\x43reateStreamLineRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\x05title\x18\x02 \x01(\tB\x0e\xe8\xc7\x31\x01\x8a\xc8\x31\x06<=2500\x12\x1e\n\x0cthumbnail_id\x18\x03 \x01(\tB\x08\x8a\xc8\x31\x04<=50\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\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\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\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\"\x9a\x04\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\x19\n\x05title\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=2500\x12\x1e\n\x0cthumbnail_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\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\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\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\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)
|
|
@@ -45,7 +45,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
45
45
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
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
|
-
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\
|
|
48
|
+
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\007<=15000'
|
|
49
49
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
50
50
|
_globals['_LISTSTREAMLINESREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
51
51
|
_globals['_BATCHGETSTREAMLINESREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
@@ -61,19 +61,23 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
61
61
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
62
62
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['channel_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
63
63
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['title']._loaded_options = None
|
|
64
|
-
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['title']._serialized_options = b'\350\3071\001'
|
|
64
|
+
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['title']._serialized_options = b'\350\3071\001\212\3101\006<=2500'
|
|
65
65
|
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
66
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
|
-
_globals['_CREATESTREAMLINEREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\
|
|
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
|
|
70
70
|
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
71
71
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['stream_line_id']._loaded_options = None
|
|
72
72
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['stream_line_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
73
|
+
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['field_mask']._loaded_options = None
|
|
74
|
+
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['field_mask']._serialized_options = b'\350\3071\001'
|
|
75
|
+
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['title']._loaded_options = None
|
|
76
|
+
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['title']._serialized_options = b'\212\3101\006<=2500'
|
|
73
77
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['thumbnail_id']._loaded_options = None
|
|
74
78
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
|
|
75
79
|
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
76
|
-
_globals['_UPDATESTREAMLINEREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\
|
|
80
|
+
_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'
|
|
77
81
|
_globals['_DELETESTREAMLINEREQUEST'].fields_by_name['stream_line_id']._loaded_options = None
|
|
78
82
|
_globals['_DELETESTREAMLINEREQUEST'].fields_by_name['stream_line_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
79
83
|
_globals['_BATCHDELETESTREAMLINESREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
@@ -86,12 +90,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
86
90
|
_globals['_PERFORMLINEACTIONREQUEST'].fields_by_name['stream_line_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
87
91
|
_globals['_RTMPPULLPARAMS'].fields_by_name['url']._loaded_options = None
|
|
88
92
|
_globals['_RTMPPULLPARAMS'].fields_by_name['url']._serialized_options = b'\350\3071\001\362\3071\trtmp://.*'
|
|
89
|
-
_globals['_SRTPULLPARAMS'].fields_by_name['url']._loaded_options = None
|
|
90
|
-
_globals['_SRTPULLPARAMS'].fields_by_name['url']._serialized_options = b'\350\3071\001\362\3071\010srt://.*'
|
|
91
|
-
_globals['_TCPPULLPARAMS'].fields_by_name['url']._loaded_options = None
|
|
92
|
-
_globals['_TCPPULLPARAMS'].fields_by_name['url']._serialized_options = b'\350\3071\001\362\3071\010tcp://.*'
|
|
93
|
-
_globals['_RTSPPULLPARAMS'].fields_by_name['url']._loaded_options = None
|
|
94
|
-
_globals['_RTSPPULLPARAMS'].fields_by_name['url']._serialized_options = b'\350\3071\001\362\3071\trtsp://.*'
|
|
95
93
|
_globals['_GETSTREAMKEYREQUEST'].fields_by_name['stream_line_id']._loaded_options = None
|
|
96
94
|
_globals['_GETSTREAMKEYREQUEST'].fields_by_name['stream_line_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
97
95
|
_globals['_UPDATESTREAMKEYREQUEST'].fields_by_name['stream_line_id']._loaded_options = None
|
|
@@ -119,63 +117,55 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
119
117
|
_globals['_GETSTREAMLINEREQUEST']._serialized_start=284
|
|
120
118
|
_globals['_GETSTREAMLINEREQUEST']._serialized_end=344
|
|
121
119
|
_globals['_LISTSTREAMLINESREQUEST']._serialized_start=347
|
|
122
|
-
_globals['_LISTSTREAMLINESREQUEST']._serialized_end=
|
|
123
|
-
_globals['_LISTSTREAMLINESRESPONSE']._serialized_start=
|
|
124
|
-
_globals['_LISTSTREAMLINESRESPONSE']._serialized_end=
|
|
125
|
-
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_start=
|
|
126
|
-
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_end=
|
|
127
|
-
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_start=
|
|
128
|
-
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_end=
|
|
129
|
-
_globals['_CREATESTREAMLINEREQUEST']._serialized_start=
|
|
130
|
-
_globals['_CREATESTREAMLINEREQUEST']._serialized_end=
|
|
131
|
-
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=
|
|
132
|
-
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=
|
|
133
|
-
_globals['_CREATESTREAMLINEMETADATA']._serialized_start=
|
|
134
|
-
_globals['_CREATESTREAMLINEMETADATA']._serialized_end=
|
|
135
|
-
_globals['_UPDATESTREAMLINEREQUEST']._serialized_start=
|
|
136
|
-
_globals['_UPDATESTREAMLINEREQUEST']._serialized_end=
|
|
137
|
-
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=
|
|
138
|
-
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=
|
|
139
|
-
_globals['_UPDATESTREAMLINEMETADATA']._serialized_start=
|
|
140
|
-
_globals['_UPDATESTREAMLINEMETADATA']._serialized_end=
|
|
141
|
-
_globals['_DELETESTREAMLINEREQUEST']._serialized_start=
|
|
142
|
-
_globals['_DELETESTREAMLINEREQUEST']._serialized_end=
|
|
143
|
-
_globals['_DELETESTREAMLINEMETADATA']._serialized_start=
|
|
144
|
-
_globals['_DELETESTREAMLINEMETADATA']._serialized_end=
|
|
145
|
-
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_start=
|
|
146
|
-
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_end=
|
|
147
|
-
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_start=
|
|
148
|
-
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_end=
|
|
149
|
-
_globals['_PERFORMLINEACTIONREQUEST']._serialized_start=
|
|
150
|
-
_globals['_PERFORMLINEACTIONREQUEST']._serialized_end=
|
|
151
|
-
_globals['_PERFORMLINEACTIONMETADATA']._serialized_start=
|
|
152
|
-
_globals['_PERFORMLINEACTIONMETADATA']._serialized_end=
|
|
153
|
-
_globals['_RTMPPUSHPARAMS']._serialized_start=
|
|
154
|
-
_globals['_RTMPPUSHPARAMS']._serialized_end=
|
|
155
|
-
_globals['
|
|
156
|
-
_globals['
|
|
157
|
-
_globals['
|
|
158
|
-
_globals['
|
|
159
|
-
_globals['
|
|
160
|
-
_globals['
|
|
161
|
-
_globals['
|
|
162
|
-
_globals['
|
|
163
|
-
_globals['
|
|
164
|
-
_globals['
|
|
165
|
-
_globals['
|
|
166
|
-
_globals['
|
|
167
|
-
_globals['
|
|
168
|
-
_globals['
|
|
169
|
-
_globals['
|
|
170
|
-
_globals['
|
|
171
|
-
_globals['
|
|
172
|
-
_globals['
|
|
173
|
-
_globals['_GETSTREAMKEYREQUEST']._serialized_start=3422
|
|
174
|
-
_globals['_GETSTREAMKEYREQUEST']._serialized_end=3481
|
|
175
|
-
_globals['_UPDATESTREAMKEYREQUEST']._serialized_start=3483
|
|
176
|
-
_globals['_UPDATESTREAMKEYREQUEST']._serialized_end=3545
|
|
177
|
-
_globals['_UPDATESTREAMKEYMETADATA']._serialized_start=3547
|
|
178
|
-
_globals['_UPDATESTREAMKEYMETADATA']._serialized_end=3596
|
|
179
|
-
_globals['_STREAMLINESERVICE']._serialized_start=3599
|
|
180
|
-
_globals['_STREAMLINESERVICE']._serialized_end=5393
|
|
120
|
+
_globals['_LISTSTREAMLINESREQUEST']._serialized_end=520
|
|
121
|
+
_globals['_LISTSTREAMLINESRESPONSE']._serialized_start=522
|
|
122
|
+
_globals['_LISTSTREAMLINESRESPONSE']._serialized_end=635
|
|
123
|
+
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_start=637
|
|
124
|
+
_globals['_BATCHGETSTREAMLINESREQUEST']._serialized_end=743
|
|
125
|
+
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_start=745
|
|
126
|
+
_globals['_BATCHGETSTREAMLINESRESPONSE']._serialized_end=831
|
|
127
|
+
_globals['_CREATESTREAMLINEREQUEST']._serialized_start=834
|
|
128
|
+
_globals['_CREATESTREAMLINEREQUEST']._serialized_end=1476
|
|
129
|
+
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1352
|
|
130
|
+
_globals['_CREATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1397
|
|
131
|
+
_globals['_CREATESTREAMLINEMETADATA']._serialized_start=1478
|
|
132
|
+
_globals['_CREATESTREAMLINEMETADATA']._serialized_end=1528
|
|
133
|
+
_globals['_UPDATESTREAMLINEREQUEST']._serialized_start=1531
|
|
134
|
+
_globals['_UPDATESTREAMLINEREQUEST']._serialized_end=2069
|
|
135
|
+
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_start=1352
|
|
136
|
+
_globals['_UPDATESTREAMLINEREQUEST_LABELSENTRY']._serialized_end=1397
|
|
137
|
+
_globals['_UPDATESTREAMLINEMETADATA']._serialized_start=2071
|
|
138
|
+
_globals['_UPDATESTREAMLINEMETADATA']._serialized_end=2121
|
|
139
|
+
_globals['_DELETESTREAMLINEREQUEST']._serialized_start=2123
|
|
140
|
+
_globals['_DELETESTREAMLINEREQUEST']._serialized_end=2186
|
|
141
|
+
_globals['_DELETESTREAMLINEMETADATA']._serialized_start=2188
|
|
142
|
+
_globals['_DELETESTREAMLINEMETADATA']._serialized_end=2238
|
|
143
|
+
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_start=2240
|
|
144
|
+
_globals['_BATCHDELETESTREAMLINESREQUEST']._serialized_end=2349
|
|
145
|
+
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_start=2351
|
|
146
|
+
_globals['_BATCHDELETESTREAMLINESMETADATA']._serialized_end=2408
|
|
147
|
+
_globals['_PERFORMLINEACTIONREQUEST']._serialized_start=2411
|
|
148
|
+
_globals['_PERFORMLINEACTIONREQUEST']._serialized_end=2622
|
|
149
|
+
_globals['_PERFORMLINEACTIONMETADATA']._serialized_start=2624
|
|
150
|
+
_globals['_PERFORMLINEACTIONMETADATA']._serialized_end=2675
|
|
151
|
+
_globals['_RTMPPUSHPARAMS']._serialized_start=2677
|
|
152
|
+
_globals['_RTMPPUSHPARAMS']._serialized_end=2693
|
|
153
|
+
_globals['_RTMPPULLPARAMS']._serialized_start=2695
|
|
154
|
+
_globals['_RTMPPULLPARAMS']._serialized_end=2743
|
|
155
|
+
_globals['_MANUALLINEPARAMS']._serialized_start=2745
|
|
156
|
+
_globals['_MANUALLINEPARAMS']._serialized_end=2763
|
|
157
|
+
_globals['_AUTOLINEPARAMS']._serialized_start=2765
|
|
158
|
+
_globals['_AUTOLINEPARAMS']._serialized_end=2781
|
|
159
|
+
_globals['_ACTIVATEACTION']._serialized_start=2783
|
|
160
|
+
_globals['_ACTIVATEACTION']._serialized_end=2799
|
|
161
|
+
_globals['_DEACTIVATEACTION']._serialized_start=2801
|
|
162
|
+
_globals['_DEACTIVATEACTION']._serialized_end=2819
|
|
163
|
+
_globals['_GETSTREAMKEYREQUEST']._serialized_start=2821
|
|
164
|
+
_globals['_GETSTREAMKEYREQUEST']._serialized_end=2880
|
|
165
|
+
_globals['_UPDATESTREAMKEYREQUEST']._serialized_start=2882
|
|
166
|
+
_globals['_UPDATESTREAMKEYREQUEST']._serialized_end=2944
|
|
167
|
+
_globals['_UPDATESTREAMKEYMETADATA']._serialized_start=2946
|
|
168
|
+
_globals['_UPDATESTREAMKEYMETADATA']._serialized_end=2995
|
|
169
|
+
_globals['_STREAMLINESERVICE']._serialized_start=2998
|
|
170
|
+
_globals['_STREAMLINESERVICE']._serialized_end=4792
|
|
181
171
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -42,22 +42,26 @@ class ListStreamLinesRequest(google.protobuf.message.Message):
|
|
|
42
42
|
channel_id: builtins.str
|
|
43
43
|
"""ID of the channel."""
|
|
44
44
|
page_size: builtins.int
|
|
45
|
-
"""The maximum number of the results per page to return.
|
|
45
|
+
"""The maximum number of the results per page to return.
|
|
46
|
+
Default value: 100.
|
|
47
|
+
"""
|
|
46
48
|
page_token: builtins.str
|
|
47
49
|
"""Page token for getting the next page of the result."""
|
|
48
50
|
order_by: builtins.str
|
|
49
51
|
"""By which column the listing should be ordered and in which direction,
|
|
50
|
-
format is "
|
|
51
|
-
|
|
52
|
+
format is "<field> <order>" (e.g. "createdAt desc").
|
|
53
|
+
Default: "id asc".
|
|
54
|
+
Possible fields: ["id", "title", "createdAt", "updatedAt"].
|
|
52
55
|
Both snake_case and camelCase are supported for fields.
|
|
53
56
|
"""
|
|
54
57
|
filter: builtins.str
|
|
55
58
|
"""Filter expression that filters resources listed in the response.
|
|
56
59
|
Expressions are composed of terms connected by logic operators.
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
Supported
|
|
60
|
+
If value contains spaces or quotes,
|
|
61
|
+
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
62
|
+
Example: "key1='value' AND key2='value'".
|
|
63
|
+
Supported operators: ["AND", "OR"].
|
|
64
|
+
Supported fields: ["id", "title"].
|
|
61
65
|
Both snake_case and camelCase are supported for fields.
|
|
62
66
|
"""
|
|
63
67
|
def __init__(
|
|
@@ -160,11 +164,7 @@ class CreateStreamLineRequest(google.protobuf.message.Message):
|
|
|
160
164
|
THUMBNAIL_ID_FIELD_NUMBER: builtins.int
|
|
161
165
|
LABELS_FIELD_NUMBER: builtins.int
|
|
162
166
|
RTMP_PUSH_FIELD_NUMBER: builtins.int
|
|
163
|
-
SRT_PUSH_FIELD_NUMBER: builtins.int
|
|
164
167
|
RTMP_PULL_FIELD_NUMBER: builtins.int
|
|
165
|
-
SRT_PULL_FIELD_NUMBER: builtins.int
|
|
166
|
-
TCP_PULL_FIELD_NUMBER: builtins.int
|
|
167
|
-
RTSP_PULL_FIELD_NUMBER: builtins.int
|
|
168
168
|
MANUAL_LINE_FIELD_NUMBER: builtins.int
|
|
169
169
|
AUTO_LINE_FIELD_NUMBER: builtins.int
|
|
170
170
|
channel_id: builtins.str
|
|
@@ -181,26 +181,10 @@ class CreateStreamLineRequest(google.protobuf.message.Message):
|
|
|
181
181
|
def rtmp_push(self) -> global___RTMPPushParams:
|
|
182
182
|
"""RTMP push input type."""
|
|
183
183
|
|
|
184
|
-
@property
|
|
185
|
-
def srt_push(self) -> global___SRTPushParams:
|
|
186
|
-
"""SRT push input type."""
|
|
187
|
-
|
|
188
184
|
@property
|
|
189
185
|
def rtmp_pull(self) -> global___RTMPPullParams:
|
|
190
186
|
"""RTMP pull input type."""
|
|
191
187
|
|
|
192
|
-
@property
|
|
193
|
-
def srt_pull(self) -> global___SRTPullParams:
|
|
194
|
-
"""SRT pull input type."""
|
|
195
|
-
|
|
196
|
-
@property
|
|
197
|
-
def tcp_pull(self) -> global___TCPPullParams:
|
|
198
|
-
"""TCP pull input type."""
|
|
199
|
-
|
|
200
|
-
@property
|
|
201
|
-
def rtsp_pull(self) -> global___RTSPPullParams:
|
|
202
|
-
"""RTSP pull input type."""
|
|
203
|
-
|
|
204
188
|
@property
|
|
205
189
|
def manual_line(self) -> global___ManualLineParams:
|
|
206
190
|
"""Manual control of stream."""
|
|
@@ -217,18 +201,14 @@ class CreateStreamLineRequest(google.protobuf.message.Message):
|
|
|
217
201
|
thumbnail_id: builtins.str = ...,
|
|
218
202
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
219
203
|
rtmp_push: global___RTMPPushParams | None = ...,
|
|
220
|
-
srt_push: global___SRTPushParams | None = ...,
|
|
221
204
|
rtmp_pull: global___RTMPPullParams | None = ...,
|
|
222
|
-
srt_pull: global___SRTPullParams | None = ...,
|
|
223
|
-
tcp_pull: global___TCPPullParams | None = ...,
|
|
224
|
-
rtsp_pull: global___RTSPPullParams | None = ...,
|
|
225
205
|
manual_line: global___ManualLineParams | None = ...,
|
|
226
206
|
auto_line: global___AutoLineParams | None = ...,
|
|
227
207
|
) -> None: ...
|
|
228
|
-
def HasField(self, field_name: typing.Literal["auto_line", b"auto_line", "input_params", b"input_params", "line_type_params", b"line_type_params", "manual_line", b"manual_line", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push"
|
|
229
|
-
def ClearField(self, field_name: typing.Literal["auto_line", b"auto_line", "channel_id", b"channel_id", "input_params", b"input_params", "labels", b"labels", "line_type_params", b"line_type_params", "manual_line", b"manual_line", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push", "
|
|
208
|
+
def HasField(self, field_name: typing.Literal["auto_line", b"auto_line", "input_params", b"input_params", "line_type_params", b"line_type_params", "manual_line", b"manual_line", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push"]) -> builtins.bool: ...
|
|
209
|
+
def ClearField(self, field_name: typing.Literal["auto_line", b"auto_line", "channel_id", b"channel_id", "input_params", b"input_params", "labels", b"labels", "line_type_params", b"line_type_params", "manual_line", b"manual_line", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push", "thumbnail_id", b"thumbnail_id", "title", b"title"]) -> None: ...
|
|
230
210
|
@typing.overload
|
|
231
|
-
def WhichOneof(self, oneof_group: typing.Literal["input_params", b"input_params"]) -> typing.Literal["rtmp_push", "
|
|
211
|
+
def WhichOneof(self, oneof_group: typing.Literal["input_params", b"input_params"]) -> typing.Literal["rtmp_push", "rtmp_pull"] | None: ...
|
|
232
212
|
@typing.overload
|
|
233
213
|
def WhichOneof(self, oneof_group: typing.Literal["line_type_params", b"line_type_params"]) -> typing.Literal["manual_line", "auto_line"] | None: ...
|
|
234
214
|
|
|
@@ -276,11 +256,7 @@ class UpdateStreamLineRequest(google.protobuf.message.Message):
|
|
|
276
256
|
THUMBNAIL_ID_FIELD_NUMBER: builtins.int
|
|
277
257
|
LABELS_FIELD_NUMBER: builtins.int
|
|
278
258
|
RTMP_PUSH_FIELD_NUMBER: builtins.int
|
|
279
|
-
SRT_PUSH_FIELD_NUMBER: builtins.int
|
|
280
259
|
RTMP_PULL_FIELD_NUMBER: builtins.int
|
|
281
|
-
SRT_PULL_FIELD_NUMBER: builtins.int
|
|
282
|
-
TCP_PULL_FIELD_NUMBER: builtins.int
|
|
283
|
-
RTSP_PULL_FIELD_NUMBER: builtins.int
|
|
284
260
|
stream_line_id: builtins.str
|
|
285
261
|
"""ID of the line."""
|
|
286
262
|
title: builtins.str
|
|
@@ -299,26 +275,10 @@ class UpdateStreamLineRequest(google.protobuf.message.Message):
|
|
|
299
275
|
def rtmp_push(self) -> global___RTMPPushParams:
|
|
300
276
|
"""RTMP push input type."""
|
|
301
277
|
|
|
302
|
-
@property
|
|
303
|
-
def srt_push(self) -> global___SRTPushParams:
|
|
304
|
-
"""SRT push input type."""
|
|
305
|
-
|
|
306
278
|
@property
|
|
307
279
|
def rtmp_pull(self) -> global___RTMPPullParams:
|
|
308
280
|
"""RTMP pull input type."""
|
|
309
281
|
|
|
310
|
-
@property
|
|
311
|
-
def srt_pull(self) -> global___SRTPullParams:
|
|
312
|
-
"""SRT pull input type."""
|
|
313
|
-
|
|
314
|
-
@property
|
|
315
|
-
def tcp_pull(self) -> global___TCPPullParams:
|
|
316
|
-
"""TCP pull input type."""
|
|
317
|
-
|
|
318
|
-
@property
|
|
319
|
-
def rtsp_pull(self) -> global___RTSPPullParams:
|
|
320
|
-
"""RTSP pull input type."""
|
|
321
|
-
|
|
322
282
|
def __init__(
|
|
323
283
|
self,
|
|
324
284
|
*,
|
|
@@ -328,15 +288,11 @@ class UpdateStreamLineRequest(google.protobuf.message.Message):
|
|
|
328
288
|
thumbnail_id: builtins.str = ...,
|
|
329
289
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
330
290
|
rtmp_push: global___RTMPPushParams | None = ...,
|
|
331
|
-
srt_push: global___SRTPushParams | None = ...,
|
|
332
291
|
rtmp_pull: global___RTMPPullParams | None = ...,
|
|
333
|
-
srt_pull: global___SRTPullParams | None = ...,
|
|
334
|
-
tcp_pull: global___TCPPullParams | None = ...,
|
|
335
|
-
rtsp_pull: global___RTSPPullParams | None = ...,
|
|
336
292
|
) -> None: ...
|
|
337
|
-
def HasField(self, field_name: typing.Literal["field_mask", b"field_mask", "input_params", b"input_params", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push"
|
|
338
|
-
def ClearField(self, field_name: typing.Literal["field_mask", b"field_mask", "input_params", b"input_params", "labels", b"labels", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push", "
|
|
339
|
-
def WhichOneof(self, oneof_group: typing.Literal["input_params", b"input_params"]) -> typing.Literal["rtmp_push", "
|
|
293
|
+
def HasField(self, field_name: typing.Literal["field_mask", b"field_mask", "input_params", b"input_params", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push"]) -> builtins.bool: ...
|
|
294
|
+
def ClearField(self, field_name: typing.Literal["field_mask", b"field_mask", "input_params", b"input_params", "labels", b"labels", "rtmp_pull", b"rtmp_pull", "rtmp_push", b"rtmp_push", "stream_line_id", b"stream_line_id", "thumbnail_id", b"thumbnail_id", "title", b"title"]) -> None: ...
|
|
295
|
+
def WhichOneof(self, oneof_group: typing.Literal["input_params", b"input_params"]) -> typing.Literal["rtmp_push", "rtmp_pull"] | None: ...
|
|
340
296
|
|
|
341
297
|
global___UpdateStreamLineRequest = UpdateStreamLineRequest
|
|
342
298
|
|
|
@@ -480,16 +436,6 @@ class RTMPPushParams(google.protobuf.message.Message):
|
|
|
480
436
|
|
|
481
437
|
global___RTMPPushParams = RTMPPushParams
|
|
482
438
|
|
|
483
|
-
@typing.final
|
|
484
|
-
class SRTPushParams(google.protobuf.message.Message):
|
|
485
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
486
|
-
|
|
487
|
-
def __init__(
|
|
488
|
-
self,
|
|
489
|
-
) -> None: ...
|
|
490
|
-
|
|
491
|
-
global___SRTPushParams = SRTPushParams
|
|
492
|
-
|
|
493
439
|
@typing.final
|
|
494
440
|
class RTMPPullParams(google.protobuf.message.Message):
|
|
495
441
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -506,54 +452,6 @@ class RTMPPullParams(google.protobuf.message.Message):
|
|
|
506
452
|
|
|
507
453
|
global___RTMPPullParams = RTMPPullParams
|
|
508
454
|
|
|
509
|
-
@typing.final
|
|
510
|
-
class SRTPullParams(google.protobuf.message.Message):
|
|
511
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
512
|
-
|
|
513
|
-
URL_FIELD_NUMBER: builtins.int
|
|
514
|
-
url: builtins.str
|
|
515
|
-
"""URL of a SRT streaming server."""
|
|
516
|
-
def __init__(
|
|
517
|
-
self,
|
|
518
|
-
*,
|
|
519
|
-
url: builtins.str = ...,
|
|
520
|
-
) -> None: ...
|
|
521
|
-
def ClearField(self, field_name: typing.Literal["url", b"url"]) -> None: ...
|
|
522
|
-
|
|
523
|
-
global___SRTPullParams = SRTPullParams
|
|
524
|
-
|
|
525
|
-
@typing.final
|
|
526
|
-
class TCPPullParams(google.protobuf.message.Message):
|
|
527
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
528
|
-
|
|
529
|
-
URL_FIELD_NUMBER: builtins.int
|
|
530
|
-
url: builtins.str
|
|
531
|
-
"""URL of a TCP streaming server."""
|
|
532
|
-
def __init__(
|
|
533
|
-
self,
|
|
534
|
-
*,
|
|
535
|
-
url: builtins.str = ...,
|
|
536
|
-
) -> None: ...
|
|
537
|
-
def ClearField(self, field_name: typing.Literal["url", b"url"]) -> None: ...
|
|
538
|
-
|
|
539
|
-
global___TCPPullParams = TCPPullParams
|
|
540
|
-
|
|
541
|
-
@typing.final
|
|
542
|
-
class RTSPPullParams(google.protobuf.message.Message):
|
|
543
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
544
|
-
|
|
545
|
-
URL_FIELD_NUMBER: builtins.int
|
|
546
|
-
url: builtins.str
|
|
547
|
-
"""URL of a RTSP streaming server."""
|
|
548
|
-
def __init__(
|
|
549
|
-
self,
|
|
550
|
-
*,
|
|
551
|
-
url: builtins.str = ...,
|
|
552
|
-
) -> None: ...
|
|
553
|
-
def ClearField(self, field_name: typing.Literal["url", b"url"]) -> None: ...
|
|
554
|
-
|
|
555
|
-
global___RTSPPullParams = RTSPPullParams
|
|
556
|
-
|
|
557
455
|
@typing.final
|
|
558
456
|
class ManualLineParams(google.protobuf.message.Message):
|
|
559
457
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -94,7 +94,7 @@ class StreamLineServiceServicer(object):
|
|
|
94
94
|
"""
|
|
95
95
|
|
|
96
96
|
def Get(self, request, context):
|
|
97
|
-
"""
|
|
97
|
+
"""Get the specific stream line.
|
|
98
98
|
"""
|
|
99
99
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
100
100
|
context.set_details('Method not implemented!')
|
|
@@ -150,14 +150,14 @@ class StreamLineServiceServicer(object):
|
|
|
150
150
|
raise NotImplementedError('Method not implemented!')
|
|
151
151
|
|
|
152
152
|
def GetStreamKey(self, request, context):
|
|
153
|
-
"""
|
|
153
|
+
"""Get unique stream key.
|
|
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 UpdateStreamKey(self, request, context):
|
|
160
|
-
"""
|
|
160
|
+
"""Update stream key.
|
|
161
161
|
"""
|
|
162
162
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
163
163
|
context.set_details('Method not implemented!')
|
|
@@ -27,7 +27,7 @@ class StreamLineServiceStub:
|
|
|
27
27
|
yandex.cloud.video.v1.stream_line_service_pb2.GetStreamLineRequest,
|
|
28
28
|
yandex.cloud.video.v1.stream_line_pb2.StreamLine,
|
|
29
29
|
]
|
|
30
|
-
"""
|
|
30
|
+
"""Get the specific stream line."""
|
|
31
31
|
|
|
32
32
|
List: grpc.UnaryUnaryMultiCallable[
|
|
33
33
|
yandex.cloud.video.v1.stream_line_service_pb2.ListStreamLinesRequest,
|
|
@@ -75,13 +75,13 @@ class StreamLineServiceStub:
|
|
|
75
75
|
yandex.cloud.video.v1.stream_line_service_pb2.GetStreamKeyRequest,
|
|
76
76
|
yandex.cloud.video.v1.stream_line_pb2.PushStreamKey,
|
|
77
77
|
]
|
|
78
|
-
"""
|
|
78
|
+
"""Get unique stream key."""
|
|
79
79
|
|
|
80
80
|
UpdateStreamKey: grpc.UnaryUnaryMultiCallable[
|
|
81
81
|
yandex.cloud.video.v1.stream_line_service_pb2.UpdateStreamKeyRequest,
|
|
82
82
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
83
83
|
]
|
|
84
|
-
"""
|
|
84
|
+
"""Update stream key."""
|
|
85
85
|
|
|
86
86
|
class StreamLineServiceAsyncStub:
|
|
87
87
|
"""Stream line management service."""
|
|
@@ -90,7 +90,7 @@ class StreamLineServiceAsyncStub:
|
|
|
90
90
|
yandex.cloud.video.v1.stream_line_service_pb2.GetStreamLineRequest,
|
|
91
91
|
yandex.cloud.video.v1.stream_line_pb2.StreamLine,
|
|
92
92
|
]
|
|
93
|
-
"""
|
|
93
|
+
"""Get the specific stream line."""
|
|
94
94
|
|
|
95
95
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
96
96
|
yandex.cloud.video.v1.stream_line_service_pb2.ListStreamLinesRequest,
|
|
@@ -138,13 +138,13 @@ class StreamLineServiceAsyncStub:
|
|
|
138
138
|
yandex.cloud.video.v1.stream_line_service_pb2.GetStreamKeyRequest,
|
|
139
139
|
yandex.cloud.video.v1.stream_line_pb2.PushStreamKey,
|
|
140
140
|
]
|
|
141
|
-
"""
|
|
141
|
+
"""Get unique stream key."""
|
|
142
142
|
|
|
143
143
|
UpdateStreamKey: grpc.aio.UnaryUnaryMultiCallable[
|
|
144
144
|
yandex.cloud.video.v1.stream_line_service_pb2.UpdateStreamKeyRequest,
|
|
145
145
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
146
146
|
]
|
|
147
|
-
"""
|
|
147
|
+
"""Update stream key."""
|
|
148
148
|
|
|
149
149
|
class StreamLineServiceServicer(metaclass=abc.ABCMeta):
|
|
150
150
|
"""Stream line management service."""
|
|
@@ -155,7 +155,7 @@ class StreamLineServiceServicer(metaclass=abc.ABCMeta):
|
|
|
155
155
|
request: yandex.cloud.video.v1.stream_line_service_pb2.GetStreamLineRequest,
|
|
156
156
|
context: _ServicerContext,
|
|
157
157
|
) -> typing.Union[yandex.cloud.video.v1.stream_line_pb2.StreamLine, collections.abc.Awaitable[yandex.cloud.video.v1.stream_line_pb2.StreamLine]]:
|
|
158
|
-
"""
|
|
158
|
+
"""Get the specific stream line."""
|
|
159
159
|
|
|
160
160
|
@abc.abstractmethod
|
|
161
161
|
def List(
|
|
@@ -219,7 +219,7 @@ class StreamLineServiceServicer(metaclass=abc.ABCMeta):
|
|
|
219
219
|
request: yandex.cloud.video.v1.stream_line_service_pb2.GetStreamKeyRequest,
|
|
220
220
|
context: _ServicerContext,
|
|
221
221
|
) -> typing.Union[yandex.cloud.video.v1.stream_line_pb2.PushStreamKey, collections.abc.Awaitable[yandex.cloud.video.v1.stream_line_pb2.PushStreamKey]]:
|
|
222
|
-
"""
|
|
222
|
+
"""Get unique stream key."""
|
|
223
223
|
|
|
224
224
|
@abc.abstractmethod
|
|
225
225
|
def UpdateStreamKey(
|
|
@@ -227,6 +227,6 @@ class StreamLineServiceServicer(metaclass=abc.ABCMeta):
|
|
|
227
227
|
request: yandex.cloud.video.v1.stream_line_service_pb2.UpdateStreamKeyRequest,
|
|
228
228
|
context: _ServicerContext,
|
|
229
229
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
230
|
-
"""
|
|
230
|
+
"""Update stream key."""
|
|
231
231
|
|
|
232
232
|
def add_StreamLineServiceServicer_to_server(servicer: StreamLineServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -23,9 +23,10 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
27
|
|
|
27
28
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"yandex/cloud/video/v1/stream.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"yandex/cloud/video/v1/stream.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xc5\x06\n\x06Stream\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nchannel_id\x18\x02 \x01(\t\x12\x0f\n\x07line_id\x18\x03 \x01(\t\x12\r\n\x05title\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12\x14\n\x0cthumbnail_id\x18\x06 \x01(\t\x12:\n\x06status\x18\x08 \x01(\x0e\x32*.yandex.cloud.video.v1.Stream.StreamStatus\x12.\n\nstart_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0cpublish_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0c\x61uto_publish\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x35\n\ton_demand\x18\xe8\x07 \x01(\x0b\x32\x1f.yandex.cloud.video.v1.OnDemandH\x00\x12\x34\n\x08schedule\x18\xe9\x07 \x01(\x0b\x32\x1f.yandex.cloud.video.v1.ScheduleH\x00\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.Stream.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"m\n\x0cStreamStatus\x12\x1d\n\x19STREAM_STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07OFFLINE\x10\x01\x12\r\n\tPREPARING\x10\x02\x12\t\n\x05READY\x10\x03\x12\t\n\x05ONAIR\x10\x04\x12\x0c\n\x08\x46INISHED\x10\x05\x42\r\n\x0bstream_typeJ\x04\x08\x07\x10\x08J\x04\x08\r\x10\x64J\x05\x08\x66\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07\"\n\n\x08OnDemand\"k\n\x08Schedule\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
29
30
|
|
|
30
31
|
_globals = globals()
|
|
31
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,14 +36,14 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
35
36
|
_globals['DESCRIPTOR']._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
|
|
36
37
|
_globals['_STREAM_LABELSENTRY']._loaded_options = None
|
|
37
38
|
_globals['_STREAM_LABELSENTRY']._serialized_options = b'8\001'
|
|
38
|
-
_globals['_STREAM']._serialized_start=
|
|
39
|
-
_globals['_STREAM']._serialized_end=
|
|
40
|
-
_globals['_STREAM_LABELSENTRY']._serialized_start=
|
|
41
|
-
_globals['_STREAM_LABELSENTRY']._serialized_end=
|
|
42
|
-
_globals['_STREAM_STREAMSTATUS']._serialized_start=
|
|
43
|
-
_globals['_STREAM_STREAMSTATUS']._serialized_end=
|
|
44
|
-
_globals['_ONDEMAND']._serialized_start=
|
|
45
|
-
_globals['_ONDEMAND']._serialized_end=
|
|
46
|
-
_globals['_SCHEDULE']._serialized_start=
|
|
47
|
-
_globals['_SCHEDULE']._serialized_end=
|
|
39
|
+
_globals['_STREAM']._serialized_start=127
|
|
40
|
+
_globals['_STREAM']._serialized_end=964
|
|
41
|
+
_globals['_STREAM_LABELSENTRY']._serialized_start=766
|
|
42
|
+
_globals['_STREAM_LABELSENTRY']._serialized_end=811
|
|
43
|
+
_globals['_STREAM_STREAMSTATUS']._serialized_start=813
|
|
44
|
+
_globals['_STREAM_STREAMSTATUS']._serialized_end=922
|
|
45
|
+
_globals['_ONDEMAND']._serialized_start=966
|
|
46
|
+
_globals['_ONDEMAND']._serialized_end=976
|
|
47
|
+
_globals['_SCHEDULE']._serialized_start=978
|
|
48
|
+
_globals['_SCHEDULE']._serialized_end=1085
|
|
48
49
|
# @@protoc_insertion_point(module_scope)
|