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 Build API's .NET library, specifically for version 2.0.0 and earlier, with the most recent version being 2.15.0."],["The `UpdateBuildTriggerRequest` class is used to request updates to existing build triggers and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `ProjectId`, `Trigger`, and `TriggerId`, all of which are required for updating a build trigger, in addition to having 2 available constructors."],["The webpage provides a detailed list of all versions of `UpdateBuildTriggerRequest`, spanning from version 1.0.0 all the way up to 2.15.0, with links to access each individual version's documentation."]]],[]]