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`, enhancing its functionality and integration capabilities."],["The class provides a constructor to instantiate a new `GetAssetRequest` object and another to copy an existing `GetAssetRequest` object."],["It includes properties for `AssetName` (a typed view) and `Name` (a string) to specify the target asset within the Dataplex hierarchy."],["The documentation also covers multiple versions of this class, going from 1.0.0 all the way up to the latest 3.6.0, with each version having a specific link for more information."]]],[]]