tencentcloud-sdk-wedata 3.0.1179 → 3.0.1181
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 +63 -9
- 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: e823bd02a9a65b20586bcc73861fc84b7fce26e2
|
|
4
|
+
data.tar.gz: cf507d393c7da4879ed531eb691c37e588a3f2aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c443c4f443d06748fe0c552d60eec7c5f2a63f52e75cd0625c6e38ab6079b3bcd2ec4a3f12ebbdc2882689ed27e5c69a5f3c9237db8ccda9c8bbffbf7abe9ad1
|
|
7
|
+
data.tar.gz: e8596fbd351e14f31360f85f1b1b8ab6cdf5e8b6f5434f0f390cfc4165341e1a3481ab95cd026c4b948aa77fd2dbddde78d6cd15ba1c3914c817e602d7e48ee8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1181
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -8941,7 +8941,15 @@ module TencentCloud
|
|
|
8941
8941
|
# @param CreateTime: 创造时间
|
|
8942
8942
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8943
8943
|
# @type CreateTime: String
|
|
8944
|
-
# @param CycleUnit: 周期类型
|
|
8944
|
+
# @param CycleUnit: 周期类型D天周期
|
|
8945
|
+
# H小时
|
|
8946
|
+
# Ccrontab类型
|
|
8947
|
+
# I分钟
|
|
8948
|
+
# O一次性
|
|
8949
|
+
# Y年
|
|
8950
|
+
# R用户驱动
|
|
8951
|
+
# W周
|
|
8952
|
+
# M月
|
|
8945
8953
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8946
8954
|
# @type CycleUnit: String
|
|
8947
8955
|
# @param ScheduleDesc: 调度计划
|
|
@@ -8953,10 +8961,19 @@ module TencentCloud
|
|
|
8953
8961
|
# @param DatasourceType: 数据源类型
|
|
8954
8962
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8955
8963
|
# @type DatasourceType: String
|
|
8964
|
+
# @param ComputeResource: 引擎名称
|
|
8965
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8966
|
+
# @type ComputeResource: String
|
|
8967
|
+
# @param DlcRegion: dlc地域
|
|
8968
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8969
|
+
# @type DlcRegion: String
|
|
8970
|
+
# @param IsInherit: 资源组或自定义
|
|
8971
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8972
|
+
# @type IsInherit: String
|
|
8956
8973
|
|
|
8957
|
-
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :Status, :TaskTypeId, :TaskTypeDesc, :FolderName, :FolderId, :InCharge, :Submit, :DataEngine, :UpdateTime, :CreateTime, :CycleUnit, :ScheduleDesc, :DatasourceId, :DatasourceType
|
|
8974
|
+
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :Status, :TaskTypeId, :TaskTypeDesc, :FolderName, :FolderId, :InCharge, :Submit, :DataEngine, :UpdateTime, :CreateTime, :CycleUnit, :ScheduleDesc, :DatasourceId, :DatasourceType, :ComputeResource, :DlcRegion, :IsInherit
|
|
8958
8975
|
|
|
8959
|
-
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, status=nil, tasktypeid=nil, tasktypedesc=nil, foldername=nil, folderid=nil, incharge=nil, submit=nil, dataengine=nil, updatetime=nil, createtime=nil, cycleunit=nil, scheduledesc=nil, datasourceid=nil, datasourcetype=nil)
|
|
8976
|
+
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, status=nil, tasktypeid=nil, tasktypedesc=nil, foldername=nil, folderid=nil, incharge=nil, submit=nil, dataengine=nil, updatetime=nil, createtime=nil, cycleunit=nil, scheduledesc=nil, datasourceid=nil, datasourcetype=nil, computeresource=nil, dlcregion=nil, isinherit=nil)
|
|
8960
8977
|
@TaskId = taskid
|
|
8961
8978
|
@TaskName = taskname
|
|
8962
8979
|
@WorkflowId = workflowid
|
|
@@ -8975,6 +8992,9 @@ module TencentCloud
|
|
|
8975
8992
|
@ScheduleDesc = scheduledesc
|
|
8976
8993
|
@DatasourceId = datasourceid
|
|
8977
8994
|
@DatasourceType = datasourcetype
|
|
8995
|
+
@ComputeResource = computeresource
|
|
8996
|
+
@DlcRegion = dlcregion
|
|
8997
|
+
@IsInherit = isinherit
|
|
8978
8998
|
end
|
|
8979
8999
|
|
|
8980
9000
|
def deserialize(params)
|
|
@@ -8996,6 +9016,9 @@ module TencentCloud
|
|
|
8996
9016
|
@ScheduleDesc = params['ScheduleDesc']
|
|
8997
9017
|
@DatasourceId = params['DatasourceId']
|
|
8998
9018
|
@DatasourceType = params['DatasourceType']
|
|
9019
|
+
@ComputeResource = params['ComputeResource']
|
|
9020
|
+
@DlcRegion = params['DlcRegion']
|
|
9021
|
+
@IsInherit = params['IsInherit']
|
|
8999
9022
|
end
|
|
9000
9023
|
end
|
|
9001
9024
|
|
|
@@ -9088,10 +9111,16 @@ module TencentCloud
|
|
|
9088
9111
|
# @type CycleUnitList: Array
|
|
9089
9112
|
# @param CanSubmit: 是否筛选出可提交的任务
|
|
9090
9113
|
# @type CanSubmit: Boolean
|
|
9114
|
+
# @param TimeZone: 返回时间字段需要转换的时区
|
|
9115
|
+
# @type TimeZone: String
|
|
9116
|
+
# @param MinUpdateTime: 任务最后更新时间最小值,ISO8601格式,如2025-07-16T15:00:00+08:00
|
|
9117
|
+
# @type MinUpdateTime: String
|
|
9118
|
+
# @param MaxUpdateTime: 任务最后更新时间最大值,ISO8601格式,如2025-07-17T15:00:00+08:00
|
|
9119
|
+
# @type MaxUpdateTime: String
|
|
9091
9120
|
|
|
9092
|
-
attr_accessor :ProjectId, :Page, :Size, :StatusList, :OwnerNameList, :WorkflowIdList, :TaskNameFilter, :TaskTypeList, :FordIdList, :TaskIdFilter, :OwnerNameFilter, :SortItem, :SortType, :DataEngineList, :UserId, :OwnerId, :TenantId, :DatasourceIdList, :DatasourceTypeList, :CycleUnitList, :CanSubmit
|
|
9121
|
+
attr_accessor :ProjectId, :Page, :Size, :StatusList, :OwnerNameList, :WorkflowIdList, :TaskNameFilter, :TaskTypeList, :FordIdList, :TaskIdFilter, :OwnerNameFilter, :SortItem, :SortType, :DataEngineList, :UserId, :OwnerId, :TenantId, :DatasourceIdList, :DatasourceTypeList, :CycleUnitList, :CanSubmit, :TimeZone, :MinUpdateTime, :MaxUpdateTime
|
|
9093
9122
|
|
|
9094
|
-
def initialize(projectid=nil, page=nil, size=nil, statuslist=nil, ownernamelist=nil, workflowidlist=nil, tasknamefilter=nil, tasktypelist=nil, fordidlist=nil, taskidfilter=nil, ownernamefilter=nil, sortitem=nil, sorttype=nil, dataenginelist=nil, userid=nil, ownerid=nil, tenantid=nil, datasourceidlist=nil, datasourcetypelist=nil, cycleunitlist=nil, cansubmit=nil)
|
|
9123
|
+
def initialize(projectid=nil, page=nil, size=nil, statuslist=nil, ownernamelist=nil, workflowidlist=nil, tasknamefilter=nil, tasktypelist=nil, fordidlist=nil, taskidfilter=nil, ownernamefilter=nil, sortitem=nil, sorttype=nil, dataenginelist=nil, userid=nil, ownerid=nil, tenantid=nil, datasourceidlist=nil, datasourcetypelist=nil, cycleunitlist=nil, cansubmit=nil, timezone=nil, minupdatetime=nil, maxupdatetime=nil)
|
|
9095
9124
|
@ProjectId = projectid
|
|
9096
9125
|
@Page = page
|
|
9097
9126
|
@Size = size
|
|
@@ -9113,6 +9142,9 @@ module TencentCloud
|
|
|
9113
9142
|
@DatasourceTypeList = datasourcetypelist
|
|
9114
9143
|
@CycleUnitList = cycleunitlist
|
|
9115
9144
|
@CanSubmit = cansubmit
|
|
9145
|
+
@TimeZone = timezone
|
|
9146
|
+
@MinUpdateTime = minupdatetime
|
|
9147
|
+
@MaxUpdateTime = maxupdatetime
|
|
9116
9148
|
end
|
|
9117
9149
|
|
|
9118
9150
|
def deserialize(params)
|
|
@@ -9137,6 +9169,9 @@ module TencentCloud
|
|
|
9137
9169
|
@DatasourceTypeList = params['DatasourceTypeList']
|
|
9138
9170
|
@CycleUnitList = params['CycleUnitList']
|
|
9139
9171
|
@CanSubmit = params['CanSubmit']
|
|
9172
|
+
@TimeZone = params['TimeZone']
|
|
9173
|
+
@MinUpdateTime = params['MinUpdateTime']
|
|
9174
|
+
@MaxUpdateTime = params['MaxUpdateTime']
|
|
9140
9175
|
end
|
|
9141
9176
|
end
|
|
9142
9177
|
|
|
@@ -17624,10 +17659,14 @@ module TencentCloud
|
|
|
17624
17659
|
# @type PageSize: Integer
|
|
17625
17660
|
# @param PageIndex: 分页索引
|
|
17626
17661
|
# @type PageIndex: Integer
|
|
17662
|
+
# @param StatusList: 状态列表 LAUNCHED:等待运行 RUNNING:运行中 KILLING:终止中 KILLED:已终止 SUCCESS:成功 FAILED:失败 SKIP_RUNNING 跳过运行 NEVER_RUN:未运行
|
|
17663
|
+
# @type StatusList: Array
|
|
17664
|
+
# @param OrderConditionList: 排序条件 排序的key:timeCost,startTime
|
|
17665
|
+
# @type OrderConditionList: Array
|
|
17627
17666
|
|
|
17628
|
-
attr_accessor :ProjectId, :TaskId, :SearchWord, :SearchUserUin, :CreateTime, :EndTime, :RecordIdList, :PageSize, :PageIndex
|
|
17667
|
+
attr_accessor :ProjectId, :TaskId, :SearchWord, :SearchUserUin, :CreateTime, :EndTime, :RecordIdList, :PageSize, :PageIndex, :StatusList, :OrderConditionList
|
|
17629
17668
|
|
|
17630
|
-
def initialize(projectid=nil, taskid=nil, searchword=nil, searchuseruin=nil, createtime=nil, endtime=nil, recordidlist=nil, pagesize=nil, pageindex=nil)
|
|
17669
|
+
def initialize(projectid=nil, taskid=nil, searchword=nil, searchuseruin=nil, createtime=nil, endtime=nil, recordidlist=nil, pagesize=nil, pageindex=nil, statuslist=nil, orderconditionlist=nil)
|
|
17631
17670
|
@ProjectId = projectid
|
|
17632
17671
|
@TaskId = taskid
|
|
17633
17672
|
@SearchWord = searchword
|
|
@@ -17637,6 +17676,8 @@ module TencentCloud
|
|
|
17637
17676
|
@RecordIdList = recordidlist
|
|
17638
17677
|
@PageSize = pagesize
|
|
17639
17678
|
@PageIndex = pageindex
|
|
17679
|
+
@StatusList = statuslist
|
|
17680
|
+
@OrderConditionList = orderconditionlist
|
|
17640
17681
|
end
|
|
17641
17682
|
|
|
17642
17683
|
def deserialize(params)
|
|
@@ -17649,6 +17690,15 @@ module TencentCloud
|
|
|
17649
17690
|
@RecordIdList = params['RecordIdList']
|
|
17650
17691
|
@PageSize = params['PageSize']
|
|
17651
17692
|
@PageIndex = params['PageIndex']
|
|
17693
|
+
@StatusList = params['StatusList']
|
|
17694
|
+
unless params['OrderConditionList'].nil?
|
|
17695
|
+
@OrderConditionList = []
|
|
17696
|
+
params['OrderConditionList'].each do |i|
|
|
17697
|
+
ordercondition_tmp = OrderCondition.new
|
|
17698
|
+
ordercondition_tmp.deserialize(i)
|
|
17699
|
+
@OrderConditionList << ordercondition_tmp
|
|
17700
|
+
end
|
|
17701
|
+
end
|
|
17652
17702
|
end
|
|
17653
17703
|
end
|
|
17654
17704
|
|
|
@@ -40652,10 +40702,12 @@ module TencentCloud
|
|
|
40652
40702
|
# @type WorkflowParams: Array
|
|
40653
40703
|
# @param GeneralTaskParams: 用于配置优化参数(线程、内存、CPU核数等),仅作用于Spark SQL节点。多个参数用英文分号分隔。
|
|
40654
40704
|
# @type GeneralTaskParams: Array
|
|
40705
|
+
# @param DependencyWorkflow: 工作流依赖,yes/no。开启后表示当前任务依赖本工作流上个周期的所有任务。仅支持当前任务所在工作流的任务全部为同周期的情况,如果非同周期则不生效,请在工作流-统一调度上进行配置。
|
|
40706
|
+
# @type DependencyWorkflow: String
|
|
40655
40707
|
|
|
40656
|
-
attr_accessor :ProjectId, :OperatorName, :WorkflowId, :Owner, :OwnerId, :WorkflowDesc, :WorkflowName, :FolderId, :UserGroupId, :UserGroupName, :WorkflowParams, :GeneralTaskParams
|
|
40708
|
+
attr_accessor :ProjectId, :OperatorName, :WorkflowId, :Owner, :OwnerId, :WorkflowDesc, :WorkflowName, :FolderId, :UserGroupId, :UserGroupName, :WorkflowParams, :GeneralTaskParams, :DependencyWorkflow
|
|
40657
40709
|
|
|
40658
|
-
def initialize(projectid=nil, operatorname=nil, workflowid=nil, owner=nil, ownerid=nil, workflowdesc=nil, workflowname=nil, folderid=nil, usergroupid=nil, usergroupname=nil, workflowparams=nil, generaltaskparams=nil)
|
|
40710
|
+
def initialize(projectid=nil, operatorname=nil, workflowid=nil, owner=nil, ownerid=nil, workflowdesc=nil, workflowname=nil, folderid=nil, usergroupid=nil, usergroupname=nil, workflowparams=nil, generaltaskparams=nil, dependencyworkflow=nil)
|
|
40659
40711
|
@ProjectId = projectid
|
|
40660
40712
|
@OperatorName = operatorname
|
|
40661
40713
|
@WorkflowId = workflowid
|
|
@@ -40668,6 +40720,7 @@ module TencentCloud
|
|
|
40668
40720
|
@UserGroupName = usergroupname
|
|
40669
40721
|
@WorkflowParams = workflowparams
|
|
40670
40722
|
@GeneralTaskParams = generaltaskparams
|
|
40723
|
+
@DependencyWorkflow = dependencyworkflow
|
|
40671
40724
|
end
|
|
40672
40725
|
|
|
40673
40726
|
def deserialize(params)
|
|
@@ -40697,6 +40750,7 @@ module TencentCloud
|
|
|
40697
40750
|
@GeneralTaskParams << generaltaskparam_tmp
|
|
40698
40751
|
end
|
|
40699
40752
|
end
|
|
40753
|
+
@DependencyWorkflow = params['DependencyWorkflow']
|
|
40700
40754
|
end
|
|
40701
40755
|
end
|
|
40702
40756
|
|
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.1181
|
|
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-12-
|
|
11
|
+
date: 2025-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|