tencentcloud-sdk-vod 3.0.1074 → 3.0.1076
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180717/models.rb +42 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 092a321ce900e882d0966d813253b9d441bba643
|
4
|
+
data.tar.gz: 4e4e66cd5afa05a04f54474416d48df4f24541b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a565cb265bbb275471a01c9e1f5ca9714020aa93fe65c482f50a8002b8552b099570383f6cb353b9213b8e6025bbec81071c1e7ad261487fcb64aac240974673
|
7
|
+
data.tar.gz: aceb14f011561c9fdc8a360298591f17becb515da1eb805aebb6394e9b85477635d8b2cd1723715471d0a2f529e0ca0952c4244f943c2f28cd0b5c09d853f2c2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1076
|
data/lib/v20180717/models.rb
CHANGED
@@ -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,
|
2148
|
-
deprecate :SegmentSet=, :none, 2025,
|
2147
|
+
deprecate :SegmentSet, :none, 2025, 6
|
2148
|
+
deprecate :SegmentSet=, :none, 2025, 6
|
2149
2149
|
|
2150
2150
|
def initialize(name=nil, segmentset=nil, recognitionsegmentset=nil)
|
2151
2151
|
@Name = name
|
@@ -4290,6 +4290,9 @@ module TencentCloud
|
|
4290
4290
|
# @type SubtitleName: String
|
4291
4291
|
|
4292
4292
|
attr_accessor :Switch, :SubtitleFormats, :SubtitleFormat, :SrcLanguage, :SubtitleName
|
4293
|
+
extend Gem::Deprecate
|
4294
|
+
deprecate :SubtitleFormat, :none, 2025, 6
|
4295
|
+
deprecate :SubtitleFormat=, :none, 2025, 6
|
4293
4296
|
|
4294
4297
|
def initialize(switch=nil, subtitleformats=nil, subtitleformat=nil, srclanguage=nil, subtitlename=nil)
|
4295
4298
|
@Switch = switch
|
@@ -4331,6 +4334,9 @@ module TencentCloud
|
|
4331
4334
|
# @type SubtitleName: String
|
4332
4335
|
|
4333
4336
|
attr_accessor :Switch, :SubtitleFormatsOperation, :SubtitleFormat, :SrcLanguage, :SubtitleName
|
4337
|
+
extend Gem::Deprecate
|
4338
|
+
deprecate :SubtitleFormat, :none, 2025, 6
|
4339
|
+
deprecate :SubtitleFormat=, :none, 2025, 6
|
4334
4340
|
|
4335
4341
|
def initialize(switch=nil, subtitleformatsoperation=nil, subtitleformat=nil, srclanguage=nil, subtitlename=nil)
|
4336
4342
|
@Switch = switch
|
@@ -10594,8 +10600,8 @@ module TencentCloud
|
|
10594
10600
|
|
10595
10601
|
attr_accessor :DomainName, :Domain, :Scheme, :PlayKey, :RequestId
|
10596
10602
|
extend Gem::Deprecate
|
10597
|
-
deprecate :DomainName, :none, 2025,
|
10598
|
-
deprecate :DomainName=, :none, 2025,
|
10603
|
+
deprecate :DomainName, :none, 2025, 6
|
10604
|
+
deprecate :DomainName=, :none, 2025, 6
|
10599
10605
|
|
10600
10606
|
def initialize(domainname=nil, domain=nil, scheme=nil, playkey=nil, requestid=nil)
|
10601
10607
|
@DomainName = domainname
|
@@ -12009,6 +12015,9 @@ module TencentCloud
|
|
12009
12015
|
# @type Limit: Integer
|
12010
12016
|
|
12011
12017
|
attr_accessor :SubAppId, :RoundPlayIds, :Status, :CreateTime, :UpdateTime, :ScrollToken, :Offset, :Limit
|
12018
|
+
extend Gem::Deprecate
|
12019
|
+
deprecate :Offset, :none, 2025, 6
|
12020
|
+
deprecate :Offset=, :none, 2025, 6
|
12012
12021
|
|
12013
12022
|
def initialize(subappid=nil, roundplayids=nil, status=nil, createtime=nil, updatetime=nil, scrolltoken=nil, offset=nil, limit=nil)
|
12014
12023
|
@SubAppId = subappid
|
@@ -12051,6 +12060,9 @@ module TencentCloud
|
|
12051
12060
|
# @type RequestId: String
|
12052
12061
|
|
12053
12062
|
attr_accessor :TotalCount, :RoundPlaySet, :ScrollToken, :RequestId
|
12063
|
+
extend Gem::Deprecate
|
12064
|
+
deprecate :TotalCount, :none, 2025, 6
|
12065
|
+
deprecate :TotalCount=, :none, 2025, 6
|
12054
12066
|
|
12055
12067
|
def initialize(totalcount=nil, roundplayset=nil, scrolltoken=nil, requestid=nil)
|
12056
12068
|
@TotalCount = totalcount
|
@@ -14558,6 +14570,9 @@ module TencentCloud
|
|
14558
14570
|
# @type Uid: String
|
14559
14571
|
|
14560
14572
|
attr_accessor :Uv, :Uid
|
14573
|
+
extend Gem::Deprecate
|
14574
|
+
deprecate :Uid, :none, 2025, 6
|
14575
|
+
deprecate :Uid=, :none, 2025, 6
|
14561
14576
|
|
14562
14577
|
def initialize(uv=nil, uid=nil)
|
14563
14578
|
@Uv = uv
|
@@ -16736,6 +16751,9 @@ module TencentCloud
|
|
16736
16751
|
# @type PicUrlExpireTime: String
|
16737
16752
|
|
16738
16753
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Suggestion, :Name, :Label, :Url, :AreaCoordSet, :PicUrlExpireTimeStamp, :PicUrlExpireTime
|
16754
|
+
extend Gem::Deprecate
|
16755
|
+
deprecate :PicUrlExpireTimeStamp, :none, 2025, 6
|
16756
|
+
deprecate :PicUrlExpireTimeStamp=, :none, 2025, 6
|
16739
16757
|
|
16740
16758
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, suggestion=nil, name=nil, label=nil, url=nil, areacoordset=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
|
16741
16759
|
@StartTimeOffset = starttimeoffset
|
@@ -16788,6 +16806,9 @@ module TencentCloud
|
|
16788
16806
|
# @type PicUrlExpireTime: String
|
16789
16807
|
|
16790
16808
|
attr_accessor :StartTimeOffset, :EndTimeOffset, :Confidence, :Label, :Suggestion, :Url, :PicUrlExpireTimeStamp, :PicUrlExpireTime
|
16809
|
+
extend Gem::Deprecate
|
16810
|
+
deprecate :PicUrlExpireTimeStamp, :none, 2025, 6
|
16811
|
+
deprecate :PicUrlExpireTimeStamp=, :none, 2025, 6
|
16791
16812
|
|
16792
16813
|
def initialize(starttimeoffset=nil, endtimeoffset=nil, confidence=nil, label=nil, suggestion=nil, url=nil, picurlexpiretimestamp=nil, picurlexpiretime=nil)
|
16793
16814
|
@StartTimeOffset = starttimeoffset
|
@@ -18377,8 +18398,8 @@ module TencentCloud
|
|
18377
18398
|
|
18378
18399
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
18379
18400
|
extend Gem::Deprecate
|
18380
|
-
deprecate :Transitions, :none, 2025,
|
18381
|
-
deprecate :Transitions=, :none, 2025,
|
18401
|
+
deprecate :Transitions, :none, 2025, 6
|
18402
|
+
deprecate :Transitions=, :none, 2025, 6
|
18382
18403
|
|
18383
18404
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
18384
18405
|
@Duration = duration
|
@@ -22295,8 +22316,8 @@ module TencentCloud
|
|
22295
22316
|
|
22296
22317
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
22297
22318
|
extend Gem::Deprecate
|
22298
|
-
deprecate :ProductInstanceResourceSet, :none, 2025,
|
22299
|
-
deprecate :ProductInstanceResourceSet=, :none, 2025,
|
22319
|
+
deprecate :ProductInstanceResourceSet, :none, 2025, 6
|
22320
|
+
deprecate :ProductInstanceResourceSet=, :none, 2025, 6
|
22300
22321
|
|
22301
22322
|
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
22323
|
@ProductType = producttype
|
@@ -24875,6 +24896,11 @@ module TencentCloud
|
|
24875
24896
|
# @type Message: String
|
24876
24897
|
|
24877
24898
|
attr_accessor :FileId, :OriginalStorageClass, :TargetStorageClass, :RestoreTier, :RestoreDay, :Status, :Message
|
24899
|
+
extend Gem::Deprecate
|
24900
|
+
deprecate :Status, :none, 2025, 6
|
24901
|
+
deprecate :Status=, :none, 2025, 6
|
24902
|
+
deprecate :Message, :none, 2025, 6
|
24903
|
+
deprecate :Message=, :none, 2025, 6
|
24878
24904
|
|
24879
24905
|
def initialize(fileid=nil, originalstorageclass=nil, targetstorageclass=nil, restoretier=nil, restoreday=nil, status=nil, message=nil)
|
24880
24906
|
@FileId = fileid
|
@@ -25220,6 +25246,9 @@ module TencentCloud
|
|
25220
25246
|
# @type RequestId: String
|
25221
25247
|
|
25222
25248
|
attr_accessor :ReviewResultSet, :MediaReviewResult, :RequestId
|
25249
|
+
extend Gem::Deprecate
|
25250
|
+
deprecate :ReviewResultSet, :none, 2025, 6
|
25251
|
+
deprecate :ReviewResultSet=, :none, 2025, 6
|
25223
25252
|
|
25224
25253
|
def initialize(reviewresultset=nil, mediareviewresult=nil, requestid=nil)
|
25225
25254
|
@ReviewResultSet = reviewresultset
|
@@ -27113,8 +27142,8 @@ module TencentCloud
|
|
27113
27142
|
|
27114
27143
|
attr_accessor :Width, :Height, :CycleConfig
|
27115
27144
|
extend Gem::Deprecate
|
27116
|
-
deprecate :CycleConfig, :none, 2025,
|
27117
|
-
deprecate :CycleConfig=, :none, 2025,
|
27145
|
+
deprecate :CycleConfig, :none, 2025, 6
|
27146
|
+
deprecate :CycleConfig=, :none, 2025, 6
|
27118
27147
|
|
27119
27148
|
def initialize(width=nil, height=nil, cycleconfig=nil)
|
27120
27149
|
@Width = width
|
@@ -27773,6 +27802,9 @@ module TencentCloud
|
|
27773
27802
|
# @type Definition: Integer
|
27774
27803
|
|
27775
27804
|
attr_accessor :Switch, :Definition
|
27805
|
+
extend Gem::Deprecate
|
27806
|
+
deprecate :Definition, :none, 2025, 6
|
27807
|
+
deprecate :Definition=, :none, 2025, 6
|
27776
27808
|
|
27777
27809
|
def initialize(switch=nil, definition=nil)
|
27778
27810
|
@Switch = switch
|
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.
|
4
|
+
version: 3.0.1076
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|