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."],[[["The latest version of the `DeleteTriggerRequest` class is 2.6.0, as seen within the provided content."],["This class, `DeleteTriggerRequest`, is part of the Google.Cloud.Eventarc.V1 namespace and is used as a request message for deleting a trigger within the Eventarc v1 API."],["The `DeleteTriggerRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning, equality checking, and message handling."],["Key properties of the `DeleteTriggerRequest` class include `AllowMissing` (a boolean to indicate if a request is valid even if a trigger is not found), `Etag` (for conditional deletion), `Name` (the name of the trigger to delete), `TriggerName` (typed view of the name property) and `ValidateOnly` (if the request should be validated but not executed)."],["There are multiple versions of the `DeleteTriggerRequest` class available, ranging from version 1.0.0 to the latest 2.6.0, each with a unique documentation link."]]],[]]