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-04-09 UTC."],[[["The latest version of the `GetProjectRequest` class is 3.6.0, as shown by the provided version list."],["This webpage provides documentation for the `GetProjectRequest` class within the Google Compute Engine v1 API, specifically for version 3.3.0."],["The `GetProjectRequest` class, used for retrieving project details, inherits from the base `object` class and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is located in the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly, with two constructors, a default one and another that accepts another `GetProjectRequest`."],["The GetProjectRequest class has a property called `Project` which is a string and represents the project ID for this request."]]],[]]