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 documentation for the `GetVodSessionRequest` class within the Video Stitcher v1 API, specifically within the `Google.Cloud.Video.Stitcher.V1` namespace."],["The `GetVodSessionRequest` class is used to request a specific VOD session, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Name` (a string representing the VOD session's name) and `VodSessionName` (a typed view over the `Name` property), and it includes constructors for creating instances of the request."],["This documentation also covers various version releases for this request, ranging from 1.0.0 all the way up to 3.3.0, with 3.3.0 being the most recent."],["This `GetVodSessionRequest` class inherits from `object` and implements specific interfaces that define how it interacts with the overall system such as handling messages and cloning."]]],[]]