tencentcloud-sdk-ckafka 3.0.415 → 3.0.416
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/client.rb +1 -1
- data/lib/v20190819/models.rb +57 -6
- 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: 2f103a43b0d6bb00be52a42f22507e1c97faf5c2
|
4
|
+
data.tar.gz: 45365ad87117ecff78684ecfccc8113f0c3324af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3de0f4a6fd1084d27444a81e3ffe305472ecc2f93bf39cdc2562e2f92b46f02a2571ab9fdea2bff089c2559fd1fae0553ad894aad69cd087ede0766ca51f29ef
|
7
|
+
data.tar.gz: 153d8947d423c3e20b45f0eefd10f30ef80100ac404afee5cdc42d2b01509fc7f5b2bb44d051e188ee0109cdd989a0c9e7ce2cbcf88a23c821f67b0740db055b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.416
|
data/lib/v20190819/client.rb
CHANGED
@@ -269,7 +269,7 @@ module TencentCloud
|
|
269
269
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
270
270
|
end
|
271
271
|
|
272
|
-
# 创建
|
272
|
+
# 创建DIP转储任务
|
273
273
|
|
274
274
|
# @param request: Request instance for CreateDatahubTask.
|
275
275
|
# @type request: :class:`Tencentcloud::ckafka::V20190819::CreateDatahubTaskRequest`
|
data/lib/v20190819/models.rb
CHANGED
@@ -1604,10 +1604,12 @@ module TencentCloud
|
|
1604
1604
|
# @type TransformsParam: :class:`Tencentcloud::Ckafka.v20190819.models.TransformsParam`
|
1605
1605
|
# @param TaskId: 任务ID
|
1606
1606
|
# @type TaskId: String
|
1607
|
+
# @param Tags: 标签列表
|
1608
|
+
# @type Tags: Array
|
1607
1609
|
|
1608
|
-
attr_accessor :TaskName, :TaskType, :SourceResource, :TargetResource, :TransformParam, :PrivateLinkParam, :SchemaId, :TransformsParam, :TaskId
|
1610
|
+
attr_accessor :TaskName, :TaskType, :SourceResource, :TargetResource, :TransformParam, :PrivateLinkParam, :SchemaId, :TransformsParam, :TaskId, :Tags
|
1609
1611
|
|
1610
|
-
def initialize(taskname=nil, tasktype=nil, sourceresource=nil, targetresource=nil, transformparam=nil, privatelinkparam=nil, schemaid=nil, transformsparam=nil, taskid=nil)
|
1612
|
+
def initialize(taskname=nil, tasktype=nil, sourceresource=nil, targetresource=nil, transformparam=nil, privatelinkparam=nil, schemaid=nil, transformsparam=nil, taskid=nil, tags=nil)
|
1611
1613
|
@TaskName = taskname
|
1612
1614
|
@TaskType = tasktype
|
1613
1615
|
@SourceResource = sourceresource
|
@@ -1617,6 +1619,7 @@ module TencentCloud
|
|
1617
1619
|
@SchemaId = schemaid
|
1618
1620
|
@TransformsParam = transformsparam
|
1619
1621
|
@TaskId = taskid
|
1622
|
+
@Tags = tags
|
1620
1623
|
end
|
1621
1624
|
|
1622
1625
|
def deserialize(params)
|
@@ -1644,6 +1647,14 @@ module TencentCloud
|
|
1644
1647
|
@TransformsParam.deserialize(params['TransformsParam'])
|
1645
1648
|
end
|
1646
1649
|
@TaskId = params['TaskId']
|
1650
|
+
unless params['Tags'].nil?
|
1651
|
+
@Tags = []
|
1652
|
+
params['Tags'].each do |i|
|
1653
|
+
tag_tmp = Tag.new
|
1654
|
+
tag_tmp.deserialize(i)
|
1655
|
+
@Tags << tag_tmp
|
1656
|
+
end
|
1657
|
+
end
|
1647
1658
|
end
|
1648
1659
|
end
|
1649
1660
|
|
@@ -3805,10 +3816,13 @@ module TencentCloud
|
|
3805
3816
|
# @param ErrorMessage: 异常信息
|
3806
3817
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3807
3818
|
# @type ErrorMessage: String
|
3819
|
+
# @param Tags: 任务标签列表
|
3820
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3821
|
+
# @type Tags: Array
|
3808
3822
|
|
3809
|
-
attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage
|
3823
|
+
attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags
|
3810
3824
|
|
3811
|
-
def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, connections=nil, createtime=nil, transformparam=nil, datahubid=nil, schemaid=nil, schemaname=nil, transformsparam=nil, errormessage=nil)
|
3825
|
+
def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, connections=nil, createtime=nil, transformparam=nil, datahubid=nil, schemaid=nil, schemaname=nil, transformsparam=nil, errormessage=nil, tags=nil)
|
3812
3826
|
@TaskId = taskid
|
3813
3827
|
@TaskName = taskname
|
3814
3828
|
@TaskType = tasktype
|
@@ -3823,6 +3837,7 @@ module TencentCloud
|
|
3823
3837
|
@SchemaName = schemaname
|
3824
3838
|
@TransformsParam = transformsparam
|
3825
3839
|
@ErrorMessage = errormessage
|
3840
|
+
@Tags = tags
|
3826
3841
|
end
|
3827
3842
|
|
3828
3843
|
def deserialize(params)
|
@@ -3859,6 +3874,14 @@ module TencentCloud
|
|
3859
3874
|
@TransformsParam.deserialize(params['TransformsParam'])
|
3860
3875
|
end
|
3861
3876
|
@ErrorMessage = params['ErrorMessage']
|
3877
|
+
unless params['Tags'].nil?
|
3878
|
+
@Tags = []
|
3879
|
+
params['Tags'].each do |i|
|
3880
|
+
tag_tmp = Tag.new
|
3881
|
+
tag_tmp.deserialize(i)
|
3882
|
+
@Tags << tag_tmp
|
3883
|
+
end
|
3884
|
+
end
|
3862
3885
|
end
|
3863
3886
|
end
|
3864
3887
|
|
@@ -6338,6 +6361,26 @@ module TencentCloud
|
|
6338
6361
|
end
|
6339
6362
|
end
|
6340
6363
|
|
6364
|
+
# 数据处理——Value处理参数——Jsonpath替换参数
|
6365
|
+
class JsonPathReplaceParam < TencentCloud::Common::AbstractModel
|
6366
|
+
# @param OldValue: 被替换值,Jsonpath表达式
|
6367
|
+
# @type OldValue: String
|
6368
|
+
# @param NewValue: 替换值,Jsonpath表达式或字符串
|
6369
|
+
# @type NewValue: String
|
6370
|
+
|
6371
|
+
attr_accessor :OldValue, :NewValue
|
6372
|
+
|
6373
|
+
def initialize(oldvalue=nil, newvalue=nil)
|
6374
|
+
@OldValue = oldvalue
|
6375
|
+
@NewValue = newvalue
|
6376
|
+
end
|
6377
|
+
|
6378
|
+
def deserialize(params)
|
6379
|
+
@OldValue = params['OldValue']
|
6380
|
+
@NewValue = params['NewValue']
|
6381
|
+
end
|
6382
|
+
end
|
6383
|
+
|
6341
6384
|
# key-value二次解析
|
6342
6385
|
class KVParam < TencentCloud::Common::AbstractModel
|
6343
6386
|
# @param Delimiter: 分隔符
|
@@ -9195,10 +9238,13 @@ module TencentCloud
|
|
9195
9238
|
# @param Result: 处理结果
|
9196
9239
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9197
9240
|
# @type Result: String
|
9241
|
+
# @param JsonPathReplace: JsonPath替换,TYPE=JSON_PATH_REPLACE时必传
|
9242
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9243
|
+
# @type JsonPathReplace: :class:`Tencentcloud::Ckafka.v20190819.models.JsonPathReplaceParam`
|
9198
9244
|
|
9199
|
-
attr_accessor :Type, :Replace, :Substr, :Date, :RegexReplace, :Split, :KV, :Result
|
9245
|
+
attr_accessor :Type, :Replace, :Substr, :Date, :RegexReplace, :Split, :KV, :Result, :JsonPathReplace
|
9200
9246
|
|
9201
|
-
def initialize(type=nil, replace=nil, substr=nil, date=nil, regexreplace=nil, split=nil, kv=nil, result=nil)
|
9247
|
+
def initialize(type=nil, replace=nil, substr=nil, date=nil, regexreplace=nil, split=nil, kv=nil, result=nil, jsonpathreplace=nil)
|
9202
9248
|
@Type = type
|
9203
9249
|
@Replace = replace
|
9204
9250
|
@Substr = substr
|
@@ -9207,6 +9253,7 @@ module TencentCloud
|
|
9207
9253
|
@Split = split
|
9208
9254
|
@KV = kv
|
9209
9255
|
@Result = result
|
9256
|
+
@JsonPathReplace = jsonpathreplace
|
9210
9257
|
end
|
9211
9258
|
|
9212
9259
|
def deserialize(params)
|
@@ -9236,6 +9283,10 @@ module TencentCloud
|
|
9236
9283
|
@KV.deserialize(params['KV'])
|
9237
9284
|
end
|
9238
9285
|
@Result = params['Result']
|
9286
|
+
unless params['JsonPathReplace'].nil?
|
9287
|
+
@JsonPathReplace = JsonPathReplaceParam.new
|
9288
|
+
@JsonPathReplace.deserialize(params['JsonPathReplace'])
|
9289
|
+
end
|
9239
9290
|
end
|
9240
9291
|
end
|
9241
9292
|
|
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.416
|
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-09-
|
11
|
+
date: 2022-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|