- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a WorkerPool
.
HTTP request
PATCH https://cloudbuild.googleapis.com/v1/{workerPool.name=projects/*/locations/*/workerPools/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
workerPool.name |
Output only. The resource name of the |
Query parameters
Parameters | |
---|---|
updateMask |
Optional. A mask specifying which fields in This is a comma-separated list of fully qualified names of fields. Example: |
validateOnly |
If set, validate the request and preview the response, but do not actually post it. |
Request body
The request body contains an instance of WorkerPool
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.