public sealed class RequestMetadata : IMessage<RequestMetadata>, IEquatable<RequestMetadata>, IDeepCloneable<RequestMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class RequestMetadata.
[[["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-04-02 UTC."],[[["This documentation covers the `RequestMetadata` class within the Google Cloud Video Stitcher v1 API, which is used for defining metadata for an ad request."],["The `RequestMetadata` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and equality checks."],["The class offers two constructors: a default constructor and one that takes another `RequestMetadata` instance for copying."],["The `Headers` property, of type `Struct`, allows you to set and get the HTTP headers associated with the ad request."],["The documentation provides a history of versions, with 3.3.0 being the most current and information for version 3.1.0 highlighted."]]],[]]