tencentcloud-sdk-tdmq 3.0.1118 → 3.0.1119
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 +7 -3
- 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: 9d0c687c418c650f1736af5a425076e6e8f46d61
|
4
|
+
data.tar.gz: a747b84f09ce12ca4ec22c1e581b018589cebc20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a10d007cb0aed09bdacf991bb3d69df4c8a7cf527f4de4eb1d152697462d2dadda4184f5d5b420b99533eeb68d5a11c0395e0194c4f321064490bad6b2c080e6
|
7
|
+
data.tar.gz: 0e6af63ff106a012c77c428612037aeceb005514c89e18901793055602d55a365d4cf2e0ae15d65a9da20acf33470693a97f82009474229635063ed9c79b5da8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1119
|
data/lib/v20200217/models.rb
CHANGED
@@ -6220,7 +6220,7 @@ module TencentCloud
|
|
6220
6220
|
# @type FilterTopic: String
|
6221
6221
|
# @param FilterGroup: 按消费组名称查询消费组,支持模糊查询
|
6222
6222
|
# @type FilterGroup: String
|
6223
|
-
# @param SortedBy: 按照指定字段排序,可选值为
|
6223
|
+
# @param SortedBy: 按照指定字段排序,可选值为 subscribeNum: 订阅 Topic 个数
|
6224
6224
|
# @type SortedBy: String
|
6225
6225
|
# @param SortOrder: 按升序或降序排列,可选值为asc,desc
|
6226
6226
|
# @type SortOrder: String
|
@@ -11635,16 +11635,19 @@ module TencentCloud
|
|
11635
11635
|
# @type Topic: String
|
11636
11636
|
# @param ResetTimestamp: 重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位
|
11637
11637
|
# @type ResetTimestamp: Integer
|
11638
|
+
# @param RetryFlag: 重置的是否是retry topic
|
11639
|
+
# @type RetryFlag: Boolean
|
11638
11640
|
|
11639
|
-
attr_accessor :ClusterId, :NamespaceId, :GroupId, :Type, :Topic, :ResetTimestamp
|
11641
|
+
attr_accessor :ClusterId, :NamespaceId, :GroupId, :Type, :Topic, :ResetTimestamp, :RetryFlag
|
11640
11642
|
|
11641
|
-
def initialize(clusterid=nil, namespaceid=nil, groupid=nil, type=nil, topic=nil, resettimestamp=nil)
|
11643
|
+
def initialize(clusterid=nil, namespaceid=nil, groupid=nil, type=nil, topic=nil, resettimestamp=nil, retryflag=nil)
|
11642
11644
|
@ClusterId = clusterid
|
11643
11645
|
@NamespaceId = namespaceid
|
11644
11646
|
@GroupId = groupid
|
11645
11647
|
@Type = type
|
11646
11648
|
@Topic = topic
|
11647
11649
|
@ResetTimestamp = resettimestamp
|
11650
|
+
@RetryFlag = retryflag
|
11648
11651
|
end
|
11649
11652
|
|
11650
11653
|
def deserialize(params)
|
@@ -11654,6 +11657,7 @@ module TencentCloud
|
|
11654
11657
|
@Type = params['Type']
|
11655
11658
|
@Topic = params['Topic']
|
11656
11659
|
@ResetTimestamp = params['ResetTimestamp']
|
11660
|
+
@RetryFlag = params['RetryFlag']
|
11657
11661
|
end
|
11658
11662
|
end
|
11659
11663
|
|
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.1119
|
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-08-
|
11
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|