tencentcloud-sdk-vod 3.0.443 → 3.0.445
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 +6 -2
- 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: 4a7666a56b8c078ab07e8e274816591ad33473db
|
4
|
+
data.tar.gz: 3a2bbc1950f7d7021a2e60db10d5372d3b81092f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4a18193b630083f2a8901bdda5b0f2397bdc9d186cd8a00ee57f6be60e628dcf5e09ba1ece75b697472abc440d343ee13c84b2a5a43956a3c39edc220310254
|
7
|
+
data.tar.gz: f08f1e7f5e2dfac71e9401f82c484bcd82dfff9cf817cf8d97cc62b317b252c2c86c4ad5da044a2da501bcdef21bea44ad1f087c639fd8cb1061a0a7b507667d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.445
|
data/lib/v20180717/models.rb
CHANGED
@@ -13121,18 +13121,21 @@ module TencentCloud
|
|
13121
13121
|
# @type ErrCode: Integer
|
13122
13122
|
# @param Message: 错误信息。
|
13123
13123
|
# @type Message: String
|
13124
|
+
# @param Progress: 转自适应码流任务进度,取值范围 [0-100] 。
|
13125
|
+
# @type Progress: Integer
|
13124
13126
|
# @param Input: 对视频转自适应码流任务的输入。
|
13125
13127
|
# @type Input: :class:`Tencentcloud::Vod.v20180717.models.AdaptiveDynamicStreamingTaskInput`
|
13126
13128
|
# @param Output: 对视频转自适应码流任务的输出。
|
13127
13129
|
# @type Output: :class:`Tencentcloud::Vod.v20180717.models.AdaptiveDynamicStreamingInfoItem`
|
13128
13130
|
|
13129
|
-
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
13131
|
+
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Progress, :Input, :Output
|
13130
13132
|
|
13131
|
-
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
13133
|
+
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, progress=nil, input=nil, output=nil)
|
13132
13134
|
@Status = status
|
13133
13135
|
@ErrCodeExt = errcodeext
|
13134
13136
|
@ErrCode = errcode
|
13135
13137
|
@Message = message
|
13138
|
+
@Progress = progress
|
13136
13139
|
@Input = input
|
13137
13140
|
@Output = output
|
13138
13141
|
end
|
@@ -13142,6 +13145,7 @@ module TencentCloud
|
|
13142
13145
|
@ErrCodeExt = params['ErrCodeExt']
|
13143
13146
|
@ErrCode = params['ErrCode']
|
13144
13147
|
@Message = params['Message']
|
13148
|
+
@Progress = params['Progress']
|
13145
13149
|
unless params['Input'].nil?
|
13146
13150
|
@Input = AdaptiveDynamicStreamingTaskInput.new
|
13147
13151
|
@Input.deserialize(params['Input'])
|
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.445
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|