tencentcloud-sdk-mps 1.0.208 → 1.0.209
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/v20190612/models.rb +7 -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: 76a8c7c845c6c4fe992825980e69c03a361407f0
|
4
|
+
data.tar.gz: 743fa930bd92c5933a06788d55aae64e69113365
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83a6acaa1fc1b24554d01f050d0760ff028eff43d1619aa0a196a088b8c17abffea133efede37cb42c4fa1ccb578712b928bed1b9a4ba437eb9ea2ecbd1adae4
|
7
|
+
data.tar.gz: 7cafb4a860ef5a43812f7fcb2ad79bc78aa10ee641bfd2069166f6f93a7dfed10c3b91c6d83f15b480fad72e56beb66adf83e5839a2396c5ccde9076be5f614a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.209
|
data/lib/v20190612/models.rb
CHANGED
@@ -8103,16 +8103,20 @@ module TencentCloud
|
|
8103
8103
|
# @param Output: 转码任务的输出。
|
8104
8104
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8105
8105
|
# @type Output: :class:`Tencentcloud::Mps.v20190612.models.MediaTranscodeItem`
|
8106
|
+
# @param Progress: 转码进度,取值范围 [0-100]
|
8107
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8108
|
+
# @type Progress: Integer
|
8106
8109
|
|
8107
|
-
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output
|
8110
|
+
attr_accessor :Status, :ErrCodeExt, :ErrCode, :Message, :Input, :Output, :Progress
|
8108
8111
|
|
8109
|
-
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil)
|
8112
|
+
def initialize(status=nil, errcodeext=nil, errcode=nil, message=nil, input=nil, output=nil, progress=nil)
|
8110
8113
|
@Status = status
|
8111
8114
|
@ErrCodeExt = errcodeext
|
8112
8115
|
@ErrCode = errcode
|
8113
8116
|
@Message = message
|
8114
8117
|
@Input = input
|
8115
8118
|
@Output = output
|
8119
|
+
@Progress = progress
|
8116
8120
|
end
|
8117
8121
|
|
8118
8122
|
def deserialize(params)
|
@@ -8128,6 +8132,7 @@ module TencentCloud
|
|
8128
8132
|
@Output = MediaTranscodeItem.new
|
8129
8133
|
@Output.deserialize(params['Output'])
|
8130
8134
|
end
|
8135
|
+
@Progress = params['Progress']
|
8131
8136
|
end
|
8132
8137
|
end
|
8133
8138
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.209
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|