tencentcloud-sdk-tdmq 3.0.444 → 3.0.446

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: f0e6bc514d3c881ede903e444f142b93c11fb95e
4
- data.tar.gz: 0efd4d66e13baf947f7349357d1747ceab2f6645
3
+ metadata.gz: 04d9407330c4d21b63e1a0d04b3cf8c41eebe6a9
4
+ data.tar.gz: 7c0904d8cc15af9d0e1047725ef3caeed7bf3358
5
5
  SHA512:
6
- metadata.gz: a55c0ff5d03a85fa6dfd8268dd4ce5c6405fb8732dea750609f5af56a6613ba2b21f43540581ebe45da4a69eafccfc75f07172d77ea934d4d8ea5b1aa128264c
7
- data.tar.gz: dcc4a9a7db6fe6cc56fa84669f1c6fcf7eb41f07e7895e12768ea9b5467789e1ae2eb3721825aaf62e7c0a1337f1b92b2e87642a438b2b6d66829233ecdd4472
6
+ metadata.gz: d9bfcb8bb534429289e5396110254c15376d8c53a7eeee92ac2dd97fe001b497cb7b7a8a59626891469212ede6fa77775fe60ef1c4bab9fb0fdfdc283930d3ed
7
+ data.tar.gz: a57de4cab7c856aa9807c7246787462ae1c32c58aab65cc789799d533024b5295a7351a6b51305b4e54b682abe5e48f90dbec51727d35b05795773f3c773021a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.444
1
+ 3.0.446
@@ -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.446
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '1.0'
26
+ version: '3.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
28
28
  allows Ruby developers to write software that makes use of Tencent Cloud service
29
29
  TDMQ.