tencentcloud-sdk-wedata 3.0.769 → 3.0.771
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/models.rb +120 -28
- 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: 0bd8ff273ee31b814bba7a64ce8fe8712ef1fddc
|
4
|
+
data.tar.gz: 9687281094e7b94a2b51f44b6706c5558e4f5d79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9991dcd79a367a03b09a764564e7e28bf6ba5d4f6cd7957494601324c5f54029bb6c0770b244035a80d836d10d433d161d11053129e308fa45d30c728bd581b
|
7
|
+
data.tar.gz: b21f70fc613c63f9f73e52ac5c22d858c0e1b83c97c334db80bfd1dcb649d5e88c36cfed445255ba16dd2674528bac279a34e3bcf6abdd2a0a18a044989085d6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.771
|
data/lib/v20210820/models.rb
CHANGED
@@ -3404,10 +3404,13 @@ module TencentCloud
|
|
3404
3404
|
# @param UpdateTime: 更新时间
|
3405
3405
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3406
3406
|
# @type UpdateTime: String
|
3407
|
+
# @param Scale: 精度
|
3408
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3409
|
+
# @type Scale: Integer
|
3407
3410
|
|
3408
|
-
attr_accessor :TableId, :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :TableName, :ColumnName, :DataType, :ColumnType, :ColumnDefault, :ColumnKey, :ColumnPosition, :ColumnComment, :StoreType, :ProjectId, :ProjectName, :ProjectDisplayName, :CreateTime, :UpdateTime
|
3411
|
+
attr_accessor :TableId, :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :TableName, :ColumnName, :DataType, :ColumnType, :ColumnDefault, :ColumnKey, :ColumnPosition, :ColumnComment, :StoreType, :ProjectId, :ProjectName, :ProjectDisplayName, :CreateTime, :UpdateTime, :Scale
|
3409
3412
|
|
3410
|
-
def initialize(tableid=nil, datasourceid=nil, datasourcename=nil, databaseid=nil, databasename=nil, tablename=nil, columnname=nil, datatype=nil, columntype=nil, columndefault=nil, columnkey=nil, columnposition=nil, columncomment=nil, storetype=nil, projectid=nil, projectname=nil, projectdisplayname=nil, createtime=nil, updatetime=nil)
|
3413
|
+
def initialize(tableid=nil, datasourceid=nil, datasourcename=nil, databaseid=nil, databasename=nil, tablename=nil, columnname=nil, datatype=nil, columntype=nil, columndefault=nil, columnkey=nil, columnposition=nil, columncomment=nil, storetype=nil, projectid=nil, projectname=nil, projectdisplayname=nil, createtime=nil, updatetime=nil, scale=nil)
|
3411
3414
|
@TableId = tableid
|
3412
3415
|
@DatasourceId = datasourceid
|
3413
3416
|
@DatasourceName = datasourcename
|
@@ -3427,6 +3430,7 @@ module TencentCloud
|
|
3427
3430
|
@ProjectDisplayName = projectdisplayname
|
3428
3431
|
@CreateTime = createtime
|
3429
3432
|
@UpdateTime = updatetime
|
3433
|
+
@Scale = scale
|
3430
3434
|
end
|
3431
3435
|
|
3432
3436
|
def deserialize(params)
|
@@ -3449,6 +3453,7 @@ module TencentCloud
|
|
3449
3453
|
@ProjectDisplayName = params['ProjectDisplayName']
|
3450
3454
|
@CreateTime = params['CreateTime']
|
3451
3455
|
@UpdateTime = params['UpdateTime']
|
3456
|
+
@Scale = params['Scale']
|
3452
3457
|
end
|
3453
3458
|
end
|
3454
3459
|
|
@@ -3460,9 +3465,6 @@ module TencentCloud
|
|
3460
3465
|
# @param DatasourceId: 数据源ID
|
3461
3466
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3462
3467
|
# @type DatasourceId: String
|
3463
|
-
# @param TableId: 表ID
|
3464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3465
|
-
# @type TableId: String
|
3466
3468
|
# @param ColumnName: 字段名称
|
3467
3469
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3468
3470
|
# @type ColumnName: String
|
@@ -3523,13 +3525,15 @@ module TencentCloud
|
|
3523
3525
|
# @param ExtParams: 额外参数
|
3524
3526
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3525
3527
|
# @type ExtParams: Array
|
3528
|
+
# @param TableId: 表ID
|
3529
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3530
|
+
# @type TableId: String
|
3526
3531
|
|
3527
|
-
attr_accessor :Id, :DatasourceId, :
|
3532
|
+
attr_accessor :Id, :DatasourceId, :ColumnName, :ColumnNameCn, :ColumnType, :RelationParams, :Params, :ParentId, :MetastoreType, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :PrefixPath, :CreateTime, :ModifyTime, :Tasks, :ParentSet, :ChildSet, :ExtParams, :TableId
|
3528
3533
|
|
3529
|
-
def initialize(id=nil, datasourceid=nil,
|
3534
|
+
def initialize(id=nil, datasourceid=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, tableid=nil)
|
3530
3535
|
@Id = id
|
3531
3536
|
@DatasourceId = datasourceid
|
3532
|
-
@TableId = tableid
|
3533
3537
|
@ColumnName = columnname
|
3534
3538
|
@ColumnNameCn = columnnamecn
|
3535
3539
|
@ColumnType = columntype
|
@@ -3550,12 +3554,12 @@ module TencentCloud
|
|
3550
3554
|
@ParentSet = parentset
|
3551
3555
|
@ChildSet = childset
|
3552
3556
|
@ExtParams = extparams
|
3557
|
+
@TableId = tableid
|
3553
3558
|
end
|
3554
3559
|
|
3555
3560
|
def deserialize(params)
|
3556
3561
|
@Id = params['Id']
|
3557
3562
|
@DatasourceId = params['DatasourceId']
|
3558
|
-
@TableId = params['TableId']
|
3559
3563
|
@ColumnName = params['ColumnName']
|
3560
3564
|
@ColumnNameCn = params['ColumnNameCn']
|
3561
3565
|
@ColumnType = params['ColumnType']
|
@@ -3583,6 +3587,7 @@ module TencentCloud
|
|
3583
3587
|
@ExtParams << lineageparamrecord_tmp
|
3584
3588
|
end
|
3585
3589
|
end
|
3590
|
+
@TableId = params['TableId']
|
3586
3591
|
end
|
3587
3592
|
end
|
3588
3593
|
|
@@ -3618,10 +3623,16 @@ module TencentCloud
|
|
3618
3623
|
# @param DictionaryName: 对应码表字典名称
|
3619
3624
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3620
3625
|
# @type DictionaryName: String
|
3626
|
+
# @param LevelName: 安全等级:名称
|
3627
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3628
|
+
# @type LevelName: String
|
3629
|
+
# @param LevelRank: 安全等级:值范围1-10
|
3630
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3631
|
+
# @type LevelRank: Integer
|
3621
3632
|
|
3622
|
-
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName
|
3633
|
+
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank
|
3623
3634
|
|
3624
|
-
def initialize(nameen=nil, namecn=nil, type=nil, description=nil, position=nil, ispartition=nil, name=nil, columnfamiliesfieldset=nil, dictionaryid=nil, dictionaryname=nil)
|
3635
|
+
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)
|
3625
3636
|
@NameEn = nameen
|
3626
3637
|
@NameCn = namecn
|
3627
3638
|
@Type = type
|
@@ -3632,6 +3643,8 @@ module TencentCloud
|
|
3632
3643
|
@ColumnFamiliesFieldSet = columnfamiliesfieldset
|
3633
3644
|
@DictionaryId = dictionaryid
|
3634
3645
|
@DictionaryName = dictionaryname
|
3646
|
+
@LevelName = levelname
|
3647
|
+
@LevelRank = levelrank
|
3635
3648
|
end
|
3636
3649
|
|
3637
3650
|
def deserialize(params)
|
@@ -3652,6 +3665,8 @@ module TencentCloud
|
|
3652
3665
|
end
|
3653
3666
|
@DictionaryId = params['DictionaryId']
|
3654
3667
|
@DictionaryName = params['DictionaryName']
|
3668
|
+
@LevelName = params['LevelName']
|
3669
|
+
@LevelRank = params['LevelRank']
|
3655
3670
|
end
|
3656
3671
|
end
|
3657
3672
|
|
@@ -4052,12 +4067,16 @@ module TencentCloud
|
|
4052
4067
|
# @param CycleStep: 周期性模板默认周期,单位秒
|
4053
4068
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4054
4069
|
# @type CycleStep: Integer
|
4070
|
+
# @param ComputeExpression: o 表示 或,a 表示 且,数字表示items下标
|
4071
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4072
|
+
# @type ComputeExpression: String
|
4055
4073
|
|
4056
|
-
attr_accessor :Items, :CycleStep
|
4074
|
+
attr_accessor :Items, :CycleStep, :ComputeExpression
|
4057
4075
|
|
4058
|
-
def initialize(items=nil, cyclestep=nil)
|
4076
|
+
def initialize(items=nil, cyclestep=nil, computeexpression=nil)
|
4059
4077
|
@Items = items
|
4060
4078
|
@CycleStep = cyclestep
|
4079
|
+
@ComputeExpression = computeexpression
|
4061
4080
|
end
|
4062
4081
|
|
4063
4082
|
def deserialize(params)
|
@@ -4070,6 +4089,7 @@ module TencentCloud
|
|
4070
4089
|
end
|
4071
4090
|
end
|
4072
4091
|
@CycleStep = params['CycleStep']
|
4092
|
+
@ComputeExpression = params['ComputeExpression']
|
4073
4093
|
end
|
4074
4094
|
end
|
4075
4095
|
|
@@ -4078,7 +4098,16 @@ module TencentCloud
|
|
4078
4098
|
# @param CompareType: 比较类型 1.固定值 2.波动值 3.数值范围比较 4.枚举范围比较 5.不用比较
|
4079
4099
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4080
4100
|
# @type CompareType: Integer
|
4081
|
-
# @param Operator: 比较操作类型
|
4101
|
+
# @param Operator: 比较操作类型
|
4102
|
+
# < <= == => > !=
|
4103
|
+
# IRLCRO:在区间内(左闭右开)
|
4104
|
+
# IRLORC:在区间内(左开右闭)
|
4105
|
+
# IRLCRC:在区间内(左闭右闭)
|
4106
|
+
# IRLORO:在区间内(左开右开)
|
4107
|
+
# NRLCRO:不在区间内(左闭右开)
|
4108
|
+
# NRLORC:不在区间内(左开右闭)
|
4109
|
+
# NRLCRC:不在在区间内(左闭右闭)
|
4110
|
+
# NRLORO:不在在区间内(左开右开)
|
4082
4111
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4083
4112
|
# @type Operator: String
|
4084
4113
|
# @param ValueComputeType: 质量统计值类型 1.绝对值 2.上升 3. 下降 4._C包含 5. N_C不包含
|
@@ -8780,16 +8809,19 @@ module TencentCloud
|
|
8780
8809
|
# @type OrderFieldSet: Array
|
8781
8810
|
# @param IsPartitionQuery: 是否查询分区字段,默认false
|
8782
8811
|
# @type IsPartitionQuery: Boolean
|
8812
|
+
# @param ComplianceId: 合规组ID
|
8813
|
+
# @type ComplianceId: Integer
|
8783
8814
|
|
8784
|
-
attr_accessor :TableId, :PageNumber, :PageSize, :FilterSet, :OrderFieldSet, :IsPartitionQuery
|
8815
|
+
attr_accessor :TableId, :PageNumber, :PageSize, :FilterSet, :OrderFieldSet, :IsPartitionQuery, :ComplianceId
|
8785
8816
|
|
8786
|
-
def initialize(tableid=nil, pagenumber=nil, pagesize=nil, filterset=nil, orderfieldset=nil, ispartitionquery=nil)
|
8817
|
+
def initialize(tableid=nil, pagenumber=nil, pagesize=nil, filterset=nil, orderfieldset=nil, ispartitionquery=nil, complianceid=nil)
|
8787
8818
|
@TableId = tableid
|
8788
8819
|
@PageNumber = pagenumber
|
8789
8820
|
@PageSize = pagesize
|
8790
8821
|
@FilterSet = filterset
|
8791
8822
|
@OrderFieldSet = orderfieldset
|
8792
8823
|
@IsPartitionQuery = ispartitionquery
|
8824
|
+
@ComplianceId = complianceid
|
8793
8825
|
end
|
8794
8826
|
|
8795
8827
|
def deserialize(params)
|
@@ -8813,6 +8845,7 @@ module TencentCloud
|
|
8813
8845
|
end
|
8814
8846
|
end
|
8815
8847
|
@IsPartitionQuery = params['IsPartitionQuery']
|
8848
|
+
@ComplianceId = params['ComplianceId']
|
8816
8849
|
end
|
8817
8850
|
end
|
8818
8851
|
|
@@ -11506,15 +11539,21 @@ module TencentCloud
|
|
11506
11539
|
# @type BrokerIp: String
|
11507
11540
|
# @param OriginFileName: 文件Name
|
11508
11541
|
# @type OriginFileName: String
|
11542
|
+
# @param StartCount: 起始行
|
11543
|
+
# @type StartCount: Integer
|
11544
|
+
# @param LineCount: 每次查询行数
|
11545
|
+
# @type LineCount: Integer
|
11509
11546
|
|
11510
|
-
attr_accessor :ProjectId, :TaskId, :CurRunDate, :BrokerIp, :OriginFileName
|
11547
|
+
attr_accessor :ProjectId, :TaskId, :CurRunDate, :BrokerIp, :OriginFileName, :StartCount, :LineCount
|
11511
11548
|
|
11512
|
-
def initialize(projectid=nil, taskid=nil, currundate=nil, brokerip=nil, originfilename=nil)
|
11549
|
+
def initialize(projectid=nil, taskid=nil, currundate=nil, brokerip=nil, originfilename=nil, startcount=nil, linecount=nil)
|
11513
11550
|
@ProjectId = projectid
|
11514
11551
|
@TaskId = taskid
|
11515
11552
|
@CurRunDate = currundate
|
11516
11553
|
@BrokerIp = brokerip
|
11517
11554
|
@OriginFileName = originfilename
|
11555
|
+
@StartCount = startcount
|
11556
|
+
@LineCount = linecount
|
11518
11557
|
end
|
11519
11558
|
|
11520
11559
|
def deserialize(params)
|
@@ -11523,6 +11562,8 @@ module TencentCloud
|
|
11523
11562
|
@CurRunDate = params['CurRunDate']
|
11524
11563
|
@BrokerIp = params['BrokerIp']
|
11525
11564
|
@OriginFileName = params['OriginFileName']
|
11565
|
+
@StartCount = params['StartCount']
|
11566
|
+
@LineCount = params['LineCount']
|
11526
11567
|
end
|
11527
11568
|
end
|
11528
11569
|
|
@@ -21307,15 +21348,19 @@ module TencentCloud
|
|
21307
21348
|
# @param ThirdTaskLogUrlDesc: 第三方任务日志链接描述
|
21308
21349
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21309
21350
|
# @type ThirdTaskLogUrlDesc: String
|
21351
|
+
# @param LineCount: 日志行数
|
21352
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21353
|
+
# @type LineCount: Integer
|
21310
21354
|
|
21311
|
-
attr_accessor :LogInfo, :YarnLogInfo, :DataLogInfo, :ThirdTaskRunLogInfo, :ThirdTaskLogUrlDesc
|
21355
|
+
attr_accessor :LogInfo, :YarnLogInfo, :DataLogInfo, :ThirdTaskRunLogInfo, :ThirdTaskLogUrlDesc, :LineCount
|
21312
21356
|
|
21313
|
-
def initialize(loginfo=nil, yarnloginfo=nil, dataloginfo=nil, thirdtaskrunloginfo=nil, thirdtasklogurldesc=nil)
|
21357
|
+
def initialize(loginfo=nil, yarnloginfo=nil, dataloginfo=nil, thirdtaskrunloginfo=nil, thirdtasklogurldesc=nil, linecount=nil)
|
21314
21358
|
@LogInfo = loginfo
|
21315
21359
|
@YarnLogInfo = yarnloginfo
|
21316
21360
|
@DataLogInfo = dataloginfo
|
21317
21361
|
@ThirdTaskRunLogInfo = thirdtaskrunloginfo
|
21318
21362
|
@ThirdTaskLogUrlDesc = thirdtasklogurldesc
|
21363
|
+
@LineCount = linecount
|
21319
21364
|
end
|
21320
21365
|
|
21321
21366
|
def deserialize(params)
|
@@ -21324,6 +21369,7 @@ module TencentCloud
|
|
21324
21369
|
@DataLogInfo = params['DataLogInfo']
|
21325
21370
|
@ThirdTaskRunLogInfo = params['ThirdTaskRunLogInfo']
|
21326
21371
|
@ThirdTaskLogUrlDesc = params['ThirdTaskLogUrlDesc']
|
21372
|
+
@LineCount = params['LineCount']
|
21327
21373
|
end
|
21328
21374
|
end
|
21329
21375
|
|
@@ -28063,10 +28109,16 @@ module TencentCloud
|
|
28063
28109
|
# @param CreateTime: 创建时间
|
28064
28110
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
28065
28111
|
# @type CreateTime: String
|
28112
|
+
# @param StrategyConfig: 是否已配置执行策略
|
28113
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
28114
|
+
# @type StrategyConfig: Boolean
|
28115
|
+
# @param SubscribeConfig: 是否已配置执行策略
|
28116
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
28117
|
+
# @type SubscribeConfig: Boolean
|
28066
28118
|
|
28067
|
-
attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime
|
28119
|
+
attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime, :StrategyConfig, :SubscribeConfig
|
28068
28120
|
|
28069
|
-
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)
|
28121
|
+
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)
|
28070
28122
|
@RuleGroupId = rulegroupid
|
28071
28123
|
@DatasourceId = datasourceid
|
28072
28124
|
@DatasourceName = datasourcename
|
@@ -28086,6 +28138,8 @@ module TencentCloud
|
|
28086
28138
|
@TableOwnerUserId = tableowneruserid
|
28087
28139
|
@InstanceId = instanceid
|
28088
28140
|
@CreateTime = createtime
|
28141
|
+
@StrategyConfig = strategyconfig
|
28142
|
+
@SubscribeConfig = subscribeconfig
|
28089
28143
|
end
|
28090
28144
|
|
28091
28145
|
def deserialize(params)
|
@@ -28114,6 +28168,8 @@ module TencentCloud
|
|
28114
28168
|
@TableOwnerUserId = params['TableOwnerUserId']
|
28115
28169
|
@InstanceId = params['InstanceId']
|
28116
28170
|
@CreateTime = params['CreateTime']
|
28171
|
+
@StrategyConfig = params['StrategyConfig']
|
28172
|
+
@SubscribeConfig = params['SubscribeConfig']
|
28117
28173
|
end
|
28118
28174
|
end
|
28119
28175
|
|
@@ -31323,10 +31379,13 @@ module TencentCloud
|
|
31323
31379
|
# @param UpdateTime: 更新时间
|
31324
31380
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31325
31381
|
# @type UpdateTime: String
|
31382
|
+
# @param Location: 存储位置
|
31383
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31384
|
+
# @type Location: String
|
31326
31385
|
|
31327
|
-
attr_accessor :TableId, :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :TableName, :EngineType, :TableType, :ProjectId, :ProjectName, :ProjectDisplayName, :TableOwnerId, :TableOwnerName, :StorageLocation, :Description, :IsPartitionTable, :PartitionColumns, :StorageFormat, :StorageSize, :StorageSizeWithUnit, :TotalSizeMb, :ReplicaCount, :FileCount, :PartitionCount, :PartitionFieldCount, :PartitionExpireDays, :CreateTime, :UpdateTime
|
31386
|
+
attr_accessor :TableId, :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :TableName, :EngineType, :TableType, :ProjectId, :ProjectName, :ProjectDisplayName, :TableOwnerId, :TableOwnerName, :StorageLocation, :Description, :IsPartitionTable, :PartitionColumns, :StorageFormat, :StorageSize, :StorageSizeWithUnit, :TotalSizeMb, :ReplicaCount, :FileCount, :PartitionCount, :PartitionFieldCount, :PartitionExpireDays, :CreateTime, :UpdateTime, :Location
|
31328
31387
|
|
31329
|
-
def initialize(tableid=nil, datasourceid=nil, datasourcename=nil, databaseid=nil, databasename=nil, tablename=nil, enginetype=nil, tabletype=nil, projectid=nil, projectname=nil, projectdisplayname=nil, tableownerid=nil, tableownername=nil, storagelocation=nil, description=nil, ispartitiontable=nil, partitioncolumns=nil, storageformat=nil, storagesize=nil, storagesizewithunit=nil, totalsizemb=nil, replicacount=nil, filecount=nil, partitioncount=nil, partitionfieldcount=nil, partitionexpiredays=nil, createtime=nil, updatetime=nil)
|
31388
|
+
def initialize(tableid=nil, datasourceid=nil, datasourcename=nil, databaseid=nil, databasename=nil, tablename=nil, enginetype=nil, tabletype=nil, projectid=nil, projectname=nil, projectdisplayname=nil, tableownerid=nil, tableownername=nil, storagelocation=nil, description=nil, ispartitiontable=nil, partitioncolumns=nil, storageformat=nil, storagesize=nil, storagesizewithunit=nil, totalsizemb=nil, replicacount=nil, filecount=nil, partitioncount=nil, partitionfieldcount=nil, partitionexpiredays=nil, createtime=nil, updatetime=nil, location=nil)
|
31330
31389
|
@TableId = tableid
|
31331
31390
|
@DatasourceId = datasourceid
|
31332
31391
|
@DatasourceName = datasourcename
|
@@ -31355,6 +31414,7 @@ module TencentCloud
|
|
31355
31414
|
@PartitionExpireDays = partitionexpiredays
|
31356
31415
|
@CreateTime = createtime
|
31357
31416
|
@UpdateTime = updatetime
|
31417
|
+
@Location = location
|
31358
31418
|
end
|
31359
31419
|
|
31360
31420
|
def deserialize(params)
|
@@ -31386,6 +31446,7 @@ module TencentCloud
|
|
31386
31446
|
@PartitionExpireDays = params['PartitionExpireDays']
|
31387
31447
|
@CreateTime = params['CreateTime']
|
31388
31448
|
@UpdateTime = params['UpdateTime']
|
31449
|
+
@Location = params['Location']
|
31389
31450
|
end
|
31390
31451
|
end
|
31391
31452
|
|
@@ -31685,10 +31746,19 @@ module TencentCloud
|
|
31685
31746
|
# @param ChannelType: 模块/应用类型
|
31686
31747
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31687
31748
|
# @type ChannelType: String
|
31749
|
+
# @param DisplayType: 展示类型
|
31750
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31751
|
+
# @type DisplayType: String
|
31752
|
+
# @param EngineType: 表类型
|
31753
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31754
|
+
# @type EngineType: String
|
31755
|
+
# @param TableType: 表类型
|
31756
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31757
|
+
# @type TableType: String
|
31688
31758
|
|
31689
|
-
attr_accessor :MetastoreType, :ProjectId, :DatasourceId, :TableId, :Params, :ParentSet, :ChildSet, :ExtParams, :Id, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :PrefixPath, :CreateTime, :ModifyTime, :Tasks, :ChannelType
|
31759
|
+
attr_accessor :MetastoreType, :ProjectId, :DatasourceId, :TableId, :Params, :ParentSet, :ChildSet, :ExtParams, :Id, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :PrefixPath, :CreateTime, :ModifyTime, :Tasks, :ChannelType, :DisplayType, :EngineType, :TableType
|
31690
31760
|
|
31691
|
-
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)
|
31761
|
+
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, displaytype=nil, enginetype=nil, tabletype=nil)
|
31692
31762
|
@MetastoreType = metastoretype
|
31693
31763
|
@ProjectId = projectid
|
31694
31764
|
@DatasourceId = datasourceid
|
@@ -31709,6 +31779,9 @@ module TencentCloud
|
|
31709
31779
|
@ModifyTime = modifytime
|
31710
31780
|
@Tasks = tasks
|
31711
31781
|
@ChannelType = channeltype
|
31782
|
+
@DisplayType = displaytype
|
31783
|
+
@EngineType = enginetype
|
31784
|
+
@TableType = tabletype
|
31712
31785
|
end
|
31713
31786
|
|
31714
31787
|
def deserialize(params)
|
@@ -31746,6 +31819,9 @@ module TencentCloud
|
|
31746
31819
|
@ModifyTime = params['ModifyTime']
|
31747
31820
|
@Tasks = params['Tasks']
|
31748
31821
|
@ChannelType = params['ChannelType']
|
31822
|
+
@DisplayType = params['DisplayType']
|
31823
|
+
@EngineType = params['EngineType']
|
31824
|
+
@TableType = params['TableType']
|
31749
31825
|
end
|
31750
31826
|
end
|
31751
31827
|
|
@@ -31892,10 +31968,20 @@ module TencentCloud
|
|
31892
31968
|
# @param Columns: 表字段信息
|
31893
31969
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31894
31970
|
# @type Columns: Array
|
31971
|
+
# @param MetaCrawlType: 表采集类型
|
31972
|
+
# TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUAL_VIEW(虚拟视图), MATERIALIZED_VIEW(物化视图), LATERAL_VIEW, INDEX_TABLE(索引表), END_SELECT(查询结构), INSTANCE(中间临时表类型(数据血缘)), CDW(CDW表类型)
|
31973
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31974
|
+
# @type MetaCrawlType: String
|
31975
|
+
# @param IsView: 是否视图
|
31976
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31977
|
+
# @type IsView: Boolean
|
31978
|
+
# @param Location: 存储位置
|
31979
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31980
|
+
# @type Location: String
|
31895
31981
|
|
31896
|
-
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
|
31982
|
+
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
|
31897
31983
|
|
31898
|
-
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)
|
31984
|
+
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)
|
31899
31985
|
@TableId = tableid
|
31900
31986
|
@TableName = tablename
|
31901
31987
|
@TableOwnerName = tableownername
|
@@ -31943,6 +32029,9 @@ module TencentCloud
|
|
31943
32029
|
@TableOwnerId = tableownerid
|
31944
32030
|
@DataSourceCategory = datasourcecategory
|
31945
32031
|
@Columns = columns
|
32032
|
+
@MetaCrawlType = metacrawltype
|
32033
|
+
@IsView = isview
|
32034
|
+
@Location = location
|
31946
32035
|
end
|
31947
32036
|
|
31948
32037
|
def deserialize(params)
|
@@ -32006,6 +32095,9 @@ module TencentCloud
|
|
32006
32095
|
@Columns << searchcolumndocvo_tmp
|
32007
32096
|
end
|
32008
32097
|
end
|
32098
|
+
@MetaCrawlType = params['MetaCrawlType']
|
32099
|
+
@IsView = params['IsView']
|
32100
|
+
@Location = params['Location']
|
32009
32101
|
end
|
32010
32102
|
end
|
32011
32103
|
|
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.771
|
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-02-
|
11
|
+
date: 2024-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|