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."],[[["The latest version of the `DeleteConnectionRequest` class is 1.3.0, within the Integration Connectors v1 API for .NET."],["The `DeleteConnectionRequest` class is used to request the deletion of a connection via the `ConnectorsService.DeleteConnection` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usage."],["The `DeleteConnectionRequest` class has properties for `ConnectionName` (a typed view) and `Name` (a string), where `Name` is a required resource name that follows the format `projects/*/locations/*/connections/*`."],["Two constructors are available for the class, one is a parameterless constructor and the other is a copy constructor that takes another instance of `DeleteConnectionRequest`."]]],[]]