tencentcloud-sdk-wedata 3.0.879 → 3.0.880
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/client.rb +24 -0
- data/lib/v20210820/models.rb +429 -50
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2350867c9715afd0d6af43e87d8202a7321412eb
|
4
|
+
data.tar.gz: 7246a405646168edd60e7cdd1439da3d1611b360
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6220a70a5de88e3713a6102f37e3cc9b81adfeece7d6a2bcba8b1470aa51493f2d89b96b229d5ca52f543d39ce6ab0931df0de7c3328f1de105f5ab77b1d3567
|
7
|
+
data.tar.gz: 2b5d402ba5ac072a75ef5b2066c6e4f61312dd2a81288009c2235a07183373068db09d78d4c5b8acbf75687f25c718fd82c8910213a901f5b48dc71a48b7a4c9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.880
|
data/lib/v20210820/client.rb
CHANGED
@@ -3776,6 +3776,30 @@ module TencentCloud
|
|
3776
3776
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3777
3777
|
end
|
3778
3778
|
|
3779
|
+
# 通过任务查询表的血缘关系
|
3780
|
+
|
3781
|
+
# @param request: Request instance for DescribeTaskLineage.
|
3782
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskLineageRequest`
|
3783
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTaskLineageResponse`
|
3784
|
+
def DescribeTaskLineage(request)
|
3785
|
+
body = send_request('DescribeTaskLineage', request.serialize)
|
3786
|
+
response = JSON.parse(body)
|
3787
|
+
if response['Response'].key?('Error') == false
|
3788
|
+
model = DescribeTaskLineageResponse.new
|
3789
|
+
model.deserialize(response['Response'])
|
3790
|
+
model
|
3791
|
+
else
|
3792
|
+
code = response['Response']['Error']['Code']
|
3793
|
+
message = response['Response']['Error']['Message']
|
3794
|
+
reqid = response['Response']['RequestId']
|
3795
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3796
|
+
end
|
3797
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3798
|
+
raise e
|
3799
|
+
rescue StandardError => e
|
3800
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3801
|
+
end
|
3802
|
+
|
3779
3803
|
# 查看任务锁状态信息
|
3780
3804
|
|
3781
3805
|
# @param request: Request instance for DescribeTaskLockStatus.
|
data/lib/v20210820/models.rb
CHANGED
@@ -190,10 +190,13 @@ module TencentCloud
|
|
190
190
|
# @param Threshold: 指标阈值
|
191
191
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
192
192
|
# @type Threshold: Float
|
193
|
+
# @param AlarmReason: 告警原因
|
194
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
195
|
+
# @type AlarmReason: String
|
193
196
|
|
194
|
-
attr_accessor :AlarmId, :AlarmTime, :TaskId, :RegularName, :AlarmLevel, :AlarmWay, :AlarmRecipientId, :ProjectId, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :InstanceId, :TaskName, :IsSendSuccess, :InQuitePeriods, :RecordId, :MessageId, :Operator, :RegularId, :AlarmRecipientName, :TaskType, :SendResult, :MonitorObjectId, :MonitorObjectName, :Threshold
|
197
|
+
attr_accessor :AlarmId, :AlarmTime, :TaskId, :RegularName, :AlarmLevel, :AlarmWay, :AlarmRecipientId, :ProjectId, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :InstanceId, :TaskName, :IsSendSuccess, :InQuitePeriods, :RecordId, :MessageId, :Operator, :RegularId, :AlarmRecipientName, :TaskType, :SendResult, :MonitorObjectId, :MonitorObjectName, :Threshold, :AlarmReason
|
195
198
|
|
196
|
-
def initialize(alarmid=nil, alarmtime=nil, taskid=nil, regularname=nil, alarmlevel=nil, alarmway=nil, alarmrecipientid=nil, projectid=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, instanceid=nil, taskname=nil, issendsuccess=nil, inquiteperiods=nil, recordid=nil, messageid=nil, operator=nil, regularid=nil, alarmrecipientname=nil, tasktype=nil, sendresult=nil, monitorobjectid=nil, monitorobjectname=nil, threshold=nil)
|
199
|
+
def initialize(alarmid=nil, alarmtime=nil, taskid=nil, regularname=nil, alarmlevel=nil, alarmway=nil, alarmrecipientid=nil, projectid=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, instanceid=nil, taskname=nil, issendsuccess=nil, inquiteperiods=nil, recordid=nil, messageid=nil, operator=nil, regularid=nil, alarmrecipientname=nil, tasktype=nil, sendresult=nil, monitorobjectid=nil, monitorobjectname=nil, threshold=nil, alarmreason=nil)
|
197
200
|
@AlarmId = alarmid
|
198
201
|
@AlarmTime = alarmtime
|
199
202
|
@TaskId = taskid
|
@@ -220,6 +223,7 @@ module TencentCloud
|
|
220
223
|
@MonitorObjectId = monitorobjectid
|
221
224
|
@MonitorObjectName = monitorobjectname
|
222
225
|
@Threshold = threshold
|
226
|
+
@AlarmReason = alarmreason
|
223
227
|
end
|
224
228
|
|
225
229
|
def deserialize(params)
|
@@ -249,6 +253,7 @@ module TencentCloud
|
|
249
253
|
@MonitorObjectId = params['MonitorObjectId']
|
250
254
|
@MonitorObjectName = params['MonitorObjectName']
|
251
255
|
@Threshold = params['Threshold']
|
256
|
+
@AlarmReason = params['AlarmReason']
|
252
257
|
end
|
253
258
|
end
|
254
259
|
|
@@ -1908,8 +1913,8 @@ module TencentCloud
|
|
1908
1913
|
|
1909
1914
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
1910
1915
|
extend Gem::Deprecate
|
1911
|
-
deprecate :TaskId, :none, 2024,
|
1912
|
-
deprecate :TaskId=, :none, 2024,
|
1916
|
+
deprecate :TaskId, :none, 2024, 8
|
1917
|
+
deprecate :TaskId=, :none, 2024, 8
|
1913
1918
|
|
1914
1919
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
1915
1920
|
@ProjectId = projectid
|
@@ -2609,10 +2614,13 @@ module TencentCloud
|
|
2609
2614
|
# @param LevelRank: 安全等级:值范围1-10
|
2610
2615
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2611
2616
|
# @type LevelRank: Integer
|
2617
|
+
# @param InfluxCategory: influxdb字段类别
|
2618
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2619
|
+
# @type InfluxCategory: String
|
2612
2620
|
|
2613
|
-
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank
|
2621
|
+
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank, :InfluxCategory
|
2614
2622
|
|
2615
|
-
def initialize(nameen=nil, namecn=nil, type=nil, description=nil, position=nil, ispartition=nil, name=nil, columnfamiliesfieldset=nil, dictionaryid=nil, dictionaryname=nil, levelname=nil, levelrank=nil)
|
2623
|
+
def initialize(nameen=nil, namecn=nil, type=nil, description=nil, position=nil, ispartition=nil, name=nil, columnfamiliesfieldset=nil, dictionaryid=nil, dictionaryname=nil, levelname=nil, levelrank=nil, influxcategory=nil)
|
2616
2624
|
@NameEn = nameen
|
2617
2625
|
@NameCn = namecn
|
2618
2626
|
@Type = type
|
@@ -2625,6 +2633,7 @@ module TencentCloud
|
|
2625
2633
|
@DictionaryName = dictionaryname
|
2626
2634
|
@LevelName = levelname
|
2627
2635
|
@LevelRank = levelrank
|
2636
|
+
@InfluxCategory = influxcategory
|
2628
2637
|
end
|
2629
2638
|
|
2630
2639
|
def deserialize(params)
|
@@ -2647,6 +2656,7 @@ module TencentCloud
|
|
2647
2656
|
@DictionaryName = params['DictionaryName']
|
2648
2657
|
@LevelName = params['LevelName']
|
2649
2658
|
@LevelRank = params['LevelRank']
|
2659
|
+
@InfluxCategory = params['InfluxCategory']
|
2650
2660
|
end
|
2651
2661
|
end
|
2652
2662
|
|
@@ -3688,10 +3698,16 @@ module TencentCloud
|
|
3688
3698
|
# @type SchedulerResourceGroupName: String
|
3689
3699
|
# @param IntegrationResourceGroupName: 补录指定的集成资源组名称 为空则表示使用任务原有集成执行资源组
|
3690
3700
|
# @type IntegrationResourceGroupName: String
|
3701
|
+
# @param MakeExtList: 补录扩展属性
|
3702
|
+
# @type MakeExtList: Array
|
3703
|
+
# @param SameSelfWorkflowDependType: 补录扩展属性
|
3704
|
+
# @type SameSelfWorkflowDependType: Boolean
|
3705
|
+
# @param SelfWorkflowDependency: 补录扩展属性
|
3706
|
+
# @type SelfWorkflowDependency: String
|
3691
3707
|
|
3692
|
-
attr_accessor :ProjectId, :MakeName, :TaskIdList, :MakeDatetimeList, :ProjectIdent, :CheckParent, :CheckParentType, :ProjectName, :SelfDependence, :ParallelNum, :SameCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :Remark, :SameSelfDependType, :SourceTaskCycle, :SchedulerResourceGroup, :IntegrationResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroupName
|
3708
|
+
attr_accessor :ProjectId, :MakeName, :TaskIdList, :MakeDatetimeList, :ProjectIdent, :CheckParent, :CheckParentType, :ProjectName, :SelfDependence, :ParallelNum, :SameCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :Remark, :SameSelfDependType, :SourceTaskCycle, :SchedulerResourceGroup, :IntegrationResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroupName, :MakeExtList, :SameSelfWorkflowDependType, :SelfWorkflowDependency
|
3693
3709
|
|
3694
|
-
def initialize(projectid=nil, makename=nil, taskidlist=nil, makedatetimelist=nil, projectident=nil, checkparent=nil, checkparenttype=nil, projectname=nil, selfdependence=nil, parallelnum=nil, samecycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, remark=nil, sameselfdependtype=nil, sourcetaskcycle=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroupname=nil)
|
3710
|
+
def initialize(projectid=nil, makename=nil, taskidlist=nil, makedatetimelist=nil, projectident=nil, checkparent=nil, checkparenttype=nil, projectname=nil, selfdependence=nil, parallelnum=nil, samecycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, remark=nil, sameselfdependtype=nil, sourcetaskcycle=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroupname=nil, makeextlist=nil, sameselfworkflowdependtype=nil, selfworkflowdependency=nil)
|
3695
3711
|
@ProjectId = projectid
|
3696
3712
|
@MakeName = makename
|
3697
3713
|
@TaskIdList = taskidlist
|
@@ -3715,6 +3731,9 @@ module TencentCloud
|
|
3715
3731
|
@IntegrationResourceGroup = integrationresourcegroup
|
3716
3732
|
@SchedulerResourceGroupName = schedulerresourcegroupname
|
3717
3733
|
@IntegrationResourceGroupName = integrationresourcegroupname
|
3734
|
+
@MakeExtList = makeextlist
|
3735
|
+
@SameSelfWorkflowDependType = sameselfworkflowdependtype
|
3736
|
+
@SelfWorkflowDependency = selfworkflowdependency
|
3718
3737
|
end
|
3719
3738
|
|
3720
3739
|
def deserialize(params)
|
@@ -3755,6 +3774,16 @@ module TencentCloud
|
|
3755
3774
|
@IntegrationResourceGroup = params['IntegrationResourceGroup']
|
3756
3775
|
@SchedulerResourceGroupName = params['SchedulerResourceGroupName']
|
3757
3776
|
@IntegrationResourceGroupName = params['IntegrationResourceGroupName']
|
3777
|
+
unless params['MakeExtList'].nil?
|
3778
|
+
@MakeExtList = []
|
3779
|
+
params['MakeExtList'].each do |i|
|
3780
|
+
strtostrmap_tmp = StrToStrMap.new
|
3781
|
+
strtostrmap_tmp.deserialize(i)
|
3782
|
+
@MakeExtList << strtostrmap_tmp
|
3783
|
+
end
|
3784
|
+
end
|
3785
|
+
@SameSelfWorkflowDependType = params['SameSelfWorkflowDependType']
|
3786
|
+
@SelfWorkflowDependency = params['SelfWorkflowDependency']
|
3758
3787
|
end
|
3759
3788
|
end
|
3760
3789
|
|
@@ -4696,10 +4725,16 @@ module TencentCloud
|
|
4696
4725
|
# @param DsEnvType: 0或者未返回.未定义,1.生产 2.开发
|
4697
4726
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4698
4727
|
# @type DsEnvType: Integer
|
4728
|
+
# @param ClusterDeployType: EMR引擎部署方式:CVM/TKE
|
4729
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4730
|
+
# @type ClusterDeployType: String
|
4731
|
+
# @param SchemaName: 模式名称
|
4732
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4733
|
+
# @type SchemaName: String
|
4699
4734
|
|
4700
|
-
attr_accessor :DatasourceName, :DatasourceId, :DatabaseName, :DatabaseId, :InstanceId, :DatasourceType, :OriginDatabaseName, :OriginSchemaName, :DsEnvType
|
4735
|
+
attr_accessor :DatasourceName, :DatasourceId, :DatabaseName, :DatabaseId, :InstanceId, :DatasourceType, :OriginDatabaseName, :OriginSchemaName, :DsEnvType, :ClusterDeployType, :SchemaName
|
4701
4736
|
|
4702
|
-
def initialize(datasourcename=nil, datasourceid=nil, databasename=nil, databaseid=nil, instanceid=nil, datasourcetype=nil, origindatabasename=nil, originschemaname=nil, dsenvtype=nil)
|
4737
|
+
def initialize(datasourcename=nil, datasourceid=nil, databasename=nil, databaseid=nil, instanceid=nil, datasourcetype=nil, origindatabasename=nil, originschemaname=nil, dsenvtype=nil, clusterdeploytype=nil, schemaname=nil)
|
4703
4738
|
@DatasourceName = datasourcename
|
4704
4739
|
@DatasourceId = datasourceid
|
4705
4740
|
@DatabaseName = databasename
|
@@ -4709,6 +4744,8 @@ module TencentCloud
|
|
4709
4744
|
@OriginDatabaseName = origindatabasename
|
4710
4745
|
@OriginSchemaName = originschemaname
|
4711
4746
|
@DsEnvType = dsenvtype
|
4747
|
+
@ClusterDeployType = clusterdeploytype
|
4748
|
+
@SchemaName = schemaname
|
4712
4749
|
end
|
4713
4750
|
|
4714
4751
|
def deserialize(params)
|
@@ -4721,6 +4758,8 @@ module TencentCloud
|
|
4721
4758
|
@OriginDatabaseName = params['OriginDatabaseName']
|
4722
4759
|
@OriginSchemaName = params['OriginSchemaName']
|
4723
4760
|
@DsEnvType = params['DsEnvType']
|
4761
|
+
@ClusterDeployType = params['ClusterDeployType']
|
4762
|
+
@SchemaName = params['SchemaName']
|
4724
4763
|
end
|
4725
4764
|
end
|
4726
4765
|
|
@@ -6925,12 +6964,18 @@ module TencentCloud
|
|
6925
6964
|
# @type Filters: Array
|
6926
6965
|
# @param OrderFields: 排序字段,如name
|
6927
6966
|
# @type OrderFields: Array
|
6967
|
+
# @param PageSize: pagesize
|
6968
|
+
# @type PageSize: Integer
|
6969
|
+
# @param PageNumber: pageNumber
|
6970
|
+
# @type PageNumber: Integer
|
6928
6971
|
|
6929
|
-
attr_accessor :Filters, :OrderFields
|
6972
|
+
attr_accessor :Filters, :OrderFields, :PageSize, :PageNumber
|
6930
6973
|
|
6931
|
-
def initialize(filters=nil, orderfields=nil)
|
6974
|
+
def initialize(filters=nil, orderfields=nil, pagesize=nil, pagenumber=nil)
|
6932
6975
|
@Filters = filters
|
6933
6976
|
@OrderFields = orderfields
|
6977
|
+
@PageSize = pagesize
|
6978
|
+
@PageNumber = pagenumber
|
6934
6979
|
end
|
6935
6980
|
|
6936
6981
|
def deserialize(params)
|
@@ -6950,6 +6995,8 @@ module TencentCloud
|
|
6950
6995
|
@OrderFields << orderfield_tmp
|
6951
6996
|
end
|
6952
6997
|
end
|
6998
|
+
@PageSize = params['PageSize']
|
6999
|
+
@PageNumber = params['PageNumber']
|
6953
7000
|
end
|
6954
7001
|
end
|
6955
7002
|
|
@@ -7578,12 +7625,12 @@ module TencentCloud
|
|
7578
7625
|
|
7579
7626
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
7580
7627
|
extend Gem::Deprecate
|
7581
|
-
deprecate :EventType, :none, 2024,
|
7582
|
-
deprecate :EventType=, :none, 2024,
|
7583
|
-
deprecate :EventBroadcastType, :none, 2024,
|
7584
|
-
deprecate :EventBroadcastType=, :none, 2024,
|
7585
|
-
deprecate :Status, :none, 2024,
|
7586
|
-
deprecate :Status=, :none, 2024,
|
7628
|
+
deprecate :EventType, :none, 2024, 8
|
7629
|
+
deprecate :EventType=, :none, 2024, 8
|
7630
|
+
deprecate :EventBroadcastType, :none, 2024, 8
|
7631
|
+
deprecate :EventBroadcastType=, :none, 2024, 8
|
7632
|
+
deprecate :Status, :none, 2024, 8
|
7633
|
+
deprecate :Status=, :none, 2024, 8
|
7587
7634
|
|
7588
7635
|
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)
|
7589
7636
|
@ProjectId = projectid
|
@@ -9293,15 +9340,18 @@ module TencentCloud
|
|
9293
9340
|
# @type PageNumber: Integer
|
9294
9341
|
# @param PageSize: 分页大小,默认值10
|
9295
9342
|
# @type PageSize: Integer
|
9343
|
+
# @param StateList: 实例状态列表
|
9344
|
+
# @type StateList: Array
|
9296
9345
|
|
9297
|
-
attr_accessor :ProjectId, :PlanId, :TaskId, :PageNumber, :PageSize
|
9346
|
+
attr_accessor :ProjectId, :PlanId, :TaskId, :PageNumber, :PageSize, :StateList
|
9298
9347
|
|
9299
|
-
def initialize(projectid=nil, planid=nil, taskid=nil, pagenumber=nil, pagesize=nil)
|
9348
|
+
def initialize(projectid=nil, planid=nil, taskid=nil, pagenumber=nil, pagesize=nil, statelist=nil)
|
9300
9349
|
@ProjectId = projectid
|
9301
9350
|
@PlanId = planid
|
9302
9351
|
@TaskId = taskid
|
9303
9352
|
@PageNumber = pagenumber
|
9304
9353
|
@PageSize = pagesize
|
9354
|
+
@StateList = statelist
|
9305
9355
|
end
|
9306
9356
|
|
9307
9357
|
def deserialize(params)
|
@@ -9310,6 +9360,7 @@ module TencentCloud
|
|
9310
9360
|
@TaskId = params['TaskId']
|
9311
9361
|
@PageNumber = params['PageNumber']
|
9312
9362
|
@PageSize = params['PageSize']
|
9363
|
+
@StateList = params['StateList']
|
9313
9364
|
end
|
9314
9365
|
end
|
9315
9366
|
|
@@ -11834,13 +11885,16 @@ module TencentCloud
|
|
11834
11885
|
# @type TableNameFilter: :class:`Tencentcloud::Wedata.v20210820.models.TableNameFilter`
|
11835
11886
|
# @param TableFilterType: 查询条件类型0按id,1按名称,默认为0
|
11836
11887
|
# @type TableFilterType: Integer
|
11888
|
+
# @param SearchNames: 查询字段列表
|
11889
|
+
# @type SearchNames: Array
|
11837
11890
|
|
11838
|
-
attr_accessor :TableId, :TableNameFilter, :TableFilterType
|
11891
|
+
attr_accessor :TableId, :TableNameFilter, :TableFilterType, :SearchNames
|
11839
11892
|
|
11840
|
-
def initialize(tableid=nil, tablenamefilter=nil, tablefiltertype=nil)
|
11893
|
+
def initialize(tableid=nil, tablenamefilter=nil, tablefiltertype=nil, searchnames=nil)
|
11841
11894
|
@TableId = tableid
|
11842
11895
|
@TableNameFilter = tablenamefilter
|
11843
11896
|
@TableFilterType = tablefiltertype
|
11897
|
+
@SearchNames = searchnames
|
11844
11898
|
end
|
11845
11899
|
|
11846
11900
|
def deserialize(params)
|
@@ -11850,6 +11904,7 @@ module TencentCloud
|
|
11850
11904
|
@TableNameFilter.deserialize(params['TableNameFilter'])
|
11851
11905
|
end
|
11852
11906
|
@TableFilterType = params['TableFilterType']
|
11907
|
+
@SearchNames = params['SearchNames']
|
11853
11908
|
end
|
11854
11909
|
end
|
11855
11910
|
|
@@ -11858,13 +11913,21 @@ module TencentCloud
|
|
11858
11913
|
# @param TableMeta: 表的元数据信息
|
11859
11914
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
11860
11915
|
# @type TableMeta: :class:`Tencentcloud::Wedata.v20210820.models.TableMeta`
|
11916
|
+
# @param LifecycleInfo: 生命周期信息
|
11917
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11918
|
+
# @type LifecycleInfo: :class:`Tencentcloud::Wedata.v20210820.models.LifecycleInfo`
|
11919
|
+
# @param TagVoteSumList: 标签
|
11920
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11921
|
+
# @type TagVoteSumList: :class:`Tencentcloud::Wedata.v20210820.models.TagVoteSum`
|
11861
11922
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11862
11923
|
# @type RequestId: String
|
11863
11924
|
|
11864
|
-
attr_accessor :TableMeta, :RequestId
|
11925
|
+
attr_accessor :TableMeta, :LifecycleInfo, :TagVoteSumList, :RequestId
|
11865
11926
|
|
11866
|
-
def initialize(tablemeta=nil, requestid=nil)
|
11927
|
+
def initialize(tablemeta=nil, lifecycleinfo=nil, tagvotesumlist=nil, requestid=nil)
|
11867
11928
|
@TableMeta = tablemeta
|
11929
|
+
@LifecycleInfo = lifecycleinfo
|
11930
|
+
@TagVoteSumList = tagvotesumlist
|
11868
11931
|
@RequestId = requestid
|
11869
11932
|
end
|
11870
11933
|
|
@@ -11873,6 +11936,14 @@ module TencentCloud
|
|
11873
11936
|
@TableMeta = TableMeta.new
|
11874
11937
|
@TableMeta.deserialize(params['TableMeta'])
|
11875
11938
|
end
|
11939
|
+
unless params['LifecycleInfo'].nil?
|
11940
|
+
@LifecycleInfo = LifecycleInfo.new
|
11941
|
+
@LifecycleInfo.deserialize(params['LifecycleInfo'])
|
11942
|
+
end
|
11943
|
+
unless params['TagVoteSumList'].nil?
|
11944
|
+
@TagVoteSumList = TagVoteSum.new
|
11945
|
+
@TagVoteSumList.deserialize(params['TagVoteSumList'])
|
11946
|
+
end
|
11876
11947
|
@RequestId = params['RequestId']
|
11877
11948
|
end
|
11878
11949
|
end
|
@@ -12050,10 +12121,16 @@ module TencentCloud
|
|
12050
12121
|
# @type SchemaName: String
|
12051
12122
|
# @param ProjectId: 项目空间ID
|
12052
12123
|
# @type ProjectId: String
|
12124
|
+
# @param Env: 环境信息
|
12125
|
+
# @type Env: String
|
12126
|
+
# @param Model: 空间模式
|
12127
|
+
# @type Model: String
|
12128
|
+
# @param DevDatasourceId: 开发态的datasourceId
|
12129
|
+
# @type DevDatasourceId: String
|
12053
12130
|
|
12054
|
-
attr_accessor :Name, :DatabaseName, :MsType, :DatasourceId, :ConnectionType, :SchemaName, :ProjectId
|
12131
|
+
attr_accessor :Name, :DatabaseName, :MsType, :DatasourceId, :ConnectionType, :SchemaName, :ProjectId, :Env, :Model, :DevDatasourceId
|
12055
12132
|
|
12056
|
-
def initialize(name=nil, databasename=nil, mstype=nil, datasourceid=nil, connectiontype=nil, schemaname=nil, projectid=nil)
|
12133
|
+
def initialize(name=nil, databasename=nil, mstype=nil, datasourceid=nil, connectiontype=nil, schemaname=nil, projectid=nil, env=nil, model=nil, devdatasourceid=nil)
|
12057
12134
|
@Name = name
|
12058
12135
|
@DatabaseName = databasename
|
12059
12136
|
@MsType = mstype
|
@@ -12061,6 +12138,9 @@ module TencentCloud
|
|
12061
12138
|
@ConnectionType = connectiontype
|
12062
12139
|
@SchemaName = schemaname
|
12063
12140
|
@ProjectId = projectid
|
12141
|
+
@Env = env
|
12142
|
+
@Model = model
|
12143
|
+
@DevDatasourceId = devdatasourceid
|
12064
12144
|
end
|
12065
12145
|
|
12066
12146
|
def deserialize(params)
|
@@ -12071,6 +12151,9 @@ module TencentCloud
|
|
12071
12151
|
@ConnectionType = params['ConnectionType']
|
12072
12152
|
@SchemaName = params['SchemaName']
|
12073
12153
|
@ProjectId = params['ProjectId']
|
12154
|
+
@Env = params['Env']
|
12155
|
+
@Model = params['Model']
|
12156
|
+
@DevDatasourceId = params['DevDatasourceId']
|
12074
12157
|
end
|
12075
12158
|
end
|
12076
12159
|
|
@@ -12436,6 +12519,58 @@ module TencentCloud
|
|
12436
12519
|
end
|
12437
12520
|
end
|
12438
12521
|
|
12522
|
+
# DescribeTaskLineage请求参数结构体
|
12523
|
+
class DescribeTaskLineageRequest < TencentCloud::Common::AbstractModel
|
12524
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
12525
|
+
# @type RequestFromSource: String
|
12526
|
+
# @param TaskId: 任务ID
|
12527
|
+
# @type TaskId: String
|
12528
|
+
|
12529
|
+
attr_accessor :RequestFromSource, :TaskId
|
12530
|
+
|
12531
|
+
def initialize(requestfromsource=nil, taskid=nil)
|
12532
|
+
@RequestFromSource = requestfromsource
|
12533
|
+
@TaskId = taskid
|
12534
|
+
end
|
12535
|
+
|
12536
|
+
def deserialize(params)
|
12537
|
+
@RequestFromSource = params['RequestFromSource']
|
12538
|
+
@TaskId = params['TaskId']
|
12539
|
+
end
|
12540
|
+
end
|
12541
|
+
|
12542
|
+
# DescribeTaskLineage返回参数结构体
|
12543
|
+
class DescribeTaskLineageResponse < TencentCloud::Common::AbstractModel
|
12544
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
12545
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12546
|
+
# @type RequestFromSource: String
|
12547
|
+
# @param TaskLineageInfos: 通过任务ID查询集成任务信息列表
|
12548
|
+
# @type TaskLineageInfos: Array
|
12549
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12550
|
+
# @type RequestId: String
|
12551
|
+
|
12552
|
+
attr_accessor :RequestFromSource, :TaskLineageInfos, :RequestId
|
12553
|
+
|
12554
|
+
def initialize(requestfromsource=nil, tasklineageinfos=nil, requestid=nil)
|
12555
|
+
@RequestFromSource = requestfromsource
|
12556
|
+
@TaskLineageInfos = tasklineageinfos
|
12557
|
+
@RequestId = requestid
|
12558
|
+
end
|
12559
|
+
|
12560
|
+
def deserialize(params)
|
12561
|
+
@RequestFromSource = params['RequestFromSource']
|
12562
|
+
unless params['TaskLineageInfos'].nil?
|
12563
|
+
@TaskLineageInfos = []
|
12564
|
+
params['TaskLineageInfos'].each do |i|
|
12565
|
+
tasklineageinfopair_tmp = TaskLineageInfoPair.new
|
12566
|
+
tasklineageinfopair_tmp.deserialize(i)
|
12567
|
+
@TaskLineageInfos << tasklineageinfopair_tmp
|
12568
|
+
end
|
12569
|
+
end
|
12570
|
+
@RequestId = params['RequestId']
|
12571
|
+
end
|
12572
|
+
end
|
12573
|
+
|
12439
12574
|
# DescribeTaskLockStatus请求参数结构体
|
12440
12575
|
class DescribeTaskLockStatusRequest < TencentCloud::Common::AbstractModel
|
12441
12576
|
# @param TaskId: 任务id
|
@@ -13159,8 +13294,8 @@ module TencentCloud
|
|
13159
13294
|
|
13160
13295
|
attr_accessor :DimType, :Count, :QualityDim
|
13161
13296
|
extend Gem::Deprecate
|
13162
|
-
deprecate :DimType, :none, 2024,
|
13163
|
-
deprecate :DimType=, :none, 2024,
|
13297
|
+
deprecate :DimType, :none, 2024, 8
|
13298
|
+
deprecate :DimType=, :none, 2024, 8
|
13164
13299
|
|
13165
13300
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
13166
13301
|
@DimType = dimtype
|
@@ -16509,10 +16644,13 @@ module TencentCloud
|
|
16509
16644
|
# @param Comment: 字段备注
|
16510
16645
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16511
16646
|
# @type Comment: String
|
16647
|
+
# @param Category: category
|
16648
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16649
|
+
# @type Category: String
|
16512
16650
|
|
16513
|
-
attr_accessor :Id, :Name, :Type, :Value, :Properties, :Alias, :Comment
|
16651
|
+
attr_accessor :Id, :Name, :Type, :Value, :Properties, :Alias, :Comment, :Category
|
16514
16652
|
|
16515
|
-
def initialize(id=nil, name=nil, type=nil, value=nil, properties=nil, _alias=nil, comment=nil)
|
16653
|
+
def initialize(id=nil, name=nil, type=nil, value=nil, properties=nil, _alias=nil, comment=nil, category=nil)
|
16516
16654
|
@Id = id
|
16517
16655
|
@Name = name
|
16518
16656
|
@Type = type
|
@@ -16520,6 +16658,7 @@ module TencentCloud
|
|
16520
16658
|
@Properties = properties
|
16521
16659
|
@Alias = _alias
|
16522
16660
|
@Comment = comment
|
16661
|
+
@Category = category
|
16523
16662
|
end
|
16524
16663
|
|
16525
16664
|
def deserialize(params)
|
@@ -16537,6 +16676,7 @@ module TencentCloud
|
|
16537
16676
|
end
|
16538
16677
|
@Alias = params['Alias']
|
16539
16678
|
@Comment = params['Comment']
|
16679
|
+
@Category = params['Category']
|
16540
16680
|
end
|
16541
16681
|
end
|
16542
16682
|
|
@@ -17042,6 +17182,33 @@ module TencentCloud
|
|
17042
17182
|
end
|
17043
17183
|
end
|
17044
17184
|
|
17185
|
+
# 表生命周期相关信息
|
17186
|
+
class LifecycleInfo < TencentCloud::Common::AbstractModel
|
17187
|
+
# @param Lifecycle: 生命周期值
|
17188
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17189
|
+
# @type Lifecycle: Integer
|
17190
|
+
# @param Columns: 列名
|
17191
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17192
|
+
# @type Columns: Array
|
17193
|
+
# @param DateFormat: 日期格式
|
17194
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17195
|
+
# @type DateFormat: Array
|
17196
|
+
|
17197
|
+
attr_accessor :Lifecycle, :Columns, :DateFormat
|
17198
|
+
|
17199
|
+
def initialize(lifecycle=nil, columns=nil, dateformat=nil)
|
17200
|
+
@Lifecycle = lifecycle
|
17201
|
+
@Columns = columns
|
17202
|
+
@DateFormat = dateformat
|
17203
|
+
end
|
17204
|
+
|
17205
|
+
def deserialize(params)
|
17206
|
+
@Lifecycle = params['Lifecycle']
|
17207
|
+
@Columns = params['Columns']
|
17208
|
+
@DateFormat = params['DateFormat']
|
17209
|
+
end
|
17210
|
+
end
|
17211
|
+
|
17045
17212
|
# 血缘参数记录
|
17046
17213
|
class LineageParamRecord < TencentCloud::Common::AbstractModel
|
17047
17214
|
# @param Name: 字段名
|
@@ -18219,10 +18386,16 @@ module TencentCloud
|
|
18219
18386
|
# @type TargetObjectValue: String
|
18220
18387
|
# @param SourceEngineTypes: 该规则适配的执行引擎
|
18221
18388
|
# @type SourceEngineTypes: Array
|
18389
|
+
# @param TargetDatabaseName: 目标库名
|
18390
|
+
# @type TargetDatabaseName: String
|
18391
|
+
# @param TargetSchemaName: 目标模式名
|
18392
|
+
# @type TargetSchemaName: String
|
18393
|
+
# @param TargetTableName: 目标表名
|
18394
|
+
# @type TargetTableName: String
|
18222
18395
|
|
18223
|
-
attr_accessor :ProjectId, :RuleId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue, :SourceEngineTypes
|
18396
|
+
attr_accessor :ProjectId, :RuleId, :RuleGroupId, :Name, :TableId, :RuleTemplateId, :Type, :QualityDim, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :TargetDatabaseId, :TargetTableId, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :TargetObjectValue, :SourceEngineTypes, :TargetDatabaseName, :TargetSchemaName, :TargetTableName
|
18224
18397
|
|
18225
|
-
def initialize(projectid=nil, ruleid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil, sourceenginetypes=nil)
|
18398
|
+
def initialize(projectid=nil, ruleid=nil, rulegroupid=nil, name=nil, tableid=nil, ruletemplateid=nil, type=nil, qualitydim=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, targetdatabaseid=nil, targettableid=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, targetobjectvalue=nil, sourceenginetypes=nil, targetdatabasename=nil, targetschemaname=nil, targettablename=nil)
|
18226
18399
|
@ProjectId = projectid
|
18227
18400
|
@RuleId = ruleid
|
18228
18401
|
@RuleGroupId = rulegroupid
|
@@ -18246,6 +18419,9 @@ module TencentCloud
|
|
18246
18419
|
@FieldConfig = fieldconfig
|
18247
18420
|
@TargetObjectValue = targetobjectvalue
|
18248
18421
|
@SourceEngineTypes = sourceenginetypes
|
18422
|
+
@TargetDatabaseName = targetdatabasename
|
18423
|
+
@TargetSchemaName = targetschemaname
|
18424
|
+
@TargetTableName = targettablename
|
18249
18425
|
end
|
18250
18426
|
|
18251
18427
|
def deserialize(params)
|
@@ -18278,6 +18454,9 @@ module TencentCloud
|
|
18278
18454
|
end
|
18279
18455
|
@TargetObjectValue = params['TargetObjectValue']
|
18280
18456
|
@SourceEngineTypes = params['SourceEngineTypes']
|
18457
|
+
@TargetDatabaseName = params['TargetDatabaseName']
|
18458
|
+
@TargetSchemaName = params['TargetSchemaName']
|
18459
|
+
@TargetTableName = params['TargetTableName']
|
18281
18460
|
end
|
18282
18461
|
end
|
18283
18462
|
|
@@ -18496,8 +18675,8 @@ module TencentCloud
|
|
18496
18675
|
|
18497
18676
|
attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs, :ExecutionTTL, :ScriptChange, :InChargeIds
|
18498
18677
|
extend Gem::Deprecate
|
18499
|
-
deprecate :InCharge, :none, 2024,
|
18500
|
-
deprecate :InCharge=, :none, 2024,
|
18678
|
+
deprecate :InCharge, :none, 2024, 8
|
18679
|
+
deprecate :InCharge=, :none, 2024, 8
|
18501
18680
|
|
18502
18681
|
def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil, executionttl=nil, scriptchange=nil, inchargeids=nil)
|
18503
18682
|
@ProjectId = projectid
|
@@ -20840,10 +21019,19 @@ module TencentCloud
|
|
20840
21019
|
# @param DsEnvType: 0或者未返回或者null:未定义,1:生产,2:开发
|
20841
21020
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20842
21021
|
# @type DsEnvType: Integer
|
21022
|
+
# @param DatasourceType: 数据源类型
|
21023
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21024
|
+
# @type DatasourceType: Integer
|
21025
|
+
# @param SchemaName: 模式名称
|
21026
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21027
|
+
# @type SchemaName: String
|
21028
|
+
# @param TargetSchemaName: 目标模式名称
|
21029
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21030
|
+
# @type TargetSchemaName: String
|
20843
21031
|
|
20844
|
-
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, :TriggerCondition, :DsEnvType
|
21032
|
+
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, :TriggerCondition, :DsEnvType, :DatasourceType, :SchemaName, :TargetSchemaName
|
20845
21033
|
|
20846
|
-
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, triggercondition=nil, dsenvtype=nil)
|
21034
|
+
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, triggercondition=nil, dsenvtype=nil, datasourcetype=nil, schemaname=nil, targetschemaname=nil)
|
20847
21035
|
@RuleId = ruleid
|
20848
21036
|
@RuleGroupId = rulegroupid
|
20849
21037
|
@TableId = tableid
|
@@ -20889,6 +21077,9 @@ module TencentCloud
|
|
20889
21077
|
@MonitorStatus = monitorstatus
|
20890
21078
|
@TriggerCondition = triggercondition
|
20891
21079
|
@DsEnvType = dsenvtype
|
21080
|
+
@DatasourceType = datasourcetype
|
21081
|
+
@SchemaName = schemaname
|
21082
|
+
@TargetSchemaName = targetschemaname
|
20892
21083
|
end
|
20893
21084
|
|
20894
21085
|
def deserialize(params)
|
@@ -20949,6 +21140,9 @@ module TencentCloud
|
|
20949
21140
|
@MonitorStatus = params['MonitorStatus']
|
20950
21141
|
@TriggerCondition = params['TriggerCondition']
|
20951
21142
|
@DsEnvType = params['DsEnvType']
|
21143
|
+
@DatasourceType = params['DatasourceType']
|
21144
|
+
@SchemaName = params['SchemaName']
|
21145
|
+
@TargetSchemaName = params['TargetSchemaName']
|
20952
21146
|
end
|
20953
21147
|
end
|
20954
21148
|
|
@@ -21042,19 +21236,24 @@ module TencentCloud
|
|
21042
21236
|
# @param EngineType: 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
|
21043
21237
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21044
21238
|
# @type EngineType: String
|
21239
|
+
# @param DlcGroupName: DLC执行引擎资源组
|
21240
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21241
|
+
# @type DlcGroupName: String
|
21045
21242
|
|
21046
|
-
attr_accessor :QueueName, :ExecutorGroupId, :EngineType
|
21243
|
+
attr_accessor :QueueName, :ExecutorGroupId, :EngineType, :DlcGroupName
|
21047
21244
|
|
21048
|
-
def initialize(queuename=nil, executorgroupid=nil, enginetype=nil)
|
21245
|
+
def initialize(queuename=nil, executorgroupid=nil, enginetype=nil, dlcgroupname=nil)
|
21049
21246
|
@QueueName = queuename
|
21050
21247
|
@ExecutorGroupId = executorgroupid
|
21051
21248
|
@EngineType = enginetype
|
21249
|
+
@DlcGroupName = dlcgroupname
|
21052
21250
|
end
|
21053
21251
|
|
21054
21252
|
def deserialize(params)
|
21055
21253
|
@QueueName = params['QueueName']
|
21056
21254
|
@ExecutorGroupId = params['ExecutorGroupId']
|
21057
21255
|
@EngineType = params['EngineType']
|
21256
|
+
@DlcGroupName = params['DlcGroupName']
|
21058
21257
|
end
|
21059
21258
|
end
|
21060
21259
|
|
@@ -21259,10 +21458,13 @@ module TencentCloud
|
|
21259
21458
|
# @param DatasourceType: 2.HIVE 3.DLC
|
21260
21459
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21261
21460
|
# @type DatasourceType: Integer
|
21461
|
+
# @param ClusterDeployType: 集群部署类型,CVM/TKE
|
21462
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21463
|
+
# @type ClusterDeployType: String
|
21262
21464
|
|
21263
|
-
attr_accessor :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :InstanceId, :TableId, :TableName, :RuleExecResult, :TableOwnerUserId, :DatasourceType
|
21465
|
+
attr_accessor :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :InstanceId, :TableId, :TableName, :RuleExecResult, :TableOwnerUserId, :DatasourceType, :ClusterDeployType
|
21264
21466
|
|
21265
|
-
def initialize(datasourceid=nil, datasourcename=nil, databaseid=nil, databasename=nil, instanceid=nil, tableid=nil, tablename=nil, ruleexecresult=nil, tableowneruserid=nil, datasourcetype=nil)
|
21467
|
+
def initialize(datasourceid=nil, datasourcename=nil, databaseid=nil, databasename=nil, instanceid=nil, tableid=nil, tablename=nil, ruleexecresult=nil, tableowneruserid=nil, datasourcetype=nil, clusterdeploytype=nil)
|
21266
21468
|
@DatasourceId = datasourceid
|
21267
21469
|
@DatasourceName = datasourcename
|
21268
21470
|
@DatabaseId = databaseid
|
@@ -21273,6 +21475,7 @@ module TencentCloud
|
|
21273
21475
|
@RuleExecResult = ruleexecresult
|
21274
21476
|
@TableOwnerUserId = tableowneruserid
|
21275
21477
|
@DatasourceType = datasourcetype
|
21478
|
+
@ClusterDeployType = clusterdeploytype
|
21276
21479
|
end
|
21277
21480
|
|
21278
21481
|
def deserialize(params)
|
@@ -21289,6 +21492,7 @@ module TencentCloud
|
|
21289
21492
|
end
|
21290
21493
|
@TableOwnerUserId = params['TableOwnerUserId']
|
21291
21494
|
@DatasourceType = params['DatasourceType']
|
21495
|
+
@ClusterDeployType = params['ClusterDeployType']
|
21292
21496
|
end
|
21293
21497
|
end
|
21294
21498
|
|
@@ -21481,6 +21685,9 @@ module TencentCloud
|
|
21481
21685
|
# @param DatabaseName: 数据库名称
|
21482
21686
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21483
21687
|
# @type DatabaseName: String
|
21688
|
+
# @param SchemaName: 模式名称
|
21689
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21690
|
+
# @type SchemaName: String
|
21484
21691
|
# @param Permission: 是否有权限
|
21485
21692
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21486
21693
|
# @type Permission: Boolean
|
@@ -21508,10 +21715,13 @@ module TencentCloud
|
|
21508
21715
|
# @param DsEnvType: 数据源环境:0或者未返回.未定义,1.生产 2.开发
|
21509
21716
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21510
21717
|
# @type DsEnvType: Integer
|
21718
|
+
# @param ClusterDeployType: EMR集群部署方式:CVM/TKE
|
21719
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21720
|
+
# @type ClusterDeployType: String
|
21511
21721
|
|
21512
|
-
attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime, :StrategyConfig, :SubscribeConfig, :DsEnvType
|
21722
|
+
attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :SchemaName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime, :StrategyConfig, :SubscribeConfig, :DsEnvType, :ClusterDeployType
|
21513
21723
|
|
21514
|
-
def initialize(rulegroupid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, monitortype=nil, updatetime=nil, tablename=nil, tableid=nil, tableownername=nil, execstrategy=nil, subscription=nil, databaseid=nil, databasename=nil, permission=nil, rulecount=nil, monitorstatus=nil, tableowneruserid=nil, instanceid=nil, createtime=nil, strategyconfig=nil, subscribeconfig=nil, dsenvtype=nil)
|
21724
|
+
def initialize(rulegroupid=nil, datasourceid=nil, datasourcename=nil, datasourcetype=nil, monitortype=nil, updatetime=nil, tablename=nil, tableid=nil, tableownername=nil, execstrategy=nil, subscription=nil, databaseid=nil, databasename=nil, schemaname=nil, permission=nil, rulecount=nil, monitorstatus=nil, tableowneruserid=nil, instanceid=nil, createtime=nil, strategyconfig=nil, subscribeconfig=nil, dsenvtype=nil, clusterdeploytype=nil)
|
21515
21725
|
@RuleGroupId = rulegroupid
|
21516
21726
|
@DatasourceId = datasourceid
|
21517
21727
|
@DatasourceName = datasourcename
|
@@ -21525,6 +21735,7 @@ module TencentCloud
|
|
21525
21735
|
@Subscription = subscription
|
21526
21736
|
@DatabaseId = databaseid
|
21527
21737
|
@DatabaseName = databasename
|
21738
|
+
@SchemaName = schemaname
|
21528
21739
|
@Permission = permission
|
21529
21740
|
@RuleCount = rulecount
|
21530
21741
|
@MonitorStatus = monitorstatus
|
@@ -21534,6 +21745,7 @@ module TencentCloud
|
|
21534
21745
|
@StrategyConfig = strategyconfig
|
21535
21746
|
@SubscribeConfig = subscribeconfig
|
21536
21747
|
@DsEnvType = dsenvtype
|
21748
|
+
@ClusterDeployType = clusterdeploytype
|
21537
21749
|
end
|
21538
21750
|
|
21539
21751
|
def deserialize(params)
|
@@ -21556,6 +21768,7 @@ module TencentCloud
|
|
21556
21768
|
end
|
21557
21769
|
@DatabaseId = params['DatabaseId']
|
21558
21770
|
@DatabaseName = params['DatabaseName']
|
21771
|
+
@SchemaName = params['SchemaName']
|
21559
21772
|
@Permission = params['Permission']
|
21560
21773
|
@RuleCount = params['RuleCount']
|
21561
21774
|
@MonitorStatus = params['MonitorStatus']
|
@@ -21565,6 +21778,7 @@ module TencentCloud
|
|
21565
21778
|
@StrategyConfig = params['StrategyConfig']
|
21566
21779
|
@SubscribeConfig = params['SubscribeConfig']
|
21567
21780
|
@DsEnvType = params['DsEnvType']
|
21781
|
+
@ClusterDeployType = params['ClusterDeployType']
|
21568
21782
|
end
|
21569
21783
|
end
|
21570
21784
|
|
@@ -21618,10 +21832,25 @@ module TencentCloud
|
|
21618
21832
|
# @param RuleExecResultVOList: 规则执行结果
|
21619
21833
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21620
21834
|
# @type RuleExecResultVOList: Array
|
21835
|
+
# @param DatabaseName: 数据库名称
|
21836
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21837
|
+
# @type DatabaseName: String
|
21838
|
+
# @param RuleGroupTableId: 本地规则表id
|
21839
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21840
|
+
# @type RuleGroupTableId: String
|
21841
|
+
# @param ClusterDeployType: 集群部署类型
|
21842
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21843
|
+
# @type ClusterDeployType: String
|
21844
|
+
# @param InstanceId: 实例id
|
21845
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21846
|
+
# @type InstanceId: String
|
21847
|
+
# @param DsEnvType: 数据库所属环境,0.未定义,1.生产 2.开发
|
21848
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21849
|
+
# @type DsEnvType: String
|
21621
21850
|
|
21622
|
-
attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType, :RuleExecResultVOList
|
21851
|
+
attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType, :RuleExecResultVOList, :DatabaseName, :RuleGroupTableId, :ClusterDeployType, :InstanceId, :DsEnvType
|
21623
21852
|
|
21624
|
-
def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil, ruleexecresultvolist=nil)
|
21853
|
+
def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil, ruleexecresultvolist=nil, databasename=nil, rulegrouptableid=nil, clusterdeploytype=nil, instanceid=nil, dsenvtype=nil)
|
21625
21854
|
@RuleGroupExecId = rulegroupexecid
|
21626
21855
|
@RuleGroupId = rulegroupid
|
21627
21856
|
@TriggerType = triggertype
|
@@ -21638,6 +21867,11 @@ module TencentCloud
|
|
21638
21867
|
@ExecDetail = execdetail
|
21639
21868
|
@EngineType = enginetype
|
21640
21869
|
@RuleExecResultVOList = ruleexecresultvolist
|
21870
|
+
@DatabaseName = databasename
|
21871
|
+
@RuleGroupTableId = rulegrouptableid
|
21872
|
+
@ClusterDeployType = clusterdeploytype
|
21873
|
+
@InstanceId = instanceid
|
21874
|
+
@DsEnvType = dsenvtype
|
21641
21875
|
end
|
21642
21876
|
|
21643
21877
|
def deserialize(params)
|
@@ -21664,6 +21898,11 @@ module TencentCloud
|
|
21664
21898
|
@RuleExecResultVOList << ruleexecresult_tmp
|
21665
21899
|
end
|
21666
21900
|
end
|
21901
|
+
@DatabaseName = params['DatabaseName']
|
21902
|
+
@RuleGroupTableId = params['RuleGroupTableId']
|
21903
|
+
@ClusterDeployType = params['ClusterDeployType']
|
21904
|
+
@InstanceId = params['InstanceId']
|
21905
|
+
@DsEnvType = params['DsEnvType']
|
21667
21906
|
end
|
21668
21907
|
end
|
21669
21908
|
|
@@ -24468,6 +24707,9 @@ module TencentCloud
|
|
24468
24707
|
# @param TableName: 表名称
|
24469
24708
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24470
24709
|
# @type TableName: String
|
24710
|
+
# @param TableType: 表类型,view/table
|
24711
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24712
|
+
# @type TableType: String
|
24471
24713
|
# @param OriginDatabaseName: 表databaseName
|
24472
24714
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24473
24715
|
# @type OriginDatabaseName: String
|
@@ -24475,11 +24717,12 @@ module TencentCloud
|
|
24475
24717
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24476
24718
|
# @type OriginSchemaName: String
|
24477
24719
|
|
24478
|
-
attr_accessor :TableId, :TableName, :OriginDatabaseName, :OriginSchemaName
|
24720
|
+
attr_accessor :TableId, :TableName, :TableType, :OriginDatabaseName, :OriginSchemaName
|
24479
24721
|
|
24480
|
-
def initialize(tableid=nil, tablename=nil, origindatabasename=nil, originschemaname=nil)
|
24722
|
+
def initialize(tableid=nil, tablename=nil, tabletype=nil, origindatabasename=nil, originschemaname=nil)
|
24481
24723
|
@TableId = tableid
|
24482
24724
|
@TableName = tablename
|
24725
|
+
@TableType = tabletype
|
24483
24726
|
@OriginDatabaseName = origindatabasename
|
24484
24727
|
@OriginSchemaName = originschemaname
|
24485
24728
|
end
|
@@ -24487,6 +24730,7 @@ module TencentCloud
|
|
24487
24730
|
def deserialize(params)
|
24488
24731
|
@TableId = params['TableId']
|
24489
24732
|
@TableName = params['TableName']
|
24733
|
+
@TableType = params['TableType']
|
24490
24734
|
@OriginDatabaseName = params['OriginDatabaseName']
|
24491
24735
|
@OriginSchemaName = params['OriginSchemaName']
|
24492
24736
|
end
|
@@ -24934,10 +25178,16 @@ module TencentCloud
|
|
24934
25178
|
# @param TableProperties: 表附属信息
|
24935
25179
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24936
25180
|
# @type TableProperties: Array
|
25181
|
+
# @param Environment: 环境,取值 prod或者 dev
|
25182
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25183
|
+
# @type Environment: String
|
25184
|
+
# @param Schema: 数据库模式
|
25185
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25186
|
+
# @type Schema: String
|
24937
25187
|
|
24938
|
-
attr_accessor :TableId, :TableName, :TableOwnerName, :DatasourceId, :ClusterName, :DatasourceName, :DatabaseName, :TablePath, :TableNameCn, :MetastoreId, :MetastoreType, :Description, :ColumnSeparator, :StorageFormat, :StorageSize, :TableType, :CreateTime, :ModifyTime, :DdlModifyTime, :LastAccessTime, :ProjectName, :BizCatalogIds, :BizCatalogNames, :HasFavorite, :LifeCycleTime, :StorageSizeWithUnit, :InstanceId, :TechnologyType, :TableNameEn, :ProjectId, :Partitions, :ReplicationFactor, :ProjectDisplayName, :DataModifyTime, :ClusterId, :HasAdminAuthority, :DatasourceDisplayName, :DatabaseId, :FavoriteCount, :LikeCount, :HasLike, :TablePropertyScore, :TableHeat, :OwnerProjectId, :TableOwnerId, :DataSourceCategory, :Columns, :MetaCrawlType, :IsView, :Location, :IsPartitionTable, :PartitionColumns, :PartitionExpireDays, :TableProperties
|
25188
|
+
attr_accessor :TableId, :TableName, :TableOwnerName, :DatasourceId, :ClusterName, :DatasourceName, :DatabaseName, :TablePath, :TableNameCn, :MetastoreId, :MetastoreType, :Description, :ColumnSeparator, :StorageFormat, :StorageSize, :TableType, :CreateTime, :ModifyTime, :DdlModifyTime, :LastAccessTime, :ProjectName, :BizCatalogIds, :BizCatalogNames, :HasFavorite, :LifeCycleTime, :StorageSizeWithUnit, :InstanceId, :TechnologyType, :TableNameEn, :ProjectId, :Partitions, :ReplicationFactor, :ProjectDisplayName, :DataModifyTime, :ClusterId, :HasAdminAuthority, :DatasourceDisplayName, :DatabaseId, :FavoriteCount, :LikeCount, :HasLike, :TablePropertyScore, :TableHeat, :OwnerProjectId, :TableOwnerId, :DataSourceCategory, :Columns, :MetaCrawlType, :IsView, :Location, :IsPartitionTable, :PartitionColumns, :PartitionExpireDays, :TableProperties, :Environment, :Schema
|
24939
25189
|
|
24940
|
-
def initialize(tableid=nil, tablename=nil, tableownername=nil, datasourceid=nil, clustername=nil, datasourcename=nil, databasename=nil, tablepath=nil, tablenamecn=nil, metastoreid=nil, metastoretype=nil, description=nil, columnseparator=nil, storageformat=nil, storagesize=nil, tabletype=nil, createtime=nil, modifytime=nil, ddlmodifytime=nil, lastaccesstime=nil, projectname=nil, bizcatalogids=nil, bizcatalognames=nil, hasfavorite=nil, lifecycletime=nil, storagesizewithunit=nil, instanceid=nil, technologytype=nil, tablenameen=nil, projectid=nil, partitions=nil, replicationfactor=nil, projectdisplayname=nil, datamodifytime=nil, clusterid=nil, hasadminauthority=nil, datasourcedisplayname=nil, databaseid=nil, favoritecount=nil, likecount=nil, haslike=nil, tablepropertyscore=nil, tableheat=nil, ownerprojectid=nil, tableownerid=nil, datasourcecategory=nil, columns=nil, metacrawltype=nil, isview=nil, location=nil, ispartitiontable=nil, partitioncolumns=nil, partitionexpiredays=nil, tableproperties=nil)
|
25190
|
+
def initialize(tableid=nil, tablename=nil, tableownername=nil, datasourceid=nil, clustername=nil, datasourcename=nil, databasename=nil, tablepath=nil, tablenamecn=nil, metastoreid=nil, metastoretype=nil, description=nil, columnseparator=nil, storageformat=nil, storagesize=nil, tabletype=nil, createtime=nil, modifytime=nil, ddlmodifytime=nil, lastaccesstime=nil, projectname=nil, bizcatalogids=nil, bizcatalognames=nil, hasfavorite=nil, lifecycletime=nil, storagesizewithunit=nil, instanceid=nil, technologytype=nil, tablenameen=nil, projectid=nil, partitions=nil, replicationfactor=nil, projectdisplayname=nil, datamodifytime=nil, clusterid=nil, hasadminauthority=nil, datasourcedisplayname=nil, databaseid=nil, favoritecount=nil, likecount=nil, haslike=nil, tablepropertyscore=nil, tableheat=nil, ownerprojectid=nil, tableownerid=nil, datasourcecategory=nil, columns=nil, metacrawltype=nil, isview=nil, location=nil, ispartitiontable=nil, partitioncolumns=nil, partitionexpiredays=nil, tableproperties=nil, environment=nil, schema=nil)
|
24941
25191
|
@TableId = tableid
|
24942
25192
|
@TableName = tablename
|
24943
25193
|
@TableOwnerName = tableownername
|
@@ -24992,6 +25242,8 @@ module TencentCloud
|
|
24992
25242
|
@PartitionColumns = partitioncolumns
|
24993
25243
|
@PartitionExpireDays = partitionexpiredays
|
24994
25244
|
@TableProperties = tableproperties
|
25245
|
+
@Environment = environment
|
25246
|
+
@Schema = schema
|
24995
25247
|
end
|
24996
25248
|
|
24997
25249
|
def deserialize(params)
|
@@ -25069,6 +25321,8 @@ module TencentCloud
|
|
25069
25321
|
@TableProperties << tablemetaproperty_tmp
|
25070
25322
|
end
|
25071
25323
|
end
|
25324
|
+
@Environment = params['Environment']
|
25325
|
+
@Schema = params['Schema']
|
25072
25326
|
end
|
25073
25327
|
end
|
25074
25328
|
|
@@ -25202,10 +25456,16 @@ module TencentCloud
|
|
25202
25456
|
# @param DsEnvType: 0或者未返回或者null:未定义,1:生产,2:开发
|
25203
25457
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
25204
25458
|
# @type DsEnvType: Integer
|
25459
|
+
# @param SchemaName: 模式名称
|
25460
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25461
|
+
# @type SchemaName: String
|
25462
|
+
# @param RuleGroupTableId: 规则表
|
25463
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25464
|
+
# @type RuleGroupTableId: String
|
25205
25465
|
|
25206
|
-
attr_accessor :DatabaseId, :DatabaseName, :TableId, :TableName, :OwnerUserId, :OwnerUserName, :DatabaseScore, :TableScore, :LastPeriodRatio, :DsEnvType
|
25466
|
+
attr_accessor :DatabaseId, :DatabaseName, :TableId, :TableName, :OwnerUserId, :OwnerUserName, :DatabaseScore, :TableScore, :LastPeriodRatio, :DsEnvType, :SchemaName, :RuleGroupTableId
|
25207
25467
|
|
25208
|
-
def initialize(databaseid=nil, databasename=nil, tableid=nil, tablename=nil, owneruserid=nil, ownerusername=nil, databasescore=nil, tablescore=nil, lastperiodratio=nil, dsenvtype=nil)
|
25468
|
+
def initialize(databaseid=nil, databasename=nil, tableid=nil, tablename=nil, owneruserid=nil, ownerusername=nil, databasescore=nil, tablescore=nil, lastperiodratio=nil, dsenvtype=nil, schemaname=nil, rulegrouptableid=nil)
|
25209
25469
|
@DatabaseId = databaseid
|
25210
25470
|
@DatabaseName = databasename
|
25211
25471
|
@TableId = tableid
|
@@ -25216,6 +25476,8 @@ module TencentCloud
|
|
25216
25476
|
@TableScore = tablescore
|
25217
25477
|
@LastPeriodRatio = lastperiodratio
|
25218
25478
|
@DsEnvType = dsenvtype
|
25479
|
+
@SchemaName = schemaname
|
25480
|
+
@RuleGroupTableId = rulegrouptableid
|
25219
25481
|
end
|
25220
25482
|
|
25221
25483
|
def deserialize(params)
|
@@ -25229,6 +25491,8 @@ module TencentCloud
|
|
25229
25491
|
@TableScore = params['TableScore']
|
25230
25492
|
@LastPeriodRatio = params['LastPeriodRatio']
|
25231
25493
|
@DsEnvType = params['DsEnvType']
|
25494
|
+
@SchemaName = params['SchemaName']
|
25495
|
+
@RuleGroupTableId = params['RuleGroupTableId']
|
25232
25496
|
end
|
25233
25497
|
end
|
25234
25498
|
|
@@ -25288,6 +25552,34 @@ module TencentCloud
|
|
25288
25552
|
end
|
25289
25553
|
end
|
25290
25554
|
|
25555
|
+
# 基于表的标签统计信息
|
25556
|
+
class TagVoteSum < TencentCloud::Common::AbstractModel
|
25557
|
+
# @param TagId: 标签id
|
25558
|
+
# @type TagId: Integer
|
25559
|
+
# @param VoteSum: 该表该标签投票次数
|
25560
|
+
# @type VoteSum: Integer
|
25561
|
+
# @param Status: 当前用户对这张表是否加了该标签 true 已添加 false 未添加
|
25562
|
+
# @type Status: Boolean
|
25563
|
+
# @param TagName: 标签名
|
25564
|
+
# @type TagName: String
|
25565
|
+
|
25566
|
+
attr_accessor :TagId, :VoteSum, :Status, :TagName
|
25567
|
+
|
25568
|
+
def initialize(tagid=nil, votesum=nil, status=nil, tagname=nil)
|
25569
|
+
@TagId = tagid
|
25570
|
+
@VoteSum = votesum
|
25571
|
+
@Status = status
|
25572
|
+
@TagName = tagname
|
25573
|
+
end
|
25574
|
+
|
25575
|
+
def deserialize(params)
|
25576
|
+
@TagId = params['TagId']
|
25577
|
+
@VoteSum = params['VoteSum']
|
25578
|
+
@Status = params['Status']
|
25579
|
+
@TagName = params['TagName']
|
25580
|
+
end
|
25581
|
+
end
|
25582
|
+
|
25291
25583
|
# 任务告警信息
|
25292
25584
|
class TaskAlarmInfo < TencentCloud::Common::AbstractModel
|
25293
25585
|
# @param TaskId: 任务ID
|
@@ -25637,6 +25929,93 @@ module TencentCloud
|
|
25637
25929
|
end
|
25638
25930
|
end
|
25639
25931
|
|
25932
|
+
# 任务集成信息
|
25933
|
+
class TaskLineageInfo < TencentCloud::Common::AbstractModel
|
25934
|
+
# @param TaskId: 任务 ID
|
25935
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25936
|
+
# @type TaskId: String
|
25937
|
+
# @param TaskName: 任务名称
|
25938
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25939
|
+
# @type TaskName: String
|
25940
|
+
# @param TableName: 表名称
|
25941
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25942
|
+
# @type TableName: String
|
25943
|
+
# @param TableUri: 表 URI,格式:dsn.name
|
25944
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25945
|
+
# @type TableUri: String
|
25946
|
+
# @param Type: 表方向类型
|
25947
|
+
# - 0 - table作为源表
|
25948
|
+
# - 1 - table作为目标表
|
25949
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25950
|
+
# @type Type: Integer
|
25951
|
+
# @param DataSourceId: 数据源ID
|
25952
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25953
|
+
# @type DataSourceId: Integer
|
25954
|
+
# @param DataSourceType: 数据源类型
|
25955
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25956
|
+
# @type DataSourceType: String
|
25957
|
+
# @param DatabaseName: 数据库名称
|
25958
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25959
|
+
# @type DatabaseName: String
|
25960
|
+
# @param SchemaName: 模型名称
|
25961
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25962
|
+
# @type SchemaName: String
|
25963
|
+
|
25964
|
+
attr_accessor :TaskId, :TaskName, :TableName, :TableUri, :Type, :DataSourceId, :DataSourceType, :DatabaseName, :SchemaName
|
25965
|
+
|
25966
|
+
def initialize(taskid=nil, taskname=nil, tablename=nil, tableuri=nil, type=nil, datasourceid=nil, datasourcetype=nil, databasename=nil, schemaname=nil)
|
25967
|
+
@TaskId = taskid
|
25968
|
+
@TaskName = taskname
|
25969
|
+
@TableName = tablename
|
25970
|
+
@TableUri = tableuri
|
25971
|
+
@Type = type
|
25972
|
+
@DataSourceId = datasourceid
|
25973
|
+
@DataSourceType = datasourcetype
|
25974
|
+
@DatabaseName = databasename
|
25975
|
+
@SchemaName = schemaname
|
25976
|
+
end
|
25977
|
+
|
25978
|
+
def deserialize(params)
|
25979
|
+
@TaskId = params['TaskId']
|
25980
|
+
@TaskName = params['TaskName']
|
25981
|
+
@TableName = params['TableName']
|
25982
|
+
@TableUri = params['TableUri']
|
25983
|
+
@Type = params['Type']
|
25984
|
+
@DataSourceId = params['DataSourceId']
|
25985
|
+
@DataSourceType = params['DataSourceType']
|
25986
|
+
@DatabaseName = params['DatabaseName']
|
25987
|
+
@SchemaName = params['SchemaName']
|
25988
|
+
end
|
25989
|
+
end
|
25990
|
+
|
25991
|
+
# 任务血缘信息,包括源表和目标表
|
25992
|
+
class TaskLineageInfoPair < TencentCloud::Common::AbstractModel
|
25993
|
+
# @param SourceTable: 表血缘-源表
|
25994
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25995
|
+
# @type SourceTable: :class:`Tencentcloud::Wedata.v20210820.models.TaskLineageInfo`
|
25996
|
+
# @param TargetTable: 表血缘-目标表
|
25997
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25998
|
+
# @type TargetTable: :class:`Tencentcloud::Wedata.v20210820.models.TaskLineageInfo`
|
25999
|
+
|
26000
|
+
attr_accessor :SourceTable, :TargetTable
|
26001
|
+
|
26002
|
+
def initialize(sourcetable=nil, targettable=nil)
|
26003
|
+
@SourceTable = sourcetable
|
26004
|
+
@TargetTable = targettable
|
26005
|
+
end
|
26006
|
+
|
26007
|
+
def deserialize(params)
|
26008
|
+
unless params['SourceTable'].nil?
|
26009
|
+
@SourceTable = TaskLineageInfo.new
|
26010
|
+
@SourceTable.deserialize(params['SourceTable'])
|
26011
|
+
end
|
26012
|
+
unless params['TargetTable'].nil?
|
26013
|
+
@TargetTable = TaskLineageInfo.new
|
26014
|
+
@TargetTable.deserialize(params['TargetTable'])
|
26015
|
+
end
|
26016
|
+
end
|
26017
|
+
end
|
26018
|
+
|
25640
26019
|
# 任务锁的状态
|
25641
26020
|
class TaskLockStatus < TencentCloud::Common::AbstractModel
|
25642
26021
|
# @param TaskId: 任务id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.880
|
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-08-
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|