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."],[[["The webpage provides documentation for the `OperationMetadata` class within the `Google.Cloud.Channel.V1` namespace, detailing its structure and functionality."],["Multiple versions of the `OperationMetadata` class are available, ranging from version 1.0.0 to the latest version, 2.14.0."],["The `OperationMetadata` class, which provides information about a `google.longrunning.Operation`, implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key features of the `OperationMetadata` class include its constructors, `OperationMetadata()` and `OperationMetadata(OperationMetadata)`, and a property `OperationType` which is of type `OperationMetadata.Types.OperationType`."]]],[]]