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-04-09 UTC."],[[["This document provides reference documentation for the `DeleteEntryTypeRequest` class within the Google Cloud Dataplex V1 API, specifically version 3.0.0."],["The `DeleteEntryTypeRequest` class is used to represent a request to delete an EntryType and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEntryTypeRequest` class has two constructors: a default constructor and one that accepts another `DeleteEntryTypeRequest` object as a parameter for copying."],["Key properties of the `DeleteEntryTypeRequest` class include `EntryTypeName`, which provides a typed view over the resource name, `Etag`, an optional field for optimistic concurrency control, and `Name`, the required resource name of the EntryType to be deleted."],["This page gives access to previous versions of the `DeleteEntryTypeRequest` ranging from 1.0.0 to the latest 3.6.0."]]],[]]