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 webpage details the `DeleteEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, utilized for requests to delete entry groups in the Data Catalog."],["The class `DeleteEntryGroupRequest` is a request message for the `DeleteEntryGroup` method, designed to remove an entry group, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteEntryGroupRequest` class includes properties such as `EntryGroupName`, `Force`, and `Name`, which are used to specify the entry group to delete and whether to delete all entries within it."],["The page lists various versions, ranging from version 1.2.0 to 2.14.0, with version 2.14.0 being the latest, to be able to manage the `DeleteEntryGroupRequest`."],["The `DeleteEntryGroupRequest` class can be instantiated using the provided constructors, either default or by passing another `DeleteEntryGroupRequest` object to make a clone."]]],[]]