tencentcloud-sdk-dlc 3.0.408 → 3.0.410

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f822465a832292452fd982745b8eb5a9d9cc763
4
- data.tar.gz: c6c5fa83a7ca67ce9e3e2cd0d4fe0af41dc7823e
3
+ metadata.gz: 161fe5884f16dcb9fb18155924e02edb60ab8bbc
4
+ data.tar.gz: d49b886de4b0c066110848b58068689a13f74150
5
5
  SHA512:
6
- metadata.gz: d4dec44aedecc3b4337bc5ae239389bbde3d9c7cad14dc21d15d4a3edbd5a6dd293fbd2ac0b2af8399bbfdb1c0d1f730486044149b6d2f082f4e75d040f082f9
7
- data.tar.gz: b281ecbe13115c383e606fc42b14a1861dd8bb9a9152c034426ca64c5c407b5d283a573b9e213a71760b8a55d16515fdaf5d7ebb0d2f7bb7eb6e3ec1f443c855
6
+ metadata.gz: 8f449b1d0da2857e715b5e506497218c0e879614db21b2438ce1e94e5b99a4ff8f0defddf705441d98e2fb85924de8f0029269e875b3fbe99b741b636389120a
7
+ data.tar.gz: ff3ee30b1074d803198bdd6c165c4047f58880df5bdb13d679a9702d8d06a77fb84c07cbe25c56a3672698980384cc3249af222946645e8d520775f7474e58be
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.408
1
+ 3.0.410
@@ -5189,10 +5189,13 @@ module TencentCloud
5189
5189
  # @param TotalTime: 任务耗时,单位: ms
5190
5190
  # 注意:此字段可能返回 null,表示取不到有效值。
5191
5191
  # @type TotalTime: Integer
5192
+ # @param CmdArgs: spark app job执行task的程序入口参数
5193
+ # 注意:此字段可能返回 null,表示取不到有效值。
5194
+ # @type CmdArgs: String
5192
5195
 
5193
- 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
5196
+ 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
5194
5197
 
5195
- 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)
5198
+ 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)
5196
5199
  @DatabaseName = databasename
5197
5200
  @DataAmount = dataamount
5198
5201
  @Id = id
@@ -5224,6 +5227,7 @@ module TencentCloud
5224
5227
  @SparkJobFile = sparkjobfile
5225
5228
  @UiUrl = uiurl
5226
5229
  @TotalTime = totaltime
5230
+ @CmdArgs = cmdargs
5227
5231
  end
5228
5232
 
5229
5233
  def deserialize(params)
@@ -5258,6 +5262,7 @@ module TencentCloud
5258
5262
  @SparkJobFile = params['SparkJobFile']
5259
5263
  @UiUrl = params['UiUrl']
5260
5264
  @TotalTime = params['TotalTime']
5265
+ @CmdArgs = params['CmdArgs']
5261
5266
  end
5262
5267
  end
5263
5268
 
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.408
4
+ version: 3.0.410
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-09-13 00:00:00.000000000 Z
11
+ date: 2022-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common