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."],[[["This page details the `GetXpnHostProjectRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting XPN host project information."],["The latest version available for the request is 3.6.0, with previous versions listed dating back to 1.0.0, all versions are listed with a link to its own documentation."],["The `GetXpnHostProjectRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `GetXpnHostProjectRequest` instance as a parameter."],["The class includes a `Project` property, which is a string representing the project ID for the request, used to describe the current project."]]],[]]