Namespace Google.Apis.CloudBuild.v1beta1
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.LocationsResource.WorkerPoolsResource
The "workerPools" collection of methods.
ProjectsResource.LocationsResource.WorkerPoolsResource.CreateRequest
Creates a WorkerPool
to run the builds, and returns the new worker pool. NOTE: As of now, this
method returns an Operation
that is always complete.
ProjectsResource.LocationsResource.WorkerPoolsResource.DeleteRequest
Deletes a WorkerPool
. NOTE: As of now, this method returns an Operation
that is always complete.
ProjectsResource.LocationsResource.WorkerPoolsResource.GetRequest
Returns details of a WorkerPool
.
ProjectsResource.LocationsResource.WorkerPoolsResource.ListRequest
Lists WorkerPool
s in the given project.
ProjectsResource.LocationsResource.WorkerPoolsResource.PatchRequest
Updates a WorkerPool
. NOTE: As of now, this method returns an Operation
that is always complete.
Enums
CloudBuildBaseServiceRequest<TResponse>.AltEnum
Data format for response.
CloudBuildBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.