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."],[[["The content focuses on the `DeleteEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically across multiple versions ranging from 1.2.0 to the latest 2.14.0."],["`DeleteEntryGroupRequest` is a request message used for deleting entry groups within the Google Cloud Data Catalog, as defined by `google.cloud.datacatalog.v1.DataCatalog.DeleteEntryGroup`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class has properties including `EntryGroupName` (of type `EntryGroupName`), `Force` (a boolean), and `Name` (a string) to manage and specify the entry group to be deleted."],["There are 2 constructors for the `DeleteEntryGroupRequest` class, which are a parameterless constructor, and a constructor that can be passed another `DeleteEntryGroupRequest` object."]]],[]]