public sealed class DeleteEntryGroupRequest : IMessage<DeleteEntryGroupRequest>, IEquatable<DeleteEntryGroupRequest>, IDeepCloneable<DeleteEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteEntryGroupRequest.
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 provides reference documentation for the `DeleteEntryGroupRequest` class within the Google Cloud Data Catalog v1 API, detailing its usage and functionality across multiple versions."],["The latest version of `DeleteEntryGroupRequest` is 2.14.0, with links provided to the documentation for several previous versions, going as far back as version 1.2.0."],["The `DeleteEntryGroupRequest` class is used to formulate a request for deleting an entry group in the Data Catalog, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `EntryGroupName`, `Force`, and `Name`, which define aspects of the entry group targeted for deletion."],["The primary function of the class is to allow for the deletion of an entry group, and it includes an option to delete all entries within the group using the `Force` property."]]],[]]