tencentcloud-sdk-ckafka 3.0.927 → 3.0.928
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190819/models.rb +7 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d88a19b97010bd3f6ac7df18d408fa9ac37ddfa5
|
4
|
+
data.tar.gz: 96791c500806ce22e44855d2b13847f8e593a10a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e48a69ed23ecf00adfaa5d478728b0896482974633012cc3de8486e6949e8fba05af6d5403529bb9e1f37e86e55e7dda8241cc5572b5eb2ebc8aec5fee2a754
|
7
|
+
data.tar.gz: 450c9d0e24aef43010db06a62ce60b2ab804886576a8ae54685789884073ccc5f1c633e77b8efa3f7fcda00531d512363ae8a9720b3d9104df059c38d4fc9569
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.928
|
data/lib/v20190819/models.rb
CHANGED
@@ -495,7 +495,7 @@ module TencentCloud
|
|
495
495
|
class BatchModifyTopicAttributesRequest < TencentCloud::Common::AbstractModel
|
496
496
|
# @param InstanceId: 实例id
|
497
497
|
# @type InstanceId: String
|
498
|
-
# @param Topic: 主题属性列表
|
498
|
+
# @param Topic: 主题属性列表 (同一个批次最多支持10个)
|
499
499
|
# @type Topic: Array
|
500
500
|
|
501
501
|
attr_accessor :InstanceId, :Topic
|
@@ -2369,8 +2369,8 @@ module TencentCloud
|
|
2369
2369
|
|
2370
2370
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
2371
2371
|
extend Gem::Deprecate
|
2372
|
-
deprecate :DeleteRouteTimestamp, :none, 2024,
|
2373
|
-
deprecate :DeleteRouteTimestamp=, :none, 2024,
|
2372
|
+
deprecate :DeleteRouteTimestamp, :none, 2024, 10
|
2373
|
+
deprecate :DeleteRouteTimestamp=, :none, 2024, 10
|
2374
2374
|
|
2375
2375
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
2376
2376
|
@ReturnCode = returncode
|
@@ -9192,8 +9192,8 @@ module TencentCloud
|
|
9192
9192
|
|
9193
9193
|
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte
|
9194
9194
|
extend Gem::Deprecate
|
9195
|
-
deprecate :DynamicDiskConfig, :none, 2024,
|
9196
|
-
deprecate :DynamicDiskConfig=, :none, 2024,
|
9195
|
+
deprecate :DynamicDiskConfig, :none, 2024, 10
|
9196
|
+
deprecate :DynamicDiskConfig=, :none, 2024, 10
|
9197
9197
|
|
9198
9198
|
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil)
|
9199
9199
|
@InstanceId = instanceid
|
@@ -12372,8 +12372,8 @@ module TencentCloud
|
|
12372
12372
|
|
12373
12373
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
12374
12374
|
extend Gem::Deprecate
|
12375
|
-
deprecate :Exflag, :none, 2024,
|
12376
|
-
deprecate :Exflag=, :none, 2024,
|
12375
|
+
deprecate :Exflag, :none, 2024, 10
|
12376
|
+
deprecate :Exflag=, :none, 2024, 10
|
12377
12377
|
|
12378
12378
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
12379
12379
|
@ZoneId = zoneid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ckafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.928
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|