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
@@ -21,122 +21,164 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
21
21
  ...
22
22
 
23
23
  class ChannelServiceStub:
24
- """Channel management service."""
24
+ """Channel management service.
25
+ Provides methods for creating, retrieving, updating, and deleting channels,
26
+ as well as managing channel-related operations such as access control.
27
+ Channels serve as containers for videos and streams in an organization.
28
+ """
25
29
 
26
30
  def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
27
31
  Get: grpc.UnaryUnaryMultiCallable[
28
32
  yandex.cloud.video.v1.channel_service_pb2.GetChannelRequest,
29
33
  yandex.cloud.video.v1.channel_pb2.Channel,
30
34
  ]
31
- """Get the specific channel."""
35
+ """Retrieves detailed information about a specific channel by its ID.
36
+ Returns all channel metadata, settings, and related information.
37
+ """
32
38
 
33
39
  List: grpc.UnaryUnaryMultiCallable[
34
40
  yandex.cloud.video.v1.channel_service_pb2.ListChannelsRequest,
35
41
  yandex.cloud.video.v1.channel_service_pb2.ListChannelsResponse,
36
42
  ]
37
- """List channels for organization."""
43
+ """Lists all channels in a specific organization with pagination support.
44
+ Results can be filtered and sorted using the provided parameters.
45
+ """
38
46
 
39
47
  Create: grpc.UnaryUnaryMultiCallable[
40
48
  yandex.cloud.video.v1.channel_service_pb2.CreateChannelRequest,
41
49
  yandex.cloud.operation.operation_pb2.Operation,
42
50
  ]
43
- """Create channel."""
51
+ """Creates a new channel in the specified organization."""
44
52
 
45
53
  Update: grpc.UnaryUnaryMultiCallable[
46
54
  yandex.cloud.video.v1.channel_service_pb2.UpdateChannelRequest,
47
55
  yandex.cloud.operation.operation_pb2.Operation,
48
56
  ]
49
- """Update channel."""
57
+ """Updates an existing channel's metadata and settings.
58
+ Only fields specified in the field_mask will be updated.
59
+ """
50
60
 
51
61
  Delete: grpc.UnaryUnaryMultiCallable[
52
62
  yandex.cloud.video.v1.channel_service_pb2.DeleteChannelRequest,
53
63
  yandex.cloud.operation.operation_pb2.Operation,
54
64
  ]
55
- """Delete channel."""
65
+ """Deletes a specific channel by its ID."""
56
66
 
57
67
  BatchDelete: grpc.UnaryUnaryMultiCallable[
58
68
  yandex.cloud.video.v1.channel_service_pb2.BatchDeleteChannelsRequest,
59
69
  yandex.cloud.operation.operation_pb2.Operation,
60
70
  ]
61
- """Batch delete channels."""
71
+ """Deletes multiple channels in a specific organization in a single request.
72
+ This is more efficient than making multiple Delete requests when removing several channels.
73
+ """
62
74
 
63
75
  ListAccessBindings: grpc.UnaryUnaryMultiCallable[
64
76
  yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
65
77
  yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
66
78
  ]
67
- """List existing access bindings for the specified channel."""
79
+ """Lists all access bindings for a specific channel.
80
+ Access bindings define which users or service accounts have access to the channel
81
+ and what actions they can perform.
82
+ """
68
83
 
69
84
  SetAccessBindings: grpc.UnaryUnaryMultiCallable[
70
85
  yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
71
86
  yandex.cloud.operation.operation_pb2.Operation,
72
87
  ]
73
- """Set access bindings for the channel."""
88
+ """Sets all access bindings for a specific channel.
89
+ This operation completely replaces any existing access bindings.
90
+ """
74
91
 
75
92
  UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
76
93
  yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
77
94
  yandex.cloud.operation.operation_pb2.Operation,
78
95
  ]
79
- """Update access bindings for the specified channel."""
96
+ """Updates access bindings for a specific channel by adding or removing individual bindings.
97
+ This operation modifies existing access bindings without replacing them completely.
98
+ """
80
99
 
81
100
  class ChannelServiceAsyncStub:
82
- """Channel management service."""
101
+ """Channel management service.
102
+ Provides methods for creating, retrieving, updating, and deleting channels,
103
+ as well as managing channel-related operations such as access control.
104
+ Channels serve as containers for videos and streams in an organization.
105
+ """
83
106
 
84
107
  Get: grpc.aio.UnaryUnaryMultiCallable[
85
108
  yandex.cloud.video.v1.channel_service_pb2.GetChannelRequest,
86
109
  yandex.cloud.video.v1.channel_pb2.Channel,
87
110
  ]
88
- """Get the specific channel."""
111
+ """Retrieves detailed information about a specific channel by its ID.
112
+ Returns all channel metadata, settings, and related information.
113
+ """
89
114
 
90
115
  List: grpc.aio.UnaryUnaryMultiCallable[
91
116
  yandex.cloud.video.v1.channel_service_pb2.ListChannelsRequest,
92
117
  yandex.cloud.video.v1.channel_service_pb2.ListChannelsResponse,
93
118
  ]
94
- """List channels for organization."""
119
+ """Lists all channels in a specific organization with pagination support.
120
+ Results can be filtered and sorted using the provided parameters.
121
+ """
95
122
 
96
123
  Create: grpc.aio.UnaryUnaryMultiCallable[
97
124
  yandex.cloud.video.v1.channel_service_pb2.CreateChannelRequest,
98
125
  yandex.cloud.operation.operation_pb2.Operation,
99
126
  ]
100
- """Create channel."""
127
+ """Creates a new channel in the specified organization."""
101
128
 
102
129
  Update: grpc.aio.UnaryUnaryMultiCallable[
103
130
  yandex.cloud.video.v1.channel_service_pb2.UpdateChannelRequest,
104
131
  yandex.cloud.operation.operation_pb2.Operation,
105
132
  ]
106
- """Update channel."""
133
+ """Updates an existing channel's metadata and settings.
134
+ Only fields specified in the field_mask will be updated.
135
+ """
107
136
 
108
137
  Delete: grpc.aio.UnaryUnaryMultiCallable[
109
138
  yandex.cloud.video.v1.channel_service_pb2.DeleteChannelRequest,
110
139
  yandex.cloud.operation.operation_pb2.Operation,
111
140
  ]
112
- """Delete channel."""
141
+ """Deletes a specific channel by its ID."""
113
142
 
114
143
  BatchDelete: grpc.aio.UnaryUnaryMultiCallable[
115
144
  yandex.cloud.video.v1.channel_service_pb2.BatchDeleteChannelsRequest,
116
145
  yandex.cloud.operation.operation_pb2.Operation,
117
146
  ]
118
- """Batch delete channels."""
147
+ """Deletes multiple channels in a specific organization in a single request.
148
+ This is more efficient than making multiple Delete requests when removing several channels.
149
+ """
119
150
 
120
151
  ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
121
152
  yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
122
153
  yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
123
154
  ]
124
- """List existing access bindings for the specified channel."""
155
+ """Lists all access bindings for a specific channel.
156
+ Access bindings define which users or service accounts have access to the channel
157
+ and what actions they can perform.
158
+ """
125
159
 
126
160
  SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
127
161
  yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
128
162
  yandex.cloud.operation.operation_pb2.Operation,
129
163
  ]
130
- """Set access bindings for the channel."""
164
+ """Sets all access bindings for a specific channel.
165
+ This operation completely replaces any existing access bindings.
166
+ """
131
167
 
132
168
  UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
133
169
  yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
134
170
  yandex.cloud.operation.operation_pb2.Operation,
135
171
  ]
136
- """Update access bindings for the specified channel."""
172
+ """Updates access bindings for a specific channel by adding or removing individual bindings.
173
+ This operation modifies existing access bindings without replacing them completely.
174
+ """
137
175
 
138
176
  class ChannelServiceServicer(metaclass=abc.ABCMeta):
139
- """Channel management service."""
177
+ """Channel management service.
178
+ Provides methods for creating, retrieving, updating, and deleting channels,
179
+ as well as managing channel-related operations such as access control.
180
+ Channels serve as containers for videos and streams in an organization.
181
+ """
140
182
 
141
183
  @abc.abstractmethod
142
184
  def Get(
@@ -144,7 +186,9 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
144
186
  request: yandex.cloud.video.v1.channel_service_pb2.GetChannelRequest,
145
187
  context: _ServicerContext,
146
188
  ) -> typing.Union[yandex.cloud.video.v1.channel_pb2.Channel, collections.abc.Awaitable[yandex.cloud.video.v1.channel_pb2.Channel]]:
147
- """Get the specific channel."""
189
+ """Retrieves detailed information about a specific channel by its ID.
190
+ Returns all channel metadata, settings, and related information.
191
+ """
148
192
 
149
193
  @abc.abstractmethod
150
194
  def List(
@@ -152,7 +196,9 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
152
196
  request: yandex.cloud.video.v1.channel_service_pb2.ListChannelsRequest,
153
197
  context: _ServicerContext,
154
198
  ) -> typing.Union[yandex.cloud.video.v1.channel_service_pb2.ListChannelsResponse, collections.abc.Awaitable[yandex.cloud.video.v1.channel_service_pb2.ListChannelsResponse]]:
155
- """List channels for organization."""
199
+ """Lists all channels in a specific organization with pagination support.
200
+ Results can be filtered and sorted using the provided parameters.
201
+ """
156
202
 
157
203
  @abc.abstractmethod
158
204
  def Create(
@@ -160,7 +206,7 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
160
206
  request: yandex.cloud.video.v1.channel_service_pb2.CreateChannelRequest,
161
207
  context: _ServicerContext,
162
208
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
163
- """Create channel."""
209
+ """Creates a new channel in the specified organization."""
164
210
 
165
211
  @abc.abstractmethod
166
212
  def Update(
@@ -168,7 +214,9 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
168
214
  request: yandex.cloud.video.v1.channel_service_pb2.UpdateChannelRequest,
169
215
  context: _ServicerContext,
170
216
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
171
- """Update channel."""
217
+ """Updates an existing channel's metadata and settings.
218
+ Only fields specified in the field_mask will be updated.
219
+ """
172
220
 
173
221
  @abc.abstractmethod
174
222
  def Delete(
@@ -176,7 +224,7 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
176
224
  request: yandex.cloud.video.v1.channel_service_pb2.DeleteChannelRequest,
177
225
  context: _ServicerContext,
178
226
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
179
- """Delete channel."""
227
+ """Deletes a specific channel by its ID."""
180
228
 
181
229
  @abc.abstractmethod
182
230
  def BatchDelete(
@@ -184,7 +232,9 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
184
232
  request: yandex.cloud.video.v1.channel_service_pb2.BatchDeleteChannelsRequest,
185
233
  context: _ServicerContext,
186
234
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
187
- """Batch delete channels."""
235
+ """Deletes multiple channels in a specific organization in a single request.
236
+ This is more efficient than making multiple Delete requests when removing several channels.
237
+ """
188
238
 
189
239
  @abc.abstractmethod
190
240
  def ListAccessBindings(
@@ -192,7 +242,10 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
192
242
  request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
193
243
  context: _ServicerContext,
194
244
  ) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
195
- """List existing access bindings for the specified channel."""
245
+ """Lists all access bindings for a specific channel.
246
+ Access bindings define which users or service accounts have access to the channel
247
+ and what actions they can perform.
248
+ """
196
249
 
197
250
  @abc.abstractmethod
198
251
  def SetAccessBindings(
@@ -200,7 +253,9 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
200
253
  request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
201
254
  context: _ServicerContext,
202
255
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
203
- """Set access bindings for the channel."""
256
+ """Sets all access bindings for a specific channel.
257
+ This operation completely replaces any existing access bindings.
258
+ """
204
259
 
205
260
  @abc.abstractmethod
206
261
  def UpdateAccessBindings(
@@ -208,6 +263,8 @@ class ChannelServiceServicer(metaclass=abc.ABCMeta):
208
263
  request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
209
264
  context: _ServicerContext,
210
265
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
211
- """Update access bindings for the specified channel."""
266
+ """Updates access bindings for a specific channel by adding or removing individual bindings.
267
+ This operation modifies existing access bindings without replacing them completely.
268
+ """
212
269
 
213
270
  def add_ChannelServiceServicer_to_server(servicer: ChannelServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
26
 
27
27
 
28
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/episode.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\x82\x06\n\x07\x45pisode\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tstream_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\nstart_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\t \x01(\x03\x12J\n\x11visibility_status\x18\n \x01(\x0e\x32/.yandex.cloud.video.v1.Episode.VisibilityStatus\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessRightsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessRightsH\x00\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessRightsH\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\"U\n\x10VisibilityStatus\x12!\n\x1dVISIBILITY_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tPUBLISHED\x10\x01\x12\x0f\n\x0bUNPUBLISHED\x10\x02\x42\x0f\n\raccess_rightsJ\x06\x08\xe9\x07\x10\xea\x07J\x04\x08\x0b\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessRights\"\x1f\n\x1d\x45pisodeAuthSystemAccessRights\"\x1c\n\x1a\x45pisodeSignURLAccessRightsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#yandex/cloud/video/v1/episode.proto\x12\x15yandex.cloud.video.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\xd4\x05\n\x07\x45pisode\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tstream_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\nstart_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\t \x01(\x03\x12J\n\x11visibility_status\x18\n \x01(\x0e\x32/.yandex.cloud.video.v1.Episode.VisibilityStatus\x12\x17\n\x0fstyle_preset_id\x18\x0c \x01(\t\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessRightsH\x00\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessRightsH\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\"U\n\x10VisibilityStatus\x12!\n\x1dVISIBILITY_STATUS_UNSPECIFIED\x10\x00\x12\r\n\tPUBLISHED\x10\x01\x12\x0f\n\x0bUNPUBLISHED\x10\x02\x42\x0f\n\raccess_rightsJ\x06\x08\xe9\x07\x10\xea\x07J\x06\x08\xea\x07\x10\xeb\x07J\x04\x08\x0b\x10\x0cJ\x04\x08\r\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessRights\"\x1c\n\x1a\x45pisodeSignURLAccessRightsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
29
29
 
30
30
  _globals = globals()
31
31
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -34,13 +34,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
34
34
  _globals['DESCRIPTOR']._loaded_options = None
35
35
  _globals['DESCRIPTOR']._serialized_options = b'\n\031yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;video'
36
36
  _globals['_EPISODE']._serialized_start=96
37
- _globals['_EPISODE']._serialized_end=866
38
- _globals['_EPISODE_VISIBILITYSTATUS']._serialized_start=743
39
- _globals['_EPISODE_VISIBILITYSTATUS']._serialized_end=828
40
- _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_start=868
41
- _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_end=895
42
- _globals['_EPISODEAUTHSYSTEMACCESSRIGHTS']._serialized_start=897
43
- _globals['_EPISODEAUTHSYSTEMACCESSRIGHTS']._serialized_end=928
44
- _globals['_EPISODESIGNURLACCESSRIGHTS']._serialized_start=930
45
- _globals['_EPISODESIGNURLACCESSRIGHTS']._serialized_end=958
37
+ _globals['_EPISODE']._serialized_end=820
38
+ _globals['_EPISODE_VISIBILITYSTATUS']._serialized_start=683
39
+ _globals['_EPISODE_VISIBILITYSTATUS']._serialized_end=768
40
+ _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_start=822
41
+ _globals['_EPISODEPUBLICACCESSRIGHTS']._serialized_end=849
42
+ _globals['_EPISODESIGNURLACCESSRIGHTS']._serialized_start=851
43
+ _globals['_EPISODESIGNURLACCESSRIGHTS']._serialized_end=879
46
44
  # @@protoc_insertion_point(module_scope)
@@ -20,6 +20,11 @@ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
20
20
 
21
21
  @typing.final
22
22
  class Episode(google.protobuf.message.Message):
23
+ """Entity representing a stream fragment that can be accessed independently.
24
+ Episodes can be linked to either a stream or a line
25
+ and provide a way to reference specific portions of the corresponding content.
26
+ """
27
+
23
28
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
24
29
 
25
30
  class _VisibilityStatus:
@@ -29,13 +34,21 @@ class Episode(google.protobuf.message.Message):
29
34
  class _VisibilityStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Episode._VisibilityStatus.ValueType], builtins.type):
30
35
  DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
31
36
  VISIBILITY_STATUS_UNSPECIFIED: Episode._VisibilityStatus.ValueType # 0
37
+ """The visibility status is not specified."""
32
38
  PUBLISHED: Episode._VisibilityStatus.ValueType # 1
39
+ """The episode is publicly available, subject to its access permission settings."""
33
40
  UNPUBLISHED: Episode._VisibilityStatus.ValueType # 2
41
+ """The episode is available only to administrators."""
42
+
43
+ class VisibilityStatus(_VisibilityStatus, metaclass=_VisibilityStatusEnumTypeWrapper):
44
+ """Visibility status of the episode."""
34
45
 
35
- class VisibilityStatus(_VisibilityStatus, metaclass=_VisibilityStatusEnumTypeWrapper): ...
36
46
  VISIBILITY_STATUS_UNSPECIFIED: Episode.VisibilityStatus.ValueType # 0
47
+ """The visibility status is not specified."""
37
48
  PUBLISHED: Episode.VisibilityStatus.ValueType # 1
49
+ """The episode is publicly available, subject to its access permission settings."""
38
50
  UNPUBLISHED: Episode.VisibilityStatus.ValueType # 2
51
+ """The episode is available only to administrators."""
39
52
 
40
53
  ID_FIELD_NUMBER: builtins.int
41
54
  STREAM_ID_FIELD_NUMBER: builtins.int
@@ -47,59 +60,64 @@ class Episode(google.protobuf.message.Message):
47
60
  FINISH_TIME_FIELD_NUMBER: builtins.int
48
61
  DVR_SECONDS_FIELD_NUMBER: builtins.int
49
62
  VISIBILITY_STATUS_FIELD_NUMBER: builtins.int
63
+ STYLE_PRESET_ID_FIELD_NUMBER: builtins.int
50
64
  PUBLIC_ACCESS_FIELD_NUMBER: builtins.int
51
- AUTH_SYSTEM_ACCESS_FIELD_NUMBER: builtins.int
52
65
  SIGN_URL_ACCESS_FIELD_NUMBER: builtins.int
53
66
  CREATED_AT_FIELD_NUMBER: builtins.int
54
67
  UPDATED_AT_FIELD_NUMBER: builtins.int
55
68
  id: builtins.str
56
- """ID of the episode."""
69
+ """Unique identifier of the episode."""
57
70
  stream_id: builtins.str
58
- """ID of the stream. Optional, empty if the episode is linked to the line"""
71
+ """Identifier of the stream this episode is linked to.
72
+ Optional, empty if the episode is linked to a line.
73
+ """
59
74
  line_id: builtins.str
60
- """ID of the line. Optional, empty if the episode is linked to the stream"""
75
+ """Identifier of the line this episode is linked to.
76
+ Optional, empty if the episode is linked to a stream.
77
+ """
61
78
  title: builtins.str
62
- """Episode title."""
79
+ """Title of the episode displayed in interfaces and players."""
63
80
  description: builtins.str
64
- """Episode description."""
81
+ """Detailed description of the episode content and context."""
65
82
  thumbnail_id: builtins.str
66
- """ID of the thumbnail."""
83
+ """Identifier of the thumbnail image used to represent the episode visually."""
67
84
  dvr_seconds: builtins.int
68
- """Enables episode DVR mode.
69
- Determines how many last seconds of the stream are available for watching.
85
+ """Controls the Digital Video Recording (DVR) functionality for the episode.
86
+ Determines how many seconds of the stream are available for time-shifted viewing.
70
87
 
71
88
  Possible values:
72
- * `0`: infinite dvr size, the full length of the stream allowed to display
73
- * `>0`: size of dvr window in seconds, the minimum value is 30s
89
+ * `0`: Infinite DVR size, the full length of the stream is available for viewing.
90
+ * `>0`: Size of DVR window in seconds, the minimum value is 30s.
74
91
  """
75
92
  visibility_status: global___Episode.VisibilityStatus.ValueType
93
+ """Current visibility status controlling whether the episode is publicly available."""
94
+ style_preset_id: builtins.str
95
+ """Identifier of the style preset used in the player during episode playback."""
76
96
  @property
77
97
  def start_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
78
- """Episode start time."""
98
+ """Timestamp marking the beginning of the episode content."""
79
99
 
80
100
  @property
81
101
  def finish_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
82
- """Episode finish time."""
102
+ """Timestamp marking the end of the episode content."""
83
103
 
84
104
  @property
85
105
  def public_access(self) -> global___EpisodePublicAccessRights:
86
- """Episode is available to everyone."""
87
-
88
- @property
89
- def auth_system_access(self) -> global___EpisodeAuthSystemAccessRights:
90
- """Checking access rights using the authorization system."""
106
+ """Allows unrestricted public access to the episode via direct link.
107
+ No additional authorization or access control is applied.
108
+ """
91
109
 
92
110
  @property
93
111
  def sign_url_access(self) -> global___EpisodeSignURLAccessRights:
94
- """Checking access rights using url's signature."""
112
+ """Restricts episode access using URL signatures for secure time-limited access."""
95
113
 
96
114
  @property
97
115
  def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
98
- """Time when episode was created."""
116
+ """Timestamp when the episode was initially created in the system."""
99
117
 
100
118
  @property
101
119
  def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
102
- """Time of last episode update."""
120
+ """Timestamp of the last modification to the episode or its metadata."""
103
121
 
104
122
  def __init__(
105
123
  self,
@@ -114,40 +132,38 @@ class Episode(google.protobuf.message.Message):
114
132
  finish_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
115
133
  dvr_seconds: builtins.int = ...,
116
134
  visibility_status: global___Episode.VisibilityStatus.ValueType = ...,
135
+ style_preset_id: builtins.str = ...,
117
136
  public_access: global___EpisodePublicAccessRights | None = ...,
118
- auth_system_access: global___EpisodeAuthSystemAccessRights | None = ...,
119
137
  sign_url_access: global___EpisodeSignURLAccessRights | None = ...,
120
138
  created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
121
139
  updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
122
140
  ) -> None: ...
123
- def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "finish_time", b"finish_time", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "updated_at", b"updated_at"]) -> builtins.bool: ...
124
- def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "auth_system_access", b"auth_system_access", "created_at", b"created_at", "description", b"description", "dvr_seconds", b"dvr_seconds", "finish_time", b"finish_time", "id", b"id", "line_id", b"line_id", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "stream_id", b"stream_id", "thumbnail_id", b"thumbnail_id", "title", b"title", "updated_at", b"updated_at", "visibility_status", b"visibility_status"]) -> None: ...
125
- def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "auth_system_access", "sign_url_access"] | None: ...
141
+ def HasField(self, field_name: typing.Literal["access_rights", b"access_rights", "created_at", b"created_at", "finish_time", b"finish_time", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "updated_at", b"updated_at"]) -> builtins.bool: ...
142
+ def ClearField(self, field_name: typing.Literal["access_rights", b"access_rights", "created_at", b"created_at", "description", b"description", "dvr_seconds", b"dvr_seconds", "finish_time", b"finish_time", "id", b"id", "line_id", b"line_id", "public_access", b"public_access", "sign_url_access", b"sign_url_access", "start_time", b"start_time", "stream_id", b"stream_id", "style_preset_id", b"style_preset_id", "thumbnail_id", b"thumbnail_id", "title", b"title", "updated_at", b"updated_at", "visibility_status", b"visibility_status"]) -> None: ...
143
+ def WhichOneof(self, oneof_group: typing.Literal["access_rights", b"access_rights"]) -> typing.Literal["public_access", "sign_url_access"] | None: ...
126
144
 
127
145
  global___Episode = Episode
128
146
 
129
147
  @typing.final
130
148
  class EpisodePublicAccessRights(google.protobuf.message.Message):
131
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
132
-
133
- def __init__(
134
- self,
135
- ) -> None: ...
136
-
137
- global___EpisodePublicAccessRights = EpisodePublicAccessRights
149
+ """Represents public access rights for an episode.
150
+ When this access type is set, the episode is publicly accessible via direct link.
151
+ """
138
152
 
139
- @typing.final
140
- class EpisodeAuthSystemAccessRights(google.protobuf.message.Message):
141
153
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
142
154
 
143
155
  def __init__(
144
156
  self,
145
157
  ) -> None: ...
146
158
 
147
- global___EpisodeAuthSystemAccessRights = EpisodeAuthSystemAccessRights
159
+ global___EpisodePublicAccessRights = EpisodePublicAccessRights
148
160
 
149
161
  @typing.final
150
162
  class EpisodeSignURLAccessRights(google.protobuf.message.Message):
163
+ """Represents access rights controlled by URL signatures.
164
+ When this access type is set, the episode is accessible only via properly signed temporary link.
165
+ """
166
+
151
167
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
152
168
 
153
169
  def __init__(