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."],[[["The latest version available for the `GetInputRequest` class is 1.8.0, but this page is documenting version 1.2.0."],["`GetInputRequest` is a request message class used for retrieving input resources in the Live Stream v1 API, which is part of the Google Cloud Video service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The `GetInputRequest` class has two constructors, a default one and one that takes another `GetInputRequest` as a parameter to copy its data, and also provides properties to manage input names, both as a typed resource and as a string."],["The `GetInputRequest` requires an input resource name in the format `projects/{project}/locations/{location}/inputs/{inputId}` to function correctly."]]],[]]