public sealed class DeleteEntryGroupRequest : IMessage<DeleteEntryGroupRequest>, IEquatable<DeleteEntryGroupRequest>, IDeepCloneable<DeleteEntryGroupRequest>, IBufferMessage, IMessage
Request message for
[DeleteEntryGroup][google.cloud.datacatalog.v1.DataCatalog.DeleteEntryGroup].
[[["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 page details the `DeleteEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to formulate requests for deleting entry groups in the Data Catalog."],["The `DeleteEntryGroupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `EntryGroupName`, `Force` (which allows for the deletion of all entries in the group), and `Name` (which is required to specify the entry group to be deleted)."],["There are multiple versions of the `DeleteEntryGroupRequest` available, with version 2.14.0 being the latest, and versions ranging from 2.0.0 to 2.14.0, and even older versions like 1.2.0 up until 1.8.0."],["The class has 2 different constructors, the default one, and one that takes another `DeleteEntryGroupRequest` as input."]]],[]]