Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class ListRolloutsResponse.
Message for response to listing Rollouts
Generated from protobuf message google.cloud.configdelivery.v1beta.ListRolloutsResponse
Namespace
Google \ Cloud \ ConfigDelivery \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rollouts |
array<Rollout>
The list of Rollouts |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
↳ unreachable |
array
Unordered list. Locations that could not be reached. |
getRollouts
The list of Rollouts
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRollouts
The list of Rollouts
| Parameter | |
|---|---|
| Name | Description |
var |
array<Rollout>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results the server should return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results the server should return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Unordered list. Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Unordered list. Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|