tencentcloud-sdk-trocket 3.0.895 → 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: 81b787ab9daebfe09fb606cbc0e1b69bbaa590f6
4
- data.tar.gz: a878fe0eb2db5296e489481d4f749d5fdaf3accc
3
+ metadata.gz: ef4b1cca820e994b693d74148e78305a210757a9
4
+ data.tar.gz: f952ec39987258cf18311cefabe7184007668e64
5
5
  SHA512:
6
- metadata.gz: f8cb40dc1e6eb0a93c1d12aeb7043a728e161e7108df0f921923f1eb352bad66eac871380948eab3b5bfb9180858f7644bc2afdd3663d311ca71890bc0184aa6
7
- data.tar.gz: 699a899ce0fd2020106682f1dc3be15428791a882901918ac3b1db8cafdff20b09d579866f845b6509d2093dc1b661db9e9b498f493e5db5cc74efcd7b673817
6
+ metadata.gz: 5af5b00859d84119beffdb54a67de5f49ee7598772e66b325dd8a9944ddc43ae4f6152f048894e2c5920c5e4398cc08193283a1eb7385d4d8ecaa34ff801a4ce
7
+ data.tar.gz: 4d53c3acda2d1f74b3141a2efaf8759d3ab5079d945a45c6fc611fa672b155397ab0c529cec326a600b6ccfa8e86fb8bf70c11c73d708af9eee5bafdfd40b29f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.895
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.895
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