tencentcloud-sdk-ckafka 3.0.972 → 3.0.973
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 +13 -8
- 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: 42784d4440dd8e78b55bf2c5ba7530f8de4efb92
|
4
|
+
data.tar.gz: f264e7ae232a144ee883cb289868cfbd61a79824
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a4e301a43fe505af657510178c6961a891afb57d59460523c7dc0b4370a99766aa3422316af3a5971149ea266836eacd6c1c96d36031b61b444b86014c632ab
|
7
|
+
data.tar.gz: 371875e3792eb7d2d35810b6a917011efde67722f97d899bed1169fb116627bb40e702e746ab9272092f8b75aa2c7f4742fdc047fbe29195deac867701655464
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.973
|
data/lib/v20190819/models.rb
CHANGED
@@ -2386,8 +2386,8 @@ module TencentCloud
|
|
2386
2386
|
|
2387
2387
|
attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
|
2388
2388
|
extend Gem::Deprecate
|
2389
|
-
deprecate :DeleteRouteTimestamp, :none,
|
2390
|
-
deprecate :DeleteRouteTimestamp=, :none,
|
2389
|
+
deprecate :DeleteRouteTimestamp, :none, 2025, 1
|
2390
|
+
deprecate :DeleteRouteTimestamp=, :none, 2025, 1
|
2391
2391
|
|
2392
2392
|
def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
|
2393
2393
|
@ReturnCode = returncode
|
@@ -8634,10 +8634,13 @@ module TencentCloud
|
|
8634
8634
|
# @param KeepPartition: 数据同步专用参数, 当通过时,希望下游的消息写入分区与上游的一致,则填true,但下游分区小于上游时,会报错; 不需要一致则为false, 默认为false
|
8635
8635
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8636
8636
|
# @type KeepPartition: Boolean
|
8637
|
+
# @param TopicRegularExpression: 正则匹配Topic列表
|
8638
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8639
|
+
# @type TopicRegularExpression: String
|
8637
8640
|
|
8638
|
-
attr_accessor :SelfBuilt, :Resource, :Topic, :OffsetType, :StartTime, :ResourceName, :ZoneId, :TopicId, :PartitionNum, :EnableToleration, :QpsLimit, :TableMappings, :UseTableMapping, :UseAutoCreateTopic, :CompressionType, :MsgMultiple, :ConnectorSyncType, :KeepPartition
|
8641
|
+
attr_accessor :SelfBuilt, :Resource, :Topic, :OffsetType, :StartTime, :ResourceName, :ZoneId, :TopicId, :PartitionNum, :EnableToleration, :QpsLimit, :TableMappings, :UseTableMapping, :UseAutoCreateTopic, :CompressionType, :MsgMultiple, :ConnectorSyncType, :KeepPartition, :TopicRegularExpression
|
8639
8642
|
|
8640
|
-
def initialize(selfbuilt=nil, resource=nil, topic=nil, offsettype=nil, starttime=nil, resourcename=nil, zoneid=nil, topicid=nil, partitionnum=nil, enabletoleration=nil, qpslimit=nil, tablemappings=nil, usetablemapping=nil, useautocreatetopic=nil, compressiontype=nil, msgmultiple=nil, connectorsynctype=nil, keeppartition=nil)
|
8643
|
+
def initialize(selfbuilt=nil, resource=nil, topic=nil, offsettype=nil, starttime=nil, resourcename=nil, zoneid=nil, topicid=nil, partitionnum=nil, enabletoleration=nil, qpslimit=nil, tablemappings=nil, usetablemapping=nil, useautocreatetopic=nil, compressiontype=nil, msgmultiple=nil, connectorsynctype=nil, keeppartition=nil, topicregularexpression=nil)
|
8641
8644
|
@SelfBuilt = selfbuilt
|
8642
8645
|
@Resource = resource
|
8643
8646
|
@Topic = topic
|
@@ -8656,6 +8659,7 @@ module TencentCloud
|
|
8656
8659
|
@MsgMultiple = msgmultiple
|
8657
8660
|
@ConnectorSyncType = connectorsynctype
|
8658
8661
|
@KeepPartition = keeppartition
|
8662
|
+
@TopicRegularExpression = topicregularexpression
|
8659
8663
|
end
|
8660
8664
|
|
8661
8665
|
def deserialize(params)
|
@@ -8684,6 +8688,7 @@ module TencentCloud
|
|
8684
8688
|
@MsgMultiple = params['MsgMultiple']
|
8685
8689
|
@ConnectorSyncType = params['ConnectorSyncType']
|
8686
8690
|
@KeepPartition = params['KeepPartition']
|
8691
|
+
@TopicRegularExpression = params['TopicRegularExpression']
|
8687
8692
|
end
|
8688
8693
|
end
|
8689
8694
|
|
@@ -9273,8 +9278,8 @@ module TencentCloud
|
|
9273
9278
|
|
9274
9279
|
attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte
|
9275
9280
|
extend Gem::Deprecate
|
9276
|
-
deprecate :DynamicDiskConfig, :none,
|
9277
|
-
deprecate :DynamicDiskConfig=, :none,
|
9281
|
+
deprecate :DynamicDiskConfig, :none, 2025, 1
|
9282
|
+
deprecate :DynamicDiskConfig=, :none, 2025, 1
|
9278
9283
|
|
9279
9284
|
def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil)
|
9280
9285
|
@InstanceId = instanceid
|
@@ -12453,8 +12458,8 @@ module TencentCloud
|
|
12453
12458
|
|
12454
12459
|
attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
|
12455
12460
|
extend Gem::Deprecate
|
12456
|
-
deprecate :Exflag, :none,
|
12457
|
-
deprecate :Exflag=, :none,
|
12461
|
+
deprecate :Exflag, :none, 2025, 1
|
12462
|
+
deprecate :Exflag=, :none, 2025, 1
|
12458
12463
|
|
12459
12464
|
def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
|
12460
12465
|
@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.973
|
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-12-
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|