public sealed class DeleteAssetRequest : IMessage<DeleteAssetRequest>, IEquatable<DeleteAssetRequest>, IDeepCloneable<DeleteAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteAssetRequest.
[[["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 documentation for the `DeleteAssetRequest` class within the Google Cloud Dataplex v1 API, specifically focusing on version 2.8.0."],["The `DeleteAssetRequest` class is used to define and execute requests to delete an asset in Google Cloud Dataplex, and it inherits from several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the `DeleteAssetRequest` class is 3.6.0, and the documentation also includes references to many older versions, from 3.5.0 down to 1.0.0."],["The class includes properties such as `AssetName` and `Name`, where `Name` is a required field that specifies the asset's resource name in the format: `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}`."],["There are two constructors available: a default constructor `DeleteAssetRequest()` and a copy constructor `DeleteAssetRequest(DeleteAssetRequest other)`."]]],[]]