public sealed class GetProjectRequest : IMessage<GetProjectRequest>, IEquatable<GetProjectRequest>, IDeepCloneable<GetProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetProjectRequest.
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 part of the Google Cloud Compute Engine v1 API, specifically version 2.3.0, which is a .NET library used for interacting with Google Cloud."],["This class is a request message used for the `Projects.Get` method and is found within the `Google.Cloud.Compute.V1` namespace."],["`GetProjectRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cGetProjectRequest\u003e`, `IDeepCloneable\u003cGetProjectRequest\u003e`, and `IBufferMessage`, indicating it's designed for robust message handling and cloning within the Google Protobuf framework."],["The class contains a `Project` property, allowing you to specify the project ID for the request, which is a string."],["The documentation lists all the previous versions of the API, from version 1.0.0 to the latest version, 3.6.0."]]],[]]