tencentcloud-sdk-ckafka 3.0.1087 → 3.0.1092

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 +23 -15
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18411ac3daee8251d519854b35b4ea534120487c
4
- data.tar.gz: 7843e01e64412f17b0af56b434fdd8d2f6678081
3
+ metadata.gz: 9e9b41ba99d6aa96645371767e4e6559b8ddae4f
4
+ data.tar.gz: 3df99673bddc7cf7ee60720697cbe1b0087ff1d8
5
5
  SHA512:
6
- metadata.gz: 4ef4943360087573ea19806314c9adce73121179521d3a7ee085543185451b7da356e4d31c0df3c9dfd0d53769501d59a8618ce110c9195e703726251327b0f7
7
- data.tar.gz: 5bd0cda647d762a19831bffb8d2358aa8da8d4a3d269ce49f17713e6888034cd151673f2be4f7913d41b1abd4d57682bb963f0f9dcf0e43d3693017f04cfd7d9
6
+ metadata.gz: fa67a4ae9096bc1e04904ab483592f832741ee72e6119cd8b211a38dd954ca9e8268447e646b42817b69c163c73216c0f47b8351b2df5d5dd5d173bdf66a9769
7
+ data.tar.gz: 618f10df4b3344d9b94cfcae08c7a6f001dc79a4e52ec3f73df7e46c357d514223cf8da3d323440964d18a4f6992f3a6187f9173ca24fc45dc9e6e1fa13d21b1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1087
1
+ 3.0.1092
@@ -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, 6
1785
- deprecate :PrivateLinkParam=, :none, 2025, 6
1784
+ deprecate :PrivateLinkParam, :none, 2025, 7
1785
+ deprecate :PrivateLinkParam=, :none, 2025, 7
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, 6
2284
- deprecate :DeleteRouteTimestamp=, :none, 2025, 6
2283
+ deprecate :DeleteRouteTimestamp, :none, 2025, 7
2284
+ deprecate :DeleteRouteTimestamp=, :none, 2025, 7
2285
2285
 
2286
2286
  def initialize(returncode=nil, returnmessage=nil, data=nil, deleteroutetimestamp=nil)
2287
2287
  @ReturnCode = returncode
@@ -2702,7 +2702,7 @@ module TencentCloud
2702
2702
  class CreateTopicRequest < TencentCloud::Common::AbstractModel
2703
2703
  # @param InstanceId: 实例Id
2704
2704
  # @type InstanceId: String
2705
- # @param TopicName: 主题名称,是一个不超过 128 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
2705
+ # @param TopicName: 只能包含字母、数字、下划线、“-”、“.”
2706
2706
  # @type TopicName: String
2707
2707
  # @param PartitionNum: Partition个数,大于0
2708
2708
  # @type PartitionNum: Integer
@@ -4725,10 +4725,14 @@ module TencentCloud
4725
4725
  # @type ErrorMessage: String
4726
4726
  # @param Tags: 任务标签列表
4727
4727
  # @type Tags: Array
4728
+ # @param Description: 任务描述信息
4729
+ # @type Description: String
4730
+ # @param IsolateStatus: 1:正常 2:隔离中
4731
+ # @type IsolateStatus: Integer
4728
4732
 
4729
- attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags
4733
+ attr_accessor :TaskId, :TaskName, :TaskType, :Status, :SourceResource, :TargetResource, :Connections, :CreateTime, :TransformParam, :DatahubId, :SchemaId, :SchemaName, :TransformsParam, :ErrorMessage, :Tags, :Description, :IsolateStatus
4730
4734
 
4731
- 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)
4735
+ 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, description=nil, isolatestatus=nil)
4732
4736
  @TaskId = taskid
4733
4737
  @TaskName = taskname
4734
4738
  @TaskType = tasktype
@@ -4744,6 +4748,8 @@ module TencentCloud
4744
4748
  @TransformsParam = transformsparam
4745
4749
  @ErrorMessage = errormessage
4746
4750
  @Tags = tags
4751
+ @Description = description
4752
+ @IsolateStatus = isolatestatus
4747
4753
  end
4748
4754
 
4749
4755
  def deserialize(params)
@@ -4788,6 +4794,8 @@ module TencentCloud
4788
4794
  @Tags << tag_tmp
4789
4795
  end
4790
4796
  end
4797
+ @Description = params['Description']
4798
+ @IsolateStatus = params['IsolateStatus']
4791
4799
  end
4792
4800
  end
4793
4801
 
@@ -5333,8 +5341,8 @@ module TencentCloud
5333
5341
 
5334
5342
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :Filters, :InstanceIds, :InstanceIdList, :TagList
5335
5343
  extend Gem::Deprecate
5336
- deprecate :InstanceIds, :none, 2025, 6
5337
- deprecate :InstanceIds=, :none, 2025, 6
5344
+ deprecate :InstanceIds, :none, 2025, 7
5345
+ deprecate :InstanceIds=, :none, 2025, 7
5338
5346
 
5339
5347
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, filters=nil, instanceids=nil, instanceidlist=nil, taglist=nil)
5340
5348
  @InstanceId = instanceid
@@ -5419,8 +5427,8 @@ module TencentCloud
5419
5427
 
5420
5428
  attr_accessor :InstanceId, :SearchWord, :Status, :Offset, :Limit, :TagKey, :VpcId
5421
5429
  extend Gem::Deprecate
5422
- deprecate :TagKey, :none, 2025, 6
5423
- deprecate :TagKey=, :none, 2025, 6
5430
+ deprecate :TagKey, :none, 2025, 7
5431
+ deprecate :TagKey=, :none, 2025, 7
5424
5432
 
5425
5433
  def initialize(instanceid=nil, searchword=nil, status=nil, offset=nil, limit=nil, tagkey=nil, vpcid=nil)
5426
5434
  @InstanceId = instanceid
@@ -9181,8 +9189,8 @@ module TencentCloud
9181
9189
 
9182
9190
  attr_accessor :InstanceId, :MsgRetentionTime, :InstanceName, :Config, :DynamicRetentionConfig, :RebalanceTime, :PublicNetwork, :DynamicDiskConfig, :MaxMessageByte, :UncleanLeaderElectionEnable, :DeleteProtectionEnable
9183
9191
  extend Gem::Deprecate
9184
- deprecate :DynamicDiskConfig, :none, 2025, 6
9185
- deprecate :DynamicDiskConfig=, :none, 2025, 6
9192
+ deprecate :DynamicDiskConfig, :none, 2025, 7
9193
+ deprecate :DynamicDiskConfig=, :none, 2025, 7
9186
9194
 
9187
9195
  def initialize(instanceid=nil, msgretentiontime=nil, instancename=nil, config=nil, dynamicretentionconfig=nil, rebalancetime=nil, publicnetwork=nil, dynamicdiskconfig=nil, maxmessagebyte=nil, uncleanleaderelectionenable=nil, deleteprotectionenable=nil)
9188
9196
  @InstanceId = instanceid
@@ -12218,8 +12226,8 @@ module TencentCloud
12218
12226
 
12219
12227
  attr_accessor :ZoneId, :IsInternalApp, :AppId, :Flag, :ZoneName, :ZoneStatus, :Exflag, :SoldOut, :SalesInfo, :ExtraFlag
12220
12228
  extend Gem::Deprecate
12221
- deprecate :Exflag, :none, 2025, 6
12222
- deprecate :Exflag=, :none, 2025, 6
12229
+ deprecate :Exflag, :none, 2025, 7
12230
+ deprecate :Exflag=, :none, 2025, 7
12223
12231
 
12224
12232
  def initialize(zoneid=nil, isinternalapp=nil, appid=nil, flag=nil, zonename=nil, zonestatus=nil, exflag=nil, soldout=nil, salesinfo=nil, extraflag=nil)
12225
12233
  @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.1087
4
+ version: 3.0.1092
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-23 00:00:00.000000000 Z
11
+ date: 2025-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common