public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessage
[[["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-25 UTC."],[[["The `GetAssetRequest` class is used to request information about a specific asset in the Google Cloud Dataplex service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["The `GetAssetRequest` class has properties for `AssetName` and `Name`, which are used to identify the specific asset being requested, such as through `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}`."],["There are multiple versions of the `GetAssetRequest` class, ranging from version 1.0.0 to the latest 3.6.0 version, each accessible via its specific link."],["The class inherits from `Object` and contains inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]