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 documentation covers the `GetVodStitchDetailRequest` class, which is used as a request message for the `VideoStitcherService.getVodStitchDetail` method in the Video Stitcher v1 API."],["The `GetVodStitchDetailRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes two constructors: a default constructor (`GetVodStitchDetailRequest()`) and a copy constructor (`GetVodStitchDetailRequest(GetVodStitchDetailRequest other)`)."],["The `GetVodStitchDetailRequest` class has two primary properties: `Name`, which is a string representing the name of the stitch detail, and `VodStitchDetailName`, which provides a typed view of the `Name` property."],["The `GetVodStitchDetailRequest` class has versioning, with 3.3.0 being the latest available version, and goes as far back as version 1.0.0."]]],[]]