tencentcloud-sdk-wedata 3.0.451 → 3.0.453

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 +30 -8
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbafa4d5b2209e651f5e806f75ed47ba83551160
4
- data.tar.gz: 4b7d2fef5ec0949ea2f349a735b8f888f8bbb469
3
+ metadata.gz: efae156dc4dcca9ca918c4253496e2f2567a1693
4
+ data.tar.gz: 7282fe02591312b929af4d852cafec70895c9f36
5
5
  SHA512:
6
- metadata.gz: bfaebe6485162e4ab0b1d4ff79fbb1ebe6b701bc0deb6f21376346745108b247c62369e00ae327541217ef83f9db72f92ca0c4dae54cb23a3b6f12117760ea0c
7
- data.tar.gz: 5413d9fcead176223aa430dd8d1e15a47650bf86ad70831bd95393fcde706f08a5bd3f72a726f54a1c1327bc30e30c19ac0d7b559392576a56076c76c80f56c5
6
+ metadata.gz: a429ea259764614d3927403dcf376d113306d1474bb99a396d7f1254e71cd23579b9e3b740d49e46efe1596da4f3adabbea35bdc4825519e0cc3f7cf1f0af3ef
7
+ data.tar.gz: 9b2a35ee3b1be7b086960e245c884723e569dc50e8f26cfb4d4032c5dbb2640f33857dfd8b152470454a2fb2406effb5506da8772cf5bfa56d5910aa0eee05db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.451
1
+ 3.0.453
@@ -3044,16 +3044,24 @@ module TencentCloud
3044
3044
  # @param DatasourceType: 数据源类型
3045
3045
  # 注意:此字段可能返回 null,表示取不到有效值。
3046
3046
  # @type DatasourceType: Integer
3047
+ # @param OriginDatabaseName: 数据库原始名称
3048
+ # 注意:此字段可能返回 null,表示取不到有效值。
3049
+ # @type OriginDatabaseName: String
3050
+ # @param OriginSchemaName: schema名称
3051
+ # 注意:此字段可能返回 null,表示取不到有效值。
3052
+ # @type OriginSchemaName: String
3047
3053
 
3048
- attr_accessor :DatasourceName, :DatasourceId, :DatabaseName, :DatabaseId, :InstanceId, :DatasourceType
3054
+ attr_accessor :DatasourceName, :DatasourceId, :DatabaseName, :DatabaseId, :InstanceId, :DatasourceType, :OriginDatabaseName, :OriginSchemaName
3049
3055
 
3050
- def initialize(datasourcename=nil, datasourceid=nil, databasename=nil, databaseid=nil, instanceid=nil, datasourcetype=nil)
3056
+ def initialize(datasourcename=nil, datasourceid=nil, databasename=nil, databaseid=nil, instanceid=nil, datasourcetype=nil, origindatabasename=nil, originschemaname=nil)
3051
3057
  @DatasourceName = datasourcename
3052
3058
  @DatasourceId = datasourceid
3053
3059
  @DatabaseName = databasename
3054
3060
  @DatabaseId = databaseid
3055
3061
  @InstanceId = instanceid
3056
3062
  @DatasourceType = datasourcetype
3063
+ @OriginDatabaseName = origindatabasename
3064
+ @OriginSchemaName = originschemaname
3057
3065
  end
3058
3066
 
3059
3067
  def deserialize(params)
@@ -3063,6 +3071,8 @@ module TencentCloud
3063
3071
  @DatabaseId = params['DatabaseId']
3064
3072
  @InstanceId = params['InstanceId']
3065
3073
  @DatasourceType = params['DatasourceType']
3074
+ @OriginDatabaseName = params['OriginDatabaseName']
3075
+ @OriginSchemaName = params['OriginSchemaName']
3066
3076
  end
3067
3077
  end
3068
3078
 
@@ -3896,17 +3906,21 @@ module TencentCloud
3896
3906
  # @type ProjectId: String
3897
3907
  # @param DatasourceId: 数据源id
3898
3908
  # @type DatasourceId: String
3909
+ # @param DsTypes: 数据源类型
3910
+ # @type DsTypes: Array
3899
3911
 
3900
- attr_accessor :ProjectId, :DatasourceId
3912
+ attr_accessor :ProjectId, :DatasourceId, :DsTypes
3901
3913
 
3902
- def initialize(projectid=nil, datasourceid=nil)
3914
+ def initialize(projectid=nil, datasourceid=nil, dstypes=nil)
3903
3915
  @ProjectId = projectid
3904
3916
  @DatasourceId = datasourceid
3917
+ @DsTypes = dstypes
3905
3918
  end
3906
3919
 
3907
3920
  def deserialize(params)
3908
3921
  @ProjectId = params['ProjectId']
3909
3922
  @DatasourceId = params['DatasourceId']
3923
+ @DsTypes = params['DsTypes']
3910
3924
  end
3911
3925
  end
3912
3926
 
@@ -6708,17 +6722,21 @@ module TencentCloud
6708
6722
  # @type ProjectId: String
6709
6723
  # @param DatasourceId: 数据来源Id
6710
6724
  # @type DatasourceId: String
6725
+ # @param DsTypes: 数据源类型
6726
+ # @type DsTypes: Array
6711
6727
 
6712
- attr_accessor :ProjectId, :DatasourceId
6728
+ attr_accessor :ProjectId, :DatasourceId, :DsTypes
6713
6729
 
6714
- def initialize(projectid=nil, datasourceid=nil)
6730
+ def initialize(projectid=nil, datasourceid=nil, dstypes=nil)
6715
6731
  @ProjectId = projectid
6716
6732
  @DatasourceId = datasourceid
6733
+ @DsTypes = dstypes
6717
6734
  end
6718
6735
 
6719
6736
  def deserialize(params)
6720
6737
  @ProjectId = params['ProjectId']
6721
6738
  @DatasourceId = params['DatasourceId']
6739
+ @DsTypes = params['DsTypes']
6722
6740
  end
6723
6741
  end
6724
6742
 
@@ -7764,19 +7782,23 @@ module TencentCloud
7764
7782
  # @type SourceObjectType: Integer
7765
7783
  # @param ProjectId: 项目Id
7766
7784
  # @type ProjectId: String
7785
+ # @param SourceEngineTypes: 源端对应的引擎类型
7786
+ # @type SourceEngineTypes: Array
7767
7787
 
7768
- attr_accessor :Type, :SourceObjectType, :ProjectId
7788
+ attr_accessor :Type, :SourceObjectType, :ProjectId, :SourceEngineTypes
7769
7789
 
7770
- def initialize(type=nil, sourceobjecttype=nil, projectid=nil)
7790
+ def initialize(type=nil, sourceobjecttype=nil, projectid=nil, sourceenginetypes=nil)
7771
7791
  @Type = type
7772
7792
  @SourceObjectType = sourceobjecttype
7773
7793
  @ProjectId = projectid
7794
+ @SourceEngineTypes = sourceenginetypes
7774
7795
  end
7775
7796
 
7776
7797
  def deserialize(params)
7777
7798
  @Type = params['Type']
7778
7799
  @SourceObjectType = params['SourceObjectType']
7779
7800
  @ProjectId = params['ProjectId']
7801
+ @SourceEngineTypes = params['SourceEngineTypes']
7780
7802
  end
7781
7803
  end
7782
7804
 
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.451
4
+ version: 3.0.453
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-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20210820/models.rb
37
36
  - lib/v20210820/client.rb
37
+ - lib/v20210820/models.rb
38
38
  - lib/tencentcloud-sdk-wedata.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby