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 document provides reference documentation for the `DeleteChannelConnectionRequest` class within the Google Cloud Eventarc v1 API."],["`DeleteChannelConnectionRequest` is the request message type used for the `DeleteChannelConnection` method, allowing for the deletion of a channel connection."],["The latest version of this documentation is for 2.6.0, with older versions ranging down to 1.0.0 also available for viewing."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, which defines built in methods."],["The required property for this request is \"Name\" which represents the name of the channel connection to be deleted, which can be viewed as the typed property of `ChannelConnectionName`."]]],[]]