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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +6 -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: 69b47269ad2ccbc9a3e5065605f1090211a7547b
|
|
4
|
+
data.tar.gz: a67a8b29fb97a8803b8d26e4c3ce1e51da205bcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ed8f6cab561401ec2d66763b1680fa2c628a59f8d656958e35ff712ffbe9a7e1e753077db5911c6cdfd0793d74904b2de5a3aa017c9fe60bd1656f3fec01ddb
|
|
7
|
+
data.tar.gz: 4a9c617badb9c4d9299c7a97e5c9a65ca155cf038332d81043be2edf07fb5b4c76edb2ae51e180d4ffc7cb78333c4c7fbeb8238bc4daa198f5786922ce6e6ab7
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1163
|
data/lib/v20201016/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|