public sealed class GetInputRequest : IMessage<GetInputRequest>, IEquatable<GetInputRequest>, IDeepCloneable<GetInputRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class GetInputRequest.
[[["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 webpage provides reference documentation for the `GetInputRequest` class within the Google Cloud Live Stream v1 API for .NET."],["The `GetInputRequest` class is a request message used for the `LivestreamService.GetInput` method, and it inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInputRequest` class has two constructors, one default and one that takes another `GetInputRequest` instance, and it contains two properties: `InputName` (of type `InputName`) and `Name` (of type `string`), which represents the required resource name."],["The documentation outlines the different available versions of this class, ranging from the latest 1.8.0 down to version 1.0.0, with links to the documentation for each."],["The `GetInputRequest` is defined in the `Google.Cloud.Video.LiveStream.V1` namespace and is part of the `Google.Cloud.Video.LiveStream.V1.dll` assembly."]]],[]]