tencentcloud-sdk-dbbrain 3.0.1151 → 3.0.1152

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9be47c1a97aac03652c41ebd42eb72ff58ba5e35
4
- data.tar.gz: 01a263e4b26fed4cc95aac9e8dd49b0e3053b21a
3
+ metadata.gz: d44e077a8bdd8302d3569e7989f7648ee239038f
4
+ data.tar.gz: 597fded0a5b0058bf373726bf032117dcab3a7e3
5
5
  SHA512:
6
- metadata.gz: 2f8a9885630bdc87ce0780459c6656e50fe7b3e6b0908c4381a29aabdf85bb12ac45affeceed4871657358a390564b986fa408ab21b2654e3d31e3e361a11416
7
- data.tar.gz: 77708a883c6205d1e0520c248da7f3ebb20d683edf642114704048c23d46bfc65c0abe9df3846196327e439d8ac40139e167271c7bcfaa186f33802cbad5e12f
6
+ metadata.gz: 8d7cd6be3d0670fb19dcae3b72d0e85d0923755ab7fad0ff71a2120b5aa0ecd9627357f19d37da2fc68a742cd9eb01414450f2c79c6f4b15d4f26eed81d1ac42
7
+ data.tar.gz: af60d5d1529c8cd1fce4bec471d8a3c9d3c0867f375b2231c4cfceb7e6fa0abb24aea203b5720883466716407160e3bc76e8400316d9ae74ff574848880ba834
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1151
1
+ 3.0.1152
@@ -975,7 +975,7 @@ module TencentCloud
975
975
  # @type Info: String
976
976
  # @param Limit: 返回数量,默认20。
977
977
  # @type Limit: Integer
978
- # @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
978
+ # @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
979
979
  # @type Product: String
980
980
 
981
981
  attr_accessor :InstanceId, :ID, :User, :Host, :DB, :State, :Command, :Time, :Info, :Limit, :Product
@@ -2428,10 +2428,13 @@ module TencentCloud
2428
2428
  # @type Time: String
2429
2429
  # @param Info: 线程的操作语句。
2430
2430
  # @type Info: String
2431
+ # @param SqlType: sql类型
2432
+ # 注意:此字段可能返回 null,表示取不到有效值。
2433
+ # @type SqlType: String
2431
2434
 
2432
- attr_accessor :ID, :User, :Host, :DB, :State, :Command, :Time, :Info
2435
+ attr_accessor :ID, :User, :Host, :DB, :State, :Command, :Time, :Info, :SqlType
2433
2436
 
2434
- def initialize(id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil)
2437
+ def initialize(id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil, sqltype=nil)
2435
2438
  @ID = id
2436
2439
  @User = user
2437
2440
  @Host = host
@@ -2440,6 +2443,7 @@ module TencentCloud
2440
2443
  @Command = command
2441
2444
  @Time = time
2442
2445
  @Info = info
2446
+ @SqlType = sqltype
2443
2447
  end
2444
2448
 
2445
2449
  def deserialize(params)
@@ -2451,6 +2455,7 @@ module TencentCloud
2451
2455
  @Command = params['Command']
2452
2456
  @Time = params['Time']
2453
2457
  @Info = params['Info']
2458
+ @SqlType = params['SqlType']
2454
2459
  end
2455
2460
  end
2456
2461
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1151
4
+ version: 3.0.1152
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-10-11 00:00:00.000000000 Z
11
+ date: 2025-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-dbbrain.rb
36
37
  - lib/v20210527/client.rb
37
38
  - lib/v20210527/models.rb
38
39
  - lib/v20191016/client.rb
39
40
  - lib/v20191016/models.rb
40
- - lib/tencentcloud-sdk-dbbrain.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: