public sealed class DeleteChannelRequest : IMessage<DeleteChannelRequest>, IEquatable<DeleteChannelRequest>, IDeepCloneable<DeleteChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteChannelRequest.
[[["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-04-17 UTC."],[[["The `DeleteChannelRequest` class in the Eventarc v1 API is used to send a request to delete a channel."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the Google.Protobuf namespace."],["There are multiple versions of `DeleteChannelRequest` listed, ranging from 1.0.0 to 2.6.0, with the latter being the latest version."],["The class has properties like `ChannelName`, `Name`, and `ValidateOnly`, which are used to specify the channel to delete and whether to validate the request without actually posting it."],["The class contains 2 constructors: the default `DeleteChannelRequest()` constructor and a second `DeleteChannelRequest()` constructor that requires a `DeleteChannelRequest` object in its parameter."]]],[]]