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 details the `OperationMetadata` class within the `Google.Cloud.Channel.V1` namespace, providing contextual information for long-running operations."],["The latest version of `OperationMetadata` available is 2.14.0, with numerous older versions ranging from 2.13.0 down to 1.0.0 also listed, with version 1.6.0 being the page's current reference point."],["The `OperationMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `OperationMetadata` class include `OperationType`, which specifies the type of long running operation being performed."],["The page's information is found within the Google.Cloud.Channel.V1.dll assembly."]]],[]]