public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class OperationMetadata.
Represents the 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 document provides reference documentation for the `OperationMetadata` class within the Google Cloud Video Stitcher v1 API, specifically version 3.1.0."],["The `OperationMetadata` class represents the metadata of a long-running operation and inherits from the `object` class while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating an instance or cloning an existing `OperationMetadata` object, and it has properties such as `CreateTime`, `EndTime`, `Target`, and `Verb` which all provide information on the long-running operation."],["The document shows other versions available for this class such as the latest version being 3.3.0 and includes versions going back as far as version 1.0.0."]]],[]]