public sealed class GetProjectRequest : IMessage<GetProjectRequest>, IEquatable<GetProjectRequest>, IDeepCloneable<GetProjectRequest>, IBufferMessage, IMessage
A request message for Projects.Get. 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 `GetProjectRequest` class is a request message for retrieving project details in Google Cloud Compute, and is part of the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that takes in a GetProjectRequest instance to allow for copying existing instances, as well as a standard empty one."],["The `Project` property allows setting and retrieving the project ID for which details are requested."],["The available versions for this class range from version 1.0.0 up to 3.6.0, where version 3.6.0 is the latest, with other inbetween versions available."]]],[]]