public sealed class GetXpnHostProjectRequest : IMessage<GetXpnHostProjectRequest>, IEquatable<GetXpnHostProjectRequest>, IDeepCloneable<GetXpnHostProjectRequest>, IBufferMessage, IMessage
A request message for Projects.GetXpnHost. See the method description for details.
[[["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."],[[["The `GetXpnHostProjectRequest` class is a request message used for retrieving XPN host project information, as indicated by the `Projects.GetXpnHost` method description."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison within the Google.Protobuf framework."],["The `GetXpnHostProjectRequest` class has a constructor that accepts another `GetXpnHostProjectRequest` object for cloning purposes, as well as a default constructor."],["The `Project` property, of type string, represents the Project ID associated with the request, essential for specifying the target project."],["The documentation includes a range of version history, from version 1.0.0 to the latest version, 3.6.0, for the `GetXpnHostProjectRequest` within the `Google.Cloud.Compute.V1` namespace."]]],[]]