public sealed class GetTargetProjectRequest : IMessage<GetTargetProjectRequest>, IEquatable<GetTargetProjectRequest>, IDeepCloneable<GetTargetProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetTargetProjectRequest.
[[["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."],[[["Version 2.6.0 is the latest release, with prior versions including 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0 also being documented here."],["The `GetTargetProjectRequest` class, part of the VM Migration v1 API, is designed for retrieving a target project and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors to create a new `GetTargetProjectRequest` object, either empty or by cloning another instance, making it useful for managing migration requests."],["Key properties within `GetTargetProjectRequest` are `Name`, a string that identifies the target project, and `TargetProjectName`, a typed representation of the resource name."],["The `GetTargetProjectRequest` class inherits from `object` and is in the `Google.Cloud.VMMigration.V1` namespace, within the `Google.Cloud.VMMigration.V1.dll` assembly."]]],[]]