tencentcloud-sdk-dlc 3.0.865 → 3.0.866
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/v20210125/models.rb +11 -3
- 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: 84101f9f3d0943c4b66ab56e38ce3bc5523927a5
|
|
4
|
+
data.tar.gz: c0e36a532dd4a5883517e2b54f5dea54d7808992
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 809a20f988b57f59feb83729acec7df1d1accb3d780ab14f9d513f014ac8223374051e303264165e51912f6b97b6f77cdcf3abebc7bf78901e010d6f3c99c493
|
|
7
|
+
data.tar.gz: c110e0c3bc3f2d4b43227d1efac853501106c2ea404a4a8a85f35208c57f623d38f352031e7ba613db83aee04b25966d67492173b44f9830a57dd047c83ac07f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.866
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -5281,17 +5281,25 @@ module TencentCloud
|
|
|
5281
5281
|
|
|
5282
5282
|
# DescribeDataEngineImageVersions请求参数结构体
|
|
5283
5283
|
class DescribeDataEngineImageVersionsRequest < TencentCloud::Common::AbstractModel
|
|
5284
|
-
# @param EngineType: 引擎类型:
|
|
5284
|
+
# @param EngineType: 引擎类型:SparkSQL、PrestoSQL、SparkBatch、StandardSpark、StandardPresto
|
|
5285
5285
|
# @type EngineType: String
|
|
5286
|
+
# @param Sort: 排序字段: InsertTime(插入时间,默认),UpdateTime(更新时间)
|
|
5287
|
+
# @type Sort: String
|
|
5288
|
+
# @param Asc: 排序方式:false(降序,默认),true(升序)
|
|
5289
|
+
# @type Asc: Boolean
|
|
5286
5290
|
|
|
5287
|
-
attr_accessor :EngineType
|
|
5291
|
+
attr_accessor :EngineType, :Sort, :Asc
|
|
5288
5292
|
|
|
5289
|
-
def initialize(enginetype=nil)
|
|
5293
|
+
def initialize(enginetype=nil, sort=nil, asc=nil)
|
|
5290
5294
|
@EngineType = enginetype
|
|
5295
|
+
@Sort = sort
|
|
5296
|
+
@Asc = asc
|
|
5291
5297
|
end
|
|
5292
5298
|
|
|
5293
5299
|
def deserialize(params)
|
|
5294
5300
|
@EngineType = params['EngineType']
|
|
5301
|
+
@Sort = params['Sort']
|
|
5302
|
+
@Asc = params['Asc']
|
|
5295
5303
|
end
|
|
5296
5304
|
end
|
|
5297
5305
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.866
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-07-
|
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|