tencentcloud-sdk-trocket 3.0.1089 → 3.0.1090

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85c82f5c50368c2a1774e977b96f02cd7ffe0210
4
- data.tar.gz: d67caaa2266ef58a93619ba553c7821306e9d1fb
3
+ metadata.gz: a1655042298da14efa441c74ef976ef0d08f7872
4
+ data.tar.gz: 1b528f94998d74bb655d8d348eee6df1d60751ff
5
5
  SHA512:
6
- metadata.gz: d6c51c681ab883d6e58af2871812dac222d99ec8801efb50ac4619debbacf0494f14d2c31222c9570b560051e3201e4cd12916fd39b5ac7ea2d917659352d4a8
7
- data.tar.gz: d53c2760cac8fe3f8cc965f6d74f5d291d08256c7f8b2abf6bdad43958e6e5fa7825d95a9e813b768ba4ca82f39b67a6c123b06cbb9cbadc7b125f6d88a53021
6
+ metadata.gz: ffcbe50c8ceb02f761cace8b463dfe1527ade391b7e4a1c5d89067e6ecb816d4573645b4d6dad98a847cc2f3a2f9ed5e73d5fe9427c69abe3998985c9be77f02
7
+ data.tar.gz: 429b6ca65b290896ccec47fb2fd39c4a3ac585baf7ce9b7abf5845a672e8775bcd3896cb5b83d89d9657f6a73ca5ad8092f5698e6a10752ed59e5660a45a6e55
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1089
1
+ 3.0.1090
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
246
246
  end
247
247
 
248
- # 删除消费组
248
+ # 删除消费组。消费者组删除后,消费者组的所有配置和相关数据都会被清空,且无法找回。删除后,在线的消费者客户端会出现报错,建议您提前下线客户端。
249
249
 
250
250
  # @param request: Request instance for DeleteConsumerGroup.
251
251
  # @type request: :class:`Tencentcloud::trocket::V20230308::DeleteConsumerGroupRequest`
@@ -437,7 +437,7 @@ module TencentCloud
437
437
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
438
438
  end
439
439
 
440
- # 删除主题
440
+ # 删除主题。主题删除后,主题的所有配置和相关数据都会被清空,且无法找回。
441
441
 
442
442
  # @param request: Request instance for DeleteTopic.
443
443
  # @type request: :class:`Tencentcloud::trocket::V20230308::DeleteTopicRequest`
@@ -201,18 +201,18 @@ module TencentCloud
201
201
 
202
202
  # CreateConsumerGroup请求参数结构体
203
203
  class CreateConsumerGroupRequest < TencentCloud::Common::AbstractModel
204
- # @param InstanceId: 集群ID
204
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
205
205
  # @type InstanceId: String
206
- # @param MaxRetryTimes: 最大重试次数
206
+ # @param MaxRetryTimes: 最大重试次数,取值范围0~1000
207
207
  # @type MaxRetryTimes: Integer
208
208
  # @param ConsumeEnable: 是否开启消费
209
209
  # @type ConsumeEnable: Boolean
210
210
  # @param ConsumeMessageOrderly: 顺序投递:true
211
211
  # 并发投递:false
212
212
  # @type ConsumeMessageOrderly: Boolean
213
- # @param ConsumerGroup: 消费组名称
213
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
214
214
  # @type ConsumerGroup: String
215
- # @param Remark: 备注
215
+ # @param Remark: 备注信息,最多 128 个字符
216
216
  # @type Remark: String
217
217
  # @param TagList: 标签列表
218
218
  # @type TagList: Array
@@ -654,7 +654,7 @@ module TencentCloud
654
654
 
655
655
  # CreateRole请求参数结构体
656
656
  class CreateRoleRequest < TencentCloud::Common::AbstractModel
657
- # @param InstanceId: 集群ID
657
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
658
658
  # @type InstanceId: String
659
659
  # @param Role: 角色名称
660
660
  # @type Role: String
@@ -666,7 +666,7 @@ module TencentCloud
666
666
  # @type Remark: String
667
667
  # @param PermType: 权限类型,默认按集群授权(Cluster:集群级别;TopicAndGroup:主题&消费组级别)
668
668
  # @type PermType: String
669
- # @param DetailedPerms: Topic&Group维度权限配置
669
+ # @param DetailedPerms: Topic&Group维度权限配置,权限类型为 TopicAndGroup 时必填
670
670
  # @type DetailedPerms: Array
671
671
 
672
672
  attr_accessor :InstanceId, :Role, :PermWrite, :PermRead, :Remark, :PermType, :DetailedPerms
@@ -721,9 +721,9 @@ module TencentCloud
721
721
 
722
722
  # CreateTopic请求参数结构体
723
723
  class CreateTopicRequest < TencentCloud::Common::AbstractModel
724
- # @param InstanceId: 集群ID
724
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
725
725
  # @type InstanceId: String
726
- # @param Topic: 主题名称
726
+ # @param Topic: 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
727
727
  # @type Topic: String
728
728
  # @param TopicType: 主题类型
729
729
  # UNSPECIFIED:未指定,
@@ -732,11 +732,11 @@ module TencentCloud
732
732
  # DELAY:延时消息,
733
733
  # TRANSACTION:事务消息
734
734
  # @type TopicType: String
735
- # @param QueueNum: 队列数量
735
+ # @param QueueNum: 队列数量,取值范围3~16
736
736
  # @type QueueNum: Integer
737
- # @param Remark: 备注
737
+ # @param Remark: 备注,最多 128 字符
738
738
  # @type Remark: String
739
- # @param MsgTTL: 消息保留时长
739
+ # @param MsgTTL: 消息保留时长(单位:小时)
740
740
  # @type MsgTTL: Integer
741
741
  # @param TagList: 标签列表
742
742
  # @type TagList: Array
@@ -819,9 +819,9 @@ module TencentCloud
819
819
 
820
820
  # DeleteConsumerGroup请求参数结构体
821
821
  class DeleteConsumerGroupRequest < TencentCloud::Common::AbstractModel
822
- # @param InstanceId: 集群ID
822
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
823
823
  # @type InstanceId: String
824
- # @param ConsumerGroup: 消费组名称
824
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
825
825
  # @type ConsumerGroup: String
826
826
 
827
827
  attr_accessor :InstanceId, :ConsumerGroup
@@ -1023,9 +1023,9 @@ module TencentCloud
1023
1023
 
1024
1024
  # DeleteRole请求参数结构体
1025
1025
  class DeleteRoleRequest < TencentCloud::Common::AbstractModel
1026
- # @param InstanceId: 集群ID
1026
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1027
1027
  # @type InstanceId: String
1028
- # @param Role: 角色名称
1028
+ # @param Role: 角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口或控制台获得。
1029
1029
  # @type Role: String
1030
1030
 
1031
1031
  attr_accessor :InstanceId, :Role
@@ -1091,9 +1091,9 @@ module TencentCloud
1091
1091
 
1092
1092
  # DeleteTopic请求参数结构体
1093
1093
  class DeleteTopicRequest < TencentCloud::Common::AbstractModel
1094
- # @param InstanceId: 集群ID
1094
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1095
1095
  # @type InstanceId: String
1096
- # @param Topic: 主题名称
1096
+ # @param Topic: 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
1097
1097
  # @type Topic: String
1098
1098
 
1099
1099
  attr_accessor :InstanceId, :Topic
@@ -1127,15 +1127,15 @@ module TencentCloud
1127
1127
 
1128
1128
  # DescribeConsumerClientList请求参数结构体
1129
1129
  class DescribeConsumerClientListRequest < TencentCloud::Common::AbstractModel
1130
- # @param InstanceId: 集群ID
1130
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1131
1131
  # @type InstanceId: String
1132
- # @param ConsumerGroup: 消费组名称
1132
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1133
1133
  # @type ConsumerGroup: String
1134
- # @param Filters: 查询条件列表
1134
+ # @param Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
1135
1135
  # @type Filters: Array
1136
- # @param Offset: 查询起始位置
1136
+ # @param Offset: 查询起始位置,默认为0。
1137
1137
  # @type Offset: Integer
1138
- # @param Limit: 查询结果限制数量
1138
+ # @param Limit: 查询结果限制数量,默认20。
1139
1139
  # @type Limit: Integer
1140
1140
 
1141
1141
  attr_accessor :InstanceId, :ConsumerGroup, :Filters, :Offset, :Limit
@@ -1197,17 +1197,17 @@ module TencentCloud
1197
1197
 
1198
1198
  # DescribeConsumerClient请求参数结构体
1199
1199
  class DescribeConsumerClientRequest < TencentCloud::Common::AbstractModel
1200
- # @param InstanceId: 集群ID
1200
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1201
1201
  # @type InstanceId: String
1202
- # @param ClientId: 客户端ID
1202
+ # @param ClientId: 客户端ID,从 [DescribeConsumerClientList](https://cloud.tencent.com/document/api/1493/120140) 接口中的 [ConsumerClient](https://cloud.tencent.com/document/api/1493/96031#ConsumerClient) 出参中获得。
1203
1203
  # @type ClientId: String
1204
- # @param Filters: 查询条件列表
1204
+ # @param Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
1205
1205
  # @type Filters: Array
1206
- # @param Offset: 查询起始位置
1206
+ # @param Offset: 查询起始位置,默认为0。
1207
1207
  # @type Offset: Integer
1208
- # @param Limit: 查询结果限制数量
1208
+ # @param Limit: 查询结果限制数量,默认20。
1209
1209
  # @type Limit: Integer
1210
- # @param ConsumerGroup: 消费组名称
1210
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1211
1211
  # @type ConsumerGroup: String
1212
1212
 
1213
1213
  attr_accessor :InstanceId, :ClientId, :Filters, :Offset, :Limit, :ConsumerGroup
@@ -1346,9 +1346,9 @@ module TencentCloud
1346
1346
 
1347
1347
  # DescribeConsumerGroup请求参数结构体
1348
1348
  class DescribeConsumerGroupRequest < TencentCloud::Common::AbstractModel
1349
- # @param InstanceId: 集群ID
1349
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1350
1350
  # @type InstanceId: String
1351
- # @param ConsumerGroup: 消费组名称
1351
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1352
1352
  # @type ConsumerGroup: String
1353
1353
 
1354
1354
  attr_accessor :InstanceId, :ConsumerGroup
@@ -1372,9 +1372,13 @@ module TencentCloud
1372
1372
  # @type Tps: Integer
1373
1373
  # @param ConsumerLag: 消息堆积数量
1374
1374
  # @type ConsumerLag: Integer
1375
- # @param ConsumeType: 消费者类型
1375
+ # @param ConsumeType: 消费类型,枚举值如下:
1376
+
1377
+ # - PULL:PULL 消费类型
1378
+ # - PUSH:PUSH 消费类型
1379
+ # - POP:POP 消费类型
1376
1380
  # @type ConsumeType: String
1377
- # @param CreatedTime: 创建时间,秒为单位
1381
+ # @param CreatedTime: 创建时间,**Unix时间戳(毫秒)**
1378
1382
  # @type CreatedTime: Integer
1379
1383
  # @param ConsumeMessageOrderly: 顺序投递:true
1380
1384
  # 并发投递:false
@@ -1425,13 +1429,13 @@ module TencentCloud
1425
1429
 
1426
1430
  # DescribeConsumerLag请求参数结构体
1427
1431
  class DescribeConsumerLagRequest < TencentCloud::Common::AbstractModel
1428
- # @param InstanceId: 集群ID
1432
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
1429
1433
  # @type InstanceId: String
1430
- # @param ConsumerGroup: 消费组名称
1434
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
1431
1435
  # @type ConsumerGroup: String
1432
- # @param Namespace: 命名空间,4.x集群必填
1436
+ # @param Namespace: 命名空间,4.x集群必填,从 [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419) 接口或控制台获得。
1433
1437
  # @type Namespace: String
1434
- # @param SubscribeTopic: 订阅主题,不为空则查询订阅了该主题的消费组的堆积
1438
+ # @param SubscribeTopic: 订阅主题,不为空则查询订阅了该主题的消费组的堆积,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
1435
1439
  # @type SubscribeTopic: String
1436
1440
 
1437
1441
  attr_accessor :InstanceId, :ConsumerGroup, :Namespace, :SubscribeTopic
@@ -3354,15 +3358,15 @@ module TencentCloud
3354
3358
 
3355
3359
  # DescribeTopicListByGroup请求参数结构体
3356
3360
  class DescribeTopicListByGroupRequest < TencentCloud::Common::AbstractModel
3357
- # @param InstanceId: 集群ID
3361
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3358
3362
  # @type InstanceId: String
3359
- # @param Offset: 查询起始位置
3363
+ # @param Offset: 查询起始位置,默认为0。
3360
3364
  # @type Offset: Integer
3361
- # @param Limit: 查询结果限制数量
3365
+ # @param Limit: 查询结果限制数量,默认20。
3362
3366
  # @type Limit: Integer
3363
- # @param ConsumerGroup: 消费组名称
3367
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3364
3368
  # @type ConsumerGroup: String
3365
- # @param Filters: 查询条件列表
3369
+ # @param Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3366
3370
  # @type Filters: Array
3367
3371
 
3368
3372
  attr_accessor :InstanceId, :Offset, :Limit, :ConsumerGroup, :Filters
@@ -3490,15 +3494,15 @@ module TencentCloud
3490
3494
 
3491
3495
  # DescribeTopic请求参数结构体
3492
3496
  class DescribeTopicRequest < TencentCloud::Common::AbstractModel
3493
- # @param InstanceId: 集群ID
3497
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
3494
3498
  # @type InstanceId: String
3495
- # @param Topic: 主题名称
3499
+ # @param Topic: 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
3496
3500
  # @type Topic: String
3497
- # @param Filters: 查询条件列表
3501
+ # @param Filters: 过滤查询条件列表,请在引用此参数的API说明中了解使用方法。
3498
3502
  # @type Filters: Array
3499
- # @param Offset: 查询起始位置
3503
+ # @param Offset: 查询起始位置,默认为0。
3500
3504
  # @type Offset: Integer
3501
- # @param Limit: 查询结果限制数量
3505
+ # @param Limit: 查询结果限制数量,默认20。
3502
3506
  # @type Limit: Integer
3503
3507
 
3504
3508
  attr_accessor :InstanceId, :Topic, :Filters, :Offset, :Limit
@@ -3594,6 +3598,8 @@ module TencentCloud
3594
3598
  # Topic&Group维度的权限配置
3595
3599
  class DetailedRolePerm < TencentCloud::Common::AbstractModel
3596
3600
  # @param Resource: 权限对应的资源
3601
+ # 可以是主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
3602
+ # 可以是消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
3597
3603
  # @type Resource: String
3598
3604
  # @param PermWrite: 是否开启生产权限
3599
3605
  # @type PermWrite: Boolean
@@ -4750,18 +4756,18 @@ module TencentCloud
4750
4756
 
4751
4757
  # ModifyConsumerGroup请求参数结构体
4752
4758
  class ModifyConsumerGroupRequest < TencentCloud::Common::AbstractModel
4753
- # @param InstanceId: 集群ID
4759
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
4754
4760
  # @type InstanceId: String
4755
- # @param ConsumerGroup: 消费组名称
4761
+ # @param ConsumerGroup: 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口或控制台获得。
4756
4762
  # @type ConsumerGroup: String
4757
4763
  # @param ConsumeEnable: 是否开启消费
4758
4764
  # @type ConsumeEnable: Boolean
4759
4765
  # @param ConsumeMessageOrderly: 顺序投递:true
4760
4766
  # 并发投递:false
4761
4767
  # @type ConsumeMessageOrderly: Boolean
4762
- # @param MaxRetryTimes: 最大重试次数
4768
+ # @param MaxRetryTimes: 最大重试次数,取值范围0~1000
4763
4769
  # @type MaxRetryTimes: Integer
4764
- # @param Remark: 备注
4770
+ # @param Remark: 备注信息,最多 128 个字符
4765
4771
  # @type Remark: String
4766
4772
 
4767
4773
  attr_accessor :InstanceId, :ConsumerGroup, :ConsumeEnable, :ConsumeMessageOrderly, :MaxRetryTimes, :Remark
@@ -5153,9 +5159,9 @@ module TencentCloud
5153
5159
 
5154
5160
  # ModifyRole请求参数结构体
5155
5161
  class ModifyRoleRequest < TencentCloud::Common::AbstractModel
5156
- # @param InstanceId: 集群ID
5162
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
5157
5163
  # @type InstanceId: String
5158
- # @param Role: 角色名称
5164
+ # @param Role: 角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口或控制台获得。
5159
5165
  # @type Role: String
5160
5166
  # @param PermRead: 是否开启消费
5161
5167
  # @type PermRead: Boolean
@@ -5165,7 +5171,7 @@ module TencentCloud
5165
5171
  # @type PermType: String
5166
5172
  # @param Remark: 备注
5167
5173
  # @type Remark: String
5168
- # @param DetailedPerms: Topic&Group维度权限配置
5174
+ # @param DetailedPerms: Topic&Group维度权限配置,权限类型为 TopicAndGroup 时必填
5169
5175
  # @type DetailedPerms: Array
5170
5176
 
5171
5177
  attr_accessor :InstanceId, :Role, :PermRead, :PermWrite, :PermType, :Remark, :DetailedPerms
@@ -5216,15 +5222,15 @@ module TencentCloud
5216
5222
 
5217
5223
  # ModifyTopic请求参数结构体
5218
5224
  class ModifyTopicRequest < TencentCloud::Common::AbstractModel
5219
- # @param InstanceId: 集群ID
5225
+ # @param InstanceId: 腾讯云 RocketMQ 实例 ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028) 接口或控制台获得。
5220
5226
  # @type InstanceId: String
5221
- # @param Topic: 主题名称
5227
+ # @param Topic: 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口或控制台获得。
5222
5228
  # @type Topic: String
5223
- # @param QueueNum: 队列数量
5229
+ # @param QueueNum: 队列数量,取值范围3~16
5224
5230
  # @type QueueNum: Integer
5225
- # @param Remark: 备注信息
5231
+ # @param Remark: 备注信息,最多 128 个字符
5226
5232
  # @type Remark: String
5227
- # @param MsgTTL: 消息保留时长
5233
+ # @param MsgTTL: 消息保留时长(单位:小时)
5228
5234
  # @type MsgTTL: Integer
5229
5235
 
5230
5236
  attr_accessor :InstanceId, :Topic, :QueueNum, :Remark, :MsgTTL
@@ -5887,7 +5893,11 @@ module TencentCloud
5887
5893
  # @param IsOnline: 是否在线
5888
5894
  # 注意:此字段可能返回 null,表示取不到有效值。
5889
5895
  # @type IsOnline: Boolean
5890
- # @param ConsumeType: 消费类型
5896
+ # @param ConsumeType: 消费类型,枚举值如下:
5897
+
5898
+ # - PULL:PULL 消费类型
5899
+ # - PUSH:PUSH 消费类型
5900
+ # - POP:POP 消费类型
5891
5901
  # 注意:此字段可能返回 null,表示取不到有效值。
5892
5902
  # @type ConsumeType: String
5893
5903
  # @param SubString: 订阅规则
@@ -5896,7 +5906,10 @@ module TencentCloud
5896
5906
  # @param ExpressionType: 过滤类型
5897
5907
  # 注意:此字段可能返回 null,表示取不到有效值。
5898
5908
  # @type ExpressionType: String
5899
- # @param Consistency: 订阅一致性
5909
+ # @param Consistency: 订阅一致性,枚举如下:
5910
+
5911
+ # - 0: 订阅一致
5912
+ # - 1: 订阅不一致
5900
5913
  # 注意:此字段可能返回 null,表示取不到有效值。
5901
5914
  # @type Consistency: Integer
5902
5915
  # @param ConsumerLag: 消费堆积
@@ -6014,15 +6027,20 @@ module TencentCloud
6014
6027
  class TopicConsumeStats < TencentCloud::Common::AbstractModel
6015
6028
  # @param Topic: 主题名称
6016
6029
  # @type Topic: String
6017
- # @param TopicType: 主题类型
6030
+ # @param TopicType: 主题类型,枚举值如下:
6031
+
6032
+ # - NORMAL:普通消息主题
6033
+ # - FIFO:顺序消息主题
6034
+ # - DELAY:延迟消息主题
6035
+ # - TRANSACTION:事务消息主题
6018
6036
  # @type TopicType: String
6019
6037
  # @param QueueNum: 单节点主题队列数量
6020
6038
  # @type QueueNum: Integer
6021
6039
  # @param ConsumerLag: 消费堆积
6022
6040
  # @type ConsumerLag: Integer
6023
- # @param SubString: 订阅规则
6041
+ # @param SubString: 订阅规则,`*`表示订阅全部TAG
6024
6042
  # @type SubString: String
6025
- # @param LastUpdateTime: 最后消费进度更新时间
6043
+ # @param LastUpdateTime: 最后消费进度更新时间,**Unix时间戳(毫秒)**
6026
6044
  # @type LastUpdateTime: Integer
6027
6045
 
6028
6046
  attr_accessor :Topic, :TopicType, :QueueNum, :ConsumerLag, :SubString, :LastUpdateTime
@@ -6060,7 +6078,7 @@ module TencentCloud
6060
6078
  # @type TopicType: String
6061
6079
  # @param QueueNum: 队列数量
6062
6080
  # @type QueueNum: Integer
6063
- # @param Remark: 描述
6081
+ # @param Remark: 备注信息
6064
6082
  # @type Remark: String
6065
6083
  # @param ClusterIdV4: 4.x的集群id
6066
6084
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -6075,7 +6093,6 @@ module TencentCloud
6075
6093
  # 注意:此字段可能返回 null,表示取不到有效值。
6076
6094
  # @type FullNamespaceV4: String
6077
6095
  # @param MsgTTL: 消息保留时长
6078
- # 注意:此字段可能返回 null,表示取不到有效值。
6079
6096
  # @type MsgTTL: Integer
6080
6097
 
6081
6098
  attr_accessor :InstanceId, :Topic, :TopicType, :QueueNum, :Remark, :ClusterIdV4, :NamespaceV4, :TopicV4, :FullNamespaceV4, :MsgTTL
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1089
4
+ version: 3.0.1090
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-06-25 00:00:00.000000000 Z
11
+ date: 2025-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common