tencentcloud-sdk-wedata 3.0.1178 → 3.0.1179
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 +479 -49
- 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: f0b504501d7fe24065925d0ae3c9539f93ddf30f
|
|
4
|
+
data.tar.gz: 25774e4de044fe3ec42a9131a84459cc8bedec42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc0c053bbd30eee299dafcaf9b646c71ffaa72629420254c45cbd86d1cfc4af9111f24a932260608a340b7b1889fbb4521f67dacd536b888a3a32dea8da483fb
|
|
7
|
+
data.tar.gz: edc46bfcae677a48b34edbe8cbcc454c8b8dec7b5355fbd3788c060fcca62afa7dc77d1e5f413fe24e8887c2d54a1ca00afc3db8e1616247fd545c504f61f7a6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1179
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -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,
|
|
2854
|
-
deprecate :TaskId=, :none, 2025,
|
|
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,
|
|
10390
|
-
deprecate :EventType=, :none, 2025,
|
|
10391
|
-
deprecate :EventBroadcastType, :none, 2025,
|
|
10392
|
-
deprecate :EventBroadcastType=, :none, 2025,
|
|
10393
|
-
deprecate :Status, :none, 2025,
|
|
10394
|
-
deprecate :Status=, :none, 2025,
|
|
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
|
|
|
@@ -18049,6 +18301,38 @@ module TencentCloud
|
|
|
18049
18301
|
end
|
|
18050
18302
|
end
|
|
18051
18303
|
|
|
18304
|
+
# 维度关联单个表字段
|
|
18305
|
+
class DimTableLink < TencentCloud::Common::AbstractModel
|
|
18306
|
+
# @param Key: 维度主键KEY对应的表列
|
|
18307
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18308
|
+
# @type Key: String
|
|
18309
|
+
# @param Value: 维度值对应的表列
|
|
18310
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18311
|
+
# @type Value: String
|
|
18312
|
+
# @param TableGuid: 表 GUID
|
|
18313
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18314
|
+
# @type TableGuid: String
|
|
18315
|
+
# @param TableName: 表名称
|
|
18316
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
18317
|
+
# @type TableName: String
|
|
18318
|
+
|
|
18319
|
+
attr_accessor :Key, :Value, :TableGuid, :TableName
|
|
18320
|
+
|
|
18321
|
+
def initialize(key=nil, value=nil, tableguid=nil, tablename=nil)
|
|
18322
|
+
@Key = key
|
|
18323
|
+
@Value = value
|
|
18324
|
+
@TableGuid = tableguid
|
|
18325
|
+
@TableName = tablename
|
|
18326
|
+
end
|
|
18327
|
+
|
|
18328
|
+
def deserialize(params)
|
|
18329
|
+
@Key = params['Key']
|
|
18330
|
+
@Value = params['Value']
|
|
18331
|
+
@TableGuid = params['TableGuid']
|
|
18332
|
+
@TableName = params['TableName']
|
|
18333
|
+
end
|
|
18334
|
+
end
|
|
18335
|
+
|
|
18052
18336
|
# 维度统计业务视图
|
|
18053
18337
|
class DimensionCount < TencentCloud::Common::AbstractModel
|
|
18054
18338
|
# @param DimType: 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
|
|
@@ -18063,8 +18347,8 @@ module TencentCloud
|
|
|
18063
18347
|
|
|
18064
18348
|
attr_accessor :DimType, :Count, :QualityDim
|
|
18065
18349
|
extend Gem::Deprecate
|
|
18066
|
-
deprecate :DimType, :none, 2025,
|
|
18067
|
-
deprecate :DimType=, :none, 2025,
|
|
18350
|
+
deprecate :DimType, :none, 2025, 12
|
|
18351
|
+
deprecate :DimType=, :none, 2025, 12
|
|
18068
18352
|
|
|
18069
18353
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
|
18070
18354
|
@DimType = dimtype
|
|
@@ -21598,6 +21882,62 @@ module TencentCloud
|
|
|
21598
21882
|
end
|
|
21599
21883
|
end
|
|
21600
21884
|
|
|
21885
|
+
# 指标列表简单结构
|
|
21886
|
+
class IndicatorBaseSimpleInfo < TencentCloud::Common::AbstractModel
|
|
21887
|
+
# @param Id: ID
|
|
21888
|
+
# @type Id: Integer
|
|
21889
|
+
# @param Name: 名称
|
|
21890
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21891
|
+
# @type Name: String
|
|
21892
|
+
# @param MeasureUnit: 单位
|
|
21893
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21894
|
+
# @type MeasureUnit: Integer
|
|
21895
|
+
# @param Status: 状态
|
|
21896
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21897
|
+
# @type Status: Integer
|
|
21898
|
+
# @param IndicatorCode: 编码
|
|
21899
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21900
|
+
# @type IndicatorCode: String
|
|
21901
|
+
# @param BizOwnerName: 业务负责人名称
|
|
21902
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21903
|
+
# @type BizOwnerName: String
|
|
21904
|
+
# @param TechOwnerName: 技术服务站名称
|
|
21905
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21906
|
+
# @type TechOwnerName: String
|
|
21907
|
+
# @param BizCaliber: 业务口径
|
|
21908
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21909
|
+
# @type BizCaliber: String
|
|
21910
|
+
# @param IndicatorType: 指标类型(1-原子指标 2-衍生指标 3-复合指标)
|
|
21911
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
21912
|
+
# @type IndicatorType: Integer
|
|
21913
|
+
|
|
21914
|
+
attr_accessor :Id, :Name, :MeasureUnit, :Status, :IndicatorCode, :BizOwnerName, :TechOwnerName, :BizCaliber, :IndicatorType
|
|
21915
|
+
|
|
21916
|
+
def initialize(id=nil, name=nil, measureunit=nil, status=nil, indicatorcode=nil, bizownername=nil, techownername=nil, bizcaliber=nil, indicatortype=nil)
|
|
21917
|
+
@Id = id
|
|
21918
|
+
@Name = name
|
|
21919
|
+
@MeasureUnit = measureunit
|
|
21920
|
+
@Status = status
|
|
21921
|
+
@IndicatorCode = indicatorcode
|
|
21922
|
+
@BizOwnerName = bizownername
|
|
21923
|
+
@TechOwnerName = techownername
|
|
21924
|
+
@BizCaliber = bizcaliber
|
|
21925
|
+
@IndicatorType = indicatortype
|
|
21926
|
+
end
|
|
21927
|
+
|
|
21928
|
+
def deserialize(params)
|
|
21929
|
+
@Id = params['Id']
|
|
21930
|
+
@Name = params['Name']
|
|
21931
|
+
@MeasureUnit = params['MeasureUnit']
|
|
21932
|
+
@Status = params['Status']
|
|
21933
|
+
@IndicatorCode = params['IndicatorCode']
|
|
21934
|
+
@BizOwnerName = params['BizOwnerName']
|
|
21935
|
+
@TechOwnerName = params['TechOwnerName']
|
|
21936
|
+
@BizCaliber = params['BizCaliber']
|
|
21937
|
+
@IndicatorType = params['IndicatorType']
|
|
21938
|
+
end
|
|
21939
|
+
end
|
|
21940
|
+
|
|
21601
21941
|
# 实例查询类型
|
|
21602
21942
|
class InstanceApiOpsRequest < TencentCloud::Common::AbstractModel
|
|
21603
21943
|
# @param Instance: 单个查询条件
|
|
@@ -22996,10 +23336,12 @@ module TencentCloud
|
|
|
22996
23336
|
# @type InstanceCycleType: String
|
|
22997
23337
|
# @param InstanceSchedulerDesc: 实例执行计划描述
|
|
22998
23338
|
# @type InstanceSchedulerDesc: String
|
|
23339
|
+
# @param Privileges: 当前用户对该实例的权限列表
|
|
23340
|
+
# @type Privileges: Array
|
|
22999
23341
|
|
|
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
|
|
23342
|
+
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
23343
|
|
|
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)
|
|
23344
|
+
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
23345
|
@TaskId = taskid
|
|
23004
23346
|
@TaskName = taskname
|
|
23005
23347
|
@WorkflowId = workflowid
|
|
@@ -23067,6 +23409,7 @@ module TencentCloud
|
|
|
23067
23409
|
@AllowRedoType = allowredotype
|
|
23068
23410
|
@InstanceCycleType = instancecycletype
|
|
23069
23411
|
@InstanceSchedulerDesc = instanceschedulerdesc
|
|
23412
|
+
@Privileges = privileges
|
|
23070
23413
|
end
|
|
23071
23414
|
|
|
23072
23415
|
def deserialize(params)
|
|
@@ -23157,6 +23500,7 @@ module TencentCloud
|
|
|
23157
23500
|
@AllowRedoType = params['AllowRedoType']
|
|
23158
23501
|
@InstanceCycleType = params['InstanceCycleType']
|
|
23159
23502
|
@InstanceSchedulerDesc = params['InstanceSchedulerDesc']
|
|
23503
|
+
@Privileges = params['Privileges']
|
|
23160
23504
|
end
|
|
23161
23505
|
end
|
|
23162
23506
|
|
|
@@ -26830,8 +27174,8 @@ module TencentCloud
|
|
|
26830
27174
|
|
|
26831
27175
|
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
27176
|
extend Gem::Deprecate
|
|
26833
|
-
deprecate :InCharge, :none, 2025,
|
|
26834
|
-
deprecate :InCharge=, :none, 2025,
|
|
27177
|
+
deprecate :InCharge, :none, 2025, 12
|
|
27178
|
+
deprecate :InCharge=, :none, 2025, 12
|
|
26835
27179
|
|
|
26836
27180
|
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
27181
|
@ProjectId = projectid
|
|
@@ -28715,6 +29059,33 @@ module TencentCloud
|
|
|
28715
29059
|
end
|
|
28716
29060
|
end
|
|
28717
29061
|
|
|
29062
|
+
# 读写权限状态
|
|
29063
|
+
class PermissionStatus < TencentCloud::Common::AbstractModel
|
|
29064
|
+
# @param CanWrite: 写权限
|
|
29065
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29066
|
+
# @type CanWrite: Boolean
|
|
29067
|
+
# @param CanDelete: 写权限
|
|
29068
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29069
|
+
# @type CanDelete: Boolean
|
|
29070
|
+
# @param CanRead: 写权限
|
|
29071
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29072
|
+
# @type CanRead: Boolean
|
|
29073
|
+
|
|
29074
|
+
attr_accessor :CanWrite, :CanDelete, :CanRead
|
|
29075
|
+
|
|
29076
|
+
def initialize(canwrite=nil, candelete=nil, canread=nil)
|
|
29077
|
+
@CanWrite = canwrite
|
|
29078
|
+
@CanDelete = candelete
|
|
29079
|
+
@CanRead = canread
|
|
29080
|
+
end
|
|
29081
|
+
|
|
29082
|
+
def deserialize(params)
|
|
29083
|
+
@CanWrite = params['CanWrite']
|
|
29084
|
+
@CanDelete = params['CanDelete']
|
|
29085
|
+
@CanRead = params['CanRead']
|
|
29086
|
+
end
|
|
29087
|
+
end
|
|
29088
|
+
|
|
28718
29089
|
# 数据质量生产调度任务业务实体
|
|
28719
29090
|
class ProdSchedulerTask < TencentCloud::Common::AbstractModel
|
|
28720
29091
|
# @param WorkflowId: 生产调度任务工作流ID
|
|
@@ -28735,16 +29106,24 @@ module TencentCloud
|
|
|
28735
29106
|
# @param ScheduleTimeZone: 时区
|
|
28736
29107
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
28737
29108
|
# @type ScheduleTimeZone: String
|
|
29109
|
+
# @param InChargeIdList: 负责人id
|
|
29110
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29111
|
+
# @type InChargeIdList: Array
|
|
29112
|
+
# @param InChargeNameList: 负责人name
|
|
29113
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29114
|
+
# @type InChargeNameList: Array
|
|
28738
29115
|
|
|
28739
|
-
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType, :ScheduleTimeZone
|
|
29116
|
+
attr_accessor :WorkflowId, :TaskId, :TaskName, :CycleType, :TaskType, :ScheduleTimeZone, :InChargeIdList, :InChargeNameList
|
|
28740
29117
|
|
|
28741
|
-
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil, scheduletimezone=nil)
|
|
29118
|
+
def initialize(workflowid=nil, taskid=nil, taskname=nil, cycletype=nil, tasktype=nil, scheduletimezone=nil, inchargeidlist=nil, inchargenamelist=nil)
|
|
28742
29119
|
@WorkflowId = workflowid
|
|
28743
29120
|
@TaskId = taskid
|
|
28744
29121
|
@TaskName = taskname
|
|
28745
29122
|
@CycleType = cycletype
|
|
28746
29123
|
@TaskType = tasktype
|
|
28747
29124
|
@ScheduleTimeZone = scheduletimezone
|
|
29125
|
+
@InChargeIdList = inchargeidlist
|
|
29126
|
+
@InChargeNameList = inchargenamelist
|
|
28748
29127
|
end
|
|
28749
29128
|
|
|
28750
29129
|
def deserialize(params)
|
|
@@ -28754,6 +29133,8 @@ module TencentCloud
|
|
|
28754
29133
|
@CycleType = params['CycleType']
|
|
28755
29134
|
@TaskType = params['TaskType']
|
|
28756
29135
|
@ScheduleTimeZone = params['ScheduleTimeZone']
|
|
29136
|
+
@InChargeIdList = params['InChargeIdList']
|
|
29137
|
+
@InChargeNameList = params['InChargeNameList']
|
|
28757
29138
|
end
|
|
28758
29139
|
end
|
|
28759
29140
|
|
|
@@ -29469,12 +29850,12 @@ module TencentCloud
|
|
|
29469
29850
|
|
|
29470
29851
|
attr_accessor :ProjectId, :Name, :EventSubType, :TimeToLive, :TimeUnit, :Owner, :Description, :EventType, :EventBroadcastType, :DimensionFormat, :ValidConsumeCount
|
|
29471
29852
|
extend Gem::Deprecate
|
|
29472
|
-
deprecate :EventType, :none, 2025,
|
|
29473
|
-
deprecate :EventType=, :none, 2025,
|
|
29474
|
-
deprecate :EventBroadcastType, :none, 2025,
|
|
29475
|
-
deprecate :EventBroadcastType=, :none, 2025,
|
|
29476
|
-
deprecate :DimensionFormat, :none, 2025,
|
|
29477
|
-
deprecate :DimensionFormat=, :none, 2025,
|
|
29853
|
+
deprecate :EventType, :none, 2025, 12
|
|
29854
|
+
deprecate :EventType=, :none, 2025, 12
|
|
29855
|
+
deprecate :EventBroadcastType, :none, 2025, 12
|
|
29856
|
+
deprecate :EventBroadcastType=, :none, 2025, 12
|
|
29857
|
+
deprecate :DimensionFormat, :none, 2025, 12
|
|
29858
|
+
deprecate :DimensionFormat=, :none, 2025, 12
|
|
29478
29859
|
|
|
29479
29860
|
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
29861
|
@ProjectId = projectid
|
|
@@ -29599,9 +29980,9 @@ module TencentCloud
|
|
|
29599
29980
|
# @type TimeUnit: String
|
|
29600
29981
|
# @param Owner: 事件所属人
|
|
29601
29982
|
# @type Owner: String
|
|
29602
|
-
# @param EventType:
|
|
29983
|
+
# @param EventType: 事件类型,不填会使用默认值 TIME_SERIES 填充
|
|
29603
29984
|
# @type EventType: String
|
|
29604
|
-
# @param DimensionFormat:
|
|
29985
|
+
# @param DimensionFormat: 对应day: yyyyMMdd,对应HOUR:yyyyMMddHH,对应MIN:yyyyMMddHHmm,对应SECOND:yyyyMMddHHmmss,默认值:yyyyMMdd
|
|
29605
29986
|
# @type DimensionFormat: String
|
|
29606
29987
|
# @param TimeToLive: 存活时间
|
|
29607
29988
|
# @type TimeToLive: Integer
|
|
@@ -34644,10 +35025,14 @@ module TencentCloud
|
|
|
34644
35025
|
# @param TaskTypeDesc: 任务类型描述
|
|
34645
35026
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
34646
35027
|
# @type TaskTypeDesc: String
|
|
35028
|
+
# @param Privileges: 当前用户对该资源的权限列表
|
|
35029
|
+
# CAN_MANAGE 有修改操作权限
|
|
35030
|
+
# NO_PERMISSION 无权限
|
|
35031
|
+
# @type Privileges: Array
|
|
34647
35032
|
|
|
34648
|
-
attr_accessor :TaskId, :WorkflowId, :TaskName, :Layer, :Status, :TaskTypeId, :InCharge, :ProjectId, :ProjectName, :WorkflowName, :CycleUnit, :ScheduleDesc, :TaskTypeDesc
|
|
35033
|
+
attr_accessor :TaskId, :WorkflowId, :TaskName, :Layer, :Status, :TaskTypeId, :InCharge, :ProjectId, :ProjectName, :WorkflowName, :CycleUnit, :ScheduleDesc, :TaskTypeDesc, :Privileges
|
|
34649
35034
|
|
|
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)
|
|
35035
|
+
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
35036
|
@TaskId = taskid
|
|
34652
35037
|
@WorkflowId = workflowid
|
|
34653
35038
|
@TaskName = taskname
|
|
@@ -34661,6 +35046,7 @@ module TencentCloud
|
|
|
34661
35046
|
@CycleUnit = cycleunit
|
|
34662
35047
|
@ScheduleDesc = scheduledesc
|
|
34663
35048
|
@TaskTypeDesc = tasktypedesc
|
|
35049
|
+
@Privileges = privileges
|
|
34664
35050
|
end
|
|
34665
35051
|
|
|
34666
35052
|
def deserialize(params)
|
|
@@ -34677,6 +35063,7 @@ module TencentCloud
|
|
|
34677
35063
|
@CycleUnit = params['CycleUnit']
|
|
34678
35064
|
@ScheduleDesc = params['ScheduleDesc']
|
|
34679
35065
|
@TaskTypeDesc = params['TaskTypeDesc']
|
|
35066
|
+
@Privileges = params['Privileges']
|
|
34680
35067
|
end
|
|
34681
35068
|
end
|
|
34682
35069
|
|
|
@@ -36187,36 +36574,56 @@ module TencentCloud
|
|
|
36187
36574
|
end
|
|
36188
36575
|
end
|
|
36189
36576
|
|
|
36190
|
-
#
|
|
36577
|
+
# 基于资产的标签统计信息
|
|
36191
36578
|
class TagVoteSum < TencentCloud::Common::AbstractModel
|
|
36192
36579
|
# @param TagId: 标签id
|
|
36193
36580
|
# @type TagId: Integer
|
|
36581
|
+
# @param TagName: 标签名
|
|
36582
|
+
# @type TagName: String
|
|
36194
36583
|
# @param VoteSum: 该表该标签投票次数
|
|
36195
36584
|
# @type VoteSum: Integer
|
|
36196
36585
|
# @param Status: 当前用户对这张表是否加了该标签 true 已添加 false 未添加
|
|
36197
36586
|
# @type Status: Boolean
|
|
36198
|
-
# @param TagName: 标签名
|
|
36199
|
-
# @type TagName: String
|
|
36200
36587
|
# @param TagDesc: 标签描述
|
|
36201
36588
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
36202
36589
|
# @type TagDesc: String
|
|
36590
|
+
# @param TagValueId: 标签值Id
|
|
36591
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
36592
|
+
# @type TagValueId: Integer
|
|
36593
|
+
# @param TagValue: 标签值
|
|
36594
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
36595
|
+
# @type TagValue: String
|
|
36596
|
+
# @param TagIsDeleted: 标签是否已删除
|
|
36597
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
36598
|
+
# @type TagIsDeleted: Boolean
|
|
36599
|
+
# @param TagValueIsDeleted: 标签值是否已删除
|
|
36600
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
36601
|
+
# @type TagValueIsDeleted: Boolean
|
|
36203
36602
|
|
|
36204
|
-
attr_accessor :TagId, :VoteSum, :Status, :
|
|
36603
|
+
attr_accessor :TagId, :TagName, :VoteSum, :Status, :TagDesc, :TagValueId, :TagValue, :TagIsDeleted, :TagValueIsDeleted
|
|
36205
36604
|
|
|
36206
|
-
def initialize(tagid=nil, votesum=nil, status=nil,
|
|
36605
|
+
def initialize(tagid=nil, tagname=nil, votesum=nil, status=nil, tagdesc=nil, tagvalueid=nil, tagvalue=nil, tagisdeleted=nil, tagvalueisdeleted=nil)
|
|
36207
36606
|
@TagId = tagid
|
|
36607
|
+
@TagName = tagname
|
|
36208
36608
|
@VoteSum = votesum
|
|
36209
36609
|
@Status = status
|
|
36210
|
-
@TagName = tagname
|
|
36211
36610
|
@TagDesc = tagdesc
|
|
36611
|
+
@TagValueId = tagvalueid
|
|
36612
|
+
@TagValue = tagvalue
|
|
36613
|
+
@TagIsDeleted = tagisdeleted
|
|
36614
|
+
@TagValueIsDeleted = tagvalueisdeleted
|
|
36212
36615
|
end
|
|
36213
36616
|
|
|
36214
36617
|
def deserialize(params)
|
|
36215
36618
|
@TagId = params['TagId']
|
|
36619
|
+
@TagName = params['TagName']
|
|
36216
36620
|
@VoteSum = params['VoteSum']
|
|
36217
36621
|
@Status = params['Status']
|
|
36218
|
-
@TagName = params['TagName']
|
|
36219
36622
|
@TagDesc = params['TagDesc']
|
|
36623
|
+
@TagValueId = params['TagValueId']
|
|
36624
|
+
@TagValue = params['TagValue']
|
|
36625
|
+
@TagIsDeleted = params['TagIsDeleted']
|
|
36626
|
+
@TagValueIsDeleted = params['TagValueIsDeleted']
|
|
36220
36627
|
end
|
|
36221
36628
|
end
|
|
36222
36629
|
|
|
@@ -38315,10 +38722,19 @@ module TencentCloud
|
|
|
38315
38722
|
# @param OwnerId: 负责人Id
|
|
38316
38723
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
38317
38724
|
# @type OwnerId: String
|
|
38725
|
+
# @param Privileges: 当前用户对该任务的权限列表, 当前支持
|
|
38726
|
+
# CAN_MANAGE : 有权限管理操作
|
|
38727
|
+
# @type Privileges: Array
|
|
38728
|
+
# @param BundleId: bundle客户端唯一id
|
|
38729
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
38730
|
+
# @type BundleId: String
|
|
38731
|
+
# @param BundleInfo: bundle客户端信息
|
|
38732
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
38733
|
+
# @type BundleInfo: String
|
|
38318
38734
|
|
|
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
|
|
38735
|
+
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
38736
|
|
|
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)
|
|
38737
|
+
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
38738
|
@TaskId = taskid
|
|
38323
38739
|
@VirtualTaskId = virtualtaskid
|
|
38324
38740
|
@VirtualFlag = virtualflag
|
|
@@ -38411,6 +38827,9 @@ module TencentCloud
|
|
|
38411
38827
|
@SelfWorkFlowDependType = selfworkflowdependtype
|
|
38412
38828
|
@AllowRedoType = allowredotype
|
|
38413
38829
|
@OwnerId = ownerid
|
|
38830
|
+
@Privileges = privileges
|
|
38831
|
+
@BundleId = bundleid
|
|
38832
|
+
@BundleInfo = bundleinfo
|
|
38414
38833
|
end
|
|
38415
38834
|
|
|
38416
38835
|
def deserialize(params)
|
|
@@ -38538,6 +38957,9 @@ module TencentCloud
|
|
|
38538
38957
|
@SelfWorkFlowDependType = params['SelfWorkFlowDependType']
|
|
38539
38958
|
@AllowRedoType = params['AllowRedoType']
|
|
38540
38959
|
@OwnerId = params['OwnerId']
|
|
38960
|
+
@Privileges = params['Privileges']
|
|
38961
|
+
@BundleId = params['BundleId']
|
|
38962
|
+
@BundleInfo = params['BundleInfo']
|
|
38541
38963
|
end
|
|
38542
38964
|
end
|
|
38543
38965
|
|
|
@@ -41189,10 +41611,14 @@ module TencentCloud
|
|
|
41189
41611
|
# @param WorkflowType: 工作流类型,周期cycle,手动manual
|
|
41190
41612
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
41191
41613
|
# @type WorkflowType: String
|
|
41614
|
+
# @param BundleId: bundle客户端绑定唯一id
|
|
41615
|
+
# @type BundleId: String
|
|
41616
|
+
# @param BundleInfo: bundle客户端扩展信息,json格式
|
|
41617
|
+
# @type BundleInfo: String
|
|
41192
41618
|
|
|
41193
|
-
attr_accessor :TaskCount, :FolderName, :WorkFlowId, :Owner, :OwnerId, :ProjectId, :ProjectIdent, :ProjectName, :WorkFlowDesc, :WorkFlowName, :FolderId, :Status, :CreateTime, :ModifyTime, :ModifyUser, :WorkflowType
|
|
41619
|
+
attr_accessor :TaskCount, :FolderName, :WorkFlowId, :Owner, :OwnerId, :ProjectId, :ProjectIdent, :ProjectName, :WorkFlowDesc, :WorkFlowName, :FolderId, :Status, :CreateTime, :ModifyTime, :ModifyUser, :WorkflowType, :BundleId, :BundleInfo
|
|
41194
41620
|
|
|
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)
|
|
41621
|
+
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
41622
|
@TaskCount = taskcount
|
|
41197
41623
|
@FolderName = foldername
|
|
41198
41624
|
@WorkFlowId = workflowid
|
|
@@ -41209,6 +41635,8 @@ module TencentCloud
|
|
|
41209
41635
|
@ModifyTime = modifytime
|
|
41210
41636
|
@ModifyUser = modifyuser
|
|
41211
41637
|
@WorkflowType = workflowtype
|
|
41638
|
+
@BundleId = bundleid
|
|
41639
|
+
@BundleInfo = bundleinfo
|
|
41212
41640
|
end
|
|
41213
41641
|
|
|
41214
41642
|
def deserialize(params)
|
|
@@ -41228,6 +41656,8 @@ module TencentCloud
|
|
|
41228
41656
|
@ModifyTime = params['ModifyTime']
|
|
41229
41657
|
@ModifyUser = params['ModifyUser']
|
|
41230
41658
|
@WorkflowType = params['WorkflowType']
|
|
41659
|
+
@BundleId = params['BundleId']
|
|
41660
|
+
@BundleInfo = params['BundleInfo']
|
|
41231
41661
|
end
|
|
41232
41662
|
end
|
|
41233
41663
|
|
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.1179
|
|
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-
|
|
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
|