tencentcloud-sdk-vod 3.0.1053 → 3.0.1054

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 +16 -12
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71e8f867f429c56dee98480fd4e7269eecb0699c
4
- data.tar.gz: 1fb5bfaecc7303e066b1eb9bc76bcca7b940f05b
3
+ metadata.gz: 5f0fa5740011dbadedbd86393c9d8757c87e7236
4
+ data.tar.gz: 73d7d3b700e70999d33253c973a707a28eb00937
5
5
  SHA512:
6
- metadata.gz: 322548316549b5f9c4fb72fcb0f9f9ebe5189c5c61fa2bb1b366ae0e0e3e6f5a5d0c25083392b1855f9c3b50823a863820275692c5eb068af1753c73cd0e295b
7
- data.tar.gz: e15082c82778de0fa75eae963bdd13e57b3f34a9633aceb4fdcc55c5ad18d85fcbbecd7fc0f9eb2d7ba7c1c38faef657915bd2292086b923c1ed43ada0a1c9ea
6
+ metadata.gz: 4580cc3526d70b5536f93d07dcc794a7a08555c7415152ec1cb7f7416d5d37c57039a10584560a405db955c605842ed5e06fd1e21ef4ba4bbf423b8de26b0a2f
7
+ data.tar.gz: f7cea50c98e822afe2936659b3715926407d53ac9ba6ed856cd1fab6a640d6ed85523a7a75ee7a8d9d64ecc06588fb52b7837c9a73f98c4a48a6eb30c0a65b50
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1053
1
+ 3.0.1054
@@ -2144,8 +2144,8 @@ module TencentCloud
2144
2144
 
2145
2145
  attr_accessor :Name, :SegmentSet, :RecognitionSegmentSet
2146
2146
  extend Gem::Deprecate
2147
- deprecate :SegmentSet, :none, 2025, 4
2148
- deprecate :SegmentSet=, :none, 2025, 4
2147
+ deprecate :SegmentSet, :none, 2025, 5
2148
+ deprecate :SegmentSet=, :none, 2025, 5
2149
2149
 
2150
2150
  def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
2151
2151
  @Name = name
@@ -10594,8 +10594,8 @@ module TencentCloud
10594
10594
 
10595
10595
  attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
10596
10596
  extend Gem::Deprecate
10597
- deprecate :DomainName, :none, 2025, 4
10598
- deprecate :DomainName=, :none, 2025, 4
10597
+ deprecate :DomainName, :none, 2025, 5
10598
+ deprecate :DomainName=, :none, 2025, 5
10599
10599
 
10600
10600
  def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
10601
10601
  @DomainName = domainname
@@ -18377,8 +18377,8 @@ module TencentCloud
18377
18377
 
18378
18378
  attr_accessor :Duration, :Transitions, :MediaTransitions
18379
18379
  extend Gem::Deprecate
18380
- deprecate :Transitions, :none, 2025, 4
18381
- deprecate :Transitions=, :none, 2025, 4
18380
+ deprecate :Transitions, :none, 2025, 5
18381
+ deprecate :Transitions=, :none, 2025, 5
18382
18382
 
18383
18383
  def initialize(duration=nil, transitions=nil, mediatransitions=nil)
18384
18384
  @Duration = duration
@@ -22295,8 +22295,8 @@ module TencentCloud
22295
22295
 
22296
22296
  attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
22297
22297
  extend Gem::Deprecate
22298
- deprecate :ProductInstanceResourceSet, :none, 2025, 4
22299
- deprecate :ProductInstanceResourceSet=, :none, 2025, 4
22298
+ deprecate :ProductInstanceResourceSet, :none, 2025, 5
22299
+ deprecate :ProductInstanceResourceSet=, :none, 2025, 5
22300
22300
 
22301
22301
  def initialize(producttype=nil, starttime=nil, expiretime=nil, productinstanceid=nil, lastconsumedate=nil, bindstatus=nil, productinstanceresourceset=nil, resourceset=nil, productinstancestatus=nil, refundstatus=nil, renewstatus=nil)
22302
22302
  @ProductType = producttype
@@ -22653,6 +22653,8 @@ module TencentCloud
22653
22653
  # @type StorageRegion: String
22654
22654
  # @param ClassId: 分类ID,用于对媒体进行分类管理,可通过[创建分类](https://cloud.tencent.com/document/product/266/7812)接口,创建分类,获得分类 ID。
22655
22655
  # @type ClassId: Integer
22656
+ # @param TasksPriority: 任务的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
22657
+ # @type TasksPriority: Integer
22656
22658
  # @param SessionContext: 来源上下文,用于透传用户请求信息,当指定 Procedure 任务后,任务流状态变更回调将返回该字段值,最长 1000 个字符。
22657
22659
  # @type SessionContext: String
22658
22660
  # @param SessionId: 用于去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
@@ -22662,9 +22664,9 @@ module TencentCloud
22662
22664
  # @param SourceContext: 来源上下文,用于透传用户请求信息,[上传完成回调](/document/product/266/7830) 将返回该字段值,最长 250 个字符。
22663
22665
  # @type SourceContext: String
22664
22666
 
22665
- attr_accessor :MediaUrl, :MediaType, :SubAppId, :MediaName, :CoverUrl, :Procedure, :ExpireTime, :StorageRegion, :ClassId, :SessionContext, :SessionId, :ExtInfo, :SourceContext
22667
+ attr_accessor :MediaUrl, :MediaType, :SubAppId, :MediaName, :CoverUrl, :Procedure, :ExpireTime, :StorageRegion, :ClassId, :TasksPriority, :SessionContext, :SessionId, :ExtInfo, :SourceContext
22666
22668
 
22667
- def initialize(mediaurl=nil, mediatype=nil, subappid=nil, medianame=nil, coverurl=nil, procedure=nil, expiretime=nil, storageregion=nil, classid=nil, sessioncontext=nil, sessionid=nil, extinfo=nil, sourcecontext=nil)
22669
+ def initialize(mediaurl=nil, mediatype=nil, subappid=nil, medianame=nil, coverurl=nil, procedure=nil, expiretime=nil, storageregion=nil, classid=nil, taskspriority=nil, sessioncontext=nil, sessionid=nil, extinfo=nil, sourcecontext=nil)
22668
22670
  @MediaUrl = mediaurl
22669
22671
  @MediaType = mediatype
22670
22672
  @SubAppId = subappid
@@ -22674,6 +22676,7 @@ module TencentCloud
22674
22676
  @ExpireTime = expiretime
22675
22677
  @StorageRegion = storageregion
22676
22678
  @ClassId = classid
22679
+ @TasksPriority = taskspriority
22677
22680
  @SessionContext = sessioncontext
22678
22681
  @SessionId = sessionid
22679
22682
  @ExtInfo = extinfo
@@ -22690,6 +22693,7 @@ module TencentCloud
22690
22693
  @ExpireTime = params['ExpireTime']
22691
22694
  @StorageRegion = params['StorageRegion']
22692
22695
  @ClassId = params['ClassId']
22696
+ @TasksPriority = params['TasksPriority']
22693
22697
  @SessionContext = params['SessionContext']
22694
22698
  @SessionId = params['SessionId']
22695
22699
  @ExtInfo = params['ExtInfo']
@@ -27109,8 +27113,8 @@ module TencentCloud
27109
27113
 
27110
27114
  attr_accessor :Width, :Height, :CycleConfig
27111
27115
  extend Gem::Deprecate
27112
- deprecate :CycleConfig, :none, 2025, 4
27113
- deprecate :CycleConfig=, :none, 2025, 4
27116
+ deprecate :CycleConfig, :none, 2025, 5
27117
+ deprecate :CycleConfig=, :none, 2025, 5
27114
27118
 
27115
27119
  def initialize(width=nil, height=nil, cycleconfig=nil)
27116
27120
  @Width = width
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1053
4
+ version: 3.0.1054
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud