tencentcloud-sdk-trocket 3.0.896 → 3.0.897
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/v20230308/models.rb +22 -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: ef4b1cca820e994b693d74148e78305a210757a9
|
|
4
|
+
data.tar.gz: f952ec39987258cf18311cefabe7184007668e64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5af5b00859d84119beffdb54a67de5f49ee7598772e66b325dd8a9944ddc43ae4f6152f048894e2c5920c5e4398cc08193283a1eb7385d4d8ecaa34ff801a4ce
|
|
7
|
+
data.tar.gz: 4d53c3acda2d1f74b3141a2efaf8759d3ab5079d945a45c6fc611fa672b155397ab0c529cec326a600b6ccfa8e86fb8bf70c11c73d708af9eee5bafdfd40b29f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.897
|
data/lib/v20230308/models.rb
CHANGED
|
@@ -32,16 +32,32 @@ module TencentCloud
|
|
|
32
32
|
# @type MaxRetryTimes: Integer
|
|
33
33
|
# @param Remark: 备注
|
|
34
34
|
# @type Remark: String
|
|
35
|
+
# @param ClusterIdV4: 4.x的集群ID
|
|
36
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
37
|
+
# @type ClusterIdV4: String
|
|
38
|
+
# @param NamespaceV4: 4.x的命名空间
|
|
39
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
40
|
+
# @type NamespaceV4: String
|
|
41
|
+
# @param ConsumerGroupV4: 4.x的消费组名称
|
|
42
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
43
|
+
# @type ConsumerGroupV4: String
|
|
44
|
+
# @param FullNamespaceV4: 4.x的完整命名空间
|
|
45
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
46
|
+
# @type FullNamespaceV4: String
|
|
35
47
|
|
|
36
|
-
attr_accessor :InstanceId, :ConsumerGroup, :ConsumeEnable, :ConsumeMessageOrderly, :MaxRetryTimes, :Remark
|
|
48
|
+
attr_accessor :InstanceId, :ConsumerGroup, :ConsumeEnable, :ConsumeMessageOrderly, :MaxRetryTimes, :Remark, :ClusterIdV4, :NamespaceV4, :ConsumerGroupV4, :FullNamespaceV4
|
|
37
49
|
|
|
38
|
-
def initialize(instanceid=nil, consumergroup=nil, consumeenable=nil, consumemessageorderly=nil, maxretrytimes=nil, remark=nil)
|
|
50
|
+
def initialize(instanceid=nil, consumergroup=nil, consumeenable=nil, consumemessageorderly=nil, maxretrytimes=nil, remark=nil, clusteridv4=nil, namespacev4=nil, consumergroupv4=nil, fullnamespacev4=nil)
|
|
39
51
|
@InstanceId = instanceid
|
|
40
52
|
@ConsumerGroup = consumergroup
|
|
41
53
|
@ConsumeEnable = consumeenable
|
|
42
54
|
@ConsumeMessageOrderly = consumemessageorderly
|
|
43
55
|
@MaxRetryTimes = maxretrytimes
|
|
44
56
|
@Remark = remark
|
|
57
|
+
@ClusterIdV4 = clusteridv4
|
|
58
|
+
@NamespaceV4 = namespacev4
|
|
59
|
+
@ConsumerGroupV4 = consumergroupv4
|
|
60
|
+
@FullNamespaceV4 = fullnamespacev4
|
|
45
61
|
end
|
|
46
62
|
|
|
47
63
|
def deserialize(params)
|
|
@@ -51,6 +67,10 @@ module TencentCloud
|
|
|
51
67
|
@ConsumeMessageOrderly = params['ConsumeMessageOrderly']
|
|
52
68
|
@MaxRetryTimes = params['MaxRetryTimes']
|
|
53
69
|
@Remark = params['Remark']
|
|
70
|
+
@ClusterIdV4 = params['ClusterIdV4']
|
|
71
|
+
@NamespaceV4 = params['NamespaceV4']
|
|
72
|
+
@ConsumerGroupV4 = params['ConsumerGroupV4']
|
|
73
|
+
@FullNamespaceV4 = params['FullNamespaceV4']
|
|
54
74
|
end
|
|
55
75
|
end
|
|
56
76
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-trocket
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.897
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|