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 document provides reference information for the `DeleteEntryGroupRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `DeleteEntryGroupRequest` class is a request message used to delete an entry group in the Data Catalog, as detailed by its methods, properties, and inherited members."],["The document lists various versions of the Data Catalog API, from version 1.2.0 to the latest 2.14.0, and each version links to the `DeleteEntryGroupRequest` reference."],["The `DeleteEntryGroupRequest` class has properties like `EntryGroupName`, `Force`, and `Name` that are essential for specifying which entry group to delete and whether to delete all entries within it."],["The `DeleteEntryGroupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role within the Google Protobuf ecosystem."]]],[]]