tencentcloud-sdk-ckafka 3.0.384 → 3.0.385
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 -2
- 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: be1ae2ef7c4c72382d93d98a3134dba6d9ec7540
|
4
|
+
data.tar.gz: 3fd095a2edbc7dbd6612e5b56176fbdc84ff32a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b86820c4e3af35a11e89ba7f98da5fa858d797feecfceb0c99865629a1a5ea926d6d1fb559fc3a4ea66dedff551febd05f33d99d9e57025935e0a26acc93087
|
7
|
+
data.tar.gz: 1e5dece7ec4134112689ec6cf93e09c30846da8d2e6c5a304255579b31157aca54e7cc4837e68c750bfb1b4bb7e3acab2332028b27e2281c02a76bab15412ac6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.385
|
data/lib/v20190819/models.rb
CHANGED
@@ -7219,10 +7219,14 @@ module TencentCloud
|
|
7219
7219
|
# @type TopicReplacement: String
|
7220
7220
|
# @param KeyColumns: 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
|
7221
7221
|
# @type KeyColumns: String
|
7222
|
+
# @param DropInvalidMessage: Mysql 是否抛弃解析失败的消息,默认为true
|
7223
|
+
# @type DropInvalidMessage: Boolean
|
7224
|
+
# @param DropCls: 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
|
7225
|
+
# @type DropCls: :class:`Tencentcloud::Ckafka.v20190819.models.DropCls`
|
7222
7226
|
|
7223
|
-
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :DdlTopic, :DataSourceMonitorMode, :DataSourceMonitorResource, :DataSourceIncrementMode, :DataSourceIncrementColumn, :DataSourceStartFrom, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :TopicRegex, :TopicReplacement, :KeyColumns
|
7227
|
+
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :DdlTopic, :DataSourceMonitorMode, :DataSourceMonitorResource, :DataSourceIncrementMode, :DataSourceIncrementColumn, :DataSourceStartFrom, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :TopicRegex, :TopicReplacement, :KeyColumns, :DropInvalidMessage, :DropCls
|
7224
7228
|
|
7225
|
-
def initialize(database=nil, table=nil, resource=nil, snapshotmode=nil, ddltopic=nil, datasourcemonitormode=nil, datasourcemonitorresource=nil, datasourceincrementmode=nil, datasourceincrementcolumn=nil, datasourcestartfrom=nil, datatargetinsertmode=nil, datatargetprimarykeyfield=nil, datatargetrecordmapping=nil, topicregex=nil, topicreplacement=nil, keycolumns=nil)
|
7229
|
+
def initialize(database=nil, table=nil, resource=nil, snapshotmode=nil, ddltopic=nil, datasourcemonitormode=nil, datasourcemonitorresource=nil, datasourceincrementmode=nil, datasourceincrementcolumn=nil, datasourcestartfrom=nil, datatargetinsertmode=nil, datatargetprimarykeyfield=nil, datatargetrecordmapping=nil, topicregex=nil, topicreplacement=nil, keycolumns=nil, dropinvalidmessage=nil, dropcls=nil)
|
7226
7230
|
@Database = database
|
7227
7231
|
@Table = table
|
7228
7232
|
@Resource = resource
|
@@ -7239,6 +7243,8 @@ module TencentCloud
|
|
7239
7243
|
@TopicRegex = topicregex
|
7240
7244
|
@TopicReplacement = topicreplacement
|
7241
7245
|
@KeyColumns = keycolumns
|
7246
|
+
@DropInvalidMessage = dropinvalidmessage
|
7247
|
+
@DropCls = dropcls
|
7242
7248
|
end
|
7243
7249
|
|
7244
7250
|
def deserialize(params)
|
@@ -7265,6 +7271,11 @@ module TencentCloud
|
|
7265
7271
|
@TopicRegex = params['TopicRegex']
|
7266
7272
|
@TopicReplacement = params['TopicReplacement']
|
7267
7273
|
@KeyColumns = params['KeyColumns']
|
7274
|
+
@DropInvalidMessage = params['DropInvalidMessage']
|
7275
|
+
unless params['DropCls'].nil?
|
7276
|
+
@DropCls = DropCls.new
|
7277
|
+
@DropCls.deserialize(params['DropCls'])
|
7278
|
+
end
|
7268
7279
|
end
|
7269
7280
|
end
|
7270
7281
|
|
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.385
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|