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 for .NET."],["The `GetAssetRequest` class is a request message used for the `LivestreamService.GetAsset` operation, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version available is 1.8.0, and documentation is accessible for prior versions down to 1.0.0."],["The class has two constructors, `GetAssetRequest()`, and `GetAssetRequest(GetAssetRequest other)` and two properties, `AssetName`, and `Name`."],["The `Name` property represents the resource name in the format `projects/{project}/locations/{location}/assets/{asset}`."]]],[]]