tencentcloud-sdk-wedata 3.0.1068 → 3.0.1069
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/v20210820/models.rb +71 -7
- 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: d2e48930bdeba9d75c560c4d9e650638edaf7159
|
4
|
+
data.tar.gz: 7ae749077f42e3f77bb0ed2fea87a165674f1d2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00c1777ef72327c43ee9830fe916d40605392d175c702a0ca744a9fa1bf46f52171201f18c035abfefde6ee3d5378768fa68bb796b3b55c08a8ac35aa6de9aaf
|
7
|
+
data.tar.gz: ded03d1cfb9cd04c552ef7f2bd43be2876dd72f055cdac7af211ef5cc6309cd7ac0080106a37a605d5f885f748e7e493f3f5f1d9ff06d05ed1502a1138589ecd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1069
|
data/lib/v20210820/models.rb
CHANGED
@@ -3653,7 +3653,7 @@ module TencentCloud
|
|
3653
3653
|
|
3654
3654
|
# 返回命令id
|
3655
3655
|
class CommonIdOpsDto < TencentCloud::Common::AbstractModel
|
3656
|
-
# @param Id:
|
3656
|
+
# @param Id: 返回补录计划名称_ok
|
3657
3657
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3658
3658
|
# @type Id: String
|
3659
3659
|
|
@@ -4847,10 +4847,16 @@ module TencentCloud
|
|
4847
4847
|
# @type SameSelfWorkflowDependType: Boolean
|
4848
4848
|
# @param SelfWorkflowDependency: 补录扩展属性
|
4849
4849
|
# @type SelfWorkflowDependency: String
|
4850
|
+
# @param MakeType: 任务 TASK; 项目: PROJECT
|
4851
|
+
# @type MakeType: String
|
4852
|
+
# @param StatusList: 任务状态
|
4853
|
+
# @type StatusList: String
|
4854
|
+
# @param MakeCheckEventType: 补录是否跳过事件检查
|
4855
|
+
# @type MakeCheckEventType: String
|
4850
4856
|
|
4851
|
-
attr_accessor :ProjectId, :MakeName, :TaskIdList, :MakeDatetimeList, :ProjectIdent, :CheckParent, :CheckParentType, :ProjectName, :SelfDependence, :ParallelNum, :SameCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :Remark, :SameSelfDependType, :SourceTaskCycle, :SchedulerResourceGroup, :IntegrationResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroupName, :MakeExtList, :SameSelfWorkflowDependType, :SelfWorkflowDependency
|
4857
|
+
attr_accessor :ProjectId, :MakeName, :TaskIdList, :MakeDatetimeList, :ProjectIdent, :CheckParent, :CheckParentType, :ProjectName, :SelfDependence, :ParallelNum, :SameCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :Remark, :SameSelfDependType, :SourceTaskCycle, :SchedulerResourceGroup, :IntegrationResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroupName, :MakeExtList, :SameSelfWorkflowDependType, :SelfWorkflowDependency, :MakeType, :StatusList, :MakeCheckEventType
|
4852
4858
|
|
4853
|
-
def initialize(projectid=nil, makename=nil, taskidlist=nil, makedatetimelist=nil, projectident=nil, checkparent=nil, checkparenttype=nil, projectname=nil, selfdependence=nil, parallelnum=nil, samecycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, remark=nil, sameselfdependtype=nil, sourcetaskcycle=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroupname=nil, makeextlist=nil, sameselfworkflowdependtype=nil, selfworkflowdependency=nil)
|
4859
|
+
def initialize(projectid=nil, makename=nil, taskidlist=nil, makedatetimelist=nil, projectident=nil, checkparent=nil, checkparenttype=nil, projectname=nil, selfdependence=nil, parallelnum=nil, samecycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, remark=nil, sameselfdependtype=nil, sourcetaskcycle=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroupname=nil, makeextlist=nil, sameselfworkflowdependtype=nil, selfworkflowdependency=nil, maketype=nil, statuslist=nil, makecheckeventtype=nil)
|
4854
4860
|
@ProjectId = projectid
|
4855
4861
|
@MakeName = makename
|
4856
4862
|
@TaskIdList = taskidlist
|
@@ -4877,6 +4883,9 @@ module TencentCloud
|
|
4877
4883
|
@MakeExtList = makeextlist
|
4878
4884
|
@SameSelfWorkflowDependType = sameselfworkflowdependtype
|
4879
4885
|
@SelfWorkflowDependency = selfworkflowdependency
|
4886
|
+
@MakeType = maketype
|
4887
|
+
@StatusList = statuslist
|
4888
|
+
@MakeCheckEventType = makecheckeventtype
|
4880
4889
|
end
|
4881
4890
|
|
4882
4891
|
def deserialize(params)
|
@@ -4927,6 +4936,9 @@ module TencentCloud
|
|
4927
4936
|
end
|
4928
4937
|
@SameSelfWorkflowDependType = params['SameSelfWorkflowDependType']
|
4929
4938
|
@SelfWorkflowDependency = params['SelfWorkflowDependency']
|
4939
|
+
@MakeType = params['MakeType']
|
4940
|
+
@StatusList = params['StatusList']
|
4941
|
+
@MakeCheckEventType = params['MakeCheckEventType']
|
4930
4942
|
end
|
4931
4943
|
end
|
4932
4944
|
|
@@ -17021,10 +17033,14 @@ module TencentCloud
|
|
17021
17033
|
# @type ParseErrorTip: Boolean
|
17022
17034
|
# @param FileType: log 0 code 1 result 2 custo 3
|
17023
17035
|
# @type FileType: Integer
|
17036
|
+
# @param QueryFileFlag: 查询文件标志:0: 从执行机获取,1: 从cos获取,获取不到会再从执行机获取
|
17037
|
+
# @type QueryFileFlag: Integer
|
17038
|
+
# @param ExtInfo: 透传字段,如果queryFileFlag为1,则ext回作为上一页的分页标识offset
|
17039
|
+
# @type ExtInfo: String
|
17024
17040
|
|
17025
|
-
attr_accessor :StartLine, :LineCount, :ProjectId, :TaskId, :CurRunDate, :DetailId, :FilePath, :RecordId, :SubJobId, :JobType, :ParseErrorTip, :FileType
|
17041
|
+
attr_accessor :StartLine, :LineCount, :ProjectId, :TaskId, :CurRunDate, :DetailId, :FilePath, :RecordId, :SubJobId, :JobType, :ParseErrorTip, :FileType, :QueryFileFlag, :ExtInfo
|
17026
17042
|
|
17027
|
-
def initialize(startline=nil, linecount=nil, projectid=nil, taskid=nil, currundate=nil, detailid=nil, filepath=nil, recordid=nil, subjobid=nil, jobtype=nil, parseerrortip=nil, filetype=nil)
|
17043
|
+
def initialize(startline=nil, linecount=nil, projectid=nil, taskid=nil, currundate=nil, detailid=nil, filepath=nil, recordid=nil, subjobid=nil, jobtype=nil, parseerrortip=nil, filetype=nil, queryfileflag=nil, extinfo=nil)
|
17028
17044
|
@StartLine = startline
|
17029
17045
|
@LineCount = linecount
|
17030
17046
|
@ProjectId = projectid
|
@@ -17037,6 +17053,8 @@ module TencentCloud
|
|
17037
17053
|
@JobType = jobtype
|
17038
17054
|
@ParseErrorTip = parseerrortip
|
17039
17055
|
@FileType = filetype
|
17056
|
+
@QueryFileFlag = queryfileflag
|
17057
|
+
@ExtInfo = extinfo
|
17040
17058
|
end
|
17041
17059
|
|
17042
17060
|
def deserialize(params)
|
@@ -17052,6 +17070,8 @@ module TencentCloud
|
|
17052
17070
|
@JobType = params['JobType']
|
17053
17071
|
@ParseErrorTip = params['ParseErrorTip']
|
17054
17072
|
@FileType = params['FileType']
|
17073
|
+
@QueryFileFlag = params['QueryFileFlag']
|
17074
|
+
@ExtInfo = params['ExtInfo']
|
17055
17075
|
end
|
17056
17076
|
end
|
17057
17077
|
|
@@ -18274,6 +18294,33 @@ module TencentCloud
|
|
18274
18294
|
end
|
18275
18295
|
end
|
18276
18296
|
|
18297
|
+
# key-value 键值对
|
18298
|
+
class ExtensionInfoVO < TencentCloud::Common::AbstractModel
|
18299
|
+
# @param Key: key
|
18300
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18301
|
+
# @type Key: String
|
18302
|
+
# @param Value: value
|
18303
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18304
|
+
# @type Value: String
|
18305
|
+
# @param Description: 描述
|
18306
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18307
|
+
# @type Description: String
|
18308
|
+
|
18309
|
+
attr_accessor :Key, :Value, :Description
|
18310
|
+
|
18311
|
+
def initialize(key=nil, value=nil, description=nil)
|
18312
|
+
@Key = key
|
18313
|
+
@Value = value
|
18314
|
+
@Description = description
|
18315
|
+
end
|
18316
|
+
|
18317
|
+
def deserialize(params)
|
18318
|
+
@Key = params['Key']
|
18319
|
+
@Value = params['Value']
|
18320
|
+
@Description = params['Description']
|
18321
|
+
end
|
18322
|
+
end
|
18323
|
+
|
18277
18324
|
# 错误处理结果信息
|
18278
18325
|
class FailMessage < TencentCloud::Common::AbstractModel
|
18279
18326
|
# @param Key: 数据唯一标识
|
@@ -20255,10 +20302,16 @@ module TencentCloud
|
|
20255
20302
|
# @param JobLogErrorTip: 日志sql错误信息,包含行列信息
|
20256
20303
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20257
20304
|
# @type JobLogErrorTip: :class:`Tencentcloud::Wedata.v20210820.models.JobLogErrorTip`
|
20305
|
+
# @param ExecutionExtendedProps: 执行实例的扩展属性
|
20306
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20307
|
+
# @type ExecutionExtendedProps: Array
|
20308
|
+
# @param ExtInfo: 如果queryFileFlag为1,则ext返回当前页数据的结束行信息,下一页把这个extInfo透传过来
|
20309
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20310
|
+
# @type ExtInfo: String
|
20258
20311
|
|
20259
|
-
attr_accessor :Count, :Content, :Over, :InstanceState, :InstanceId, :TaskId, :WorkerType, :JobLogErrorTip
|
20312
|
+
attr_accessor :Count, :Content, :Over, :InstanceState, :InstanceId, :TaskId, :WorkerType, :JobLogErrorTip, :ExecutionExtendedProps, :ExtInfo
|
20260
20313
|
|
20261
|
-
def initialize(count=nil, content=nil, over=nil, instancestate=nil, instanceid=nil, taskid=nil, workertype=nil, joblogerrortip=nil)
|
20314
|
+
def initialize(count=nil, content=nil, over=nil, instancestate=nil, instanceid=nil, taskid=nil, workertype=nil, joblogerrortip=nil, executionextendedprops=nil, extinfo=nil)
|
20262
20315
|
@Count = count
|
20263
20316
|
@Content = content
|
20264
20317
|
@Over = over
|
@@ -20267,6 +20320,8 @@ module TencentCloud
|
|
20267
20320
|
@TaskId = taskid
|
20268
20321
|
@WorkerType = workertype
|
20269
20322
|
@JobLogErrorTip = joblogerrortip
|
20323
|
+
@ExecutionExtendedProps = executionextendedprops
|
20324
|
+
@ExtInfo = extinfo
|
20270
20325
|
end
|
20271
20326
|
|
20272
20327
|
def deserialize(params)
|
@@ -20281,6 +20336,15 @@ module TencentCloud
|
|
20281
20336
|
@JobLogErrorTip = JobLogErrorTip.new
|
20282
20337
|
@JobLogErrorTip.deserialize(params['JobLogErrorTip'])
|
20283
20338
|
end
|
20339
|
+
unless params['ExecutionExtendedProps'].nil?
|
20340
|
+
@ExecutionExtendedProps = []
|
20341
|
+
params['ExecutionExtendedProps'].each do |i|
|
20342
|
+
extensioninfovo_tmp = ExtensionInfoVO.new
|
20343
|
+
extensioninfovo_tmp.deserialize(i)
|
20344
|
+
@ExecutionExtendedProps << extensioninfovo_tmp
|
20345
|
+
end
|
20346
|
+
end
|
20347
|
+
@ExtInfo = params['ExtInfo']
|
20284
20348
|
end
|
20285
20349
|
end
|
20286
20350
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1069
|
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-05-
|
11
|
+
date: 2025-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|