public sealed class DeleteTriggerRequest : IMessage<DeleteTriggerRequest>, IEquatable<DeleteTriggerRequest>, IDeepCloneable<DeleteTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteTriggerRequest.
[[["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 `DeleteTriggerRequest` class within the Google Cloud Eventarc v1 API, specifically version 2.1.0, and contains details on how to delete a trigger."],["The `DeleteTriggerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various capabilities for interacting with the class."],["There are two constructors, one being a default and the other to create a copy from another `DeleteTriggerRequest`, both allowing the creation of `DeleteTriggerRequest` objects."],["Key properties within the `DeleteTriggerRequest` class include `AllowMissing` to allow for the success of requests when no trigger is found, `Etag` to match the resource version, and `Name` to specify the trigger to be deleted, as well as `ValidateOnly` to preview before deletion."],["The document lists multiple versions of the `DeleteTriggerRequest`, ranging from 1.0.0 to 2.6.0, with 2.6.0 being the latest version of the class reference documentation."]]],[]]