tencentcloud-sdk-vod 3.0.444 → 3.0.445

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: 9e6758705341944d2a8ae36cdb738af67f3e84d8
4
- data.tar.gz: 4875b09deb61aa5fb9e2591b21454230e30a07d9
3
+ metadata.gz: 4a7666a56b8c078ab07e8e274816591ad33473db
4
+ data.tar.gz: 3a2bbc1950f7d7021a2e60db10d5372d3b81092f
5
5
  SHA512:
6
- metadata.gz: 5fa6c40482275d0d89a6a3ecfc6eb46ae81164bf619c2dcd17ddda2b3e117c254ff347ddc6afa857a3fe53747b12aaa888f744a5f9134a4a7eb56a37f0447341
7
- data.tar.gz: fd430311a24287b28b9b6bf090f4d0392c700fc8d686af05135c70cb2844ad1bedd2e9878f77960316bbb607b85ee97f59c941d9e04123dc0aa9eac1aed46e78
6
+ metadata.gz: b4a18193b630083f2a8901bdda5b0f2397bdc9d186cd8a00ee57f6be60e628dcf5e09ba1ece75b697472abc440d343ee13c84b2a5a43956a3c39edc220310254
7
+ data.tar.gz: f08f1e7f5e2dfac71e9401f82c484bcd82dfff9cf817cf8d97cc62b317b252c2c86c4ad5da044a2da501bcdef21bea44ad1f087c639fd8cb1061a0a7b507667d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.444
1
+ 3.0.445
@@ -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.444
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-04 00:00:00.000000000 Z
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