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 Google Cloud Video Stitcher v1 API."],["The `GetVodStitchDetailRequest` class is used to request details about a specific stitch within a VOD session."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes constructors for creating new instances and properties such as `Name` and `VodStitchDetailName` to set or retrieve the name of the stitch detail."],["The documentation covers the current version (3.1.0) of the class, as well as previous versions, detailing access through their corresponding links."]]],[]]