google-apis-datamigration_v1 0.57.0 → 0.59.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: a3dc54771bf3f05fdb00d0648300ef6b1ab80e758ad8f83ddce0d40ca0333986
4
+ data.tar.gz: c977e56145bc6015cc79b9b23306aa99101c293a445b1253a76c71d8e0460481
5
5
  SHA512:
6
- metadata.gz: 33cabb85995c5d6660d6470dc393197aa6e118b57c6148a3ef3e5cda8ca3f30df194af1932aaf3ebc8210bdf80e0aec069636d98d7f3e0d32d3205ecc2d8b86e
7
- data.tar.gz: 743f0c161bf7f9795594b6b1fa357853fdb147059e9c487e933763f735c6f5cf4c6886aa3c5f73ad4eb91311bafe82573738f75e3b7d91c97f28b81a56609523
6
+ metadata.gz: 160988737e0d9fcc2cd95d83d2fbf61eafef106248f37e48086b5d42230cf40c53bdd1d57455c8bce914f8288f0e8400f0fba01048adfab3a197e1a2667ac030
7
+ data.tar.gz: 10c3eea0c06eca61eaf1b9dc038e7737d0446a7321ee9b31caf9cdda523e82922d12b6675727eb60c1313221afba4db942ed6751cdaba715379829a6911c2e31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.59.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240721
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.58.0 (2024-06-02)
9
+
10
+ * Regenerated from discovery document revision 20240522
11
+
3
12
  ### v0.57.0 (2024-05-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20240430
@@ -4749,6 +4749,18 @@ module Google
4749
4749
  # @return [Array<Google::Apis::DatamigrationV1::SqlServerDatabaseBackup>]
4750
4750
  attr_accessor :database_backups
4751
4751
 
4752
+ # Optional. Promote databases when ready.
4753
+ # Corresponds to the JSON property `promoteWhenReady`
4754
+ # @return [Boolean]
4755
+ attr_accessor :promote_when_ready
4756
+ alias_method :promote_when_ready?, :promote_when_ready
4757
+
4758
+ # Optional. Enable differential backups.
4759
+ # Corresponds to the JSON property `useDiffBackup`
4760
+ # @return [Boolean]
4761
+ attr_accessor :use_diff_backup
4762
+ alias_method :use_diff_backup?, :use_diff_backup
4763
+
4752
4764
  def initialize(**args)
4753
4765
  update!(**args)
4754
4766
  end
@@ -4757,6 +4769,8 @@ module Google
4757
4769
  def update!(**args)
4758
4770
  @backup_file_pattern = args[:backup_file_pattern] if args.key?(:backup_file_pattern)
4759
4771
  @database_backups = args[:database_backups] if args.key?(:database_backups)
4772
+ @promote_when_ready = args[:promote_when_ready] if args.key?(:promote_when_ready)
4773
+ @use_diff_backup = args[:use_diff_backup] if args.key?(:use_diff_backup)
4760
4774
  end
4761
4775
  end
4762
4776
 
@@ -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.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240430"
25
+ REVISION = "20240721"
26
26
  end
27
27
  end
28
28
  end
@@ -2013,6 +2013,8 @@ 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 :promote_when_ready, as: 'promoteWhenReady'
2017
+ property :use_diff_backup, as: 'useDiffBackup'
2016
2018
  end
2017
2019
  end
2018
2020
 
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.59.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-08-04 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.59.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: []