tencentcloud-sdk-wedata 3.0.1023 → 3.0.1025
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 +83 -12
- 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: 7c77e4b0b7f520ab988400053d7ea110f96f035f
|
4
|
+
data.tar.gz: 56daf9c5bba4b96e1c8275722d08cbdabb9ca1f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b79033dca18e998ae3ebf004378b5cd688ae44fe6535f36ad24b753e4f93973b2e9875406f3e259f0c7aef8adb4fccb4c2c44a914c13e6ed3498f18c6f96e823
|
7
|
+
data.tar.gz: 820fe9d954c0d9e16a9ce048bd9013817f4554daf429b2c56b855e04a8f1a0ca8700cf6fceeb8f6a02c369002a4076c43df813f8b961e7e9844d39b99a78d9a4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1025
|
data/lib/v20210820/models.rb
CHANGED
@@ -5734,10 +5734,13 @@ module TencentCloud
|
|
5734
5734
|
# @param LastAccessTimeByTables: 库下表的最新访问时间
|
5735
5735
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5736
5736
|
# @type LastAccessTimeByTables: Integer
|
5737
|
+
# @param DatabaseGuid: 库guid
|
5738
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5739
|
+
# @type DatabaseGuid: String
|
5737
5740
|
|
5738
|
-
attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime, :TableCount, :DatasourceList, :CollectJobId, :CollectJobName, :ClusterId, :ClusterName, :ModifiedTimeByTables, :LastAccessTimeByTables
|
5741
|
+
attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime, :TableCount, :DatasourceList, :CollectJobId, :CollectJobName, :ClusterId, :ClusterName, :ModifiedTimeByTables, :LastAccessTimeByTables, :DatabaseGuid
|
5739
5742
|
|
5740
|
-
def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil, tablecount=nil, datasourcelist=nil, collectjobid=nil, collectjobname=nil, clusterid=nil, clustername=nil, modifiedtimebytables=nil, lastaccesstimebytables=nil)
|
5743
|
+
def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil, tablecount=nil, datasourcelist=nil, collectjobid=nil, collectjobname=nil, clusterid=nil, clustername=nil, modifiedtimebytables=nil, lastaccesstimebytables=nil, databaseguid=nil)
|
5741
5744
|
@ProjectId = projectid
|
5742
5745
|
@MetastoreType = metastoretype
|
5743
5746
|
@DatasourceName = datasourcename
|
@@ -5765,6 +5768,7 @@ module TencentCloud
|
|
5765
5768
|
@ClusterName = clustername
|
5766
5769
|
@ModifiedTimeByTables = modifiedtimebytables
|
5767
5770
|
@LastAccessTimeByTables = lastaccesstimebytables
|
5771
|
+
@DatabaseGuid = databaseguid
|
5768
5772
|
end
|
5769
5773
|
|
5770
5774
|
def deserialize(params)
|
@@ -5802,6 +5806,7 @@ module TencentCloud
|
|
5802
5806
|
@ClusterName = params['ClusterName']
|
5803
5807
|
@ModifiedTimeByTables = params['ModifiedTimeByTables']
|
5804
5808
|
@LastAccessTimeByTables = params['LastAccessTimeByTables']
|
5809
|
+
@DatabaseGuid = params['DatabaseGuid']
|
5805
5810
|
end
|
5806
5811
|
end
|
5807
5812
|
|
@@ -17192,10 +17197,12 @@ module TencentCloud
|
|
17192
17197
|
# @type SinkSchemaName: String
|
17193
17198
|
# @param Env: 获取源信息的环境
|
17194
17199
|
# @type Env: String
|
17200
|
+
# @param WriteMode: doris写入模式配置
|
17201
|
+
# @type WriteMode: String
|
17195
17202
|
|
17196
|
-
attr_accessor :ProjectId, :SinkDatabase, :Id, :MsType, :DatasourceId, :SourceDatabase, :TableName, :SinkType, :SchemaName, :SourceFieldInfoList, :Partitions, :Properties, :TableMode, :TableVersion, :UpsertFlag, :TableComment, :AddDataFiles, :AddEqualityDeletes, :AddPositionDeletes, :AddDeleteFiles, :TargetDatasourceId, :UpsertKeys, :TableBaseInfo, :SinkSchemaName, :Env
|
17203
|
+
attr_accessor :ProjectId, :SinkDatabase, :Id, :MsType, :DatasourceId, :SourceDatabase, :TableName, :SinkType, :SchemaName, :SourceFieldInfoList, :Partitions, :Properties, :TableMode, :TableVersion, :UpsertFlag, :TableComment, :AddDataFiles, :AddEqualityDeletes, :AddPositionDeletes, :AddDeleteFiles, :TargetDatasourceId, :UpsertKeys, :TableBaseInfo, :SinkSchemaName, :Env, :WriteMode
|
17197
17204
|
|
17198
|
-
def initialize(projectid=nil, sinkdatabase=nil, id=nil, mstype=nil, datasourceid=nil, sourcedatabase=nil, tablename=nil, sinktype=nil, schemaname=nil, sourcefieldinfolist=nil, partitions=nil, properties=nil, tablemode=nil, tableversion=nil, upsertflag=nil, tablecomment=nil, adddatafiles=nil, addequalitydeletes=nil, addpositiondeletes=nil, adddeletefiles=nil, targetdatasourceid=nil, upsertkeys=nil, tablebaseinfo=nil, sinkschemaname=nil, env=nil)
|
17205
|
+
def initialize(projectid=nil, sinkdatabase=nil, id=nil, mstype=nil, datasourceid=nil, sourcedatabase=nil, tablename=nil, sinktype=nil, schemaname=nil, sourcefieldinfolist=nil, partitions=nil, properties=nil, tablemode=nil, tableversion=nil, upsertflag=nil, tablecomment=nil, adddatafiles=nil, addequalitydeletes=nil, addpositiondeletes=nil, adddeletefiles=nil, targetdatasourceid=nil, upsertkeys=nil, tablebaseinfo=nil, sinkschemaname=nil, env=nil, writemode=nil)
|
17199
17206
|
@ProjectId = projectid
|
17200
17207
|
@SinkDatabase = sinkdatabase
|
17201
17208
|
@Id = id
|
@@ -17221,6 +17228,7 @@ module TencentCloud
|
|
17221
17228
|
@TableBaseInfo = tablebaseinfo
|
17222
17229
|
@SinkSchemaName = sinkschemaname
|
17223
17230
|
@Env = env
|
17231
|
+
@WriteMode = writemode
|
17224
17232
|
end
|
17225
17233
|
|
17226
17234
|
def deserialize(params)
|
@@ -17273,6 +17281,7 @@ module TencentCloud
|
|
17273
17281
|
end
|
17274
17282
|
@SinkSchemaName = params['SinkSchemaName']
|
17275
17283
|
@Env = params['Env']
|
17284
|
+
@WriteMode = params['WriteMode']
|
17276
17285
|
end
|
17277
17286
|
end
|
17278
17287
|
|
@@ -22834,14 +22843,17 @@ module TencentCloud
|
|
22834
22843
|
# @param CycleType: 生产调度任务任务类型
|
22835
22844
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
22836
22845
|
# @type CycleType: Integer
|
22846
|
+
# @param TaskType: 生产任务类型
|
22847
|
+
# @type TaskType: String
|
22837
22848
|
|
22838
|
-
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType
|
22849
|
+
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType
|
22839
22850
|
|
22840
|
-
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil)
|
22851
|
+
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil)
|
22841
22852
|
@WorkflowId = workflowid
|
22842
22853
|
@TaskId = taskid
|
22843
22854
|
@TaskName = taskname
|
22844
22855
|
@CycleType = cycletype
|
22856
|
+
@TaskType = tasktype
|
22845
22857
|
end
|
22846
22858
|
|
22847
22859
|
def deserialize(params)
|
@@ -22849,6 +22861,7 @@ module TencentCloud
|
|
22849
22861
|
@TaskId = params['TaskId']
|
22850
22862
|
@TaskName = params['TaskName']
|
22851
22863
|
@CycleType = params['CycleType']
|
22864
|
+
@TaskType = params['TaskType']
|
22852
22865
|
end
|
22853
22866
|
end
|
22854
22867
|
|
@@ -24859,10 +24872,27 @@ module TencentCloud
|
|
24859
24872
|
# @param ClusterDeployType: EMR集群部署方式:CVM/TKE
|
24860
24873
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24861
24874
|
# @type ClusterDeployType: String
|
24875
|
+
# @param Name: 任务名称
|
24876
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24877
|
+
# @type Name: String
|
24878
|
+
# @param ExecDetail: 执行详情
|
24879
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24880
|
+
# @type ExecDetail: String
|
24881
|
+
# @param PipelineTaskCount: 事中关联任务数量
|
24882
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24883
|
+
# @type PipelineTaskCount: Integer
|
24884
|
+
# @param EnableRuleCount: 有效规则数
|
24885
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24886
|
+
# @type EnableRuleCount: Integer
|
24887
|
+
# @param Description: 任务描述
|
24888
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24889
|
+
# @type Description: String
|
24890
|
+
# @param CreateUserName: 监控创建人
|
24891
|
+
# @type CreateUserName: String
|
24862
24892
|
|
24863
|
-
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
|
24893
|
+
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, :Name, :ExecDetail, :PipelineTaskCount, :EnableRuleCount, :Description, :CreateUserName
|
24864
24894
|
|
24865
|
-
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)
|
24895
|
+
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, name=nil, execdetail=nil, pipelinetaskcount=nil, enablerulecount=nil, description=nil, createusername=nil)
|
24866
24896
|
@RuleGroupId = rulegroupid
|
24867
24897
|
@DatasourceId = datasourceid
|
24868
24898
|
@DatasourceName = datasourcename
|
@@ -24887,6 +24917,12 @@ module TencentCloud
|
|
24887
24917
|
@SubscribeConfig = subscribeconfig
|
24888
24918
|
@DsEnvType = dsenvtype
|
24889
24919
|
@ClusterDeployType = clusterdeploytype
|
24920
|
+
@Name = name
|
24921
|
+
@ExecDetail = execdetail
|
24922
|
+
@PipelineTaskCount = pipelinetaskcount
|
24923
|
+
@EnableRuleCount = enablerulecount
|
24924
|
+
@Description = description
|
24925
|
+
@CreateUserName = createusername
|
24890
24926
|
end
|
24891
24927
|
|
24892
24928
|
def deserialize(params)
|
@@ -24920,6 +24956,12 @@ module TencentCloud
|
|
24920
24956
|
@SubscribeConfig = params['SubscribeConfig']
|
24921
24957
|
@DsEnvType = params['DsEnvType']
|
24922
24958
|
@ClusterDeployType = params['ClusterDeployType']
|
24959
|
+
@Name = params['Name']
|
24960
|
+
@ExecDetail = params['ExecDetail']
|
24961
|
+
@PipelineTaskCount = params['PipelineTaskCount']
|
24962
|
+
@EnableRuleCount = params['EnableRuleCount']
|
24963
|
+
@Description = params['Description']
|
24964
|
+
@CreateUserName = params['CreateUserName']
|
24923
24965
|
end
|
24924
24966
|
end
|
24925
24967
|
|
@@ -25155,10 +25197,22 @@ module TencentCloud
|
|
25155
25197
|
# @param DlcGroupName: DLC资源组
|
25156
25198
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
25157
25199
|
# @type DlcGroupName: String
|
25200
|
+
# @param RuleGroupName: 任务名称
|
25201
|
+
# @type RuleGroupName: String
|
25202
|
+
# @param DatabaseName: 数据库名称
|
25203
|
+
# @type DatabaseName: String
|
25204
|
+
# @param SchemaName: schema名称
|
25205
|
+
# @type SchemaName: String
|
25206
|
+
# @param TableName: 表名称
|
25207
|
+
# @type TableName: String
|
25208
|
+
# @param DatasourceId: 数据源id
|
25209
|
+
# @type DatasourceId: String
|
25210
|
+
# @param Description: 任务描述
|
25211
|
+
# @type Description: String
|
25158
25212
|
|
25159
|
-
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan, :RuleId, :RuleName, :TriggerTypes, :DlcGroupName
|
25213
|
+
attr_accessor :RuleGroupId, :MonitorType, :ExecQueue, :ExecutorGroupId, :ExecutorGroupName, :Tasks, :StartTime, :EndTime, :CycleType, :DelayTime, :CycleStep, :TaskAction, :ExecEngineType, :ExecPlan, :RuleId, :RuleName, :TriggerTypes, :DlcGroupName, :RuleGroupName, :DatabaseName, :SchemaName, :TableName, :DatasourceId, :Description
|
25160
25214
|
|
25161
|
-
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil, ruleid=nil, rulename=nil, triggertypes=nil, dlcgroupname=nil)
|
25215
|
+
def initialize(rulegroupid=nil, monitortype=nil, execqueue=nil, executorgroupid=nil, executorgroupname=nil, tasks=nil, starttime=nil, endtime=nil, cycletype=nil, delaytime=nil, cyclestep=nil, taskaction=nil, execenginetype=nil, execplan=nil, ruleid=nil, rulename=nil, triggertypes=nil, dlcgroupname=nil, rulegroupname=nil, databasename=nil, schemaname=nil, tablename=nil, datasourceid=nil, description=nil)
|
25162
25216
|
@RuleGroupId = rulegroupid
|
25163
25217
|
@MonitorType = monitortype
|
25164
25218
|
@ExecQueue = execqueue
|
@@ -25177,6 +25231,12 @@ module TencentCloud
|
|
25177
25231
|
@RuleName = rulename
|
25178
25232
|
@TriggerTypes = triggertypes
|
25179
25233
|
@DlcGroupName = dlcgroupname
|
25234
|
+
@RuleGroupName = rulegroupname
|
25235
|
+
@DatabaseName = databasename
|
25236
|
+
@SchemaName = schemaname
|
25237
|
+
@TableName = tablename
|
25238
|
+
@DatasourceId = datasourceid
|
25239
|
+
@Description = description
|
25180
25240
|
end
|
25181
25241
|
|
25182
25242
|
def deserialize(params)
|
@@ -25205,6 +25265,12 @@ module TencentCloud
|
|
25205
25265
|
@RuleName = params['RuleName']
|
25206
25266
|
@TriggerTypes = params['TriggerTypes']
|
25207
25267
|
@DlcGroupName = params['DlcGroupName']
|
25268
|
+
@RuleGroupName = params['RuleGroupName']
|
25269
|
+
@DatabaseName = params['DatabaseName']
|
25270
|
+
@SchemaName = params['SchemaName']
|
25271
|
+
@TableName = params['TableName']
|
25272
|
+
@DatasourceId = params['DatasourceId']
|
25273
|
+
@Description = params['Description']
|
25208
25274
|
end
|
25209
25275
|
end
|
25210
25276
|
|
@@ -25324,16 +25390,20 @@ module TencentCloud
|
|
25324
25390
|
# @param RuleName: 规则名称
|
25325
25391
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
25326
25392
|
# @type RuleName: String
|
25393
|
+
# @param AlarmMessageRule: 发送对象
|
25394
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25395
|
+
# @type AlarmMessageRule: String
|
25327
25396
|
|
25328
|
-
attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :WebHooks, :RuleId, :RuleName
|
25397
|
+
attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :WebHooks, :RuleId, :RuleName, :AlarmMessageRule
|
25329
25398
|
|
25330
|
-
def initialize(rulegroupid=nil, receivers=nil, subscribetype=nil, webhooks=nil, ruleid=nil, rulename=nil)
|
25399
|
+
def initialize(rulegroupid=nil, receivers=nil, subscribetype=nil, webhooks=nil, ruleid=nil, rulename=nil, alarmmessagerule=nil)
|
25331
25400
|
@RuleGroupId = rulegroupid
|
25332
25401
|
@Receivers = receivers
|
25333
25402
|
@SubscribeType = subscribetype
|
25334
25403
|
@WebHooks = webhooks
|
25335
25404
|
@RuleId = ruleid
|
25336
25405
|
@RuleName = rulename
|
25406
|
+
@AlarmMessageRule = alarmmessagerule
|
25337
25407
|
end
|
25338
25408
|
|
25339
25409
|
def deserialize(params)
|
@@ -25357,6 +25427,7 @@ module TencentCloud
|
|
25357
25427
|
end
|
25358
25428
|
@RuleId = params['RuleId']
|
25359
25429
|
@RuleName = params['RuleName']
|
25430
|
+
@AlarmMessageRule = params['AlarmMessageRule']
|
25360
25431
|
end
|
25361
25432
|
end
|
25362
25433
|
|
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.1025
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|