Skip to main content

worker_pools

Overview

Nameworker_pools
TypeResource
Idgoogle.cloudbuild.worker_pools

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the WorkerPool, with format projects/{project}/locations/{location}/workerPools/{worker_pool}. The value of {worker_pool} is provided by worker_pool_id in CreateWorkerPool request and the value of {location} is determined by the endpoint accessed.
createTimestringOutput only. Time at which the request to create the WorkerPool was received.
deleteTimestringOutput only. Time at which the request to delete the WorkerPool was received.
displayNamestringA user-specified, human-readable name for the WorkerPool. If provided, this value must be 1-63 characters.
etagstringOutput only. Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
privatePoolV1ConfigobjectConfiguration for a V1 PrivatePool.
annotationsobjectUser specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
uidstringOutput only. A unique identifier for the WorkerPool.
statestringOutput only. WorkerPool state.
updateTimestringOutput only. Time at which the request to update the WorkerPool was received.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_worker_pools_getSELECTlocationsId, projectsId, workerPoolsIdReturns details of a WorkerPool.
projects_locations_worker_pools_listSELECTlocationsId, projectsIdLists WorkerPools.
projects_locations_worker_pools_createINSERTlocationsId, projectsIdCreates a WorkerPool.
projects_locations_worker_pools_deleteDELETElocationsId, projectsId, workerPoolsIdDeletes a WorkerPool.
_projects_locations_worker_pools_listEXEClocationsId, projectsIdLists WorkerPools.
projects_locations_worker_pools_patchEXEClocationsId, projectsId, workerPoolsIdUpdates a WorkerPool.