tencentcloud-sdk-mps 1.0.208 → 1.0.209

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: 6958a0ac3c8082358b3b502af493f294f70c0109
4
- data.tar.gz: 21035d9a590ffca5ac151ba1fe251c9e5414193b
3
+ metadata.gz: 76a8c7c845c6c4fe992825980e69c03a361407f0
4
+ data.tar.gz: 743fa930bd92c5933a06788d55aae64e69113365
5
5
  SHA512:
6
- metadata.gz: 523674105acde7b2a4e650ce4ec4478d8af141f9c50622c924f0035e66b63dc00cf10789765831742f860f72eafb96e40491ff5bd50cede10feb8193d0565892
7
- data.tar.gz: 80e66be9b4301dc116a005bf76344a678e17c1b960fb66b23c44a0d7c3f2f66ab191ebc5a221d50b4bb2aa112bd62a25b18c6c8dbc6cb20a854b61e07251adb9
6
+ metadata.gz: 83a6acaa1fc1b24554d01f050d0760ff028eff43d1619aa0a196a088b8c17abffea133efede37cb42c4fa1ccb578712b928bed1b9a4ba437eb9ea2ecbd1adae4
7
+ data.tar.gz: 7cafb4a860ef5a43812f7fcb2ad79bc78aa10ee641bfd2069166f6f93a7dfed10c3b91c6d83f15b480fad72e56beb66adf83e5839a2396c5ccde9076be5f614a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.208
1
+ 1.0.209
@@ -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.208
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-23 00:00:00.000000000 Z
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