public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
The metadata associated with a long running operation resource.
[[["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 `OperationMetadata` class in the `Google.Cloud.ServiceManagement.V1` namespace provides metadata for long-running operations, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `ProgressPercentage`, which indicates the operation's completion status from 0 to 100, and `ResourceNames`, which lists the resources associated with the operation."],["`OperationMetadata` also contains `StartTime` to record the operation's start time, and `Steps` to provide detailed status for each step of the operation, with the latest version being 2.4.0 and the oldest version available in this page being 1.1.0."],["It has a constructor that allows the creation of a new `OperationMetadata` instance."],["`OperationMetadata` inherits from `Object`, and includes the use of the members `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]