public sealed class DeleteTriggerRequest : IMessage<DeleteTriggerRequest>, IEquatable<DeleteTriggerRequest>, IDeepCloneable<DeleteTriggerRequest>, IBufferMessage, IMessage
[[["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 outlines the `DeleteTriggerRequest` class within the `Google.Cloud.Eventarc.V1` namespace, used for deleting triggers in the Google Cloud Eventarc service."],["The `DeleteTriggerRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["Key properties of the `DeleteTriggerRequest` class include `Name` (the required name of the trigger to delete), `AllowMissing` (allowing the request to succeed even if the trigger is not found), `Etag` (for conditional deletion), `TriggerName` (a typed view over the name) and `ValidateOnly` (for request validation and preview without actual deletion)."],["The document provides links to various versions of the `DeleteTriggerRequest` class, ranging from version 1.0.0 to the latest 2.6.0, along with the details of its constructors and inherited members."],["Two constructors are available to make a new `DeleteTriggerRequest` either empty, or copying the values from another `DeleteTriggerRequest`."]]],[]]