public sealed class RestartMigrationJobRequest : IMessage<RestartMigrationJobRequest>, IEquatable<RestartMigrationJobRequest>, IDeepCloneable<RestartMigrationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class RestartMigrationJobRequest.
Request message for 'RestartMigrationJob' request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `RestartMigrationJobRequest` class within the Google Cloud Database Migration v1 API, specifically version 2.3.0."],["The `RestartMigrationJobRequest` class is used to construct a request for restarting a migration job and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers constructors for creating new instances and accepts another `RestartMigrationJobRequest` instance to copy data."],["Key properties include `MigrationJobName` for a typed resource name, `Name` for the migration job resource name as a string, and `SkipValidation`, a boolean to optionally bypass prior configuration verification when restarting."],["The document contains a history of versions for `RestartMigrationJobRequest` class, from version 1.0.0 to the latest version 2.5.0, allowing you to see different versions."]]],[]]