tencentcloud-sdk-trocket 3.0.896 → 3.0.898
Sign up to get free protection for your applications and to get access to all the features.
- 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: db7ddafa56314d12ec00908bd9c230ccc6266ba8
|
4
|
+
data.tar.gz: 8ba03d907fc10f8bdf32d8cfe370043401b52ffa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17c7ee95255696a985d2447d07b766a7b83d0bf154a4c9d5ce5f279c6113512e3ab50a4e02a96706349689f111519a73ca4af98226a79111f1680799b394f852
|
7
|
+
data.tar.gz: e1cd1f11d0cab4df502dd1328e1ee2bf52b27c3f180343396a15cf49ba333b3985bdb863cdb57815b1cb1c6769cc820f04852d9960decf18dba2c7a233b9fbaf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.898
|
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.898
|
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-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|