tencentcloud-sdk-dlc 1.0.347 → 1.0.348

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c5f2621f8b3f37f8950d03f7e36c961b41587ef
4
- data.tar.gz: e11a325af7a04bc49678b58c020710a85992a187
3
+ metadata.gz: 6cfed3cc9b59bc48f0d2493e7e4487f4130a118c
4
+ data.tar.gz: b109b03a502f45216e57083caf0fa8524389fe1f
5
5
  SHA512:
6
- metadata.gz: beac40d4f0896386795de58e29281c051d25d50b10cf49d8e6675eb0eee2e32bd112c24cd079bfacbba955126ca46d0df2bc5f6afa9800f98c5d041235532d8b
7
- data.tar.gz: 0cc7c60d7e86bedf7be06033f5869f7326cb5e4e42569eac73f6a1da7ee8c33eecbc261afb7ad0c10a978254db87f7c8767ea3b1f2e2e87df14e786931d7c4ac
6
+ metadata.gz: 5a6bf4789cd9813c27ff6279b7126c1a363ec68b10f32859f68f1b77f377e135549f98b06674c0e9654309a5f7f4c441da1d99b401f7bb3bc19cdb60184b9e14
7
+ data.tar.gz: d967bfaf8bdb35d498f9e518d8e4c2ccd09b89f4eb1ca9d54cae889e3b40fcfec3618f11b7f23432fb878d4d3f6e24de105baeec6886f69bb3d7012d26de9421
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.347
1
+ 1.0.348
@@ -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.347
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-03 00:00:00.000000000 Z
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