tencentcloud-sdk-cls 3.0.388 → 3.0.393

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +19 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9815dc21b457878e64377abb3db4711256e393d2
4
- data.tar.gz: 22a4524f9cbb5cc4297be7d04aa67bcfdf8fc62f
3
+ metadata.gz: 4588befc94019f1fe9c298d2fca13d5ab0452403
4
+ data.tar.gz: 8e9ef1f25b80b6f240063667ece61e53bc23e5be
5
5
  SHA512:
6
- metadata.gz: b57920282d07b39d5c1a5e136e65dfd26e7b073222336e26fdc00ee149c6d76ce72566ce8d1bf8f093e0e5e0541a85d9d59bb358f522bb5a948ee17fcd5120cb
7
- data.tar.gz: 47eeb5c57a36ae2df9de37648d15b980cc67f586781a421121ec2633a7cd2c26f8a3f1b66566f83fba194d13c205bf858d2fa0296ac82d8c3c129f1bef6cdca9
6
+ metadata.gz: 0970859030812ba8aeaaaf1ba7a687eb74de01effeff1b0f94164e6c2b2daef6af3e542771f79885aef1c2ad0e003de939979df0ef24269970966bf16823b67c
7
+ data.tar.gz: b83d6206dbfdb7e82d99095adf695afafe6d4c85e5cb8d84878eae0f7e5376d782570d728bce6c4f5f25ccb356141603089693b558d1372e93679c37cbb43549
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.388
1
+ 3.0.393
@@ -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.388
4
+ version: 3.0.393
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-16 00:00:00.000000000 Z
11
+ date: 2022-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common