public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Provides contextual information about a [google.longrunning.Operation][google.longrunning.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-21 UTC."],[[["This webpage provides documentation for the `OperationMetadata` class within the `Google.Cloud.Channel.V1` namespace, detailing its structure, inheritance, and implementation of various interfaces."],["The content offers access to documentation for multiple versions of the `OperationMetadata` class, ranging from version 1.0.0 up to the latest version, 2.14.0, allowing developers to review changes across different releases."],["The `OperationMetadata` class is designed to provide contextual information about a `google.longrunning.Operation`, including details about the operation type via the `OperationType` property."],["The `OperationMetadata` class includes a default constructor and a constructor that accepts another `OperationMetadata` instance."],["The provided documentation shows the classes implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]