tencentcloud-sdk-vod 3.0.1073 → 3.0.1075
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 +39 -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: 208a93b526d40f8fc9f2c8660fe3a15c9d5c820b
|
4
|
+
data.tar.gz: 9610b179761f2dc9bbd8d8d76c841df8a881e57e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe69b00095de5e31f800ef64bc55f6aa15e36ffd48fc00f9c3eedf0a7ed56d154b2cfedab966bf87ff0aae189a99ab8936aec2153dae83d60598363f109edc2e
|
7
|
+
data.tar.gz: 8495a46d9c414483944f1b80d973bf06846a535d78253d514667cbb12acb4981e5bde19d7b7ae87c35008fd3b9d248508d169a35fb2b4a170093c60dabccf20a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1075
|
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
|
@@ -18377,8 +18395,8 @@ module TencentCloud
|
|
18377
18395
|
|
18378
18396
|
attr_accessor :Duration, :Transitions, :MediaTransitions
|
18379
18397
|
extend Gem::Deprecate
|
18380
|
-
deprecate :Transitions, :none, 2025,
|
18381
|
-
deprecate :Transitions=, :none, 2025,
|
18398
|
+
deprecate :Transitions, :none, 2025, 6
|
18399
|
+
deprecate :Transitions=, :none, 2025, 6
|
18382
18400
|
|
18383
18401
|
def initialize(duration=nil, transitions=nil, mediatransitions=nil)
|
18384
18402
|
@Duration = duration
|
@@ -22295,8 +22313,8 @@ module TencentCloud
|
|
22295
22313
|
|
22296
22314
|
attr_accessor :ProductType, :StartTime, :ExpireTime, :ProductInstanceId, :LastConsumeDate, :BindStatus, :ProductInstanceResourceSet, :ResourceSet, :ProductInstanceStatus, :RefundStatus, :RenewStatus
|
22297
22315
|
extend Gem::Deprecate
|
22298
|
-
deprecate :ProductInstanceResourceSet, :none, 2025,
|
22299
|
-
deprecate :ProductInstanceResourceSet=, :none, 2025,
|
22316
|
+
deprecate :ProductInstanceResourceSet, :none, 2025, 6
|
22317
|
+
deprecate :ProductInstanceResourceSet=, :none, 2025, 6
|
22300
22318
|
|
22301
22319
|
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
22320
|
@ProductType = producttype
|
@@ -24875,6 +24893,11 @@ module TencentCloud
|
|
24875
24893
|
# @type Message: String
|
24876
24894
|
|
24877
24895
|
attr_accessor :FileId, :OriginalStorageClass, :TargetStorageClass, :RestoreTier, :RestoreDay, :Status, :Message
|
24896
|
+
extend Gem::Deprecate
|
24897
|
+
deprecate :Status, :none, 2025, 6
|
24898
|
+
deprecate :Status=, :none, 2025, 6
|
24899
|
+
deprecate :Message, :none, 2025, 6
|
24900
|
+
deprecate :Message=, :none, 2025, 6
|
24878
24901
|
|
24879
24902
|
def initialize(fileid=nil, originalstorageclass=nil, targetstorageclass=nil, restoretier=nil, restoreday=nil, status=nil, message=nil)
|
24880
24903
|
@FileId = fileid
|
@@ -25220,6 +25243,9 @@ module TencentCloud
|
|
25220
25243
|
# @type RequestId: String
|
25221
25244
|
|
25222
25245
|
attr_accessor :ReviewResultSet, :MediaReviewResult, :RequestId
|
25246
|
+
extend Gem::Deprecate
|
25247
|
+
deprecate :ReviewResultSet, :none, 2025, 6
|
25248
|
+
deprecate :ReviewResultSet=, :none, 2025, 6
|
25223
25249
|
|
25224
25250
|
def initialize(reviewresultset=nil, mediareviewresult=nil, requestid=nil)
|
25225
25251
|
@ReviewResultSet = reviewresultset
|
@@ -27113,8 +27139,8 @@ module TencentCloud
|
|
27113
27139
|
|
27114
27140
|
attr_accessor :Width, :Height, :CycleConfig
|
27115
27141
|
extend Gem::Deprecate
|
27116
|
-
deprecate :CycleConfig, :none, 2025,
|
27117
|
-
deprecate :CycleConfig=, :none, 2025,
|
27142
|
+
deprecate :CycleConfig, :none, 2025, 6
|
27143
|
+
deprecate :CycleConfig=, :none, 2025, 6
|
27118
27144
|
|
27119
27145
|
def initialize(width=nil, height=nil, cycleconfig=nil)
|
27120
27146
|
@Width = width
|
@@ -27773,6 +27799,9 @@ module TencentCloud
|
|
27773
27799
|
# @type Definition: Integer
|
27774
27800
|
|
27775
27801
|
attr_accessor :Switch, :Definition
|
27802
|
+
extend Gem::Deprecate
|
27803
|
+
deprecate :Definition, :none, 2025, 6
|
27804
|
+
deprecate :Definition=, :none, 2025, 6
|
27776
27805
|
|
27777
27806
|
def initialize(switch=nil, definition=nil)
|
27778
27807
|
@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.1075
|
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-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|