public sealed class CreateVodSessionRequest : IMessage<CreateVodSessionRequest>, IEquatable<CreateVodSessionRequest>, IDeepCloneable<CreateVodSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class CreateVodSessionRequest.
Request message for VideoStitcherService.createVodSession
[[["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 `CreateVodSessionRequest` class within the Video Stitcher v1 API, specifically version 3.2.0, and details the request message structure for creating a VOD session."],["The `CreateVodSessionRequest` class is used to request the creation of a new VOD (Video On Demand) session, and it requires a parent resource location and specific `VodSession` parameters."],["The `CreateVodSessionRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is contained within the `Google.Cloud.Video.Stitcher.V1` namespace."],["There are multiple versions of the documentation available for this class ranging from 1.0.0 to 3.3.0 (latest), with version 3.2.0 being the one covered in detail here."]]],[]]