tencentcloud-sdk-dlc 3.0.791 → 3.0.792

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: dd33306a15d7b5045d8c300836e24d4777a99301
4
- data.tar.gz: 22d15e83b01799a6b1d99f8ebdd82a67e9bbfa9b
3
+ metadata.gz: f938605240bd1a28f3de9162cc6911586270b213
4
+ data.tar.gz: f19c004634cf8a6cb03831aee278434704a5da2c
5
5
  SHA512:
6
- metadata.gz: 7d3ee02c52706f7369e01b9081edbe22a06cfae852e6f99b898580f11b295cacaa136047c82596068317834d75714349962a9ff795b7ec1b7fa76837b2459b4f
7
- data.tar.gz: 6f793d7ee0b33ba2d33d21d4da8a14fe8395b28bf03d4058418d2c07f39e8a2fbffbaf1ae5555ebafccd5b6f7fd297439517ae6ad5b421f75ff49c9a7b8ee384
6
+ metadata.gz: a0468af82d665339b119b7fd3e2e0cb25a4599d8bd1b47ed1576878b4b130e3a3e06af02db348bbf1f03b7348baf12b644141b7ed75df4fd050fdb95df91e19b
7
+ data.tar.gz: 64081924652e603bcc3749cb2c80534ce3a14b6569b401a0cc4477bb4c2b360ed9859ad58df9cf004de3775fdc89593a86aab783a7b785687aaa1210801d1298
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.791
1
+ 3.0.792
@@ -10539,6 +10539,11 @@ module TencentCloud
10539
10539
  # @type SmartPolicy: :class:`Tencentcloud::Dlc.v20210125.models.SmartPolicy`
10540
10540
 
10541
10541
  attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy
10542
+ extend Gem::Deprecate
10543
+ deprecate :GovernPolicy, :none, 2024, 3
10544
+ deprecate :GovernPolicy=, :none, 2024, 3
10545
+ deprecate :DbGovernPolicyIsDisable, :none, 2024, 3
10546
+ deprecate :DbGovernPolicyIsDisable=, :none, 2024, 3
10542
10547
 
10543
10548
  def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil)
10544
10549
  @DatabaseName = databasename
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.791
4
+ version: 3.0.792
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-03-26 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common