tencentcloud-sdk-cls 3.0.752 → 3.0.753
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/v20201016/models.rb +19 -6
- 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: 8b906247f8fe4fa871587d1b0c07d882e05093fc
|
4
|
+
data.tar.gz: 4f09bdd484ae0762955d0c7c675d6f76a0760909
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 815e155dfc692ca7d025f4eeeaa20de342e941b629935118efa05bb6db183f160e4a07d56bb6a846967482afe222c81f542810df2e43af1087d2ca687136949b
|
7
|
+
data.tar.gz: 6a4626d4e8ac3a84b29d142b3c3fbfc9af1a2282db0ede08e0a3f4daeaf2d3c31d3c42badd72e378ac0df78ef039db1044f76d69756009ac59130cae26f2341c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.753
|
data/lib/v20201016/models.rb
CHANGED
@@ -2552,10 +2552,12 @@ module TencentCloud
|
|
2552
2552
|
# @type StartTime: Integer
|
2553
2553
|
# @param EndTime: 投递数据范围的结束时间点,不能填写未来时间。如果用户不填写,默认为持续投递,即无限。
|
2554
2554
|
# @type EndTime: Integer
|
2555
|
+
# @param StorageType: cos桶存储类型
|
2556
|
+
# @type StorageType: String
|
2555
2557
|
|
2556
|
-
attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StartTime, :EndTime
|
2558
|
+
attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StartTime, :EndTime, :StorageType
|
2557
2559
|
|
2558
|
-
def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, starttime=nil, endtime=nil)
|
2560
|
+
def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, starttime=nil, endtime=nil, storagetype=nil)
|
2559
2561
|
@TopicId = topicid
|
2560
2562
|
@Bucket = bucket
|
2561
2563
|
@Prefix = prefix
|
@@ -2569,6 +2571,7 @@ module TencentCloud
|
|
2569
2571
|
@FilenameMode = filenamemode
|
2570
2572
|
@StartTime = starttime
|
2571
2573
|
@EndTime = endtime
|
2574
|
+
@StorageType = storagetype
|
2572
2575
|
end
|
2573
2576
|
|
2574
2577
|
def deserialize(params)
|
@@ -2598,6 +2601,7 @@ module TencentCloud
|
|
2598
2601
|
@FilenameMode = params['FilenameMode']
|
2599
2602
|
@StartTime = params['StartTime']
|
2600
2603
|
@EndTime = params['EndTime']
|
2604
|
+
@StorageType = params['StorageType']
|
2601
2605
|
end
|
2602
2606
|
end
|
2603
2607
|
|
@@ -7521,10 +7525,12 @@ module TencentCloud
|
|
7521
7525
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
7522
7526
|
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
7523
7527
|
# @type FilenameMode: Integer
|
7528
|
+
# @param StorageType: cos桶类型
|
7529
|
+
# @type StorageType: String
|
7524
7530
|
|
7525
|
-
attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode
|
7531
|
+
attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode, :StorageType
|
7526
7532
|
|
7527
|
-
def initialize(shipperid=nil, bucket=nil, prefix=nil, status=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil)
|
7533
|
+
def initialize(shipperid=nil, bucket=nil, prefix=nil, status=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil, storagetype=nil)
|
7528
7534
|
@ShipperId = shipperid
|
7529
7535
|
@Bucket = bucket
|
7530
7536
|
@Prefix = prefix
|
@@ -7537,6 +7543,7 @@ module TencentCloud
|
|
7537
7543
|
@Compress = compress
|
7538
7544
|
@Content = content
|
7539
7545
|
@FilenameMode = filenamemode
|
7546
|
+
@StorageType = storagetype
|
7540
7547
|
end
|
7541
7548
|
|
7542
7549
|
def deserialize(params)
|
@@ -7565,6 +7572,7 @@ module TencentCloud
|
|
7565
7572
|
@Content.deserialize(params['Content'])
|
7566
7573
|
end
|
7567
7574
|
@FilenameMode = params['FilenameMode']
|
7575
|
+
@StorageType = params['StorageType']
|
7568
7576
|
end
|
7569
7577
|
end
|
7570
7578
|
|
@@ -8850,10 +8858,13 @@ module TencentCloud
|
|
8850
8858
|
# 4:任务运行结束
|
8851
8859
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8852
8860
|
# @type HistoryStatus: Integer
|
8861
|
+
# @param StorageType: cos桶类型
|
8862
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8863
|
+
# @type StorageType: String
|
8853
8864
|
|
8854
|
-
attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus
|
8865
|
+
attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus, :StorageType
|
8855
8866
|
|
8856
|
-
def initialize(shipperid=nil, topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, status=nil, filterrules=nil, partition=nil, compress=nil, content=nil, createtime=nil, filenamemode=nil, starttime=nil, endtime=nil, progress=nil, remaintime=nil, historystatus=nil)
|
8867
|
+
def initialize(shipperid=nil, topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, status=nil, filterrules=nil, partition=nil, compress=nil, content=nil, createtime=nil, filenamemode=nil, starttime=nil, endtime=nil, progress=nil, remaintime=nil, historystatus=nil, storagetype=nil)
|
8857
8868
|
@ShipperId = shipperid
|
8858
8869
|
@TopicId = topicid
|
8859
8870
|
@Bucket = bucket
|
@@ -8873,6 +8884,7 @@ module TencentCloud
|
|
8873
8884
|
@Progress = progress
|
8874
8885
|
@RemainTime = remaintime
|
8875
8886
|
@HistoryStatus = historystatus
|
8887
|
+
@StorageType = storagetype
|
8876
8888
|
end
|
8877
8889
|
|
8878
8890
|
def deserialize(params)
|
@@ -8908,6 +8920,7 @@ module TencentCloud
|
|
8908
8920
|
@Progress = params['Progress']
|
8909
8921
|
@RemainTime = params['RemainTime']
|
8910
8922
|
@HistoryStatus = params['HistoryStatus']
|
8923
|
+
@StorageType = params['StorageType']
|
8911
8924
|
end
|
8912
8925
|
end
|
8913
8926
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.753
|
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-01-
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|