tencentcloud-sdk-wedata 3.0.1058 → 3.0.1060
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 +120 -0
- data/lib/v20210820/models.rb +637 -2
- 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: 0cf1af5a8436351ffaec992e4410c52e03c16a6f
|
4
|
+
data.tar.gz: 87d13bbf7fccde7e1de6dbecb04e0f7383db0f4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7783b4d9b9d74d52742cacb73e256702b196abce85d043e3c6a214a106f2b88516d235676c704fe34270bb54492b7b7f06897434e1464c3c23617410b5dcbf2
|
7
|
+
data.tar.gz: a65361a7aaf4f5ecbacd0932c513a4a73411ec8302a956b7df941779c3c6f702156bdb558d2fcf7a22314c343dbb46c79e35af713aa0126764e6f5e996e7a788
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1060
|
data/lib/v20210820/client.rb
CHANGED
@@ -1781,6 +1781,30 @@ module TencentCloud
|
|
1781
1781
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1782
1782
|
end
|
1783
1783
|
|
1784
|
+
# 查询代码模版具体详情
|
1785
|
+
|
1786
|
+
# @param request: Request instance for DescribeCodeTemplateDetail.
|
1787
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeCodeTemplateDetailRequest`
|
1788
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeCodeTemplateDetailResponse`
|
1789
|
+
def DescribeCodeTemplateDetail(request)
|
1790
|
+
body = send_request('DescribeCodeTemplateDetail', request.serialize)
|
1791
|
+
response = JSON.parse(body)
|
1792
|
+
if response['Response'].key?('Error') == false
|
1793
|
+
model = DescribeCodeTemplateDetailResponse.new
|
1794
|
+
model.deserialize(response['Response'])
|
1795
|
+
model
|
1796
|
+
else
|
1797
|
+
code = response['Response']['Error']['Code']
|
1798
|
+
message = response['Response']['Error']['Message']
|
1799
|
+
reqid = response['Response']['RequestId']
|
1800
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1801
|
+
end
|
1802
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1803
|
+
raise e
|
1804
|
+
rescue StandardError => e
|
1805
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1806
|
+
end
|
1807
|
+
|
1784
1808
|
# 列出字段血缘信息
|
1785
1809
|
|
1786
1810
|
# @param request: Request instance for DescribeColumnLineage.
|
@@ -4358,6 +4382,30 @@ module TencentCloud
|
|
4358
4382
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4359
4383
|
end
|
4360
4384
|
|
4385
|
+
# 查询项目下所有任务列表,包括虚拟任务
|
4386
|
+
|
4387
|
+
# @param request: Request instance for DescribeTaskTemplates.
|
4388
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskTemplatesRequest`
|
4389
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTaskTemplatesResponse`
|
4390
|
+
def DescribeTaskTemplates(request)
|
4391
|
+
body = send_request('DescribeTaskTemplates', request.serialize)
|
4392
|
+
response = JSON.parse(body)
|
4393
|
+
if response['Response'].key?('Error') == false
|
4394
|
+
model = DescribeTaskTemplatesResponse.new
|
4395
|
+
model.deserialize(response['Response'])
|
4396
|
+
model
|
4397
|
+
else
|
4398
|
+
code = response['Response']['Error']['Code']
|
4399
|
+
message = response['Response']['Error']['Message']
|
4400
|
+
reqid = response['Response']['RequestId']
|
4401
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4402
|
+
end
|
4403
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4404
|
+
raise e
|
4405
|
+
rescue StandardError => e
|
4406
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4407
|
+
end
|
4408
|
+
|
4361
4409
|
# 分页查询引用模板的任务列表
|
4362
4410
|
|
4363
4411
|
# @param request: Request instance for DescribeTasksForCodeTemplate.
|
@@ -4670,6 +4718,30 @@ module TencentCloud
|
|
4670
4718
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4671
4719
|
end
|
4672
4720
|
|
4721
|
+
# 按行下载日志信息
|
4722
|
+
|
4723
|
+
# @param request: Request instance for DownloadLogByLine.
|
4724
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DownloadLogByLineRequest`
|
4725
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DownloadLogByLineResponse`
|
4726
|
+
def DownloadLogByLine(request)
|
4727
|
+
body = send_request('DownloadLogByLine', request.serialize)
|
4728
|
+
response = JSON.parse(body)
|
4729
|
+
if response['Response'].key?('Error') == false
|
4730
|
+
model = DownloadLogByLineResponse.new
|
4731
|
+
model.deserialize(response['Response'])
|
4732
|
+
model
|
4733
|
+
else
|
4734
|
+
code = response['Response']['Error']['Code']
|
4735
|
+
message = response['Response']['Error']['Message']
|
4736
|
+
reqid = response['Response']['RequestId']
|
4737
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4738
|
+
end
|
4739
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4740
|
+
raise e
|
4741
|
+
rescue StandardError => e
|
4742
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4743
|
+
end
|
4744
|
+
|
4673
4745
|
# 调试运行集成任务
|
4674
4746
|
|
4675
4747
|
# @param request: Request instance for DryRunDIOfflineTask.
|
@@ -4790,6 +4862,30 @@ module TencentCloud
|
|
4790
4862
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4791
4863
|
end
|
4792
4864
|
|
4865
|
+
# 获取批量操作错误日志
|
4866
|
+
|
4867
|
+
# @param request: Request instance for GetBatchDetailErrorLog.
|
4868
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::GetBatchDetailErrorLogRequest`
|
4869
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::GetBatchDetailErrorLogResponse`
|
4870
|
+
def GetBatchDetailErrorLog(request)
|
4871
|
+
body = send_request('GetBatchDetailErrorLog', request.serialize)
|
4872
|
+
response = JSON.parse(body)
|
4873
|
+
if response['Response'].key?('Error') == false
|
4874
|
+
model = GetBatchDetailErrorLogResponse.new
|
4875
|
+
model.deserialize(response['Response'])
|
4876
|
+
model
|
4877
|
+
else
|
4878
|
+
code = response['Response']['Error']['Code']
|
4879
|
+
message = response['Response']['Error']['Message']
|
4880
|
+
reqid = response['Response']['RequestId']
|
4881
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4882
|
+
end
|
4883
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4884
|
+
raise e
|
4885
|
+
rescue StandardError => e
|
4886
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4887
|
+
end
|
4888
|
+
|
4793
4889
|
# 获取cos token
|
4794
4890
|
|
4795
4891
|
# @param request: Request instance for GetCosToken.
|
@@ -5030,6 +5126,30 @@ module TencentCloud
|
|
5030
5126
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5031
5127
|
end
|
5032
5128
|
|
5129
|
+
# 获取批量操作详情列表
|
5130
|
+
|
5131
|
+
# @param request: Request instance for ListBatchDetail.
|
5132
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ListBatchDetailRequest`
|
5133
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ListBatchDetailResponse`
|
5134
|
+
def ListBatchDetail(request)
|
5135
|
+
body = send_request('ListBatchDetail', request.serialize)
|
5136
|
+
response = JSON.parse(body)
|
5137
|
+
if response['Response'].key?('Error') == false
|
5138
|
+
model = ListBatchDetailResponse.new
|
5139
|
+
model.deserialize(response['Response'])
|
5140
|
+
model
|
5141
|
+
else
|
5142
|
+
code = response['Response']['Error']['Code']
|
5143
|
+
message = response['Response']['Error']['Message']
|
5144
|
+
reqid = response['Response']['RequestId']
|
5145
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
5146
|
+
end
|
5147
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
5148
|
+
raise e
|
5149
|
+
rescue StandardError => e
|
5150
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5151
|
+
end
|
5152
|
+
|
5033
5153
|
# 获取实例列表
|
5034
5154
|
|
5035
5155
|
# @param request: Request instance for ListInstances.
|
data/lib/v20210820/models.rb
CHANGED
@@ -841,6 +841,45 @@ module TencentCloud
|
|
841
841
|
end
|
842
842
|
end
|
843
843
|
|
844
|
+
# 操作资源DTO
|
845
|
+
class AsyncResourceVO < TencentCloud::Common::AbstractModel
|
846
|
+
# @param ProcessId: 处理Id
|
847
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
848
|
+
# @type ProcessId: Integer
|
849
|
+
# @param ResourceId: 资源Id
|
850
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
851
|
+
# @type ResourceId: String
|
852
|
+
# @param ResourceName: 资源名称
|
853
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
854
|
+
# @type ResourceName: String
|
855
|
+
# @param ExtraInfo: 自定义信息
|
856
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
857
|
+
# @type ExtraInfo: Array
|
858
|
+
|
859
|
+
attr_accessor :ProcessId, :ResourceId, :ResourceName, :ExtraInfo
|
860
|
+
|
861
|
+
def initialize(processid=nil, resourceid=nil, resourcename=nil, extrainfo=nil)
|
862
|
+
@ProcessId = processid
|
863
|
+
@ResourceId = resourceid
|
864
|
+
@ResourceName = resourcename
|
865
|
+
@ExtraInfo = extrainfo
|
866
|
+
end
|
867
|
+
|
868
|
+
def deserialize(params)
|
869
|
+
@ProcessId = params['ProcessId']
|
870
|
+
@ResourceId = params['ResourceId']
|
871
|
+
@ResourceName = params['ResourceName']
|
872
|
+
unless params['ExtraInfo'].nil?
|
873
|
+
@ExtraInfo = []
|
874
|
+
params['ExtraInfo'].each do |i|
|
875
|
+
paraminfo_tmp = ParamInfo.new
|
876
|
+
paraminfo_tmp.deserialize(i)
|
877
|
+
@ExtraInfo << paraminfo_tmp
|
878
|
+
end
|
879
|
+
end
|
880
|
+
end
|
881
|
+
end
|
882
|
+
|
844
883
|
# aiops基础信息
|
845
884
|
class AttributeItemDTO < TencentCloud::Common::AbstractModel
|
846
885
|
# @param Key: key
|
@@ -2686,6 +2725,111 @@ module TencentCloud
|
|
2686
2725
|
end
|
2687
2726
|
end
|
2688
2727
|
|
2728
|
+
# 模版详情
|
2729
|
+
class CodeTemplateDetail < TencentCloud::Common::AbstractModel
|
2730
|
+
# @param ProjectId: 项目id
|
2731
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2732
|
+
# @type ProjectId: String
|
2733
|
+
# @param CodeTemplateName: 模版名称
|
2734
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2735
|
+
# @type CodeTemplateName: String
|
2736
|
+
# @param TaskType: 任务类型
|
2737
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2738
|
+
# @type TaskType: Integer
|
2739
|
+
# @param CodeTemplateDesc: 代码模版描述
|
2740
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2741
|
+
# @type CodeTemplateDesc: String
|
2742
|
+
# @param FolderId: 文件夹id
|
2743
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2744
|
+
# @type FolderId: String
|
2745
|
+
# @param FolderName: 文件夹名称
|
2746
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2747
|
+
# @type FolderName: String
|
2748
|
+
# @param InCharge: 责任人名称
|
2749
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2750
|
+
# @type InCharge: String
|
2751
|
+
# @param InChargeId: 责任人id
|
2752
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2753
|
+
# @type InChargeId: String
|
2754
|
+
# @param Ext: 扩展信息
|
2755
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2756
|
+
# @type Ext: :class:`Tencentcloud::Wedata.v20210820.models.TaskExtDsVO`
|
2757
|
+
# @param CodeTemplateId: 模版id
|
2758
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2759
|
+
# @type CodeTemplateId: String
|
2760
|
+
# @param LastUpdateTime: 最后更新时间
|
2761
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2762
|
+
# @type LastUpdateTime: String
|
2763
|
+
# @param UpdateUser: 更新人名称
|
2764
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2765
|
+
# @type UpdateUser: String
|
2766
|
+
# @param UpdateUserId: 更新人id
|
2767
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2768
|
+
# @type UpdateUserId: String
|
2769
|
+
# @param BrokerIp: 执行ip
|
2770
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2771
|
+
# @type BrokerIp: String
|
2772
|
+
# @param ResourceGroup: 资源组id
|
2773
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2774
|
+
# @type ResourceGroup: String
|
2775
|
+
# @param Submit: 是否提交
|
2776
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2777
|
+
# @type Submit: Boolean
|
2778
|
+
# @param ScriptChange: 模版脚本是否发生变化
|
2779
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2780
|
+
# @type ScriptChange: Boolean
|
2781
|
+
# @param Content: 代码模版脚本,base64编码返回
|
2782
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2783
|
+
# @type Content: String
|
2784
|
+
|
2785
|
+
attr_accessor :ProjectId, :CodeTemplateName, :TaskType, :CodeTemplateDesc, :FolderId, :FolderName, :InCharge, :InChargeId, :Ext, :CodeTemplateId, :LastUpdateTime, :UpdateUser, :UpdateUserId, :BrokerIp, :ResourceGroup, :Submit, :ScriptChange, :Content
|
2786
|
+
|
2787
|
+
def initialize(projectid=nil, codetemplatename=nil, tasktype=nil, codetemplatedesc=nil, folderid=nil, foldername=nil, incharge=nil, inchargeid=nil, ext=nil, codetemplateid=nil, lastupdatetime=nil, updateuser=nil, updateuserid=nil, brokerip=nil, resourcegroup=nil, submit=nil, scriptchange=nil, content=nil)
|
2788
|
+
@ProjectId = projectid
|
2789
|
+
@CodeTemplateName = codetemplatename
|
2790
|
+
@TaskType = tasktype
|
2791
|
+
@CodeTemplateDesc = codetemplatedesc
|
2792
|
+
@FolderId = folderid
|
2793
|
+
@FolderName = foldername
|
2794
|
+
@InCharge = incharge
|
2795
|
+
@InChargeId = inchargeid
|
2796
|
+
@Ext = ext
|
2797
|
+
@CodeTemplateId = codetemplateid
|
2798
|
+
@LastUpdateTime = lastupdatetime
|
2799
|
+
@UpdateUser = updateuser
|
2800
|
+
@UpdateUserId = updateuserid
|
2801
|
+
@BrokerIp = brokerip
|
2802
|
+
@ResourceGroup = resourcegroup
|
2803
|
+
@Submit = submit
|
2804
|
+
@ScriptChange = scriptchange
|
2805
|
+
@Content = content
|
2806
|
+
end
|
2807
|
+
|
2808
|
+
def deserialize(params)
|
2809
|
+
@ProjectId = params['ProjectId']
|
2810
|
+
@CodeTemplateName = params['CodeTemplateName']
|
2811
|
+
@TaskType = params['TaskType']
|
2812
|
+
@CodeTemplateDesc = params['CodeTemplateDesc']
|
2813
|
+
@FolderId = params['FolderId']
|
2814
|
+
@FolderName = params['FolderName']
|
2815
|
+
@InCharge = params['InCharge']
|
2816
|
+
@InChargeId = params['InChargeId']
|
2817
|
+
unless params['Ext'].nil?
|
2818
|
+
@Ext = TaskExtDsVO.new
|
2819
|
+
@Ext.deserialize(params['Ext'])
|
2820
|
+
end
|
2821
|
+
@CodeTemplateId = params['CodeTemplateId']
|
2822
|
+
@LastUpdateTime = params['LastUpdateTime']
|
2823
|
+
@UpdateUser = params['UpdateUser']
|
2824
|
+
@UpdateUserId = params['UpdateUserId']
|
2825
|
+
@BrokerIp = params['BrokerIp']
|
2826
|
+
@ResourceGroup = params['ResourceGroup']
|
2827
|
+
@Submit = params['Submit']
|
2828
|
+
@ScriptChange = params['ScriptChange']
|
2829
|
+
@Content = params['Content']
|
2830
|
+
end
|
2831
|
+
end
|
2832
|
+
|
2689
2833
|
# 文件夹列表
|
2690
2834
|
class CollectionFolderOpsDto < TencentCloud::Common::AbstractModel
|
2691
2835
|
# @param TotalCount: 总数
|
@@ -8116,6 +8260,54 @@ module TencentCloud
|
|
8116
8260
|
end
|
8117
8261
|
end
|
8118
8262
|
|
8263
|
+
# DescribeCodeTemplateDetail请求参数结构体
|
8264
|
+
class DescribeCodeTemplateDetailRequest < TencentCloud::Common::AbstractModel
|
8265
|
+
# @param ProjectId: 项目Id
|
8266
|
+
# @type ProjectId: String
|
8267
|
+
# @param CodeTemplateId: 模版Id
|
8268
|
+
# @type CodeTemplateId: String
|
8269
|
+
# @param NeedReturnScriptContent: 是否需要返回脚本内容,默认false。
|
8270
|
+
# @type NeedReturnScriptContent: Boolean
|
8271
|
+
|
8272
|
+
attr_accessor :ProjectId, :CodeTemplateId, :NeedReturnScriptContent
|
8273
|
+
|
8274
|
+
def initialize(projectid=nil, codetemplateid=nil, needreturnscriptcontent=nil)
|
8275
|
+
@ProjectId = projectid
|
8276
|
+
@CodeTemplateId = codetemplateid
|
8277
|
+
@NeedReturnScriptContent = needreturnscriptcontent
|
8278
|
+
end
|
8279
|
+
|
8280
|
+
def deserialize(params)
|
8281
|
+
@ProjectId = params['ProjectId']
|
8282
|
+
@CodeTemplateId = params['CodeTemplateId']
|
8283
|
+
@NeedReturnScriptContent = params['NeedReturnScriptContent']
|
8284
|
+
end
|
8285
|
+
end
|
8286
|
+
|
8287
|
+
# DescribeCodeTemplateDetail返回参数结构体
|
8288
|
+
class DescribeCodeTemplateDetailResponse < TencentCloud::Common::AbstractModel
|
8289
|
+
# @param Data: 代码详情
|
8290
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8291
|
+
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.CodeTemplateDetail`
|
8292
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8293
|
+
# @type RequestId: String
|
8294
|
+
|
8295
|
+
attr_accessor :Data, :RequestId
|
8296
|
+
|
8297
|
+
def initialize(data=nil, requestid=nil)
|
8298
|
+
@Data = data
|
8299
|
+
@RequestId = requestid
|
8300
|
+
end
|
8301
|
+
|
8302
|
+
def deserialize(params)
|
8303
|
+
unless params['Data'].nil?
|
8304
|
+
@Data = CodeTemplateDetail.new
|
8305
|
+
@Data.deserialize(params['Data'])
|
8306
|
+
end
|
8307
|
+
@RequestId = params['RequestId']
|
8308
|
+
end
|
8309
|
+
end
|
8310
|
+
|
8119
8311
|
# DescribeColumnLineage请求参数结构体
|
8120
8312
|
class DescribeColumnLineageRequest < TencentCloud::Common::AbstractModel
|
8121
8313
|
# @param Direction: 查询方向枚举值
|
@@ -15503,6 +15695,85 @@ module TencentCloud
|
|
15503
15695
|
end
|
15504
15696
|
end
|
15505
15697
|
|
15698
|
+
# DescribeTaskTemplates请求参数结构体
|
15699
|
+
class DescribeTaskTemplatesRequest < TencentCloud::Common::AbstractModel
|
15700
|
+
# @param ProjectId: 项目id
|
15701
|
+
# @type ProjectId: String
|
15702
|
+
# @param PageNumber: 页号
|
15703
|
+
# @type PageNumber: Integer
|
15704
|
+
# @param PageSize: 分页大小
|
15705
|
+
# @type PageSize: Integer
|
15706
|
+
# @param OrderFields: 排序字段, 仅支持更新时间, 取值示例
|
15707
|
+
|
15708
|
+
# - UpdateTime
|
15709
|
+
# @type OrderFields: Array
|
15710
|
+
# @param Filters: 过滤条件, 取值列表
|
15711
|
+
|
15712
|
+
# - TemplateName 模版名称
|
15713
|
+
# - TaskType 支持任务类型
|
15714
|
+
# - InCharge 责任人
|
15715
|
+
# - FolderId 文件夹id
|
15716
|
+
# - Status 提交状态
|
15717
|
+
# - UpdateStartTime 更新时间,时间区间查询
|
15718
|
+
# - UpdateEndTime 更新时间,时间区间查询
|
15719
|
+
# @type Filters: Array
|
15720
|
+
|
15721
|
+
attr_accessor :ProjectId, :PageNumber, :PageSize, :OrderFields, :Filters
|
15722
|
+
|
15723
|
+
def initialize(projectid=nil, pagenumber=nil, pagesize=nil, orderfields=nil, filters=nil)
|
15724
|
+
@ProjectId = projectid
|
15725
|
+
@PageNumber = pagenumber
|
15726
|
+
@PageSize = pagesize
|
15727
|
+
@OrderFields = orderfields
|
15728
|
+
@Filters = filters
|
15729
|
+
end
|
15730
|
+
|
15731
|
+
def deserialize(params)
|
15732
|
+
@ProjectId = params['ProjectId']
|
15733
|
+
@PageNumber = params['PageNumber']
|
15734
|
+
@PageSize = params['PageSize']
|
15735
|
+
unless params['OrderFields'].nil?
|
15736
|
+
@OrderFields = []
|
15737
|
+
params['OrderFields'].each do |i|
|
15738
|
+
orderfield_tmp = OrderField.new
|
15739
|
+
orderfield_tmp.deserialize(i)
|
15740
|
+
@OrderFields << orderfield_tmp
|
15741
|
+
end
|
15742
|
+
end
|
15743
|
+
unless params['Filters'].nil?
|
15744
|
+
@Filters = []
|
15745
|
+
params['Filters'].each do |i|
|
15746
|
+
filter_tmp = Filter.new
|
15747
|
+
filter_tmp.deserialize(i)
|
15748
|
+
@Filters << filter_tmp
|
15749
|
+
end
|
15750
|
+
end
|
15751
|
+
end
|
15752
|
+
end
|
15753
|
+
|
15754
|
+
# DescribeTaskTemplates返回参数结构体
|
15755
|
+
class DescribeTaskTemplatesResponse < TencentCloud::Common::AbstractModel
|
15756
|
+
# @param Data: 查询项目下所有任务信息,不包括虚拟任务和离线任务
|
15757
|
+
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.PageTaskTemplateInfo`
|
15758
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15759
|
+
# @type RequestId: String
|
15760
|
+
|
15761
|
+
attr_accessor :Data, :RequestId
|
15762
|
+
|
15763
|
+
def initialize(data=nil, requestid=nil)
|
15764
|
+
@Data = data
|
15765
|
+
@RequestId = requestid
|
15766
|
+
end
|
15767
|
+
|
15768
|
+
def deserialize(params)
|
15769
|
+
unless params['Data'].nil?
|
15770
|
+
@Data = PageTaskTemplateInfo.new
|
15771
|
+
@Data.deserialize(params['Data'])
|
15772
|
+
end
|
15773
|
+
@RequestId = params['RequestId']
|
15774
|
+
end
|
15775
|
+
end
|
15776
|
+
|
15506
15777
|
# 批量操作任务列表分页
|
15507
15778
|
class DescribeTasksForCodeTemplatePage < TencentCloud::Common::AbstractModel
|
15508
15779
|
# @param PageCount: 总页码数
|
@@ -16606,6 +16877,90 @@ module TencentCloud
|
|
16606
16877
|
end
|
16607
16878
|
end
|
16608
16879
|
|
16880
|
+
# DownloadLogByLine请求参数结构体
|
16881
|
+
class DownloadLogByLineRequest < TencentCloud::Common::AbstractModel
|
16882
|
+
# @param StartLine: 开始行
|
16883
|
+
# @type StartLine: Integer
|
16884
|
+
# @param LineCount: 读取行
|
16885
|
+
# @type LineCount: Integer
|
16886
|
+
# @param ProjectId: 项目id
|
16887
|
+
# @type ProjectId: String
|
16888
|
+
# @param TaskId: 任务id
|
16889
|
+
# @type TaskId: String
|
16890
|
+
# @param CurRunDate: 实例运行时间
|
16891
|
+
# @type CurRunDate: String
|
16892
|
+
# @param DetailId: 任务详情id,用于读取切分的日志文件
|
16893
|
+
# @type DetailId: String
|
16894
|
+
# @param FilePath: base64编码的文件路径
|
16895
|
+
# @type FilePath: String
|
16896
|
+
# @param RecordId: 任务记录id
|
16897
|
+
# @type RecordId: String
|
16898
|
+
# @param SubJobId: 子job id
|
16899
|
+
# @type SubJobId: String
|
16900
|
+
# @param JobType: hiveSql:34,sparkSql:36 dlcSql: 32
|
16901
|
+
# @type JobType: String
|
16902
|
+
# @param ParseErrorTip: true:解析错误信息。false:不解析错误信息
|
16903
|
+
# @type ParseErrorTip: Boolean
|
16904
|
+
# @param FileType: log 0 code 1 result 2 custo 3
|
16905
|
+
# @type FileType: Integer
|
16906
|
+
|
16907
|
+
attr_accessor :StartLine, :LineCount, :ProjectId, :TaskId, :CurRunDate, :DetailId, :FilePath, :RecordId, :SubJobId, :JobType, :ParseErrorTip, :FileType
|
16908
|
+
|
16909
|
+
def initialize(startline=nil, linecount=nil, projectid=nil, taskid=nil, currundate=nil, detailid=nil, filepath=nil, recordid=nil, subjobid=nil, jobtype=nil, parseerrortip=nil, filetype=nil)
|
16910
|
+
@StartLine = startline
|
16911
|
+
@LineCount = linecount
|
16912
|
+
@ProjectId = projectid
|
16913
|
+
@TaskId = taskid
|
16914
|
+
@CurRunDate = currundate
|
16915
|
+
@DetailId = detailid
|
16916
|
+
@FilePath = filepath
|
16917
|
+
@RecordId = recordid
|
16918
|
+
@SubJobId = subjobid
|
16919
|
+
@JobType = jobtype
|
16920
|
+
@ParseErrorTip = parseerrortip
|
16921
|
+
@FileType = filetype
|
16922
|
+
end
|
16923
|
+
|
16924
|
+
def deserialize(params)
|
16925
|
+
@StartLine = params['StartLine']
|
16926
|
+
@LineCount = params['LineCount']
|
16927
|
+
@ProjectId = params['ProjectId']
|
16928
|
+
@TaskId = params['TaskId']
|
16929
|
+
@CurRunDate = params['CurRunDate']
|
16930
|
+
@DetailId = params['DetailId']
|
16931
|
+
@FilePath = params['FilePath']
|
16932
|
+
@RecordId = params['RecordId']
|
16933
|
+
@SubJobId = params['SubJobId']
|
16934
|
+
@JobType = params['JobType']
|
16935
|
+
@ParseErrorTip = params['ParseErrorTip']
|
16936
|
+
@FileType = params['FileType']
|
16937
|
+
end
|
16938
|
+
end
|
16939
|
+
|
16940
|
+
# DownloadLogByLine返回参数结构体
|
16941
|
+
class DownloadLogByLineResponse < TencentCloud::Common::AbstractModel
|
16942
|
+
# @param Data: 日志信息
|
16943
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16944
|
+
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.InstanceLogByLine`
|
16945
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16946
|
+
# @type RequestId: String
|
16947
|
+
|
16948
|
+
attr_accessor :Data, :RequestId
|
16949
|
+
|
16950
|
+
def initialize(data=nil, requestid=nil)
|
16951
|
+
@Data = data
|
16952
|
+
@RequestId = requestid
|
16953
|
+
end
|
16954
|
+
|
16955
|
+
def deserialize(params)
|
16956
|
+
unless params['Data'].nil?
|
16957
|
+
@Data = InstanceLogByLine.new
|
16958
|
+
@Data.deserialize(params['Data'])
|
16959
|
+
end
|
16960
|
+
@RequestId = params['RequestId']
|
16961
|
+
end
|
16962
|
+
end
|
16963
|
+
|
16609
16964
|
# 试运行记录
|
16610
16965
|
class DrInstanceOpsDto < TencentCloud::Common::AbstractModel
|
16611
16966
|
# @param TaskSource: 任务来源
|
@@ -18488,6 +18843,51 @@ module TencentCloud
|
|
18488
18843
|
end
|
18489
18844
|
end
|
18490
18845
|
|
18846
|
+
# GetBatchDetailErrorLog请求参数结构体
|
18847
|
+
class GetBatchDetailErrorLogRequest < TencentCloud::Common::AbstractModel
|
18848
|
+
# @param JobId: 批量操作ID
|
18849
|
+
# @type JobId: Integer
|
18850
|
+
# @param ResourceId: 资源对象ID
|
18851
|
+
# @type ResourceId: String
|
18852
|
+
# @param ProjectId: 项目ID
|
18853
|
+
# @type ProjectId: String
|
18854
|
+
|
18855
|
+
attr_accessor :JobId, :ResourceId, :ProjectId
|
18856
|
+
|
18857
|
+
def initialize(jobid=nil, resourceid=nil, projectid=nil)
|
18858
|
+
@JobId = jobid
|
18859
|
+
@ResourceId = resourceid
|
18860
|
+
@ProjectId = projectid
|
18861
|
+
end
|
18862
|
+
|
18863
|
+
def deserialize(params)
|
18864
|
+
@JobId = params['JobId']
|
18865
|
+
@ResourceId = params['ResourceId']
|
18866
|
+
@ProjectId = params['ProjectId']
|
18867
|
+
end
|
18868
|
+
end
|
18869
|
+
|
18870
|
+
# GetBatchDetailErrorLog返回参数结构体
|
18871
|
+
class GetBatchDetailErrorLogResponse < TencentCloud::Common::AbstractModel
|
18872
|
+
# @param Data: 日志返回
|
18873
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18874
|
+
# @type Data: String
|
18875
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18876
|
+
# @type RequestId: String
|
18877
|
+
|
18878
|
+
attr_accessor :Data, :RequestId
|
18879
|
+
|
18880
|
+
def initialize(data=nil, requestid=nil)
|
18881
|
+
@Data = data
|
18882
|
+
@RequestId = requestid
|
18883
|
+
end
|
18884
|
+
|
18885
|
+
def deserialize(params)
|
18886
|
+
@Data = params['Data']
|
18887
|
+
@RequestId = params['RequestId']
|
18888
|
+
end
|
18889
|
+
end
|
18890
|
+
|
18491
18891
|
# GetCosToken请求参数结构体
|
18492
18892
|
class GetCosTokenRequest < TencentCloud::Common::AbstractModel
|
18493
18893
|
# @param ProjectId: 项目id
|
@@ -19711,6 +20111,61 @@ module TencentCloud
|
|
19711
20111
|
end
|
19712
20112
|
end
|
19713
20113
|
|
20114
|
+
# 日志信息
|
20115
|
+
class InstanceLogByLine < TencentCloud::Common::AbstractModel
|
20116
|
+
# @param Count: 返回行数
|
20117
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20118
|
+
# @type Count: Integer
|
20119
|
+
# @param Content: 内容
|
20120
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20121
|
+
# @type Content: Array
|
20122
|
+
# @param Over: 文件是否读取完
|
20123
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20124
|
+
# @type Over: Boolean
|
20125
|
+
# @param InstanceState: 实例状态
|
20126
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20127
|
+
# @type InstanceState: String
|
20128
|
+
# @param InstanceId: 实例id
|
20129
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20130
|
+
# @type InstanceId: String
|
20131
|
+
# @param TaskId: 任务id
|
20132
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20133
|
+
# @type TaskId: String
|
20134
|
+
# @param WorkerType: 执行机类型 0:老执行机loader 1:新执行机woker
|
20135
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20136
|
+
# @type WorkerType: Integer
|
20137
|
+
# @param JobLogErrorTip: 日志sql错误信息,包含行列信息
|
20138
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20139
|
+
# @type JobLogErrorTip: :class:`Tencentcloud::Wedata.v20210820.models.JobLogErrorTip`
|
20140
|
+
|
20141
|
+
attr_accessor :Count, :Content, :Over, :InstanceState, :InstanceId, :TaskId, :WorkerType, :JobLogErrorTip
|
20142
|
+
|
20143
|
+
def initialize(count=nil, content=nil, over=nil, instancestate=nil, instanceid=nil, taskid=nil, workertype=nil, joblogerrortip=nil)
|
20144
|
+
@Count = count
|
20145
|
+
@Content = content
|
20146
|
+
@Over = over
|
20147
|
+
@InstanceState = instancestate
|
20148
|
+
@InstanceId = instanceid
|
20149
|
+
@TaskId = taskid
|
20150
|
+
@WorkerType = workertype
|
20151
|
+
@JobLogErrorTip = joblogerrortip
|
20152
|
+
end
|
20153
|
+
|
20154
|
+
def deserialize(params)
|
20155
|
+
@Count = params['Count']
|
20156
|
+
@Content = params['Content']
|
20157
|
+
@Over = params['Over']
|
20158
|
+
@InstanceState = params['InstanceState']
|
20159
|
+
@InstanceId = params['InstanceId']
|
20160
|
+
@TaskId = params['TaskId']
|
20161
|
+
@WorkerType = params['WorkerType']
|
20162
|
+
unless params['JobLogErrorTip'].nil?
|
20163
|
+
@JobLogErrorTip = JobLogErrorTip.new
|
20164
|
+
@JobLogErrorTip.deserialize(params['JobLogErrorTip'])
|
20165
|
+
end
|
20166
|
+
end
|
20167
|
+
end
|
20168
|
+
|
19714
20169
|
# 实例日志简述信息
|
19715
20170
|
class InstanceLogInfo < TencentCloud::Common::AbstractModel
|
19716
20171
|
# @param TaskId: 任务id
|
@@ -21440,6 +21895,33 @@ module TencentCloud
|
|
21440
21895
|
end
|
21441
21896
|
end
|
21442
21897
|
|
21898
|
+
# 调度任务日志错误提示信息
|
21899
|
+
class JobLogErrorTip < TencentCloud::Common::AbstractModel
|
21900
|
+
# @param Content: 执行日志错误信息
|
21901
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21902
|
+
# @type Content: String
|
21903
|
+
# @param LineNum: 对应sql的行下标
|
21904
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21905
|
+
# @type LineNum: Integer
|
21906
|
+
# @param ColumnNum: 对应sql的列下标
|
21907
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21908
|
+
# @type ColumnNum: Integer
|
21909
|
+
|
21910
|
+
attr_accessor :Content, :LineNum, :ColumnNum
|
21911
|
+
|
21912
|
+
def initialize(content=nil, linenum=nil, columnnum=nil)
|
21913
|
+
@Content = content
|
21914
|
+
@LineNum = linenum
|
21915
|
+
@ColumnNum = columnnum
|
21916
|
+
end
|
21917
|
+
|
21918
|
+
def deserialize(params)
|
21919
|
+
@Content = params['Content']
|
21920
|
+
@LineNum = params['LineNum']
|
21921
|
+
@ColumnNum = params['ColumnNum']
|
21922
|
+
end
|
21923
|
+
end
|
21924
|
+
|
21443
21925
|
# JudgeResourceFile请求参数结构体
|
21444
21926
|
class JudgeResourceFileRequest < TencentCloud::Common::AbstractModel
|
21445
21927
|
# @param ProjectId: 项目id
|
@@ -21817,6 +22299,116 @@ module TencentCloud
|
|
21817
22299
|
end
|
21818
22300
|
end
|
21819
22301
|
|
22302
|
+
# ListBatchDetail请求参数结构体
|
22303
|
+
class ListBatchDetailRequest < TencentCloud::Common::AbstractModel
|
22304
|
+
# @param JobId: 批量操作历史Id
|
22305
|
+
# @type JobId: Integer
|
22306
|
+
# @param ProjectId: 项目Id
|
22307
|
+
# @type ProjectId: String
|
22308
|
+
|
22309
|
+
attr_accessor :JobId, :ProjectId
|
22310
|
+
|
22311
|
+
def initialize(jobid=nil, projectid=nil)
|
22312
|
+
@JobId = jobid
|
22313
|
+
@ProjectId = projectid
|
22314
|
+
end
|
22315
|
+
|
22316
|
+
def deserialize(params)
|
22317
|
+
@JobId = params['JobId']
|
22318
|
+
@ProjectId = params['ProjectId']
|
22319
|
+
end
|
22320
|
+
end
|
22321
|
+
|
22322
|
+
# ListBatchDetail返回参数结构体
|
22323
|
+
class ListBatchDetailResponse < TencentCloud::Common::AbstractModel
|
22324
|
+
# @param JobId: 批量操作ID
|
22325
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22326
|
+
# @type JobId: Integer
|
22327
|
+
# @param RunType: 运行类型:
|
22328
|
+
# ASYNC-异步
|
22329
|
+
# SYNC-同步
|
22330
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22331
|
+
# @type RunType: String
|
22332
|
+
# @param SuccessResource: 成功列表
|
22333
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22334
|
+
# @type SuccessResource: Array
|
22335
|
+
# @param FailResource: 失败列表
|
22336
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22337
|
+
# @type FailResource: Array
|
22338
|
+
# @param JobType: job类型
|
22339
|
+
# BATCH_DELETE --批量删除:1、任务名称:ResourceName
|
22340
|
+
# BATCH_CREATE_VERSION --批量提交:1、任务名称:ResourceId 2、资源组:GroupId
|
22341
|
+
# BATCH_MODIFY_DATASOURCE --批量修改数据源:1、任务名称:ResourceName
|
22342
|
+
# BATCH_MODIFY_INCHARGE --批量修改责任人:1、任务名称:ResourceName
|
22343
|
+
# BATCH_MODIFY_PARAMETER --批量修改参数:1、任务名称:ResourceName
|
22344
|
+
# BATCH_MODIFY_SCHEDULE --批量修改调度计划:1、任务名称:ResourceName
|
22345
|
+
# BATCH_MODIFY_GROUPID --批量修改资源组:1、任务名称:ResourceName
|
22346
|
+
# BATCH_MODIFY_CONFIG --批量修改高级配置:1、任务名称:ResourceName
|
22347
|
+
# BATCH_MODIFY_SCHEDULE_PARAMETER --批量修改调度参数:1、任务名称:ResourceName
|
22348
|
+
# FORM_CREATE_VERSION--模版提交
|
22349
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22350
|
+
# @type JobType: String
|
22351
|
+
# @param JobStatus: CREATING("CREATING", "创建中"),
|
22352
|
+
# INIT("INIT", "已被创建"),
|
22353
|
+
# RUNNING("RUNNING", "运行中"),
|
22354
|
+
# SUCCESS("SUCCESS", "成功"),
|
22355
|
+
# FAIL("FAIL", "失败"),
|
22356
|
+
# PART_SUCCESS("PART_SUCCESS", "部分成功"),
|
22357
|
+
# PART_SUCCESS_WITH_ALARM("PART_SUCCESS_WITH_ALARM", "部分成功有告警"),
|
22358
|
+
# SUCCESS_WITH_ALARM("SUCCESS_WITH_ALARM", "成功有告警"),
|
22359
|
+
# UNKNOWN("UNKNOWN", "未知状态");
|
22360
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22361
|
+
# @type JobStatus: String
|
22362
|
+
# @param TotalResource: 资源总数
|
22363
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22364
|
+
# @type TotalResource: Integer
|
22365
|
+
# @param NeedApprove: 批量提交是是否需要审批,其他的批量操作默认为null
|
22366
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22367
|
+
# @type NeedApprove: Boolean
|
22368
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22369
|
+
# @type RequestId: String
|
22370
|
+
|
22371
|
+
attr_accessor :JobId, :RunType, :SuccessResource, :FailResource, :JobType, :JobStatus, :TotalResource, :NeedApprove, :RequestId
|
22372
|
+
|
22373
|
+
def initialize(jobid=nil, runtype=nil, successresource=nil, failresource=nil, jobtype=nil, jobstatus=nil, totalresource=nil, needapprove=nil, requestid=nil)
|
22374
|
+
@JobId = jobid
|
22375
|
+
@RunType = runtype
|
22376
|
+
@SuccessResource = successresource
|
22377
|
+
@FailResource = failresource
|
22378
|
+
@JobType = jobtype
|
22379
|
+
@JobStatus = jobstatus
|
22380
|
+
@TotalResource = totalresource
|
22381
|
+
@NeedApprove = needapprove
|
22382
|
+
@RequestId = requestid
|
22383
|
+
end
|
22384
|
+
|
22385
|
+
def deserialize(params)
|
22386
|
+
@JobId = params['JobId']
|
22387
|
+
@RunType = params['RunType']
|
22388
|
+
unless params['SuccessResource'].nil?
|
22389
|
+
@SuccessResource = []
|
22390
|
+
params['SuccessResource'].each do |i|
|
22391
|
+
asyncresourcevo_tmp = AsyncResourceVO.new
|
22392
|
+
asyncresourcevo_tmp.deserialize(i)
|
22393
|
+
@SuccessResource << asyncresourcevo_tmp
|
22394
|
+
end
|
22395
|
+
end
|
22396
|
+
unless params['FailResource'].nil?
|
22397
|
+
@FailResource = []
|
22398
|
+
params['FailResource'].each do |i|
|
22399
|
+
asyncresourcevo_tmp = AsyncResourceVO.new
|
22400
|
+
asyncresourcevo_tmp.deserialize(i)
|
22401
|
+
@FailResource << asyncresourcevo_tmp
|
22402
|
+
end
|
22403
|
+
end
|
22404
|
+
@JobType = params['JobType']
|
22405
|
+
@JobStatus = params['JobStatus']
|
22406
|
+
@TotalResource = params['TotalResource']
|
22407
|
+
@NeedApprove = params['NeedApprove']
|
22408
|
+
@RequestId = params['RequestId']
|
22409
|
+
end
|
22410
|
+
end
|
22411
|
+
|
21820
22412
|
# ListInstances请求参数结构体
|
21821
22413
|
class ListInstancesRequest < TencentCloud::Common::AbstractModel
|
21822
22414
|
# @param ProjectId: **项目ID**
|
@@ -24956,6 +25548,45 @@ module TencentCloud
|
|
24956
25548
|
end
|
24957
25549
|
end
|
24958
25550
|
|
25551
|
+
# 任务模版分页
|
25552
|
+
class PageTaskTemplateInfo < TencentCloud::Common::AbstractModel
|
25553
|
+
# @param Items: 任务集合信息
|
25554
|
+
# @type Items: Array
|
25555
|
+
# @param PageCount: 总页数
|
25556
|
+
# @type PageCount: Integer
|
25557
|
+
# @param TotalCount: 总数量
|
25558
|
+
# @type TotalCount: Integer
|
25559
|
+
# @param PageNumber: 当前页
|
25560
|
+
# @type PageNumber: Integer
|
25561
|
+
# @param PageSize: 每页显示数
|
25562
|
+
# @type PageSize: Integer
|
25563
|
+
|
25564
|
+
attr_accessor :Items, :PageCount, :TotalCount, :PageNumber, :PageSize
|
25565
|
+
|
25566
|
+
def initialize(items=nil, pagecount=nil, totalcount=nil, pagenumber=nil, pagesize=nil)
|
25567
|
+
@Items = items
|
25568
|
+
@PageCount = pagecount
|
25569
|
+
@TotalCount = totalcount
|
25570
|
+
@PageNumber = pagenumber
|
25571
|
+
@PageSize = pagesize
|
25572
|
+
end
|
25573
|
+
|
25574
|
+
def deserialize(params)
|
25575
|
+
unless params['Items'].nil?
|
25576
|
+
@Items = []
|
25577
|
+
params['Items'].each do |i|
|
25578
|
+
codetemplatedetail_tmp = CodeTemplateDetail.new
|
25579
|
+
codetemplatedetail_tmp.deserialize(i)
|
25580
|
+
@Items << codetemplatedetail_tmp
|
25581
|
+
end
|
25582
|
+
end
|
25583
|
+
@PageCount = params['PageCount']
|
25584
|
+
@TotalCount = params['TotalCount']
|
25585
|
+
@PageNumber = params['PageNumber']
|
25586
|
+
@PageSize = params['PageSize']
|
25587
|
+
end
|
25588
|
+
end
|
25589
|
+
|
24959
25590
|
# 键值对
|
24960
25591
|
class Pair < TencentCloud::Common::AbstractModel
|
24961
25592
|
# @param Key: 键名
|
@@ -33853,10 +34484,12 @@ module TencentCloud
|
|
33853
34484
|
# @type RequestFromSource: String
|
33854
34485
|
# @param ScriptChange: 脚本是否发生变化
|
33855
34486
|
# @type ScriptChange: Boolean
|
34487
|
+
# @param Content: 转Base64的代码内容
|
34488
|
+
# @type Content: String
|
33856
34489
|
|
33857
|
-
attr_accessor :ProjectId, :CodeTemplateId, :CodeTemplateName, :InChargeId, :InCharge, :Ext, :BrokerIp, :ResourceGroup, :CodeTemplateDesc, :RequestFromSource, :ScriptChange
|
34490
|
+
attr_accessor :ProjectId, :CodeTemplateId, :CodeTemplateName, :InChargeId, :InCharge, :Ext, :BrokerIp, :ResourceGroup, :CodeTemplateDesc, :RequestFromSource, :ScriptChange, :Content
|
33858
34491
|
|
33859
|
-
def initialize(projectid=nil, codetemplateid=nil, codetemplatename=nil, inchargeid=nil, incharge=nil, ext=nil, brokerip=nil, resourcegroup=nil, codetemplatedesc=nil, requestfromsource=nil, scriptchange=nil)
|
34492
|
+
def initialize(projectid=nil, codetemplateid=nil, codetemplatename=nil, inchargeid=nil, incharge=nil, ext=nil, brokerip=nil, resourcegroup=nil, codetemplatedesc=nil, requestfromsource=nil, scriptchange=nil, content=nil)
|
33860
34493
|
@ProjectId = projectid
|
33861
34494
|
@CodeTemplateId = codetemplateid
|
33862
34495
|
@CodeTemplateName = codetemplatename
|
@@ -33868,6 +34501,7 @@ module TencentCloud
|
|
33868
34501
|
@CodeTemplateDesc = codetemplatedesc
|
33869
34502
|
@RequestFromSource = requestfromsource
|
33870
34503
|
@ScriptChange = scriptchange
|
34504
|
+
@Content = content
|
33871
34505
|
end
|
33872
34506
|
|
33873
34507
|
def deserialize(params)
|
@@ -33885,6 +34519,7 @@ module TencentCloud
|
|
33885
34519
|
@CodeTemplateDesc = params['CodeTemplateDesc']
|
33886
34520
|
@RequestFromSource = params['RequestFromSource']
|
33887
34521
|
@ScriptChange = params['ScriptChange']
|
34522
|
+
@Content = params['Content']
|
33888
34523
|
end
|
33889
34524
|
end
|
33890
34525
|
|
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.1060
|
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-05-
|
11
|
+
date: 2025-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|