public sealed class UpdateProjectMetadata : IMessage<UpdateProjectMetadata>, IEquatable<UpdateProjectMetadata>, IDeepCloneable<UpdateProjectMetadata>, IBufferMessage, IMessage
A status object which is used as the metadata field for the Operation
returned by UpdateProject.
[[["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 `UpdateProjectMetadata` class is a status object used as the metadata field for the Operation returned by `UpdateProject`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `Object` class, with several inherited members, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `UpdateProjectMetadata` class has two constructors: a default one, and another that allows input of another instance of `UpdateProjectMetadata`."],["The class is found within the `Google.Cloud.ResourceManager.V3` namespace, in the assembly `Google.Cloud.ResourceManager.V3.dll`, and has multiple previous versions, the latest being `2.5.0`."]]],[]]