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."],[[["The latest version of the `OperationMetadata` class in the Video Stitcher v1 API is 3.3.0, with documentation available for versions back to 1.0.0."],["The `OperationMetadata` class represents the metadata of a long-running operation within the Google Cloud Video Stitcher v1 API, and it inherits from the base `object` class, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CreateTime` and `EndTime` to track the operation's lifecycle, both represented by the `Timestamp` type."],["The class also contains properties named `Target` and `Verb`, which contain the server-defined resource path and name of the executed verb respectively, both of which are of type string."],["The class contains two constructors, one public constructor `OperationMetadata()` and one overloaded constructor `OperationMetadata(OperationMetadata other)`."]]],[]]