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."],[[["The `GetLiveSessionRequest` class is part of the Google Cloud Video Stitcher v1 API and is used to request a live session."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features such as message handling, equality checking, and deep cloning."],["The `GetLiveSessionRequest` class contains properties for `LiveSessionName` and `Name`, with the latter being a required string representing the live session's resource name."],["Multiple versions of the API are available, ranging from version 1.0.0 to the latest version 3.3.0, each with their own reference link."]]],[]]