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.
[[["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-21 UTC."],[[["The `DeleteEntryTypeRequest` class in the Google Cloud Dataplex V1 API is used to delete an EntryType resource."],["This documentation provides reference material for `DeleteEntryTypeRequest` across various versions, from 1.0.0 to the latest 3.6.0."],["The class `DeleteEntryTypeRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `EntryTypeName`, `Etag`, and `Name` to help identify and interact with the EntryType being deleted, with `Name` being a required field."],["The class includes constructors, `DeleteEntryTypeRequest()` and `DeleteEntryTypeRequest(DeleteEntryTypeRequest other)`, to allow for easy instantiation and cloning."]]],[]]