Show / Hide Table of Contents

Namespace Google.Apis.CloudBuild.v1alpha1

Classes

CloudBuildBaseServiceRequest<TResponse>

A base abstract class for CloudBuild requests.

CloudBuildService

The CloudBuild Service.

CloudBuildService.Scope

Available OAuth 2.0 scopes for use with the Cloud Build API.

CloudBuildService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Build API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource.CancelRequest

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.

ProjectsResource.LocationsResource.OperationsResource.GetRequest

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

The "workerPools" collection of methods.

ProjectsResource.WorkerPoolsResource.CreateRequest

Creates a WorkerPool to run the builds, and returns the new worker pool.

ProjectsResource.WorkerPoolsResource.DeleteRequest

Deletes a WorkerPool by its project ID and WorkerPool name.

ProjectsResource.WorkerPoolsResource.GetRequest

Returns information about a WorkerPool.

ProjectsResource.WorkerPoolsResource.ListRequest

List project's WorkerPools.

ProjectsResource.WorkerPoolsResource.PatchRequest

Update a WorkerPool.

Enums

CloudBuildBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudBuildBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top