google-apis-datamigration_v1 0.56.0 → 0.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 966e261185c991a7b3683d8d762917c25bf82b69c71e5af2896c273db81d43b3
4
- data.tar.gz: efcef39b62454653e98af5b65fd94ea9ba7e180ef4da9be60ce5ce124ccd4d29
3
+ metadata.gz: 501ae5a9c6f09debfd9a6e0b4074bc3a25118f003f8d508cb116d66a0b2471ab
4
+ data.tar.gz: d97c83c31b1a4eba04cf5f3715e3d16ce56df8414d0c79fd156f9c1901226d55
5
5
  SHA512:
6
- metadata.gz: b4810e4d6c9ab46241ab27b8fae304e9916e51f623d7f7ddf31dc3c7345f876b62047ec741a8cea1a428e5ec9d9724803a2bb81fd899efad53385a060fc263b1
7
- data.tar.gz: 7d8a40da19c370255a7bd048c312e8b4a80083f6dcb2f7ff2aa518b1a1284aec8e50f78abe48830ab1fc081025b8cfe04be91b24522392fa711e4eac9ed8decf
6
+ metadata.gz: 527ce5b0df0fb73a620e629c3702522ede20067affc7c6f966e37b12fa4aa1e56204d9ab71b27cdfed4aa64848153293a84e3a0ba9a6b5d63b44b2d9e2297abc
7
+ data.tar.gz: 281681a03d2ff16e3df4f11b65af44cfe5ec59902c6f228bb850cbbc0546bdef5de2a52c3176bb0e05e2a29dd116f16ce74d915e05072c25a2d6f673b5265d28
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.58.0 (2024-06-02)
4
+
5
+ * Regenerated from discovery document revision 20240522
6
+
7
+ ### v0.57.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240430
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.56.0 (2024-04-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20240421
@@ -4749,6 +4749,12 @@ module Google
4749
4749
  # @return [Array<Google::Apis::DatamigrationV1::SqlServerDatabaseBackup>]
4750
4750
  attr_accessor :database_backups
4751
4751
 
4752
+ # Optional. Enable differential backups.
4753
+ # Corresponds to the JSON property `useDiffBackup`
4754
+ # @return [Boolean]
4755
+ attr_accessor :use_diff_backup
4756
+ alias_method :use_diff_backup?, :use_diff_backup
4757
+
4752
4758
  def initialize(**args)
4753
4759
  update!(**args)
4754
4760
  end
@@ -4757,6 +4763,7 @@ module Google
4757
4763
  def update!(**args)
4758
4764
  @backup_file_pattern = args[:backup_file_pattern] if args.key?(:backup_file_pattern)
4759
4765
  @database_backups = args[:database_backups] if args.key?(:database_backups)
4766
+ @use_diff_backup = args[:use_diff_backup] if args.key?(:use_diff_backup)
4760
4767
  end
4761
4768
  end
4762
4769
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamigrationV1
18
18
  # Version of the google-apis-datamigration_v1 gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240421"
25
+ REVISION = "20240522"
26
26
  end
27
27
  end
28
28
  end
@@ -2013,6 +2013,7 @@ module Google
2013
2013
  property :backup_file_pattern, as: 'backupFilePattern'
2014
2014
  collection :database_backups, as: 'databaseBackups', class: Google::Apis::DatamigrationV1::SqlServerDatabaseBackup, decorator: Google::Apis::DatamigrationV1::SqlServerDatabaseBackup::Representation
2015
2015
 
2016
+ property :use_diff_backup, as: 'useDiffBackup'
2016
2017
  end
2017
2018
  end
2018
2019
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-28 00:00:00.000000000 Z
11
+ date: 2024-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.58.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []