google-apis-datamigration_v1 0.57.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: d0b3487f3bf5f597456a3b36cdf41deff941c5566acee8f3843157458a00a418
4
- data.tar.gz: 32f8f333641ecf7665ca020fbb578e247f6378e6f4ec26767243564597e9c6eb
3
+ metadata.gz: 501ae5a9c6f09debfd9a6e0b4074bc3a25118f003f8d508cb116d66a0b2471ab
4
+ data.tar.gz: d97c83c31b1a4eba04cf5f3715e3d16ce56df8414d0c79fd156f9c1901226d55
5
5
  SHA512:
6
- metadata.gz: 33cabb85995c5d6660d6470dc393197aa6e118b57c6148a3ef3e5cda8ca3f30df194af1932aaf3ebc8210bdf80e0aec069636d98d7f3e0d32d3205ecc2d8b86e
7
- data.tar.gz: 743f0c161bf7f9795594b6b1fa357853fdb147059e9c487e933763f735c6f5cf4c6886aa3c5f73ad4eb91311bafe82573738f75e3b7d91c97f28b81a56609523
6
+ metadata.gz: 527ce5b0df0fb73a620e629c3702522ede20067affc7c6f966e37b12fa4aa1e56204d9ab71b27cdfed4aa64848153293a84e3a0ba9a6b5d63b44b2d9e2297abc
7
+ data.tar.gz: 281681a03d2ff16e3df4f11b65af44cfe5ec59902c6f228bb850cbbc0546bdef5de2a52c3176bb0e05e2a29dd116f16ce74d915e05072c25a2d6f673b5265d28
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.57.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240430
@@ -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.57.0"
19
+ GEM_VERSION = "0.58.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240430"
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.57.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-05-26 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
@@ -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.57.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: []