Reference documentation and code samples for the Google Cloud Run V2 Client class ListWorkerPoolsResponse.
Response message containing a list of WorkerPools.
Generated from protobuf message google.cloud.run.v2.ListWorkerPoolsResponse
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ worker_pools |
array<WorkerPool>
The resulting list of WorkerPools. |
↳ next_page_token |
string
A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue. |
getWorkerPools
The resulting list of WorkerPools.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setWorkerPools
The resulting list of WorkerPools.
| Parameter | |
|---|---|
| Name | Description |
var |
array<WorkerPool>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|