public sealed class DeleteChannelConnectionRequest : IMessage<DeleteChannelConnectionRequest>, IEquatable<DeleteChannelConnectionRequest>, IDeepCloneable<DeleteChannelConnectionRequest>, IBufferMessage, IMessage
The request message for the DeleteChannelConnection method.
[[["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 `DeleteChannelConnectionRequest` class is used to request the deletion of a channel connection in the Google Cloud Eventarc service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to integrate with Google's Protobuf framework and other .NET functionalities."],["There are multiple versions available for this resource, with 2.6.0 being the latest and version 2.0.0 being the current focus of the content provided."],["It has two properties, `ChannelConnectionName`, which is a type-view over the Name property, and `Name`, which is the string value of the name of the connection."],["The `DeleteChannelConnectionRequest` can be instantiated using two available constructors, a default one and one that takes in another `DeleteChannelConnectionRequest` as a parameter."]]],[]]