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 page provides reference documentation for the `GetInputRequest` class within the Google Cloud Live Stream v1 API, specifically version 1.5.0, and lists all versions from 1.0.0 up to the latest 1.8.0."],["The `GetInputRequest` class is used as the request message for the \"LivestreamService.GetInput\" operation, as indicated by the content."],["The class `GetInputRequest` inherits from object and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetInputRequest` has two properties: `InputName` which provides a strongly typed view of the `Name` property, and `Name` which holds the required resource name in the format: `projects/{project}/locations/{location}/inputs/{inputId}`."],["The current version, 1.5.0, provides two constructors, a default one and a copy constructor that takes another `GetInputRequest` object as parameter."]]],[]]