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, used to send requests for deleting entry groups in Google Cloud Data Catalog."],["The latest version of the `DeleteEntryGroupRequest` is 2.14.0, with previous versions listed back to 1.2.0, providing a historical reference for users."],["The `DeleteEntryGroupRequest` class, inheriting from `Object`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default and one that accepts another `DeleteEntryGroupRequest` as a parameter for duplication, and it provides properties like `EntryGroupName`, `Force`, and `Name` to configure the deletion request."],["The content lists links to each version of the DeleteEntryGroupRequest, enabling users to review the specifics of each release, along with the ability to view the documentation on each element of the `DeleteEntryGroupRequest` class."]]],[]]