google-apis-datamigration_v1 0.57.0 → 0.58.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 501ae5a9c6f09debfd9a6e0b4074bc3a25118f003f8d508cb116d66a0b2471ab
|
4
|
+
data.tar.gz: d97c83c31b1a4eba04cf5f3715e3d16ce56df8414d0c79fd156f9c1901226d55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 527ce5b0df0fb73a620e629c3702522ede20067affc7c6f966e37b12fa4aa1e56204d9ab71b27cdfed4aa64848153293a84e3a0ba9a6b5d63b44b2d9e2297abc
|
7
|
+
data.tar.gz: 281681a03d2ff16e3df4f11b65af44cfe5ec59902c6f228bb850cbbc0546bdef5de2a52c3176bb0e05e2a29dd116f16ce74d915e05072c25a2d6f673b5265d28
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|