tencentcloud-sdk-cls 3.0.1056 → 3.0.1058
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 -4
- 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: b3b3991609e1f3aa584d4dd30c67888bc6806284
|
4
|
+
data.tar.gz: 1dfd00e53fa3ea7218d3800d2967443148c76aaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 907f8791573b54bfccd5cb0fe0a64974beb8b3740060a4bc0c172861fd34e895991581e7e7b3ffce147b5de3112c7a4f37f642b76f5d5fe1b6be2b2a8bf715d8
|
7
|
+
data.tar.gz: 7987ce0ba4988bdfa9d8596ae390f9712c588315f1a31751ef97515acfc15a50690cc368e984b384d5749db29d730cbb960c8aff8ca022fd7647b73dd825157a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1058
|
data/lib/v20201016/models.rb
CHANGED
@@ -10565,8 +10565,8 @@ module TencentCloud
|
|
10565
10565
|
|
10566
10566
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
10567
10567
|
extend Gem::Deprecate
|
10568
|
-
deprecate :DstTopicName, :none, 2025,
|
10569
|
-
deprecate :DstTopicName=, :none, 2025,
|
10568
|
+
deprecate :DstTopicName, :none, 2025, 5
|
10569
|
+
deprecate :DstTopicName=, :none, 2025, 5
|
10570
10570
|
|
10571
10571
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
10572
10572
|
@LogContent = logcontent
|
@@ -11802,8 +11802,8 @@ module TencentCloud
|
|
11802
11802
|
|
11803
11803
|
attr_accessor :TopicId, :HashKey, :CompressType
|
11804
11804
|
extend Gem::Deprecate
|
11805
|
-
deprecate :HashKey, :none, 2025,
|
11806
|
-
deprecate :HashKey=, :none, 2025,
|
11805
|
+
deprecate :HashKey, :none, 2025, 5
|
11806
|
+
deprecate :HashKey=, :none, 2025, 5
|
11807
11807
|
|
11808
11808
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
11809
11809
|
@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.1058
|
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-05-
|
11
|
+
date: 2025-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|