tencentcloud-sdk-ckafka 3.0.430 → 3.0.432
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 +6 -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: 6f3c04d1a3f6aed1e1ff6704fc835bdafa14a921
|
|
4
|
+
data.tar.gz: a10568373d01304eae884ecefa71f09529847f1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2d3b747a5c198104f21b9029b36d2deb17a8d91b2c9ad2c3c2b56709422392edf543629d465c2ac3bcc057ebbcb0ddddfe2e791d5db5c6ade18fea2e681b0e3
|
|
7
|
+
data.tar.gz: 7e0f2a1187a6ee98f3e4d0697127c600b143c226bbb41068cf92502b0e9ba4aab65065e1a0b10aad77ba714285a09bc888900bdb88120735404eadce719aa848
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.432
|
data/lib/v20190819/models.rb
CHANGED
|
@@ -7672,10 +7672,12 @@ module TencentCloud
|
|
|
7672
7672
|
# @type IncludeQuery: Boolean
|
|
7673
7673
|
# @param RecordWithSchema: 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
|
|
7674
7674
|
# @type RecordWithSchema: Boolean
|
|
7675
|
+
# @param SignalDatabase: 存放信令表的数据库名称
|
|
7676
|
+
# @type SignalDatabase: String
|
|
7675
7677
|
|
|
7676
|
-
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :DdlTopic, :DataSourceMonitorMode, :DataSourceMonitorResource, :DataSourceIncrementMode, :DataSourceIncrementColumn, :DataSourceStartFrom, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :TopicRegex, :TopicReplacement, :KeyColumns, :DropInvalidMessage, :DropCls, :OutputFormat, :IsTablePrefix, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema
|
|
7678
|
+
attr_accessor :Database, :Table, :Resource, :SnapshotMode, :DdlTopic, :DataSourceMonitorMode, :DataSourceMonitorResource, :DataSourceIncrementMode, :DataSourceIncrementColumn, :DataSourceStartFrom, :DataTargetInsertMode, :DataTargetPrimaryKeyField, :DataTargetRecordMapping, :TopicRegex, :TopicReplacement, :KeyColumns, :DropInvalidMessage, :DropCls, :OutputFormat, :IsTablePrefix, :IncludeContentChanges, :IncludeQuery, :RecordWithSchema, :SignalDatabase
|
|
7677
7679
|
|
|
7678
|
-
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, outputformat=nil, istableprefix=nil, includecontentchanges=nil, includequery=nil, recordwithschema=nil)
|
|
7680
|
+
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, outputformat=nil, istableprefix=nil, includecontentchanges=nil, includequery=nil, recordwithschema=nil, signaldatabase=nil)
|
|
7679
7681
|
@Database = database
|
|
7680
7682
|
@Table = table
|
|
7681
7683
|
@Resource = resource
|
|
@@ -7699,6 +7701,7 @@ module TencentCloud
|
|
|
7699
7701
|
@IncludeContentChanges = includecontentchanges
|
|
7700
7702
|
@IncludeQuery = includequery
|
|
7701
7703
|
@RecordWithSchema = recordwithschema
|
|
7704
|
+
@SignalDatabase = signaldatabase
|
|
7702
7705
|
end
|
|
7703
7706
|
|
|
7704
7707
|
def deserialize(params)
|
|
@@ -7735,6 +7738,7 @@ module TencentCloud
|
|
|
7735
7738
|
@IncludeContentChanges = params['IncludeContentChanges']
|
|
7736
7739
|
@IncludeQuery = params['IncludeQuery']
|
|
7737
7740
|
@RecordWithSchema = params['RecordWithSchema']
|
|
7741
|
+
@SignalDatabase = params['SignalDatabase']
|
|
7738
7742
|
end
|
|
7739
7743
|
end
|
|
7740
7744
|
|
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.432
|
|
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-10-
|
|
11
|
+
date: 2022-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|