A base abstract class for CloudBuild requests.
CloudBuildServiceThe CloudBuild Service.
CloudBuildService.ScopeAvailable OAuth 2.0 scopes for use with the Cloud Build API.
CloudBuildService.ScopeConstantsAvailable OAuth 2.0 scope constants for use with the Cloud Build API.
GithubDotComWebhookResourceThe "githubDotComWebhook" collection of methods.
GithubDotComWebhookResource.ReceiveRequestReceiveGitHubDotComWebhook is called when the API receives a github.com webhook.
LocationsResourceThe "locations" collection of methods.
LocationsResource.RegionalWebhookRequestReceiveRegionalWebhook is called when the API receives a regional GitHub webhook.
OperationsResourceThe "operations" collection of methods.
OperationsResource.CancelRequestStarts 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
.
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResourceThe "projects" collection of methods.
ProjectsResource.BuildsResourceThe "builds" collection of methods.
ProjectsResource.BuildsResource.ApproveRequestApproves 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.
ProjectsResource.BuildsResource.CancelRequestCancels a build in progress.
ProjectsResource.BuildsResource.CreateRequestStarts 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
).
Returns information about a previously requested build. The Build
that is returned includes its status (such as SUCCESS
, FAILURE
, or WORKING
), and timing information.
Lists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.
ProjectsResource.BuildsResource.RetryRequestCreates 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 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.
The "githubEnterpriseConfigs" collection of methods.
ProjectsResource.GithubEnterpriseConfigsResource.CreateRequestCreate an association between a GCP project and a GitHub Enterprise server.
ProjectsResource.GithubEnterpriseConfigsResource.DeleteRequestDelete an association between a GCP project and a GitHub Enterprise server.
ProjectsResource.GithubEnterpriseConfigsResource.GetRequestRetrieve a GitHubEnterpriseConfig.
ProjectsResource.GithubEnterpriseConfigsResource.ListRequestList all GitHubEnterpriseConfigs for a given project.
ProjectsResource.GithubEnterpriseConfigsResource.PatchRequestUpdate an association between a GCP project and a GitHub Enterprise server.
ProjectsResource.LocationsResourceThe "locations" collection of methods.
ProjectsResource.LocationsResource.BitbucketServerConfigsResourceThe "bitbucketServerConfigs" collection of methods.
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ConnectedRepositoriesResourceThe "connectedRepositories" collection of methods.
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ConnectedRepositoriesResource.BatchCreateRequestBatch connecting Bitbucket Server repositories to Cloud Build.
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.CreateRequestCreates a new BitbucketServerConfig
. This API is experimental.
Delete a BitbucketServerConfig
. This API is experimental.
Retrieve a BitbucketServerConfig
. This API is experimental.
List all BitbucketServerConfigs
for a given project. This API is experimental.
Updates an existing BitbucketServerConfig
. This API is experimental.
Remove a Bitbucket Server repository from a given BitbucketServerConfig's connected repositories. This API is experimental.
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResourceThe "repos" collection of methods.
ProjectsResource.LocationsResource.BitbucketServerConfigsResource.ReposResource.ListRequestList all repositories for a given BitbucketServerConfig
. This API is experimental.
The "builds" collection of methods.
ProjectsResource.LocationsResource.BuildsResource.ApproveRequestApproves 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.
ProjectsResource.LocationsResource.BuildsResource.CancelRequestCancels a build in progress.
ProjectsResource.LocationsResource.BuildsResource.CreateRequestStarts 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
).
Returns information about a previously requested build. The Build
that is returned includes its status (such as SUCCESS
, FAILURE
, or WORKING
), and timing information.
Lists previously requested builds. Previously requested builds may still be in-progress, or may have finished successfully or unsuccessfully.
ProjectsResource.LocationsResource.BuildsResource.RetryRequestCreates 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 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.
Returns the DefaultServiceAccount
used by the project.
The "gitLabConfigs" collection of methods.
ProjectsResource.LocationsResource.GitLabConfigsResource.ConnectedRepositoriesResourceThe "connectedRepositories" collection of methods.
ProjectsResource.LocationsResource.GitLabConfigsResource.ConnectedRepositoriesResource.BatchCreateRequestBatch connecting GitLab repositories to Cloud Build. This API is experimental.
ProjectsResource.LocationsResource.GitLabConfigsResource.CreateRequestCreates a new GitLabConfig
. This API is experimental
Delete a GitLabConfig
. This API is experimental
Retrieves a GitLabConfig
. This API is experimental
List all GitLabConfigs
for a given project. This API is experimental
Updates an existing GitLabConfig
. This API is experimental
Remove a GitLab repository from a given GitLabConfig's connected repositories. This API is experimental.
ProjectsResource.LocationsResource.GitLabConfigsResource.ReposResourceThe "repos" collection of methods.
ProjectsResource.LocationsResource.GitLabConfigsResource.ReposResource.ListRequestList all repositories for a given GitLabConfig
. This API is experimental
The "githubEnterpriseConfigs" collection of methods.
ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource.CreateRequestCreate an association between a GCP project and a GitHub Enterprise server.
ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource.DeleteRequestDelete an association between a GCP project and a GitHub Enterprise server.
ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource.GetRequestRetrieve a GitHubEnterpriseConfig.
ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource.ListRequestList all GitHubEnterpriseConfigs for a given project.
ProjectsResource.LocationsResource.GithubEnterpriseConfigsResource.PatchRequestUpdate an association between a GCP project and a GitHub Enterprise server.
ProjectsResource.LocationsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.OperationsResource.CancelRequestStarts 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
.
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
ProjectsResource.LocationsResource.TriggersResourceThe "triggers" collection of methods.
ProjectsResource.LocationsResource.TriggersResource.CreateRequestCreates a new BuildTrigger
.
Deletes a BuildTrigger
by its project ID and trigger ID.
Returns information about a BuildTrigger
.
Lists existing BuildTrigger
s.
Updates a BuildTrigger
by its project ID and trigger ID.
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.
ReceiveTriggerWebhook [Experimental] is called when the API receives a webhook request targeted at a specific trigger.
ProjectsResource.LocationsResource.WorkerPoolsResourceThe "workerPools" collection of methods.
ProjectsResource.LocationsResource.WorkerPoolsResource.CreateRequestCreates a WorkerPool
.
Deletes a WorkerPool
.
Returns details of a WorkerPool
.
Lists WorkerPool
s.
Updates a WorkerPool
.
The "triggers" collection of methods.
ProjectsResource.TriggersResource.CreateRequestCreates a new BuildTrigger
.
Deletes a BuildTrigger
by its project ID and trigger ID.
Returns information about a BuildTrigger
.
Lists existing BuildTrigger
s.
Updates a BuildTrigger
by its project ID and trigger ID.
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.
ReceiveTriggerWebhook [Experimental] is called when the API receives a webhook request targeted at a specific trigger.
V1ResourceThe "v1" collection of methods.
V1Resource.WebhookRequestReceiveWebhook is called when the API receives a GitHub webhook.
Enums CloudBuildBaseServiceRequest<TResponse>.AltEnumData format for response.
CloudBuildBaseServiceRequest<TResponse>.XgafvEnumV1 error format.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4