public sealed class UpdateBuildTriggerRequest : IMessage<UpdateBuildTriggerRequest>, IEquatable<UpdateBuildTriggerRequest>, IDeepCloneable<UpdateBuildTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class UpdateBuildTriggerRequest.
Update mask for the resource. If this is set,
the server will only update the fields specified in the field mask.
Otherwise, a full update of the mutable resource fields will be performed.
[[["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 provides documentation for the `UpdateBuildTriggerRequest` class within the Google Cloud Build v1 API for .NET, specifically version 2.13.0."],["The `UpdateBuildTriggerRequest` class is used to request the update of an existing `BuildTrigger` and is part of the `Google.Cloud.CloudBuild.V1` namespace."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The `UpdateBuildTriggerRequest` class requires properties such as `ProjectId`, `Trigger` (the `BuildTrigger` to be updated), and `TriggerId` (the ID of the trigger to update) and allows the use of `UpdateMask` for granular updates."],["The page also lists historical versions of this documentation, ranging from version 2.15.0 down to 1.0.0, accessible via clickable links."]]],[]]