public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Represents the v1 metadata of the long-running 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.Redis.V1` namespace, specifically for version 2.2.0, which represents metadata for long-running operations in Google Cloud Redis."],["The `OperationMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations."],["The class provides properties like `ApiVersion`, `CancelRequested`, `CreateTime`, `EndTime`, `StatusDetail`, `Target`, and `Verb`, to give information about the operation, such as the API version, request for cancellation, creation and end timestamps, operational status, target, and action verb."],["The webpage lists prior versions of the `OperationMetadata`, all the way up to version 3.5.0, the latest one."],["The class has two constructors: a parameterless one, `OperationMetadata()`, and one, `OperationMetadata(OperationMetadata other)`, that takes in another instance of itself as the parameter."]]],[]]