tencentcloud-sdk-wedata 3.0.1024 → 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 +70 -8
- 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
@@ -22843,14 +22843,17 @@ module TencentCloud
|
|
22843
22843
|
# @param CycleType: 生产调度任务任务类型
|
22844
22844
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
22845
22845
|
# @type CycleType: Integer
|
22846
|
+
# @param TaskType: 生产任务类型
|
22847
|
+
# @type TaskType: String
|
22846
22848
|
|
22847
|
-
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType
|
22849
|
+
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType
|
22848
22850
|
|
22849
|
-
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil)
|
22851
|
+
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil)
|
22850
22852
|
@WorkflowId = workflowid
|
22851
22853
|
@TaskId = taskid
|
22852
22854
|
@TaskName = taskname
|
22853
22855
|
@CycleType = cycletype
|
22856
|
+
@TaskType = tasktype
|
22854
22857
|
end
|
22855
22858
|
|
22856
22859
|
def deserialize(params)
|
@@ -22858,6 +22861,7 @@ module TencentCloud
|
|
22858
22861
|
@TaskId = params['TaskId']
|
22859
22862
|
@TaskName = params['TaskName']
|
22860
22863
|
@CycleType = params['CycleType']
|
22864
|
+
@TaskType = params['TaskType']
|
22861
22865
|
end
|
22862
22866
|
end
|
22863
22867
|
|
@@ -24868,10 +24872,27 @@ module TencentCloud
|
|
24868
24872
|
# @param ClusterDeployType: EMR集群部署方式:CVM/TKE
|
24869
24873
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24870
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
|
24871
24892
|
|
24872
|
-
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
|
24873
24894
|
|
24874
|
-
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)
|
24875
24896
|
@RuleGroupId = rulegroupid
|
24876
24897
|
@DatasourceId = datasourceid
|
24877
24898
|
@DatasourceName = datasourcename
|
@@ -24896,6 +24917,12 @@ module TencentCloud
|
|
24896
24917
|
@SubscribeConfig = subscribeconfig
|
24897
24918
|
@DsEnvType = dsenvtype
|
24898
24919
|
@ClusterDeployType = clusterdeploytype
|
24920
|
+
@Name = name
|
24921
|
+
@ExecDetail = execdetail
|
24922
|
+
@PipelineTaskCount = pipelinetaskcount
|
24923
|
+
@EnableRuleCount = enablerulecount
|
24924
|
+
@Description = description
|
24925
|
+
@CreateUserName = createusername
|
24899
24926
|
end
|
24900
24927
|
|
24901
24928
|
def deserialize(params)
|
@@ -24929,6 +24956,12 @@ module TencentCloud
|
|
24929
24956
|
@SubscribeConfig = params['SubscribeConfig']
|
24930
24957
|
@DsEnvType = params['DsEnvType']
|
24931
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']
|
24932
24965
|
end
|
24933
24966
|
end
|
24934
24967
|
|
@@ -25164,10 +25197,22 @@ module TencentCloud
|
|
25164
25197
|
# @param DlcGroupName: DLC资源组
|
25165
25198
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
25166
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
|
25167
25212
|
|
25168
|
-
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
|
25169
25214
|
|
25170
|
-
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)
|
25171
25216
|
@RuleGroupId = rulegroupid
|
25172
25217
|
@MonitorType = monitortype
|
25173
25218
|
@ExecQueue = execqueue
|
@@ -25186,6 +25231,12 @@ module TencentCloud
|
|
25186
25231
|
@RuleName = rulename
|
25187
25232
|
@TriggerTypes = triggertypes
|
25188
25233
|
@DlcGroupName = dlcgroupname
|
25234
|
+
@RuleGroupName = rulegroupname
|
25235
|
+
@DatabaseName = databasename
|
25236
|
+
@SchemaName = schemaname
|
25237
|
+
@TableName = tablename
|
25238
|
+
@DatasourceId = datasourceid
|
25239
|
+
@Description = description
|
25189
25240
|
end
|
25190
25241
|
|
25191
25242
|
def deserialize(params)
|
@@ -25214,6 +25265,12 @@ module TencentCloud
|
|
25214
25265
|
@RuleName = params['RuleName']
|
25215
25266
|
@TriggerTypes = params['TriggerTypes']
|
25216
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']
|
25217
25274
|
end
|
25218
25275
|
end
|
25219
25276
|
|
@@ -25333,16 +25390,20 @@ module TencentCloud
|
|
25333
25390
|
# @param RuleName: 规则名称
|
25334
25391
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
25335
25392
|
# @type RuleName: String
|
25393
|
+
# @param AlarmMessageRule: 发送对象
|
25394
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25395
|
+
# @type AlarmMessageRule: String
|
25336
25396
|
|
25337
|
-
attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :WebHooks, :RuleId, :RuleName
|
25397
|
+
attr_accessor :RuleGroupId, :Receivers, :SubscribeType, :WebHooks, :RuleId, :RuleName, :AlarmMessageRule
|
25338
25398
|
|
25339
|
-
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)
|
25340
25400
|
@RuleGroupId = rulegroupid
|
25341
25401
|
@Receivers = receivers
|
25342
25402
|
@SubscribeType = subscribetype
|
25343
25403
|
@WebHooks = webhooks
|
25344
25404
|
@RuleId = ruleid
|
25345
25405
|
@RuleName = rulename
|
25406
|
+
@AlarmMessageRule = alarmmessagerule
|
25346
25407
|
end
|
25347
25408
|
|
25348
25409
|
def deserialize(params)
|
@@ -25366,6 +25427,7 @@ module TencentCloud
|
|
25366
25427
|
end
|
25367
25428
|
@RuleId = params['RuleId']
|
25368
25429
|
@RuleName = params['RuleName']
|
25430
|
+
@AlarmMessageRule = params['AlarmMessageRule']
|
25369
25431
|
end
|
25370
25432
|
end
|
25371
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
|