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, specifically for .NET development."],["The `GetVodSessionRequest` class is a request message used to retrieve a VOD session via the `VideoStitcherService.getVodSession` method, as a part of the API."],["This class is available in multiple versions, from 1.0.0 to 3.3.0 (latest), and the current documentation is for version 3.1.0."],["The `GetVodSessionRequest` class includes properties like `Name` (a string representing the session's name) and `VodSessionName` (a typed view of the session's name)."],["The `GetVodSessionRequest` class implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]