Runs a BuildTrigger at a particular source revision.
To run a regional or global trigger, use the POST request that includes the location endpoint in the path (ex. v1/projects/{projectId}/locations/{region}/triggers/{triggerId}:run). The POST request that does not include the location endpoint in the path can only be used when running global triggers.
HTTP request
POST https://cloudbuild.googleapis.com/v1/{name=projects/*/locations/*/triggers/*}:run
[[["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 API endpoint runs a `BuildTrigger` at a specific source revision, supporting both regional and global triggers via different POST request formats."],["The HTTP request is a POST method utilizing gRPC Transcoding syntax to specify the trigger to run, found at `https://cloudbuild.googleapis.com/v1/{name=projects/*/locations/*/triggers/*}:run`."],["The request requires a `name` path parameter, which is a string defining the `Trigger` to run, formatted as `projects/{project}/locations/{location}/triggers/{trigger}`."],["The request body needs to contain the `projectId`, `triggerId`, and `source`, where `source` specifies the build source."],["Successful requests return an `Operation` instance in the response body, and the operation needs the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]