tencentcloud-sdk-dlc 1.0.347 → 1.0.348
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/v20210125/models.rb +6 -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: 6cfed3cc9b59bc48f0d2493e7e4487f4130a118c
|
|
4
|
+
data.tar.gz: b109b03a502f45216e57083caf0fa8524389fe1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a6bf4789cd9813c27ff6279b7126c1a363ec68b10f32859f68f1b77f377e135549f98b06674c0e9654309a5f7f4c441da1d99b401f7bb3bc19cdb60184b9e14
|
|
7
|
+
data.tar.gz: d967bfaf8bdb35d498f9e518d8e4c2ccd09b89f4eb1ca9d54cae889e3b40fcfec3618f11b7f23432fb878d4d3f6e24de105baeec6886f69bb3d7012d26de9421
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.348
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -216,10 +216,12 @@ module TencentCloud
|
|
|
216
216
|
# @type ViewExpandedText: String
|
|
217
217
|
# @param Partitions: 分区
|
|
218
218
|
# @type Partitions: Array
|
|
219
|
+
# @param Name: 当前表名
|
|
220
|
+
# @type Name: String
|
|
219
221
|
|
|
220
|
-
attr_accessor :CurrentName, :CurrentDbName, :Asset, :Type, :DbName, :StorageSize, :RecordCount, :LifeTime, :DataUpdateTime, :StructUpdateTime, :LastAccessTime, :Sds, :Columns, :PartitionKeys, :ViewOriginalText, :ViewExpandedText, :Partitions
|
|
222
|
+
attr_accessor :CurrentName, :CurrentDbName, :Asset, :Type, :DbName, :StorageSize, :RecordCount, :LifeTime, :DataUpdateTime, :StructUpdateTime, :LastAccessTime, :Sds, :Columns, :PartitionKeys, :ViewOriginalText, :ViewExpandedText, :Partitions, :Name
|
|
221
223
|
|
|
222
|
-
def initialize(currentname=nil, currentdbname=nil, asset=nil, type=nil, dbname=nil, storagesize=nil, recordcount=nil, lifetime=nil, dataupdatetime=nil, structupdatetime=nil, lastaccesstime=nil, sds=nil, columns=nil, partitionkeys=nil, vieworiginaltext=nil, viewexpandedtext=nil, partitions=nil)
|
|
224
|
+
def initialize(currentname=nil, currentdbname=nil, asset=nil, type=nil, dbname=nil, storagesize=nil, recordcount=nil, lifetime=nil, dataupdatetime=nil, structupdatetime=nil, lastaccesstime=nil, sds=nil, columns=nil, partitionkeys=nil, vieworiginaltext=nil, viewexpandedtext=nil, partitions=nil, name=nil)
|
|
223
225
|
@CurrentName = currentname
|
|
224
226
|
@CurrentDbName = currentdbname
|
|
225
227
|
@Asset = asset
|
|
@@ -237,6 +239,7 @@ module TencentCloud
|
|
|
237
239
|
@ViewOriginalText = vieworiginaltext
|
|
238
240
|
@ViewExpandedText = viewexpandedtext
|
|
239
241
|
@Partitions = partitions
|
|
242
|
+
@Name = name
|
|
240
243
|
end
|
|
241
244
|
|
|
242
245
|
def deserialize(params)
|
|
@@ -284,6 +287,7 @@ module TencentCloud
|
|
|
284
287
|
@Partitions << dmspartition_tmp
|
|
285
288
|
end
|
|
286
289
|
end
|
|
290
|
+
@Name = params['Name']
|
|
287
291
|
end
|
|
288
292
|
end
|
|
289
293
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.348
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|