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 current version being 2.2.0."],["The `DeleteBuildTriggerRequest` class is used to request the deletion of a `BuildTrigger`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the API, ranging from the latest version 2.15.0 down to 1.0.0, each with its own link to the `DeleteBuildTriggerRequest` documentation."],["The `DeleteBuildTriggerRequest` class includes properties like `BuildTriggerName`, `Name`, `ProjectId`, and `TriggerId` which are essential for specifying and identifying the trigger to be deleted."],["The documentation includes details on the constructors of `DeleteBuildTriggerRequest` and inherited members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]