tencentcloud-sdk-wedata 3.0.937 → 3.0.939
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +369 -58
- 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: 20b8439eb6976c92a8183ce9f2f851eef687def1
|
4
|
+
data.tar.gz: f342b7ea8605e259e0c60ab9fa83989e625d2258
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8caf6435715d0e15b7c9fde289dad3dde118f422d9895516d7c274c6c0f38c2b654106f12473ae92d99a8cfc6d2f6ffe5412a9434a0a555b06641c946d142eff
|
7
|
+
data.tar.gz: 341ef1b4333983e0d47784dd14d0f4aeccc3059bc3846b05d44c1b384ced00f38c2b08257bb25579e37ee1c43220e906311513889f7826a2c529d234cba9802b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
data/lib/v20210820/models.rb
CHANGED
@@ -2229,8 +2229,8 @@ module TencentCloud
|
|
2229
2229
|
|
2230
2230
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
2231
2231
|
extend Gem::Deprecate
|
2232
|
-
deprecate :TaskId, :none, 2024,
|
2233
|
-
deprecate :TaskId=, :none, 2024,
|
2232
|
+
deprecate :TaskId, :none, 2024, 11
|
2233
|
+
deprecate :TaskId=, :none, 2024, 11
|
2234
2234
|
|
2235
2235
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
2236
2236
|
@ProjectId = projectid
|
@@ -5353,10 +5353,28 @@ module TencentCloud
|
|
5353
5353
|
# @param CreateTime: 创建时间
|
5354
5354
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5355
5355
|
# @type CreateTime: String
|
5356
|
+
# @param TableCount: 总表数
|
5357
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5358
|
+
# @type TableCount: Integer
|
5359
|
+
# @param DatasourceList: 数据源信息
|
5360
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5361
|
+
# @type DatasourceList: Array
|
5362
|
+
# @param CollectJobId: 采集任务id
|
5363
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5364
|
+
# @type CollectJobId: String
|
5365
|
+
# @param CollectJobName: 采集任务名称
|
5366
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5367
|
+
# @type CollectJobName: String
|
5368
|
+
# @param ClusterId: 引擎id
|
5369
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5370
|
+
# @type ClusterId: String
|
5371
|
+
# @param ClusterName: 引擎名称
|
5372
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5373
|
+
# @type ClusterName: String
|
5356
5374
|
|
5357
|
-
attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime
|
5375
|
+
attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime, :TableCount, :DatasourceList, :CollectJobId, :CollectJobName, :ClusterId, :ClusterName
|
5358
5376
|
|
5359
|
-
def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil)
|
5377
|
+
def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil, tablecount=nil, datasourcelist=nil, collectjobid=nil, collectjobname=nil, clusterid=nil, clustername=nil)
|
5360
5378
|
@ProjectId = projectid
|
5361
5379
|
@MetastoreType = metastoretype
|
5362
5380
|
@DatasourceName = datasourcename
|
@@ -5376,6 +5394,12 @@ module TencentCloud
|
|
5376
5394
|
@StorageSize = storagesize
|
5377
5395
|
@StorageSizeWithUnit = storagesizewithunit
|
5378
5396
|
@CreateTime = createtime
|
5397
|
+
@TableCount = tablecount
|
5398
|
+
@DatasourceList = datasourcelist
|
5399
|
+
@CollectJobId = collectjobid
|
5400
|
+
@CollectJobName = collectjobname
|
5401
|
+
@ClusterId = clusterid
|
5402
|
+
@ClusterName = clustername
|
5379
5403
|
end
|
5380
5404
|
|
5381
5405
|
def deserialize(params)
|
@@ -5398,6 +5422,19 @@ module TencentCloud
|
|
5398
5422
|
@StorageSize = params['StorageSize']
|
5399
5423
|
@StorageSizeWithUnit = params['StorageSizeWithUnit']
|
5400
5424
|
@CreateTime = params['CreateTime']
|
5425
|
+
@TableCount = params['TableCount']
|
5426
|
+
unless params['DatasourceList'].nil?
|
5427
|
+
@DatasourceList = []
|
5428
|
+
params['DatasourceList'].each do |i|
|
5429
|
+
govdatasourceinfo_tmp = GovDatasourceInfo.new
|
5430
|
+
govdatasourceinfo_tmp.deserialize(i)
|
5431
|
+
@DatasourceList << govdatasourceinfo_tmp
|
5432
|
+
end
|
5433
|
+
end
|
5434
|
+
@CollectJobId = params['CollectJobId']
|
5435
|
+
@CollectJobName = params['CollectJobName']
|
5436
|
+
@ClusterId = params['ClusterId']
|
5437
|
+
@ClusterName = params['ClusterName']
|
5401
5438
|
end
|
5402
5439
|
end
|
5403
5440
|
|
@@ -8438,12 +8475,12 @@ module TencentCloud
|
|
8438
8475
|
|
8439
8476
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
8440
8477
|
extend Gem::Deprecate
|
8441
|
-
deprecate :EventType, :none, 2024,
|
8442
|
-
deprecate :EventType=, :none, 2024,
|
8443
|
-
deprecate :EventBroadcastType, :none, 2024,
|
8444
|
-
deprecate :EventBroadcastType=, :none, 2024,
|
8445
|
-
deprecate :Status, :none, 2024,
|
8446
|
-
deprecate :Status=, :none, 2024,
|
8478
|
+
deprecate :EventType, :none, 2024, 11
|
8479
|
+
deprecate :EventType=, :none, 2024, 11
|
8480
|
+
deprecate :EventBroadcastType, :none, 2024, 11
|
8481
|
+
deprecate :EventBroadcastType=, :none, 2024, 11
|
8482
|
+
deprecate :Status, :none, 2024, 11
|
8483
|
+
deprecate :Status=, :none, 2024, 11
|
8447
8484
|
|
8448
8485
|
def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil, timetolive=nil, sortitem=nil, sorttype=nil)
|
8449
8486
|
@ProjectId = projectid
|
@@ -9096,6 +9133,12 @@ module TencentCloud
|
|
9096
9133
|
# @type TaskId: String
|
9097
9134
|
# @param CurRunDate: 数据时间
|
9098
9135
|
# @type CurRunDate: String
|
9136
|
+
# @param LogLevelType: 日志级别,Info/Debug/Warn/Error/All
|
9137
|
+
# @type LogLevelType: String
|
9138
|
+
# @param ExecutionFileType: 文件类型,Log/Code
|
9139
|
+
# @type ExecutionFileType: String
|
9140
|
+
# @param ExecutionJobId: 统一执行平台执行id
|
9141
|
+
# @type ExecutionJobId: String
|
9099
9142
|
# @param BrokerIp: 服务器Ip
|
9100
9143
|
# @type BrokerIp: String
|
9101
9144
|
# @param OriginFileName: 文件Name
|
@@ -9104,27 +9147,41 @@ module TencentCloud
|
|
9104
9147
|
# @type StartCount: Integer
|
9105
9148
|
# @param LineCount: 每次查询行数
|
9106
9149
|
# @type LineCount: Integer
|
9150
|
+
# @param ExtInfo: 查询日志扩展信息,通过统一执行平台接口分页查询日志时需要带上,第一页时为null
|
9151
|
+
# @type ExtInfo: String
|
9152
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
9153
|
+
# @type RequestFromSource: String
|
9107
9154
|
|
9108
|
-
attr_accessor :ProjectId, :TaskId, :CurRunDate, :BrokerIp, :OriginFileName, :StartCount, :LineCount
|
9155
|
+
attr_accessor :ProjectId, :TaskId, :CurRunDate, :LogLevelType, :ExecutionFileType, :ExecutionJobId, :BrokerIp, :OriginFileName, :StartCount, :LineCount, :ExtInfo, :RequestFromSource
|
9109
9156
|
|
9110
|
-
def initialize(projectid=nil, taskid=nil, currundate=nil, brokerip=nil, originfilename=nil, startcount=nil, linecount=nil)
|
9157
|
+
def initialize(projectid=nil, taskid=nil, currundate=nil, logleveltype=nil, executionfiletype=nil, executionjobid=nil, brokerip=nil, originfilename=nil, startcount=nil, linecount=nil, extinfo=nil, requestfromsource=nil)
|
9111
9158
|
@ProjectId = projectid
|
9112
9159
|
@TaskId = taskid
|
9113
9160
|
@CurRunDate = currundate
|
9161
|
+
@LogLevelType = logleveltype
|
9162
|
+
@ExecutionFileType = executionfiletype
|
9163
|
+
@ExecutionJobId = executionjobid
|
9114
9164
|
@BrokerIp = brokerip
|
9115
9165
|
@OriginFileName = originfilename
|
9116
9166
|
@StartCount = startcount
|
9117
9167
|
@LineCount = linecount
|
9168
|
+
@ExtInfo = extinfo
|
9169
|
+
@RequestFromSource = requestfromsource
|
9118
9170
|
end
|
9119
9171
|
|
9120
9172
|
def deserialize(params)
|
9121
9173
|
@ProjectId = params['ProjectId']
|
9122
9174
|
@TaskId = params['TaskId']
|
9123
9175
|
@CurRunDate = params['CurRunDate']
|
9176
|
+
@LogLevelType = params['LogLevelType']
|
9177
|
+
@ExecutionFileType = params['ExecutionFileType']
|
9178
|
+
@ExecutionJobId = params['ExecutionJobId']
|
9124
9179
|
@BrokerIp = params['BrokerIp']
|
9125
9180
|
@OriginFileName = params['OriginFileName']
|
9126
9181
|
@StartCount = params['StartCount']
|
9127
9182
|
@LineCount = params['LineCount']
|
9183
|
+
@ExtInfo = params['ExtInfo']
|
9184
|
+
@RequestFromSource = params['RequestFromSource']
|
9128
9185
|
end
|
9129
9186
|
end
|
9130
9187
|
|
@@ -9160,27 +9217,43 @@ module TencentCloud
|
|
9160
9217
|
# @type TaskId: String
|
9161
9218
|
# @param CurRunDate: 实例数据时间
|
9162
9219
|
# @type CurRunDate: String
|
9220
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
9221
|
+
# @type RequestFromSource: String
|
9163
9222
|
# @param BrokerIp: 执行机IP
|
9164
9223
|
# @type BrokerIp: String
|
9165
9224
|
# @param OriginFileName: 日志文件名
|
9166
9225
|
# @type OriginFileName: String
|
9226
|
+
# @param ExecutionJobId: 执行平台下发执行id
|
9227
|
+
# @type ExecutionJobId: String
|
9228
|
+
# @param LogLevelType: 日志级别,Info/Debug/Warn/Error/All
|
9229
|
+
# @type LogLevelType: String
|
9230
|
+
# @param ExecutionFileType: 文件类型,Log/Code
|
9231
|
+
# @type ExecutionFileType: String
|
9167
9232
|
|
9168
|
-
attr_accessor :ProjectId, :TaskId, :CurRunDate, :BrokerIp, :OriginFileName
|
9233
|
+
attr_accessor :ProjectId, :TaskId, :CurRunDate, :RequestFromSource, :BrokerIp, :OriginFileName, :ExecutionJobId, :LogLevelType, :ExecutionFileType
|
9169
9234
|
|
9170
|
-
def initialize(projectid=nil, taskid=nil, currundate=nil, brokerip=nil, originfilename=nil)
|
9235
|
+
def initialize(projectid=nil, taskid=nil, currundate=nil, requestfromsource=nil, brokerip=nil, originfilename=nil, executionjobid=nil, logleveltype=nil, executionfiletype=nil)
|
9171
9236
|
@ProjectId = projectid
|
9172
9237
|
@TaskId = taskid
|
9173
9238
|
@CurRunDate = currundate
|
9239
|
+
@RequestFromSource = requestfromsource
|
9174
9240
|
@BrokerIp = brokerip
|
9175
9241
|
@OriginFileName = originfilename
|
9242
|
+
@ExecutionJobId = executionjobid
|
9243
|
+
@LogLevelType = logleveltype
|
9244
|
+
@ExecutionFileType = executionfiletype
|
9176
9245
|
end
|
9177
9246
|
|
9178
9247
|
def deserialize(params)
|
9179
9248
|
@ProjectId = params['ProjectId']
|
9180
9249
|
@TaskId = params['TaskId']
|
9181
9250
|
@CurRunDate = params['CurRunDate']
|
9251
|
+
@RequestFromSource = params['RequestFromSource']
|
9182
9252
|
@BrokerIp = params['BrokerIp']
|
9183
9253
|
@OriginFileName = params['OriginFileName']
|
9254
|
+
@ExecutionJobId = params['ExecutionJobId']
|
9255
|
+
@LogLevelType = params['LogLevelType']
|
9256
|
+
@ExecutionFileType = params['ExecutionFileType']
|
9184
9257
|
end
|
9185
9258
|
end
|
9186
9259
|
|
@@ -10432,9 +10505,9 @@ module TencentCloud
|
|
10432
10505
|
# 简单模式:ALL
|
10433
10506
|
# @type EnvType: String
|
10434
10507
|
# @param Filters: 过滤条件
|
10435
|
-
# @type Filters:
|
10508
|
+
# @type Filters: Array
|
10436
10509
|
# @param OrderFields: 排序条件
|
10437
|
-
# @type OrderFields:
|
10510
|
+
# @type OrderFields: Array
|
10438
10511
|
|
10439
10512
|
attr_accessor :Type, :ProjectId, :Name, :DisplayName, :EnvType, :Filters, :OrderFields
|
10440
10513
|
|
@@ -10455,12 +10528,20 @@ module TencentCloud
|
|
10455
10528
|
@DisplayName = params['DisplayName']
|
10456
10529
|
@EnvType = params['EnvType']
|
10457
10530
|
unless params['Filters'].nil?
|
10458
|
-
@Filters =
|
10459
|
-
|
10531
|
+
@Filters = []
|
10532
|
+
params['Filters'].each do |i|
|
10533
|
+
filter_tmp = Filter.new
|
10534
|
+
filter_tmp.deserialize(i)
|
10535
|
+
@Filters << filter_tmp
|
10536
|
+
end
|
10460
10537
|
end
|
10461
10538
|
unless params['OrderFields'].nil?
|
10462
|
-
@OrderFields =
|
10463
|
-
|
10539
|
+
@OrderFields = []
|
10540
|
+
params['OrderFields'].each do |i|
|
10541
|
+
orderfield_tmp = OrderField.new
|
10542
|
+
orderfield_tmp.deserialize(i)
|
10543
|
+
@OrderFields << orderfield_tmp
|
10544
|
+
end
|
10464
10545
|
end
|
10465
10546
|
end
|
10466
10547
|
end
|
@@ -11981,6 +12062,8 @@ module TencentCloud
|
|
11981
12062
|
|
11982
12063
|
# DescribeScheduleInstances请求参数结构体
|
11983
12064
|
class DescribeScheduleInstancesRequest < TencentCloud::Common::AbstractModel
|
12065
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
12066
|
+
# @type RequestFromSource: String
|
11984
12067
|
# @param Instances: 实例列表
|
11985
12068
|
# @type Instances: Array
|
11986
12069
|
# @param CheckFather: 检查父任务类型, true: 检查父任务; false: 不检查父任务
|
@@ -12017,10 +12100,13 @@ module TencentCloud
|
|
12017
12100
|
# @type RequestBaseInfo: :class:`Tencentcloud::Wedata.v20210820.models.ProjectBaseInfoOpsRequest`
|
12018
12101
|
# @param IsCount: 是否计算总数
|
12019
12102
|
# @type IsCount: Boolean
|
12103
|
+
# @param ProjectIds: 项目ID列表,用于多项目实例列表筛选,请注意,该字段传入时 ProjectId 字段也必须传,且传入的 ProjectIds 中的项目ID必须是当前用户有权限的项目ID,否则会由于权限校验失败报错
|
12104
|
+
# @type ProjectIds: Array
|
12020
12105
|
|
12021
|
-
attr_accessor :Instances, :CheckFather, :RerunType, :DependentWay, :SkipEventListening, :SonInstanceType, :SearchCondition, :OptType, :OperatorName, :OperatorId, :ProjectId, :ProjectIdent, :ProjectName, :PageIndex, :PageSize, :Count, :RequestBaseInfo, :IsCount
|
12106
|
+
attr_accessor :RequestFromSource, :Instances, :CheckFather, :RerunType, :DependentWay, :SkipEventListening, :SonInstanceType, :SearchCondition, :OptType, :OperatorName, :OperatorId, :ProjectId, :ProjectIdent, :ProjectName, :PageIndex, :PageSize, :Count, :RequestBaseInfo, :IsCount, :ProjectIds
|
12022
12107
|
|
12023
|
-
def initialize(instances=nil, checkfather=nil, reruntype=nil, dependentway=nil, skipeventlistening=nil, soninstancetype=nil, searchcondition=nil, opttype=nil, operatorname=nil, operatorid=nil, projectid=nil, projectident=nil, projectname=nil, pageindex=nil, pagesize=nil, count=nil, requestbaseinfo=nil, iscount=nil)
|
12108
|
+
def initialize(requestfromsource=nil, instances=nil, checkfather=nil, reruntype=nil, dependentway=nil, skipeventlistening=nil, soninstancetype=nil, searchcondition=nil, opttype=nil, operatorname=nil, operatorid=nil, projectid=nil, projectident=nil, projectname=nil, pageindex=nil, pagesize=nil, count=nil, requestbaseinfo=nil, iscount=nil, projectids=nil)
|
12109
|
+
@RequestFromSource = requestfromsource
|
12024
12110
|
@Instances = instances
|
12025
12111
|
@CheckFather = checkfather
|
12026
12112
|
@RerunType = reruntype
|
@@ -12039,9 +12125,11 @@ module TencentCloud
|
|
12039
12125
|
@Count = count
|
12040
12126
|
@RequestBaseInfo = requestbaseinfo
|
12041
12127
|
@IsCount = iscount
|
12128
|
+
@ProjectIds = projectids
|
12042
12129
|
end
|
12043
12130
|
|
12044
12131
|
def deserialize(params)
|
12132
|
+
@RequestFromSource = params['RequestFromSource']
|
12045
12133
|
unless params['Instances'].nil?
|
12046
12134
|
@Instances = []
|
12047
12135
|
params['Instances'].each do |i|
|
@@ -12073,24 +12161,30 @@ module TencentCloud
|
|
12073
12161
|
@RequestBaseInfo.deserialize(params['RequestBaseInfo'])
|
12074
12162
|
end
|
12075
12163
|
@IsCount = params['IsCount']
|
12164
|
+
@ProjectIds = params['ProjectIds']
|
12076
12165
|
end
|
12077
12166
|
end
|
12078
12167
|
|
12079
12168
|
# DescribeScheduleInstances返回参数结构体
|
12080
12169
|
class DescribeScheduleInstancesResponse < TencentCloud::Common::AbstractModel
|
12170
|
+
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
12171
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12172
|
+
# @type RequestFromSource: String
|
12081
12173
|
# @param Data: 实例结果集
|
12082
12174
|
# @type Data: :class:`Tencentcloud::Wedata.v20210820.models.CollectionInstanceOpsDto`
|
12083
12175
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12084
12176
|
# @type RequestId: String
|
12085
12177
|
|
12086
|
-
attr_accessor :Data, :RequestId
|
12178
|
+
attr_accessor :RequestFromSource, :Data, :RequestId
|
12087
12179
|
|
12088
|
-
def initialize(data=nil, requestid=nil)
|
12180
|
+
def initialize(requestfromsource=nil, data=nil, requestid=nil)
|
12181
|
+
@RequestFromSource = requestfromsource
|
12089
12182
|
@Data = data
|
12090
12183
|
@RequestId = requestid
|
12091
12184
|
end
|
12092
12185
|
|
12093
12186
|
def deserialize(params)
|
12187
|
+
@RequestFromSource = params['RequestFromSource']
|
12094
12188
|
unless params['Data'].nil?
|
12095
12189
|
@Data = CollectionInstanceOpsDto.new
|
12096
12190
|
@Data.deserialize(params['Data'])
|
@@ -14408,8 +14502,8 @@ module TencentCloud
|
|
14408
14502
|
|
14409
14503
|
attr_accessor :DimType, :Count, :QualityDim
|
14410
14504
|
extend Gem::Deprecate
|
14411
|
-
deprecate :DimType, :none, 2024,
|
14412
|
-
deprecate :DimType=, :none, 2024,
|
14505
|
+
deprecate :DimType, :none, 2024, 11
|
14506
|
+
deprecate :DimType=, :none, 2024, 11
|
14413
14507
|
|
14414
14508
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
14415
14509
|
@DimType = dimtype
|
@@ -16239,15 +16333,18 @@ module TencentCloud
|
|
16239
16333
|
# @type BucketName: String
|
16240
16334
|
# @param RemotePath: 远程地址
|
16241
16335
|
# @type RemotePath: String
|
16336
|
+
# @param RemoteRegion: 地域
|
16337
|
+
# @type RemoteRegion: String
|
16242
16338
|
|
16243
|
-
attr_accessor :ProjectId, :OriginDomain, :CrossFlag, :BucketName, :RemotePath
|
16339
|
+
attr_accessor :ProjectId, :OriginDomain, :CrossFlag, :BucketName, :RemotePath, :RemoteRegion
|
16244
16340
|
|
16245
|
-
def initialize(projectid=nil, origindomain=nil, crossflag=nil, bucketname=nil, remotepath=nil)
|
16341
|
+
def initialize(projectid=nil, origindomain=nil, crossflag=nil, bucketname=nil, remotepath=nil, remoteregion=nil)
|
16246
16342
|
@ProjectId = projectid
|
16247
16343
|
@OriginDomain = origindomain
|
16248
16344
|
@CrossFlag = crossflag
|
16249
16345
|
@BucketName = bucketname
|
16250
16346
|
@RemotePath = remotepath
|
16347
|
+
@RemoteRegion = remoteregion
|
16251
16348
|
end
|
16252
16349
|
|
16253
16350
|
def deserialize(params)
|
@@ -16256,6 +16353,7 @@ module TencentCloud
|
|
16256
16353
|
@CrossFlag = params['CrossFlag']
|
16257
16354
|
@BucketName = params['BucketName']
|
16258
16355
|
@RemotePath = params['RemotePath']
|
16356
|
+
@RemoteRegion = params['RemoteRegion']
|
16259
16357
|
end
|
16260
16358
|
end
|
16261
16359
|
|
@@ -16515,6 +16613,43 @@ module TencentCloud
|
|
16515
16613
|
end
|
16516
16614
|
end
|
16517
16615
|
|
16616
|
+
# 数据源信息
|
16617
|
+
class GovDatasourceInfo < TencentCloud::Common::AbstractModel
|
16618
|
+
# @param DatasourceId: 数据源id
|
16619
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16620
|
+
# @type DatasourceId: String
|
16621
|
+
# @param DatasourceName: 数据源名称
|
16622
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16623
|
+
# @type DatasourceName: String
|
16624
|
+
# @param DatasourceClusterId: 数据源集群ID
|
16625
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16626
|
+
# @type DatasourceClusterId: String
|
16627
|
+
# @param DatasourceUrn: 数据源urn
|
16628
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16629
|
+
# @type DatasourceUrn: String
|
16630
|
+
# @param DatasourceEnv: 数据源环境
|
16631
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16632
|
+
# @type DatasourceEnv: String
|
16633
|
+
|
16634
|
+
attr_accessor :DatasourceId, :DatasourceName, :DatasourceClusterId, :DatasourceUrn, :DatasourceEnv
|
16635
|
+
|
16636
|
+
def initialize(datasourceid=nil, datasourcename=nil, datasourceclusterid=nil, datasourceurn=nil, datasourceenv=nil)
|
16637
|
+
@DatasourceId = datasourceid
|
16638
|
+
@DatasourceName = datasourcename
|
16639
|
+
@DatasourceClusterId = datasourceclusterid
|
16640
|
+
@DatasourceUrn = datasourceurn
|
16641
|
+
@DatasourceEnv = datasourceenv
|
16642
|
+
end
|
16643
|
+
|
16644
|
+
def deserialize(params)
|
16645
|
+
@DatasourceId = params['DatasourceId']
|
16646
|
+
@DatasourceName = params['DatasourceName']
|
16647
|
+
@DatasourceClusterId = params['DatasourceClusterId']
|
16648
|
+
@DatasourceUrn = params['DatasourceUrn']
|
16649
|
+
@DatasourceEnv = params['DatasourceEnv']
|
16650
|
+
end
|
16651
|
+
end
|
16652
|
+
|
16518
16653
|
# 实例查询类型
|
16519
16654
|
class InstanceApiOpsRequest < TencentCloud::Common::AbstractModel
|
16520
16655
|
# @param Instance: 单个查询条件
|
@@ -16579,10 +16714,12 @@ module TencentCloud
|
|
16579
16714
|
# @type DataTimeCycle: String
|
16580
16715
|
# @param ExecutorGroupIdList: 资源组id,多个资源组id用英文逗号分隔
|
16581
16716
|
# @type ExecutorGroupIdList: Array
|
16717
|
+
# @param OnlyRerun: true 只过滤重跑过的实例,false 忽略此过滤条件,结果集过滤条件中不包括是否重跑
|
16718
|
+
# @type OnlyRerun: Boolean
|
16582
16719
|
|
16583
|
-
attr_accessor :Instance, :SortCol, :TaskIdList, :TaskNameList, :FolderList, :Sort, :StateList, :TaskTypeList, :CycleList, :OwnerList, :DateFrom, :DateTo, :CreateTimeFrom, :CreateTimeTo, :StartFrom, :StartTo, :WorkflowIdList, :WorkflowNameList, :Keyword, :SearchColumns, :ProjectId, :Limit, :TaskTypeMap, :InstanceType, :DagDeal, :DagType, :DagDependent, :DagDepth, :TenantId, :DataTimeCycle, :ExecutorGroupIdList
|
16720
|
+
attr_accessor :Instance, :SortCol, :TaskIdList, :TaskNameList, :FolderList, :Sort, :StateList, :TaskTypeList, :CycleList, :OwnerList, :DateFrom, :DateTo, :CreateTimeFrom, :CreateTimeTo, :StartFrom, :StartTo, :WorkflowIdList, :WorkflowNameList, :Keyword, :SearchColumns, :ProjectId, :Limit, :TaskTypeMap, :InstanceType, :DagDeal, :DagType, :DagDependent, :DagDepth, :TenantId, :DataTimeCycle, :ExecutorGroupIdList, :OnlyRerun
|
16584
16721
|
|
16585
|
-
def initialize(instance=nil, sortcol=nil, taskidlist=nil, tasknamelist=nil, folderlist=nil, sort=nil, statelist=nil, tasktypelist=nil, cyclelist=nil, ownerlist=nil, datefrom=nil, dateto=nil, createtimefrom=nil, createtimeto=nil, startfrom=nil, startto=nil, workflowidlist=nil, workflownamelist=nil, keyword=nil, searchcolumns=nil, projectid=nil, limit=nil, tasktypemap=nil, instancetype=nil, dagdeal=nil, dagtype=nil, dagdependent=nil, dagdepth=nil, tenantid=nil, datatimecycle=nil, executorgroupidlist=nil)
|
16722
|
+
def initialize(instance=nil, sortcol=nil, taskidlist=nil, tasknamelist=nil, folderlist=nil, sort=nil, statelist=nil, tasktypelist=nil, cyclelist=nil, ownerlist=nil, datefrom=nil, dateto=nil, createtimefrom=nil, createtimeto=nil, startfrom=nil, startto=nil, workflowidlist=nil, workflownamelist=nil, keyword=nil, searchcolumns=nil, projectid=nil, limit=nil, tasktypemap=nil, instancetype=nil, dagdeal=nil, dagtype=nil, dagdependent=nil, dagdepth=nil, tenantid=nil, datatimecycle=nil, executorgroupidlist=nil, onlyrerun=nil)
|
16586
16723
|
@Instance = instance
|
16587
16724
|
@SortCol = sortcol
|
16588
16725
|
@TaskIdList = taskidlist
|
@@ -16614,6 +16751,7 @@ module TencentCloud
|
|
16614
16751
|
@TenantId = tenantid
|
16615
16752
|
@DataTimeCycle = datatimecycle
|
16616
16753
|
@ExecutorGroupIdList = executorgroupidlist
|
16754
|
+
@OnlyRerun = onlyrerun
|
16617
16755
|
end
|
16618
16756
|
|
16619
16757
|
def deserialize(params)
|
@@ -16658,6 +16796,7 @@ module TencentCloud
|
|
16658
16796
|
@TenantId = params['TenantId']
|
16659
16797
|
@DataTimeCycle = params['DataTimeCycle']
|
16660
16798
|
@ExecutorGroupIdList = params['ExecutorGroupIdList']
|
16799
|
+
@OnlyRerun = params['OnlyRerun']
|
16661
16800
|
end
|
16662
16801
|
end
|
16663
16802
|
|
@@ -16738,10 +16877,19 @@ module TencentCloud
|
|
16738
16877
|
# @param InstanceState: 实例状态
|
16739
16878
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16740
16879
|
# @type InstanceState: String
|
16880
|
+
# @param ScheduleRunType: 调度运行方式, 0: 周期调度, 1: 空跑调度
|
16881
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16882
|
+
# @type ScheduleRunType: Integer
|
16883
|
+
# @param ExecutionJobId: 统一执行平台,下发执行Id
|
16884
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16885
|
+
# @type ExecutionJobId: String
|
16886
|
+
# @param InstanceRunType: 实例运行类型: 0: 普通运行, 1: 空跑运行
|
16887
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16888
|
+
# @type InstanceRunType: Integer
|
16741
16889
|
|
16742
|
-
attr_accessor :TaskId, :CurRunDate, :LifeRound, :RunType, :Tries, :InstanceLifeDetailDtoList, :RunnerState, :ErrorDesc, :ErrorCodeLevel, :InstanceLogListOpsDto, :InstanceState
|
16890
|
+
attr_accessor :TaskId, :CurRunDate, :LifeRound, :RunType, :Tries, :InstanceLifeDetailDtoList, :RunnerState, :ErrorDesc, :ErrorCodeLevel, :InstanceLogListOpsDto, :InstanceState, :ScheduleRunType, :ExecutionJobId, :InstanceRunType
|
16743
16891
|
|
16744
|
-
def initialize(taskid=nil, currundate=nil, liferound=nil, runtype=nil, tries=nil, instancelifedetaildtolist=nil, runnerstate=nil, errordesc=nil, errorcodelevel=nil, instanceloglistopsdto=nil, instancestate=nil)
|
16892
|
+
def initialize(taskid=nil, currundate=nil, liferound=nil, runtype=nil, tries=nil, instancelifedetaildtolist=nil, runnerstate=nil, errordesc=nil, errorcodelevel=nil, instanceloglistopsdto=nil, instancestate=nil, scheduleruntype=nil, executionjobid=nil, instanceruntype=nil)
|
16745
16893
|
@TaskId = taskid
|
16746
16894
|
@CurRunDate = currundate
|
16747
16895
|
@LifeRound = liferound
|
@@ -16753,6 +16901,9 @@ module TencentCloud
|
|
16753
16901
|
@ErrorCodeLevel = errorcodelevel
|
16754
16902
|
@InstanceLogListOpsDto = instanceloglistopsdto
|
16755
16903
|
@InstanceState = instancestate
|
16904
|
+
@ScheduleRunType = scheduleruntype
|
16905
|
+
@ExecutionJobId = executionjobid
|
16906
|
+
@InstanceRunType = instanceruntype
|
16756
16907
|
end
|
16757
16908
|
|
16758
16909
|
def deserialize(params)
|
@@ -16777,6 +16928,9 @@ module TencentCloud
|
|
16777
16928
|
@InstanceLogListOpsDto.deserialize(params['InstanceLogListOpsDto'])
|
16778
16929
|
end
|
16779
16930
|
@InstanceState = params['InstanceState']
|
16931
|
+
@ScheduleRunType = params['ScheduleRunType']
|
16932
|
+
@ExecutionJobId = params['ExecutionJobId']
|
16933
|
+
@InstanceRunType = params['InstanceRunType']
|
16780
16934
|
end
|
16781
16935
|
end
|
16782
16936
|
|
@@ -16928,10 +17082,13 @@ module TencentCloud
|
|
16928
17082
|
# @param ExtensionInfo: 扩展属性
|
16929
17083
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16930
17084
|
# @type ExtensionInfo: Array
|
17085
|
+
# @param ExecutionJobId: 统一执行平台,下发执行Id
|
17086
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17087
|
+
# @type ExecutionJobId: String
|
16931
17088
|
|
16932
|
-
attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus, :CodeFileName, :ExtensionInfo
|
17089
|
+
attr_accessor :TaskId, :CurRunDate, :Tries, :LastUpdate, :BrokerIp, :FileSize, :OriginFileName, :CreateTime, :InstanceLogType, :TaskName, :CostTime, :InstanceStatus, :CodeFileName, :ExtensionInfo, :ExecutionJobId
|
16933
17090
|
|
16934
|
-
def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil, codefilename=nil, extensioninfo=nil)
|
17091
|
+
def initialize(taskid=nil, currundate=nil, tries=nil, lastupdate=nil, brokerip=nil, filesize=nil, originfilename=nil, createtime=nil, instancelogtype=nil, taskname=nil, costtime=nil, instancestatus=nil, codefilename=nil, extensioninfo=nil, executionjobid=nil)
|
16935
17092
|
@TaskId = taskid
|
16936
17093
|
@CurRunDate = currundate
|
16937
17094
|
@Tries = tries
|
@@ -16946,6 +17103,7 @@ module TencentCloud
|
|
16946
17103
|
@InstanceStatus = instancestatus
|
16947
17104
|
@CodeFileName = codefilename
|
16948
17105
|
@ExtensionInfo = extensioninfo
|
17106
|
+
@ExecutionJobId = executionjobid
|
16949
17107
|
end
|
16950
17108
|
|
16951
17109
|
def deserialize(params)
|
@@ -16970,6 +17128,7 @@ module TencentCloud
|
|
16970
17128
|
@ExtensionInfo << attributeitemdto_tmp
|
16971
17129
|
end
|
16972
17130
|
end
|
17131
|
+
@ExecutionJobId = params['ExecutionJobId']
|
16973
17132
|
end
|
16974
17133
|
end
|
16975
17134
|
|
@@ -16993,16 +17152,28 @@ module TencentCloud
|
|
16993
17152
|
# @param LineCount: 日志行数
|
16994
17153
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16995
17154
|
# @type LineCount: Integer
|
17155
|
+
# @param ExtInfo: 统一执行平台日志分页查询参数
|
17156
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17157
|
+
# @type ExtInfo: String
|
17158
|
+
# @param IsEnd: 日志分页查询,是否最后一页
|
17159
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17160
|
+
# @type IsEnd: Boolean
|
17161
|
+
# @param FileSize: 文件大小
|
17162
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17163
|
+
# @type FileSize: String
|
16996
17164
|
|
16997
|
-
attr_accessor :LogInfo, :YarnLogInfo, :DataLogInfo, :ThirdTaskRunLogInfo, :ThirdTaskLogUrlDesc, :LineCount
|
17165
|
+
attr_accessor :LogInfo, :YarnLogInfo, :DataLogInfo, :ThirdTaskRunLogInfo, :ThirdTaskLogUrlDesc, :LineCount, :ExtInfo, :IsEnd, :FileSize
|
16998
17166
|
|
16999
|
-
def initialize(loginfo=nil, yarnloginfo=nil, dataloginfo=nil, thirdtaskrunloginfo=nil, thirdtasklogurldesc=nil, linecount=nil)
|
17167
|
+
def initialize(loginfo=nil, yarnloginfo=nil, dataloginfo=nil, thirdtaskrunloginfo=nil, thirdtasklogurldesc=nil, linecount=nil, extinfo=nil, isend=nil, filesize=nil)
|
17000
17168
|
@LogInfo = loginfo
|
17001
17169
|
@YarnLogInfo = yarnloginfo
|
17002
17170
|
@DataLogInfo = dataloginfo
|
17003
17171
|
@ThirdTaskRunLogInfo = thirdtaskrunloginfo
|
17004
17172
|
@ThirdTaskLogUrlDesc = thirdtasklogurldesc
|
17005
17173
|
@LineCount = linecount
|
17174
|
+
@ExtInfo = extinfo
|
17175
|
+
@IsEnd = isend
|
17176
|
+
@FileSize = filesize
|
17006
17177
|
end
|
17007
17178
|
|
17008
17179
|
def deserialize(params)
|
@@ -17012,6 +17183,9 @@ module TencentCloud
|
|
17012
17183
|
@ThirdTaskRunLogInfo = params['ThirdTaskRunLogInfo']
|
17013
17184
|
@ThirdTaskLogUrlDesc = params['ThirdTaskLogUrlDesc']
|
17014
17185
|
@LineCount = params['LineCount']
|
17186
|
+
@ExtInfo = params['ExtInfo']
|
17187
|
+
@IsEnd = params['IsEnd']
|
17188
|
+
@FileSize = params['FileSize']
|
17015
17189
|
end
|
17016
17190
|
end
|
17017
17191
|
|
@@ -17297,10 +17471,16 @@ module TencentCloud
|
|
17297
17471
|
# @param CirculateInstanceList: 循环依赖关联的实例
|
17298
17472
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17299
17473
|
# @type CirculateInstanceList: Array
|
17474
|
+
# @param ConcurrentStrategy: 并发策略, 0: 等待并发, 1: kill自身
|
17475
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17476
|
+
# @type ConcurrentStrategy: Integer
|
17477
|
+
# @param ScheduleRunType: 调度运行方式, 0: 周期调度, 1: 空跑调度
|
17478
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17479
|
+
# @type ScheduleRunType: Integer
|
17300
17480
|
|
17301
|
-
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName, :RelatedInstanceList, :RelatedInstanceSize, :OwnerId, :UserId, :InstanceLifeCycleOpsDto, :RetryAttempts, :DeletedFatherList, :CirculateInstanceList
|
17481
|
+
attr_accessor :TaskId, :TaskName, :WorkflowId, :WorkflowName, :InCharge, :CycleType, :CurRunDate, :NextCurDate, :RunPriority, :TryLimit, :Tries, :TotalRunNum, :DoFlag, :RedoFlag, :State, :RuntimeBroker, :ErrorDesc, :TaskType, :DependenceFulfillTime, :FirstDependenceFulfillTime, :FirstStartTime, :StartTime, :EndTime, :CostTime, :CostMillisecond, :MaxCostTime, :MinCostTime, :AvgCostTime, :LastLog, :SchedulerDateTime, :LastSchedulerDateTime, :LastUpdate, :CreateTime, :DependencyRel, :ExecutionSpace, :IgnoreEvent, :VirtualFlag, :FolderId, :FolderName, :SonList, :ProductName, :ResourceGroup, :ResourceInstanceId, :YarnQueue, :SchedulerDesc, :FirstSubmitTime, :FirstRunTime, :ProjectId, :ProjectIdent, :ProjectName, :TenantId, :InstanceKey, :ExecutorGroupId, :ExecutorGroupName, :RelatedInstanceList, :RelatedInstanceSize, :OwnerId, :UserId, :InstanceLifeCycleOpsDto, :RetryAttempts, :DeletedFatherList, :CirculateInstanceList, :ConcurrentStrategy, :ScheduleRunType
|
17302
17482
|
|
17303
|
-
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil, relatedinstancelist=nil, relatedinstancesize=nil, ownerid=nil, userid=nil, instancelifecycleopsdto=nil, retryattempts=nil, deletedfatherlist=nil, circulateinstancelist=nil)
|
17483
|
+
def initialize(taskid=nil, taskname=nil, workflowid=nil, workflowname=nil, incharge=nil, cycletype=nil, currundate=nil, nextcurdate=nil, runpriority=nil, trylimit=nil, tries=nil, totalrunnum=nil, doflag=nil, redoflag=nil, state=nil, runtimebroker=nil, errordesc=nil, tasktype=nil, dependencefulfilltime=nil, firstdependencefulfilltime=nil, firststarttime=nil, starttime=nil, endtime=nil, costtime=nil, costmillisecond=nil, maxcosttime=nil, mincosttime=nil, avgcosttime=nil, lastlog=nil, schedulerdatetime=nil, lastschedulerdatetime=nil, lastupdate=nil, createtime=nil, dependencyrel=nil, executionspace=nil, ignoreevent=nil, virtualflag=nil, folderid=nil, foldername=nil, sonlist=nil, productname=nil, resourcegroup=nil, resourceinstanceid=nil, yarnqueue=nil, schedulerdesc=nil, firstsubmittime=nil, firstruntime=nil, projectid=nil, projectident=nil, projectname=nil, tenantid=nil, instancekey=nil, executorgroupid=nil, executorgroupname=nil, relatedinstancelist=nil, relatedinstancesize=nil, ownerid=nil, userid=nil, instancelifecycleopsdto=nil, retryattempts=nil, deletedfatherlist=nil, circulateinstancelist=nil, concurrentstrategy=nil, scheduleruntype=nil)
|
17304
17484
|
@TaskId = taskid
|
17305
17485
|
@TaskName = taskname
|
17306
17486
|
@WorkflowId = workflowid
|
@@ -17363,6 +17543,8 @@ module TencentCloud
|
|
17363
17543
|
@RetryAttempts = retryattempts
|
17364
17544
|
@DeletedFatherList = deletedfatherlist
|
17365
17545
|
@CirculateInstanceList = circulateinstancelist
|
17546
|
+
@ConcurrentStrategy = concurrentstrategy
|
17547
|
+
@ScheduleRunType = scheduleruntype
|
17366
17548
|
end
|
17367
17549
|
|
17368
17550
|
def deserialize(params)
|
@@ -17448,6 +17630,8 @@ module TencentCloud
|
|
17448
17630
|
@CirculateInstanceList << instanceopsdto_tmp
|
17449
17631
|
end
|
17450
17632
|
end
|
17633
|
+
@ConcurrentStrategy = params['ConcurrentStrategy']
|
17634
|
+
@ScheduleRunType = params['ScheduleRunType']
|
17451
17635
|
end
|
17452
17636
|
end
|
17453
17637
|
|
@@ -19937,8 +20121,8 @@ module TencentCloud
|
|
19937
20121
|
|
19938
20122
|
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
|
19939
20123
|
extend Gem::Deprecate
|
19940
|
-
deprecate :InCharge, :none, 2024,
|
19941
|
-
deprecate :InCharge=, :none, 2024,
|
20124
|
+
deprecate :InCharge, :none, 2024, 11
|
20125
|
+
deprecate :InCharge=, :none, 2024, 11
|
19942
20126
|
|
19943
20127
|
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)
|
19944
20128
|
@ProjectId = projectid
|
@@ -21134,10 +21318,13 @@ module TencentCloud
|
|
21134
21318
|
# @param EnvType: 数据库环境
|
21135
21319
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21136
21320
|
# @type EnvType: String
|
21321
|
+
# @param FunctionResourceFileType: 函数资源文件类型
|
21322
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21323
|
+
# @type FunctionResourceFileType: String
|
21137
21324
|
|
21138
|
-
attr_accessor :Name, :DisplayName, :LayerPath, :ParentLayerPath, :Type, :Kind, :Category, :Status, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example, :ClusterIdentifier, :FuncId, :ClassName, :ResourceList, :OperatorUserIds, :OwnerUserIds, :DbName, :SubmitErrorMsg, :SchemaName, :CommandFormat, :OwnerName, :SubmitTimestamp, :Tag, :OperatorUserIdsStr, :OwnerUserIdsStr, :EnvType
|
21325
|
+
attr_accessor :Name, :DisplayName, :LayerPath, :ParentLayerPath, :Type, :Kind, :Category, :Status, :Description, :Usage, :ParamDesc, :ReturnDesc, :Example, :ClusterIdentifier, :FuncId, :ClassName, :ResourceList, :OperatorUserIds, :OwnerUserIds, :DbName, :SubmitErrorMsg, :SchemaName, :CommandFormat, :OwnerName, :SubmitTimestamp, :Tag, :OperatorUserIdsStr, :OwnerUserIdsStr, :EnvType, :FunctionResourceFileType
|
21139
21326
|
|
21140
|
-
def initialize(name=nil, displayname=nil, layerpath=nil, parentlayerpath=nil, type=nil, kind=nil, category=nil, status=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil, clusteridentifier=nil, funcid=nil, classname=nil, resourcelist=nil, operatoruserids=nil, owneruserids=nil, dbname=nil, submiterrormsg=nil, schemaname=nil, commandformat=nil, ownername=nil, submittimestamp=nil, tag=nil, operatoruseridsstr=nil, owneruseridsstr=nil, envtype=nil)
|
21327
|
+
def initialize(name=nil, displayname=nil, layerpath=nil, parentlayerpath=nil, type=nil, kind=nil, category=nil, status=nil, description=nil, usage=nil, paramdesc=nil, returndesc=nil, example=nil, clusteridentifier=nil, funcid=nil, classname=nil, resourcelist=nil, operatoruserids=nil, owneruserids=nil, dbname=nil, submiterrormsg=nil, schemaname=nil, commandformat=nil, ownername=nil, submittimestamp=nil, tag=nil, operatoruseridsstr=nil, owneruseridsstr=nil, envtype=nil, functionresourcefiletype=nil)
|
21141
21328
|
@Name = name
|
21142
21329
|
@DisplayName = displayname
|
21143
21330
|
@LayerPath = layerpath
|
@@ -21167,6 +21354,7 @@ module TencentCloud
|
|
21167
21354
|
@OperatorUserIdsStr = operatoruseridsstr
|
21168
21355
|
@OwnerUserIdsStr = owneruseridsstr
|
21169
21356
|
@EnvType = envtype
|
21357
|
+
@FunctionResourceFileType = functionresourcefiletype
|
21170
21358
|
end
|
21171
21359
|
|
21172
21360
|
def deserialize(params)
|
@@ -21206,6 +21394,7 @@ module TencentCloud
|
|
21206
21394
|
@OperatorUserIdsStr = params['OperatorUserIdsStr']
|
21207
21395
|
@OwnerUserIdsStr = params['OwnerUserIdsStr']
|
21208
21396
|
@EnvType = params['EnvType']
|
21397
|
+
@FunctionResourceFileType = params['FunctionResourceFileType']
|
21209
21398
|
end
|
21210
21399
|
end
|
21211
21400
|
|
@@ -21553,10 +21742,22 @@ module TencentCloud
|
|
21553
21742
|
# @param IsProjectAdmin: 是否项目管理员
|
21554
21743
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21555
21744
|
# @type IsProjectAdmin: Boolean
|
21745
|
+
# @param PhoneNum: 手机号
|
21746
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21747
|
+
# @type PhoneNum: String
|
21748
|
+
# @param Email: 邮箱
|
21749
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21750
|
+
# @type Email: String
|
21751
|
+
# @param OwnerUin: 主账号id
|
21752
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21753
|
+
# @type OwnerUin: String
|
21754
|
+
# @param AppId: 租户iD
|
21755
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21756
|
+
# @type AppId: String
|
21556
21757
|
|
21557
|
-
attr_accessor :Roles, :UserName, :UserId, :CreateTime, :Creator, :DisplayName, :IsProjectAdmin
|
21758
|
+
attr_accessor :Roles, :UserName, :UserId, :CreateTime, :Creator, :DisplayName, :IsProjectAdmin, :PhoneNum, :Email, :OwnerUin, :AppId
|
21558
21759
|
|
21559
|
-
def initialize(roles=nil, username=nil, userid=nil, createtime=nil, creator=nil, displayname=nil, isprojectadmin=nil)
|
21760
|
+
def initialize(roles=nil, username=nil, userid=nil, createtime=nil, creator=nil, displayname=nil, isprojectadmin=nil, phonenum=nil, email=nil, owneruin=nil, appid=nil)
|
21560
21761
|
@Roles = roles
|
21561
21762
|
@UserName = username
|
21562
21763
|
@UserId = userid
|
@@ -21564,6 +21765,10 @@ module TencentCloud
|
|
21564
21765
|
@Creator = creator
|
21565
21766
|
@DisplayName = displayname
|
21566
21767
|
@IsProjectAdmin = isprojectadmin
|
21768
|
+
@PhoneNum = phonenum
|
21769
|
+
@Email = email
|
21770
|
+
@OwnerUin = owneruin
|
21771
|
+
@AppId = appid
|
21567
21772
|
end
|
21568
21773
|
|
21569
21774
|
def deserialize(params)
|
@@ -21581,6 +21786,10 @@ module TencentCloud
|
|
21581
21786
|
@Creator = params['Creator']
|
21582
21787
|
@DisplayName = params['DisplayName']
|
21583
21788
|
@IsProjectAdmin = params['IsProjectAdmin']
|
21789
|
+
@PhoneNum = params['PhoneNum']
|
21790
|
+
@Email = params['Email']
|
21791
|
+
@OwnerUin = params['OwnerUin']
|
21792
|
+
@AppId = params['AppId']
|
21584
21793
|
end
|
21585
21794
|
end
|
21586
21795
|
|
@@ -22076,10 +22285,19 @@ module TencentCloud
|
|
22076
22285
|
# @type DependencyWorkflow: String
|
22077
22286
|
# @param CrontabExpression: CrontabExpression
|
22078
22287
|
# @type CrontabExpression: String
|
22079
|
-
|
22080
|
-
|
22081
|
-
|
22082
|
-
|
22288
|
+
# @param ModifyCycleValue: 0:不修改
|
22289
|
+
# 1:将任务的上游依赖配置改为默认值
|
22290
|
+
# @type ModifyCycleValue: String
|
22291
|
+
# @param CalendarOpen: 是否开启日历调度 1 开启 0关闭
|
22292
|
+
# @type CalendarOpen: String
|
22293
|
+
# @param CalendarName: 日历名称
|
22294
|
+
# @type CalendarName: String
|
22295
|
+
# @param CalendarId: 日历id
|
22296
|
+
# @type CalendarId: String
|
22297
|
+
|
22298
|
+
attr_accessor :ProjectId, :WorkflowId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :ExecutionStartTime, :ExecutionEndTime, :InstanceInitStrategy, :DependencyWorkflow, :CrontabExpression, :ModifyCycleValue, :CalendarOpen, :CalendarName, :CalendarId
|
22299
|
+
|
22300
|
+
def initialize(projectid=nil, workflowid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, executionstarttime=nil, executionendtime=nil, instanceinitstrategy=nil, dependencyworkflow=nil, crontabexpression=nil, modifycyclevalue=nil, calendaropen=nil, calendarname=nil, calendarid=nil)
|
22083
22301
|
@ProjectId = projectid
|
22084
22302
|
@WorkflowId = workflowid
|
22085
22303
|
@DelayTime = delaytime
|
@@ -22095,6 +22313,10 @@ module TencentCloud
|
|
22095
22313
|
@InstanceInitStrategy = instanceinitstrategy
|
22096
22314
|
@DependencyWorkflow = dependencyworkflow
|
22097
22315
|
@CrontabExpression = crontabexpression
|
22316
|
+
@ModifyCycleValue = modifycyclevalue
|
22317
|
+
@CalendarOpen = calendaropen
|
22318
|
+
@CalendarName = calendarname
|
22319
|
+
@CalendarId = calendarid
|
22098
22320
|
end
|
22099
22321
|
|
22100
22322
|
def deserialize(params)
|
@@ -22113,6 +22335,10 @@ module TencentCloud
|
|
22113
22335
|
@InstanceInitStrategy = params['InstanceInitStrategy']
|
22114
22336
|
@DependencyWorkflow = params['DependencyWorkflow']
|
22115
22337
|
@CrontabExpression = params['CrontabExpression']
|
22338
|
+
@ModifyCycleValue = params['ModifyCycleValue']
|
22339
|
+
@CalendarOpen = params['CalendarOpen']
|
22340
|
+
@CalendarName = params['CalendarName']
|
22341
|
+
@CalendarId = params['CalendarId']
|
22116
22342
|
end
|
22117
22343
|
end
|
22118
22344
|
|
@@ -22551,10 +22777,16 @@ module TencentCloud
|
|
22551
22777
|
# @param TargetSchemaName: 目标模式名称
|
22552
22778
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
22553
22779
|
# @type TargetSchemaName: String
|
22780
|
+
# @param ProjectId: 项目id
|
22781
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22782
|
+
# @type ProjectId: String
|
22783
|
+
# @param ProjectName: 项目名称
|
22784
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
22785
|
+
# @type ProjectName: String
|
22554
22786
|
|
22555
|
-
attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes, :TableName, :TableOwnerName, :ExecStrategy, :Subscription, :CreateTime, :DatasourceId, :DatabaseId, :MonitorStatus, :TriggerCondition, :DsEnvType, :DatasourceType, :SchemaName, :TargetSchemaName
|
22787
|
+
attr_accessor :RuleId, :RuleGroupId, :TableId, :Name, :Type, :RuleTemplateId, :RuleTemplateContent, :QualityDim, :SourceObjectType, :SourceObjectDataType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionType, :ConditionExpression, :CustomSql, :CompareRule, :AlarmLevel, :Description, :Operator, :TargetDatabaseId, :TargetDatabaseName, :TargetTableId, :TargetTableName, :TargetConditionExpr, :RelConditionExpr, :FieldConfig, :MultiSourceFlag, :WhereFlag, :TemplateSql, :SubQualityDim, :TargetObjectType, :TargetObjectDataType, :TargetObjectDataTypeName, :TargetObjectValue, :SourceEngineTypes, :TableName, :TableOwnerName, :ExecStrategy, :Subscription, :CreateTime, :DatasourceId, :DatabaseId, :MonitorStatus, :TriggerCondition, :DsEnvType, :DatasourceType, :SchemaName, :TargetSchemaName, :ProjectId, :ProjectName
|
22556
22788
|
|
22557
|
-
def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil, tablename=nil, tableownername=nil, execstrategy=nil, subscription=nil, createtime=nil, datasourceid=nil, databaseid=nil, monitorstatus=nil, triggercondition=nil, dsenvtype=nil, datasourcetype=nil, schemaname=nil, targetschemaname=nil)
|
22789
|
+
def initialize(ruleid=nil, rulegroupid=nil, tableid=nil, name=nil, type=nil, ruletemplateid=nil, ruletemplatecontent=nil, qualitydim=nil, sourceobjecttype=nil, sourceobjectdatatype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditiontype=nil, conditionexpression=nil, customsql=nil, comparerule=nil, alarmlevel=nil, description=nil, operator=nil, targetdatabaseid=nil, targetdatabasename=nil, targettableid=nil, targettablename=nil, targetconditionexpr=nil, relconditionexpr=nil, fieldconfig=nil, multisourceflag=nil, whereflag=nil, templatesql=nil, subqualitydim=nil, targetobjecttype=nil, targetobjectdatatype=nil, targetobjectdatatypename=nil, targetobjectvalue=nil, sourceenginetypes=nil, tablename=nil, tableownername=nil, execstrategy=nil, subscription=nil, createtime=nil, datasourceid=nil, databaseid=nil, monitorstatus=nil, triggercondition=nil, dsenvtype=nil, datasourcetype=nil, schemaname=nil, targetschemaname=nil, projectid=nil, projectname=nil)
|
22558
22790
|
@RuleId = ruleid
|
22559
22791
|
@RuleGroupId = rulegroupid
|
22560
22792
|
@TableId = tableid
|
@@ -22603,6 +22835,8 @@ module TencentCloud
|
|
22603
22835
|
@DatasourceType = datasourcetype
|
22604
22836
|
@SchemaName = schemaname
|
22605
22837
|
@TargetSchemaName = targetschemaname
|
22838
|
+
@ProjectId = projectid
|
22839
|
+
@ProjectName = projectname
|
22606
22840
|
end
|
22607
22841
|
|
22608
22842
|
def deserialize(params)
|
@@ -22666,6 +22900,8 @@ module TencentCloud
|
|
22666
22900
|
@DatasourceType = params['DatasourceType']
|
22667
22901
|
@SchemaName = params['SchemaName']
|
22668
22902
|
@TargetSchemaName = params['TargetSchemaName']
|
22903
|
+
@ProjectId = params['ProjectId']
|
22904
|
+
@ProjectName = params['ProjectName']
|
22669
22905
|
end
|
22670
22906
|
end
|
22671
22907
|
|
@@ -22891,10 +23127,13 @@ module TencentCloud
|
|
22891
23127
|
# @param AlarmLevel: 1/2/3:低/中/高
|
22892
23128
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
22893
23129
|
# @type AlarmLevel: Integer
|
23130
|
+
# @param TriggerCondition: 触发条件
|
23131
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23132
|
+
# @type TriggerCondition: String
|
22894
23133
|
|
22895
|
-
attr_accessor :RuleExecId, :RuleGroupExecId, :RuleGroupId, :RuleId, :RuleName, :RuleType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionExpression, :ExecResultStatus, :TriggerResult, :CompareResult, :TemplateName, :QualityDim, :TargetDBTableName, :TargetObjectValue, :TargetObjectDataType, :FieldConfig, :RelConditionExpr, :StartTime, :AlarmLevel
|
23134
|
+
attr_accessor :RuleExecId, :RuleGroupExecId, :RuleGroupId, :RuleId, :RuleName, :RuleType, :SourceObjectDataTypeName, :SourceObjectValue, :ConditionExpression, :ExecResultStatus, :TriggerResult, :CompareResult, :TemplateName, :QualityDim, :TargetDBTableName, :TargetObjectValue, :TargetObjectDataType, :FieldConfig, :RelConditionExpr, :StartTime, :AlarmLevel, :TriggerCondition
|
22896
23135
|
|
22897
|
-
def initialize(ruleexecid=nil, rulegroupexecid=nil, rulegroupid=nil, ruleid=nil, rulename=nil, ruletype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditionexpression=nil, execresultstatus=nil, triggerresult=nil, compareresult=nil, templatename=nil, qualitydim=nil, targetdbtablename=nil, targetobjectvalue=nil, targetobjectdatatype=nil, fieldconfig=nil, relconditionexpr=nil, starttime=nil, alarmlevel=nil)
|
23136
|
+
def initialize(ruleexecid=nil, rulegroupexecid=nil, rulegroupid=nil, ruleid=nil, rulename=nil, ruletype=nil, sourceobjectdatatypename=nil, sourceobjectvalue=nil, conditionexpression=nil, execresultstatus=nil, triggerresult=nil, compareresult=nil, templatename=nil, qualitydim=nil, targetdbtablename=nil, targetobjectvalue=nil, targetobjectdatatype=nil, fieldconfig=nil, relconditionexpr=nil, starttime=nil, alarmlevel=nil, triggercondition=nil)
|
22898
23137
|
@RuleExecId = ruleexecid
|
22899
23138
|
@RuleGroupExecId = rulegroupexecid
|
22900
23139
|
@RuleGroupId = rulegroupid
|
@@ -22916,6 +23155,7 @@ module TencentCloud
|
|
22916
23155
|
@RelConditionExpr = relconditionexpr
|
22917
23156
|
@StartTime = starttime
|
22918
23157
|
@AlarmLevel = alarmlevel
|
23158
|
+
@TriggerCondition = triggercondition
|
22919
23159
|
end
|
22920
23160
|
|
22921
23161
|
def deserialize(params)
|
@@ -22946,6 +23186,7 @@ module TencentCloud
|
|
22946
23186
|
@RelConditionExpr = params['RelConditionExpr']
|
22947
23187
|
@StartTime = params['StartTime']
|
22948
23188
|
@AlarmLevel = params['AlarmLevel']
|
23189
|
+
@TriggerCondition = params['TriggerCondition']
|
22949
23190
|
end
|
22950
23191
|
end
|
22951
23192
|
|
@@ -23370,10 +23611,23 @@ module TencentCloud
|
|
23370
23611
|
# @param DsEnvType: 数据库所属环境,0.未定义,1.生产 2.开发
|
23371
23612
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
23372
23613
|
# @type DsEnvType: String
|
23614
|
+
# @param ProjectId: 项目id
|
23615
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23616
|
+
# @type ProjectId: String
|
23617
|
+
# @param ProjectName: 项目名称
|
23618
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23619
|
+
# @type ProjectName: String
|
23620
|
+
# @param InstanceStatus: 实例状态
|
23621
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
23622
|
+
# @type InstanceStatus: String
|
23623
|
+
# @param StartTime: 实例运行的开始时间
|
23624
|
+
# @type StartTime: String
|
23625
|
+
# @param FinishTime: 实例运行的结束时间
|
23626
|
+
# @type FinishTime: String
|
23373
23627
|
|
23374
|
-
attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType, :RuleExecResultVOList, :DatabaseName, :RuleGroupTableId, :ClusterDeployType, :InstanceId, :DsEnvType
|
23628
|
+
attr_accessor :RuleGroupExecId, :RuleGroupId, :TriggerType, :ExecTime, :Status, :AlarmRuleCount, :TotalRuleCount, :TableOwnerName, :TableName, :TableId, :DatabaseId, :DatasourceId, :Permission, :ExecDetail, :EngineType, :RuleExecResultVOList, :DatabaseName, :RuleGroupTableId, :ClusterDeployType, :InstanceId, :DsEnvType, :ProjectId, :ProjectName, :InstanceStatus, :StartTime, :FinishTime
|
23375
23629
|
|
23376
|
-
def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil, ruleexecresultvolist=nil, databasename=nil, rulegrouptableid=nil, clusterdeploytype=nil, instanceid=nil, dsenvtype=nil)
|
23630
|
+
def initialize(rulegroupexecid=nil, rulegroupid=nil, triggertype=nil, exectime=nil, status=nil, alarmrulecount=nil, totalrulecount=nil, tableownername=nil, tablename=nil, tableid=nil, databaseid=nil, datasourceid=nil, permission=nil, execdetail=nil, enginetype=nil, ruleexecresultvolist=nil, databasename=nil, rulegrouptableid=nil, clusterdeploytype=nil, instanceid=nil, dsenvtype=nil, projectid=nil, projectname=nil, instancestatus=nil, starttime=nil, finishtime=nil)
|
23377
23631
|
@RuleGroupExecId = rulegroupexecid
|
23378
23632
|
@RuleGroupId = rulegroupid
|
23379
23633
|
@TriggerType = triggertype
|
@@ -23395,6 +23649,11 @@ module TencentCloud
|
|
23395
23649
|
@ClusterDeployType = clusterdeploytype
|
23396
23650
|
@InstanceId = instanceid
|
23397
23651
|
@DsEnvType = dsenvtype
|
23652
|
+
@ProjectId = projectid
|
23653
|
+
@ProjectName = projectname
|
23654
|
+
@InstanceStatus = instancestatus
|
23655
|
+
@StartTime = starttime
|
23656
|
+
@FinishTime = finishtime
|
23398
23657
|
end
|
23399
23658
|
|
23400
23659
|
def deserialize(params)
|
@@ -23426,6 +23685,11 @@ module TencentCloud
|
|
23426
23685
|
@ClusterDeployType = params['ClusterDeployType']
|
23427
23686
|
@InstanceId = params['InstanceId']
|
23428
23687
|
@DsEnvType = params['DsEnvType']
|
23688
|
+
@ProjectId = params['ProjectId']
|
23689
|
+
@ProjectName = params['ProjectName']
|
23690
|
+
@InstanceStatus = params['InstanceStatus']
|
23691
|
+
@StartTime = params['StartTime']
|
23692
|
+
@FinishTime = params['FinishTime']
|
23429
23693
|
end
|
23430
23694
|
end
|
23431
23695
|
|
@@ -26770,10 +27034,25 @@ module TencentCloud
|
|
26770
27034
|
# @param Schema: 数据库模式
|
26771
27035
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26772
27036
|
# @type Schema: String
|
27037
|
+
# @param CollectDatasourceList: 关联数据眼信息
|
27038
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
27039
|
+
# @type CollectDatasourceList: Array
|
27040
|
+
# @param CollectJobId: 采集任务id
|
27041
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
27042
|
+
# @type CollectJobId: String
|
27043
|
+
# @param CollectJobName: 采集任务名称
|
27044
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
27045
|
+
# @type CollectJobName: String
|
27046
|
+
# @param Urn: 数据源urn
|
27047
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
27048
|
+
# @type Urn: String
|
27049
|
+
# @param HasBizPermission: 是否有修改业务权限
|
27050
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
27051
|
+
# @type HasBizPermission: Boolean
|
26773
27052
|
|
26774
|
-
attr_accessor :TableId, :TableName, :TableOwnerName, :DatasourceId, :ClusterName, :DatasourceName, :DatabaseName, :TablePath, :TableNameCn, :MetastoreId, :MetastoreType, :Description, :ColumnSeparator, :StorageFormat, :StorageSize, :TableType, :CreateTime, :ModifyTime, :DdlModifyTime, :LastAccessTime, :ProjectName, :BizCatalogIds, :BizCatalogNames, :HasFavorite, :LifeCycleTime, :StorageSizeWithUnit, :InstanceId, :TechnologyType, :TableNameEn, :ProjectId, :Partitions, :ReplicationFactor, :ProjectDisplayName, :DataModifyTime, :ClusterId, :HasAdminAuthority, :DatasourceDisplayName, :DatabaseId, :FavoriteCount, :LikeCount, :HasLike, :TablePropertyScore, :TableHeat, :OwnerProjectId, :TableOwnerId, :DataSourceCategory, :Columns, :MetaCrawlType, :IsView, :Location, :IsPartitionTable, :PartitionColumns, :PartitionExpireDays, :TableProperties, :Environment, :Schema
|
27053
|
+
attr_accessor :TableId, :TableName, :TableOwnerName, :DatasourceId, :ClusterName, :DatasourceName, :DatabaseName, :TablePath, :TableNameCn, :MetastoreId, :MetastoreType, :Description, :ColumnSeparator, :StorageFormat, :StorageSize, :TableType, :CreateTime, :ModifyTime, :DdlModifyTime, :LastAccessTime, :ProjectName, :BizCatalogIds, :BizCatalogNames, :HasFavorite, :LifeCycleTime, :StorageSizeWithUnit, :InstanceId, :TechnologyType, :TableNameEn, :ProjectId, :Partitions, :ReplicationFactor, :ProjectDisplayName, :DataModifyTime, :ClusterId, :HasAdminAuthority, :DatasourceDisplayName, :DatabaseId, :FavoriteCount, :LikeCount, :HasLike, :TablePropertyScore, :TableHeat, :OwnerProjectId, :TableOwnerId, :DataSourceCategory, :Columns, :MetaCrawlType, :IsView, :Location, :IsPartitionTable, :PartitionColumns, :PartitionExpireDays, :TableProperties, :Environment, :Schema, :CollectDatasourceList, :CollectJobId, :CollectJobName, :Urn, :HasBizPermission
|
26775
27054
|
|
26776
|
-
def initialize(tableid=nil, tablename=nil, tableownername=nil, datasourceid=nil, clustername=nil, datasourcename=nil, databasename=nil, tablepath=nil, tablenamecn=nil, metastoreid=nil, metastoretype=nil, description=nil, columnseparator=nil, storageformat=nil, storagesize=nil, tabletype=nil, createtime=nil, modifytime=nil, ddlmodifytime=nil, lastaccesstime=nil, projectname=nil, bizcatalogids=nil, bizcatalognames=nil, hasfavorite=nil, lifecycletime=nil, storagesizewithunit=nil, instanceid=nil, technologytype=nil, tablenameen=nil, projectid=nil, partitions=nil, replicationfactor=nil, projectdisplayname=nil, datamodifytime=nil, clusterid=nil, hasadminauthority=nil, datasourcedisplayname=nil, databaseid=nil, favoritecount=nil, likecount=nil, haslike=nil, tablepropertyscore=nil, tableheat=nil, ownerprojectid=nil, tableownerid=nil, datasourcecategory=nil, columns=nil, metacrawltype=nil, isview=nil, location=nil, ispartitiontable=nil, partitioncolumns=nil, partitionexpiredays=nil, tableproperties=nil, environment=nil, schema=nil)
|
27055
|
+
def initialize(tableid=nil, tablename=nil, tableownername=nil, datasourceid=nil, clustername=nil, datasourcename=nil, databasename=nil, tablepath=nil, tablenamecn=nil, metastoreid=nil, metastoretype=nil, description=nil, columnseparator=nil, storageformat=nil, storagesize=nil, tabletype=nil, createtime=nil, modifytime=nil, ddlmodifytime=nil, lastaccesstime=nil, projectname=nil, bizcatalogids=nil, bizcatalognames=nil, hasfavorite=nil, lifecycletime=nil, storagesizewithunit=nil, instanceid=nil, technologytype=nil, tablenameen=nil, projectid=nil, partitions=nil, replicationfactor=nil, projectdisplayname=nil, datamodifytime=nil, clusterid=nil, hasadminauthority=nil, datasourcedisplayname=nil, databaseid=nil, favoritecount=nil, likecount=nil, haslike=nil, tablepropertyscore=nil, tableheat=nil, ownerprojectid=nil, tableownerid=nil, datasourcecategory=nil, columns=nil, metacrawltype=nil, isview=nil, location=nil, ispartitiontable=nil, partitioncolumns=nil, partitionexpiredays=nil, tableproperties=nil, environment=nil, schema=nil, collectdatasourcelist=nil, collectjobid=nil, collectjobname=nil, urn=nil, hasbizpermission=nil)
|
26777
27056
|
@TableId = tableid
|
26778
27057
|
@TableName = tablename
|
26779
27058
|
@TableOwnerName = tableownername
|
@@ -26830,6 +27109,11 @@ module TencentCloud
|
|
26830
27109
|
@TableProperties = tableproperties
|
26831
27110
|
@Environment = environment
|
26832
27111
|
@Schema = schema
|
27112
|
+
@CollectDatasourceList = collectdatasourcelist
|
27113
|
+
@CollectJobId = collectjobid
|
27114
|
+
@CollectJobName = collectjobname
|
27115
|
+
@Urn = urn
|
27116
|
+
@HasBizPermission = hasbizpermission
|
26833
27117
|
end
|
26834
27118
|
|
26835
27119
|
def deserialize(params)
|
@@ -26909,6 +27193,18 @@ module TencentCloud
|
|
26909
27193
|
end
|
26910
27194
|
@Environment = params['Environment']
|
26911
27195
|
@Schema = params['Schema']
|
27196
|
+
unless params['CollectDatasourceList'].nil?
|
27197
|
+
@CollectDatasourceList = []
|
27198
|
+
params['CollectDatasourceList'].each do |i|
|
27199
|
+
govdatasourceinfo_tmp = GovDatasourceInfo.new
|
27200
|
+
govdatasourceinfo_tmp.deserialize(i)
|
27201
|
+
@CollectDatasourceList << govdatasourceinfo_tmp
|
27202
|
+
end
|
27203
|
+
end
|
27204
|
+
@CollectJobId = params['CollectJobId']
|
27205
|
+
@CollectJobName = params['CollectJobName']
|
27206
|
+
@Urn = params['Urn']
|
27207
|
+
@HasBizPermission = params['HasBizPermission']
|
26912
27208
|
end
|
26913
27209
|
end
|
26914
27210
|
|
@@ -29544,10 +29840,19 @@ module TencentCloud
|
|
29544
29840
|
# @param LatestSubmitTime: 工作流最近提交时间
|
29545
29841
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
29546
29842
|
# @type LatestSubmitTime: String
|
29843
|
+
# @param CalendarOpen: 日历调度是否开启
|
29844
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
29845
|
+
# @type CalendarOpen: String
|
29846
|
+
# @param CalendarName: 日历调度名称
|
29847
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
29848
|
+
# @type CalendarName: String
|
29849
|
+
# @param CalendarId: 日历调度id
|
29850
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
29851
|
+
# @type CalendarId: String
|
29547
29852
|
|
29548
|
-
attr_accessor :ProjectId, :WorkflowId, :CreateTime, :Creater, :ModifyTime, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :InstanceInitStrategy, :DependencyWorkflow, :SchedulerDesc, :FirstSubmitTime, :LatestSubmitTime
|
29853
|
+
attr_accessor :ProjectId, :WorkflowId, :CreateTime, :Creater, :ModifyTime, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :InstanceInitStrategy, :DependencyWorkflow, :SchedulerDesc, :FirstSubmitTime, :LatestSubmitTime, :CalendarOpen, :CalendarName, :CalendarId
|
29549
29854
|
|
29550
|
-
def initialize(projectid=nil, workflowid=nil, createtime=nil, creater=nil, modifytime=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, instanceinitstrategy=nil, dependencyworkflow=nil, schedulerdesc=nil, firstsubmittime=nil, latestsubmittime=nil)
|
29855
|
+
def initialize(projectid=nil, workflowid=nil, createtime=nil, creater=nil, modifytime=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, instanceinitstrategy=nil, dependencyworkflow=nil, schedulerdesc=nil, firstsubmittime=nil, latestsubmittime=nil, calendaropen=nil, calendarname=nil, calendarid=nil)
|
29551
29856
|
@ProjectId = projectid
|
29552
29857
|
@WorkflowId = workflowid
|
29553
29858
|
@CreateTime = createtime
|
@@ -29569,6 +29874,9 @@ module TencentCloud
|
|
29569
29874
|
@SchedulerDesc = schedulerdesc
|
29570
29875
|
@FirstSubmitTime = firstsubmittime
|
29571
29876
|
@LatestSubmitTime = latestsubmittime
|
29877
|
+
@CalendarOpen = calendaropen
|
29878
|
+
@CalendarName = calendarname
|
29879
|
+
@CalendarId = calendarid
|
29572
29880
|
end
|
29573
29881
|
|
29574
29882
|
def deserialize(params)
|
@@ -29593,6 +29901,9 @@ module TencentCloud
|
|
29593
29901
|
@SchedulerDesc = params['SchedulerDesc']
|
29594
29902
|
@FirstSubmitTime = params['FirstSubmitTime']
|
29595
29903
|
@LatestSubmitTime = params['LatestSubmitTime']
|
29904
|
+
@CalendarOpen = params['CalendarOpen']
|
29905
|
+
@CalendarName = params['CalendarName']
|
29906
|
+
@CalendarId = params['CalendarId']
|
29596
29907
|
end
|
29597
29908
|
end
|
29598
29909
|
|
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.939
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|