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-03-25 UTC."],[[["This webpage provides reference documentation for the `GetAssetRequest` class within the Google Cloud Dataplex v1 API, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `GetAssetRequest` class is used to request and retrieve information about a specific asset within a Google Cloud Dataplex environment."],["The `GetAssetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer management."],["Key properties of the `GetAssetRequest` class include `AssetName`, a typed view of the asset name, and `Name`, which represents the required resource name of the asset."],["The documentation covers the constructors for `GetAssetRequest`, including a default constructor and one that takes another `GetAssetRequest` instance as a parameter for cloning."]]],[]]