tencentcloud-sdk-wedata 3.0.1183 → 3.0.1187
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/tencentcloud-sdk-wedata.rb +3 -3
- data/lib/v20210820/client.rb +24 -0
- data/lib/v20210820/models.rb +490 -14
- data/lib/v20250806/models.rb +185 -77
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2993dfd945d2fd04779d38df0ae9fe58cb6f7fad
|
|
4
|
+
data.tar.gz: 630ae56837b7258a4a5489f44e830d67d3f9baa5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b8def2f6ada3ec2961e036b2a66d686bb67726aee0e67780bc28c6f06ce38ab8230b6d3e1fa558e3bb4758013a83e47d81da6c5545e1d420e57df1975ae47d
|
|
7
|
+
data.tar.gz: a53a7ee0c0583b17af1aacee647efce7dc8d58a95340a3e41d71fabb7b0569c200976b6d07e99828ca69a527d5d40bff26866a3084212da23901b55b6abf9904
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1187
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20250806/client'
|
|
6
|
-
require_relative 'v20250806/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20210820/client'
|
|
9
6
|
require_relative 'v20210820/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20250806/client'
|
|
9
|
+
require_relative 'v20250806/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Wedata
|
|
13
13
|
end
|
data/lib/v20210820/client.rb
CHANGED
|
@@ -3005,6 +3005,30 @@ module TencentCloud
|
|
|
3005
3005
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3006
3006
|
end
|
|
3007
3007
|
|
|
3008
|
+
# 通用血缘查询接口
|
|
3009
|
+
|
|
3010
|
+
# @param request: Request instance for DescribeLineageInfo.
|
|
3011
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeLineageInfoRequest`
|
|
3012
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeLineageInfoResponse`
|
|
3013
|
+
def DescribeLineageInfo(request)
|
|
3014
|
+
body = send_request('DescribeLineageInfo', request.serialize)
|
|
3015
|
+
response = JSON.parse(body)
|
|
3016
|
+
if response['Response'].key?('Error') == false
|
|
3017
|
+
model = DescribeLineageInfoResponse.new
|
|
3018
|
+
model.deserialize(response['Response'])
|
|
3019
|
+
model
|
|
3020
|
+
else
|
|
3021
|
+
code = response['Response']['Error']['Code']
|
|
3022
|
+
message = response['Response']['Error']['Message']
|
|
3023
|
+
reqid = response['Response']['RequestId']
|
|
3024
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
|
3025
|
+
end
|
|
3026
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
|
3027
|
+
raise e
|
|
3028
|
+
rescue StandardError => e
|
|
3029
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3030
|
+
end
|
|
3031
|
+
|
|
3008
3032
|
# 查询手动任务触发记录
|
|
3009
3033
|
|
|
3010
3034
|
# @param request: Request instance for DescribeManualTriggerRecordPage.
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -923,11 +923,18 @@ module TencentCloud
|
|
|
923
923
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
924
924
|
# @type ApplyId: String
|
|
925
925
|
# @param Metadata: 扩展字段
|
|
926
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
926
927
|
# @type Metadata: String
|
|
928
|
+
# @param CreateTimestamp: 创建时间
|
|
929
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
930
|
+
# @type CreateTimestamp: Integer
|
|
931
|
+
# @param ApproveTimestamp: 审批时间
|
|
932
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
933
|
+
# @type ApproveTimestamp: Integer
|
|
927
934
|
|
|
928
|
-
attr_accessor :ApplicantId, :ApplicantName, :Remark, :ApproveClassification, :ApproveId, :ApproveType, :Reason, :CreateTime, :ApproveTime, :ApproveClassificationName, :Status, :ApproveTypeName, :ErrorMessage, :ApplyName, :ApproverId, :ApproverName, :ApproveProjectName, :ApplyId, :Metadata
|
|
935
|
+
attr_accessor :ApplicantId, :ApplicantName, :Remark, :ApproveClassification, :ApproveId, :ApproveType, :Reason, :CreateTime, :ApproveTime, :ApproveClassificationName, :Status, :ApproveTypeName, :ErrorMessage, :ApplyName, :ApproverId, :ApproverName, :ApproveProjectName, :ApplyId, :Metadata, :CreateTimestamp, :ApproveTimestamp
|
|
929
936
|
|
|
930
|
-
def initialize(applicantid=nil, applicantname=nil, remark=nil, approveclassification=nil, approveid=nil, approvetype=nil, reason=nil, createtime=nil, approvetime=nil, approveclassificationname=nil, status=nil, approvetypename=nil, errormessage=nil, applyname=nil, approverid=nil, approvername=nil, approveprojectname=nil, applyid=nil, metadata=nil)
|
|
937
|
+
def initialize(applicantid=nil, applicantname=nil, remark=nil, approveclassification=nil, approveid=nil, approvetype=nil, reason=nil, createtime=nil, approvetime=nil, approveclassificationname=nil, status=nil, approvetypename=nil, errormessage=nil, applyname=nil, approverid=nil, approvername=nil, approveprojectname=nil, applyid=nil, metadata=nil, createtimestamp=nil, approvetimestamp=nil)
|
|
931
938
|
@ApplicantId = applicantid
|
|
932
939
|
@ApplicantName = applicantname
|
|
933
940
|
@Remark = remark
|
|
@@ -947,6 +954,8 @@ module TencentCloud
|
|
|
947
954
|
@ApproveProjectName = approveprojectname
|
|
948
955
|
@ApplyId = applyid
|
|
949
956
|
@Metadata = metadata
|
|
957
|
+
@CreateTimestamp = createtimestamp
|
|
958
|
+
@ApproveTimestamp = approvetimestamp
|
|
950
959
|
end
|
|
951
960
|
|
|
952
961
|
def deserialize(params)
|
|
@@ -969,6 +978,8 @@ module TencentCloud
|
|
|
969
978
|
@ApproveProjectName = params['ApproveProjectName']
|
|
970
979
|
@ApplyId = params['ApplyId']
|
|
971
980
|
@Metadata = params['Metadata']
|
|
981
|
+
@CreateTimestamp = params['CreateTimestamp']
|
|
982
|
+
@ApproveTimestamp = params['ApproveTimestamp']
|
|
972
983
|
end
|
|
973
984
|
end
|
|
974
985
|
|
|
@@ -1361,10 +1372,16 @@ module TencentCloud
|
|
|
1361
1372
|
# @param CdwUserName: cdw账号(用于展示)
|
|
1362
1373
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1363
1374
|
# @type CdwUserName: String
|
|
1375
|
+
# @param CreateTimestamp: 创建时间
|
|
1376
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1377
|
+
# @type CreateTimestamp: Integer
|
|
1378
|
+
# @param UpdateTimestamp: 修改时间
|
|
1379
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1380
|
+
# @type UpdateTimestamp: Integer
|
|
1364
1381
|
|
|
1365
|
-
attr_accessor :ClusterId, :ClusterType, :ClusterName, :RegionCn, :RegionEn, :RegionArea, :Used, :Status, :StatusInfo, :StorageType, :ComputeType, :ClusterResource, :ChargeType, :CreateTime, :ExtraConf, :RangerUserName, :CdwUserName
|
|
1382
|
+
attr_accessor :ClusterId, :ClusterType, :ClusterName, :RegionCn, :RegionEn, :RegionArea, :Used, :Status, :StatusInfo, :StorageType, :ComputeType, :ClusterResource, :ChargeType, :CreateTime, :ExtraConf, :RangerUserName, :CdwUserName, :CreateTimestamp, :UpdateTimestamp
|
|
1366
1383
|
|
|
1367
|
-
def initialize(clusterid=nil, clustertype=nil, clustername=nil, regioncn=nil, regionen=nil, regionarea=nil, used=nil, status=nil, statusinfo=nil, storagetype=nil, computetype=nil, clusterresource=nil, chargetype=nil, createtime=nil, extraconf=nil, rangerusername=nil, cdwusername=nil)
|
|
1384
|
+
def initialize(clusterid=nil, clustertype=nil, clustername=nil, regioncn=nil, regionen=nil, regionarea=nil, used=nil, status=nil, statusinfo=nil, storagetype=nil, computetype=nil, clusterresource=nil, chargetype=nil, createtime=nil, extraconf=nil, rangerusername=nil, cdwusername=nil, createtimestamp=nil, updatetimestamp=nil)
|
|
1368
1385
|
@ClusterId = clusterid
|
|
1369
1386
|
@ClusterType = clustertype
|
|
1370
1387
|
@ClusterName = clustername
|
|
@@ -1382,6 +1399,8 @@ module TencentCloud
|
|
|
1382
1399
|
@ExtraConf = extraconf
|
|
1383
1400
|
@RangerUserName = rangerusername
|
|
1384
1401
|
@CdwUserName = cdwusername
|
|
1402
|
+
@CreateTimestamp = createtimestamp
|
|
1403
|
+
@UpdateTimestamp = updatetimestamp
|
|
1385
1404
|
end
|
|
1386
1405
|
|
|
1387
1406
|
def deserialize(params)
|
|
@@ -1402,6 +1421,8 @@ module TencentCloud
|
|
|
1402
1421
|
@ExtraConf = params['ExtraConf']
|
|
1403
1422
|
@RangerUserName = params['RangerUserName']
|
|
1404
1423
|
@CdwUserName = params['CdwUserName']
|
|
1424
|
+
@CreateTimestamp = params['CreateTimestamp']
|
|
1425
|
+
@UpdateTimestamp = params['UpdateTimestamp']
|
|
1405
1426
|
end
|
|
1406
1427
|
end
|
|
1407
1428
|
|
|
@@ -1434,10 +1455,12 @@ module TencentCloud
|
|
|
1434
1455
|
# @param Model: 项目类型,SIMPLE:简单模式 STANDARD:标准模式
|
|
1435
1456
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1436
1457
|
# @type Model: String
|
|
1458
|
+
# @param ScheduleMode: 项目调度模式,task:任务模式 workflow:工作流模式
|
|
1459
|
+
# @type ScheduleMode: String
|
|
1437
1460
|
|
|
1438
|
-
attr_accessor :ProjectName, :DisplayName, :Region, :TenantId, :ProjectId, :Description, :CreateTime, :Status, :Model
|
|
1461
|
+
attr_accessor :ProjectName, :DisplayName, :Region, :TenantId, :ProjectId, :Description, :CreateTime, :Status, :Model, :ScheduleMode
|
|
1439
1462
|
|
|
1440
|
-
def initialize(projectname=nil, displayname=nil, region=nil, tenantid=nil, projectid=nil, description=nil, createtime=nil, status=nil, model=nil)
|
|
1463
|
+
def initialize(projectname=nil, displayname=nil, region=nil, tenantid=nil, projectid=nil, description=nil, createtime=nil, status=nil, model=nil, schedulemode=nil)
|
|
1441
1464
|
@ProjectName = projectname
|
|
1442
1465
|
@DisplayName = displayname
|
|
1443
1466
|
@Region = region
|
|
@@ -1447,6 +1470,7 @@ module TencentCloud
|
|
|
1447
1470
|
@CreateTime = createtime
|
|
1448
1471
|
@Status = status
|
|
1449
1472
|
@Model = model
|
|
1473
|
+
@ScheduleMode = schedulemode
|
|
1450
1474
|
end
|
|
1451
1475
|
|
|
1452
1476
|
def deserialize(params)
|
|
@@ -1459,6 +1483,7 @@ module TencentCloud
|
|
|
1459
1483
|
@CreateTime = params['CreateTime']
|
|
1460
1484
|
@Status = params['Status']
|
|
1461
1485
|
@Model = params['Model']
|
|
1486
|
+
@ScheduleMode = params['ScheduleMode']
|
|
1462
1487
|
end
|
|
1463
1488
|
end
|
|
1464
1489
|
|
|
@@ -8369,6 +8394,38 @@ module TencentCloud
|
|
|
8369
8394
|
end
|
|
8370
8395
|
end
|
|
8371
8396
|
|
|
8397
|
+
# 超时弱依赖配置
|
|
8398
|
+
class DependencyConfigTimeoutDTO < TencentCloud::Common::AbstractModel
|
|
8399
|
+
# @param TimeoutType: 超时类型
|
|
8400
|
+
# WAIT_TOTAL_TIMEOUT 等待总时长
|
|
8401
|
+
|
|
8402
|
+
# RUNNING_TIMEOUT 运行时长
|
|
8403
|
+
|
|
8404
|
+
# WAIT_TIME_POINT_TIMEOUT 等待超过配置时间
|
|
8405
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8406
|
+
# @type TimeoutType: String
|
|
8407
|
+
# @param TimeoutValue: 超时时间
|
|
8408
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8409
|
+
# @type TimeoutValue: Integer
|
|
8410
|
+
# @param TimeoutPoint: 固定时间点
|
|
8411
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8412
|
+
# @type TimeoutPoint: String
|
|
8413
|
+
|
|
8414
|
+
attr_accessor :TimeoutType, :TimeoutValue, :TimeoutPoint
|
|
8415
|
+
|
|
8416
|
+
def initialize(timeouttype=nil, timeoutvalue=nil, timeoutpoint=nil)
|
|
8417
|
+
@TimeoutType = timeouttype
|
|
8418
|
+
@TimeoutValue = timeoutvalue
|
|
8419
|
+
@TimeoutPoint = timeoutpoint
|
|
8420
|
+
end
|
|
8421
|
+
|
|
8422
|
+
def deserialize(params)
|
|
8423
|
+
@TimeoutType = params['TimeoutType']
|
|
8424
|
+
@TimeoutValue = params['TimeoutValue']
|
|
8425
|
+
@TimeoutPoint = params['TimeoutPoint']
|
|
8426
|
+
end
|
|
8427
|
+
end
|
|
8428
|
+
|
|
8372
8429
|
# 依赖配置策略
|
|
8373
8430
|
class DependencyStrategyDs < TencentCloud::Common::AbstractModel
|
|
8374
8431
|
# @param PollingNullStrategy: 等待上游任务实例策略:EXECUTING(执行);WAITING(等待)
|
|
@@ -8383,19 +8440,31 @@ module TencentCloud
|
|
|
8383
8440
|
|
|
8384
8441
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8385
8442
|
# @type TaskDependencyExecutingTimeoutValue: Integer
|
|
8443
|
+
# @param DependencyConfigTimeoutTypeList: 超时依赖策略
|
|
8444
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8445
|
+
# @type DependencyConfigTimeoutTypeList: Array
|
|
8386
8446
|
|
|
8387
|
-
attr_accessor :PollingNullStrategy, :TaskDependencyExecutingStrategies, :TaskDependencyExecutingTimeoutValue
|
|
8447
|
+
attr_accessor :PollingNullStrategy, :TaskDependencyExecutingStrategies, :TaskDependencyExecutingTimeoutValue, :DependencyConfigTimeoutTypeList
|
|
8388
8448
|
|
|
8389
|
-
def initialize(pollingnullstrategy=nil, taskdependencyexecutingstrategies=nil, taskdependencyexecutingtimeoutvalue=nil)
|
|
8449
|
+
def initialize(pollingnullstrategy=nil, taskdependencyexecutingstrategies=nil, taskdependencyexecutingtimeoutvalue=nil, dependencyconfigtimeouttypelist=nil)
|
|
8390
8450
|
@PollingNullStrategy = pollingnullstrategy
|
|
8391
8451
|
@TaskDependencyExecutingStrategies = taskdependencyexecutingstrategies
|
|
8392
8452
|
@TaskDependencyExecutingTimeoutValue = taskdependencyexecutingtimeoutvalue
|
|
8453
|
+
@DependencyConfigTimeoutTypeList = dependencyconfigtimeouttypelist
|
|
8393
8454
|
end
|
|
8394
8455
|
|
|
8395
8456
|
def deserialize(params)
|
|
8396
8457
|
@PollingNullStrategy = params['PollingNullStrategy']
|
|
8397
8458
|
@TaskDependencyExecutingStrategies = params['TaskDependencyExecutingStrategies']
|
|
8398
8459
|
@TaskDependencyExecutingTimeoutValue = params['TaskDependencyExecutingTimeoutValue']
|
|
8460
|
+
unless params['DependencyConfigTimeoutTypeList'].nil?
|
|
8461
|
+
@DependencyConfigTimeoutTypeList = []
|
|
8462
|
+
params['DependencyConfigTimeoutTypeList'].each do |i|
|
|
8463
|
+
dependencyconfigtimeoutdto_tmp = DependencyConfigTimeoutDTO.new
|
|
8464
|
+
dependencyconfigtimeoutdto_tmp.deserialize(i)
|
|
8465
|
+
@DependencyConfigTimeoutTypeList << dependencyconfigtimeoutdto_tmp
|
|
8466
|
+
end
|
|
8467
|
+
end
|
|
8399
8468
|
end
|
|
8400
8469
|
end
|
|
8401
8470
|
|
|
@@ -11123,15 +11192,18 @@ module TencentCloud
|
|
|
11123
11192
|
# @type Page: Integer
|
|
11124
11193
|
# @param Size: 页号
|
|
11125
11194
|
# @type Size: Integer
|
|
11195
|
+
# @param Source: 来源 studio(Studio脚本)/codeTemplate(代码模版)
|
|
11196
|
+
# @type Source: String
|
|
11126
11197
|
|
|
11127
|
-
attr_accessor :ProjectId, :CodeTemplateId, :OriginalParams, :Page, :Size
|
|
11198
|
+
attr_accessor :ProjectId, :CodeTemplateId, :OriginalParams, :Page, :Size, :Source
|
|
11128
11199
|
|
|
11129
|
-
def initialize(projectid=nil, codetemplateid=nil, originalparams=nil, page=nil, size=nil)
|
|
11200
|
+
def initialize(projectid=nil, codetemplateid=nil, originalparams=nil, page=nil, size=nil, source=nil)
|
|
11130
11201
|
@ProjectId = projectid
|
|
11131
11202
|
@CodeTemplateId = codetemplateid
|
|
11132
11203
|
@OriginalParams = originalparams
|
|
11133
11204
|
@Page = page
|
|
11134
11205
|
@Size = size
|
|
11206
|
+
@Source = source
|
|
11135
11207
|
end
|
|
11136
11208
|
|
|
11137
11209
|
def deserialize(params)
|
|
@@ -11140,6 +11212,7 @@ module TencentCloud
|
|
|
11140
11212
|
@OriginalParams = params['OriginalParams']
|
|
11141
11213
|
@Page = params['Page']
|
|
11142
11214
|
@Size = params['Size']
|
|
11215
|
+
@Source = params['Source']
|
|
11143
11216
|
end
|
|
11144
11217
|
end
|
|
11145
11218
|
|
|
@@ -12438,6 +12511,82 @@ module TencentCloud
|
|
|
12438
12511
|
end
|
|
12439
12512
|
end
|
|
12440
12513
|
|
|
12514
|
+
# DescribeLineageInfo请求参数结构体
|
|
12515
|
+
class DescribeLineageInfoRequest < TencentCloud::Common::AbstractModel
|
|
12516
|
+
# @param ResourceOriId: 实体原始唯一ID
|
|
12517
|
+
# @type ResourceOriId: String
|
|
12518
|
+
# @param ResourceType: 实体类型
|
|
12519
|
+
# @type ResourceType: String
|
|
12520
|
+
# @param QualifiedId: 血缘唯一ID
|
|
12521
|
+
# @type QualifiedId: String
|
|
12522
|
+
# @param Direction: 查询方向
|
|
12523
|
+
# @type Direction: String
|
|
12524
|
+
# @param InputDepth: 查询入度
|
|
12525
|
+
# @type InputDepth: Integer
|
|
12526
|
+
# @param OutputDepth: 查询出度
|
|
12527
|
+
# @type OutputDepth: Integer
|
|
12528
|
+
# @param Platform: 数据来源
|
|
12529
|
+
# @type Platform: String
|
|
12530
|
+
# @param LineageType: 血缘类型(分页使用)
|
|
12531
|
+
# @type LineageType: String
|
|
12532
|
+
# @param PageNumber: 页码
|
|
12533
|
+
# @type PageNumber: Integer
|
|
12534
|
+
# @param PageSize: 分页大小
|
|
12535
|
+
# @type PageSize: Integer
|
|
12536
|
+
|
|
12537
|
+
attr_accessor :ResourceOriId, :ResourceType, :QualifiedId, :Direction, :InputDepth, :OutputDepth, :Platform, :LineageType, :PageNumber, :PageSize
|
|
12538
|
+
|
|
12539
|
+
def initialize(resourceoriid=nil, resourcetype=nil, qualifiedid=nil, direction=nil, inputdepth=nil, outputdepth=nil, platform=nil, lineagetype=nil, pagenumber=nil, pagesize=nil)
|
|
12540
|
+
@ResourceOriId = resourceoriid
|
|
12541
|
+
@ResourceType = resourcetype
|
|
12542
|
+
@QualifiedId = qualifiedid
|
|
12543
|
+
@Direction = direction
|
|
12544
|
+
@InputDepth = inputdepth
|
|
12545
|
+
@OutputDepth = outputdepth
|
|
12546
|
+
@Platform = platform
|
|
12547
|
+
@LineageType = lineagetype
|
|
12548
|
+
@PageNumber = pagenumber
|
|
12549
|
+
@PageSize = pagesize
|
|
12550
|
+
end
|
|
12551
|
+
|
|
12552
|
+
def deserialize(params)
|
|
12553
|
+
@ResourceOriId = params['ResourceOriId']
|
|
12554
|
+
@ResourceType = params['ResourceType']
|
|
12555
|
+
@QualifiedId = params['QualifiedId']
|
|
12556
|
+
@Direction = params['Direction']
|
|
12557
|
+
@InputDepth = params['InputDepth']
|
|
12558
|
+
@OutputDepth = params['OutputDepth']
|
|
12559
|
+
@Platform = params['Platform']
|
|
12560
|
+
@LineageType = params['LineageType']
|
|
12561
|
+
@PageNumber = params['PageNumber']
|
|
12562
|
+
@PageSize = params['PageSize']
|
|
12563
|
+
end
|
|
12564
|
+
end
|
|
12565
|
+
|
|
12566
|
+
# DescribeLineageInfo返回参数结构体
|
|
12567
|
+
class DescribeLineageInfoResponse < TencentCloud::Common::AbstractModel
|
|
12568
|
+
# @param Data: 血缘信息
|
|
12569
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12570
|
+
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.LineageCommonInfoVO`
|
|
12571
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12572
|
+
# @type RequestId: String
|
|
12573
|
+
|
|
12574
|
+
attr_accessor :Data, :RequestId
|
|
12575
|
+
|
|
12576
|
+
def initialize(data=nil, requestid=nil)
|
|
12577
|
+
@Data = data
|
|
12578
|
+
@RequestId = requestid
|
|
12579
|
+
end
|
|
12580
|
+
|
|
12581
|
+
def deserialize(params)
|
|
12582
|
+
unless params['Data'].nil?
|
|
12583
|
+
@Data = LineageCommonInfoVO.new
|
|
12584
|
+
@Data.deserialize(params['Data'])
|
|
12585
|
+
end
|
|
12586
|
+
@RequestId = params['RequestId']
|
|
12587
|
+
end
|
|
12588
|
+
end
|
|
12589
|
+
|
|
12441
12590
|
# DescribeManualTriggerRecordPage请求参数结构体
|
|
12442
12591
|
class DescribeManualTriggerRecordPageRequest < TencentCloud::Common::AbstractModel
|
|
12443
12592
|
# @param ProjectId: 项目ID
|
|
@@ -24979,6 +25128,132 @@ module TencentCloud
|
|
|
24979
25128
|
end
|
|
24980
25129
|
end
|
|
24981
25130
|
|
|
25131
|
+
# LineageCommonInfoVO
|
|
25132
|
+
class LineageCommonInfoVO < TencentCloud::Common::AbstractModel
|
|
25133
|
+
# @param CurrentResource: 当前节点
|
|
25134
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25135
|
+
# @type CurrentResource: :class:`Tencentcloud::Wedata.v20210820.models.LineageResouce`
|
|
25136
|
+
# @param ParentSet: 上游节点
|
|
25137
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25138
|
+
# @type ParentSet: Array
|
|
25139
|
+
# @param ChildSet: 下游节点
|
|
25140
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25141
|
+
# @type ChildSet: Array
|
|
25142
|
+
# @param DownStreamCount: 下游数量
|
|
25143
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25144
|
+
# @type DownStreamCount: Integer
|
|
25145
|
+
# @param UpStreamCount: 上游数量
|
|
25146
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25147
|
+
# @type UpStreamCount: Integer
|
|
25148
|
+
# @param StreamCountFlag: 父/子节点是否展示上下游数量
|
|
25149
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25150
|
+
# @type StreamCountFlag: Boolean
|
|
25151
|
+
|
|
25152
|
+
attr_accessor :CurrentResource, :ParentSet, :ChildSet, :DownStreamCount, :UpStreamCount, :StreamCountFlag
|
|
25153
|
+
|
|
25154
|
+
def initialize(currentresource=nil, parentset=nil, childset=nil, downstreamcount=nil, upstreamcount=nil, streamcountflag=nil)
|
|
25155
|
+
@CurrentResource = currentresource
|
|
25156
|
+
@ParentSet = parentset
|
|
25157
|
+
@ChildSet = childset
|
|
25158
|
+
@DownStreamCount = downstreamcount
|
|
25159
|
+
@UpStreamCount = upstreamcount
|
|
25160
|
+
@StreamCountFlag = streamcountflag
|
|
25161
|
+
end
|
|
25162
|
+
|
|
25163
|
+
def deserialize(params)
|
|
25164
|
+
unless params['CurrentResource'].nil?
|
|
25165
|
+
@CurrentResource = LineageResouce.new
|
|
25166
|
+
@CurrentResource.deserialize(params['CurrentResource'])
|
|
25167
|
+
end
|
|
25168
|
+
unless params['ParentSet'].nil?
|
|
25169
|
+
@ParentSet = []
|
|
25170
|
+
params['ParentSet'].each do |i|
|
|
25171
|
+
lineagenodeinfovo_tmp = LineageNodeInfoVO.new
|
|
25172
|
+
lineagenodeinfovo_tmp.deserialize(i)
|
|
25173
|
+
@ParentSet << lineagenodeinfovo_tmp
|
|
25174
|
+
end
|
|
25175
|
+
end
|
|
25176
|
+
unless params['ChildSet'].nil?
|
|
25177
|
+
@ChildSet = []
|
|
25178
|
+
params['ChildSet'].each do |i|
|
|
25179
|
+
lineagenodeinfovo_tmp = LineageNodeInfoVO.new
|
|
25180
|
+
lineagenodeinfovo_tmp.deserialize(i)
|
|
25181
|
+
@ChildSet << lineagenodeinfovo_tmp
|
|
25182
|
+
end
|
|
25183
|
+
end
|
|
25184
|
+
@DownStreamCount = params['DownStreamCount']
|
|
25185
|
+
@UpStreamCount = params['UpStreamCount']
|
|
25186
|
+
@StreamCountFlag = params['StreamCountFlag']
|
|
25187
|
+
end
|
|
25188
|
+
end
|
|
25189
|
+
|
|
25190
|
+
# LineageNodeInfoVo
|
|
25191
|
+
class LineageNodeInfoVO < TencentCloud::Common::AbstractModel
|
|
25192
|
+
# @param CurrentResource: 当前资源
|
|
25193
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25194
|
+
# @type CurrentResource: :class:`Tencentcloud::Wedata.v20210820.models.LineageResouce`
|
|
25195
|
+
# @param Relation: 关系
|
|
25196
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25197
|
+
# @type Relation: :class:`Tencentcloud::Wedata.v20210820.models.LineageRelationVO`
|
|
25198
|
+
# @param DownStreamCount: 上游数量
|
|
25199
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25200
|
+
# @type DownStreamCount: Integer
|
|
25201
|
+
# @param UpStreamCount: 下游数量
|
|
25202
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25203
|
+
# @type UpStreamCount: Integer
|
|
25204
|
+
# @param ParentSet: 上游节点
|
|
25205
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25206
|
+
# @type ParentSet: Array
|
|
25207
|
+
# @param ChildSet: 下游节点
|
|
25208
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25209
|
+
# @type ChildSet: Array
|
|
25210
|
+
# @param StreamCountFlag: 父/子节点是否展示上下游数量
|
|
25211
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25212
|
+
# @type StreamCountFlag: Boolean
|
|
25213
|
+
|
|
25214
|
+
attr_accessor :CurrentResource, :Relation, :DownStreamCount, :UpStreamCount, :ParentSet, :ChildSet, :StreamCountFlag
|
|
25215
|
+
|
|
25216
|
+
def initialize(currentresource=nil, relation=nil, downstreamcount=nil, upstreamcount=nil, parentset=nil, childset=nil, streamcountflag=nil)
|
|
25217
|
+
@CurrentResource = currentresource
|
|
25218
|
+
@Relation = relation
|
|
25219
|
+
@DownStreamCount = downstreamcount
|
|
25220
|
+
@UpStreamCount = upstreamcount
|
|
25221
|
+
@ParentSet = parentset
|
|
25222
|
+
@ChildSet = childset
|
|
25223
|
+
@StreamCountFlag = streamcountflag
|
|
25224
|
+
end
|
|
25225
|
+
|
|
25226
|
+
def deserialize(params)
|
|
25227
|
+
unless params['CurrentResource'].nil?
|
|
25228
|
+
@CurrentResource = LineageResouce.new
|
|
25229
|
+
@CurrentResource.deserialize(params['CurrentResource'])
|
|
25230
|
+
end
|
|
25231
|
+
unless params['Relation'].nil?
|
|
25232
|
+
@Relation = LineageRelationVO.new
|
|
25233
|
+
@Relation.deserialize(params['Relation'])
|
|
25234
|
+
end
|
|
25235
|
+
@DownStreamCount = params['DownStreamCount']
|
|
25236
|
+
@UpStreamCount = params['UpStreamCount']
|
|
25237
|
+
unless params['ParentSet'].nil?
|
|
25238
|
+
@ParentSet = []
|
|
25239
|
+
params['ParentSet'].each do |i|
|
|
25240
|
+
lineagenodeinfovo_tmp = LineageNodeInfoVO.new
|
|
25241
|
+
lineagenodeinfovo_tmp.deserialize(i)
|
|
25242
|
+
@ParentSet << lineagenodeinfovo_tmp
|
|
25243
|
+
end
|
|
25244
|
+
end
|
|
25245
|
+
unless params['ChildSet'].nil?
|
|
25246
|
+
@ChildSet = []
|
|
25247
|
+
params['ChildSet'].each do |i|
|
|
25248
|
+
lineagenodeinfovo_tmp = LineageNodeInfoVO.new
|
|
25249
|
+
lineagenodeinfovo_tmp.deserialize(i)
|
|
25250
|
+
@ChildSet << lineagenodeinfovo_tmp
|
|
25251
|
+
end
|
|
25252
|
+
end
|
|
25253
|
+
@StreamCountFlag = params['StreamCountFlag']
|
|
25254
|
+
end
|
|
25255
|
+
end
|
|
25256
|
+
|
|
24982
25257
|
# 血缘参数记录
|
|
24983
25258
|
class LineageParamRecord < TencentCloud::Common::AbstractModel
|
|
24984
25259
|
# @param Name: 字段名
|
|
@@ -25000,6 +25275,192 @@ module TencentCloud
|
|
|
25000
25275
|
end
|
|
25001
25276
|
end
|
|
25002
25277
|
|
|
25278
|
+
# LineageProcessVO
|
|
25279
|
+
class LineageProcessVO < TencentCloud::Common::AbstractModel
|
|
25280
|
+
# @param ProcessId: 原始唯一ID
|
|
25281
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25282
|
+
# @type ProcessId: String
|
|
25283
|
+
# @param ProcessType: 任务类型
|
|
25284
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25285
|
+
# @type ProcessType: String
|
|
25286
|
+
# @param ProcessSubType: 任务子类型
|
|
25287
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25288
|
+
# @type ProcessSubType: String
|
|
25289
|
+
# @param ProcessName: 名称
|
|
25290
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25291
|
+
# @type ProcessName: String
|
|
25292
|
+
# @param Description: 描述
|
|
25293
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25294
|
+
# @type Description: String
|
|
25295
|
+
# @param QualifiedId: 唯一ID
|
|
25296
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25297
|
+
# @type QualifiedId: String
|
|
25298
|
+
# @param Platform: 来源
|
|
25299
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25300
|
+
# @type Platform: String
|
|
25301
|
+
# @param ProcessProperties: 额外扩展参数
|
|
25302
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25303
|
+
# @type ProcessProperties: Array
|
|
25304
|
+
|
|
25305
|
+
attr_accessor :ProcessId, :ProcessType, :ProcessSubType, :ProcessName, :Description, :QualifiedId, :Platform, :ProcessProperties
|
|
25306
|
+
|
|
25307
|
+
def initialize(processid=nil, processtype=nil, processsubtype=nil, processname=nil, description=nil, qualifiedid=nil, platform=nil, processproperties=nil)
|
|
25308
|
+
@ProcessId = processid
|
|
25309
|
+
@ProcessType = processtype
|
|
25310
|
+
@ProcessSubType = processsubtype
|
|
25311
|
+
@ProcessName = processname
|
|
25312
|
+
@Description = description
|
|
25313
|
+
@QualifiedId = qualifiedid
|
|
25314
|
+
@Platform = platform
|
|
25315
|
+
@ProcessProperties = processproperties
|
|
25316
|
+
end
|
|
25317
|
+
|
|
25318
|
+
def deserialize(params)
|
|
25319
|
+
@ProcessId = params['ProcessId']
|
|
25320
|
+
@ProcessType = params['ProcessType']
|
|
25321
|
+
@ProcessSubType = params['ProcessSubType']
|
|
25322
|
+
@ProcessName = params['ProcessName']
|
|
25323
|
+
@Description = params['Description']
|
|
25324
|
+
@QualifiedId = params['QualifiedId']
|
|
25325
|
+
@Platform = params['Platform']
|
|
25326
|
+
unless params['ProcessProperties'].nil?
|
|
25327
|
+
@ProcessProperties = []
|
|
25328
|
+
params['ProcessProperties'].each do |i|
|
|
25329
|
+
lineageproperty_tmp = LineageProperty.new
|
|
25330
|
+
lineageproperty_tmp.deserialize(i)
|
|
25331
|
+
@ProcessProperties << lineageproperty_tmp
|
|
25332
|
+
end
|
|
25333
|
+
end
|
|
25334
|
+
end
|
|
25335
|
+
end
|
|
25336
|
+
|
|
25337
|
+
# LineageProperty额外扩展参数
|
|
25338
|
+
class LineageProperty < TencentCloud::Common::AbstractModel
|
|
25339
|
+
# @param Name: 属性名称
|
|
25340
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25341
|
+
# @type Name: String
|
|
25342
|
+
# @param Value: 属性值
|
|
25343
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25344
|
+
# @type Value: String
|
|
25345
|
+
|
|
25346
|
+
attr_accessor :Name, :Value
|
|
25347
|
+
|
|
25348
|
+
def initialize(name=nil, value=nil)
|
|
25349
|
+
@Name = name
|
|
25350
|
+
@Value = value
|
|
25351
|
+
end
|
|
25352
|
+
|
|
25353
|
+
def deserialize(params)
|
|
25354
|
+
@Name = params['Name']
|
|
25355
|
+
@Value = params['Value']
|
|
25356
|
+
end
|
|
25357
|
+
end
|
|
25358
|
+
|
|
25359
|
+
# LineageRelationVO
|
|
25360
|
+
class LineageRelationVO < TencentCloud::Common::AbstractModel
|
|
25361
|
+
# @param RelationId: 关联ID
|
|
25362
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25363
|
+
# @type RelationId: String
|
|
25364
|
+
# @param SourceQualifiedId: 源端唯一血缘ID
|
|
25365
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25366
|
+
# @type SourceQualifiedId: String
|
|
25367
|
+
# @param TargetQualifiedId: 目标端唯一血缘ID
|
|
25368
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25369
|
+
# @type TargetQualifiedId: String
|
|
25370
|
+
# @param Processes: 血缘加工过程
|
|
25371
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25372
|
+
# @type Processes: Array
|
|
25373
|
+
|
|
25374
|
+
attr_accessor :RelationId, :SourceQualifiedId, :TargetQualifiedId, :Processes
|
|
25375
|
+
|
|
25376
|
+
def initialize(relationid=nil, sourcequalifiedid=nil, targetqualifiedid=nil, processes=nil)
|
|
25377
|
+
@RelationId = relationid
|
|
25378
|
+
@SourceQualifiedId = sourcequalifiedid
|
|
25379
|
+
@TargetQualifiedId = targetqualifiedid
|
|
25380
|
+
@Processes = processes
|
|
25381
|
+
end
|
|
25382
|
+
|
|
25383
|
+
def deserialize(params)
|
|
25384
|
+
@RelationId = params['RelationId']
|
|
25385
|
+
@SourceQualifiedId = params['SourceQualifiedId']
|
|
25386
|
+
@TargetQualifiedId = params['TargetQualifiedId']
|
|
25387
|
+
unless params['Processes'].nil?
|
|
25388
|
+
@Processes = []
|
|
25389
|
+
params['Processes'].each do |i|
|
|
25390
|
+
lineageprocessvo_tmp = LineageProcessVO.new
|
|
25391
|
+
lineageprocessvo_tmp.deserialize(i)
|
|
25392
|
+
@Processes << lineageprocessvo_tmp
|
|
25393
|
+
end
|
|
25394
|
+
end
|
|
25395
|
+
end
|
|
25396
|
+
end
|
|
25397
|
+
|
|
25398
|
+
# 血缘实体
|
|
25399
|
+
class LineageResouce < TencentCloud::Common::AbstractModel
|
|
25400
|
+
# @param ResourceOriId: 实体原始唯一ID
|
|
25401
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25402
|
+
# @type ResourceOriId: String
|
|
25403
|
+
# @param ResourceName: 业务名称:库名.表名|指标名称|模型名称|字段名称
|
|
25404
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25405
|
+
# @type ResourceName: String
|
|
25406
|
+
# @param ResourceType: 实体类型
|
|
25407
|
+
# TABLE|METRIC|MODEL|SERVICE|COLUMN
|
|
25408
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25409
|
+
# @type ResourceType: String
|
|
25410
|
+
# @param QualifiedId: 血缘全局唯一ID
|
|
25411
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25412
|
+
# @type QualifiedId: String
|
|
25413
|
+
# @param Description: 描述:表类型|指标描述|模型描述|字段描述
|
|
25414
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25415
|
+
# @type Description: String
|
|
25416
|
+
# @param Platform: 来源:WEDATA|THIRD
|
|
25417
|
+
# 默认wedata
|
|
25418
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25419
|
+
# @type Platform: String
|
|
25420
|
+
# @param CreateTime: 创建时间
|
|
25421
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25422
|
+
# @type CreateTime: String
|
|
25423
|
+
# @param UpdateTime: 更新时间
|
|
25424
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25425
|
+
# @type UpdateTime: String
|
|
25426
|
+
# @param ResourceProperties: resource 额外扩展参数
|
|
25427
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
25428
|
+
# @type ResourceProperties: Array
|
|
25429
|
+
|
|
25430
|
+
attr_accessor :ResourceOriId, :ResourceName, :ResourceType, :QualifiedId, :Description, :Platform, :CreateTime, :UpdateTime, :ResourceProperties
|
|
25431
|
+
|
|
25432
|
+
def initialize(resourceoriid=nil, resourcename=nil, resourcetype=nil, qualifiedid=nil, description=nil, platform=nil, createtime=nil, updatetime=nil, resourceproperties=nil)
|
|
25433
|
+
@ResourceOriId = resourceoriid
|
|
25434
|
+
@ResourceName = resourcename
|
|
25435
|
+
@ResourceType = resourcetype
|
|
25436
|
+
@QualifiedId = qualifiedid
|
|
25437
|
+
@Description = description
|
|
25438
|
+
@Platform = platform
|
|
25439
|
+
@CreateTime = createtime
|
|
25440
|
+
@UpdateTime = updatetime
|
|
25441
|
+
@ResourceProperties = resourceproperties
|
|
25442
|
+
end
|
|
25443
|
+
|
|
25444
|
+
def deserialize(params)
|
|
25445
|
+
@ResourceOriId = params['ResourceOriId']
|
|
25446
|
+
@ResourceName = params['ResourceName']
|
|
25447
|
+
@ResourceType = params['ResourceType']
|
|
25448
|
+
@QualifiedId = params['QualifiedId']
|
|
25449
|
+
@Description = params['Description']
|
|
25450
|
+
@Platform = params['Platform']
|
|
25451
|
+
@CreateTime = params['CreateTime']
|
|
25452
|
+
@UpdateTime = params['UpdateTime']
|
|
25453
|
+
unless params['ResourceProperties'].nil?
|
|
25454
|
+
@ResourceProperties = []
|
|
25455
|
+
params['ResourceProperties'].each do |i|
|
|
25456
|
+
lineageproperty_tmp = LineageProperty.new
|
|
25457
|
+
lineageproperty_tmp.deserialize(i)
|
|
25458
|
+
@ResourceProperties << lineageproperty_tmp
|
|
25459
|
+
end
|
|
25460
|
+
end
|
|
25461
|
+
end
|
|
25462
|
+
end
|
|
25463
|
+
|
|
25003
25464
|
# 血缘任务
|
|
25004
25465
|
class LineageTask < TencentCloud::Common::AbstractModel
|
|
25005
25466
|
# @param TaskId: 任务id
|
|
@@ -29347,10 +29808,13 @@ module TencentCloud
|
|
|
29347
29808
|
# @param WorkspaceExt: 项目扩展信息
|
|
29348
29809
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29349
29810
|
# @type WorkspaceExt: Array
|
|
29811
|
+
# @param CreateTimestamp: 创建时间时间戳
|
|
29812
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29813
|
+
# @type CreateTimestamp: Integer
|
|
29350
29814
|
|
|
29351
|
-
attr_accessor :TenantId, :ProjectId, :ProjectName, :DisplayName, :Region, :Description, :CreateTime, :Creator, :Tenant, :AdminUsers, :Clusters, :Params, :Status, :Model, :SecondModuleList, :Owner, :WorkspaceExt
|
|
29815
|
+
attr_accessor :TenantId, :ProjectId, :ProjectName, :DisplayName, :Region, :Description, :CreateTime, :Creator, :Tenant, :AdminUsers, :Clusters, :Params, :Status, :Model, :SecondModuleList, :Owner, :WorkspaceExt, :CreateTimestamp
|
|
29352
29816
|
|
|
29353
|
-
def initialize(tenantid=nil, projectid=nil, projectname=nil, displayname=nil, region=nil, description=nil, createtime=nil, creator=nil, tenant=nil, adminusers=nil, clusters=nil, params=nil, status=nil, model=nil, secondmodulelist=nil, owner=nil, workspaceext=nil)
|
|
29817
|
+
def initialize(tenantid=nil, projectid=nil, projectname=nil, displayname=nil, region=nil, description=nil, createtime=nil, creator=nil, tenant=nil, adminusers=nil, clusters=nil, params=nil, status=nil, model=nil, secondmodulelist=nil, owner=nil, workspaceext=nil, createtimestamp=nil)
|
|
29354
29818
|
@TenantId = tenantid
|
|
29355
29819
|
@ProjectId = projectid
|
|
29356
29820
|
@ProjectName = projectname
|
|
@@ -29368,6 +29832,7 @@ module TencentCloud
|
|
|
29368
29832
|
@SecondModuleList = secondmodulelist
|
|
29369
29833
|
@Owner = owner
|
|
29370
29834
|
@WorkspaceExt = workspaceext
|
|
29835
|
+
@CreateTimestamp = createtimestamp
|
|
29371
29836
|
end
|
|
29372
29837
|
|
|
29373
29838
|
def deserialize(params)
|
|
@@ -29418,6 +29883,7 @@ module TencentCloud
|
|
|
29418
29883
|
@WorkspaceExt << workspaceext_tmp
|
|
29419
29884
|
end
|
|
29420
29885
|
end
|
|
29886
|
+
@CreateTimestamp = params['CreateTimestamp']
|
|
29421
29887
|
end
|
|
29422
29888
|
end
|
|
29423
29889
|
|
|
@@ -29531,10 +29997,16 @@ module TencentCloud
|
|
|
29531
29997
|
# @param IsProjectOwner: 是否项目负责人
|
|
29532
29998
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
29533
29999
|
# @type IsProjectOwner: Boolean
|
|
30000
|
+
# @param CreateTimestamp: 创建时间
|
|
30001
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
30002
|
+
# @type CreateTimestamp: Integer
|
|
30003
|
+
# @param Status: 用户状态 0:历史 1:正常 2:已删除
|
|
30004
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
30005
|
+
# @type Status: Integer
|
|
29534
30006
|
|
|
29535
|
-
attr_accessor :Roles, :UserName, :UserId, :CreateTime, :Creator, :DisplayName, :IsProjectAdmin, :PhoneNum, :Email, :OwnerUin, :AppId, :IsProjectOwner
|
|
30007
|
+
attr_accessor :Roles, :UserName, :UserId, :CreateTime, :Creator, :DisplayName, :IsProjectAdmin, :PhoneNum, :Email, :OwnerUin, :AppId, :IsProjectOwner, :CreateTimestamp, :Status
|
|
29536
30008
|
|
|
29537
|
-
def initialize(roles=nil, username=nil, userid=nil, createtime=nil, creator=nil, displayname=nil, isprojectadmin=nil, phonenum=nil, email=nil, owneruin=nil, appid=nil, isprojectowner=nil)
|
|
30009
|
+
def initialize(roles=nil, username=nil, userid=nil, createtime=nil, creator=nil, displayname=nil, isprojectadmin=nil, phonenum=nil, email=nil, owneruin=nil, appid=nil, isprojectowner=nil, createtimestamp=nil, status=nil)
|
|
29538
30010
|
@Roles = roles
|
|
29539
30011
|
@UserName = username
|
|
29540
30012
|
@UserId = userid
|
|
@@ -29547,6 +30019,8 @@ module TencentCloud
|
|
|
29547
30019
|
@OwnerUin = owneruin
|
|
29548
30020
|
@AppId = appid
|
|
29549
30021
|
@IsProjectOwner = isprojectowner
|
|
30022
|
+
@CreateTimestamp = createtimestamp
|
|
30023
|
+
@Status = status
|
|
29550
30024
|
end
|
|
29551
30025
|
|
|
29552
30026
|
def deserialize(params)
|
|
@@ -29569,6 +30043,8 @@ module TencentCloud
|
|
|
29569
30043
|
@OwnerUin = params['OwnerUin']
|
|
29570
30044
|
@AppId = params['AppId']
|
|
29571
30045
|
@IsProjectOwner = params['IsProjectOwner']
|
|
30046
|
+
@CreateTimestamp = params['CreateTimestamp']
|
|
30047
|
+
@Status = params['Status']
|
|
29572
30048
|
end
|
|
29573
30049
|
end
|
|
29574
30050
|
|
data/lib/v20250806/models.rb
CHANGED
|
@@ -1651,7 +1651,7 @@ module TencentCloud
|
|
|
1651
1651
|
# @param ParentFolderPath: 项目中资源文件上传的路径, 取值示例: /wedata/qxxxm/, 根目录,请使用/即可
|
|
1652
1652
|
# @type ParentFolderPath: String
|
|
1653
1653
|
# @param ResourceFile: - 上传文件及手填两种方式只能选择其一,如果两者均提供,取值顺序为文件>手填值
|
|
1654
|
-
# - 手填值必须是存在的cos路径,
|
|
1654
|
+
# - 手填值必须是存在的cos路径, parentFolderPath为父文件夹路径, name为文件名, 手填值取值示例: /datastudio/resource/projectId/parentFolderPath/name
|
|
1655
1655
|
# @type ResourceFile: String
|
|
1656
1656
|
# @param BundleId: bundle客户端ID
|
|
1657
1657
|
# @type BundleId: String
|
|
@@ -1998,15 +1998,22 @@ module TencentCloud
|
|
|
1998
1998
|
# @type OwnerUin: String
|
|
1999
1999
|
# @param TaskDescription: 任务描述
|
|
2000
2000
|
# @type TaskDescription: String
|
|
2001
|
+
# @param TaskFolderPath: 任务文件夹路径
|
|
2001
2002
|
|
|
2002
|
-
|
|
2003
|
+
# 注意:
|
|
2004
|
+
# - 路径上不要填写任务节点类型;例如,在 一个名为 wf01 的工作流,“通用” 分类下,现在想要在这个分类下的 tf_01 文件夹下,新建一个 shell 任务;则 填写 /tf_01 即可;
|
|
2005
|
+
# - 如果 tf_01 文件夹不存在,则需要先创建这个文件夹(使用 CreateTaskFolder 接口)才能操作成功;
|
|
2006
|
+
# @type TaskFolderPath: String
|
|
2003
2007
|
|
|
2004
|
-
|
|
2008
|
+
attr_accessor :TaskName, :TaskTypeId, :WorkflowId, :OwnerUin, :TaskDescription, :TaskFolderPath
|
|
2009
|
+
|
|
2010
|
+
def initialize(taskname=nil, tasktypeid=nil, workflowid=nil, owneruin=nil, taskdescription=nil, taskfolderpath=nil)
|
|
2005
2011
|
@TaskName = taskname
|
|
2006
2012
|
@TaskTypeId = tasktypeid
|
|
2007
2013
|
@WorkflowId = workflowid
|
|
2008
2014
|
@OwnerUin = owneruin
|
|
2009
2015
|
@TaskDescription = taskdescription
|
|
2016
|
+
@TaskFolderPath = taskfolderpath
|
|
2010
2017
|
end
|
|
2011
2018
|
|
|
2012
2019
|
def deserialize(params)
|
|
@@ -2015,6 +2022,7 @@ module TencentCloud
|
|
|
2015
2022
|
@WorkflowId = params['WorkflowId']
|
|
2016
2023
|
@OwnerUin = params['OwnerUin']
|
|
2017
2024
|
@TaskDescription = params['TaskDescription']
|
|
2025
|
+
@TaskFolderPath = params['TaskFolderPath']
|
|
2018
2026
|
end
|
|
2019
2027
|
end
|
|
2020
2028
|
|
|
@@ -2192,8 +2200,6 @@ module TencentCloud
|
|
|
2192
2200
|
# @type ExecutionStartTime: String
|
|
2193
2201
|
# @param ExecutionEndTime: 执行时间 右闭区间,默认 23:59
|
|
2194
2202
|
# @type ExecutionEndTime: String
|
|
2195
|
-
# @param ScheduleRunType: 调度类型: 0 正常调度 1 空跑调度,默认为 0
|
|
2196
|
-
# @type ScheduleRunType: String
|
|
2197
2203
|
# @param CalendarOpen: 日历调度 取值为 0 和 1, 1为打开,0为关闭,默认为0
|
|
2198
2204
|
# @type CalendarOpen: String
|
|
2199
2205
|
# @param CalendarId: 日历调度 日历 ID
|
|
@@ -2204,16 +2210,6 @@ module TencentCloud
|
|
|
2204
2210
|
# @type UpstreamDependencyConfigList: Array
|
|
2205
2211
|
# @param EventListenerList: 事件数组
|
|
2206
2212
|
# @type EventListenerList: Array
|
|
2207
|
-
# @param RunPriority: 任务调度优先级 运行优先级 4高 5中 6低 , 默认:6
|
|
2208
|
-
# @type RunPriority: String
|
|
2209
|
-
# @param RetryWait: 重试策略 重试等待时间,单位分钟: 默认: 5
|
|
2210
|
-
# @type RetryWait: String
|
|
2211
|
-
# @param MaxRetryAttempts: 重试策略 最大尝试次数, 默认: 4
|
|
2212
|
-
# @type MaxRetryAttempts: String
|
|
2213
|
-
# @param ExecutionTTL: 超时处理策略 运行耗时超时(单位:分钟)默认为 -1
|
|
2214
|
-
# @type ExecutionTTL: String
|
|
2215
|
-
# @param WaitExecutionTotalTTL: 超时处理策略 等待总时长耗时超时(单位:分钟)默认为 -1
|
|
2216
|
-
# @type WaitExecutionTotalTTL: String
|
|
2217
2213
|
# @param AllowRedoType: 重跑&补录配置, 默认为 ALL; , ALL 运行成功或失败后皆可重跑或补录, FAILURE 运行成功后不可重跑或补录,运行失败后可重跑或补录, NONE 运行成功或失败后皆不可重跑或补录;
|
|
2218
2214
|
# @type AllowRedoType: String
|
|
2219
2215
|
# @param ParamTaskOutList: 输出参数数组
|
|
@@ -2226,10 +2222,47 @@ module TencentCloud
|
|
|
2226
2222
|
# * T_PLUS_0: T+0生成,默认策略
|
|
2227
2223
|
# * T_PLUS_1: T+1生成
|
|
2228
2224
|
# @type InitStrategy: String
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2225
|
+
# @param ScheduleRunType: 调度类型: 0 正常调度 1 空跑调度,默认为 0
|
|
2226
|
+
# @type ScheduleRunType: String
|
|
2227
|
+
# @param RunPriority: 任务调度优先级 运行优先级 4高 5中 6低 , 默认:6
|
|
2228
|
+
# @type RunPriority: String
|
|
2229
|
+
# @param RetryWait: 重试策略 重试等待时间,单位分钟: 默认: 5
|
|
2230
|
+
# @type RetryWait: String
|
|
2231
|
+
# @param MaxRetryAttempts: 重试策略 最大尝试次数, 默认: 4
|
|
2232
|
+
# @type MaxRetryAttempts: String
|
|
2233
|
+
# @param ExecutionTTL: 超时处理策略 运行耗时超时(单位:分钟)默认为 -1
|
|
2234
|
+
# @type ExecutionTTL: String
|
|
2235
|
+
# @param WaitExecutionTotalTTL: 超时处理策略 等待总时长耗时超时(单位:分钟)默认为 -1
|
|
2236
|
+
# @type WaitExecutionTotalTTL: String
|
|
2237
|
+
# @param ScheduleType: 调度类型: 0 正常调度 1 空跑调度,默认为 0
|
|
2238
|
+
# @type ScheduleType: Integer
|
|
2239
|
+
# @param RunPriorityType: 任务调度优先级 运行优先级 4高 5中 6低 , 默认:6
|
|
2240
|
+
# @type RunPriorityType: Integer
|
|
2241
|
+
# @param RetryWaitMinute: 重试策略 重试等待时间,单位分钟: 默认: 5
|
|
2242
|
+
# @type RetryWaitMinute: Integer
|
|
2243
|
+
# @param MaxRetryNumber: 重试策略 最大尝试次数, 默认: 4
|
|
2244
|
+
# @type MaxRetryNumber: Integer
|
|
2245
|
+
# @param ExecutionTTLMinute: 超时处理策略 运行耗时超时(单位:分钟)默认为 -1
|
|
2246
|
+
# @type ExecutionTTLMinute: Integer
|
|
2247
|
+
# @param WaitExecutionTotalTTLMinute: 超时处理策略 等待总时长耗时超时(单位:分钟)默认为 -1
|
|
2248
|
+
# @type WaitExecutionTotalTTLMinute: Integer
|
|
2249
|
+
|
|
2250
|
+
attr_accessor :CycleType, :ScheduleTimeZone, :CrontabExpression, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CalendarOpen, :CalendarId, :SelfDepend, :UpstreamDependencyConfigList, :EventListenerList, :AllowRedoType, :ParamTaskOutList, :ParamTaskInList, :TaskOutputRegistryList, :InitStrategy, :ScheduleRunType, :RunPriority, :RetryWait, :MaxRetryAttempts, :ExecutionTTL, :WaitExecutionTotalTTL, :ScheduleType, :RunPriorityType, :RetryWaitMinute, :MaxRetryNumber, :ExecutionTTLMinute, :WaitExecutionTotalTTLMinute
|
|
2251
|
+
extend Gem::Deprecate
|
|
2252
|
+
deprecate :ScheduleRunType, :none, 2025, 12
|
|
2253
|
+
deprecate :ScheduleRunType=, :none, 2025, 12
|
|
2254
|
+
deprecate :RunPriority, :none, 2025, 12
|
|
2255
|
+
deprecate :RunPriority=, :none, 2025, 12
|
|
2256
|
+
deprecate :RetryWait, :none, 2025, 12
|
|
2257
|
+
deprecate :RetryWait=, :none, 2025, 12
|
|
2258
|
+
deprecate :MaxRetryAttempts, :none, 2025, 12
|
|
2259
|
+
deprecate :MaxRetryAttempts=, :none, 2025, 12
|
|
2260
|
+
deprecate :ExecutionTTL, :none, 2025, 12
|
|
2261
|
+
deprecate :ExecutionTTL=, :none, 2025, 12
|
|
2262
|
+
deprecate :WaitExecutionTotalTTL, :none, 2025, 12
|
|
2263
|
+
deprecate :WaitExecutionTotalTTL=, :none, 2025, 12
|
|
2264
|
+
|
|
2265
|
+
def initialize(cycletype=nil, scheduletimezone=nil, crontabexpression=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, calendaropen=nil, calendarid=nil, selfdepend=nil, upstreamdependencyconfiglist=nil, eventlistenerlist=nil, allowredotype=nil, paramtaskoutlist=nil, paramtaskinlist=nil, taskoutputregistrylist=nil, initstrategy=nil, scheduleruntype=nil, runpriority=nil, retrywait=nil, maxretryattempts=nil, executionttl=nil, waitexecutiontotalttl=nil, scheduletype=nil, runprioritytype=nil, retrywaitminute=nil, maxretrynumber=nil, executionttlminute=nil, waitexecutiontotalttlminute=nil)
|
|
2233
2266
|
@CycleType = cycletype
|
|
2234
2267
|
@ScheduleTimeZone = scheduletimezone
|
|
2235
2268
|
@CrontabExpression = crontabexpression
|
|
@@ -2237,22 +2270,28 @@ module TencentCloud
|
|
|
2237
2270
|
@EndTime = endtime
|
|
2238
2271
|
@ExecutionStartTime = executionstarttime
|
|
2239
2272
|
@ExecutionEndTime = executionendtime
|
|
2240
|
-
@ScheduleRunType = scheduleruntype
|
|
2241
2273
|
@CalendarOpen = calendaropen
|
|
2242
2274
|
@CalendarId = calendarid
|
|
2243
2275
|
@SelfDepend = selfdepend
|
|
2244
2276
|
@UpstreamDependencyConfigList = upstreamdependencyconfiglist
|
|
2245
2277
|
@EventListenerList = eventlistenerlist
|
|
2246
|
-
@RunPriority = runpriority
|
|
2247
|
-
@RetryWait = retrywait
|
|
2248
|
-
@MaxRetryAttempts = maxretryattempts
|
|
2249
|
-
@ExecutionTTL = executionttl
|
|
2250
|
-
@WaitExecutionTotalTTL = waitexecutiontotalttl
|
|
2251
2278
|
@AllowRedoType = allowredotype
|
|
2252
2279
|
@ParamTaskOutList = paramtaskoutlist
|
|
2253
2280
|
@ParamTaskInList = paramtaskinlist
|
|
2254
2281
|
@TaskOutputRegistryList = taskoutputregistrylist
|
|
2255
2282
|
@InitStrategy = initstrategy
|
|
2283
|
+
@ScheduleRunType = scheduleruntype
|
|
2284
|
+
@RunPriority = runpriority
|
|
2285
|
+
@RetryWait = retrywait
|
|
2286
|
+
@MaxRetryAttempts = maxretryattempts
|
|
2287
|
+
@ExecutionTTL = executionttl
|
|
2288
|
+
@WaitExecutionTotalTTL = waitexecutiontotalttl
|
|
2289
|
+
@ScheduleType = scheduletype
|
|
2290
|
+
@RunPriorityType = runprioritytype
|
|
2291
|
+
@RetryWaitMinute = retrywaitminute
|
|
2292
|
+
@MaxRetryNumber = maxretrynumber
|
|
2293
|
+
@ExecutionTTLMinute = executionttlminute
|
|
2294
|
+
@WaitExecutionTotalTTLMinute = waitexecutiontotalttlminute
|
|
2256
2295
|
end
|
|
2257
2296
|
|
|
2258
2297
|
def deserialize(params)
|
|
@@ -2263,7 +2302,6 @@ module TencentCloud
|
|
|
2263
2302
|
@EndTime = params['EndTime']
|
|
2264
2303
|
@ExecutionStartTime = params['ExecutionStartTime']
|
|
2265
2304
|
@ExecutionEndTime = params['ExecutionEndTime']
|
|
2266
|
-
@ScheduleRunType = params['ScheduleRunType']
|
|
2267
2305
|
@CalendarOpen = params['CalendarOpen']
|
|
2268
2306
|
@CalendarId = params['CalendarId']
|
|
2269
2307
|
@SelfDepend = params['SelfDepend']
|
|
@@ -2283,11 +2321,6 @@ module TencentCloud
|
|
|
2283
2321
|
@EventListenerList << eventlistener_tmp
|
|
2284
2322
|
end
|
|
2285
2323
|
end
|
|
2286
|
-
@RunPriority = params['RunPriority']
|
|
2287
|
-
@RetryWait = params['RetryWait']
|
|
2288
|
-
@MaxRetryAttempts = params['MaxRetryAttempts']
|
|
2289
|
-
@ExecutionTTL = params['ExecutionTTL']
|
|
2290
|
-
@WaitExecutionTotalTTL = params['WaitExecutionTotalTTL']
|
|
2291
2324
|
@AllowRedoType = params['AllowRedoType']
|
|
2292
2325
|
unless params['ParamTaskOutList'].nil?
|
|
2293
2326
|
@ParamTaskOutList = []
|
|
@@ -2314,6 +2347,18 @@ module TencentCloud
|
|
|
2314
2347
|
end
|
|
2315
2348
|
end
|
|
2316
2349
|
@InitStrategy = params['InitStrategy']
|
|
2350
|
+
@ScheduleRunType = params['ScheduleRunType']
|
|
2351
|
+
@RunPriority = params['RunPriority']
|
|
2352
|
+
@RetryWait = params['RetryWait']
|
|
2353
|
+
@MaxRetryAttempts = params['MaxRetryAttempts']
|
|
2354
|
+
@ExecutionTTL = params['ExecutionTTL']
|
|
2355
|
+
@WaitExecutionTotalTTL = params['WaitExecutionTotalTTL']
|
|
2356
|
+
@ScheduleType = params['ScheduleType']
|
|
2357
|
+
@RunPriorityType = params['RunPriorityType']
|
|
2358
|
+
@RetryWaitMinute = params['RetryWaitMinute']
|
|
2359
|
+
@MaxRetryNumber = params['MaxRetryNumber']
|
|
2360
|
+
@ExecutionTTLMinute = params['ExecutionTTLMinute']
|
|
2361
|
+
@WaitExecutionTotalTTLMinute = params['WaitExecutionTotalTTLMinute']
|
|
2317
2362
|
end
|
|
2318
2363
|
end
|
|
2319
2364
|
|
|
@@ -11570,10 +11615,17 @@ module TencentCloud
|
|
|
11570
11615
|
# @param CreateUserUin: 创建用户ID
|
|
11571
11616
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11572
11617
|
# @type CreateUserUin: String
|
|
11618
|
+
# @param TaskFolderPath: 任务文件夹路径
|
|
11619
|
+
|
|
11620
|
+
# 注意:
|
|
11621
|
+
# - 路径上不要填写任务节点类型;例如,在 一个名为 wf01 的工作流,“通用” 分类下,现在想要在这个分类下的 tf_01 文件夹下,新建一个 shell 任务;则 填写 /tf_01 即可;
|
|
11622
|
+
# - 如果 tf_01 文件夹不存在,则需要先创建这个文件夹(使用 CreateTaskFolder 接口)才能操作成功;
|
|
11623
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
11624
|
+
# @type TaskFolderPath: String
|
|
11573
11625
|
|
|
11574
|
-
attr_accessor :TaskId, :TaskTypeId, :WorkflowId, :TaskName, :TaskLatestVersionNo, :TaskLatestSubmitVersionNo, :WorkflowName, :Status, :Submit, :CreateTime, :LastUpdateTime, :LastUpdateUserName, :LastOpsTime, :LastOpsUserName, :OwnerUin, :TaskDescription, :UpdateUserUin, :CreateUserUin
|
|
11626
|
+
attr_accessor :TaskId, :TaskTypeId, :WorkflowId, :TaskName, :TaskLatestVersionNo, :TaskLatestSubmitVersionNo, :WorkflowName, :Status, :Submit, :CreateTime, :LastUpdateTime, :LastUpdateUserName, :LastOpsTime, :LastOpsUserName, :OwnerUin, :TaskDescription, :UpdateUserUin, :CreateUserUin, :TaskFolderPath
|
|
11575
11627
|
|
|
11576
|
-
def initialize(taskid=nil, tasktypeid=nil, workflowid=nil, taskname=nil, tasklatestversionno=nil, tasklatestsubmitversionno=nil, workflowname=nil, status=nil, submit=nil, createtime=nil, lastupdatetime=nil, lastupdateusername=nil, lastopstime=nil, lastopsusername=nil, owneruin=nil, taskdescription=nil, updateuseruin=nil, createuseruin=nil)
|
|
11628
|
+
def initialize(taskid=nil, tasktypeid=nil, workflowid=nil, taskname=nil, tasklatestversionno=nil, tasklatestsubmitversionno=nil, workflowname=nil, status=nil, submit=nil, createtime=nil, lastupdatetime=nil, lastupdateusername=nil, lastopstime=nil, lastopsusername=nil, owneruin=nil, taskdescription=nil, updateuseruin=nil, createuseruin=nil, taskfolderpath=nil)
|
|
11577
11629
|
@TaskId = taskid
|
|
11578
11630
|
@TaskTypeId = tasktypeid
|
|
11579
11631
|
@WorkflowId = workflowid
|
|
@@ -11592,6 +11644,7 @@ module TencentCloud
|
|
|
11592
11644
|
@TaskDescription = taskdescription
|
|
11593
11645
|
@UpdateUserUin = updateuseruin
|
|
11594
11646
|
@CreateUserUin = createuseruin
|
|
11647
|
+
@TaskFolderPath = taskfolderpath
|
|
11595
11648
|
end
|
|
11596
11649
|
|
|
11597
11650
|
def deserialize(params)
|
|
@@ -11613,6 +11666,7 @@ module TencentCloud
|
|
|
11613
11666
|
@TaskDescription = params['TaskDescription']
|
|
11614
11667
|
@UpdateUserUin = params['UpdateUserUin']
|
|
11615
11668
|
@CreateUserUin = params['CreateUserUin']
|
|
11669
|
+
@TaskFolderPath = params['TaskFolderPath']
|
|
11616
11670
|
end
|
|
11617
11671
|
end
|
|
11618
11672
|
|
|
@@ -12592,9 +12646,6 @@ module TencentCloud
|
|
|
12592
12646
|
# @param ExecutionEndTime: 执行时间 右闭区间
|
|
12593
12647
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12594
12648
|
# @type ExecutionEndTime: String
|
|
12595
|
-
# @param ScheduleRunType: 调度类型: 0 正常调度 1 空跑调度
|
|
12596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12597
|
-
# @type ScheduleRunType: Integer
|
|
12598
12649
|
# @param CalendarOpen: 日历调度 取值为 0 和 1, 1为打开,0为关闭,默认为0
|
|
12599
12650
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12600
12651
|
# @type CalendarOpen: String
|
|
@@ -12610,27 +12661,12 @@ module TencentCloud
|
|
|
12610
12661
|
# @param UpstreamDependencyConfigList: 上游依赖数组
|
|
12611
12662
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12612
12663
|
# @type UpstreamDependencyConfigList: Array
|
|
12613
|
-
# @param
|
|
12664
|
+
# @param DownstreamDependencyConfigList: 下游依赖数组
|
|
12614
12665
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12615
|
-
# @type
|
|
12666
|
+
# @type DownstreamDependencyConfigList: Array
|
|
12616
12667
|
# @param EventListenerList: 事件数组
|
|
12617
12668
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12618
12669
|
# @type EventListenerList: Array
|
|
12619
|
-
# @param RunPriority: 任务调度优先级 运行优先级 4高 5中 6低 , 默认:6
|
|
12620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12621
|
-
# @type RunPriority: Integer
|
|
12622
|
-
# @param RetryWait: 重试策略 重试等待时间,单位分钟: 默认: 5
|
|
12623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12624
|
-
# @type RetryWait: Integer
|
|
12625
|
-
# @param MaxRetryAttempts: 重试策略 最大尝试次数, 默认: 4
|
|
12626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12627
|
-
# @type MaxRetryAttempts: Integer
|
|
12628
|
-
# @param ExecutionTTL: 超时处理策略 运行耗时超时(单位:分钟)默认为 -1
|
|
12629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12630
|
-
# @type ExecutionTTL: Integer
|
|
12631
|
-
# @param WaitExecutionTotalTTL: 超时处理策略 等待总时长耗时超时(单位:分钟)默认为 -1
|
|
12632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12633
|
-
# @type WaitExecutionTotalTTL: String
|
|
12634
12670
|
# @param AllowRedoType: 重跑&补录配置, 默认为 ALL; , ALL 运行成功或失败后皆可重跑或补录, FAILURE 运行成功后不可重跑或补录,运行失败后可重跑或补录, NONE 运行成功或失败后皆不可重跑或补录;
|
|
12635
12671
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12636
12672
|
# @type AllowRedoType: String
|
|
@@ -12648,10 +12684,64 @@ module TencentCloud
|
|
|
12648
12684
|
# * T_PLUS_1: T+1生成
|
|
12649
12685
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12650
12686
|
# @type InitStrategy: String
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12687
|
+
# @param ScheduleRunType: 调度类型: 0 正常调度 1 空跑调度,默认为 0
|
|
12688
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12689
|
+
# @type ScheduleRunType: Integer
|
|
12690
|
+
# @param DownStreamDependencyConfigList: (废弃,建议使用 DownstreamDependencyConfigList)下游依赖数组
|
|
12691
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12692
|
+
# @type DownStreamDependencyConfigList: Array
|
|
12693
|
+
# @param RunPriority: 任务调度优先级 运行优先级 4高 5中 6低 , 默认:6
|
|
12694
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12695
|
+
# @type RunPriority: Integer
|
|
12696
|
+
# @param RetryWait: 重试策略 重试等待时间,单位分钟: 默认: 5
|
|
12697
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12698
|
+
# @type RetryWait: Integer
|
|
12699
|
+
# @param MaxRetryAttempts: 重试策略 最大尝试次数, 默认: 4
|
|
12700
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12701
|
+
# @type MaxRetryAttempts: Integer
|
|
12702
|
+
# @param ExecutionTTL: 超时处理策略 运行耗时超时(单位:分钟)默认为 -1
|
|
12703
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12704
|
+
# @type ExecutionTTL: Integer
|
|
12705
|
+
# @param WaitExecutionTotalTTL: 超时处理策略 等待总时长耗时超时(单位:分钟)默认为 -1
|
|
12706
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12707
|
+
# @type WaitExecutionTotalTTL: String
|
|
12708
|
+
# @param ScheduleType: 调度类型: 0 正常调度 1 空跑调度,默认为 0
|
|
12709
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12710
|
+
# @type ScheduleType: Integer
|
|
12711
|
+
# @param RunPriorityType: 任务调度优先级 运行优先级 4高 5中 6低 , 默认:6
|
|
12712
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12713
|
+
# @type RunPriorityType: Integer
|
|
12714
|
+
# @param RetryWaitMinute: 重试策略 重试等待时间,单位分钟: 默认: 5
|
|
12715
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12716
|
+
# @type RetryWaitMinute: Integer
|
|
12717
|
+
# @param MaxRetryNumber: 重试策略 最大尝试次数, 默认: 4
|
|
12718
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12719
|
+
# @type MaxRetryNumber: Integer
|
|
12720
|
+
# @param ExecutionTTLMinute: 超时处理策略 运行耗时超时(单位:分钟)默认为 -1
|
|
12721
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12722
|
+
# @type ExecutionTTLMinute: Integer
|
|
12723
|
+
# @param WaitExecutionTotalTTLMinute: 超时处理策略 等待总时长耗时超时(单位:分钟)默认为 -1
|
|
12724
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12725
|
+
# @type WaitExecutionTotalTTLMinute: Integer
|
|
12726
|
+
|
|
12727
|
+
attr_accessor :CycleType, :ScheduleTimeZone, :CrontabExpression, :StartTime, :EndTime, :ExecutionStartTime, :ExecutionEndTime, :CalendarOpen, :CalendarId, :CalendarName, :SelfDepend, :UpstreamDependencyConfigList, :DownstreamDependencyConfigList, :EventListenerList, :AllowRedoType, :ParamTaskOutList, :ParamTaskInList, :TaskOutputRegistryList, :InitStrategy, :ScheduleRunType, :DownStreamDependencyConfigList, :RunPriority, :RetryWait, :MaxRetryAttempts, :ExecutionTTL, :WaitExecutionTotalTTL, :ScheduleType, :RunPriorityType, :RetryWaitMinute, :MaxRetryNumber, :ExecutionTTLMinute, :WaitExecutionTotalTTLMinute
|
|
12728
|
+
extend Gem::Deprecate
|
|
12729
|
+
deprecate :ScheduleRunType, :none, 2025, 12
|
|
12730
|
+
deprecate :ScheduleRunType=, :none, 2025, 12
|
|
12731
|
+
deprecate :DownStreamDependencyConfigList, :none, 2025, 12
|
|
12732
|
+
deprecate :DownStreamDependencyConfigList=, :none, 2025, 12
|
|
12733
|
+
deprecate :RunPriority, :none, 2025, 12
|
|
12734
|
+
deprecate :RunPriority=, :none, 2025, 12
|
|
12735
|
+
deprecate :RetryWait, :none, 2025, 12
|
|
12736
|
+
deprecate :RetryWait=, :none, 2025, 12
|
|
12737
|
+
deprecate :MaxRetryAttempts, :none, 2025, 12
|
|
12738
|
+
deprecate :MaxRetryAttempts=, :none, 2025, 12
|
|
12739
|
+
deprecate :ExecutionTTL, :none, 2025, 12
|
|
12740
|
+
deprecate :ExecutionTTL=, :none, 2025, 12
|
|
12741
|
+
deprecate :WaitExecutionTotalTTL, :none, 2025, 12
|
|
12742
|
+
deprecate :WaitExecutionTotalTTL=, :none, 2025, 12
|
|
12743
|
+
|
|
12744
|
+
def initialize(cycletype=nil, scheduletimezone=nil, crontabexpression=nil, starttime=nil, endtime=nil, executionstarttime=nil, executionendtime=nil, calendaropen=nil, calendarid=nil, calendarname=nil, selfdepend=nil, upstreamdependencyconfiglist=nil, downstreamdependencyconfiglist=nil, eventlistenerlist=nil, allowredotype=nil, paramtaskoutlist=nil, paramtaskinlist=nil, taskoutputregistrylist=nil, initstrategy=nil, scheduleruntype=nil, runpriority=nil, retrywait=nil, maxretryattempts=nil, executionttl=nil, waitexecutiontotalttl=nil, scheduletype=nil, runprioritytype=nil, retrywaitminute=nil, maxretrynumber=nil, executionttlminute=nil, waitexecutiontotalttlminute=nil)
|
|
12655
12745
|
@CycleType = cycletype
|
|
12656
12746
|
@ScheduleTimeZone = scheduletimezone
|
|
12657
12747
|
@CrontabExpression = crontabexpression
|
|
@@ -12659,24 +12749,30 @@ module TencentCloud
|
|
|
12659
12749
|
@EndTime = endtime
|
|
12660
12750
|
@ExecutionStartTime = executionstarttime
|
|
12661
12751
|
@ExecutionEndTime = executionendtime
|
|
12662
|
-
@ScheduleRunType = scheduleruntype
|
|
12663
12752
|
@CalendarOpen = calendaropen
|
|
12664
12753
|
@CalendarId = calendarid
|
|
12665
12754
|
@CalendarName = calendarname
|
|
12666
12755
|
@SelfDepend = selfdepend
|
|
12667
12756
|
@UpstreamDependencyConfigList = upstreamdependencyconfiglist
|
|
12668
|
-
@
|
|
12757
|
+
@DownstreamDependencyConfigList = downstreamdependencyconfiglist
|
|
12669
12758
|
@EventListenerList = eventlistenerlist
|
|
12670
|
-
@RunPriority = runpriority
|
|
12671
|
-
@RetryWait = retrywait
|
|
12672
|
-
@MaxRetryAttempts = maxretryattempts
|
|
12673
|
-
@ExecutionTTL = executionttl
|
|
12674
|
-
@WaitExecutionTotalTTL = waitexecutiontotalttl
|
|
12675
12759
|
@AllowRedoType = allowredotype
|
|
12676
12760
|
@ParamTaskOutList = paramtaskoutlist
|
|
12677
12761
|
@ParamTaskInList = paramtaskinlist
|
|
12678
12762
|
@TaskOutputRegistryList = taskoutputregistrylist
|
|
12679
12763
|
@InitStrategy = initstrategy
|
|
12764
|
+
@ScheduleRunType = scheduleruntype
|
|
12765
|
+
@RunPriority = runpriority
|
|
12766
|
+
@RetryWait = retrywait
|
|
12767
|
+
@MaxRetryAttempts = maxretryattempts
|
|
12768
|
+
@ExecutionTTL = executionttl
|
|
12769
|
+
@WaitExecutionTotalTTL = waitexecutiontotalttl
|
|
12770
|
+
@ScheduleType = scheduletype
|
|
12771
|
+
@RunPriorityType = runprioritytype
|
|
12772
|
+
@RetryWaitMinute = retrywaitminute
|
|
12773
|
+
@MaxRetryNumber = maxretrynumber
|
|
12774
|
+
@ExecutionTTLMinute = executionttlminute
|
|
12775
|
+
@WaitExecutionTotalTTLMinute = waitexecutiontotalttlminute
|
|
12680
12776
|
end
|
|
12681
12777
|
|
|
12682
12778
|
def deserialize(params)
|
|
@@ -12687,7 +12783,6 @@ module TencentCloud
|
|
|
12687
12783
|
@EndTime = params['EndTime']
|
|
12688
12784
|
@ExecutionStartTime = params['ExecutionStartTime']
|
|
12689
12785
|
@ExecutionEndTime = params['ExecutionEndTime']
|
|
12690
|
-
@ScheduleRunType = params['ScheduleRunType']
|
|
12691
12786
|
@CalendarOpen = params['CalendarOpen']
|
|
12692
12787
|
@CalendarId = params['CalendarId']
|
|
12693
12788
|
@CalendarName = params['CalendarName']
|
|
@@ -12700,12 +12795,12 @@ module TencentCloud
|
|
|
12700
12795
|
@UpstreamDependencyConfigList << dependencytaskbrief_tmp
|
|
12701
12796
|
end
|
|
12702
12797
|
end
|
|
12703
|
-
unless params['
|
|
12704
|
-
@
|
|
12705
|
-
params['
|
|
12798
|
+
unless params['DownstreamDependencyConfigList'].nil?
|
|
12799
|
+
@DownstreamDependencyConfigList = []
|
|
12800
|
+
params['DownstreamDependencyConfigList'].each do |i|
|
|
12706
12801
|
dependencytaskbrief_tmp = DependencyTaskBrief.new
|
|
12707
12802
|
dependencytaskbrief_tmp.deserialize(i)
|
|
12708
|
-
@
|
|
12803
|
+
@DownstreamDependencyConfigList << dependencytaskbrief_tmp
|
|
12709
12804
|
end
|
|
12710
12805
|
end
|
|
12711
12806
|
unless params['EventListenerList'].nil?
|
|
@@ -12716,11 +12811,6 @@ module TencentCloud
|
|
|
12716
12811
|
@EventListenerList << eventlistener_tmp
|
|
12717
12812
|
end
|
|
12718
12813
|
end
|
|
12719
|
-
@RunPriority = params['RunPriority']
|
|
12720
|
-
@RetryWait = params['RetryWait']
|
|
12721
|
-
@MaxRetryAttempts = params['MaxRetryAttempts']
|
|
12722
|
-
@ExecutionTTL = params['ExecutionTTL']
|
|
12723
|
-
@WaitExecutionTotalTTL = params['WaitExecutionTotalTTL']
|
|
12724
12814
|
@AllowRedoType = params['AllowRedoType']
|
|
12725
12815
|
unless params['ParamTaskOutList'].nil?
|
|
12726
12816
|
@ParamTaskOutList = []
|
|
@@ -12747,6 +12837,18 @@ module TencentCloud
|
|
|
12747
12837
|
end
|
|
12748
12838
|
end
|
|
12749
12839
|
@InitStrategy = params['InitStrategy']
|
|
12840
|
+
@ScheduleRunType = params['ScheduleRunType']
|
|
12841
|
+
@RunPriority = params['RunPriority']
|
|
12842
|
+
@RetryWait = params['RetryWait']
|
|
12843
|
+
@MaxRetryAttempts = params['MaxRetryAttempts']
|
|
12844
|
+
@ExecutionTTL = params['ExecutionTTL']
|
|
12845
|
+
@WaitExecutionTotalTTL = params['WaitExecutionTotalTTL']
|
|
12846
|
+
@ScheduleType = params['ScheduleType']
|
|
12847
|
+
@RunPriorityType = params['RunPriorityType']
|
|
12848
|
+
@RetryWaitMinute = params['RetryWaitMinute']
|
|
12849
|
+
@MaxRetryNumber = params['MaxRetryNumber']
|
|
12850
|
+
@ExecutionTTLMinute = params['ExecutionTTLMinute']
|
|
12851
|
+
@WaitExecutionTotalTTLMinute = params['WaitExecutionTotalTTLMinute']
|
|
12750
12852
|
end
|
|
12751
12853
|
end
|
|
12752
12854
|
|
|
@@ -13466,7 +13568,7 @@ module TencentCloud
|
|
|
13466
13568
|
# @param ResourceId: 资源文件ID,可通过ListResourceFiles接口获取
|
|
13467
13569
|
# @type ResourceId: String
|
|
13468
13570
|
# @param ResourceFile: - 上传文件及手填两种方式只能选择其一,如果两者均提供,取值顺序为文件>手填值
|
|
13469
|
-
# - 手填值必须是存在的cos路径,
|
|
13571
|
+
# - 手填值必须是存在的cos路径, parentFolderPath为父文件夹路径, name为文件名, 手填值取值示例:
|
|
13470
13572
|
# /datastudio/resource/projectId/parentFolderPath/name
|
|
13471
13573
|
# @type ResourceFile: String
|
|
13472
13574
|
# @param ResourceName: 资源名称, 尽可能和文件名保持一致
|
|
@@ -13775,19 +13877,25 @@ module TencentCloud
|
|
|
13775
13877
|
# @type OwnerUin: String
|
|
13776
13878
|
# @param TaskDescription: 任务描述
|
|
13777
13879
|
# @type TaskDescription: String
|
|
13880
|
+
# @param TaskFolderPath: 注意:
|
|
13881
|
+
# - 路径上不要填写任务节点类型;例如,在 一个名为 wf01 的工作流,“通用” 分类下,现在想要在这个分类下的 tf_01 文件夹下,新建一个 shell 任务;则 填写 /tf_01 即可;
|
|
13882
|
+
# - 如果 tf_01 文件夹不存在,则需要先创建这个文件夹(使用 CreateTaskFolder 接口)才能操作成功;
|
|
13883
|
+
# @type TaskFolderPath: String
|
|
13778
13884
|
|
|
13779
|
-
attr_accessor :TaskName, :OwnerUin, :TaskDescription
|
|
13885
|
+
attr_accessor :TaskName, :OwnerUin, :TaskDescription, :TaskFolderPath
|
|
13780
13886
|
|
|
13781
|
-
def initialize(taskname=nil, owneruin=nil, taskdescription=nil)
|
|
13887
|
+
def initialize(taskname=nil, owneruin=nil, taskdescription=nil, taskfolderpath=nil)
|
|
13782
13888
|
@TaskName = taskname
|
|
13783
13889
|
@OwnerUin = owneruin
|
|
13784
13890
|
@TaskDescription = taskdescription
|
|
13891
|
+
@TaskFolderPath = taskfolderpath
|
|
13785
13892
|
end
|
|
13786
13893
|
|
|
13787
13894
|
def deserialize(params)
|
|
13788
13895
|
@TaskName = params['TaskName']
|
|
13789
13896
|
@OwnerUin = params['OwnerUin']
|
|
13790
13897
|
@TaskDescription = params['TaskDescription']
|
|
13898
|
+
@TaskFolderPath = params['TaskFolderPath']
|
|
13791
13899
|
end
|
|
13792
13900
|
end
|
|
13793
13901
|
|
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.1187
|
|
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-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,11 +33,11 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20210820/models.rb
|
|
37
36
|
- lib/v20210820/client.rb
|
|
37
|
+
- lib/v20210820/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-wedata.rb
|
|
39
|
-
- lib/v20250806/models.rb
|
|
40
39
|
- lib/v20250806/client.rb
|
|
40
|
+
- lib/v20250806/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|