tencentcloud-sdk-wedata 3.0.1095 → 3.0.1110
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 +360 -0
- data/lib/v20210820/models.rb +943 -30
- 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: 99522e57e53e1d092053c2c31e7329bc32529564
|
4
|
+
data.tar.gz: 07bb6dd52c066d5285247ff2fce92395d8b701e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b16c06e34261445f2635ae006f67e27173e06ea6aecda600d80bc0c45d5174628f65b9ff589b0191bf8f0f536c0bf6288fb46df36a40d9c69cd36e02b86b9f62
|
7
|
+
data.tar.gz: ce8be3348362b4e03ab89dd306452038f599f24e263b7862a325fd123e2588dfed4acc3ae612aea5fef8786d2270be7cc38cde9d8fc2ff3193ae56861f57fcf3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1110
|
data/lib/v20210820/client.rb
CHANGED
@@ -461,6 +461,30 @@ module TencentCloud
|
|
461
461
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
462
462
|
end
|
463
463
|
|
464
|
+
# 商业化版本:执行资源组-资源包绑定项目
|
465
|
+
|
466
|
+
# @param request: Request instance for BindProjectExecutorResource.
|
467
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::BindProjectExecutorResourceRequest`
|
468
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::BindProjectExecutorResourceResponse`
|
469
|
+
def BindProjectExecutorResource(request)
|
470
|
+
body = send_request('BindProjectExecutorResource', request.serialize)
|
471
|
+
response = JSON.parse(body)
|
472
|
+
if response['Response'].key?('Error') == false
|
473
|
+
model = BindProjectExecutorResourceResponse.new
|
474
|
+
model.deserialize(response['Response'])
|
475
|
+
model
|
476
|
+
else
|
477
|
+
code = response['Response']['Error']['Code']
|
478
|
+
message = response['Response']['Error']['Message']
|
479
|
+
reqid = response['Response']['RequestId']
|
480
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
481
|
+
end
|
482
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
483
|
+
raise e
|
484
|
+
rescue StandardError => e
|
485
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
486
|
+
end
|
487
|
+
|
464
488
|
# 判断告警规则重名
|
465
489
|
|
466
490
|
# @param request: Request instance for CheckAlarmRegularNameExist.
|
@@ -629,6 +653,30 @@ module TencentCloud
|
|
629
653
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
630
654
|
end
|
631
655
|
|
656
|
+
# 创建项目 仅项目本身,不包含集群等信息
|
657
|
+
|
658
|
+
# @param request: Request instance for CreateBaseProject.
|
659
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CreateBaseProjectRequest`
|
660
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CreateBaseProjectResponse`
|
661
|
+
def CreateBaseProject(request)
|
662
|
+
body = send_request('CreateBaseProject', request.serialize)
|
663
|
+
response = JSON.parse(body)
|
664
|
+
if response['Response'].key?('Error') == false
|
665
|
+
model = CreateBaseProjectResponse.new
|
666
|
+
model.deserialize(response['Response'])
|
667
|
+
model
|
668
|
+
else
|
669
|
+
code = response['Response']['Error']['Code']
|
670
|
+
message = response['Response']['Error']['Message']
|
671
|
+
reqid = response['Response']['RequestId']
|
672
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
673
|
+
end
|
674
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
675
|
+
raise e
|
676
|
+
rescue StandardError => e
|
677
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
678
|
+
end
|
679
|
+
|
632
680
|
# 创建代码模版
|
633
681
|
|
634
682
|
# @param request: Request instance for CreateCodeTemplate.
|
@@ -1613,6 +1661,30 @@ module TencentCloud
|
|
1613
1661
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1614
1662
|
end
|
1615
1663
|
|
1664
|
+
# 删除任务血缘信息
|
1665
|
+
|
1666
|
+
# @param request: Request instance for DeleteTaskLineage.
|
1667
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DeleteTaskLineageRequest`
|
1668
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DeleteTaskLineageResponse`
|
1669
|
+
def DeleteTaskLineage(request)
|
1670
|
+
body = send_request('DeleteTaskLineage', request.serialize)
|
1671
|
+
response = JSON.parse(body)
|
1672
|
+
if response['Response'].key?('Error') == false
|
1673
|
+
model = DeleteTaskLineageResponse.new
|
1674
|
+
model.deserialize(response['Response'])
|
1675
|
+
model
|
1676
|
+
else
|
1677
|
+
code = response['Response']['Error']['Code']
|
1678
|
+
message = response['Response']['Error']['Message']
|
1679
|
+
reqid = response['Response']['RequestId']
|
1680
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1681
|
+
end
|
1682
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1683
|
+
raise e
|
1684
|
+
rescue StandardError => e
|
1685
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1686
|
+
end
|
1687
|
+
|
1616
1688
|
# 通过工作流Id删除工作流
|
1617
1689
|
|
1618
1690
|
# @param request: Request instance for DeleteWorkflowById.
|
@@ -4526,6 +4598,30 @@ module TencentCloud
|
|
4526
4598
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4527
4599
|
end
|
4528
4600
|
|
4601
|
+
# 查询任务引用参数
|
4602
|
+
|
4603
|
+
# @param request: Request instance for DescribeTaskParamDs.
|
4604
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskParamDsRequest`
|
4605
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTaskParamDsResponse`
|
4606
|
+
def DescribeTaskParamDs(request)
|
4607
|
+
body = send_request('DescribeTaskParamDs', request.serialize)
|
4608
|
+
response = JSON.parse(body)
|
4609
|
+
if response['Response'].key?('Error') == false
|
4610
|
+
model = DescribeTaskParamDsResponse.new
|
4611
|
+
model.deserialize(response['Response'])
|
4612
|
+
model
|
4613
|
+
else
|
4614
|
+
code = response['Response']['Error']['Code']
|
4615
|
+
message = response['Response']['Error']['Message']
|
4616
|
+
reqid = response['Response']['RequestId']
|
4617
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4618
|
+
end
|
4619
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4620
|
+
raise e
|
4621
|
+
rescue StandardError => e
|
4622
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4623
|
+
end
|
4624
|
+
|
4529
4625
|
# 分页查询任务运行历史
|
4530
4626
|
|
4531
4627
|
# @param request: Request instance for DescribeTaskRunHistory.
|
@@ -4958,6 +5054,30 @@ module TencentCloud
|
|
4958
5054
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4959
5055
|
end
|
4960
5056
|
|
5057
|
+
# 禁用项目
|
5058
|
+
|
5059
|
+
# @param request: Request instance for DisableProject.
|
5060
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DisableProjectRequest`
|
5061
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DisableProjectResponse`
|
5062
|
+
def DisableProject(request)
|
5063
|
+
body = send_request('DisableProject', request.serialize)
|
5064
|
+
response = JSON.parse(body)
|
5065
|
+
if response['Response'].key?('Error') == false
|
5066
|
+
model = DisableProjectResponse.new
|
5067
|
+
model.deserialize(response['Response'])
|
5068
|
+
model
|
5069
|
+
else
|
5070
|
+
code = response['Response']['Error']['Code']
|
5071
|
+
message = response['Response']['Error']['Message']
|
5072
|
+
reqid = response['Response']['RequestId']
|
5073
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
5074
|
+
end
|
5075
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
5076
|
+
raise e
|
5077
|
+
rescue StandardError => e
|
5078
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5079
|
+
end
|
5080
|
+
|
4961
5081
|
# 按行下载日志信息
|
4962
5082
|
|
4963
5083
|
# @param request: Request instance for DownloadLogByLine.
|
@@ -5006,6 +5126,30 @@ module TencentCloud
|
|
5006
5126
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5007
5127
|
end
|
5008
5128
|
|
5129
|
+
# 启用项目
|
5130
|
+
|
5131
|
+
# @param request: Request instance for EnableProject.
|
5132
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::EnableProjectRequest`
|
5133
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::EnableProjectResponse`
|
5134
|
+
def EnableProject(request)
|
5135
|
+
body = send_request('EnableProject', request.serialize)
|
5136
|
+
response = JSON.parse(body)
|
5137
|
+
if response['Response'].key?('Error') == false
|
5138
|
+
model = EnableProjectResponse.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
|
+
|
5009
5153
|
# 编排空间批量操作页面查找全部的文件夹
|
5010
5154
|
|
5011
5155
|
# @param request: Request instance for FindAllFolder.
|
@@ -5222,6 +5366,30 @@ module TencentCloud
|
|
5222
5366
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5223
5367
|
end
|
5224
5368
|
|
5369
|
+
# 获取异步任务执行结果
|
5370
|
+
|
5371
|
+
# @param request: Request instance for GetJobStatus.
|
5372
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::GetJobStatusRequest`
|
5373
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::GetJobStatusResponse`
|
5374
|
+
def GetJobStatus(request)
|
5375
|
+
body = send_request('GetJobStatus', request.serialize)
|
5376
|
+
response = JSON.parse(body)
|
5377
|
+
if response['Response'].key?('Error') == false
|
5378
|
+
model = GetJobStatusResponse.new
|
5379
|
+
model.deserialize(response['Response'])
|
5380
|
+
model
|
5381
|
+
else
|
5382
|
+
code = response['Response']['Error']['Code']
|
5383
|
+
message = response['Response']['Error']['Message']
|
5384
|
+
reqid = response['Response']['RequestId']
|
5385
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
5386
|
+
end
|
5387
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
5388
|
+
raise e
|
5389
|
+
rescue StandardError => e
|
5390
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5391
|
+
end
|
5392
|
+
|
5225
5393
|
# 获取离线任务实例列表(新)
|
5226
5394
|
|
5227
5395
|
# @param request: Request instance for GetOfflineDIInstanceList.
|
@@ -5654,6 +5822,30 @@ module TencentCloud
|
|
5654
5822
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5655
5823
|
end
|
5656
5824
|
|
5825
|
+
# 修改项目基础信息。
|
5826
|
+
|
5827
|
+
# @param request: Request instance for ModifyProject.
|
5828
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyProjectRequest`
|
5829
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyProjectResponse`
|
5830
|
+
def ModifyProject(request)
|
5831
|
+
body = send_request('ModifyProject', request.serialize)
|
5832
|
+
response = JSON.parse(body)
|
5833
|
+
if response['Response'].key?('Error') == false
|
5834
|
+
model = ModifyProjectResponse.new
|
5835
|
+
model.deserialize(response['Response'])
|
5836
|
+
model
|
5837
|
+
else
|
5838
|
+
code = response['Response']['Error']['Code']
|
5839
|
+
message = response['Response']['Error']['Message']
|
5840
|
+
reqid = response['Response']['RequestId']
|
5841
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
5842
|
+
end
|
5843
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
5844
|
+
raise e
|
5845
|
+
rescue StandardError => e
|
5846
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5847
|
+
end
|
5848
|
+
|
5657
5849
|
# 更新质量规则接口
|
5658
5850
|
|
5659
5851
|
# @param request: Request instance for ModifyRule.
|
@@ -6067,6 +6259,78 @@ module TencentCloud
|
|
6067
6259
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6068
6260
|
end
|
6069
6261
|
|
6262
|
+
# 移除database元数据
|
6263
|
+
|
6264
|
+
# @param request: Request instance for RemoveDatabase.
|
6265
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::RemoveDatabaseRequest`
|
6266
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::RemoveDatabaseResponse`
|
6267
|
+
def RemoveDatabase(request)
|
6268
|
+
body = send_request('RemoveDatabase', request.serialize)
|
6269
|
+
response = JSON.parse(body)
|
6270
|
+
if response['Response'].key?('Error') == false
|
6271
|
+
model = RemoveDatabaseResponse.new
|
6272
|
+
model.deserialize(response['Response'])
|
6273
|
+
model
|
6274
|
+
else
|
6275
|
+
code = response['Response']['Error']['Code']
|
6276
|
+
message = response['Response']['Error']['Message']
|
6277
|
+
reqid = response['Response']['RequestId']
|
6278
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6279
|
+
end
|
6280
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6281
|
+
raise e
|
6282
|
+
rescue StandardError => e
|
6283
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6284
|
+
end
|
6285
|
+
|
6286
|
+
# 移除schema元数据
|
6287
|
+
|
6288
|
+
# @param request: Request instance for RemoveSchema.
|
6289
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::RemoveSchemaRequest`
|
6290
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::RemoveSchemaResponse`
|
6291
|
+
def RemoveSchema(request)
|
6292
|
+
body = send_request('RemoveSchema', request.serialize)
|
6293
|
+
response = JSON.parse(body)
|
6294
|
+
if response['Response'].key?('Error') == false
|
6295
|
+
model = RemoveSchemaResponse.new
|
6296
|
+
model.deserialize(response['Response'])
|
6297
|
+
model
|
6298
|
+
else
|
6299
|
+
code = response['Response']['Error']['Code']
|
6300
|
+
message = response['Response']['Error']['Message']
|
6301
|
+
reqid = response['Response']['RequestId']
|
6302
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6303
|
+
end
|
6304
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6305
|
+
raise e
|
6306
|
+
rescue StandardError => e
|
6307
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6308
|
+
end
|
6309
|
+
|
6310
|
+
# 移除table元数据
|
6311
|
+
|
6312
|
+
# @param request: Request instance for RemoveTable.
|
6313
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::RemoveTableRequest`
|
6314
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::RemoveTableResponse`
|
6315
|
+
def RemoveTable(request)
|
6316
|
+
body = send_request('RemoveTable', request.serialize)
|
6317
|
+
response = JSON.parse(body)
|
6318
|
+
if response['Response'].key?('Error') == false
|
6319
|
+
model = RemoveTableResponse.new
|
6320
|
+
model.deserialize(response['Response'])
|
6321
|
+
model
|
6322
|
+
else
|
6323
|
+
code = response['Response']['Error']['Code']
|
6324
|
+
message = response['Response']['Error']['Message']
|
6325
|
+
reqid = response['Response']['RequestId']
|
6326
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6327
|
+
end
|
6328
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6329
|
+
raise e
|
6330
|
+
rescue StandardError => e
|
6331
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6332
|
+
end
|
6333
|
+
|
6070
6334
|
# 删除编排空间工作流
|
6071
6335
|
|
6072
6336
|
# @param request: Request instance for RemoveWorkflowDs.
|
@@ -6139,6 +6403,78 @@ module TencentCloud
|
|
6139
6403
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6140
6404
|
end
|
6141
6405
|
|
6406
|
+
# 上报database元数据
|
6407
|
+
|
6408
|
+
# @param request: Request instance for ReportDatabase.
|
6409
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ReportDatabaseRequest`
|
6410
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ReportDatabaseResponse`
|
6411
|
+
def ReportDatabase(request)
|
6412
|
+
body = send_request('ReportDatabase', request.serialize)
|
6413
|
+
response = JSON.parse(body)
|
6414
|
+
if response['Response'].key?('Error') == false
|
6415
|
+
model = ReportDatabaseResponse.new
|
6416
|
+
model.deserialize(response['Response'])
|
6417
|
+
model
|
6418
|
+
else
|
6419
|
+
code = response['Response']['Error']['Code']
|
6420
|
+
message = response['Response']['Error']['Message']
|
6421
|
+
reqid = response['Response']['RequestId']
|
6422
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6423
|
+
end
|
6424
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6425
|
+
raise e
|
6426
|
+
rescue StandardError => e
|
6427
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6428
|
+
end
|
6429
|
+
|
6430
|
+
# 上报schema元数据
|
6431
|
+
|
6432
|
+
# @param request: Request instance for ReportSchema.
|
6433
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ReportSchemaRequest`
|
6434
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ReportSchemaResponse`
|
6435
|
+
def ReportSchema(request)
|
6436
|
+
body = send_request('ReportSchema', request.serialize)
|
6437
|
+
response = JSON.parse(body)
|
6438
|
+
if response['Response'].key?('Error') == false
|
6439
|
+
model = ReportSchemaResponse.new
|
6440
|
+
model.deserialize(response['Response'])
|
6441
|
+
model
|
6442
|
+
else
|
6443
|
+
code = response['Response']['Error']['Code']
|
6444
|
+
message = response['Response']['Error']['Message']
|
6445
|
+
reqid = response['Response']['RequestId']
|
6446
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6447
|
+
end
|
6448
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6449
|
+
raise e
|
6450
|
+
rescue StandardError => e
|
6451
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6452
|
+
end
|
6453
|
+
|
6454
|
+
# 上报table元数据
|
6455
|
+
|
6456
|
+
# @param request: Request instance for ReportTable.
|
6457
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ReportTableRequest`
|
6458
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ReportTableResponse`
|
6459
|
+
def ReportTable(request)
|
6460
|
+
body = send_request('ReportTable', request.serialize)
|
6461
|
+
response = JSON.parse(body)
|
6462
|
+
if response['Response'].key?('Error') == false
|
6463
|
+
model = ReportTableResponse.new
|
6464
|
+
model.deserialize(response['Response'])
|
6465
|
+
model
|
6466
|
+
else
|
6467
|
+
code = response['Response']['Error']['Code']
|
6468
|
+
message = response['Response']['Error']['Message']
|
6469
|
+
reqid = response['Response']['RequestId']
|
6470
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6471
|
+
end
|
6472
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6473
|
+
raise e
|
6474
|
+
rescue StandardError => e
|
6475
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6476
|
+
end
|
6477
|
+
|
6142
6478
|
# 血缘上报接口
|
6143
6479
|
|
6144
6480
|
# @param request: Request instance for ReportTaskLineage.
|
@@ -6622,6 +6958,30 @@ module TencentCloud
|
|
6622
6958
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6623
6959
|
end
|
6624
6960
|
|
6961
|
+
# 商业化版本:执行资源组/资源包解除绑定项目
|
6962
|
+
|
6963
|
+
# @param request: Request instance for UnboundProjectExecutorResource.
|
6964
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::UnboundProjectExecutorResourceRequest`
|
6965
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::UnboundProjectExecutorResourceResponse`
|
6966
|
+
def UnboundProjectExecutorResource(request)
|
6967
|
+
body = send_request('UnboundProjectExecutorResource', request.serialize)
|
6968
|
+
response = JSON.parse(body)
|
6969
|
+
if response['Response'].key?('Error') == false
|
6970
|
+
model = UnboundProjectExecutorResourceResponse.new
|
6971
|
+
model.deserialize(response['Response'])
|
6972
|
+
model
|
6973
|
+
else
|
6974
|
+
code = response['Response']['Error']['Code']
|
6975
|
+
message = response['Response']['Error']['Message']
|
6976
|
+
reqid = response['Response']['RequestId']
|
6977
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
6978
|
+
end
|
6979
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
6980
|
+
raise e
|
6981
|
+
rescue StandardError => e
|
6982
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
6983
|
+
end
|
6984
|
+
|
6625
6985
|
# 解锁集成任务
|
6626
6986
|
|
6627
6987
|
# @param request: Request instance for UnlockIntegrationTask.
|