public sealed class GetProjectRequest : IMessage<GetProjectRequest>, IEquatable<GetProjectRequest>, IDeepCloneable<GetProjectRequest>, IBufferMessage, IMessage
The request sent to the
[GetProject][google.cloud.resourcemanager.v3.Projects.GetProject]
method.
[[["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 of `GetProjectRequest` is 2.5.0, but the document also provides access to several previous versions ranging from 1.0.0 to 2.4.0."],["`GetProjectRequest` is a class used to send a request to the `GetProject` method, part of the Google Cloud Resource Manager V3 service."],["The `GetProjectRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of functionalities for message handling and object management."],["It has properties such as `Name` (a string) and `ProjectName` (a ProjectName type) for specifying the project for which the request is being made."],["`GetProjectRequest` has two constructors, one empty and one that takes another instance of `GetProjectRequest`."]]],[]]