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 Data Catalog v1 API for .NET, with the current version being 2.9.0."],["The `DeleteEntryGroupRequest` class is used to construct requests for deleting entry groups and is derived from the base `object` class while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the `DeleteEntryGroupRequest`, ranging from version 2.14.0 (latest) down to 1.2.0, enabling users to access the information for specific API versions."],["Key properties of the `DeleteEntryGroupRequest` class include `EntryGroupName` (typed view over resource name), `Force` (to delete all entries), and `Name` (the entry group's name), which are vital for configuring deletion requests."],["The class can be constructed either empty, or by copying an existing `DeleteEntryGroupRequest`, with the latter option allowing for an existing request to be passed to the constructor."]]],[]]