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-25 UTC."],[[["This webpage provides documentation for the `DeleteEntryTypeRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET."],["The latest version of the Google.Cloud.Dataplex.V1 API documented here is 3.6.0, however it has multiple versions available ranging from version 1.0.0 to 3.6.0, with this current page documenting version 3.2.0."],["The `DeleteEntryTypeRequest` class is used to delete an EntryType and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `EntryTypeName`, `Etag`, and `Name`, which are used to identify and validate the EntryType resource to be deleted."],["The class can be instantiated using a parameterless constructor or a copy constructor that accepts another `DeleteEntryTypeRequest` object."]]],[]]