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."],[[["This document provides reference information for the `DeleteEntryTypeRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The `DeleteEntryTypeRequest` class is designed to manage requests for deleting entry types and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the inheritance and implemented interfaces of the `DeleteEntryTypeRequest` class and lists its constructors, which includes a default constructor and one that accepts another `DeleteEntryTypeRequest` object as a parameter."],["Key properties of `DeleteEntryTypeRequest` include `EntryTypeName`, providing a typed view of the resource name; `Etag`, enabling conditional deletion based on Etag matching; and `Name`, which specifies the resource name of the EntryType to be deleted."],["Multiple versions of the `DeleteEntryTypeRequest` API are available, ranging from version 1.0.0 to the latest 3.6.0, offering flexibility for different development needs."]]],[]]