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.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of BuildTrigger.
Response body
If successful, the response body contains an instance of BuildTrigger.
[[["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 2024-04-18 UTC."],[[["This webpage details how to update a `BuildTrigger` using its project ID and trigger ID via a `PATCH` request to the specified URL."],["The `projectId` and `triggerId` are required path parameters to identify the `BuildTrigger` to be updated, with `projectId` requiring `cloudbuild.builds.create` IAM permission."],["The `updateMask` is an optional query parameter that allows for partial updates to the `BuildTrigger`, specifying which fields to modify."],["The request body should contain a `BuildTrigger` instance, and a successful response will also include a `BuildTrigger` instance."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]