public sealed class DeleteBuildTriggerRequest : IMessage<DeleteBuildTriggerRequest>, IEquatable<DeleteBuildTriggerRequest>, IDeepCloneable<DeleteBuildTriggerRequest>, 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 webpage details the `DeleteBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used to request the deletion of a `BuildTrigger`."],["The latest version available is 2.15.0, with previous versions ranging from 2.14.0 down to 1.0.0, all of which link to documentation on `DeleteBuildTriggerRequest`."],["`DeleteBuildTriggerRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteBuildTriggerRequest` class includes properties like `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId`, which are used to specify the trigger to be deleted and the project it belongs to."],["The constructor `DeleteBuildTriggerRequest(DeleteBuildTriggerRequest other)` is used to create a new instance of `DeleteBuildTriggerRequest`, copying data from an existing instance."]]],[]]