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 information for the `CreateVodSessionRequest` class within the Video Stitcher v1 API, specifically version 1.1.0, and shows it is the seventh version of this element."],["The `CreateVodSessionRequest` class is used to create a request message for the `VideoStitcherService.createVodSession` method."],["The `CreateVodSessionRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and it is found within the `Google.Cloud.Video.Stitcher.V1` namespace."],["The class includes properties such as `Parent` and `VodSession`, which are used to specify the project location and the parameters needed to create a VOD session, respectively."],["The document details two constructors for the `CreateVodSessionRequest` class, one empty and another that takes a copy of an existing `CreateVodSessionRequest`."]]],[]]