yandexcloud 0.324.0__py3-none-any.whl → 0.326.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 (134) hide show
  1. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +18 -5
  2. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +149 -0
  3. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py +3 -4
  4. yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +2 -7
  5. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +10 -8
  6. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +63 -5
  7. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py +20 -20
  8. yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +9 -3
  9. yandex/cloud/ai/foundation_models/v1/embedding/embedding_service_pb2.pyi +1 -1
  10. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_pb2.pyi +4 -2
  11. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2.pyi +6 -3
  12. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.py +3 -3
  13. yandex/cloud/ai/foundation_models/v1/image_generation/image_generation_service_pb2_grpc.pyi +3 -3
  14. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_pb2.pyi +3 -3
  15. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +25 -10
  16. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +11 -5
  17. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +33 -9
  18. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +3 -3
  19. yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
  20. yandex/cloud/ai/stt/v3/stt_pb2.pyi +15 -0
  21. yandex/cloud/ai/stt/v3/stt_service_pb2.py +10 -7
  22. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.py +34 -0
  23. yandex/cloud/ai/stt/v3/stt_service_pb2_grpc.pyi +18 -0
  24. yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +28 -26
  25. yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +16 -2
  26. yandex/cloud/backup/v1/policy_pb2.pyi +1 -1
  27. yandex/cloud/cdn/v1/resource_service_pb2.py +14 -14
  28. yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
  29. yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py +14 -9
  30. yandex/cloud/cloudregistry/v1/artifact_pb2.pyi +2 -0
  31. yandex/cloud/cloudregistry/v1/artifact_service_pb2.pyi +3 -3
  32. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.py +9 -6
  33. yandex/cloud/cloudregistry/v1/artifact_service_pb2_grpc.pyi +15 -9
  34. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +1 -1
  35. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +42 -38
  36. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.py +2 -2
  37. yandex/cloud/cloudregistry/v1/registry_service_pb2_grpc.pyi +6 -6
  38. yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +9 -5
  39. yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +96 -0
  40. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +55 -53
  41. yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +14 -2
  42. yandex/cloud/iam/v1/user_account_pb2.py +12 -11
  43. yandex/cloud/iam/v1/user_account_pb2.pyi +9 -4
  44. yandex/cloud/iam/v1/user_account_service_pb2_grpc.py +3 -3
  45. yandex/cloud/iam/v1/user_account_service_pb2_grpc.pyi +3 -3
  46. yandex/cloud/mdb/redis/v1/backup_pb2.py +4 -2
  47. yandex/cloud/mdb/redis/v1/backup_pb2.pyi +31 -1
  48. yandex/cloud/mdb/redis/v1/config/redis_pb2.py +8 -8
  49. yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +14 -2
  50. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +2 -2
  51. yandex/cloud/searchapi/__init__.py +0 -0
  52. yandex/cloud/searchapi/v2/__init__.py +0 -0
  53. yandex/cloud/searchapi/v2/search_query_pb2.py +37 -0
  54. yandex/cloud/searchapi/v2/search_query_pb2.pyi +100 -0
  55. yandex/cloud/searchapi/v2/search_query_pb2_grpc.py +4 -0
  56. yandex/cloud/searchapi/v2/search_query_pb2_grpc.pyi +17 -0
  57. yandex/cloud/searchapi/v2/search_service_pb2.py +61 -0
  58. yandex/cloud/searchapi/v2/search_service_pb2.pyi +218 -0
  59. yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +70 -0
  60. yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +48 -0
  61. yandex/cloud/serverless/containers/v1/container_pb2.py +42 -34
  62. yandex/cloud/serverless/containers/v1/container_pb2.pyi +52 -2
  63. yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
  64. yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
  65. yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +9 -9
  66. yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +8 -0
  67. yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +31 -31
  68. yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +4 -0
  69. yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +23 -15
  70. yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +32 -0
  71. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +34 -0
  72. yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +20 -0
  73. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.py +46 -40
  74. yandex/cloud/smartwebsecurity/v1/security_profile_pb2.pyi +47 -2
  75. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.py +18 -18
  76. yandex/cloud/smartwebsecurity/v1/security_profile_service_pb2.pyi +16 -3
  77. yandex/cloud/speechsense/v1/talk_pb2.py +14 -6
  78. yandex/cloud/speechsense/v1/talk_pb2.pyi +89 -2
  79. yandex/cloud/speechsense/v1/talk_service_pb2.py +2 -6
  80. yandex/cloud/video/v1/channel_pb2.py +1 -1
  81. yandex/cloud/video/v1/channel_service_pb2.py +58 -25
  82. yandex/cloud/video/v1/channel_service_pb2.pyi +40 -0
  83. yandex/cloud/video/v1/channel_service_pb2_grpc.py +34 -0
  84. yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +20 -0
  85. yandex/cloud/video/v1/episode_pb2.py +10 -8
  86. yandex/cloud/video/v1/episode_pb2.pyi +19 -3
  87. yandex/cloud/video/v1/episode_service_pb2.py +96 -43
  88. yandex/cloud/video/v1/episode_service_pb2.pyi +68 -6
  89. yandex/cloud/video/v1/episode_service_pb2_grpc.py +34 -0
  90. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
  91. yandex/cloud/video/v1/manifest_pb2.py +3 -3
  92. yandex/cloud/video/v1/manifest_pb2.pyi +1 -5
  93. yandex/cloud/video/v1/playlist_pb2.py +29 -0
  94. yandex/cloud/video/v1/playlist_pb2.pyi +89 -0
  95. yandex/cloud/video/v1/playlist_pb2_grpc.py +4 -0
  96. yandex/cloud/video/v1/playlist_pb2_grpc.pyi +17 -0
  97. yandex/cloud/video/v1/playlist_service_pb2.py +102 -0
  98. yandex/cloud/video/v1/playlist_service_pb2.pyi +331 -0
  99. yandex/cloud/video/v1/playlist_service_pb2_grpc.py +276 -0
  100. yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +172 -0
  101. yandex/cloud/video/v1/stream_line_pb2.py +1 -1
  102. yandex/cloud/video/v1/stream_line_service_pb2.py +122 -55
  103. yandex/cloud/video/v1/stream_line_service_pb2.pyi +80 -0
  104. yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +68 -0
  105. yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +40 -0
  106. yandex/cloud/video/v1/stream_pb2.py +1 -1
  107. yandex/cloud/video/v1/stream_service_pb2.py +98 -37
  108. yandex/cloud/video/v1/stream_service_pb2.pyi +80 -0
  109. yandex/cloud/video/v1/stream_service_pb2_grpc.py +68 -0
  110. yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +40 -0
  111. yandex/cloud/video/v1/subtitle_pb2.py +29 -0
  112. yandex/cloud/video/v1/subtitle_pb2.pyi +90 -0
  113. yandex/cloud/video/v1/subtitle_pb2_grpc.py +4 -0
  114. yandex/cloud/video/v1/subtitle_pb2_grpc.pyi +17 -0
  115. yandex/cloud/video/v1/subtitle_service_pb2.py +83 -0
  116. yandex/cloud/video/v1/subtitle_service_pb2.pyi +212 -0
  117. yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +208 -0
  118. yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +132 -0
  119. yandex/cloud/video/v1/thumbnail_service_pb2.py +50 -21
  120. yandex/cloud/video/v1/thumbnail_service_pb2.pyi +48 -0
  121. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +69 -0
  122. yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +41 -0
  123. yandex/cloud/video/v1/video_pb2.py +18 -14
  124. yandex/cloud/video/v1/video_pb2.pyi +55 -3
  125. yandex/cloud/video/v1/video_service_pb2.py +118 -49
  126. yandex/cloud/video/v1/video_service_pb2.pyi +161 -6
  127. yandex/cloud/video/v1/video_service_pb2_grpc.py +102 -0
  128. yandex/cloud/video/v1/video_service_pb2_grpc.pyi +60 -0
  129. {yandexcloud-0.324.0.dist-info → yandexcloud-0.326.0.dist-info}/METADATA +1 -1
  130. {yandexcloud-0.324.0.dist-info → yandexcloud-0.326.0.dist-info}/RECORD +134 -108
  131. {yandexcloud-0.324.0.dist-info → yandexcloud-0.326.0.dist-info}/WHEEL +1 -1
  132. {yandexcloud-0.324.0.dist-info → yandexcloud-0.326.0.dist-info}/AUTHORS +0 -0
  133. {yandexcloud-0.324.0.dist-info → yandexcloud-0.326.0.dist-info}/LICENSE +0 -0
  134. {yandexcloud-0.324.0.dist-info → yandexcloud-0.326.0.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,11 @@ class VideoServiceStub(object):
27
27
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.ListVideoRequest.SerializeToString,
28
28
  response_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.ListVideoResponse.FromString,
29
29
  )
30
+ self.BatchGet = channel.unary_unary(
31
+ '/yandex.cloud.video.v1.VideoService/BatchGet',
32
+ request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchGetVideosRequest.SerializeToString,
33
+ response_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchGetVideosResponse.FromString,
34
+ )
30
35
  self.Create = channel.unary_unary(
31
36
  '/yandex.cloud.video.v1.VideoService/Create',
32
37
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.CreateVideoRequest.SerializeToString,
@@ -37,11 +42,21 @@ class VideoServiceStub(object):
37
42
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.UpdateVideoRequest.SerializeToString,
38
43
  response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
39
44
  )
45
+ self.Transcode = channel.unary_unary(
46
+ '/yandex.cloud.video.v1.VideoService/Transcode',
47
+ request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.TranscodeVideoRequest.SerializeToString,
48
+ response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
49
+ )
40
50
  self.Delete = channel.unary_unary(
41
51
  '/yandex.cloud.video.v1.VideoService/Delete',
42
52
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.DeleteVideoRequest.SerializeToString,
43
53
  response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
44
54
  )
55
+ self.BatchDelete = channel.unary_unary(
56
+ '/yandex.cloud.video.v1.VideoService/BatchDelete',
57
+ request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchDeleteVideosRequest.SerializeToString,
58
+ response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
59
+ )
45
60
  self.PerformAction = channel.unary_unary(
46
61
  '/yandex.cloud.video.v1.VideoService/PerformAction',
47
62
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.PerformVideoActionRequest.SerializeToString,
@@ -77,6 +92,13 @@ class VideoServiceServicer(object):
77
92
  context.set_details('Method not implemented!')
78
93
  raise NotImplementedError('Method not implemented!')
79
94
 
95
+ def BatchGet(self, request, context):
96
+ """Batch get video in specific channel.
97
+ """
98
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
99
+ context.set_details('Method not implemented!')
100
+ raise NotImplementedError('Method not implemented!')
101
+
80
102
  def Create(self, request, context):
81
103
  """Create video.
82
104
  """
@@ -91,6 +113,13 @@ class VideoServiceServicer(object):
91
113
  context.set_details('Method not implemented!')
92
114
  raise NotImplementedError('Method not implemented!')
93
115
 
116
+ def Transcode(self, request, context):
117
+ """Transcode video.
118
+ """
119
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
120
+ context.set_details('Method not implemented!')
121
+ raise NotImplementedError('Method not implemented!')
122
+
94
123
  def Delete(self, request, context):
95
124
  """Delete video.
96
125
  """
@@ -98,6 +127,13 @@ class VideoServiceServicer(object):
98
127
  context.set_details('Method not implemented!')
99
128
  raise NotImplementedError('Method not implemented!')
100
129
 
130
+ def BatchDelete(self, request, context):
131
+ """Batch delete video.
132
+ """
133
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
134
+ context.set_details('Method not implemented!')
135
+ raise NotImplementedError('Method not implemented!')
136
+
101
137
  def PerformAction(self, request, context):
102
138
  """Perform an action on the episode.
103
139
  """
@@ -132,6 +168,11 @@ def add_VideoServiceServicer_to_server(servicer, server):
132
168
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.ListVideoRequest.FromString,
133
169
  response_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.ListVideoResponse.SerializeToString,
134
170
  ),
171
+ 'BatchGet': grpc.unary_unary_rpc_method_handler(
172
+ servicer.BatchGet,
173
+ request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchGetVideosRequest.FromString,
174
+ response_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchGetVideosResponse.SerializeToString,
175
+ ),
135
176
  'Create': grpc.unary_unary_rpc_method_handler(
136
177
  servicer.Create,
137
178
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.CreateVideoRequest.FromString,
@@ -142,11 +183,21 @@ def add_VideoServiceServicer_to_server(servicer, server):
142
183
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.UpdateVideoRequest.FromString,
143
184
  response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
144
185
  ),
186
+ 'Transcode': grpc.unary_unary_rpc_method_handler(
187
+ servicer.Transcode,
188
+ request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.TranscodeVideoRequest.FromString,
189
+ response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
190
+ ),
145
191
  'Delete': grpc.unary_unary_rpc_method_handler(
146
192
  servicer.Delete,
147
193
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.DeleteVideoRequest.FromString,
148
194
  response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
149
195
  ),
196
+ 'BatchDelete': grpc.unary_unary_rpc_method_handler(
197
+ servicer.BatchDelete,
198
+ request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchDeleteVideosRequest.FromString,
199
+ response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
200
+ ),
150
201
  'PerformAction': grpc.unary_unary_rpc_method_handler(
151
202
  servicer.PerformAction,
152
203
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.PerformVideoActionRequest.FromString,
@@ -207,6 +258,23 @@ class VideoService(object):
207
258
  options, channel_credentials,
208
259
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
209
260
 
261
+ @staticmethod
262
+ def BatchGet(request,
263
+ target,
264
+ options=(),
265
+ channel_credentials=None,
266
+ call_credentials=None,
267
+ insecure=False,
268
+ compression=None,
269
+ wait_for_ready=None,
270
+ timeout=None,
271
+ metadata=None):
272
+ return grpc.experimental.unary_unary(request, target, '/yandex.cloud.video.v1.VideoService/BatchGet',
273
+ yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchGetVideosRequest.SerializeToString,
274
+ yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchGetVideosResponse.FromString,
275
+ options, channel_credentials,
276
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
277
+
210
278
  @staticmethod
211
279
  def Create(request,
212
280
  target,
@@ -241,6 +309,23 @@ class VideoService(object):
241
309
  options, channel_credentials,
242
310
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
243
311
 
312
+ @staticmethod
313
+ def Transcode(request,
314
+ target,
315
+ options=(),
316
+ channel_credentials=None,
317
+ call_credentials=None,
318
+ insecure=False,
319
+ compression=None,
320
+ wait_for_ready=None,
321
+ timeout=None,
322
+ metadata=None):
323
+ return grpc.experimental.unary_unary(request, target, '/yandex.cloud.video.v1.VideoService/Transcode',
324
+ yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.TranscodeVideoRequest.SerializeToString,
325
+ yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
326
+ options, channel_credentials,
327
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
328
+
244
329
  @staticmethod
245
330
  def Delete(request,
246
331
  target,
@@ -258,6 +343,23 @@ class VideoService(object):
258
343
  options, channel_credentials,
259
344
  insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
260
345
 
346
+ @staticmethod
347
+ def BatchDelete(request,
348
+ target,
349
+ options=(),
350
+ channel_credentials=None,
351
+ call_credentials=None,
352
+ insecure=False,
353
+ compression=None,
354
+ wait_for_ready=None,
355
+ timeout=None,
356
+ metadata=None):
357
+ return grpc.experimental.unary_unary(request, target, '/yandex.cloud.video.v1.VideoService/BatchDelete',
358
+ yandex_dot_cloud_dot_video_dot_v1_dot_video__service__pb2.BatchDeleteVideosRequest.SerializeToString,
359
+ yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
360
+ options, channel_credentials,
361
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
362
+
261
363
  @staticmethod
262
364
  def PerformAction(request,
263
365
  target,
@@ -35,6 +35,12 @@ class VideoServiceStub:
35
35
  ]
36
36
  """List videos for channel."""
37
37
 
38
+ BatchGet: grpc.UnaryUnaryMultiCallable[
39
+ yandex.cloud.video.v1.video_service_pb2.BatchGetVideosRequest,
40
+ yandex.cloud.video.v1.video_service_pb2.BatchGetVideosResponse,
41
+ ]
42
+ """Batch get video in specific channel."""
43
+
38
44
  Create: grpc.UnaryUnaryMultiCallable[
39
45
  yandex.cloud.video.v1.video_service_pb2.CreateVideoRequest,
40
46
  yandex.cloud.operation.operation_pb2.Operation,
@@ -47,12 +53,24 @@ class VideoServiceStub:
47
53
  ]
48
54
  """Update video."""
49
55
 
56
+ Transcode: grpc.UnaryUnaryMultiCallable[
57
+ yandex.cloud.video.v1.video_service_pb2.TranscodeVideoRequest,
58
+ yandex.cloud.operation.operation_pb2.Operation,
59
+ ]
60
+ """Transcode video."""
61
+
50
62
  Delete: grpc.UnaryUnaryMultiCallable[
51
63
  yandex.cloud.video.v1.video_service_pb2.DeleteVideoRequest,
52
64
  yandex.cloud.operation.operation_pb2.Operation,
53
65
  ]
54
66
  """Delete video."""
55
67
 
68
+ BatchDelete: grpc.UnaryUnaryMultiCallable[
69
+ yandex.cloud.video.v1.video_service_pb2.BatchDeleteVideosRequest,
70
+ yandex.cloud.operation.operation_pb2.Operation,
71
+ ]
72
+ """Batch delete video."""
73
+
56
74
  PerformAction: grpc.UnaryUnaryMultiCallable[
57
75
  yandex.cloud.video.v1.video_service_pb2.PerformVideoActionRequest,
58
76
  yandex.cloud.operation.operation_pb2.Operation,
@@ -86,6 +104,12 @@ class VideoServiceAsyncStub:
86
104
  ]
87
105
  """List videos for channel."""
88
106
 
107
+ BatchGet: grpc.aio.UnaryUnaryMultiCallable[
108
+ yandex.cloud.video.v1.video_service_pb2.BatchGetVideosRequest,
109
+ yandex.cloud.video.v1.video_service_pb2.BatchGetVideosResponse,
110
+ ]
111
+ """Batch get video in specific channel."""
112
+
89
113
  Create: grpc.aio.UnaryUnaryMultiCallable[
90
114
  yandex.cloud.video.v1.video_service_pb2.CreateVideoRequest,
91
115
  yandex.cloud.operation.operation_pb2.Operation,
@@ -98,12 +122,24 @@ class VideoServiceAsyncStub:
98
122
  ]
99
123
  """Update video."""
100
124
 
125
+ Transcode: grpc.aio.UnaryUnaryMultiCallable[
126
+ yandex.cloud.video.v1.video_service_pb2.TranscodeVideoRequest,
127
+ yandex.cloud.operation.operation_pb2.Operation,
128
+ ]
129
+ """Transcode video."""
130
+
101
131
  Delete: grpc.aio.UnaryUnaryMultiCallable[
102
132
  yandex.cloud.video.v1.video_service_pb2.DeleteVideoRequest,
103
133
  yandex.cloud.operation.operation_pb2.Operation,
104
134
  ]
105
135
  """Delete video."""
106
136
 
137
+ BatchDelete: grpc.aio.UnaryUnaryMultiCallable[
138
+ yandex.cloud.video.v1.video_service_pb2.BatchDeleteVideosRequest,
139
+ yandex.cloud.operation.operation_pb2.Operation,
140
+ ]
141
+ """Batch delete video."""
142
+
107
143
  PerformAction: grpc.aio.UnaryUnaryMultiCallable[
108
144
  yandex.cloud.video.v1.video_service_pb2.PerformVideoActionRequest,
109
145
  yandex.cloud.operation.operation_pb2.Operation,
@@ -141,6 +177,14 @@ class VideoServiceServicer(metaclass=abc.ABCMeta):
141
177
  ) -> typing.Union[yandex.cloud.video.v1.video_service_pb2.ListVideoResponse, collections.abc.Awaitable[yandex.cloud.video.v1.video_service_pb2.ListVideoResponse]]:
142
178
  """List videos for channel."""
143
179
 
180
+ @abc.abstractmethod
181
+ def BatchGet(
182
+ self,
183
+ request: yandex.cloud.video.v1.video_service_pb2.BatchGetVideosRequest,
184
+ context: _ServicerContext,
185
+ ) -> typing.Union[yandex.cloud.video.v1.video_service_pb2.BatchGetVideosResponse, collections.abc.Awaitable[yandex.cloud.video.v1.video_service_pb2.BatchGetVideosResponse]]:
186
+ """Batch get video in specific channel."""
187
+
144
188
  @abc.abstractmethod
145
189
  def Create(
146
190
  self,
@@ -157,6 +201,14 @@ class VideoServiceServicer(metaclass=abc.ABCMeta):
157
201
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
158
202
  """Update video."""
159
203
 
204
+ @abc.abstractmethod
205
+ def Transcode(
206
+ self,
207
+ request: yandex.cloud.video.v1.video_service_pb2.TranscodeVideoRequest,
208
+ context: _ServicerContext,
209
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
210
+ """Transcode video."""
211
+
160
212
  @abc.abstractmethod
161
213
  def Delete(
162
214
  self,
@@ -165,6 +217,14 @@ class VideoServiceServicer(metaclass=abc.ABCMeta):
165
217
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
166
218
  """Delete video."""
167
219
 
220
+ @abc.abstractmethod
221
+ def BatchDelete(
222
+ self,
223
+ request: yandex.cloud.video.v1.video_service_pb2.BatchDeleteVideosRequest,
224
+ context: _ServicerContext,
225
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
226
+ """Batch delete video."""
227
+
168
228
  @abc.abstractmethod
169
229
  def PerformAction(
170
230
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: yandexcloud
3
- Version: 0.324.0
3
+ Version: 0.326.0
4
4
  Summary: The Yandex.Cloud official SDK
5
5
  Home-page: https://github.com/yandex-cloud/python-sdk
6
6
  Author: Yandex LLC