tencentcloud-sdk-vod 3.0.1205 → 3.0.1206

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180717/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c1bdc5ebaa3b754783eba3899643d49c3024ff8
4
- data.tar.gz: f66d2f31c6eff4d5a6091e026a80d476e5f9dd48
3
+ metadata.gz: f7f2110d67f2fbdb76358a602d8ce9adf02b5b45
4
+ data.tar.gz: 1ef89e64ec7e66b9d2b01bc48ea355a542b66503
5
5
  SHA512:
6
- metadata.gz: 98037ea8231127492e42f462f5f5ebbba2e710728c05c01da4f2c9a6e63c1e6d012275625b6890901f1569198f0dcfda1431e93df3f9ca5f06784df31fcbb562
7
- data.tar.gz: ff6761aa8277eb224fe6445cc0f3c25d3bc93fa68030defd4abced7c17f7868547bb770f23424484bc39726692cf54d44009ac9cac77a777e43fdd11fab921c1
6
+ metadata.gz: ee68c09ef17bccf5efac3e8d1c4f6602ee3785f3f483686ca1f05478accc894c15d9bc72f93da719fe17af3e0f6bda4f3be1baa6e4a33a0afd2d4fc1d61120af
7
+ data.tar.gz: 28d9e69ed1fdb87c4e964a3e12977413a17966ab99014e373bc35cf793ec3cd0fb62d50490f5939c3cb729646a135131e5f79cdeac3af989f60ad78ee9fe090f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1205
1
+ 3.0.1206
@@ -4852,6 +4852,7 @@ module TencentCloud
4852
4852
  # @param ExtInfo: 保留字段,特殊用途时使用。
4853
4853
  # @type ExtInfo: String
4854
4854
  # @param MediaStoragePath: 媒体存储路径,以/开头。
4855
+ # 只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以指定存储路径。
4855
4856
  # @type MediaStoragePath: String
4856
4857
 
4857
4858
  attr_accessor :MediaType, :SubAppId, :MediaName, :CoverType, :Procedure, :ExpireTime, :StorageRegion, :ClassId, :SourceContext, :SessionContext, :ExtInfo, :MediaStoragePath
@@ -15612,6 +15613,7 @@ module TencentCloud
15612
15613
  # @param FileId: 媒体文件 ID,即该文件在云点播上的全局唯一标识符,在上传成功后由云点播后台分配。可以在 [视频上传完成事件通知](/document/product/266/7830) 或 [云点播控制台](https://console.cloud.tencent.com/vod/media) 获取该字段。
15613
15614
  # @type FileId: String
15614
15615
  # @param MediaStoragePath: 媒体的存储路径。
15616
+ # 只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
15615
15617
  # FileId和MediaStoragePath必须提供其中一个。
15616
15618
  # @type MediaStoragePath: String
15617
15619
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
@@ -24535,6 +24537,7 @@ module TencentCloud
24535
24537
  # FileId和MediaStoragePath必须提供其中一个。
24536
24538
  # @type FileId: String
24537
24539
  # @param MediaStoragePath: 媒体的存储路径。
24540
+ # 只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
24538
24541
  # FileId和MediaStoragePath必须提供其中一个。
24539
24542
  # @type MediaStoragePath: String
24540
24543
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
@@ -24694,6 +24697,7 @@ module TencentCloud
24694
24697
  # FileId和MediaStoragePath必须提供其中一个。
24695
24698
  # @type FileId: String
24696
24699
  # @param MediaStoragePath: 媒体的存储路径。
24700
+ # 只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
24697
24701
  # FileId和MediaStoragePath必须提供其中一个。
24698
24702
  # @type MediaStoragePath: String
24699
24703
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
@@ -25240,6 +25244,7 @@ module TencentCloud
25240
25244
  # @param SourceContext: 来源上下文,用于透传用户请求信息,[上传完成回调](/document/product/266/7830) 将返回该字段值,最长 250 个字符。
25241
25245
  # @type SourceContext: String
25242
25246
  # @param MediaStoragePath: 媒体存储路径,以/开头。
25247
+ # 只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以指定存储路径。
25243
25248
  # @type MediaStoragePath: String
25244
25249
 
25245
25250
  attr_accessor :MediaUrl, :MediaType, :SubAppId, :MediaName, :CoverUrl, :Procedure, :ExpireTime, :StorageRegion, :ClassId, :TasksPriority, :SessionContext, :SessionId, :ExtInfo, :SourceContext, :MediaStoragePath
@@ -27500,6 +27505,10 @@ module TencentCloud
27500
27505
  class ReviewAudioVideoRequest < TencentCloud::Common::AbstractModel
27501
27506
  # @param FileId: 媒体文件 ID,即该文件在云点播上的全局唯一标识符,在上传成功后由云点播后台分配。可以在 [视频上传完成事件通知](/document/product/266/7830) 或 [云点播控制台](https://console.cloud.tencent.com/vod/media) 获取该字段。
27502
27507
  # @type FileId: String
27508
+ # @param MediaStoragePath: 媒体的存储路径。
27509
+ # 只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
27510
+ # FileId和MediaStoragePath必须提供其中一个。
27511
+ # @type MediaStoragePath: String
27503
27512
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
27504
27513
  # @type SubAppId: Integer
27505
27514
  # @param ReviewContents: 审核的内容,可选值有:
@@ -27519,10 +27528,11 @@ module TencentCloud
27519
27528
  # @param ExtInfo: 保留字段,特殊用途时使用。
27520
27529
  # @type ExtInfo: String
27521
27530
 
27522
- attr_accessor :FileId, :SubAppId, :ReviewContents, :Definition, :TasksPriority, :SessionContext, :SessionId, :ExtInfo
27531
+ attr_accessor :FileId, :MediaStoragePath, :SubAppId, :ReviewContents, :Definition, :TasksPriority, :SessionContext, :SessionId, :ExtInfo
27523
27532
 
27524
- def initialize(fileid=nil, subappid=nil, reviewcontents=nil, definition=nil, taskspriority=nil, sessioncontext=nil, sessionid=nil, extinfo=nil)
27533
+ def initialize(fileid=nil, mediastoragepath=nil, subappid=nil, reviewcontents=nil, definition=nil, taskspriority=nil, sessioncontext=nil, sessionid=nil, extinfo=nil)
27525
27534
  @FileId = fileid
27535
+ @MediaStoragePath = mediastoragepath
27526
27536
  @SubAppId = subappid
27527
27537
  @ReviewContents = reviewcontents
27528
27538
  @Definition = definition
@@ -27534,6 +27544,7 @@ module TencentCloud
27534
27544
 
27535
27545
  def deserialize(params)
27536
27546
  @FileId = params['FileId']
27547
+ @MediaStoragePath = params['MediaStoragePath']
27537
27548
  @SubAppId = params['SubAppId']
27538
27549
  @ReviewContents = params['ReviewContents']
27539
27550
  @Definition = params['Definition']
@@ -27791,6 +27802,7 @@ module TencentCloud
27791
27802
  # FileId和MediaStoragePath必须提供其中一个。
27792
27803
  # @type FileId: String
27793
27804
  # @param MediaStoragePath: 媒体的存储路径。
27805
+ # 只有[FileID + Path 模式](https://cloud.tencent.com/document/product/266/126825)的子应用可以通过MediaStoragePath发起任务。
27794
27806
  # FileId和MediaStoragePath必须提供其中一个。
27795
27807
  # @type MediaStoragePath: String
27796
27808
  # @param SubAppId: <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1205
4
+ version: 3.0.1206
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-21 00:00:00.000000000 Z
11
+ date: 2026-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common