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 latest version available for the `GetAssetRequest` class in the Cloud Dataplex v1 API is 3.6.0, with multiple prior versions accessible for reference."],["The `GetAssetRequest` class is a part of the `Google.Cloud.Dataplex.V1` namespace and is defined in the `Google.Cloud.Dataplex.V1.dll` assembly."],["The `GetAssetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class is used to request an asset, with the required `Name` property, representing the full resource name of the asset that is to be retrieved."],["The `GetAssetRequest` class has two constructors, one default constructor that takes no parameters and one that takes another `GetAssetRequest` as a parameter, along with an `AssetName` property providing a typed view of the `Name` property."]]],[]]