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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210527/client.rb +1 -1
- data/lib/v20210527/models.rb +2 -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: ec41ff1a771e5a8390e42a353a5ee41f666e974a
|
4
|
+
data.tar.gz: da85c8c49b5b4d60d9ad1f1497fb2746050398bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 243e20345a392c490c7e05574af3ca4a853a61f65ec9f4de2ed9eeece4afecb01255f1dbd9d08c35ab6798089795b9101df50e5c22db9f65c734e4fa57f7a7f5
|
7
|
+
data.tar.gz: 1b48b27daaaba3ea150f1c2128b696abba62ac226425cf40b894708cc2dbc850d8e588ea68b3a12cc77375d93e2fa8e5285dbc6ef21d0db8d87a7bfa0b805d3a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1076
|
data/lib/v20210527/client.rb
CHANGED
@@ -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`
|
data/lib/v20210527/models.rb
CHANGED
@@ -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.
|
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-
|
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
|