tencentcloud-sdk-dlc 3.0.904 → 3.0.905

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e47bd89dab7f7cfd28011cf557ba8c82aa996d1
4
- data.tar.gz: 15e10998fd0c3868a2b2b006f3dac78d10c54346
3
+ metadata.gz: 6b976d681e9408c394aecfd3c10df5ce4a2d2847
4
+ data.tar.gz: fd95a1da778f2df15a58d5824b0f912800d3d390
5
5
  SHA512:
6
- metadata.gz: 5b68a44d38ece335303382355d69ea71a726f11972d231ce10278eecead791bd50e9220609f4c22709b4e06fa4420da23d15c37dff546954c0a83e23b6dbd0e1
7
- data.tar.gz: 9c2c35dbbc25f5a5e9885c4154d246941ea754cb32bb6332124915e95bcb13320f629a70dffc4e0985b35295088ed781dedb3c48a2bb889b41cc4b9d9324862f
6
+ metadata.gz: f7bd6266a4392d54ccad1930410dc267d42a8a2833822c17f9cd05ae5ca5c4c16826832dd25ae32d06aa7a68d900a8ca0e4a591413e7dbd2644766110c9ebcf5
7
+ data.tar.gz: 6b44d6ad2af439e61643e7714a079ca48f0e0b9773983faea4bb89c7cc9f4f52031bdcfd58f0cd405915b84782c36edc0c15c938f9791c6b4bcea757d60607da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.904
1
+ 3.0.905
@@ -1493,7 +1493,7 @@ module TencentCloud
1493
1493
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1494
1494
  end
1495
1495
 
1496
- # 本接口(DescribeDataEngines)用于查询DataEngines信息列表
1496
+ # 本接口(DescribeDataEngines)用于查询DataEngines信息列表.
1497
1497
 
1498
1498
  # @param request: Request instance for DescribeDataEngines.
1499
1499
  # @type request: :class:`Tencentcloud::dlc::V20210125::DescribeDataEnginesRequest`
@@ -1178,8 +1178,7 @@ module TencentCloud
1178
1178
  class Column < TencentCloud::Common::AbstractModel
1179
1179
  # @param Name: 列名称,不区分大小写,最大支持25个字符。
1180
1180
  # @type Name: String
1181
- # @param Type: 列类型,支持如下类型定义:
1182
- # string|tinyint|smallint|int|bigint|boolean|float|double|decimal|timestamp|date|binary|array<data_type>|map<primitive_type, data_type>|struct<col_name : data_type [COMMENT col_comment], ...>|uniontype<data_type, data_type, ...>。
1181
+ # @param Type: string|tinyint|smallint|int|bigint|boolean|float|double|decimal|timestamp|date|binary|array|map|struct|uniontype
1183
1182
  # @type Type: String
1184
1183
  # @param Comment: 对该类的注释。
1185
1184
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1205,10 +1204,13 @@ module TencentCloud
1205
1204
  # @param IsPartition: 是否为分区字段
1206
1205
  # 注意:此字段可能返回 null,表示取不到有效值。
1207
1206
  # @type IsPartition: Boolean
1207
+ # @param DataMaskStrategyInfo: 数据脱敏策略信息
1208
+ # 注意:此字段可能返回 null,表示取不到有效值。
1209
+ # @type DataMaskStrategyInfo: :class:`Tencentcloud::Dlc.v20210125.models.DataMaskStrategyInfo`
1208
1210
 
1209
- attr_accessor :Name, :Type, :Comment, :Precision, :Scale, :Nullable, :Position, :CreateTime, :ModifiedTime, :IsPartition
1211
+ attr_accessor :Name, :Type, :Comment, :Precision, :Scale, :Nullable, :Position, :CreateTime, :ModifiedTime, :IsPartition, :DataMaskStrategyInfo
1210
1212
 
1211
- def initialize(name=nil, type=nil, comment=nil, precision=nil, scale=nil, nullable=nil, position=nil, createtime=nil, modifiedtime=nil, ispartition=nil)
1213
+ def initialize(name=nil, type=nil, comment=nil, precision=nil, scale=nil, nullable=nil, position=nil, createtime=nil, modifiedtime=nil, ispartition=nil, datamaskstrategyinfo=nil)
1212
1214
  @Name = name
1213
1215
  @Type = type
1214
1216
  @Comment = comment
@@ -1219,6 +1221,7 @@ module TencentCloud
1219
1221
  @CreateTime = createtime
1220
1222
  @ModifiedTime = modifiedtime
1221
1223
  @IsPartition = ispartition
1224
+ @DataMaskStrategyInfo = datamaskstrategyinfo
1222
1225
  end
1223
1226
 
1224
1227
  def deserialize(params)
@@ -1232,6 +1235,10 @@ module TencentCloud
1232
1235
  @CreateTime = params['CreateTime']
1233
1236
  @ModifiedTime = params['ModifiedTime']
1234
1237
  @IsPartition = params['IsPartition']
1238
+ unless params['DataMaskStrategyInfo'].nil?
1239
+ @DataMaskStrategyInfo = DataMaskStrategyInfo.new
1240
+ @DataMaskStrategyInfo.deserialize(params['DataMaskStrategyInfo'])
1241
+ end
1235
1242
  end
1236
1243
  end
1237
1244
 
@@ -2205,7 +2212,7 @@ module TencentCloud
2205
2212
  # @type TaskId: String
2206
2213
  # @param Format: 下载格式
2207
2214
  # @type Format: String
2208
- # @param Force: 是否重新生成下载文件,仅当之前任务为 Timout | Error 时有效
2215
+ # @param Force: 是否重新生成下载文件,仅当之前任务状态为 timeout | error 时有效
2209
2216
  # @type Force: Boolean
2210
2217
 
2211
2218
  attr_accessor :TaskId, :Format, :Force
@@ -4005,6 +4012,55 @@ module TencentCloud
4005
4012
  end
4006
4013
  end
4007
4014
 
4015
+ # 数据脱敏策略信息
4016
+ class DataMaskStrategyInfo < TencentCloud::Common::AbstractModel
4017
+ # @param StrategyName: 策略名称
4018
+ # 注意:此字段可能返回 null,表示取不到有效值。
4019
+ # @type StrategyName: String
4020
+ # @param StrategyType: MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等
4021
+ # 注意:此字段可能返回 null,表示取不到有效值。
4022
+ # @type StrategyType: String
4023
+ # @param StrategyDesc: 策略描述
4024
+ # 注意:此字段可能返回 null,表示取不到有效值。
4025
+ # @type StrategyDesc: String
4026
+ # @param Groups: 用户组策略列表
4027
+ # 注意:此字段可能返回 null,表示取不到有效值。
4028
+ # @type Groups: Array
4029
+ # @param Users: 用户子账号uin列表,按;拼接
4030
+ # 注意:此字段可能返回 null,表示取不到有效值。
4031
+ # @type Users: String
4032
+ # @param StrategyId: 策略Id
4033
+ # 注意:此字段可能返回 null,表示取不到有效值。
4034
+ # @type StrategyId: String
4035
+
4036
+ attr_accessor :StrategyName, :StrategyType, :StrategyDesc, :Groups, :Users, :StrategyId
4037
+
4038
+ def initialize(strategyname=nil, strategytype=nil, strategydesc=nil, groups=nil, users=nil, strategyid=nil)
4039
+ @StrategyName = strategyname
4040
+ @StrategyType = strategytype
4041
+ @StrategyDesc = strategydesc
4042
+ @Groups = groups
4043
+ @Users = users
4044
+ @StrategyId = strategyid
4045
+ end
4046
+
4047
+ def deserialize(params)
4048
+ @StrategyName = params['StrategyName']
4049
+ @StrategyType = params['StrategyType']
4050
+ @StrategyDesc = params['StrategyDesc']
4051
+ unless params['Groups'].nil?
4052
+ @Groups = []
4053
+ params['Groups'].each do |i|
4054
+ groupinfo_tmp = GroupInfo.new
4055
+ groupinfo_tmp.deserialize(i)
4056
+ @Groups << groupinfo_tmp
4057
+ end
4058
+ end
4059
+ @Users = params['Users']
4060
+ @StrategyId = params['StrategyId']
4061
+ end
4062
+ end
4063
+
4008
4064
  # 数据源详细信息
4009
4065
  class DataSourceInfo < TencentCloud::Common::AbstractModel
4010
4066
  # @param InstanceId: 数据源实例的唯一ID
@@ -4193,10 +4249,13 @@ module TencentCloud
4193
4249
  # @param TDSQLPostgreSql: TDSQL-PostgreSQL数据源连接的属性
4194
4250
  # 注意:此字段可能返回 null,表示取不到有效值。
4195
4251
  # @type TDSQLPostgreSql: :class:`Tencentcloud::Dlc.v20210125.models.DataSourceInfo`
4252
+ # @param TCHouseD: Doris数据源连接的属性
4253
+ # 注意:此字段可能返回 null,表示取不到有效值。
4254
+ # @type TCHouseD: :class:`Tencentcloud::Dlc.v20210125.models.TCHouseD`
4196
4255
 
4197
- attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql
4256
+ attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql, :TCHouseD
4198
4257
 
4199
- def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil)
4258
+ def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil, tchoused=nil)
4200
4259
  @Mysql = mysql
4201
4260
  @Hive = hive
4202
4261
  @Kafka = kafka
@@ -4206,6 +4265,7 @@ module TencentCloud
4206
4265
  @ClickHouse = clickhouse
4207
4266
  @Elasticsearch = elasticsearch
4208
4267
  @TDSQLPostgreSql = tdsqlpostgresql
4268
+ @TCHouseD = tchoused
4209
4269
  end
4210
4270
 
4211
4271
  def deserialize(params)
@@ -4245,6 +4305,10 @@ module TencentCloud
4245
4305
  @TDSQLPostgreSql = DataSourceInfo.new
4246
4306
  @TDSQLPostgreSql.deserialize(params['TDSQLPostgreSql'])
4247
4307
  end
4308
+ unless params['TCHouseD'].nil?
4309
+ @TCHouseD = TCHouseD.new
4310
+ @TCHouseD.deserialize(params['TCHouseD'])
4311
+ end
4248
4312
  end
4249
4313
  end
4250
4314
 
@@ -6384,10 +6448,10 @@ module TencentCloud
6384
6448
  # @param Reason: 任务异常原因
6385
6449
  # 注意:此字段可能返回 null,表示取不到有效值。
6386
6450
  # @type Reason: String
6387
- # @param SecretId: 临时AK
6451
+ # @param SecretId: 临时SecretId
6388
6452
  # 注意:此字段可能返回 null,表示取不到有效值。
6389
6453
  # @type SecretId: String
6390
- # @param SecretKey: 临时SK
6454
+ # @param SecretKey: 临时SecretKey
6391
6455
  # 注意:此字段可能返回 null,表示取不到有效值。
6392
6456
  # @type SecretKey: String
6393
6457
  # @param Token: 临时Token
@@ -8739,6 +8803,28 @@ module TencentCloud
8739
8803
  end
8740
8804
  end
8741
8805
 
8806
+ # 数据脱敏用户组信息
8807
+ class GroupInfo < TencentCloud::Common::AbstractModel
8808
+ # @param WorkGroupId: 用户组ID
8809
+ # 注意:此字段可能返回 null,表示取不到有效值。
8810
+ # @type WorkGroupId: Integer
8811
+ # @param StrategyType: 策略类型
8812
+ # 注意:此字段可能返回 null,表示取不到有效值。
8813
+ # @type StrategyType: String
8814
+
8815
+ attr_accessor :WorkGroupId, :StrategyType
8816
+
8817
+ def initialize(workgroupid=nil, strategytype=nil)
8818
+ @WorkGroupId = workgroupid
8819
+ @StrategyType = strategytype
8820
+ end
8821
+
8822
+ def deserialize(params)
8823
+ @WorkGroupId = params['WorkGroupId']
8824
+ @StrategyType = params['StrategyType']
8825
+ end
8826
+ end
8827
+
8742
8828
  # hive类型数据源的信息
8743
8829
  class HiveInfo < TencentCloud::Common::AbstractModel
8744
8830
  # @param MetaStoreUrl: hive metastore的地址
@@ -10819,16 +10905,20 @@ module TencentCloud
10819
10905
  # @param Status: 状态
10820
10906
  # 注意:此字段可能返回 null,表示取不到有效值。
10821
10907
  # @type Status: Integer
10908
+ # @param ResourceGroupName: 标准引擎资源组信息
10909
+ # 注意:此字段可能返回 null,表示取不到有效值。
10910
+ # @type ResourceGroupName: String
10822
10911
 
10823
- attr_accessor :AttributionType, :ResourceType, :Name, :Instance, :Favor, :Status
10912
+ attr_accessor :AttributionType, :ResourceType, :Name, :Instance, :Favor, :Status, :ResourceGroupName
10824
10913
 
10825
- def initialize(attributiontype=nil, resourcetype=nil, name=nil, instance=nil, favor=nil, status=nil)
10914
+ def initialize(attributiontype=nil, resourcetype=nil, name=nil, instance=nil, favor=nil, status=nil, resourcegroupname=nil)
10826
10915
  @AttributionType = attributiontype
10827
10916
  @ResourceType = resourcetype
10828
10917
  @Name = name
10829
10918
  @Instance = instance
10830
10919
  @Favor = favor
10831
10920
  @Status = status
10921
+ @ResourceGroupName = resourcegroupname
10832
10922
  end
10833
10923
 
10834
10924
  def deserialize(params)
@@ -10845,6 +10935,7 @@ module TencentCloud
10845
10935
  end
10846
10936
  end
10847
10937
  @Status = params['Status']
10938
+ @ResourceGroupName = params['ResourceGroupName']
10848
10939
  end
10849
10940
  end
10850
10941
 
@@ -11791,6 +11882,61 @@ module TencentCloud
11791
11882
  end
11792
11883
  end
11793
11884
 
11885
+ # Doirs数据源详细信息
11886
+ class TCHouseD < TencentCloud::Common::AbstractModel
11887
+ # @param InstanceId: 数据源实例的唯一ID
11888
+ # 注意:此字段可能返回 null,表示取不到有效值。
11889
+ # @type InstanceId: String
11890
+ # @param InstanceName: 数据源名称
11891
+ # 注意:此字段可能返回 null,表示取不到有效值。
11892
+ # @type InstanceName: String
11893
+ # @param JdbcUrl: 数据源的JDBC
11894
+ # 注意:此字段可能返回 null,表示取不到有效值。
11895
+ # @type JdbcUrl: String
11896
+ # @param User: 用于访问数据源的用户
11897
+ # 注意:此字段可能返回 null,表示取不到有效值。
11898
+ # @type User: String
11899
+ # @param Password: 数据源访问密码,需要base64编码
11900
+ # 注意:此字段可能返回 null,表示取不到有效值。
11901
+ # @type Password: String
11902
+ # @param Location: 数据源的VPC和子网信息
11903
+ # 注意:此字段可能返回 null,表示取不到有效值。
11904
+ # @type Location: :class:`Tencentcloud::Dlc.v20210125.models.DatasourceConnectionLocation`
11905
+ # @param DbName: 默认数据库名
11906
+ # 注意:此字段可能返回 null,表示取不到有效值。
11907
+ # @type DbName: String
11908
+ # @param AccessInfo: 访问信息
11909
+ # 注意:此字段可能返回 null,表示取不到有效值。
11910
+ # @type AccessInfo: String
11911
+
11912
+ attr_accessor :InstanceId, :InstanceName, :JdbcUrl, :User, :Password, :Location, :DbName, :AccessInfo
11913
+
11914
+ def initialize(instanceid=nil, instancename=nil, jdbcurl=nil, user=nil, password=nil, location=nil, dbname=nil, accessinfo=nil)
11915
+ @InstanceId = instanceid
11916
+ @InstanceName = instancename
11917
+ @JdbcUrl = jdbcurl
11918
+ @User = user
11919
+ @Password = password
11920
+ @Location = location
11921
+ @DbName = dbname
11922
+ @AccessInfo = accessinfo
11923
+ end
11924
+
11925
+ def deserialize(params)
11926
+ @InstanceId = params['InstanceId']
11927
+ @InstanceName = params['InstanceName']
11928
+ @JdbcUrl = params['JdbcUrl']
11929
+ @User = params['User']
11930
+ @Password = params['Password']
11931
+ unless params['Location'].nil?
11932
+ @Location = DatasourceConnectionLocation.new
11933
+ @Location.deserialize(params['Location'])
11934
+ end
11935
+ @DbName = params['DbName']
11936
+ @AccessInfo = params['AccessInfo']
11937
+ end
11938
+ end
11939
+
11794
11940
  # 表字段描述信息
11795
11941
  class TColumn < TencentCloud::Common::AbstractModel
11796
11942
  # @param Name: 字段名称
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: 3.0.904
4
+ version: 3.0.905
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-09-11 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common