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-03-24 UTC."],[[["This webpage provides documentation for the `DeleteConnectionRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, covering versions from 2.15.0 to 4.16.0 (latest)."],["The `DeleteConnectionRequest` class is a request message used for the `DeleteConnection` operation, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes methods like `GetHashCode`, `GetType`, and `ToString` and provides constructors for creating a new instance or cloning an existing one."],["It includes properties for `ConnectionName` and `Name`, with the latter being a required string to specify the resource name of the connection to be deleted in the format `projects/{project}/locations/{location}/connections/{connection}`."],["The latest version available for this specific page is version 4.16.0, and the earliest being version 2.15.0."]]],[]]