tencentcloud-sdk-tdmq 3.0.1099 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200217/models.rb +50 -15
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6760a6dca4661bf41ba469af95b0873730556759
4
- data.tar.gz: 57435bd89d48afe0e69a39b1e1338fc311a37a0d
3
+ metadata.gz: 9d0c687c418c650f1736af5a425076e6e8f46d61
4
+ data.tar.gz: a747b84f09ce12ca4ec22c1e581b018589cebc20
5
5
  SHA512:
6
- metadata.gz: febed5e1e492c22317719c214cee4d4e8fd7d83ea2043bccac5f37ba241459efcaf3c89fbcf79080a2077a853ec512e45981494cd7f916527ff7713d2eb89776
7
- data.tar.gz: 2d17c4caa9c5203eedeeb9cd73129434355e27f18c8919d90f8b21cc3854ba6da38790520f6ab187265a4001a4cb9deb980937a37c2605f7e95060eda1bd9b66
6
+ metadata.gz: a10d007cb0aed09bdacf991bb3d69df4c8a7cf527f4de4eb1d152697462d2dadda4184f5d5b420b99533eeb68d5a11c0395e0194c4f321064490bad6b2c080e6
7
+ data.tar.gz: 0e6af63ff106a012c77c428612037aeceb005514c89e18901793055602d55a365d4cf2e0ae15d65a9da20acf33470693a97f82009474229635063ed9c79b5da8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1099
1
+ 3.0.1119
@@ -6220,7 +6220,7 @@ module TencentCloud
6220
6220
  # @type FilterTopic: String
6221
6221
  # @param FilterGroup: 按消费组名称查询消费组,支持模糊查询
6222
6222
  # @type FilterGroup: String
6223
- # @param SortedBy: 按照指定字段排序,可选值为tps,accumulative
6223
+ # @param SortedBy: 按照指定字段排序,可选值为 subscribeNum: 订阅 Topic 个数
6224
6224
  # @type SortedBy: String
6225
6225
  # @param SortOrder: 按升序或降序排列,可选值为asc,desc
6226
6226
  # @type SortOrder: String
@@ -6380,8 +6380,8 @@ module TencentCloud
6380
6380
 
6381
6381
  attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :PulsarMsgId, :QueryDlqMsg, :QueryDeadLetterMessage, :Offset, :Limit, :FilterTrackGroup
6382
6382
  extend Gem::Deprecate
6383
- deprecate :QueryDlqMsg, :none, 2025, 7
6384
- deprecate :QueryDlqMsg=, :none, 2025, 7
6383
+ deprecate :QueryDlqMsg, :none, 2025, 8
6384
+ deprecate :QueryDlqMsg=, :none, 2025, 8
6385
6385
 
6386
6386
  def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, pulsarmsgid=nil, querydlqmsg=nil, querydeadlettermessage=nil, offset=nil, limit=nil, filtertrackgroup=nil)
6387
6387
  @ClusterId = clusterid
@@ -6486,8 +6486,8 @@ module TencentCloud
6486
6486
 
6487
6487
  attr_accessor :ClusterId, :EnvironmentId, :TopicName, :MsgId, :GroupName, :QueryDLQMsg, :QueryDeadLetterMessage
6488
6488
  extend Gem::Deprecate
6489
- deprecate :QueryDLQMsg, :none, 2025, 7
6490
- deprecate :QueryDLQMsg=, :none, 2025, 7
6489
+ deprecate :QueryDLQMsg, :none, 2025, 8
6490
+ deprecate :QueryDLQMsg=, :none, 2025, 8
6491
6491
 
6492
6492
  def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil, querydeadlettermessage=nil)
6493
6493
  @ClusterId = clusterid
@@ -7327,8 +7327,8 @@ module TencentCloud
7327
7327
 
7328
7328
  attr_accessor :ClusterId, :EnvironmentId, :TopicName, :StartTime, :EndTime, :MsgId, :MsgKey, :Offset, :Limit, :TaskRequestId, :QueryDlqMsg, :NumOfLatestMsg, :Tag, :QueryDeadLetterMessage
7329
7329
  extend Gem::Deprecate
7330
- deprecate :QueryDlqMsg, :none, 2025, 7
7331
- deprecate :QueryDlqMsg=, :none, 2025, 7
7330
+ deprecate :QueryDlqMsg, :none, 2025, 8
7331
+ deprecate :QueryDlqMsg=, :none, 2025, 8
7332
7332
 
7333
7333
  def initialize(clusterid=nil, environmentid=nil, topicname=nil, starttime=nil, endtime=nil, msgid=nil, msgkey=nil, offset=nil, limit=nil, taskrequestid=nil, querydlqmsg=nil, numoflatestmsg=nil, tag=nil, querydeadlettermessage=nil)
7334
7334
  @ClusterId = clusterid
@@ -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
 
@@ -11806,8 +11810,8 @@ module TencentCloud
11806
11810
 
11807
11811
  attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic, :TopicDistribution, :MaxRoleNum, :MaxTpsLimit
11808
11812
  extend Gem::Deprecate
11809
- deprecate :MaxTpsPerNamespace, :none, 2025, 7
11810
- deprecate :MaxTpsPerNamespace=, :none, 2025, 7
11813
+ deprecate :MaxTpsPerNamespace, :none, 2025, 8
11814
+ deprecate :MaxTpsPerNamespace=, :none, 2025, 8
11811
11815
 
11812
11816
  def initialize(maxtpspernamespace=nil, maxnamespacenum=nil, usednamespacenum=nil, maxtopicnum=nil, usedtopicnum=nil, maxgroupnum=nil, usedgroupnum=nil, maxretentiontime=nil, maxlatencytime=nil, maxqueuespertopic=nil, topicdistribution=nil, maxrolenum=nil, maxtpslimit=nil)
11813
11817
  @MaxTpsPerNamespace = maxtpspernamespace
@@ -11953,10 +11957,22 @@ module TencentCloud
11953
11957
  # @type ZoneIds: Array
11954
11958
  # @param IsFrozen: 是否已冻结
11955
11959
  # @type IsFrozen: Boolean
11960
+ # @param AutoCreateTopicEnabled: 是否开启自动创建主题
11961
+ # @type AutoCreateTopicEnabled: Boolean
11962
+ # @param AdminFeatureEnabled: 是否开启集群Admin能力
11963
+ # @type AdminFeatureEnabled: Boolean
11964
+ # @param AdminAccessKey: Admin AK
11965
+ # 注意:此字段可能返回 null,表示取不到有效值。
11966
+ # @type AdminAccessKey: String
11967
+ # @param AdminSecretKey: Admin SK
11968
+ # 注意:此字段可能返回 null,表示取不到有效值。
11969
+ # @type AdminSecretKey: String
11970
+ # @param EnableDeletionProtection: 是否开启删除保护
11971
+ # @type EnableDeletionProtection: Boolean
11956
11972
 
11957
- attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag, :Status, :IsolateTime, :HttpPublicEndpoint, :HttpVpcEndpoint, :InternalEndpoint, :HttpInternalEndpoint, :AclEnabled, :PublicClbId, :Vip, :VpcId, :SupportMigration, :InstanceStatus, :ZoneId, :ZoneIds, :IsFrozen
11973
+ attr_accessor :ClusterId, :ClusterName, :Region, :CreateTime, :Remark, :PublicEndPoint, :VpcEndPoint, :SupportNamespaceEndpoint, :Vpcs, :IsVip, :RocketMQFlag, :Status, :IsolateTime, :HttpPublicEndpoint, :HttpVpcEndpoint, :InternalEndpoint, :HttpInternalEndpoint, :AclEnabled, :PublicClbId, :Vip, :VpcId, :SupportMigration, :InstanceStatus, :ZoneId, :ZoneIds, :IsFrozen, :AutoCreateTopicEnabled, :AdminFeatureEnabled, :AdminAccessKey, :AdminSecretKey, :EnableDeletionProtection
11958
11974
 
11959
- def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil, status=nil, isolatetime=nil, httppublicendpoint=nil, httpvpcendpoint=nil, internalendpoint=nil, httpinternalendpoint=nil, aclenabled=nil, publicclbid=nil, vip=nil, vpcid=nil, supportmigration=nil, instancestatus=nil, zoneid=nil, zoneids=nil, isfrozen=nil)
11975
+ def initialize(clusterid=nil, clustername=nil, region=nil, createtime=nil, remark=nil, publicendpoint=nil, vpcendpoint=nil, supportnamespaceendpoint=nil, vpcs=nil, isvip=nil, rocketmqflag=nil, status=nil, isolatetime=nil, httppublicendpoint=nil, httpvpcendpoint=nil, internalendpoint=nil, httpinternalendpoint=nil, aclenabled=nil, publicclbid=nil, vip=nil, vpcid=nil, supportmigration=nil, instancestatus=nil, zoneid=nil, zoneids=nil, isfrozen=nil, autocreatetopicenabled=nil, adminfeatureenabled=nil, adminaccesskey=nil, adminsecretkey=nil, enabledeletionprotection=nil)
11960
11976
  @ClusterId = clusterid
11961
11977
  @ClusterName = clustername
11962
11978
  @Region = region
@@ -11983,6 +11999,11 @@ module TencentCloud
11983
11999
  @ZoneId = zoneid
11984
12000
  @ZoneIds = zoneids
11985
12001
  @IsFrozen = isfrozen
12002
+ @AutoCreateTopicEnabled = autocreatetopicenabled
12003
+ @AdminFeatureEnabled = adminfeatureenabled
12004
+ @AdminAccessKey = adminaccesskey
12005
+ @AdminSecretKey = adminsecretkey
12006
+ @EnableDeletionProtection = enabledeletionprotection
11986
12007
  end
11987
12008
 
11988
12009
  def deserialize(params)
@@ -12019,6 +12040,11 @@ module TencentCloud
12019
12040
  @ZoneId = params['ZoneId']
12020
12041
  @ZoneIds = params['ZoneIds']
12021
12042
  @IsFrozen = params['IsFrozen']
12043
+ @AutoCreateTopicEnabled = params['AutoCreateTopicEnabled']
12044
+ @AdminFeatureEnabled = params['AdminFeatureEnabled']
12045
+ @AdminAccessKey = params['AdminAccessKey']
12046
+ @AdminSecretKey = params['AdminSecretKey']
12047
+ @EnableDeletionProtection = params['EnableDeletionProtection']
12022
12048
  end
12023
12049
  end
12024
12050
 
@@ -12184,10 +12210,17 @@ module TencentCloud
12184
12210
  # @param Namespace: 命名空间
12185
12211
  # 注意:此字段可能返回 null,表示取不到有效值。
12186
12212
  # @type Namespace: String
12213
+ # @param SubscribeTopicNum: 订阅的主题个数
12214
+ # @type SubscribeTopicNum: Integer
12187
12215
 
12188
- attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes, :InstanceId, :Namespace
12216
+ attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes, :InstanceId, :Namespace, :SubscribeTopicNum
12217
+ extend Gem::Deprecate
12218
+ deprecate :TPS, :none, 2025, 8
12219
+ deprecate :TPS=, :none, 2025, 8
12220
+ deprecate :TotalAccumulative, :none, 2025, 8
12221
+ deprecate :TotalAccumulative=, :none, 2025, 8
12189
12222
 
12190
- def initialize(name=nil, consumernum=nil, tps=nil, totalaccumulative=nil, consumptionmode=nil, readenabled=nil, retrypartitionnum=nil, createtime=nil, updatetime=nil, clientprotocol=nil, remark=nil, consumertype=nil, broadcastenabled=nil, grouptype=nil, retrymaxtimes=nil, instanceid=nil, namespace=nil)
12223
+ def initialize(name=nil, consumernum=nil, tps=nil, totalaccumulative=nil, consumptionmode=nil, readenabled=nil, retrypartitionnum=nil, createtime=nil, updatetime=nil, clientprotocol=nil, remark=nil, consumertype=nil, broadcastenabled=nil, grouptype=nil, retrymaxtimes=nil, instanceid=nil, namespace=nil, subscribetopicnum=nil)
12191
12224
  @Name = name
12192
12225
  @ConsumerNum = consumernum
12193
12226
  @TPS = tps
@@ -12205,6 +12238,7 @@ module TencentCloud
12205
12238
  @RetryMaxTimes = retrymaxtimes
12206
12239
  @InstanceId = instanceid
12207
12240
  @Namespace = namespace
12241
+ @SubscribeTopicNum = subscribetopicnum
12208
12242
  end
12209
12243
 
12210
12244
  def deserialize(params)
@@ -12225,6 +12259,7 @@ module TencentCloud
12225
12259
  @RetryMaxTimes = params['RetryMaxTimes']
12226
12260
  @InstanceId = params['InstanceId']
12227
12261
  @Namespace = params['Namespace']
12262
+ @SubscribeTopicNum = params['SubscribeTopicNum']
12228
12263
  end
12229
12264
  end
12230
12265
 
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.1099
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-07-11 00:00:00.000000000 Z
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