This method returns a long-running Operation, which includes the build ID. Pass the build ID to builds.get to determine the build status (such as SUCCESS or FAILURE).
HTTP request
POST https://cloudbuild.googleapis.com/v1/{parent=projects/*/locations/*}/builds
[[["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 initiates a build process using a specified configuration and returns a long-running operation to track its status."],["The HTTP request utilizes a POST method with a URL structure that incorporates gRPC Transcoding syntax, requiring the parent resource to be specified in the path."],["Parameters like `parent` are used in the URL's path and `projectId` is required in the query to define the scope of the build and the necessary permissions."],["The request body must include an instance of the `Build` resource, and upon success, the response will contain an `Operation` resource."],["Authorization for this operation necessitates the `cloudbuild.builds.create` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]