public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Metadata type for longrunning-operations, currently empty.
[[["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 latest version available is 2.0.0-beta05, while version 1.0.0-beta06 is also documented on this page."],["`OperationMetadata` is a class that represents metadata for long-running operations and is currently empty."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `OperationMetadata` class includes two constructors: a default constructor and a copy constructor that takes another `OperationMetadata` object as a parameter."],["The `OperationMetadata` class resides within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, within the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly."]]],[]]