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."],[[["This document provides reference documentation for the `DeleteEntryTypeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.15.0."],["The `DeleteEntryTypeRequest` class is used to request the deletion of an EntryType in Dataplex and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document includes details on the inheritance, implemented interfaces, constructors, properties like `EntryTypeName`, `Etag`, and `Name`, as well as members inherited from the base `object` class."],["It lists all available versions of the `DeleteEntryTypeRequest`, with version 3.6.0 being the latest, and details can be found by following the links for each given version."],["The `Name` property of the class `DeleteEntryTypeRequest` is required, it must be a string, and it represents the resource name of the EntryType, following the format `projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}`."]]],[]]