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."],[[["This page details the `UpdateProjectMetadata` class within the `Google.Cloud.ResourceManager.V3` namespace, found in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["`UpdateProjectMetadata` is a status object used as the `metadata` field for the Operation returned by `UpdateProject`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["This class has two constructors: a default constructor, `UpdateProjectMetadata()`, and a copy constructor, `UpdateProjectMetadata(UpdateProjectMetadata other)`, which takes an instance of the same class as a parameter."],["Multiple versions of this class are available, with the latest version being 2.5.0 and spanning back to version 1.0.0."]]],[]]