tencentcloud-sdk-wedata 3.0.1012 → 3.0.1013

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +66 -18
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6c972626fa2226e7b2b2fb024f2d251833668c2
4
- data.tar.gz: 842eba957deb0e0525ea59d4e65df46995f31482
3
+ metadata.gz: 357eebd3774fa003679cb74efbcc7be4c6f2ebe6
4
+ data.tar.gz: 9ff7bd9b29b22d306fb3fca03e660282ca712dac
5
5
  SHA512:
6
- metadata.gz: 408087ffa83c4cd791274383516af11fcb202ff9e4168f6a4506284d5d1fd8a926f06b3a94736b2f0f79b22c9d7f1ba3e707a0f66ad0bb750ca6fcd8cc5a3ff7
7
- data.tar.gz: 8f05df9e4e366379a1c326addc9deb0a849a6bad65939052fc4bfadceef1dfb132da0d50ed5f21ceab5b5736e489f6b476c9ba7afca8191c9b9a998a8a30539a
6
+ metadata.gz: b2f49e3c5df8f424952157b9f6b293331fd9badaf87561b90b2a0c903b0dae38233bef95b14dd25a5f94d9758d0dbe04134f5c08ed0473d0db639e04d4fbe83e
7
+ data.tar.gz: c6b4b11b66d0ea50c2c544967f8e0829dff4664774208b49c91620a56377c77c8bb4700c86d0138cd6f8454cdf17bba5e61327cc4270130b1a8463b2ed18d3de
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1012
1
+ 3.0.1013
@@ -3883,10 +3883,12 @@ module TencentCloud
3883
3883
  # @type SmartOptimizerWritten: String
3884
3884
  # @param TableName: 数据优化表名
3885
3885
  # @type TableName: String
3886
+ # @param ResourceGroupName: 数据优化资源组
3887
+ # @type ResourceGroupName: String
3886
3888
 
3887
- attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Type, :Incharge, :SchemaName, :Async, :DataOptimizationResource, :SmartOptimizerWritten, :TableName
3889
+ attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Type, :Incharge, :SchemaName, :Async, :DataOptimizationResource, :SmartOptimizerWritten, :TableName, :ResourceGroupName
3888
3890
 
3889
- def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, type=nil, incharge=nil, schemaname=nil, async=nil, dataoptimizationresource=nil, smartoptimizerwritten=nil, tablename=nil)
3891
+ def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, type=nil, incharge=nil, schemaname=nil, async=nil, dataoptimizationresource=nil, smartoptimizerwritten=nil, tablename=nil, resourcegroupname=nil)
3890
3892
  @DatasourceId = datasourceid
3891
3893
  @Database = database
3892
3894
  @DDLSql = ddlsql
@@ -3899,6 +3901,7 @@ module TencentCloud
3899
3901
  @DataOptimizationResource = dataoptimizationresource
3900
3902
  @SmartOptimizerWritten = smartoptimizerwritten
3901
3903
  @TableName = tablename
3904
+ @ResourceGroupName = resourcegroupname
3902
3905
  end
3903
3906
 
3904
3907
  def deserialize(params)
@@ -3914,6 +3917,7 @@ module TencentCloud
3914
3917
  @DataOptimizationResource = params['DataOptimizationResource']
3915
3918
  @SmartOptimizerWritten = params['SmartOptimizerWritten']
3916
3919
  @TableName = params['TableName']
3920
+ @ResourceGroupName = params['ResourceGroupName']
3917
3921
  end
3918
3922
  end
3919
3923
 
@@ -3961,10 +3965,12 @@ module TencentCloud
3961
3965
  # @type SmartOptimizerWritten: String
3962
3966
  # @param TableName: 数据优化针对的表
3963
3967
  # @type TableName: String
3968
+ # @param ResourceGroupName: 数据优化资源组
3969
+ # @type ResourceGroupName: String
3964
3970
 
3965
- attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Incharge, :DataOptimizationResource, :SmartOptimizerWritten, :TableName
3971
+ attr_accessor :DatasourceId, :Database, :DDLSql, :Privilege, :ProjectId, :Incharge, :DataOptimizationResource, :SmartOptimizerWritten, :TableName, :ResourceGroupName
3966
3972
 
3967
- def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, incharge=nil, dataoptimizationresource=nil, smartoptimizerwritten=nil, tablename=nil)
3973
+ def initialize(datasourceid=nil, database=nil, ddlsql=nil, privilege=nil, projectid=nil, incharge=nil, dataoptimizationresource=nil, smartoptimizerwritten=nil, tablename=nil, resourcegroupname=nil)
3968
3974
  @DatasourceId = datasourceid
3969
3975
  @Database = database
3970
3976
  @DDLSql = ddlsql
@@ -3974,6 +3980,7 @@ module TencentCloud
3974
3980
  @DataOptimizationResource = dataoptimizationresource
3975
3981
  @SmartOptimizerWritten = smartoptimizerwritten
3976
3982
  @TableName = tablename
3983
+ @ResourceGroupName = resourcegroupname
3977
3984
  end
3978
3985
 
3979
3986
  def deserialize(params)
@@ -3986,6 +3993,7 @@ module TencentCloud
3986
3993
  @DataOptimizationResource = params['DataOptimizationResource']
3987
3994
  @SmartOptimizerWritten = params['SmartOptimizerWritten']
3988
3995
  @TableName = params['TableName']
3996
+ @ResourceGroupName = params['ResourceGroupName']
3989
3997
  end
3990
3998
  end
3991
3999
 
@@ -10617,10 +10625,14 @@ module TencentCloud
10617
10625
  # @type RequestResourceTypes: Array
10618
10626
  # @param ProjectIds: 项目ID列表
10619
10627
  # @type ProjectIds: Array
10628
+ # @param BlackTaskIdList: 黑名单任务ID列表,传了该值在筛选的时候会将列表中的任务ID剔除
10629
+ # @type BlackTaskIdList: Array
10630
+ # @param ScheduleTimeZone: 时区
10631
+ # @type ScheduleTimeZone: String
10620
10632
 
10621
- attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :ExecutorGroupIdList, :TaskTags, :KeyWord, :InitStrategy, :RequestResourceTypes, :ProjectIds
10633
+ attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :ExecutorGroupIdList, :TaskTags, :KeyWord, :InitStrategy, :RequestResourceTypes, :ProjectIds, :BlackTaskIdList, :ScheduleTimeZone
10622
10634
 
10623
- def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, executorgroupidlist=nil, tasktags=nil, keyword=nil, initstrategy=nil, requestresourcetypes=nil, projectids=nil)
10635
+ def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, executorgroupidlist=nil, tasktags=nil, keyword=nil, initstrategy=nil, requestresourcetypes=nil, projectids=nil, blacktaskidlist=nil, scheduletimezone=nil)
10624
10636
  @ProjectId = projectid
10625
10637
  @FolderIdList = folderidlist
10626
10638
  @WorkFlowIdList = workflowidlist
@@ -10647,6 +10659,8 @@ module TencentCloud
10647
10659
  @InitStrategy = initstrategy
10648
10660
  @RequestResourceTypes = requestresourcetypes
10649
10661
  @ProjectIds = projectids
10662
+ @BlackTaskIdList = blacktaskidlist
10663
+ @ScheduleTimeZone = scheduletimezone
10650
10664
  end
10651
10665
 
10652
10666
  def deserialize(params)
@@ -10683,6 +10697,8 @@ module TencentCloud
10683
10697
  @InitStrategy = params['InitStrategy']
10684
10698
  @RequestResourceTypes = params['RequestResourceTypes']
10685
10699
  @ProjectIds = params['ProjectIds']
10700
+ @BlackTaskIdList = params['BlackTaskIdList']
10701
+ @ScheduleTimeZone = params['ScheduleTimeZone']
10686
10702
  end
10687
10703
  end
10688
10704
 
@@ -17425,10 +17441,12 @@ module TencentCloud
17425
17441
  # @type ExecutorGroupIdList: Array
17426
17442
  # @param OnlyRerun: true 只过滤重跑过的实例,false 忽略此过滤条件,结果集过滤条件中不包括是否重跑
17427
17443
  # @type OnlyRerun: Boolean
17444
+ # @param ScheduleTimeZone: 时区
17445
+ # @type ScheduleTimeZone: String
17428
17446
 
17429
- 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
17447
+ 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
17430
17448
 
17431
- 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)
17449
+ 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)
17432
17450
  @Instance = instance
17433
17451
  @SortCol = sortcol
17434
17452
  @TaskIdList = taskidlist
@@ -17461,6 +17479,7 @@ module TencentCloud
17461
17479
  @DataTimeCycle = datatimecycle
17462
17480
  @ExecutorGroupIdList = executorgroupidlist
17463
17481
  @OnlyRerun = onlyrerun
17482
+ @ScheduleTimeZone = scheduletimezone
17464
17483
  end
17465
17484
 
17466
17485
  def deserialize(params)
@@ -17506,6 +17525,7 @@ module TencentCloud
17506
17525
  @DataTimeCycle = params['DataTimeCycle']
17507
17526
  @ExecutorGroupIdList = params['ExecutorGroupIdList']
17508
17527
  @OnlyRerun = params['OnlyRerun']
17528
+ @ScheduleTimeZone = params['ScheduleTimeZone']
17509
17529
  end
17510
17530
  end
17511
17531
 
@@ -19747,10 +19767,14 @@ module TencentCloud
19747
19767
  # ORDER : 按照实例时间顺序执行
19748
19768
  # REVERSE: 实例数据时间逆序
19749
19769
  # @type MakeDataTimeOrder: String
19770
+ # @param ScheduleTimeZone: 补录时间范围的时区
19771
+ # @type ScheduleTimeZone: String
19772
+ # @param AppParam: 执行应用参数
19773
+ # @type AppParam: String
19750
19774
 
19751
- 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
19775
+ 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
19752
19776
 
19753
- 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)
19777
+ 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)
19754
19778
  @PlanId = planid
19755
19779
  @MakeName = makename
19756
19780
  @ProjectId = projectid
@@ -19779,6 +19803,8 @@ module TencentCloud
19779
19803
  @SameSelfWorkflowDependType = sameselfworkflowdependtype
19780
19804
  @SelfWorkflowDependency = selfworkflowdependency
19781
19805
  @MakeDataTimeOrder = makedatatimeorder
19806
+ @ScheduleTimeZone = scheduletimezone
19807
+ @AppParam = appparam
19782
19808
  end
19783
19809
 
19784
19810
  def deserialize(params)
@@ -19824,6 +19850,8 @@ module TencentCloud
19824
19850
  @SameSelfWorkflowDependType = params['SameSelfWorkflowDependType']
19825
19851
  @SelfWorkflowDependency = params['SelfWorkflowDependency']
19826
19852
  @MakeDataTimeOrder = params['MakeDataTimeOrder']
19853
+ @ScheduleTimeZone = params['ScheduleTimeZone']
19854
+ @AppParam = params['AppParam']
19827
19855
  end
19828
19856
  end
19829
19857
 
@@ -23122,10 +23150,12 @@ module TencentCloud
23122
23150
  # @type CalendarId: String
23123
23151
  # @param ScheduleTimeZone: 时区
23124
23152
  # @type ScheduleTimeZone: String
23153
+ # @param ClearLink: 是否自动清理不支持的任务链接
23154
+ # @type ClearLink: Boolean
23125
23155
 
23126
- attr_accessor :ProjectId, :WorkflowId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :ExecutionStartTime, :ExecutionEndTime, :InstanceInitStrategy, :DependencyWorkflow, :CrontabExpression, :ModifyCycleValue, :CalendarOpen, :CalendarName, :CalendarId, :ScheduleTimeZone
23156
+ attr_accessor :ProjectId, :WorkflowId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :ExecutionStartTime, :ExecutionEndTime, :InstanceInitStrategy, :DependencyWorkflow, :CrontabExpression, :ModifyCycleValue, :CalendarOpen, :CalendarName, :CalendarId, :ScheduleTimeZone, :ClearLink
23127
23157
 
23128
- def initialize(projectid=nil, workflowid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, executionstarttime=nil, executionendtime=nil, instanceinitstrategy=nil, dependencyworkflow=nil, crontabexpression=nil, modifycyclevalue=nil, calendaropen=nil, calendarname=nil, calendarid=nil, scheduletimezone=nil)
23158
+ def initialize(projectid=nil, workflowid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, executionstarttime=nil, executionendtime=nil, instanceinitstrategy=nil, dependencyworkflow=nil, crontabexpression=nil, modifycyclevalue=nil, calendaropen=nil, calendarname=nil, calendarid=nil, scheduletimezone=nil, clearlink=nil)
23129
23159
  @ProjectId = projectid
23130
23160
  @WorkflowId = workflowid
23131
23161
  @DelayTime = delaytime
@@ -23146,6 +23176,7 @@ module TencentCloud
23146
23176
  @CalendarName = calendarname
23147
23177
  @CalendarId = calendarid
23148
23178
  @ScheduleTimeZone = scheduletimezone
23179
+ @ClearLink = clearlink
23149
23180
  end
23150
23181
 
23151
23182
  def deserialize(params)
@@ -23169,6 +23200,7 @@ module TencentCloud
23169
23200
  @CalendarName = params['CalendarName']
23170
23201
  @CalendarId = params['CalendarId']
23171
23202
  @ScheduleTimeZone = params['ScheduleTimeZone']
23203
+ @ClearLink = params['ClearLink']
23172
23204
  end
23173
23205
  end
23174
23206
 
@@ -29263,10 +29295,15 @@ module TencentCloud
29263
29295
  # @param NewParentTaskInfos: 父任务simple信息(新)
29264
29296
  # 注意:此字段可能返回 null,表示取不到有效值。
29265
29297
  # @type NewParentTaskInfos: Array
29298
+ # @param SelfWorkFlowDependType: 任务自依赖类型:
29299
+ # yes: 任务需满足自依赖
29300
+ # no:任务无需满足自依赖
29301
+ # 注意:此字段可能返回 null,表示取不到有效值。
29302
+ # @type SelfWorkFlowDependType: String
29266
29303
 
29267
- attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :RetryAble, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :Notes, :InstanceInitStrategy, :YarnQueue, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SchedulerDesc, :ResourceGroup, :Creator, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :VirtualTaskStatus, :TaskLinkInfo, :ProductName, :ProjectId, :ProjectIdent, :ProjectName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :TaskTypeId, :TaskTypeDesc, :ShowWorkflow, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :CycleNum, :Crontab, :StartDate, :EndDate, :CycleUnit, :InitStrategy, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :TasksStr, :Submit, :ExecutorGroupId, :ExecutorGroupName, :TaskExtInfo, :EventListenerInfos, :ScriptInfo, :DLCResourceConfig, :ParentTaskInfos, :ExtResourceFlag, :NewParentTaskInfos
29304
+ attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :RetryAble, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :Notes, :InstanceInitStrategy, :YarnQueue, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SchedulerDesc, :ResourceGroup, :Creator, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :VirtualTaskStatus, :TaskLinkInfo, :ProductName, :ProjectId, :ProjectIdent, :ProjectName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :TaskTypeId, :TaskTypeDesc, :ShowWorkflow, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :CycleNum, :Crontab, :StartDate, :EndDate, :CycleUnit, :InitStrategy, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :TasksStr, :Submit, :ExecutorGroupId, :ExecutorGroupName, :TaskExtInfo, :EventListenerInfos, :ScriptInfo, :DLCResourceConfig, :ParentTaskInfos, :ExtResourceFlag, :NewParentTaskInfos, :SelfWorkFlowDependType
29268
29305
 
29269
- def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retryable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, schedulerdesc=nil, resourcegroup=nil, creator=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, virtualtaskstatus=nil, tasklinkinfo=nil, productname=nil, projectid=nil, projectident=nil, projectname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, tasktypeid=nil, tasktypedesc=nil, showworkflow=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, cyclenum=nil, crontab=nil, startdate=nil, enddate=nil, cycleunit=nil, initstrategy=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, tasksstr=nil, submit=nil, executorgroupid=nil, executorgroupname=nil, taskextinfo=nil, eventlistenerinfos=nil, scriptinfo=nil, dlcresourceconfig=nil, parenttaskinfos=nil, extresourceflag=nil, newparenttaskinfos=nil)
29306
+ def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retryable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, schedulerdesc=nil, resourcegroup=nil, creator=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, virtualtaskstatus=nil, tasklinkinfo=nil, productname=nil, projectid=nil, projectident=nil, projectname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, tasktypeid=nil, tasktypedesc=nil, showworkflow=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, cyclenum=nil, crontab=nil, startdate=nil, enddate=nil, cycleunit=nil, initstrategy=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, tasksstr=nil, submit=nil, executorgroupid=nil, executorgroupname=nil, taskextinfo=nil, eventlistenerinfos=nil, scriptinfo=nil, dlcresourceconfig=nil, parenttaskinfos=nil, extresourceflag=nil, newparenttaskinfos=nil, selfworkflowdependtype=nil)
29270
29307
  @TaskId = taskid
29271
29308
  @VirtualTaskId = virtualtaskid
29272
29309
  @VirtualFlag = virtualflag
@@ -29356,6 +29393,7 @@ module TencentCloud
29356
29393
  @ParentTaskInfos = parenttaskinfos
29357
29394
  @ExtResourceFlag = extresourceflag
29358
29395
  @NewParentTaskInfos = newparenttaskinfos
29396
+ @SelfWorkFlowDependType = selfworkflowdependtype
29359
29397
  end
29360
29398
 
29361
29399
  def deserialize(params)
@@ -29480,6 +29518,7 @@ module TencentCloud
29480
29518
  @NewParentTaskInfos << aiopssimpletaskdto_tmp
29481
29519
  end
29482
29520
  end
29521
+ @SelfWorkFlowDependType = params['SelfWorkFlowDependType']
29483
29522
  end
29484
29523
  end
29485
29524
 
@@ -29919,13 +29958,16 @@ module TencentCloud
29919
29958
  # @type EventCaseList: Array
29920
29959
  # @param EventBatchCaseList: 事件实例信息(连续时间)
29921
29960
  # @type EventBatchCaseList: Array
29961
+ # @param ScheduleTimeZone: 触发时区
29962
+ # @type ScheduleTimeZone: String
29922
29963
 
29923
- attr_accessor :ProjectId, :EventCaseList, :EventBatchCaseList
29964
+ attr_accessor :ProjectId, :EventCaseList, :EventBatchCaseList, :ScheduleTimeZone
29924
29965
 
29925
- def initialize(projectid=nil, eventcaselist=nil, eventbatchcaselist=nil)
29966
+ def initialize(projectid=nil, eventcaselist=nil, eventbatchcaselist=nil, scheduletimezone=nil)
29926
29967
  @ProjectId = projectid
29927
29968
  @EventCaseList = eventcaselist
29928
29969
  @EventBatchCaseList = eventbatchcaselist
29970
+ @ScheduleTimeZone = scheduletimezone
29929
29971
  end
29930
29972
 
29931
29973
  def deserialize(params)
@@ -29946,6 +29988,7 @@ module TencentCloud
29946
29988
  @EventBatchCaseList << eventbatchcasedto_tmp
29947
29989
  end
29948
29990
  end
29991
+ @ScheduleTimeZone = params['ScheduleTimeZone']
29949
29992
  end
29950
29993
  end
29951
29994
 
@@ -31050,10 +31093,13 @@ module TencentCloud
31050
31093
  # @param CalendarId: 日历调度id
31051
31094
  # 注意:此字段可能返回 null,表示取不到有效值。
31052
31095
  # @type CalendarId: String
31096
+ # @param ScheduleTimeZone: 时区配置
31097
+ # 注意:此字段可能返回 null,表示取不到有效值。
31098
+ # @type ScheduleTimeZone: String
31053
31099
 
31054
- attr_accessor :ProjectId, :WorkflowId, :CreateTime, :Creater, :ModifyTime, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :InstanceInitStrategy, :DependencyWorkflow, :SchedulerDesc, :FirstSubmitTime, :LatestSubmitTime, :CalendarOpen, :CalendarName, :CalendarId
31100
+ attr_accessor :ProjectId, :WorkflowId, :CreateTime, :Creater, :ModifyTime, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :InstanceInitStrategy, :DependencyWorkflow, :SchedulerDesc, :FirstSubmitTime, :LatestSubmitTime, :CalendarOpen, :CalendarName, :CalendarId, :ScheduleTimeZone
31055
31101
 
31056
- def initialize(projectid=nil, workflowid=nil, createtime=nil, creater=nil, modifytime=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, instanceinitstrategy=nil, dependencyworkflow=nil, schedulerdesc=nil, firstsubmittime=nil, latestsubmittime=nil, calendaropen=nil, calendarname=nil, calendarid=nil)
31102
+ def initialize(projectid=nil, workflowid=nil, createtime=nil, creater=nil, modifytime=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, instanceinitstrategy=nil, dependencyworkflow=nil, schedulerdesc=nil, firstsubmittime=nil, latestsubmittime=nil, calendaropen=nil, calendarname=nil, calendarid=nil, scheduletimezone=nil)
31057
31103
  @ProjectId = projectid
31058
31104
  @WorkflowId = workflowid
31059
31105
  @CreateTime = createtime
@@ -31078,6 +31124,7 @@ module TencentCloud
31078
31124
  @CalendarOpen = calendaropen
31079
31125
  @CalendarName = calendarname
31080
31126
  @CalendarId = calendarid
31127
+ @ScheduleTimeZone = scheduletimezone
31081
31128
  end
31082
31129
 
31083
31130
  def deserialize(params)
@@ -31105,6 +31152,7 @@ module TencentCloud
31105
31152
  @CalendarOpen = params['CalendarOpen']
31106
31153
  @CalendarName = params['CalendarName']
31107
31154
  @CalendarId = params['CalendarId']
31155
+ @ScheduleTimeZone = params['ScheduleTimeZone']
31108
31156
  end
31109
31157
  end
31110
31158
 
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.1012
4
+ version: 3.0.1013
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-05 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common