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 document provides reference documentation for the `GetVodAdTagDetailRequest` class, a part of the Video Stitcher v1 API, in version 3.2.0."],["`GetVodAdTagDetailRequest` is a request message used for retrieving ad tag details for a specified VOD session within the Video Stitcher service."],["The class is accessible in the namespace `Google.Cloud.Video.Stitcher.V1` and implemented interfaces include `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The request includes a `Name` property which is a required string representing the ad tag detail's resource name in a predefined format."],["The `VodAdTagDetailName` property offers a type-safe way to access the resource name, providing a `VodAdTagDetailName` object."]]],[]]