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-25 UTC."],[[["This document provides reference information for the `DeleteEntryGroupRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment, with version 3.5.0 being the current focus and the latest being 3.6.0."],["The `DeleteEntryGroupRequest` class, used for deleting an EntryGroup, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `EntryGroupName`, `Etag`, and `Name` which are used to specify the EntryGroup to delete and to handle conditional deletion based on etag values."],["The document also provides an extensive list of versions available for the `DeleteEntryGroupRequest`, ranging from version 1.0.0 all the way up to the latest 3.6.0, showing the history of this API class."]]],[]]