yandexcloud 0.351.0__py3-none-any.whl → 0.353.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of yandexcloud might be problematic. Click here for more details.

Files changed (163) hide show
  1. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
  2. yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
  3. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +13 -3
  4. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +40 -0
  5. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
  6. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
  7. yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
  8. yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
  9. yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
  10. yandex/cloud/cdn/v1/origin_group_pb2.py +3 -3
  11. yandex/cloud/cdn/v1/origin_group_pb2.pyi +5 -1
  12. yandex/cloud/cdn/v1/origin_group_service_pb2.py +14 -14
  13. yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +5 -1
  14. yandex/cloud/cdn/v1/origin_pb2.py +10 -10
  15. yandex/cloud/cdn/v1/origin_pb2.pyi +5 -1
  16. yandex/cloud/cdn/v1/origin_service_pb2.py +14 -14
  17. yandex/cloud/cdn/v1/origin_service_pb2.pyi +5 -1
  18. yandex/cloud/cdn/v1/resource_pb2.py +64 -64
  19. yandex/cloud/cdn/v1/resource_pb2.pyi +9 -1
  20. yandex/cloud/cdn/v1/resource_service_pb2.py +26 -26
  21. yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
  22. yandex/cloud/connectionmanager/__init__.py +0 -0
  23. yandex/cloud/connectionmanager/v1/__init__.py +0 -0
  24. yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
  25. yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
  26. yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
  27. yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
  28. yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
  29. yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
  30. yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
  31. yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
  32. yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
  33. yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
  34. yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
  35. yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
  36. yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
  37. yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
  38. yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +362 -0
  39. yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -0
  40. yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
  41. yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
  42. yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
  43. yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
  44. yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
  45. yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
  46. yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
  47. yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
  48. yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
  49. yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
  50. yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
  51. yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
  52. yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
  53. yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
  54. yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
  55. yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
  56. yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
  57. yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
  58. yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
  59. yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
  60. yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
  61. yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
  62. yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
  63. yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
  64. yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
  65. yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
  66. yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
  67. yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
  68. yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
  69. yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
  70. yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
  71. yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
  72. yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
  73. yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
  74. yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
  75. yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
  76. yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
  77. yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
  78. yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
  79. yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.py +9 -5
  80. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
  81. yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
  82. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -76
  83. yandex/cloud/metastore/v1/cluster_pb2.py +19 -19
  84. yandex/cloud/metastore/v1/cluster_pb2.pyi +39 -32
  85. yandex/cloud/metastore/v1/cluster_service_pb2.py +47 -47
  86. yandex/cloud/metastore/v1/cluster_service_pb2.pyi +90 -91
  87. yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +63 -66
  88. yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +62 -77
  89. yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
  90. yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
  91. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
  92. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
  93. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
  94. yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
  95. yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +3 -3
  96. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -10
  97. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
  98. yandex/cloud/video/v1/channel_pb2.py +12 -12
  99. yandex/cloud/video/v1/channel_pb2.pyi +88 -22
  100. yandex/cloud/video/v1/channel_service_pb2.py +14 -14
  101. yandex/cloud/video/v1/channel_service_pb2.pyi +77 -41
  102. yandex/cloud/video/v1/channel_service_pb2_grpc.py +26 -9
  103. yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +87 -30
  104. yandex/cloud/video/v1/episode_pb2.py +8 -10
  105. yandex/cloud/video/v1/episode_pb2.pyi +52 -36
  106. yandex/cloud/video/v1/episode_service_pb2.py +44 -42
  107. yandex/cloud/video/v1/episode_service_pb2.pyi +131 -82
  108. yandex/cloud/video/v1/episode_service_pb2_grpc.py +30 -10
  109. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +102 -33
  110. yandex/cloud/video/v1/manifest_pb2.pyi +24 -1
  111. yandex/cloud/video/v1/playlist_pb2.py +4 -6
  112. yandex/cloud/video/v1/playlist_pb2.pyi +24 -12
  113. yandex/cloud/video/v1/playlist_service_pb2.py +28 -24
  114. yandex/cloud/video/v1/playlist_service_pb2.pyi +99 -47
  115. yandex/cloud/video/v1/playlist_service_pb2_grpc.py +20 -7
  116. yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +75 -24
  117. yandex/cloud/video/v1/stream_line_pb2.py +16 -16
  118. yandex/cloud/video/v1/stream_line_pb2.pyi +11 -12
  119. yandex/cloud/video/v1/stream_line_service_pb2.py +54 -56
  120. yandex/cloud/video/v1/stream_line_service_pb2.pyi +110 -65
  121. yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +25 -10
  122. yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +96 -33
  123. yandex/cloud/video/v1/stream_pb2.pyi +49 -36
  124. yandex/cloud/video/v1/stream_service_pb2.pyi +123 -52
  125. yandex/cloud/video/v1/stream_service_pb2_grpc.py +25 -8
  126. yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +84 -27
  127. yandex/cloud/video/v1/style_preset_pb2.py +49 -0
  128. yandex/cloud/video/v1/style_preset_pb2.pyi +200 -0
  129. yandex/cloud/video/v1/style_preset_pb2_grpc.py +24 -0
  130. yandex/cloud/video/v1/style_preset_pb2_grpc.pyi +17 -0
  131. yandex/cloud/video/v1/style_preset_service_pb2.py +141 -0
  132. yandex/cloud/video/v1/style_preset_service_pb2.pyi +348 -0
  133. yandex/cloud/video/v1/style_preset_service_pb2_grpc.py +290 -0
  134. yandex/cloud/video/v1/style_preset_service_pb2_grpc.pyi +171 -0
  135. yandex/cloud/video/v1/subtitle_pb2.pyi +32 -23
  136. yandex/cloud/video/v1/subtitle_service_pb2.py +17 -17
  137. yandex/cloud/video/v1/subtitle_service_pb2.pyi +25 -13
  138. yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +18 -5
  139. yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +63 -18
  140. yandex/cloud/video/v1/thumbnail_pb2.py +3 -3
  141. yandex/cloud/video/v1/thumbnail_pb2.pyi +18 -5
  142. yandex/cloud/video/v1/thumbnail_service_pb2.py +39 -31
  143. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +94 -33
  144. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +21 -6
  145. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +75 -21
  146. yandex/cloud/video/v1/video_pb2.py +24 -24
  147. yandex/cloud/video/v1/video_pb2.pyi +105 -64
  148. yandex/cloud/video/v1/video_service_pb2.py +80 -74
  149. yandex/cloud/video/v1/video_service_pb2.pyi +193 -90
  150. yandex/cloud/video/v1/video_service_pb2_grpc.py +35 -12
  151. yandex/cloud/video/v1/video_service_pb2_grpc.pyi +123 -39
  152. yandex/cloud/ytsaurus/v1/package_options_pb2.py +35 -0
  153. yandex/cloud/ytsaurus/v1/package_options_pb2.pyi +8 -0
  154. yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.py +24 -0
  155. yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.pyi +17 -0
  156. yandexcloud/__init__.py +1 -1
  157. yandexcloud/_wrappers/dataproc/__init__.py +4 -0
  158. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
  159. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +163 -97
  160. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
  161. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
  162. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
  163. {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.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 playlist_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_playlist__pb2
31
31
 
32
32
 
33
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/video/v1/playlist_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/playlist.proto\"7\n\x12GetPlaylistRequest\x12!\n\x0bplaylist_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb5\x01\n\x14ListPlaylistsRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x1f\n\npage_token\x18\x65 \x01(\tB\x0b\x8a\xc8\x31\x07<=15000\x12\x1a\n\x08order_by\x18\x66 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x64\"j\n\x15ListPlaylistsResponse\x12\x32\n\tplaylists\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Playlist\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xb7\x01\n\x15\x43reatePlaylistRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\x05title\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=300\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=4000\x12=\n\x05items\x18\x04 \x03(\x0b\x32#.yandex.cloud.video.v1.PlaylistItemB\t\x82\xc8\x31\x05<=100\"-\n\x16\x43reatePlaylistMetadata\x12\x13\n\x0bplaylist_id\x18\x01 \x01(\t\"\xea\x01\n\x15UpdatePlaylistRequest\x12!\n\x0bplaylist_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x34\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x18\n\x05title\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=300\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=4000\x12=\n\x05items\x18\x05 \x03(\x0b\x32#.yandex.cloud.video.v1.PlaylistItemB\t\x82\xc8\x31\x05<=100\"-\n\x16UpdatePlaylistMetadata\x12\x13\n\x0bplaylist_id\x18\x01 \x01(\t\":\n\x15\x44\x65letePlaylistRequest\x12!\n\x0bplaylist_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65letePlaylistMetadata\x12\x13\n\x0bplaylist_id\x18\x01 \x01(\t\"h\n\x1b\x42\x61tchDeletePlaylistsRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\'\n\x0cplaylist_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"4\n\x1c\x42\x61tchDeletePlaylistsMetadata\x12\x14\n\x0cplaylist_ids\x18\x01 \x03(\t\"}\n\x1bGetPlaylistPlayerURLRequest\x12!\n\x0bplaylist_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.PlaylistPlayerParams\"F\n\x14PlaylistPlayerParams\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\x1cGetPlaylistPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t2\x99\t\n\x0fPlaylistService\x12|\n\x03Get\x12).yandex.cloud.video.v1.GetPlaylistRequest\x1a\x1f.yandex.cloud.video.v1.Playlist\")\x82\xd3\xe4\x93\x02#\x12!/video/v1/playlists/{playlist_id}\x12~\n\x04List\x12+.yandex.cloud.video.v1.ListPlaylistsRequest\x1a,.yandex.cloud.video.v1.ListPlaylistsResponse\"\x1b\x82\xd3\xe4\x93\x02\x15\x12\x13/video/v1/playlists\x12\x9f\x01\n\x06\x43reate\x12,.yandex.cloud.video.v1.CreatePlaylistRequest\x1a!.yandex.cloud.operation.Operation\"D\xb2\xd2*\"\n\x16\x43reatePlaylistMetadata\x12\x08Playlist\x82\xd3\xe4\x93\x02\x18\"\x13/video/v1/playlists:\x01*\x12\xad\x01\n\x06Update\x12,.yandex.cloud.video.v1.UpdatePlaylistRequest\x1a!.yandex.cloud.operation.Operation\"R\xb2\xd2*\"\n\x16UpdatePlaylistMetadata\x12\x08Playlist\x82\xd3\xe4\x93\x02&2!/video/v1/playlists/{playlist_id}:\x01*\x12\xb7\x01\n\x06\x44\x65lete\x12,.yandex.cloud.video.v1.DeletePlaylistRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*/\n\x16\x44\x65letePlaylistMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02#*!/video/v1/playlists/{playlist_id}\x12\xc9\x01\n\x0b\x42\x61tchDelete\x12\x32.yandex.cloud.video.v1.BatchDeletePlaylistsRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*5\n\x1c\x42\x61tchDeletePlaylistsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02$\"\x1f/video/v1/playlists:batchDelete:\x01*\x12\xaf\x01\n\x0cGetPlayerURL\x12\x32.yandex.cloud.video.v1.GetPlaylistPlayerURLRequest\x1a\x33.yandex.cloud.video.v1.GetPlaylistPlayerURLResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./video/v1/playlists/{playlist_id}:getPlayerURLB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
33
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/video/v1/playlist_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/playlist.proto\"7\n\x12GetPlaylistRequest\x12!\n\x0bplaylist_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xb5\x01\n\x14ListPlaylistsRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x1f\n\npage_token\x18\x65 \x01(\tB\x0b\x8a\xc8\x31\x07<=15000\x12\x1a\n\x08order_by\x18\x66 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x64\"j\n\x15ListPlaylistsResponse\x12\x32\n\tplaylists\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Playlist\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xda\x01\n\x15\x43reatePlaylistRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\x05title\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=300\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=4000\x12=\n\x05items\x18\x04 \x03(\x0b\x32#.yandex.cloud.video.v1.PlaylistItemB\t\x82\xc8\x31\x05<=100\x12!\n\x0fstyle_preset_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"-\n\x16\x43reatePlaylistMetadata\x12\x13\n\x0bplaylist_id\x18\x01 \x01(\t\"\x8d\x02\n\x15UpdatePlaylistRequest\x12!\n\x0bplaylist_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x34\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x18\n\x05title\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=300\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=4000\x12=\n\x05items\x18\x05 \x03(\x0b\x32#.yandex.cloud.video.v1.PlaylistItemB\t\x82\xc8\x31\x05<=100\x12!\n\x0fstyle_preset_id\x18\x06 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"-\n\x16UpdatePlaylistMetadata\x12\x13\n\x0bplaylist_id\x18\x01 \x01(\t\":\n\x15\x44\x65letePlaylistRequest\x12!\n\x0bplaylist_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65letePlaylistMetadata\x12\x13\n\x0bplaylist_id\x18\x01 \x01(\t\"h\n\x1b\x42\x61tchDeletePlaylistsRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\'\n\x0cplaylist_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"4\n\x1c\x42\x61tchDeletePlaylistsMetadata\x12\x14\n\x0cplaylist_ids\x18\x01 \x03(\t\"}\n\x1bGetPlaylistPlayerURLRequest\x12!\n\x0bplaylist_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.PlaylistPlayerParams\"F\n\x14PlaylistPlayerParams\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\x1cGetPlaylistPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t2\x99\t\n\x0fPlaylistService\x12|\n\x03Get\x12).yandex.cloud.video.v1.GetPlaylistRequest\x1a\x1f.yandex.cloud.video.v1.Playlist\")\x82\xd3\xe4\x93\x02#\x12!/video/v1/playlists/{playlist_id}\x12~\n\x04List\x12+.yandex.cloud.video.v1.ListPlaylistsRequest\x1a,.yandex.cloud.video.v1.ListPlaylistsResponse\"\x1b\x82\xd3\xe4\x93\x02\x15\x12\x13/video/v1/playlists\x12\x9f\x01\n\x06\x43reate\x12,.yandex.cloud.video.v1.CreatePlaylistRequest\x1a!.yandex.cloud.operation.Operation\"D\xb2\xd2*\"\n\x16\x43reatePlaylistMetadata\x12\x08Playlist\x82\xd3\xe4\x93\x02\x18\"\x13/video/v1/playlists:\x01*\x12\xad\x01\n\x06Update\x12,.yandex.cloud.video.v1.UpdatePlaylistRequest\x1a!.yandex.cloud.operation.Operation\"R\xb2\xd2*\"\n\x16UpdatePlaylistMetadata\x12\x08Playlist\x82\xd3\xe4\x93\x02&2!/video/v1/playlists/{playlist_id}:\x01*\x12\xb7\x01\n\x06\x44\x65lete\x12,.yandex.cloud.video.v1.DeletePlaylistRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*/\n\x16\x44\x65letePlaylistMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02#*!/video/v1/playlists/{playlist_id}\x12\xc9\x01\n\x0b\x42\x61tchDelete\x12\x32.yandex.cloud.video.v1.BatchDeletePlaylistsRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*5\n\x1c\x42\x61tchDeletePlaylistsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02$\"\x1f/video/v1/playlists:batchDelete:\x01*\x12\xaf\x01\n\x0cGetPlayerURL\x12\x32.yandex.cloud.video.v1.GetPlaylistPlayerURLRequest\x1a\x33.yandex.cloud.video.v1.GetPlaylistPlayerURLResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./video/v1/playlists/{playlist_id}:getPlayerURLB\\\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)
@@ -58,6 +58,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
58
58
  _globals['_CREATEPLAYLISTREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=4000'
59
59
  _globals['_CREATEPLAYLISTREQUEST'].fields_by_name['items']._loaded_options = None
60
60
  _globals['_CREATEPLAYLISTREQUEST'].fields_by_name['items']._serialized_options = b'\202\3101\005<=100'
61
+ _globals['_CREATEPLAYLISTREQUEST'].fields_by_name['style_preset_id']._loaded_options = None
62
+ _globals['_CREATEPLAYLISTREQUEST'].fields_by_name['style_preset_id']._serialized_options = b'\212\3101\004<=50'
61
63
  _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['playlist_id']._loaded_options = None
62
64
  _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['playlist_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
63
65
  _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['field_mask']._loaded_options = None
@@ -68,6 +70,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
68
70
  _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=4000'
69
71
  _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['items']._loaded_options = None
70
72
  _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['items']._serialized_options = b'\202\3101\005<=100'
73
+ _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['style_preset_id']._loaded_options = None
74
+ _globals['_UPDATEPLAYLISTREQUEST'].fields_by_name['style_preset_id']._serialized_options = b'\212\3101\004<=50'
71
75
  _globals['_DELETEPLAYLISTREQUEST'].fields_by_name['playlist_id']._loaded_options = None
72
76
  _globals['_DELETEPLAYLISTREQUEST'].fields_by_name['playlist_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
73
77
  _globals['_BATCHDELETEPLAYLISTSREQUEST'].fields_by_name['channel_id']._loaded_options = None
@@ -97,27 +101,27 @@ if not _descriptor._USE_C_DESCRIPTORS:
97
101
  _globals['_LISTPLAYLISTSRESPONSE']._serialized_start=519
98
102
  _globals['_LISTPLAYLISTSRESPONSE']._serialized_end=625
99
103
  _globals['_CREATEPLAYLISTREQUEST']._serialized_start=628
100
- _globals['_CREATEPLAYLISTREQUEST']._serialized_end=811
101
- _globals['_CREATEPLAYLISTMETADATA']._serialized_start=813
102
- _globals['_CREATEPLAYLISTMETADATA']._serialized_end=858
103
- _globals['_UPDATEPLAYLISTREQUEST']._serialized_start=861
104
- _globals['_UPDATEPLAYLISTREQUEST']._serialized_end=1095
105
- _globals['_UPDATEPLAYLISTMETADATA']._serialized_start=1097
106
- _globals['_UPDATEPLAYLISTMETADATA']._serialized_end=1142
107
- _globals['_DELETEPLAYLISTREQUEST']._serialized_start=1144
108
- _globals['_DELETEPLAYLISTREQUEST']._serialized_end=1202
109
- _globals['_DELETEPLAYLISTMETADATA']._serialized_start=1204
110
- _globals['_DELETEPLAYLISTMETADATA']._serialized_end=1249
111
- _globals['_BATCHDELETEPLAYLISTSREQUEST']._serialized_start=1251
112
- _globals['_BATCHDELETEPLAYLISTSREQUEST']._serialized_end=1355
113
- _globals['_BATCHDELETEPLAYLISTSMETADATA']._serialized_start=1357
114
- _globals['_BATCHDELETEPLAYLISTSMETADATA']._serialized_end=1409
115
- _globals['_GETPLAYLISTPLAYERURLREQUEST']._serialized_start=1411
116
- _globals['_GETPLAYLISTPLAYERURLREQUEST']._serialized_end=1536
117
- _globals['_PLAYLISTPLAYERPARAMS']._serialized_start=1538
118
- _globals['_PLAYLISTPLAYERPARAMS']._serialized_end=1608
119
- _globals['_GETPLAYLISTPLAYERURLRESPONSE']._serialized_start=1610
120
- _globals['_GETPLAYLISTPLAYERURLRESPONSE']._serialized_end=1674
121
- _globals['_PLAYLISTSERVICE']._serialized_start=1677
122
- _globals['_PLAYLISTSERVICE']._serialized_end=2854
104
+ _globals['_CREATEPLAYLISTREQUEST']._serialized_end=846
105
+ _globals['_CREATEPLAYLISTMETADATA']._serialized_start=848
106
+ _globals['_CREATEPLAYLISTMETADATA']._serialized_end=893
107
+ _globals['_UPDATEPLAYLISTREQUEST']._serialized_start=896
108
+ _globals['_UPDATEPLAYLISTREQUEST']._serialized_end=1165
109
+ _globals['_UPDATEPLAYLISTMETADATA']._serialized_start=1167
110
+ _globals['_UPDATEPLAYLISTMETADATA']._serialized_end=1212
111
+ _globals['_DELETEPLAYLISTREQUEST']._serialized_start=1214
112
+ _globals['_DELETEPLAYLISTREQUEST']._serialized_end=1272
113
+ _globals['_DELETEPLAYLISTMETADATA']._serialized_start=1274
114
+ _globals['_DELETEPLAYLISTMETADATA']._serialized_end=1319
115
+ _globals['_BATCHDELETEPLAYLISTSREQUEST']._serialized_start=1321
116
+ _globals['_BATCHDELETEPLAYLISTSREQUEST']._serialized_end=1425
117
+ _globals['_BATCHDELETEPLAYLISTSMETADATA']._serialized_start=1427
118
+ _globals['_BATCHDELETEPLAYLISTSMETADATA']._serialized_end=1479
119
+ _globals['_GETPLAYLISTPLAYERURLREQUEST']._serialized_start=1481
120
+ _globals['_GETPLAYLISTPLAYERURLREQUEST']._serialized_end=1606
121
+ _globals['_PLAYLISTPLAYERPARAMS']._serialized_start=1608
122
+ _globals['_PLAYLISTPLAYERPARAMS']._serialized_end=1678
123
+ _globals['_GETPLAYLISTPLAYERURLRESPONSE']._serialized_start=1680
124
+ _globals['_GETPLAYLISTPLAYERURLRESPONSE']._serialized_end=1744
125
+ _globals['_PLAYLISTSERVICE']._serialized_start=1747
126
+ _globals['_PLAYLISTSERVICE']._serialized_end=2924
123
127
  # @@protoc_insertion_point(module_scope)
@@ -20,7 +20,7 @@ class GetPlaylistRequest(google.protobuf.message.Message):
20
20
 
21
21
  PLAYLIST_ID_FIELD_NUMBER: builtins.int
22
22
  playlist_id: builtins.str
23
- """ID of the playlist."""
23
+ """ID of the playlist to retrieve."""
24
24
  def __init__(
25
25
  self,
26
26
  *,
@@ -40,32 +40,34 @@ class ListPlaylistsRequest(google.protobuf.message.Message):
40
40
  ORDER_BY_FIELD_NUMBER: builtins.int
41
41
  FILTER_FIELD_NUMBER: builtins.int
42
42
  channel_id: builtins.str
43
- """ID of the channel."""
43
+ """ID of the channel containing the playlists to list."""
44
44
  page_size: builtins.int
45
- """The maximum number of the results per page to return.
46
- Default value: 100.
47
- """
45
+ """The maximum number of playlists to return per page."""
48
46
  page_token: builtins.str
49
- """Page token for getting the next page of the result."""
47
+ """Page token for retrieving the next page of results.
48
+ This token is obtained from the next_page_token field in the previous ListPlaylistsResponse.
49
+ """
50
50
  order_by: builtins.str
51
- """By which column the listing should be ordered and in which direction,
52
- format is "<field> <order>" (e.g. "createdAt desc").
51
+ """Specifies the ordering of results.
52
+ Format is "<field> <order>" (e.g., "createdAt desc").
53
53
  Default: "id asc".
54
- Possible fields: ["id", "title", "createdAt", "updatedAt"].
55
- Both snake_case and camelCase are supported for fields.
54
+ Supported fields: ["id", "title", "createdAt", "updatedAt"].
55
+ Both snake_case and camelCase field names are supported.
56
56
  """
57
57
  filter: builtins.str
58
- """Filter expression that filters resources listed in the response.
59
- Expressions are composed of terms connected by logic operators.
60
- If value contains spaces or quotes,
61
- it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
58
+ """Filter expression to narrow down the list of returned playlists.
59
+ Expressions consist of terms connected by logical operators.
60
+ Values containing spaces or quotes must be enclosed in quotes (`'` or `"`)
61
+ with inner quotes being backslash-escaped.
62
+
62
63
  Supported logical operators: ["AND", "OR"].
63
- Supported string match operators: ["=", "!=", ":"].
64
- Operator ":" stands for substring matching.
65
- Filter expressions may also contain parentheses to group logical operands.
66
- Example: `key1='value' AND (key2!='\\'value\\'' OR key2:"\\"value\\"")`
67
- Supported fields: ["id", "title"].
68
- Both snake_case and camelCase are supported for fields.
64
+ Supported comparison operators: ["=", "!=", ":"] where ":" enables substring matching.
65
+ Parentheses can be used to group logical expressions.
66
+
67
+ Example: `title:'highlights' AND id='playlist-1'`
68
+
69
+ Filterable fields: ["id", "title"].
70
+ Both snake_case and camelCase field names are supported.
69
71
  """
70
72
  def __init__(
71
73
  self,
@@ -87,10 +89,14 @@ class ListPlaylistsResponse(google.protobuf.message.Message):
87
89
  PLAYLISTS_FIELD_NUMBER: builtins.int
88
90
  NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
89
91
  next_page_token: builtins.str
90
- """Token for getting the next page."""
92
+ """Token for retrieving the next page of results.
93
+ Empty if there are no more results available.
94
+ """
91
95
  @property
92
96
  def playlists(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.playlist_pb2.Playlist]:
93
- """List of playlists for specific channel."""
97
+ """List of playlists matching the request criteria.
98
+ May be empty if no playlists match the criteria or if the channel has no playlists.
99
+ """
94
100
 
95
101
  def __init__(
96
102
  self,
@@ -110,15 +116,25 @@ class CreatePlaylistRequest(google.protobuf.message.Message):
110
116
  TITLE_FIELD_NUMBER: builtins.int
111
117
  DESCRIPTION_FIELD_NUMBER: builtins.int
112
118
  ITEMS_FIELD_NUMBER: builtins.int
119
+ STYLE_PRESET_ID_FIELD_NUMBER: builtins.int
113
120
  channel_id: builtins.str
114
- """ID of the channel."""
121
+ """ID of the channel where the playlist will be created."""
115
122
  title: builtins.str
116
- """Playlist title."""
123
+ """Title of the playlist to be displayed in interfaces and players."""
117
124
  description: builtins.str
118
- """Playlist description."""
125
+ """Detailed description of the playlist content and context.
126
+ Optional field that can provide additional information about the playlist.
127
+ """
128
+ style_preset_id: builtins.str
129
+ """ID of the style preset to be applied to the playlist player.
130
+ Style presets control the visual appearance of the player.
131
+ """
119
132
  @property
120
133
  def items(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.playlist_pb2.PlaylistItem]:
121
- """List of playlist items."""
134
+ """List of items to include in the playlist.
135
+ Each item represents a video or episode to be played in sequence.
136
+ The order of items in this list determines the playback order.
137
+ """
122
138
 
123
139
  def __init__(
124
140
  self,
@@ -127,8 +143,9 @@ class CreatePlaylistRequest(google.protobuf.message.Message):
127
143
  title: builtins.str = ...,
128
144
  description: builtins.str = ...,
129
145
  items: collections.abc.Iterable[yandex.cloud.video.v1.playlist_pb2.PlaylistItem] | None = ...,
146
+ style_preset_id: builtins.str = ...,
130
147
  ) -> None: ...
131
- def ClearField(self, field_name: typing.Literal["channel_id", b"channel_id", "description", b"description", "items", b"items", "title", b"title"]) -> None: ...
148
+ def ClearField(self, field_name: typing.Literal["channel_id", b"channel_id", "description", b"description", "items", b"items", "style_preset_id", b"style_preset_id", "title", b"title"]) -> None: ...
132
149
 
133
150
  global___CreatePlaylistRequest = CreatePlaylistRequest
134
151
 
@@ -138,7 +155,7 @@ class CreatePlaylistMetadata(google.protobuf.message.Message):
138
155
 
139
156
  PLAYLIST_ID_FIELD_NUMBER: builtins.int
140
157
  playlist_id: builtins.str
141
- """ID of the playlist."""
158
+ """ID of the playlist being created."""
142
159
  def __init__(
143
160
  self,
144
161
  *,
@@ -157,19 +174,31 @@ class UpdatePlaylistRequest(google.protobuf.message.Message):
157
174
  TITLE_FIELD_NUMBER: builtins.int
158
175
  DESCRIPTION_FIELD_NUMBER: builtins.int
159
176
  ITEMS_FIELD_NUMBER: builtins.int
177
+ STYLE_PRESET_ID_FIELD_NUMBER: builtins.int
160
178
  playlist_id: builtins.str
161
- """ID of the playlist."""
179
+ """ID of the playlist to update."""
162
180
  title: builtins.str
163
- """Playlist title."""
181
+ """New title for the playlist."""
164
182
  description: builtins.str
165
- """Playlist description."""
183
+ """New description for the playlist.
184
+ Optional field that can provide additional information about the playlist.
185
+ """
186
+ style_preset_id: builtins.str
187
+ """New ID of the style preset to be applied to the playlist player."""
166
188
  @property
167
189
  def field_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
168
- """Field mask that specifies which fields of the playlist are going to be updated."""
190
+ """Field mask specifying which fields of the playlist should be updated.
191
+ Only fields specified in this mask will be modified;
192
+ all other fields will retain their current values.
193
+ This allows for partial updates.
194
+ """
169
195
 
170
196
  @property
171
197
  def items(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.video.v1.playlist_pb2.PlaylistItem]:
172
- """List of playlist items."""
198
+ """New list of items to include in the playlist.
199
+ This completely replaces the existing items if specified in the field mask.
200
+ The order of items in this list determines the playback order.
201
+ """
173
202
 
174
203
  def __init__(
175
204
  self,
@@ -179,9 +208,10 @@ class UpdatePlaylistRequest(google.protobuf.message.Message):
179
208
  title: builtins.str = ...,
180
209
  description: builtins.str = ...,
181
210
  items: collections.abc.Iterable[yandex.cloud.video.v1.playlist_pb2.PlaylistItem] | None = ...,
211
+ style_preset_id: builtins.str = ...,
182
212
  ) -> None: ...
183
213
  def HasField(self, field_name: typing.Literal["field_mask", b"field_mask"]) -> builtins.bool: ...
184
- def ClearField(self, field_name: typing.Literal["description", b"description", "field_mask", b"field_mask", "items", b"items", "playlist_id", b"playlist_id", "title", b"title"]) -> None: ...
214
+ def ClearField(self, field_name: typing.Literal["description", b"description", "field_mask", b"field_mask", "items", b"items", "playlist_id", b"playlist_id", "style_preset_id", b"style_preset_id", "title", b"title"]) -> None: ...
185
215
 
186
216
  global___UpdatePlaylistRequest = UpdatePlaylistRequest
187
217
 
@@ -191,7 +221,7 @@ class UpdatePlaylistMetadata(google.protobuf.message.Message):
191
221
 
192
222
  PLAYLIST_ID_FIELD_NUMBER: builtins.int
193
223
  playlist_id: builtins.str
194
- """ID of the playlist."""
224
+ """ID of the playlist being updated."""
195
225
  def __init__(
196
226
  self,
197
227
  *,
@@ -207,7 +237,7 @@ class DeletePlaylistRequest(google.protobuf.message.Message):
207
237
 
208
238
  PLAYLIST_ID_FIELD_NUMBER: builtins.int
209
239
  playlist_id: builtins.str
210
- """ID of the playlist."""
240
+ """ID of the playlist to delete."""
211
241
  def __init__(
212
242
  self,
213
243
  *,
@@ -223,7 +253,9 @@ class DeletePlaylistMetadata(google.protobuf.message.Message):
223
253
 
224
254
  PLAYLIST_ID_FIELD_NUMBER: builtins.int
225
255
  playlist_id: builtins.str
226
- """ID of the playlist."""
256
+ """ID of the playlist being deleted.
257
+ This identifier can be used to track the playlist deletion operation.
258
+ """
227
259
  def __init__(
228
260
  self,
229
261
  *,
@@ -240,10 +272,12 @@ class BatchDeletePlaylistsRequest(google.protobuf.message.Message):
240
272
  CHANNEL_ID_FIELD_NUMBER: builtins.int
241
273
  PLAYLIST_IDS_FIELD_NUMBER: builtins.int
242
274
  channel_id: builtins.str
243
- """ID of the channel."""
275
+ """ID of the channel containing the playlists to delete."""
244
276
  @property
245
277
  def playlist_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
246
- """List of playlist IDs."""
278
+ """List of playlist IDs to delete.
279
+ All playlists must exist in the specified channel.
280
+ """
247
281
 
248
282
  def __init__(
249
283
  self,
@@ -262,7 +296,10 @@ class BatchDeletePlaylistsMetadata(google.protobuf.message.Message):
262
296
  PLAYLIST_IDS_FIELD_NUMBER: builtins.int
263
297
  @property
264
298
  def playlist_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
265
- """List of playlist IDs."""
299
+ """List of playlist IDs being deleted.
300
+ This list can be used to track which playlists are included
301
+ in the batch deletion operation.
302
+ """
266
303
 
267
304
  def __init__(
268
305
  self,
@@ -280,9 +317,13 @@ class GetPlaylistPlayerURLRequest(google.protobuf.message.Message):
280
317
  PLAYLIST_ID_FIELD_NUMBER: builtins.int
281
318
  PARAMS_FIELD_NUMBER: builtins.int
282
319
  playlist_id: builtins.str
283
- """ID of the playlist."""
320
+ """ID of the playlist for which to generate a player URL."""
284
321
  @property
285
- def params(self) -> global___PlaylistPlayerParams: ...
322
+ def params(self) -> global___PlaylistPlayerParams:
323
+ """Optional player parameters to customize the playback experience.
324
+ These parameters control initial player state such as mute, autoplay, and visibility of interface controls.
325
+ """
326
+
286
327
  def __init__(
287
328
  self,
288
329
  *,
@@ -302,11 +343,17 @@ class PlaylistPlayerParams(google.protobuf.message.Message):
302
343
  AUTOPLAY_FIELD_NUMBER: builtins.int
303
344
  HIDDEN_FIELD_NUMBER: builtins.int
304
345
  mute: builtins.bool
305
- """If true, a player will be muted by default."""
346
+ """If true, the player will start with audio muted.
347
+ Users can unmute the audio manually after playback starts.
348
+ """
306
349
  autoplay: builtins.bool
307
- """If true, playback will start automatically."""
350
+ """If true, the playlist will start playing automatically when the player loads.
351
+ This may be subject to browser autoplay policies that restrict autoplay with sound.
352
+ """
308
353
  hidden: builtins.bool
309
- """If true, a player interface will be hidden by default."""
354
+ """If true, the player interface controls will be hidden initially.
355
+ Users can typically reveal the controls by moving the mouse over the player.
356
+ """
310
357
  def __init__(
311
358
  self,
312
359
  *,
@@ -325,9 +372,14 @@ class GetPlaylistPlayerURLResponse(google.protobuf.message.Message):
325
372
  PLAYER_URL_FIELD_NUMBER: builtins.int
326
373
  HTML_FIELD_NUMBER: builtins.int
327
374
  player_url: builtins.str
328
- """Direct link to the playlist."""
375
+ """Direct URL to the playlist player.
376
+ This URL can be used to access the playlist in a web browser
377
+ or shared with users who have appropriate permissions.
378
+ """
329
379
  html: builtins.str
330
- """HTML embed code in Iframe format."""
380
+ """HTML embed code in iframe format that can be inserted into web pages.
381
+ This code allows the playlist to be embedded directly in third-party websites.
382
+ """
331
383
  def __init__(
332
384
  self,
333
385
  *,
@@ -29,6 +29,8 @@ if _version_not_supported:
29
29
 
30
30
  class PlaylistServiceStub(object):
31
31
  """Playlist management service.
32
+ Provides methods for creating, retrieving, updating, and deleting playlists,
33
+ which are collections of videos or episodes that can be played sequentially.
32
34
  """
33
35
 
34
36
  def __init__(self, channel):
@@ -76,52 +78,61 @@ class PlaylistServiceStub(object):
76
78
 
77
79
  class PlaylistServiceServicer(object):
78
80
  """Playlist management service.
81
+ Provides methods for creating, retrieving, updating, and deleting playlists,
82
+ which are collections of videos or episodes that can be played sequentially.
79
83
  """
80
84
 
81
85
  def Get(self, request, context):
82
- """Get the specific playlist.
86
+ """Retrieves detailed information about a specific playlist by its ID.
87
+ Returns all playlist metadata, items, and related information.
83
88
  """
84
89
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
85
90
  context.set_details('Method not implemented!')
86
91
  raise NotImplementedError('Method not implemented!')
87
92
 
88
93
  def List(self, request, context):
89
- """List playlists for a channel.
94
+ """Lists all playlists in a specific channel with pagination support.
95
+ Results can be filtered and sorted using the provided parameters.
90
96
  """
91
97
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
92
98
  context.set_details('Method not implemented!')
93
99
  raise NotImplementedError('Method not implemented!')
94
100
 
95
101
  def Create(self, request, context):
96
- """Create playlist.
102
+ """Creates a new playlist in the specified channel with the provided items.
103
+ Playlists can contain videos, episodes, or a mix of both content types.
97
104
  """
98
105
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
99
106
  context.set_details('Method not implemented!')
100
107
  raise NotImplementedError('Method not implemented!')
101
108
 
102
109
  def Update(self, request, context):
103
- """Update playlist.
110
+ """Updates an existing playlist's metadata and items.
111
+ Only fields specified in the field_mask will be updated.
104
112
  """
105
113
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
106
114
  context.set_details('Method not implemented!')
107
115
  raise NotImplementedError('Method not implemented!')
108
116
 
109
117
  def Delete(self, request, context):
110
- """Delete playlist.
118
+ """Deletes a specific playlist by its ID.
119
+ This removes the playlist but does not affect the videos or episodes it contains.
111
120
  """
112
121
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
113
122
  context.set_details('Method not implemented!')
114
123
  raise NotImplementedError('Method not implemented!')
115
124
 
116
125
  def BatchDelete(self, request, context):
117
- """Batch delete playlists.
126
+ """Deletes multiple playlists in a specific channel in a single request.
127
+ This is more efficient than making multiple Delete requests when removing several playlists.
118
128
  """
119
129
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
120
130
  context.set_details('Method not implemented!')
121
131
  raise NotImplementedError('Method not implemented!')
122
132
 
123
133
  def GetPlayerURL(self, request, context):
124
- """Get player url.
134
+ """Generates a player URL for watching the playlist.
135
+ The URL can include player parameters such as autoplay, mute, and visibility of interface controls.
125
136
  """
126
137
  context.set_code(grpc.StatusCode.UNIMPLEMENTED)
127
138
  context.set_details('Method not implemented!')
@@ -175,6 +186,8 @@ def add_PlaylistServiceServicer_to_server(servicer, server):
175
186
  # This class is part of an EXPERIMENTAL API.
176
187
  class PlaylistService(object):
177
188
  """Playlist management service.
189
+ Provides methods for creating, retrieving, updating, and deleting playlists,
190
+ which are collections of videos or episodes that can be played sequentially.
178
191
  """
179
192
 
180
193
  @staticmethod