tencentcloud-sdk-ckafka 3.0.972 → 3.0.974
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 +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: e469d9f3e46b21cf3838f68838f2a43913cfdfa3
|
4
|
+
data.tar.gz: dd8c6b4898923256fb06bda5811f5df4919ff78e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06c9b4cd1944cd0e7faa7c815799f71f17dbc54c44062c3b74ddee29822591aab19ad980817b391be3cde32669e052e5d84a72debd3d58f631382e2d9fac1c71
|
7
|
+
data.tar.gz: 1b670639d4d42141a770f988b9ca37a7e34cb6c80a5a5042c8ba1541efbe65e997866a34997405d20d3165c94e18281c2af912912a1a958363730e15646d6050
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.974
|
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.974
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|