public sealed class GetVodSessionRequest : IMessage<GetVodSessionRequest>, IEquatable<GetVodSessionRequest>, IDeepCloneable<GetVodSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetVodSessionRequest.
Request message for VideoStitcherService.getVodSession
[[["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 page provides documentation for the `GetVodSessionRequest` class within the Google Cloud Video Stitcher v1 API, specifically for version 2.0.0."],["The `GetVodSessionRequest` class is used to request a specific VOD session from the Video Stitcher Service and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that takes another `GetVodSessionRequest` object as a parameter."],["The `GetVodSessionRequest` class has two properties: `Name`, which is a string representing the name of the VOD session to retrieve, and `VodSessionName`, which is a typed view of the `Name` property."],["The latest version available of the API is 3.3.0, while the page is specifically referencing version 2.0.0, with a total of 7 versions listed."]]],[]]