public sealed class GetAssetRequest : IMessage<GetAssetRequest>, IEquatable<GetAssetRequest>, IDeepCloneable<GetAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex 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-04-09 UTC."],[[["The `GetAssetRequest` class is part of the Google Cloud Dataplex v1 API, with version 3.6.0 being the latest, and the current page showing information for version 2.12.0."],["This class is used to request and retrieve an asset in the Dataplex system and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetAssetRequest` has two constructors, one parameterless and another that takes a `GetAssetRequest` object as a parameter for copying, and it also contains two main properties: `AssetName` and `Name`."],["The `Name` property of `GetAssetRequest` is a string that represents the resource name of the requested asset, and the `AssetName` property is a typed view of it."],["Multiple previous versions of the `GetAssetRequest` API class are also available, ranging from version 3.5.0 to version 1.0.0."]]],[]]