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."],[[["The `DeleteEntryGroupRequest` class in the Google Cloud Dataplex V1 API is used to manage requests for deleting entry groups, and it is available in multiple versions, with version 3.6.0 being the latest."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `DeleteEntryGroupRequest` class contains properties such as `EntryGroupName`, `Etag`, and `Name`, which are essential for specifying the entry group to be deleted and managing concurrency through etag verification."],["The class also defines two constructors, a default and a copy constructor that can copy the values from another instance of `DeleteEntryGroupRequest`."],["The namespace for this class is `Google.Cloud.Dataplex.V1`, and it is contained within the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]