integrations.sh
← all integrations

googleapis.com – cloudbuild

OpenAPI apis-guru analyticsmedia

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.cloudbuildGithubDotComWebhookReceive

    ReceiveGitHubDotComWebhook is called when the API receives a github.com webhook.

  • locations.cloudbuildLocationsRegionalWebhook

    ReceiveRegionalWebhook is called when the API receives a regional GitHub webhook.

  • projects.cloudbuildProjectsBuildsCancel

    Cancels a build in progress.

  • projects.cloudbuildProjectsBuildsCreate

    Starts a build with the specified configuration. This method returns a long-running Operation, which includes the build ID. Pass the build ID to GetBuild to determine the build status (such as SUCCESS or FAILURE).

  • projects.cloudbuildProjectsBuildsGet

    Returns information about a previously requested build. The Build that is returned includes its status (such as SUCCESS, FAILURE, or WORKING), and timing information.

  • projects.cloudbuildProjectsBuildsList

    Lists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.

  • projects.cloudbuildProjectsBuildsRetry

    Creates 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 specify StorageSource: * 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.cloudbuildProjectsLocationsBitbucketServerConfigsCreate

    Creates a new BitbucketServerConfig. This API is experimental.

  • projects.cloudbuildProjectsLocationsBitbucketServerConfigsList

    List all BitbucketServerConfigs for a given project. This API is experimental.

  • projects.cloudbuildProjectsLocationsBitbucketServerConfigsRemoveBitbucketServerConnectedRepository

    Remove a Bitbucket Server repository from a given BitbucketServerConfig's connected repositories. This API is experimental.

  • projects.cloudbuildProjectsLocationsBuildsApprove

    Approves 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.cloudbuildProjectsLocationsBuildsCreate

    Starts a build with the specified configuration. This method returns a long-running Operation, which includes the build ID. Pass the build ID to GetBuild to determine the build status (such as SUCCESS or FAILURE).

  • projects.cloudbuildProjectsLocationsBuildsList

    Lists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.

  • projects.cloudbuildProjectsLocationsBuildsRetry

    Creates 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 specify StorageSource: * 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.cloudbuildProjectsLocationsGithubEnterpriseConfigsCreate

    Create an association between a GCP project and a GitHub Enterprise server.

  • projects.cloudbuildProjectsLocationsGithubEnterpriseConfigsList

    List all GitHubEnterpriseConfigs for a given project.

  • projects.cloudbuildProjectsLocationsGitLabConfigsConnectedRepositoriesBatchCreate

    Batch connecting GitLab repositories to Cloud Build. This API is experimental.

  • projects.cloudbuildProjectsLocationsGitLabConfigsCreate

    Creates a new GitLabConfig. This API is experimental

  • projects.cloudbuildProjectsLocationsGitLabConfigsList

    List all GitLabConfigs for a given project. This API is experimental

  • projects.cloudbuildProjectsLocationsGitLabConfigsRemoveGitLabConnectedRepository

    Remove a GitLab repository from a given GitLabConfig's connected repositories. This API is experimental.

  • projects.cloudbuildProjectsLocationsGitLabConfigsReposList

    List all repositories for a given GitLabConfig. This API is experimental

  • projects.cloudbuildProjectsLocationsOperationsCancel

    Starts 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 to Code.CANCELLED.

  • projects.cloudbuildProjectsLocationsTriggersCreate

    Creates a new BuildTrigger. This API is experimental.

  • projects.cloudbuildProjectsLocationsTriggersList

    Lists existing BuildTriggers. This API is experimental.

  • projects.cloudbuildProjectsLocationsTriggersPatch

    Updates a BuildTrigger by its project ID and trigger ID. This API is experimental.

  • projects.cloudbuildProjectsLocationsTriggersRun

    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.

  • projects.cloudbuildProjectsLocationsTriggersWebhook

    ReceiveTriggerWebhook [Experimental] is called when the API receives a webhook request targeted at a specific trigger.

  • projects.cloudbuildProjectsLocationsWorkerPoolsCreate

    Creates a WorkerPool.

  • projects.cloudbuildProjectsLocationsWorkerPoolsDelete

    Deletes a WorkerPool.

  • projects.cloudbuildProjectsLocationsWorkerPoolsGet

    Returns details of a WorkerPool.

  • projects.cloudbuildProjectsLocationsWorkerPoolsList

    Lists WorkerPools.

  • projects.cloudbuildProjectsLocationsWorkerPoolsPatch

    Updates a WorkerPool.

  • projects.cloudbuildProjectsTriggersCreate

    Creates a new BuildTrigger. This API is experimental.

  • projects.cloudbuildProjectsTriggersDelete

    Deletes a BuildTrigger by its project ID and trigger ID. This API is experimental.

  • projects.cloudbuildProjectsTriggersGet

    Returns information about a BuildTrigger. This API is experimental.

  • projects.cloudbuildProjectsTriggersList

    Lists existing BuildTriggers. This API is experimental.

  • projects.cloudbuildProjectsTriggersPatch

    Updates a BuildTrigger by its project ID and trigger ID. This API is experimental.

  • projects.cloudbuildProjectsTriggersRun

    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.

  • projects.cloudbuildProjectsTriggersWebhook

    ReceiveTriggerWebhook [Experimental] is called when the API receives a webhook request targeted at a specific trigger.

  • v1.cloudbuildWebhook

    ReceiveWebhook is called when the API receives a GitHub webhook.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools