tencentcloud-sdk-wedata 3.0.793 → 3.0.794
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 +22 -18
- 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: 508955db96d10364b6800886f4c709094e2483e4
|
|
4
|
+
data.tar.gz: 2608826db3be669d13444e7068dcd2fb9e234ea3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 509aa169a48d9e7e0e18ed4f73d3130b6db471bf4773a7e52a1d47045eee16bca32dc252d7a847dc633334d6ba76ebe2119534cb27612fae4ba0a46516fc53b6
|
|
7
|
+
data.tar.gz: d88d3cf9ce42172a90da52a3a602c92e1a1d11789fb19e4f244cbe42736d8c840153d61ff7700a519a97cbe2a8e217206860d66f875808d68e339e98166b98fb
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.794
|
data/lib/v20210820/models.rb
CHANGED
|
@@ -2927,8 +2927,8 @@ module TencentCloud
|
|
|
2927
2927
|
|
|
2928
2928
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
|
2929
2929
|
extend Gem::Deprecate
|
|
2930
|
-
deprecate :TaskId, :none, 2024,
|
|
2931
|
-
deprecate :TaskId=, :none, 2024,
|
|
2930
|
+
deprecate :TaskId, :none, 2024, 4
|
|
2931
|
+
deprecate :TaskId=, :none, 2024, 4
|
|
2932
2932
|
|
|
2933
2933
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
|
2934
2934
|
@ProjectId = projectid
|
|
@@ -5219,10 +5219,12 @@ module TencentCloud
|
|
|
5219
5219
|
# @type NewFile: Boolean
|
|
5220
5220
|
# @param FilesSize: 必填项,文件大小,与 Files 字段对应
|
|
5221
5221
|
# @type FilesSize: Array
|
|
5222
|
+
# @param FileMd5: 必填项,资源的Md5值(COS中的ETag)
|
|
5223
|
+
# @type FileMd5: String
|
|
5222
5224
|
|
|
5223
|
-
attr_accessor :ProjectId, :Files, :FilePath, :CosBucketName, :CosRegion, :NewFile, :FilesSize
|
|
5225
|
+
attr_accessor :ProjectId, :Files, :FilePath, :CosBucketName, :CosRegion, :NewFile, :FilesSize, :FileMd5
|
|
5224
5226
|
|
|
5225
|
-
def initialize(projectid=nil, files=nil, filepath=nil, cosbucketname=nil, cosregion=nil, newfile=nil, filessize=nil)
|
|
5227
|
+
def initialize(projectid=nil, files=nil, filepath=nil, cosbucketname=nil, cosregion=nil, newfile=nil, filessize=nil, filemd5=nil)
|
|
5226
5228
|
@ProjectId = projectid
|
|
5227
5229
|
@Files = files
|
|
5228
5230
|
@FilePath = filepath
|
|
@@ -5230,6 +5232,7 @@ module TencentCloud
|
|
|
5230
5232
|
@CosRegion = cosregion
|
|
5231
5233
|
@NewFile = newfile
|
|
5232
5234
|
@FilesSize = filessize
|
|
5235
|
+
@FileMd5 = filemd5
|
|
5233
5236
|
end
|
|
5234
5237
|
|
|
5235
5238
|
def deserialize(params)
|
|
@@ -5240,6 +5243,7 @@ module TencentCloud
|
|
|
5240
5243
|
@CosRegion = params['CosRegion']
|
|
5241
5244
|
@NewFile = params['NewFile']
|
|
5242
5245
|
@FilesSize = params['FilesSize']
|
|
5246
|
+
@FileMd5 = params['FileMd5']
|
|
5243
5247
|
end
|
|
5244
5248
|
end
|
|
5245
5249
|
|
|
@@ -10247,12 +10251,12 @@ module TencentCloud
|
|
|
10247
10251
|
|
|
10248
10252
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
|
10249
10253
|
extend Gem::Deprecate
|
|
10250
|
-
deprecate :EventType, :none, 2024,
|
|
10251
|
-
deprecate :EventType=, :none, 2024,
|
|
10252
|
-
deprecate :EventBroadcastType, :none, 2024,
|
|
10253
|
-
deprecate :EventBroadcastType=, :none, 2024,
|
|
10254
|
-
deprecate :Status, :none, 2024,
|
|
10255
|
-
deprecate :Status=, :none, 2024,
|
|
10254
|
+
deprecate :EventType, :none, 2024, 4
|
|
10255
|
+
deprecate :EventType=, :none, 2024, 4
|
|
10256
|
+
deprecate :EventBroadcastType, :none, 2024, 4
|
|
10257
|
+
deprecate :EventBroadcastType=, :none, 2024, 4
|
|
10258
|
+
deprecate :Status, :none, 2024, 4
|
|
10259
|
+
deprecate :Status=, :none, 2024, 4
|
|
10256
10260
|
|
|
10257
10261
|
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)
|
|
10258
10262
|
@ProjectId = projectid
|
|
@@ -18365,8 +18369,8 @@ module TencentCloud
|
|
|
18365
18369
|
|
|
18366
18370
|
attr_accessor :DimType, :Count, :QualityDim
|
|
18367
18371
|
extend Gem::Deprecate
|
|
18368
|
-
deprecate :DimType, :none, 2024,
|
|
18369
|
-
deprecate :DimType=, :none, 2024,
|
|
18372
|
+
deprecate :DimType, :none, 2024, 4
|
|
18373
|
+
deprecate :DimType=, :none, 2024, 4
|
|
18370
18374
|
|
|
18371
18375
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
|
18372
18376
|
@DimType = dimtype
|
|
@@ -24940,8 +24944,8 @@ module TencentCloud
|
|
|
24940
24944
|
|
|
24941
24945
|
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
|
|
24942
24946
|
extend Gem::Deprecate
|
|
24943
|
-
deprecate :InCharge, :none, 2024,
|
|
24944
|
-
deprecate :InCharge=, :none, 2024,
|
|
24947
|
+
deprecate :InCharge, :none, 2024, 4
|
|
24948
|
+
deprecate :InCharge=, :none, 2024, 4
|
|
24945
24949
|
|
|
24946
24950
|
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)
|
|
24947
24951
|
@ProjectId = projectid
|
|
@@ -30570,10 +30574,10 @@ module TencentCloud
|
|
|
30570
30574
|
|
|
30571
30575
|
attr_accessor :SourceObjectDataTypeName, :SourceObjectValue, :ObjectDataTypeName, :ObjectValue, :ObjectType
|
|
30572
30576
|
extend Gem::Deprecate
|
|
30573
|
-
deprecate :SourceObjectDataTypeName, :none, 2024,
|
|
30574
|
-
deprecate :SourceObjectDataTypeName=, :none, 2024,
|
|
30575
|
-
deprecate :SourceObjectValue, :none, 2024,
|
|
30576
|
-
deprecate :SourceObjectValue=, :none, 2024,
|
|
30577
|
+
deprecate :SourceObjectDataTypeName, :none, 2024, 4
|
|
30578
|
+
deprecate :SourceObjectDataTypeName=, :none, 2024, 4
|
|
30579
|
+
deprecate :SourceObjectValue, :none, 2024, 4
|
|
30580
|
+
deprecate :SourceObjectValue=, :none, 2024, 4
|
|
30577
30581
|
|
|
30578
30582
|
def initialize(sourceobjectdatatypename=nil, sourceobjectvalue=nil, objectdatatypename=nil, objectvalue=nil, objecttype=nil)
|
|
30579
30583
|
@SourceObjectDataTypeName = sourceobjectdatatypename
|
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.794
|
|
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-03-
|
|
11
|
+
date: 2024-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|