ProjectsLocationsWorkerPools
class ProjectsLocationsWorkerPools extends Resource (View source)
The "workerPools" collection of methods.
Typical usage is:
$cloudbuildService = new Google\Service\CloudBuild(...);
$workerPools = $cloudbuildService->projects_locations_workerPools; Methods
create(string $parent, WorkerPool $postBody, array $optParams = [])
Creates a WorkerPool. (workerPools.create)
get(string $name, array $optParams = [])
Returns details of a WorkerPool. (workerPools.get)
listProjectsLocationsWorkerPools(string $parent, array $optParams = [])
Lists WorkerPools. (workerPools.listProjectsLocationsWorkerPools)
patch(string $name, WorkerPool $postBody, array $optParams = [])
Updates a WorkerPool. (workerPools.patch)
Details
Operation
create(string $parent, WorkerPool $postBody, array $optParams = [])
Creates a WorkerPool. (workerPools.create)
Operation
delete(string $name, array $optParams = [])
Deletes a WorkerPool. (workerPools.delete)
WorkerPool
get(string $name, array $optParams = [])
Returns details of a WorkerPool. (workerPools.get)
ListWorkerPoolsResponse
listProjectsLocationsWorkerPools(string $parent, array $optParams = [])
Lists WorkerPools. (workerPools.listProjectsLocationsWorkerPools)
Operation
patch(string $name, WorkerPool $postBody, array $optParams = [])
Updates a WorkerPool. (workerPools.patch)