tencentcloud-sdk-wedata 3.0.1118 → 3.0.1123

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +64 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2c910cb7a7cf4bd05a967afeff88316ba51b9a9
4
- data.tar.gz: 7e5611324ca7a6fa1b25e0aecd885f2a9240e8e0
3
+ metadata.gz: e774c48bbfabd502bd4b2f1c230b4548e6d3d79b
4
+ data.tar.gz: 30bc4981acca257c616d3a0a7e5888504fa0df60
5
5
  SHA512:
6
- metadata.gz: 477398fbfd89d46c6168949723afbcd1cc71dc95f1c5e40d0b218b5ee71dc5e4cddec3ea249ef045815010d51f6ead071234de1e2a65d79249773b59a3e0d40e
7
- data.tar.gz: 699aeafc3293aa38ca7baa9d562bb0276c1da585053f5942b215e34ac21cfa53934abd3070154ab670e937b8029bf8088c6d18f3ca30e8bf7bc8a0b0e606653d
6
+ metadata.gz: 876552ab9fa5a7460c575a166c3e3915c46166d7b14f2c2245eaa1edb2327d7f74152c971f8d578e92ddc93dcabfbb5828dcecda585856ab88e99d42efdfa8e7
7
+ data.tar.gz: 712e77d22871f1617db24457331a683a5796ed3e45f6b06f85391e7940aa06fe6534f98485310a05ac49d6b3e82b23eb1c374b7d6b853e7c0ea2b5c7a400b65e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1118
1
+ 3.0.1123
@@ -3940,14 +3940,18 @@ module TencentCloud
3940
3940
  # @param TriggerRows: 检测不通过行数
3941
3941
  # 注意:此字段可能返回 null,表示取不到有效值。
3942
3942
  # @type TriggerRows: Integer
3943
+ # @param ComputeExpression: 比较关系
3944
+ # 注意:此字段可能返回 null,表示取不到有效值。
3945
+ # @type ComputeExpression: String
3943
3946
 
3944
- attr_accessor :Items, :TotalRows, :PassRows, :TriggerRows
3947
+ attr_accessor :Items, :TotalRows, :PassRows, :TriggerRows, :ComputeExpression
3945
3948
 
3946
- def initialize(items=nil, totalrows=nil, passrows=nil, triggerrows=nil)
3949
+ def initialize(items=nil, totalrows=nil, passrows=nil, triggerrows=nil, computeexpression=nil)
3947
3950
  @Items = items
3948
3951
  @TotalRows = totalrows
3949
3952
  @PassRows = passrows
3950
3953
  @TriggerRows = triggerrows
3954
+ @ComputeExpression = computeexpression
3951
3955
  end
3952
3956
 
3953
3957
  def deserialize(params)
@@ -3962,6 +3966,7 @@ module TencentCloud
3962
3966
  @TotalRows = params['TotalRows']
3963
3967
  @PassRows = params['PassRows']
3964
3968
  @TriggerRows = params['TriggerRows']
3969
+ @ComputeExpression = params['ComputeExpression']
3965
3970
  end
3966
3971
  end
3967
3972
 
@@ -31106,10 +31111,43 @@ module TencentCloud
31106
31111
  # @param TriggerCondition: 触发条件
31107
31112
  # 注意:此字段可能返回 null,表示取不到有效值。
31108
31113
  # @type TriggerCondition: String
31114
+ # @param RuleGroupName: 任务名称
31115
+ # 注意:此字段可能返回 null,表示取不到有效值。
31116
+ # @type RuleGroupName: String
31117
+ # @param DatasourceId: 数据源ID
31118
+ # 注意:此字段可能返回 null,表示取不到有效值。
31119
+ # @type DatasourceId: String
31120
+ # @param DatasourceName: 数据源名称
31121
+ # 注意:此字段可能返回 null,表示取不到有效值。
31122
+ # @type DatasourceName: String
31123
+ # @param DatabaseName: 数据库名称
31124
+ # 注意:此字段可能返回 null,表示取不到有效值。
31125
+ # @type DatabaseName: String
31126
+ # @param SchemaName: 模式名称
31127
+ # 注意:此字段可能返回 null,表示取不到有效值。
31128
+ # @type SchemaName: String
31129
+ # @param TableName: 表名称
31130
+ # 注意:此字段可能返回 null,表示取不到有效值。
31131
+ # @type TableName: String
31132
+ # @param RuleGroupExist: 判断是否屏蔽监控 0.屏蔽 1.不屏蔽
31133
+ # 注意:此字段可能返回 null,表示取不到有效值。
31134
+ # @type RuleGroupExist: Integer
31135
+ # @param DatasourceType: 数据源类型
31136
+ # 注意:此字段可能返回 null,表示取不到有效值。
31137
+ # @type DatasourceType: Integer
31138
+ # @param RuleGroupTableId: 数据表id
31139
+ # 注意:此字段可能返回 null,表示取不到有效值。
31140
+ # @type RuleGroupTableId: Integer
31141
+ # @param MonitorType: 监控方式 1.未配置, 2.关联生产调度, 3.离线周期检测
31142
+ # 注意:此字段可能返回 null,表示取不到有效值。
31143
+ # @type MonitorType: Integer
31144
+ # @param FinishTime: 执行结束时间
31145
+ # 注意:此字段可能返回 null,表示取不到有效值。
31146
+ # @type FinishTime: String
31109
31147
 
31110
- attr_accessor :RuleExecId, :RuleGroupExecId, :RuleGroupId, :RuleId, :RuleName, :RuleType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionExpression, :ExecResultStatus, :TriggerResult, :CompareResult, :TemplateName, :QualityDim, :TargetDBTableName, :TargetObjectValue, :TargetObjectDataType, :FieldConfig, :RelConditionExpr, :StartTime, :AlarmLevel, :TriggerCondition
31148
+ attr_accessor :RuleExecId, :RuleGroupExecId, :RuleGroupId, :RuleId, :RuleName, :RuleType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionExpression, :ExecResultStatus, :TriggerResult, :CompareResult, :TemplateName, :QualityDim, :TargetDBTableName, :TargetObjectValue, :TargetObjectDataType, :FieldConfig, :RelConditionExpr, :StartTime, :AlarmLevel, :TriggerCondition, :RuleGroupName, :DatasourceId, :DatasourceName, :DatabaseName, :SchemaName, :TableName, :RuleGroupExist, :DatasourceType, :RuleGroupTableId, :MonitorType, :FinishTime
31111
31149
 
31112
- def initialize(ruleexecid=nil, rulegroupexecid=nil, rulegroupid=nil, ruleid=nil, rulename=nil, ruletype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditionexpression=nil, execresultstatus=nil, triggerresult=nil, compareresult=nil, templatename=nil, qualitydim=nil, targetdbtablename=nil, targetobjectvalue=nil, targetobjectdatatype=nil, fieldconfig=nil, relconditionexpr=nil, starttime=nil, alarmlevel=nil, triggercondition=nil)
31150
+ def initialize(ruleexecid=nil, rulegroupexecid=nil, rulegroupid=nil, ruleid=nil, rulename=nil, ruletype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditionexpression=nil, execresultstatus=nil, triggerresult=nil, compareresult=nil, templatename=nil, qualitydim=nil, targetdbtablename=nil, targetobjectvalue=nil, targetobjectdatatype=nil, fieldconfig=nil, relconditionexpr=nil, starttime=nil, alarmlevel=nil, triggercondition=nil, rulegroupname=nil, datasourceid=nil, datasourcename=nil, databasename=nil, schemaname=nil, tablename=nil, rulegroupexist=nil, datasourcetype=nil, rulegrouptableid=nil, monitortype=nil, finishtime=nil)
31113
31151
  @RuleExecId = ruleexecid
31114
31152
  @RuleGroupExecId = rulegroupexecid
31115
31153
  @RuleGroupId = rulegroupid
@@ -31132,6 +31170,17 @@ module TencentCloud
31132
31170
  @StartTime = starttime
31133
31171
  @AlarmLevel = alarmlevel
31134
31172
  @TriggerCondition = triggercondition
31173
+ @RuleGroupName = rulegroupname
31174
+ @DatasourceId = datasourceid
31175
+ @DatasourceName = datasourcename
31176
+ @DatabaseName = databasename
31177
+ @SchemaName = schemaname
31178
+ @TableName = tablename
31179
+ @RuleGroupExist = rulegroupexist
31180
+ @DatasourceType = datasourcetype
31181
+ @RuleGroupTableId = rulegrouptableid
31182
+ @MonitorType = monitortype
31183
+ @FinishTime = finishtime
31135
31184
  end
31136
31185
 
31137
31186
  def deserialize(params)
@@ -31163,6 +31212,17 @@ module TencentCloud
31163
31212
  @StartTime = params['StartTime']
31164
31213
  @AlarmLevel = params['AlarmLevel']
31165
31214
  @TriggerCondition = params['TriggerCondition']
31215
+ @RuleGroupName = params['RuleGroupName']
31216
+ @DatasourceId = params['DatasourceId']
31217
+ @DatasourceName = params['DatasourceName']
31218
+ @DatabaseName = params['DatabaseName']
31219
+ @SchemaName = params['SchemaName']
31220
+ @TableName = params['TableName']
31221
+ @RuleGroupExist = params['RuleGroupExist']
31222
+ @DatasourceType = params['DatasourceType']
31223
+ @RuleGroupTableId = params['RuleGroupTableId']
31224
+ @MonitorType = params['MonitorType']
31225
+ @FinishTime = params['FinishTime']
31166
31226
  end
31167
31227
  end
31168
31228
 
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.1118
4
+ version: 3.0.1123
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-08-05 00:00:00.000000000 Z
11
+ date: 2025-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common