tencentcloud-sdk-wedata 3.0.749 → 3.0.751

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41cd60696db6b6ca7076795e93defb225f06bb99
4
- data.tar.gz: 5b8ef5753b3096a2bf1be8e7ebeee08f2df04dc8
3
+ metadata.gz: 58a1a79470e4efe31ee2d47340dc418714cdf333
4
+ data.tar.gz: 95c302078350bc09943685e0c1eaecfc24511de0
5
5
  SHA512:
6
- metadata.gz: 1208485f0bff88715c77616b6d05f60bf62d6afad5b6ef784f01bbf3922844c165eeba4be495f6b6062b7c7377119dad47367134ef89456555fc061422966fa3
7
- data.tar.gz: 0de36b76e7907b6626fc2fbfb900e575456d06297f917febf12a9d51499405daaadd27f55c0b899be0ba919047ca8a25ce076ff588a0d605da072cb1d01ebc0a
6
+ metadata.gz: 3e18638074cba54c17410a44bed3e7b9c4831eb59ff0c768c27f16685edbfcdc3a465aa2870f7e94c09b2117acd7a47122e81e099d17f3d5fc3904912a31f3ff
7
+ data.tar.gz: 5eb4561e3933ce14ea4960d8335c89e0ed7b966dffd5a2cdc06c3e141abbd6f94cd799991a2a38e3a6ccdff2a1211feda793c26badba4757a03a909a3f04aaa2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.749
1
+ 3.0.751
@@ -3694,32 +3694,6 @@ module TencentCloud
3694
3694
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3695
3695
  end
3696
3696
 
3697
- # 没用到
3698
-
3699
- # 获取kafka的topic信息
3700
-
3701
- # @param request: Request instance for DescribeKafkaTopicInfo.
3702
- # @type request: :class:`Tencentcloud::wedata::V20210820::DescribeKafkaTopicInfoRequest`
3703
- # @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeKafkaTopicInfoResponse`
3704
- def DescribeKafkaTopicInfo(request)
3705
- body = send_request('DescribeKafkaTopicInfo', request.serialize)
3706
- response = JSON.parse(body)
3707
- if response['Response'].key?('Error') == false
3708
- model = DescribeKafkaTopicInfoResponse.new
3709
- model.deserialize(response['Response'])
3710
- model
3711
- else
3712
- code = response['Response']['Error']['Code']
3713
- message = response['Response']['Error']['Message']
3714
- reqid = response['Response']['RequestId']
3715
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
3716
- end
3717
- rescue TencentCloud::Common::TencentCloudSDKException => e
3718
- raise e
3719
- rescue StandardError => e
3720
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3721
- end
3722
-
3723
3697
  # 分页查询质量监控组
3724
3698
 
3725
3699
  # @param request: Request instance for DescribeMonitorsByPage.
@@ -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
 
@@ -2828,8 +2833,8 @@ module TencentCloud
2828
2833
 
2829
2834
  attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
2830
2835
  extend Gem::Deprecate
2831
- deprecate :TaskId, :none, 2023, 12
2832
- deprecate :TaskId=, :none, 2023, 12
2836
+ deprecate :TaskId, :none, 2024, 1
2837
+ deprecate :TaskId=, :none, 2024, 1
2833
2838
 
2834
2839
  def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
2835
2840
  @ProjectId = projectid
@@ -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
 
@@ -10011,12 +10032,12 @@ module TencentCloud
10011
10032
 
10012
10033
  attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
10013
10034
  extend Gem::Deprecate
10014
- deprecate :EventType, :none, 2023, 12
10015
- deprecate :EventType=, :none, 2023, 12
10016
- deprecate :EventBroadcastType, :none, 2023, 12
10017
- deprecate :EventBroadcastType=, :none, 2023, 12
10018
- deprecate :Status, :none, 2023, 12
10019
- deprecate :Status=, :none, 2023, 12
10035
+ deprecate :EventType, :none, 2024, 1
10036
+ deprecate :EventType=, :none, 2024, 1
10037
+ deprecate :EventBroadcastType, :none, 2024, 1
10038
+ deprecate :EventBroadcastType=, :none, 2024, 1
10039
+ deprecate :Status, :none, 2024, 1
10040
+ deprecate :Status=, :none, 2024, 1
10020
10041
 
10021
10042
  def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil, timetolive=nil, sortitem=nil, sorttype=nil)
10022
10043
  @ProjectId = projectid
@@ -12472,42 +12493,6 @@ module TencentCloud
12472
12493
  end
12473
12494
  end
12474
12495
 
12475
- # DescribeKafkaTopicInfo请求参数结构体
12476
- class DescribeKafkaTopicInfoRequest < TencentCloud::Common::AbstractModel
12477
- # @param DatasourceId: 数据源id
12478
- # @type DatasourceId: String
12479
- # @param Type: 数据源类型
12480
- # @type Type: String
12481
-
12482
- attr_accessor :DatasourceId, :Type
12483
-
12484
- def initialize(datasourceid=nil, type=nil)
12485
- @DatasourceId = datasourceid
12486
- @Type = type
12487
- end
12488
-
12489
- def deserialize(params)
12490
- @DatasourceId = params['DatasourceId']
12491
- @Type = params['Type']
12492
- end
12493
- end
12494
-
12495
- # DescribeKafkaTopicInfo返回参数结构体
12496
- class DescribeKafkaTopicInfoResponse < TencentCloud::Common::AbstractModel
12497
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12498
- # @type RequestId: String
12499
-
12500
- attr_accessor :RequestId
12501
-
12502
- def initialize(requestid=nil)
12503
- @RequestId = requestid
12504
- end
12505
-
12506
- def deserialize(params)
12507
- @RequestId = params['RequestId']
12508
- end
12509
- end
12510
-
12511
12496
  # DescribeMonitorsByPage请求参数结构体
12512
12497
  class DescribeMonitorsByPageRequest < TencentCloud::Common::AbstractModel
12513
12498
  # @param ProjectId: 项目Id
@@ -15333,10 +15318,12 @@ module TencentCloud
15333
15318
  # @type EndTime: String
15334
15319
  # @param InCharge: 责任人
15335
15320
  # @type InCharge: String
15321
+ # @param WorkflowId: 工作流ID
15322
+ # @type WorkflowId: String
15336
15323
 
15337
- attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge
15324
+ attr_accessor :ProjectId, :TaskTypeId, :ExecutionGroupId, :ExecutionGroupName, :StartTime, :EndTime, :InCharge, :WorkflowId
15338
15325
 
15339
- 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)
15340
15327
  @ProjectId = projectid
15341
15328
  @TaskTypeId = tasktypeid
15342
15329
  @ExecutionGroupId = executiongroupid
@@ -15344,6 +15331,7 @@ module TencentCloud
15344
15331
  @StartTime = starttime
15345
15332
  @EndTime = endtime
15346
15333
  @InCharge = incharge
15334
+ @WorkflowId = workflowid
15347
15335
  end
15348
15336
 
15349
15337
  def deserialize(params)
@@ -15354,6 +15342,7 @@ module TencentCloud
15354
15342
  @StartTime = params['StartTime']
15355
15343
  @EndTime = params['EndTime']
15356
15344
  @InCharge = params['InCharge']
15345
+ @WorkflowId = params['WorkflowId']
15357
15346
  end
15358
15347
  end
15359
15348
 
@@ -15401,10 +15390,16 @@ module TencentCloud
15401
15390
  # @type TaskType: Integer
15402
15391
  # @param InCharge: 1
15403
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
15404
15399
 
15405
- attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge
15400
+ attr_accessor :ProjectId, :CycleUnit, :TimeUnit, :StartTime, :EndTime, :TaskType, :InCharge, :WorkflowId, :SortItem, :SortType
15406
15401
 
15407
- 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)
15408
15403
  @ProjectId = projectid
15409
15404
  @CycleUnit = cycleunit
15410
15405
  @TimeUnit = timeunit
@@ -15412,6 +15407,9 @@ module TencentCloud
15412
15407
  @EndTime = endtime
15413
15408
  @TaskType = tasktype
15414
15409
  @InCharge = incharge
15410
+ @WorkflowId = workflowid
15411
+ @SortItem = sortitem
15412
+ @SortType = sorttype
15415
15413
  end
15416
15414
 
15417
15415
  def deserialize(params)
@@ -15422,6 +15420,9 @@ module TencentCloud
15422
15420
  @EndTime = params['EndTime']
15423
15421
  @TaskType = params['TaskType']
15424
15422
  @InCharge = params['InCharge']
15423
+ @WorkflowId = params['WorkflowId']
15424
+ @SortItem = params['SortItem']
15425
+ @SortType = params['SortType']
15425
15426
  end
15426
15427
  end
15427
15428
 
@@ -15463,14 +15464,17 @@ module TencentCloud
15463
15464
  # @type ProjectId: String
15464
15465
  # @param InCharge: 1
15465
15466
  # @type InCharge: String
15467
+ # @param WorkflowId: 工作流ID
15468
+ # @type WorkflowId: String
15466
15469
 
15467
- attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge
15470
+ attr_accessor :TaskType, :TypeName, :ProjectId, :InCharge, :WorkflowId
15468
15471
 
15469
- def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil)
15472
+ def initialize(tasktype=nil, typename=nil, projectid=nil, incharge=nil, workflowid=nil)
15470
15473
  @TaskType = tasktype
15471
15474
  @TypeName = typename
15472
15475
  @ProjectId = projectid
15473
15476
  @InCharge = incharge
15477
+ @WorkflowId = workflowid
15474
15478
  end
15475
15479
 
15476
15480
  def deserialize(params)
@@ -15478,6 +15482,7 @@ module TencentCloud
15478
15482
  @TypeName = params['TypeName']
15479
15483
  @ProjectId = params['ProjectId']
15480
15484
  @InCharge = params['InCharge']
15485
+ @WorkflowId = params['WorkflowId']
15481
15486
  end
15482
15487
  end
15483
15488
 
@@ -15746,10 +15751,12 @@ module TencentCloud
15746
15751
  # @type AggregationUnit: String
15747
15752
  # @param AverageWindowSize: 1
15748
15753
  # @type AverageWindowSize: Integer
15754
+ # @param WorkflowId: 工作流ID
15755
+ # @type WorkflowId: String
15749
15756
 
15750
- 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
15751
15758
 
15752
- 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)
15753
15760
  @ProjectId = projectid
15754
15761
  @TaskTypeId = tasktypeid
15755
15762
  @TimeType = timetype
@@ -15763,6 +15770,7 @@ module TencentCloud
15763
15770
  @StateList = statelist
15764
15771
  @AggregationUnit = aggregationunit
15765
15772
  @AverageWindowSize = averagewindowsize
15773
+ @WorkflowId = workflowid
15766
15774
  end
15767
15775
 
15768
15776
  def deserialize(params)
@@ -15779,6 +15787,7 @@ module TencentCloud
15779
15787
  @StateList = params['StateList']
15780
15788
  @AggregationUnit = params['AggregationUnit']
15781
15789
  @AverageWindowSize = params['AverageWindowSize']
15790
+ @WorkflowId = params['WorkflowId']
15782
15791
  end
15783
15792
  end
15784
15793
 
@@ -16690,17 +16699,21 @@ module TencentCloud
16690
16699
  # @type ProjectId: String
16691
16700
  # @param InCharge: 1
16692
16701
  # @type InCharge: String
16702
+ # @param WorkflowId: 工作流ID
16703
+ # @type WorkflowId: String
16693
16704
 
16694
- attr_accessor :ProjectId, :InCharge
16705
+ attr_accessor :ProjectId, :InCharge, :WorkflowId
16695
16706
 
16696
- def initialize(projectid=nil, incharge=nil)
16707
+ def initialize(projectid=nil, incharge=nil, workflowid=nil)
16697
16708
  @ProjectId = projectid
16698
16709
  @InCharge = incharge
16710
+ @WorkflowId = workflowid
16699
16711
  end
16700
16712
 
16701
16713
  def deserialize(params)
16702
16714
  @ProjectId = params['ProjectId']
16703
16715
  @InCharge = params['InCharge']
16716
+ @WorkflowId = params['WorkflowId']
16704
16717
  end
16705
16718
  end
16706
16719
 
@@ -16753,10 +16766,12 @@ module TencentCloud
16753
16766
  # @type Status: String
16754
16767
  # @param InCharge: 无
16755
16768
  # @type InCharge: String
16769
+ # @param WorkflowId: 工作流ID
16770
+ # @type WorkflowId: String
16756
16771
 
16757
- 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
16758
16773
 
16759
- 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)
16760
16775
  @ProjectId = projectid
16761
16776
  @Type = type
16762
16777
  @TaskType = tasktype
@@ -16767,6 +16782,7 @@ module TencentCloud
16767
16782
  @CycleUnit = cycleunit
16768
16783
  @Status = status
16769
16784
  @InCharge = incharge
16785
+ @WorkflowId = workflowid
16770
16786
  end
16771
16787
 
16772
16788
  def deserialize(params)
@@ -16780,6 +16796,7 @@ module TencentCloud
16780
16796
  @CycleUnit = params['CycleUnit']
16781
16797
  @Status = params['Status']
16782
16798
  @InCharge = params['InCharge']
16799
+ @WorkflowId = params['WorkflowId']
16783
16800
  end
16784
16801
  end
16785
16802
 
@@ -18122,8 +18139,8 @@ module TencentCloud
18122
18139
 
18123
18140
  attr_accessor :DimType, :Count, :QualityDim
18124
18141
  extend Gem::Deprecate
18125
- deprecate :DimType, :none, 2023, 12
18126
- deprecate :DimType=, :none, 2023, 12
18142
+ deprecate :DimType, :none, 2024, 1
18143
+ deprecate :DimType=, :none, 2024, 1
18127
18144
 
18128
18145
  def initialize(dimtype=nil, count=nil, qualitydim=nil)
18129
18146
  @DimType = dimtype
@@ -28952,10 +28969,13 @@ module TencentCloud
28952
28969
  # @param CurRunTime: 实例运行时间
28953
28970
  # 注意:此字段可能返回 null,表示取不到有效值。
28954
28971
  # @type CurRunTime: String
28972
+ # @param WaitScheduleTime: 等待调度耗时
28973
+ # 注意:此字段可能返回 null,表示取不到有效值。
28974
+ # @type WaitScheduleTime: Integer
28955
28975
 
28956
- attr_accessor :TaskId, :TaskName, :InCharge, :CycleUnit, :State, :RunTime, :CurRunTime
28976
+ attr_accessor :TaskId, :TaskName, :InCharge, :CycleUnit, :State, :RunTime, :CurRunTime, :WaitScheduleTime
28957
28977
 
28958
- 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)
28959
28979
  @TaskId = taskid
28960
28980
  @TaskName = taskname
28961
28981
  @InCharge = incharge
@@ -28963,6 +28983,7 @@ module TencentCloud
28963
28983
  @State = state
28964
28984
  @RunTime = runtime
28965
28985
  @CurRunTime = curruntime
28986
+ @WaitScheduleTime = waitscheduletime
28966
28987
  end
28967
28988
 
28968
28989
  def deserialize(params)
@@ -28973,6 +28994,7 @@ module TencentCloud
28973
28994
  @State = params['State']
28974
28995
  @RunTime = params['RunTime']
28975
28996
  @CurRunTime = params['CurRunTime']
28997
+ @WaitScheduleTime = params['WaitScheduleTime']
28976
28998
  end
28977
28999
  end
28978
29000
 
@@ -29917,10 +29939,10 @@ module TencentCloud
29917
29939
 
29918
29940
  attr_accessor :SourceObjectDataTypeName, :SourceObjectValue, :ObjectDataTypeName, :ObjectValue, :ObjectType
29919
29941
  extend Gem::Deprecate
29920
- deprecate :SourceObjectDataTypeName, :none, 2023, 12
29921
- deprecate :SourceObjectDataTypeName=, :none, 2023, 12
29922
- deprecate :SourceObjectValue, :none, 2023, 12
29923
- deprecate :SourceObjectValue=, :none, 2023, 12
29942
+ deprecate :SourceObjectDataTypeName, :none, 2024, 1
29943
+ deprecate :SourceObjectDataTypeName=, :none, 2024, 1
29944
+ deprecate :SourceObjectValue, :none, 2024, 1
29945
+ deprecate :SourceObjectValue=, :none, 2024, 1
29924
29946
 
29925
29947
  def initialize(sourceobjectdatatypename=nil, sourceobjectvalue=nil, objectdatatypename=nil, objectvalue=nil, objecttype=nil)
29926
29948
  @SourceObjectDataTypeName = sourceobjectdatatypename
@@ -31169,9 +31191,6 @@ module TencentCloud
31169
31191
  # @param MetastoreType: 元数据类型
31170
31192
  # 注意:此字段可能返回 null,表示取不到有效值。
31171
31193
  # @type MetastoreType: String
31172
- # @param PrefixPath: 由中心节点到该节点的路径
31173
- # 注意:此字段可能返回 null,表示取不到有效值。
31174
- # @type PrefixPath: String
31175
31194
  # @param ProjectId: 空间id
31176
31195
  # 注意:此字段可能返回 null,表示取不到有效值。
31177
31196
  # @type ProjectId: String
@@ -31214,6 +31233,9 @@ module TencentCloud
31214
31233
  # @param Description: 血缘描述
31215
31234
  # 注意:此字段可能返回 null,表示取不到有效值。
31216
31235
  # @type Description: String
31236
+ # @param PrefixPath: 由中心节点到该节点的路径
31237
+ # 注意:此字段可能返回 null,表示取不到有效值。
31238
+ # @type PrefixPath: String
31217
31239
  # @param CreateTime: 血缘创建时间
31218
31240
  # 注意:此字段可能返回 null,表示取不到有效值。
31219
31241
  # @type CreateTime: String
@@ -31223,12 +31245,14 @@ module TencentCloud
31223
31245
  # @param Tasks: 修改血缘的任务id列表
31224
31246
  # 注意:此字段可能返回 null,表示取不到有效值。
31225
31247
  # @type Tasks: Array
31248
+ # @param ChannelType: 模块/应用类型
31249
+ # 注意:此字段可能返回 null,表示取不到有效值。
31250
+ # @type ChannelType: String
31226
31251
 
31227
- 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
31228
31253
 
31229
- 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)
31230
31255
  @MetastoreType = metastoretype
31231
- @PrefixPath = prefixpath
31232
31256
  @ProjectId = projectid
31233
31257
  @DatasourceId = datasourceid
31234
31258
  @TableId = tableid
@@ -31243,14 +31267,15 @@ module TencentCloud
31243
31267
  @DownStreamCount = downstreamcount
31244
31268
  @UpStreamCount = upstreamcount
31245
31269
  @Description = description
31270
+ @PrefixPath = prefixpath
31246
31271
  @CreateTime = createtime
31247
31272
  @ModifyTime = modifytime
31248
31273
  @Tasks = tasks
31274
+ @ChannelType = channeltype
31249
31275
  end
31250
31276
 
31251
31277
  def deserialize(params)
31252
31278
  @MetastoreType = params['MetastoreType']
31253
- @PrefixPath = params['PrefixPath']
31254
31279
  @ProjectId = params['ProjectId']
31255
31280
  @DatasourceId = params['DatasourceId']
31256
31281
  @TableId = params['TableId']
@@ -31279,9 +31304,11 @@ module TencentCloud
31279
31304
  @DownStreamCount = params['DownStreamCount']
31280
31305
  @UpStreamCount = params['UpStreamCount']
31281
31306
  @Description = params['Description']
31307
+ @PrefixPath = params['PrefixPath']
31282
31308
  @CreateTime = params['CreateTime']
31283
31309
  @ModifyTime = params['ModifyTime']
31284
31310
  @Tasks = params['Tasks']
31311
+ @ChannelType = params['ChannelType']
31285
31312
  end
31286
31313
  end
31287
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.749
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