tencentcloud-sdk-tcaplusdb 3.0.1074 → 3.0.1105
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/v20190823/client.rb +3 -1
- data/lib/v20190823/models.rb +1 -1
- 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: 890cbd6458c8d19c91e5997533c7b9e1bf617e3a
|
4
|
+
data.tar.gz: 68f4866d503a6b127b0192d22475689c5361b493
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ebec8dbca205b80c6e6ede7dc94b81fb22ba692e51893a723bcb487473f1d2a3b5ab30374bd8141b763be86e90a07baa79a8d806214f6cb622f30d5ae01670f
|
7
|
+
data.tar.gz: 401b90f3d1413c492e3788870e1389b41ee2c0d335c0a2dd836879d0cd0cead9c55031e1f651e73801528939d4a730b4a2de1615189fd352b9a786941601d23f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1105
|
data/lib/v20190823/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
@@ -1161,6 +1161,8 @@ module TencentCloud
|
|
1161
1161
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1162
1162
|
end
|
1163
1163
|
|
1164
|
+
# 不再使用
|
1165
|
+
|
1164
1166
|
# 表格数据回档
|
1165
1167
|
|
1166
1168
|
# @param request: Request instance for RollbackTables.
|
data/lib/v20190823/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
3
|
+
# Copyright (c) 2017-2025 Tencent. All Rights Reserved.
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
6
|
# you may not use this file except in compliance with the License.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcaplusdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1105
|
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-
|
11
|
+
date: 2025-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|