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 information for the `DeleteChannelConnectionRequest` class within the Google Cloud Eventarc v1 API, specifically version 2.2.0."],["The `DeleteChannelConnectionRequest` class is used to construct a request for deleting a channel connection and implements multiple interfaces for message handling and object management."],["The class offers two constructors: a default constructor and another to copy values from an existing `DeleteChannelConnectionRequest` object."],["The class contains two properties, `ChannelConnectionName`, which is a typed view over the name property, and `Name`, which is a required string representing the channel connection's name for deletion."],["The `DeleteChannelConnectionRequest` class can also be implemented through several methods inherited from base classes such as `Object` and interfaces such as IMessage."]]],[]]