public sealed class GetLiveSessionRequest : IMessage<GetLiveSessionRequest>, IEquatable<GetLiveSessionRequest>, IDeepCloneable<GetLiveSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetLiveSessionRequest.
Request message for VideoStitcherService.getSession.
[[["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 `GetLiveSessionRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 3.2.0."],["The `GetLiveSessionRequest` class is used to request a live session from the VideoStitcherService, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `GetLiveSessionRequest` object as a parameter."],["It contains two properties, `LiveSessionName` which provides a strongly-typed view of the resource name, and `Name` which represents the name of the live session."],["This class has been maintained through various versions of the API from 1.0.0 to the latest version which is 3.3.0."]]],[]]