tencentcloud-sdk-sqlserver 3.0.766 → 3.0.768

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180328/models.rb +2 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72b8cfbe198dde7948ec3725ef146f041013ce77
4
- data.tar.gz: feb3a8abcb7eb46cca7e9834292ced3222559607
3
+ metadata.gz: 1351bb61d9486ff84048141593170accedcb7cb9
4
+ data.tar.gz: 555a275edac51a94666052993fbfa6f4cc3e40d3
5
5
  SHA512:
6
- metadata.gz: 5d095532b88d9458acb03b69b64c6c5306ff2c42632a14891ff1175f649da1c2a991ee65389db77a771155311fa5ee20444e7d86e079811814f7073b72bbfeb2
7
- data.tar.gz: 124d1fa2499566763717a215c8458809809de8cfcaf74b075f57ee4bdbae5b237088dccfbde5631fd1b25dd91f7d0c853f637dd437f839803b0528e74d8f8c6f
6
+ metadata.gz: c41fd508209eb632c054f6b7c96a351e763932b7193b0fe65b3bd7f17b47487aa28a26648d9558199b0eca8132251f4262b0850c014153e25b0e01ccff4f54a8
7
+ data.tar.gz: 59ad816f33565558fe06fffc2bf10710e13ac57511464311ed66504bd750a6a65b9cc8415cc158a7c899bca16b3f0984a831cda91902f93a4427e8983a5ae5ec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.766
1
+ 3.0.768
@@ -2570,7 +2570,7 @@ module TencentCloud
2570
2570
  deprecate :IsFulltextEnabled, :none, 2024, 1
2571
2571
  deprecate :IsFulltextEnabled=, :none, 2024, 1
2572
2572
 
2573
- def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, isfulltextenabled=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil, isfulltextenabled=nil)
2573
+ def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil, isfulltextenabled=nil)
2574
2574
  @IsSubscribed = issubscribed
2575
2575
  @CollationName = collationname
2576
2576
  @IsAutoCleanupOn = isautocleanupon
@@ -2578,7 +2578,6 @@ module TencentCloud
2578
2578
  @IsCdcEnabled = iscdcenabled
2579
2579
  @IsDbChainingOn = isdbchainingon
2580
2580
  @IsEncrypted = isencrypted
2581
- @IsFulltextEnabled = isfulltextenabled
2582
2581
  @IsMirroring = ismirroring
2583
2582
  @IsPublished = ispublished
2584
2583
  @IsReadCommittedSnapshotOn = isreadcommittedsnapshoton
@@ -2601,7 +2600,6 @@ module TencentCloud
2601
2600
  @IsCdcEnabled = params['IsCdcEnabled']
2602
2601
  @IsDbChainingOn = params['IsDbChainingOn']
2603
2602
  @IsEncrypted = params['IsEncrypted']
2604
- @IsFulltextEnabled = params['IsFulltextEnabled']
2605
2603
  @IsMirroring = params['IsMirroring']
2606
2604
  @IsPublished = params['IsPublished']
2607
2605
  @IsReadCommittedSnapshotOn = params['IsReadCommittedSnapshotOn']
@@ -6584,23 +6582,14 @@ module TencentCloud
6584
6582
  deprecate :Slowlogs, :none, 2024, 1
6585
6583
  deprecate :Slowlogs=, :none, 2024, 1
6586
6584
 
6587
- def initialize(totalcount=nil, slowlogs=nil, slowlogs=nil, requestid=nil)
6585
+ def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
6588
6586
  @TotalCount = totalcount
6589
- @Slowlogs = slowlogs
6590
6587
  @SlowLogs = slowlogs
6591
6588
  @RequestId = requestid
6592
6589
  end
6593
6590
 
6594
6591
  def deserialize(params)
6595
6592
  @TotalCount = params['TotalCount']
6596
- unless params['Slowlogs'].nil?
6597
- @Slowlogs = []
6598
- params['Slowlogs'].each do |i|
6599
- slowloginfo_tmp = SlowlogInfo.new
6600
- slowloginfo_tmp.deserialize(i)
6601
- @Slowlogs << slowloginfo_tmp
6602
- end
6603
- end
6604
6593
  unless params['SlowLogs'].nil?
6605
6594
  @SlowLogs = []
6606
6595
  params['SlowLogs'].each do |i|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-sqlserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.766
4
+ version: 3.0.768
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-02-20 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common