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."],[[["The `CreateVodSessionRequest` class is a request message for the `VideoStitcherService.createVodSession` method within the Video Stitcher v1 API."],["This class is part of the `Google.Cloud.Video.Stitcher.V1` namespace and is implemented in the `Google.Cloud.Video.Stitcher.V1.dll` assembly, inheriting from `Object` and implementing multiple interfaces."],["The class has two constructors, one default and one that accepts another `CreateVodSessionRequest` as a parameter, and it provides properties for `Parent` (project and location), `ParentAsLocationName` (typed view of parent), and `VodSession` (parameters for session creation)."],["Several versions of the API are documented, ranging from version 1.0.0 to the latest version 3.3.0, with each offering documentation for `CreateVodSessionRequest`."],["The `Parent` property is required and represents the project and location where the VOD session will be created, while the `VodSession` property is also required and contains parameters for the session."]]],[]]