public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Represents the metadata of the long-running operation.
[[["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-24 UTC."],[[["The `OperationMetadata` class represents the metadata for a long-running operation within the Google Cloud Workflows service."],["This class has been implemented across multiple versions, with the latest being version 2.5.0, and the oldest version being 1.0.0."],["`OperationMetadata` includes properties like `ApiVersion`, `CreateTime`, `EndTime`, `Target`, and `Verb`, providing details about the operation's lifecycle and execution."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class also provides two constructors, a default one, and one which takes in another `OperationMetadata` instance as a parameter."]]],[]]