tencentcloud-sdk-dlc 3.0.1117 → 3.0.1120
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 +6 -2
- 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: f20f1e51dd1633e889d0ae18a5d44b8346be30b8
|
4
|
+
data.tar.gz: 1ddef4fb9da1952f43a61bfc294e900679b6d6d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abc1cc2fdab07ec68d43a736adb4a459068832d76bc944eedcd8fb1ccb3aa0e5bfc50e06f93081f76b51da1f3cf06705605c15fe996df895d13d619374a18e30
|
7
|
+
data.tar.gz: 16e7f00ed5d8796a498eb8b3180531afc0a69c4de8d69f65ad9dd4ff2fef5eeb7a7ebf7c34cb5be38b78d67683256f60848fa894b2f6d31b0077a74fa5e31ce3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1120
|
data/lib/v20210125/models.rb
CHANGED
@@ -14834,10 +14834,12 @@ module TencentCloud
|
|
14834
14834
|
# @type EngineTypeDetail: String
|
14835
14835
|
# @param ResourceGroupName: spark引擎资源组名称
|
14836
14836
|
# @type ResourceGroupName: String
|
14837
|
+
# @param JobTimeSum: 任务执行耗时
|
14838
|
+
# @type JobTimeSum: Integer
|
14837
14839
|
|
14838
|
-
attr_accessor :DatabaseName, :DataAmount, :Id, :UsedTime, :OutputPath, :CreateTime, :State, :SQLType, :SQL, :ResultExpired, :RowAffectInfo, :DataSet, :Error, :Percentage, :OutputMessage, :TaskType, :ProgressDetail, :UpdateTime, :DataEngineId, :OperateUin, :DataEngineName, :InputType, :InputConf, :DataNumber, :CanDownload, :UserAlias, :SparkJobName, :SparkJobId, :SparkJobFile, :UiUrl, :TotalTime, :CmdArgs, :ImageVersion, :DriverSize, :ExecutorSize, :ExecutorNums, :ExecutorMaxNumbers, :CommonMetrics, :SparkMonitorMetrics, :PrestoMonitorMetrics, :ResultFormat, :EngineTypeDetail, :ResourceGroupName
|
14840
|
+
attr_accessor :DatabaseName, :DataAmount, :Id, :UsedTime, :OutputPath, :CreateTime, :State, :SQLType, :SQL, :ResultExpired, :RowAffectInfo, :DataSet, :Error, :Percentage, :OutputMessage, :TaskType, :ProgressDetail, :UpdateTime, :DataEngineId, :OperateUin, :DataEngineName, :InputType, :InputConf, :DataNumber, :CanDownload, :UserAlias, :SparkJobName, :SparkJobId, :SparkJobFile, :UiUrl, :TotalTime, :CmdArgs, :ImageVersion, :DriverSize, :ExecutorSize, :ExecutorNums, :ExecutorMaxNumbers, :CommonMetrics, :SparkMonitorMetrics, :PrestoMonitorMetrics, :ResultFormat, :EngineTypeDetail, :ResourceGroupName, :JobTimeSum
|
14839
14841
|
|
14840
|
-
def initialize(databasename=nil, dataamount=nil, id=nil, usedtime=nil, outputpath=nil, createtime=nil, state=nil, sqltype=nil, sql=nil, resultexpired=nil, rowaffectinfo=nil, dataset=nil, error=nil, percentage=nil, outputmessage=nil, tasktype=nil, progressdetail=nil, updatetime=nil, dataengineid=nil, operateuin=nil, dataenginename=nil, inputtype=nil, inputconf=nil, datanumber=nil, candownload=nil, useralias=nil, sparkjobname=nil, sparkjobid=nil, sparkjobfile=nil, uiurl=nil, totaltime=nil, cmdargs=nil, imageversion=nil, driversize=nil, executorsize=nil, executornums=nil, executormaxnumbers=nil, commonmetrics=nil, sparkmonitormetrics=nil, prestomonitormetrics=nil, resultformat=nil, enginetypedetail=nil, resourcegroupname=nil)
|
14842
|
+
def initialize(databasename=nil, dataamount=nil, id=nil, usedtime=nil, outputpath=nil, createtime=nil, state=nil, sqltype=nil, sql=nil, resultexpired=nil, rowaffectinfo=nil, dataset=nil, error=nil, percentage=nil, outputmessage=nil, tasktype=nil, progressdetail=nil, updatetime=nil, dataengineid=nil, operateuin=nil, dataenginename=nil, inputtype=nil, inputconf=nil, datanumber=nil, candownload=nil, useralias=nil, sparkjobname=nil, sparkjobid=nil, sparkjobfile=nil, uiurl=nil, totaltime=nil, cmdargs=nil, imageversion=nil, driversize=nil, executorsize=nil, executornums=nil, executormaxnumbers=nil, commonmetrics=nil, sparkmonitormetrics=nil, prestomonitormetrics=nil, resultformat=nil, enginetypedetail=nil, resourcegroupname=nil, jobtimesum=nil)
|
14841
14843
|
@DatabaseName = databasename
|
14842
14844
|
@DataAmount = dataamount
|
14843
14845
|
@Id = id
|
@@ -14881,6 +14883,7 @@ module TencentCloud
|
|
14881
14883
|
@ResultFormat = resultformat
|
14882
14884
|
@EngineTypeDetail = enginetypedetail
|
14883
14885
|
@ResourceGroupName = resourcegroupname
|
14886
|
+
@JobTimeSum = jobtimesum
|
14884
14887
|
end
|
14885
14888
|
|
14886
14889
|
def deserialize(params)
|
@@ -14936,6 +14939,7 @@ module TencentCloud
|
|
14936
14939
|
@ResultFormat = params['ResultFormat']
|
14937
14940
|
@EngineTypeDetail = params['EngineTypeDetail']
|
14938
14941
|
@ResourceGroupName = params['ResourceGroupName']
|
14942
|
+
@JobTimeSum = params['JobTimeSum']
|
14939
14943
|
end
|
14940
14944
|
end
|
14941
14945
|
|
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.1120
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|