tencentcloud-sdk-ckafka 3.0.1074 → 3.0.1080

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190819/models.rb +24 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d44f1c5cc3e79d70c292a7bcd29154d855fedab
4
- data.tar.gz: 33a16f405503be748c7a7c9d77e33443235e920b
3
+ metadata.gz: 1e8f0f21e183432770df32c58951fe4b2453ca74
4
+ data.tar.gz: e4c34854c013824b1cd3b8cf1e55b70b44b3f3a7
5
5
  SHA512:
6
- metadata.gz: 3b23a85daa43c19c6e6e9e76faa1c4ce3d85b688bcfc3f54f7e37f8db1cd44af4d8a0dcfde25542d56fc7a93bacd9e88e480d169633630451c990cce0972a777
7
- data.tar.gz: a323954a6bbc06879299b60b77ef506f86ea3f2db2de3b3f392bd534154a165371f3417d285d089fe03195ab17aaf8e5666d3a47d1c20bba3534694bf128962e
6
+ metadata.gz: b0df122344eb1604076757d9747532509bbb2b46541c598597ff78c7b1bc14884871449fb13e4aafc9f193630a2551cd0b51d3052bf761c6baed85f5faa13f7b
7
+ data.tar.gz: fd6e5bfaa341730da8e8bd5a6f86418fd9cd25deb96267960fdfe4b783ed4d81a4714f66b3c11cd77f7a2a1d504a03c33acbd104cea3793c532c0edb9c6bec80
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1080
@@ -1781,8 +1781,8 @@ module TencentCloud
1781
1781
 
1782
1782
  attr_accessor :TaskName, :TaskType, :SourceResource, :TargetResource, :TransformParam, :PrivateLinkParam, :SchemaId, :TransformsParam, :TaskId, :Tags, :Description
1783
1783
  extend Gem::Deprecate
1784
- deprecate :PrivateLinkParam, :none, 2025, 5
1785
- deprecate :PrivateLinkParam=, :none, 2025, 5
1784
+ deprecate :PrivateLinkParam, :none, 2025, 6
1785
+ deprecate :PrivateLinkParam=, :none, 2025, 6
1786
1786
 
1787
1787
  def initialize(taskname=nil, tasktype=nil, sourceresource=nil, targetresource=nil, transformparam=nil, privatelinkparam=nil, schemaid=nil, transformsparam=nil, taskid=nil, tags=nil, description=nil)
1788
1788
  @TaskName = taskname
@@ -2280,8 +2280,8 @@ module TencentCloud
2280
2280
 
2281
2281
  attr_accessor :ReturnCode, :ReturnMessage, :Data, :DeleteRouteTimestamp
2282
2282
  extend Gem::Deprecate
2283
- deprecate :DeleteRouteTimestamp, :none, 2025, 5
2284
- deprecate :DeleteRouteTimestamp=, :none, 2025, 5
2283
+ deprecate :DeleteRouteTimestamp, :none, 2025, 6
2284
+ deprecate :DeleteRouteTimestamp=, :none, 2025, 6
2285
2285
 
2286
2286
  def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
2287
2287
  @ReturnCode = returncode
@@ -3181,10 +3181,12 @@ module TencentCloud
3181
3181
  # @type DatahubId: String
3182
3182
  # @param StepList: 步骤列表
3183
3183
  # @type StepList: Array
3184
+ # @param Description: 任务描述信息
3185
+ # @type Description: String
3184
3186
 
3185
- attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :CreateTime, :ErrorMessage, :TaskProgress, :TaskCurrentStep, :DatahubId, :StepList
3187
+ attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :CreateTime, :ErrorMessage, :TaskProgress, :TaskCurrentStep, :DatahubId, :StepList, :Description
3186
3188
 
3187
- def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, createtime=nil, errormessage=nil, taskprogress=nil, taskcurrentstep=nil, datahubid=nil, steplist=nil)
3189
+ def initialize(taskid=nil, taskname=nil, tasktype=nil, status=nil, sourceresource=nil, targetresource=nil, createtime=nil, errormessage=nil, taskprogress=nil, taskcurrentstep=nil, datahubid=nil, steplist=nil, description=nil)
3188
3190
  @TaskId = taskid
3189
3191
  @TaskName = taskname
3190
3192
  @TaskType = tasktype
@@ -3197,6 +3199,7 @@ module TencentCloud
3197
3199
  @TaskCurrentStep = taskcurrentstep
3198
3200
  @DatahubId = datahubid
3199
3201
  @StepList = steplist
3202
+ @Description = description
3200
3203
  end
3201
3204
 
3202
3205
  def deserialize(params)
@@ -3218,6 +3221,7 @@ module TencentCloud
3218
3221
  @TaskCurrentStep = params['TaskCurrentStep']
3219
3222
  @DatahubId = params['DatahubId']
3220
3223
  @StepList = params['StepList']
3224
+ @Description = params['Description']
3221
3225
  end
3222
3226
  end
3223
3227
 
@@ -5329,8 +5333,8 @@ module TencentCloud
5329
5333
 
5330
5334
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList, :TagList
5331
5335
  extend Gem::Deprecate
5332
- deprecate :InstanceIds, :none, 2025, 5
5333
- deprecate :InstanceIds=, :none, 2025, 5
5336
+ deprecate :InstanceIds, :none, 2025, 6
5337
+ deprecate :InstanceIds=, :none, 2025, 6
5334
5338
 
5335
5339
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil, taglist=nil)
5336
5340
  @InstanceId = instanceid
@@ -5415,8 +5419,8 @@ module TencentCloud
5415
5419
 
5416
5420
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
5417
5421
  extend Gem::Deprecate
5418
- deprecate :TagKey, :none, 2025, 5
5419
- deprecate :TagKey=, :none, 2025, 5
5422
+ deprecate :TagKey, :none, 2025, 6
5423
+ deprecate :TagKey=, :none, 2025, 6
5420
5424
 
5421
5425
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)
5422
5426
  @InstanceId = instanceid
@@ -8956,17 +8960,21 @@ module TencentCloud
8956
8960
  # @type TaskId: String
8957
8961
  # @param TaskName: 任务名称
8958
8962
  # @type TaskName: String
8963
+ # @param Description: 任务描述信息
8964
+ # @type Description: String
8959
8965
 
8960
- attr_accessor :TaskId, :TaskName
8966
+ attr_accessor :TaskId, :TaskName, :Description
8961
8967
 
8962
- def initialize(taskid=nil, taskname=nil)
8968
+ def initialize(taskid=nil, taskname=nil, description=nil)
8963
8969
  @TaskId = taskid
8964
8970
  @TaskName = taskname
8971
+ @Description = description
8965
8972
  end
8966
8973
 
8967
8974
  def deserialize(params)
8968
8975
  @TaskId = params['TaskId']
8969
8976
  @TaskName = params['TaskName']
8977
+ @Description = params['Description']
8970
8978
  end
8971
8979
  end
8972
8980
 
@@ -9167,8 +9175,8 @@ module TencentCloud
9167
9175
 
9168
9176
  attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable
9169
9177
  extend Gem::Deprecate
9170
- deprecate :DynamicDiskConfig, :none, 2025, 5
9171
- deprecate :DynamicDiskConfig=, :none, 2025, 5
9178
+ deprecate :DynamicDiskConfig, :none, 2025, 6
9179
+ deprecate :DynamicDiskConfig=, :none, 2025, 6
9172
9180
 
9173
9181
  def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil)
9174
9182
  @InstanceId = instanceid
@@ -12202,8 +12210,8 @@ module TencentCloud
12202
12210
 
12203
12211
  attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
12204
12212
  extend Gem::Deprecate
12205
- deprecate :Exflag, :none, 2025, 5
12206
- deprecate :Exflag=, :none, 2025, 5
12213
+ deprecate :Exflag, :none, 2025, 6
12214
+ deprecate :Exflag=, :none, 2025, 6
12207
12215
 
12208
12216
  def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
12209
12217
  @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.1074
4
+ version: 3.0.1080
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common