googleapis.com – cloudbuild
Creates and manages builds on Google Cloud Platform.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:cloudbuild/v1.json
- Provider
- googleapis.com:cloudbuild / cloudbuild
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/cloudbuild/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/cloudbuild/v1/openapi.yaml
Tools (42)
Extracted live via the executor SDK.
-
githubDotComWebhook.cloudbuildGithubDotComWebhookReceiveReceiveGitHubDotComWebhook is called when the API receives a github.com webhook.
-
locations.cloudbuildLocationsRegionalWebhookReceiveRegionalWebhook is called when the API receives a regional GitHub webhook.
-
projects.cloudbuildProjectsBuildsCancelCancels a build in progress.
-
projects.cloudbuildProjectsBuildsCreateStarts a build with the specified configuration. This method returns a long-running
Operation, which includes the build ID. Pass the build ID toGetBuildto determine the build status (such asSUCCESSorFAILURE). -
projects.cloudbuildProjectsBuildsGetReturns information about a previously requested build. The
Buildthat is returned includes its status (such asSUCCESS,FAILURE, orWORKING), and timing information. -
projects.cloudbuildProjectsBuildsListLists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.
-
projects.cloudbuildProjectsBuildsRetryCreates a new build based on the specified build. This method creates a new build using the original build request, which may or may not result in an identical build. For triggered builds: * Triggered builds resolve to a precise revision; therefore a retry of a triggered build will result in a build that uses the same revision. For non-triggered builds that specify
RepoSource: * If the original build built from the tip of a branch, the retried build will build from the tip of that branch, which may not be the same revision as the original build. * If the original build specified a commit sha or revision ID, the retried build will use the identical source. For builds that specifyStorageSource: * If the original build pulled source from Google Cloud Storage without specifying the generation of the object, the new build will use the current object, which may be different from the original build source. * If the original build pulled source from Cloud Storage and specified the generation of the object, the new build will attempt to use the same object, which may or may not be available depending on the bucket's lifecycle management settings. -
projects.cloudbuildProjectsLocationsBitbucketServerConfigsCreateCreates a new
BitbucketServerConfig. This API is experimental. -
projects.cloudbuildProjectsLocationsBitbucketServerConfigsListList all
BitbucketServerConfigsfor a given project. This API is experimental. -
projects.cloudbuildProjectsLocationsBitbucketServerConfigsRemoveBitbucketServerConnectedRepositoryRemove a Bitbucket Server repository from a given BitbucketServerConfig's connected repositories. This API is experimental.
-
projects.cloudbuildProjectsLocationsBuildsApproveApproves or rejects a pending build. If approved, the returned LRO will be analogous to the LRO returned from a CreateBuild call. If rejected, the returned LRO will be immediately done.
-
projects.cloudbuildProjectsLocationsBuildsCreateStarts a build with the specified configuration. This method returns a long-running
Operation, which includes the build ID. Pass the build ID toGetBuildto determine the build status (such asSUCCESSorFAILURE). -
projects.cloudbuildProjectsLocationsBuildsListLists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.
-
projects.cloudbuildProjectsLocationsBuildsRetryCreates a new build based on the specified build. This method creates a new build using the original build request, which may or may not result in an identical build. For triggered builds: * Triggered builds resolve to a precise revision; therefore a retry of a triggered build will result in a build that uses the same revision. For non-triggered builds that specify
RepoSource: * If the original build built from the tip of a branch, the retried build will build from the tip of that branch, which may not be the same revision as the original build. * If the original build specified a commit sha or revision ID, the retried build will use the identical source. For builds that specifyStorageSource: * If the original build pulled source from Google Cloud Storage without specifying the generation of the object, the new build will use the current object, which may be different from the original build source. * If the original build pulled source from Cloud Storage and specified the generation of the object, the new build will attempt to use the same object, which may or may not be available depending on the bucket's lifecycle management settings. -
projects.cloudbuildProjectsLocationsGithubEnterpriseConfigsCreateCreate an association between a GCP project and a GitHub Enterprise server.
-
projects.cloudbuildProjectsLocationsGithubEnterpriseConfigsListList all GitHubEnterpriseConfigs for a given project.
-
projects.cloudbuildProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreateBatch connecting GitLab repositories to Cloud Build. This API is experimental.
-
projects.cloudbuildProjectsLocationsGitLabConfigsCreateCreates a new
GitLabConfig. This API is experimental -
projects.cloudbuildProjectsLocationsGitLabConfigsListList all
GitLabConfigsfor a given project. This API is experimental -
projects.cloudbuildProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepositoryRemove a GitLab repository from a given GitLabConfig's connected repositories. This API is experimental.
-
projects.cloudbuildProjectsLocationsGitLabConfigsReposListList all repositories for a given
GitLabConfig. This API is experimental -
projects.cloudbuildProjectsLocationsOperationsCancelStarts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding toCode.CANCELLED. -
projects.cloudbuildProjectsLocationsTriggersCreateCreates a new
BuildTrigger. This API is experimental. -
projects.cloudbuildProjectsLocationsTriggersListLists existing
BuildTriggers. This API is experimental. -
projects.cloudbuildProjectsLocationsTriggersPatchUpdates a
BuildTriggerby its project ID and trigger ID. This API is experimental. -
projects.cloudbuildProjectsLocationsTriggersRunRuns a
BuildTriggerat 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. -
projects.cloudbuildProjectsLocationsTriggersWebhookReceiveTriggerWebhook [Experimental] is called when the API receives a webhook request targeted at a specific trigger.
-
projects.cloudbuildProjectsLocationsWorkerPoolsCreateCreates a
WorkerPool. -
projects.cloudbuildProjectsLocationsWorkerPoolsDeleteDeletes a
WorkerPool. -
projects.cloudbuildProjectsLocationsWorkerPoolsGetReturns details of a
WorkerPool. -
projects.cloudbuildProjectsLocationsWorkerPoolsListLists
WorkerPools. -
projects.cloudbuildProjectsLocationsWorkerPoolsPatchUpdates a
WorkerPool. -
projects.cloudbuildProjectsTriggersCreateCreates a new
BuildTrigger. This API is experimental. -
projects.cloudbuildProjectsTriggersDeleteDeletes a
BuildTriggerby its project ID and trigger ID. This API is experimental. -
projects.cloudbuildProjectsTriggersGetReturns information about a
BuildTrigger. This API is experimental. -
projects.cloudbuildProjectsTriggersListLists existing
BuildTriggers. This API is experimental. -
projects.cloudbuildProjectsTriggersPatchUpdates a
BuildTriggerby its project ID and trigger ID. This API is experimental. -
projects.cloudbuildProjectsTriggersRunRuns a
BuildTriggerat 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. -
projects.cloudbuildProjectsTriggersWebhookReceiveTriggerWebhook [Experimental] is called when the API receives a webhook request targeted at a specific trigger.
-
v1.cloudbuildWebhookReceiveWebhook is called when the API receives a GitHub webhook.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools