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 documentation for the `GetProjectRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of `GetProjectRequest` available is 3.6.0, with a range of previous versions accessible, including version 2.17.0 which is the main focus of this page."],["The `GetProjectRequest` class is used to construct request messages for retrieving project information, as it implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetProjectRequest` class has two constructors: a default constructor and a copy constructor, along with a `Project` property to set the project ID."],["This class belongs to the namespace `Google.Cloud.Compute.V1`, in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]