tencentcloud-sdk-wedata 3.0.996 → 3.0.997

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +54 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84eeac390f4c364febc64a1e5e28396e21eb72aa
4
- data.tar.gz: 26b90f8a414a3f02dea5c1bd8f848232767e6447
3
+ metadata.gz: 8da12b23cd05c65b56367e983631a73692ef9392
4
+ data.tar.gz: 4fbfb50e3a5129f793ef4a150ed29dc732ff12da
5
5
  SHA512:
6
- metadata.gz: 2734e814a3992d9585f64d8983da29946a6b5364a87a5506a38cc0fcd770fbddef6f62bfc71d800f31974d2c6d20916ff6889e1271c0c3d09792a0ac751ceead
7
- data.tar.gz: afc812375bf86b589163af9da9b067797a50996fa88dab5bd873368b0f191400a093a050eb7ed0458239817161bb7db202faf38c1fab6a10a3c125b53b5fb75c
6
+ metadata.gz: 1070433cbc4d00298f0ffff9a4fc83132a6b126c574e3f7f01fe469cf76d86e39bab5776d64a60fd94e5287b070676480fe5780ae44291342314530368e38ccc
7
+ data.tar.gz: 9fbed353f462fbd22440034ce734130dda226744c41afee89657dc6beda58ac477c7c16b485e3b36c4ab24f261d56b740ffbb3d553ed1046b8243d204bf9a106
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.996
1
+ 3.0.997
@@ -3528,6 +3528,28 @@ module TencentCloud
3528
3528
  end
3529
3529
  end
3530
3530
 
3531
+ # 是否支持creat 或ddl
3532
+ class CreateAndDDLSupport < TencentCloud::Common::AbstractModel
3533
+ # @param SupportSelect: 是否支持select
3534
+ # 注意:此字段可能返回 null,表示取不到有效值。
3535
+ # @type SupportSelect: Boolean
3536
+ # @param SupportDdl: 是否支持ddl
3537
+ # 注意:此字段可能返回 null,表示取不到有效值。
3538
+ # @type SupportDdl: Boolean
3539
+
3540
+ attr_accessor :SupportSelect, :SupportDdl
3541
+
3542
+ def initialize(supportselect=nil, supportddl=nil)
3543
+ @SupportSelect = supportselect
3544
+ @SupportDdl = supportddl
3545
+ end
3546
+
3547
+ def deserialize(params)
3548
+ @SupportSelect = params['SupportSelect']
3549
+ @SupportDdl = params['SupportDdl']
3550
+ end
3551
+ end
3552
+
3531
3553
  # CreateCustomFunction请求参数结构体
3532
3554
  class CreateCustomFunctionRequest < TencentCloud::Common::AbstractModel
3533
3555
  # @param Type: 枚举值:HIVE、SPARK、DLC
@@ -5583,10 +5605,16 @@ module TencentCloud
5583
5605
  # @param ClusterName: 引擎名称
5584
5606
  # 注意:此字段可能返回 null,表示取不到有效值。
5585
5607
  # @type ClusterName: String
5608
+ # @param ModifiedTimeByTables: 库下表的最新更新时间
5609
+ # 注意:此字段可能返回 null,表示取不到有效值。
5610
+ # @type ModifiedTimeByTables: Integer
5611
+ # @param LastAccessTimeByTables: 库下表的最新访问时间
5612
+ # 注意:此字段可能返回 null,表示取不到有效值。
5613
+ # @type LastAccessTimeByTables: Integer
5586
5614
 
5587
- attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime, :TableCount, :DatasourceList, :CollectJobId, :CollectJobName, :ClusterId, :ClusterName
5615
+ attr_accessor :ProjectId, :MetastoreType, :DatasourceName, :DatasourceId, :ProjectName, :Category, :Description, :Instance, :Region, :Status, :DatabaseName, :ProjectDisplayName, :OwnerAccountName, :DisplayName, :DatabaseId, :Catalog, :StorageSize, :StorageSizeWithUnit, :CreateTime, :TableCount, :DatasourceList, :CollectJobId, :CollectJobName, :ClusterId, :ClusterName, :ModifiedTimeByTables, :LastAccessTimeByTables
5588
5616
 
5589
- def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil, tablecount=nil, datasourcelist=nil, collectjobid=nil, collectjobname=nil, clusterid=nil, clustername=nil)
5617
+ def initialize(projectid=nil, metastoretype=nil, datasourcename=nil, datasourceid=nil, projectname=nil, category=nil, description=nil, instance=nil, region=nil, status=nil, databasename=nil, projectdisplayname=nil, owneraccountname=nil, displayname=nil, databaseid=nil, catalog=nil, storagesize=nil, storagesizewithunit=nil, createtime=nil, tablecount=nil, datasourcelist=nil, collectjobid=nil, collectjobname=nil, clusterid=nil, clustername=nil, modifiedtimebytables=nil, lastaccesstimebytables=nil)
5590
5618
  @ProjectId = projectid
5591
5619
  @MetastoreType = metastoretype
5592
5620
  @DatasourceName = datasourcename
@@ -5612,6 +5640,8 @@ module TencentCloud
5612
5640
  @CollectJobName = collectjobname
5613
5641
  @ClusterId = clusterid
5614
5642
  @ClusterName = clustername
5643
+ @ModifiedTimeByTables = modifiedtimebytables
5644
+ @LastAccessTimeByTables = lastaccesstimebytables
5615
5645
  end
5616
5646
 
5617
5647
  def deserialize(params)
@@ -5647,6 +5677,8 @@ module TencentCloud
5647
5677
  @CollectJobName = params['CollectJobName']
5648
5678
  @ClusterId = params['ClusterId']
5649
5679
  @ClusterName = params['ClusterName']
5680
+ @ModifiedTimeByTables = params['ModifiedTimeByTables']
5681
+ @LastAccessTimeByTables = params['LastAccessTimeByTables']
5650
5682
  end
5651
5683
  end
5652
5684
 
@@ -27767,10 +27799,19 @@ module TencentCloud
27767
27799
  # @param HasBizPermission: 是否有修改业务权限
27768
27800
  # 注意:此字段可能返回 null,表示取不到有效值。
27769
27801
  # @type HasBizPermission: Boolean
27802
+ # @param OwnerByEngine: 引擎侧创建人
27803
+ # 注意:此字段可能返回 null,表示取不到有效值。
27804
+ # @type OwnerByEngine: String
27805
+ # @param ErrorTips: 用户无映射账户,请先完成账户映射后再来申请。
27806
+ # 注意:此字段可能返回 null,表示取不到有效值。
27807
+ # @type ErrorTips: String
27808
+ # @param IfSupportCreateAndDDL: 是否支持select or ddl
27809
+ # 注意:此字段可能返回 null,表示取不到有效值。
27810
+ # @type IfSupportCreateAndDDL: :class:`Tencentcloud::Wedata.v20210820.models.CreateAndDDLSupport`
27770
27811
 
27771
- 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, :Environment, :Schema, :CollectDatasourceList, :CollectJobId, :CollectJobName, :Urn, :HasBizPermission
27812
+ 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, :Environment, :Schema, :CollectDatasourceList, :CollectJobId, :CollectJobName, :Urn, :HasBizPermission, :OwnerByEngine, :ErrorTips, :IfSupportCreateAndDDL
27772
27813
 
27773
- 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, environment=nil, schema=nil, collectdatasourcelist=nil, collectjobid=nil, collectjobname=nil, urn=nil, hasbizpermission=nil)
27814
+ 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, environment=nil, schema=nil, collectdatasourcelist=nil, collectjobid=nil, collectjobname=nil, urn=nil, hasbizpermission=nil, ownerbyengine=nil, errortips=nil, ifsupportcreateandddl=nil)
27774
27815
  @TableId = tableid
27775
27816
  @TableName = tablename
27776
27817
  @TableOwnerName = tableownername
@@ -27832,6 +27873,9 @@ module TencentCloud
27832
27873
  @CollectJobName = collectjobname
27833
27874
  @Urn = urn
27834
27875
  @HasBizPermission = hasbizpermission
27876
+ @OwnerByEngine = ownerbyengine
27877
+ @ErrorTips = errortips
27878
+ @IfSupportCreateAndDDL = ifsupportcreateandddl
27835
27879
  end
27836
27880
 
27837
27881
  def deserialize(params)
@@ -27923,6 +27967,12 @@ module TencentCloud
27923
27967
  @CollectJobName = params['CollectJobName']
27924
27968
  @Urn = params['Urn']
27925
27969
  @HasBizPermission = params['HasBizPermission']
27970
+ @OwnerByEngine = params['OwnerByEngine']
27971
+ @ErrorTips = params['ErrorTips']
27972
+ unless params['IfSupportCreateAndDDL'].nil?
27973
+ @IfSupportCreateAndDDL = CreateAndDDLSupport.new
27974
+ @IfSupportCreateAndDDL.deserialize(params['IfSupportCreateAndDDL'])
27975
+ end
27926
27976
  end
27927
27977
  end
27928
27978
 
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.996
4
+ version: 3.0.997
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-02-11 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common