tencentcloud-sdk-tdmq 3.0.673 → 3.0.674
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 +1 -1
- 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: 5c402dda528e03df4478a074003ee9262d4eb395
|
|
4
|
+
data.tar.gz: 1826f4152f86a85f4ebf47c5f3f298a286565f7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0bd5f3689c9beed947dbdeb19bdf6010ef7c63627a84fbc2f05f66edaeab4ae98f631c8d1b9a8c24e2e338773063206d89ba015d1f3b8e600b45a1a9fc1a1d7
|
|
7
|
+
data.tar.gz: 982488828d0b5d24bb23a12b0d9b13e49594b633defb7824c72a3e564a352df3016f4a94ed78cd576a693cb344ebad9f9ff2dfa0896cdef362d0a1dd8f6ef5d5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.674
|
data/lib/v20200217/models.rb
CHANGED
|
@@ -1957,7 +1957,7 @@ module TencentCloud
|
|
|
1957
1957
|
# @type EnvironmentId: String
|
|
1958
1958
|
# @param TopicName: 主题名,不支持中字以及除了短线和下划线外的特殊字符且不超过64个字符。
|
|
1959
1959
|
# @type TopicName: String
|
|
1960
|
-
# @param Partitions: 入参为1,即是创建非分区topic,无分区;入参大于1,表示分区topic的分区数,最大不允许超过
|
|
1960
|
+
# @param Partitions: 入参为1,即是创建非分区topic,无分区;入参大于1,表示分区topic的分区数,最大不允许超过32。
|
|
1961
1961
|
# @type Partitions: Integer
|
|
1962
1962
|
# @param ClusterId: Pulsar 集群的ID
|
|
1963
1963
|
# @type ClusterId: String
|
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.674
|
|
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-10-
|
|
11
|
+
date: 2023-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|