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, across various versions, with version 2.15.0 being the latest."],["The `UpdateBuildTriggerRequest` class is used to update an existing `BuildTrigger` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a default constructor and a copy constructor, as well as properties like `ProjectId`, `Trigger`, and `TriggerId`, all of which are required for updating a build trigger."],["The documentation provides links to different versions of the `UpdateBuildTriggerRequest` documentation, dating back to version 1.0.0, demonstrating a history of updates and revisions."],["The page also lists inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]