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 page provides reference documentation for the `UpdateBuildTriggerRequest` class within the Cloud Build v1 API for .NET, with the most recent version being 2.15.0."],["The `UpdateBuildTriggerRequest` class is used to update an existing `BuildTrigger`, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateBuildTriggerRequest` class include `ProjectId`, `Trigger`, `TriggerId`, and `UpdateMask`, which are essential for specifying the trigger to be updated and the project it belongs to."],["The page lists the versions of `UpdateBuildTriggerRequest`, from the most recent, 2.15.0, to the earliest, 1.0.0, allowing users to access the version history of the API class."],["There is information about how to construct the class, along with descriptions of each parameter, and details on inherited members."]]],[]]