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 .NET."],["The `GetVodSessionRequest` class is used to retrieve a VOD session by its name, and it is a request message for `VideoStitcherService.getVodSession`."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from `Object`."],["The `GetVodSessionRequest` class has two properties: `Name` (a string representing the resource name of the VOD session) and `VodSessionName` (a `VodSessionName`-typed view over the `Name`)."],["The latest version for this documentation is 3.3.0, with versions ranging from 1.0.0 up to 3.3.0 available for documentation."]]],[]]