public sealed class GetVodStitchDetailRequest : IMessage<GetVodStitchDetailRequest>, IEquatable<GetVodStitchDetailRequest>, IDeepCloneable<GetVodStitchDetailRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetVodStitchDetailRequest.
Request message for VideoStitcherService.getVodStitchDetail.
Required. The name of the stitch detail in the specified VOD session, in the form of
projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}.
[[["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 `GetVodStitchDetailRequest` class, a part of the Video Stitcher v1 API, which is used for requesting details about a specific VOD stitch."],["The `GetVodStitchDetailRequest` class is implemented in multiple versions, ranging from 1.0.0 to the latest, 3.3.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that accepts another instance of `GetVodStitchDetailRequest`, and it includes properties such as `Name` and `VodStitchDetailName`."],["The `GetVodStitchDetailRequest` requires a name property, which is the resource name of the stitch detail, following the format `projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}`."]]],[]]