yandexcloud 0.330.0__py3-none-any.whl → 0.332.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 (133) hide show
  1. yandex/cloud/ai/assistants/v1/common_pb2.py +28 -9
  2. yandex/cloud/ai/assistants/v1/common_pb2.pyi +231 -12
  3. yandex/cloud/ai/assistants/v1/runs/run_pb2.py +10 -10
  4. yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +20 -4
  5. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +26 -22
  6. yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +50 -4
  7. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +46 -0
  8. yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +29 -0
  9. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +13 -0
  10. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +7 -7
  11. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +9 -2
  12. yandex/cloud/ai/assistants/v1/threads/thread_pb2.py +6 -5
  13. yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +8 -1
  14. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.py +22 -21
  15. yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +15 -2
  16. yandex/cloud/ai/dataset/v1/dataset_pb2.py +12 -10
  17. yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +23 -1
  18. yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +62 -48
  19. yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +89 -1
  20. yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +87 -0
  21. yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +37 -0
  22. yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +34 -28
  23. yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +73 -3
  24. yandex/cloud/ai/translate/v2/translation_pb2.pyi +2 -2
  25. yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +14 -13
  26. yandex/cloud/ai/tuning/v1/tuning_error_pb2.py +39 -0
  27. yandex/cloud/ai/tuning/v1/tuning_error_pb2.pyi +54 -0
  28. yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.py +24 -0
  29. yandex/cloud/ai/tuning/v1/tuning_error_pb2_grpc.pyi +17 -0
  30. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +56 -51
  31. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +33 -2
  32. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
  33. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
  34. yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +1 -0
  35. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +1 -1
  36. yandex/cloud/audittrails/v1/trail_pb2.py +17 -15
  37. yandex/cloud/audittrails/v1/trail_pb2.pyi +25 -2
  38. yandex/cloud/backup/v1/policy_pb2.py +27 -27
  39. yandex/cloud/backup/v1/policy_pb2.pyi +8 -2
  40. yandex/cloud/billing/v1/customer_service_pb2.pyi +2 -2
  41. yandex/cloud/compute/v1/disk_placement_group_service_pb2.py +28 -28
  42. yandex/cloud/compute/v1/disk_service_pb2.py +36 -36
  43. yandex/cloud/compute/v1/filesystem_service_pb2.py +24 -24
  44. yandex/cloud/compute/v1/gpu_cluster_pb2.pyi +1 -1
  45. yandex/cloud/compute/v1/host_group_service_pb2.py +36 -36
  46. yandex/cloud/compute/v1/image_service_pb2.py +24 -24
  47. yandex/cloud/compute/v1/image_service_pb2.pyi +2 -1
  48. yandex/cloud/compute/v1/instance_service_pb2.py +130 -130
  49. yandex/cloud/compute/v1/snapshot_service_pb2.py +24 -24
  50. yandex/cloud/datatransfer/v1/endpoint/common_pb2.py +9 -7
  51. yandex/cloud/datatransfer/v1/endpoint/common_pb2.pyi +19 -0
  52. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.py +8 -8
  53. yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +7 -3
  54. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.py +6 -6
  55. yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +11 -4
  56. yandex/cloud/datatransfer/v1/endpoint_service_pb2.pyi +33 -3
  57. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.py +21 -8
  58. yandex/cloud/datatransfer/v1/endpoint_service_pb2_grpc.pyi +41 -5
  59. yandex/cloud/datatransfer/v1/transfer_pb2.py +48 -46
  60. yandex/cloud/datatransfer/v1/transfer_pb2.pyi +22 -2
  61. yandex/cloud/datatransfer/v1/transfer_service_pb2.py +32 -32
  62. yandex/cloud/datatransfer/v1/transfer_service_pb2.pyi +53 -7
  63. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.py +20 -7
  64. yandex/cloud/datatransfer/v1/transfer_service_pb2_grpc.pyi +55 -7
  65. yandex/cloud/endpoint/api_endpoint_service_pb2.py +10 -6
  66. yandex/cloud/loadtesting/api/v1/agent/create_compute_instance_pb2.pyi +1 -1
  67. yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +3 -3
  68. yandex/cloud/loadtesting/api/v1/config_service_pb2.py +2 -2
  69. yandex/cloud/loadtesting/api/v1/regression_dashboard_service_pb2.py +3 -3
  70. yandex/cloud/loadtesting/api/v1/report_service_pb2.py +2 -2
  71. yandex/cloud/loadtesting/api/v1/test/test_pb2.pyi +1 -1
  72. yandex/cloud/loadtesting/api/v1/test_service_pb2.py +2 -2
  73. yandex/cloud/lockbox/v1/payload_service_pb2.py +6 -6
  74. yandex/cloud/lockbox/v1/payload_service_pb2.pyi +4 -1
  75. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +72 -68
  76. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +33 -2
  77. yandex/cloud/mdb/clickhouse/v1/user_pb2.py +36 -34
  78. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +34 -4
  79. yandex/cloud/mdb/clickhouse/v1/user_service_pb2.py +30 -29
  80. yandex/cloud/mdb/clickhouse/v1/user_service_pb2.pyi +9 -2
  81. yandex/cloud/mdb/greenplum/v1/config_pb2.py +24 -24
  82. yandex/cloud/mdb/greenplum/v1/config_pb2.pyi +20 -2
  83. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.py +51 -0
  84. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2.pyi +62 -0
  85. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.py +24 -0
  86. yandex/cloud/mdb/greenplum/v1/resource_groups_pb2_grpc.pyi +17 -0
  87. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.py +99 -0
  88. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2.pyi +187 -0
  89. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.py +276 -0
  90. yandex/cloud/mdb/greenplum/v1/resource_groups_service_pb2_grpc.pyi +126 -0
  91. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.py +0 -1
  92. yandex/cloud/mdb/mongodb/v1/cluster_service_pb2_grpc.pyi +3 -9
  93. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +96 -96
  94. yandex/cloud/mdb/mysql/v1/cluster_service_pb2.pyi +8 -2
  95. yandex/cloud/mdb/mysql/v1/user_pb2.py +16 -14
  96. yandex/cloud/mdb/mysql/v1/user_pb2.pyi +32 -4
  97. yandex/cloud/mdb/mysql/v1/user_service_pb2.py +30 -29
  98. yandex/cloud/mdb/mysql/v1/user_service_pb2.pyi +9 -2
  99. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.py +0 -1
  100. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2_grpc.pyi +3 -9
  101. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +98 -98
  102. yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +8 -2
  103. yandex/cloud/mdb/postgresql/v1/user_pb2.py +24 -22
  104. yandex/cloud/mdb/postgresql/v1/user_pb2.pyi +32 -4
  105. yandex/cloud/mdb/postgresql/v1/user_service_pb2.py +18 -18
  106. yandex/cloud/mdb/postgresql/v1/user_service_pb2.pyi +8 -2
  107. yandex/cloud/mdb/redis/v1/user_pb2.py +47 -0
  108. yandex/cloud/mdb/redis/v1/user_pb2.pyi +131 -0
  109. yandex/cloud/mdb/redis/v1/user_pb2_grpc.py +24 -0
  110. yandex/cloud/mdb/redis/v1/user_pb2_grpc.pyi +17 -0
  111. yandex/cloud/mdb/redis/v1/user_service_pb2.py +93 -0
  112. yandex/cloud/mdb/redis/v1/user_service_pb2.pyi +250 -0
  113. yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.py +281 -0
  114. yandex/cloud/mdb/redis/v1/user_service_pb2_grpc.pyi +141 -0
  115. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.py +1 -1
  116. yandex/cloud/serverless/apigateway/v1/apigateway_service_pb2_grpc.pyi +3 -3
  117. yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.py +1 -1
  118. yandex/cloud/serverless/containers/v1/container_service_pb2_grpc.pyi +3 -3
  119. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +20 -18
  120. yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +1 -1
  121. yandex/cloud/video/v1/episode_service_pb2.py +35 -21
  122. yandex/cloud/video/v1/episode_service_pb2.pyi +42 -0
  123. yandex/cloud/video/v1/episode_service_pb2_grpc.py +44 -0
  124. yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +20 -0
  125. yandex/cloud/video/v1/video_service_pb2.py +64 -63
  126. yandex/cloud/video/v1/video_service_pb2.pyi +9 -2
  127. yandexcloud/__init__.py +1 -1
  128. {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/METADATA +2 -2
  129. {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/RECORD +133 -113
  130. {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/WHEEL +1 -1
  131. {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/AUTHORS +0 -0
  132. {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/LICENSE +0 -0
  133. {yandexcloud-0.330.0.dist-info → yandexcloud-0.332.0.dist-info}/top_level.txt +0 -0
@@ -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](#GetOpenapiSpec) request.
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](#GetOpenapiSpec) request.
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](#GetOpenapiSpec) request.
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 revision, make a [ListRevisions] request.
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 revision, make a [ListRevisions] request.
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 revision, make a [ListRevisions] request.
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 revision, make a [ListRevisions] request.
272
+ To get the list of available revisions, make a [ListRevisions] request.
273
273
  """
274
274
 
275
275
  @abc.abstractmethod
@@ -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
@@ -67,6 +67,11 @@ class EpisodeServiceStub(object):
67
67
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_episode__service__pb2.DeleteEpisodeRequest.SerializeToString,
68
68
  response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
69
69
  _registered_method=True)
70
+ self.BatchDelete = channel.unary_unary(
71
+ '/yandex.cloud.video.v1.EpisodeService/BatchDelete',
72
+ request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_episode__service__pb2.BatchDeleteEpisodesRequest.SerializeToString,
73
+ response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
74
+ _registered_method=True)
70
75
  self.PerformAction = channel.unary_unary(
71
76
  '/yandex.cloud.video.v1.EpisodeService/PerformAction',
72
77
  request_serializer=yandex_dot_cloud_dot_video_dot_v1_dot_episode__service__pb2.PerformEpisodeActionRequest.SerializeToString,
@@ -130,6 +135,13 @@ class EpisodeServiceServicer(object):
130
135
  context.set_details('Method not implemented!')
131
136
  raise NotImplementedError('Method not implemented!')
132
137
 
138
+ def BatchDelete(self, request, context):
139
+ """Batch delete episode.
140
+ """
141
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
142
+ context.set_details('Method not implemented!')
143
+ raise NotImplementedError('Method not implemented!')
144
+
133
145
  def PerformAction(self, request, context):
134
146
  """Perform an action on the episode.
135
147
  """
@@ -184,6 +196,11 @@ def add_EpisodeServiceServicer_to_server(servicer, server):
184
196
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_episode__service__pb2.DeleteEpisodeRequest.FromString,
185
197
  response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
186
198
  ),
199
+ 'BatchDelete': grpc.unary_unary_rpc_method_handler(
200
+ servicer.BatchDelete,
201
+ request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_episode__service__pb2.BatchDeleteEpisodesRequest.FromString,
202
+ response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
203
+ ),
187
204
  'PerformAction': grpc.unary_unary_rpc_method_handler(
188
205
  servicer.PerformAction,
189
206
  request_deserializer=yandex_dot_cloud_dot_video_dot_v1_dot_episode__service__pb2.PerformEpisodeActionRequest.FromString,
@@ -373,6 +390,33 @@ class EpisodeService(object):
373
390
  metadata,
374
391
  _registered_method=True)
375
392
 
393
+ @staticmethod
394
+ def BatchDelete(request,
395
+ target,
396
+ options=(),
397
+ channel_credentials=None,
398
+ call_credentials=None,
399
+ insecure=False,
400
+ compression=None,
401
+ wait_for_ready=None,
402
+ timeout=None,
403
+ metadata=None):
404
+ return grpc.experimental.unary_unary(
405
+ request,
406
+ target,
407
+ '/yandex.cloud.video.v1.EpisodeService/BatchDelete',
408
+ yandex_dot_cloud_dot_video_dot_v1_dot_episode__service__pb2.BatchDeleteEpisodesRequest.SerializeToString,
409
+ yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
410
+ options,
411
+ channel_credentials,
412
+ insecure,
413
+ call_credentials,
414
+ compression,
415
+ wait_for_ready,
416
+ timeout,
417
+ metadata,
418
+ _registered_method=True)
419
+
376
420
  @staticmethod
377
421
  def PerformAction(request,
378
422
  target,
@@ -59,6 +59,12 @@ class EpisodeServiceStub:
59
59
  ]
60
60
  """Delete episode."""
61
61
 
62
+ BatchDelete: grpc.UnaryUnaryMultiCallable[
63
+ yandex.cloud.video.v1.episode_service_pb2.BatchDeleteEpisodesRequest,
64
+ yandex.cloud.operation.operation_pb2.Operation,
65
+ ]
66
+ """Batch delete episode."""
67
+
62
68
  PerformAction: grpc.UnaryUnaryMultiCallable[
63
69
  yandex.cloud.video.v1.episode_service_pb2.PerformEpisodeActionRequest,
64
70
  yandex.cloud.operation.operation_pb2.Operation,
@@ -116,6 +122,12 @@ class EpisodeServiceAsyncStub:
116
122
  ]
117
123
  """Delete episode."""
118
124
 
125
+ BatchDelete: grpc.aio.UnaryUnaryMultiCallable[
126
+ yandex.cloud.video.v1.episode_service_pb2.BatchDeleteEpisodesRequest,
127
+ yandex.cloud.operation.operation_pb2.Operation,
128
+ ]
129
+ """Batch delete episode."""
130
+
119
131
  PerformAction: grpc.aio.UnaryUnaryMultiCallable[
120
132
  yandex.cloud.video.v1.episode_service_pb2.PerformEpisodeActionRequest,
121
133
  yandex.cloud.operation.operation_pb2.Operation,
@@ -185,6 +197,14 @@ class EpisodeServiceServicer(metaclass=abc.ABCMeta):
185
197
  ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
186
198
  """Delete episode."""
187
199
 
200
+ @abc.abstractmethod
201
+ def BatchDelete(
202
+ self,
203
+ request: yandex.cloud.video.v1.episode_service_pb2.BatchDeleteEpisodesRequest,
204
+ context: _ServicerContext,
205
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
206
+ """Batch delete episode."""
207
+
188
208
  @abc.abstractmethod
189
209
  def PerformAction(
190
210
  self,
@@ -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\"t\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\"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
+ 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=310
117
- _globals['_GETVIDEOREQUEST']._serialized_end=359
118
- _globals['_LISTVIDEOREQUEST']._serialized_start=362
119
- _globals['_LISTVIDEOREQUEST']._serialized_end=527
120
- _globals['_LISTVIDEORESPONSE']._serialized_start=529
121
- _globals['_LISTVIDEORESPONSE']._serialized_end=625
122
- _globals['_BATCHGETVIDEOSREQUEST']._serialized_start=627
123
- _globals['_BATCHGETVIDEOSREQUEST']._serialized_end=722
124
- _globals['_BATCHGETVIDEOSRESPONSE']._serialized_start=724
125
- _globals['_BATCHGETVIDEOSRESPONSE']._serialized_end=794
126
- _globals['_CREATEVIDEOREQUEST']._serialized_start=797
127
- _globals['_CREATEVIDEOREQUEST']._serialized_end=1533
128
- _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1418
129
- _globals['_CREATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1463
130
- _globals['_VIDEOTUSDPARAMS']._serialized_start=1535
131
- _globals['_VIDEOTUSDPARAMS']._serialized_end=1598
132
- _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_start=1600
133
- _globals['_VIDEOPUBLICACCESSPARAMS']._serialized_end=1625
134
- _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_start=1627
135
- _globals['_VIDEOAUTHSYSTEMACCESSPARAMS']._serialized_end=1656
136
- _globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_start=1658
137
- _globals['_VIDEOSIGNURLACCESSPARAMS']._serialized_end=1684
138
- _globals['_CREATEVIDEOMETADATA']._serialized_start=1686
139
- _globals['_CREATEVIDEOMETADATA']._serialized_end=1725
140
- _globals['_UPDATEVIDEOREQUEST']._serialized_start=1728
141
- _globals['_UPDATEVIDEOREQUEST']._serialized_end=2417
142
- _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_start=1418
143
- _globals['_UPDATEVIDEOREQUEST_LABELSENTRY']._serialized_end=1463
144
- _globals['_UPDATEVIDEOMETADATA']._serialized_start=2419
145
- _globals['_UPDATEVIDEOMETADATA']._serialized_end=2458
146
- _globals['_TRANSCODEVIDEOREQUEST']._serialized_start=2460
147
- _globals['_TRANSCODEVIDEOREQUEST']._serialized_end=2571
148
- _globals['_TRANSCODEVIDEOMETADATA']._serialized_start=2573
149
- _globals['_TRANSCODEVIDEOMETADATA']._serialized_end=2615
150
- _globals['_DELETEVIDEOREQUEST']._serialized_start=2617
151
- _globals['_DELETEVIDEOREQUEST']._serialized_end=2669
152
- _globals['_DELETEVIDEOMETADATA']._serialized_start=2671
153
- _globals['_DELETEVIDEOMETADATA']._serialized_end=2710
154
- _globals['_BATCHDELETEVIDEOSREQUEST']._serialized_start=2712
155
- _globals['_BATCHDELETEVIDEOSREQUEST']._serialized_end=2810
156
- _globals['_BATCHDELETEVIDEOSMETADATA']._serialized_start=2812
157
- _globals['_BATCHDELETEVIDEOSMETADATA']._serialized_end=2858
158
- _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_start=2861
159
- _globals['_PERFORMVIDEOACTIONREQUEST']._serialized_end=3073
160
- _globals['_PUBLISHVIDEOACTION']._serialized_start=3075
161
- _globals['_PUBLISHVIDEOACTION']._serialized_end=3095
162
- _globals['_UNPUBLISHVIDEOACTION']._serialized_start=3097
163
- _globals['_UNPUBLISHVIDEOACTION']._serialized_end=3119
164
- _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_start=3121
165
- _globals['_PERFORMVIDEOACTIONMETADATA']._serialized_end=3167
166
- _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_start=3169
167
- _globals['_GETVIDEOPLAYERURLREQUEST']._serialized_end=3285
168
- _globals['_VIDEOPLAYERPARAMS']._serialized_start=3287
169
- _globals['_VIDEOPLAYERPARAMS']._serialized_end=3354
170
- _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_start=3356
171
- _globals['_GETVIDEOPLAYERURLRESPONSE']._serialized_end=3417
172
- _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_start=3419
173
- _globals['_GETVIDEOMANIFESTSREQUEST']._serialized_end=3477
174
- _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_start=3479
175
- _globals['_GETVIDEOMANIFESTSRESPONSE']._serialized_end=3558
176
- _globals['_VIDEOSERVICE']._serialized_start=3561
177
- _globals['_VIDEOSERVICE']._serialized_end=5338
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)