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.2.0."],["`GetTargetProjectRequest` is used as a request message for the 'GetTargetProject' call and inherits from the Object class while implementing multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetTargetProjectRequest` includes two constructors, one default and one that accepts another `GetTargetProjectRequest` object, and exposes two properties: `Name` (a string representing the TargetProject name) and `TargetProjectName` (a `TargetProjectName`-typed view over the `Name`)."],["The latest version for this class is 2.6.0, and there are multiple versions ranging from 1.0.0 to 2.6.0 in the provided version list."]]],[]]