tencentcloud-sdk-wedata 3.0.1178 → 3.0.1180

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 +502 -53
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: df1b9c32e4a9698c029ec57e26310bfa98445334
4
- data.tar.gz: 62fcfe143e5dbfd7af641fa6ab00aa2b1fa7ebaf
3
+ metadata.gz: dd84fbed7b6d24cfcb0786f0a38751a8c5bc8502
4
+ data.tar.gz: 450d9876a6b3b77bfa9badd0198e8c3bd5e17a84
5
5
  SHA512:
6
- metadata.gz: c3daed95c0d8ce0105bc7b184bec6f1fca9984be9b801d6fce394348e26c2d9ccc705f8395575ab2195ffa214e9387b5c2e9b3f51dd3e471db3f93035e1ff1f3
7
- data.tar.gz: e333ef732a18c0b447fd6be6fd2a062085aff6c11156087d66d298c2c4573dacf9bf731f4c3cbddbe09b73d6b12e78a18c69197f2fd5912ef0f6a2856baed598
6
+ metadata.gz: 33b1934bbf4a04698f02e10f58482122d04566624ffd0000ca1f4c0c84a7fb1a9ece912f488cf451a654d45572fe2beca2d1391c7a485f7b2e6ca18560c8fef0
7
+ data.tar.gz: 2e66cda1c0cb8d27e0c7e8ddf998fc8aadd4d94da192334efc0968edc51426b068b1378b23ca787b3cdc787abb17812584f1dd7147d4a77217d37aabf645c785
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1178
1
+ 3.0.1180
@@ -1016,6 +1016,205 @@ module TencentCloud
1016
1016
  end
1017
1017
  end
1018
1018
 
1019
+ # 资产维度信息结构定义
1020
+ class AssetDim < TencentCloud::Common::AbstractModel
1021
+ # @param FolderId: 文件夹 ID
1022
+ # 注意:此字段可能返回 null,表示取不到有效值。
1023
+ # @type FolderId: Integer
1024
+ # @param DimCode: 维度编码
1025
+ # 注意:此字段可能返回 null,表示取不到有效值。
1026
+ # @type DimCode: String
1027
+ # @param DimName: 维度名称
1028
+ # 注意:此字段可能返回 null,表示取不到有效值。
1029
+ # @type DimName: String
1030
+ # @param Description: 维度描述
1031
+ # 注意:此字段可能返回 null,表示取不到有效值。
1032
+ # @type Description: String
1033
+ # @param OwnerAccount: 维度负责人UserId
1034
+ # 注意:此字段可能返回 null,表示取不到有效值。
1035
+ # @type OwnerAccount: Integer
1036
+ # @param Owner: 维度负责人名称
1037
+ # 注意:此字段可能返回 null,表示取不到有效值。
1038
+ # @type Owner: String
1039
+ # @param ModifyUserId: 变更人ID
1040
+ # 注意:此字段可能返回 null,表示取不到有效值。
1041
+ # @type ModifyUserId: Integer
1042
+ # @param ModifyUser: 维度最近修改人名称
1043
+ # 注意:此字段可能返回 null,表示取不到有效值。
1044
+ # @type ModifyUser: String
1045
+ # @param ModifyTime: 修改时间
1046
+ # 注意:此字段可能返回 null,表示取不到有效值。
1047
+ # @type ModifyTime: String
1048
+ # @param CreateTime: 创建时间
1049
+ # 注意:此字段可能返回 null,表示取不到有效值。
1050
+ # @type CreateTime: String
1051
+ # @param DimType: 维度录入方式, 取值:manual-手动录入;dict-关联字典表;
1052
+ # 注意:此字段可能返回 null,表示取不到有效值。
1053
+ # @type DimType: String
1054
+ # @param ValuePairCount: 枚举值数量
1055
+ # 注意:此字段可能返回 null,表示取不到有效值。
1056
+ # @type ValuePairCount: Integer
1057
+ # @param IndicatorPairCount: 关联指标数量
1058
+ # 注意:此字段可能返回 null,表示取不到有效值。
1059
+ # @type IndicatorPairCount: Integer
1060
+ # @param TableColumnCount: 关联字段数量
1061
+ # 注意:此字段可能返回 null,表示取不到有效值。
1062
+ # @type TableColumnCount: Integer
1063
+ # @param DimId: 维度 ID
1064
+ # 注意:此字段可能返回 null,表示取不到有效值。
1065
+ # @type DimId: Integer
1066
+ # @param DimTableLink: 维度关联表字段
1067
+ # 注意:此字段可能返回 null,表示取不到有效值。
1068
+ # @type DimTableLink: :class:`Tencentcloud::Wedata.v20210820.models.DimTableLink`
1069
+ # @param ValuePairs: 枚举值列表
1070
+ # 注意:此字段可能返回 null,表示取不到有效值。
1071
+ # @type ValuePairs: Array
1072
+ # @param TableColumns: 维度关联字段
1073
+ # 注意:此字段可能返回 null,表示取不到有效值。
1074
+ # @type TableColumns: Array
1075
+ # @param SourceIndicatorIds: 关联指标列表
1076
+ # 注意:此字段可能返回 null,表示取不到有效值。
1077
+ # @type SourceIndicatorIds: Array
1078
+ # @param DimPermission: 权限
1079
+ # 注意:此字段可能返回 null,表示取不到有效值。
1080
+ # @type DimPermission: :class:`Tencentcloud::Wedata.v20210820.models.PermissionStatus`
1081
+ # @param ProjectId: 项目id
1082
+ # @type ProjectId: String
1083
+ # @param ProjectName: 项目名称
1084
+ # @type ProjectName: String
1085
+
1086
+ attr_accessor :FolderId, :DimCode, :DimName, :Description, :OwnerAccount, :Owner, :ModifyUserId, :ModifyUser, :ModifyTime, :CreateTime, :DimType, :ValuePairCount, :IndicatorPairCount, :TableColumnCount, :DimId, :DimTableLink, :ValuePairs, :TableColumns, :SourceIndicatorIds, :DimPermission, :ProjectId, :ProjectName
1087
+
1088
+ def initialize(folderid=nil, dimcode=nil, dimname=nil, description=nil, owneraccount=nil, owner=nil, modifyuserid=nil, modifyuser=nil, modifytime=nil, createtime=nil, dimtype=nil, valuepaircount=nil, indicatorpaircount=nil, tablecolumncount=nil, dimid=nil, dimtablelink=nil, valuepairs=nil, tablecolumns=nil, sourceindicatorids=nil, dimpermission=nil, projectid=nil, projectname=nil)
1089
+ @FolderId = folderid
1090
+ @DimCode = dimcode
1091
+ @DimName = dimname
1092
+ @Description = description
1093
+ @OwnerAccount = owneraccount
1094
+ @Owner = owner
1095
+ @ModifyUserId = modifyuserid
1096
+ @ModifyUser = modifyuser
1097
+ @ModifyTime = modifytime
1098
+ @CreateTime = createtime
1099
+ @DimType = dimtype
1100
+ @ValuePairCount = valuepaircount
1101
+ @IndicatorPairCount = indicatorpaircount
1102
+ @TableColumnCount = tablecolumncount
1103
+ @DimId = dimid
1104
+ @DimTableLink = dimtablelink
1105
+ @ValuePairs = valuepairs
1106
+ @TableColumns = tablecolumns
1107
+ @SourceIndicatorIds = sourceindicatorids
1108
+ @DimPermission = dimpermission
1109
+ @ProjectId = projectid
1110
+ @ProjectName = projectname
1111
+ end
1112
+
1113
+ def deserialize(params)
1114
+ @FolderId = params['FolderId']
1115
+ @DimCode = params['DimCode']
1116
+ @DimName = params['DimName']
1117
+ @Description = params['Description']
1118
+ @OwnerAccount = params['OwnerAccount']
1119
+ @Owner = params['Owner']
1120
+ @ModifyUserId = params['ModifyUserId']
1121
+ @ModifyUser = params['ModifyUser']
1122
+ @ModifyTime = params['ModifyTime']
1123
+ @CreateTime = params['CreateTime']
1124
+ @DimType = params['DimType']
1125
+ @ValuePairCount = params['ValuePairCount']
1126
+ @IndicatorPairCount = params['IndicatorPairCount']
1127
+ @TableColumnCount = params['TableColumnCount']
1128
+ @DimId = params['DimId']
1129
+ unless params['DimTableLink'].nil?
1130
+ @DimTableLink = DimTableLink.new
1131
+ @DimTableLink.deserialize(params['DimTableLink'])
1132
+ end
1133
+ unless params['ValuePairs'].nil?
1134
+ @ValuePairs = []
1135
+ params['ValuePairs'].each do |i|
1136
+ pair_tmp = Pair.new
1137
+ pair_tmp.deserialize(i)
1138
+ @ValuePairs << pair_tmp
1139
+ end
1140
+ end
1141
+ unless params['TableColumns'].nil?
1142
+ @TableColumns = []
1143
+ params['TableColumns'].each do |i|
1144
+ assetdimtablecolumn_tmp = AssetDimTableColumn.new
1145
+ assetdimtablecolumn_tmp.deserialize(i)
1146
+ @TableColumns << assetdimtablecolumn_tmp
1147
+ end
1148
+ end
1149
+ unless params['SourceIndicatorIds'].nil?
1150
+ @SourceIndicatorIds = []
1151
+ params['SourceIndicatorIds'].each do |i|
1152
+ indicatorbasesimpleinfo_tmp = IndicatorBaseSimpleInfo.new
1153
+ indicatorbasesimpleinfo_tmp.deserialize(i)
1154
+ @SourceIndicatorIds << indicatorbasesimpleinfo_tmp
1155
+ end
1156
+ end
1157
+ unless params['DimPermission'].nil?
1158
+ @DimPermission = PermissionStatus.new
1159
+ @DimPermission.deserialize(params['DimPermission'])
1160
+ end
1161
+ @ProjectId = params['ProjectId']
1162
+ @ProjectName = params['ProjectName']
1163
+ end
1164
+ end
1165
+
1166
+ # 资产维度关联数据表字段结构定义
1167
+ class AssetDimTableColumn < TencentCloud::Common::AbstractModel
1168
+ # @param ColumnName: 表字段名称
1169
+ # 注意:此字段可能返回 null,表示取不到有效值。
1170
+ # @type ColumnName: String
1171
+ # @param ColumnNameCn: 表字段中文名称
1172
+ # 注意:此字段可能返回 null,表示取不到有效值。
1173
+ # @type ColumnNameCn: String
1174
+ # @param ColumnType: 表字段类型
1175
+ # 注意:此字段可能返回 null,表示取不到有效值。
1176
+ # @type ColumnType: String
1177
+ # @param ColumnDescription: 表字段描述
1178
+ # 注意:此字段可能返回 null,表示取不到有效值。
1179
+ # @type ColumnDescription: String
1180
+ # @param TableName: 表名称
1181
+ # 注意:此字段可能返回 null,表示取不到有效值。
1182
+ # @type TableName: String
1183
+ # @param TableGuid: 表GUID
1184
+ # 注意:此字段可能返回 null,表示取不到有效值。
1185
+ # @type TableGuid: String
1186
+ # @param DatabaseName: 表归属的数据库名称
1187
+ # 注意:此字段可能返回 null,表示取不到有效值。
1188
+ # @type DatabaseName: String
1189
+ # @param SchemaName: 表归属的Schema名称
1190
+ # 注意:此字段可能返回 null,表示取不到有效值。
1191
+ # @type SchemaName: String
1192
+
1193
+ attr_accessor :ColumnName, :ColumnNameCn, :ColumnType, :ColumnDescription, :TableName, :TableGuid, :DatabaseName, :SchemaName
1194
+
1195
+ def initialize(columnname=nil, columnnamecn=nil, columntype=nil, columndescription=nil, tablename=nil, tableguid=nil, databasename=nil, schemaname=nil)
1196
+ @ColumnName = columnname
1197
+ @ColumnNameCn = columnnamecn
1198
+ @ColumnType = columntype
1199
+ @ColumnDescription = columndescription
1200
+ @TableName = tablename
1201
+ @TableGuid = tableguid
1202
+ @DatabaseName = databasename
1203
+ @SchemaName = schemaname
1204
+ end
1205
+
1206
+ def deserialize(params)
1207
+ @ColumnName = params['ColumnName']
1208
+ @ColumnNameCn = params['ColumnNameCn']
1209
+ @ColumnType = params['ColumnType']
1210
+ @ColumnDescription = params['ColumnDescription']
1211
+ @TableName = params['TableName']
1212
+ @TableGuid = params['TableGuid']
1213
+ @DatabaseName = params['DatabaseName']
1214
+ @SchemaName = params['SchemaName']
1215
+ end
1216
+ end
1217
+
1019
1218
  # 操作资源DTO
1020
1219
  class AsyncResourceVO < TencentCloud::Common::AbstractModel
1021
1220
  # @param ProcessId: 处理Id
@@ -2850,8 +3049,8 @@ module TencentCloud
2850
3049
 
2851
3050
  attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
2852
3051
  extend Gem::Deprecate
2853
- deprecate :TaskId, :none, 2025, 10
2854
- deprecate :TaskId=, :none, 2025, 10
3052
+ deprecate :TaskId, :none, 2025, 12
3053
+ deprecate :TaskId=, :none, 2025, 12
2855
3054
 
2856
3055
  def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
2857
3056
  @ProjectId = projectid
@@ -3747,10 +3946,22 @@ module TencentCloud
3747
3946
  # @param Specification: 字段使用说明
3748
3947
  # 注意:此字段可能返回 null,表示取不到有效值。
3749
3948
  # @type Specification: String
3949
+ # @param CategoryName: 目录名称
3950
+ # 注意:此字段可能返回 null,表示取不到有效值。
3951
+ # @type CategoryName: String
3952
+ # @param OriginType: 源类型
3953
+ # 注意:此字段可能返回 null,表示取不到有效值。
3954
+ # @type OriginType: String
3955
+ # @param IndicatorBase: 列绑定的指标信息
3956
+ # 注意:此字段可能返回 null,表示取不到有效值。
3957
+ # @type IndicatorBase: :class:`Tencentcloud::Wedata.v20210820.models.IndicatorBaseSimpleInfo`
3958
+ # @param AssetDim: 列绑定的维度信息
3959
+ # 注意:此字段可能返回 null,表示取不到有效值。
3960
+ # @type AssetDim: :class:`Tencentcloud::Wedata.v20210820.models.AssetDim`
3750
3961
 
3751
- attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank, :InfluxCategory, :Specification
3962
+ attr_accessor :NameEn, :NameCn, :Type, :Description, :Position, :IsPartition, :Name, :ColumnFamiliesFieldSet, :DictionaryId, :DictionaryName, :LevelName, :LevelRank, :InfluxCategory, :Specification, :CategoryName, :OriginType, :IndicatorBase, :AssetDim
3752
3963
 
3753
- 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, influxcategory=nil, specification=nil)
3964
+ 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, influxcategory=nil, specification=nil, categoryname=nil, origintype=nil, indicatorbase=nil, assetdim=nil)
3754
3965
  @NameEn = nameen
3755
3966
  @NameCn = namecn
3756
3967
  @Type = type
@@ -3765,6 +3976,10 @@ module TencentCloud
3765
3976
  @LevelRank = levelrank
3766
3977
  @InfluxCategory = influxcategory
3767
3978
  @Specification = specification
3979
+ @CategoryName = categoryname
3980
+ @OriginType = origintype
3981
+ @IndicatorBase = indicatorbase
3982
+ @AssetDim = assetdim
3768
3983
  end
3769
3984
 
3770
3985
  def deserialize(params)
@@ -3789,6 +4004,16 @@ module TencentCloud
3789
4004
  @LevelRank = params['LevelRank']
3790
4005
  @InfluxCategory = params['InfluxCategory']
3791
4006
  @Specification = params['Specification']
4007
+ @CategoryName = params['CategoryName']
4008
+ @OriginType = params['OriginType']
4009
+ unless params['IndicatorBase'].nil?
4010
+ @IndicatorBase = IndicatorBaseSimpleInfo.new
4011
+ @IndicatorBase.deserialize(params['IndicatorBase'])
4012
+ end
4013
+ unless params['AssetDim'].nil?
4014
+ @AssetDim = AssetDim.new
4015
+ @AssetDim.deserialize(params['AssetDim'])
4016
+ end
3792
4017
  end
3793
4018
  end
3794
4019
 
@@ -4024,15 +4249,20 @@ module TencentCloud
4024
4249
  # @param Id: 返回补录计划名称_ok
4025
4250
  # 注意:此字段可能返回 null,表示取不到有效值。
4026
4251
  # @type Id: String
4252
+ # @param MakeId: 补录计划Id
4253
+ # 注意:此字段可能返回 null,表示取不到有效值。
4254
+ # @type MakeId: String
4027
4255
 
4028
- attr_accessor :Id
4256
+ attr_accessor :Id, :MakeId
4029
4257
 
4030
- def initialize(id=nil)
4258
+ def initialize(id=nil, makeid=nil)
4031
4259
  @Id = id
4260
+ @MakeId = makeid
4032
4261
  end
4033
4262
 
4034
4263
  def deserialize(params)
4035
4264
  @Id = params['Id']
4265
+ @MakeId = params['MakeId']
4036
4266
  end
4037
4267
  end
4038
4268
 
@@ -6364,10 +6594,12 @@ module TencentCloud
6364
6594
  # @param BizParams: 配置信息
6365
6595
  # 注意:此字段可能返回 null,表示取不到有效值。
6366
6596
  # @type BizParams: String
6597
+ # @param TcCatalogOpen: 是否支持tccatalog
6598
+ # @type TcCatalogOpen: Boolean
6367
6599
 
6368
- attr_accessor :Env, :DataSourceType, :ClusterId, :Params, :ProjectId, :DataSourceId, :EnvDataSourceId, :BizParams
6600
+ attr_accessor :Env, :DataSourceType, :ClusterId, :Params, :ProjectId, :DataSourceId, :EnvDataSourceId, :BizParams, :TcCatalogOpen
6369
6601
 
6370
- def initialize(env=nil, datasourcetype=nil, clusterid=nil, params=nil, projectid=nil, datasourceid=nil, envdatasourceid=nil, bizparams=nil)
6602
+ def initialize(env=nil, datasourcetype=nil, clusterid=nil, params=nil, projectid=nil, datasourceid=nil, envdatasourceid=nil, bizparams=nil, tccatalogopen=nil)
6371
6603
  @Env = env
6372
6604
  @DataSourceType = datasourcetype
6373
6605
  @ClusterId = clusterid
@@ -6376,6 +6608,7 @@ module TencentCloud
6376
6608
  @DataSourceId = datasourceid
6377
6609
  @EnvDataSourceId = envdatasourceid
6378
6610
  @BizParams = bizparams
6611
+ @TcCatalogOpen = tccatalogopen
6379
6612
  end
6380
6613
 
6381
6614
  def deserialize(params)
@@ -6387,6 +6620,7 @@ module TencentCloud
6387
6620
  @DataSourceId = params['DataSourceId']
6388
6621
  @EnvDataSourceId = params['EnvDataSourceId']
6389
6622
  @BizParams = params['BizParams']
6623
+ @TcCatalogOpen = params['TcCatalogOpen']
6390
6624
  end
6391
6625
  end
6392
6626
 
@@ -6517,10 +6751,12 @@ module TencentCloud
6517
6751
  # @param DatasourceType: 数据源类型
6518
6752
  # 注意:此字段可能返回 null,表示取不到有效值。
6519
6753
  # @type DatasourceType: String
6754
+ # @param TcCatalogOpen: 是否开通tccatalog,默认没有开启
6755
+ # @type TcCatalogOpen: Boolean
6520
6756
 
6521
- attr_accessor :DatabaseName, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :AppId, :BizParams, :Category, :Display, :OwnerAccount, :Params, :Status, :OwnerAccountName, :ClusterName, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :AuthorityProjectName, :AuthorityUserName, :Edit, :Author, :Deliver, :DataSourceStatus, :CreateTime, :ParamsString, :BizParamsString, :ModifiedTime, :ShowType, :ProductId, :DevelopmentId, :DevelopmentParams, :ConnectStatus, :DisplayType, :Env, :DatasourceUrn, :Model, :DataSourceEnvInfos, :ForbidProbe, :DatasourceType
6757
+ attr_accessor :DatabaseName, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :AppId, :BizParams, :Category, :Display, :OwnerAccount, :Params, :Status, :OwnerAccountName, :ClusterName, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :AuthorityProjectName, :AuthorityUserName, :Edit, :Author, :Deliver, :DataSourceStatus, :CreateTime, :ParamsString, :BizParamsString, :ModifiedTime, :ShowType, :ProductId, :DevelopmentId, :DevelopmentParams, :ConnectStatus, :DisplayType, :Env, :DatasourceUrn, :Model, :DataSourceEnvInfos, :ForbidProbe, :DatasourceType, :TcCatalogOpen
6522
6758
 
6523
- def initialize(databasename=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, appid=nil, bizparams=nil, category=nil, display=nil, owneraccount=nil, params=nil, status=nil, owneraccountname=nil, clustername=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, authorityprojectname=nil, authorityusername=nil, edit=nil, author=nil, deliver=nil, datasourcestatus=nil, createtime=nil, paramsstring=nil, bizparamsstring=nil, modifiedtime=nil, showtype=nil, productid=nil, developmentid=nil, developmentparams=nil, connectstatus=nil, displaytype=nil, env=nil, datasourceurn=nil, model=nil, datasourceenvinfos=nil, forbidprobe=nil, datasourcetype=nil)
6759
+ def initialize(databasename=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, appid=nil, bizparams=nil, category=nil, display=nil, owneraccount=nil, params=nil, status=nil, owneraccountname=nil, clustername=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, authorityprojectname=nil, authorityusername=nil, edit=nil, author=nil, deliver=nil, datasourcestatus=nil, createtime=nil, paramsstring=nil, bizparamsstring=nil, modifiedtime=nil, showtype=nil, productid=nil, developmentid=nil, developmentparams=nil, connectstatus=nil, displaytype=nil, env=nil, datasourceurn=nil, model=nil, datasourceenvinfos=nil, forbidprobe=nil, datasourcetype=nil, tccatalogopen=nil)
6524
6760
  @DatabaseName = databasename
6525
6761
  @Description = description
6526
6762
  @ID = id
@@ -6563,6 +6799,7 @@ module TencentCloud
6563
6799
  @DataSourceEnvInfos = datasourceenvinfos
6564
6800
  @ForbidProbe = forbidprobe
6565
6801
  @DatasourceType = datasourcetype
6802
+ @TcCatalogOpen = tccatalogopen
6566
6803
  end
6567
6804
 
6568
6805
  def deserialize(params)
@@ -6618,6 +6855,7 @@ module TencentCloud
6618
6855
  end
6619
6856
  @ForbidProbe = params['ForbidProbe']
6620
6857
  @DatasourceType = params['DatasourceType']
6858
+ @TcCatalogOpen = params['TcCatalogOpen']
6621
6859
  end
6622
6860
  end
6623
6861
 
@@ -10386,12 +10624,12 @@ module TencentCloud
10386
10624
 
10387
10625
  attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType, :ConsumeCount
10388
10626
  extend Gem::Deprecate
10389
- deprecate :EventType, :none, 2025, 10
10390
- deprecate :EventType=, :none, 2025, 10
10391
- deprecate :EventBroadcastType, :none, 2025, 10
10392
- deprecate :EventBroadcastType=, :none, 2025, 10
10393
- deprecate :Status, :none, 2025, 10
10394
- deprecate :Status=, :none, 2025, 10
10627
+ deprecate :EventType, :none, 2025, 12
10628
+ deprecate :EventType=, :none, 2025, 12
10629
+ deprecate :EventBroadcastType, :none, 2025, 12
10630
+ deprecate :EventBroadcastType=, :none, 2025, 12
10631
+ deprecate :Status, :none, 2025, 12
10632
+ deprecate :Status=, :none, 2025, 12
10395
10633
 
10396
10634
  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, consumecount=nil)
10397
10635
  @ProjectId = projectid
@@ -12334,10 +12572,14 @@ module TencentCloud
12334
12572
  # @type ScheduleTimeZone: String
12335
12573
  # @param RunPriorityList: 根据任务优先级筛选
12336
12574
  # @type RunPriorityList: Array
12575
+ # @param IncludeManualTask: 是否包含手动工作流
12576
+ # @type IncludeManualTask: String
12577
+ # @param CheckPrivilege: 是否检查权限
12578
+ # @type CheckPrivilege: Boolean
12337
12579
 
12338
- attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :ExecutorGroupIdList, :TaskTags, :KeyWord, :InitStrategy, :RequestResourceTypes, :ProjectIds, :BlackTaskIdList, :ScheduleTimeZone, :RunPriorityList
12580
+ attr_accessor :ProjectId, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :PageNumber, :PageSize, :SortItem, :SortType, :InChargeList, :TaskTypeIdList, :StatusList, :TaskCycleUnitList, :ProductNameList, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :AlarmType, :ExecutorGroupIdList, :TaskTags, :KeyWord, :InitStrategy, :RequestResourceTypes, :ProjectIds, :BlackTaskIdList, :ScheduleTimeZone, :RunPriorityList, :IncludeManualTask, :CheckPrivilege
12339
12581
 
12340
- def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, executorgroupidlist=nil, tasktags=nil, keyword=nil, initstrategy=nil, requestresourcetypes=nil, projectids=nil, blacktaskidlist=nil, scheduletimezone=nil, runprioritylist=nil)
12582
+ def initialize(projectid=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, inchargelist=nil, tasktypeidlist=nil, statuslist=nil, taskcycleunitlist=nil, productnamelist=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, alarmtype=nil, executorgroupidlist=nil, tasktags=nil, keyword=nil, initstrategy=nil, requestresourcetypes=nil, projectids=nil, blacktaskidlist=nil, scheduletimezone=nil, runprioritylist=nil, includemanualtask=nil, checkprivilege=nil)
12341
12583
  @ProjectId = projectid
12342
12584
  @FolderIdList = folderidlist
12343
12585
  @WorkFlowIdList = workflowidlist
@@ -12367,6 +12609,8 @@ module TencentCloud
12367
12609
  @BlackTaskIdList = blacktaskidlist
12368
12610
  @ScheduleTimeZone = scheduletimezone
12369
12611
  @RunPriorityList = runprioritylist
12612
+ @IncludeManualTask = includemanualtask
12613
+ @CheckPrivilege = checkprivilege
12370
12614
  end
12371
12615
 
12372
12616
  def deserialize(params)
@@ -12406,6 +12650,8 @@ module TencentCloud
12406
12650
  @BlackTaskIdList = params['BlackTaskIdList']
12407
12651
  @ScheduleTimeZone = params['ScheduleTimeZone']
12408
12652
  @RunPriorityList = params['RunPriorityList']
12653
+ @IncludeManualTask = params['IncludeManualTask']
12654
+ @CheckPrivilege = params['CheckPrivilege']
12409
12655
  end
12410
12656
  end
12411
12657
 
@@ -12716,10 +12962,14 @@ module TencentCloud
12716
12962
  # @type KeyWord: String
12717
12963
  # @param ScheduleTimeZone: **时区** timeZone, 默认UTC+8
12718
12964
  # @type ScheduleTimeZone: String
12965
+ # @param CheckPrivilege: 是否过滤无权限的工作流
12966
+ # true: 过滤无权限的仅返回有权限的工作流列表(默认)
12967
+ # false: 返回所有的工作流列表
12968
+ # @type CheckPrivilege: Boolean
12719
12969
 
12720
- attr_accessor :ProjectId, :ProductNameList, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :StatusList, :InChargeList, :PageNumber, :PageSize, :SortItem, :SortType, :ProjectIds, :WorkflowTypeList, :KeyWord, :ScheduleTimeZone
12970
+ attr_accessor :ProjectId, :ProductNameList, :FolderIdList, :WorkFlowIdList, :WorkFlowNameList, :TaskNameList, :TaskIdList, :StatusList, :InChargeList, :PageNumber, :PageSize, :SortItem, :SortType, :ProjectIds, :WorkflowTypeList, :KeyWord, :ScheduleTimeZone, :CheckPrivilege
12721
12971
 
12722
- def initialize(projectid=nil, productnamelist=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, statuslist=nil, inchargelist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, projectids=nil, workflowtypelist=nil, keyword=nil, scheduletimezone=nil)
12972
+ def initialize(projectid=nil, productnamelist=nil, folderidlist=nil, workflowidlist=nil, workflownamelist=nil, tasknamelist=nil, taskidlist=nil, statuslist=nil, inchargelist=nil, pagenumber=nil, pagesize=nil, sortitem=nil, sorttype=nil, projectids=nil, workflowtypelist=nil, keyword=nil, scheduletimezone=nil, checkprivilege=nil)
12723
12973
  @ProjectId = projectid
12724
12974
  @ProductNameList = productnamelist
12725
12975
  @FolderIdList = folderidlist
@@ -12737,6 +12987,7 @@ module TencentCloud
12737
12987
  @WorkflowTypeList = workflowtypelist
12738
12988
  @KeyWord = keyword
12739
12989
  @ScheduleTimeZone = scheduletimezone
12990
+ @CheckPrivilege = checkprivilege
12740
12991
  end
12741
12992
 
12742
12993
  def deserialize(params)
@@ -12757,6 +13008,7 @@ module TencentCloud
12757
13008
  @WorkflowTypeList = params['WorkflowTypeList']
12758
13009
  @KeyWord = params['KeyWord']
12759
13010
  @ScheduleTimeZone = params['ScheduleTimeZone']
13011
+ @CheckPrivilege = params['CheckPrivilege']
12760
13012
  end
12761
13013
  end
12762
13014
 
@@ -17372,10 +17624,14 @@ module TencentCloud
17372
17624
  # @type PageSize: Integer
17373
17625
  # @param PageIndex: 分页索引
17374
17626
  # @type PageIndex: Integer
17627
+ # @param StatusList: 状态列表 LAUNCHED:等待运行 RUNNING:运行中 KILLING:终止中 KILLED:已终止 SUCCESS:成功 FAILED:失败 SKIP_RUNNING 跳过运行 NEVER_RUN:未运行
17628
+ # @type StatusList: Array
17629
+ # @param OrderConditionList: 排序条件 排序的key:timeCost,startTime
17630
+ # @type OrderConditionList: Array
17375
17631
 
17376
- attr_accessor :ProjectId, :TaskId, :SearchWord, :SearchUserUin, :CreateTime, :EndTime, :RecordIdList, :PageSize, :PageIndex
17632
+ attr_accessor :ProjectId, :TaskId, :SearchWord, :SearchUserUin, :CreateTime, :EndTime, :RecordIdList, :PageSize, :PageIndex, :StatusList, :OrderConditionList
17377
17633
 
17378
- def initialize(projectid=nil, taskid=nil, searchword=nil, searchuseruin=nil, createtime=nil, endtime=nil, recordidlist=nil, pagesize=nil, pageindex=nil)
17634
+ def initialize(projectid=nil, taskid=nil, searchword=nil, searchuseruin=nil, createtime=nil, endtime=nil, recordidlist=nil, pagesize=nil, pageindex=nil, statuslist=nil, orderconditionlist=nil)
17379
17635
  @ProjectId = projectid
17380
17636
  @TaskId = taskid
17381
17637
  @SearchWord = searchword
@@ -17385,6 +17641,8 @@ module TencentCloud
17385
17641
  @RecordIdList = recordidlist
17386
17642
  @PageSize = pagesize
17387
17643
  @PageIndex = pageindex
17644
+ @StatusList = statuslist
17645
+ @OrderConditionList = orderconditionlist
17388
17646
  end
17389
17647
 
17390
17648
  def deserialize(params)
@@ -17397,6 +17655,15 @@ module TencentCloud
17397
17655
  @RecordIdList = params['RecordIdList']
17398
17656
  @PageSize = params['PageSize']
17399
17657
  @PageIndex = params['PageIndex']
17658
+ @StatusList = params['StatusList']
17659
+ unless params['OrderConditionList'].nil?
17660
+ @OrderConditionList = []
17661
+ params['OrderConditionList'].each do |i|
17662
+ ordercondition_tmp = OrderCondition.new
17663
+ ordercondition_tmp.deserialize(i)
17664
+ @OrderConditionList << ordercondition_tmp
17665
+ end
17666
+ end
17400
17667
  end
17401
17668
  end
17402
17669
 
@@ -18049,6 +18316,38 @@ module TencentCloud
18049
18316
  end
18050
18317
  end
18051
18318
 
18319
+ # 维度关联单个表字段
18320
+ class DimTableLink < TencentCloud::Common::AbstractModel
18321
+ # @param Key: 维度主键KEY对应的表列
18322
+ # 注意:此字段可能返回 null,表示取不到有效值。
18323
+ # @type Key: String
18324
+ # @param Value: 维度值对应的表列
18325
+ # 注意:此字段可能返回 null,表示取不到有效值。
18326
+ # @type Value: String
18327
+ # @param TableGuid: 表 GUID
18328
+ # 注意:此字段可能返回 null,表示取不到有效值。
18329
+ # @type TableGuid: String
18330
+ # @param TableName: 表名称
18331
+ # 注意:此字段可能返回 null,表示取不到有效值。
18332
+ # @type TableName: String
18333
+
18334
+ attr_accessor :Key, :Value, :TableGuid, :TableName
18335
+
18336
+ def initialize(key=nil, value=nil, tableguid=nil, tablename=nil)
18337
+ @Key = key
18338
+ @Value = value
18339
+ @TableGuid = tableguid
18340
+ @TableName = tablename
18341
+ end
18342
+
18343
+ def deserialize(params)
18344
+ @Key = params['Key']
18345
+ @Value = params['Value']
18346
+ @TableGuid = params['TableGuid']
18347
+ @TableName = params['TableName']
18348
+ end
18349
+ end
18350
+
18052
18351
  # 维度统计业务视图
18053
18352
  class DimensionCount < TencentCloud::Common::AbstractModel
18054
18353
  # @param DimType: 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
@@ -18063,8 +18362,8 @@ module TencentCloud
18063
18362
 
18064
18363
  attr_accessor :DimType, :Count, :QualityDim
18065
18364
  extend Gem::Deprecate
18066
- deprecate :DimType, :none, 2025, 10
18067
- deprecate :DimType=, :none, 2025, 10
18365
+ deprecate :DimType, :none, 2025, 12
18366
+ deprecate :DimType=, :none, 2025, 12
18068
18367
 
18069
18368
  def initialize(dimtype=nil, count=nil, qualitydim=nil)
18070
18369
  @DimType = dimtype
@@ -21598,6 +21897,62 @@ module TencentCloud
21598
21897
  end
21599
21898
  end
21600
21899
 
21900
+ # 指标列表简单结构
21901
+ class IndicatorBaseSimpleInfo < TencentCloud::Common::AbstractModel
21902
+ # @param Id: ID
21903
+ # @type Id: Integer
21904
+ # @param Name: 名称
21905
+ # 注意:此字段可能返回 null,表示取不到有效值。
21906
+ # @type Name: String
21907
+ # @param MeasureUnit: 单位
21908
+ # 注意:此字段可能返回 null,表示取不到有效值。
21909
+ # @type MeasureUnit: Integer
21910
+ # @param Status: 状态
21911
+ # 注意:此字段可能返回 null,表示取不到有效值。
21912
+ # @type Status: Integer
21913
+ # @param IndicatorCode: 编码
21914
+ # 注意:此字段可能返回 null,表示取不到有效值。
21915
+ # @type IndicatorCode: String
21916
+ # @param BizOwnerName: 业务负责人名称
21917
+ # 注意:此字段可能返回 null,表示取不到有效值。
21918
+ # @type BizOwnerName: String
21919
+ # @param TechOwnerName: 技术服务站名称
21920
+ # 注意:此字段可能返回 null,表示取不到有效值。
21921
+ # @type TechOwnerName: String
21922
+ # @param BizCaliber: 业务口径
21923
+ # 注意:此字段可能返回 null,表示取不到有效值。
21924
+ # @type BizCaliber: String
21925
+ # @param IndicatorType: 指标类型(1-原子指标 2-衍生指标 3-复合指标)
21926
+ # 注意:此字段可能返回 null,表示取不到有效值。
21927
+ # @type IndicatorType: Integer
21928
+
21929
+ attr_accessor :Id, :Name, :MeasureUnit, :Status, :IndicatorCode, :BizOwnerName, :TechOwnerName, :BizCaliber, :IndicatorType
21930
+
21931
+ def initialize(id=nil, name=nil, measureunit=nil, status=nil, indicatorcode=nil, bizownername=nil, techownername=nil, bizcaliber=nil, indicatortype=nil)
21932
+ @Id = id
21933
+ @Name = name
21934
+ @MeasureUnit = measureunit
21935
+ @Status = status
21936
+ @IndicatorCode = indicatorcode
21937
+ @BizOwnerName = bizownername
21938
+ @TechOwnerName = techownername
21939
+ @BizCaliber = bizcaliber
21940
+ @IndicatorType = indicatortype
21941
+ end
21942
+
21943
+ def deserialize(params)
21944
+ @Id = params['Id']
21945
+ @Name = params['Name']
21946
+ @MeasureUnit = params['MeasureUnit']
21947
+ @Status = params['Status']
21948
+ @IndicatorCode = params['IndicatorCode']
21949
+ @BizOwnerName = params['BizOwnerName']
21950
+ @TechOwnerName = params['TechOwnerName']
21951
+ @BizCaliber = params['BizCaliber']
21952
+ @IndicatorType = params['IndicatorType']
21953
+ end
21954
+ end
21955
+
21601
21956
  # 实例查询类型
21602
21957
  class InstanceApiOpsRequest < TencentCloud::Common::AbstractModel
21603
21958
  # @param Instance: 单个查询条件
@@ -22996,10 +23351,12 @@ module TencentCloud
22996
23351
  # @type InstanceCycleType: String
22997
23352
  # @param InstanceSchedulerDesc: 实例执行计划描述
22998
23353
  # @type InstanceSchedulerDesc: String
23354
+ # @param Privileges: 当前用户对该实例的权限列表
23355
+ # @type Privileges: Array
22999
23356
 
23000
- attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName, :RelatedInstanceList, :RelatedInstanceSize, :OwnerId, :UserId, :InstanceLifeCycleOpsDto, :RetryAttempts, :DeletedFatherList, :CirculateInstanceList, :ConcurrentStrategy, :ScheduleRunType, :AllowRedoType, :InstanceCycleType, :InstanceSchedulerDesc
23357
+ attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName, :RelatedInstanceList, :RelatedInstanceSize, :OwnerId, :UserId, :InstanceLifeCycleOpsDto, :RetryAttempts, :DeletedFatherList, :CirculateInstanceList, :ConcurrentStrategy, :ScheduleRunType, :AllowRedoType, :InstanceCycleType, :InstanceSchedulerDesc, :Privileges
23001
23358
 
23002
- def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil, relatedinstancelist=nil, relatedinstancesize=nil, ownerid=nil, userid=nil, instancelifecycleopsdto=nil, retryattempts=nil, deletedfatherlist=nil, circulateinstancelist=nil, concurrentstrategy=nil, scheduleruntype=nil, allowredotype=nil, instancecycletype=nil, instanceschedulerdesc=nil)
23359
+ def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil, relatedinstancelist=nil, relatedinstancesize=nil, ownerid=nil, userid=nil, instancelifecycleopsdto=nil, retryattempts=nil, deletedfatherlist=nil, circulateinstancelist=nil, concurrentstrategy=nil, scheduleruntype=nil, allowredotype=nil, instancecycletype=nil, instanceschedulerdesc=nil, privileges=nil)
23003
23360
  @TaskId = taskid
23004
23361
  @TaskName = taskname
23005
23362
  @WorkflowId = workflowid
@@ -23067,6 +23424,7 @@ module TencentCloud
23067
23424
  @AllowRedoType = allowredotype
23068
23425
  @InstanceCycleType = instancecycletype
23069
23426
  @InstanceSchedulerDesc = instanceschedulerdesc
23427
+ @Privileges = privileges
23070
23428
  end
23071
23429
 
23072
23430
  def deserialize(params)
@@ -23157,6 +23515,7 @@ module TencentCloud
23157
23515
  @AllowRedoType = params['AllowRedoType']
23158
23516
  @InstanceCycleType = params['InstanceCycleType']
23159
23517
  @InstanceSchedulerDesc = params['InstanceSchedulerDesc']
23518
+ @Privileges = params['Privileges']
23160
23519
  end
23161
23520
  end
23162
23521
 
@@ -26830,8 +27189,8 @@ module TencentCloud
26830
27189
 
26831
27190
  attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs, :ExecutionTTL, :ScriptChange, :InChargeIds
26832
27191
  extend Gem::Deprecate
26833
- deprecate :InCharge, :none, 2025, 10
26834
- deprecate :InCharge=, :none, 2025, 10
27192
+ deprecate :InCharge, :none, 2025, 12
27193
+ deprecate :InCharge=, :none, 2025, 12
26835
27194
 
26836
27195
  def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil, executionttl=nil, scriptchange=nil, inchargeids=nil)
26837
27196
  @ProjectId = projectid
@@ -28715,6 +29074,33 @@ module TencentCloud
28715
29074
  end
28716
29075
  end
28717
29076
 
29077
+ # 读写权限状态
29078
+ class PermissionStatus < TencentCloud::Common::AbstractModel
29079
+ # @param CanWrite: 写权限
29080
+ # 注意:此字段可能返回 null,表示取不到有效值。
29081
+ # @type CanWrite: Boolean
29082
+ # @param CanDelete: 写权限
29083
+ # 注意:此字段可能返回 null,表示取不到有效值。
29084
+ # @type CanDelete: Boolean
29085
+ # @param CanRead: 写权限
29086
+ # 注意:此字段可能返回 null,表示取不到有效值。
29087
+ # @type CanRead: Boolean
29088
+
29089
+ attr_accessor :CanWrite, :CanDelete, :CanRead
29090
+
29091
+ def initialize(canwrite=nil, candelete=nil, canread=nil)
29092
+ @CanWrite = canwrite
29093
+ @CanDelete = candelete
29094
+ @CanRead = canread
29095
+ end
29096
+
29097
+ def deserialize(params)
29098
+ @CanWrite = params['CanWrite']
29099
+ @CanDelete = params['CanDelete']
29100
+ @CanRead = params['CanRead']
29101
+ end
29102
+ end
29103
+
28718
29104
  # 数据质量生产调度任务业务实体
28719
29105
  class ProdSchedulerTask < TencentCloud::Common::AbstractModel
28720
29106
  # @param WorkflowId: 生产调度任务工作流ID
@@ -28735,16 +29121,24 @@ module TencentCloud
28735
29121
  # @param ScheduleTimeZone: 时区
28736
29122
  # 注意:此字段可能返回 null,表示取不到有效值。
28737
29123
  # @type ScheduleTimeZone: String
29124
+ # @param InChargeIdList: 负责人id
29125
+ # 注意:此字段可能返回 null,表示取不到有效值。
29126
+ # @type InChargeIdList: Array
29127
+ # @param InChargeNameList: 负责人name
29128
+ # 注意:此字段可能返回 null,表示取不到有效值。
29129
+ # @type InChargeNameList: Array
28738
29130
 
28739
- attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType, :ScheduleTimeZone
29131
+ attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType, :ScheduleTimeZone, :InChargeIdList, :InChargeNameList
28740
29132
 
28741
- def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil, scheduletimezone=nil)
29133
+ def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil, scheduletimezone=nil, inchargeidlist=nil, inchargenamelist=nil)
28742
29134
  @WorkflowId = workflowid
28743
29135
  @TaskId = taskid
28744
29136
  @TaskName = taskname
28745
29137
  @CycleType = cycletype
28746
29138
  @TaskType = tasktype
28747
29139
  @ScheduleTimeZone = scheduletimezone
29140
+ @InChargeIdList = inchargeidlist
29141
+ @InChargeNameList = inchargenamelist
28748
29142
  end
28749
29143
 
28750
29144
  def deserialize(params)
@@ -28754,6 +29148,8 @@ module TencentCloud
28754
29148
  @CycleType = params['CycleType']
28755
29149
  @TaskType = params['TaskType']
28756
29150
  @ScheduleTimeZone = params['ScheduleTimeZone']
29151
+ @InChargeIdList = params['InChargeIdList']
29152
+ @InChargeNameList = params['InChargeNameList']
28757
29153
  end
28758
29154
  end
28759
29155
 
@@ -29469,12 +29865,12 @@ module TencentCloud
29469
29865
 
29470
29866
  attr_accessor :ProjectId, :Name, :EventSubType, :TimeToLive, :TimeUnit, :Owner, :Description, :EventType, :EventBroadcastType, :DimensionFormat, :ValidConsumeCount
29471
29867
  extend Gem::Deprecate
29472
- deprecate :EventType, :none, 2025, 10
29473
- deprecate :EventType=, :none, 2025, 10
29474
- deprecate :EventBroadcastType, :none, 2025, 10
29475
- deprecate :EventBroadcastType=, :none, 2025, 10
29476
- deprecate :DimensionFormat, :none, 2025, 10
29477
- deprecate :DimensionFormat=, :none, 2025, 10
29868
+ deprecate :EventType, :none, 2025, 12
29869
+ deprecate :EventType=, :none, 2025, 12
29870
+ deprecate :EventBroadcastType, :none, 2025, 12
29871
+ deprecate :EventBroadcastType=, :none, 2025, 12
29872
+ deprecate :DimensionFormat, :none, 2025, 12
29873
+ deprecate :DimensionFormat=, :none, 2025, 12
29478
29874
 
29479
29875
  def initialize(projectid=nil, name=nil, eventsubtype=nil, timetolive=nil, timeunit=nil, owner=nil, description=nil, eventtype=nil, eventbroadcasttype=nil, dimensionformat=nil, validconsumecount=nil)
29480
29876
  @ProjectId = projectid
@@ -29599,9 +29995,9 @@ module TencentCloud
29599
29995
  # @type TimeUnit: String
29600
29996
  # @param Owner: 事件所属人
29601
29997
  # @type Owner: String
29602
- # @param EventType: 必填,事件类型,默认值:TIME_SERIES
29998
+ # @param EventType: 事件类型,不填会使用默认值 TIME_SERIES 填充
29603
29999
  # @type EventType: String
29604
- # @param DimensionFormat: 必填,对应day: yyyyMMdd,对应HOUR:yyyyMMddHH,对应MIN:yyyyMMddHHmm,对应SECOND:yyyyMMddHHmmss,默认值:yyyyMMdd
30000
+ # @param DimensionFormat: 对应day: yyyyMMdd,对应HOUR:yyyyMMddHH,对应MIN:yyyyMMddHHmm,对应SECOND:yyyyMMddHHmmss,默认值:yyyyMMdd
29605
30001
  # @type DimensionFormat: String
29606
30002
  # @param TimeToLive: 存活时间
29607
30003
  # @type TimeToLive: Integer
@@ -34644,10 +35040,14 @@ module TencentCloud
34644
35040
  # @param TaskTypeDesc: 任务类型描述
34645
35041
  # 注意:此字段可能返回 null,表示取不到有效值。
34646
35042
  # @type TaskTypeDesc: String
35043
+ # @param Privileges: 当前用户对该资源的权限列表
35044
+ # CAN_MANAGE 有修改操作权限
35045
+ # NO_PERMISSION 无权限
35046
+ # @type Privileges: Array
34647
35047
 
34648
- attr_accessor :TaskId, :WorkflowId, :TaskName, :Layer, :Status, :TaskTypeId, :InCharge, :ProjectId, :ProjectName, :WorkflowName, :CycleUnit, :ScheduleDesc, :TaskTypeDesc
35048
+ attr_accessor :TaskId, :WorkflowId, :TaskName, :Layer, :Status, :TaskTypeId, :InCharge, :ProjectId, :ProjectName, :WorkflowName, :CycleUnit, :ScheduleDesc, :TaskTypeDesc, :Privileges
34649
35049
 
34650
- def initialize(taskid=nil, workflowid=nil, taskname=nil, layer=nil, status=nil, tasktypeid=nil, incharge=nil, projectid=nil, projectname=nil, workflowname=nil, cycleunit=nil, scheduledesc=nil, tasktypedesc=nil)
35050
+ def initialize(taskid=nil, workflowid=nil, taskname=nil, layer=nil, status=nil, tasktypeid=nil, incharge=nil, projectid=nil, projectname=nil, workflowname=nil, cycleunit=nil, scheduledesc=nil, tasktypedesc=nil, privileges=nil)
34651
35051
  @TaskId = taskid
34652
35052
  @WorkflowId = workflowid
34653
35053
  @TaskName = taskname
@@ -34661,6 +35061,7 @@ module TencentCloud
34661
35061
  @CycleUnit = cycleunit
34662
35062
  @ScheduleDesc = scheduledesc
34663
35063
  @TaskTypeDesc = tasktypedesc
35064
+ @Privileges = privileges
34664
35065
  end
34665
35066
 
34666
35067
  def deserialize(params)
@@ -34677,6 +35078,7 @@ module TencentCloud
34677
35078
  @CycleUnit = params['CycleUnit']
34678
35079
  @ScheduleDesc = params['ScheduleDesc']
34679
35080
  @TaskTypeDesc = params['TaskTypeDesc']
35081
+ @Privileges = params['Privileges']
34680
35082
  end
34681
35083
  end
34682
35084
 
@@ -36187,36 +36589,56 @@ module TencentCloud
36187
36589
  end
36188
36590
  end
36189
36591
 
36190
- # 基于表的标签统计信息
36592
+ # 基于资产的标签统计信息
36191
36593
  class TagVoteSum < TencentCloud::Common::AbstractModel
36192
36594
  # @param TagId: 标签id
36193
36595
  # @type TagId: Integer
36596
+ # @param TagName: 标签名
36597
+ # @type TagName: String
36194
36598
  # @param VoteSum: 该表该标签投票次数
36195
36599
  # @type VoteSum: Integer
36196
36600
  # @param Status: 当前用户对这张表是否加了该标签 true 已添加 false 未添加
36197
36601
  # @type Status: Boolean
36198
- # @param TagName: 标签名
36199
- # @type TagName: String
36200
36602
  # @param TagDesc: 标签描述
36201
36603
  # 注意:此字段可能返回 null,表示取不到有效值。
36202
36604
  # @type TagDesc: String
36605
+ # @param TagValueId: 标签值Id
36606
+ # 注意:此字段可能返回 null,表示取不到有效值。
36607
+ # @type TagValueId: Integer
36608
+ # @param TagValue: 标签值
36609
+ # 注意:此字段可能返回 null,表示取不到有效值。
36610
+ # @type TagValue: String
36611
+ # @param TagIsDeleted: 标签是否已删除
36612
+ # 注意:此字段可能返回 null,表示取不到有效值。
36613
+ # @type TagIsDeleted: Boolean
36614
+ # @param TagValueIsDeleted: 标签值是否已删除
36615
+ # 注意:此字段可能返回 null,表示取不到有效值。
36616
+ # @type TagValueIsDeleted: Boolean
36203
36617
 
36204
- attr_accessor :TagId, :VoteSum, :Status, :TagName, :TagDesc
36618
+ attr_accessor :TagId, :TagName, :VoteSum, :Status, :TagDesc, :TagValueId, :TagValue, :TagIsDeleted, :TagValueIsDeleted
36205
36619
 
36206
- def initialize(tagid=nil, votesum=nil, status=nil, tagname=nil, tagdesc=nil)
36620
+ def initialize(tagid=nil, tagname=nil, votesum=nil, status=nil, tagdesc=nil, tagvalueid=nil, tagvalue=nil, tagisdeleted=nil, tagvalueisdeleted=nil)
36207
36621
  @TagId = tagid
36622
+ @TagName = tagname
36208
36623
  @VoteSum = votesum
36209
36624
  @Status = status
36210
- @TagName = tagname
36211
36625
  @TagDesc = tagdesc
36626
+ @TagValueId = tagvalueid
36627
+ @TagValue = tagvalue
36628
+ @TagIsDeleted = tagisdeleted
36629
+ @TagValueIsDeleted = tagvalueisdeleted
36212
36630
  end
36213
36631
 
36214
36632
  def deserialize(params)
36215
36633
  @TagId = params['TagId']
36634
+ @TagName = params['TagName']
36216
36635
  @VoteSum = params['VoteSum']
36217
36636
  @Status = params['Status']
36218
- @TagName = params['TagName']
36219
36637
  @TagDesc = params['TagDesc']
36638
+ @TagValueId = params['TagValueId']
36639
+ @TagValue = params['TagValue']
36640
+ @TagIsDeleted = params['TagIsDeleted']
36641
+ @TagValueIsDeleted = params['TagValueIsDeleted']
36220
36642
  end
36221
36643
  end
36222
36644
 
@@ -38315,10 +38737,19 @@ module TencentCloud
38315
38737
  # @param OwnerId: 负责人Id
38316
38738
  # 注意:此字段可能返回 null,表示取不到有效值。
38317
38739
  # @type OwnerId: String
38740
+ # @param Privileges: 当前用户对该任务的权限列表, 当前支持
38741
+ # CAN_MANAGE : 有权限管理操作
38742
+ # @type Privileges: Array
38743
+ # @param BundleId: bundle客户端唯一id
38744
+ # 注意:此字段可能返回 null,表示取不到有效值。
38745
+ # @type BundleId: String
38746
+ # @param BundleInfo: bundle客户端信息
38747
+ # 注意:此字段可能返回 null,表示取不到有效值。
38748
+ # @type BundleInfo: String
38318
38749
 
38319
- attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :RetryAble, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :Notes, :InstanceInitStrategy, :YarnQueue, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SchedulerDesc, :ResourceGroup, :Creator, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :VirtualTaskStatus, :TaskLinkInfo, :ProductName, :ProjectId, :ProjectIdent, :ProjectName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :TaskTypeId, :TaskTypeDesc, :ShowWorkflow, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :CycleNum, :Crontab, :StartDate, :EndDate, :CycleUnit, :InitStrategy, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :TasksStr, :Submit, :ExecutorGroupId, :ExecutorGroupName, :TaskExtInfo, :EventListenerInfos, :ScriptInfo, :DLCResourceConfig, :ParentTaskInfos, :ExtResourceFlag, :NewParentTaskInfos, :SelfWorkFlowDependType, :AllowRedoType, :OwnerId
38750
+ attr_accessor :TaskId, :VirtualTaskId, :VirtualFlag, :TaskName, :WorkflowId, :RealWorkflowId, :WorkflowName, :FolderId, :FolderName, :CreateTime, :LastUpdate, :Status, :InCharge, :InChargeId, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CycleType, :CycleStep, :CrontabExpression, :DelayTime, :StartupTime, :RetryWait, :RetryAble, :TaskAction, :TryLimit, :RunPriority, :TaskType, :BrokerIp, :ClusterId, :MinDateTime, :MaxDateTime, :ExecutionTTL, :SelfDepend, :LeftCoordinate, :TopCoordinate, :Notes, :InstanceInitStrategy, :YarnQueue, :LastSchedulerCommitTime, :NormalizedJobStartTime, :SchedulerDesc, :ResourceGroup, :Creator, :DependencyRel, :DependencyWorkflow, :EventListenerConfig, :EventPublisherConfig, :VirtualTaskStatus, :TaskLinkInfo, :ProductName, :ProjectId, :ProjectIdent, :ProjectName, :OwnId, :UserId, :TenantId, :UpdateUser, :UpdateTime, :UpdateUserId, :TaskTypeId, :TaskTypeDesc, :ShowWorkflow, :FirstSubmitTime, :FirstRunTime, :ScheduleDesc, :CycleNum, :Crontab, :StartDate, :EndDate, :CycleUnit, :InitStrategy, :Layer, :SourceServiceId, :SourceServiceType, :TargetServiceId, :TargetServiceType, :TasksStr, :Submit, :ExecutorGroupId, :ExecutorGroupName, :TaskExtInfo, :EventListenerInfos, :ScriptInfo, :DLCResourceConfig, :ParentTaskInfos, :ExtResourceFlag, :NewParentTaskInfos, :SelfWorkFlowDependType, :AllowRedoType, :OwnerId, :Privileges, :BundleId, :BundleInfo
38320
38751
 
38321
- def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retryable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, schedulerdesc=nil, resourcegroup=nil, creator=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, virtualtaskstatus=nil, tasklinkinfo=nil, productname=nil, projectid=nil, projectident=nil, projectname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, tasktypeid=nil, tasktypedesc=nil, showworkflow=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, cyclenum=nil, crontab=nil, startdate=nil, enddate=nil, cycleunit=nil, initstrategy=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, tasksstr=nil, submit=nil, executorgroupid=nil, executorgroupname=nil, taskextinfo=nil, eventlistenerinfos=nil, scriptinfo=nil, dlcresourceconfig=nil, parenttaskinfos=nil, extresourceflag=nil, newparenttaskinfos=nil, selfworkflowdependtype=nil, allowredotype=nil, ownerid=nil)
38752
+ def initialize(taskid=nil, virtualtaskid=nil, virtualflag=nil, taskname=nil, workflowid=nil, realworkflowid=nil, workflowname=nil, folderid=nil, foldername=nil, createtime=nil, lastupdate=nil, status=nil, incharge=nil, inchargeid=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, delaytime=nil, startuptime=nil, retrywait=nil, retryable=nil, taskaction=nil, trylimit=nil, runpriority=nil, tasktype=nil, brokerip=nil, clusterid=nil, mindatetime=nil, maxdatetime=nil, executionttl=nil, selfdepend=nil, leftcoordinate=nil, topcoordinate=nil, notes=nil, instanceinitstrategy=nil, yarnqueue=nil, lastschedulercommittime=nil, normalizedjobstarttime=nil, schedulerdesc=nil, resourcegroup=nil, creator=nil, dependencyrel=nil, dependencyworkflow=nil, eventlistenerconfig=nil, eventpublisherconfig=nil, virtualtaskstatus=nil, tasklinkinfo=nil, productname=nil, projectid=nil, projectident=nil, projectname=nil, ownid=nil, userid=nil, tenantid=nil, updateuser=nil, updatetime=nil, updateuserid=nil, tasktypeid=nil, tasktypedesc=nil, showworkflow=nil, firstsubmittime=nil, firstruntime=nil, scheduledesc=nil, cyclenum=nil, crontab=nil, startdate=nil, enddate=nil, cycleunit=nil, initstrategy=nil, layer=nil, sourceserviceid=nil, sourceservicetype=nil, targetserviceid=nil, targetservicetype=nil, tasksstr=nil, submit=nil, executorgroupid=nil, executorgroupname=nil, taskextinfo=nil, eventlistenerinfos=nil, scriptinfo=nil, dlcresourceconfig=nil, parenttaskinfos=nil, extresourceflag=nil, newparenttaskinfos=nil, selfworkflowdependtype=nil, allowredotype=nil, ownerid=nil, privileges=nil, bundleid=nil, bundleinfo=nil)
38322
38753
  @TaskId = taskid
38323
38754
  @VirtualTaskId = virtualtaskid
38324
38755
  @VirtualFlag = virtualflag
@@ -38411,6 +38842,9 @@ module TencentCloud
38411
38842
  @SelfWorkFlowDependType = selfworkflowdependtype
38412
38843
  @AllowRedoType = allowredotype
38413
38844
  @OwnerId = ownerid
38845
+ @Privileges = privileges
38846
+ @BundleId = bundleid
38847
+ @BundleInfo = bundleinfo
38414
38848
  end
38415
38849
 
38416
38850
  def deserialize(params)
@@ -38538,6 +38972,9 @@ module TencentCloud
38538
38972
  @SelfWorkFlowDependType = params['SelfWorkFlowDependType']
38539
38973
  @AllowRedoType = params['AllowRedoType']
38540
38974
  @OwnerId = params['OwnerId']
38975
+ @Privileges = params['Privileges']
38976
+ @BundleId = params['BundleId']
38977
+ @BundleInfo = params['BundleInfo']
38541
38978
  end
38542
38979
  end
38543
38980
 
@@ -40230,10 +40667,12 @@ module TencentCloud
40230
40667
  # @type WorkflowParams: Array
40231
40668
  # @param GeneralTaskParams: 用于配置优化参数(线程、内存、CPU核数等),仅作用于Spark SQL节点。多个参数用英文分号分隔。
40232
40669
  # @type GeneralTaskParams: Array
40670
+ # @param DependencyWorkflow: 工作流依赖,yes/no。开启后表示当前任务依赖本工作流上个周期的所有任务。仅支持当前任务所在工作流的任务全部为同周期的情况,如果非同周期则不生效,请在工作流-统一调度上进行配置。
40671
+ # @type DependencyWorkflow: String
40233
40672
 
40234
- attr_accessor :ProjectId, :OperatorName, :WorkflowId, :Owner, :OwnerId, :WorkflowDesc, :WorkflowName, :FolderId, :UserGroupId, :UserGroupName, :WorkflowParams, :GeneralTaskParams
40673
+ attr_accessor :ProjectId, :OperatorName, :WorkflowId, :Owner, :OwnerId, :WorkflowDesc, :WorkflowName, :FolderId, :UserGroupId, :UserGroupName, :WorkflowParams, :GeneralTaskParams, :DependencyWorkflow
40235
40674
 
40236
- def initialize(projectid=nil, operatorname=nil, workflowid=nil, owner=nil, ownerid=nil, workflowdesc=nil, workflowname=nil, folderid=nil, usergroupid=nil, usergroupname=nil, workflowparams=nil, generaltaskparams=nil)
40675
+ def initialize(projectid=nil, operatorname=nil, workflowid=nil, owner=nil, ownerid=nil, workflowdesc=nil, workflowname=nil, folderid=nil, usergroupid=nil, usergroupname=nil, workflowparams=nil, generaltaskparams=nil, dependencyworkflow=nil)
40237
40676
  @ProjectId = projectid
40238
40677
  @OperatorName = operatorname
40239
40678
  @WorkflowId = workflowid
@@ -40246,6 +40685,7 @@ module TencentCloud
40246
40685
  @UserGroupName = usergroupname
40247
40686
  @WorkflowParams = workflowparams
40248
40687
  @GeneralTaskParams = generaltaskparams
40688
+ @DependencyWorkflow = dependencyworkflow
40249
40689
  end
40250
40690
 
40251
40691
  def deserialize(params)
@@ -40275,6 +40715,7 @@ module TencentCloud
40275
40715
  @GeneralTaskParams << generaltaskparam_tmp
40276
40716
  end
40277
40717
  end
40718
+ @DependencyWorkflow = params['DependencyWorkflow']
40278
40719
  end
40279
40720
  end
40280
40721
 
@@ -41189,10 +41630,14 @@ module TencentCloud
41189
41630
  # @param WorkflowType: 工作流类型,周期cycle,手动manual
41190
41631
  # 注意:此字段可能返回 null,表示取不到有效值。
41191
41632
  # @type WorkflowType: String
41633
+ # @param BundleId: bundle客户端绑定唯一id
41634
+ # @type BundleId: String
41635
+ # @param BundleInfo: bundle客户端扩展信息,json格式
41636
+ # @type BundleInfo: String
41192
41637
 
41193
- attr_accessor :TaskCount, :FolderName, :WorkFlowId, :Owner, :OwnerId, :ProjectId, :ProjectIdent, :ProjectName, :WorkFlowDesc, :WorkFlowName, :FolderId, :Status, :CreateTime, :ModifyTime, :ModifyUser, :WorkflowType
41638
+ attr_accessor :TaskCount, :FolderName, :WorkFlowId, :Owner, :OwnerId, :ProjectId, :ProjectIdent, :ProjectName, :WorkFlowDesc, :WorkFlowName, :FolderId, :Status, :CreateTime, :ModifyTime, :ModifyUser, :WorkflowType, :BundleId, :BundleInfo
41194
41639
 
41195
- def initialize(taskcount=nil, foldername=nil, workflowid=nil, owner=nil, ownerid=nil, projectid=nil, projectident=nil, projectname=nil, workflowdesc=nil, workflowname=nil, folderid=nil, status=nil, createtime=nil, modifytime=nil, modifyuser=nil, workflowtype=nil)
41640
+ def initialize(taskcount=nil, foldername=nil, workflowid=nil, owner=nil, ownerid=nil, projectid=nil, projectident=nil, projectname=nil, workflowdesc=nil, workflowname=nil, folderid=nil, status=nil, createtime=nil, modifytime=nil, modifyuser=nil, workflowtype=nil, bundleid=nil, bundleinfo=nil)
41196
41641
  @TaskCount = taskcount
41197
41642
  @FolderName = foldername
41198
41643
  @WorkFlowId = workflowid
@@ -41209,6 +41654,8 @@ module TencentCloud
41209
41654
  @ModifyTime = modifytime
41210
41655
  @ModifyUser = modifyuser
41211
41656
  @WorkflowType = workflowtype
41657
+ @BundleId = bundleid
41658
+ @BundleInfo = bundleinfo
41212
41659
  end
41213
41660
 
41214
41661
  def deserialize(params)
@@ -41228,6 +41675,8 @@ module TencentCloud
41228
41675
  @ModifyTime = params['ModifyTime']
41229
41676
  @ModifyUser = params['ModifyUser']
41230
41677
  @WorkflowType = params['WorkflowType']
41678
+ @BundleId = params['BundleId']
41679
+ @BundleInfo = params['BundleInfo']
41231
41680
  end
41232
41681
  end
41233
41682
 
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.1178
4
+ version: 3.0.1180
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-12-08 00:00:00.000000000 Z
11
+ date: 2025-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common