tencentcloud-sdk-wedata 3.0.1067 → 3.0.1069
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/client.rb +24 -0
- data/lib/v20210820/models.rb +189 -7
- 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: d2e48930bdeba9d75c560c4d9e650638edaf7159
|
4
|
+
data.tar.gz: 7ae749077f42e3f77bb0ed2fea87a165674f1d2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00c1777ef72327c43ee9830fe916d40605392d175c702a0ca744a9fa1bf46f52171201f18c035abfefde6ee3d5378768fa68bb796b3b55c08a8ac35aa6de9aaf
|
7
|
+
data.tar.gz: ded03d1cfb9cd04c552ef7f2bd43be2876dd72f055cdac7af211ef5cc6309cd7ac0080106a37a605d5f885f748e7e493f3f5f1d9ff06d05ed1502a1138589ecd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1069
|
data/lib/v20210820/client.rb
CHANGED
@@ -3247,6 +3247,30 @@ module TencentCloud
|
|
3247
3247
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3248
3248
|
end
|
3249
3249
|
|
3250
|
+
# 数据集成分页获取数据库SCHEMA信息
|
3251
|
+
|
3252
|
+
# @param request: Request instance for DescribeRealViewSchemaPage.
|
3253
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRealViewSchemaPageRequest`
|
3254
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRealViewSchemaPageResponse`
|
3255
|
+
def DescribeRealViewSchemaPage(request)
|
3256
|
+
body = send_request('DescribeRealViewSchemaPage', request.serialize)
|
3257
|
+
response = JSON.parse(body)
|
3258
|
+
if response['Response'].key?('Error') == false
|
3259
|
+
model = DescribeRealViewSchemaPageResponse.new
|
3260
|
+
model.deserialize(response['Response'])
|
3261
|
+
model
|
3262
|
+
else
|
3263
|
+
code = response['Response']['Error']['Code']
|
3264
|
+
message = response['Response']['Error']['Message']
|
3265
|
+
reqid = response['Response']['RequestId']
|
3266
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3267
|
+
end
|
3268
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3269
|
+
raise e
|
3270
|
+
rescue StandardError => e
|
3271
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3272
|
+
end
|
3273
|
+
|
3250
3274
|
# 查询上报任务详情
|
3251
3275
|
|
3252
3276
|
# @param request: Request instance for DescribeReportTaskDetail.
|
data/lib/v20210820/models.rb
CHANGED
@@ -3653,7 +3653,7 @@ module TencentCloud
|
|
3653
3653
|
|
3654
3654
|
# 返回命令id
|
3655
3655
|
class CommonIdOpsDto < TencentCloud::Common::AbstractModel
|
3656
|
-
# @param Id:
|
3656
|
+
# @param Id: 返回补录计划名称_ok
|
3657
3657
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3658
3658
|
# @type Id: String
|
3659
3659
|
|
@@ -4847,10 +4847,16 @@ module TencentCloud
|
|
4847
4847
|
# @type SameSelfWorkflowDependType: Boolean
|
4848
4848
|
# @param SelfWorkflowDependency: 补录扩展属性
|
4849
4849
|
# @type SelfWorkflowDependency: String
|
4850
|
+
# @param MakeType: 任务 TASK; 项目: PROJECT
|
4851
|
+
# @type MakeType: String
|
4852
|
+
# @param StatusList: 任务状态
|
4853
|
+
# @type StatusList: String
|
4854
|
+
# @param MakeCheckEventType: 补录是否跳过事件检查
|
4855
|
+
# @type MakeCheckEventType: String
|
4850
4856
|
|
4851
|
-
attr_accessor :ProjectId, :MakeName, :TaskIdList, :MakeDatetimeList, :ProjectIdent, :CheckParent, :CheckParentType, :ProjectName, :SelfDependence, :ParallelNum, :SameCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :Remark, :SameSelfDependType, :SourceTaskCycle, :SchedulerResourceGroup, :IntegrationResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroupName, :MakeExtList, :SameSelfWorkflowDependType, :SelfWorkflowDependency
|
4857
|
+
attr_accessor :ProjectId, :MakeName, :TaskIdList, :MakeDatetimeList, :ProjectIdent, :CheckParent, :CheckParentType, :ProjectName, :SelfDependence, :ParallelNum, :SameCycle, :TargetTaskCycle, :TargetTaskAction, :MapParamList, :CreatorId, :Creator, :Remark, :SameSelfDependType, :SourceTaskCycle, :SchedulerResourceGroup, :IntegrationResourceGroup, :SchedulerResourceGroupName, :IntegrationResourceGroupName, :MakeExtList, :SameSelfWorkflowDependType, :SelfWorkflowDependency, :MakeType, :StatusList, :MakeCheckEventType
|
4852
4858
|
|
4853
|
-
def initialize(projectid=nil, makename=nil, taskidlist=nil, makedatetimelist=nil, projectident=nil, checkparent=nil, checkparenttype=nil, projectname=nil, selfdependence=nil, parallelnum=nil, samecycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, remark=nil, sameselfdependtype=nil, sourcetaskcycle=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroupname=nil, makeextlist=nil, sameselfworkflowdependtype=nil, selfworkflowdependency=nil)
|
4859
|
+
def initialize(projectid=nil, makename=nil, taskidlist=nil, makedatetimelist=nil, projectident=nil, checkparent=nil, checkparenttype=nil, projectname=nil, selfdependence=nil, parallelnum=nil, samecycle=nil, targettaskcycle=nil, targettaskaction=nil, mapparamlist=nil, creatorid=nil, creator=nil, remark=nil, sameselfdependtype=nil, sourcetaskcycle=nil, schedulerresourcegroup=nil, integrationresourcegroup=nil, schedulerresourcegroupname=nil, integrationresourcegroupname=nil, makeextlist=nil, sameselfworkflowdependtype=nil, selfworkflowdependency=nil, maketype=nil, statuslist=nil, makecheckeventtype=nil)
|
4854
4860
|
@ProjectId = projectid
|
4855
4861
|
@MakeName = makename
|
4856
4862
|
@TaskIdList = taskidlist
|
@@ -4877,6 +4883,9 @@ module TencentCloud
|
|
4877
4883
|
@MakeExtList = makeextlist
|
4878
4884
|
@SameSelfWorkflowDependType = sameselfworkflowdependtype
|
4879
4885
|
@SelfWorkflowDependency = selfworkflowdependency
|
4886
|
+
@MakeType = maketype
|
4887
|
+
@StatusList = statuslist
|
4888
|
+
@MakeCheckEventType = makecheckeventtype
|
4880
4889
|
end
|
4881
4890
|
|
4882
4891
|
def deserialize(params)
|
@@ -4927,6 +4936,9 @@ module TencentCloud
|
|
4927
4936
|
end
|
4928
4937
|
@SameSelfWorkflowDependType = params['SameSelfWorkflowDependType']
|
4929
4938
|
@SelfWorkflowDependency = params['SelfWorkflowDependency']
|
4939
|
+
@MakeType = params['MakeType']
|
4940
|
+
@StatusList = params['StatusList']
|
4941
|
+
@MakeCheckEventType = params['MakeCheckEventType']
|
4930
4942
|
end
|
4931
4943
|
end
|
4932
4944
|
|
@@ -6450,6 +6462,28 @@ module TencentCloud
|
|
6450
6462
|
end
|
6451
6463
|
end
|
6452
6464
|
|
6465
|
+
# 数据库Schema信息
|
6466
|
+
class DatabaseSchemaIInfo < TencentCloud::Common::AbstractModel
|
6467
|
+
# @param SchemaName: schema名称
|
6468
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6469
|
+
# @type SchemaName: String
|
6470
|
+
# @param OriginDatabaseName: 数据库名称
|
6471
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6472
|
+
# @type OriginDatabaseName: String
|
6473
|
+
|
6474
|
+
attr_accessor :SchemaName, :OriginDatabaseName
|
6475
|
+
|
6476
|
+
def initialize(schemaname=nil, origindatabasename=nil)
|
6477
|
+
@SchemaName = schemaname
|
6478
|
+
@OriginDatabaseName = origindatabasename
|
6479
|
+
end
|
6480
|
+
|
6481
|
+
def deserialize(params)
|
6482
|
+
@SchemaName = params['SchemaName']
|
6483
|
+
@OriginDatabaseName = params['OriginDatabaseName']
|
6484
|
+
end
|
6485
|
+
end
|
6486
|
+
|
6453
6487
|
# 数据源对象
|
6454
6488
|
class DatasourceBaseInfo < TencentCloud::Common::AbstractModel
|
6455
6489
|
# @param DatabaseNames: 若数据源列表为绑定数据库,则为db名称
|
@@ -12600,6 +12634,102 @@ module TencentCloud
|
|
12600
12634
|
end
|
12601
12635
|
end
|
12602
12636
|
|
12637
|
+
# DescribeRealViewSchemaPage请求参数结构体
|
12638
|
+
class DescribeRealViewSchemaPageRequest < TencentCloud::Common::AbstractModel
|
12639
|
+
# @param PageNumber: 页码
|
12640
|
+
# @type PageNumber: Integer
|
12641
|
+
# @param PageSize: 每页记录数
|
12642
|
+
# @type PageSize: Integer
|
12643
|
+
# @param DatabaseName: 数据库名称
|
12644
|
+
# @type DatabaseName: String
|
12645
|
+
# @param DatasourceId: 数据源id
|
12646
|
+
# @type DatasourceId: String
|
12647
|
+
# @param DataSourceType: 数据type
|
12648
|
+
# @type DataSourceType: String
|
12649
|
+
# @param ProjectId: 项目id
|
12650
|
+
# @type ProjectId: String
|
12651
|
+
# @param Env: 环境信息
|
12652
|
+
# @type Env: String
|
12653
|
+
# @param Model: 项目model
|
12654
|
+
# @type Model: String
|
12655
|
+
# @param DevDatasourceId: dev的数据源Id
|
12656
|
+
# @type DevDatasourceId: String
|
12657
|
+
# @param Keyword: 过滤字段
|
12658
|
+
# @type Keyword: String
|
12659
|
+
|
12660
|
+
attr_accessor :PageNumber, :PageSize, :DatabaseName, :DatasourceId, :DataSourceType, :ProjectId, :Env, :Model, :DevDatasourceId, :Keyword
|
12661
|
+
|
12662
|
+
def initialize(pagenumber=nil, pagesize=nil, databasename=nil, datasourceid=nil, datasourcetype=nil, projectid=nil, env=nil, model=nil, devdatasourceid=nil, keyword=nil)
|
12663
|
+
@PageNumber = pagenumber
|
12664
|
+
@PageSize = pagesize
|
12665
|
+
@DatabaseName = databasename
|
12666
|
+
@DatasourceId = datasourceid
|
12667
|
+
@DataSourceType = datasourcetype
|
12668
|
+
@ProjectId = projectid
|
12669
|
+
@Env = env
|
12670
|
+
@Model = model
|
12671
|
+
@DevDatasourceId = devdatasourceid
|
12672
|
+
@Keyword = keyword
|
12673
|
+
end
|
12674
|
+
|
12675
|
+
def deserialize(params)
|
12676
|
+
@PageNumber = params['PageNumber']
|
12677
|
+
@PageSize = params['PageSize']
|
12678
|
+
@DatabaseName = params['DatabaseName']
|
12679
|
+
@DatasourceId = params['DatasourceId']
|
12680
|
+
@DataSourceType = params['DataSourceType']
|
12681
|
+
@ProjectId = params['ProjectId']
|
12682
|
+
@Env = params['Env']
|
12683
|
+
@Model = params['Model']
|
12684
|
+
@DevDatasourceId = params['DevDatasourceId']
|
12685
|
+
@Keyword = params['Keyword']
|
12686
|
+
end
|
12687
|
+
end
|
12688
|
+
|
12689
|
+
# DescribeRealViewSchemaPage返回参数结构体
|
12690
|
+
class DescribeRealViewSchemaPageResponse < TencentCloud::Common::AbstractModel
|
12691
|
+
# @param Items: 数据库schema信息列表
|
12692
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12693
|
+
# @type Items: Array
|
12694
|
+
# @param PageNumber: 页码
|
12695
|
+
# @type PageNumber: Integer
|
12696
|
+
# @param PageSize: 每页记录数
|
12697
|
+
# @type PageSize: Integer
|
12698
|
+
# @param TotalCount: 总记录数
|
12699
|
+
# @type TotalCount: Integer
|
12700
|
+
# @param TotalPage: 总页数
|
12701
|
+
# @type TotalPage: Integer
|
12702
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12703
|
+
# @type RequestId: String
|
12704
|
+
|
12705
|
+
attr_accessor :Items, :PageNumber, :PageSize, :TotalCount, :TotalPage, :RequestId
|
12706
|
+
|
12707
|
+
def initialize(items=nil, pagenumber=nil, pagesize=nil, totalcount=nil, totalpage=nil, requestid=nil)
|
12708
|
+
@Items = items
|
12709
|
+
@PageNumber = pagenumber
|
12710
|
+
@PageSize = pagesize
|
12711
|
+
@TotalCount = totalcount
|
12712
|
+
@TotalPage = totalpage
|
12713
|
+
@RequestId = requestid
|
12714
|
+
end
|
12715
|
+
|
12716
|
+
def deserialize(params)
|
12717
|
+
unless params['Items'].nil?
|
12718
|
+
@Items = []
|
12719
|
+
params['Items'].each do |i|
|
12720
|
+
databaseschemaiinfo_tmp = DatabaseSchemaIInfo.new
|
12721
|
+
databaseschemaiinfo_tmp.deserialize(i)
|
12722
|
+
@Items << databaseschemaiinfo_tmp
|
12723
|
+
end
|
12724
|
+
end
|
12725
|
+
@PageNumber = params['PageNumber']
|
12726
|
+
@PageSize = params['PageSize']
|
12727
|
+
@TotalCount = params['TotalCount']
|
12728
|
+
@TotalPage = params['TotalPage']
|
12729
|
+
@RequestId = params['RequestId']
|
12730
|
+
end
|
12731
|
+
end
|
12732
|
+
|
12603
12733
|
# DescribeReportTaskDetail请求参数结构体
|
12604
12734
|
class DescribeReportTaskDetailRequest < TencentCloud::Common::AbstractModel
|
12605
12735
|
# @param TenantId: 租户id
|
@@ -16903,10 +17033,14 @@ module TencentCloud
|
|
16903
17033
|
# @type ParseErrorTip: Boolean
|
16904
17034
|
# @param FileType: log 0 code 1 result 2 custo 3
|
16905
17035
|
# @type FileType: Integer
|
17036
|
+
# @param QueryFileFlag: 查询文件标志:0: 从执行机获取,1: 从cos获取,获取不到会再从执行机获取
|
17037
|
+
# @type QueryFileFlag: Integer
|
17038
|
+
# @param ExtInfo: 透传字段,如果queryFileFlag为1,则ext回作为上一页的分页标识offset
|
17039
|
+
# @type ExtInfo: String
|
16906
17040
|
|
16907
|
-
attr_accessor :StartLine, :LineCount, :ProjectId, :TaskId, :CurRunDate, :DetailId, :FilePath, :RecordId, :SubJobId, :JobType, :ParseErrorTip, :FileType
|
17041
|
+
attr_accessor :StartLine, :LineCount, :ProjectId, :TaskId, :CurRunDate, :DetailId, :FilePath, :RecordId, :SubJobId, :JobType, :ParseErrorTip, :FileType, :QueryFileFlag, :ExtInfo
|
16908
17042
|
|
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)
|
17043
|
+
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, queryfileflag=nil, extinfo=nil)
|
16910
17044
|
@StartLine = startline
|
16911
17045
|
@LineCount = linecount
|
16912
17046
|
@ProjectId = projectid
|
@@ -16919,6 +17053,8 @@ module TencentCloud
|
|
16919
17053
|
@JobType = jobtype
|
16920
17054
|
@ParseErrorTip = parseerrortip
|
16921
17055
|
@FileType = filetype
|
17056
|
+
@QueryFileFlag = queryfileflag
|
17057
|
+
@ExtInfo = extinfo
|
16922
17058
|
end
|
16923
17059
|
|
16924
17060
|
def deserialize(params)
|
@@ -16934,6 +17070,8 @@ module TencentCloud
|
|
16934
17070
|
@JobType = params['JobType']
|
16935
17071
|
@ParseErrorTip = params['ParseErrorTip']
|
16936
17072
|
@FileType = params['FileType']
|
17073
|
+
@QueryFileFlag = params['QueryFileFlag']
|
17074
|
+
@ExtInfo = params['ExtInfo']
|
16937
17075
|
end
|
16938
17076
|
end
|
16939
17077
|
|
@@ -18156,6 +18294,33 @@ module TencentCloud
|
|
18156
18294
|
end
|
18157
18295
|
end
|
18158
18296
|
|
18297
|
+
# key-value 键值对
|
18298
|
+
class ExtensionInfoVO < TencentCloud::Common::AbstractModel
|
18299
|
+
# @param Key: key
|
18300
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18301
|
+
# @type Key: String
|
18302
|
+
# @param Value: value
|
18303
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18304
|
+
# @type Value: String
|
18305
|
+
# @param Description: 描述
|
18306
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18307
|
+
# @type Description: String
|
18308
|
+
|
18309
|
+
attr_accessor :Key, :Value, :Description
|
18310
|
+
|
18311
|
+
def initialize(key=nil, value=nil, description=nil)
|
18312
|
+
@Key = key
|
18313
|
+
@Value = value
|
18314
|
+
@Description = description
|
18315
|
+
end
|
18316
|
+
|
18317
|
+
def deserialize(params)
|
18318
|
+
@Key = params['Key']
|
18319
|
+
@Value = params['Value']
|
18320
|
+
@Description = params['Description']
|
18321
|
+
end
|
18322
|
+
end
|
18323
|
+
|
18159
18324
|
# 错误处理结果信息
|
18160
18325
|
class FailMessage < TencentCloud::Common::AbstractModel
|
18161
18326
|
# @param Key: 数据唯一标识
|
@@ -20137,10 +20302,16 @@ module TencentCloud
|
|
20137
20302
|
# @param JobLogErrorTip: 日志sql错误信息,包含行列信息
|
20138
20303
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20139
20304
|
# @type JobLogErrorTip: :class:`Tencentcloud::Wedata.v20210820.models.JobLogErrorTip`
|
20305
|
+
# @param ExecutionExtendedProps: 执行实例的扩展属性
|
20306
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20307
|
+
# @type ExecutionExtendedProps: Array
|
20308
|
+
# @param ExtInfo: 如果queryFileFlag为1,则ext返回当前页数据的结束行信息,下一页把这个extInfo透传过来
|
20309
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
20310
|
+
# @type ExtInfo: String
|
20140
20311
|
|
20141
|
-
attr_accessor :Count, :Content, :Over, :InstanceState, :InstanceId, :TaskId, :WorkerType, :JobLogErrorTip
|
20312
|
+
attr_accessor :Count, :Content, :Over, :InstanceState, :InstanceId, :TaskId, :WorkerType, :JobLogErrorTip, :ExecutionExtendedProps, :ExtInfo
|
20142
20313
|
|
20143
|
-
def initialize(count=nil, content=nil, over=nil, instancestate=nil, instanceid=nil, taskid=nil, workertype=nil, joblogerrortip=nil)
|
20314
|
+
def initialize(count=nil, content=nil, over=nil, instancestate=nil, instanceid=nil, taskid=nil, workertype=nil, joblogerrortip=nil, executionextendedprops=nil, extinfo=nil)
|
20144
20315
|
@Count = count
|
20145
20316
|
@Content = content
|
20146
20317
|
@Over = over
|
@@ -20149,6 +20320,8 @@ module TencentCloud
|
|
20149
20320
|
@TaskId = taskid
|
20150
20321
|
@WorkerType = workertype
|
20151
20322
|
@JobLogErrorTip = joblogerrortip
|
20323
|
+
@ExecutionExtendedProps = executionextendedprops
|
20324
|
+
@ExtInfo = extinfo
|
20152
20325
|
end
|
20153
20326
|
|
20154
20327
|
def deserialize(params)
|
@@ -20163,6 +20336,15 @@ module TencentCloud
|
|
20163
20336
|
@JobLogErrorTip = JobLogErrorTip.new
|
20164
20337
|
@JobLogErrorTip.deserialize(params['JobLogErrorTip'])
|
20165
20338
|
end
|
20339
|
+
unless params['ExecutionExtendedProps'].nil?
|
20340
|
+
@ExecutionExtendedProps = []
|
20341
|
+
params['ExecutionExtendedProps'].each do |i|
|
20342
|
+
extensioninfovo_tmp = ExtensionInfoVO.new
|
20343
|
+
extensioninfovo_tmp.deserialize(i)
|
20344
|
+
@ExecutionExtendedProps << extensioninfovo_tmp
|
20345
|
+
end
|
20346
|
+
end
|
20347
|
+
@ExtInfo = params['ExtInfo']
|
20166
20348
|
end
|
20167
20349
|
end
|
20168
20350
|
|
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.1069
|
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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|