public sealed class DeleteEntryTypeRequest : IMessage<DeleteEntryTypeRequest>, IEquatable<DeleteEntryTypeRequest>, IDeepCloneable<DeleteEntryTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteEntryTypeRequest.
Optional. If the client provided etag value does not match the current etag
value, the DeleteEntryTypeRequest 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."],[[["The latest version available for the `DeleteEntryTypeRequest` class in the Cloud Dataplex V1 API is 3.6.0, with a range of prior versions extending down to 1.0.0 also available."],["The `DeleteEntryTypeRequest` class, which is used to request the deletion of an EntryType, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `EntryTypeName`, `Etag`, and `Name`, which are used to specify the EntryType to be deleted, an optional etag for concurrency control, and the resource name of the EntryType, respectively."],["The `DeleteEntryTypeRequest` class is found within the `Google.Cloud.Dataplex.V1` namespace and the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]