public sealed class DeleteChannelConnectionRequest : IMessage<DeleteChannelConnectionRequest>, IEquatable<DeleteChannelConnectionRequest>, IDeepCloneable<DeleteChannelConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteChannelConnectionRequest.
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 page provides documentation for the `DeleteChannelConnectionRequest` class within the Google Cloud Eventarc v1 API, specifically for version 2.4.0."],["The `DeleteChannelConnectionRequest` class is used to construct requests for deleting a channel connection and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ChannelConnectionName` (typed view) and `Name` (string), with `Name` being a required field representing the channel connection's name to be deleted."],["There are several versions of the API available, with 2.6.0 being the latest and this particular documentation page referencing version 2.4.0."],["The `DeleteChannelConnectionRequest` class has two constructors, a default one and one that accepts another `DeleteChannelConnectionRequest` instance, facilitating object cloning."]]],[]]