tencentcloud-sdk-cls 3.0.1162 → 3.0.1163

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca655dfd1b63c970275f577ab345e1c15dc6c19f
4
- data.tar.gz: 62fe91dd847f240b490d0fa34e55296f8f26af6c
3
+ metadata.gz: 69b47269ad2ccbc9a3e5065605f1090211a7547b
4
+ data.tar.gz: a67a8b29fb97a8803b8d26e4c3ce1e51da205bcd
5
5
  SHA512:
6
- metadata.gz: 281721ae6cf5b1519bc19d888388858d39be3f56c5a1f17452e34bcd5059be8d1b0c98536cde0ad94f9c831c5f633b6fba15dd3dfbcc44c9c36f7723a5bbda04
7
- data.tar.gz: fcf4dd275ff6e0a2b0d81f86b43b07dc57ee1c15df74b9585a264cffa9b7654d29f08940de4533f3b5a5e651b397f0dd83fc5ed669e5f7223746621cc55c15f4
6
+ metadata.gz: 0ed8f6cab561401ec2d66763b1680fa2c628a59f8d656958e35ff712ffbe9a7e1e753077db5911c6cdfd0793d74904b2de5a3aa017c9fe60bd1656f3fec01ddb
7
+ data.tar.gz: 4a9c617badb9c4d9299c7a97e5c9a65ca155cf038332d81043be2edf07fb5b4c76edb2ae51e180d4ffc7cb78333c4c7fbeb8238bc4daa198f5786922ce6e6ab7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1162
1
+ 3.0.1163
@@ -3740,10 +3740,12 @@ module TencentCloud
3740
3740
  # @type IsWebTracking: Boolean
3741
3741
  # @param Extends: 主题扩展信息
3742
3742
  # @type Extends: :class:`Tencentcloud::Cls.v20201016.models.TopicExtendInfo`
3743
+ # @param IsSourceFrom: 开启记录公网来源ip和服务端接收时间
3744
+ # @type IsSourceFrom: Boolean
3743
3745
 
3744
- attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod, :BizType, :TopicId, :IsWebTracking, :Extends
3746
+ attr_accessor :LogsetId, :TopicName, :PartitionCount, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :Describes, :HotPeriod, :BizType, :TopicId, :IsWebTracking, :Extends, :IsSourceFrom
3745
3747
 
3746
- def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil, biztype=nil, topicid=nil, iswebtracking=nil, extends=nil)
3748
+ def initialize(logsetid=nil, topicname=nil, partitioncount=nil, tags=nil, autosplit=nil, maxsplitpartitions=nil, storagetype=nil, period=nil, describes=nil, hotperiod=nil, biztype=nil, topicid=nil, iswebtracking=nil, extends=nil, issourcefrom=nil)
3747
3749
  @LogsetId = logsetid
3748
3750
  @TopicName = topicname
3749
3751
  @PartitionCount = partitioncount
@@ -3758,6 +3760,7 @@ module TencentCloud
3758
3760
  @TopicId = topicid
3759
3761
  @IsWebTracking = iswebtracking
3760
3762
  @Extends = extends
3763
+ @IsSourceFrom = issourcefrom
3761
3764
  end
3762
3765
 
3763
3766
  def deserialize(params)
@@ -3785,6 +3788,7 @@ module TencentCloud
3785
3788
  @Extends = TopicExtendInfo.new
3786
3789
  @Extends.deserialize(params['Extends'])
3787
3790
  end
3791
+ @IsSourceFrom = params['IsSourceFrom']
3788
3792
  end
3789
3793
  end
3790
3794
 
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.1162
4
+ version: 3.0.1163
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-05 00:00:00.000000000 Z
11
+ date: 2025-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common