tencentcloud-sdk-wedata 3.0.1078 → 3.0.1089
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 +98 -2
- data/lib/v20210820/models.rb +824 -35
- 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: 6105cdd6ee288da617674f876091bb4f57442871
|
4
|
+
data.tar.gz: 2c5377ff2510bb31543bf58cf33e5ed79031349d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d4d9c263bf7d17693f6677fdeaab229f1893b6904b98797090a582a38c0695dd54b4bf86e3eebdf4e3be612f8d53a7e95c8b1913344e530bee1b534d9b669df
|
7
|
+
data.tar.gz: a5fd1b2e4cb2a551083daafb0a60c09ab5287bb4688c376b703509dec716e77c0ba30839fd55bb78beb6109576ead1103fcf0feeebee48deaed660d9c1dffcd5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1089
|
data/lib/v20210820/client.rb
CHANGED
@@ -2215,6 +2215,54 @@ module TencentCloud
|
|
2215
2215
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2216
2216
|
end
|
2217
2217
|
|
2218
|
+
# 查看任务版本详细信息
|
2219
|
+
|
2220
|
+
# @param request: Request instance for DescribeDsTaskVersionInfo.
|
2221
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionInfoRequest`
|
2222
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionInfoResponse`
|
2223
|
+
def DescribeDsTaskVersionInfo(request)
|
2224
|
+
body = send_request('DescribeDsTaskVersionInfo', request.serialize)
|
2225
|
+
response = JSON.parse(body)
|
2226
|
+
if response['Response'].key?('Error') == false
|
2227
|
+
model = DescribeDsTaskVersionInfoResponse.new
|
2228
|
+
model.deserialize(response['Response'])
|
2229
|
+
model
|
2230
|
+
else
|
2231
|
+
code = response['Response']['Error']['Code']
|
2232
|
+
message = response['Response']['Error']['Message']
|
2233
|
+
reqid = response['Response']['RequestId']
|
2234
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2235
|
+
end
|
2236
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2237
|
+
raise e
|
2238
|
+
rescue StandardError => e
|
2239
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2240
|
+
end
|
2241
|
+
|
2242
|
+
# 拉取任务版本列表
|
2243
|
+
|
2244
|
+
# @param request: Request instance for DescribeDsTaskVersionList.
|
2245
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionListRequest`
|
2246
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDsTaskVersionListResponse`
|
2247
|
+
def DescribeDsTaskVersionList(request)
|
2248
|
+
body = send_request('DescribeDsTaskVersionList', request.serialize)
|
2249
|
+
response = JSON.parse(body)
|
2250
|
+
if response['Response'].key?('Error') == false
|
2251
|
+
model = DescribeDsTaskVersionListResponse.new
|
2252
|
+
model.deserialize(response['Response'])
|
2253
|
+
model
|
2254
|
+
else
|
2255
|
+
code = response['Response']['Error']['Code']
|
2256
|
+
message = response['Response']['Error']['Message']
|
2257
|
+
reqid = response['Response']['RequestId']
|
2258
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2259
|
+
end
|
2260
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2261
|
+
raise e
|
2262
|
+
rescue StandardError => e
|
2263
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2264
|
+
end
|
2265
|
+
|
2218
2266
|
# 获取值班日历
|
2219
2267
|
|
2220
2268
|
# @param request: Request instance for DescribeDutyScheduleDetails.
|
@@ -2911,6 +2959,30 @@ module TencentCloud
|
|
2911
2959
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2912
2960
|
end
|
2913
2961
|
|
2962
|
+
# 查询手动任务触发记录
|
2963
|
+
|
2964
|
+
# @param request: Request instance for DescribeManualTriggerRecordPage.
|
2965
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeManualTriggerRecordPageRequest`
|
2966
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeManualTriggerRecordPageResponse`
|
2967
|
+
def DescribeManualTriggerRecordPage(request)
|
2968
|
+
body = send_request('DescribeManualTriggerRecordPage', request.serialize)
|
2969
|
+
response = JSON.parse(body)
|
2970
|
+
if response['Response'].key?('Error') == false
|
2971
|
+
model = DescribeManualTriggerRecordPageResponse.new
|
2972
|
+
model.deserialize(response['Response'])
|
2973
|
+
model
|
2974
|
+
else
|
2975
|
+
code = response['Response']['Error']['Code']
|
2976
|
+
message = response['Response']['Error']['Message']
|
2977
|
+
reqid = response['Response']['RequestId']
|
2978
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2979
|
+
end
|
2980
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2981
|
+
raise e
|
2982
|
+
rescue StandardError => e
|
2983
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2984
|
+
end
|
2985
|
+
|
2914
2986
|
# 获取离线任务长连接Token
|
2915
2987
|
|
2916
2988
|
# @param request: Request instance for DescribeOfflineTaskToken.
|
@@ -4478,7 +4550,7 @@ module TencentCloud
|
|
4478
4550
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4479
4551
|
end
|
4480
4552
|
|
4481
|
-
#
|
4553
|
+
# 查询任务脚本。本接口已废弃,请使用接口GetPaginationTaskScript。
|
4482
4554
|
|
4483
4555
|
# @param request: Request instance for DescribeTaskScript.
|
4484
4556
|
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskScriptRequest`
|
@@ -5679,6 +5751,30 @@ module TencentCloud
|
|
5679
5751
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5680
5752
|
end
|
5681
5753
|
|
5754
|
+
# 更新任务Ds
|
5755
|
+
|
5756
|
+
# @param request: Request instance for ModifyTaskInfoDs.
|
5757
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyTaskInfoDsRequest`
|
5758
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyTaskInfoDsResponse`
|
5759
|
+
def ModifyTaskInfoDs(request)
|
5760
|
+
body = send_request('ModifyTaskInfoDs', request.serialize)
|
5761
|
+
response = JSON.parse(body)
|
5762
|
+
if response['Response'].key?('Error') == false
|
5763
|
+
model = ModifyTaskInfoDsResponse.new
|
5764
|
+
model.deserialize(response['Response'])
|
5765
|
+
model
|
5766
|
+
else
|
5767
|
+
code = response['Response']['Error']['Code']
|
5768
|
+
message = response['Response']['Error']['Message']
|
5769
|
+
reqid = response['Response']['RequestId']
|
5770
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
5771
|
+
end
|
5772
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
5773
|
+
raise e
|
5774
|
+
rescue StandardError => e
|
5775
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5776
|
+
end
|
5777
|
+
|
5682
5778
|
# <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
5683
5779
|
# 添加父任务依赖。本接口已废弃,请使用接口ModifyTaskLinksDs。
|
5684
5780
|
|
@@ -5753,7 +5849,7 @@ module TencentCloud
|
|
5753
5849
|
end
|
5754
5850
|
|
5755
5851
|
# <p style="color:red;">[注意:该版本只满足广州区部分白名单客户使用]</p>
|
5756
|
-
#
|
5852
|
+
# 修改任务脚本。本接口已废弃,请使用接口ModifyTaskInfoDs。
|
5757
5853
|
|
5758
5854
|
# @param request: Request instance for ModifyTaskScript.
|
5759
5855
|
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyTaskScriptRequest`
|
data/lib/v20210820/models.rb
CHANGED
@@ -9858,6 +9858,106 @@ module TencentCloud
|
|
9858
9858
|
end
|
9859
9859
|
end
|
9860
9860
|
|
9861
|
+
# DescribeDsTaskVersionInfo请求参数结构体
|
9862
|
+
class DescribeDsTaskVersionInfoRequest < TencentCloud::Common::AbstractModel
|
9863
|
+
# @param TaskId: 任务ID
|
9864
|
+
# @type TaskId: String
|
9865
|
+
# @param TaskVersion: 版本
|
9866
|
+
# @type TaskVersion: String
|
9867
|
+
# @param ProjectId: 项目id
|
9868
|
+
# @type ProjectId: String
|
9869
|
+
|
9870
|
+
attr_accessor :TaskId, :TaskVersion, :ProjectId
|
9871
|
+
|
9872
|
+
def initialize(taskid=nil, taskversion=nil, projectid=nil)
|
9873
|
+
@TaskId = taskid
|
9874
|
+
@TaskVersion = taskversion
|
9875
|
+
@ProjectId = projectid
|
9876
|
+
end
|
9877
|
+
|
9878
|
+
def deserialize(params)
|
9879
|
+
@TaskId = params['TaskId']
|
9880
|
+
@TaskVersion = params['TaskVersion']
|
9881
|
+
@ProjectId = params['ProjectId']
|
9882
|
+
end
|
9883
|
+
end
|
9884
|
+
|
9885
|
+
# DescribeDsTaskVersionInfo返回参数结构体
|
9886
|
+
class DescribeDsTaskVersionInfoResponse < TencentCloud::Common::AbstractModel
|
9887
|
+
# @param Data: 任务版本详情信息
|
9888
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9889
|
+
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.TaskVersionDsDTO`
|
9890
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9891
|
+
# @type RequestId: String
|
9892
|
+
|
9893
|
+
attr_accessor :Data, :RequestId
|
9894
|
+
|
9895
|
+
def initialize(data=nil, requestid=nil)
|
9896
|
+
@Data = data
|
9897
|
+
@RequestId = requestid
|
9898
|
+
end
|
9899
|
+
|
9900
|
+
def deserialize(params)
|
9901
|
+
unless params['Data'].nil?
|
9902
|
+
@Data = TaskVersionDsDTO.new
|
9903
|
+
@Data.deserialize(params['Data'])
|
9904
|
+
end
|
9905
|
+
@RequestId = params['RequestId']
|
9906
|
+
end
|
9907
|
+
end
|
9908
|
+
|
9909
|
+
# DescribeDsTaskVersionList请求参数结构体
|
9910
|
+
class DescribeDsTaskVersionListRequest < TencentCloud::Common::AbstractModel
|
9911
|
+
# @param TaskId: 任务ID
|
9912
|
+
# @type TaskId: String
|
9913
|
+
# @param ProjectId: 项目ID
|
9914
|
+
# @type ProjectId: String
|
9915
|
+
# @param IsOnlyCurrentEditingVersion: 是否仅返回当前编辑版本
|
9916
|
+
# @type IsOnlyCurrentEditingVersion: Boolean
|
9917
|
+
|
9918
|
+
attr_accessor :TaskId, :ProjectId, :IsOnlyCurrentEditingVersion
|
9919
|
+
|
9920
|
+
def initialize(taskid=nil, projectid=nil, isonlycurrenteditingversion=nil)
|
9921
|
+
@TaskId = taskid
|
9922
|
+
@ProjectId = projectid
|
9923
|
+
@IsOnlyCurrentEditingVersion = isonlycurrenteditingversion
|
9924
|
+
end
|
9925
|
+
|
9926
|
+
def deserialize(params)
|
9927
|
+
@TaskId = params['TaskId']
|
9928
|
+
@ProjectId = params['ProjectId']
|
9929
|
+
@IsOnlyCurrentEditingVersion = params['IsOnlyCurrentEditingVersion']
|
9930
|
+
end
|
9931
|
+
end
|
9932
|
+
|
9933
|
+
# DescribeDsTaskVersionList返回参数结构体
|
9934
|
+
class DescribeDsTaskVersionListResponse < TencentCloud::Common::AbstractModel
|
9935
|
+
# @param Data: 版本列表
|
9936
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9937
|
+
# @type Data: Array
|
9938
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9939
|
+
# @type RequestId: String
|
9940
|
+
|
9941
|
+
attr_accessor :Data, :RequestId
|
9942
|
+
|
9943
|
+
def initialize(data=nil, requestid=nil)
|
9944
|
+
@Data = data
|
9945
|
+
@RequestId = requestid
|
9946
|
+
end
|
9947
|
+
|
9948
|
+
def deserialize(params)
|
9949
|
+
unless params['Data'].nil?
|
9950
|
+
@Data = []
|
9951
|
+
params['Data'].each do |i|
|
9952
|
+
taskversiondsdto_tmp = TaskVersionDsDTO.new
|
9953
|
+
taskversiondsdto_tmp.deserialize(i)
|
9954
|
+
@Data << taskversiondsdto_tmp
|
9955
|
+
end
|
9956
|
+
end
|
9957
|
+
@RequestId = params['RequestId']
|
9958
|
+
end
|
9959
|
+
end
|
9960
|
+
|
9861
9961
|
# DescribeDutyScheduleDetails请求参数结构体
|
9862
9962
|
class DescribeDutyScheduleDetailsRequest < TencentCloud::Common::AbstractModel
|
9863
9963
|
# @param Id: 值班表id
|
@@ -11779,6 +11879,79 @@ module TencentCloud
|
|
11779
11879
|
end
|
11780
11880
|
end
|
11781
11881
|
|
11882
|
+
# DescribeManualTriggerRecordPage请求参数结构体
|
11883
|
+
class DescribeManualTriggerRecordPageRequest < TencentCloud::Common::AbstractModel
|
11884
|
+
# @param ProjectId: 项目ID
|
11885
|
+
# @type ProjectId: String
|
11886
|
+
# @param TriggerName: 触发运行名称
|
11887
|
+
# @type TriggerName: String
|
11888
|
+
# @param WorkflowKeyword: 工作流过滤关键字,工作流名称 or 工作流ID
|
11889
|
+
# @type WorkflowKeyword: String
|
11890
|
+
# @param Creator: 触发运行提交人过滤,多个提交人用英文逗号分割
|
11891
|
+
# @type Creator: String
|
11892
|
+
# @param TriggerStartTime: 触发提交创建时间过滤,起始时间
|
11893
|
+
# @type TriggerStartTime: String
|
11894
|
+
# @param TriggerEndTime: 触发提交创建时间过滤,结束时间
|
11895
|
+
# @type TriggerEndTime: String
|
11896
|
+
# @param PageNumber: 页码,整型
|
11897
|
+
# @type PageNumber: Integer
|
11898
|
+
# @param PageSize: 每页数目,整型
|
11899
|
+
# @type PageSize: Integer
|
11900
|
+
|
11901
|
+
attr_accessor :ProjectId, :TriggerName, :WorkflowKeyword, :Creator, :TriggerStartTime, :TriggerEndTime, :PageNumber, :PageSize
|
11902
|
+
|
11903
|
+
def initialize(projectid=nil, triggername=nil, workflowkeyword=nil, creator=nil, triggerstarttime=nil, triggerendtime=nil, pagenumber=nil, pagesize=nil)
|
11904
|
+
@ProjectId = projectid
|
11905
|
+
@TriggerName = triggername
|
11906
|
+
@WorkflowKeyword = workflowkeyword
|
11907
|
+
@Creator = creator
|
11908
|
+
@TriggerStartTime = triggerstarttime
|
11909
|
+
@TriggerEndTime = triggerendtime
|
11910
|
+
@PageNumber = pagenumber
|
11911
|
+
@PageSize = pagesize
|
11912
|
+
end
|
11913
|
+
|
11914
|
+
def deserialize(params)
|
11915
|
+
@ProjectId = params['ProjectId']
|
11916
|
+
@TriggerName = params['TriggerName']
|
11917
|
+
@WorkflowKeyword = params['WorkflowKeyword']
|
11918
|
+
@Creator = params['Creator']
|
11919
|
+
@TriggerStartTime = params['TriggerStartTime']
|
11920
|
+
@TriggerEndTime = params['TriggerEndTime']
|
11921
|
+
@PageNumber = params['PageNumber']
|
11922
|
+
@PageSize = params['PageSize']
|
11923
|
+
end
|
11924
|
+
end
|
11925
|
+
|
11926
|
+
# DescribeManualTriggerRecordPage返回参数结构体
|
11927
|
+
class DescribeManualTriggerRecordPageResponse < TencentCloud::Common::AbstractModel
|
11928
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
11929
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11930
|
+
# @type RequestFromSource: String
|
11931
|
+
# @param Data: 详情结果
|
11932
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
11933
|
+
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.ManualTriggerRecordOpsDtoPage`
|
11934
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11935
|
+
# @type RequestId: String
|
11936
|
+
|
11937
|
+
attr_accessor :RequestFromSource, :Data, :RequestId
|
11938
|
+
|
11939
|
+
def initialize(requestfromsource=nil, data=nil, requestid=nil)
|
11940
|
+
@RequestFromSource = requestfromsource
|
11941
|
+
@Data = data
|
11942
|
+
@RequestId = requestid
|
11943
|
+
end
|
11944
|
+
|
11945
|
+
def deserialize(params)
|
11946
|
+
@RequestFromSource = params['RequestFromSource']
|
11947
|
+
unless params['Data'].nil?
|
11948
|
+
@Data = ManualTriggerRecordOpsDtoPage.new
|
11949
|
+
@Data.deserialize(params['Data'])
|
11950
|
+
end
|
11951
|
+
@RequestId = params['RequestId']
|
11952
|
+
end
|
11953
|
+
end
|
11954
|
+
|
11782
11955
|
# DescribeOfflineTaskToken请求参数结构体
|
11783
11956
|
class DescribeOfflineTaskTokenRequest < TencentCloud::Common::AbstractModel
|
11784
11957
|
|
@@ -15382,7 +15555,110 @@ module TencentCloud
|
|
15382
15555
|
# @type PageNumber: Integer
|
15383
15556
|
# @param PageSize: 分页大小
|
15384
15557
|
# @type PageSize: Integer
|
15385
|
-
# @param Filters:
|
15558
|
+
# @param Filters: 过滤字段:
|
15559
|
+
# dbName-数据库名称
|
15560
|
+
# bizCatalogIds-资产目录ID
|
15561
|
+
# DataLayerUuid-数仓分层ID
|
15562
|
+
# ownerAccount-负责人ID
|
15563
|
+
# assetStatus-资产状态:1-已上架 0-未上架
|
15564
|
+
# assetLevel-资产等级:40-核心30-重要 20-一般 10-临时
|
15565
|
+
# msTypes-数据源类型:例如TENCENT_MYSQL-腾讯云MySQL,数据源类型ID可参考
|
15566
|
+
# [
|
15567
|
+
# {
|
15568
|
+
# "DisplayName": "TCHouse-P",
|
15569
|
+
# "Id": "TCHOUSE_P"
|
15570
|
+
# },
|
15571
|
+
# {
|
15572
|
+
# "DisplayName": "Iceberg",
|
15573
|
+
# "Id": "ICEBERG"
|
15574
|
+
# },
|
15575
|
+
# {
|
15576
|
+
# "DisplayName": "Hive",
|
15577
|
+
# "Id": "HIVE"
|
15578
|
+
# },
|
15579
|
+
# {
|
15580
|
+
# "DisplayName": "HBase",
|
15581
|
+
# "Id": "HBASE"
|
15582
|
+
# },
|
15583
|
+
# {
|
15584
|
+
# "DisplayName": "DLC",
|
15585
|
+
# "Id": "DLC"
|
15586
|
+
# },
|
15587
|
+
# {
|
15588
|
+
# "DisplayName": "腾讯云MySQL",
|
15589
|
+
# "Id": "TENCENT_MYSQL"
|
15590
|
+
# },
|
15591
|
+
# {
|
15592
|
+
# "DisplayName": "TCHouse-D",
|
15593
|
+
# "Id": "TCHOUSE_D"
|
15594
|
+
# },
|
15595
|
+
# {
|
15596
|
+
# "DisplayName": "TCHouse-C",
|
15597
|
+
# "Id": "TCHOUSE_C"
|
15598
|
+
# },
|
15599
|
+
# {
|
15600
|
+
# "DisplayName": "EMR StarRocks",
|
15601
|
+
# "Id": "EMR_STARROCKS"
|
15602
|
+
# },
|
15603
|
+
# {
|
15604
|
+
# "DisplayName": "Doris",
|
15605
|
+
# "Id": "DORIS"
|
15606
|
+
# },
|
15607
|
+
# {
|
15608
|
+
# "DisplayName": "MySQL",
|
15609
|
+
# "Id": "MYSQL"
|
15610
|
+
# },
|
15611
|
+
# {
|
15612
|
+
# "DisplayName": "Oracle",
|
15613
|
+
# "Id": "ORACLE"
|
15614
|
+
# },
|
15615
|
+
# {
|
15616
|
+
# "DisplayName": "PostgreSQL",
|
15617
|
+
# "Id": "POSTGRE"
|
15618
|
+
# },
|
15619
|
+
# {
|
15620
|
+
# "DisplayName": "SQL Server",
|
15621
|
+
# "Id": "SQLSERVER"
|
15622
|
+
# },
|
15623
|
+
# {
|
15624
|
+
# "DisplayName": "TDSQL PostgreSQL",
|
15625
|
+
# "Id": "TDSQL_POSTGRE"
|
15626
|
+
# },
|
15627
|
+
# {
|
15628
|
+
# "DisplayName": "Greenplum",
|
15629
|
+
# "Id": "GREENPLUM"
|
15630
|
+
# },
|
15631
|
+
# {
|
15632
|
+
# "DisplayName": "StarRocks",
|
15633
|
+
# "Id": "STARROCKS"
|
15634
|
+
# },
|
15635
|
+
# {
|
15636
|
+
# "DisplayName": "ClickHouse",
|
15637
|
+
# "Id": "CLICKHOUSE"
|
15638
|
+
# },
|
15639
|
+
# {
|
15640
|
+
# "DisplayName": "INFLUXDB",
|
15641
|
+
# "Id": "INFLUXDB"
|
15642
|
+
# },
|
15643
|
+
# {
|
15644
|
+
# "DisplayName": "达梦DM",
|
15645
|
+
# "Id": "DM"
|
15646
|
+
# },
|
15647
|
+
# {
|
15648
|
+
# "DisplayName": "OceanBase",
|
15649
|
+
# "Id": "OCEANBASE"
|
15650
|
+
# },
|
15651
|
+
# {
|
15652
|
+
# "DisplayName": "TDSQL MySQL",
|
15653
|
+
# "Id": "TDSQL_MYSQL"
|
15654
|
+
# },
|
15655
|
+
# {
|
15656
|
+
# "DisplayName": "GaussDB",
|
15657
|
+
# "Id": "GAUSSDB"
|
15658
|
+
# }
|
15659
|
+
# ]
|
15660
|
+
# projectIds-归属项目ID
|
15661
|
+
# keyword-关键字,支持表名/表中文名/数据库名
|
15386
15662
|
# @type Filters: Array
|
15387
15663
|
# @param OrderFields: 排序字段
|
15388
15664
|
# @type OrderFields: Array
|
@@ -16265,7 +16541,7 @@ module TencentCloud
|
|
16265
16541
|
|
16266
16542
|
# DescribeTaskScript返回参数结构体
|
16267
16543
|
class DescribeTaskScriptResponse < TencentCloud::Common::AbstractModel
|
16268
|
-
# @param Data:
|
16544
|
+
# @param Data: 任务脚本内容,BASE64编码
|
16269
16545
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16270
16546
|
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.TaskScriptContent`
|
16271
16547
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -18841,6 +19117,50 @@ module TencentCloud
|
|
18841
19117
|
end
|
18842
19118
|
end
|
18843
19119
|
|
19120
|
+
# 事件发布者信息
|
19121
|
+
class EventPublisherDTO < TencentCloud::Common::AbstractModel
|
19122
|
+
# @param Key: 关键字,一般为任务id
|
19123
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19124
|
+
# @type Key: String
|
19125
|
+
# @param Type: REST_API、KAFKA
|
19126
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19127
|
+
# @type Type: String
|
19128
|
+
# @param CreationTs: 创建时间
|
19129
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19130
|
+
# @type CreationTs: String
|
19131
|
+
# @param PropertiesList: 配置信息
|
19132
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19133
|
+
# @type PropertiesList: Array
|
19134
|
+
# @param Description: 描述信息
|
19135
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
19136
|
+
# @type Description: String
|
19137
|
+
|
19138
|
+
attr_accessor :Key, :Type, :CreationTs, :PropertiesList, :Description
|
19139
|
+
|
19140
|
+
def initialize(key=nil, type=nil, creationts=nil, propertieslist=nil, description=nil)
|
19141
|
+
@Key = key
|
19142
|
+
@Type = type
|
19143
|
+
@CreationTs = creationts
|
19144
|
+
@PropertiesList = propertieslist
|
19145
|
+
@Description = description
|
19146
|
+
end
|
19147
|
+
|
19148
|
+
def deserialize(params)
|
19149
|
+
@Key = params['Key']
|
19150
|
+
@Type = params['Type']
|
19151
|
+
@CreationTs = params['CreationTs']
|
19152
|
+
unless params['PropertiesList'].nil?
|
19153
|
+
@PropertiesList = []
|
19154
|
+
params['PropertiesList'].each do |i|
|
19155
|
+
paraminfods_tmp = ParamInfoDs.new
|
19156
|
+
paraminfods_tmp.deserialize(i)
|
19157
|
+
@PropertiesList << paraminfods_tmp
|
19158
|
+
end
|
19159
|
+
end
|
19160
|
+
@Description = params['Description']
|
19161
|
+
end
|
19162
|
+
end
|
19163
|
+
|
18844
19164
|
# 资源组详情
|
18845
19165
|
class ExecutorResourceGroupInfo < TencentCloud::Common::AbstractModel
|
18846
19166
|
# @param ExecutorGroupId: 执行组id, 仅更新资源时需要传
|
@@ -24536,6 +24856,55 @@ module TencentCloud
|
|
24536
24856
|
end
|
24537
24857
|
end
|
24538
24858
|
|
24859
|
+
# 手动工作流触发运行记录分页查询
|
24860
|
+
class ManualTriggerRecordOpsDtoPage < TencentCloud::Common::AbstractModel
|
24861
|
+
# @param PageNumber: 页号
|
24862
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24863
|
+
# @type PageNumber: Integer
|
24864
|
+
# @param PageSize: 页大小
|
24865
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24866
|
+
# @type PageSize: Integer
|
24867
|
+
# @param Items: 手动工作流触发运行记录
|
24868
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24869
|
+
# @type Items: Array
|
24870
|
+
# @param TotalPage: 总页数
|
24871
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24872
|
+
# @type TotalPage: Integer
|
24873
|
+
# @param PageCount: 页数
|
24874
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24875
|
+
# @type PageCount: Integer
|
24876
|
+
# @param TotalCount: 总条数
|
24877
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24878
|
+
# @type TotalCount: Integer
|
24879
|
+
|
24880
|
+
attr_accessor :PageNumber, :PageSize, :Items, :TotalPage, :PageCount, :TotalCount
|
24881
|
+
|
24882
|
+
def initialize(pagenumber=nil, pagesize=nil, items=nil, totalpage=nil, pagecount=nil, totalcount=nil)
|
24883
|
+
@PageNumber = pagenumber
|
24884
|
+
@PageSize = pagesize
|
24885
|
+
@Items = items
|
24886
|
+
@TotalPage = totalpage
|
24887
|
+
@PageCount = pagecount
|
24888
|
+
@TotalCount = totalcount
|
24889
|
+
end
|
24890
|
+
|
24891
|
+
def deserialize(params)
|
24892
|
+
@PageNumber = params['PageNumber']
|
24893
|
+
@PageSize = params['PageSize']
|
24894
|
+
unless params['Items'].nil?
|
24895
|
+
@Items = []
|
24896
|
+
params['Items'].each do |i|
|
24897
|
+
manualtriggerrecordopsdto_tmp = ManualTriggerRecordOpsDto.new
|
24898
|
+
manualtriggerrecordopsdto_tmp.deserialize(i)
|
24899
|
+
@Items << manualtriggerrecordopsdto_tmp
|
24900
|
+
end
|
24901
|
+
end
|
24902
|
+
@TotalPage = params['TotalPage']
|
24903
|
+
@PageCount = params['PageCount']
|
24904
|
+
@TotalCount = params['TotalCount']
|
24905
|
+
end
|
24906
|
+
end
|
24907
|
+
|
24539
24908
|
# ModifyApproveStatus请求参数结构体
|
24540
24909
|
class ModifyApproveStatusRequest < TencentCloud::Common::AbstractModel
|
24541
24910
|
# @param ApproveIds: 审批单ids
|
@@ -25411,27 +25780,27 @@ module TencentCloud
|
|
25411
25780
|
end
|
25412
25781
|
end
|
25413
25782
|
|
25414
|
-
#
|
25415
|
-
class
|
25783
|
+
# ModifyTaskInfoDs请求参数结构体
|
25784
|
+
class ModifyTaskInfoDsRequest < TencentCloud::Common::AbstractModel
|
25416
25785
|
# @param ProjectId: 项目Id
|
25417
25786
|
# @type ProjectId: String
|
25418
25787
|
# @param TaskId: 任务ID
|
25419
25788
|
# @type TaskId: String
|
25420
25789
|
# @param DelayTime: 执行时间,单位分钟,天/周/月/年调度才有。比如天调度,每天的02:00点执行一次,delayTime就是120分钟
|
25421
25790
|
# @type DelayTime: Integer
|
25422
|
-
# @param StartupTime:
|
25791
|
+
# @param StartupTime: 启动时间:该字段已废弃,无需填写
|
25423
25792
|
# @type StartupTime: Integer
|
25424
|
-
# @param SelfDepend: 自依赖类型 1:有序串行 一次一个
|
25793
|
+
# @param SelfDepend: 自依赖类型 1:有序串行 一次一个 排队 2: 无序串行 一次一个 不排队 3:并行 一次多个;暂不支持其他值
|
25425
25794
|
# @type SelfDepend: Integer
|
25426
25795
|
# @param StartTime: 生效开始时间,格式 yyyy-MM-dd HH:mm:ss
|
25427
25796
|
# @type StartTime: String
|
25428
25797
|
# @param EndTime: 生效结束时间,格式 yyyy-MM-dd HH:mm:ss
|
25429
25798
|
# @type EndTime: String
|
25430
|
-
# @param TaskAction: 调度配置-弹性周期配置,小时/周/月/年调度才有,小时任务指定每天的0点3点4点跑,则为
|
25799
|
+
# @param TaskAction: 调度配置-弹性周期配置,小时/周/月/年调度才有,小时任务指定每天的0点3点4点跑,则为 0,3,4。设置该值时,请把CycleStep字段设置为1(如果原始值不为1)。
|
25431
25800
|
# @type TaskAction: String
|
25432
|
-
# @param CycleType:
|
25801
|
+
# @param CycleType: 周期类型 0:crontab类型, 1:分钟,2:小时,3:天,4:周,5:月,6:一次性,7:用户驱动,10:弹性周期 周,11:弹性周期 月,12:年,13:即时触发Instant类型,与正常周期调度任务逻辑隔离
|
25433
25802
|
# @type CycleType: Integer
|
25434
|
-
# @param CycleStep:
|
25803
|
+
# @param CycleStep: 小时和分钟任务才有;分钟任务:5、10、15、20、30,表示每隔5【或其他值】分钟执行一次;小时任务:1、2、3、4、5、6、7、8、9、10、11、12,表示每隔1【或其他值】小时执行一次。该值大于1时,请把TaskAction字段设置为空字符串。
|
25435
25804
|
# @type CycleStep: Integer
|
25436
25805
|
# @param CrontabExpression: cron表达式 周期类型为crontab调度才需要
|
25437
25806
|
# @type CrontabExpression: String
|
@@ -25439,51 +25808,56 @@ module TencentCloud
|
|
25439
25808
|
# @type ExecutionStartTime: String
|
25440
25809
|
# @param ExecutionEndTime: 执行时间右闭区间,格式:HH:mm 小时调度才有,例如小时任务, 每日固定区间生效
|
25441
25810
|
# @type ExecutionEndTime: String
|
25442
|
-
# @param TaskName:
|
25811
|
+
# @param TaskName: 任务名,该字段废弃,请勿使用该字段重命名任务
|
25443
25812
|
# @type TaskName: String
|
25444
25813
|
# @param RetryWait: 失败重试间隔,单位分钟,创建任务的时候已经给了默认值
|
25445
25814
|
# @type RetryWait: Integer
|
25446
25815
|
# @param TryLimit: 失败重试次数,创建任务的时候已经给了默认值
|
25447
25816
|
# @type TryLimit: Integer
|
25448
|
-
# @param Retriable: 是否可重试,1
|
25817
|
+
# @param Retriable: 是否可重试,0代码不可重试,1代表可以重试;暂不支持其他值
|
25449
25818
|
# @type Retriable: Integer
|
25450
|
-
# @param RunPriority: 运行优先级,4高 5中 6
|
25819
|
+
# @param RunPriority: 运行优先级,4高 5中 6低;暂不支持其他值
|
25451
25820
|
# @type RunPriority: Integer
|
25452
25821
|
# @param TaskExt: 任务的扩展配置
|
25453
25822
|
# @type TaskExt: Array
|
25454
|
-
# @param ResourceGroup: 执行资源组
|
25823
|
+
# @param ResourceGroup: 执行资源组Id,需要去资源管理服务上创建调度资源组,并且绑定cvm机器
|
25455
25824
|
# @type ResourceGroup: String
|
25456
25825
|
# @param YarnQueue: 资源池队列名称
|
25457
25826
|
# @type YarnQueue: String
|
25458
25827
|
# @param BrokerIp: 资源组下具体执行机,any 表示可以跑在任意一台。
|
25459
25828
|
# @type BrokerIp: String
|
25460
|
-
# @param InCharge:
|
25829
|
+
# @param InCharge: 责任人,多个责任人请用分号隔开
|
25461
25830
|
# @type InCharge: String
|
25462
25831
|
# @param Notes: 任务备注
|
25463
25832
|
# @type Notes: String
|
25464
25833
|
# @param TaskParamInfos: 任务参数
|
25465
25834
|
# @type TaskParamInfos: Array
|
25466
|
-
# @param SourceServer: 源数据源
|
25835
|
+
# @param SourceServer: 源数据源Id
|
25467
25836
|
# @type SourceServer: String
|
25468
|
-
# @param TargetServer: 目标数据源
|
25837
|
+
# @param TargetServer: 目标数据源Id
|
25469
25838
|
# @type TargetServer: String
|
25470
25839
|
# @param DependencyWorkflow: 是否支持工作流依赖 yes / no 默认 no
|
25471
25840
|
# @type DependencyWorkflow: String
|
25472
|
-
# @param DependencyConfigDTOs:
|
25841
|
+
# @param DependencyConfigDTOs: 依赖配置,仅可修改上游任务实例配置方法
|
25473
25842
|
# @type DependencyConfigDTOs: Array
|
25474
|
-
# @param ExecutionTTL:
|
25843
|
+
# @param ExecutionTTL: 运行耗时超时时间分钟数
|
25475
25844
|
# @type ExecutionTTL: Integer
|
25476
25845
|
# @param ScriptChange: 脚本是否改变
|
25477
25846
|
# @type ScriptChange: Boolean
|
25478
|
-
# @param
|
25479
|
-
# @type
|
25847
|
+
# @param ScheduleTimeZone: 任务时区,仅支持整数时区配置
|
25848
|
+
# @type ScheduleTimeZone: String
|
25849
|
+
# @param ScheduleRunType: 0 正常调度 1 空跑调度;暂不支持其他值
|
25850
|
+
# @type ScheduleRunType: Integer
|
25851
|
+
# @param ConcurrentStrategy: 0 并发度达到上限时,本次排队等待 1 并发度达到上限时,本次不执行,直接kill;暂不支持其他值
|
25852
|
+
# @type ConcurrentStrategy: Integer
|
25853
|
+
# @param RegisterDsEventPublisherRequest: shell任务发布事件
|
25854
|
+
# @type RegisterDsEventPublisherRequest: :class:`Tencentcloud::Wedata.v20210820.models.RegisterDsEventPublisherReq`
|
25855
|
+
# @param Content: base64编码后脚本内容
|
25856
|
+
# @type Content: String
|
25480
25857
|
|
25481
|
-
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, :
|
25482
|
-
extend Gem::Deprecate
|
25483
|
-
deprecate :InCharge, :none, 2025, 6
|
25484
|
-
deprecate :InCharge=, :none, 2025, 6
|
25858
|
+
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, :ScheduleTimeZone, :ScheduleRunType, :ConcurrentStrategy, :RegisterDsEventPublisherRequest, :Content
|
25485
25859
|
|
25486
|
-
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,
|
25860
|
+
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, scheduletimezone=nil, scheduleruntype=nil, concurrentstrategy=nil, registerdseventpublisherrequest=nil, content=nil)
|
25487
25861
|
@ProjectId = projectid
|
25488
25862
|
@TaskId = taskid
|
25489
25863
|
@DelayTime = delaytime
|
@@ -25515,7 +25889,11 @@ module TencentCloud
|
|
25515
25889
|
@DependencyConfigDTOs = dependencyconfigdtos
|
25516
25890
|
@ExecutionTTL = executionttl
|
25517
25891
|
@ScriptChange = scriptchange
|
25518
|
-
@
|
25892
|
+
@ScheduleTimeZone = scheduletimezone
|
25893
|
+
@ScheduleRunType = scheduleruntype
|
25894
|
+
@ConcurrentStrategy = concurrentstrategy
|
25895
|
+
@RegisterDsEventPublisherRequest = registerdseventpublisherrequest
|
25896
|
+
@Content = content
|
25519
25897
|
end
|
25520
25898
|
|
25521
25899
|
def deserialize(params)
|
@@ -25571,12 +25949,19 @@ module TencentCloud
|
|
25571
25949
|
end
|
25572
25950
|
@ExecutionTTL = params['ExecutionTTL']
|
25573
25951
|
@ScriptChange = params['ScriptChange']
|
25574
|
-
@
|
25952
|
+
@ScheduleTimeZone = params['ScheduleTimeZone']
|
25953
|
+
@ScheduleRunType = params['ScheduleRunType']
|
25954
|
+
@ConcurrentStrategy = params['ConcurrentStrategy']
|
25955
|
+
unless params['RegisterDsEventPublisherRequest'].nil?
|
25956
|
+
@RegisterDsEventPublisherRequest = RegisterDsEventPublisherReq.new
|
25957
|
+
@RegisterDsEventPublisherRequest.deserialize(params['RegisterDsEventPublisherRequest'])
|
25958
|
+
end
|
25959
|
+
@Content = params['Content']
|
25575
25960
|
end
|
25576
25961
|
end
|
25577
25962
|
|
25578
|
-
#
|
25579
|
-
class
|
25963
|
+
# ModifyTaskInfoDs返回参数结构体
|
25964
|
+
class ModifyTaskInfoDsResponse < TencentCloud::Common::AbstractModel
|
25580
25965
|
# @param Data: 执行结果
|
25581
25966
|
# @type Data: Boolean
|
25582
25967
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -25595,11 +25980,195 @@ module TencentCloud
|
|
25595
25980
|
end
|
25596
25981
|
end
|
25597
25982
|
|
25598
|
-
#
|
25599
|
-
class
|
25983
|
+
# ModifyTaskInfo请求参数结构体
|
25984
|
+
class ModifyTaskInfoRequest < TencentCloud::Common::AbstractModel
|
25600
25985
|
# @param ProjectId: 项目Id
|
25601
25986
|
# @type ProjectId: String
|
25602
|
-
# @param
|
25987
|
+
# @param TaskId: 任务ID
|
25988
|
+
# @type TaskId: String
|
25989
|
+
# @param DelayTime: 执行时间,单位分钟,天/周/月/年调度才有。比如天调度,每天的02:00点执行一次,delayTime就是120分钟
|
25990
|
+
# @type DelayTime: Integer
|
25991
|
+
# @param StartupTime: 启动时间
|
25992
|
+
# @type StartupTime: Integer
|
25993
|
+
# @param SelfDepend: 自依赖类型 1:有序串行 一次一个 排队, 2: 无序串行 一次一个 不排队, 3:并行 一次多个
|
25994
|
+
# @type SelfDepend: Integer
|
25995
|
+
# @param StartTime: 生效开始时间,格式 yyyy-MM-dd HH:mm:ss
|
25996
|
+
# @type StartTime: String
|
25997
|
+
# @param EndTime: 生效结束时间,格式 yyyy-MM-dd HH:mm:ss
|
25998
|
+
# @type EndTime: String
|
25999
|
+
# @param TaskAction: 调度配置-弹性周期配置,小时/周/月/年调度才有,小时任务指定每天的0点3点4点跑,则为'0,3,4'。
|
26000
|
+
# @type TaskAction: String
|
26001
|
+
# @param CycleType: "周期类型 0:crontab类型, 1:分钟,2:小时,3:天,4:周,5:月,6:一次性,7:用户驱动,10:弹性周期 周,11:弹性周期 月,12:年,13:即时触发Instant类型,与正常周期调度任务逻辑隔离
|
26002
|
+
# @type CycleType: Integer
|
26003
|
+
# @param CycleStep: 步长,间隔时间,最小1
|
26004
|
+
# @type CycleStep: Integer
|
26005
|
+
# @param CrontabExpression: cron表达式 周期类型为crontab调度才需要
|
26006
|
+
# @type CrontabExpression: String
|
26007
|
+
# @param ExecutionStartTime: 执行时间左闭区间,格式:HH:mm 小时调度才有,例如小时任务, 每日固定区间生效
|
26008
|
+
# @type ExecutionStartTime: String
|
26009
|
+
# @param ExecutionEndTime: 执行时间右闭区间,格式:HH:mm 小时调度才有,例如小时任务, 每日固定区间生效
|
26010
|
+
# @type ExecutionEndTime: String
|
26011
|
+
# @param TaskName: 新的任务名
|
26012
|
+
# @type TaskName: String
|
26013
|
+
# @param RetryWait: 失败重试间隔,单位分钟,创建任务的时候已经给了默认值
|
26014
|
+
# @type RetryWait: Integer
|
26015
|
+
# @param TryLimit: 失败重试次数,创建任务的时候已经给了默认值
|
26016
|
+
# @type TryLimit: Integer
|
26017
|
+
# @param Retriable: 是否可重试,1代表可以重试
|
26018
|
+
# @type Retriable: Integer
|
26019
|
+
# @param RunPriority: 运行优先级,4高 5中 6低
|
26020
|
+
# @type RunPriority: Integer
|
26021
|
+
# @param TaskExt: 任务的扩展配置
|
26022
|
+
# @type TaskExt: Array
|
26023
|
+
# @param ResourceGroup: 执行资源组id,需要去资源管理服务上创建调度资源组,并且绑定cvm机器
|
26024
|
+
# @type ResourceGroup: String
|
26025
|
+
# @param YarnQueue: 资源池队列名称
|
26026
|
+
# @type YarnQueue: String
|
26027
|
+
# @param BrokerIp: 资源组下具体执行机,any 表示可以跑在任意一台。
|
26028
|
+
# @type BrokerIp: String
|
26029
|
+
# @param InCharge: 责任人
|
26030
|
+
# @type InCharge: String
|
26031
|
+
# @param Notes: 任务备注
|
26032
|
+
# @type Notes: String
|
26033
|
+
# @param TaskParamInfos: 任务参数
|
26034
|
+
# @type TaskParamInfos: Array
|
26035
|
+
# @param SourceServer: 源数据源
|
26036
|
+
# @type SourceServer: String
|
26037
|
+
# @param TargetServer: 目标数据源
|
26038
|
+
# @type TargetServer: String
|
26039
|
+
# @param DependencyWorkflow: 是否支持工作流依赖 yes / no 默认 no
|
26040
|
+
# @type DependencyWorkflow: String
|
26041
|
+
# @param DependencyConfigDTOs: 依赖配置
|
26042
|
+
# @type DependencyConfigDTOs: Array
|
26043
|
+
# @param ExecutionTTL: 执行耗时
|
26044
|
+
# @type ExecutionTTL: Integer
|
26045
|
+
# @param ScriptChange: 脚本是否改变
|
26046
|
+
# @type ScriptChange: Boolean
|
26047
|
+
# @param InChargeIds: 责任人id
|
26048
|
+
# @type InChargeIds: Array
|
26049
|
+
|
26050
|
+
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
|
26051
|
+
extend Gem::Deprecate
|
26052
|
+
deprecate :InCharge, :none, 2025, 6
|
26053
|
+
deprecate :InCharge=, :none, 2025, 6
|
26054
|
+
|
26055
|
+
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)
|
26056
|
+
@ProjectId = projectid
|
26057
|
+
@TaskId = taskid
|
26058
|
+
@DelayTime = delaytime
|
26059
|
+
@StartupTime = startuptime
|
26060
|
+
@SelfDepend = selfdepend
|
26061
|
+
@StartTime = starttime
|
26062
|
+
@EndTime = endtime
|
26063
|
+
@TaskAction = taskaction
|
26064
|
+
@CycleType = cycletype
|
26065
|
+
@CycleStep = cyclestep
|
26066
|
+
@CrontabExpression = crontabexpression
|
26067
|
+
@ExecutionStartTime = executionstarttime
|
26068
|
+
@ExecutionEndTime = executionendtime
|
26069
|
+
@TaskName = taskname
|
26070
|
+
@RetryWait = retrywait
|
26071
|
+
@TryLimit = trylimit
|
26072
|
+
@Retriable = retriable
|
26073
|
+
@RunPriority = runpriority
|
26074
|
+
@TaskExt = taskext
|
26075
|
+
@ResourceGroup = resourcegroup
|
26076
|
+
@YarnQueue = yarnqueue
|
26077
|
+
@BrokerIp = brokerip
|
26078
|
+
@InCharge = incharge
|
26079
|
+
@Notes = notes
|
26080
|
+
@TaskParamInfos = taskparaminfos
|
26081
|
+
@SourceServer = sourceserver
|
26082
|
+
@TargetServer = targetserver
|
26083
|
+
@DependencyWorkflow = dependencyworkflow
|
26084
|
+
@DependencyConfigDTOs = dependencyconfigdtos
|
26085
|
+
@ExecutionTTL = executionttl
|
26086
|
+
@ScriptChange = scriptchange
|
26087
|
+
@InChargeIds = inchargeids
|
26088
|
+
end
|
26089
|
+
|
26090
|
+
def deserialize(params)
|
26091
|
+
@ProjectId = params['ProjectId']
|
26092
|
+
@TaskId = params['TaskId']
|
26093
|
+
@DelayTime = params['DelayTime']
|
26094
|
+
@StartupTime = params['StartupTime']
|
26095
|
+
@SelfDepend = params['SelfDepend']
|
26096
|
+
@StartTime = params['StartTime']
|
26097
|
+
@EndTime = params['EndTime']
|
26098
|
+
@TaskAction = params['TaskAction']
|
26099
|
+
@CycleType = params['CycleType']
|
26100
|
+
@CycleStep = params['CycleStep']
|
26101
|
+
@CrontabExpression = params['CrontabExpression']
|
26102
|
+
@ExecutionStartTime = params['ExecutionStartTime']
|
26103
|
+
@ExecutionEndTime = params['ExecutionEndTime']
|
26104
|
+
@TaskName = params['TaskName']
|
26105
|
+
@RetryWait = params['RetryWait']
|
26106
|
+
@TryLimit = params['TryLimit']
|
26107
|
+
@Retriable = params['Retriable']
|
26108
|
+
@RunPriority = params['RunPriority']
|
26109
|
+
unless params['TaskExt'].nil?
|
26110
|
+
@TaskExt = []
|
26111
|
+
params['TaskExt'].each do |i|
|
26112
|
+
taskextinfo_tmp = TaskExtInfo.new
|
26113
|
+
taskextinfo_tmp.deserialize(i)
|
26114
|
+
@TaskExt << taskextinfo_tmp
|
26115
|
+
end
|
26116
|
+
end
|
26117
|
+
@ResourceGroup = params['ResourceGroup']
|
26118
|
+
@YarnQueue = params['YarnQueue']
|
26119
|
+
@BrokerIp = params['BrokerIp']
|
26120
|
+
@InCharge = params['InCharge']
|
26121
|
+
@Notes = params['Notes']
|
26122
|
+
unless params['TaskParamInfos'].nil?
|
26123
|
+
@TaskParamInfos = []
|
26124
|
+
params['TaskParamInfos'].each do |i|
|
26125
|
+
paraminfo_tmp = ParamInfo.new
|
26126
|
+
paraminfo_tmp.deserialize(i)
|
26127
|
+
@TaskParamInfos << paraminfo_tmp
|
26128
|
+
end
|
26129
|
+
end
|
26130
|
+
@SourceServer = params['SourceServer']
|
26131
|
+
@TargetServer = params['TargetServer']
|
26132
|
+
@DependencyWorkflow = params['DependencyWorkflow']
|
26133
|
+
unless params['DependencyConfigDTOs'].nil?
|
26134
|
+
@DependencyConfigDTOs = []
|
26135
|
+
params['DependencyConfigDTOs'].each do |i|
|
26136
|
+
dependencyconfig_tmp = DependencyConfig.new
|
26137
|
+
dependencyconfig_tmp.deserialize(i)
|
26138
|
+
@DependencyConfigDTOs << dependencyconfig_tmp
|
26139
|
+
end
|
26140
|
+
end
|
26141
|
+
@ExecutionTTL = params['ExecutionTTL']
|
26142
|
+
@ScriptChange = params['ScriptChange']
|
26143
|
+
@InChargeIds = params['InChargeIds']
|
26144
|
+
end
|
26145
|
+
end
|
26146
|
+
|
26147
|
+
# ModifyTaskInfo返回参数结构体
|
26148
|
+
class ModifyTaskInfoResponse < TencentCloud::Common::AbstractModel
|
26149
|
+
# @param Data: 执行结果
|
26150
|
+
# @type Data: Boolean
|
26151
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
26152
|
+
# @type RequestId: String
|
26153
|
+
|
26154
|
+
attr_accessor :Data, :RequestId
|
26155
|
+
|
26156
|
+
def initialize(data=nil, requestid=nil)
|
26157
|
+
@Data = data
|
26158
|
+
@RequestId = requestid
|
26159
|
+
end
|
26160
|
+
|
26161
|
+
def deserialize(params)
|
26162
|
+
@Data = params['Data']
|
26163
|
+
@RequestId = params['RequestId']
|
26164
|
+
end
|
26165
|
+
end
|
26166
|
+
|
26167
|
+
# ModifyTaskLinksDs请求参数结构体
|
26168
|
+
class ModifyTaskLinksDsRequest < TencentCloud::Common::AbstractModel
|
26169
|
+
# @param ProjectId: 项目Id
|
26170
|
+
# @type ProjectId: String
|
26171
|
+
# @param TaskFrom: 父任务ID
|
25603
26172
|
# @type TaskFrom: String
|
25604
26173
|
# @param TaskTo: 子任务ID
|
25605
26174
|
# @type TaskTo: String
|
@@ -25797,7 +26366,7 @@ module TencentCloud
|
|
25797
26366
|
# @type ProjectId: String
|
25798
26367
|
# @param TaskId: 任务ID
|
25799
26368
|
# @type TaskId: String
|
25800
|
-
# @param ScriptContent:
|
26369
|
+
# @param ScriptContent: 必填,脚本内容 base64编码
|
25801
26370
|
# @type ScriptContent: String
|
25802
26371
|
# @param IntegrationNodeDetails: 集成任务脚本配置
|
25803
26372
|
# @type IntegrationNodeDetails: Array
|
@@ -27996,6 +28565,45 @@ module TencentCloud
|
|
27996
28565
|
end
|
27997
28566
|
end
|
27998
28567
|
|
28568
|
+
# RegisterDsEventPublisher注册事件发布者参数
|
28569
|
+
class RegisterDsEventPublisherReq < TencentCloud::Common::AbstractModel
|
28570
|
+
# @param ProjectId: 项目id
|
28571
|
+
# @type ProjectId: String
|
28572
|
+
# @param Key: 任务id
|
28573
|
+
# @type Key: String
|
28574
|
+
# @param Type: 类型 REST_API、KAFKA
|
28575
|
+
# @type Type: String
|
28576
|
+
# @param Properties: 配置信息
|
28577
|
+
# @type Properties: Array
|
28578
|
+
# @param Description: 描述信息
|
28579
|
+
# @type Description: String
|
28580
|
+
|
28581
|
+
attr_accessor :ProjectId, :Key, :Type, :Properties, :Description
|
28582
|
+
|
28583
|
+
def initialize(projectid=nil, key=nil, type=nil, properties=nil, description=nil)
|
28584
|
+
@ProjectId = projectid
|
28585
|
+
@Key = key
|
28586
|
+
@Type = type
|
28587
|
+
@Properties = properties
|
28588
|
+
@Description = description
|
28589
|
+
end
|
28590
|
+
|
28591
|
+
def deserialize(params)
|
28592
|
+
@ProjectId = params['ProjectId']
|
28593
|
+
@Key = params['Key']
|
28594
|
+
@Type = params['Type']
|
28595
|
+
unless params['Properties'].nil?
|
28596
|
+
@Properties = []
|
28597
|
+
params['Properties'].each do |i|
|
28598
|
+
paraminfods_tmp = ParamInfoDs.new
|
28599
|
+
paraminfods_tmp.deserialize(i)
|
28600
|
+
@Properties << paraminfods_tmp
|
28601
|
+
end
|
28602
|
+
end
|
28603
|
+
@Description = params['Description']
|
28604
|
+
end
|
28605
|
+
end
|
28606
|
+
|
27999
28607
|
# RegisterDsEvent请求参数结构体
|
28000
28608
|
class RegisterDsEventRequest < TencentCloud::Common::AbstractModel
|
28001
28609
|
# @param ProjectId: 项目ID
|
@@ -34171,10 +34779,13 @@ module TencentCloud
|
|
34171
34779
|
# @param AlarmMessageRule: alarm message rule
|
34172
34780
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
34173
34781
|
# @type AlarmMessageRule: String
|
34782
|
+
# @param ReportTarget: 0- wedata, 1-inlong
|
34783
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
34784
|
+
# @type ReportTarget: Integer
|
34174
34785
|
|
34175
|
-
attr_accessor :TaskId, :RegularName, :RegularStatus, :AlarmLevel, :AlarmWay, :TaskType, :Id, :RegularId, :AlarmIndicator, :TriggerType, :EstimatedTime, :AlarmRecipientId, :ProjectId, :Creater, :AlarmRecipientName, :AlarmIndicatorDesc, :Operator, :NodeId, :NodeName, :AlarmIndicatorInfos, :AlarmRecipientType, :QuietPeriods, :WeComHook, :UpdateTime, :OperatorUin, :TaskCount, :MonitorType, :MonitorObjectIds, :LatestAlarmInstanceId, :LatestAlarmTime, :Description, :LarkWebHooks, :DingDingWebHooks, :BusinessType, :AlarmMessageRule
|
34786
|
+
attr_accessor :TaskId, :RegularName, :RegularStatus, :AlarmLevel, :AlarmWay, :TaskType, :Id, :RegularId, :AlarmIndicator, :TriggerType, :EstimatedTime, :AlarmRecipientId, :ProjectId, :Creater, :AlarmRecipientName, :AlarmIndicatorDesc, :Operator, :NodeId, :NodeName, :AlarmIndicatorInfos, :AlarmRecipientType, :QuietPeriods, :WeComHook, :UpdateTime, :OperatorUin, :TaskCount, :MonitorType, :MonitorObjectIds, :LatestAlarmInstanceId, :LatestAlarmTime, :Description, :LarkWebHooks, :DingDingWebHooks, :BusinessType, :AlarmMessageRule, :ReportTarget
|
34176
34787
|
|
34177
|
-
def initialize(taskid=nil, regularname=nil, regularstatus=nil, alarmlevel=nil, alarmway=nil, tasktype=nil, id=nil, regularid=nil, alarmindicator=nil, triggertype=nil, estimatedtime=nil, alarmrecipientid=nil, projectid=nil, creater=nil, alarmrecipientname=nil, alarmindicatordesc=nil, operator=nil, nodeid=nil, nodename=nil, alarmindicatorinfos=nil, alarmrecipienttype=nil, quietperiods=nil, wecomhook=nil, updatetime=nil, operatoruin=nil, taskcount=nil, monitortype=nil, monitorobjectids=nil, latestalarminstanceid=nil, latestalarmtime=nil, description=nil, larkwebhooks=nil, dingdingwebhooks=nil, businesstype=nil, alarmmessagerule=nil)
|
34788
|
+
def initialize(taskid=nil, regularname=nil, regularstatus=nil, alarmlevel=nil, alarmway=nil, tasktype=nil, id=nil, regularid=nil, alarmindicator=nil, triggertype=nil, estimatedtime=nil, alarmrecipientid=nil, projectid=nil, creater=nil, alarmrecipientname=nil, alarmindicatordesc=nil, operator=nil, nodeid=nil, nodename=nil, alarmindicatorinfos=nil, alarmrecipienttype=nil, quietperiods=nil, wecomhook=nil, updatetime=nil, operatoruin=nil, taskcount=nil, monitortype=nil, monitorobjectids=nil, latestalarminstanceid=nil, latestalarmtime=nil, description=nil, larkwebhooks=nil, dingdingwebhooks=nil, businesstype=nil, alarmmessagerule=nil, reporttarget=nil)
|
34178
34789
|
@TaskId = taskid
|
34179
34790
|
@RegularName = regularname
|
34180
34791
|
@RegularStatus = regularstatus
|
@@ -34210,6 +34821,7 @@ module TencentCloud
|
|
34210
34821
|
@DingDingWebHooks = dingdingwebhooks
|
34211
34822
|
@BusinessType = businesstype
|
34212
34823
|
@AlarmMessageRule = alarmmessagerule
|
34824
|
+
@ReportTarget = reporttarget
|
34213
34825
|
end
|
34214
34826
|
|
34215
34827
|
def deserialize(params)
|
@@ -34262,6 +34874,7 @@ module TencentCloud
|
|
34262
34874
|
@DingDingWebHooks = params['DingDingWebHooks']
|
34263
34875
|
@BusinessType = params['BusinessType']
|
34264
34876
|
@AlarmMessageRule = params['AlarmMessageRule']
|
34877
|
+
@ReportTarget = params['ReportTarget']
|
34265
34878
|
end
|
34266
34879
|
end
|
34267
34880
|
|
@@ -36968,6 +37581,182 @@ module TencentCloud
|
|
36968
37581
|
end
|
36969
37582
|
end
|
36970
37583
|
|
37584
|
+
# TaskVersionVO
|
37585
|
+
class TaskVersionDsDTO < TencentCloud::Common::AbstractModel
|
37586
|
+
# @param VersionId: 版本ID
|
37587
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37588
|
+
# @type VersionId: String
|
37589
|
+
# @param TaskId: 任务id
|
37590
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37591
|
+
# @type TaskId: String
|
37592
|
+
# @param VersionNum: 版本号
|
37593
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37594
|
+
# @type VersionNum: String
|
37595
|
+
# @param VersionRemark: 版本备注
|
37596
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37597
|
+
# @type VersionRemark: String
|
37598
|
+
# @param Creator: 版本创建人
|
37599
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37600
|
+
# @type Creator: String
|
37601
|
+
# @param CreateTime: 版本创建时间
|
37602
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37603
|
+
# @type CreateTime: String
|
37604
|
+
# @param UpdateTime: 版本更新时间
|
37605
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37606
|
+
# @type UpdateTime: String
|
37607
|
+
# @param LastSchedulerCommitTime: 最新调度计划变更时间 生产态存储
|
37608
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37609
|
+
# @type LastSchedulerCommitTime: String
|
37610
|
+
# @param UsedVersion: 版本是否正在使用
|
37611
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37612
|
+
# @type UsedVersion: Integer
|
37613
|
+
# @param TaskInfo: 任务信息
|
37614
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37615
|
+
# @type TaskInfo: :class:`Tencentcloud::Wedata.v20210820.models.TaskDsDTO`
|
37616
|
+
# @param TaskParaInfo: 任务参数信息
|
37617
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37618
|
+
# @type TaskParaInfo: Array
|
37619
|
+
# @param TaskInputParam: TaskInputParam输入参数
|
37620
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37621
|
+
# @type TaskInputParam: Array
|
37622
|
+
# @param TaskOutputParam: TaskOutputParam输出参数
|
37623
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37624
|
+
# @type TaskOutputParam: Array
|
37625
|
+
# @param TaskLinkInfo: 任务上游依赖信息
|
37626
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37627
|
+
# @type TaskLinkInfo: Array
|
37628
|
+
# @param ApproveStatus: 审批状态
|
37629
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37630
|
+
# @type ApproveStatus: String
|
37631
|
+
# @param ApproveName: 审批人名称
|
37632
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37633
|
+
# @type ApproveName: String
|
37634
|
+
# @param TaskEventPublisher: 任务事件绑定
|
37635
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37636
|
+
# @type TaskEventPublisher: Array
|
37637
|
+
# @param TaskRegisterOutputTable: 任务产出登记信息
|
37638
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37639
|
+
# @type TaskRegisterOutputTable: Array
|
37640
|
+
# @param TaskCycleLinkInfo: 循环依赖信息
|
37641
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37642
|
+
# @type TaskCycleLinkInfo: Array
|
37643
|
+
# @param TaskEventListener: 事件监听信息
|
37644
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37645
|
+
# @type TaskEventListener: Array
|
37646
|
+
# @param ApproveTime: 审批时间
|
37647
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
37648
|
+
# @type ApproveTime: String
|
37649
|
+
|
37650
|
+
attr_accessor :VersionId, :TaskId, :VersionNum, :VersionRemark, :Creator, :CreateTime, :UpdateTime, :LastSchedulerCommitTime, :UsedVersion, :TaskInfo, :TaskParaInfo, :TaskInputParam, :TaskOutputParam, :TaskLinkInfo, :ApproveStatus, :ApproveName, :TaskEventPublisher, :TaskRegisterOutputTable, :TaskCycleLinkInfo, :TaskEventListener, :ApproveTime
|
37651
|
+
|
37652
|
+
def initialize(versionid=nil, taskid=nil, versionnum=nil, versionremark=nil, creator=nil, createtime=nil, updatetime=nil, lastschedulercommittime=nil, usedversion=nil, taskinfo=nil, taskparainfo=nil, taskinputparam=nil, taskoutputparam=nil, tasklinkinfo=nil, approvestatus=nil, approvename=nil, taskeventpublisher=nil, taskregisteroutputtable=nil, taskcyclelinkinfo=nil, taskeventlistener=nil, approvetime=nil)
|
37653
|
+
@VersionId = versionid
|
37654
|
+
@TaskId = taskid
|
37655
|
+
@VersionNum = versionnum
|
37656
|
+
@VersionRemark = versionremark
|
37657
|
+
@Creator = creator
|
37658
|
+
@CreateTime = createtime
|
37659
|
+
@UpdateTime = updatetime
|
37660
|
+
@LastSchedulerCommitTime = lastschedulercommittime
|
37661
|
+
@UsedVersion = usedversion
|
37662
|
+
@TaskInfo = taskinfo
|
37663
|
+
@TaskParaInfo = taskparainfo
|
37664
|
+
@TaskInputParam = taskinputparam
|
37665
|
+
@TaskOutputParam = taskoutputparam
|
37666
|
+
@TaskLinkInfo = tasklinkinfo
|
37667
|
+
@ApproveStatus = approvestatus
|
37668
|
+
@ApproveName = approvename
|
37669
|
+
@TaskEventPublisher = taskeventpublisher
|
37670
|
+
@TaskRegisterOutputTable = taskregisteroutputtable
|
37671
|
+
@TaskCycleLinkInfo = taskcyclelinkinfo
|
37672
|
+
@TaskEventListener = taskeventlistener
|
37673
|
+
@ApproveTime = approvetime
|
37674
|
+
end
|
37675
|
+
|
37676
|
+
def deserialize(params)
|
37677
|
+
@VersionId = params['VersionId']
|
37678
|
+
@TaskId = params['TaskId']
|
37679
|
+
@VersionNum = params['VersionNum']
|
37680
|
+
@VersionRemark = params['VersionRemark']
|
37681
|
+
@Creator = params['Creator']
|
37682
|
+
@CreateTime = params['CreateTime']
|
37683
|
+
@UpdateTime = params['UpdateTime']
|
37684
|
+
@LastSchedulerCommitTime = params['LastSchedulerCommitTime']
|
37685
|
+
@UsedVersion = params['UsedVersion']
|
37686
|
+
unless params['TaskInfo'].nil?
|
37687
|
+
@TaskInfo = TaskDsDTO.new
|
37688
|
+
@TaskInfo.deserialize(params['TaskInfo'])
|
37689
|
+
end
|
37690
|
+
unless params['TaskParaInfo'].nil?
|
37691
|
+
@TaskParaInfo = []
|
37692
|
+
params['TaskParaInfo'].each do |i|
|
37693
|
+
parametertaskdsdto_tmp = ParameterTaskDsDto.new
|
37694
|
+
parametertaskdsdto_tmp.deserialize(i)
|
37695
|
+
@TaskParaInfo << parametertaskdsdto_tmp
|
37696
|
+
end
|
37697
|
+
end
|
37698
|
+
unless params['TaskInputParam'].nil?
|
37699
|
+
@TaskInputParam = []
|
37700
|
+
params['TaskInputParam'].each do |i|
|
37701
|
+
parametertaskindsdto_tmp = ParameterTaskInDsDto.new
|
37702
|
+
parametertaskindsdto_tmp.deserialize(i)
|
37703
|
+
@TaskInputParam << parametertaskindsdto_tmp
|
37704
|
+
end
|
37705
|
+
end
|
37706
|
+
unless params['TaskOutputParam'].nil?
|
37707
|
+
@TaskOutputParam = []
|
37708
|
+
params['TaskOutputParam'].each do |i|
|
37709
|
+
parametertaskoutdsdto_tmp = ParameterTaskOutDsDto.new
|
37710
|
+
parametertaskoutdsdto_tmp.deserialize(i)
|
37711
|
+
@TaskOutputParam << parametertaskoutdsdto_tmp
|
37712
|
+
end
|
37713
|
+
end
|
37714
|
+
unless params['TaskLinkInfo'].nil?
|
37715
|
+
@TaskLinkInfo = []
|
37716
|
+
params['TaskLinkInfo'].each do |i|
|
37717
|
+
tasklinkdsdto_tmp = TaskLinkDsDTO.new
|
37718
|
+
tasklinkdsdto_tmp.deserialize(i)
|
37719
|
+
@TaskLinkInfo << tasklinkdsdto_tmp
|
37720
|
+
end
|
37721
|
+
end
|
37722
|
+
@ApproveStatus = params['ApproveStatus']
|
37723
|
+
@ApproveName = params['ApproveName']
|
37724
|
+
unless params['TaskEventPublisher'].nil?
|
37725
|
+
@TaskEventPublisher = []
|
37726
|
+
params['TaskEventPublisher'].each do |i|
|
37727
|
+
eventpublisherdto_tmp = EventPublisherDTO.new
|
37728
|
+
eventpublisherdto_tmp.deserialize(i)
|
37729
|
+
@TaskEventPublisher << eventpublisherdto_tmp
|
37730
|
+
end
|
37731
|
+
end
|
37732
|
+
unless params['TaskRegisterOutputTable'].nil?
|
37733
|
+
@TaskRegisterOutputTable = []
|
37734
|
+
params['TaskRegisterOutputTable'].each do |i|
|
37735
|
+
taskdataregistrydto_tmp = TaskDataRegistryDTO.new
|
37736
|
+
taskdataregistrydto_tmp.deserialize(i)
|
37737
|
+
@TaskRegisterOutputTable << taskdataregistrydto_tmp
|
37738
|
+
end
|
37739
|
+
end
|
37740
|
+
unless params['TaskCycleLinkInfo'].nil?
|
37741
|
+
@TaskCycleLinkInfo = []
|
37742
|
+
params['TaskCycleLinkInfo'].each do |i|
|
37743
|
+
taskcyclelinkdto_tmp = TaskCycleLinkDTO.new
|
37744
|
+
taskcyclelinkdto_tmp.deserialize(i)
|
37745
|
+
@TaskCycleLinkInfo << taskcyclelinkdto_tmp
|
37746
|
+
end
|
37747
|
+
end
|
37748
|
+
unless params['TaskEventListener'].nil?
|
37749
|
+
@TaskEventListener = []
|
37750
|
+
params['TaskEventListener'].each do |i|
|
37751
|
+
eventlistenerdto_tmp = EventListenerDTO.new
|
37752
|
+
eventlistenerdto_tmp.deserialize(i)
|
37753
|
+
@TaskEventListener << eventlistenerdto_tmp
|
37754
|
+
end
|
37755
|
+
end
|
37756
|
+
@ApproveTime = params['ApproveTime']
|
37757
|
+
end
|
37758
|
+
end
|
37759
|
+
|
36971
37760
|
# 任务实例基本信息
|
36972
37761
|
class TaskVersionInstance < TencentCloud::Common::AbstractModel
|
36973
37762
|
# @param InstanceVersion: 实例版本号
|
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.1089
|
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-06-
|
11
|
+
date: 2025-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|