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."],[[["This webpage provides documentation for the `GetAssetRequest` class within the Google Cloud Dataplex v1 API, specifically focusing on version 2.10.0, but also offering links to other versions from 1.0.0 up to the latest 3.6.0."],["The `GetAssetRequest` class is used to request information about a specific asset in Cloud Dataplex, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `AssetName` and `Name`, where the `Name` property is a required string that specifies the resource name of the asset in a structured format."],["The documentation offers details on the constructors for creating `GetAssetRequest` objects, including a default constructor and one that accepts another `GetAssetRequest` object as a parameter for cloning."]]],[]]