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."],[[["The latest version of the `GetVodAdTagDetailRequest` class is 3.3.0, with multiple previous versions available for reference, including versions 3.2.0, 3.1.0, 3.0.0, 2.0.0, 1.1.0, and 1.0.0."],["This class, `GetVodAdTagDetailRequest`, is a request message used in the Video Stitcher v1 API to retrieve details about a specific ad tag in a VOD session, as part of the `VideoStitcherService.getVodAdTagDetail` operation."],["The class inherits from the base `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["It has two constructors: a default constructor `GetVodAdTagDetailRequest()` and a copy constructor `GetVodAdTagDetailRequest(GetVodAdTagDetailRequest other)`, and it also includes the properties `Name`, which is a string, and `VodAdTagDetailName` which is a `VodAdTagDetailName` type."],["The `Name` property is required and represents the resource name of the ad tag detail for a VOD session, structured as `projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{vod_ad_tag_detail}`."]]],[]]