tencentcloud-sdk-mps 1.0.207 → 1.0.211

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae7df475fe61389a9081c5bbc5630dcfbdc4c2b5
4
- data.tar.gz: baded494a3c77973e42d0aeaf2fd18d1745b5605
3
+ metadata.gz: 9683c2047cd8f8cb87e0dc225447ca81d3f6f615
4
+ data.tar.gz: e51763b2798fa11a5f970b62ce66e1735bc6db01
5
5
  SHA512:
6
- metadata.gz: d3b3a38b74deb5cb9f6d1bf8943c8585db647c5bfaa7d5e39dbc70846a09aa1178c77e00d58fea8730d0ef26a90918e0011288d34f058600888eaed554d4cd1e
7
- data.tar.gz: e86dd3154223d0767b9713e05388670c74dad3161305a4ea1d6475eddbd596838bd1c5611c3c486a908a3a9d90dce19941dc824f7417d64e68199e1434378e33
6
+ metadata.gz: 1ec51025b47037ac9586ee539f3a8b58b574403367649708e2ea03714b6e315e659b4764b2ff54ae5eaaf78ca71e3d784842aa4e43b0a159a7c0a29fa0875222
7
+ data.tar.gz: e35c1e33da6383a2091b95616e2bd725b5f0bc15e96dc0b4b287d2a21ba5cff8cf47b11d6b198b80c80281fc01aa62d68f0352e2d32ad0c038da739a52c45065
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.207
1
+ 1.0.211
@@ -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.207
4
+ version: 1.0.211
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-22 00:00:00.000000000 Z
11
+ date: 2021-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common