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 for updating existing build triggers in Google Cloud Build."],["The latest version available is 2.15.0, and the page provides links to the documentation for many previous versions, all the way back to 1.0.0."],["`UpdateBuildTriggerRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class has properties like `ProjectId`, `Trigger`, and `TriggerId`, which are all required for updating a `BuildTrigger`."],["There are two constructors, one default and one that takes an `UpdateBuildTriggerRequest` object as a parameter, for creating instances of this class."]]],[]]