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."],[[["This document provides reference documentation for the `GetTargetProjectRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.3.0."],["`GetTargetProjectRequest` is used as a request message for the 'GetTargetProject' API call, allowing interaction with target project resources."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["Key properties of `GetTargetProjectRequest` include `Name`, a string representing the TargetProject name, and `TargetProjectName`, a strongly-typed view of the `Name` property."],["This class is found in the `Google.Cloud.VMMigration.V1` namespace within the `Google.Cloud.VMMigration.V1.dll` assembly, with available constructors to create instances."]]],[]]