tencentcloud-sdk-tdmq 3.0.482 → 3.0.484
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 +10 -2
- 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: 115e3f4698cdd773d46c3de7ac33d8d732f05571
|
4
|
+
data.tar.gz: d339340997aa9497f1b42210aecde8ec7f53e313
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7abc52d5cce56f643698aafc20a10aa71453041f52d7156abd4c8336874860304c052161d4992aef5c04c70eee4cd645fb10a7a3096a3d4b8d0e318426151b5
|
7
|
+
data.tar.gz: e6ae40b1ef3829165f42a03ba4cf75848fc0c6e0f71697b4017049a875f5a9a6fdbe5e499759566c130a2f20c24c7d0d6e301dbc67a75404487aaa7ecffa282d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.484
|
data/lib/v20200217/models.rb
CHANGED
@@ -7203,6 +7203,10 @@ module TencentCloud
|
|
7203
7203
|
class RocketMQTopic < TencentCloud::Common::AbstractModel
|
7204
7204
|
# @param Name: 主题名称
|
7205
7205
|
# @type Name: String
|
7206
|
+
# @param Type: 主题的类别,为枚举类型,Normal,GlobalOrder,PartitionedOrder,Transaction,Retry及DeadLetter
|
7207
|
+
# @type Type: String
|
7208
|
+
# @param GroupNum: 订阅组数量
|
7209
|
+
# @type GroupNum: Integer
|
7206
7210
|
# @param Remark: 说明
|
7207
7211
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7208
7212
|
# @type Remark: String
|
@@ -7213,10 +7217,12 @@ module TencentCloud
|
|
7213
7217
|
# @param UpdateTime: 创建时间,以毫秒为单位
|
7214
7218
|
# @type UpdateTime: Integer
|
7215
7219
|
|
7216
|
-
attr_accessor :Name, :Remark, :PartitionNum, :CreateTime, :UpdateTime
|
7220
|
+
attr_accessor :Name, :Type, :GroupNum, :Remark, :PartitionNum, :CreateTime, :UpdateTime
|
7217
7221
|
|
7218
|
-
def initialize(name=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil)
|
7222
|
+
def initialize(name=nil, type=nil, groupnum=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil)
|
7219
7223
|
@Name = name
|
7224
|
+
@Type = type
|
7225
|
+
@GroupNum = groupnum
|
7220
7226
|
@Remark = remark
|
7221
7227
|
@PartitionNum = partitionnum
|
7222
7228
|
@CreateTime = createtime
|
@@ -7225,6 +7231,8 @@ module TencentCloud
|
|
7225
7231
|
|
7226
7232
|
def deserialize(params)
|
7227
7233
|
@Name = params['Name']
|
7234
|
+
@Type = params['Type']
|
7235
|
+
@GroupNum = params['GroupNum']
|
7228
7236
|
@Remark = params['Remark']
|
7229
7237
|
@PartitionNum = params['PartitionNum']
|
7230
7238
|
@CreateTime = params['CreateTime']
|
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.
|
4
|
+
version: 3.0.484
|
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-12-
|
11
|
+
date: 2022-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|