tencentcloud-sdk-tdmq 3.0.1178 → 3.0.1179
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/client.rb +48 -24
- data/lib/v20200217/models.rb +18 -18
- 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: 6183e7ea18de71b3a8da82e77ad9769744947c4a
|
|
4
|
+
data.tar.gz: ffbe0ed39c94ebd3e43efe6d7f475faec49056c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb3580362f1d96dbf3d1e1d2f4a48e6657a72e3127ece02f5306b72d8935aea391ed327da8561816afedbbc7f15aa6914530e7b1e4aad009b8486ee9f1187e8c
|
|
7
|
+
data.tar.gz: 5d5d7d3bf256b27171de6ccf33f5fe69f1f5948d8d201d32eb53be339bd252cc06183859a53d0c7063766fb9d44dc1fbf43b4f2dd167006d3d8d3fd6092d39ab
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1179
|
data/lib/v20200217/client.rb
CHANGED
|
@@ -365,7 +365,8 @@ module TencentCloud
|
|
|
365
365
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
366
366
|
end
|
|
367
367
|
|
|
368
|
-
#
|
|
368
|
+
# 创建 RocketMQ 集群。
|
|
369
|
+
# 当前 API 适用集群:4.x 虚拟集群。创建 4.x 专享或通用集群的接口文档见 [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721),创建 5.x 集群接口文档见 [CreateInstance](https://cloud.tencent.com/document/api/1493/97868)。
|
|
369
370
|
|
|
370
371
|
# @param request: Request instance for CreateRocketMQCluster.
|
|
371
372
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::CreateRocketMQClusterRequest`
|
|
@@ -414,7 +415,8 @@ module TencentCloud
|
|
|
414
415
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
415
416
|
end
|
|
416
417
|
|
|
417
|
-
# 创建RocketMQ
|
|
418
|
+
# 创建 RocketMQ 消费组。
|
|
419
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。创建 5.x 集群消费组的接口文档见 [CreateConsumerGroup](https://cloud.tencent.com/document/api/1493/97943)。
|
|
418
420
|
|
|
419
421
|
# @param request: Request instance for CreateRocketMQGroup.
|
|
420
422
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::CreateRocketMQGroupRequest`
|
|
@@ -438,7 +440,8 @@ module TencentCloud
|
|
|
438
440
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
439
441
|
end
|
|
440
442
|
|
|
441
|
-
# 创建RocketMQ
|
|
443
|
+
# 创建 RocketMQ 命名空间。
|
|
444
|
+
# 当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
442
445
|
|
|
443
446
|
# @param request: Request instance for CreateRocketMQNamespace.
|
|
444
447
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::CreateRocketMQNamespaceRequest`
|
|
@@ -487,7 +490,8 @@ module TencentCloud
|
|
|
487
490
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
488
491
|
end
|
|
489
492
|
|
|
490
|
-
#
|
|
493
|
+
# 批量创建 RocketMQ 主题。
|
|
494
|
+
# 当前云 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的创建 Topic 接口文档见 [CreateTopic](https://cloud.tencent.com/document/api/1493/97947)。
|
|
491
495
|
|
|
492
496
|
# @param request: Request instance for CreateRocketMQTopic.
|
|
493
497
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::CreateRocketMQTopicRequest`
|
|
@@ -511,7 +515,8 @@ module TencentCloud
|
|
|
511
515
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
512
516
|
end
|
|
513
517
|
|
|
514
|
-
# 创建RocketMQ
|
|
518
|
+
# 创建 RocketMQ 主题。
|
|
519
|
+
# 当前云 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的创建 Topic 接口文档见 [CreateTopic](https://cloud.tencent.com/document/api/1493/97947)。
|
|
515
520
|
|
|
516
521
|
# @param request: Request instance for CreateRocketMQTopicV2.
|
|
517
522
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::CreateRocketMQTopicV2Request`
|
|
@@ -919,7 +924,8 @@ module TencentCloud
|
|
|
919
924
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
920
925
|
end
|
|
921
926
|
|
|
922
|
-
# 删除RocketMQ
|
|
927
|
+
# 删除 RocketMQ 集群。
|
|
928
|
+
# 当前 API 适用集群:4.x 虚拟集群。删除 4.x 专享或通用集群的接口文档见 [DeleteRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95802),删除 5.x 集群的接口文档见 [DeleteInstance](https://cloud.tencent.com/document/product/1493/97867)。
|
|
923
929
|
|
|
924
930
|
# @param request: Request instance for DeleteRocketMQCluster.
|
|
925
931
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DeleteRocketMQClusterRequest`
|
|
@@ -968,7 +974,8 @@ module TencentCloud
|
|
|
968
974
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
969
975
|
end
|
|
970
976
|
|
|
971
|
-
# 删除RocketMQ
|
|
977
|
+
# 删除 RocketMQ 消费组。
|
|
978
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。删除 5.x 集群消费组的接口文档见 [DeleteConsumerGroup](https://cloud.tencent.com/document/api/1493/97942)。
|
|
972
979
|
|
|
973
980
|
# @param request: Request instance for DeleteRocketMQGroup.
|
|
974
981
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DeleteRocketMQGroupRequest`
|
|
@@ -992,7 +999,8 @@ module TencentCloud
|
|
|
992
999
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
993
1000
|
end
|
|
994
1001
|
|
|
995
|
-
# 删除RocketMQ
|
|
1002
|
+
# 删除 RocketMQ 命名空间。
|
|
1003
|
+
# 当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
996
1004
|
|
|
997
1005
|
# @param request: Request instance for DeleteRocketMQNamespace.
|
|
998
1006
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DeleteRocketMQNamespaceRequest`
|
|
@@ -1041,7 +1049,8 @@ module TencentCloud
|
|
|
1041
1049
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1042
1050
|
end
|
|
1043
1051
|
|
|
1044
|
-
# 删除RocketMQ
|
|
1052
|
+
# 删除 RocketMQ 主题。
|
|
1053
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。删除 5.x 集群主题的接口文档见 [DeleteTopic](https://cloud.tencent.com/document/api/1493/97946)。
|
|
1045
1054
|
|
|
1046
1055
|
# @param request: Request instance for DeleteRocketMQTopic.
|
|
1047
1056
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DeleteRocketMQTopicRequest`
|
|
@@ -2003,7 +2012,8 @@ module TencentCloud
|
|
|
2003
2012
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2004
2013
|
end
|
|
2005
2014
|
|
|
2006
|
-
#
|
|
2015
|
+
# 查询 RocketMQ 消费详情列表。
|
|
2016
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群消费详情的接口文档见 [DescribeConsumerGroup](https://cloud.tencent.com/document/api/1493/97941)。
|
|
2007
2017
|
|
|
2008
2018
|
# @param request: Request instance for DescribeRocketMQConsumeStats.
|
|
2009
2019
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQConsumeStatsRequest`
|
|
@@ -2027,7 +2037,8 @@ module TencentCloud
|
|
|
2027
2037
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2028
2038
|
end
|
|
2029
2039
|
|
|
2030
|
-
#
|
|
2040
|
+
# 查询 RocketMQ 消费者客户端详情。
|
|
2041
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的查询消费者客户端详情接口文档见 [DescribeConsumerClient](https://cloud.tencent.com/document/api/1493/115240)。
|
|
2031
2042
|
|
|
2032
2043
|
# @param request: Request instance for DescribeRocketMQConsumerConnectionDetail.
|
|
2033
2044
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQConsumerConnectionDetailRequest`
|
|
@@ -2051,7 +2062,8 @@ module TencentCloud
|
|
|
2051
2062
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2052
2063
|
end
|
|
2053
2064
|
|
|
2054
|
-
#
|
|
2065
|
+
# 查询 RocketMQ 消费组下的客户端连接列表。
|
|
2066
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消费组下的客户端连接列表接口文档见 [DescribeConsumerClientList](https://cloud.tencent.com/document/api/1493/120140)。
|
|
2055
2067
|
|
|
2056
2068
|
# @param request: Request instance for DescribeRocketMQConsumerConnections.
|
|
2057
2069
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQConsumerConnectionsRequest`
|
|
@@ -2100,7 +2112,8 @@ module TencentCloud
|
|
|
2100
2112
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2101
2113
|
end
|
|
2102
2114
|
|
|
2103
|
-
#
|
|
2115
|
+
# 查询 RocketMQ 消费组列表。
|
|
2116
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的消费组列表接口文档见 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)。
|
|
2104
2117
|
|
|
2105
2118
|
# @param request: Request instance for DescribeRocketMQGroups.
|
|
2106
2119
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQGroupsRequest`
|
|
@@ -2172,7 +2185,8 @@ module TencentCloud
|
|
|
2172
2185
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2173
2186
|
end
|
|
2174
2187
|
|
|
2175
|
-
#
|
|
2188
|
+
# 查询消息轨迹。
|
|
2189
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消息轨迹的接口文档见 [DescribeMessageTrace](https://cloud.tencent.com/document/api/1493/114302)。
|
|
2176
2190
|
|
|
2177
2191
|
# @param request: Request instance for DescribeRocketMQMsgTrace.
|
|
2178
2192
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQMsgTraceRequest`
|
|
@@ -2196,7 +2210,8 @@ module TencentCloud
|
|
|
2196
2210
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2197
2211
|
end
|
|
2198
2212
|
|
|
2199
|
-
# 获取RocketMQ
|
|
2213
|
+
# 获取 RocketMQ 命名空间列表。
|
|
2214
|
+
# 当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
2200
2215
|
|
|
2201
2216
|
# @param request: Request instance for DescribeRocketMQNamespaces.
|
|
2202
2217
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQNamespacesRequest`
|
|
@@ -2342,7 +2357,8 @@ module TencentCloud
|
|
|
2342
2357
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2343
2358
|
end
|
|
2344
2359
|
|
|
2345
|
-
#
|
|
2360
|
+
# 查询 RocketMQ 消费组订阅关系列表。
|
|
2361
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消费组订阅的主题列表接口文档见 [DescribeTopicListByGroup](https://cloud.tencent.com/document/api/1493/115314)。
|
|
2346
2362
|
|
|
2347
2363
|
# @param request: Request instance for DescribeRocketMQSubscriptions.
|
|
2348
2364
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQSubscriptionsRequest`
|
|
@@ -2414,7 +2430,8 @@ module TencentCloud
|
|
|
2414
2430
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2415
2431
|
end
|
|
2416
2432
|
|
|
2417
|
-
#
|
|
2433
|
+
# 查询 RocketMQ 消息列表。
|
|
2434
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的查询消息列表接口文档见 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593)。
|
|
2418
2435
|
|
|
2419
2436
|
# @param request: Request instance for DescribeRocketMQTopicMsgs.
|
|
2420
2437
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQTopicMsgsRequest`
|
|
@@ -2438,7 +2455,8 @@ module TencentCloud
|
|
|
2438
2455
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2439
2456
|
end
|
|
2440
2457
|
|
|
2441
|
-
#
|
|
2458
|
+
# 查询 RocketMQ 主题生产详情列表。
|
|
2459
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群暂不支持该功能。
|
|
2442
2460
|
|
|
2443
2461
|
# @param request: Request instance for DescribeRocketMQTopicStats.
|
|
2444
2462
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQTopicStatsRequest`
|
|
@@ -2462,7 +2480,8 @@ module TencentCloud
|
|
|
2462
2480
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2463
2481
|
end
|
|
2464
2482
|
|
|
2465
|
-
#
|
|
2483
|
+
# 查询 RocketMQ 主题列表。
|
|
2484
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。查询 5.x 集群的主题列表接口文档见 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)。
|
|
2466
2485
|
|
|
2467
2486
|
# @param request: Request instance for DescribeRocketMQTopics.
|
|
2468
2487
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQTopicsRequest`
|
|
@@ -2486,7 +2505,8 @@ module TencentCloud
|
|
|
2486
2505
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2487
2506
|
end
|
|
2488
2507
|
|
|
2489
|
-
#
|
|
2508
|
+
# 查询 RocketMQ 消费组订阅的主题列表。
|
|
2509
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群查询消费组订阅的主题列表接口文档见 [DescribeTopicListByGroup](https://cloud.tencent.com/document/api/1493/115314)。
|
|
2490
2510
|
|
|
2491
2511
|
# @param request: Request instance for DescribeRocketMQTopicsByGroup.
|
|
2492
2512
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::DescribeRocketMQTopicsByGroupRequest`
|
|
@@ -3087,7 +3107,8 @@ module TencentCloud
|
|
|
3087
3107
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3088
3108
|
end
|
|
3089
3109
|
|
|
3090
|
-
#
|
|
3110
|
+
# 修改 RocketMQ 消费组属性。
|
|
3111
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。修改 5.x 集群消费组属性的接口文档见 [ModifyConsumerGroup](https://cloud.tencent.com/document/api/1493/97940)。
|
|
3091
3112
|
|
|
3092
3113
|
# @param request: Request instance for ModifyRocketMQGroup.
|
|
3093
3114
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::ModifyRocketMQGroupRequest`
|
|
@@ -3159,7 +3180,8 @@ module TencentCloud
|
|
|
3159
3180
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3160
3181
|
end
|
|
3161
3182
|
|
|
3162
|
-
# 更新RocketMQ
|
|
3183
|
+
# 更新 RocketMQ 命名空间。
|
|
3184
|
+
# 当前 API 适用集群:4.x 虚拟集群和 4.x 专享集群,其他集群类型均不支持该功能。
|
|
3163
3185
|
|
|
3164
3186
|
# @param request: Request instance for ModifyRocketMQNamespace.
|
|
3165
3187
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::ModifyRocketMQNamespaceRequest`
|
|
@@ -3208,7 +3230,8 @@ module TencentCloud
|
|
|
3208
3230
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3209
3231
|
end
|
|
3210
3232
|
|
|
3211
|
-
#
|
|
3233
|
+
# 修改 RocketMQ 主题属性。
|
|
3234
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。修改 5.x 集群主题属性的接口文档见 [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)。
|
|
3212
3235
|
|
|
3213
3236
|
# @param request: Request instance for ModifyRocketMQTopic.
|
|
3214
3237
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::ModifyRocketMQTopicRequest`
|
|
@@ -3396,7 +3419,8 @@ module TencentCloud
|
|
|
3396
3419
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3397
3420
|
end
|
|
3398
3421
|
|
|
3399
|
-
# 重发RocketMQ
|
|
3422
|
+
# 重发 RocketMQ 死信消息。
|
|
3423
|
+
# 当前 API 适用集群:4.x 虚拟集群,4.x 专享集群 和 4.x 通用集群。5.x 集群的重发死信消息接口文档见 [ResendDeadLetterMessage](https://cloud.tencent.com/document/api/1493/114592)。
|
|
3400
3424
|
|
|
3401
3425
|
# @param request: Request instance for RetryRocketMQDlqMessage.
|
|
3402
3426
|
# @type request: :class:`Tencentcloud::tdmq::V20200217::RetryRocketMQDlqMessageRequest`
|
data/lib/v20200217/models.rb
CHANGED
|
@@ -2054,7 +2054,7 @@ module TencentCloud
|
|
|
2054
2054
|
class CreateRocketMQGroupRequest < TencentCloud::Common::AbstractModel
|
|
2055
2055
|
# @param GroupId: Group名称,8~64个字符
|
|
2056
2056
|
# @type GroupId: String
|
|
2057
|
-
# @param Namespaces:
|
|
2057
|
+
# @param Namespaces: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
2058
2058
|
# @type Namespaces: Array
|
|
2059
2059
|
# @param ReadEnable: 是否开启消费
|
|
2060
2060
|
# @type ReadEnable: Boolean
|
|
@@ -2219,7 +2219,7 @@ module TencentCloud
|
|
|
2219
2219
|
class CreateRocketMQTopicRequest < TencentCloud::Common::AbstractModel
|
|
2220
2220
|
# @param Topic: 主题名称,3-64个字符,只能包含字母、数字、“-”及“_”
|
|
2221
2221
|
# @type Topic: String
|
|
2222
|
-
# @param Namespaces:
|
|
2222
|
+
# @param Namespaces: 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
2223
2223
|
# @type Namespaces: Array
|
|
2224
2224
|
# @param Type: 主题类型,可选值为Normal, GlobalOrder, PartitionedOrder, Transaction, DelayScheduled。Transaction仅在专享版支持。
|
|
2225
2225
|
# @type Type: String
|
|
@@ -2275,7 +2275,7 @@ module TencentCloud
|
|
|
2275
2275
|
# @type Type: String
|
|
2276
2276
|
# @param ClusterId: 集群ID
|
|
2277
2277
|
# @type ClusterId: String
|
|
2278
|
-
# @param Namespace:
|
|
2278
|
+
# @param Namespace: 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
2279
2279
|
# @type Namespace: String
|
|
2280
2280
|
# @param Remark: 备注
|
|
2281
2281
|
# @type Remark: String
|
|
@@ -3201,7 +3201,7 @@ module TencentCloud
|
|
|
3201
3201
|
class DeleteRocketMQGroupRequest < TencentCloud::Common::AbstractModel
|
|
3202
3202
|
# @param ClusterId: 集群ID
|
|
3203
3203
|
# @type ClusterId: String
|
|
3204
|
-
# @param NamespaceId:
|
|
3204
|
+
# @param NamespaceId: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
3205
3205
|
# @type NamespaceId: String
|
|
3206
3206
|
# @param GroupId: 消费组名称
|
|
3207
3207
|
# @type GroupId: String
|
|
@@ -3317,7 +3317,7 @@ module TencentCloud
|
|
|
3317
3317
|
class DeleteRocketMQTopicRequest < TencentCloud::Common::AbstractModel
|
|
3318
3318
|
# @param ClusterId: 集群ID
|
|
3319
3319
|
# @type ClusterId: String
|
|
3320
|
-
# @param NamespaceId:
|
|
3320
|
+
# @param NamespaceId: 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
3321
3321
|
# @type NamespaceId: String
|
|
3322
3322
|
# @param Topic: 主题名称
|
|
3323
3323
|
# @type Topic: String
|
|
@@ -6067,7 +6067,7 @@ module TencentCloud
|
|
|
6067
6067
|
class DescribeRocketMQConsumeStatsRequest < TencentCloud::Common::AbstractModel
|
|
6068
6068
|
# @param ClusterId: 实例ID
|
|
6069
6069
|
# @type ClusterId: String
|
|
6070
|
-
# @param NamespaceId:
|
|
6070
|
+
# @param NamespaceId: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6071
6071
|
# @type NamespaceId: String
|
|
6072
6072
|
# @param ConsumerGroup: 消费组
|
|
6073
6073
|
# @type ConsumerGroup: String
|
|
@@ -6118,7 +6118,7 @@ module TencentCloud
|
|
|
6118
6118
|
class DescribeRocketMQConsumerConnectionDetailRequest < TencentCloud::Common::AbstractModel
|
|
6119
6119
|
# @param ClusterId: 集群ID
|
|
6120
6120
|
# @type ClusterId: String
|
|
6121
|
-
# @param NamespaceId:
|
|
6121
|
+
# @param NamespaceId: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6122
6122
|
# @type NamespaceId: String
|
|
6123
6123
|
# @param GroupId: 消费组名称
|
|
6124
6124
|
# @type GroupId: String
|
|
@@ -6189,7 +6189,7 @@ module TencentCloud
|
|
|
6189
6189
|
class DescribeRocketMQConsumerConnectionsRequest < TencentCloud::Common::AbstractModel
|
|
6190
6190
|
# @param ClusterId: 集群ID
|
|
6191
6191
|
# @type ClusterId: String
|
|
6192
|
-
# @param NamespaceId:
|
|
6192
|
+
# @param NamespaceId: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6193
6193
|
# @type NamespaceId: String
|
|
6194
6194
|
# @param GroupId: 消费组ID
|
|
6195
6195
|
# @type GroupId: String
|
|
@@ -6342,7 +6342,7 @@ module TencentCloud
|
|
|
6342
6342
|
class DescribeRocketMQGroupsRequest < TencentCloud::Common::AbstractModel
|
|
6343
6343
|
# @param ClusterId: 集群ID
|
|
6344
6344
|
# @type ClusterId: String
|
|
6345
|
-
# @param NamespaceId:
|
|
6345
|
+
# @param NamespaceId: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6346
6346
|
# @type NamespaceId: String
|
|
6347
6347
|
# @param Offset: 偏移量
|
|
6348
6348
|
# @type Offset: Integer
|
|
@@ -6614,7 +6614,7 @@ module TencentCloud
|
|
|
6614
6614
|
class DescribeRocketMQMsgTraceRequest < TencentCloud::Common::AbstractModel
|
|
6615
6615
|
# @param ClusterId: 集群id
|
|
6616
6616
|
# @type ClusterId: String
|
|
6617
|
-
# @param EnvironmentId:
|
|
6617
|
+
# @param EnvironmentId: 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
6618
6618
|
# @type EnvironmentId: String
|
|
6619
6619
|
# @param TopicName: 主题,rocketmq查询死信时值为groupId
|
|
6620
6620
|
# @type TopicName: String
|
|
@@ -7194,7 +7194,7 @@ module TencentCloud
|
|
|
7194
7194
|
class DescribeRocketMQSubscriptionsRequest < TencentCloud::Common::AbstractModel
|
|
7195
7195
|
# @param ClusterId: 集群ID
|
|
7196
7196
|
# @type ClusterId: String
|
|
7197
|
-
# @param Namespace:
|
|
7197
|
+
# @param Namespace: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
7198
7198
|
# @type Namespace: String
|
|
7199
7199
|
# @param Group: 消费组名称
|
|
7200
7200
|
# @type Group: String
|
|
@@ -7320,7 +7320,7 @@ module TencentCloud
|
|
|
7320
7320
|
class DescribeRocketMQTopicMsgsRequest < TencentCloud::Common::AbstractModel
|
|
7321
7321
|
# @param ClusterId: 集群 ID
|
|
7322
7322
|
# @type ClusterId: String
|
|
7323
|
-
# @param EnvironmentId:
|
|
7323
|
+
# @param EnvironmentId: 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
7324
7324
|
# @type EnvironmentId: String
|
|
7325
7325
|
# @param TopicName: 主题名称,查询死信时为groupId
|
|
7326
7326
|
# @type TopicName: String
|
|
@@ -7486,7 +7486,7 @@ module TencentCloud
|
|
|
7486
7486
|
class DescribeRocketMQTopicStatsRequest < TencentCloud::Common::AbstractModel
|
|
7487
7487
|
# @param ClusterId: 实例ID
|
|
7488
7488
|
# @type ClusterId: String
|
|
7489
|
-
# @param NamespaceId:
|
|
7489
|
+
# @param NamespaceId: 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
7490
7490
|
# @type NamespaceId: String
|
|
7491
7491
|
# @param TopicName: 主题名
|
|
7492
7492
|
# @type TopicName: String
|
|
@@ -7537,7 +7537,7 @@ module TencentCloud
|
|
|
7537
7537
|
class DescribeRocketMQTopicsByGroupRequest < TencentCloud::Common::AbstractModel
|
|
7538
7538
|
# @param ClusterId: 集群ID
|
|
7539
7539
|
# @type ClusterId: String
|
|
7540
|
-
# @param NamespaceId:
|
|
7540
|
+
# @param NamespaceId: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
7541
7541
|
# @type NamespaceId: String
|
|
7542
7542
|
# @param GroupId: 消费组名称
|
|
7543
7543
|
# @type GroupId: String
|
|
@@ -7597,7 +7597,7 @@ module TencentCloud
|
|
|
7597
7597
|
# @type Limit: Integer
|
|
7598
7598
|
# @param ClusterId: 集群ID
|
|
7599
7599
|
# @type ClusterId: String
|
|
7600
|
-
# @param NamespaceId:
|
|
7600
|
+
# @param NamespaceId: 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
7601
7601
|
# @type NamespaceId: String
|
|
7602
7602
|
# @param FilterType: 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transaction
|
|
7603
7603
|
# @type FilterType: Array
|
|
@@ -9592,7 +9592,7 @@ module TencentCloud
|
|
|
9592
9592
|
class ModifyRocketMQGroupRequest < TencentCloud::Common::AbstractModel
|
|
9593
9593
|
# @param ClusterId: 集群ID
|
|
9594
9594
|
# @type ClusterId: String
|
|
9595
|
-
# @param NamespaceId:
|
|
9595
|
+
# @param NamespaceId: 消费组所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
9596
9596
|
# @type NamespaceId: String
|
|
9597
9597
|
# @param GroupId: 消费组名称
|
|
9598
9598
|
# @type GroupId: String
|
|
@@ -9856,7 +9856,7 @@ module TencentCloud
|
|
|
9856
9856
|
class ModifyRocketMQTopicRequest < TencentCloud::Common::AbstractModel
|
|
9857
9857
|
# @param ClusterId: 集群ID
|
|
9858
9858
|
# @type ClusterId: String
|
|
9859
|
-
# @param NamespaceId:
|
|
9859
|
+
# @param NamespaceId: 主题所在的命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
9860
9860
|
# @type NamespaceId: String
|
|
9861
9861
|
# @param Topic: 主题名称
|
|
9862
9862
|
# @type Topic: String
|
|
@@ -11931,7 +11931,7 @@ module TencentCloud
|
|
|
11931
11931
|
class RetryRocketMQDlqMessageRequest < TencentCloud::Common::AbstractModel
|
|
11932
11932
|
# @param ClusterId: 集群id
|
|
11933
11933
|
# @type ClusterId: String
|
|
11934
|
-
# @param NamespaceId:
|
|
11934
|
+
# @param NamespaceId: 命名空间,4.x 通用集群命名空间固定为: tdmq_default
|
|
11935
11935
|
# @type NamespaceId: String
|
|
11936
11936
|
# @param GroupName: group名称
|
|
11937
11937
|
# @type GroupName: String
|
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.1179
|
|
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-12-
|
|
11
|
+
date: 2025-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|