tencentcloud-sdk-tdmq 3.0.1037 → 3.0.1038

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200217/models.rb +24 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b75b69bdef41c9262bb6466581ca0bbba527b5f
4
- data.tar.gz: 432badf26326e8ce0236e77dca21d96f77755c64
3
+ metadata.gz: ab2f1eb45450fd24963f927d5c84befe874afb92
4
+ data.tar.gz: 54be9d65f4a972f8ec4e80893b1c985cbb82a70c
5
5
  SHA512:
6
- metadata.gz: 9fc762294d3f4374110bcadd6fbe764a1d2d81c92bab40cc22ef8304e705274af32705bbc90b40064a7503a70985db715e427e398b558e3430396f5024fb1363
7
- data.tar.gz: f2b1cd24452836b17ced20ccd09df253491b3cd31d24b7aefdfa60de283db9fe38f9f0a4f3d51d543637d3e39f0f675b067606ab208ed93ef8f31d73e3264302
6
+ metadata.gz: f16ab5a59d7dfec63653dc4cff950fdb43ed5959676491a46062b9b6baed23181363ec2cf760b2c543f83378b80f4a705a24dcb6c72cc2c9be8adbe721cc98f2
7
+ data.tar.gz: b6dfb6c88231b0af26cddc94cce8584c65486ec8079cf3482a0f468e7c9b27d7c47b798889e63f76dc1d818c051db0e7322ca6dc0a7723128deaeab6e33cee5a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1037
1
+ 3.0.1038
@@ -11911,10 +11911,16 @@ module TencentCloud
11911
11911
  # @param RetryMaxTimes: 重试次数
11912
11912
  # 注意:此字段可能返回 null,表示取不到有效值。
11913
11913
  # @type RetryMaxTimes: Integer
11914
+ # @param InstanceId: 实例ID
11915
+ # 注意:此字段可能返回 null,表示取不到有效值。
11916
+ # @type InstanceId: String
11917
+ # @param Namespace: 命名空间
11918
+ # 注意:此字段可能返回 null,表示取不到有效值。
11919
+ # @type Namespace: String
11914
11920
 
11915
- attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes
11921
+ attr_accessor :Name, :ConsumerNum, :TPS, :TotalAccumulative, :ConsumptionMode, :ReadEnabled, :RetryPartitionNum, :CreateTime, :UpdateTime, :ClientProtocol, :Remark, :ConsumerType, :BroadcastEnabled, :GroupType, :RetryMaxTimes, :InstanceId, :Namespace
11916
11922
 
11917
- def initialize(name=nil, consumernum=nil, tps=nil, totalaccumulative=nil, consumptionmode=nil, readenabled=nil, retrypartitionnum=nil, createtime=nil, updatetime=nil, clientprotocol=nil, remark=nil, consumertype=nil, broadcastenabled=nil, grouptype=nil, retrymaxtimes=nil)
11923
+ def initialize(name=nil, consumernum=nil, tps=nil, totalaccumulative=nil, consumptionmode=nil, readenabled=nil, retrypartitionnum=nil, createtime=nil, updatetime=nil, clientprotocol=nil, remark=nil, consumertype=nil, broadcastenabled=nil, grouptype=nil, retrymaxtimes=nil, instanceid=nil, namespace=nil)
11918
11924
  @Name = name
11919
11925
  @ConsumerNum = consumernum
11920
11926
  @TPS = tps
@@ -11930,6 +11936,8 @@ module TencentCloud
11930
11936
  @BroadcastEnabled = broadcastenabled
11931
11937
  @GroupType = grouptype
11932
11938
  @RetryMaxTimes = retrymaxtimes
11939
+ @InstanceId = instanceid
11940
+ @Namespace = namespace
11933
11941
  end
11934
11942
 
11935
11943
  def deserialize(params)
@@ -11948,6 +11956,8 @@ module TencentCloud
11948
11956
  @BroadcastEnabled = params['BroadcastEnabled']
11949
11957
  @GroupType = params['GroupType']
11950
11958
  @RetryMaxTimes = params['RetryMaxTimes']
11959
+ @InstanceId = params['InstanceId']
11960
+ @Namespace = params['Namespace']
11951
11961
  end
11952
11962
  end
11953
11963
 
@@ -12454,6 +12464,12 @@ module TencentCloud
12454
12464
  # @type CreateTime: Integer
12455
12465
  # @param UpdateTime: 创建时间,以毫秒为单位
12456
12466
  # @type UpdateTime: Integer
12467
+ # @param InstanceId: 实例ID
12468
+ # 注意:此字段可能返回 null,表示取不到有效值。
12469
+ # @type InstanceId: String
12470
+ # @param Namespace: 命名空间
12471
+ # 注意:此字段可能返回 null,表示取不到有效值。
12472
+ # @type Namespace: String
12457
12473
  # @param LastUpdateTime: 最后写入时间,单位为秒
12458
12474
  # 注意:此字段可能返回 null,表示取不到有效值。
12459
12475
  # @type LastUpdateTime: Integer
@@ -12464,9 +12480,9 @@ module TencentCloud
12464
12480
  # 注意:此字段可能返回 null,表示取不到有效值。
12465
12481
  # @type SubscriptionData: Array
12466
12482
 
12467
- attr_accessor :Name, :Type, :GroupNum, :Remark, :PartitionNum, :CreateTime, :UpdateTime, :LastUpdateTime, :SubscriptionCount, :SubscriptionData
12483
+ attr_accessor :Name, :Type, :GroupNum, :Remark, :PartitionNum, :CreateTime, :UpdateTime, :InstanceId, :Namespace, :LastUpdateTime, :SubscriptionCount, :SubscriptionData
12468
12484
 
12469
- def initialize(name=nil, type=nil, groupnum=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil, lastupdatetime=nil, subscriptioncount=nil, subscriptiondata=nil)
12485
+ def initialize(name=nil, type=nil, groupnum=nil, remark=nil, partitionnum=nil, createtime=nil, updatetime=nil, instanceid=nil, namespace=nil, lastupdatetime=nil, subscriptioncount=nil, subscriptiondata=nil)
12470
12486
  @Name = name
12471
12487
  @Type = type
12472
12488
  @GroupNum = groupnum
@@ -12474,6 +12490,8 @@ module TencentCloud
12474
12490
  @PartitionNum = partitionnum
12475
12491
  @CreateTime = createtime
12476
12492
  @UpdateTime = updatetime
12493
+ @InstanceId = instanceid
12494
+ @Namespace = namespace
12477
12495
  @LastUpdateTime = lastupdatetime
12478
12496
  @SubscriptionCount = subscriptioncount
12479
12497
  @SubscriptionData = subscriptiondata
@@ -12487,6 +12505,8 @@ module TencentCloud
12487
12505
  @PartitionNum = params['PartitionNum']
12488
12506
  @CreateTime = params['CreateTime']
12489
12507
  @UpdateTime = params['UpdateTime']
12508
+ @InstanceId = params['InstanceId']
12509
+ @Namespace = params['Namespace']
12490
12510
  @LastUpdateTime = params['LastUpdateTime']
12491
12511
  @SubscriptionCount = params['SubscriptionCount']
12492
12512
  unless params['SubscriptionData'].nil?
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.1037
4
+ version: 3.0.1038
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-09 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common