public sealed class UpdateBuildTriggerRequest : IMessage<UpdateBuildTriggerRequest>, IEquatable<UpdateBuildTriggerRequest>, IDeepCloneable<UpdateBuildTriggerRequest>, 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 `UpdateBuildTriggerRequest` class within the `Google.Cloud.CloudBuild.V1` namespace, used to request updates to an existing `BuildTrigger`."],["The latest version available for this class is 2.15.0, with historical versions accessible down to 1.0.0, showcasing the different iterations of the class throughout it's history."],["The `UpdateBuildTriggerRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateBuildTriggerRequest` class include `ProjectId`, `Trigger`, and `TriggerId`, all of which are required to successfully update a BuildTrigger, and are detailed on the page."],["The page also documents the class's constructors, including a default constructor and one that takes another `UpdateBuildTriggerRequest` object as a parameter, allowing for quick object creation."]]],[]]