tencentcloud-sdk-tdmq 3.0.443 → 3.0.445

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9604629cb1f8431aa8edfc146005cd3fcba6759e
4
- data.tar.gz: e96993f41c29dec03a0e0213d1b9a97336d48a73
3
+ metadata.gz: 2fa01ee82c2b6e1ec627c37dd80e81df00f95cca
4
+ data.tar.gz: ddf360ec0cc55d8aab20afa571a101301a8ae7f3
5
5
  SHA512:
6
- metadata.gz: bf5b2e1a4fb230bf719add89d4bafc3f2a47add4d139531489147b472f2bb70eb38279de3f9932cb23761e3d90bdda667f8f30315bbe66bd30ce59cbed015b14
7
- data.tar.gz: 584ff78c5deb56b773d1b87e77561b290c0b4fb1a1bd9da559cb031a7d4ad5ffa6ef3363e02b6b8e9ae2f68718de91474ea545f483c99c8778556d4c18fc7c6d
6
+ metadata.gz: 829546b85099f859336b17885fc6bca553561bd6423046b7f75f4bc0c3ae44de24f36985786b50528b5702d36884ce2688028b8460a4d091df644ca66f9f1bb9
7
+ data.tar.gz: 7b5adbfa33d5a65f714361122fac10812de5bc1251912f2d9e8933ad6b0573d77bc56f4e7b2d0bd9733e8a6bac941041e6b2c0d76fc633a29bdb643c95b540e6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.443
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.443
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-02 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