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, part of the Video Stitcher v1 API, specifically version 2.0.0."],["`GetVodStitchDetailRequest` is a request message used for the `VideoStitcherService.getVodStitchDetail` function."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes a constructor and a `Name` property, which is a required string that specifies the resource name of the stitch detail in a VOD session, and also includes a typed view called `VodStitchDetailName`."],["The document covers versions 1.0.0 through 3.3.0, showing the history of this API and that 3.3.0 is the latest."]]],[]]