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 document provides reference documentation for the `GetAssetRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment."],["The `GetAssetRequest` class is used to define the structure for requesting asset information, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.6.0, with the documentation providing access to prior versions all the way back to version 1.0.0, and the document detailing version 2.9.0."],["The `GetAssetRequest` class has two properties, `AssetName` and `Name`, where `Name` is a required property that is a string representing the resource name of the asset."],["The `GetAssetRequest` class is in the `Google.Cloud.Dataplex.V1` namespace, within the `Google.Cloud.Dataplex.V1.dll` assembly, and has two constructors, one with no parameters and another to copy from another instance of itself."]]],[]]