tencentcloud-sdk-cls 1.0.363 → 3.0.379
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/v20201016/models.rb +8 -3
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89443849efccea0c1a8cad5c978cb6aa031b327d
|
4
|
+
data.tar.gz: 509e5d8ed62d03b63755a8b95cd05b9cd460cfcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb168d1eaa4045d7b545d5ca567380a73bfc478b795d1147db6ee58f92a2933b3072a3a1bbaa7da42fd0bed2c599fdc81116198b427c939c1799f3b7dcfbc24
|
7
|
+
data.tar.gz: f9eb5bc8d7c6718a0349de5af39ecd11bd25196df9904c2c50c3c0c34b8ce9ea1671694f3302394ab2929a6e0c5cd263cc416dc5c56bede6be506a4c2da6cf42
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
3.0.379
|
data/lib/v20201016/models.rb
CHANGED
@@ -452,7 +452,7 @@ module TencentCloud
|
|
452
452
|
|
453
453
|
# 投递日志的压缩配置
|
454
454
|
class CompressInfo < TencentCloud::Common::AbstractModel
|
455
|
-
# @param Format: 压缩格式,支持gzip、lzop和none不压缩
|
455
|
+
# @param Format: 压缩格式,支持gzip、lzop、snappy和none不压缩
|
456
456
|
# @type Format: String
|
457
457
|
|
458
458
|
attr_accessor :Format
|
@@ -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,27 +1,27 @@
|
|
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.379
|
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-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.0'
|
27
27
|
description: Tencent Cloud Ruby SDK is the official software development kit, which
|
@@ -33,10 +33,10 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/VERSION
|
37
36
|
- lib/tencentcloud-sdk-cls.rb
|
38
|
-
- lib/v20201016/client.rb
|
39
37
|
- lib/v20201016/models.rb
|
38
|
+
- lib/v20201016/client.rb
|
39
|
+
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|
42
42
|
- Apache-2.0
|
@@ -49,17 +49,17 @@ require_paths:
|
|
49
49
|
- lib
|
50
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- -
|
57
|
+
- - '>='
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '0'
|
60
60
|
requirements: []
|
61
61
|
rubyforge_project:
|
62
|
-
rubygems_version: 2.
|
62
|
+
rubygems_version: 2.0.14
|
63
63
|
signing_key:
|
64
64
|
specification_version: 4
|
65
65
|
summary: Tencent Cloud SDK for Ruby - CLS
|