tencentcloud-sdk-wedata 3.0.835 → 3.0.836
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 +18 -14
- 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: 7300eef2b02d163867f1ab5aa57d217a053e816b
|
4
|
+
data.tar.gz: f0be0d2abea450ff362ecb75656f5579c5568b9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a298dc0448890700b5d8114f947b6fe7e8f25419cbf9224e66f3dab55fdbf953b184689e58fba93e75faecae8ebad383668f211bdbd4fae09583e09c115724f
|
7
|
+
data.tar.gz: 94b1b6fa23ecef26928126c0504e0a2ed19ccaf74cb8950f7b8ba3d36b1d1fca14f7e58a022679d6188204c9171c9d62666e19820a89c21d2009dcf9f2d7563b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.836
|
data/lib/v20210820/models.rb
CHANGED
@@ -1908,8 +1908,8 @@ module TencentCloud
|
|
1908
1908
|
|
1909
1909
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
1910
1910
|
extend Gem::Deprecate
|
1911
|
-
deprecate :TaskId, :none, 2024,
|
1912
|
-
deprecate :TaskId=, :none, 2024,
|
1911
|
+
deprecate :TaskId, :none, 2024, 6
|
1912
|
+
deprecate :TaskId=, :none, 2024, 6
|
1913
1913
|
|
1914
1914
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
1915
1915
|
@ProjectId = projectid
|
@@ -7424,12 +7424,12 @@ module TencentCloud
|
|
7424
7424
|
|
7425
7425
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
7426
7426
|
extend Gem::Deprecate
|
7427
|
-
deprecate :EventType, :none, 2024,
|
7428
|
-
deprecate :EventType=, :none, 2024,
|
7429
|
-
deprecate :EventBroadcastType, :none, 2024,
|
7430
|
-
deprecate :EventBroadcastType=, :none, 2024,
|
7431
|
-
deprecate :Status, :none, 2024,
|
7432
|
-
deprecate :Status=, :none, 2024,
|
7427
|
+
deprecate :EventType, :none, 2024, 6
|
7428
|
+
deprecate :EventType=, :none, 2024, 6
|
7429
|
+
deprecate :EventBroadcastType, :none, 2024, 6
|
7430
|
+
deprecate :EventBroadcastType=, :none, 2024, 6
|
7431
|
+
deprecate :Status, :none, 2024, 6
|
7432
|
+
deprecate :Status=, :none, 2024, 6
|
7433
7433
|
|
7434
7434
|
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)
|
7435
7435
|
@ProjectId = projectid
|
@@ -12976,8 +12976,8 @@ module TencentCloud
|
|
12976
12976
|
|
12977
12977
|
attr_accessor :DimType, :Count, :QualityDim
|
12978
12978
|
extend Gem::Deprecate
|
12979
|
-
deprecate :DimType, :none, 2024,
|
12980
|
-
deprecate :DimType=, :none, 2024,
|
12979
|
+
deprecate :DimType, :none, 2024, 6
|
12980
|
+
deprecate :DimType=, :none, 2024, 6
|
12981
12981
|
|
12982
12982
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
12983
12983
|
@DimType = dimtype
|
@@ -18135,8 +18135,8 @@ module TencentCloud
|
|
18135
18135
|
|
18136
18136
|
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
|
18137
18137
|
extend Gem::Deprecate
|
18138
|
-
deprecate :InCharge, :none, 2024,
|
18139
|
-
deprecate :InCharge=, :none, 2024,
|
18138
|
+
deprecate :InCharge, :none, 2024, 6
|
18139
|
+
deprecate :InCharge=, :none, 2024, 6
|
18140
18140
|
|
18141
18141
|
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)
|
18142
18142
|
@ProjectId = projectid
|
@@ -26087,12 +26087,15 @@ module TencentCloud
|
|
26087
26087
|
# @type ScriptRequestInfo: :class:`Tencentcloud::Wedata.v20210820.models.ScriptRequestInfo`
|
26088
26088
|
# @param RequestFromSource: 请求来源,WEB 前端;CLIENT 客户端
|
26089
26089
|
# @type RequestFromSource: String
|
26090
|
+
# @param ProjectId: 项目id
|
26091
|
+
# @type ProjectId: String
|
26090
26092
|
|
26091
|
-
attr_accessor :ScriptRequestInfo, :RequestFromSource
|
26093
|
+
attr_accessor :ScriptRequestInfo, :RequestFromSource, :ProjectId
|
26092
26094
|
|
26093
|
-
def initialize(scriptrequestinfo=nil, requestfromsource=nil)
|
26095
|
+
def initialize(scriptrequestinfo=nil, requestfromsource=nil, projectid=nil)
|
26094
26096
|
@ScriptRequestInfo = scriptrequestinfo
|
26095
26097
|
@RequestFromSource = requestfromsource
|
26098
|
+
@ProjectId = projectid
|
26096
26099
|
end
|
26097
26100
|
|
26098
26101
|
def deserialize(params)
|
@@ -26101,6 +26104,7 @@ module TencentCloud
|
|
26101
26104
|
@ScriptRequestInfo.deserialize(params['ScriptRequestInfo'])
|
26102
26105
|
end
|
26103
26106
|
@RequestFromSource = params['RequestFromSource']
|
26107
|
+
@ProjectId = params['ProjectId']
|
26104
26108
|
end
|
26105
26109
|
end
|
26106
26110
|
|
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.836
|
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-06-
|
11
|
+
date: 2024-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|