tencentcloud-sdk-wedata 3.0.770 → 3.0.772
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 +230 -60
- 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: 816c01d8fab0514d07e4f72f013db3c3883af7b4
|
4
|
+
data.tar.gz: bffeae88617961bf04bcfa19b15c885ed5da646f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 668ac5088708c5a8a83d1e7987c33e91285ceb5ce1fb3091eeea098e96df137b23c0a06e9ad55e294f4a9b0a37ceb2dd2a9087f93dcabf9601f655c1e57db84b
|
7
|
+
data.tar.gz: a9aeeba4aa129c62b2c104d3cd129c5ffb99d3def83ca49446a01fdc6ec8849cfb9bfd74a6be797c00e683a07101f6c09d3d55c0743ac259e3ee7cc91c6de87d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.772
|
data/lib/v20210820/models.rb
CHANGED
@@ -1553,14 +1553,20 @@ module TencentCloud
|
|
1553
1553
|
# @type ProjectId: String
|
1554
1554
|
# @param DeleteKFFlag: 是否删除开发态任务。默认不删除开发态,为 0 不删除 , 为 1 删除
|
1555
1555
|
# @type DeleteKFFlag: Integer
|
1556
|
+
# @param Name: 操作名称
|
1557
|
+
# @type Name: String
|
1558
|
+
# @param TaskNames: 本次批量操作涉及任务,用于审计
|
1559
|
+
# @type TaskNames: Array
|
1556
1560
|
|
1557
|
-
attr_accessor :TaskIds, :TaskType, :ProjectId, :DeleteKFFlag
|
1561
|
+
attr_accessor :TaskIds, :TaskType, :ProjectId, :DeleteKFFlag, :Name, :TaskNames
|
1558
1562
|
|
1559
|
-
def initialize(taskids=nil, tasktype=nil, projectid=nil, deletekfflag=nil)
|
1563
|
+
def initialize(taskids=nil, tasktype=nil, projectid=nil, deletekfflag=nil, name=nil, tasknames=nil)
|
1560
1564
|
@TaskIds = taskids
|
1561
1565
|
@TaskType = tasktype
|
1562
1566
|
@ProjectId = projectid
|
1563
1567
|
@DeleteKFFlag = deletekfflag
|
1568
|
+
@Name = name
|
1569
|
+
@TaskNames = tasknames
|
1564
1570
|
end
|
1565
1571
|
|
1566
1572
|
def deserialize(params)
|
@@ -1568,6 +1574,8 @@ module TencentCloud
|
|
1568
1574
|
@TaskType = params['TaskType']
|
1569
1575
|
@ProjectId = params['ProjectId']
|
1570
1576
|
@DeleteKFFlag = params['DeleteKFFlag']
|
1577
|
+
@Name = params['Name']
|
1578
|
+
@TaskNames = params['TaskNames']
|
1571
1579
|
end
|
1572
1580
|
end
|
1573
1581
|
|
@@ -2290,15 +2298,18 @@ module TencentCloud
|
|
2290
2298
|
# @type FailedCount: Integer
|
2291
2299
|
# @param TotalCount: 任务总数
|
2292
2300
|
# @type TotalCount: Integer
|
2301
|
+
# @param TaskNames: 本次批量操作涉及任务,用于审计
|
2302
|
+
# @type TaskNames: Array
|
2293
2303
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2294
2304
|
# @type RequestId: String
|
2295
2305
|
|
2296
|
-
attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
|
2306
|
+
attr_accessor :SuccessCount, :FailedCount, :TotalCount, :TaskNames, :RequestId
|
2297
2307
|
|
2298
|
-
def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
|
2308
|
+
def initialize(successcount=nil, failedcount=nil, totalcount=nil, tasknames=nil, requestid=nil)
|
2299
2309
|
@SuccessCount = successcount
|
2300
2310
|
@FailedCount = failedcount
|
2301
2311
|
@TotalCount = totalcount
|
2312
|
+
@TaskNames = tasknames
|
2302
2313
|
@RequestId = requestid
|
2303
2314
|
end
|
2304
2315
|
|
@@ -2306,6 +2317,7 @@ module TencentCloud
|
|
2306
2317
|
@SuccessCount = params['SuccessCount']
|
2307
2318
|
@FailedCount = params['FailedCount']
|
2308
2319
|
@TotalCount = params['TotalCount']
|
2320
|
+
@TaskNames = params['TaskNames']
|
2309
2321
|
@RequestId = params['RequestId']
|
2310
2322
|
end
|
2311
2323
|
end
|
@@ -2383,25 +2395,36 @@ module TencentCloud
|
|
2383
2395
|
|
2384
2396
|
# BatchStartIntegrationTasks请求参数结构体
|
2385
2397
|
class BatchStartIntegrationTasksRequest < TencentCloud::Common::AbstractModel
|
2386
|
-
# @param TaskIds: 任务id
|
2387
|
-
# @type TaskIds: Array
|
2388
2398
|
# @param TaskType: 任务类型
|
2389
2399
|
# @type TaskType: Integer
|
2390
2400
|
# @param ProjectId: 项目id
|
2391
2401
|
# @type ProjectId: String
|
2402
|
+
# @param TaskIds: 任务id
|
2403
|
+
# @type TaskIds: Array
|
2404
|
+
# @param StartTaskInfoSet: 批量运行集成任务,目前仅实时集成用到了这个参数
|
2405
|
+
# @type StartTaskInfoSet: Array
|
2392
2406
|
|
2393
|
-
attr_accessor :
|
2407
|
+
attr_accessor :TaskType, :ProjectId, :TaskIds, :StartTaskInfoSet
|
2394
2408
|
|
2395
|
-
def initialize(
|
2396
|
-
@TaskIds = taskids
|
2409
|
+
def initialize(tasktype=nil, projectid=nil, taskids=nil, starttaskinfoset=nil)
|
2397
2410
|
@TaskType = tasktype
|
2398
2411
|
@ProjectId = projectid
|
2412
|
+
@TaskIds = taskids
|
2413
|
+
@StartTaskInfoSet = starttaskinfoset
|
2399
2414
|
end
|
2400
2415
|
|
2401
2416
|
def deserialize(params)
|
2402
|
-
@TaskIds = params['TaskIds']
|
2403
2417
|
@TaskType = params['TaskType']
|
2404
2418
|
@ProjectId = params['ProjectId']
|
2419
|
+
@TaskIds = params['TaskIds']
|
2420
|
+
unless params['StartTaskInfoSet'].nil?
|
2421
|
+
@StartTaskInfoSet = []
|
2422
|
+
params['StartTaskInfoSet'].each do |i|
|
2423
|
+
starttaskinfo_tmp = StartTaskInfo.new
|
2424
|
+
starttaskinfo_tmp.deserialize(i)
|
2425
|
+
@StartTaskInfoSet << starttaskinfo_tmp
|
2426
|
+
end
|
2427
|
+
end
|
2405
2428
|
end
|
2406
2429
|
end
|
2407
2430
|
|
@@ -2413,15 +2436,18 @@ module TencentCloud
|
|
2413
2436
|
# @type FailedCount: Integer
|
2414
2437
|
# @param TotalCount: 任务总数
|
2415
2438
|
# @type TotalCount: Integer
|
2439
|
+
# @param TaskNames: 本次批量操作成功任务id,用于审计
|
2440
|
+
# @type TaskNames: Array
|
2416
2441
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2417
2442
|
# @type RequestId: String
|
2418
2443
|
|
2419
|
-
attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
|
2444
|
+
attr_accessor :SuccessCount, :FailedCount, :TotalCount, :TaskNames, :RequestId
|
2420
2445
|
|
2421
|
-
def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
|
2446
|
+
def initialize(successcount=nil, failedcount=nil, totalcount=nil, tasknames=nil, requestid=nil)
|
2422
2447
|
@SuccessCount = successcount
|
2423
2448
|
@FailedCount = failedcount
|
2424
2449
|
@TotalCount = totalcount
|
2450
|
+
@TaskNames = tasknames
|
2425
2451
|
@RequestId = requestid
|
2426
2452
|
end
|
2427
2453
|
|
@@ -2429,6 +2455,7 @@ module TencentCloud
|
|
2429
2455
|
@SuccessCount = params['SuccessCount']
|
2430
2456
|
@FailedCount = params['FailedCount']
|
2431
2457
|
@TotalCount = params['TotalCount']
|
2458
|
+
@TaskNames = params['TaskNames']
|
2432
2459
|
@RequestId = params['RequestId']
|
2433
2460
|
end
|
2434
2461
|
end
|
@@ -2465,15 +2492,18 @@ module TencentCloud
|
|
2465
2492
|
# @type FailedCount: Integer
|
2466
2493
|
# @param TotalCount: 任务总数
|
2467
2494
|
# @type TotalCount: Integer
|
2495
|
+
# @param TaskNames: 本次批量操作涉及成功任务,用于审计
|
2496
|
+
# @type TaskNames: Array
|
2468
2497
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2469
2498
|
# @type RequestId: String
|
2470
2499
|
|
2471
|
-
attr_accessor :SuccessCount, :FailedCount, :TotalCount, :RequestId
|
2500
|
+
attr_accessor :SuccessCount, :FailedCount, :TotalCount, :TaskNames, :RequestId
|
2472
2501
|
|
2473
|
-
def initialize(successcount=nil, failedcount=nil, totalcount=nil, requestid=nil)
|
2502
|
+
def initialize(successcount=nil, failedcount=nil, totalcount=nil, tasknames=nil, requestid=nil)
|
2474
2503
|
@SuccessCount = successcount
|
2475
2504
|
@FailedCount = failedcount
|
2476
2505
|
@TotalCount = totalcount
|
2506
|
+
@TaskNames = tasknames
|
2477
2507
|
@RequestId = requestid
|
2478
2508
|
end
|
2479
2509
|
|
@@ -2481,6 +2511,7 @@ module TencentCloud
|
|
2481
2511
|
@SuccessCount = params['SuccessCount']
|
2482
2512
|
@FailedCount = params['FailedCount']
|
2483
2513
|
@TotalCount = params['TotalCount']
|
2514
|
+
@TaskNames = params['TaskNames']
|
2484
2515
|
@RequestId = params['RequestId']
|
2485
2516
|
end
|
2486
2517
|
end
|
@@ -2625,14 +2656,17 @@ module TencentCloud
|
|
2625
2656
|
# @type ProjectId: String
|
2626
2657
|
# @param Event: 事件类型(START, STOP, SUSPEND, SUSPEND_WITHOUT_SP,RESUME, COMMIT, TIMESTAMP)
|
2627
2658
|
# @type Event: String
|
2659
|
+
# @param TaskNames: 本次批量操作涉及任务,用于审计
|
2660
|
+
# @type TaskNames: Array
|
2628
2661
|
|
2629
|
-
attr_accessor :TaskIds, :TaskType, :ProjectId, :Event
|
2662
|
+
attr_accessor :TaskIds, :TaskType, :ProjectId, :Event, :TaskNames
|
2630
2663
|
|
2631
|
-
def initialize(taskids=nil, tasktype=nil, projectid=nil, event=nil)
|
2664
|
+
def initialize(taskids=nil, tasktype=nil, projectid=nil, event=nil, tasknames=nil)
|
2632
2665
|
@TaskIds = taskids
|
2633
2666
|
@TaskType = tasktype
|
2634
2667
|
@ProjectId = projectid
|
2635
2668
|
@Event = event
|
2669
|
+
@TaskNames = tasknames
|
2636
2670
|
end
|
2637
2671
|
|
2638
2672
|
def deserialize(params)
|
@@ -2640,6 +2674,7 @@ module TencentCloud
|
|
2640
2674
|
@TaskType = params['TaskType']
|
2641
2675
|
@ProjectId = params['ProjectId']
|
2642
2676
|
@Event = params['Event']
|
2677
|
+
@TaskNames = params['TaskNames']
|
2643
2678
|
end
|
2644
2679
|
end
|
2645
2680
|
|
@@ -2683,15 +2718,18 @@ module TencentCloud
|
|
2683
2718
|
# @type ProjectId: String
|
2684
2719
|
# @param InchargeIds: 责任人Id(多个责任人用小写分号隔开)
|
2685
2720
|
# @type InchargeIds: String
|
2721
|
+
# @param TaskNames: 本次批量操作涉及任务,用于审计
|
2722
|
+
# @type TaskNames: Array
|
2686
2723
|
|
2687
|
-
attr_accessor :TaskIds, :Incharge, :TaskType, :ProjectId, :InchargeIds
|
2724
|
+
attr_accessor :TaskIds, :Incharge, :TaskType, :ProjectId, :InchargeIds, :TaskNames
|
2688
2725
|
|
2689
|
-
def initialize(taskids=nil, incharge=nil, tasktype=nil, projectid=nil, inchargeids=nil)
|
2726
|
+
def initialize(taskids=nil, incharge=nil, tasktype=nil, projectid=nil, inchargeids=nil, tasknames=nil)
|
2690
2727
|
@TaskIds = taskids
|
2691
2728
|
@Incharge = incharge
|
2692
2729
|
@TaskType = tasktype
|
2693
2730
|
@ProjectId = projectid
|
2694
2731
|
@InchargeIds = inchargeids
|
2732
|
+
@TaskNames = tasknames
|
2695
2733
|
end
|
2696
2734
|
|
2697
2735
|
def deserialize(params)
|
@@ -2700,6 +2738,7 @@ module TencentCloud
|
|
2700
2738
|
@TaskType = params['TaskType']
|
2701
2739
|
@ProjectId = params['ProjectId']
|
2702
2740
|
@InchargeIds = params['InchargeIds']
|
2741
|
+
@TaskNames = params['TaskNames']
|
2703
2742
|
end
|
2704
2743
|
end
|
2705
2744
|
|
@@ -2869,8 +2908,8 @@ module TencentCloud
|
|
2869
2908
|
|
2870
2909
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
2871
2910
|
extend Gem::Deprecate
|
2872
|
-
deprecate :TaskId, :none, 2024,
|
2873
|
-
deprecate :TaskId=, :none, 2024,
|
2911
|
+
deprecate :TaskId, :none, 2024, 3
|
2912
|
+
deprecate :TaskId=, :none, 2024, 3
|
2874
2913
|
|
2875
2914
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
2876
2915
|
@ProjectId = projectid
|
@@ -3404,10 +3443,13 @@ module TencentCloud
|
|
3404
3443
|
# @param UpdateTime: 更新时间
|
3405
3444
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3406
3445
|
# @type UpdateTime: String
|
3446
|
+
# @param Scale: 精度
|
3447
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3448
|
+
# @type Scale: Integer
|
3407
3449
|
|
3408
|
-
attr_accessor :TableId, :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :TableName, :ColumnName, :DataType, :ColumnType, :ColumnDefault, :ColumnKey, :ColumnPosition, :ColumnComment, :StoreType, :ProjectId, :ProjectName, :ProjectDisplayName, :CreateTime, :UpdateTime
|
3450
|
+
attr_accessor :TableId, :DatasourceId, :DatasourceName, :DatabaseId, :DatabaseName, :TableName, :ColumnName, :DataType, :ColumnType, :ColumnDefault, :ColumnKey, :ColumnPosition, :ColumnComment, :StoreType, :ProjectId, :ProjectName, :ProjectDisplayName, :CreateTime, :UpdateTime, :Scale
|
3409
3451
|
|
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)
|
3452
|
+
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
3453
|
@TableId = tableid
|
3412
3454
|
@DatasourceId = datasourceid
|
3413
3455
|
@DatasourceName = datasourcename
|
@@ -3427,6 +3469,7 @@ module TencentCloud
|
|
3427
3469
|
@ProjectDisplayName = projectdisplayname
|
3428
3470
|
@CreateTime = createtime
|
3429
3471
|
@UpdateTime = updatetime
|
3472
|
+
@Scale = scale
|
3430
3473
|
end
|
3431
3474
|
|
3432
3475
|
def deserialize(params)
|
@@ -3449,6 +3492,7 @@ module TencentCloud
|
|
3449
3492
|
@ProjectDisplayName = params['ProjectDisplayName']
|
3450
3493
|
@CreateTime = params['CreateTime']
|
3451
3494
|
@UpdateTime = params['UpdateTime']
|
3495
|
+
@Scale = params['Scale']
|
3452
3496
|
end
|
3453
3497
|
end
|
3454
3498
|
|
@@ -3460,9 +3504,6 @@ module TencentCloud
|
|
3460
3504
|
# @param DatasourceId: 数据源ID
|
3461
3505
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3462
3506
|
# @type DatasourceId: String
|
3463
|
-
# @param TableId: 表ID
|
3464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3465
|
-
# @type TableId: String
|
3466
3507
|
# @param ColumnName: 字段名称
|
3467
3508
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3468
3509
|
# @type ColumnName: String
|
@@ -3523,13 +3564,15 @@ module TencentCloud
|
|
3523
3564
|
# @param ExtParams: 额外参数
|
3524
3565
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3525
3566
|
# @type ExtParams: Array
|
3567
|
+
# @param TableId: 表ID
|
3568
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3569
|
+
# @type TableId: String
|
3526
3570
|
|
3527
|
-
attr_accessor :Id, :DatasourceId, :
|
3571
|
+
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
3572
|
|
3529
|
-
def initialize(id=nil, datasourceid=nil,
|
3573
|
+
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
3574
|
@Id = id
|
3531
3575
|
@DatasourceId = datasourceid
|
3532
|
-
@TableId = tableid
|
3533
3576
|
@ColumnName = columnname
|
3534
3577
|
@ColumnNameCn = columnnamecn
|
3535
3578
|
@ColumnType = columntype
|
@@ -3550,12 +3593,12 @@ module TencentCloud
|
|
3550
3593
|
@ParentSet = parentset
|
3551
3594
|
@ChildSet = childset
|
3552
3595
|
@ExtParams = extparams
|
3596
|
+
@TableId = tableid
|
3553
3597
|
end
|
3554
3598
|
|
3555
3599
|
def deserialize(params)
|
3556
3600
|
@Id = params['Id']
|
3557
3601
|
@DatasourceId = params['DatasourceId']
|
3558
|
-
@TableId = params['TableId']
|
3559
3602
|
@ColumnName = params['ColumnName']
|
3560
3603
|
@ColumnNameCn = params['ColumnNameCn']
|
3561
3604
|
@ColumnType = params['ColumnType']
|
@@ -3583,6 +3626,7 @@ module TencentCloud
|
|
3583
3626
|
@ExtParams << lineageparamrecord_tmp
|
3584
3627
|
end
|
3585
3628
|
end
|
3629
|
+
@TableId = params['TableId']
|
3586
3630
|
end
|
3587
3631
|
end
|
3588
3632
|
|
@@ -3618,10 +3662,16 @@ module TencentCloud
|
|
3618
3662
|
# @param DictionaryName: 对应码表字典名称
|
3619
3663
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3620
3664
|
# @type DictionaryName: String
|
3665
|
+
# @param LevelName: 安全等级:名称
|
3666
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3667
|
+
# @type LevelName: String
|
3668
|
+
# @param LevelRank: 安全等级:值范围1-10
|
3669
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3670
|
+
# @type LevelRank: Integer
|
3621
3671
|
|
3622
|
-
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName
|
3672
|
+
attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank
|
3623
3673
|
|
3624
|
-
def initialize(nameen=nil, namecn=nil, type=nil, description=nil, position=nil, ispartition=nil, name=nil, columnfamiliesfieldset=nil, dictionaryid=nil, dictionaryname=nil)
|
3674
|
+
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
3675
|
@NameEn = nameen
|
3626
3676
|
@NameCn = namecn
|
3627
3677
|
@Type = type
|
@@ -3632,6 +3682,8 @@ module TencentCloud
|
|
3632
3682
|
@ColumnFamiliesFieldSet = columnfamiliesfieldset
|
3633
3683
|
@DictionaryId = dictionaryid
|
3634
3684
|
@DictionaryName = dictionaryname
|
3685
|
+
@LevelName = levelname
|
3686
|
+
@LevelRank = levelrank
|
3635
3687
|
end
|
3636
3688
|
|
3637
3689
|
def deserialize(params)
|
@@ -3652,6 +3704,8 @@ module TencentCloud
|
|
3652
3704
|
end
|
3653
3705
|
@DictionaryId = params['DictionaryId']
|
3654
3706
|
@DictionaryName = params['DictionaryName']
|
3707
|
+
@LevelName = params['LevelName']
|
3708
|
+
@LevelRank = params['LevelRank']
|
3655
3709
|
end
|
3656
3710
|
end
|
3657
3711
|
|
@@ -4052,12 +4106,16 @@ module TencentCloud
|
|
4052
4106
|
# @param CycleStep: 周期性模板默认周期,单位秒
|
4053
4107
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4054
4108
|
# @type CycleStep: Integer
|
4109
|
+
# @param ComputeExpression: o 表示 或,a 表示 且,数字表示items下标
|
4110
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4111
|
+
# @type ComputeExpression: String
|
4055
4112
|
|
4056
|
-
attr_accessor :Items, :CycleStep
|
4113
|
+
attr_accessor :Items, :CycleStep, :ComputeExpression
|
4057
4114
|
|
4058
|
-
def initialize(items=nil, cyclestep=nil)
|
4115
|
+
def initialize(items=nil, cyclestep=nil, computeexpression=nil)
|
4059
4116
|
@Items = items
|
4060
4117
|
@CycleStep = cyclestep
|
4118
|
+
@ComputeExpression = computeexpression
|
4061
4119
|
end
|
4062
4120
|
|
4063
4121
|
def deserialize(params)
|
@@ -4070,6 +4128,7 @@ module TencentCloud
|
|
4070
4128
|
end
|
4071
4129
|
end
|
4072
4130
|
@CycleStep = params['CycleStep']
|
4131
|
+
@ComputeExpression = params['ComputeExpression']
|
4073
4132
|
end
|
4074
4133
|
end
|
4075
4134
|
|
@@ -4078,7 +4137,16 @@ module TencentCloud
|
|
4078
4137
|
# @param CompareType: 比较类型 1.固定值 2.波动值 3.数值范围比较 4.枚举范围比较 5.不用比较
|
4079
4138
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4080
4139
|
# @type CompareType: Integer
|
4081
|
-
# @param Operator: 比较操作类型
|
4140
|
+
# @param Operator: 比较操作类型
|
4141
|
+
# < <= == => > !=
|
4142
|
+
# IRLCRO:在区间内(左闭右开)
|
4143
|
+
# IRLORC:在区间内(左开右闭)
|
4144
|
+
# IRLCRC:在区间内(左闭右闭)
|
4145
|
+
# IRLORO:在区间内(左开右开)
|
4146
|
+
# NRLCRO:不在区间内(左闭右开)
|
4147
|
+
# NRLORC:不在区间内(左开右闭)
|
4148
|
+
# NRLCRC:不在在区间内(左闭右闭)
|
4149
|
+
# NRLORO:不在在区间内(左开右开)
|
4082
4150
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4083
4151
|
# @type Operator: String
|
4084
4152
|
# @param ValueComputeType: 质量统计值类型 1.绝对值 2.上升 3. 下降 4._C包含 5. N_C不包含
|
@@ -8780,16 +8848,19 @@ module TencentCloud
|
|
8780
8848
|
# @type OrderFieldSet: Array
|
8781
8849
|
# @param IsPartitionQuery: 是否查询分区字段,默认false
|
8782
8850
|
# @type IsPartitionQuery: Boolean
|
8851
|
+
# @param ComplianceId: 合规组ID
|
8852
|
+
# @type ComplianceId: Integer
|
8783
8853
|
|
8784
|
-
attr_accessor :TableId, :PageNumber, :PageSize, :FilterSet, :OrderFieldSet, :IsPartitionQuery
|
8854
|
+
attr_accessor :TableId, :PageNumber, :PageSize, :FilterSet, :OrderFieldSet, :IsPartitionQuery, :ComplianceId
|
8785
8855
|
|
8786
|
-
def initialize(tableid=nil, pagenumber=nil, pagesize=nil, filterset=nil, orderfieldset=nil, ispartitionquery=nil)
|
8856
|
+
def initialize(tableid=nil, pagenumber=nil, pagesize=nil, filterset=nil, orderfieldset=nil, ispartitionquery=nil, complianceid=nil)
|
8787
8857
|
@TableId = tableid
|
8788
8858
|
@PageNumber = pagenumber
|
8789
8859
|
@PageSize = pagesize
|
8790
8860
|
@FilterSet = filterset
|
8791
8861
|
@OrderFieldSet = orderfieldset
|
8792
8862
|
@IsPartitionQuery = ispartitionquery
|
8863
|
+
@ComplianceId = complianceid
|
8793
8864
|
end
|
8794
8865
|
|
8795
8866
|
def deserialize(params)
|
@@ -8813,6 +8884,7 @@ module TencentCloud
|
|
8813
8884
|
end
|
8814
8885
|
end
|
8815
8886
|
@IsPartitionQuery = params['IsPartitionQuery']
|
8887
|
+
@ComplianceId = params['ComplianceId']
|
8816
8888
|
end
|
8817
8889
|
end
|
8818
8890
|
|
@@ -10133,12 +10205,12 @@ module TencentCloud
|
|
10133
10205
|
|
10134
10206
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
10135
10207
|
extend Gem::Deprecate
|
10136
|
-
deprecate :EventType, :none, 2024,
|
10137
|
-
deprecate :EventType=, :none, 2024,
|
10138
|
-
deprecate :EventBroadcastType, :none, 2024,
|
10139
|
-
deprecate :EventBroadcastType=, :none, 2024,
|
10140
|
-
deprecate :Status, :none, 2024,
|
10141
|
-
deprecate :Status=, :none, 2024,
|
10208
|
+
deprecate :EventType, :none, 2024, 3
|
10209
|
+
deprecate :EventType=, :none, 2024, 3
|
10210
|
+
deprecate :EventBroadcastType, :none, 2024, 3
|
10211
|
+
deprecate :EventBroadcastType=, :none, 2024, 3
|
10212
|
+
deprecate :Status, :none, 2024, 3
|
10213
|
+
deprecate :Status=, :none, 2024, 3
|
10142
10214
|
|
10143
10215
|
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)
|
10144
10216
|
@ProjectId = projectid
|
@@ -11506,15 +11578,21 @@ module TencentCloud
|
|
11506
11578
|
# @type BrokerIp: String
|
11507
11579
|
# @param OriginFileName: 文件Name
|
11508
11580
|
# @type OriginFileName: String
|
11581
|
+
# @param StartCount: 起始行
|
11582
|
+
# @type StartCount: Integer
|
11583
|
+
# @param LineCount: 每次查询行数
|
11584
|
+
# @type LineCount: Integer
|
11509
11585
|
|
11510
|
-
attr_accessor :ProjectId, :TaskId, :CurRunDate, :BrokerIp, :OriginFileName
|
11586
|
+
attr_accessor :ProjectId, :TaskId, :CurRunDate, :BrokerIp, :OriginFileName, :StartCount, :LineCount
|
11511
11587
|
|
11512
|
-
def initialize(projectid=nil, taskid=nil, currundate=nil, brokerip=nil, originfilename=nil)
|
11588
|
+
def initialize(projectid=nil, taskid=nil, currundate=nil, brokerip=nil, originfilename=nil, startcount=nil, linecount=nil)
|
11513
11589
|
@ProjectId = projectid
|
11514
11590
|
@TaskId = taskid
|
11515
11591
|
@CurRunDate = currundate
|
11516
11592
|
@BrokerIp = brokerip
|
11517
11593
|
@OriginFileName = originfilename
|
11594
|
+
@StartCount = startcount
|
11595
|
+
@LineCount = linecount
|
11518
11596
|
end
|
11519
11597
|
|
11520
11598
|
def deserialize(params)
|
@@ -11523,6 +11601,8 @@ module TencentCloud
|
|
11523
11601
|
@CurRunDate = params['CurRunDate']
|
11524
11602
|
@BrokerIp = params['BrokerIp']
|
11525
11603
|
@OriginFileName = params['OriginFileName']
|
11604
|
+
@StartCount = params['StartCount']
|
11605
|
+
@LineCount = params['LineCount']
|
11526
11606
|
end
|
11527
11607
|
end
|
11528
11608
|
|
@@ -18243,8 +18323,8 @@ module TencentCloud
|
|
18243
18323
|
|
18244
18324
|
attr_accessor :DimType, :Count, :QualityDim
|
18245
18325
|
extend Gem::Deprecate
|
18246
|
-
deprecate :DimType, :none, 2024,
|
18247
|
-
deprecate :DimType=, :none, 2024,
|
18326
|
+
deprecate :DimType, :none, 2024, 3
|
18327
|
+
deprecate :DimType=, :none, 2024, 3
|
18248
18328
|
|
18249
18329
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
18250
18330
|
@DimType = dimtype
|
@@ -21307,15 +21387,19 @@ module TencentCloud
|
|
21307
21387
|
# @param ThirdTaskLogUrlDesc: 第三方任务日志链接描述
|
21308
21388
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21309
21389
|
# @type ThirdTaskLogUrlDesc: String
|
21390
|
+
# @param LineCount: 日志行数
|
21391
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21392
|
+
# @type LineCount: Integer
|
21310
21393
|
|
21311
|
-
attr_accessor :LogInfo, :YarnLogInfo, :DataLogInfo, :ThirdTaskRunLogInfo, :ThirdTaskLogUrlDesc
|
21394
|
+
attr_accessor :LogInfo, :YarnLogInfo, :DataLogInfo, :ThirdTaskRunLogInfo, :ThirdTaskLogUrlDesc, :LineCount
|
21312
21395
|
|
21313
|
-
def initialize(loginfo=nil, yarnloginfo=nil, dataloginfo=nil, thirdtaskrunloginfo=nil, thirdtasklogurldesc=nil)
|
21396
|
+
def initialize(loginfo=nil, yarnloginfo=nil, dataloginfo=nil, thirdtaskrunloginfo=nil, thirdtasklogurldesc=nil, linecount=nil)
|
21314
21397
|
@LogInfo = loginfo
|
21315
21398
|
@YarnLogInfo = yarnloginfo
|
21316
21399
|
@DataLogInfo = dataloginfo
|
21317
21400
|
@ThirdTaskRunLogInfo = thirdtaskrunloginfo
|
21318
21401
|
@ThirdTaskLogUrlDesc = thirdtasklogurldesc
|
21402
|
+
@LineCount = linecount
|
21319
21403
|
end
|
21320
21404
|
|
21321
21405
|
def deserialize(params)
|
@@ -21324,6 +21408,7 @@ module TencentCloud
|
|
21324
21408
|
@DataLogInfo = params['DataLogInfo']
|
21325
21409
|
@ThirdTaskRunLogInfo = params['ThirdTaskRunLogInfo']
|
21326
21410
|
@ThirdTaskLogUrlDesc = params['ThirdTaskLogUrlDesc']
|
21411
|
+
@LineCount = params['LineCount']
|
21327
21412
|
end
|
21328
21413
|
end
|
21329
21414
|
|
@@ -28063,10 +28148,16 @@ module TencentCloud
|
|
28063
28148
|
# @param CreateTime: 创建时间
|
28064
28149
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
28065
28150
|
# @type CreateTime: String
|
28151
|
+
# @param StrategyConfig: 是否已配置执行策略
|
28152
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
28153
|
+
# @type StrategyConfig: Boolean
|
28154
|
+
# @param SubscribeConfig: 是否已配置执行策略
|
28155
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
28156
|
+
# @type SubscribeConfig: Boolean
|
28066
28157
|
|
28067
|
-
attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime
|
28158
|
+
attr_accessor :RuleGroupId, :DatasourceId, :DatasourceName, :DatasourceType, :MonitorType, :UpdateTime, :TableName, :TableId, :TableOwnerName, :ExecStrategy, :Subscription, :DatabaseId, :DatabaseName, :Permission, :RuleCount, :MonitorStatus, :TableOwnerUserId, :InstanceId, :CreateTime, :StrategyConfig, :SubscribeConfig
|
28068
28159
|
|
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)
|
28160
|
+
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
28161
|
@RuleGroupId = rulegroupid
|
28071
28162
|
@DatasourceId = datasourceid
|
28072
28163
|
@DatasourceName = datasourcename
|
@@ -28086,6 +28177,8 @@ module TencentCloud
|
|
28086
28177
|
@TableOwnerUserId = tableowneruserid
|
28087
28178
|
@InstanceId = instanceid
|
28088
28179
|
@CreateTime = createtime
|
28180
|
+
@StrategyConfig = strategyconfig
|
28181
|
+
@SubscribeConfig = subscribeconfig
|
28089
28182
|
end
|
28090
28183
|
|
28091
28184
|
def deserialize(params)
|
@@ -28114,6 +28207,8 @@ module TencentCloud
|
|
28114
28207
|
@TableOwnerUserId = params['TableOwnerUserId']
|
28115
28208
|
@InstanceId = params['InstanceId']
|
28116
28209
|
@CreateTime = params['CreateTime']
|
28210
|
+
@StrategyConfig = params['StrategyConfig']
|
28211
|
+
@SubscribeConfig = params['SubscribeConfig']
|
28117
28212
|
end
|
28118
28213
|
end
|
28119
28214
|
|
@@ -30325,10 +30420,10 @@ module TencentCloud
|
|
30325
30420
|
|
30326
30421
|
attr_accessor :SourceObjectDataTypeName, :SourceObjectValue, :ObjectDataTypeName, :ObjectValue, :ObjectType
|
30327
30422
|
extend Gem::Deprecate
|
30328
|
-
deprecate :SourceObjectDataTypeName, :none, 2024,
|
30329
|
-
deprecate :SourceObjectDataTypeName=, :none, 2024,
|
30330
|
-
deprecate :SourceObjectValue, :none, 2024,
|
30331
|
-
deprecate :SourceObjectValue=, :none, 2024,
|
30423
|
+
deprecate :SourceObjectDataTypeName, :none, 2024, 3
|
30424
|
+
deprecate :SourceObjectDataTypeName=, :none, 2024, 3
|
30425
|
+
deprecate :SourceObjectValue, :none, 2024, 3
|
30426
|
+
deprecate :SourceObjectValue=, :none, 2024, 3
|
30332
30427
|
|
30333
30428
|
def initialize(sourceobjectdatatypename=nil, sourceobjectvalue=nil, objectdatatypename=nil, objectvalue=nil, objecttype=nil)
|
30334
30429
|
@SourceObjectDataTypeName = sourceobjectdatatypename
|
@@ -30554,6 +30649,45 @@ module TencentCloud
|
|
30554
30649
|
end
|
30555
30650
|
end
|
30556
30651
|
|
30652
|
+
# 批量运行集成任务配置
|
30653
|
+
class StartTaskInfo < TencentCloud::Common::AbstractModel
|
30654
|
+
# @param Event: 批量运行任务类型,比如START,TIMESTAMP,RESTORE,RESUME等
|
30655
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30656
|
+
# @type Event: String
|
30657
|
+
# @param TaskIds: 任务Id列表
|
30658
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30659
|
+
# @type TaskIds: Array
|
30660
|
+
# @param Config: 批量运行任务配置,目前仅用与实时集成基于时间位点启动。基于时间位点启动,需要设置一个name=timestamp, value=具体时间戳的RecordField的配置
|
30661
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30662
|
+
# @type Config: Array
|
30663
|
+
# @param Description: 操作类型
|
30664
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
30665
|
+
# @type Description: String
|
30666
|
+
|
30667
|
+
attr_accessor :Event, :TaskIds, :Config, :Description
|
30668
|
+
|
30669
|
+
def initialize(event=nil, taskids=nil, config=nil, description=nil)
|
30670
|
+
@Event = event
|
30671
|
+
@TaskIds = taskids
|
30672
|
+
@Config = config
|
30673
|
+
@Description = description
|
30674
|
+
end
|
30675
|
+
|
30676
|
+
def deserialize(params)
|
30677
|
+
@Event = params['Event']
|
30678
|
+
@TaskIds = params['TaskIds']
|
30679
|
+
unless params['Config'].nil?
|
30680
|
+
@Config = []
|
30681
|
+
params['Config'].each do |i|
|
30682
|
+
recordfield_tmp = RecordField.new
|
30683
|
+
recordfield_tmp.deserialize(i)
|
30684
|
+
@Config << recordfield_tmp
|
30685
|
+
end
|
30686
|
+
end
|
30687
|
+
@Description = params['Description']
|
30688
|
+
end
|
30689
|
+
end
|
30690
|
+
|
30557
30691
|
# StopBaseline请求参数结构体
|
30558
30692
|
class StopBaselineRequest < TencentCloud::Common::AbstractModel
|
30559
30693
|
# @param BaselineId: 1
|
@@ -31323,10 +31457,13 @@ module TencentCloud
|
|
31323
31457
|
# @param UpdateTime: 更新时间
|
31324
31458
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31325
31459
|
# @type UpdateTime: String
|
31460
|
+
# @param Location: 存储位置
|
31461
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31462
|
+
# @type Location: String
|
31326
31463
|
|
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
|
31464
|
+
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
31465
|
|
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)
|
31466
|
+
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
31467
|
@TableId = tableid
|
31331
31468
|
@DatasourceId = datasourceid
|
31332
31469
|
@DatasourceName = datasourcename
|
@@ -31355,6 +31492,7 @@ module TencentCloud
|
|
31355
31492
|
@PartitionExpireDays = partitionexpiredays
|
31356
31493
|
@CreateTime = createtime
|
31357
31494
|
@UpdateTime = updatetime
|
31495
|
+
@Location = location
|
31358
31496
|
end
|
31359
31497
|
|
31360
31498
|
def deserialize(params)
|
@@ -31386,6 +31524,7 @@ module TencentCloud
|
|
31386
31524
|
@PartitionExpireDays = params['PartitionExpireDays']
|
31387
31525
|
@CreateTime = params['CreateTime']
|
31388
31526
|
@UpdateTime = params['UpdateTime']
|
31527
|
+
@Location = params['Location']
|
31389
31528
|
end
|
31390
31529
|
end
|
31391
31530
|
|
@@ -31685,10 +31824,19 @@ module TencentCloud
|
|
31685
31824
|
# @param ChannelType: 模块/应用类型
|
31686
31825
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31687
31826
|
# @type ChannelType: String
|
31827
|
+
# @param DisplayType: 展示类型
|
31828
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31829
|
+
# @type DisplayType: String
|
31830
|
+
# @param EngineType: 表类型
|
31831
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31832
|
+
# @type EngineType: String
|
31833
|
+
# @param TableType: 表类型
|
31834
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
31835
|
+
# @type TableType: String
|
31688
31836
|
|
31689
|
-
attr_accessor :MetastoreType, :ProjectId, :DatasourceId, :TableId, :Params, :ParentSet, :ChildSet, :ExtParams, :Id, :MetastoreTypeName, :TableName, :QualifiedName, :DownStreamCount, :UpStreamCount, :Description, :PrefixPath, :CreateTime, :ModifyTime, :Tasks, :ChannelType
|
31837
|
+
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
31838
|
|
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)
|
31839
|
+
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
31840
|
@MetastoreType = metastoretype
|
31693
31841
|
@ProjectId = projectid
|
31694
31842
|
@DatasourceId = datasourceid
|
@@ -31709,6 +31857,9 @@ module TencentCloud
|
|
31709
31857
|
@ModifyTime = modifytime
|
31710
31858
|
@Tasks = tasks
|
31711
31859
|
@ChannelType = channeltype
|
31860
|
+
@DisplayType = displaytype
|
31861
|
+
@EngineType = enginetype
|
31862
|
+
@TableType = tabletype
|
31712
31863
|
end
|
31713
31864
|
|
31714
31865
|
def deserialize(params)
|
@@ -31746,6 +31897,9 @@ module TencentCloud
|
|
31746
31897
|
@ModifyTime = params['ModifyTime']
|
31747
31898
|
@Tasks = params['Tasks']
|
31748
31899
|
@ChannelType = params['ChannelType']
|
31900
|
+
@DisplayType = params['DisplayType']
|
31901
|
+
@EngineType = params['EngineType']
|
31902
|
+
@TableType = params['TableType']
|
31749
31903
|
end
|
31750
31904
|
end
|
31751
31905
|
|
@@ -31892,10 +32046,20 @@ module TencentCloud
|
|
31892
32046
|
# @param Columns: 表字段信息
|
31893
32047
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
31894
32048
|
# @type Columns: Array
|
32049
|
+
# @param MetaCrawlType: 表采集类型
|
32050
|
+
# TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUAL_VIEW(虚拟视图), MATERIALIZED_VIEW(物化视图), LATERAL_VIEW, INDEX_TABLE(索引表), END_SELECT(查询结构), INSTANCE(中间临时表类型(数据血缘)), CDW(CDW表类型)
|
32051
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
32052
|
+
# @type MetaCrawlType: String
|
32053
|
+
# @param IsView: 是否视图
|
32054
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
32055
|
+
# @type IsView: Boolean
|
32056
|
+
# @param Location: 存储位置
|
32057
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
32058
|
+
# @type Location: String
|
31895
32059
|
|
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
|
32060
|
+
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
32061
|
|
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)
|
32062
|
+
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
32063
|
@TableId = tableid
|
31900
32064
|
@TableName = tablename
|
31901
32065
|
@TableOwnerName = tableownername
|
@@ -31943,6 +32107,9 @@ module TencentCloud
|
|
31943
32107
|
@TableOwnerId = tableownerid
|
31944
32108
|
@DataSourceCategory = datasourcecategory
|
31945
32109
|
@Columns = columns
|
32110
|
+
@MetaCrawlType = metacrawltype
|
32111
|
+
@IsView = isview
|
32112
|
+
@Location = location
|
31946
32113
|
end
|
31947
32114
|
|
31948
32115
|
def deserialize(params)
|
@@ -32006,6 +32173,9 @@ module TencentCloud
|
|
32006
32173
|
@Columns << searchcolumndocvo_tmp
|
32007
32174
|
end
|
32008
32175
|
end
|
32176
|
+
@MetaCrawlType = params['MetaCrawlType']
|
32177
|
+
@IsView = params['IsView']
|
32178
|
+
@Location = params['Location']
|
32009
32179
|
end
|
32010
32180
|
end
|
32011
32181
|
|
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.772
|
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-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|