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.2.0, and also links to other version documentation."],["`OperationMetadata` represents the metadata of a long-running operation and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `CreateTime`, `EndTime`, `Target`, and `Verb` to provide information about the operation's creation, completion, target resource, and executed verb, respectively, as well as constructors for creating new instances of the class."],["The documentation also provides access to previous versions of the library, such as 3.1.0, 3.0.0, 2.0.0, 1.1.0, and 1.0.0, alongside the latest version 3.3.0."]]],[]]