public sealed class DeleteEntryGroupRequest : IMessage<DeleteEntryGroupRequest>, IEquatable<DeleteEntryGroupRequest>, IDeepCloneable<DeleteEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteEntryGroupRequest.
Optional. If the client provided etag value does not match the current etag
value, the DeleteEntryGroupRequest method returns an ABORTED error response
[[["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 Dataplex v1 API, specifically for .NET developers."],["The latest version available is 3.6.0, and the content covers versions ranging from 1.0.0 up to the latest, offering a comprehensive view of the class evolution."],["The `DeleteEntryGroupRequest` class is used to specify the details needed to delete an entry group and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteEntryGroupRequest` class include `EntryGroupName`, `Etag`, and `Name`, which are essential for identifying and managing entry groups within the Dataplex service."],["The class has two constructors, one default constructor and one that allows you to clone an existing `DeleteEntryGroupRequest` object."]]],[]]