tencentcloud-sdk-tdmq 3.0.566 → 3.0.568

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0c1a0a926438a5cf30607d20313ba2199acbde4
4
- data.tar.gz: 4170263f4f1cea3d5e3d21c290e74fcc640f5519
3
+ metadata.gz: 49cf4565b05a5bda059d049aa100e4ffe6acd788
4
+ data.tar.gz: 3605035207451bbd01869154ce08e24f0335c98c
5
5
  SHA512:
6
- metadata.gz: d4f0461f2ac0186ea11eeb20643938b88c27eaf47e8507967c39ea6a77fbf6cb0224d732eb4d24a5ec3cd85c9b3e33f83171777c0283bae4b0e400a25c4bf69e
7
- data.tar.gz: cfa06bea3866f95ed79ffd7f5bafd923f6c5d9d8bd4c4b1548158c9f436fed69e2f5f838a7f5f58964787ad23a6d98f22eaeaa580290da04fcc41cc2f0dd294e
6
+ metadata.gz: 41191b0ff6cf11d5aa5ef7a1993609ba209a027f3764a599ae7760f47befcfb538dea05eb78bd8d6c8e1fffe688529579d2e46338a9dbb8a2747e7ddd21f6f6c
7
+ data.tar.gz: 1b589a87f39d0c64e1092255ecefc718dd40398eb7717bc6358aa844665997e324bbf1ff8cf16b85386a342050ed67bd924dfad01d78d933f8dddb6672a34725
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.566
1
+ 3.0.568
@@ -5683,6 +5683,8 @@ module TencentCloud
5683
5683
  class DescribeTopicsRequest < TencentCloud::Common::AbstractModel
5684
5684
  # @param EnvironmentId: 环境(命名空间)名称。
5685
5685
  # @type EnvironmentId: String
5686
+ # @param ClusterId: Pulsar 集群的ID
5687
+ # @type ClusterId: String
5686
5688
  # @param TopicName: 主题名模糊匹配。
5687
5689
  # @type TopicName: String
5688
5690
  # @param Offset: 起始下标,不填默认为0。
@@ -5695,8 +5697,6 @@ module TencentCloud
5695
5697
  # 2:持久非分区主题类型;
5696
5698
  # 3:持久分区主题类型;
5697
5699
  # @type TopicType: Integer
5698
- # @param ClusterId: Pulsar 集群的ID
5699
- # @type ClusterId: String
5700
5700
  # @param Filters: * TopicName
5701
5701
  # 按照主题名字查询,精确查询。
5702
5702
  # 类型:String
@@ -5707,26 +5707,26 @@ module TencentCloud
5707
5707
  # 2:系统创建
5708
5708
  # @type TopicCreator: Integer
5709
5709
 
5710
- attr_accessor :EnvironmentId, :TopicName, :Offset, :Limit, :TopicType, :ClusterId, :Filters, :TopicCreator
5710
+ attr_accessor :EnvironmentId, :ClusterId, :TopicName, :Offset, :Limit, :TopicType, :Filters, :TopicCreator
5711
5711
 
5712
- def initialize(environmentid=nil, topicname=nil, offset=nil, limit=nil, topictype=nil, clusterid=nil, filters=nil, topiccreator=nil)
5712
+ def initialize(environmentid=nil, clusterid=nil, topicname=nil, offset=nil, limit=nil, topictype=nil, filters=nil, topiccreator=nil)
5713
5713
  @EnvironmentId = environmentid
5714
+ @ClusterId = clusterid
5714
5715
  @TopicName = topicname
5715
5716
  @Offset = offset
5716
5717
  @Limit = limit
5717
5718
  @TopicType = topictype
5718
- @ClusterId = clusterid
5719
5719
  @Filters = filters
5720
5720
  @TopicCreator = topiccreator
5721
5721
  end
5722
5722
 
5723
5723
  def deserialize(params)
5724
5724
  @EnvironmentId = params['EnvironmentId']
5725
+ @ClusterId = params['ClusterId']
5725
5726
  @TopicName = params['TopicName']
5726
5727
  @Offset = params['Offset']
5727
5728
  @Limit = params['Limit']
5728
5729
  @TopicType = params['TopicType']
5729
- @ClusterId = params['ClusterId']
5730
5730
  unless params['Filters'].nil?
5731
5731
  @Filters = []
5732
5732
  params['Filters'].each do |i|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tdmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.566
4
+ version: 3.0.568
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-10 00:00:00.000000000 Z
11
+ date: 2023-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common