tencentcloud-sdk-wedata 3.0.974 → 3.0.976
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/models.rb +39 -15
- 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: 50a1544e6cccbb73a38f87f2c5338fa332ebc07e
|
4
|
+
data.tar.gz: f0e5281c03db5d6e1245b824be182cb55c042457
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06822858950fb98e69c5c753f2eb2954eff5d238c844890432ab361f28b343f0340c0832f9a0267707c79418155cee71c8a44124906ddb472882193755059d3d
|
7
|
+
data.tar.gz: ba48597161e804dbc1ab8a56b1bbc911097094ccd4feebe07b7f240bbcfcbd5f194b928023f05d9a38cb338b695d045f05a8ae49163e05c8575aa39b18fd558d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.976
|
data/lib/v20210820/models.rb
CHANGED
@@ -393,10 +393,19 @@ module TencentCloud
|
|
393
393
|
# @param AlarmReason: 告警原因
|
394
394
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
395
395
|
# @type AlarmReason: String
|
396
|
+
# @param IndicatorTimeRangeValue: 近范围值
|
397
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
398
|
+
# @type IndicatorTimeRangeValue: Integer
|
399
|
+
# @param IndicatorTimeRangeUnit: 近范围单位
|
400
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
401
|
+
# @type IndicatorTimeRangeUnit: String
|
402
|
+
# @param SyncType: 同步类型
|
403
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
404
|
+
# @type SyncType: Integer
|
396
405
|
|
397
|
-
attr_accessor :AlarmId, :AlarmTime, :TaskId, :RegularName, :AlarmLevel, :AlarmWay, :AlarmRecipientId, :ProjectId, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :InstanceId, :TaskName, :IsSendSuccess, :InQuitePeriods, :RecordId, :MessageId, :Operator, :RegularId, :AlarmRecipientName, :TaskType, :SendResult, :MonitorObjectId, :MonitorObjectName, :Threshold, :AlarmReason
|
406
|
+
attr_accessor :AlarmId, :AlarmTime, :TaskId, :RegularName, :AlarmLevel, :AlarmWay, :AlarmRecipientId, :ProjectId, :AlarmIndicator, :AlarmIndicatorDesc, :TriggerType, :EstimatedTime, :InstanceId, :TaskName, :IsSendSuccess, :InQuitePeriods, :RecordId, :MessageId, :Operator, :RegularId, :AlarmRecipientName, :TaskType, :SendResult, :MonitorObjectId, :MonitorObjectName, :Threshold, :AlarmReason, :IndicatorTimeRangeValue, :IndicatorTimeRangeUnit, :SyncType
|
398
407
|
|
399
|
-
def initialize(alarmid=nil, alarmtime=nil, taskid=nil, regularname=nil, alarmlevel=nil, alarmway=nil, alarmrecipientid=nil, projectid=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, instanceid=nil, taskname=nil, issendsuccess=nil, inquiteperiods=nil, recordid=nil, messageid=nil, operator=nil, regularid=nil, alarmrecipientname=nil, tasktype=nil, sendresult=nil, monitorobjectid=nil, monitorobjectname=nil, threshold=nil, alarmreason=nil)
|
408
|
+
def initialize(alarmid=nil, alarmtime=nil, taskid=nil, regularname=nil, alarmlevel=nil, alarmway=nil, alarmrecipientid=nil, projectid=nil, alarmindicator=nil, alarmindicatordesc=nil, triggertype=nil, estimatedtime=nil, instanceid=nil, taskname=nil, issendsuccess=nil, inquiteperiods=nil, recordid=nil, messageid=nil, operator=nil, regularid=nil, alarmrecipientname=nil, tasktype=nil, sendresult=nil, monitorobjectid=nil, monitorobjectname=nil, threshold=nil, alarmreason=nil, indicatortimerangevalue=nil, indicatortimerangeunit=nil, synctype=nil)
|
400
409
|
@AlarmId = alarmid
|
401
410
|
@AlarmTime = alarmtime
|
402
411
|
@TaskId = taskid
|
@@ -424,6 +433,9 @@ module TencentCloud
|
|
424
433
|
@MonitorObjectName = monitorobjectname
|
425
434
|
@Threshold = threshold
|
426
435
|
@AlarmReason = alarmreason
|
436
|
+
@IndicatorTimeRangeValue = indicatortimerangevalue
|
437
|
+
@IndicatorTimeRangeUnit = indicatortimerangeunit
|
438
|
+
@SyncType = synctype
|
427
439
|
end
|
428
440
|
|
429
441
|
def deserialize(params)
|
@@ -454,6 +466,9 @@ module TencentCloud
|
|
454
466
|
@MonitorObjectName = params['MonitorObjectName']
|
455
467
|
@Threshold = params['Threshold']
|
456
468
|
@AlarmReason = params['AlarmReason']
|
469
|
+
@IndicatorTimeRangeValue = params['IndicatorTimeRangeValue']
|
470
|
+
@IndicatorTimeRangeUnit = params['IndicatorTimeRangeUnit']
|
471
|
+
@SyncType = params['SyncType']
|
457
472
|
end
|
458
473
|
end
|
459
474
|
|
@@ -2247,8 +2262,8 @@ module TencentCloud
|
|
2247
2262
|
|
2248
2263
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
2249
2264
|
extend Gem::Deprecate
|
2250
|
-
deprecate :TaskId, :none,
|
2251
|
-
deprecate :TaskId=, :none,
|
2265
|
+
deprecate :TaskId, :none, 2025, 1
|
2266
|
+
deprecate :TaskId=, :none, 2025, 1
|
2252
2267
|
|
2253
2268
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
2254
2269
|
@ProjectId = projectid
|
@@ -4554,7 +4569,16 @@ module TencentCloud
|
|
4554
4569
|
# @type WorkflowId: String
|
4555
4570
|
# @param ParentFolderId: 父文件夹ID
|
4556
4571
|
# @type ParentFolderId: String
|
4557
|
-
# @param TaskNodeType:
|
4572
|
+
# @param TaskNodeType: 目录分类,该值必传,枚举值如下:
|
4573
|
+
# ETL:数据集成
|
4574
|
+
# EMR:EMR
|
4575
|
+
# TBDS:TBDS
|
4576
|
+
# DLC:DLC
|
4577
|
+
# TDSQL:TDSQL
|
4578
|
+
# TCHOUSE:TCHOUSE
|
4579
|
+
# GENERAL:通用
|
4580
|
+
# TI_ONE:TI-ONE机器学习
|
4581
|
+
# ACROSS_WORKFLOWS:跨工作流
|
4558
4582
|
# @type TaskNodeType: String
|
4559
4583
|
|
4560
4584
|
attr_accessor :ProjectId, :FolderName, :WorkflowId, :ParentFolderId, :TaskNodeType
|
@@ -8677,12 +8701,12 @@ module TencentCloud
|
|
8677
8701
|
|
8678
8702
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
8679
8703
|
extend Gem::Deprecate
|
8680
|
-
deprecate :EventType, :none,
|
8681
|
-
deprecate :EventType=, :none,
|
8682
|
-
deprecate :EventBroadcastType, :none,
|
8683
|
-
deprecate :EventBroadcastType=, :none,
|
8684
|
-
deprecate :Status, :none,
|
8685
|
-
deprecate :Status=, :none,
|
8704
|
+
deprecate :EventType, :none, 2025, 1
|
8705
|
+
deprecate :EventType=, :none, 2025, 1
|
8706
|
+
deprecate :EventBroadcastType, :none, 2025, 1
|
8707
|
+
deprecate :EventBroadcastType=, :none, 2025, 1
|
8708
|
+
deprecate :Status, :none, 2025, 1
|
8709
|
+
deprecate :Status=, :none, 2025, 1
|
8686
8710
|
|
8687
8711
|
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)
|
8688
8712
|
@ProjectId = projectid
|
@@ -14764,8 +14788,8 @@ module TencentCloud
|
|
14764
14788
|
|
14765
14789
|
attr_accessor :DimType, :Count, :QualityDim
|
14766
14790
|
extend Gem::Deprecate
|
14767
|
-
deprecate :DimType, :none,
|
14768
|
-
deprecate :DimType=, :none,
|
14791
|
+
deprecate :DimType, :none, 2025, 1
|
14792
|
+
deprecate :DimType=, :none, 2025, 1
|
14769
14793
|
|
14770
14794
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
14771
14795
|
@DimType = dimtype
|
@@ -20427,8 +20451,8 @@ module TencentCloud
|
|
20427
20451
|
|
20428
20452
|
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
|
20429
20453
|
extend Gem::Deprecate
|
20430
|
-
deprecate :InCharge, :none,
|
20431
|
-
deprecate :InCharge=, :none,
|
20454
|
+
deprecate :InCharge, :none, 2025, 1
|
20455
|
+
deprecate :InCharge=, :none, 2025, 1
|
20432
20456
|
|
20433
20457
|
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)
|
20434
20458
|
@ProjectId = projectid
|
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.976
|
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-01-
|
11
|
+
date: 2025-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|