public sealed class DeleteAspectTypeRequest : IMessage<DeleteAspectTypeRequest>, IEquatable<DeleteAspectTypeRequest>, IDeepCloneable<DeleteAspectTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteAspectTypeRequest.
Optional. If the client provided etag value does not match the current etag
value, the DeleteAspectTypeRequest method returns an ABORTED error response
[[["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 information for the `DeleteAspectTypeRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET development."],["The latest version available for the `DeleteAspectTypeRequest` class is 3.6.0, and the documentation spans back to version 1.0.0, and includes all versions in between."],["`DeleteAspectTypeRequest` is used to delete a specified AspectType, requiring a resource name in the format `projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}`."],["The `DeleteAspectTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all from the Protobuf library, and inherits from the base `object` class."],["The class includes properties such as `AspectTypeName` and `Etag`, allowing a typed view over the resource name and to prevent deletion errors respectively."]]],[]]