yandexcloud 0.330.0__py3-none-any.whl → 0.331.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yandex/cloud/ai/assistants/v1/common_pb2.py +28 -9
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +231 -12
- yandex/cloud/ai/assistants/v1/runs/run_pb2.py +10 -10
- yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +20 -4
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +26 -22
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +50 -4
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +46 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +29 -0
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +13 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +7 -7
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +9 -2
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.py +6 -5
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +8 -1
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.py +22 -21
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +15 -2
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +12 -10
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +23 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +62 -48
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +89 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +87 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +37 -0
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +34 -28
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +73 -3
- yandex/cloud/ai/translate/v2/translation_pb2.pyi +2 -2
- yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +14 -13
- yandex/cloud/ai/tuning/v1/tuning_error_pb2.py +39 -0
- yandex/cloud/ai/tuning/v1/tuning_error_pb2.pyi +54 -0
- yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.py +24 -0
- yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +56 -51
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +33 -2
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +1 -0
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +1 -1
- yandex/cloud/audittrails/v1/trail_pb2.py +17 -15
- yandex/cloud/audittrails/v1/trail_pb2.pyi +25 -2
- yandex/cloud/backup/v1/policy_pb2.py +27 -27
- yandex/cloud/backup/v1/policy_pb2.pyi +8 -2
- yandex/cloud/billing/v1/customer_service_pb2.pyi +2 -2
- yandex/cloud/compute/v1/disk_placement_group_service_pb2.py +28 -28
- yandex/cloud/compute/v1/disk_service_pb2.py +36 -36
- yandex/cloud/compute/v1/filesystem_service_pb2.py +24 -24
- yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +1 -1
- yandex/cloud/compute/v1/host_group_service_pb2.py +36 -36
- yandex/cloud/compute/v1/image_service_pb2.py +24 -24
- yandex/cloud/compute/v1/image_service_pb2.pyi +2 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -130
- yandex/cloud/compute/v1/snapshot_service_pb2.py +24 -24
- yandex/cloud/endpoint/api_endpoint_service_pb2.py +10 -6
- yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +1 -1
- yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +3 -3
- yandex/cloud/loadtesting/api/v1/config_service_pb2.py +2 -2
- yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2.py +3 -3
- yandex/cloud/loadtesting/api/v1/report_service_pb2.py +2 -2
- yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +1 -1
- yandex/cloud/loadtesting/api/v1/test_service_pb2.py +2 -2
- yandex/cloud/lockbox/v1/payload_service_pb2.py +6 -6
- yandex/cloud/lockbox/v1/payload_service_pb2.pyi +4 -1
- yandex/cloud/mdb/greenplum/v1/config_pb2.py +24 -24
- yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +20 -2
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.py +51 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.pyi +62 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.py +24 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.py +99 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.pyi +187 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.py +276 -0
- yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.pyi +126 -0
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +0 -1
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +3 -9
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +96 -96
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +0 -1
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +3 -9
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +98 -98
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/redis/v1/user_pb2.py +47 -0
- yandex/cloud/mdb/redis/v1/user_pb2.pyi +131 -0
- yandex/cloud/mdb/redis/v1/user_pb2_grpc.py +24 -0
- yandex/cloud/mdb/redis/v1/user_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2.py +93 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2.pyi +250 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.py +281 -0
- yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.pyi +141 -0
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.py +1 -1
- yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.pyi +3 -3
- yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.py +1 -1
- yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.pyi +3 -3
- yandex/cloud/video/v1/video_service_pb2.py +64 -63
- yandex/cloud/video/v1/video_service_pb2.pyi +9 -2
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.331.0.dist-info}/METADATA +2 -2
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.331.0.dist-info}/RECORD +98 -78
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.331.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.331.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.331.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.330.0.dist-info → yandexcloud-0.331.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
import yandex.cloud.mdb.redis.v1.user_pb2
|
|
12
|
+
import yandex.cloud.mdb.redis.v1.user_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
14
|
+
|
|
15
|
+
_T = typing.TypeVar("_T")
|
|
16
|
+
|
|
17
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
18
|
+
|
|
19
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
|
+
...
|
|
21
|
+
|
|
22
|
+
class UserServiceStub:
|
|
23
|
+
"""A set of methods for managing Redis User resources."""
|
|
24
|
+
|
|
25
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.GetUserRequest,
|
|
28
|
+
yandex.cloud.mdb.redis.v1.user_pb2.User,
|
|
29
|
+
]
|
|
30
|
+
"""Returns the specified Redis User resource.
|
|
31
|
+
|
|
32
|
+
To get the list of available Redis User resources, make a [List] request.
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
36
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.ListUsersRequest,
|
|
37
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.ListUsersResponse,
|
|
38
|
+
]
|
|
39
|
+
"""Retrieves the list of Redis User resources in the specified cluster."""
|
|
40
|
+
|
|
41
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
42
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.CreateUserRequest,
|
|
43
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
44
|
+
]
|
|
45
|
+
"""Creates a Redis user in the specified cluster."""
|
|
46
|
+
|
|
47
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
48
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.UpdateUserRequest,
|
|
49
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
50
|
+
]
|
|
51
|
+
"""Updates the specified Redis user."""
|
|
52
|
+
|
|
53
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
54
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.DeleteUserRequest,
|
|
55
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
56
|
+
]
|
|
57
|
+
"""Deletes the specified Redis user."""
|
|
58
|
+
|
|
59
|
+
class UserServiceAsyncStub:
|
|
60
|
+
"""A set of methods for managing Redis User resources."""
|
|
61
|
+
|
|
62
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
63
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.GetUserRequest,
|
|
64
|
+
yandex.cloud.mdb.redis.v1.user_pb2.User,
|
|
65
|
+
]
|
|
66
|
+
"""Returns the specified Redis User resource.
|
|
67
|
+
|
|
68
|
+
To get the list of available Redis User resources, make a [List] request.
|
|
69
|
+
"""
|
|
70
|
+
|
|
71
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
72
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.ListUsersRequest,
|
|
73
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.ListUsersResponse,
|
|
74
|
+
]
|
|
75
|
+
"""Retrieves the list of Redis User resources in the specified cluster."""
|
|
76
|
+
|
|
77
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
78
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.CreateUserRequest,
|
|
79
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
80
|
+
]
|
|
81
|
+
"""Creates a Redis user in the specified cluster."""
|
|
82
|
+
|
|
83
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
84
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.UpdateUserRequest,
|
|
85
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
86
|
+
]
|
|
87
|
+
"""Updates the specified Redis user."""
|
|
88
|
+
|
|
89
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
90
|
+
yandex.cloud.mdb.redis.v1.user_service_pb2.DeleteUserRequest,
|
|
91
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
92
|
+
]
|
|
93
|
+
"""Deletes the specified Redis user."""
|
|
94
|
+
|
|
95
|
+
class UserServiceServicer(metaclass=abc.ABCMeta):
|
|
96
|
+
"""A set of methods for managing Redis User resources."""
|
|
97
|
+
|
|
98
|
+
@abc.abstractmethod
|
|
99
|
+
def Get(
|
|
100
|
+
self,
|
|
101
|
+
request: yandex.cloud.mdb.redis.v1.user_service_pb2.GetUserRequest,
|
|
102
|
+
context: _ServicerContext,
|
|
103
|
+
) -> typing.Union[yandex.cloud.mdb.redis.v1.user_pb2.User, collections.abc.Awaitable[yandex.cloud.mdb.redis.v1.user_pb2.User]]:
|
|
104
|
+
"""Returns the specified Redis User resource.
|
|
105
|
+
|
|
106
|
+
To get the list of available Redis User resources, make a [List] request.
|
|
107
|
+
"""
|
|
108
|
+
|
|
109
|
+
@abc.abstractmethod
|
|
110
|
+
def List(
|
|
111
|
+
self,
|
|
112
|
+
request: yandex.cloud.mdb.redis.v1.user_service_pb2.ListUsersRequest,
|
|
113
|
+
context: _ServicerContext,
|
|
114
|
+
) -> typing.Union[yandex.cloud.mdb.redis.v1.user_service_pb2.ListUsersResponse, collections.abc.Awaitable[yandex.cloud.mdb.redis.v1.user_service_pb2.ListUsersResponse]]:
|
|
115
|
+
"""Retrieves the list of Redis User resources in the specified cluster."""
|
|
116
|
+
|
|
117
|
+
@abc.abstractmethod
|
|
118
|
+
def Create(
|
|
119
|
+
self,
|
|
120
|
+
request: yandex.cloud.mdb.redis.v1.user_service_pb2.CreateUserRequest,
|
|
121
|
+
context: _ServicerContext,
|
|
122
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
123
|
+
"""Creates a Redis user in the specified cluster."""
|
|
124
|
+
|
|
125
|
+
@abc.abstractmethod
|
|
126
|
+
def Update(
|
|
127
|
+
self,
|
|
128
|
+
request: yandex.cloud.mdb.redis.v1.user_service_pb2.UpdateUserRequest,
|
|
129
|
+
context: _ServicerContext,
|
|
130
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
131
|
+
"""Updates the specified Redis user."""
|
|
132
|
+
|
|
133
|
+
@abc.abstractmethod
|
|
134
|
+
def Delete(
|
|
135
|
+
self,
|
|
136
|
+
request: yandex.cloud.mdb.redis.v1.user_service_pb2.DeleteUserRequest,
|
|
137
|
+
context: _ServicerContext,
|
|
138
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
139
|
+
"""Deletes the specified Redis user."""
|
|
140
|
+
|
|
141
|
+
def add_UserServiceServicer_to_server(servicer: UserServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -106,7 +106,7 @@ class ApiGatewayServiceServicer(object):
|
|
|
106
106
|
|
|
107
107
|
def Get(self, request, context):
|
|
108
108
|
"""Returns the specified API gateway. Note that only API gateway basic attributes are returned.
|
|
109
|
-
To get associated openapi specification, make a [GetOpenapiSpec]
|
|
109
|
+
To get associated openapi specification, make a [GetOpenapiSpec] request.
|
|
110
110
|
|
|
111
111
|
To get the list of all available API gateways, make a [List] request.
|
|
112
112
|
"""
|
|
@@ -29,7 +29,7 @@ class ApiGatewayServiceStub:
|
|
|
29
29
|
yandex.cloud.serverless.apigateway.v1.apigateway_pb2.ApiGateway,
|
|
30
30
|
]
|
|
31
31
|
"""Returns the specified API gateway. Note that only API gateway basic attributes are returned.
|
|
32
|
-
To get associated openapi specification, make a [GetOpenapiSpec]
|
|
32
|
+
To get associated openapi specification, make a [GetOpenapiSpec] request.
|
|
33
33
|
|
|
34
34
|
To get the list of all available API gateways, make a [List] request.
|
|
35
35
|
"""
|
|
@@ -108,7 +108,7 @@ class ApiGatewayServiceAsyncStub:
|
|
|
108
108
|
yandex.cloud.serverless.apigateway.v1.apigateway_pb2.ApiGateway,
|
|
109
109
|
]
|
|
110
110
|
"""Returns the specified API gateway. Note that only API gateway basic attributes are returned.
|
|
111
|
-
To get associated openapi specification, make a [GetOpenapiSpec]
|
|
111
|
+
To get associated openapi specification, make a [GetOpenapiSpec] request.
|
|
112
112
|
|
|
113
113
|
To get the list of all available API gateways, make a [List] request.
|
|
114
114
|
"""
|
|
@@ -189,7 +189,7 @@ class ApiGatewayServiceServicer(metaclass=abc.ABCMeta):
|
|
|
189
189
|
context: _ServicerContext,
|
|
190
190
|
) -> typing.Union[yandex.cloud.serverless.apigateway.v1.apigateway_pb2.ApiGateway, collections.abc.Awaitable[yandex.cloud.serverless.apigateway.v1.apigateway_pb2.ApiGateway]]:
|
|
191
191
|
"""Returns the specified API gateway. Note that only API gateway basic attributes are returned.
|
|
192
|
-
To get associated openapi specification, make a [GetOpenapiSpec]
|
|
192
|
+
To get associated openapi specification, make a [GetOpenapiSpec] request.
|
|
193
193
|
|
|
194
194
|
To get the list of all available API gateways, make a [List] request.
|
|
195
195
|
"""
|
|
@@ -163,7 +163,7 @@ class ContainerServiceServicer(object):
|
|
|
163
163
|
def GetRevision(self, request, context):
|
|
164
164
|
"""Returns the specified revision of a container.
|
|
165
165
|
|
|
166
|
-
To get the list of available
|
|
166
|
+
To get the list of available revisions, make a [ListRevisions] request.
|
|
167
167
|
"""
|
|
168
168
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
169
169
|
context.set_details('Method not implemented!')
|
|
@@ -75,7 +75,7 @@ class ContainerServiceStub:
|
|
|
75
75
|
]
|
|
76
76
|
"""Returns the specified revision of a container.
|
|
77
77
|
|
|
78
|
-
To get the list of available
|
|
78
|
+
To get the list of available revisions, make a [ListRevisions] request.
|
|
79
79
|
"""
|
|
80
80
|
|
|
81
81
|
ListRevisions: grpc.UnaryUnaryMultiCallable[
|
|
@@ -164,7 +164,7 @@ class ContainerServiceAsyncStub:
|
|
|
164
164
|
]
|
|
165
165
|
"""Returns the specified revision of a container.
|
|
166
166
|
|
|
167
|
-
To get the list of available
|
|
167
|
+
To get the list of available revisions, make a [ListRevisions] request.
|
|
168
168
|
"""
|
|
169
169
|
|
|
170
170
|
ListRevisions: grpc.aio.UnaryUnaryMultiCallable[
|
|
@@ -269,7 +269,7 @@ class ContainerServiceServicer(metaclass=abc.ABCMeta):
|
|
|
269
269
|
) -> typing.Union[yandex.cloud.serverless.containers.v1.container_pb2.Revision, collections.abc.Awaitable[yandex.cloud.serverless.containers.v1.container_pb2.Revision]]:
|
|
270
270
|
"""Returns the specified revision of a container.
|
|
271
271
|
|
|
272
|
-
To get the list of available
|
|
272
|
+
To get the list of available revisions, make a [ListRevisions] request.
|
|
273
273
|
"""
|
|
274
274
|
|
|
275
275
|
@abc.abstractmethod
|
|
@@ -23,6 +23,7 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
26
27
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
27
28
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
28
29
|
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
@@ -31,7 +32,7 @@ from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot
|
|
|
31
32
|
from yandex.cloud.video.v1 import video_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_video__pb2
|
|
32
33
|
|
|
33
34
|
|
|
34
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_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/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"1\n\x0fGetVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xa5\x01\n\x10ListVideoRequest\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\x1d\n\npage_token\x18\x65 \x01(\tB\t\x8a\xc8\x31\x05<=200\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x64\"`\n\x11ListVideoResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"_\n\x15\x42\x61tchGetVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12$\n\tvideo_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"F\n\x16\x42\x61tchGetVideosResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\"\xe0\x05\n\x12\x43reateVideoRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x13\n\x05title\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12<\n\x0e\x61uto_transcode\x18\x05 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDParamsH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x01\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x06\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0f\"?\n\x0fVideoTUSDParams\x12\x19\n\tfile_size\x18\x01 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\x11\n\tfile_name\x18\x02 \x01(\t\"\x19\n\x17VideoPublicAccessParams\"\x1d\n\x1bVideoAuthSystemAccessParams\"\x1a\n\x18VideoSignURLAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xb1\x05\n\x12UpdateVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12<\n\x0e\x61uto_transcode\x18\x06 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x00\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x00\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\raccess_rightsJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x07\x10\xc8\x01J\x06\x08\xc9\x01\x10\xd0\x0f\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"o\n\x15TranscodeVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x14\n\x0csubtitle_ids\x18\x03 \x03(\t\"*\n\x16TranscodeVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"b\n\x18\x42\x61tchDeleteVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12$\n\tvideo_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\".\n\x19\x42\x61tchDeleteVideosMetadata\x12\x11\n\tvideo_ids\x18\x01 \x03(\t\"\xd4\x01\n\x19PerformVideoActionRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12=\n\x07publish\x18\xe8\x07 \x01(\x0b\x32).yandex.cloud.video.v1.PublishVideoActionH\x00\x12\x41\n\tunpublish\x18\xe9\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.UnpublishVideoActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x05\x08\x02\x10\xe8\x07\"\x14\n\x12PublishVideoAction\"\x16\n\x14UnpublishVideoAction\".\n\x1aPerformVideoActionMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/video/v1/video_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1egoogle/protobuf/duration.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/manifest.proto\x1a!yandex/cloud/video/v1/video.proto\"1\n\x0fGetVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xa5\x01\n\x10ListVideoRequest\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\x1d\n\npage_token\x18\x65 \x01(\tB\t\x8a\xc8\x31\x05<=200\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x1a\n\x06\x66ilter\x18g \x01(\tB\n\x8a\xc8\x31\x06<=1000J\x04\x08\x02\x10\x64\"`\n\x11ListVideoResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"_\n\x15\x42\x61tchGetVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12$\n\tvideo_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"F\n\x16\x42\x61tchGetVideosResponse\x12,\n\x06videos\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.video.v1.Video\"\xe0\x05\n\x12\x43reateVideoRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x13\n\x05title\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12<\n\x0e\x61uto_transcode\x18\x05 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.CreateVideoRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12\x37\n\x04tusd\x18\xe8\x07 \x01(\x0b\x32&.yandex.cloud.video.v1.VideoTUSDParamsH\x00\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x01\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x01\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x06source\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x06\x10\xc8\x01J\x06\x08\xc9\x01\x10\xe8\x07J\x06\x08\xe9\x07\x10\xd0\x0f\"?\n\x0fVideoTUSDParams\x12\x19\n\tfile_size\x18\x01 \x01(\x03\x42\x06\xfa\xc7\x31\x02>0\x12\x11\n\tfile_name\x18\x02 \x01(\t\"\x19\n\x17VideoPublicAccessParams\"\x1d\n\x1bVideoAuthSystemAccessParams\"\x1a\n\x18VideoSignURLAccessParams\"\'\n\x13\x43reateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xb1\x05\n\x12UpdateVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\r\n\x05title\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x1e\n\x0cthumbnail_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12<\n\x0e\x61uto_transcode\x18\x06 \x01(\x0e\x32$.yandex.cloud.video.v1.AutoTranscode\x12\x87\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x35.yandex.cloud.video.v1.UpdateVideoRequest.LabelsEntryB?\xf2\xc7\x31\x0f[-_.@:/0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04<=63\x12H\n\rpublic_access\x18\xd0\x0f \x01(\x0b\x32..yandex.cloud.video.v1.VideoPublicAccessParamsH\x00\x12Q\n\x12\x61uth_system_access\x18\xd2\x0f \x01(\x0b\x32\x32.yandex.cloud.video.v1.VideoAuthSystemAccessParamsH\x00\x12K\n\x0fsign_url_access\x18\xd3\x0f \x01(\x0b\x32/.yandex.cloud.video.v1.VideoSignURLAccessParamsH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0f\n\raccess_rightsJ\x06\x08\xd1\x0f\x10\xd2\x0fJ\x05\x08\x07\x10\xc8\x01J\x06\x08\xc9\x01\x10\xd0\x0f\"\'\n\x13UpdateVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"o\n\x15TranscodeVideoRequest\x12\x10\n\x08video_id\x18\x01 \x01(\t\x12.\n\nfield_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x14\n\x0csubtitle_ids\x18\x03 \x03(\t\"*\n\x16TranscodeVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"4\n\x12\x44\x65leteVideoRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\'\n\x13\x44\x65leteVideoMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"b\n\x18\x42\x61tchDeleteVideosRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12$\n\tvideo_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\".\n\x19\x42\x61tchDeleteVideosMetadata\x12\x11\n\tvideo_ids\x18\x01 \x03(\t\"\xd4\x01\n\x19PerformVideoActionRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12=\n\x07publish\x18\xe8\x07 \x01(\x0b\x32).yandex.cloud.video.v1.PublishVideoActionH\x00\x12\x41\n\tunpublish\x18\xe9\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.UnpublishVideoActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x05\x08\x02\x10\xe8\x07\"\x14\n\x12PublishVideoAction\"\x16\n\x14UnpublishVideoAction\".\n\x1aPerformVideoActionMetadata\x12\x10\n\x08video_id\x18\x01 \x01(\t\"\xb7\x01\n\x18GetVideoPlayerURLRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x38\n\x06params\x18\x02 \x01(\x0b\x32(.yandex.cloud.video.v1.VideoPlayerParams\x12\x41\n\x1esigned_url_expiration_duration\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\"C\n\x11VideoPlayerParams\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\x19GetVideoPlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\":\n\x18GetVideoManifestsRequest\x12\x1e\n\x08video_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"O\n\x19GetVideoManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xf1\r\n\x0cVideoService\x12p\n\x03Get\x12&.yandex.cloud.video.v1.GetVideoRequest\x1a\x1c.yandex.cloud.video.v1.Video\"#\x82\xd3\xe4\x93\x02\x1d\x12\x1b/video/v1/videos/{video_id}\x12s\n\x04List\x12\'.yandex.cloud.video.v1.ListVideoRequest\x1a(.yandex.cloud.video.v1.ListVideoResponse\"\x18\x82\xd3\xe4\x93\x02\x12\x12\x10/video/v1/videos\x12\x8d\x01\n\x08\x42\x61tchGet\x12,.yandex.cloud.video.v1.BatchGetVideosRequest\x1a-.yandex.cloud.video.v1.BatchGetVideosResponse\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/video/v1/videos:batchGet:\x01*\x12\x93\x01\n\x06\x43reate\x12).yandex.cloud.video.v1.CreateVideoRequest\x1a!.yandex.cloud.operation.Operation\";\xb2\xd2*\x1c\n\x13\x43reateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02\x15\"\x10/video/v1/videos:\x01*\x12\x9e\x01\n\x06Update\x12).yandex.cloud.video.v1.UpdateVideoRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*\x1c\n\x13UpdateVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02 2\x1b/video/v1/videos/{video_id}:\x01*\x12\xb1\x01\n\tTranscode\x12,.yandex.cloud.video.v1.TranscodeVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*\x1f\n\x16TranscodeVideoMetadata\x12\x05Video\x82\xd3\xe4\x93\x02*\"%/video/v1/videos/{video_id}:transcode:\x01*\x12\xab\x01\n\x06\x44\x65lete\x12).yandex.cloud.video.v1.DeleteVideoRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*,\n\x13\x44\x65leteVideoMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x1d*\x1b/video/v1/videos/{video_id}\x12\xc0\x01\n\x0b\x42\x61tchDelete\x12/.yandex.cloud.video.v1.BatchDeleteVideosRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*2\n\x19\x42\x61tchDeleteVideosMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!\"\x1c/video/v1/videos:batchDelete:\x01*\x12\xc1\x01\n\rPerformAction\x12\x30.yandex.cloud.video.v1.PerformVideoActionRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2*#\n\x1aPerformVideoActionMetadata\x12\x05Video\x82\xd3\xe4\x93\x02.\")/video/v1/videos/{video_id}:performAction:\x01*\x12\xa3\x01\n\x0cGetPlayerURL\x12/.yandex.cloud.video.v1.GetVideoPlayerURLRequest\x1a\x30.yandex.cloud.video.v1.GetVideoPlayerURLResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getPlayerURL\x12\xa3\x01\n\x0cGetManifests\x12/.yandex.cloud.video.v1.GetVideoManifestsRequest\x1a\x30.yandex.cloud.video.v1.GetVideoManifestsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/video/v1/videos/{video_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
|
|
35
36
|
|
|
36
37
|
_globals = globals()
|
|
37
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -113,66 +114,66 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
113
114
|
_globals['_VIDEOSERVICE'].methods_by_name['GetPlayerURL']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getPlayerURL'
|
|
114
115
|
_globals['_VIDEOSERVICE'].methods_by_name['GetManifests']._loaded_options = None
|
|
115
116
|
_globals['_VIDEOSERVICE'].methods_by_name['GetManifests']._serialized_options = b'\202\323\344\223\002*\022(/video/v1/videos/{video_id}:getManifests'
|
|
116
|
-
_globals['_GETVIDEOREQUEST']._serialized_start=
|
|
117
|
-
_globals['_GETVIDEOREQUEST']._serialized_end=
|
|
118
|
-
_globals['_LISTVIDEOREQUEST']._serialized_start=
|
|
119
|
-
_globals['_LISTVIDEOREQUEST']._serialized_end=
|
|
120
|
-
_globals['_LISTVIDEORESPONSE']._serialized_start=
|
|
121
|
-
_globals['_LISTVIDEORESPONSE']._serialized_end=
|
|
122
|
-
_globals['_BATCHGETVIDEOSREQUEST']._serialized_start=
|
|
123
|
-
_globals['_BATCHGETVIDEOSREQUEST']._serialized_end=
|
|
124
|
-
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_start=
|
|
125
|
-
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_end=
|
|
126
|
-
_globals['_CREATEVIDEOREQUEST']._serialized_start=
|
|
127
|
-
_globals['_CREATEVIDEOREQUEST']._serialized_end=
|
|
128
|
-
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=
|
|
129
|
-
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=
|
|
130
|
-
_globals['_VIDEOTUSDPARAMS']._serialized_start=
|
|
131
|
-
_globals['_VIDEOTUSDPARAMS']._serialized_end=
|
|
132
|
-
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=
|
|
133
|
-
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=
|
|
134
|
-
_globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=
|
|
135
|
-
_globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=
|
|
136
|
-
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_start=
|
|
137
|
-
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_end=
|
|
138
|
-
_globals['_CREATEVIDEOMETADATA']._serialized_start=
|
|
139
|
-
_globals['_CREATEVIDEOMETADATA']._serialized_end=
|
|
140
|
-
_globals['_UPDATEVIDEOREQUEST']._serialized_start=
|
|
141
|
-
_globals['_UPDATEVIDEOREQUEST']._serialized_end=
|
|
142
|
-
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=
|
|
143
|
-
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=
|
|
144
|
-
_globals['_UPDATEVIDEOMETADATA']._serialized_start=
|
|
145
|
-
_globals['_UPDATEVIDEOMETADATA']._serialized_end=
|
|
146
|
-
_globals['_TRANSCODEVIDEOREQUEST']._serialized_start=
|
|
147
|
-
_globals['_TRANSCODEVIDEOREQUEST']._serialized_end=
|
|
148
|
-
_globals['_TRANSCODEVIDEOMETADATA']._serialized_start=
|
|
149
|
-
_globals['_TRANSCODEVIDEOMETADATA']._serialized_end=
|
|
150
|
-
_globals['_DELETEVIDEOREQUEST']._serialized_start=
|
|
151
|
-
_globals['_DELETEVIDEOREQUEST']._serialized_end=
|
|
152
|
-
_globals['_DELETEVIDEOMETADATA']._serialized_start=
|
|
153
|
-
_globals['_DELETEVIDEOMETADATA']._serialized_end=
|
|
154
|
-
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_start=
|
|
155
|
-
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_end=
|
|
156
|
-
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_start=
|
|
157
|
-
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_end=
|
|
158
|
-
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=
|
|
159
|
-
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=
|
|
160
|
-
_globals['_PUBLISHVIDEOACTION']._serialized_start=
|
|
161
|
-
_globals['_PUBLISHVIDEOACTION']._serialized_end=
|
|
162
|
-
_globals['_UNPUBLISHVIDEOACTION']._serialized_start=
|
|
163
|
-
_globals['_UNPUBLISHVIDEOACTION']._serialized_end=
|
|
164
|
-
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=
|
|
165
|
-
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=
|
|
166
|
-
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=
|
|
167
|
-
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=
|
|
168
|
-
_globals['_VIDEOPLAYERPARAMS']._serialized_start=
|
|
169
|
-
_globals['_VIDEOPLAYERPARAMS']._serialized_end=
|
|
170
|
-
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=
|
|
171
|
-
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=
|
|
172
|
-
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=
|
|
173
|
-
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=
|
|
174
|
-
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=
|
|
175
|
-
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=
|
|
176
|
-
_globals['_VIDEOSERVICE']._serialized_start=
|
|
177
|
-
_globals['_VIDEOSERVICE']._serialized_end=
|
|
117
|
+
_globals['_GETVIDEOREQUEST']._serialized_start=342
|
|
118
|
+
_globals['_GETVIDEOREQUEST']._serialized_end=391
|
|
119
|
+
_globals['_LISTVIDEOREQUEST']._serialized_start=394
|
|
120
|
+
_globals['_LISTVIDEOREQUEST']._serialized_end=559
|
|
121
|
+
_globals['_LISTVIDEORESPONSE']._serialized_start=561
|
|
122
|
+
_globals['_LISTVIDEORESPONSE']._serialized_end=657
|
|
123
|
+
_globals['_BATCHGETVIDEOSREQUEST']._serialized_start=659
|
|
124
|
+
_globals['_BATCHGETVIDEOSREQUEST']._serialized_end=754
|
|
125
|
+
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_start=756
|
|
126
|
+
_globals['_BATCHGETVIDEOSRESPONSE']._serialized_end=826
|
|
127
|
+
_globals['_CREATEVIDEOREQUEST']._serialized_start=829
|
|
128
|
+
_globals['_CREATEVIDEOREQUEST']._serialized_end=1565
|
|
129
|
+
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1450
|
|
130
|
+
_globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1495
|
|
131
|
+
_globals['_VIDEOTUSDPARAMS']._serialized_start=1567
|
|
132
|
+
_globals['_VIDEOTUSDPARAMS']._serialized_end=1630
|
|
133
|
+
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1632
|
|
134
|
+
_globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1657
|
|
135
|
+
_globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=1659
|
|
136
|
+
_globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=1688
|
|
137
|
+
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_start=1690
|
|
138
|
+
_globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_end=1716
|
|
139
|
+
_globals['_CREATEVIDEOMETADATA']._serialized_start=1718
|
|
140
|
+
_globals['_CREATEVIDEOMETADATA']._serialized_end=1757
|
|
141
|
+
_globals['_UPDATEVIDEOREQUEST']._serialized_start=1760
|
|
142
|
+
_globals['_UPDATEVIDEOREQUEST']._serialized_end=2449
|
|
143
|
+
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1450
|
|
144
|
+
_globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1495
|
|
145
|
+
_globals['_UPDATEVIDEOMETADATA']._serialized_start=2451
|
|
146
|
+
_globals['_UPDATEVIDEOMETADATA']._serialized_end=2490
|
|
147
|
+
_globals['_TRANSCODEVIDEOREQUEST']._serialized_start=2492
|
|
148
|
+
_globals['_TRANSCODEVIDEOREQUEST']._serialized_end=2603
|
|
149
|
+
_globals['_TRANSCODEVIDEOMETADATA']._serialized_start=2605
|
|
150
|
+
_globals['_TRANSCODEVIDEOMETADATA']._serialized_end=2647
|
|
151
|
+
_globals['_DELETEVIDEOREQUEST']._serialized_start=2649
|
|
152
|
+
_globals['_DELETEVIDEOREQUEST']._serialized_end=2701
|
|
153
|
+
_globals['_DELETEVIDEOMETADATA']._serialized_start=2703
|
|
154
|
+
_globals['_DELETEVIDEOMETADATA']._serialized_end=2742
|
|
155
|
+
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_start=2744
|
|
156
|
+
_globals['_BATCHDELETEVIDEOSREQUEST']._serialized_end=2842
|
|
157
|
+
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_start=2844
|
|
158
|
+
_globals['_BATCHDELETEVIDEOSMETADATA']._serialized_end=2890
|
|
159
|
+
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=2893
|
|
160
|
+
_globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=3105
|
|
161
|
+
_globals['_PUBLISHVIDEOACTION']._serialized_start=3107
|
|
162
|
+
_globals['_PUBLISHVIDEOACTION']._serialized_end=3127
|
|
163
|
+
_globals['_UNPUBLISHVIDEOACTION']._serialized_start=3129
|
|
164
|
+
_globals['_UNPUBLISHVIDEOACTION']._serialized_end=3151
|
|
165
|
+
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=3153
|
|
166
|
+
_globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=3199
|
|
167
|
+
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=3202
|
|
168
|
+
_globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=3385
|
|
169
|
+
_globals['_VIDEOPLAYERPARAMS']._serialized_start=3387
|
|
170
|
+
_globals['_VIDEOPLAYERPARAMS']._serialized_end=3454
|
|
171
|
+
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=3456
|
|
172
|
+
_globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=3517
|
|
173
|
+
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=3519
|
|
174
|
+
_globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=3577
|
|
175
|
+
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=3579
|
|
176
|
+
_globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=3658
|
|
177
|
+
_globals['_VIDEOSERVICE']._serialized_start=3661
|
|
178
|
+
_globals['_VIDEOSERVICE']._serialized_end=5438
|
|
178
179
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -6,6 +6,7 @@ isort:skip_file
|
|
|
6
6
|
import builtins
|
|
7
7
|
import collections.abc
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.duration_pb2
|
|
9
10
|
import google.protobuf.field_mask_pb2
|
|
10
11
|
import google.protobuf.internal.containers
|
|
11
12
|
import google.protobuf.message
|
|
@@ -560,18 +561,24 @@ class GetVideoPlayerURLRequest(google.protobuf.message.Message):
|
|
|
560
561
|
|
|
561
562
|
VIDEO_ID_FIELD_NUMBER: builtins.int
|
|
562
563
|
PARAMS_FIELD_NUMBER: builtins.int
|
|
564
|
+
SIGNED_URL_EXPIRATION_DURATION_FIELD_NUMBER: builtins.int
|
|
563
565
|
video_id: builtins.str
|
|
564
566
|
"""ID of the video."""
|
|
565
567
|
@property
|
|
566
568
|
def params(self) -> global___VideoPlayerParams: ...
|
|
569
|
+
@property
|
|
570
|
+
def signed_url_expiration_duration(self) -> google.protobuf.duration_pb2.Duration:
|
|
571
|
+
"""Optional field, used to set custom url expiration duration for videos with sign_url_access"""
|
|
572
|
+
|
|
567
573
|
def __init__(
|
|
568
574
|
self,
|
|
569
575
|
*,
|
|
570
576
|
video_id: builtins.str = ...,
|
|
571
577
|
params: global___VideoPlayerParams | None = ...,
|
|
578
|
+
signed_url_expiration_duration: google.protobuf.duration_pb2.Duration | None = ...,
|
|
572
579
|
) -> None: ...
|
|
573
|
-
def HasField(self, field_name: typing.Literal["params", b"params"]) -> builtins.bool: ...
|
|
574
|
-
def ClearField(self, field_name: typing.Literal["params", b"params", "video_id", b"video_id"]) -> None: ...
|
|
580
|
+
def HasField(self, field_name: typing.Literal["params", b"params", "signed_url_expiration_duration", b"signed_url_expiration_duration"]) -> builtins.bool: ...
|
|
581
|
+
def ClearField(self, field_name: typing.Literal["params", b"params", "signed_url_expiration_duration", b"signed_url_expiration_duration", "video_id", b"video_id"]) -> None: ...
|
|
575
582
|
|
|
576
583
|
global___GetVideoPlayerURLRequest = GetVideoPlayerURLRequest
|
|
577
584
|
|
yandexcloud/__init__.py
CHANGED