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 information for the `GetVodStitchDetailRequest` class, a part of the Video Stitcher v1 API, and is currently in version 3.2.0."],["`GetVodStitchDetailRequest` is a request message used for retrieving details about a specific stitch within a VOD (Video On Demand) session via the `VideoStitcherService.getVodStitchDetail` method."],["The `GetVodStitchDetailRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetVodStitchDetailRequest` class offers a constructor as well as `Name` and `VodStitchDetailName` properties, the `Name` property being a required string that specifies the full resource name of the requested stitch detail."],["The latest version for the resource is 3.3.0 and older versions are listed as well, going down to 1.0.0."]]],[]]