tencentcloud-sdk-wedata 3.0.1113 → 3.0.1117
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/client.rb +24 -0
- data/lib/v20210820/models.rb +222 -31
- 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: 31f8b0205026b4ec292e14c16e02fe666a517e7b
|
4
|
+
data.tar.gz: 1de9c70f902672e17bcc186d6b2d431e0ba3c26a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f01be28d5eccb9dbdcb257537102701c8444896e697a79ab763fa855fefd01e552a52d4c6ebcc82a44c84aa9a6669d25a005ed3ce4a55d48e2fad0a5825c40ec
|
7
|
+
data.tar.gz: 2e9eb47a2be707396894ed8208a4fd5032988a07c593f9750756903867178ea7e5b1767dfbfd700dfed596922857b7bcbe2e27c545fbce64bd8e40e243121003
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1117
|
data/lib/v20210820/client.rb
CHANGED
@@ -4186,6 +4186,30 @@ module TencentCloud
|
|
4186
4186
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4187
4187
|
end
|
4188
4188
|
|
4189
|
+
# 获取下游任务信息批量
|
4190
|
+
|
4191
|
+
# @param request: Request instance for DescribeSuccessorTaskInfoList.
|
4192
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeSuccessorTaskInfoListRequest`
|
4193
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeSuccessorTaskInfoListResponse`
|
4194
|
+
def DescribeSuccessorTaskInfoList(request)
|
4195
|
+
body = send_request('DescribeSuccessorTaskInfoList', request.serialize)
|
4196
|
+
response = JSON.parse(body)
|
4197
|
+
if response['Response'].key?('Error') == false
|
4198
|
+
model = DescribeSuccessorTaskInfoListResponse.new
|
4199
|
+
model.deserialize(response['Response'])
|
4200
|
+
model
|
4201
|
+
else
|
4202
|
+
code = response['Response']['Error']['Code']
|
4203
|
+
message = response['Response']['Error']['Message']
|
4204
|
+
reqid = response['Response']['RequestId']
|
4205
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4206
|
+
end
|
4207
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4208
|
+
raise e
|
4209
|
+
rescue StandardError => e
|
4210
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4211
|
+
end
|
4212
|
+
|
4189
4213
|
# 元数据模型-表基础信息查询接口
|
4190
4214
|
|
4191
4215
|
# @param request: Request instance for DescribeTableBasicInfo.
|
data/lib/v20210820/models.rb
CHANGED
@@ -1157,6 +1157,63 @@ module TencentCloud
|
|
1157
1157
|
end
|
1158
1158
|
end
|
1159
1159
|
|
1160
|
+
# 项目信息
|
1161
|
+
class BaseProject < TencentCloud::Common::AbstractModel
|
1162
|
+
# @param ProjectName: 项目标识,英文名
|
1163
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1164
|
+
# @type ProjectName: String
|
1165
|
+
# @param DisplayName: 项目显示名称,可以为中文名
|
1166
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1167
|
+
# @type DisplayName: String
|
1168
|
+
# @param Region: 地域
|
1169
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1170
|
+
# @type Region: String
|
1171
|
+
# @param TenantId: 项目的所在租户ID
|
1172
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1173
|
+
# @type TenantId: String
|
1174
|
+
# @param ProjectId: 项目id
|
1175
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1176
|
+
# @type ProjectId: String
|
1177
|
+
# @param Description: 备注
|
1178
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1179
|
+
# @type Description: String
|
1180
|
+
# @param CreateTime: 创建时间
|
1181
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1182
|
+
# @type CreateTime: String
|
1183
|
+
# @param Status: 项目状态:0:禁用,1:启用,-3:禁用中,2:启用中
|
1184
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1185
|
+
# @type Status: Integer
|
1186
|
+
# @param Model: 项目类型,SIMPLE:简单模式 STANDARD:标准模式
|
1187
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1188
|
+
# @type Model: String
|
1189
|
+
|
1190
|
+
attr_accessor :ProjectName, :DisplayName, :Region, :TenantId, :ProjectId, :Description, :CreateTime, :Status, :Model
|
1191
|
+
|
1192
|
+
def initialize(projectname=nil, displayname=nil, region=nil, tenantid=nil, projectid=nil, description=nil, createtime=nil, status=nil, model=nil)
|
1193
|
+
@ProjectName = projectname
|
1194
|
+
@DisplayName = displayname
|
1195
|
+
@Region = region
|
1196
|
+
@TenantId = tenantid
|
1197
|
+
@ProjectId = projectid
|
1198
|
+
@Description = description
|
1199
|
+
@CreateTime = createtime
|
1200
|
+
@Status = status
|
1201
|
+
@Model = model
|
1202
|
+
end
|
1203
|
+
|
1204
|
+
def deserialize(params)
|
1205
|
+
@ProjectName = params['ProjectName']
|
1206
|
+
@DisplayName = params['DisplayName']
|
1207
|
+
@Region = params['Region']
|
1208
|
+
@TenantId = params['TenantId']
|
1209
|
+
@ProjectId = params['ProjectId']
|
1210
|
+
@Description = params['Description']
|
1211
|
+
@CreateTime = params['CreateTime']
|
1212
|
+
@Status = params['Status']
|
1213
|
+
@Model = params['Model']
|
1214
|
+
end
|
1215
|
+
end
|
1216
|
+
|
1160
1217
|
# 基础角色对象
|
1161
1218
|
class BaseRole < TencentCloud::Common::AbstractModel
|
1162
1219
|
# @param RoleId: 角色id
|
@@ -2740,8 +2797,8 @@ module TencentCloud
|
|
2740
2797
|
|
2741
2798
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
2742
2799
|
extend Gem::Deprecate
|
2743
|
-
deprecate :TaskId, :none, 2025,
|
2744
|
-
deprecate :TaskId=, :none, 2025,
|
2800
|
+
deprecate :TaskId, :none, 2025, 8
|
2801
|
+
deprecate :TaskId=, :none, 2025, 8
|
2745
2802
|
|
2746
2803
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
2747
2804
|
@ProjectId = projectid
|
@@ -4210,12 +4267,20 @@ module TencentCloud
|
|
4210
4267
|
|
4211
4268
|
# CreateBaseProject请求参数结构体
|
4212
4269
|
class CreateBaseProjectRequest < TencentCloud::Common::AbstractModel
|
4270
|
+
# @param Project: 项目信息
|
4271
|
+
# @type Project: :class:`Tencentcloud::Wedata.v20210820.models.BaseProject`
|
4213
4272
|
|
4273
|
+
attr_accessor :Project
|
4214
4274
|
|
4215
|
-
def initialize()
|
4275
|
+
def initialize(project=nil)
|
4276
|
+
@Project = project
|
4216
4277
|
end
|
4217
4278
|
|
4218
4279
|
def deserialize(params)
|
4280
|
+
unless params['Project'].nil?
|
4281
|
+
@Project = BaseProject.new
|
4282
|
+
@Project.deserialize(params['Project'])
|
4283
|
+
end
|
4219
4284
|
end
|
4220
4285
|
end
|
4221
4286
|
|
@@ -6324,10 +6389,12 @@ module TencentCloud
|
|
6324
6389
|
# @param DataSourceEnvInfos: 数据源环境信息
|
6325
6390
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6326
6391
|
# @type DataSourceEnvInfos: Array
|
6392
|
+
# @param ForbidProbe: 禁止数据探查
|
6393
|
+
# @type ForbidProbe: Boolean
|
6327
6394
|
|
6328
|
-
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
|
6395
|
+
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
|
6329
6396
|
|
6330
|
-
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)
|
6397
|
+
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)
|
6331
6398
|
@DatabaseName = databasename
|
6332
6399
|
@Description = description
|
6333
6400
|
@ID = id
|
@@ -6368,6 +6435,7 @@ module TencentCloud
|
|
6368
6435
|
@DatasourceUrn = datasourceurn
|
6369
6436
|
@Model = model
|
6370
6437
|
@DataSourceEnvInfos = datasourceenvinfos
|
6438
|
+
@ForbidProbe = forbidprobe
|
6371
6439
|
end
|
6372
6440
|
|
6373
6441
|
def deserialize(params)
|
@@ -6421,6 +6489,7 @@ module TencentCloud
|
|
6421
6489
|
@DataSourceEnvInfos << datasourceenvinfo_tmp
|
6422
6490
|
end
|
6423
6491
|
end
|
6492
|
+
@ForbidProbe = params['ForbidProbe']
|
6424
6493
|
end
|
6425
6494
|
end
|
6426
6495
|
|
@@ -9260,7 +9329,7 @@ module TencentCloud
|
|
9260
9329
|
# @type Filters: :class:`Tencentcloud::Wedata.v20210820.models.Filter`
|
9261
9330
|
# @param OrderFields: 排序配置
|
9262
9331
|
# @type OrderFields: :class:`Tencentcloud::Wedata.v20210820.models.OrderField`
|
9263
|
-
# @param Type:
|
9332
|
+
# @param Type: 数据源类型,MYSQL,TENCENT_MYSQL,TDSQL_MYSQL,HIVE,KAFKA,POSTGRE,CDW,ORACLE,SQLSERVER,FTP,HDFS,ICEBERG,HBASE,TDSQL,TDSQLC,SPARK,VIRTUAL,TBASE,DB2,DM,TDENGINE,GAUSSDB,GBASE,IMPALA,ES,TENCENT_ES,S3_DATAINSIGHT,GREENPLUM,PHOENIX,SAP_HANA,SFTP,OCEANBASE,CLICKHOUSE,TCHOUSE_C,KUDU,VERTICA,REDIS,COS,S3,DLC,DORIS,CKAFKA,TDMQ_PULSAR,MONGODB,TENCENT_MONGODB,FTP_FILE,HDFS_FILE,DTS_KAFKA,REST_API,FILE,TIDB,SYBASE,TCHOUSE_X,TDSQL_POSTGRE,TCHOUSE_P,TCHOUSE_D,STARROCKS,EMR_STARROCKS,TBDS_STARROCKS,TRINO,KYUUBI,GDB,INFLUXDB,BIG_QUERY,BLOB,FILESYSTEM,SHAREPOINT,KINGBASEES,HUDI等
|
9264
9333
|
# @type Type: String
|
9265
9334
|
# @param DatasourceName: 数据源名称过滤
|
9266
9335
|
# @type DatasourceName: String
|
@@ -10253,12 +10322,12 @@ module TencentCloud
|
|
10253
10322
|
|
10254
10323
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
10255
10324
|
extend Gem::Deprecate
|
10256
|
-
deprecate :EventType, :none, 2025,
|
10257
|
-
deprecate :EventType=, :none, 2025,
|
10258
|
-
deprecate :EventBroadcastType, :none, 2025,
|
10259
|
-
deprecate :EventBroadcastType=, :none, 2025,
|
10260
|
-
deprecate :Status, :none, 2025,
|
10261
|
-
deprecate :Status=, :none, 2025,
|
10325
|
+
deprecate :EventType, :none, 2025, 8
|
10326
|
+
deprecate :EventType=, :none, 2025, 8
|
10327
|
+
deprecate :EventBroadcastType, :none, 2025, 8
|
10328
|
+
deprecate :EventBroadcastType=, :none, 2025, 8
|
10329
|
+
deprecate :Status, :none, 2025, 8
|
10330
|
+
deprecate :Status=, :none, 2025, 8
|
10262
10331
|
|
10263
10332
|
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)
|
10264
10333
|
@ProjectId = projectid
|
@@ -13609,8 +13678,6 @@ module TencentCloud
|
|
13609
13678
|
# @type PageNum: Integer
|
13610
13679
|
# @param PageSize: 每页条数
|
13611
13680
|
# @type PageSize: Integer
|
13612
|
-
# @param TenantId: 租户id
|
13613
|
-
# @type TenantId: String
|
13614
13681
|
# @param ProjectId: 项目id
|
13615
13682
|
# @type ProjectId: String
|
13616
13683
|
# @param TaskId: 任务id
|
@@ -13630,12 +13697,11 @@ module TencentCloud
|
|
13630
13697
|
# @param EndTime: 结束时间
|
13631
13698
|
# @type EndTime: String
|
13632
13699
|
|
13633
|
-
attr_accessor :PageNum, :PageSize, :
|
13700
|
+
attr_accessor :PageNum, :PageSize, :ProjectId, :TaskId, :InstanceId, :JobId, :EngineTaskId, :ProductSource, :OnwerUid, :StartTime, :EndTime
|
13634
13701
|
|
13635
|
-
def initialize(pagenum=nil, pagesize=nil,
|
13702
|
+
def initialize(pagenum=nil, pagesize=nil, projectid=nil, taskid=nil, instanceid=nil, jobid=nil, enginetaskid=nil, productsource=nil, onweruid=nil, starttime=nil, endtime=nil)
|
13636
13703
|
@PageNum = pagenum
|
13637
13704
|
@PageSize = pagesize
|
13638
|
-
@TenantId = tenantid
|
13639
13705
|
@ProjectId = projectid
|
13640
13706
|
@TaskId = taskid
|
13641
13707
|
@InstanceId = instanceid
|
@@ -13650,7 +13716,6 @@ module TencentCloud
|
|
13650
13716
|
def deserialize(params)
|
13651
13717
|
@PageNum = params['PageNum']
|
13652
13718
|
@PageSize = params['PageSize']
|
13653
|
-
@TenantId = params['TenantId']
|
13654
13719
|
@ProjectId = params['ProjectId']
|
13655
13720
|
@TaskId = params['TaskId']
|
13656
13721
|
@InstanceId = params['InstanceId']
|
@@ -15340,6 +15405,53 @@ module TencentCloud
|
|
15340
15405
|
end
|
15341
15406
|
end
|
15342
15407
|
|
15408
|
+
# DescribeSuccessorTaskInfoList请求参数结构体
|
15409
|
+
class DescribeSuccessorTaskInfoListRequest < TencentCloud::Common::AbstractModel
|
15410
|
+
# @param TaskIds: 任务id集合
|
15411
|
+
# @type TaskIds: Array
|
15412
|
+
# @param ProjectId: 项目id
|
15413
|
+
# @type ProjectId: String
|
15414
|
+
|
15415
|
+
attr_accessor :TaskIds, :ProjectId
|
15416
|
+
|
15417
|
+
def initialize(taskids=nil, projectid=nil)
|
15418
|
+
@TaskIds = taskids
|
15419
|
+
@ProjectId = projectid
|
15420
|
+
end
|
15421
|
+
|
15422
|
+
def deserialize(params)
|
15423
|
+
@TaskIds = params['TaskIds']
|
15424
|
+
@ProjectId = params['ProjectId']
|
15425
|
+
end
|
15426
|
+
end
|
15427
|
+
|
15428
|
+
# DescribeSuccessorTaskInfoList返回参数结构体
|
15429
|
+
class DescribeSuccessorTaskInfoListResponse < TencentCloud::Common::AbstractModel
|
15430
|
+
# @param Data: 出参
|
15431
|
+
# @type Data: Array
|
15432
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15433
|
+
# @type RequestId: String
|
15434
|
+
|
15435
|
+
attr_accessor :Data, :RequestId
|
15436
|
+
|
15437
|
+
def initialize(data=nil, requestid=nil)
|
15438
|
+
@Data = data
|
15439
|
+
@RequestId = requestid
|
15440
|
+
end
|
15441
|
+
|
15442
|
+
def deserialize(params)
|
15443
|
+
unless params['Data'].nil?
|
15444
|
+
@Data = []
|
15445
|
+
params['Data'].each do |i|
|
15446
|
+
successortaskinfo_tmp = SuccessorTaskInfo.new
|
15447
|
+
successortaskinfo_tmp.deserialize(i)
|
15448
|
+
@Data << successortaskinfo_tmp
|
15449
|
+
end
|
15450
|
+
end
|
15451
|
+
@RequestId = params['RequestId']
|
15452
|
+
end
|
15453
|
+
end
|
15454
|
+
|
15343
15455
|
# DescribeTableBasicInfo请求参数结构体
|
15344
15456
|
class DescribeTableBasicInfoRequest < TencentCloud::Common::AbstractModel
|
15345
15457
|
# @param PageNumber: 分页页码
|
@@ -17790,8 +17902,8 @@ module TencentCloud
|
|
17790
17902
|
|
17791
17903
|
attr_accessor :DimType, :Count, :QualityDim
|
17792
17904
|
extend Gem::Deprecate
|
17793
|
-
deprecate :DimType, :none, 2025,
|
17794
|
-
deprecate :DimType=, :none, 2025,
|
17905
|
+
deprecate :DimType, :none, 2025, 8
|
17906
|
+
deprecate :DimType=, :none, 2025, 8
|
17795
17907
|
|
17796
17908
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
17797
17909
|
@DimType = dimtype
|
@@ -25926,6 +26038,10 @@ module TencentCloud
|
|
25926
26038
|
class ModifyProjectRequest < TencentCloud::Common::AbstractModel
|
25927
26039
|
# @param ProjectId: 目标修改的项目ID
|
25928
26040
|
# @type ProjectId: String
|
26041
|
+
# @param DisplayName: 项目显示名称,可以为中文名,需要租户范围内唯一
|
26042
|
+
# @type DisplayName: String
|
26043
|
+
# @param Description: 备注
|
26044
|
+
# @type Description: String
|
25929
26045
|
# @param TaskSubmitApproval: true/false则修改,不带该参数不修改。
|
25930
26046
|
# @type TaskSubmitApproval: Boolean
|
25931
26047
|
# @param ResourcePoolInfo: 资源池信息
|
@@ -25940,11 +26056,15 @@ module TencentCloud
|
|
25940
26056
|
# @type Model: String
|
25941
26057
|
# @param ProjectOwner: 项目负责人
|
25942
26058
|
# @type ProjectOwner: Array
|
26059
|
+
# @param ModifyType: 更新类型
|
26060
|
+
# @type ModifyType: String
|
25943
26061
|
|
25944
|
-
attr_accessor :ProjectId, :TaskSubmitApproval, :ResourcePoolInfo, :ProjectManagers, :TaskStrictMode, :ExtraOptions, :Model, :ProjectOwner
|
26062
|
+
attr_accessor :ProjectId, :DisplayName, :Description, :TaskSubmitApproval, :ResourcePoolInfo, :ProjectManagers, :TaskStrictMode, :ExtraOptions, :Model, :ProjectOwner, :ModifyType
|
25945
26063
|
|
25946
|
-
def initialize(projectid=nil, tasksubmitapproval=nil, resourcepoolinfo=nil, projectmanagers=nil, taskstrictmode=nil, extraoptions=nil, model=nil, projectowner=nil)
|
26064
|
+
def initialize(projectid=nil, displayname=nil, description=nil, tasksubmitapproval=nil, resourcepoolinfo=nil, projectmanagers=nil, taskstrictmode=nil, extraoptions=nil, model=nil, projectowner=nil, modifytype=nil)
|
25947
26065
|
@ProjectId = projectid
|
26066
|
+
@DisplayName = displayname
|
26067
|
+
@Description = description
|
25948
26068
|
@TaskSubmitApproval = tasksubmitapproval
|
25949
26069
|
@ResourcePoolInfo = resourcepoolinfo
|
25950
26070
|
@ProjectManagers = projectmanagers
|
@@ -25952,10 +26072,13 @@ module TencentCloud
|
|
25952
26072
|
@ExtraOptions = extraoptions
|
25953
26073
|
@Model = model
|
25954
26074
|
@ProjectOwner = projectowner
|
26075
|
+
@ModifyType = modifytype
|
25955
26076
|
end
|
25956
26077
|
|
25957
26078
|
def deserialize(params)
|
25958
26079
|
@ProjectId = params['ProjectId']
|
26080
|
+
@DisplayName = params['DisplayName']
|
26081
|
+
@Description = params['Description']
|
25959
26082
|
@TaskSubmitApproval = params['TaskSubmitApproval']
|
25960
26083
|
unless params['ResourcePoolInfo'].nil?
|
25961
26084
|
@ResourcePoolInfo = ResourcePoolInfo.new
|
@@ -25966,6 +26089,7 @@ module TencentCloud
|
|
25966
26089
|
@ExtraOptions = params['ExtraOptions']
|
25967
26090
|
@Model = params['Model']
|
25968
26091
|
@ProjectOwner = params['ProjectOwner']
|
26092
|
+
@ModifyType = params['ModifyType']
|
25969
26093
|
end
|
25970
26094
|
end
|
25971
26095
|
|
@@ -26601,8 +26725,8 @@ module TencentCloud
|
|
26601
26725
|
|
26602
26726
|
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
|
26603
26727
|
extend Gem::Deprecate
|
26604
|
-
deprecate :InCharge, :none, 2025,
|
26605
|
-
deprecate :InCharge=, :none, 2025,
|
26728
|
+
deprecate :InCharge, :none, 2025, 8
|
26729
|
+
deprecate :InCharge=, :none, 2025, 8
|
26606
26730
|
|
26607
26731
|
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)
|
26608
26732
|
@ProjectId = projectid
|
@@ -26918,7 +27042,7 @@ module TencentCloud
|
|
26918
27042
|
# @type ProjectId: String
|
26919
27043
|
# @param TaskId: 任务ID
|
26920
27044
|
# @type TaskId: String
|
26921
|
-
# @param ScriptContent:
|
27045
|
+
# @param ScriptContent: 存在脚本的任务必填(shell任务、Hive任务、python任务等),脚本内容 base64编码
|
26922
27046
|
# @type ScriptContent: String
|
26923
27047
|
# @param IntegrationNodeDetails: 集成任务脚本配置
|
26924
27048
|
# @type IntegrationNodeDetails: Array
|
@@ -29181,12 +29305,12 @@ module TencentCloud
|
|
29181
29305
|
|
29182
29306
|
attr_accessor :ProjectId, :Name, :EventSubType, :TimeToLive, :TimeUnit, :Owner, :Description, :EventType, :EventBroadcastType, :DimensionFormat
|
29183
29307
|
extend Gem::Deprecate
|
29184
|
-
deprecate :EventType, :none, 2025,
|
29185
|
-
deprecate :EventType=, :none, 2025,
|
29186
|
-
deprecate :EventBroadcastType, :none, 2025,
|
29187
|
-
deprecate :EventBroadcastType=, :none, 2025,
|
29188
|
-
deprecate :DimensionFormat, :none, 2025,
|
29189
|
-
deprecate :DimensionFormat=, :none, 2025,
|
29308
|
+
deprecate :EventType, :none, 2025, 8
|
29309
|
+
deprecate :EventType=, :none, 2025, 8
|
29310
|
+
deprecate :EventBroadcastType, :none, 2025, 8
|
29311
|
+
deprecate :EventBroadcastType=, :none, 2025, 8
|
29312
|
+
deprecate :DimensionFormat, :none, 2025, 8
|
29313
|
+
deprecate :DimensionFormat=, :none, 2025, 8
|
29190
29314
|
|
29191
29315
|
def initialize(projectid=nil, name=nil, eventsubtype=nil, timetolive=nil, timeunit=nil, owner=nil, description=nil, eventtype=nil, eventbroadcasttype=nil, dimensionformat=nil)
|
29192
29316
|
@ProjectId = projectid
|
@@ -34093,6 +34217,73 @@ module TencentCloud
|
|
34093
34217
|
end
|
34094
34218
|
end
|
34095
34219
|
|
34220
|
+
# 下游任务列表
|
34221
|
+
class SuccessorTaskInfo < TencentCloud::Common::AbstractModel
|
34222
|
+
# @param TaskId: 任务id
|
34223
|
+
# @type TaskId: String
|
34224
|
+
# @param WorkflowId: 所属工作流id
|
34225
|
+
# @type WorkflowId: String
|
34226
|
+
# @param TaskName: 任务名
|
34227
|
+
# @type TaskName: String
|
34228
|
+
# @param Layer: 层级,0表示当前任务
|
34229
|
+
# @type Layer: Integer
|
34230
|
+
# @param Status: 任务状态
|
34231
|
+
# @type Status: String
|
34232
|
+
# @param TaskTypeId: 任务类型,-1表示跨流任务
|
34233
|
+
# @type TaskTypeId: Integer
|
34234
|
+
# @param InCharge: 责任人
|
34235
|
+
# @type InCharge: String
|
34236
|
+
# @param ProjectId: 项目id
|
34237
|
+
# @type ProjectId: String
|
34238
|
+
# @param ProjectName: 项目名称
|
34239
|
+
# @type ProjectName: String
|
34240
|
+
# @param WorkflowName: 所属工作流名称
|
34241
|
+
# @type WorkflowName: String
|
34242
|
+
# @param CycleUnit: 周期单位
|
34243
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
34244
|
+
# @type CycleUnit: String
|
34245
|
+
# @param ScheduleDesc: 调度计划
|
34246
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
34247
|
+
# @type ScheduleDesc: String
|
34248
|
+
# @param TaskTypeDesc: 任务类型描述
|
34249
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
34250
|
+
# @type TaskTypeDesc: String
|
34251
|
+
|
34252
|
+
attr_accessor :TaskId, :WorkflowId, :TaskName, :Layer, :Status, :TaskTypeId, :InCharge, :ProjectId, :ProjectName, :WorkflowName, :CycleUnit, :ScheduleDesc, :TaskTypeDesc
|
34253
|
+
|
34254
|
+
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)
|
34255
|
+
@TaskId = taskid
|
34256
|
+
@WorkflowId = workflowid
|
34257
|
+
@TaskName = taskname
|
34258
|
+
@Layer = layer
|
34259
|
+
@Status = status
|
34260
|
+
@TaskTypeId = tasktypeid
|
34261
|
+
@InCharge = incharge
|
34262
|
+
@ProjectId = projectid
|
34263
|
+
@ProjectName = projectname
|
34264
|
+
@WorkflowName = workflowname
|
34265
|
+
@CycleUnit = cycleunit
|
34266
|
+
@ScheduleDesc = scheduledesc
|
34267
|
+
@TaskTypeDesc = tasktypedesc
|
34268
|
+
end
|
34269
|
+
|
34270
|
+
def deserialize(params)
|
34271
|
+
@TaskId = params['TaskId']
|
34272
|
+
@WorkflowId = params['WorkflowId']
|
34273
|
+
@TaskName = params['TaskName']
|
34274
|
+
@Layer = params['Layer']
|
34275
|
+
@Status = params['Status']
|
34276
|
+
@TaskTypeId = params['TaskTypeId']
|
34277
|
+
@InCharge = params['InCharge']
|
34278
|
+
@ProjectId = params['ProjectId']
|
34279
|
+
@ProjectName = params['ProjectName']
|
34280
|
+
@WorkflowName = params['WorkflowName']
|
34281
|
+
@CycleUnit = params['CycleUnit']
|
34282
|
+
@ScheduleDesc = params['ScheduleDesc']
|
34283
|
+
@TaskTypeDesc = params['TaskTypeDesc']
|
34284
|
+
end
|
34285
|
+
end
|
34286
|
+
|
34096
34287
|
# SuspendIntegrationTask请求参数结构体
|
34097
34288
|
class SuspendIntegrationTaskRequest < TencentCloud::Common::AbstractModel
|
34098
34289
|
# @param TaskId: 任务id
|
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.1117
|
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-
|
11
|
+
date: 2025-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|