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 webpage provides reference documentation for the `DeleteEntryGroupRequest` class within the Google Cloud Dataplex v1 API for .NET, including its properties and constructors."],["The `DeleteEntryGroupRequest` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The webpage lists multiple versions of the `DeleteEntryGroupRequest` documentation, from version 1.0.0 up to the latest version, 3.6.0, with the latest version being the primary recommendation."],["The `DeleteEntryGroupRequest` class includes properties such as `EntryGroupName`, `Etag`, and `Name`, all of which contribute to identifying and performing the request."],["The class contains two constructors, one default and one that accepts another `DeleteEntryGroupRequest` object as a parameter, to allow for a copy of said object."]]],[]]