tencentcloud-sdk-trocket 3.0.896 → 3.0.897

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230308/models.rb +22 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf315c0fdc8d2aff93fb58e254a899b17709fd8b
4
- data.tar.gz: a6b1835693b5e8a3171e91699475e0af5cd8741b
3
+ metadata.gz: ef4b1cca820e994b693d74148e78305a210757a9
4
+ data.tar.gz: f952ec39987258cf18311cefabe7184007668e64
5
5
  SHA512:
6
- metadata.gz: 709f9a21a9d496b09bb4bb5599cd05846692a2c8aec51f6bf0109fa89dbb7879b2c107e9da1c7e88993e84c073e08fdb6b73230d563f3502cf4436fe15399ac6
7
- data.tar.gz: 182b46a8385664e4d84633fb6450914242a299c521b2460e022f23a4e0dd5907387b18698ae9f46ac647f5f97b9c460a0d894bd2b6b76e302642d4c0a86c1b74
6
+ metadata.gz: 5af5b00859d84119beffdb54a67de5f49ee7598772e66b325dd8a9944ddc43ae4f6152f048894e2c5920c5e4398cc08193283a1eb7385d4d8ecaa34ff801a4ce
7
+ data.tar.gz: 4d53c3acda2d1f74b3141a2efaf8759d3ab5079d945a45c6fc611fa672b155397ab0c529cec326a600b6ccfa8e86fb8bf70c11c73d708af9eee5bafdfd40b29f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.896
1
+ 3.0.897
@@ -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.896
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-08-28 00:00:00.000000000 Z
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