public sealed class DeleteConnectionRequest : IMessage<DeleteConnectionRequest>, IEquatable<DeleteConnectionRequest>, IDeepCloneable<DeleteConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class DeleteConnectionRequest.
Request message for ConnectorsService.DeleteConnection.
[[["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-21 UTC."],[[["This page provides reference documentation for the `DeleteConnectionRequest` class within the Google Cloud Connectors v1 API, specifically version 1.2.0."],["`DeleteConnectionRequest` is a sealed class used for requesting the deletion of a connection, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["`DeleteConnectionRequest` has properties, such as `ConnectionName` and `Name`, used to specify the resource name of the connection to be deleted."],["The current latest version of this class is version 1.3.0, followed by versions 1.2.0, 1.1.0, and 1.0.0."]]],[]]