public sealed class DeleteConnectionRequest : IMessage<DeleteConnectionRequest>, IEquatable<DeleteConnectionRequest>, IDeepCloneable<DeleteConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DeleteConnectionRequest.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `DeleteConnectionRequest` class within the Google Cloud Data Loss Prevention v2 API, specifically focusing on version 4.12.0."],["The `DeleteConnectionRequest` class is used to send requests for deleting a connection and is part of the `Google.Cloud.Dlp.V2` namespace in the .NET library."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparisons, deep cloning, and buffer management."],["The `DeleteConnectionRequest` class has two constructors: one default constructor and another that takes a `DeleteConnectionRequest` object, as well as properties for `ConnectionName` and `Name` to identify the connection being deleted."],["The page lists previous versions of the documentation for the `DeleteConnectionRequest`, starting with the most recent 4.16.0, and listing all the way down to 2.15.0."]]],[]]