public sealed class GetVodAdTagDetailRequest : IMessage<GetVodAdTagDetailRequest>, IEquatable<GetVodAdTagDetailRequest>, IDeepCloneable<GetVodAdTagDetailRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetVodAdTagDetailRequest.
Request message for VideoStitcherService.getVodAdTagDetail
Required. The name of the ad tag detail for the specified VOD session, in the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{vod_ad_tag_detail}.
[[["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 page provides reference documentation for the `GetVodAdTagDetailRequest` class, a part of the Video Stitcher v1 API within the Google Cloud ecosystem."],["The `GetVodAdTagDetailRequest` class is used to request details about a specific ad tag within a VOD (Video On Demand) session and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits from the `Object` class and provides two constructors, one default and one that takes another `GetVodAdTagDetailRequest` object as a parameter."],["The class includes properties such as `Name`, which represents the resource name of the ad tag detail, and `VodAdTagDetailName`, which provides a typed view over the `Name` property, allowing for type-safe interactions."],["The provided content represents version 1.1.0, and also lists links to other versions that are available, such as the latest 3.3.0 version."]]],[]]