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-04-17 UTC."],[[["This document provides reference documentation for the `RestartMigrationJobRequest` class within the Database Migration v1 API, specifically in version 2.1.0 of the Google Cloud CloudDms library."],["`RestartMigrationJobRequest` is a request message used to initiate the restart of a migration job, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MigrationJobName`, which provides a typed view of the resource name, and `Name`, a string property representing the name of the migration job resource to restart."],["The document outlines the available constructors for the `RestartMigrationJobRequest` class, one being a default constructor and the other accepting another `RestartMigrationJobRequest` as a parameter."],["The document lists several previous versions of this API, ranging from 1.0.0 to 2.5.0, with the latest being 2.5.0, suggesting a history of updates and improvements to this API."]]],[]]