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, specifically for .NET development."],["The `OperationMetadata` class offers contextual information regarding a `google.longrunning.Operation`, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest documented version of this class is 2.14.0, but there is a list of links to the documentation for versions all the way down to 1.0.0."],["The `OperationMetadata` class has properties such as `OperationType`, which indicates the RPC that initiated the Long Running Operation, along with inherited members like `GetHashCode` and `GetType`."],["There are also two constructors available for the OperationMetadata class, one default and another accepting an `OperationMetadata` object as a parameter."]]],[]]