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."],[[["This page provides reference documentation for the `GetProjectRequest` class within the Google Compute Engine v1 API, specifically for the .NET library."],["The `GetProjectRequest` class is a request message for the `Projects.Get` method, used to retrieve project details, and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation lists numerous versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, offering a clear view of the API's evolution."],["The `GetProjectRequest` class has two constructors, a default one and one that accepts another `GetProjectRequest` as a parameter, and it includes a `Project` property for specifying the project ID in a request."],["The documentation is located within the `Google.Cloud.Compute.V1` namespace and the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]