tencentcloud-sdk-tdmq 3.0.444 → 3.0.445

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0e6bc514d3c881ede903e444f142b93c11fb95e
4
- data.tar.gz: 0efd4d66e13baf947f7349357d1747ceab2f6645
3
+ metadata.gz: 2fa01ee82c2b6e1ec627c37dd80e81df00f95cca
4
+ data.tar.gz: ddf360ec0cc55d8aab20afa571a101301a8ae7f3
5
5
  SHA512:
6
- metadata.gz: a55c0ff5d03a85fa6dfd8268dd4ce5c6405fb8732dea750609f5af56a6613ba2b21f43540581ebe45da4a69eafccfc75f07172d77ea934d4d8ea5b1aa128264c
7
- data.tar.gz: dcc4a9a7db6fe6cc56fa84669f1c6fcf7eb41f07e7895e12768ea9b5467789e1ae2eb3721825aaf62e7c0a1337f1b92b2e87642a438b2b6d66829233ecdd4472
6
+ metadata.gz: 829546b85099f859336b17885fc6bca553561bd6423046b7f75f4bc0c3ae44de24f36985786b50528b5702d36884ce2688028b8460a4d091df644ca66f9f1bb9
7
+ data.tar.gz: 7b5adbfa33d5a65f714361122fac10812de5bc1251912f2d9e8933ad6b0573d77bc56f4e7b2d0bd9733e8a6bac941041e6b2c0d76fc633a29bdb643c95b540e6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.444
1
+ 3.0.445
@@ -1052,10 +1052,13 @@ module TencentCloud
1052
1052
  # @param Status: 集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败
1053
1053
  # 注意:此字段可能返回 null,表示取不到有效值。
1054
1054
  # @type Status: Integer
1055
+ # @param BrokerType: 0表示pulsar,1表示rocketmq
1056
+ # 注意:此字段可能返回 null,表示取不到有效值。
1057
+ # @type BrokerType: Integer
1055
1058
 
1056
- attr_accessor :TopicId, :TopicName, :MsgRetentionSeconds, :MaxMsgSize, :Qps, :FilterType, :CreateTime, :LastModifyTime, :MsgCount, :CreateUin, :Tags, :Trace, :TenantId, :NamespaceName, :Status
1059
+ attr_accessor :TopicId, :TopicName, :MsgRetentionSeconds, :MaxMsgSize, :Qps, :FilterType, :CreateTime, :LastModifyTime, :MsgCount, :CreateUin, :Tags, :Trace, :TenantId, :NamespaceName, :Status, :BrokerType
1057
1060
 
1058
- def initialize(topicid=nil, topicname=nil, msgretentionseconds=nil, maxmsgsize=nil, qps=nil, filtertype=nil, createtime=nil, lastmodifytime=nil, msgcount=nil, createuin=nil, tags=nil, trace=nil, tenantid=nil, namespacename=nil, status=nil)
1061
+ def initialize(topicid=nil, topicname=nil, msgretentionseconds=nil, maxmsgsize=nil, qps=nil, filtertype=nil, createtime=nil, lastmodifytime=nil, msgcount=nil, createuin=nil, tags=nil, trace=nil, tenantid=nil, namespacename=nil, status=nil, brokertype=nil)
1059
1062
  @TopicId = topicid
1060
1063
  @TopicName = topicname
1061
1064
  @MsgRetentionSeconds = msgretentionseconds
@@ -1071,6 +1074,7 @@ module TencentCloud
1071
1074
  @TenantId = tenantid
1072
1075
  @NamespaceName = namespacename
1073
1076
  @Status = status
1077
+ @BrokerType = brokertype
1074
1078
  end
1075
1079
 
1076
1080
  def deserialize(params)
@@ -1096,6 +1100,7 @@ module TencentCloud
1096
1100
  @TenantId = params['TenantId']
1097
1101
  @NamespaceName = params['NamespaceName']
1098
1102
  @Status = params['Status']
1103
+ @BrokerType = params['BrokerType']
1099
1104
  end
1100
1105
  end
1101
1106
 
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.444
4
+ version: 3.0.445
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-04 00:00:00.000000000 Z
11
+ date: 2022-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common