tencentcloud-sdk-wedata 3.0.750 → 3.0.751

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +101 -38
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb84cc8ba134ece4ed8e92c0e86fad256e1d6664
4
- data.tar.gz: f5acde3f726862dd20e138d604d6e034d1e9ee2e
3
+ metadata.gz: 58a1a79470e4efe31ee2d47340dc418714cdf333
4
+ data.tar.gz: 95c302078350bc09943685e0c1eaecfc24511de0
5
5
  SHA512:
6
- metadata.gz: a4ab80ad02bbbe42fce192bc7da0b14c1516a4e10f5d56be79c9a708518e6ecd4025e411e816c566e185a019f0c75d3563197690ddf6056b788b100779062ec7
7
- data.tar.gz: 2684bb3dbc512c3df764caacacc3f01f0135b8df2546bd4f8c3b3459d2c6c2f3eeb3e49a654c9cb14186c9b985436b62a5d33357a4314e1adda072c1e37e6cbe
6
+ metadata.gz: 3e18638074cba54c17410a44bed3e7b9c4831eb59ff0c768c27f16685edbfcdc3a465aa2870f7e94c09b2117acd7a47122e81e099d17f3d5fc3904912a31f3ff
7
+ data.tar.gz: 5eb4561e3933ce14ea4960d8335c89e0ed7b966dffd5a2cdc06c3e141abbd6f94cd799991a2a38e3a6ccdff2a1211feda793c26badba4757a03a909a3f04aaa2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.750
1
+ 3.0.751
@@ -1265,10 +1265,13 @@ module TencentCloud
1265
1265
  # @param AppId: 租户id
1266
1266
  # 注意:此字段可能返回 null,表示取不到有效值。
1267
1267
  # @type AppId: String
1268
+ # @param CriticalDependency: 关键路径依赖
1269
+ # 注意:此字段可能返回 null,表示取不到有效值。
1270
+ # @type CriticalDependency: String
1268
1271
 
1269
- attr_accessor :Id, :BaselineInstanceId, :BaselineType, :BaselineDataTime, :UpstreamInstanceIds, :DownstreamInstanceIds, :IsPromiseTask, :TaskId, :CurRunDate, :TaskName, :InCriticalPath, :InFirstLevel, :EstimatedCostTime, :ActualCostTime, :LatestStartTime, :ActualStartTime, :EstimatedEndTime, :LatestEndTime, :ActualEndTime, :TaskInstanceStatus, :ProjectId, :ShardKey, :CreateTime, :UpdateTime, :UserUin, :OwnerUin, :AppId
1272
+ attr_accessor :Id, :BaselineInstanceId, :BaselineType, :BaselineDataTime, :UpstreamInstanceIds, :DownstreamInstanceIds, :IsPromiseTask, :TaskId, :CurRunDate, :TaskName, :InCriticalPath, :InFirstLevel, :EstimatedCostTime, :ActualCostTime, :LatestStartTime, :ActualStartTime, :EstimatedEndTime, :LatestEndTime, :ActualEndTime, :TaskInstanceStatus, :ProjectId, :ShardKey, :CreateTime, :UpdateTime, :UserUin, :OwnerUin, :AppId, :CriticalDependency
1270
1273
 
1271
- def initialize(id=nil, baselineinstanceid=nil, baselinetype=nil, baselinedatatime=nil, upstreaminstanceids=nil, downstreaminstanceids=nil, ispromisetask=nil, taskid=nil, currundate=nil, taskname=nil, incriticalpath=nil, infirstlevel=nil, estimatedcosttime=nil, actualcosttime=nil, lateststarttime=nil, actualstarttime=nil, estimatedendtime=nil, latestendtime=nil, actualendtime=nil, taskinstancestatus=nil, projectid=nil, shardkey=nil, createtime=nil, updatetime=nil, useruin=nil, owneruin=nil, appid=nil)
1274
+ def initialize(id=nil, baselineinstanceid=nil, baselinetype=nil, baselinedatatime=nil, upstreaminstanceids=nil, downstreaminstanceids=nil, ispromisetask=nil, taskid=nil, currundate=nil, taskname=nil, incriticalpath=nil, infirstlevel=nil, estimatedcosttime=nil, actualcosttime=nil, lateststarttime=nil, actualstarttime=nil, estimatedendtime=nil, latestendtime=nil, actualendtime=nil, taskinstancestatus=nil, projectid=nil, shardkey=nil, createtime=nil, updatetime=nil, useruin=nil, owneruin=nil, appid=nil, criticaldependency=nil)
1272
1275
  @Id = id
1273
1276
  @BaselineInstanceId = baselineinstanceid
1274
1277
  @BaselineType = baselinetype
@@ -1296,6 +1299,7 @@ module TencentCloud
1296
1299
  @UserUin = useruin
1297
1300
  @OwnerUin = owneruin
1298
1301
  @AppId = appid
1302
+ @CriticalDependency = criticaldependency
1299
1303
  end
1300
1304
 
1301
1305
  def deserialize(params)
@@ -1326,6 +1330,7 @@ module TencentCloud
1326
1330
  @UserUin = params['UserUin']
1327
1331
  @OwnerUin = params['OwnerUin']
1328
1332
  @AppId = params['AppId']
1333
+ @CriticalDependency = params['CriticalDependency']
1329
1334
  end
1330
1335
  end
1331
1336
 
@@ -3416,9 +3421,6 @@ module TencentCloud
3416
3421
  # @param Id: 血缘id
3417
3422
  # 注意:此字段可能返回 null,表示取不到有效值。
3418
3423
  # @type Id: String
3419
- # @param PrefixPath: 由中心节点出发的路径信息
3420
- # 注意:此字段可能返回 null,表示取不到有效值。
3421
- # @type PrefixPath: String
3422
3424
  # @param DatasourceId: 数据源ID
3423
3425
  # 注意:此字段可能返回 null,表示取不到有效值。
3424
3426
  # @type DatasourceId: String
@@ -3464,6 +3466,9 @@ module TencentCloud
3464
3466
  # @param Description: 描述信息
3465
3467
  # 注意:此字段可能返回 null,表示取不到有效值。
3466
3468
  # @type Description: String
3469
+ # @param PrefixPath: 由中心节点出发的路径信息
3470
+ # 注意:此字段可能返回 null,表示取不到有效值。
3471
+ # @type PrefixPath: String
3467
3472
  # @param CreateTime: 创建时间
3468
3473
  # 注意:此字段可能返回 null,表示取不到有效值。
3469
3474
  # @type CreateTime: String
@@ -3483,11 +3488,10 @@ module TencentCloud
3483
3488
  # 注意:此字段可能返回 null,表示取不到有效值。
3484
3489
  # @type ExtParams: Array
3485
3490
 
3486
- attr_accessor :Id, :PrefixPath, :DatasourceId, :TableId, :ColumnName, :ColumnNameCn, :ColumnType, :RelationParams, :Params, :ParentId, :MetastoreType, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :CreateTime, :ModifyTime, :Tasks, :ParentSet, :ChildSet, :ExtParams
3491
+ attr_accessor :Id, :DatasourceId, :TableId, :ColumnName, :ColumnNameCn, :ColumnType, :RelationParams, :Params, :ParentId, :MetastoreType, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :PrefixPath, :CreateTime, :ModifyTime, :Tasks, :ParentSet, :ChildSet, :ExtParams
3487
3492
 
3488
- def initialize(id=nil, prefixpath=nil, datasourceid=nil, tableid=nil, columnname=nil, columnnamecn=nil, columntype=nil, relationparams=nil, params=nil, parentid=nil, metastoretype=nil, metastoretypename=nil, tablename=nil, qualifiedname=nil, downstreamcount=nil, upstreamcount=nil, description=nil, createtime=nil, modifytime=nil, tasks=nil, parentset=nil, childset=nil, extparams=nil)
3493
+ def initialize(id=nil, datasourceid=nil, tableid=nil, columnname=nil, columnnamecn=nil, columntype=nil, relationparams=nil, params=nil, parentid=nil, metastoretype=nil, metastoretypename=nil, tablename=nil, qualifiedname=nil, downstreamcount=nil, upstreamcount=nil, description=nil, prefixpath=nil, createtime=nil, modifytime=nil, tasks=nil, parentset=nil, childset=nil, extparams=nil)
3489
3494
  @Id = id
3490
- @PrefixPath = prefixpath
3491
3495
  @DatasourceId = datasourceid
3492
3496
  @TableId = tableid
3493
3497
  @ColumnName = columnname
@@ -3503,6 +3507,7 @@ module TencentCloud
3503
3507
  @DownStreamCount = downstreamcount
3504
3508
  @UpStreamCount = upstreamcount
3505
3509
  @Description = description
3510
+ @PrefixPath = prefixpath
3506
3511
  @CreateTime = createtime
3507
3512
  @ModifyTime = modifytime
3508
3513
  @Tasks = tasks
@@ -3513,7 +3518,6 @@ module TencentCloud
3513
3518
 
3514
3519
  def deserialize(params)
3515
3520
  @Id = params['Id']
3516
- @PrefixPath = params['PrefixPath']
3517
3521
  @DatasourceId = params['DatasourceId']
3518
3522
  @TableId = params['TableId']
3519
3523
  @ColumnName = params['ColumnName']
@@ -3529,6 +3533,7 @@ module TencentCloud
3529
3533
  @DownStreamCount = params['DownStreamCount']
3530
3534
  @UpStreamCount = params['UpStreamCount']
3531
3535
  @Description = params['Description']
3536
+ @PrefixPath = params['PrefixPath']
3532
3537
  @CreateTime = params['CreateTime']
3533
3538
  @ModifyTime = params['ModifyTime']
3534
3539
  @Tasks = params['Tasks']
@@ -4389,10 +4394,12 @@ module TencentCloud
4389
4394
  # @type COSBucket: String
4390
4395
  # @param COSRegion: cos region
4391
4396
  # @type COSRegion: String
4397
+ # @param ConnectResult: 连接测试结果
4398
+ # @type ConnectResult: String
4392
4399
 
4393
- attr_accessor :Name, :Category, :Type, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :COSBucket, :COSRegion
4400
+ attr_accessor :Name, :Category, :Type, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :COSBucket, :COSRegion, :ConnectResult
4394
4401
 
4395
- def initialize(name=nil, category=nil, type=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, cosbucket=nil, cosregion=nil)
4402
+ def initialize(name=nil, category=nil, type=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, bizparams=nil, params=nil, description=nil, display=nil, databasename=nil, instance=nil, status=nil, clusterid=nil, collect=nil, cosbucket=nil, cosregion=nil, connectresult=nil)
4396
4403
  @Name = name
4397
4404
  @Category = category
4398
4405
  @Type = type
@@ -4410,6 +4417,7 @@ module TencentCloud
4410
4417
  @Collect = collect
4411
4418
  @COSBucket = cosbucket
4412
4419
  @COSRegion = cosregion
4420
+ @ConnectResult = connectresult
4413
4421
  end
4414
4422
 
4415
4423
  def deserialize(params)
@@ -4430,6 +4438,7 @@ module TencentCloud
4430
4438
  @Collect = params['Collect']
4431
4439
  @COSBucket = params['COSBucket']
4432
4440
  @COSRegion = params['COSRegion']
4441
+ @ConnectResult = params['ConnectResult']
4433
4442
  end
4434
4443
  end
4435
4444
 
@@ -7874,17 +7883,21 @@ module TencentCloud
7874
7883
  # @type BaselineId: String
7875
7884
  # @param ProjectId: 1
7876
7885
  # @type ProjectId: String
7886
+ # @param BaselineTaskId: 1
7887
+ # @type BaselineTaskId: String
7877
7888
 
7878
- attr_accessor :BaselineId, :ProjectId
7889
+ attr_accessor :BaselineId, :ProjectId, :BaselineTaskId
7879
7890
 
7880
- def initialize(baselineid=nil, projectid=nil)
7891
+ def initialize(baselineid=nil, projectid=nil, baselinetaskid=nil)
7881
7892
  @BaselineId = baselineid
7882
7893
  @ProjectId = projectid
7894
+ @BaselineTaskId = baselinetaskid
7883
7895
  end
7884
7896
 
7885
7897
  def deserialize(params)
7886
7898
  @BaselineId = params['BaselineId']
7887
7899
  @ProjectId = params['ProjectId']
7900
+ @BaselineTaskId = params['BaselineTaskId']
7888
7901
  end
7889
7902
  end
7890
7903
 
@@ -7965,14 +7978,17 @@ module TencentCloud
7965
7978
  # @type UpstreamInstanceIds: String
7966
7979
  # @param Level: 向上展开层级
7967
7980
  # @type Level: Integer
7981
+ # @param PromiseTaskId: 保障任务id
7982
+ # @type PromiseTaskId: String
7968
7983
 
7969
- attr_accessor :BaselineInstanceId, :ProjectId, :UpstreamInstanceIds, :Level
7984
+ attr_accessor :BaselineInstanceId, :ProjectId, :UpstreamInstanceIds, :Level, :PromiseTaskId
7970
7985
 
7971
- def initialize(baselineinstanceid=nil, projectid=nil, upstreaminstanceids=nil, level=nil)
7986
+ def initialize(baselineinstanceid=nil, projectid=nil, upstreaminstanceids=nil, level=nil, promisetaskid=nil)
7972
7987
  @BaselineInstanceId = baselineinstanceid
7973
7988
  @ProjectId = projectid
7974
7989
  @UpstreamInstanceIds = upstreaminstanceids
7975
7990
  @Level = level
7991
+ @PromiseTaskId = promisetaskid
7976
7992
  end
7977
7993
 
7978
7994
  def deserialize(params)
@@ -7980,6 +7996,7 @@ module TencentCloud
7980
7996
  @ProjectId = params['ProjectId']
7981
7997
  @UpstreamInstanceIds = params['UpstreamInstanceIds']
7982
7998
  @Level = params['Level']
7999
+ @PromiseTaskId = params['PromiseTaskId']
7983
8000
  end
7984
8001
  end
7985
8002
 
@@ -8013,17 +8030,21 @@ module TencentCloud
8013
8030
  # @type BaselineInstanceId: Integer
8014
8031
  # @param ProjectId: 项目id
8015
8032
  # @type ProjectId: String
8033
+ # @param PromiseTaskId: 保障任务id
8034
+ # @type PromiseTaskId: String
8016
8035
 
8017
- attr_accessor :BaselineInstanceId, :ProjectId
8036
+ attr_accessor :BaselineInstanceId, :ProjectId, :PromiseTaskId
8018
8037
 
8019
- def initialize(baselineinstanceid=nil, projectid=nil)
8038
+ def initialize(baselineinstanceid=nil, projectid=nil, promisetaskid=nil)
8020
8039
  @BaselineInstanceId = baselineinstanceid
8021
8040
  @ProjectId = projectid
8041
+ @PromiseTaskId = promisetaskid
8022
8042
  end
8023
8043
 
8024
8044
  def deserialize(params)
8025
8045
  @BaselineInstanceId = params['BaselineInstanceId']
8026
8046
  @ProjectId = params['ProjectId']
8047
+ @PromiseTaskId = params['PromiseTaskId']
8027
8048
  end
8028
8049
  end
8029
8050
 
@@ -15297,10 +15318,12 @@ module TencentCloud
15297
15318
  # @type EndTime: String
15298
15319
  # @param InCharge: 责任人
15299
15320
  # @type InCharge: String
15321
+ # @param WorkflowId: 工作流ID
15322
+ # @type WorkflowId: String
15300
15323
 
15301
- attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge
15324
+ attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge, :WorkflowId
15302
15325
 
15303
- def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil)
15326
+ def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil, workflowid=nil)
15304
15327
  @ProjectId = projectid
15305
15328
  @TaskTypeId = tasktypeid
15306
15329
  @ExecutionGroupId = executiongroupid
@@ -15308,6 +15331,7 @@ module TencentCloud
15308
15331
  @StartTime = starttime
15309
15332
  @EndTime = endtime
15310
15333
  @InCharge = incharge
15334
+ @WorkflowId = workflowid
15311
15335
  end
15312
15336
 
15313
15337
  def deserialize(params)
@@ -15318,6 +15342,7 @@ module TencentCloud
15318
15342
  @StartTime = params['StartTime']
15319
15343
  @EndTime = params['EndTime']
15320
15344
  @InCharge = params['InCharge']
15345
+ @WorkflowId = params['WorkflowId']
15321
15346
  end
15322
15347
  end
15323
15348
 
@@ -15365,10 +15390,16 @@ module TencentCloud
15365
15390
  # @type TaskType: Integer
15366
15391
  # @param InCharge: 1
15367
15392
  # @type InCharge: String
15393
+ # @param WorkflowId: 工作流ID
15394
+ # @type WorkflowId: String
15395
+ # @param SortItem: 排序字段
15396
+ # @type SortItem: String
15397
+ # @param SortType: 升序降序
15398
+ # @type SortType: String
15368
15399
 
15369
- attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge
15400
+ attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge, :WorkflowId, :SortItem, :SortType
15370
15401
 
15371
- def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil)
15402
+ def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil, workflowid=nil, sortitem=nil, sorttype=nil)
15372
15403
  @ProjectId = projectid
15373
15404
  @CycleUnit = cycleunit
15374
15405
  @TimeUnit = timeunit
@@ -15376,6 +15407,9 @@ module TencentCloud
15376
15407
  @EndTime = endtime
15377
15408
  @TaskType = tasktype
15378
15409
  @InCharge = incharge
15410
+ @WorkflowId = workflowid
15411
+ @SortItem = sortitem
15412
+ @SortType = sorttype
15379
15413
  end
15380
15414
 
15381
15415
  def deserialize(params)
@@ -15386,6 +15420,9 @@ module TencentCloud
15386
15420
  @EndTime = params['EndTime']
15387
15421
  @TaskType = params['TaskType']
15388
15422
  @InCharge = params['InCharge']
15423
+ @WorkflowId = params['WorkflowId']
15424
+ @SortItem = params['SortItem']
15425
+ @SortType = params['SortType']
15389
15426
  end
15390
15427
  end
15391
15428
 
@@ -15427,14 +15464,17 @@ module TencentCloud
15427
15464
  # @type ProjectId: String
15428
15465
  # @param InCharge: 1
15429
15466
  # @type InCharge: String
15467
+ # @param WorkflowId: 工作流ID
15468
+ # @type WorkflowId: String
15430
15469
 
15431
- attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge
15470
+ attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge, :WorkflowId
15432
15471
 
15433
- def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil)
15472
+ def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil, workflowid=nil)
15434
15473
  @TaskType = tasktype
15435
15474
  @TypeName = typename
15436
15475
  @ProjectId = projectid
15437
15476
  @InCharge = incharge
15477
+ @WorkflowId = workflowid
15438
15478
  end
15439
15479
 
15440
15480
  def deserialize(params)
@@ -15442,6 +15482,7 @@ module TencentCloud
15442
15482
  @TypeName = params['TypeName']
15443
15483
  @ProjectId = params['ProjectId']
15444
15484
  @InCharge = params['InCharge']
15485
+ @WorkflowId = params['WorkflowId']
15445
15486
  end
15446
15487
  end
15447
15488
 
@@ -15710,10 +15751,12 @@ module TencentCloud
15710
15751
  # @type AggregationUnit: String
15711
15752
  # @param AverageWindowSize: 1
15712
15753
  # @type AverageWindowSize: Integer
15754
+ # @param WorkflowId: 工作流ID
15755
+ # @type WorkflowId: String
15713
15756
 
15714
- attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName, :InCharge, :TaskType, :StateList, :AggregationUnit, :AverageWindowSize
15757
+ attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName, :InCharge, :TaskType, :StateList, :AggregationUnit, :AverageWindowSize, :WorkflowId
15715
15758
 
15716
- def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil, incharge=nil, tasktype=nil, statelist=nil, aggregationunit=nil, averagewindowsize=nil)
15759
+ def initialize(projectid=nil, tasktypeid=nil, timetype=nil, typename=nil, starttime=nil, endtime=nil, executiongroupid=nil, executiongroupname=nil, incharge=nil, tasktype=nil, statelist=nil, aggregationunit=nil, averagewindowsize=nil, workflowid=nil)
15717
15760
  @ProjectId = projectid
15718
15761
  @TaskTypeId = tasktypeid
15719
15762
  @TimeType = timetype
@@ -15727,6 +15770,7 @@ module TencentCloud
15727
15770
  @StateList = statelist
15728
15771
  @AggregationUnit = aggregationunit
15729
15772
  @AverageWindowSize = averagewindowsize
15773
+ @WorkflowId = workflowid
15730
15774
  end
15731
15775
 
15732
15776
  def deserialize(params)
@@ -15743,6 +15787,7 @@ module TencentCloud
15743
15787
  @StateList = params['StateList']
15744
15788
  @AggregationUnit = params['AggregationUnit']
15745
15789
  @AverageWindowSize = params['AverageWindowSize']
15790
+ @WorkflowId = params['WorkflowId']
15746
15791
  end
15747
15792
  end
15748
15793
 
@@ -16654,17 +16699,21 @@ module TencentCloud
16654
16699
  # @type ProjectId: String
16655
16700
  # @param InCharge: 1
16656
16701
  # @type InCharge: String
16702
+ # @param WorkflowId: 工作流ID
16703
+ # @type WorkflowId: String
16657
16704
 
16658
- attr_accessor :ProjectId, :InCharge
16705
+ attr_accessor :ProjectId, :InCharge, :WorkflowId
16659
16706
 
16660
- def initialize(projectid=nil, incharge=nil)
16707
+ def initialize(projectid=nil, incharge=nil, workflowid=nil)
16661
16708
  @ProjectId = projectid
16662
16709
  @InCharge = incharge
16710
+ @WorkflowId = workflowid
16663
16711
  end
16664
16712
 
16665
16713
  def deserialize(params)
16666
16714
  @ProjectId = params['ProjectId']
16667
16715
  @InCharge = params['InCharge']
16716
+ @WorkflowId = params['WorkflowId']
16668
16717
  end
16669
16718
  end
16670
16719
 
@@ -16717,10 +16766,12 @@ module TencentCloud
16717
16766
  # @type Status: String
16718
16767
  # @param InCharge: 无
16719
16768
  # @type InCharge: String
16769
+ # @param WorkflowId: 工作流ID
16770
+ # @type WorkflowId: String
16720
16771
 
16721
- attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime, :AggregationUnit, :CycleUnit, :Status, :InCharge
16772
+ attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime, :AggregationUnit, :CycleUnit, :Status, :InCharge, :WorkflowId
16722
16773
 
16723
- def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil)
16774
+ def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil, workflowid=nil)
16724
16775
  @ProjectId = projectid
16725
16776
  @Type = type
16726
16777
  @TaskType = tasktype
@@ -16731,6 +16782,7 @@ module TencentCloud
16731
16782
  @CycleUnit = cycleunit
16732
16783
  @Status = status
16733
16784
  @InCharge = incharge
16785
+ @WorkflowId = workflowid
16734
16786
  end
16735
16787
 
16736
16788
  def deserialize(params)
@@ -16744,6 +16796,7 @@ module TencentCloud
16744
16796
  @CycleUnit = params['CycleUnit']
16745
16797
  @Status = params['Status']
16746
16798
  @InCharge = params['InCharge']
16799
+ @WorkflowId = params['WorkflowId']
16747
16800
  end
16748
16801
  end
16749
16802
 
@@ -28916,10 +28969,13 @@ module TencentCloud
28916
28969
  # @param CurRunTime: 实例运行时间
28917
28970
  # 注意:此字段可能返回 null,表示取不到有效值。
28918
28971
  # @type CurRunTime: String
28972
+ # @param WaitScheduleTime: 等待调度耗时
28973
+ # 注意:此字段可能返回 null,表示取不到有效值。
28974
+ # @type WaitScheduleTime: Integer
28919
28975
 
28920
- attr_accessor :TaskId, :TaskName, :InCharge, :CycleUnit, :State, :RunTime, :CurRunTime
28976
+ attr_accessor :TaskId, :TaskName, :InCharge, :CycleUnit, :State, :RunTime, :CurRunTime, :WaitScheduleTime
28921
28977
 
28922
- def initialize(taskid=nil, taskname=nil, incharge=nil, cycleunit=nil, state=nil, runtime=nil, curruntime=nil)
28978
+ def initialize(taskid=nil, taskname=nil, incharge=nil, cycleunit=nil, state=nil, runtime=nil, curruntime=nil, waitscheduletime=nil)
28923
28979
  @TaskId = taskid
28924
28980
  @TaskName = taskname
28925
28981
  @InCharge = incharge
@@ -28927,6 +28983,7 @@ module TencentCloud
28927
28983
  @State = state
28928
28984
  @RunTime = runtime
28929
28985
  @CurRunTime = curruntime
28986
+ @WaitScheduleTime = waitscheduletime
28930
28987
  end
28931
28988
 
28932
28989
  def deserialize(params)
@@ -28937,6 +28994,7 @@ module TencentCloud
28937
28994
  @State = params['State']
28938
28995
  @RunTime = params['RunTime']
28939
28996
  @CurRunTime = params['CurRunTime']
28997
+ @WaitScheduleTime = params['WaitScheduleTime']
28940
28998
  end
28941
28999
  end
28942
29000
 
@@ -31133,9 +31191,6 @@ module TencentCloud
31133
31191
  # @param MetastoreType: 元数据类型
31134
31192
  # 注意:此字段可能返回 null,表示取不到有效值。
31135
31193
  # @type MetastoreType: String
31136
- # @param PrefixPath: 由中心节点到该节点的路径
31137
- # 注意:此字段可能返回 null,表示取不到有效值。
31138
- # @type PrefixPath: String
31139
31194
  # @param ProjectId: 空间id
31140
31195
  # 注意:此字段可能返回 null,表示取不到有效值。
31141
31196
  # @type ProjectId: String
@@ -31178,6 +31233,9 @@ module TencentCloud
31178
31233
  # @param Description: 血缘描述
31179
31234
  # 注意:此字段可能返回 null,表示取不到有效值。
31180
31235
  # @type Description: String
31236
+ # @param PrefixPath: 由中心节点到该节点的路径
31237
+ # 注意:此字段可能返回 null,表示取不到有效值。
31238
+ # @type PrefixPath: String
31181
31239
  # @param CreateTime: 血缘创建时间
31182
31240
  # 注意:此字段可能返回 null,表示取不到有效值。
31183
31241
  # @type CreateTime: String
@@ -31187,12 +31245,14 @@ module TencentCloud
31187
31245
  # @param Tasks: 修改血缘的任务id列表
31188
31246
  # 注意:此字段可能返回 null,表示取不到有效值。
31189
31247
  # @type Tasks: Array
31248
+ # @param ChannelType: 模块/应用类型
31249
+ # 注意:此字段可能返回 null,表示取不到有效值。
31250
+ # @type ChannelType: String
31190
31251
 
31191
- attr_accessor :MetastoreType, :PrefixPath, :ProjectId, :DatasourceId, :TableId, :Params, :ParentSet, :ChildSet, :ExtParams, :Id, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :CreateTime, :ModifyTime, :Tasks
31252
+ attr_accessor :MetastoreType, :ProjectId, :DatasourceId, :TableId, :Params, :ParentSet, :ChildSet, :ExtParams, :Id, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :PrefixPath, :CreateTime, :ModifyTime, :Tasks, :ChannelType
31192
31253
 
31193
- def initialize(metastoretype=nil, prefixpath=nil, projectid=nil, datasourceid=nil, tableid=nil, params=nil, parentset=nil, childset=nil, extparams=nil, id=nil, metastoretypename=nil, tablename=nil, qualifiedname=nil, downstreamcount=nil, upstreamcount=nil, description=nil, createtime=nil, modifytime=nil, tasks=nil)
31254
+ def initialize(metastoretype=nil, projectid=nil, datasourceid=nil, tableid=nil, params=nil, parentset=nil, childset=nil, extparams=nil, id=nil, metastoretypename=nil, tablename=nil, qualifiedname=nil, downstreamcount=nil, upstreamcount=nil, description=nil, prefixpath=nil, createtime=nil, modifytime=nil, tasks=nil, channeltype=nil)
31194
31255
  @MetastoreType = metastoretype
31195
- @PrefixPath = prefixpath
31196
31256
  @ProjectId = projectid
31197
31257
  @DatasourceId = datasourceid
31198
31258
  @TableId = tableid
@@ -31207,14 +31267,15 @@ module TencentCloud
31207
31267
  @DownStreamCount = downstreamcount
31208
31268
  @UpStreamCount = upstreamcount
31209
31269
  @Description = description
31270
+ @PrefixPath = prefixpath
31210
31271
  @CreateTime = createtime
31211
31272
  @ModifyTime = modifytime
31212
31273
  @Tasks = tasks
31274
+ @ChannelType = channeltype
31213
31275
  end
31214
31276
 
31215
31277
  def deserialize(params)
31216
31278
  @MetastoreType = params['MetastoreType']
31217
- @PrefixPath = params['PrefixPath']
31218
31279
  @ProjectId = params['ProjectId']
31219
31280
  @DatasourceId = params['DatasourceId']
31220
31281
  @TableId = params['TableId']
@@ -31243,9 +31304,11 @@ module TencentCloud
31243
31304
  @DownStreamCount = params['DownStreamCount']
31244
31305
  @UpStreamCount = params['UpStreamCount']
31245
31306
  @Description = params['Description']
31307
+ @PrefixPath = params['PrefixPath']
31246
31308
  @CreateTime = params['CreateTime']
31247
31309
  @ModifyTime = params['ModifyTime']
31248
31310
  @Tasks = params['Tasks']
31311
+ @ChannelType = params['ChannelType']
31249
31312
  end
31250
31313
  end
31251
31314
 
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.750
4
+ version: 3.0.751
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-15 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common