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."],[[["This webpage details the `DeleteChannelConnectionRequest` class within the `Google.Cloud.Eventarc.V1` namespace, specifically for version 1.2.0 of the Google Cloud Eventarc library."],["The `DeleteChannelConnectionRequest` class is used to form a request to delete a channel connection, as part of the Google Cloud Eventarc service."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ChannelConnectionName` (a typed view of the name) and `Name` (a string representing the resource name of the channel connection)."],["The most recent version of this class is 2.6.0, and the content on this page is for version 1.2.0, the content also lists all the other available versions of the class."]]],[]]