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 Google Cloud Build v1 API, specifically for version 2.8.0."],["The `DeleteBuildTriggerRequest` class is used to request the deletion of a `BuildTrigger`, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name`, `ProjectId`, `TriggerId`, and `BuildTriggerName`, which are used to identify and specify the `BuildTrigger` that needs to be deleted."],["The documentation also includes a list of previous versions of this class, ranging from 2.15.0 (latest) down to 1.0.0, all of which contain the same functionality."],["The class has two constructors: a default one `DeleteBuildTriggerRequest()` and another that takes another instance of `DeleteBuildTriggerRequest` as a parameter `DeleteBuildTriggerRequest(DeleteBuildTriggerRequest other)`."]]],[]]