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/projects/{projectId}/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, returning a long-running operation with a unique build ID."],["The request is made via an HTTP POST request to a URL that includes the project ID as a path parameter."],["The `projectId` parameter is mandatory and requires the `cloudbuild.builds.create` IAM permission, while the `parent` parameter can specify a location for the build."],["The request body must contain an instance of the `Build` resource, and a successful response will contain an instance of the `Operation` resource."],["Authorization for this API requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]