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 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."]]],[]]