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.6.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 contains the parameters required for deleting a `BuildTrigger`, such as `ProjectId`, `TriggerId`, and the format `Name` which includes the project, location, and trigger."],["There are multiple version links available, with the latest version being 2.15.0, allowing navigation to documentation for the `DeleteBuildTriggerRequest` class across different versions of the API."],["The `DeleteBuildTriggerRequest` class includes constructors and properties like `BuildTriggerName` that is a view over the name property, and the class is part of the `Google.Cloud.CloudBuild.V1` namespace."]]],[]]