tencentcloud-sdk-cls 3.0.389 → 3.0.397
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 +19 -7
- 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: 807a8b6d658e44b8e1bc30456079557ee242947e
|
4
|
+
data.tar.gz: 06cc715647127e1bebf5da26a984f19cbe130f57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c7b6ec0ee76a45cd4cd3ccc58df4f2985ba11495ddc20d7c07e6a14e75831a639dd8ac936cdcffcfcabe8034cb16d43e6c367b60c53bf36f322d6f175626242
|
7
|
+
data.tar.gz: 2e3f6a54218ea1e72ac4c6ef732b58ae67b7e4781c84e0311b284144bc42e922bd8d24931aab12e9e13860f6b0ef61316d373da197a369fd3c156a5706ed49ab
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.397
|
data/lib/v20201016/models.rb
CHANGED
@@ -1514,10 +1514,12 @@ module TencentCloud
|
|
1514
1514
|
# @type Compress: :class:`Tencentcloud::Cls.v20201016.models.CompressInfo`
|
1515
1515
|
# @param Content: 投递日志的内容格式配置
|
1516
1516
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
1517
|
+
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
1518
|
+
# @type FilenameMode: Integer
|
1517
1519
|
|
1518
|
-
attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content
|
1520
|
+
attr_accessor :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode
|
1519
1521
|
|
1520
|
-
def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil)
|
1522
|
+
def initialize(topicid=nil, bucket=nil, prefix=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil, filenamemode=nil)
|
1521
1523
|
@TopicId = topicid
|
1522
1524
|
@Bucket = bucket
|
1523
1525
|
@Prefix = prefix
|
@@ -1528,6 +1530,7 @@ module TencentCloud
|
|
1528
1530
|
@Partition = partition
|
1529
1531
|
@Compress = compress
|
1530
1532
|
@Content = content
|
1533
|
+
@FilenameMode = filenamemode
|
1531
1534
|
end
|
1532
1535
|
|
1533
1536
|
def deserialize(params)
|
@@ -1554,6 +1557,7 @@ module TencentCloud
|
|
1554
1557
|
@Content = ContentInfo.new
|
1555
1558
|
@Content.deserialize(params['Content'])
|
1556
1559
|
end
|
1560
|
+
@FilenameMode = params['FilenameMode']
|
1557
1561
|
end
|
1558
1562
|
end
|
1559
1563
|
|
@@ -3681,7 +3685,7 @@ module TencentCloud
|
|
3681
3685
|
class JsonInfo < TencentCloud::Common::AbstractModel
|
3682
3686
|
# @param EnableTag: 启用标志
|
3683
3687
|
# @type EnableTag: Boolean
|
3684
|
-
# @param MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__。
|
3688
|
+
# @param MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
|
3685
3689
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3686
3690
|
# @type MetaFields: Array
|
3687
3691
|
|
@@ -4689,10 +4693,12 @@ module TencentCloud
|
|
4689
4693
|
# @type Compress: :class:`Tencentcloud::Cls.v20201016.models.CompressInfo`
|
4690
4694
|
# @param Content: 投递日志的内容格式配置
|
4691
4695
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
4696
|
+
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
4697
|
+
# @type FilenameMode: Integer
|
4692
4698
|
|
4693
|
-
attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content
|
4699
|
+
attr_accessor :ShipperId, :Bucket, :Prefix, :Status, :ShipperName, :Interval, :MaxSize, :FilterRules, :Partition, :Compress, :Content, :FilenameMode
|
4694
4700
|
|
4695
|
-
def initialize(shipperid=nil, bucket=nil, prefix=nil, status=nil, shippername=nil, interval=nil, maxsize=nil, filterrules=nil, partition=nil, compress=nil, content=nil)
|
4701
|
+
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)
|
4696
4702
|
@ShipperId = shipperid
|
4697
4703
|
@Bucket = bucket
|
4698
4704
|
@Prefix = prefix
|
@@ -4704,6 +4710,7 @@ module TencentCloud
|
|
4704
4710
|
@Partition = partition
|
4705
4711
|
@Compress = compress
|
4706
4712
|
@Content = content
|
4713
|
+
@FilenameMode = filenamemode
|
4707
4714
|
end
|
4708
4715
|
|
4709
4716
|
def deserialize(params)
|
@@ -4731,6 +4738,7 @@ module TencentCloud
|
|
4731
4738
|
@Content = ContentInfo.new
|
4732
4739
|
@Content.deserialize(params['Content'])
|
4733
4740
|
end
|
4741
|
+
@FilenameMode = params['FilenameMode']
|
4734
4742
|
end
|
4735
4743
|
end
|
4736
4744
|
|
@@ -4882,15 +4890,19 @@ module TencentCloud
|
|
4882
4890
|
class OpenKafkaConsumerRequest < TencentCloud::Common::AbstractModel
|
4883
4891
|
# @param FromTopicId: CLS控制台创建的TopicId
|
4884
4892
|
# @type FromTopicId: String
|
4893
|
+
# @param Compression: 压缩方式[0:NONE;2:SNAPPY;3:LZ4]
|
4894
|
+
# @type Compression: Integer
|
4885
4895
|
|
4886
|
-
attr_accessor :FromTopicId
|
4896
|
+
attr_accessor :FromTopicId, :Compression
|
4887
4897
|
|
4888
|
-
def initialize(fromtopicid=nil)
|
4898
|
+
def initialize(fromtopicid=nil, compression=nil)
|
4889
4899
|
@FromTopicId = fromtopicid
|
4900
|
+
@Compression = compression
|
4890
4901
|
end
|
4891
4902
|
|
4892
4903
|
def deserialize(params)
|
4893
4904
|
@FromTopicId = params['FromTopicId']
|
4905
|
+
@Compression = params['Compression']
|
4894
4906
|
end
|
4895
4907
|
end
|
4896
4908
|
|
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.397
|
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-08-
|
11
|
+
date: 2022-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|