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 latest version available for the `GetProjectRequest` class is 3.6.0, and there are multiple other versions available ranging from 1.0.0 to 3.5.0."],["`GetProjectRequest` is a class within the `Google.Cloud.Compute.V1` namespace and it is used to send a request to retrieve the project's information via the Compute Engine v1 API."],["This class inherits properties and methods from the base `object` class, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for protocol buffer support and object manipulation."],["The `GetProjectRequest` class contains a `Project` property of type string, which is utilized to set the project ID for the Get request."],["There are two constructors for the class `GetProjectRequest`, a parameterless one, and one that uses another `GetProjectRequest` object."]]],[]]