tencentcloud-sdk-cynosdb 3.0.850 → 3.0.852

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43ad5bd766be9c78e50a4a085675d24b9c3451f2
4
- data.tar.gz: 10d8b12d493a65b77ac898e897c0305533f3f612
3
+ metadata.gz: 8270e762eb08001e5bc27c10bbd190c4c139eb54
4
+ data.tar.gz: 24051e9cbeb82a8f464e943f0d4607c2f3c406fd
5
5
  SHA512:
6
- metadata.gz: 1a5466fcec2ef5c5ccc409e285410bc40fc918c00d2af0ce7e854eaf0bee1a4b497be6198c067239e38a4bfcb0ea50b8e48617a5ac297080c6f00876b0a55ae1
7
- data.tar.gz: 1031c80d7332bfc7558d9fc7a5f2642c868e4ad1455de261fe220988705e2c5948092948e39c0ff752a404e48511739cbe1adbc4ea5e4f091d382a4d64c1e4aa
6
+ metadata.gz: ef120b541859fd6377d70d099b3a202152f8c30bf147eaa53c62a9310ee47c68d31d1840d60b74137117594e5e3401bd49262cc0ca8389df423dfce9d78bc049
7
+ data.tar.gz: 225d5851bc9f499f62650e941b6b3ff3eae104182bb7e79b5c41d0ef23c13761f5f864ce8a208a04dc4eed32520228d25300ece1508f819bef15195df5f9daec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.850
1
+ 3.0.852
@@ -490,10 +490,13 @@ module TencentCloud
490
490
  # @param TemplateInfo: 日志命中规则模板的基本信息
491
491
  # 注意:此字段可能返回 null,表示取不到有效值。
492
492
  # @type TemplateInfo: Array
493
+ # @param TrxId: 事务ID
494
+ # 注意:此字段可能返回 null,表示取不到有效值。
495
+ # @type TrxId: Integer
493
496
 
494
- attr_accessor :AffectRows, :ErrCode, :SqlType, :TableName, :InstanceName, :PolicyName, :DBName, :Sql, :Host, :User, :ExecTime, :Timestamp, :SentRows, :ThreadId, :CheckRows, :CpuTime, :IoWaitTime, :LockWaitTime, :TrxLivingTime, :NsTime, :TemplateInfo
497
+ attr_accessor :AffectRows, :ErrCode, :SqlType, :TableName, :InstanceName, :PolicyName, :DBName, :Sql, :Host, :User, :ExecTime, :Timestamp, :SentRows, :ThreadId, :CheckRows, :CpuTime, :IoWaitTime, :LockWaitTime, :TrxLivingTime, :NsTime, :TemplateInfo, :TrxId
495
498
 
496
- def initialize(affectrows=nil, errcode=nil, sqltype=nil, tablename=nil, instancename=nil, policyname=nil, dbname=nil, sql=nil, host=nil, user=nil, exectime=nil, timestamp=nil, sentrows=nil, threadid=nil, checkrows=nil, cputime=nil, iowaittime=nil, lockwaittime=nil, trxlivingtime=nil, nstime=nil, templateinfo=nil)
499
+ def initialize(affectrows=nil, errcode=nil, sqltype=nil, tablename=nil, instancename=nil, policyname=nil, dbname=nil, sql=nil, host=nil, user=nil, exectime=nil, timestamp=nil, sentrows=nil, threadid=nil, checkrows=nil, cputime=nil, iowaittime=nil, lockwaittime=nil, trxlivingtime=nil, nstime=nil, templateinfo=nil, trxid=nil)
497
500
  @AffectRows = affectrows
498
501
  @ErrCode = errcode
499
502
  @SqlType = sqltype
@@ -515,6 +518,7 @@ module TencentCloud
515
518
  @TrxLivingTime = trxlivingtime
516
519
  @NsTime = nstime
517
520
  @TemplateInfo = templateinfo
521
+ @TrxId = trxid
518
522
  end
519
523
 
520
524
  def deserialize(params)
@@ -546,6 +550,7 @@ module TencentCloud
546
550
  @TemplateInfo << logruletemplateinfo_tmp
547
551
  end
548
552
  end
553
+ @TrxId = params['TrxId']
549
554
  end
550
555
  end
551
556
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.850
4
+ version: 3.0.852
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-24 00:00:00.000000000 Z
11
+ date: 2024-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common