Skip to content

Commit

Permalink
feat: Generate Google.Apis.DatabaseMigrationService.v1 version 1.68.0…
Browse files Browse the repository at this point in the history
….3632
  • Loading branch information
amanda-tarafa authored and jskeet committed Dec 18, 2024
1 parent e7283ac commit d773ab3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DiscoveryJson/datamigration.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@
}
}
},
"revision": "20241202",
"revision": "20241211",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down Expand Up @@ -5743,6 +5743,10 @@
"$ref": "MigrationJobObjectsConfig",
"description": "Optional. The object filter to apply to the migration job."
},
"restartFailedObjects": {
"description": "Optional. If true, only failed objects will be restarted.",
"type": "boolean"
},
"skipValidation": {
"description": "Optional. Restart the migration job without running prior configuration verification. Defaults to `false`.",
"type": "boolean"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8829,6 +8829,10 @@ public class RestartMigrationJobRequest : Google.Apis.Requests.IDirectResponseSc
[Newtonsoft.Json.JsonPropertyAttribute("objectsFilter")]
public virtual MigrationJobObjectsConfig ObjectsFilter { get; set; }

/// <summary>Optional. If true, only failed objects will be restarted.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("restartFailedObjects")]
public virtual System.Nullable<bool> RestartFailedObjects { get; set; }

/// <summary>
/// Optional. Restart the migration job without running prior configuration verification. Defaults to `false`.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.DatabaseMigrationService.v1 Client Library</Title>
<Version>1.68.0.3623</Version>
<Version>1.68.0.3632</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit d773ab3

Please sign in to comment.