tencentcloud-sdk-mps 1.0.208 → 1.0.212
Sign up to get free protection for your applications and to get access to all the features.
- 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: 2de6c797506b9fb30f512f5b582bce7ce0db05e7
|
4
|
+
data.tar.gz: cf38a2a3f55d17c973438e50efdcc30cfbf33235
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c37aca393e106949b1c1b6da7b0eb24598696c323dff0e77cb1626bb2f1e461d098e448e0d983296acecd74992c2f7dde030518659f9c2c7d3d315d99d0978b4
|
7
|
+
data.tar.gz: 007e3da70b72079039291c6c9fe762edf2b78fefb7968b1180306cb02686bb10d1523edd93ec7c71f0abf8913ea5eaba324308e0ee8612e76de773ddec9e8657
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.212
|
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.212
|
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-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|