[[["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 documents the process of creating a new `BuildTrigger` using a `POST` request to the Google Cloud Build API."],["The request requires a `parent` path parameter specifying the project and location where the trigger will be created, as well as a `projectId` query parameter identifying the project."],["The body of the request contains the `BuildTrigger` object to be created, and a successful response will return the newly created `BuildTrigger`."],["Creating a trigger requires `cloudbuild.builds.create` IAM permission on the parent resource and `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The url is using [gRPC Transcoding](https://google.aip.dev/127) syntax."]]],[]]