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, with the latest version being 2.14.0."],["The `DeleteEntryGroupRequest` class is used to construct requests for deleting entry groups in the Data Catalog, and it implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteEntryGroupRequest` class includes properties like `Name`, `EntryGroupName`, and `Force`, which are essential for configuring the deletion operation, including the option to delete all entries within the entry group if `Force` is set to true."],["This documentation also provides details about the constructors of the `DeleteEntryGroupRequest` class, how they are implemented, and what parameters they require."],["The page also has a large list of versions available for the `DeleteEntryGroupRequest`, which covers a broad range of versions from 2.14.0 to 1.2.0."]]],[]]