yandexcloud 0.331.0__py3-none-any.whl → 0.333.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.
Files changed (86) hide show
  1. yandex/cloud/ai/assistants/v1/threads/message_pb2.py +29 -19
  2. yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +104 -1
  3. yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +66 -66
  4. yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +5 -1
  5. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +50 -38
  6. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +199 -3
  7. yandex/cloud/backup/v1/backup_service_pb2.py +17 -3
  8. yandex/cloud/backup/v1/backup_service_pb2.pyi +52 -0
  9. yandex/cloud/backup/v1/backup_service_pb2_grpc.py +44 -0
  10. yandex/cloud/backup/v1/backup_service_pb2_grpc.pyi +20 -0
  11. yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
  12. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
  13. yandex/cloud/datatransfer/v1/endpoint/common_pb2.py +9 -7
  14. yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +19 -0
  15. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.py +8 -8
  16. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +7 -3
  17. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.py +6 -6
  18. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +11 -4
  19. yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +33 -3
  20. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +21 -8
  21. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +41 -5
  22. yandex/cloud/datatransfer/v1/transfer_pb2.py +48 -46
  23. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +22 -2
  24. yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
  25. yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +53 -7
  26. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +20 -7
  27. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +55 -7
  28. yandex/cloud/k8s/v1/cluster_pb2.py +38 -38
  29. yandex/cloud/k8s/v1/cluster_pb2.pyi +6 -2
  30. yandex/cloud/k8s/v1/cluster_service_pb2.py +74 -63
  31. yandex/cloud/k8s/v1/cluster_service_pb2.pyi +39 -0
  32. yandex/cloud/k8s/v1/cluster_service_pb2_grpc.py +44 -0
  33. yandex/cloud/k8s/v1/cluster_service_pb2_grpc.pyi +20 -0
  34. yandex/cloud/k8s/v1/maintenance_pb2.py +14 -11
  35. yandex/cloud/k8s/v1/maintenance_pb2.pyi +36 -0
  36. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +72 -68
  37. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +33 -2
  38. yandex/cloud/mdb/clickhouse/v1/user_pb2.py +36 -34
  39. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +34 -4
  40. yandex/cloud/mdb/clickhouse/v1/user_service_pb2.py +30 -29
  41. yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +9 -2
  42. yandex/cloud/mdb/mysql/v1/user_pb2.py +16 -14
  43. yandex/cloud/mdb/mysql/v1/user_pb2.pyi +32 -4
  44. yandex/cloud/mdb/mysql/v1/user_service_pb2.py +30 -29
  45. yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +9 -2
  46. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.py +47 -0
  47. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2.pyi +82 -0
  48. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.py +24 -0
  49. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_pb2_grpc.pyi +17 -0
  50. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.py +70 -0
  51. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2.pyi +159 -0
  52. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.py +189 -0
  53. yandex/cloud/mdb/postgresql/v1/backup_retention_policy_service_pb2_grpc.pyi +90 -0
  54. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +110 -105
  55. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +41 -1
  56. yandex/cloud/mdb/postgresql/v1/user_pb2.py +24 -22
  57. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +32 -4
  58. yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +18 -18
  59. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +8 -2
  60. yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +128 -125
  61. yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +22 -3
  62. yandex/cloud/mdb/redis/v1/config/redis_pb2.py +10 -8
  63. yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +8 -2
  64. yandex/cloud/quotamanager/__init__.py +0 -0
  65. yandex/cloud/quotamanager/v1/__init__.py +0 -0
  66. yandex/cloud/quotamanager/v1/quota_limit_service_pb2.py +79 -0
  67. yandex/cloud/quotamanager/v1/quota_limit_service_pb2.pyi +193 -0
  68. yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.py +189 -0
  69. yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.pyi +90 -0
  70. yandex/cloud/quotamanager/v1/resource_pb2.py +42 -0
  71. yandex/cloud/quotamanager/v1/resource_pb2.pyi +31 -0
  72. yandex/cloud/quotamanager/v1/resource_pb2_grpc.py +24 -0
  73. yandex/cloud/quotamanager/v1/resource_pb2_grpc.pyi +17 -0
  74. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +20 -18
  75. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +1 -1
  76. yandex/cloud/video/v1/episode_service_pb2.py +35 -21
  77. yandex/cloud/video/v1/episode_service_pb2.pyi +42 -0
  78. yandex/cloud/video/v1/episode_service_pb2_grpc.py +44 -0
  79. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
  80. yandexcloud/__init__.py +1 -1
  81. {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/METADATA +1 -1
  82. {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/RECORD +86 -68
  83. {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/AUTHORS +0 -0
  84. {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/LICENSE +0 -0
  85. {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/WHEEL +0 -0
  86. {yandexcloud-0.331.0.dist-info → yandexcloud-0.333.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,189 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+ import warnings
5
+
6
+ from yandex.cloud.quotamanager.v1 import quota_limit_service_pb2 as yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2
7
+
8
+ GRPC_GENERATED_VERSION = '1.68.1'
9
+ GRPC_VERSION = grpc.__version__
10
+ _version_not_supported = False
11
+
12
+ try:
13
+ from grpc._utilities import first_version_is_lower
14
+ _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
15
+ except ImportError:
16
+ _version_not_supported = True
17
+
18
+ if _version_not_supported:
19
+ raise RuntimeError(
20
+ f'The grpc package installed is at version {GRPC_VERSION},'
21
+ + f' but the generated code in yandex/cloud/quotamanager/v1/quota_limit_service_pb2_grpc.py depends on'
22
+ + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
+ + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
+ + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
25
+ )
26
+
27
+
28
+ class QuotaLimitServiceStub(object):
29
+ """A set of methods for managing quota limits.
30
+ """
31
+
32
+ def __init__(self, channel):
33
+ """Constructor.
34
+
35
+ Args:
36
+ channel: A grpc.Channel.
37
+ """
38
+ self.Get = channel.unary_unary(
39
+ '/yandex.cloud.quotamanager.v1.QuotaLimitService/Get',
40
+ request_serializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.GetQuotaLimitRequest.SerializeToString,
41
+ response_deserializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.QuotaLimit.FromString,
42
+ _registered_method=True)
43
+ self.List = channel.unary_unary(
44
+ '/yandex.cloud.quotamanager.v1.QuotaLimitService/List',
45
+ request_serializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListQuotaLimitsRequest.SerializeToString,
46
+ response_deserializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListQuotaLimitsResponse.FromString,
47
+ _registered_method=True)
48
+ self.ListServices = channel.unary_unary(
49
+ '/yandex.cloud.quotamanager.v1.QuotaLimitService/ListServices',
50
+ request_serializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListServicesRequest.SerializeToString,
51
+ response_deserializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListServicesResponse.FromString,
52
+ _registered_method=True)
53
+
54
+
55
+ class QuotaLimitServiceServicer(object):
56
+ """A set of methods for managing quota limits.
57
+ """
58
+
59
+ def Get(self, request, context):
60
+ """Returns the specified quota limit.
61
+ """
62
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
63
+ context.set_details('Method not implemented!')
64
+ raise NotImplementedError('Method not implemented!')
65
+
66
+ def List(self, request, context):
67
+ """Retrieves the list of quota limits for a given service.
68
+ """
69
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
70
+ context.set_details('Method not implemented!')
71
+ raise NotImplementedError('Method not implemented!')
72
+
73
+ def ListServices(self, request, context):
74
+ """Retrieves the list of services available for quota management.
75
+ """
76
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
77
+ context.set_details('Method not implemented!')
78
+ raise NotImplementedError('Method not implemented!')
79
+
80
+
81
+ def add_QuotaLimitServiceServicer_to_server(servicer, server):
82
+ rpc_method_handlers = {
83
+ 'Get': grpc.unary_unary_rpc_method_handler(
84
+ servicer.Get,
85
+ request_deserializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.GetQuotaLimitRequest.FromString,
86
+ response_serializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.QuotaLimit.SerializeToString,
87
+ ),
88
+ 'List': grpc.unary_unary_rpc_method_handler(
89
+ servicer.List,
90
+ request_deserializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListQuotaLimitsRequest.FromString,
91
+ response_serializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListQuotaLimitsResponse.SerializeToString,
92
+ ),
93
+ 'ListServices': grpc.unary_unary_rpc_method_handler(
94
+ servicer.ListServices,
95
+ request_deserializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListServicesRequest.FromString,
96
+ response_serializer=yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListServicesResponse.SerializeToString,
97
+ ),
98
+ }
99
+ generic_handler = grpc.method_handlers_generic_handler(
100
+ 'yandex.cloud.quotamanager.v1.QuotaLimitService', rpc_method_handlers)
101
+ server.add_generic_rpc_handlers((generic_handler,))
102
+ server.add_registered_method_handlers('yandex.cloud.quotamanager.v1.QuotaLimitService', rpc_method_handlers)
103
+
104
+
105
+ # This class is part of an EXPERIMENTAL API.
106
+ class QuotaLimitService(object):
107
+ """A set of methods for managing quota limits.
108
+ """
109
+
110
+ @staticmethod
111
+ def Get(request,
112
+ target,
113
+ options=(),
114
+ channel_credentials=None,
115
+ call_credentials=None,
116
+ insecure=False,
117
+ compression=None,
118
+ wait_for_ready=None,
119
+ timeout=None,
120
+ metadata=None):
121
+ return grpc.experimental.unary_unary(
122
+ request,
123
+ target,
124
+ '/yandex.cloud.quotamanager.v1.QuotaLimitService/Get',
125
+ yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.GetQuotaLimitRequest.SerializeToString,
126
+ yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.QuotaLimit.FromString,
127
+ options,
128
+ channel_credentials,
129
+ insecure,
130
+ call_credentials,
131
+ compression,
132
+ wait_for_ready,
133
+ timeout,
134
+ metadata,
135
+ _registered_method=True)
136
+
137
+ @staticmethod
138
+ def List(request,
139
+ target,
140
+ options=(),
141
+ channel_credentials=None,
142
+ call_credentials=None,
143
+ insecure=False,
144
+ compression=None,
145
+ wait_for_ready=None,
146
+ timeout=None,
147
+ metadata=None):
148
+ return grpc.experimental.unary_unary(
149
+ request,
150
+ target,
151
+ '/yandex.cloud.quotamanager.v1.QuotaLimitService/List',
152
+ yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListQuotaLimitsRequest.SerializeToString,
153
+ yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListQuotaLimitsResponse.FromString,
154
+ options,
155
+ channel_credentials,
156
+ insecure,
157
+ call_credentials,
158
+ compression,
159
+ wait_for_ready,
160
+ timeout,
161
+ metadata,
162
+ _registered_method=True)
163
+
164
+ @staticmethod
165
+ def ListServices(request,
166
+ target,
167
+ options=(),
168
+ channel_credentials=None,
169
+ call_credentials=None,
170
+ insecure=False,
171
+ compression=None,
172
+ wait_for_ready=None,
173
+ timeout=None,
174
+ metadata=None):
175
+ return grpc.experimental.unary_unary(
176
+ request,
177
+ target,
178
+ '/yandex.cloud.quotamanager.v1.QuotaLimitService/ListServices',
179
+ yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListServicesRequest.SerializeToString,
180
+ yandex_dot_cloud_dot_quotamanager_dot_v1_dot_quota__limit__service__pb2.ListServicesResponse.FromString,
181
+ options,
182
+ channel_credentials,
183
+ insecure,
184
+ call_credentials,
185
+ compression,
186
+ wait_for_ready,
187
+ timeout,
188
+ metadata,
189
+ _registered_method=True)
@@ -0,0 +1,90 @@
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.quotamanager.v1.quota_limit_service_pb2
12
+
13
+ _T = typing.TypeVar("_T")
14
+
15
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
16
+
17
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
18
+ ...
19
+
20
+ class QuotaLimitServiceStub:
21
+ """A set of methods for managing quota limits."""
22
+
23
+ def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
24
+ Get: grpc.UnaryUnaryMultiCallable[
25
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.GetQuotaLimitRequest,
26
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.QuotaLimit,
27
+ ]
28
+ """Returns the specified quota limit."""
29
+
30
+ List: grpc.UnaryUnaryMultiCallable[
31
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListQuotaLimitsRequest,
32
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListQuotaLimitsResponse,
33
+ ]
34
+ """Retrieves the list of quota limits for a given service."""
35
+
36
+ ListServices: grpc.UnaryUnaryMultiCallable[
37
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListServicesRequest,
38
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListServicesResponse,
39
+ ]
40
+ """Retrieves the list of services available for quota management."""
41
+
42
+ class QuotaLimitServiceAsyncStub:
43
+ """A set of methods for managing quota limits."""
44
+
45
+ Get: grpc.aio.UnaryUnaryMultiCallable[
46
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.GetQuotaLimitRequest,
47
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.QuotaLimit,
48
+ ]
49
+ """Returns the specified quota limit."""
50
+
51
+ List: grpc.aio.UnaryUnaryMultiCallable[
52
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListQuotaLimitsRequest,
53
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListQuotaLimitsResponse,
54
+ ]
55
+ """Retrieves the list of quota limits for a given service."""
56
+
57
+ ListServices: grpc.aio.UnaryUnaryMultiCallable[
58
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListServicesRequest,
59
+ yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListServicesResponse,
60
+ ]
61
+ """Retrieves the list of services available for quota management."""
62
+
63
+ class QuotaLimitServiceServicer(metaclass=abc.ABCMeta):
64
+ """A set of methods for managing quota limits."""
65
+
66
+ @abc.abstractmethod
67
+ def Get(
68
+ self,
69
+ request: yandex.cloud.quotamanager.v1.quota_limit_service_pb2.GetQuotaLimitRequest,
70
+ context: _ServicerContext,
71
+ ) -> typing.Union[yandex.cloud.quotamanager.v1.quota_limit_service_pb2.QuotaLimit, collections.abc.Awaitable[yandex.cloud.quotamanager.v1.quota_limit_service_pb2.QuotaLimit]]:
72
+ """Returns the specified quota limit."""
73
+
74
+ @abc.abstractmethod
75
+ def List(
76
+ self,
77
+ request: yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListQuotaLimitsRequest,
78
+ context: _ServicerContext,
79
+ ) -> typing.Union[yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListQuotaLimitsResponse, collections.abc.Awaitable[yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListQuotaLimitsResponse]]:
80
+ """Retrieves the list of quota limits for a given service."""
81
+
82
+ @abc.abstractmethod
83
+ def ListServices(
84
+ self,
85
+ request: yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListServicesRequest,
86
+ context: _ServicerContext,
87
+ ) -> typing.Union[yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListServicesResponse, collections.abc.Awaitable[yandex.cloud.quotamanager.v1.quota_limit_service_pb2.ListServicesResponse]]:
88
+ """Retrieves the list of services available for quota management."""
89
+
90
+ def add_QuotaLimitServiceServicer_to_server(servicer: QuotaLimitServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
@@ -0,0 +1,42 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: yandex/cloud/quotamanager/v1/resource.proto
5
+ # Protobuf Python Version: 5.28.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 28,
16
+ 1,
17
+ '',
18
+ 'yandex/cloud/quotamanager/v1/resource.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/quotamanager/v1/resource.proto\x12\x1cyandex.cloud.quotamanager.v1\x1a\x1dyandex/cloud/validation.proto\"A\n\x08Resource\x12\x18\n\x02id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1b\n\x04type\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=100Bq\n yandex.cloud.api.quotamanager.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/quotamanager/v1;quotamanagerb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.quotamanager.v1.resource_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ _globals['DESCRIPTOR']._loaded_options = None
35
+ _globals['DESCRIPTOR']._serialized_options = b'\n yandex.cloud.api.quotamanager.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/quotamanager/v1;quotamanager'
36
+ _globals['_RESOURCE'].fields_by_name['id']._loaded_options = None
37
+ _globals['_RESOURCE'].fields_by_name['id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
38
+ _globals['_RESOURCE'].fields_by_name['type']._loaded_options = None
39
+ _globals['_RESOURCE'].fields_by_name['type']._serialized_options = b'\350\3071\001\212\3101\005<=100'
40
+ _globals['_RESOURCE']._serialized_start=108
41
+ _globals['_RESOURCE']._serialized_end=173
42
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,31 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import google.protobuf.descriptor
8
+ import google.protobuf.message
9
+ import typing
10
+
11
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
12
+
13
+ @typing.final
14
+ class Resource(google.protobuf.message.Message):
15
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
16
+
17
+ ID_FIELD_NUMBER: builtins.int
18
+ TYPE_FIELD_NUMBER: builtins.int
19
+ id: builtins.str
20
+ """The id if the resource."""
21
+ type: builtins.str
22
+ """The type of the resource, e.g. resource-manager.cloud, billing.account."""
23
+ def __init__(
24
+ self,
25
+ *,
26
+ id: builtins.str = ...,
27
+ type: builtins.str = ...,
28
+ ) -> None: ...
29
+ def ClearField(self, field_name: typing.Literal["id", b"id", "type", b"type"]) -> None: ...
30
+
31
+ global___Resource = Resource
@@ -0,0 +1,24 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+ import warnings
5
+
6
+
7
+ GRPC_GENERATED_VERSION = '1.68.1'
8
+ GRPC_VERSION = grpc.__version__
9
+ _version_not_supported = False
10
+
11
+ try:
12
+ from grpc._utilities import first_version_is_lower
13
+ _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
14
+ except ImportError:
15
+ _version_not_supported = True
16
+
17
+ if _version_not_supported:
18
+ raise RuntimeError(
19
+ f'The grpc package installed is at version {GRPC_VERSION},'
20
+ + f' but the generated code in yandex/cloud/quotamanager/v1/resource_pb2_grpc.py depends on'
21
+ + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
+ + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
+ + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
24
+ )
@@ -0,0 +1,17 @@
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
+
12
+ _T = typing.TypeVar("_T")
13
+
14
+ class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
15
+
16
+ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
17
+ ...
@@ -27,7 +27,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
27
27
  from yandex.cloud.smartwebsecurity.v1 import security_profile_pb2 as yandex_dot_cloud_dot_smartwebsecurity_dot_v1_dot_security__profile__pb2
28
28
 
29
29
 
30
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/smartwebsecurity/v1/waf/waf_profile.proto\x12$yandex.cloud.smartwebsecurity.v1.waf\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x37yandex/cloud/smartwebsecurity/v1/security_profile.proto\"\xa7\t\n\nWafProfile\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x63loud_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x38\n\x04name\x18\x04 \x01(\tB*\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-zA-Z0-9][a-zA-Z0-9-_.]*\x8a\xc8\x31\x04\x31-50\x12\x1e\n\x0b\x64\x65scription\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=512\x12\x89\x01\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.LabelsEntryB;\xf2\xc7\x31\x0b[-_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\x31-63\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x05rules\x18\t \x03(\x0b\x32\x34.yandex.cloud.smartwebsecurity.v1.waf.WafProfileRule\x12V\n\x0f\x65xclusion_rules\x18\n \x03(\x0b\x32=.yandex.cloud.smartwebsecurity.v1.waf.WafProfileExclusionRule\x12U\n\rcore_rule_set\x18\x0b \x01(\x0b\x32<.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.CoreRuleSetH\x00\x12\x61\n\x14\x61nalyze_request_body\x18\x0c \x01(\x0b\x32\x43.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.AnalyzeRequestBody\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\xa5\x01\n\x0b\x43oreRuleSet\x12*\n\x15inbound_anomaly_score\x18\x01 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x32-10000\x12#\n\x0eparanoia_level\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31,2,3,4\x12\x45\n\x08rule_set\x18\x03 \x01(\x0b\x32-.yandex.cloud.smartwebsecurity.v1.waf.RuleSetB\x04\xe8\xc7\x31\x01\x1a\xf9\x01\n\x12\x41nalyzeRequestBody\x12\x12\n\nis_enabled\x18\x01 \x01(\x08\x12\x30\n\nsize_limit\x18\x02 \x01(\x03\x42\x1c\xfa\xc7\x31\x18\x30,8,16,32,64,128,256,512\x12\x65\n\x11size_limit_action\x18\x03 \x01(\x0e\x32J.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.AnalyzeRequestBody.Action\"6\n\x06\x41\x63tion\x12\x16\n\x12\x41\x43TION_UNSPECIFIED\x10\x00\x12\n\n\x06IGNORE\x10\x01\x12\x08\n\x04\x44\x45NY\x10\x02\x42\x10\n\x08rule_set\x12\x04\xc0\xc1\x31\x01J\x04\x08\x08\x10\t\"P\n\x0eWafProfileRule\x12\x15\n\x07rule_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nis_enabled\x18\x02 \x01(\x08\x12\x13\n\x0bis_blocking\x18\x03 \x01(\x08\"\xc3\x02\n\x17WafProfileExclusionRule\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1e\n\x0b\x64\x65scription\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=512\x12>\n\tcondition\x18\x03 \x01(\x0b\x32+.yandex.cloud.smartwebsecurity.v1.Condition\x12g\n\rexclude_rules\x18\x04 \x01(\x0b\x32J.yandex.cloud.smartwebsecurity.v1.waf.WafProfileExclusionRule.ExcludeRulesB\x04\xe8\xc7\x31\x01\x12\x14\n\x0clog_excluded\x18\x05 \x01(\x08\x1a\x35\n\x0c\x45xcludeRules\x12\x13\n\x0b\x65xclude_all\x18\x01 \x01(\x08\x12\x10\n\x08rule_ids\x18\x02 \x03(\t\"4\n\x07RuleSet\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x07version\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x42\x85\x01\n(yandex.cloud.api.smartwebsecurity.v1.wafZYgithub.com/yandex-cloud/go-genproto/yandex/cloud/smartwebsecurity/v1/waf;smartwebsecurityb\x06proto3')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6yandex/cloud/smartwebsecurity/v1/waf/waf_profile.proto\x12$yandex.cloud.smartwebsecurity.v1.waf\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x37yandex/cloud/smartwebsecurity/v1/security_profile.proto\"\xab\t\n\nWafProfile\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x17\n\tfolder_id\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x16\n\x08\x63loud_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x38\n\x04name\x18\x04 \x01(\tB*\xe8\xc7\x31\x01\xf2\xc7\x31\x1a[a-zA-Z0-9][a-zA-Z0-9-_.]*\x8a\xc8\x31\x04\x31-50\x12\x1e\n\x0b\x64\x65scription\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05<=512\x12\x89\x01\n\x06labels\x18\x06 \x03(\x0b\x32<.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.LabelsEntryB;\xf2\xc7\x31\x0b[-_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\x31-63\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x05rules\x18\t \x03(\x0b\x32\x34.yandex.cloud.smartwebsecurity.v1.waf.WafProfileRule\x12V\n\x0f\x65xclusion_rules\x18\n \x03(\x0b\x32=.yandex.cloud.smartwebsecurity.v1.waf.WafProfileExclusionRule\x12U\n\rcore_rule_set\x18\x0b \x01(\x0b\x32<.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.CoreRuleSetH\x00\x12\x65\n\x14\x61nalyze_request_body\x18\x0c \x01(\x0b\x32\x43.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.AnalyzeRequestBodyB\x02\x18\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\xa5\x01\n\x0b\x43oreRuleSet\x12*\n\x15inbound_anomaly_score\x18\x01 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x32-10000\x12#\n\x0eparanoia_level\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x31,2,3,4\x12\x45\n\x08rule_set\x18\x03 \x01(\x0b\x32-.yandex.cloud.smartwebsecurity.v1.waf.RuleSetB\x04\xe8\xc7\x31\x01\x1a\xf9\x01\n\x12\x41nalyzeRequestBody\x12\x12\n\nis_enabled\x18\x01 \x01(\x08\x12\x30\n\nsize_limit\x18\x02 \x01(\x03\x42\x1c\xfa\xc7\x31\x18\x30,8,16,32,64,128,256,512\x12\x65\n\x11size_limit_action\x18\x03 \x01(\x0e\x32J.yandex.cloud.smartwebsecurity.v1.waf.WafProfile.AnalyzeRequestBody.Action\"6\n\x06\x41\x63tion\x12\x16\n\x12\x41\x43TION_UNSPECIFIED\x10\x00\x12\n\n\x06IGNORE\x10\x01\x12\x08\n\x04\x44\x45NY\x10\x02\x42\x10\n\x08rule_set\x12\x04\xc0\xc1\x31\x01J\x04\x08\x08\x10\t\"P\n\x0eWafProfileRule\x12\x15\n\x07rule_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x12\n\nis_enabled\x18\x02 \x01(\x08\x12\x13\n\x0bis_blocking\x18\x03 \x01(\x08\"\xc3\x02\n\x17WafProfileExclusionRule\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1e\n\x0b\x64\x65scription\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=512\x12>\n\tcondition\x18\x03 \x01(\x0b\x32+.yandex.cloud.smartwebsecurity.v1.Condition\x12g\n\rexclude_rules\x18\x04 \x01(\x0b\x32J.yandex.cloud.smartwebsecurity.v1.waf.WafProfileExclusionRule.ExcludeRulesB\x04\xe8\xc7\x31\x01\x12\x14\n\x0clog_excluded\x18\x05 \x01(\x08\x1a\x35\n\x0c\x45xcludeRules\x12\x13\n\x0b\x65xclude_all\x18\x01 \x01(\x08\x12\x10\n\x08rule_ids\x18\x02 \x03(\t\"4\n\x07RuleSet\x12\x12\n\x04name\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x15\n\x07version\x18\x02 \x01(\tB\x04\xe8\xc7\x31\x01\x42\x85\x01\n(yandex.cloud.api.smartwebsecurity.v1.wafZYgithub.com/yandex-cloud/go-genproto/yandex/cloud/smartwebsecurity/v1/waf;smartwebsecurityb\x06proto3')
31
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -59,6 +59,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
59
59
  _globals['_WAFPROFILE'].fields_by_name['description']._serialized_options = b'\212\3101\005<=512'
60
60
  _globals['_WAFPROFILE'].fields_by_name['labels']._loaded_options = None
61
61
  _globals['_WAFPROFILE'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
62
+ _globals['_WAFPROFILE'].fields_by_name['analyze_request_body']._loaded_options = None
63
+ _globals['_WAFPROFILE'].fields_by_name['analyze_request_body']._serialized_options = b'\030\001'
62
64
  _globals['_WAFPROFILERULE'].fields_by_name['rule_id']._loaded_options = None
63
65
  _globals['_WAFPROFILERULE'].fields_by_name['rule_id']._serialized_options = b'\350\3071\001'
64
66
  _globals['_WAFPROFILEEXCLUSIONRULE'].fields_by_name['name']._loaded_options = None
@@ -72,21 +74,21 @@ if not _descriptor._USE_C_DESCRIPTORS:
72
74
  _globals['_RULESET'].fields_by_name['version']._loaded_options = None
73
75
  _globals['_RULESET'].fields_by_name['version']._serialized_options = b'\350\3071\001'
74
76
  _globals['_WAFPROFILE']._serialized_start=218
75
- _globals['_WAFPROFILE']._serialized_end=1409
76
- _globals['_WAFPROFILE_LABELSENTRY']._serialized_start=920
77
- _globals['_WAFPROFILE_LABELSENTRY']._serialized_end=965
78
- _globals['_WAFPROFILE_CORERULESET']._serialized_start=968
79
- _globals['_WAFPROFILE_CORERULESET']._serialized_end=1133
80
- _globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_start=1136
81
- _globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_end=1385
82
- _globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_start=1331
83
- _globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_end=1385
84
- _globals['_WAFPROFILERULE']._serialized_start=1411
85
- _globals['_WAFPROFILERULE']._serialized_end=1491
86
- _globals['_WAFPROFILEEXCLUSIONRULE']._serialized_start=1494
87
- _globals['_WAFPROFILEEXCLUSIONRULE']._serialized_end=1817
88
- _globals['_WAFPROFILEEXCLUSIONRULE_EXCLUDERULES']._serialized_start=1764
89
- _globals['_WAFPROFILEEXCLUSIONRULE_EXCLUDERULES']._serialized_end=1817
90
- _globals['_RULESET']._serialized_start=1819
91
- _globals['_RULESET']._serialized_end=1871
77
+ _globals['_WAFPROFILE']._serialized_end=1413
78
+ _globals['_WAFPROFILE_LABELSENTRY']._serialized_start=924
79
+ _globals['_WAFPROFILE_LABELSENTRY']._serialized_end=969
80
+ _globals['_WAFPROFILE_CORERULESET']._serialized_start=972
81
+ _globals['_WAFPROFILE_CORERULESET']._serialized_end=1137
82
+ _globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_start=1140
83
+ _globals['_WAFPROFILE_ANALYZEREQUESTBODY']._serialized_end=1389
84
+ _globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_start=1335
85
+ _globals['_WAFPROFILE_ANALYZEREQUESTBODY_ACTION']._serialized_end=1389
86
+ _globals['_WAFPROFILERULE']._serialized_start=1415
87
+ _globals['_WAFPROFILERULE']._serialized_end=1495
88
+ _globals['_WAFPROFILEEXCLUSIONRULE']._serialized_start=1498
89
+ _globals['_WAFPROFILEEXCLUSIONRULE']._serialized_end=1821
90
+ _globals['_WAFPROFILEEXCLUSIONRULE_EXCLUDERULES']._serialized_start=1768
91
+ _globals['_WAFPROFILEEXCLUSIONRULE_EXCLUDERULES']._serialized_end=1821
92
+ _globals['_RULESET']._serialized_start=1823
93
+ _globals['_RULESET']._serialized_end=1875
92
94
  # @@protoc_insertion_point(module_scope)
@@ -163,7 +163,7 @@ class WafProfile(google.protobuf.message.Message):
163
163
 
164
164
  @property
165
165
  def analyze_request_body(self) -> global___WafProfile.AnalyzeRequestBody:
166
- """Parameters for request body analyzer."""
166
+ """The parameter is deprecated. Parameters for request body analyzer."""
167
167
 
168
168
  def __init__(
169
169
  self,
@@ -32,7 +32,7 @@ from yandex.cloud.video.v1 import episode_pb2 as yandex_dot_cloud_dot_video_dot_
32
32
  from yandex.cloud.video.v1 import manifest_pb2 as yandex_dot_cloud_dot_video_dot_v1_dot_manifest__pb2
33
33
 
34
34
 
35
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/episode_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a#yandex/cloud/video/v1/episode.proto\x1a$yandex/cloud/video/v1/manifest.proto\"5\n\x11GetEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xd5\x01\n\x13ListEpisodesRequest\x12\x1d\n\tstream_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\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<=1000B\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x64\"g\n\x14ListEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"c\n\x17\x42\x61tchGetEpisodesRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12&\n\x0b\x65pisode_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"L\n\x18\x42\x61tchGetEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\"\xc7\x04\n\x14\x43reateEpisodeRequest\x12\x1d\n\tstream_id\x18\x64 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x65 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\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\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x07 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x01\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x01\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x01\x42\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe9\x07\x10\xea\x07J\x04\x08\x01\x10\x02J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessParams\"\x1f\n\x1d\x45pisodeAuthSystemAccessParams\"\x1c\n\x1a\x45pisodeSignURLAccessParams\"+\n\x15\x43reateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xb2\x04\n\x14UpdateEpisodeRequest\x12 \n\nepisode_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\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x08 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x00\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x00\x42\x0f\n\raccess_rightsJ\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\t\x10\xe8\x07\"+\n\x15UpdateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xec\x01\n\x1bPerformEpisodeActionRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\x07publish\x18\xea\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.PublishEpisodeActionH\x00\x12\x43\n\tunpublish\x18\xeb\x07 \x01(\x0b\x32-.yandex.cloud.video.v1.UnpublishEpisodeActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe8\x07\x10\xe9\x07J\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\x02\x10\xe8\x07\"\x16\n\x14PublishEpisodeAction\"\x18\n\x16UnpublishEpisodeAction\"2\n\x1cPerformEpisodeActionMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"z\n\x1aGetEpisodePlayerURLRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12:\n\x06params\x18\x02 \x01(\x0b\x32*.yandex.cloud.video.v1.EpisodePlayerParams\"E\n\x13\x45pisodePlayerParams\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\x1bGetEpisodePlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\">\n\x1aGetEpisodeManifestsRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"Q\n\x1bGetEpisodeManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xc6\x0b\n\x0e\x45pisodeService\x12x\n\x03Get\x12(.yandex.cloud.video.v1.GetEpisodeRequest\x1a\x1e.yandex.cloud.video.v1.Episode\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/video/v1/episodes/{episode_id}\x12{\n\x04List\x12*.yandex.cloud.video.v1.ListEpisodesRequest\x1a+.yandex.cloud.video.v1.ListEpisodesResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/video/v1/episodes\x12\x93\x01\n\x08\x42\x61tchGet\x12..yandex.cloud.video.v1.BatchGetEpisodesRequest\x1a/.yandex.cloud.video.v1.BatchGetEpisodesResponse\"&\x82\xd3\xe4\x93\x02 \"\x1b/video/v1/episodes:batchGet:\x01*\x12\x9b\x01\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"A\xb2\xd2* \n\x15\x43reateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x17\"\x12/video/v1/episodes:\x01*\x12\xa8\x01\n\x06Update\x12+.yandex.cloud.video.v1.UpdateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15UpdateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02$2\x1f/video/v1/episodes/{episode_id}:\x01*\x12\xb3\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*.\n\x15\x44\x65leteEpisodeMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!*\x1f/video/v1/episodes/{episode_id}\x12\xcb\x01\n\rPerformAction\x12\x32.yandex.cloud.video.v1.PerformEpisodeActionRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*\'\n\x1cPerformEpisodeActionMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x32\"-/video/v1/episodes/{episode_id}:performAction:\x01*\x12\xab\x01\n\x0cGetPlayerURL\x12\x31.yandex.cloud.video.v1.GetEpisodePlayerURLRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodePlayerURLResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getPlayerUrl\x12\xab\x01\n\x0cGetManifests\x12\x31.yandex.cloud.video.v1.GetEpisodeManifestsRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodeManifestsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/video/v1/episode_service.proto\x12\x15yandex.cloud.video.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a#yandex/cloud/video/v1/episode.proto\x1a$yandex/cloud/video/v1/manifest.proto\"5\n\x11GetEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xd5\x01\n\x13ListEpisodesRequest\x12\x1d\n\tstream_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\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<=1000B\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01J\x04\x08\x03\x10\x64\"g\n\x14ListEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"c\n\x17\x42\x61tchGetEpisodesRequest\x12 \n\nchannel_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12&\n\x0b\x65pisode_ids\x18\x02 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50\"L\n\x18\x42\x61tchGetEpisodesResponse\x12\x30\n\x08\x65pisodes\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.video.v1.Episode\"\xc7\x04\n\x14\x43reateEpisodeRequest\x12\x1d\n\tstream_id\x18\x64 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x65 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\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\nstart_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x07 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x01\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x01\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x01\x42\x11\n\tparent_id\x12\x04\xc0\xc1\x31\x01\x42\x15\n\raccess_rights\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe9\x07\x10\xea\x07J\x04\x08\x01\x10\x02J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xe8\x07\"\x1b\n\x19\x45pisodePublicAccessParams\"\x1f\n\x1d\x45pisodeAuthSystemAccessParams\"\x1c\n\x1a\x45pisodeSignURLAccessParams\"+\n\x15\x43reateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\xb2\x04\n\x14UpdateEpisodeRequest\x12 \n\nepisode_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\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x64vr_seconds\x18\x08 \x01(\x03\x12J\n\rpublic_access\x18\xe8\x07 \x01(\x0b\x32\x30.yandex.cloud.video.v1.EpisodePublicAccessParamsH\x00\x12S\n\x12\x61uth_system_access\x18\xea\x07 \x01(\x0b\x32\x34.yandex.cloud.video.v1.EpisodeAuthSystemAccessParamsH\x00\x12M\n\x0fsign_url_access\x18\xeb\x07 \x01(\x0b\x32\x31.yandex.cloud.video.v1.EpisodeSignURLAccessParamsH\x00\x42\x0f\n\raccess_rightsJ\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\t\x10\xe8\x07\"+\n\x15UpdateEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteEpisodeRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteEpisodeMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"\x92\x01\n\x1a\x42\x61tchDeleteEpisodesRequest\x12\x1d\n\tstream_id\x18\x64 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1b\n\x07line_id\x18\x65 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12&\n\x0b\x65pisode_ids\x18\x01 \x03(\tB\x11\x82\xc8\x31\x05\x31-100\x8a\xc8\x31\x04<=50B\n\n\x02id\x12\x04\xc0\xc1\x31\x01J\x04\x08\x02\x10\x64\"2\n\x1b\x42\x61tchDeleteEpisodesMetadata\x12\x13\n\x0b\x65pisode_ids\x18\x01 \x03(\t\"\xec\x01\n\x1bPerformEpisodeActionRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\x07publish\x18\xea\x07 \x01(\x0b\x32+.yandex.cloud.video.v1.PublishEpisodeActionH\x00\x12\x43\n\tunpublish\x18\xeb\x07 \x01(\x0b\x32-.yandex.cloud.video.v1.UnpublishEpisodeActionH\x00\x42\x0e\n\x06\x61\x63tion\x12\x04\xc0\xc1\x31\x01J\x06\x08\xe8\x07\x10\xe9\x07J\x06\x08\xe9\x07\x10\xea\x07J\x05\x08\x02\x10\xe8\x07\"\x16\n\x14PublishEpisodeAction\"\x18\n\x16UnpublishEpisodeAction\"2\n\x1cPerformEpisodeActionMetadata\x12\x12\n\nepisode_id\x18\x01 \x01(\t\"z\n\x1aGetEpisodePlayerURLRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12:\n\x06params\x18\x02 \x01(\x0b\x32*.yandex.cloud.video.v1.EpisodePlayerParams\"E\n\x13\x45pisodePlayerParams\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\x1bGetEpisodePlayerURLResponse\x12\x12\n\nplayer_url\x18\x01 \x01(\t\x12\x0c\n\x04html\x18\x02 \x01(\t\">\n\x1aGetEpisodeManifestsRequest\x12 \n\nepisode_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"Q\n\x1bGetEpisodeManifestsResponse\x12\x32\n\tmanifests\x18\x01 \x03(\x0b\x32\x1f.yandex.cloud.video.v1.Manifest2\xe6\x0c\n\x0e\x45pisodeService\x12x\n\x03Get\x12(.yandex.cloud.video.v1.GetEpisodeRequest\x1a\x1e.yandex.cloud.video.v1.Episode\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/video/v1/episodes/{episode_id}\x12{\n\x04List\x12*.yandex.cloud.video.v1.ListEpisodesRequest\x1a+.yandex.cloud.video.v1.ListEpisodesResponse\"\x1a\x82\xd3\xe4\x93\x02\x14\x12\x12/video/v1/episodes\x12\x93\x01\n\x08\x42\x61tchGet\x12..yandex.cloud.video.v1.BatchGetEpisodesRequest\x1a/.yandex.cloud.video.v1.BatchGetEpisodesResponse\"&\x82\xd3\xe4\x93\x02 \"\x1b/video/v1/episodes:batchGet:\x01*\x12\x9b\x01\n\x06\x43reate\x12+.yandex.cloud.video.v1.CreateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"A\xb2\xd2* \n\x15\x43reateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x17\"\x12/video/v1/episodes:\x01*\x12\xa8\x01\n\x06Update\x12+.yandex.cloud.video.v1.UpdateEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15UpdateEpisodeMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02$2\x1f/video/v1/episodes/{episode_id}:\x01*\x12\xb3\x01\n\x06\x44\x65lete\x12+.yandex.cloud.video.v1.DeleteEpisodeRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*.\n\x15\x44\x65leteEpisodeMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02!*\x1f/video/v1/episodes/{episode_id}\x12\x9d\x01\n\x0b\x42\x61tchDelete\x12\x31.yandex.cloud.video.v1.BatchDeleteEpisodesRequest\x1a!.yandex.cloud.operation.Operation\"8\xb2\xd2*4\n\x1b\x42\x61tchDeleteEpisodesMetadata\x12\x15google.protobuf.Empty\x12\xcb\x01\n\rPerformAction\x12\x32.yandex.cloud.video.v1.PerformEpisodeActionRequest\x1a!.yandex.cloud.operation.Operation\"c\xb2\xd2*\'\n\x1cPerformEpisodeActionMetadata\x12\x07\x45pisode\x82\xd3\xe4\x93\x02\x32\"-/video/v1/episodes/{episode_id}:performAction:\x01*\x12\xab\x01\n\x0cGetPlayerURL\x12\x31.yandex.cloud.video.v1.GetEpisodePlayerURLRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodePlayerURLResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getPlayerUrl\x12\xab\x01\n\x0cGetManifests\x12\x31.yandex.cloud.video.v1.GetEpisodeManifestsRequest\x1a\x32.yandex.cloud.video.v1.GetEpisodeManifestsResponse\"4\x82\xd3\xe4\x93\x02.\x12,/video/v1/episodes/{episode_id}:getManifestsB\\\n\x19yandex.cloud.api.video.v1Z?github.com/yandex-cloud/go-genproto/yandex/cloud/video/v1;videob\x06proto3')
36
36
 
37
37
  _globals = globals()
38
38
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -76,6 +76,14 @@ if not _descriptor._USE_C_DESCRIPTORS:
76
76
  _globals['_UPDATEEPISODEREQUEST'].fields_by_name['thumbnail_id']._serialized_options = b'\212\3101\004<=50'
77
77
  _globals['_DELETEEPISODEREQUEST'].fields_by_name['episode_id']._loaded_options = None
78
78
  _globals['_DELETEEPISODEREQUEST'].fields_by_name['episode_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
79
+ _globals['_BATCHDELETEEPISODESREQUEST'].oneofs_by_name['id']._loaded_options = None
80
+ _globals['_BATCHDELETEEPISODESREQUEST'].oneofs_by_name['id']._serialized_options = b'\300\3011\001'
81
+ _globals['_BATCHDELETEEPISODESREQUEST'].fields_by_name['stream_id']._loaded_options = None
82
+ _globals['_BATCHDELETEEPISODESREQUEST'].fields_by_name['stream_id']._serialized_options = b'\212\3101\004<=50'
83
+ _globals['_BATCHDELETEEPISODESREQUEST'].fields_by_name['line_id']._loaded_options = None
84
+ _globals['_BATCHDELETEEPISODESREQUEST'].fields_by_name['line_id']._serialized_options = b'\212\3101\004<=50'
85
+ _globals['_BATCHDELETEEPISODESREQUEST'].fields_by_name['episode_ids']._loaded_options = None
86
+ _globals['_BATCHDELETEEPISODESREQUEST'].fields_by_name['episode_ids']._serialized_options = b'\202\3101\0051-100\212\3101\004<=50'
79
87
  _globals['_PERFORMEPISODEACTIONREQUEST'].oneofs_by_name['action']._loaded_options = None
80
88
  _globals['_PERFORMEPISODEACTIONREQUEST'].oneofs_by_name['action']._serialized_options = b'\300\3011\001'
81
89
  _globals['_PERFORMEPISODEACTIONREQUEST'].fields_by_name['episode_id']._loaded_options = None
@@ -96,6 +104,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
96
104
  _globals['_EPISODESERVICE'].methods_by_name['Update']._serialized_options = b'\262\322* \n\025UpdateEpisodeMetadata\022\007Episode\202\323\344\223\002$2\037/video/v1/episodes/{episode_id}:\001*'
97
105
  _globals['_EPISODESERVICE'].methods_by_name['Delete']._loaded_options = None
98
106
  _globals['_EPISODESERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*.\n\025DeleteEpisodeMetadata\022\025google.protobuf.Empty\202\323\344\223\002!*\037/video/v1/episodes/{episode_id}'
107
+ _globals['_EPISODESERVICE'].methods_by_name['BatchDelete']._loaded_options = None
108
+ _globals['_EPISODESERVICE'].methods_by_name['BatchDelete']._serialized_options = b'\262\322*4\n\033BatchDeleteEpisodesMetadata\022\025google.protobuf.Empty'
99
109
  _globals['_EPISODESERVICE'].methods_by_name['PerformAction']._loaded_options = None
100
110
  _globals['_EPISODESERVICE'].methods_by_name['PerformAction']._serialized_options = b'\262\322*\'\n\034PerformEpisodeActionMetadata\022\007Episode\202\323\344\223\0022\"-/video/v1/episodes/{episode_id}:performAction:\001*'
101
111
  _globals['_EPISODESERVICE'].methods_by_name['GetPlayerURL']._loaded_options = None
@@ -130,24 +140,28 @@ if not _descriptor._USE_C_DESCRIPTORS:
130
140
  _globals['_DELETEEPISODEREQUEST']._serialized_end=2291
131
141
  _globals['_DELETEEPISODEMETADATA']._serialized_start=2293
132
142
  _globals['_DELETEEPISODEMETADATA']._serialized_end=2336
133
- _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=2339
134
- _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=2575
135
- _globals['_PUBLISHEPISODEACTION']._serialized_start=2577
136
- _globals['_PUBLISHEPISODEACTION']._serialized_end=2599
137
- _globals['_UNPUBLISHEPISODEACTION']._serialized_start=2601
138
- _globals['_UNPUBLISHEPISODEACTION']._serialized_end=2625
139
- _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=2627
140
- _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=2677
141
- _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=2679
142
- _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=2801
143
- _globals['_EPISODEPLAYERPARAMS']._serialized_start=2803
144
- _globals['_EPISODEPLAYERPARAMS']._serialized_end=2872
145
- _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=2874
146
- _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=2937
147
- _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=2939
148
- _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=3001
149
- _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=3003
150
- _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=3084
151
- _globals['_EPISODESERVICE']._serialized_start=3087
152
- _globals['_EPISODESERVICE']._serialized_end=4565
143
+ _globals['_BATCHDELETEEPISODESREQUEST']._serialized_start=2339
144
+ _globals['_BATCHDELETEEPISODESREQUEST']._serialized_end=2485
145
+ _globals['_BATCHDELETEEPISODESMETADATA']._serialized_start=2487
146
+ _globals['_BATCHDELETEEPISODESMETADATA']._serialized_end=2537
147
+ _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_start=2540
148
+ _globals['_PERFORMEPISODEACTIONREQUEST']._serialized_end=2776
149
+ _globals['_PUBLISHEPISODEACTION']._serialized_start=2778
150
+ _globals['_PUBLISHEPISODEACTION']._serialized_end=2800
151
+ _globals['_UNPUBLISHEPISODEACTION']._serialized_start=2802
152
+ _globals['_UNPUBLISHEPISODEACTION']._serialized_end=2826
153
+ _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_start=2828
154
+ _globals['_PERFORMEPISODEACTIONMETADATA']._serialized_end=2878
155
+ _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_start=2880
156
+ _globals['_GETEPISODEPLAYERURLREQUEST']._serialized_end=3002
157
+ _globals['_EPISODEPLAYERPARAMS']._serialized_start=3004
158
+ _globals['_EPISODEPLAYERPARAMS']._serialized_end=3073
159
+ _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_start=3075
160
+ _globals['_GETEPISODEPLAYERURLRESPONSE']._serialized_end=3138
161
+ _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_start=3140
162
+ _globals['_GETEPISODEMANIFESTSREQUEST']._serialized_end=3202
163
+ _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_start=3204
164
+ _globals['_GETEPISODEMANIFESTSRESPONSE']._serialized_end=3285
165
+ _globals['_EPISODESERVICE']._serialized_start=3288
166
+ _globals['_EPISODESERVICE']._serialized_end=4926
153
167
  # @@protoc_insertion_point(module_scope)
@@ -386,6 +386,48 @@ class DeleteEpisodeMetadata(google.protobuf.message.Message):
386
386
 
387
387
  global___DeleteEpisodeMetadata = DeleteEpisodeMetadata
388
388
 
389
+ @typing.final
390
+ class BatchDeleteEpisodesRequest(google.protobuf.message.Message):
391
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
392
+
393
+ STREAM_ID_FIELD_NUMBER: builtins.int
394
+ LINE_ID_FIELD_NUMBER: builtins.int
395
+ EPISODE_IDS_FIELD_NUMBER: builtins.int
396
+ stream_id: builtins.str
397
+ """ID of the stream."""
398
+ line_id: builtins.str
399
+ """ID of the line."""
400
+ @property
401
+ def episode_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
402
+ def __init__(
403
+ self,
404
+ *,
405
+ stream_id: builtins.str = ...,
406
+ line_id: builtins.str = ...,
407
+ episode_ids: collections.abc.Iterable[builtins.str] | None = ...,
408
+ ) -> None: ...
409
+ def HasField(self, field_name: typing.Literal["id", b"id", "line_id", b"line_id", "stream_id", b"stream_id"]) -> builtins.bool: ...
410
+ def ClearField(self, field_name: typing.Literal["episode_ids", b"episode_ids", "id", b"id", "line_id", b"line_id", "stream_id", b"stream_id"]) -> None: ...
411
+ def WhichOneof(self, oneof_group: typing.Literal["id", b"id"]) -> typing.Literal["stream_id", "line_id"] | None: ...
412
+
413
+ global___BatchDeleteEpisodesRequest = BatchDeleteEpisodesRequest
414
+
415
+ @typing.final
416
+ class BatchDeleteEpisodesMetadata(google.protobuf.message.Message):
417
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
418
+
419
+ EPISODE_IDS_FIELD_NUMBER: builtins.int
420
+ @property
421
+ def episode_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
422
+ def __init__(
423
+ self,
424
+ *,
425
+ episode_ids: collections.abc.Iterable[builtins.str] | None = ...,
426
+ ) -> None: ...
427
+ def ClearField(self, field_name: typing.Literal["episode_ids", b"episode_ids"]) -> None: ...
428
+
429
+ global___BatchDeleteEpisodesMetadata = BatchDeleteEpisodesMetadata
430
+
389
431
  @typing.final
390
432
  class PerformEpisodeActionRequest(google.protobuf.message.Message):
391
433
  DESCRIPTOR: google.protobuf.descriptor.Descriptor