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-04-09 UTC."],[[["This webpage provides documentation for the `OperationMetadata` class within the `Google.Cloud.Channel.V1` namespace, detailing its role in providing contextual information for long-running operations."],["The latest version of `OperationMetadata` is 2.14.0, and the page lists accessible documentation for versions dating back to 1.0.0."],["`OperationMetadata` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, adhering to specific interfaces within the Google.Protobuf library."],["The class includes properties such as `OperationType`, which indicates the RPC that initiated the long-running operation."],["It is part of the `Google.Cloud.Channel.V1.dll` assembly."]]],[]]