tencentcloud-sdk-tdmq 3.0.1098 → 3.0.1099

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: ed3e8d5e11bed5383c32c7a4fb06ee1128ab9860
4
- data.tar.gz: 4577f830e86d849091e58dc04d23366e88e1a92b
3
+ metadata.gz: 6760a6dca4661bf41ba469af95b0873730556759
4
+ data.tar.gz: 57435bd89d48afe0e69a39b1e1338fc311a37a0d
5
5
  SHA512:
6
- metadata.gz: e6fc9198f920f9f6e8cf6cb290bf960eed4380b182e695c5b6ab80285878b90eee09af052d5ad45af5758a5e1406eec5a5aebd4eacf9c5616db1ec73e2145190
7
- data.tar.gz: 503433a854476769e810023e56a6b257678b5fc9c15c308c4db67bfd921fd610ef0b892d22cce4d0de0bd3bc9ccdfd50fb07c3209fdb41f48c9bfe6c92d80b0b
6
+ metadata.gz: febed5e1e492c22317719c214cee4d4e8fd7d83ea2043bccac5f37ba241459efcaf3c89fbcf79080a2077a853ec512e45981494cd7f916527ff7713d2eb89776
7
+ data.tar.gz: 2d17c4caa9c5203eedeeb9cd73129434355e27f18c8919d90f8b21cc3854ba6da38790520f6ab187265a4001a4cb9deb980937a37c2605f7e95060eda1bd9b66
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1098
1
+ 3.0.1099
@@ -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
 
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.1099
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-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common