tencentcloud-sdk-cmq 3.0.847 → 3.0.848

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: 165ff44c9cb264d31417ee000228deb4a431f958
4
- data.tar.gz: 1c5494afbf07c81d440ca0c58bd94c052431d147
3
+ metadata.gz: ebe85f2c81948acf807ef958c6b8000e59e7b95b
4
+ data.tar.gz: 55ba06dcf863d7e42e37a988262b4075d74324db
5
5
  SHA512:
6
- metadata.gz: 7e1b4c2a10a2573b0b0a3c55034f231422c070575d1bfb1f85f82d8dee8c9bf752177262c9845a2f40c083bc37c6adcc0e3fc3eae836417f0c0c394ccb9fc56d
7
- data.tar.gz: d5d235263a46a1c4fd3de4a144bd284cc6bd76e30f67f9d97e3faf98618ac638dc1487a5fb7622757dc13bda60949e1c90d778b54749b8602585dce243030dd2
6
+ metadata.gz: 500e7fdaf8619a00eeb16678c5a81ae2423122462dec1a592879af383d9e7bacda3981ed8fdc8c6d0dd9d34f0d1c0ef233c4e3f627bd687cef07e0cdf5da2284
7
+ data.tar.gz: 44412074e5ba5a7a2d69d4ca4a563964803d6fc62288d6efac8ab6e7a2547b1d6881471428977b0fb4f3d22eaa32d06d1100286c8fb2d7d084a1fbdc38c11955
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.847
1
+ 3.0.848
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
246
246
  end
247
247
 
248
- # 枚举队列
248
+ # 枚举队列列表
249
249
 
250
250
  # @param request: Request instance for DescribeQueueDetail.
251
251
  # @type request: :class:`Tencentcloud::cmq::V20190304::DescribeQueueDetailRequest`
@@ -520,30 +520,31 @@ module TencentCloud
520
520
 
521
521
  # DescribeQueueDetail请求参数结构体
522
522
  class DescribeQueueDetailRequest < TencentCloud::Common::AbstractModel
523
- # @param Offset: 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0
524
- # @type Offset: Integer
525
- # @param Limit: 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
526
- # @type Limit: Integer
527
- # @param Filters: 筛选参数,目前支持QueueName筛选,且仅支持一个关键字
528
- # @type Filters: Array
529
523
  # @param TagKey: 标签搜索
530
524
  # @type TagKey: String
525
+ # @param Limit: 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
526
+ # @type Limit: Integer
531
527
  # @param QueueName: 精确匹配QueueName
532
528
  # @type QueueName: String
529
+ # @param Filters: 筛选参数,目前支持QueueName筛选,且仅支持一个关键字
530
+ # @type Filters: Array
531
+ # @param Offset: 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0
532
+ # @type Offset: Integer
533
533
 
534
- attr_accessor :Offset, :Limit, :Filters, :TagKey, :QueueName
534
+ attr_accessor :TagKey, :Limit, :QueueName, :Filters, :Offset
535
535
 
536
- def initialize(offset=nil, limit=nil, filters=nil, tagkey=nil, queuename=nil)
537
- @Offset = offset
538
- @Limit = limit
539
- @Filters = filters
536
+ def initialize(tagkey=nil, limit=nil, queuename=nil, filters=nil, offset=nil)
540
537
  @TagKey = tagkey
538
+ @Limit = limit
541
539
  @QueueName = queuename
540
+ @Filters = filters
541
+ @Offset = offset
542
542
  end
543
543
 
544
544
  def deserialize(params)
545
- @Offset = params['Offset']
545
+ @TagKey = params['TagKey']
546
546
  @Limit = params['Limit']
547
+ @QueueName = params['QueueName']
547
548
  unless params['Filters'].nil?
548
549
  @Filters = []
549
550
  params['Filters'].each do |i|
@@ -552,8 +553,7 @@ module TencentCloud
552
553
  @Filters << filter_tmp
553
554
  end
554
555
  end
555
- @TagKey = params['TagKey']
556
- @QueueName = params['QueueName']
556
+ @Offset = params['Offset']
557
557
  end
558
558
  end
559
559
 
@@ -657,30 +657,31 @@ module TencentCloud
657
657
 
658
658
  # DescribeTopicDetail请求参数结构体
659
659
  class DescribeTopicDetailRequest < TencentCloud::Common::AbstractModel
660
- # @param Offset: 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。
661
- # @type Offset: Integer
662
- # @param Limit: 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
663
- # @type Limit: Integer
664
- # @param Filters: 目前只支持过滤TopicName , 且只能填一个过滤值。
665
- # @type Filters: Array
666
660
  # @param TagKey: 标签匹配。
667
661
  # @type TagKey: String
662
+ # @param Limit: 分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。
663
+ # @type Limit: Integer
668
664
  # @param TopicName: 精确匹配TopicName。
669
665
  # @type TopicName: String
666
+ # @param Filters: 目前只支持过滤TopicName , 且只能填一个过滤值。
667
+ # @type Filters: Array
668
+ # @param Offset: 分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。
669
+ # @type Offset: Integer
670
670
 
671
- attr_accessor :Offset, :Limit, :Filters, :TagKey, :TopicName
671
+ attr_accessor :TagKey, :Limit, :TopicName, :Filters, :Offset
672
672
 
673
- def initialize(offset=nil, limit=nil, filters=nil, tagkey=nil, topicname=nil)
674
- @Offset = offset
675
- @Limit = limit
676
- @Filters = filters
673
+ def initialize(tagkey=nil, limit=nil, topicname=nil, filters=nil, offset=nil)
677
674
  @TagKey = tagkey
675
+ @Limit = limit
678
676
  @TopicName = topicname
677
+ @Filters = filters
678
+ @Offset = offset
679
679
  end
680
680
 
681
681
  def deserialize(params)
682
- @Offset = params['Offset']
682
+ @TagKey = params['TagKey']
683
683
  @Limit = params['Limit']
684
+ @TopicName = params['TopicName']
684
685
  unless params['Filters'].nil?
685
686
  @Filters = []
686
687
  params['Filters'].each do |i|
@@ -689,8 +690,7 @@ module TencentCloud
689
690
  @Filters << filter_tmp
690
691
  end
691
692
  end
692
- @TagKey = params['TagKey']
693
- @TopicName = params['TopicName']
693
+ @Offset = params['Offset']
694
694
  end
695
695
  end
696
696
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.847
4
+ version: 3.0.848
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-19 00:00:00.000000000 Z
11
+ date: 2024-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common