tencentcloud-sdk-tdmq 3.0.1098 → 3.0.1118

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 +49 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed3e8d5e11bed5383c32c7a4fb06ee1128ab9860
4
- data.tar.gz: 4577f830e86d849091e58dc04d23366e88e1a92b
3
+ metadata.gz: 9347d0cd6a59f9007acae44017df96d8fdf271c8
4
+ data.tar.gz: 86dd6b86f085a5707524ac8e3d63e4347479fd17
5
5
  SHA512:
6
- metadata.gz: e6fc9198f920f9f6e8cf6cb290bf960eed4380b182e695c5b6ab80285878b90eee09af052d5ad45af5758a5e1406eec5a5aebd4eacf9c5616db1ec73e2145190
7
- data.tar.gz: 503433a854476769e810023e56a6b257678b5fc9c15c308c4db67bfd921fd610ef0b892d22cce4d0de0bd3bc9ccdfd50fb07c3209fdb41f48c9bfe6c92d80b0b
6
+ metadata.gz: b8e5e0cbf6c22c6f1726d1ee9bb4cc982527fef0931b3147a1fcb5d23405e8c06f8afdd2519ccdcdb0facadf7e406c872b570af36e7f578eeb39f61c890da7bc
7
+ data.tar.gz: 79320b5a1a664cbdea471b3c501bdd1d572612c59500c519a1edbb39306c4016e0fd86b15d6f665d4a733bfc1eda2807b0de4f1edb490c29a6b138de559233d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1098
1
+ 3.0.1118
@@ -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
@@ -10291,10 +10291,12 @@ module TencentCloud
10291
10291
  # @type DefaultPartitionNumber: Integer
10292
10292
  # @param Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
10293
10293
  # @type Tenant: String
10294
+ # @param DeleteProtection: 删除保护开关标识
10295
+ # @type DeleteProtection: Integer
10294
10296
 
10295
- attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage, :CanEditRoute, :BillingLabelVersion, :ExpireTime, :AutoCreateTopicStatus, :DefaultPartitionNumber, :Tenant
10297
+ attr_accessor :ClusterId, :ClusterName, :Remark, :CreateTime, :Status, :Version, :NodeDistribution, :MaxStorage, :CanEditRoute, :BillingLabelVersion, :ExpireTime, :AutoCreateTopicStatus, :DefaultPartitionNumber, :Tenant, :DeleteProtection
10296
10298
 
10297
- def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil, caneditroute=nil, billinglabelversion=nil, expiretime=nil, autocreatetopicstatus=nil, defaultpartitionnumber=nil, tenant=nil)
10299
+ def initialize(clusterid=nil, clustername=nil, remark=nil, createtime=nil, status=nil, version=nil, nodedistribution=nil, maxstorage=nil, caneditroute=nil, billinglabelversion=nil, expiretime=nil, autocreatetopicstatus=nil, defaultpartitionnumber=nil, tenant=nil, deleteprotection=nil)
10298
10300
  @ClusterId = clusterid
10299
10301
  @ClusterName = clustername
10300
10302
  @Remark = remark
@@ -10309,6 +10311,7 @@ module TencentCloud
10309
10311
  @AutoCreateTopicStatus = autocreatetopicstatus
10310
10312
  @DefaultPartitionNumber = defaultpartitionnumber
10311
10313
  @Tenant = tenant
10314
+ @DeleteProtection = deleteprotection
10312
10315
  end
10313
10316
 
10314
10317
  def deserialize(params)
@@ -10333,6 +10336,7 @@ module TencentCloud
10333
10336
  @AutoCreateTopicStatus = params['AutoCreateTopicStatus']
10334
10337
  @DefaultPartitionNumber = params['DefaultPartitionNumber']
10335
10338
  @Tenant = params['Tenant']
10339
+ @DeleteProtection = params['DeleteProtection']
10336
10340
  end
10337
10341
  end
10338
10342
 
@@ -11802,8 +11806,8 @@ module TencentCloud
11802
11806
 
11803
11807
  attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic, :TopicDistribution, :MaxRoleNum, :MaxTpsLimit
11804
11808
  extend Gem::Deprecate
11805
- deprecate :MaxTpsPerNamespace, :none, 2025, 7
11806
- deprecate :MaxTpsPerNamespace=, :none, 2025, 7
11809
+ deprecate :MaxTpsPerNamespace, :none, 2025, 8
11810
+ deprecate :MaxTpsPerNamespace=, :none, 2025, 8
11807
11811
 
11808
11812
  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)
11809
11813
  @MaxTpsPerNamespace = maxtpspernamespace
@@ -11949,10 +11953,22 @@ module TencentCloud
11949
11953
  # @type ZoneIds: Array
11950
11954
  # @param IsFrozen: 是否已冻结
11951
11955
  # @type IsFrozen: Boolean
11956
+ # @param AutoCreateTopicEnabled: 是否开启自动创建主题
11957
+ # @type AutoCreateTopicEnabled: Boolean
11958
+ # @param AdminFeatureEnabled: 是否开启集群Admin能力
11959
+ # @type AdminFeatureEnabled: Boolean
11960
+ # @param AdminAccessKey: Admin AK
11961
+ # 注意:此字段可能返回 null,表示取不到有效值。
11962
+ # @type AdminAccessKey: String
11963
+ # @param AdminSecretKey: Admin SK
11964
+ # 注意:此字段可能返回 null,表示取不到有效值。
11965
+ # @type AdminSecretKey: String
11966
+ # @param EnableDeletionProtection: 是否开启删除保护
11967
+ # @type EnableDeletionProtection: Boolean
11952
11968
 
11953
- 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
11969
+ 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
11954
11970
 
11955
- 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)
11971
+ 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)
11956
11972
  @ClusterId = clusterid
11957
11973
  @ClusterName = clustername
11958
11974
  @Region = region
@@ -11979,6 +11995,11 @@ module TencentCloud
11979
11995
  @ZoneId = zoneid
11980
11996
  @ZoneIds = zoneids
11981
11997
  @IsFrozen = isfrozen
11998
+ @AutoCreateTopicEnabled = autocreatetopicenabled
11999
+ @AdminFeatureEnabled = adminfeatureenabled
12000
+ @AdminAccessKey = adminaccesskey
12001
+ @AdminSecretKey = adminsecretkey
12002
+ @EnableDeletionProtection = enabledeletionprotection
11982
12003
  end
11983
12004
 
11984
12005
  def deserialize(params)
@@ -12015,6 +12036,11 @@ module TencentCloud
12015
12036
  @ZoneId = params['ZoneId']
12016
12037
  @ZoneIds = params['ZoneIds']
12017
12038
  @IsFrozen = params['IsFrozen']
12039
+ @AutoCreateTopicEnabled = params['AutoCreateTopicEnabled']
12040
+ @AdminFeatureEnabled = params['AdminFeatureEnabled']
12041
+ @AdminAccessKey = params['AdminAccessKey']
12042
+ @AdminSecretKey = params['AdminSecretKey']
12043
+ @EnableDeletionProtection = params['EnableDeletionProtection']
12018
12044
  end
12019
12045
  end
12020
12046
 
@@ -12180,10 +12206,17 @@ module TencentCloud
12180
12206
  # @param Namespace: 命名空间
12181
12207
  # 注意:此字段可能返回 null,表示取不到有效值。
12182
12208
  # @type Namespace: String
12209
+ # @param SubscribeTopicNum: 订阅的主题个数
12210
+ # @type SubscribeTopicNum: Integer
12183
12211
 
12184
- attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes, :InstanceId, :Namespace
12212
+ attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes, :InstanceId, :Namespace, :SubscribeTopicNum
12213
+ extend Gem::Deprecate
12214
+ deprecate :TPS, :none, 2025, 8
12215
+ deprecate :TPS=, :none, 2025, 8
12216
+ deprecate :TotalAccumulative, :none, 2025, 8
12217
+ deprecate :TotalAccumulative=, :none, 2025, 8
12185
12218
 
12186
- 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)
12219
+ 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)
12187
12220
  @Name = name
12188
12221
  @ConsumerNum = consumernum
12189
12222
  @TPS = tps
@@ -12201,6 +12234,7 @@ module TencentCloud
12201
12234
  @RetryMaxTimes = retrymaxtimes
12202
12235
  @InstanceId = instanceid
12203
12236
  @Namespace = namespace
12237
+ @SubscribeTopicNum = subscribetopicnum
12204
12238
  end
12205
12239
 
12206
12240
  def deserialize(params)
@@ -12221,6 +12255,7 @@ module TencentCloud
12221
12255
  @RetryMaxTimes = params['RetryMaxTimes']
12222
12256
  @InstanceId = params['InstanceId']
12223
12257
  @Namespace = params['Namespace']
12258
+ @SubscribeTopicNum = params['SubscribeTopicNum']
12224
12259
  end
12225
12260
  end
12226
12261
 
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.1098
4
+ version: 3.0.1118
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-10 00:00:00.000000000 Z
11
+ date: 2025-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common