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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["The `GetProjectRequest` class is a request message used for the `Projects.Get` method in Google Cloud Compute V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class has two constructors: a default one (`GetProjectRequest()`) and another that takes a `GetProjectRequest` object for copying (`GetProjectRequest(GetProjectRequest other)`)."],["It includes a `Project` property of type string, which is used to specify the project ID for the request."],["The documentation provided offers a history of the `GetProjectRequest` class across several versions, from 1.0.0 to 3.6.0."]]],[]]