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-25 UTC."],[[["The webpage details the `DeleteEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, serving as a request message for deleting an entry group in the Google Cloud Data Catalog."],["The latest version available for the `DeleteEntryGroupRequest` is 2.14.0, and there are multiple prior versions listed, ranging back to 1.2.0, which are listed in the documentation to give context of previous iterations."],["The `DeleteEntryGroupRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message handling, equality comparisons, and deep cloning, as well as the use of buffers."],["Key properties of the `DeleteEntryGroupRequest` class include `EntryGroupName`, `Force` (to delete all entries in the group), and `Name` (the name of the entry group to delete), each with their own data type and description."],["The class includes two constructors, one default and another that accepts a `DeleteEntryGroupRequest` object, likely used for creating copies or instances based on existing requests."]]],[]]