public sealed class DeleteBuildTriggerRequest : IMessage<DeleteBuildTriggerRequest>, IEquatable<DeleteBuildTriggerRequest>, IDeepCloneable<DeleteBuildTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class DeleteBuildTriggerRequest.
[[["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 webpage provides reference documentation for the `DeleteBuildTriggerRequest` class within the Cloud Build v1 API for .NET, specifically version 2.7.0."],["The `DeleteBuildTriggerRequest` class is used to send a request to delete a `BuildTrigger` and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors of `DeleteBuildTriggerRequest`, which include a default constructor and a copy constructor, as well as it outlines its properties: `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`."],["There are many versioned links to `DeleteBuildTriggerRequest` present on the page, going from the latest version 2.15.0, all the way down to version 1.0.0."],["The `DeleteBuildTriggerRequest` requires a project ID and a trigger ID to identify the `BuildTrigger` to delete, and the trigger's name can be accessed through the `Name` property."]]],[]]