public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class GetAssetRequest.
[[["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 `GetAssetRequest` class within the Google Cloud Video Live Stream v1 API, specifically version 1.7.0."],["`GetAssetRequest` is a message class used to request information about a specific asset, as defined by the \"LivestreamService.GetAsset\" request message."],["The `GetAssetRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetAssetRequest` class contains two properties: `AssetName` which is the typed view of the resource name, and `Name`, a string that holds the required resource name in the specified format."],["There are several versions of this class available, ranging from version 1.0.0 up to the latest version 1.8.0."]]],[]]