tencentcloud-sdk-tdmq 3.0.1099 → 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 +43 -12
  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: 9347d0cd6a59f9007acae44017df96d8fdf271c8
4
+ data.tar.gz: 86dd6b86f085a5707524ac8e3d63e4347479fd17
5
5
  SHA512:
6
- metadata.gz: febed5e1e492c22317719c214cee4d4e8fd7d83ea2043bccac5f37ba241459efcaf3c89fbcf79080a2077a853ec512e45981494cd7f916527ff7713d2eb89776
7
- data.tar.gz: 2d17c4caa9c5203eedeeb9cd73129434355e27f18c8919d90f8b21cc3854ba6da38790520f6ab187265a4001a4cb9deb980937a37c2605f7e95060eda1bd9b66
6
+ metadata.gz: b8e5e0cbf6c22c6f1726d1ee9bb4cc982527fef0931b3147a1fcb5d23405e8c06f8afdd2519ccdcdb0facadf7e406c872b570af36e7f578eeb39f61c890da7bc
7
+ data.tar.gz: 79320b5a1a664cbdea471b3c501bdd1d572612c59500c519a1edbb39306c4016e0fd86b15d6f665d4a733bfc1eda2807b0de4f1edb490c29a6b138de559233d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1099
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
@@ -11806,8 +11806,8 @@ module TencentCloud
11806
11806
 
11807
11807
  attr_accessor :MaxTpsPerNamespace, :MaxNamespaceNum, :UsedNamespaceNum, :MaxTopicNum, :UsedTopicNum, :MaxGroupNum, :UsedGroupNum, :MaxRetentionTime, :MaxLatencyTime, :MaxQueuesPerTopic, :TopicDistribution, :MaxRoleNum, :MaxTpsLimit
11808
11808
  extend Gem::Deprecate
11809
- deprecate :MaxTpsPerNamespace, :none, 2025, 7
11810
- deprecate :MaxTpsPerNamespace=, :none, 2025, 7
11809
+ deprecate :MaxTpsPerNamespace, :none, 2025, 8
11810
+ deprecate :MaxTpsPerNamespace=, :none, 2025, 8
11811
11811
 
11812
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)
11813
11813
  @MaxTpsPerNamespace = maxtpspernamespace
@@ -11953,10 +11953,22 @@ module TencentCloud
11953
11953
  # @type ZoneIds: Array
11954
11954
  # @param IsFrozen: 是否已冻结
11955
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
11956
11968
 
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
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
11958
11970
 
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)
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)
11960
11972
  @ClusterId = clusterid
11961
11973
  @ClusterName = clustername
11962
11974
  @Region = region
@@ -11983,6 +11995,11 @@ module TencentCloud
11983
11995
  @ZoneId = zoneid
11984
11996
  @ZoneIds = zoneids
11985
11997
  @IsFrozen = isfrozen
11998
+ @AutoCreateTopicEnabled = autocreatetopicenabled
11999
+ @AdminFeatureEnabled = adminfeatureenabled
12000
+ @AdminAccessKey = adminaccesskey
12001
+ @AdminSecretKey = adminsecretkey
12002
+ @EnableDeletionProtection = enabledeletionprotection
11986
12003
  end
11987
12004
 
11988
12005
  def deserialize(params)
@@ -12019,6 +12036,11 @@ module TencentCloud
12019
12036
  @ZoneId = params['ZoneId']
12020
12037
  @ZoneIds = params['ZoneIds']
12021
12038
  @IsFrozen = params['IsFrozen']
12039
+ @AutoCreateTopicEnabled = params['AutoCreateTopicEnabled']
12040
+ @AdminFeatureEnabled = params['AdminFeatureEnabled']
12041
+ @AdminAccessKey = params['AdminAccessKey']
12042
+ @AdminSecretKey = params['AdminSecretKey']
12043
+ @EnableDeletionProtection = params['EnableDeletionProtection']
12022
12044
  end
12023
12045
  end
12024
12046
 
@@ -12184,10 +12206,17 @@ module TencentCloud
12184
12206
  # @param Namespace: 命名空间
12185
12207
  # 注意:此字段可能返回 null,表示取不到有效值。
12186
12208
  # @type Namespace: String
12209
+ # @param SubscribeTopicNum: 订阅的主题个数
12210
+ # @type SubscribeTopicNum: Integer
12187
12211
 
12188
- 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
12189
12218
 
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)
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)
12191
12220
  @Name = name
12192
12221
  @ConsumerNum = consumernum
12193
12222
  @TPS = tps
@@ -12205,6 +12234,7 @@ module TencentCloud
12205
12234
  @RetryMaxTimes = retrymaxtimes
12206
12235
  @InstanceId = instanceid
12207
12236
  @Namespace = namespace
12237
+ @SubscribeTopicNum = subscribetopicnum
12208
12238
  end
12209
12239
 
12210
12240
  def deserialize(params)
@@ -12225,6 +12255,7 @@ module TencentCloud
12225
12255
  @RetryMaxTimes = params['RetryMaxTimes']
12226
12256
  @InstanceId = params['InstanceId']
12227
12257
  @Namespace = params['Namespace']
12258
+ @SubscribeTopicNum = params['SubscribeTopicNum']
12228
12259
  end
12229
12260
  end
12230
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.1099
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-11 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