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 for this class is 2.15.0, with historical versions from 2.14.0 back to 1.0.0 also listed on this page, allowing navigation through previous releases."],["`UpdateBuildTriggerRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class has properties such as `ProjectId`, `Trigger`, and `TriggerId`, which are required for specifying the project and the build trigger to be updated."],["The class includes two constructors: a default one and another that accepts an existing `UpdateBuildTriggerRequest` object for cloning purposes."]]],[]]