tencentcloud-sdk-wedata 3.0.750 → 3.0.752

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 +294 -56
  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: d675c31c5fd2a3ead3a5c3c9ab82b5f5742c803b
4
+ data.tar.gz: be7db318e1d5ef16ce0c03d48bcb853b77afa464
5
5
  SHA512:
6
- metadata.gz: a4ab80ad02bbbe42fce192bc7da0b14c1516a4e10f5d56be79c9a708518e6ecd4025e411e816c566e185a019f0c75d3563197690ddf6056b788b100779062ec7
7
- data.tar.gz: 2684bb3dbc512c3df764caacacc3f01f0135b8df2546bd4f8c3b3459d2c6c2f3eeb3e49a654c9cb14186c9b985436b62a5d33357a4314e1adda072c1e37e6cbe
6
+ metadata.gz: ca9d845afc5c8a37fbf284f01dbb31d2de09d81d739c600dad4fbfdc19d10c89aca5f9dfb5dd6f627e80e7e13f544a81104e6ac6727fe95c70aab3a8061d1530
7
+ data.tar.gz: da4224c5c05c7234a29ec1eb2a9454130a5a552b4303d446bdb17c9008ced9b4f2eb2182a38e377425b4c29e0ea386210e88b7faf70f794c9850bd0d8c843e7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.750
1
+ 3.0.752
@@ -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
 
@@ -2705,19 +2710,24 @@ module TencentCloud
2705
2710
  # @param BaselineId: 基线Id
2706
2711
  # 注意:此字段可能返回 null,表示取不到有效值。
2707
2712
  # @type BaselineId: Integer
2713
+ # @param Code: 错误码
2714
+ # 注意:此字段可能返回 null,表示取不到有效值。
2715
+ # @type Code: String
2708
2716
 
2709
- attr_accessor :Success, :Message, :BaselineId
2717
+ attr_accessor :Success, :Message, :BaselineId, :Code
2710
2718
 
2711
- def initialize(success=nil, message=nil, baselineid=nil)
2719
+ def initialize(success=nil, message=nil, baselineid=nil, code=nil)
2712
2720
  @Success = success
2713
2721
  @Message = message
2714
2722
  @BaselineId = baselineid
2723
+ @Code = code
2715
2724
  end
2716
2725
 
2717
2726
  def deserialize(params)
2718
2727
  @Success = params['Success']
2719
2728
  @Message = params['Message']
2720
2729
  @BaselineId = params['BaselineId']
2730
+ @Code = params['Code']
2721
2731
  end
2722
2732
  end
2723
2733
 
@@ -3416,9 +3426,6 @@ module TencentCloud
3416
3426
  # @param Id: 血缘id
3417
3427
  # 注意:此字段可能返回 null,表示取不到有效值。
3418
3428
  # @type Id: String
3419
- # @param PrefixPath: 由中心节点出发的路径信息
3420
- # 注意:此字段可能返回 null,表示取不到有效值。
3421
- # @type PrefixPath: String
3422
3429
  # @param DatasourceId: 数据源ID
3423
3430
  # 注意:此字段可能返回 null,表示取不到有效值。
3424
3431
  # @type DatasourceId: String
@@ -3464,6 +3471,9 @@ module TencentCloud
3464
3471
  # @param Description: 描述信息
3465
3472
  # 注意:此字段可能返回 null,表示取不到有效值。
3466
3473
  # @type Description: String
3474
+ # @param PrefixPath: 由中心节点出发的路径信息
3475
+ # 注意:此字段可能返回 null,表示取不到有效值。
3476
+ # @type PrefixPath: String
3467
3477
  # @param CreateTime: 创建时间
3468
3478
  # 注意:此字段可能返回 null,表示取不到有效值。
3469
3479
  # @type CreateTime: String
@@ -3483,11 +3493,10 @@ module TencentCloud
3483
3493
  # 注意:此字段可能返回 null,表示取不到有效值。
3484
3494
  # @type ExtParams: Array
3485
3495
 
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
3496
+ 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
3497
 
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)
3498
+ 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
3499
  @Id = id
3490
- @PrefixPath = prefixpath
3491
3500
  @DatasourceId = datasourceid
3492
3501
  @TableId = tableid
3493
3502
  @ColumnName = columnname
@@ -3503,6 +3512,7 @@ module TencentCloud
3503
3512
  @DownStreamCount = downstreamcount
3504
3513
  @UpStreamCount = upstreamcount
3505
3514
  @Description = description
3515
+ @PrefixPath = prefixpath
3506
3516
  @CreateTime = createtime
3507
3517
  @ModifyTime = modifytime
3508
3518
  @Tasks = tasks
@@ -3513,7 +3523,6 @@ module TencentCloud
3513
3523
 
3514
3524
  def deserialize(params)
3515
3525
  @Id = params['Id']
3516
- @PrefixPath = params['PrefixPath']
3517
3526
  @DatasourceId = params['DatasourceId']
3518
3527
  @TableId = params['TableId']
3519
3528
  @ColumnName = params['ColumnName']
@@ -3529,6 +3538,7 @@ module TencentCloud
3529
3538
  @DownStreamCount = params['DownStreamCount']
3530
3539
  @UpStreamCount = params['UpStreamCount']
3531
3540
  @Description = params['Description']
3541
+ @PrefixPath = params['PrefixPath']
3532
3542
  @CreateTime = params['CreateTime']
3533
3543
  @ModifyTime = params['ModifyTime']
3534
3544
  @Tasks = params['Tasks']
@@ -4389,10 +4399,12 @@ module TencentCloud
4389
4399
  # @type COSBucket: String
4390
4400
  # @param COSRegion: cos region
4391
4401
  # @type COSRegion: String
4402
+ # @param ConnectResult: 连接测试结果
4403
+ # @type ConnectResult: String
4392
4404
 
4393
- attr_accessor :Name, :Category, :Type, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :COSBucket, :COSRegion
4405
+ attr_accessor :Name, :Category, :Type, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :BizParams, :Params, :Description, :Display, :DatabaseName, :Instance, :Status, :ClusterId, :Collect, :COSBucket, :COSRegion, :ConnectResult
4394
4406
 
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)
4407
+ 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
4408
  @Name = name
4397
4409
  @Category = category
4398
4410
  @Type = type
@@ -4410,6 +4422,7 @@ module TencentCloud
4410
4422
  @Collect = collect
4411
4423
  @COSBucket = cosbucket
4412
4424
  @COSRegion = cosregion
4425
+ @ConnectResult = connectresult
4413
4426
  end
4414
4427
 
4415
4428
  def deserialize(params)
@@ -4430,6 +4443,7 @@ module TencentCloud
4430
4443
  @Collect = params['Collect']
4431
4444
  @COSBucket = params['COSBucket']
4432
4445
  @COSRegion = params['COSRegion']
4446
+ @ConnectResult = params['ConnectResult']
4433
4447
  end
4434
4448
  end
4435
4449
 
@@ -6313,19 +6327,39 @@ module TencentCloud
6313
6327
  # @type FunctionId: String
6314
6328
  # @param ProjectId: 项目ID,必须填
6315
6329
  # @type ProjectId: String
6330
+ # @param FunctionName: 函数名称
6331
+ # @type FunctionName: String
6332
+ # @param FunctionType: 函数类型,HIVE,SPARK,DLC,CDW_POSTGRESQL
6333
+ # @type FunctionType: String
6334
+ # @param DatabaseName: 数据库名
6335
+ # @type DatabaseName: String
6336
+ # @param SchemaName: 模式名
6337
+ # @type SchemaName: String
6338
+ # @param CommandFormat: 函数命令格式
6339
+ # @type CommandFormat: String
6316
6340
 
6317
- attr_accessor :ClusterIdentifier, :FunctionId, :ProjectId
6341
+ attr_accessor :ClusterIdentifier, :FunctionId, :ProjectId, :FunctionName, :FunctionType, :DatabaseName, :SchemaName, :CommandFormat
6318
6342
 
6319
- def initialize(clusteridentifier=nil, functionid=nil, projectid=nil)
6343
+ def initialize(clusteridentifier=nil, functionid=nil, projectid=nil, functionname=nil, functiontype=nil, databasename=nil, schemaname=nil, commandformat=nil)
6320
6344
  @ClusterIdentifier = clusteridentifier
6321
6345
  @FunctionId = functionid
6322
6346
  @ProjectId = projectid
6347
+ @FunctionName = functionname
6348
+ @FunctionType = functiontype
6349
+ @DatabaseName = databasename
6350
+ @SchemaName = schemaname
6351
+ @CommandFormat = commandformat
6323
6352
  end
6324
6353
 
6325
6354
  def deserialize(params)
6326
6355
  @ClusterIdentifier = params['ClusterIdentifier']
6327
6356
  @FunctionId = params['FunctionId']
6328
6357
  @ProjectId = params['ProjectId']
6358
+ @FunctionName = params['FunctionName']
6359
+ @FunctionType = params['FunctionType']
6360
+ @DatabaseName = params['DatabaseName']
6361
+ @SchemaName = params['SchemaName']
6362
+ @CommandFormat = params['CommandFormat']
6329
6363
  end
6330
6364
  end
6331
6365
 
@@ -7874,17 +7908,21 @@ module TencentCloud
7874
7908
  # @type BaselineId: String
7875
7909
  # @param ProjectId: 1
7876
7910
  # @type ProjectId: String
7911
+ # @param BaselineTaskId: 1
7912
+ # @type BaselineTaskId: String
7877
7913
 
7878
- attr_accessor :BaselineId, :ProjectId
7914
+ attr_accessor :BaselineId, :ProjectId, :BaselineTaskId
7879
7915
 
7880
- def initialize(baselineid=nil, projectid=nil)
7916
+ def initialize(baselineid=nil, projectid=nil, baselinetaskid=nil)
7881
7917
  @BaselineId = baselineid
7882
7918
  @ProjectId = projectid
7919
+ @BaselineTaskId = baselinetaskid
7883
7920
  end
7884
7921
 
7885
7922
  def deserialize(params)
7886
7923
  @BaselineId = params['BaselineId']
7887
7924
  @ProjectId = params['ProjectId']
7925
+ @BaselineTaskId = params['BaselineTaskId']
7888
7926
  end
7889
7927
  end
7890
7928
 
@@ -7965,14 +8003,17 @@ module TencentCloud
7965
8003
  # @type UpstreamInstanceIds: String
7966
8004
  # @param Level: 向上展开层级
7967
8005
  # @type Level: Integer
8006
+ # @param PromiseTaskId: 保障任务id
8007
+ # @type PromiseTaskId: String
7968
8008
 
7969
- attr_accessor :BaselineInstanceId, :ProjectId, :UpstreamInstanceIds, :Level
8009
+ attr_accessor :BaselineInstanceId, :ProjectId, :UpstreamInstanceIds, :Level, :PromiseTaskId
7970
8010
 
7971
- def initialize(baselineinstanceid=nil, projectid=nil, upstreaminstanceids=nil, level=nil)
8011
+ def initialize(baselineinstanceid=nil, projectid=nil, upstreaminstanceids=nil, level=nil, promisetaskid=nil)
7972
8012
  @BaselineInstanceId = baselineinstanceid
7973
8013
  @ProjectId = projectid
7974
8014
  @UpstreamInstanceIds = upstreaminstanceids
7975
8015
  @Level = level
8016
+ @PromiseTaskId = promisetaskid
7976
8017
  end
7977
8018
 
7978
8019
  def deserialize(params)
@@ -7980,6 +8021,7 @@ module TencentCloud
7980
8021
  @ProjectId = params['ProjectId']
7981
8022
  @UpstreamInstanceIds = params['UpstreamInstanceIds']
7982
8023
  @Level = params['Level']
8024
+ @PromiseTaskId = params['PromiseTaskId']
7983
8025
  end
7984
8026
  end
7985
8027
 
@@ -8013,17 +8055,21 @@ module TencentCloud
8013
8055
  # @type BaselineInstanceId: Integer
8014
8056
  # @param ProjectId: 项目id
8015
8057
  # @type ProjectId: String
8058
+ # @param PromiseTaskId: 保障任务id
8059
+ # @type PromiseTaskId: String
8016
8060
 
8017
- attr_accessor :BaselineInstanceId, :ProjectId
8061
+ attr_accessor :BaselineInstanceId, :ProjectId, :PromiseTaskId
8018
8062
 
8019
- def initialize(baselineinstanceid=nil, projectid=nil)
8063
+ def initialize(baselineinstanceid=nil, projectid=nil, promisetaskid=nil)
8020
8064
  @BaselineInstanceId = baselineinstanceid
8021
8065
  @ProjectId = projectid
8066
+ @PromiseTaskId = promisetaskid
8022
8067
  end
8023
8068
 
8024
8069
  def deserialize(params)
8025
8070
  @BaselineInstanceId = params['BaselineInstanceId']
8026
8071
  @ProjectId = params['ProjectId']
8072
+ @PromiseTaskId = params['PromiseTaskId']
8027
8073
  end
8028
8074
  end
8029
8075
 
@@ -15297,10 +15343,12 @@ module TencentCloud
15297
15343
  # @type EndTime: String
15298
15344
  # @param InCharge: 责任人
15299
15345
  # @type InCharge: String
15346
+ # @param WorkflowId: 工作流ID
15347
+ # @type WorkflowId: String
15300
15348
 
15301
- attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge
15349
+ attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge, :WorkflowId
15302
15350
 
15303
- def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil)
15351
+ def initialize(projectid=nil, tasktypeid=nil, executiongroupid=nil, executiongroupname=nil, starttime=nil, endtime=nil, incharge=nil, workflowid=nil)
15304
15352
  @ProjectId = projectid
15305
15353
  @TaskTypeId = tasktypeid
15306
15354
  @ExecutionGroupId = executiongroupid
@@ -15308,6 +15356,7 @@ module TencentCloud
15308
15356
  @StartTime = starttime
15309
15357
  @EndTime = endtime
15310
15358
  @InCharge = incharge
15359
+ @WorkflowId = workflowid
15311
15360
  end
15312
15361
 
15313
15362
  def deserialize(params)
@@ -15318,6 +15367,7 @@ module TencentCloud
15318
15367
  @StartTime = params['StartTime']
15319
15368
  @EndTime = params['EndTime']
15320
15369
  @InCharge = params['InCharge']
15370
+ @WorkflowId = params['WorkflowId']
15321
15371
  end
15322
15372
  end
15323
15373
 
@@ -15365,10 +15415,16 @@ module TencentCloud
15365
15415
  # @type TaskType: Integer
15366
15416
  # @param InCharge: 1
15367
15417
  # @type InCharge: String
15418
+ # @param WorkflowId: 工作流ID
15419
+ # @type WorkflowId: String
15420
+ # @param SortItem: 排序字段
15421
+ # @type SortItem: String
15422
+ # @param SortType: 升序降序
15423
+ # @type SortType: String
15368
15424
 
15369
- attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge
15425
+ attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge, :WorkflowId, :SortItem, :SortType
15370
15426
 
15371
- def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil)
15427
+ def initialize(projectid=nil, cycleunit=nil, timeunit=nil, starttime=nil, endtime=nil, tasktype=nil, incharge=nil, workflowid=nil, sortitem=nil, sorttype=nil)
15372
15428
  @ProjectId = projectid
15373
15429
  @CycleUnit = cycleunit
15374
15430
  @TimeUnit = timeunit
@@ -15376,6 +15432,9 @@ module TencentCloud
15376
15432
  @EndTime = endtime
15377
15433
  @TaskType = tasktype
15378
15434
  @InCharge = incharge
15435
+ @WorkflowId = workflowid
15436
+ @SortItem = sortitem
15437
+ @SortType = sorttype
15379
15438
  end
15380
15439
 
15381
15440
  def deserialize(params)
@@ -15386,6 +15445,9 @@ module TencentCloud
15386
15445
  @EndTime = params['EndTime']
15387
15446
  @TaskType = params['TaskType']
15388
15447
  @InCharge = params['InCharge']
15448
+ @WorkflowId = params['WorkflowId']
15449
+ @SortItem = params['SortItem']
15450
+ @SortType = params['SortType']
15389
15451
  end
15390
15452
  end
15391
15453
 
@@ -15427,14 +15489,17 @@ module TencentCloud
15427
15489
  # @type ProjectId: String
15428
15490
  # @param InCharge: 1
15429
15491
  # @type InCharge: String
15492
+ # @param WorkflowId: 工作流ID
15493
+ # @type WorkflowId: String
15430
15494
 
15431
- attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge
15495
+ attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge, :WorkflowId
15432
15496
 
15433
- def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil)
15497
+ def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil, workflowid=nil)
15434
15498
  @TaskType = tasktype
15435
15499
  @TypeName = typename
15436
15500
  @ProjectId = projectid
15437
15501
  @InCharge = incharge
15502
+ @WorkflowId = workflowid
15438
15503
  end
15439
15504
 
15440
15505
  def deserialize(params)
@@ -15442,6 +15507,7 @@ module TencentCloud
15442
15507
  @TypeName = params['TypeName']
15443
15508
  @ProjectId = params['ProjectId']
15444
15509
  @InCharge = params['InCharge']
15510
+ @WorkflowId = params['WorkflowId']
15445
15511
  end
15446
15512
  end
15447
15513
 
@@ -15710,10 +15776,12 @@ module TencentCloud
15710
15776
  # @type AggregationUnit: String
15711
15777
  # @param AverageWindowSize: 1
15712
15778
  # @type AverageWindowSize: Integer
15779
+ # @param WorkflowId: 工作流ID
15780
+ # @type WorkflowId: String
15713
15781
 
15714
- attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName, :InCharge, :TaskType, :StateList, :AggregationUnit, :AverageWindowSize
15782
+ attr_accessor :ProjectId, :TaskTypeId, :TimeType, :TypeName, :StartTime, :EndTime, :ExecutionGroupId, :ExecutionGroupName, :InCharge, :TaskType, :StateList, :AggregationUnit, :AverageWindowSize, :WorkflowId
15715
15783
 
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)
15784
+ 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
15785
  @ProjectId = projectid
15718
15786
  @TaskTypeId = tasktypeid
15719
15787
  @TimeType = timetype
@@ -15727,6 +15795,7 @@ module TencentCloud
15727
15795
  @StateList = statelist
15728
15796
  @AggregationUnit = aggregationunit
15729
15797
  @AverageWindowSize = averagewindowsize
15798
+ @WorkflowId = workflowid
15730
15799
  end
15731
15800
 
15732
15801
  def deserialize(params)
@@ -15743,6 +15812,7 @@ module TencentCloud
15743
15812
  @StateList = params['StateList']
15744
15813
  @AggregationUnit = params['AggregationUnit']
15745
15814
  @AverageWindowSize = params['AverageWindowSize']
15815
+ @WorkflowId = params['WorkflowId']
15746
15816
  end
15747
15817
  end
15748
15818
 
@@ -16654,17 +16724,21 @@ module TencentCloud
16654
16724
  # @type ProjectId: String
16655
16725
  # @param InCharge: 1
16656
16726
  # @type InCharge: String
16727
+ # @param WorkflowId: 工作流ID
16728
+ # @type WorkflowId: String
16657
16729
 
16658
- attr_accessor :ProjectId, :InCharge
16730
+ attr_accessor :ProjectId, :InCharge, :WorkflowId
16659
16731
 
16660
- def initialize(projectid=nil, incharge=nil)
16732
+ def initialize(projectid=nil, incharge=nil, workflowid=nil)
16661
16733
  @ProjectId = projectid
16662
16734
  @InCharge = incharge
16735
+ @WorkflowId = workflowid
16663
16736
  end
16664
16737
 
16665
16738
  def deserialize(params)
16666
16739
  @ProjectId = params['ProjectId']
16667
16740
  @InCharge = params['InCharge']
16741
+ @WorkflowId = params['WorkflowId']
16668
16742
  end
16669
16743
  end
16670
16744
 
@@ -16717,10 +16791,12 @@ module TencentCloud
16717
16791
  # @type Status: String
16718
16792
  # @param InCharge: 无
16719
16793
  # @type InCharge: String
16794
+ # @param WorkflowId: 工作流ID
16795
+ # @type WorkflowId: String
16720
16796
 
16721
- attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime, :AggregationUnit, :CycleUnit, :Status, :InCharge
16797
+ attr_accessor :ProjectId, :Type, :TaskType, :TypeName, :StartTime, :EndTime, :AggregationUnit, :CycleUnit, :Status, :InCharge, :WorkflowId
16722
16798
 
16723
- def initialize(projectid=nil, type=nil, tasktype=nil, typename=nil, starttime=nil, endtime=nil, aggregationunit=nil, cycleunit=nil, status=nil, incharge=nil)
16799
+ 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
16800
  @ProjectId = projectid
16725
16801
  @Type = type
16726
16802
  @TaskType = tasktype
@@ -16731,6 +16807,7 @@ module TencentCloud
16731
16807
  @CycleUnit = cycleunit
16732
16808
  @Status = status
16733
16809
  @InCharge = incharge
16810
+ @WorkflowId = workflowid
16734
16811
  end
16735
16812
 
16736
16813
  def deserialize(params)
@@ -16744,6 +16821,7 @@ module TencentCloud
16744
16821
  @CycleUnit = params['CycleUnit']
16745
16822
  @Status = params['Status']
16746
16823
  @InCharge = params['InCharge']
16824
+ @WorkflowId = params['WorkflowId']
16747
16825
  end
16748
16826
  end
16749
16827
 
@@ -21487,10 +21565,13 @@ module TencentCloud
21487
21565
  # @type ByteSpeed: Float
21488
21566
  # @param TotalErrorRecords: 脏数据条数
21489
21567
  # @type TotalErrorRecords: Integer
21568
+ # @param WaitWriterTime: 等待数据发送到下游的时间
21569
+ # 注意:此字段可能返回 null,表示取不到有效值。
21570
+ # @type WaitWriterTime: Float
21490
21571
 
21491
- attr_accessor :NodeName, :DataSource, :TotalReadRecords, :TotalReadBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords
21572
+ attr_accessor :NodeName, :DataSource, :TotalReadRecords, :TotalReadBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords, :WaitWriterTime
21492
21573
 
21493
- def initialize(nodename=nil, datasource=nil, totalreadrecords=nil, totalreadbytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil)
21574
+ def initialize(nodename=nil, datasource=nil, totalreadrecords=nil, totalreadbytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil, waitwritertime=nil)
21494
21575
  @NodeName = nodename
21495
21576
  @DataSource = datasource
21496
21577
  @TotalReadRecords = totalreadrecords
@@ -21498,6 +21579,7 @@ module TencentCloud
21498
21579
  @RecordSpeed = recordspeed
21499
21580
  @ByteSpeed = bytespeed
21500
21581
  @TotalErrorRecords = totalerrorrecords
21582
+ @WaitWriterTime = waitwritertime
21501
21583
  end
21502
21584
 
21503
21585
  def deserialize(params)
@@ -21508,6 +21590,7 @@ module TencentCloud
21508
21590
  @RecordSpeed = params['RecordSpeed']
21509
21591
  @ByteSpeed = params['ByteSpeed']
21510
21592
  @TotalErrorRecords = params['TotalErrorRecords']
21593
+ @WaitWriterTime = params['WaitWriterTime']
21511
21594
  end
21512
21595
  end
21513
21596
 
@@ -21583,10 +21666,13 @@ module TencentCloud
21583
21666
  # @type ByteSpeed: Float
21584
21667
  # @param TotalErrorRecords: 脏数据条数
21585
21668
  # @type TotalErrorRecords: Integer
21669
+ # @param WaitReaderTime: 等待上游数据发送过来的时间
21670
+ # 注意:此字段可能返回 null,表示取不到有效值。
21671
+ # @type WaitReaderTime: Float
21586
21672
 
21587
- attr_accessor :NodeName, :DataSource, :TotalWriteRecords, :TotalWriteBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords
21673
+ attr_accessor :NodeName, :DataSource, :TotalWriteRecords, :TotalWriteBytes, :RecordSpeed, :ByteSpeed, :TotalErrorRecords, :WaitReaderTime
21588
21674
 
21589
- def initialize(nodename=nil, datasource=nil, totalwriterecords=nil, totalwritebytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil)
21675
+ def initialize(nodename=nil, datasource=nil, totalwriterecords=nil, totalwritebytes=nil, recordspeed=nil, bytespeed=nil, totalerrorrecords=nil, waitreadertime=nil)
21590
21676
  @NodeName = nodename
21591
21677
  @DataSource = datasource
21592
21678
  @TotalWriteRecords = totalwriterecords
@@ -21594,6 +21680,7 @@ module TencentCloud
21594
21680
  @RecordSpeed = recordspeed
21595
21681
  @ByteSpeed = bytespeed
21596
21682
  @TotalErrorRecords = totalerrorrecords
21683
+ @WaitReaderTime = waitreadertime
21597
21684
  end
21598
21685
 
21599
21686
  def deserialize(params)
@@ -21604,6 +21691,7 @@ module TencentCloud
21604
21691
  @RecordSpeed = params['RecordSpeed']
21605
21692
  @ByteSpeed = params['ByteSpeed']
21606
21693
  @TotalErrorRecords = params['TotalErrorRecords']
21694
+ @WaitReaderTime = params['WaitReaderTime']
21607
21695
  end
21608
21696
  end
21609
21697
 
@@ -22211,10 +22299,16 @@ module TencentCloud
22211
22299
  # @param InstanceVersion: 版本号
22212
22300
  # 注意:此字段可能返回 null,表示取不到有效值。
22213
22301
  # @type InstanceVersion: Integer
22302
+ # @param ArrangeSpaceTaskId: 离线任务导入到编排空间的任务id
22303
+ # 注意:此字段可能返回 null,表示取不到有效值。
22304
+ # @type ArrangeSpaceTaskId: String
22305
+ # @param OfflineTaskStatus: 离线任务状态区分1.未提交2.已提交3.已导出
22306
+ # 注意:此字段可能返回 null,表示取不到有效值。
22307
+ # @type OfflineTaskStatus: Integer
22214
22308
 
22215
- attr_accessor :TaskName, :Description, :SyncType, :TaskType, :WorkflowId, :TaskId, :ScheduleTaskId, :TaskGroupId, :ProjectId, :CreatorUin, :OperatorUin, :OwnerUin, :AppId, :Status, :Nodes, :ExecutorId, :Config, :ExtConfig, :ExecuteContext, :Mappings, :TaskMode, :Incharge, :OfflineTaskAddEntity, :ExecutorGroupName, :InLongManagerUrl, :InLongStreamId, :InLongManagerVersion, :DataProxyUrl, :Submit, :InputDatasourceType, :OutputDatasourceType, :NumRecordsIn, :NumRecordsOut, :ReaderDelay, :NumRestarts, :CreateTime, :UpdateTime, :LastRunTime, :StopTime, :HasVersion, :Locked, :Locker, :RunningCu, :TaskAlarmRegularList, :SwitchResource, :ReadPhase, :InstanceVersion
22309
+ attr_accessor :TaskName, :Description, :SyncType, :TaskType, :WorkflowId, :TaskId, :ScheduleTaskId, :TaskGroupId, :ProjectId, :CreatorUin, :OperatorUin, :OwnerUin, :AppId, :Status, :Nodes, :ExecutorId, :Config, :ExtConfig, :ExecuteContext, :Mappings, :TaskMode, :Incharge, :OfflineTaskAddEntity, :ExecutorGroupName, :InLongManagerUrl, :InLongStreamId, :InLongManagerVersion, :DataProxyUrl, :Submit, :InputDatasourceType, :OutputDatasourceType, :NumRecordsIn, :NumRecordsOut, :ReaderDelay, :NumRestarts, :CreateTime, :UpdateTime, :LastRunTime, :StopTime, :HasVersion, :Locked, :Locker, :RunningCu, :TaskAlarmRegularList, :SwitchResource, :ReadPhase, :InstanceVersion, :ArrangeSpaceTaskId, :OfflineTaskStatus
22216
22310
 
22217
- def initialize(taskname=nil, description=nil, synctype=nil, tasktype=nil, workflowid=nil, taskid=nil, scheduletaskid=nil, taskgroupid=nil, projectid=nil, creatoruin=nil, operatoruin=nil, owneruin=nil, appid=nil, status=nil, nodes=nil, executorid=nil, config=nil, extconfig=nil, executecontext=nil, mappings=nil, taskmode=nil, incharge=nil, offlinetaskaddentity=nil, executorgroupname=nil, inlongmanagerurl=nil, inlongstreamid=nil, inlongmanagerversion=nil, dataproxyurl=nil, submit=nil, inputdatasourcetype=nil, outputdatasourcetype=nil, numrecordsin=nil, numrecordsout=nil, readerdelay=nil, numrestarts=nil, createtime=nil, updatetime=nil, lastruntime=nil, stoptime=nil, hasversion=nil, locked=nil, locker=nil, runningcu=nil, taskalarmregularlist=nil, switchresource=nil, readphase=nil, instanceversion=nil)
22311
+ def initialize(taskname=nil, description=nil, synctype=nil, tasktype=nil, workflowid=nil, taskid=nil, scheduletaskid=nil, taskgroupid=nil, projectid=nil, creatoruin=nil, operatoruin=nil, owneruin=nil, appid=nil, status=nil, nodes=nil, executorid=nil, config=nil, extconfig=nil, executecontext=nil, mappings=nil, taskmode=nil, incharge=nil, offlinetaskaddentity=nil, executorgroupname=nil, inlongmanagerurl=nil, inlongstreamid=nil, inlongmanagerversion=nil, dataproxyurl=nil, submit=nil, inputdatasourcetype=nil, outputdatasourcetype=nil, numrecordsin=nil, numrecordsout=nil, readerdelay=nil, numrestarts=nil, createtime=nil, updatetime=nil, lastruntime=nil, stoptime=nil, hasversion=nil, locked=nil, locker=nil, runningcu=nil, taskalarmregularlist=nil, switchresource=nil, readphase=nil, instanceversion=nil, arrangespacetaskid=nil, offlinetaskstatus=nil)
22218
22312
  @TaskName = taskname
22219
22313
  @Description = description
22220
22314
  @SyncType = synctype
@@ -22262,6 +22356,8 @@ module TencentCloud
22262
22356
  @SwitchResource = switchresource
22263
22357
  @ReadPhase = readphase
22264
22358
  @InstanceVersion = instanceversion
22359
+ @ArrangeSpaceTaskId = arrangespacetaskid
22360
+ @OfflineTaskStatus = offlinetaskstatus
22265
22361
  end
22266
22362
 
22267
22363
  def deserialize(params)
@@ -22350,6 +22446,8 @@ module TencentCloud
22350
22446
  @SwitchResource = params['SwitchResource']
22351
22447
  @ReadPhase = params['ReadPhase']
22352
22448
  @InstanceVersion = params['InstanceVersion']
22449
+ @ArrangeSpaceTaskId = params['ArrangeSpaceTaskId']
22450
+ @OfflineTaskStatus = params['OfflineTaskStatus']
22353
22451
  end
22354
22452
  end
22355
22453
 
@@ -26999,10 +27097,34 @@ module TencentCloud
26999
27097
  # @param SourceEngineTypes: 源端对应的引擎类型
27000
27098
  # 注意:此字段可能返回 null,表示取不到有效值。
27001
27099
  # @type SourceEngineTypes: Array
27100
+ # @param TableName: 表名称
27101
+ # 注意:此字段可能返回 null,表示取不到有效值。
27102
+ # @type TableName: String
27103
+ # @param TableOwnerName: 表负责人名称
27104
+ # 注意:此字段可能返回 null,表示取不到有效值。
27105
+ # @type TableOwnerName: String
27106
+ # @param ExecStrategy: 执行策略信息
27107
+ # 注意:此字段可能返回 null,表示取不到有效值。
27108
+ # @type ExecStrategy: :class:`Tencentcloud::Wedata.v20210820.models.RuleGroupExecStrategy`
27109
+ # @param Subscription: 订阅信息
27110
+ # 注意:此字段可能返回 null,表示取不到有效值。
27111
+ # @type Subscription: :class:`Tencentcloud::Wedata.v20210820.models.RuleGroupSubscribe`
27112
+ # @param CreateTime: 创建时间
27113
+ # 注意:此字段可能返回 null,表示取不到有效值。
27114
+ # @type CreateTime: String
27115
+ # @param DatasourceId: 数据源 id
27116
+ # 注意:此字段可能返回 null,表示取不到有效值。
27117
+ # @type DatasourceId: Integer
27118
+ # @param DatabaseId: 数据库 id
27119
+ # 注意:此字段可能返回 null,表示取不到有效值。
27120
+ # @type DatabaseId: String
27121
+ # @param MonitorStatus: 监控是否开启.0false,1true
27122
+ # 注意:此字段可能返回 null,表示取不到有效值。
27123
+ # @type MonitorStatus: Integer
27002
27124
 
27003
- attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes
27125
+ attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes, :TableName, :TableOwnerName, :ExecStrategy, :Subscription, :CreateTime, :DatasourceId, :DatabaseId, :MonitorStatus
27004
27126
 
27005
- def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil)
27127
+ def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil, tablename=nil, tableownername=nil, execstrategy=nil, subscription=nil, createtime=nil, datasourceid=nil, databaseid=nil, monitorstatus=nil)
27006
27128
  @RuleId = ruleid
27007
27129
  @RuleGroupId = rulegroupid
27008
27130
  @TableId = tableid
@@ -27038,6 +27160,14 @@ module TencentCloud
27038
27160
  @TargetObjectDataTypeName = targetobjectdatatypename
27039
27161
  @TargetObjectValue = targetobjectvalue
27040
27162
  @SourceEngineTypes = sourceenginetypes
27163
+ @TableName = tablename
27164
+ @TableOwnerName = tableownername
27165
+ @ExecStrategy = execstrategy
27166
+ @Subscription = subscription
27167
+ @CreateTime = createtime
27168
+ @DatasourceId = datasourceid
27169
+ @DatabaseId = databaseid
27170
+ @MonitorStatus = monitorstatus
27041
27171
  end
27042
27172
 
27043
27173
  def deserialize(params)
@@ -27082,6 +27212,20 @@ module TencentCloud
27082
27212
  @TargetObjectDataTypeName = params['TargetObjectDataTypeName']
27083
27213
  @TargetObjectValue = params['TargetObjectValue']
27084
27214
  @SourceEngineTypes = params['SourceEngineTypes']
27215
+ @TableName = params['TableName']
27216
+ @TableOwnerName = params['TableOwnerName']
27217
+ unless params['ExecStrategy'].nil?
27218
+ @ExecStrategy = RuleGroupExecStrategy.new
27219
+ @ExecStrategy.deserialize(params['ExecStrategy'])
27220
+ end
27221
+ unless params['Subscription'].nil?
27222
+ @Subscription = RuleGroupSubscribe.new
27223
+ @Subscription.deserialize(params['Subscription'])
27224
+ end
27225
+ @CreateTime = params['CreateTime']
27226
+ @DatasourceId = params['DatasourceId']
27227
+ @DatabaseId = params['DatabaseId']
27228
+ @MonitorStatus = params['MonitorStatus']
27085
27229
  end
27086
27230
  end
27087
27231
 
@@ -27875,10 +28019,16 @@ module TencentCloud
27875
28019
  # @param ExecPlan: 执行计划
27876
28020
  # 注意:此字段可能返回 null,表示取不到有效值。
27877
28021
  # @type ExecPlan: String
28022
+ # @param RuleId: 规则id
28023
+ # 注意:此字段可能返回 null,表示取不到有效值。
28024
+ # @type RuleId: Integer
28025
+ # @param RuleName: 规则名称
28026
+ # 注意:此字段可能返回 null,表示取不到有效值。
28027
+ # @type RuleName: String
27878
28028
 
27879
- attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan
28029
+ attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan, :RuleId, :RuleName
27880
28030
 
27881
- def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil)
28031
+ def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil, ruleid=nil, rulename=nil)
27882
28032
  @RuleGroupId = rulegroupid
27883
28033
  @MonitorType = monitortype
27884
28034
  @ExecQueue = execqueue
@@ -27893,6 +28043,8 @@ module TencentCloud
27893
28043
  @TaskAction = taskaction
27894
28044
  @ExecEngineType = execenginetype
27895
28045
  @ExecPlan = execplan
28046
+ @RuleId = ruleid
28047
+ @RuleName = rulename
27896
28048
  end
27897
28049
 
27898
28050
  def deserialize(params)
@@ -27917,6 +28069,8 @@ module TencentCloud
27917
28069
  @TaskAction = params['TaskAction']
27918
28070
  @ExecEngineType = params['ExecEngineType']
27919
28071
  @ExecPlan = params['ExecPlan']
28072
+ @RuleId = params['RuleId']
28073
+ @RuleName = params['RuleName']
27920
28074
  end
27921
28075
  end
27922
28076
 
@@ -28116,14 +28270,22 @@ module TencentCloud
28116
28270
  # @param WebHooks: 群机器人配置的webhook信息
28117
28271
  # 注意:此字段可能返回 null,表示取不到有效值。
28118
28272
  # @type WebHooks: Array
28273
+ # @param RuleId: 规则Id
28274
+ # 注意:此字段可能返回 null,表示取不到有效值。
28275
+ # @type RuleId: Integer
28276
+ # @param RuleName: 规则名称
28277
+ # 注意:此字段可能返回 null,表示取不到有效值。
28278
+ # @type RuleName: String
28119
28279
 
28120
- attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :WebHooks
28280
+ attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :WebHooks, :RuleId, :RuleName
28121
28281
 
28122
- def initialize(rulegroupid=nil, receivers=nil, subscribetype=nil, webhooks=nil)
28282
+ def initialize(rulegroupid=nil, receivers=nil, subscribetype=nil, webhooks=nil, ruleid=nil, rulename=nil)
28123
28283
  @RuleGroupId = rulegroupid
28124
28284
  @Receivers = receivers
28125
28285
  @SubscribeType = subscribetype
28126
28286
  @WebHooks = webhooks
28287
+ @RuleId = ruleid
28288
+ @RuleName = rulename
28127
28289
  end
28128
28290
 
28129
28291
  def deserialize(params)
@@ -28145,6 +28307,8 @@ module TencentCloud
28145
28307
  @WebHooks << subscribewebhook_tmp
28146
28308
  end
28147
28309
  end
28310
+ @RuleId = params['RuleId']
28311
+ @RuleName = params['RuleName']
28148
28312
  end
28149
28313
  end
28150
28314
 
@@ -28399,10 +28563,16 @@ module TencentCloud
28399
28563
  # @param SubQualityDim: 模版子维度,0.父维度类型,1.一致性: 枚举范围一致性,2.一致性:数值范围一致性,3.一致性:字段数据相关性
28400
28564
  # 注意:此字段可能返回 null,表示取不到有效值。
28401
28565
  # @type SubQualityDim: Integer
28566
+ # @param ResolvedSqlExpression: sql表达式解析对象
28567
+ # 注意:此字段可能返回 null,表示取不到有效值。
28568
+ # @type ResolvedSqlExpression: :class:`Tencentcloud::Wedata.v20210820.models.SqlExpression`
28569
+ # @param DatasourceTypes: 支持的数据源类型
28570
+ # 注意:此字段可能返回 null,表示取不到有效值。
28571
+ # @type DatasourceTypes: Array
28402
28572
 
28403
- attr_accessor :RuleTemplateId, :Name, :Description, :Type, :SourceObjectType, :SourceObjectDataType, :SourceContent, :SourceEngineTypes, :QualityDim, :CompareType, :CitationCount, :UserId, :UserName, :UpdateTime, :WhereFlag, :MultiSourceFlag, :SqlExpression, :SubQualityDim
28573
+ attr_accessor :RuleTemplateId, :Name, :Description, :Type, :SourceObjectType, :SourceObjectDataType, :SourceContent, :SourceEngineTypes, :QualityDim, :CompareType, :CitationCount, :UserId, :UserName, :UpdateTime, :WhereFlag, :MultiSourceFlag, :SqlExpression, :SubQualityDim, :ResolvedSqlExpression, :DatasourceTypes
28404
28574
 
28405
- def initialize(ruletemplateid=nil, name=nil, description=nil, type=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourcecontent=nil, sourceenginetypes=nil, qualitydim=nil, comparetype=nil, citationcount=nil, userid=nil, username=nil, updatetime=nil, whereflag=nil, multisourceflag=nil, sqlexpression=nil, subqualitydim=nil)
28575
+ def initialize(ruletemplateid=nil, name=nil, description=nil, type=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourcecontent=nil, sourceenginetypes=nil, qualitydim=nil, comparetype=nil, citationcount=nil, userid=nil, username=nil, updatetime=nil, whereflag=nil, multisourceflag=nil, sqlexpression=nil, subqualitydim=nil, resolvedsqlexpression=nil, datasourcetypes=nil)
28406
28576
  @RuleTemplateId = ruletemplateid
28407
28577
  @Name = name
28408
28578
  @Description = description
@@ -28421,6 +28591,8 @@ module TencentCloud
28421
28591
  @MultiSourceFlag = multisourceflag
28422
28592
  @SqlExpression = sqlexpression
28423
28593
  @SubQualityDim = subqualitydim
28594
+ @ResolvedSqlExpression = resolvedsqlexpression
28595
+ @DatasourceTypes = datasourcetypes
28424
28596
  end
28425
28597
 
28426
28598
  def deserialize(params)
@@ -28442,6 +28614,11 @@ module TencentCloud
28442
28614
  @MultiSourceFlag = params['MultiSourceFlag']
28443
28615
  @SqlExpression = params['SqlExpression']
28444
28616
  @SubQualityDim = params['SubQualityDim']
28617
+ unless params['ResolvedSqlExpression'].nil?
28618
+ @ResolvedSqlExpression = SqlExpression.new
28619
+ @ResolvedSqlExpression.deserialize(params['ResolvedSqlExpression'])
28620
+ end
28621
+ @DatasourceTypes = params['DatasourceTypes']
28445
28622
  end
28446
28623
  end
28447
28624
 
@@ -28916,10 +29093,13 @@ module TencentCloud
28916
29093
  # @param CurRunTime: 实例运行时间
28917
29094
  # 注意:此字段可能返回 null,表示取不到有效值。
28918
29095
  # @type CurRunTime: String
29096
+ # @param WaitScheduleTime: 等待调度耗时
29097
+ # 注意:此字段可能返回 null,表示取不到有效值。
29098
+ # @type WaitScheduleTime: Integer
28919
29099
 
28920
- attr_accessor :TaskId, :TaskName, :InCharge, :CycleUnit, :State, :RunTime, :CurRunTime
29100
+ attr_accessor :TaskId, :TaskName, :InCharge, :CycleUnit, :State, :RunTime, :CurRunTime, :WaitScheduleTime
28921
29101
 
28922
- def initialize(taskid=nil, taskname=nil, incharge=nil, cycleunit=nil, state=nil, runtime=nil, curruntime=nil)
29102
+ def initialize(taskid=nil, taskname=nil, incharge=nil, cycleunit=nil, state=nil, runtime=nil, curruntime=nil, waitscheduletime=nil)
28923
29103
  @TaskId = taskid
28924
29104
  @TaskName = taskname
28925
29105
  @InCharge = incharge
@@ -28927,6 +29107,7 @@ module TencentCloud
28927
29107
  @State = state
28928
29108
  @RunTime = runtime
28929
29109
  @CurRunTime = curruntime
29110
+ @WaitScheduleTime = waitscheduletime
28930
29111
  end
28931
29112
 
28932
29113
  def deserialize(params)
@@ -28937,6 +29118,7 @@ module TencentCloud
28937
29118
  @State = params['State']
28938
29119
  @RunTime = params['RunTime']
28939
29120
  @CurRunTime = params['CurRunTime']
29121
+ @WaitScheduleTime = params['WaitScheduleTime']
28940
29122
  end
28941
29123
  end
28942
29124
 
@@ -29925,6 +30107,57 @@ module TencentCloud
29925
30107
  end
29926
30108
  end
29927
30109
 
30110
+ # 数据质量自定义规则时的sql表达式解析对象
30111
+ class SqlExpression < TencentCloud::Common::AbstractModel
30112
+ # @param TableExpressions: sql表达式表名
30113
+ # 注意:此字段可能返回 null,表示取不到有效值。
30114
+ # @type TableExpressions: Array
30115
+ # @param ParamExpressions: sql表达式字段名
30116
+ # 注意:此字段可能返回 null,表示取不到有效值。
30117
+ # @type ParamExpressions: Array
30118
+
30119
+ attr_accessor :TableExpressions, :ParamExpressions
30120
+
30121
+ def initialize(tableexpressions=nil, paramexpressions=nil)
30122
+ @TableExpressions = tableexpressions
30123
+ @ParamExpressions = paramexpressions
30124
+ end
30125
+
30126
+ def deserialize(params)
30127
+ unless params['TableExpressions'].nil?
30128
+ @TableExpressions = []
30129
+ params['TableExpressions'].each do |i|
30130
+ sqlexpressiontable_tmp = SqlExpressionTable.new
30131
+ sqlexpressiontable_tmp.deserialize(i)
30132
+ @TableExpressions << sqlexpressiontable_tmp
30133
+ end
30134
+ end
30135
+ @ParamExpressions = params['ParamExpressions']
30136
+ end
30137
+ end
30138
+
30139
+ # 数据质量自定义规则时的sql表达式解析表对象
30140
+ class SqlExpressionTable < TencentCloud::Common::AbstractModel
30141
+ # @param TableExpression: sql表达式表名
30142
+ # 注意:此字段可能返回 null,表示取不到有效值。
30143
+ # @type TableExpression: String
30144
+ # @param ColumnExpression: sql表达式字段名
30145
+ # 注意:此字段可能返回 null,表示取不到有效值。
30146
+ # @type ColumnExpression: Array
30147
+
30148
+ attr_accessor :TableExpression, :ColumnExpression
30149
+
30150
+ def initialize(tableexpression=nil, columnexpression=nil)
30151
+ @TableExpression = tableexpression
30152
+ @ColumnExpression = columnexpression
30153
+ end
30154
+
30155
+ def deserialize(params)
30156
+ @TableExpression = params['TableExpression']
30157
+ @ColumnExpression = params['ColumnExpression']
30158
+ end
30159
+ end
30160
+
29928
30161
  # 无
29929
30162
  class StageCloudApiRequest < TencentCloud::Common::AbstractModel
29930
30163
  # @param ClusterId: 无
@@ -31133,9 +31366,6 @@ module TencentCloud
31133
31366
  # @param MetastoreType: 元数据类型
31134
31367
  # 注意:此字段可能返回 null,表示取不到有效值。
31135
31368
  # @type MetastoreType: String
31136
- # @param PrefixPath: 由中心节点到该节点的路径
31137
- # 注意:此字段可能返回 null,表示取不到有效值。
31138
- # @type PrefixPath: String
31139
31369
  # @param ProjectId: 空间id
31140
31370
  # 注意:此字段可能返回 null,表示取不到有效值。
31141
31371
  # @type ProjectId: String
@@ -31178,6 +31408,9 @@ module TencentCloud
31178
31408
  # @param Description: 血缘描述
31179
31409
  # 注意:此字段可能返回 null,表示取不到有效值。
31180
31410
  # @type Description: String
31411
+ # @param PrefixPath: 由中心节点到该节点的路径
31412
+ # 注意:此字段可能返回 null,表示取不到有效值。
31413
+ # @type PrefixPath: String
31181
31414
  # @param CreateTime: 血缘创建时间
31182
31415
  # 注意:此字段可能返回 null,表示取不到有效值。
31183
31416
  # @type CreateTime: String
@@ -31187,12 +31420,14 @@ module TencentCloud
31187
31420
  # @param Tasks: 修改血缘的任务id列表
31188
31421
  # 注意:此字段可能返回 null,表示取不到有效值。
31189
31422
  # @type Tasks: Array
31423
+ # @param ChannelType: 模块/应用类型
31424
+ # 注意:此字段可能返回 null,表示取不到有效值。
31425
+ # @type ChannelType: String
31190
31426
 
31191
- attr_accessor :MetastoreType, :PrefixPath, :ProjectId, :DatasourceId, :TableId, :Params, :ParentSet, :ChildSet, :ExtParams, :Id, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :CreateTime, :ModifyTime, :Tasks
31427
+ attr_accessor :MetastoreType, :ProjectId, :DatasourceId, :TableId, :Params, :ParentSet, :ChildSet, :ExtParams, :Id, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :PrefixPath, :CreateTime, :ModifyTime, :Tasks, :ChannelType
31192
31428
 
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)
31429
+ 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
31430
  @MetastoreType = metastoretype
31195
- @PrefixPath = prefixpath
31196
31431
  @ProjectId = projectid
31197
31432
  @DatasourceId = datasourceid
31198
31433
  @TableId = tableid
@@ -31207,14 +31442,15 @@ module TencentCloud
31207
31442
  @DownStreamCount = downstreamcount
31208
31443
  @UpStreamCount = upstreamcount
31209
31444
  @Description = description
31445
+ @PrefixPath = prefixpath
31210
31446
  @CreateTime = createtime
31211
31447
  @ModifyTime = modifytime
31212
31448
  @Tasks = tasks
31449
+ @ChannelType = channeltype
31213
31450
  end
31214
31451
 
31215
31452
  def deserialize(params)
31216
31453
  @MetastoreType = params['MetastoreType']
31217
- @PrefixPath = params['PrefixPath']
31218
31454
  @ProjectId = params['ProjectId']
31219
31455
  @DatasourceId = params['DatasourceId']
31220
31456
  @TableId = params['TableId']
@@ -31243,9 +31479,11 @@ module TencentCloud
31243
31479
  @DownStreamCount = params['DownStreamCount']
31244
31480
  @UpStreamCount = params['UpStreamCount']
31245
31481
  @Description = params['Description']
31482
+ @PrefixPath = params['PrefixPath']
31246
31483
  @CreateTime = params['CreateTime']
31247
31484
  @ModifyTime = params['ModifyTime']
31248
31485
  @Tasks = params['Tasks']
31486
+ @ChannelType = params['ChannelType']
31249
31487
  end
31250
31488
  end
31251
31489
 
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.752
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-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common