tencentcloud-sdk-tdmq 3.0.777 → 3.0.778
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/v20200217/models.rb +9 -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: 448ebb6b9fe4581a3d31d43ef592c88e50ca0540
|
|
4
|
+
data.tar.gz: 7d23976baf81dd84c0a144b048d6191a1590f761
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c58c363c1fd0d9e677614d079c714fecf6cf0e8143b1d604f7812eb0c30b2b0c8e9800ca1221200deae34ab1653d7c207e8990bc73d98e72694aa8059fc3b78d
|
|
7
|
+
data.tar.gz: e01c14f855f2cff9b02e0125b7ba25f5349b0cbe5755ec0794ae6ea52ae9ca768a6d8aec56b9057a0858c93568983f51f2f7859001d89c77e6d5974708401993
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.778
|
data/lib/v20200217/models.rb
CHANGED
|
@@ -5818,16 +5818,22 @@ module TencentCloud
|
|
|
5818
5818
|
# @type GroupName: String
|
|
5819
5819
|
# @param QueryDLQMsg: 查询死信时该值为true
|
|
5820
5820
|
# @type QueryDLQMsg: Boolean
|
|
5821
|
+
# @param QueryDeadLetterMessage: 查询死信时该值为true
|
|
5822
|
+
# @type QueryDeadLetterMessage: String
|
|
5821
5823
|
|
|
5822
|
-
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :GroupName, :QueryDLQMsg
|
|
5824
|
+
attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :GroupName, :QueryDLQMsg, :QueryDeadLetterMessage
|
|
5825
|
+
extend Gem::Deprecate
|
|
5826
|
+
deprecate :QueryDLQMsg, :none, 2024, 3
|
|
5827
|
+
deprecate :QueryDLQMsg=, :none, 2024, 3
|
|
5823
5828
|
|
|
5824
|
-
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil)
|
|
5829
|
+
def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil, querydeadlettermessage=nil)
|
|
5825
5830
|
@ClusterId = clusterid
|
|
5826
5831
|
@EnvironmentId = environmentid
|
|
5827
5832
|
@TopicName = topicname
|
|
5828
5833
|
@MsgId = msgid
|
|
5829
5834
|
@GroupName = groupname
|
|
5830
5835
|
@QueryDLQMsg = querydlqmsg
|
|
5836
|
+
@QueryDeadLetterMessage = querydeadlettermessage
|
|
5831
5837
|
end
|
|
5832
5838
|
|
|
5833
5839
|
def deserialize(params)
|
|
@@ -5837,6 +5843,7 @@ module TencentCloud
|
|
|
5837
5843
|
@MsgId = params['MsgId']
|
|
5838
5844
|
@GroupName = params['GroupName']
|
|
5839
5845
|
@QueryDLQMsg = params['QueryDLQMsg']
|
|
5846
|
+
@QueryDeadLetterMessage = params['QueryDeadLetterMessage']
|
|
5840
5847
|
end
|
|
5841
5848
|
end
|
|
5842
5849
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tdmq
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.778
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|