tencentcloud-sdk-tdmq 1.0.330 → 1.0.333
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 +4 -4
- 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: 89be8d70c8114f1e8c930e709fd966abc331fc0f
|
4
|
+
data.tar.gz: 754178c11db94f80db8bc6c2afe334307e91fc36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8419a7e936b6236abcea2c2daa5d15d4439afa7872c007b74307fe10d913007cb99765603d5d26381f1179b8058ca3cc675269392646844325510d23362b47fc
|
7
|
+
data.tar.gz: 3bcac80c6f5f658716136c2236c8a8c5b24e4541e8cc042cf342fb11a6e861ca72a8b5f3a239f0cddfb52a9ec73b1d2defb17149abe11a18c52665b223cc72c3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.333
|
data/lib/v20200217/models.rb
CHANGED
@@ -1543,7 +1543,7 @@ module TencentCloud
|
|
1543
1543
|
# @type Trace: Boolean
|
1544
1544
|
# @param Tags: 标签数组
|
1545
1545
|
# @type Tags: Array
|
1546
|
-
# @param RetentionSizeInMB:
|
1546
|
+
# @param RetentionSizeInMB: 队列可回溯存储空间:若开启消息回溯,取值范围:10240MB - 512000MB,若不开启消息回溯,取值:0
|
1547
1547
|
# @type RetentionSizeInMB: Integer
|
1548
1548
|
|
1549
1549
|
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :Transaction, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :Policy, :MaxReceiveCount, :MaxTimeToLive, :Trace, :Tags, :RetentionSizeInMB
|
@@ -5602,7 +5602,7 @@ module TencentCloud
|
|
5602
5602
|
# @type Trace: Boolean
|
5603
5603
|
# @param Transaction: 是否开启事务,1开启,0不开启
|
5604
5604
|
# @type Transaction: Integer
|
5605
|
-
# @param RetentionSizeInMB:
|
5605
|
+
# @param RetentionSizeInMB: 队列可回溯存储空间:若开启消息回溯,取值范围:10240MB - 512000MB,若不开启消息回溯,取值:0
|
5606
5606
|
# @type RetentionSizeInMB: Integer
|
5607
5607
|
|
5608
5608
|
attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :MaxTimeToLive, :MaxReceiveCount, :Policy, :Trace, :Transaction, :RetentionSizeInMB
|
@@ -6246,9 +6246,9 @@ module TencentCloud
|
|
6246
6246
|
class PublishCmqMsgRequest < TencentCloud::Common::AbstractModel
|
6247
6247
|
# @param TopicName: 主题名
|
6248
6248
|
# @type TopicName: String
|
6249
|
-
# @param MsgContent:
|
6249
|
+
# @param MsgContent: 消息内容,消息总大小需不大于1024K
|
6250
6250
|
# @type MsgContent: String
|
6251
|
-
# @param MsgTag:
|
6251
|
+
# @param MsgTag: 消息标签,支持传递多标签或单路由,单个标签、路由长度不能超过64个字符。
|
6252
6252
|
# @type MsgTag: Array
|
6253
6253
|
|
6254
6254
|
attr_accessor :TopicName, :MsgContent, :MsgTag
|
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.333
|
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-06-
|
11
|
+
date: 2022-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|