tencentcloud-sdk-cls 1.0.364 → 3.0.371
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 +7 -2
- 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: 231de30604dcd82f1b1a46dab77054f055583690
|
4
|
+
data.tar.gz: 41240cddcbe77b3646dbf5603c10f98c85014d99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66b42cb22ccb6238f0dd0971a988ec8dd712b56d43d99dd3264816b42606ea2956a1298ceff640a8d8cc32b98d3b84bbfc6e3157ab7c297fa0059fed93424f9c
|
7
|
+
data.tar.gz: 1925055cae2a9726b63931bbfc2ca941da88f490a99052e98b17c55fb479855f0a79445e22e80bf12e5575bace2ebdbccc86951aad05952fc1c188a2153886a1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.371
|
data/lib/v20201016/models.rb
CHANGED
@@ -5279,10 +5279,13 @@ module TencentCloud
|
|
5279
5279
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
5280
5280
|
# @param CreateTime: 投递日志的创建时间
|
5281
5281
|
# @type CreateTime: String
|
5282
|
+
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
5283
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5284
|
+
# @type FilenameMode: Integer
|
5282
5285
|
|
5283
|
-
attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime
|
5286
|
+
attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode
|
5284
5287
|
|
5285
|
-
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)
|
5288
|
+
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)
|
5286
5289
|
@ShipperId = shipperid
|
5287
5290
|
@TopicId = topicid
|
5288
5291
|
@Bucket = bucket
|
@@ -5296,6 +5299,7 @@ module TencentCloud
|
|
5296
5299
|
@Compress = compress
|
5297
5300
|
@Content = content
|
5298
5301
|
@CreateTime = createtime
|
5302
|
+
@FilenameMode = filenamemode
|
5299
5303
|
end
|
5300
5304
|
|
5301
5305
|
def deserialize(params)
|
@@ -5325,6 +5329,7 @@ module TencentCloud
|
|
5325
5329
|
@Content.deserialize(params['Content'])
|
5326
5330
|
end
|
5327
5331
|
@CreateTime = params['CreateTime']
|
5332
|
+
@FilenameMode = params['FilenameMode']
|
5328
5333
|
end
|
5329
5334
|
end
|
5330
5335
|
|
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:
|
4
|
+
version: 3.0.371
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|