tencentcloud-sdk-dbbrain 3.0.1074 → 3.0.1076

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: 52a47afeb54e44f42be74e5cbf5194a8f4c5ce29
4
- data.tar.gz: 2b94ed55cc17b828f763a007875bb68f4a6daf60
3
+ metadata.gz: ec41ff1a771e5a8390e42a353a5ee41f666e974a
4
+ data.tar.gz: da85c8c49b5b4d60d9ad1f1497fb2746050398bc
5
5
  SHA512:
6
- metadata.gz: c93e81637b3ffe0b1ee7f18f3022017b2b7fb884dc1ad92761b32fe012e84e65d1c728a6befcfd5726ff467a7edfab30be58de9ef7045b9948996d5c465c4a5d
7
- data.tar.gz: 6663f37c0fa09fe900440117e27ce3b0a90f1b6cca9d79ae82decbf3a7f0f8aef5ee930f95732247622f152a79402c98077211ec2b4b99289262f36778f425b8
6
+ metadata.gz: 243e20345a392c490c7e05574af3ca4a853a61f65ec9f4de2ed9eeece4afecb01255f1dbd9d08c35ab6798089795b9101df50e5c22db9f65c734e4fa57f7a7f5
7
+ data.tar.gz: 1b48b27daaaba3ea150f1c2128b696abba62ac226425cf40b894708cc2dbc850d8e588ea68b3a12cc77375d93e2fa8e5285dbc6ef21d0db8d87a7bfa0b805d3a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1076
@@ -965,7 +965,7 @@ module TencentCloud
965
965
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
966
966
  end
967
967
 
968
- # 查询某张表的慢查模板概览
968
+ # 查询某张表的慢查模板概览,这个接口是对用户点击对应的推荐索引后,展示慢日志用的
969
969
 
970
970
  # @param request: Request instance for DescribeIndexRecommendAggregationSlowLogs.
971
971
  # @type request: :class:`Tencentcloud::dbbrain::V20210527::DescribeIndexRecommendAggregationSlowLogsRequest`
@@ -2745,9 +2745,9 @@ module TencentCloud
2745
2745
  # @type InstanceId: String
2746
2746
  # @param Db: 数据库名称。
2747
2747
  # @type Db: String
2748
- # @param Collection: 表明。
2748
+ # @param Collection: 表名。
2749
2749
  # @type Collection: String
2750
- # @param Signs: 签名。
2750
+ # @param Signs: 签名。这个值是DescribelndexRecommendInfo接口返回
2751
2751
  # @type Signs: Array
2752
2752
 
2753
2753
  attr_accessor :Product, :InstanceId, :Db, :Collection, :Signs
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.1074
4
+ version: 3.0.1076
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common