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 page provides reference documentation for the `DeleteEntryGroupRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET."],["The `DeleteEntryGroupRequest` class is used to define the parameters for deleting an EntryGroup, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the available constructors for `DeleteEntryGroupRequest` along with a parameter describing how it can be built from another `DeleteEntryGroupRequest` object."],["Key properties of the `DeleteEntryGroupRequest` class include `EntryGroupName` (typed view over the resource name), `Etag` (optional etag for conflict resolution), and `Name` (required resource name of the EntryGroup)."],["The page lists various versions of the `DeleteEntryGroupRequest`, showing that the latest is 3.6.0 and going back as far as version 1.0.0, each providing a link to their respective documentation."]]],[]]