tencentcloud-sdk-ecc 3.0.778 → 3.0.779
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/v20181213/models.rb +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba8752e4c6036443b4b255c66078001f42fe1f69
|
|
4
|
+
data.tar.gz: dcdda0a3ccad5feee9ec26297fe5dd373f402d74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f10bd16011012621851b8fb090588c482ddfdfa29da6141172eb36a7eef8af6364c5c2dfd2b445f272a8d4f8220eb316aadcfcf720d9c6bec9cd3e06ab21eb1
|
|
7
|
+
data.tar.gz: ad592dc4a1c29349d3423e61e3a02f5074dd6c9c50f0d13d8b3687700c6037a479658fb75246daf15482a77665f6ac477b2a7bea5df518342eb89ca34e80b65c
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.779
|
data/lib/v20181213/models.rb
CHANGED
|
@@ -209,13 +209,13 @@ module TencentCloud
|
|
|
209
209
|
# @type Data: :class:`Tencentcloud::Ecc.v20181213.models.CompostionContext`
|
|
210
210
|
# @param ResultData: 接口返回数据
|
|
211
211
|
# @type ResultData: :class:`Tencentcloud::Ecc.v20181213.models.CompositionContext`
|
|
212
|
-
# @param RequestId: 唯一请求 ID
|
|
212
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
213
213
|
# @type RequestId: String
|
|
214
214
|
|
|
215
215
|
attr_accessor :Data, :ResultData, :RequestId
|
|
216
216
|
extend Gem::Deprecate
|
|
217
|
-
deprecate :Data, :none,
|
|
218
|
-
deprecate :Data=, :none,
|
|
217
|
+
deprecate :Data, :none, 2024, 3
|
|
218
|
+
deprecate :Data=, :none, 2024, 3
|
|
219
219
|
|
|
220
220
|
def initialize(data=nil, resultdata=nil, requestid=nil)
|
|
221
221
|
@Data = data
|
|
@@ -266,7 +266,7 @@ module TencentCloud
|
|
|
266
266
|
# @type CorrectData: :class:`Tencentcloud::Ecc.v20181213.models.CorrectData`
|
|
267
267
|
# @param Status: 任务状态,“Progressing”: 处理中(此时无结果返回)、“Finished”: 处理完成
|
|
268
268
|
# @type Status: String
|
|
269
|
-
# @param RequestId: 唯一请求 ID
|
|
269
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
270
270
|
# @type RequestId: String
|
|
271
271
|
|
|
272
272
|
attr_accessor :Content, :CorrectData, :Status, :RequestId
|
|
@@ -345,7 +345,7 @@ module TencentCloud
|
|
|
345
345
|
# @param TaskId: 任务 id,用于查询接口
|
|
346
346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
347
347
|
# @type TaskId: String
|
|
348
|
-
# @param RequestId: 唯一请求 ID
|
|
348
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
349
349
|
# @type RequestId: String
|
|
350
350
|
|
|
351
351
|
attr_accessor :Data, :TaskId, :RequestId
|
|
@@ -428,13 +428,13 @@ module TencentCloud
|
|
|
428
428
|
# @type Data: :class:`Tencentcloud::Ecc.v20181213.models.CompostionContext`
|
|
429
429
|
# @param ResultData: 接口返回数据
|
|
430
430
|
# @type ResultData: :class:`Tencentcloud::Ecc.v20181213.models.CompositionContext`
|
|
431
|
-
# @param RequestId: 唯一请求 ID
|
|
431
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
432
432
|
# @type RequestId: String
|
|
433
433
|
|
|
434
434
|
attr_accessor :Data, :ResultData, :RequestId
|
|
435
435
|
extend Gem::Deprecate
|
|
436
|
-
deprecate :Data, :none,
|
|
437
|
-
deprecate :Data=, :none,
|
|
436
|
+
deprecate :Data, :none, 2024, 3
|
|
437
|
+
deprecate :Data=, :none, 2024, 3
|
|
438
438
|
|
|
439
439
|
def initialize(data=nil, resultdata=nil, requestid=nil)
|
|
440
440
|
@Data = data
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ecc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.779
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20181213/models.rb
|
|
37
|
-
- lib/v20181213/client.rb
|
|
38
36
|
- lib/tencentcloud-sdk-ecc.rb
|
|
37
|
+
- lib/v20181213/client.rb
|
|
38
|
+
- lib/v20181213/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|