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.6.0."],["`GetAssetRequest` is a message class used to request information for a specific asset, used within the `LivestreamService.GetAsset` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `GetAssetRequest` class has two constructors, one empty and another that takes in another `GetAssetRequest`, and it also has properties `AssetName` and `Name`, to set the desired asset to be acted upon."],["The documentation covers various versions of the API, ranging from 1.0.0 up to the latest version 1.8.0, with version 1.6.0 as the focused version for the class."]]],[]]