Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class ListHydratedDeploymentsResponse.
Response object for ListHydratedDeployments
.
Generated from protobuf message google.cloud.telcoautomation.v1.ListHydratedDeploymentsResponse
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ hydrated_deployments |
array<HydratedDeployment>
The list of hydrated deployments. |
↳ next_page_token |
string
A token that can be sent as |
getHydratedDeployments
The list of hydrated deployments.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setHydratedDeployments
The list of hydrated deployments.
Parameter | |
---|---|
Name | Description |
var |
array<HydratedDeployment>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |