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 document provides reference information for the `GetVodSessionRequest` class within the Google Cloud Video Stitcher v1 API."],["The `GetVodSessionRequest` class is used to request a specific VOD session, identified by its name."],["The latest version of the API documented is 3.3.0, with previous versions ranging from 3.2.0 to 1.0.0 also available."],["`GetVodSessionRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with additional inheritances from the `object` class."],["The class has two constructors and two properties: `Name`, which is a string representing the session's name, and `VodSessionName`, a typed view of the `Name` property."]]],[]]