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 documentation for the `DeleteEntryGroupRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment, with the latest version being 3.6.0 and version 3.0.0 being the current scope of the documentation."],["The `DeleteEntryGroupRequest` class is used to define a request to delete an EntryGroup and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteEntryGroupRequest` class include `EntryGroupName` (a typed view over the resource name), `Etag` (for conditional deletion based on etag values), and `Name` (the required resource name of the EntryGroup to be deleted)."],["The class has two constructors, a default constructor and one that takes another `DeleteEntryGroupRequest` instance to create a new instance, copying the properties from the provided one."],["There is a list of previous versions of the Google.Cloud.Dataplex.V1 API available, starting from version 1.0.0 up to the latest version 3.6.0, that can be accessed via links."]]],[]]