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 document provides reference documentation for the `DeleteEntryGroupRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The latest version available for `DeleteEntryGroupRequest` is 3.6.0, with historical versions ranging down to 1.0.0."],["The `DeleteEntryGroupRequest` class can be used for deleting an entry group and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteEntryGroupRequest` class include `EntryGroupName`, `Etag`, and `Name`, which are essential for specifying and validating the entry group deletion request."],["The class features two constructors: a default parameterless one and another one that accepts an existing `DeleteEntryGroupRequest` for cloning."]]],[]]