tencentcloud-sdk-dsgc 3.0.992 → 3.0.994

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/v20190723/models.rb +32 -28
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3a930e17d5f0e4f5b8b31d677c2b8243618c14f
4
- data.tar.gz: 2edf4a56f530f32363c0f74f72685ee2c127dd8e
3
+ metadata.gz: 5ed7612a2d044d50eaf6199e12265637db2ed0ef
4
+ data.tar.gz: 49b6b9151f0d17e23cdb72ac311058623a82c9b5
5
5
  SHA512:
6
- metadata.gz: 05e7e4e07f11004847ad50cce6c3a1b9d2972a24e193a3c04a907763e28ed5a566a609deba9c9ca4dd36f14169c68faeb6735c05a347a991abe35ae14caca232
7
- data.tar.gz: 39b668108fcb2c8b42f535e8e386e71d1431a831164b8ad4c4725ab75245982cd0f7a5c0763b504cf6bf4b8fa77c9f9b9286f1e29f999a4f838c02c01ecd7b44
6
+ metadata.gz: b79682f3e6c45a2c3899ebe0ec0044c824c2beee9cbb1e296b8a300685f4275fdb6ebf436924d8e182afd6447c4f0c0e5f16378723623cd2542da3f38f6b232a
7
+ data.tar.gz: 6b3e52ef757efd84d615e0c682beda84138d5b785d3793201248cfe20a104bd6c809140a8821183dc96c55408bd207ddb5869bc5bd565220ccafba97d2fd3873
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.992
1
+ 3.0.994
@@ -1415,12 +1415,12 @@ module TencentCloud
1415
1415
 
1416
1416
  attr_accessor :DspaId, :Name, :TemplateId, :BusinessName, :BusinessDept, :BusinessOwner, :ComplianceId, :DiscoveryCondition, :Description
1417
1417
  extend Gem::Deprecate
1418
- deprecate :BusinessName, :none, 2025, 1
1419
- deprecate :BusinessName=, :none, 2025, 1
1420
- deprecate :BusinessDept, :none, 2025, 1
1421
- deprecate :BusinessDept=, :none, 2025, 1
1422
- deprecate :BusinessOwner, :none, 2025, 1
1423
- deprecate :BusinessOwner=, :none, 2025, 1
1418
+ deprecate :BusinessName, :none, 2025, 2
1419
+ deprecate :BusinessName=, :none, 2025, 2
1420
+ deprecate :BusinessDept, :none, 2025, 2
1421
+ deprecate :BusinessDept=, :none, 2025, 2
1422
+ deprecate :BusinessOwner, :none, 2025, 2
1423
+ deprecate :BusinessOwner=, :none, 2025, 2
1424
1424
 
1425
1425
  def initialize(dspaid=nil, name=nil, templateid=nil, businessname=nil, businessdept=nil, businessowner=nil, complianceid=nil, discoverycondition=nil, description=nil)
1426
1426
  @DspaId = dspaid
@@ -1778,10 +1778,10 @@ module TencentCloud
1778
1778
 
1779
1779
  attr_accessor :DspaId, :ResourceRegion, :Buckets, :CosBucketItems
1780
1780
  extend Gem::Deprecate
1781
- deprecate :ResourceRegion, :none, 2025, 1
1782
- deprecate :ResourceRegion=, :none, 2025, 1
1783
- deprecate :Buckets, :none, 2025, 1
1784
- deprecate :Buckets=, :none, 2025, 1
1781
+ deprecate :ResourceRegion, :none, 2025, 2
1782
+ deprecate :ResourceRegion=, :none, 2025, 2
1783
+ deprecate :Buckets, :none, 2025, 2
1784
+ deprecate :Buckets=, :none, 2025, 2
1785
1785
 
1786
1786
  def initialize(dspaid=nil, resourceregion=nil, buckets=nil, cosbucketitems=nil)
1787
1787
  @DspaId = dspaid
@@ -1840,14 +1840,14 @@ module TencentCloud
1840
1840
 
1841
1841
  attr_accessor :DspaId, :MetaType, :ResourceRegion, :UpdateStatus, :UpdateId, :Items, :CloudResourceItems
1842
1842
  extend Gem::Deprecate
1843
- deprecate :ResourceRegion, :none, 2025, 1
1844
- deprecate :ResourceRegion=, :none, 2025, 1
1845
- deprecate :UpdateStatus, :none, 2025, 1
1846
- deprecate :UpdateStatus=, :none, 2025, 1
1847
- deprecate :UpdateId, :none, 2025, 1
1848
- deprecate :UpdateId=, :none, 2025, 1
1849
- deprecate :Items, :none, 2025, 1
1850
- deprecate :Items=, :none, 2025, 1
1843
+ deprecate :ResourceRegion, :none, 2025, 2
1844
+ deprecate :ResourceRegion=, :none, 2025, 2
1845
+ deprecate :UpdateStatus, :none, 2025, 2
1846
+ deprecate :UpdateStatus=, :none, 2025, 2
1847
+ deprecate :UpdateId, :none, 2025, 2
1848
+ deprecate :UpdateId=, :none, 2025, 2
1849
+ deprecate :Items, :none, 2025, 2
1850
+ deprecate :Items=, :none, 2025, 2
1851
1851
 
1852
1852
  def initialize(dspaid=nil, metatype=nil, resourceregion=nil, updatestatus=nil, updateid=nil, items=nil, cloudresourceitems=nil)
1853
1853
  @DspaId = dspaid
@@ -1899,10 +1899,10 @@ module TencentCloud
1899
1899
 
1900
1900
  attr_accessor :UpdateId, :MetaType, :DspaId, :ResourceRegion, :RequestId
1901
1901
  extend Gem::Deprecate
1902
- deprecate :UpdateId, :none, 2025, 1
1903
- deprecate :UpdateId=, :none, 2025, 1
1904
- deprecate :ResourceRegion, :none, 2025, 1
1905
- deprecate :ResourceRegion=, :none, 2025, 1
1902
+ deprecate :UpdateId, :none, 2025, 2
1903
+ deprecate :UpdateId=, :none, 2025, 2
1904
+ deprecate :ResourceRegion, :none, 2025, 2
1905
+ deprecate :ResourceRegion=, :none, 2025, 2
1906
1906
 
1907
1907
  def initialize(updateid=nil, metatype=nil, dspaid=nil, resourceregion=nil, requestid=nil)
1908
1908
  @UpdateId = updateid
@@ -2028,8 +2028,8 @@ module TencentCloud
2028
2028
 
2029
2029
  attr_accessor :DspaId, :Name, :DataSourceId, :Enable, :Plan, :Period, :ResourceRegion, :DataSourceType, :GeneralRuleSetEnable, :Description, :Condition, :ComplianceGroupIds, :TimingStartTime, :Order, :Rows, :GlobalOrderField
2030
2030
  extend Gem::Deprecate
2031
- deprecate :GeneralRuleSetEnable, :none, 2025, 1
2032
- deprecate :GeneralRuleSetEnable=, :none, 2025, 1
2031
+ deprecate :GeneralRuleSetEnable, :none, 2025, 2
2032
+ deprecate :GeneralRuleSetEnable=, :none, 2025, 2
2033
2033
 
2034
2034
  def initialize(dspaid=nil, name=nil, datasourceid=nil, enable=nil, plan=nil, period=nil, resourceregion=nil, datasourcetype=nil, generalrulesetenable=nil, description=nil, condition=nil, compliancegroupids=nil, timingstarttime=nil, order=nil, rows=nil, globalorderfield=nil)
2035
2035
  @DspaId = dspaid
@@ -10547,8 +10547,8 @@ module TencentCloud
10547
10547
 
10548
10548
  attr_accessor :DspaId, :Status, :RiskLatestTableId, :Note, :ProcessPeople, :BathRiskIdList
10549
10549
  extend Gem::Deprecate
10550
- deprecate :RiskLatestTableId, :none, 2025, 1
10551
- deprecate :RiskLatestTableId=, :none, 2025, 1
10550
+ deprecate :RiskLatestTableId, :none, 2025, 2
10551
+ deprecate :RiskLatestTableId=, :none, 2025, 2
10552
10552
 
10553
10553
  def initialize(dspaid=nil, status=nil, risklatesttableid=nil, note=nil, processpeople=nil, bathriskidlist=nil)
10554
10554
  @DspaId = dspaid
@@ -12774,16 +12774,19 @@ module TencentCloud
12774
12774
  # @type Password: String
12775
12775
  # @param AuthRange: 授权范围:all 授权全部 manual:手动指定
12776
12776
  # @type AuthRange: String
12777
+ # @param ResourceName: 自建数据资产的名称,支持修改
12778
+ # @type ResourceName: String
12777
12779
 
12778
- attr_accessor :DspaId, :ResourceId, :ResourceVPort, :UserName, :Password, :AuthRange
12780
+ attr_accessor :DspaId, :ResourceId, :ResourceVPort, :UserName, :Password, :AuthRange, :ResourceName
12779
12781
 
12780
- def initialize(dspaid=nil, resourceid=nil, resourcevport=nil, username=nil, password=nil, authrange=nil)
12782
+ def initialize(dspaid=nil, resourceid=nil, resourcevport=nil, username=nil, password=nil, authrange=nil, resourcename=nil)
12781
12783
  @DspaId = dspaid
12782
12784
  @ResourceId = resourceid
12783
12785
  @ResourceVPort = resourcevport
12784
12786
  @UserName = username
12785
12787
  @Password = password
12786
12788
  @AuthRange = authrange
12789
+ @ResourceName = resourcename
12787
12790
  end
12788
12791
 
12789
12792
  def deserialize(params)
@@ -12793,6 +12796,7 @@ module TencentCloud
12793
12796
  @UserName = params['UserName']
12794
12797
  @Password = params['Password']
12795
12798
  @AuthRange = params['AuthRange']
12799
+ @ResourceName = params['ResourceName']
12796
12800
  end
12797
12801
  end
12798
12802
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dsgc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.992
4
+ version: 3.0.994
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-05 00:00:00.000000000 Z
11
+ date: 2025-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common