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 information for the `DeleteEntryGroupRequest` class within the Google Cloud Dataplex v1 API for .NET, covering its constructors, properties, and inheritance."],["The latest version available for the `DeleteEntryGroupRequest` class is 3.6.0, with prior versions ranging from 3.5.0 down to 1.0.0, each link leading to their respective documentation."],["The `DeleteEntryGroupRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within .NET environments."],["The class has two constructors: a default constructor (`DeleteEntryGroupRequest()`) and a copy constructor (`DeleteEntryGroupRequest(DeleteEntryGroupRequest other)`), allowing for object creation and duplication."],["Key properties of the `DeleteEntryGroupRequest` include `EntryGroupName` (a typed view of the entry group's name), `Etag` (for conditional deletion based on etag matching), and `Name` (the resource name of the EntryGroup), facilitating deletion operations."]]],[]]