tencentcloud-sdk-wedata 3.0.1021 → 3.0.1022
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 +29 -8
- 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: a37ea374af1d0eeaf6ebaab570eb0e4edf6b4c89
|
4
|
+
data.tar.gz: f6a871580f48efc1e7f8f8ebf2940cbc2e4283aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d64457e5da47f2786342596400e03aa8682687829ba8d52383de431adb35da77b5960becf4a6967f999c58ff4cd6f64fadd14b944ff54397d38ade87d576b68b
|
7
|
+
data.tar.gz: 8b167e51f6302c89872c8a5a02d1883f591f552ff4ac28f4c0fecb6d4a6d1ec3b6d80bc5d0d2b8b05e52d3613530648941f29ad1d247662923a79a25eeae8ae8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
data/lib/v20210820/models.rb
CHANGED
@@ -17695,10 +17695,14 @@ module TencentCloud
|
|
17695
17695
|
# @type OnlyRerun: Boolean
|
17696
17696
|
# @param ScheduleTimeZone: 时区
|
17697
17697
|
# @type ScheduleTimeZone: String
|
17698
|
+
# @param ScheduleTimeFrom: 计划调度时间
|
17699
|
+
# @type ScheduleTimeFrom: String
|
17700
|
+
# @param ScheduleTimeTo: 计划调度时间
|
17701
|
+
# @type ScheduleTimeTo: String
|
17698
17702
|
|
17699
|
-
attr_accessor :Instance, :SortCol, :TaskIdList, :TaskNameList, :FolderList, :Sort, :StateList, :TaskTypeList, :CycleList, :OwnerList, :DateFrom, :DateTo, :CreateTimeFrom, :CreateTimeTo, :StartFrom, :StartTo, :WorkflowIdList, :WorkflowNameList, :Keyword, :SearchColumns, :ProjectId, :Limit, :TaskTypeMap, :InstanceType, :DagDeal, :DagType, :DagDependent, :DagDepth, :TenantId, :DataTimeCycle, :ExecutorGroupIdList, :OnlyRerun, :ScheduleTimeZone
|
17703
|
+
attr_accessor :Instance, :SortCol, :TaskIdList, :TaskNameList, :FolderList, :Sort, :StateList, :TaskTypeList, :CycleList, :OwnerList, :DateFrom, :DateTo, :CreateTimeFrom, :CreateTimeTo, :StartFrom, :StartTo, :WorkflowIdList, :WorkflowNameList, :Keyword, :SearchColumns, :ProjectId, :Limit, :TaskTypeMap, :InstanceType, :DagDeal, :DagType, :DagDependent, :DagDepth, :TenantId, :DataTimeCycle, :ExecutorGroupIdList, :OnlyRerun, :ScheduleTimeZone, :ScheduleTimeFrom, :ScheduleTimeTo
|
17700
17704
|
|
17701
|
-
def initialize(instance=nil, sortcol=nil, taskidlist=nil, tasknamelist=nil, folderlist=nil, sort=nil, statelist=nil, tasktypelist=nil, cyclelist=nil, ownerlist=nil, datefrom=nil, dateto=nil, createtimefrom=nil, createtimeto=nil, startfrom=nil, startto=nil, workflowidlist=nil, workflownamelist=nil, keyword=nil, searchcolumns=nil, projectid=nil, limit=nil, tasktypemap=nil, instancetype=nil, dagdeal=nil, dagtype=nil, dagdependent=nil, dagdepth=nil, tenantid=nil, datatimecycle=nil, executorgroupidlist=nil, onlyrerun=nil, scheduletimezone=nil)
|
17705
|
+
def initialize(instance=nil, sortcol=nil, taskidlist=nil, tasknamelist=nil, folderlist=nil, sort=nil, statelist=nil, tasktypelist=nil, cyclelist=nil, ownerlist=nil, datefrom=nil, dateto=nil, createtimefrom=nil, createtimeto=nil, startfrom=nil, startto=nil, workflowidlist=nil, workflownamelist=nil, keyword=nil, searchcolumns=nil, projectid=nil, limit=nil, tasktypemap=nil, instancetype=nil, dagdeal=nil, dagtype=nil, dagdependent=nil, dagdepth=nil, tenantid=nil, datatimecycle=nil, executorgroupidlist=nil, onlyrerun=nil, scheduletimezone=nil, scheduletimefrom=nil, scheduletimeto=nil)
|
17702
17706
|
@Instance = instance
|
17703
17707
|
@SortCol = sortcol
|
17704
17708
|
@TaskIdList = taskidlist
|
@@ -17732,6 +17736,8 @@ module TencentCloud
|
|
17732
17736
|
@ExecutorGroupIdList = executorgroupidlist
|
17733
17737
|
@OnlyRerun = onlyrerun
|
17734
17738
|
@ScheduleTimeZone = scheduletimezone
|
17739
|
+
@ScheduleTimeFrom = scheduletimefrom
|
17740
|
+
@ScheduleTimeTo = scheduletimeto
|
17735
17741
|
end
|
17736
17742
|
|
17737
17743
|
def deserialize(params)
|
@@ -17778,6 +17784,8 @@ module TencentCloud
|
|
17778
17784
|
@ExecutorGroupIdList = params['ExecutorGroupIdList']
|
17779
17785
|
@OnlyRerun = params['OnlyRerun']
|
17780
17786
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
17787
|
+
@ScheduleTimeFrom = params['ScheduleTimeFrom']
|
17788
|
+
@ScheduleTimeTo = params['ScheduleTimeTo']
|
17781
17789
|
end
|
17782
17790
|
end
|
17783
17791
|
|
@@ -20045,10 +20053,13 @@ module TencentCloud
|
|
20045
20053
|
# @type ScheduleTimeZone: String
|
20046
20054
|
# @param AppParam: 执行应用参数
|
20047
20055
|
# @type AppParam: String
|
20056
|
+
# @param TimeType: 补录计划时间范围的类型:
|
20057
|
+
# DATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间
|
20058
|
+
# @type TimeType: String
|
20048
20059
|
|
20049
|
-
attr_accessor :PlanId, :MakeName, :ProjectId, :CheckParent, :SameSelfDependType, :ParallelNum, :SameCycle, :SourceTaskCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :CreateTime, :TaskIdList, :MakeDatetimeList, :Remark, :SchedulerResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroup, :IntegrationResourceGroupName, :TaskCount, :CompletePercent, :SuccessPercent, :CheckParentType, :SameSelfWorkflowDependType, :SelfWorkflowDependency, :MakeDataTimeOrder, :ScheduleTimeZone, :AppParam
|
20060
|
+
attr_accessor :PlanId, :MakeName, :ProjectId, :CheckParent, :SameSelfDependType, :ParallelNum, :SameCycle, :SourceTaskCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :CreateTime, :TaskIdList, :MakeDatetimeList, :Remark, :SchedulerResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroup, :IntegrationResourceGroupName, :TaskCount, :CompletePercent, :SuccessPercent, :CheckParentType, :SameSelfWorkflowDependType, :SelfWorkflowDependency, :MakeDataTimeOrder, :ScheduleTimeZone, :AppParam, :TimeType
|
20050
20061
|
|
20051
|
-
def initialize(planid=nil, makename=nil, projectid=nil, checkparent=nil, sameselfdependtype=nil, parallelnum=nil, samecycle=nil, sourcetaskcycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, createtime=nil, taskidlist=nil, makedatetimelist=nil, remark=nil, schedulerresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroup=nil, integrationresourcegroupname=nil, taskcount=nil, completepercent=nil, successpercent=nil, checkparenttype=nil, sameselfworkflowdependtype=nil, selfworkflowdependency=nil, makedatatimeorder=nil, scheduletimezone=nil, appparam=nil)
|
20062
|
+
def initialize(planid=nil, makename=nil, projectid=nil, checkparent=nil, sameselfdependtype=nil, parallelnum=nil, samecycle=nil, sourcetaskcycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, createtime=nil, taskidlist=nil, makedatetimelist=nil, remark=nil, schedulerresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroup=nil, integrationresourcegroupname=nil, taskcount=nil, completepercent=nil, successpercent=nil, checkparenttype=nil, sameselfworkflowdependtype=nil, selfworkflowdependency=nil, makedatatimeorder=nil, scheduletimezone=nil, appparam=nil, timetype=nil)
|
20052
20063
|
@PlanId = planid
|
20053
20064
|
@MakeName = makename
|
20054
20065
|
@ProjectId = projectid
|
@@ -20079,6 +20090,7 @@ module TencentCloud
|
|
20079
20090
|
@MakeDataTimeOrder = makedatatimeorder
|
20080
20091
|
@ScheduleTimeZone = scheduletimezone
|
20081
20092
|
@AppParam = appparam
|
20093
|
+
@TimeType = timetype
|
20082
20094
|
end
|
20083
20095
|
|
20084
20096
|
def deserialize(params)
|
@@ -20126,6 +20138,7 @@ module TencentCloud
|
|
20126
20138
|
@MakeDataTimeOrder = params['MakeDataTimeOrder']
|
20127
20139
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
20128
20140
|
@AppParam = params['AppParam']
|
20141
|
+
@TimeType = params['TimeType']
|
20129
20142
|
end
|
20130
20143
|
end
|
20131
20144
|
|
@@ -20321,10 +20334,12 @@ module TencentCloud
|
|
20321
20334
|
# @param ScheduleTimeZone: 数据实例时间的时区
|
20322
20335
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20323
20336
|
# @type ScheduleTimeZone: String
|
20337
|
+
# @param TimeType: 时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理
|
20338
|
+
# @type TimeType: String
|
20324
20339
|
|
20325
|
-
attr_accessor :TriggerId, :TriggerName, :Remark, :DatetimeList, :TaskCnt, :InstanceCnt, :FinishedInstanceCnt, :SuccessInstanceCnt, :Status, :TriggerParams, :OwnerUin, :UserUin, :UserName, :TenantId, :ProjectId, :CreateTime, :ScheduleTimeZone
|
20340
|
+
attr_accessor :TriggerId, :TriggerName, :Remark, :DatetimeList, :TaskCnt, :InstanceCnt, :FinishedInstanceCnt, :SuccessInstanceCnt, :Status, :TriggerParams, :OwnerUin, :UserUin, :UserName, :TenantId, :ProjectId, :CreateTime, :ScheduleTimeZone, :TimeType
|
20326
20341
|
|
20327
|
-
def initialize(triggerid=nil, triggername=nil, remark=nil, datetimelist=nil, taskcnt=nil, instancecnt=nil, finishedinstancecnt=nil, successinstancecnt=nil, status=nil, triggerparams=nil, owneruin=nil, useruin=nil, username=nil, tenantid=nil, projectid=nil, createtime=nil, scheduletimezone=nil)
|
20342
|
+
def initialize(triggerid=nil, triggername=nil, remark=nil, datetimelist=nil, taskcnt=nil, instancecnt=nil, finishedinstancecnt=nil, successinstancecnt=nil, status=nil, triggerparams=nil, owneruin=nil, useruin=nil, username=nil, tenantid=nil, projectid=nil, createtime=nil, scheduletimezone=nil, timetype=nil)
|
20328
20343
|
@TriggerId = triggerid
|
20329
20344
|
@TriggerName = triggername
|
20330
20345
|
@Remark = remark
|
@@ -20342,6 +20357,7 @@ module TencentCloud
|
|
20342
20357
|
@ProjectId = projectid
|
20343
20358
|
@CreateTime = createtime
|
20344
20359
|
@ScheduleTimeZone = scheduletimezone
|
20360
|
+
@TimeType = timetype
|
20345
20361
|
end
|
20346
20362
|
|
20347
20363
|
def deserialize(params)
|
@@ -20362,6 +20378,7 @@ module TencentCloud
|
|
20362
20378
|
@ProjectId = params['ProjectId']
|
20363
20379
|
@CreateTime = params['CreateTime']
|
20364
20380
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
20381
|
+
@TimeType = params['TimeType']
|
20365
20382
|
end
|
20366
20383
|
end
|
20367
20384
|
|
@@ -30683,10 +30700,12 @@ module TencentCloud
|
|
30683
30700
|
# @type ExtraParams: String
|
30684
30701
|
# @param ScheduleTimeZone: 实例时间的时区
|
30685
30702
|
# @type ScheduleTimeZone: String
|
30703
|
+
# @param TimeType: 时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理
|
30704
|
+
# @type TimeType: String
|
30686
30705
|
|
30687
|
-
attr_accessor :ProjectId, :TriggerName, :TriggerScope, :DataTimeList, :WorkflowId, :Remark, :TaskIds, :SchedulerResourceGroup, :IntegrationResourceGroup, :ExecOrder, :CustomParams, :ExtraParams, :ScheduleTimeZone
|
30706
|
+
attr_accessor :ProjectId, :TriggerName, :TriggerScope, :DataTimeList, :WorkflowId, :Remark, :TaskIds, :SchedulerResourceGroup, :IntegrationResourceGroup, :ExecOrder, :CustomParams, :ExtraParams, :ScheduleTimeZone, :TimeType
|
30688
30707
|
|
30689
|
-
def initialize(projectid=nil, triggername=nil, triggerscope=nil, datatimelist=nil, workflowid=nil, remark=nil, taskids=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, execorder=nil, customparams=nil, extraparams=nil, scheduletimezone=nil)
|
30708
|
+
def initialize(projectid=nil, triggername=nil, triggerscope=nil, datatimelist=nil, workflowid=nil, remark=nil, taskids=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, execorder=nil, customparams=nil, extraparams=nil, scheduletimezone=nil, timetype=nil)
|
30690
30709
|
@ProjectId = projectid
|
30691
30710
|
@TriggerName = triggername
|
30692
30711
|
@TriggerScope = triggerscope
|
@@ -30700,6 +30719,7 @@ module TencentCloud
|
|
30700
30719
|
@CustomParams = customparams
|
30701
30720
|
@ExtraParams = extraparams
|
30702
30721
|
@ScheduleTimeZone = scheduletimezone
|
30722
|
+
@TimeType = timetype
|
30703
30723
|
end
|
30704
30724
|
|
30705
30725
|
def deserialize(params)
|
@@ -30723,6 +30743,7 @@ module TencentCloud
|
|
30723
30743
|
end
|
30724
30744
|
@ExtraParams = params['ExtraParams']
|
30725
30745
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
30746
|
+
@TimeType = params['TimeType']
|
30726
30747
|
end
|
30727
30748
|
end
|
30728
30749
|
|
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.1022
|
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-03-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|