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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190107/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8270e762eb08001e5bc27c10bbd190c4c139eb54
|
4
|
+
data.tar.gz: 24051e9cbeb82a8f464e943f0d4607c2f3c406fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef120b541859fd6377d70d099b3a202152f8c30bf147eaa53c62a9310ee47c68d31d1840d60b74137117594e5e3401bd49262cc0ca8389df423dfce9d78bc049
|
7
|
+
data.tar.gz: 225d5851bc9f499f62650e941b6b3ff3eae104182bb7e79b5c41d0ef23c13761f5f864ce8a208a04dc4eed32520228d25300ece1508f819bef15195df5f9daec
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.852
|
data/lib/v20190107/models.rb
CHANGED
@@ -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.
|
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-
|
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
|