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-21 UTC."],[[["This document provides reference information for the `DeleteEntryTypeRequest` class within the Google Cloud Dataplex v1 API for .NET, outlining its purpose and usage."],["The latest version of the `DeleteEntryTypeRequest` API is 3.6.0, and older versions, ranging from 3.5.0 down to 1.0.0, are also available."],["The `DeleteEntryTypeRequest` class is used to request the deletion of an EntryType resource, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteEntryTypeRequest` include `EntryTypeName` for a typed view of the resource name, `Etag` for optional concurrency control, and `Name` for the required resource name of the EntryType to be deleted."],["The `DeleteEntryTypeRequest` class includes two constructors, one default and another that accepts another `DeleteEntryTypeRequest` object for copying data."]]],[]]