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 construct requests for deleting entry groups in the Google Cloud Data Catalog."],["The page provides access to various versions of the `DeleteEntryGroupRequest` documentation, ranging from version 2.14.0 (latest) down to 1.2.0, and includes its implementation status."],["`DeleteEntryGroupRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with the .NET framework and Protocol Buffers."],["Key properties of `DeleteEntryGroupRequest` include `EntryGroupName`, which is a typed view of the resource name, `Force`, which determines if all entries should be deleted, and `Name`, which specifies the name of the entry group to delete."],["The class offers two constructors, one default and one that accepts another `DeleteEntryGroupRequest` object as a parameter for initialization."]]],[]]