tencentcloud-sdk-oceanus 3.0.740 → 3.0.742
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/v20190422/models.rb +7 -7
- 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: 2e6b03f189f93aeb52a468c185c35241cd561ee6
|
|
4
|
+
data.tar.gz: 2b377191748cf9113a696871347b43d836663dde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 044ab058f1e45c8078ffe14d862fb6b7b05963817d425216a40bb5a7d90186f94dfcbee3bca30fb8547e93dad233947af51a4111511f49f92a900ca0fde4afb1
|
|
7
|
+
data.tar.gz: 6ca38e80f5b884ed983bde1f60572a35f940f443f2ee48b0d33069b0710607dbc4cc1f84998a0e57fb6700001cf3d33d97da3b99de3ea7e743d99881f5282763
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.742
|
data/lib/v20190422/models.rb
CHANGED
|
@@ -2824,11 +2824,11 @@ module TencentCloud
|
|
|
2824
2824
|
|
|
2825
2825
|
# GetMetaTable请求参数结构体
|
|
2826
2826
|
class GetMetaTableRequest < TencentCloud::Common::AbstractModel
|
|
2827
|
-
# @param Catalog:
|
|
2827
|
+
# @param Catalog: 目录名
|
|
2828
2828
|
# @type Catalog: String
|
|
2829
|
-
# @param Database:
|
|
2829
|
+
# @param Database: 库名
|
|
2830
2830
|
# @type Database: String
|
|
2831
|
-
# @param Table:
|
|
2831
|
+
# @param Table: 表名
|
|
2832
2832
|
# @type Table: String
|
|
2833
2833
|
# @param WorkSpaceId: 空间唯一标识
|
|
2834
2834
|
# @type WorkSpaceId: String
|
|
@@ -2854,17 +2854,17 @@ module TencentCloud
|
|
|
2854
2854
|
class GetMetaTableResponse < TencentCloud::Common::AbstractModel
|
|
2855
2855
|
# @param SerialId: 元数据表唯一标识
|
|
2856
2856
|
# @type SerialId: String
|
|
2857
|
-
# @param Catalog:
|
|
2857
|
+
# @param Catalog: 目录名
|
|
2858
2858
|
# @type Catalog: String
|
|
2859
|
-
# @param Database:
|
|
2859
|
+
# @param Database: 库名
|
|
2860
2860
|
# @type Database: String
|
|
2861
|
-
# @param Table:
|
|
2861
|
+
# @param Table: 表名
|
|
2862
2862
|
# @type Table: String
|
|
2863
2863
|
# @param DDL: 建表语句,使用 Base64 编码。
|
|
2864
2864
|
# 例如
|
|
2865
2865
|
# Q1JFQVRFIFRBQkxFIGRhdGFnZW5fc291cmNlX3RhYmxlICggCiAgICBpZCBJTlQsIAogICAgbmFtZSBTVFJJTkcgCikgV0lUSCAoCidjb25uZWN0b3InPSdkYXRhZ2VuJywKJ3Jvd3MtcGVyLXNlY29uZCcgPSAnMScKKTs=
|
|
2866
2866
|
# @type DDL: String
|
|
2867
|
-
# @param CreateTime:
|
|
2867
|
+
# @param CreateTime: 创建时间
|
|
2868
2868
|
# @type CreateTime: String
|
|
2869
2869
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2870
2870
|
# @type RequestId: String
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-oceanus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.742
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|