tencentcloud-sdk-cmq 3.0.1017 → 3.0.1018
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190304/models.rb +0 -45
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48af2fc41d13f09bb8415f0aaa1e9397ff905cdf
|
4
|
+
data.tar.gz: 7af681d690b9609093d4e6299e88b2fba0ef2751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e926945749582559722f21b397ad8adf169abb502728347f5a33b22007bc9557b3485a28d000f26ee93bfd29648547eae8e2aa3554fb116ab29e35ed8075849
|
7
|
+
data.tar.gz: fea0a27f7bdac9a5eb2f358b186aaa6d3fb76f5afb3e839a38f0fe04e43f8ed0df690d18ee729422d8b96debddeaf34f3dda592fee7a89754f777d18c8c21359
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1018
|
data/lib/v20190304/models.rb
CHANGED
@@ -20,19 +20,14 @@ module TencentCloud
|
|
20
20
|
# 死信队列策略
|
21
21
|
class DeadLetterPolicy < TencentCloud::Common::AbstractModel
|
22
22
|
# @param DeadLetterQueue: 死信队列。
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type DeadLetterQueue: String
|
25
24
|
# @param DeadLetterQueueName: 死信队列名字。
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type DeadLetterQueueName: String
|
28
26
|
# @param MaxTimeToLive: 最大未消费过期时间。Policy为1时必选。范围300-43200,单位秒,需要小于消息最大保留时间MsgRetentionSeconds。
|
29
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
27
|
# @type MaxTimeToLive: Integer
|
31
28
|
# @param Policy: 死信队列策略。
|
32
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
33
29
|
# @type Policy: Integer
|
34
30
|
# @param MaxReceiveCount: 最大接收次数。
|
35
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36
31
|
# @type MaxReceiveCount: Integer
|
37
32
|
|
38
33
|
attr_accessor :DeadLetterQueue, :DeadLetterQueueName, :MaxTimeToLive, :Policy, :MaxReceiveCount
|
@@ -57,10 +52,8 @@ module TencentCloud
|
|
57
52
|
# 死信源队列信息
|
58
53
|
class DeadLetterSource < TencentCloud::Common::AbstractModel
|
59
54
|
# @param QueueId: 消息队列ID。
|
60
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
61
55
|
# @type QueueId: String
|
62
56
|
# @param QueueName: 消息队列名字。
|
63
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
64
57
|
# @type QueueName: String
|
65
58
|
|
66
59
|
attr_accessor :QueueId, :QueueName
|
@@ -241,78 +234,57 @@ module TencentCloud
|
|
241
234
|
# @param QueueId: 消息队列ID。
|
242
235
|
# @type QueueId: String
|
243
236
|
# @param RewindSeconds: 回溯队列的消息回溯时间最大值,取值范围0 - 43200秒,0表示不开启消息回溯。
|
244
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
245
237
|
# @type RewindSeconds: Integer
|
246
238
|
# @param CreateUin: 创建者Uin。
|
247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
248
239
|
# @type CreateUin: Integer
|
249
240
|
# @param LastModifyTime: 最后一次修改队列属性的时间。返回 Unix 时间戳,精确到秒。
|
250
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
251
241
|
# @type LastModifyTime: Integer
|
252
242
|
# @param VisibilityTimeout: 消息可见性超时。取值范围1 - 43200秒(即12小时内),默认值30。
|
253
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
254
243
|
# @type VisibilityTimeout: Integer
|
255
244
|
# @param QueueName: 消息队列名字。
|
256
245
|
# @type QueueName: String
|
257
246
|
# @param Trace: 消息轨迹。true表示开启,false表示不开启。
|
258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
259
247
|
# @type Trace: Boolean
|
260
248
|
# @param Tags: 关联的标签。
|
261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
262
249
|
# @type Tags: Array
|
263
250
|
# @param RewindMsgNum: 已调用 DelMsg 接口删除,但还在回溯保留时间内的消息数量。
|
264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
265
251
|
# @type RewindMsgNum: Integer
|
266
252
|
# @param MaxDelaySeconds: 飞行消息最大保留时间。
|
267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
268
253
|
# @type MaxDelaySeconds: Integer
|
269
254
|
# @param TransactionPolicy: 事务消息策略。
|
270
255
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
271
256
|
# @type TransactionPolicy: :class:`Tencentcloud::Cmq.v20190304.models.TransactionPolicy`
|
272
257
|
# @param MsgRetentionSeconds: 消息保留周期。取值范围60-1296000秒(1min-15天),默认值345600秒(4 天)。
|
273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
274
258
|
# @type MsgRetentionSeconds: Integer
|
275
259
|
# @param DelayMsgNum: 延迟消息数。
|
276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
277
260
|
# @type DelayMsgNum: Integer
|
278
261
|
# @param MaxMsgHeapNum: 最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000。
|
279
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
280
262
|
# @type MaxMsgHeapNum: Integer
|
281
263
|
# @param PollingWaitSeconds: 消息接收长轮询等待时间。取值范围0 - 30秒,默认值0。
|
282
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
283
264
|
# @type PollingWaitSeconds: Integer
|
284
265
|
# @param Bps: 带宽限制。
|
285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
286
266
|
# @type Bps: Integer
|
287
267
|
# @param InactiveMsgNum: 在队列中处于 Inactive 状态(正处于被消费状态)的消息总数,为近似值。
|
288
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
289
268
|
# @type InactiveMsgNum: Integer
|
290
269
|
# @param DeadLetterPolicy: 死信队列策略。
|
291
270
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
292
271
|
# @type DeadLetterPolicy: :class:`Tencentcloud::Cmq.v20190304.models.DeadLetterPolicy`
|
293
272
|
# @param ActiveMsgNum: 在队列中处于 Active 状态(不处于被消费状态)的消息总数,为近似值。
|
294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
295
273
|
# @type ActiveMsgNum: Integer
|
296
274
|
# @param MaxMsgSize: 消息最大长度。取值范围1024 - 1048576 Byte(即1K - 1024K),默认值65536。
|
297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
298
275
|
# @type MaxMsgSize: Integer
|
299
276
|
# @param MinMsgTime: 消息最小未消费时间,单位为秒。
|
300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
301
277
|
# @type MinMsgTime: Integer
|
302
278
|
# @param DeadLetterSource: 死信队列。
|
303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
304
279
|
# @type DeadLetterSource: Array
|
305
280
|
# @param Transaction: 事务消息队列。true表示是事务消息,false表示不是事务消息。
|
306
281
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
307
282
|
# @type Transaction: Boolean
|
308
283
|
# @param Qps: 每秒钟生产消息条数的限制,消费消息的大小是该值的1.1倍。
|
309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
310
284
|
# @type Qps: Integer
|
311
285
|
# @param CreateTime: 队列的创建时间。返回 Unix 时间戳,精确到秒。
|
312
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
313
286
|
# @type CreateTime: Integer
|
314
287
|
# @param Migrate: 是否迁移到新版本。0 表示仅同步元数据,1 表示迁移中,2 表示已经迁移完毕,3 表示回切状态,曾经迁移过,4 未迁移。
|
315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
316
288
|
# @type Migrate: Integer
|
317
289
|
|
318
290
|
attr_accessor :QueueId, :RewindSeconds, :CreateUin, :LastModifyTime, :VisibilityTimeout, :QueueName, :Trace, :Tags, :RewindMsgNum, :MaxDelaySeconds, :TransactionPolicy, :MsgRetentionSeconds, :DelayMsgNum, :MaxMsgHeapNum, :PollingWaitSeconds, :Bps, :InactiveMsgNum, :DeadLetterPolicy, :ActiveMsgNum, :MaxMsgSize, :MinMsgTime, :DeadLetterSource, :Transaction, :Qps, :CreateTime, :Migrate
|
@@ -399,10 +371,8 @@ module TencentCloud
|
|
399
371
|
# 标签
|
400
372
|
class Tag < TencentCloud::Common::AbstractModel
|
401
373
|
# @param TagKey: 标签Key
|
402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
403
374
|
# @type TagKey: String
|
404
375
|
# @param TagValue: 标签值
|
405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
406
376
|
# @type TagValue: String
|
407
377
|
|
408
378
|
attr_accessor :TagKey, :TagValue
|
@@ -421,45 +391,32 @@ module TencentCloud
|
|
421
391
|
# topic返回信息展示字段
|
422
392
|
class TopicSet < TencentCloud::Common::AbstractModel
|
423
393
|
# @param MsgCount: 当前该主题中消息数目(消息堆积数)。
|
424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
425
394
|
# @type MsgCount: Integer
|
426
395
|
# @param TopicId: 主题的 ID。
|
427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
428
396
|
# @type TopicId: String
|
429
397
|
# @param MaxMsgSize: 消息最大长度。取值范围1024 - 1048576Byte(即1 - 1024K),默认值为65536。
|
430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
431
398
|
# @type MaxMsgSize: Integer
|
432
399
|
# @param Trace: 消息轨迹。true表示开启,false表示不开启。
|
433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
434
400
|
# @type Trace: Boolean
|
435
401
|
# @param Tags: 关联的标签。
|
436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
437
402
|
# @type Tags: Array
|
438
403
|
# @param CreateUin: 创建者 Uin,CAM 鉴权 resource 由该字段组合而成。
|
439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
440
404
|
# @type CreateUin: Integer
|
441
405
|
# @param FilterType: 描述用户创建订阅时选择的过滤策略:
|
442
406
|
# FilterType = 1表示用户使用 FilterTag 标签过滤;
|
443
407
|
# FilterType = 2表示用户使用 BindingKey 过滤。
|
444
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
445
408
|
# @type FilterType: Integer
|
446
409
|
# @param TopicName: 主题名称。
|
447
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
448
410
|
# @type TopicName: String
|
449
411
|
# @param LastModifyTime: 最后一次修改主题属性的时间。返回 Unix 时间戳,精确到秒。
|
450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
451
412
|
# @type LastModifyTime: Integer
|
452
413
|
# @param MsgRetentionSeconds: 消息在主题中最长存活时间,从发送到该主题开始经过此参数指定的时间后,不论消息是否被成功推送给用户都将被删除,单位为秒。固定为一天(86400秒),该属性不能修改。
|
453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
454
414
|
# @type MsgRetentionSeconds: Integer
|
455
415
|
# @param Qps: 每秒钟发布消息的条数。
|
456
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
457
416
|
# @type Qps: Integer
|
458
417
|
# @param CreateTime: 主题的创建时间。返回 Unix 时间戳,精确到秒。
|
459
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
460
418
|
# @type CreateTime: Integer
|
461
419
|
# @param Migrate: 是否迁移到新版本。0 表示未迁移,1 表示迁移中,2 表示已经迁移完毕,3 表示回切状态,曾经迁移过,4 未知状态。
|
462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
463
420
|
# @type Migrate: Integer
|
464
421
|
|
465
422
|
attr_accessor :MsgCount, :TopicId, :MaxMsgSize, :Trace, :Tags, :CreateUin, :FilterType, :TopicName, :LastModifyTime, :MsgRetentionSeconds, :Qps, :CreateTime, :Migrate
|
@@ -507,10 +464,8 @@ module TencentCloud
|
|
507
464
|
# 事务消息策略
|
508
465
|
class TransactionPolicy < TencentCloud::Common::AbstractModel
|
509
466
|
# @param MaxQueryCount: 最大查询次数。
|
510
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
511
467
|
# @type MaxQueryCount: Integer
|
512
468
|
# @param FirstQueryInterval: 第一次回查时间。
|
513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
514
469
|
# @type FirstQueryInterval: Integer
|
515
470
|
|
516
471
|
attr_accessor :MaxQueryCount, :FirstQueryInterval
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cmq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1018
|
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-03-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20190304/models.rb
|
37
|
-
- lib/v20190304/client.rb
|
38
36
|
- lib/tencentcloud-sdk-cmq.rb
|
37
|
+
- lib/v20190304/client.rb
|
38
|
+
- lib/v20190304/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|