tencentcloud-sdk-tdmq 3.0.566 → 3.0.567

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0c1a0a926438a5cf30607d20313ba2199acbde4
4
- data.tar.gz: 4170263f4f1cea3d5e3d21c290e74fcc640f5519
3
+ metadata.gz: 44fa6421cc730a48f1da46889aba0536e983cf08
4
+ data.tar.gz: 83ff97116eb6728e2868cd07dd7444e46b75a012
5
5
  SHA512:
6
- metadata.gz: d4f0461f2ac0186ea11eeb20643938b88c27eaf47e8507967c39ea6a77fbf6cb0224d732eb4d24a5ec3cd85c9b3e33f83171777c0283bae4b0e400a25c4bf69e
7
- data.tar.gz: cfa06bea3866f95ed79ffd7f5bafd923f6c5d9d8bd4c4b1548158c9f436fed69e2f5f838a7f5f58964787ad23a6d98f22eaeaa580290da04fcc41cc2f0dd294e
6
+ metadata.gz: 848c766e59ebfafc597109af38fed250a6589b31ec1332bca39b82689698eb2261f7702c29291caf479d191b0cc9fa1ba2222f6607a4eeba7a9aef1726ccbc65
7
+ data.tar.gz: 20c6122ba0e7eef221cd54301a8ff5b87f6f202695d0914f6683d221fc5aa271005dd9f4ed572a7e4f3f50c271081fa91287e81ffd72a967d721aa00b14dfee0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.566
1
+ 3.0.567
@@ -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.567
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-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common