tencentcloud-sdk-wedata 3.0.842 → 3.0.843
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +81 -4
- 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: 6df207f9737bdc19a5d6313e562636013aa6655c
|
4
|
+
data.tar.gz: 7f11ed9d5b3c1c8ec3a1639a4f804e9444b7362b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 862f8a3a2928ecfe8617d2a5ec58ead7486afbbc66a99462614562ae2c1a2ad301115e530ac342ef2d601b16e203ab3414b2e200744ef68847be1217fc0d1cfc
|
7
|
+
data.tar.gz: 1c97dbc7833b1380a9eef49c335686f12222bac790103f3dcf40f0e07634517aea8309a1aeafa48af67973e624c2fb38a4ed13baac4a59b01a030ef2f8c7afd1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.843
|
data/lib/v20210820/models.rb
CHANGED
@@ -11662,15 +11662,26 @@ module TencentCloud
|
|
11662
11662
|
class DescribeTableMetaRequest < TencentCloud::Common::AbstractModel
|
11663
11663
|
# @param TableId: 表唯一id
|
11664
11664
|
# @type TableId: String
|
11665
|
+
# @param TableNameFilter: 按名称查询的条件
|
11666
|
+
# @type TableNameFilter: :class:`Tencentcloud::Wedata.v20210820.models.TableNameFilter`
|
11667
|
+
# @param TableFilterType: 查询条件类型0按id,1按名称,默认为0
|
11668
|
+
# @type TableFilterType: Integer
|
11665
11669
|
|
11666
|
-
attr_accessor :TableId
|
11670
|
+
attr_accessor :TableId, :TableNameFilter, :TableFilterType
|
11667
11671
|
|
11668
|
-
def initialize(tableid=nil)
|
11672
|
+
def initialize(tableid=nil, tablenamefilter=nil, tablefiltertype=nil)
|
11669
11673
|
@TableId = tableid
|
11674
|
+
@TableNameFilter = tablenamefilter
|
11675
|
+
@TableFilterType = tablefiltertype
|
11670
11676
|
end
|
11671
11677
|
|
11672
11678
|
def deserialize(params)
|
11673
11679
|
@TableId = params['TableId']
|
11680
|
+
unless params['TableNameFilter'].nil?
|
11681
|
+
@TableNameFilter = TableNameFilter.new
|
11682
|
+
@TableNameFilter.deserialize(params['TableNameFilter'])
|
11683
|
+
end
|
11684
|
+
@TableFilterType = params['TableFilterType']
|
11674
11685
|
end
|
11675
11686
|
end
|
11676
11687
|
|
@@ -24508,10 +24519,13 @@ module TencentCloud
|
|
24508
24519
|
# @param PartitionExpireDays: 生命周期-分区保留天数【分区保留策略时有效】
|
24509
24520
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24510
24521
|
# @type PartitionExpireDays: Integer
|
24522
|
+
# @param TableProperties: 表附属信息
|
24523
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24524
|
+
# @type TableProperties: Array
|
24511
24525
|
|
24512
|
-
attr_accessor :TableId, :TableName, :TableOwnerName, :DatasourceId, :ClusterName, :DatasourceName, :DatabaseName, :TablePath, :TableNameCn, :MetastoreId, :MetastoreType, :Description, :ColumnSeparator, :StorageFormat, :StorageSize, :TableType, :CreateTime, :ModifyTime, :DdlModifyTime, :LastAccessTime, :ProjectName, :BizCatalogIds, :BizCatalogNames, :HasFavorite, :LifeCycleTime, :StorageSizeWithUnit, :InstanceId, :TechnologyType, :TableNameEn, :ProjectId, :Partitions, :ReplicationFactor, :ProjectDisplayName, :DataModifyTime, :ClusterId, :HasAdminAuthority, :DatasourceDisplayName, :DatabaseId, :FavoriteCount, :LikeCount, :HasLike, :TablePropertyScore, :TableHeat, :OwnerProjectId, :TableOwnerId, :DataSourceCategory, :Columns, :MetaCrawlType, :IsView, :Location, :IsPartitionTable, :PartitionColumns, :PartitionExpireDays
|
24526
|
+
attr_accessor :TableId, :TableName, :TableOwnerName, :DatasourceId, :ClusterName, :DatasourceName, :DatabaseName, :TablePath, :TableNameCn, :MetastoreId, :MetastoreType, :Description, :ColumnSeparator, :StorageFormat, :StorageSize, :TableType, :CreateTime, :ModifyTime, :DdlModifyTime, :LastAccessTime, :ProjectName, :BizCatalogIds, :BizCatalogNames, :HasFavorite, :LifeCycleTime, :StorageSizeWithUnit, :InstanceId, :TechnologyType, :TableNameEn, :ProjectId, :Partitions, :ReplicationFactor, :ProjectDisplayName, :DataModifyTime, :ClusterId, :HasAdminAuthority, :DatasourceDisplayName, :DatabaseId, :FavoriteCount, :LikeCount, :HasLike, :TablePropertyScore, :TableHeat, :OwnerProjectId, :TableOwnerId, :DataSourceCategory, :Columns, :MetaCrawlType, :IsView, :Location, :IsPartitionTable, :PartitionColumns, :PartitionExpireDays, :TableProperties
|
24513
24527
|
|
24514
|
-
def initialize(tableid=nil, tablename=nil, tableownername=nil, datasourceid=nil, clustername=nil, datasourcename=nil, databasename=nil, tablepath=nil, tablenamecn=nil, metastoreid=nil, metastoretype=nil, description=nil, columnseparator=nil, storageformat=nil, storagesize=nil, tabletype=nil, createtime=nil, modifytime=nil, ddlmodifytime=nil, lastaccesstime=nil, projectname=nil, bizcatalogids=nil, bizcatalognames=nil, hasfavorite=nil, lifecycletime=nil, storagesizewithunit=nil, instanceid=nil, technologytype=nil, tablenameen=nil, projectid=nil, partitions=nil, replicationfactor=nil, projectdisplayname=nil, datamodifytime=nil, clusterid=nil, hasadminauthority=nil, datasourcedisplayname=nil, databaseid=nil, favoritecount=nil, likecount=nil, haslike=nil, tablepropertyscore=nil, tableheat=nil, ownerprojectid=nil, tableownerid=nil, datasourcecategory=nil, columns=nil, metacrawltype=nil, isview=nil, location=nil, ispartitiontable=nil, partitioncolumns=nil, partitionexpiredays=nil)
|
24528
|
+
def initialize(tableid=nil, tablename=nil, tableownername=nil, datasourceid=nil, clustername=nil, datasourcename=nil, databasename=nil, tablepath=nil, tablenamecn=nil, metastoreid=nil, metastoretype=nil, description=nil, columnseparator=nil, storageformat=nil, storagesize=nil, tabletype=nil, createtime=nil, modifytime=nil, ddlmodifytime=nil, lastaccesstime=nil, projectname=nil, bizcatalogids=nil, bizcatalognames=nil, hasfavorite=nil, lifecycletime=nil, storagesizewithunit=nil, instanceid=nil, technologytype=nil, tablenameen=nil, projectid=nil, partitions=nil, replicationfactor=nil, projectdisplayname=nil, datamodifytime=nil, clusterid=nil, hasadminauthority=nil, datasourcedisplayname=nil, databaseid=nil, favoritecount=nil, likecount=nil, haslike=nil, tablepropertyscore=nil, tableheat=nil, ownerprojectid=nil, tableownerid=nil, datasourcecategory=nil, columns=nil, metacrawltype=nil, isview=nil, location=nil, ispartitiontable=nil, partitioncolumns=nil, partitionexpiredays=nil, tableproperties=nil)
|
24515
24529
|
@TableId = tableid
|
24516
24530
|
@TableName = tablename
|
24517
24531
|
@TableOwnerName = tableownername
|
@@ -24565,6 +24579,7 @@ module TencentCloud
|
|
24565
24579
|
@IsPartitionTable = ispartitiontable
|
24566
24580
|
@PartitionColumns = partitioncolumns
|
24567
24581
|
@PartitionExpireDays = partitionexpiredays
|
24582
|
+
@TableProperties = tableproperties
|
24568
24583
|
end
|
24569
24584
|
|
24570
24585
|
def deserialize(params)
|
@@ -24634,6 +24649,68 @@ module TencentCloud
|
|
24634
24649
|
@IsPartitionTable = params['IsPartitionTable']
|
24635
24650
|
@PartitionColumns = params['PartitionColumns']
|
24636
24651
|
@PartitionExpireDays = params['PartitionExpireDays']
|
24652
|
+
unless params['TableProperties'].nil?
|
24653
|
+
@TableProperties = []
|
24654
|
+
params['TableProperties'].each do |i|
|
24655
|
+
tablemetaproperty_tmp = TableMetaProperty.new
|
24656
|
+
tablemetaproperty_tmp.deserialize(i)
|
24657
|
+
@TableProperties << tablemetaproperty_tmp
|
24658
|
+
end
|
24659
|
+
end
|
24660
|
+
end
|
24661
|
+
end
|
24662
|
+
|
24663
|
+
# 表附加信息
|
24664
|
+
class TableMetaProperty < TencentCloud::Common::AbstractModel
|
24665
|
+
# @param Key: 属性的key
|
24666
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24667
|
+
# @type Key: String
|
24668
|
+
# @param Value: 属性的值
|
24669
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
24670
|
+
# @type Value: String
|
24671
|
+
|
24672
|
+
attr_accessor :Key, :Value
|
24673
|
+
|
24674
|
+
def initialize(key=nil, value=nil)
|
24675
|
+
@Key = key
|
24676
|
+
@Value = value
|
24677
|
+
end
|
24678
|
+
|
24679
|
+
def deserialize(params)
|
24680
|
+
@Key = params['Key']
|
24681
|
+
@Value = params['Value']
|
24682
|
+
end
|
24683
|
+
end
|
24684
|
+
|
24685
|
+
# 按表名查询的查询条件
|
24686
|
+
class TableNameFilter < TencentCloud::Common::AbstractModel
|
24687
|
+
# @param MsType: 数据源类型
|
24688
|
+
# @type MsType: String
|
24689
|
+
# @param DatasourceId: 数据源id
|
24690
|
+
# @type DatasourceId: Integer
|
24691
|
+
# @param DatabaseName: 数据库名称
|
24692
|
+
# @type DatabaseName: String
|
24693
|
+
# @param SchemaName: schema
|
24694
|
+
# @type SchemaName: String
|
24695
|
+
# @param Name: 表名
|
24696
|
+
# @type Name: String
|
24697
|
+
|
24698
|
+
attr_accessor :MsType, :DatasourceId, :DatabaseName, :SchemaName, :Name
|
24699
|
+
|
24700
|
+
def initialize(mstype=nil, datasourceid=nil, databasename=nil, schemaname=nil, name=nil)
|
24701
|
+
@MsType = mstype
|
24702
|
+
@DatasourceId = datasourceid
|
24703
|
+
@DatabaseName = databasename
|
24704
|
+
@SchemaName = schemaname
|
24705
|
+
@Name = name
|
24706
|
+
end
|
24707
|
+
|
24708
|
+
def deserialize(params)
|
24709
|
+
@MsType = params['MsType']
|
24710
|
+
@DatasourceId = params['DatasourceId']
|
24711
|
+
@DatabaseName = params['DatabaseName']
|
24712
|
+
@SchemaName = params['SchemaName']
|
24713
|
+
@Name = params['Name']
|
24637
24714
|
end
|
24638
24715
|
end
|
24639
24716
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.843
|
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-06-
|
11
|
+
date: 2024-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|