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, with the most recent version being 2.15.0."],["The `DeleteBuildTriggerRequest` class is used to request the deletion of a `BuildTrigger` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It details the available versions, inheritance, implemented interfaces, constructors, properties such as `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, and members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["There is a total of 21 versions, ranging from version 1.0.0 to the latest 2.15.0, each of which directs to a specific reference page for the method."],["It requires the project ID and build trigger ID to be passed as parameters for this request."]]],[]]