public sealed class CommonOperationMetadata : IMessage<CommonOperationMetadata>, IEquatable<CommonOperationMetadata>, IDeepCloneable<CommonOperationMetadata>, IBufferMessage, IMessage
[[["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 provides documentation for the `CommonOperationMetadata` class within the `Google.Cloud.DocumentAI.V1` namespace, covering versions from 1.0.0 to 3.19.0, with 3.19.0 being the latest."],["The `CommonOperationMetadata` class, used for long-running operations, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CommonOperationMetadata` include `CreateTime`, `State`, `StateMessage`, and `UpdateTime`, which respectively track when the operation was created, its current state, a message about the state, and the last update time."],["The class offers two constructors: a default one and another to clone an existing `CommonOperationMetadata` object, providing flexibility in creating and manipulating operation metadata."],["The `CommonOperationMetadata` class inherits from the base `Object` class and has members to manage that inheritance."]]],[]]