public sealed class CreateLiveSessionRequest : IMessage<CreateLiveSessionRequest>, IEquatable<CreateLiveSessionRequest>, IDeepCloneable<CreateLiveSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class CreateLiveSessionRequest.
Request message for VideoStitcherService.createLiveSession.
[[["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 `CreateLiveSessionRequest` class within the Google Cloud Video Stitcher v1 API, which is used for creating live sessions."],["The `CreateLiveSessionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in protocol buffer messaging and object manipulation."],["Key properties of `CreateLiveSessionRequest` include `LiveSession` (for session parameters), `Parent` (specifying project and location), and `ParentAsLocationName` (a typed view of the parent resource name)."],["There are multiple versions of the documentation available, with version 3.3.0 being the latest and the versions ranging from 1.0.0 all the way up to the most current one."],["The class has 2 constructors, one is a default constructor and the second takes a CreateLiveSessionRequest as a parameter."]]],[]]