tencentcloud-sdk-tdmq 1.0.292 → 1.0.295
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200217/models.rb +23 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad7162bfae2c5177e663f50466f6bfa3346227cc
|
4
|
+
data.tar.gz: 275636f8df0342f6c4bfe94e843288c8a327ecfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36935728d6d471192dcca2c20b311a1a3f41c10fc9fc7e60356995f03ccbe70389afc7f40f82d449e67ef861b3754eb04dc875b10f2f0ac49bf087d68eea8263
|
7
|
+
data.tar.gz: 3355903605a0d203691192dcc978dafdbf258e67956c1c8ffadf78c65d4d5e6196907fe17dd3ba1f1e10a8778ad28f7f2da3e123c3ac9119e4b4f612730b2117
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.295
|
data/lib/v20200217/models.rb
CHANGED
@@ -273,10 +273,13 @@ module TencentCloud
|
|
273
273
|
# @param DeadLetterRoutingKey: 死信交换机路由键
|
274
274
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
275
275
|
# @type DeadLetterRoutingKey: String
|
276
|
+
# @param TopicName: Queue对应的Topic名称
|
277
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
278
|
+
# @type TopicName: String
|
276
279
|
|
277
|
-
attr_accessor :Name, :Remark, :DestBindedNum, :CreateTime, :UpdateTime, :OnlineConsumerNum, :Tps, :AccumulativeMsgNum, :AutoDelete, :DeadLetterExchange, :DeadLetterRoutingKey
|
280
|
+
attr_accessor :Name, :Remark, :DestBindedNum, :CreateTime, :UpdateTime, :OnlineConsumerNum, :Tps, :AccumulativeMsgNum, :AutoDelete, :DeadLetterExchange, :DeadLetterRoutingKey, :TopicName
|
278
281
|
|
279
|
-
def initialize(name=nil, remark=nil, destbindednum=nil, createtime=nil, updatetime=nil, onlineconsumernum=nil, tps=nil, accumulativemsgnum=nil, autodelete=nil, deadletterexchange=nil, deadletterroutingkey=nil)
|
282
|
+
def initialize(name=nil, remark=nil, destbindednum=nil, createtime=nil, updatetime=nil, onlineconsumernum=nil, tps=nil, accumulativemsgnum=nil, autodelete=nil, deadletterexchange=nil, deadletterroutingkey=nil, topicname=nil)
|
280
283
|
@Name = name
|
281
284
|
@Remark = remark
|
282
285
|
@DestBindedNum = destbindednum
|
@@ -288,6 +291,7 @@ module TencentCloud
|
|
288
291
|
@AutoDelete = autodelete
|
289
292
|
@DeadLetterExchange = deadletterexchange
|
290
293
|
@DeadLetterRoutingKey = deadletterroutingkey
|
294
|
+
@TopicName = topicname
|
291
295
|
end
|
292
296
|
|
293
297
|
def deserialize(params)
|
@@ -302,6 +306,7 @@ module TencentCloud
|
|
302
306
|
@AutoDelete = params['AutoDelete']
|
303
307
|
@DeadLetterExchange = params['DeadLetterExchange']
|
304
308
|
@DeadLetterRoutingKey = params['DeadLetterRoutingKey']
|
309
|
+
@TopicName = params['TopicName']
|
305
310
|
end
|
306
311
|
end
|
307
312
|
|
@@ -1516,9 +1521,9 @@ module TencentCloud
|
|
1516
1521
|
# @type VisibilityTimeout: Integer
|
1517
1522
|
# @param MaxMsgSize: 消息最大长度。取值范围 1024-65536 Byte(即1-64K),默认值 65536。
|
1518
1523
|
# @type MaxMsgSize: Integer
|
1519
|
-
# @param MsgRetentionSeconds:
|
1524
|
+
# @param MsgRetentionSeconds: 消息最长未确认时间。取值范围 30-43200 秒(30秒~12小时),默认值 3600 (1 小时)。
|
1520
1525
|
# @type MsgRetentionSeconds: Integer
|
1521
|
-
# @param RewindSeconds: 队列是否开启回溯消息能力,该参数取值范围0-
|
1526
|
+
# @param RewindSeconds: 队列是否开启回溯消息能力,该参数取值范围0-1296000,0表示不开启。
|
1522
1527
|
# @type RewindSeconds: Integer
|
1523
1528
|
# @param Transaction: 1 表示事务队列,0 表示普通队列
|
1524
1529
|
# @type Transaction: Integer
|
@@ -1538,10 +1543,12 @@ module TencentCloud
|
|
1538
1543
|
# @type Trace: Boolean
|
1539
1544
|
# @param Tags: 标签数组
|
1540
1545
|
# @type Tags: Array
|
1546
|
+
# @param RetentionSizeInMB: 队列可回溯存储空间,取值范围1024MB - 10240MB,0表示不开启
|
1547
|
+
# @type RetentionSizeInMB: Integer
|
1541
1548
|
|
1542
|
-
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :Transaction, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :Policy, :MaxReceiveCount, :MaxTimeToLive, :Trace, :Tags
|
1549
|
+
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :Transaction, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :Policy, :MaxReceiveCount, :MaxTimeToLive, :Trace, :Tags, :RetentionSizeInMB
|
1543
1550
|
|
1544
|
-
def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, transaction=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, policy=nil, maxreceivecount=nil, maxtimetolive=nil, trace=nil, tags=nil)
|
1551
|
+
def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, transaction=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, policy=nil, maxreceivecount=nil, maxtimetolive=nil, trace=nil, tags=nil, retentionsizeinmb=nil)
|
1545
1552
|
@QueueName = queuename
|
1546
1553
|
@MaxMsgHeapNum = maxmsgheapnum
|
1547
1554
|
@PollingWaitSeconds = pollingwaitseconds
|
@@ -1558,6 +1565,7 @@ module TencentCloud
|
|
1558
1565
|
@MaxTimeToLive = maxtimetolive
|
1559
1566
|
@Trace = trace
|
1560
1567
|
@Tags = tags
|
1568
|
+
@RetentionSizeInMB = retentionsizeinmb
|
1561
1569
|
end
|
1562
1570
|
|
1563
1571
|
def deserialize(params)
|
@@ -1584,6 +1592,7 @@ module TencentCloud
|
|
1584
1592
|
@Tags << tag_tmp
|
1585
1593
|
end
|
1586
1594
|
end
|
1595
|
+
@RetentionSizeInMB = params['RetentionSizeInMB']
|
1587
1596
|
end
|
1588
1597
|
end
|
1589
1598
|
|
@@ -5573,9 +5582,9 @@ module TencentCloud
|
|
5573
5582
|
# @type VisibilityTimeout: Integer
|
5574
5583
|
# @param MaxMsgSize: 消息最大长度。取值范围 1024-65536 Byte(即1-64K),默认值 65536。
|
5575
5584
|
# @type MaxMsgSize: Integer
|
5576
|
-
# @param MsgRetentionSeconds:
|
5585
|
+
# @param MsgRetentionSeconds: 消息最长未确认时间。取值范围 30-43200 秒(30秒~12小时),默认值 3600 (1 小时)。
|
5577
5586
|
# @type MsgRetentionSeconds: Integer
|
5578
|
-
# @param RewindSeconds:
|
5587
|
+
# @param RewindSeconds: 队列是否开启回溯消息能力,该参数取值范围0-1296000,0表示不开启。
|
5579
5588
|
# @type RewindSeconds: Integer
|
5580
5589
|
# @param FirstQueryInterval: 第一次查询时间
|
5581
5590
|
# @type FirstQueryInterval: Integer
|
@@ -5593,10 +5602,12 @@ module TencentCloud
|
|
5593
5602
|
# @type Trace: Boolean
|
5594
5603
|
# @param Transaction: 是否开启事务,1开启,0不开启
|
5595
5604
|
# @type Transaction: Integer
|
5605
|
+
# @param RetentionSizeInMB: 队列可回溯存储空间,取值范围1024MB - 10240MB,0表示不开启
|
5606
|
+
# @type RetentionSizeInMB: Integer
|
5596
5607
|
|
5597
|
-
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :MaxTimeToLive, :MaxReceiveCount, :Policy, :Trace, :Transaction
|
5608
|
+
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :MaxTimeToLive, :MaxReceiveCount, :Policy, :Trace, :Transaction, :RetentionSizeInMB
|
5598
5609
|
|
5599
|
-
def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, maxtimetolive=nil, maxreceivecount=nil, policy=nil, trace=nil, transaction=nil)
|
5610
|
+
def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, maxtimetolive=nil, maxreceivecount=nil, policy=nil, trace=nil, transaction=nil, retentionsizeinmb=nil)
|
5600
5611
|
@QueueName = queuename
|
5601
5612
|
@MaxMsgHeapNum = maxmsgheapnum
|
5602
5613
|
@PollingWaitSeconds = pollingwaitseconds
|
@@ -5612,6 +5623,7 @@ module TencentCloud
|
|
5612
5623
|
@Policy = policy
|
5613
5624
|
@Trace = trace
|
5614
5625
|
@Transaction = transaction
|
5626
|
+
@RetentionSizeInMB = retentionsizeinmb
|
5615
5627
|
end
|
5616
5628
|
|
5617
5629
|
def deserialize(params)
|
@@ -5630,6 +5642,7 @@ module TencentCloud
|
|
5630
5642
|
@Policy = params['Policy']
|
5631
5643
|
@Trace = params['Trace']
|
5632
5644
|
@Transaction = params['Transaction']
|
5645
|
+
@RetentionSizeInMB = params['RetentionSizeInMB']
|
5633
5646
|
end
|
5634
5647
|
end
|
5635
5648
|
|
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: 1.0.
|
4
|
+
version: 1.0.295
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|