public sealed class GetLiveConfigRequest : IMessage<GetLiveConfigRequest>, IEquatable<GetLiveConfigRequest>, IDeepCloneable<GetLiveConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetLiveConfigRequest.
Request message for VideoStitcherService.getLiveConfig.
[[["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 documentation for the `GetLiveConfigRequest` class within the Google Cloud Video Stitcher v1 API, covering versions from 1.0.0 to the latest 3.3.0."],["`GetLiveConfigRequest` is a request message used for the `VideoStitcherService.getLiveConfig` method, which is part of the namespace `Google.Cloud.Video.Stitcher.V1`."],["The `GetLiveConfigRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, while also featuring properties such as `LiveConfigName` and `Name`."],["The class includes two constructors: a default one (`GetLiveConfigRequest()`) and another that takes a `GetLiveConfigRequest` object as a parameter (`GetLiveConfigRequest(GetLiveConfigRequest other)`)."],["The `Name` property, which is a string type, is required and represents the resource name of the live config, following the format `projects/{project_number}/locations/{location}/liveConfigs/{id}`."]]],[]]