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."],[[["The latest version of the `GetVodStitchDetailRequest` class is 3.3.0, with previous versions ranging from 3.2.0 down to 1.0.0 available."],["`GetVodStitchDetailRequest` is a request message for the VideoStitcherService.getVodStitchDetail API, used to retrieve a specific stitch detail within a VOD session."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality and compatibility."],["It contains properties such as `Name` (a string) and `VodStitchDetailName` (a resource-name type), to identify the specific stitch detail in the Video on Demand session, following a defined naming convention."],["The class has two constructors, one default and another that takes another `GetVodStitchDetailRequest` as a parameter."]]],[]]