tencentcloud-sdk-cls 3.0.1012 → 3.0.1014
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 +4 -5
- 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: 5569de01df6ace7609a981356e911b25ff8cfd81
|
4
|
+
data.tar.gz: 391b2ce2c765680f91569572c8b58306e428628e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cb9bae997dd61cd40a4231e051321671f6e56709024ca51c0c64f267d4f6f659c90bc6922aac70c87a8314c374d9657a5f13a64620f1af80f92c868a8033ddd
|
7
|
+
data.tar.gz: a5df5c085465b8d90a5f136b3322f4237a69fd6133f338064f5e81cb3e9e30d92da7d995199ebde5fecf3d4a9d164cd5f128eacf4c63bff7c68a9e3e893f176f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1014
|
data/lib/v20201016/models.rb
CHANGED
@@ -10714,8 +10714,8 @@ module TencentCloud
|
|
10714
10714
|
|
10715
10715
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
10716
10716
|
extend Gem::Deprecate
|
10717
|
-
deprecate :DstTopicName, :none, 2025,
|
10718
|
-
deprecate :DstTopicName=, :none, 2025,
|
10717
|
+
deprecate :DstTopicName, :none, 2025, 3
|
10718
|
+
deprecate :DstTopicName=, :none, 2025, 3
|
10719
10719
|
|
10720
10720
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
10721
10721
|
@LogContent = logcontent
|
@@ -11817,7 +11817,6 @@ module TencentCloud
|
|
11817
11817
|
# - 17, 法兰克福,eu-frankfurt
|
11818
11818
|
# - 18, 首尔,ap-seoul
|
11819
11819
|
# - 19, 重庆,ap-chongqing
|
11820
|
-
# - 21, 孟买,ap-mumbai
|
11821
11820
|
# - 22, 弗吉尼亚,na-ashburn
|
11822
11821
|
# - 23, 曼谷,ap-bangkok
|
11823
11822
|
# - 25, 东京,ap-tokyo
|
@@ -11986,8 +11985,8 @@ module TencentCloud
|
|
11986
11985
|
|
11987
11986
|
attr_accessor :TopicId, :HashKey, :CompressType
|
11988
11987
|
extend Gem::Deprecate
|
11989
|
-
deprecate :HashKey, :none, 2025,
|
11990
|
-
deprecate :HashKey=, :none, 2025,
|
11988
|
+
deprecate :HashKey, :none, 2025, 3
|
11989
|
+
deprecate :HashKey=, :none, 2025, 3
|
11991
11990
|
|
11992
11991
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
11993
11992
|
@TopicId = topicid
|
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.1014
|
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-03-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|