tencentcloud-sdk-dbbrain 3.0.1152 → 3.0.1153

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210527/models.rb +14 -8
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d44e077a8bdd8302d3569e7989f7648ee239038f
4
- data.tar.gz: 597fded0a5b0058bf373726bf032117dcab3a7e3
3
+ metadata.gz: 0a7e46c8a69e4ad345fa5cfc6c44758119cd1abc
4
+ data.tar.gz: a440448f0b360f0f6fbc67366dbcbf71b494fc1a
5
5
  SHA512:
6
- metadata.gz: 8d7cd6be3d0670fb19dcae3b72d0e85d0923755ab7fad0ff71a2120b5aa0ecd9627357f19d37da2fc68a742cd9eb01414450f2c79c6f4b15d4f26eed81d1ac42
7
- data.tar.gz: af60d5d1529c8cd1fce4bec471d8a3c9d3c0867f375b2231c4cfceb7e6fa0abb24aea203b5720883466716407160e3bc76e8400316d9ae74ff574848880ba834
6
+ metadata.gz: 8f1a72c54055b894dcaabb1d1be7223ec1bb3a3978ecd19741f447f3df2da2ed8297759c467c578300957b78e078b80bed0cb4044d879fbf967aec127b8fefe1
7
+ data.tar.gz: 5bca0cce49e304cef537f283f430ccbdadb3fcff519aa3620bd7b982528ca9b6e4a23e20c8284d24672fda333d7aaab0f1dfb92e9120ff2f01873e27a1e45ffe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1152
1
+ 3.0.1153
@@ -3067,9 +3067,9 @@ module TencentCloud
3067
3067
  # @type Host: String
3068
3068
  # @param DB: 线程的操作数据库,用于筛选线程列表。
3069
3069
  # @type DB: String
3070
- # @param State: 线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables
3070
+ # @param State: 线程的操作状态。包含以下枚举值:Sending data​-线程正在处理查询结果, ​Sorting result​-线程正在对查询结果进行排序​,Creating tmp table​-线程正在创建临时表,Altering table​-线程正在执行表结构变更,Updating-线程执行更新中。
3071
3071
  # @type State: String
3072
- # @param Command: 线程的操作状态,用于筛选线程列表。包含以下值:Sending data,Updating, Opening tables 等
3072
+ # @param Command: 线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
3073
3073
  # @type Command: String
3074
3074
  # @param Time: 线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。
3075
3075
  # @type Time: Integer
@@ -3077,7 +3077,8 @@ module TencentCloud
3077
3077
  # @type Info: String
3078
3078
  # @param Limit: 返回数量,默认20。
3079
3079
  # @type Limit: Integer
3080
- # @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
3080
+ # @param Product: 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
3081
+
3081
3082
  # @type Product: String
3082
3083
  # @param StatDimensions: 会话统计的维度信息,可以多个维度。
3083
3084
  # @type StatDimensions: Array
@@ -3126,7 +3127,7 @@ module TencentCloud
3126
3127
  class DescribeMySqlProcessListResponse < TencentCloud::Common::AbstractModel
3127
3128
  # @param ProcessList: 实时线程列表。
3128
3129
  # @type ProcessList: Array
3129
- # @param Statistics: sql会话统计信息。
3130
+ # @param Statistics: sql会话统计信息。如果请求参数中包含StatDimensions,该参数则可能返回,否则不返回。
3130
3131
  # @type Statistics: Array
3131
3132
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3132
3133
  # @type RequestId: String
@@ -6288,18 +6289,21 @@ module TencentCloud
6288
6289
  # @type Host: String
6289
6290
  # @param DB: 线程的操作数据库。
6290
6291
  # @type DB: String
6291
- # @param State: 线程的操作状态。
6292
+ # @param State: 线程的操作状态。包含以下枚举值:Sending data​-线程正在处理查询结果, ​Sorting result​-线程正在对查询结果进行排序​,Creating tmp table​-线程正在创建临时表,Altering table​-线程正在执行表结构变更,Updating-线程执行更新中。
6292
6293
  # @type State: String
6293
- # @param Command: 线程的执行类型。
6294
+ # @param Command: 线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。
6294
6295
  # @type Command: String
6295
6296
  # @param Time: 线程的操作时长,单位秒。
6296
6297
  # @type Time: String
6297
6298
  # @param Info: 线程的操作语句。
6298
6299
  # @type Info: String
6300
+ # @param SqlType: sql类型
6301
+ # 注意:此字段可能返回 null,表示取不到有效值。
6302
+ # @type SqlType: String
6299
6303
 
6300
- attr_accessor :ID, :User, :Host, :DB, :State, :Command, :Time, :Info
6304
+ attr_accessor :ID, :User, :Host, :DB, :State, :Command, :Time, :Info, :SqlType
6301
6305
 
6302
- def initialize(id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil)
6306
+ def initialize(id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil, sqltype=nil)
6303
6307
  @ID = id
6304
6308
  @User = user
6305
6309
  @Host = host
@@ -6308,6 +6312,7 @@ module TencentCloud
6308
6312
  @Command = command
6309
6313
  @Time = time
6310
6314
  @Info = info
6315
+ @SqlType = sqltype
6311
6316
  end
6312
6317
 
6313
6318
  def deserialize(params)
@@ -6319,6 +6324,7 @@ module TencentCloud
6319
6324
  @Command = params['Command']
6320
6325
  @Time = params['Time']
6321
6326
  @Info = params['Info']
6327
+ @SqlType = params['SqlType']
6322
6328
  end
6323
6329
  end
6324
6330
 
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.1152
4
+ version: 3.0.1153
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-12 00:00:00.000000000 Z
11
+ date: 2025-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,10 +34,10 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-dbbrain.rb
37
- - lib/v20210527/client.rb
38
37
  - lib/v20210527/models.rb
39
- - lib/v20191016/client.rb
38
+ - lib/v20210527/client.rb
40
39
  - lib/v20191016/models.rb
40
+ - lib/v20191016/client.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: