tencentcloud-sdk-cmq 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190304/models.rb +42 -42
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2613b8ce08a12aef55b80fee0095363ac70ef06d
4
- data.tar.gz: d289a7bfb9a4656e1e6ec4cff9bf88fdce428593
3
+ metadata.gz: 9de6de7137a29f638d5a01057646fff500eab1e1
4
+ data.tar.gz: f670049f8693ee8fa2d3778e90d7107cf67d324d
5
5
  SHA512:
6
- metadata.gz: 868182c2bad71ca56bcc0d1a7ebc7eee0543d404da114fb963c288594baf18c54e6a0c165072c61bd2e6d37679a74d5b3f4912d302614da747352b6e674dbd55
7
- data.tar.gz: 33f89927284c4ca3bda60164f48abe6abd238d02c8d7eeab5e4af81e2d49952721a45fa4de8144c718ee1dd63259ddb18b6c7304202945991426c3b7aa7ba365
6
+ metadata.gz: f3dc9aa41407125b57583e63b5541a51cd79f8d128ebc0851b350a534e53e729c5054a9cd524075941df1759e2379bcc652d529ecf0b8017c24b156edb3b8c35
7
+ data.tar.gz: 24af9574ce368b639f2ad471c4eda731d27f018575d0d9ae24a69237887d8d796cb2fc3eb9d9ad63f2ed5412ec0da0c6f17224f6d67bc94d676d23c3904eb30d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type QueueName: String
24
24
 
25
25
  attr_accessor :QueueName
26
-
26
+
27
27
  def initialize(queuename=nil)
28
28
  @QueueName = queuename
29
29
  end
@@ -39,7 +39,7 @@ module TencentCloud
39
39
  # @type RequestId: String
40
40
 
41
41
  attr_accessor :RequestId
42
-
42
+
43
43
  def initialize(requestid=nil)
44
44
  @RequestId = requestid
45
45
  end
@@ -57,7 +57,7 @@ module TencentCloud
57
57
  # @type SubscriptionName: String
58
58
 
59
59
  attr_accessor :TopicName, :SubscriptionName
60
-
60
+
61
61
  def initialize(topicname=nil, subscriptionname=nil)
62
62
  @TopicName = topicname
63
63
  @SubscriptionName = subscriptionname
@@ -75,7 +75,7 @@ module TencentCloud
75
75
  # @type RequestId: String
76
76
 
77
77
  attr_accessor :RequestId
78
-
78
+
79
79
  def initialize(requestid=nil)
80
80
  @RequestId = requestid
81
81
  end
@@ -119,7 +119,7 @@ module TencentCloud
119
119
  # @type Trace: Boolean
120
120
 
121
121
  attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :Transaction, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :Policy, :MaxReceiveCount, :MaxTimeToLive, :Trace
122
-
122
+
123
123
  def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, transaction=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, policy=nil, maxreceivecount=nil, maxtimetolive=nil, trace=nil)
124
124
  @QueueName = queuename
125
125
  @MaxMsgHeapNum = maxmsgheapnum
@@ -165,7 +165,7 @@ module TencentCloud
165
165
  # @type RequestId: String
166
166
 
167
167
  attr_accessor :QueueId, :RequestId
168
-
168
+
169
169
  def initialize(queueid=nil, requestid=nil)
170
170
  @QueueId = queueid
171
171
  @RequestId = requestid
@@ -197,7 +197,7 @@ module TencentCloud
197
197
  # @type NotifyContentFormat: String
198
198
 
199
199
  attr_accessor :TopicName, :SubscriptionName, :Protocol, :Endpoint, :NotifyStrategy, :FilterTag, :BindingKey, :NotifyContentFormat
200
-
200
+
201
201
  def initialize(topicname=nil, subscriptionname=nil, protocol=nil, endpoint=nil, notifystrategy=nil, filtertag=nil, bindingkey=nil, notifycontentformat=nil)
202
202
  @TopicName = topicname
203
203
  @SubscriptionName = subscriptionname
@@ -229,7 +229,7 @@ module TencentCloud
229
229
  # @type RequestId: String
230
230
 
231
231
  attr_accessor :SubscriptionId, :RequestId
232
-
232
+
233
233
  def initialize(subscriptionid=nil, requestid=nil)
234
234
  @SubscriptionId = subscriptionid
235
235
  @RequestId = requestid
@@ -255,7 +255,7 @@ module TencentCloud
255
255
  # @type Trace: Boolean
256
256
 
257
257
  attr_accessor :TopicName, :MaxMsgSize, :FilterType, :MsgRetentionSeconds, :Trace
258
-
258
+
259
259
  def initialize(topicname=nil, maxmsgsize=nil, filtertype=nil, msgretentionseconds=nil, trace=nil)
260
260
  @TopicName = topicname
261
261
  @MaxMsgSize = maxmsgsize
@@ -281,7 +281,7 @@ module TencentCloud
281
281
  # @type RequestId: String
282
282
 
283
283
  attr_accessor :TopicId, :RequestId
284
-
284
+
285
285
  def initialize(topicid=nil, requestid=nil)
286
286
  @TopicId = topicid
287
287
  @RequestId = requestid
@@ -312,7 +312,7 @@ module TencentCloud
312
312
  # @type MaxReceiveCount: Integer
313
313
 
314
314
  attr_accessor :DeadLetterQueue, :DeadLetterQueueName, :MaxTimeToLive, :Policy, :MaxReceiveCount
315
-
315
+
316
316
  def initialize(deadletterqueue=nil, deadletterqueuename=nil, maxtimetolive=nil, policy=nil, maxreceivecount=nil)
317
317
  @DeadLetterQueue = deadletterqueue
318
318
  @DeadLetterQueueName = deadletterqueuename
@@ -340,7 +340,7 @@ module TencentCloud
340
340
  # @type QueueName: String
341
341
 
342
342
  attr_accessor :QueueId, :QueueName
343
-
343
+
344
344
  def initialize(queueid=nil, queuename=nil)
345
345
  @QueueId = queueid
346
346
  @QueueName = queuename
@@ -358,7 +358,7 @@ module TencentCloud
358
358
  # @type QueueName: String
359
359
 
360
360
  attr_accessor :QueueName
361
-
361
+
362
362
  def initialize(queuename=nil)
363
363
  @QueueName = queuename
364
364
  end
@@ -374,7 +374,7 @@ module TencentCloud
374
374
  # @type RequestId: String
375
375
 
376
376
  attr_accessor :RequestId
377
-
377
+
378
378
  def initialize(requestid=nil)
379
379
  @RequestId = requestid
380
380
  end
@@ -392,7 +392,7 @@ module TencentCloud
392
392
  # @type SubscriptionName: String
393
393
 
394
394
  attr_accessor :TopicName, :SubscriptionName
395
-
395
+
396
396
  def initialize(topicname=nil, subscriptionname=nil)
397
397
  @TopicName = topicname
398
398
  @SubscriptionName = subscriptionname
@@ -410,7 +410,7 @@ module TencentCloud
410
410
  # @type RequestId: String
411
411
 
412
412
  attr_accessor :RequestId
413
-
413
+
414
414
  def initialize(requestid=nil)
415
415
  @RequestId = requestid
416
416
  end
@@ -426,7 +426,7 @@ module TencentCloud
426
426
  # @type TopicName: String
427
427
 
428
428
  attr_accessor :TopicName
429
-
429
+
430
430
  def initialize(topicname=nil)
431
431
  @TopicName = topicname
432
432
  end
@@ -442,7 +442,7 @@ module TencentCloud
442
442
  # @type RequestId: String
443
443
 
444
444
  attr_accessor :RequestId
445
-
445
+
446
446
  def initialize(requestid=nil)
447
447
  @RequestId = requestid
448
448
  end
@@ -464,7 +464,7 @@ module TencentCloud
464
464
  # @type Filters: Array
465
465
 
466
466
  attr_accessor :DeadLetterQueueName, :Limit, :Offset, :Filters
467
-
467
+
468
468
  def initialize(deadletterqueuename=nil, limit=nil, offset=nil, filters=nil)
469
469
  @DeadLetterQueueName = deadletterqueuename
470
470
  @Limit = limit
@@ -497,7 +497,7 @@ module TencentCloud
497
497
  # @type RequestId: String
498
498
 
499
499
  attr_accessor :TotalCount, :QueueSet, :RequestId
500
-
500
+
501
501
  def initialize(totalcount=nil, queueset=nil, requestid=nil)
502
502
  @TotalCount = totalcount
503
503
  @QueueSet = queueset
@@ -532,7 +532,7 @@ module TencentCloud
532
532
  # @type QueueName: String
533
533
 
534
534
  attr_accessor :Offset, :Limit, :Filters, :TagKey, :QueueName
535
-
535
+
536
536
  def initialize(offset=nil, limit=nil, filters=nil, tagkey=nil, queuename=nil)
537
537
  @Offset = offset
538
538
  @Limit = limit
@@ -567,7 +567,7 @@ module TencentCloud
567
567
  # @type RequestId: String
568
568
 
569
569
  attr_accessor :TotalCount, :QueueSet, :RequestId
570
-
570
+
571
571
  def initialize(totalcount=nil, queueset=nil, requestid=nil)
572
572
  @TotalCount = totalcount
573
573
  @QueueSet = queueset
@@ -600,7 +600,7 @@ module TencentCloud
600
600
  # @type Filters: Array
601
601
 
602
602
  attr_accessor :TopicName, :Offset, :Limit, :Filters
603
-
603
+
604
604
  def initialize(topicname=nil, offset=nil, limit=nil, filters=nil)
605
605
  @TopicName = topicname
606
606
  @Offset = offset
@@ -634,7 +634,7 @@ module TencentCloud
634
634
  # @type RequestId: String
635
635
 
636
636
  attr_accessor :TotalCount, :SubscriptionSet, :RequestId
637
-
637
+
638
638
  def initialize(totalcount=nil, subscriptionset=nil, requestid=nil)
639
639
  @TotalCount = totalcount
640
640
  @SubscriptionSet = subscriptionset
@@ -669,7 +669,7 @@ module TencentCloud
669
669
  # @type TopicName: String
670
670
 
671
671
  attr_accessor :Offset, :Limit, :Filters, :TagKey, :TopicName
672
-
672
+
673
673
  def initialize(offset=nil, limit=nil, filters=nil, tagkey=nil, topicname=nil)
674
674
  @Offset = offset
675
675
  @Limit = limit
@@ -704,7 +704,7 @@ module TencentCloud
704
704
  # @type RequestId: String
705
705
 
706
706
  attr_accessor :TotalCount, :TopicSet, :RequestId
707
-
707
+
708
708
  def initialize(totalcount=nil, topicset=nil, requestid=nil)
709
709
  @TotalCount = totalcount
710
710
  @TopicSet = topicset
@@ -733,7 +733,7 @@ module TencentCloud
733
733
  # @type Name: String
734
734
 
735
735
  attr_accessor :Values, :Name
736
-
736
+
737
737
  def initialize(values=nil, name=nil)
738
738
  @Values = values
739
739
  @Name = name
@@ -777,7 +777,7 @@ module TencentCloud
777
777
  # @type Trace: Boolean
778
778
 
779
779
  attr_accessor :QueueName, :MaxMsgHeapNum, :PollingWaitSeconds, :VisibilityTimeout, :MaxMsgSize, :MsgRetentionSeconds, :RewindSeconds, :FirstQueryInterval, :MaxQueryCount, :DeadLetterQueueName, :MaxTimeToLive, :MaxReceiveCount, :Policy, :Trace
780
-
780
+
781
781
  def initialize(queuename=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, visibilitytimeout=nil, maxmsgsize=nil, msgretentionseconds=nil, rewindseconds=nil, firstqueryinterval=nil, maxquerycount=nil, deadletterqueuename=nil, maxtimetolive=nil, maxreceivecount=nil, policy=nil, trace=nil)
782
782
  @QueueName = queuename
783
783
  @MaxMsgHeapNum = maxmsgheapnum
@@ -819,7 +819,7 @@ module TencentCloud
819
819
  # @type RequestId: String
820
820
 
821
821
  attr_accessor :RequestId
822
-
822
+
823
823
  def initialize(requestid=nil)
824
824
  @RequestId = requestid
825
825
  end
@@ -847,7 +847,7 @@ module TencentCloud
847
847
  # @type BindingKey: Array
848
848
 
849
849
  attr_accessor :TopicName, :SubscriptionName, :NotifyStrategy, :NotifyContentFormat, :FilterTags, :BindingKey
850
-
850
+
851
851
  def initialize(topicname=nil, subscriptionname=nil, notifystrategy=nil, notifycontentformat=nil, filtertags=nil, bindingkey=nil)
852
852
  @TopicName = topicname
853
853
  @SubscriptionName = subscriptionname
@@ -873,7 +873,7 @@ module TencentCloud
873
873
  # @type RequestId: String
874
874
 
875
875
  attr_accessor :RequestId
876
-
876
+
877
877
  def initialize(requestid=nil)
878
878
  @RequestId = requestid
879
879
  end
@@ -895,7 +895,7 @@ module TencentCloud
895
895
  # @type Trace: Boolean
896
896
 
897
897
  attr_accessor :TopicName, :MaxMsgSize, :MsgRetentionSeconds, :Trace
898
-
898
+
899
899
  def initialize(topicname=nil, maxmsgsize=nil, msgretentionseconds=nil, trace=nil)
900
900
  @TopicName = topicname
901
901
  @MaxMsgSize = maxmsgsize
@@ -917,7 +917,7 @@ module TencentCloud
917
917
  # @type RequestId: String
918
918
 
919
919
  attr_accessor :RequestId
920
-
920
+
921
921
  def initialize(requestid=nil)
922
922
  @RequestId = requestid
923
923
  end
@@ -1007,7 +1007,7 @@ module TencentCloud
1007
1007
  # @type Migrate: Integer
1008
1008
 
1009
1009
  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
1010
-
1010
+
1011
1011
  def initialize(queueid=nil, rewindseconds=nil, createuin=nil, lastmodifytime=nil, visibilitytimeout=nil, queuename=nil, trace=nil, tags=nil, rewindmsgnum=nil, maxdelayseconds=nil, transactionpolicy=nil, msgretentionseconds=nil, delaymsgnum=nil, maxmsgheapnum=nil, pollingwaitseconds=nil, bps=nil, inactivemsgnum=nil, deadletterpolicy=nil, activemsgnum=nil, maxmsgsize=nil, minmsgtime=nil, deadlettersource=nil, transaction=nil, qps=nil, createtime=nil, migrate=nil)
1012
1012
  @QueueId = queueid
1013
1013
  @RewindSeconds = rewindseconds
@@ -1095,7 +1095,7 @@ module TencentCloud
1095
1095
  # @type StartConsumeTime: Integer
1096
1096
 
1097
1097
  attr_accessor :QueueName, :StartConsumeTime
1098
-
1098
+
1099
1099
  def initialize(queuename=nil, startconsumetime=nil)
1100
1100
  @QueueName = queuename
1101
1101
  @StartConsumeTime = startconsumetime
@@ -1113,7 +1113,7 @@ module TencentCloud
1113
1113
  # @type RequestId: String
1114
1114
 
1115
1115
  attr_accessor :RequestId
1116
-
1116
+
1117
1117
  def initialize(requestid=nil)
1118
1118
  @RequestId = requestid
1119
1119
  end
@@ -1167,7 +1167,7 @@ module TencentCloud
1167
1167
  # @type NotifyContentFormat: String
1168
1168
 
1169
1169
  attr_accessor :SubscriptionName, :SubscriptionId, :TopicOwner, :MsgCount, :LastModifyTime, :CreateTime, :BindingKey, :Endpoint, :FilterTags, :Protocol, :NotifyStrategy, :NotifyContentFormat
1170
-
1170
+
1171
1171
  def initialize(subscriptionname=nil, subscriptionid=nil, topicowner=nil, msgcount=nil, lastmodifytime=nil, createtime=nil, bindingkey=nil, endpoint=nil, filtertags=nil, protocol=nil, notifystrategy=nil, notifycontentformat=nil)
1172
1172
  @SubscriptionName = subscriptionname
1173
1173
  @SubscriptionId = subscriptionid
@@ -1209,7 +1209,7 @@ module TencentCloud
1209
1209
  # @type TagValue: String
1210
1210
 
1211
1211
  attr_accessor :TagKey, :TagValue
1212
-
1212
+
1213
1213
  def initialize(tagkey=nil, tagvalue=nil)
1214
1214
  @TagKey = tagkey
1215
1215
  @TagValue = tagvalue
@@ -1266,7 +1266,7 @@ module TencentCloud
1266
1266
  # @type Migrate: Integer
1267
1267
 
1268
1268
  attr_accessor :MsgCount, :TopicId, :MaxMsgSize, :Trace, :Tags, :CreateUin, :FilterType, :TopicName, :LastModifyTime, :MsgRetentionSeconds, :Qps, :CreateTime, :Migrate
1269
-
1269
+
1270
1270
  def initialize(msgcount=nil, topicid=nil, maxmsgsize=nil, trace=nil, tags=nil, createuin=nil, filtertype=nil, topicname=nil, lastmodifytime=nil, msgretentionseconds=nil, qps=nil, createtime=nil, migrate=nil)
1271
1271
  @MsgCount = msgcount
1272
1272
  @TopicId = topicid
@@ -1317,7 +1317,7 @@ module TencentCloud
1317
1317
  # @type FirstQueryInterval: Integer
1318
1318
 
1319
1319
  attr_accessor :MaxQueryCount, :FirstQueryInterval
1320
-
1320
+
1321
1321
  def initialize(maxquerycount=nil, firstqueryinterval=nil)
1322
1322
  @MaxQueryCount = maxquerycount
1323
1323
  @FirstQueryInterval = firstqueryinterval
@@ -1335,7 +1335,7 @@ module TencentCloud
1335
1335
  # @type QueueName: String
1336
1336
 
1337
1337
  attr_accessor :QueueName
1338
-
1338
+
1339
1339
  def initialize(queuename=nil)
1340
1340
  @QueueName = queuename
1341
1341
  end
@@ -1351,7 +1351,7 @@ module TencentCloud
1351
1351
  # @type RequestId: String
1352
1352
 
1353
1353
  attr_accessor :RequestId
1354
-
1354
+
1355
1355
  def initialize(requestid=nil)
1356
1356
  @RequestId = requestid
1357
1357
  end
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.590
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common