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: 4fd994e64a81f54135abb2c329997aa5809c0053ca379e94cd1ddb221cfb16c4
4
- data.tar.gz: 732afabd285e68b90f1ce7542e62174ed84089dade23c4709cacf70436fb6bed
3
+ metadata.gz: c857fb69c80666ac1ff01f5fb0dd43809c022b9b61e69c9089c7e1d14dca6251
4
+ data.tar.gz: 6612ac8ff634ad93c0422bba34c11bd63e030471effa411a90ff64861ed70239
5
5
  SHA512:
6
- metadata.gz: 251a0c52a791d07878dd89261eb1697e5ce14a5078eff9538f7a5333fd1595592b6ae19e59ea756cbfb6af80834418b075368cbcd78cc816bc3d6380b4612d2e
7
- data.tar.gz: f509a27f5cacc98b7c014ad78624b03cfeb243dd9803b2864f76d8d76613a81cc2faff20d978c33aaf4b46517c5291be617f26e546570adf29dcf41f81471d9d
6
+ metadata.gz: 7d465efdec98df4f430005a5a7d31906f3d6f4e1d480f5a3a0cbec581db20009069862528198c61dc67887e8a22814b39ee353730f5488e82cce13fa7329068d
7
+ data.tar.gz: 8200a3ab08526094c2627b89e3bf70684b8006653668dd65477a0c13e518f7bff2576d7cda9ef5775a185fdc9792341afc28452fbacd0a074694020d97547f96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.67.0 (2024-12-22)
4
+
5
+ * Regenerated from discovery document revision 20241211
6
+
3
7
  ### v0.66.0 (2024-12-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20241202
@@ -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.66.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 = "20241202"
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.66.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: 2024-12-08 00:00:00.000000000 Z
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.66.0
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: []