google-apis-datamigration_v1 0.66.0 → 0.67.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c857fb69c80666ac1ff01f5fb0dd43809c022b9b61e69c9089c7e1d14dca6251
|
4
|
+
data.tar.gz: 6612ac8ff634ad93c0422bba34c11bd63e030471effa411a90ff64861ed70239
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d465efdec98df4f430005a5a7d31906f3d6f4e1d480f5a3a0cbec581db20009069862528198c61dc67887e8a22814b39ee353730f5488e82cce13fa7329068d
|
7
|
+
data.tar.gz: 8200a3ab08526094c2627b89e3bf70684b8006653668dd65477a0c13e518f7bff2576d7cda9ef5775a185fdc9792341afc28452fbacd0a074694020d97547f96
|
data/CHANGELOG.md
CHANGED
@@ -4295,6 +4295,12 @@ module Google
|
|
4295
4295
|
# @return [Google::Apis::DatamigrationV1::MigrationJobObjectsConfig]
|
4296
4296
|
attr_accessor :objects_filter
|
4297
4297
|
|
4298
|
+
# Optional. If true, only failed objects will be restarted.
|
4299
|
+
# Corresponds to the JSON property `restartFailedObjects`
|
4300
|
+
# @return [Boolean]
|
4301
|
+
attr_accessor :restart_failed_objects
|
4302
|
+
alias_method :restart_failed_objects?, :restart_failed_objects
|
4303
|
+
|
4298
4304
|
# Optional. Restart the migration job without running prior configuration
|
4299
4305
|
# verification. Defaults to `false`.
|
4300
4306
|
# Corresponds to the JSON property `skipValidation`
|
@@ -4309,6 +4315,7 @@ module Google
|
|
4309
4315
|
# Update properties of this object
|
4310
4316
|
def update!(**args)
|
4311
4317
|
@objects_filter = args[:objects_filter] if args.key?(:objects_filter)
|
4318
|
+
@restart_failed_objects = args[:restart_failed_objects] if args.key?(:restart_failed_objects)
|
4312
4319
|
@skip_validation = args[:skip_validation] if args.key?(:skip_validation)
|
4313
4320
|
end
|
4314
4321
|
end
|
@@ -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.67.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2023,6 +2023,7 @@ module Google
|
|
2023
2023
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2024
2024
|
property :objects_filter, as: 'objectsFilter', class: Google::Apis::DatamigrationV1::MigrationJobObjectsConfig, decorator: Google::Apis::DatamigrationV1::MigrationJobObjectsConfig::Representation
|
2025
2025
|
|
2026
|
+
property :restart_failed_objects, as: 'restartFailedObjects'
|
2026
2027
|
property :skip_validation, as: 'skipValidation'
|
2027
2028
|
end
|
2028
2029
|
end
|
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.67.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:
|
11
|
+
date: 2025-01-05 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.67.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: []
|