Reference documentation and code samples for the Google Cloud Build V1 Client class ListWorkerPoolsResponse.
Response containing existing WorkerPools
.
Generated from protobuf message google.devtools.cloudbuild.v1.ListWorkerPoolsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ worker_pools |
array<Google\Cloud\Build\V1\WorkerPool>
|
getWorkerPools
WorkerPools
for the project.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setWorkerPools
WorkerPools
for the project.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Build\V1\WorkerPool>
|
Returns | |
---|---|
Type | Description |
$this |