tencentcloud-sdk-tdmq 3.0.642 → 3.0.643
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 +6 -6
- 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: 48ca48b0066f0d4c63cb2ae39a646f472416750a
|
|
4
|
+
data.tar.gz: 778aaab7f5335a4ff5698dd0250155e893c902e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee373ecd2293bce1dbb0b2646dde312ba05c43d1a5ca8bc0a71c508165525c2c95fab94ab196b9d510c0c65f6af8b0019045141b166396355ee6426f581eb508
|
|
7
|
+
data.tar.gz: d58d63745262ec36069fc7b92b799b6a87574f5aa184e84336f4ad29997d9bb958d4d0490298a95a964bca7fd6a38a339f4bc81622bfeb4f0c7bea072726063e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.643
|
data/lib/v20200217/models.rb
CHANGED
|
@@ -1258,22 +1258,22 @@ module TencentCloud
|
|
|
1258
1258
|
# @type EnvironmentId: String
|
|
1259
1259
|
# @param MsgTTL: 未消费消息过期时间,单位:秒,取值范围:60秒~15天。
|
|
1260
1260
|
# @type MsgTTL: Integer
|
|
1261
|
-
# @param Remark: 说明,128个字符以内。
|
|
1262
|
-
# @type Remark: String
|
|
1263
1261
|
# @param ClusterId: Pulsar 集群的ID
|
|
1264
1262
|
# @type ClusterId: String
|
|
1263
|
+
# @param Remark: 说明,128个字符以内。
|
|
1264
|
+
# @type Remark: String
|
|
1265
1265
|
# @param RetentionPolicy: 消息保留策略
|
|
1266
1266
|
# @type RetentionPolicy: :class:`Tencentcloud::Tdmq.v20200217.models.RetentionPolicy`
|
|
1267
1267
|
# @param AutoSubscriptionCreation: 是否开启自动创建订阅
|
|
1268
1268
|
# @type AutoSubscriptionCreation: Boolean
|
|
1269
1269
|
|
|
1270
|
-
attr_accessor :EnvironmentId, :MsgTTL, :
|
|
1270
|
+
attr_accessor :EnvironmentId, :MsgTTL, :ClusterId, :Remark, :RetentionPolicy, :AutoSubscriptionCreation
|
|
1271
1271
|
|
|
1272
|
-
def initialize(environmentid=nil, msgttl=nil,
|
|
1272
|
+
def initialize(environmentid=nil, msgttl=nil, clusterid=nil, remark=nil, retentionpolicy=nil, autosubscriptioncreation=nil)
|
|
1273
1273
|
@EnvironmentId = environmentid
|
|
1274
1274
|
@MsgTTL = msgttl
|
|
1275
|
-
@Remark = remark
|
|
1276
1275
|
@ClusterId = clusterid
|
|
1276
|
+
@Remark = remark
|
|
1277
1277
|
@RetentionPolicy = retentionpolicy
|
|
1278
1278
|
@AutoSubscriptionCreation = autosubscriptioncreation
|
|
1279
1279
|
end
|
|
@@ -1281,8 +1281,8 @@ module TencentCloud
|
|
|
1281
1281
|
def deserialize(params)
|
|
1282
1282
|
@EnvironmentId = params['EnvironmentId']
|
|
1283
1283
|
@MsgTTL = params['MsgTTL']
|
|
1284
|
-
@Remark = params['Remark']
|
|
1285
1284
|
@ClusterId = params['ClusterId']
|
|
1285
|
+
@Remark = params['Remark']
|
|
1286
1286
|
unless params['RetentionPolicy'].nil?
|
|
1287
1287
|
@RetentionPolicy = RetentionPolicy.new
|
|
1288
1288
|
@RetentionPolicy.deserialize(params['RetentionPolicy'])
|
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.643
|
|
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-08-
|
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|