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-04-09 UTC."],[[["This document provides reference information for the `DeleteAspectTypeRequest` class within the Google Cloud Dataplex V1 API, specifically version 3.2.0."],["The `DeleteAspectTypeRequest` class is used to define requests for deleting an AspectType and implements various interfaces for message handling, equality checks, cloning, and buffer management."],["The latest version available of this API is 3.6.0, while multiple prior versions from 1.0.0 to 3.5.0 are also available for use."],["Key properties of the `DeleteAspectTypeRequest` class include `Name` (a required string representing the resource name), `AspectTypeName` (a type-safe view over the resource name), and `Etag` (an optional string for optimistic concurrency control)."],["The class has two constructors, a default constructor, and one that takes another instance of the class to copy it, and it inherits members from the base object class such as GetHashCode, GetType, and ToString."]]],[]]