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."],[[["This webpage details the `OperationMetadata` class within the `Google.Cloud.ServiceManagement.V1` namespace, specifically version 1.5.0, which is used for managing long-running operations."],["The `OperationMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and object cloning."],["The class offers properties like `ProgressPercentage`, `ResourceNames`, `StartTime`, and `Steps` to provide comprehensive information regarding the status and progress of an operation."],["The latest available version is 2.4.0, and there are multiple versions available for this `OperationMetadata` class, with links provided to each version's documentation from 2.4.0 down to 1.1.0."],["The class includes two constructors, one default constructor, `OperationMetadata()`, and another, `OperationMetadata(OperationMetadata other)`, used to create a copy of an existing `OperationMetadata` object."]]],[]]