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 Live Stream v1 API, specifically version 1.4.0, and shows it is a request message for \"LivestreamService.GetAsset\"."],["The `GetAssetRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["This class includes constructors for creating instances of `GetAssetRequest`, either as a default instance or by copying an existing `GetAssetRequest` object."],["The class has properties `AssetName` and `Name`, where `Name` is a required string specifying the resource path, and `AssetName` provides a typed view of the name property."],["The documentation lists various versions of the API, ranging from 1.0.0 to the latest version, 1.8.0, with links to each version's respective documentation."]]],[]]