Google Cloud Telco Automation V1 Client - Class SearchDeploymentRevisionsResponse (1.0.0)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class SearchDeploymentRevisionsResponse.

Response object for SearchDeploymentRevisions.

Generated from protobuf message google.cloud.telcoautomation.v1.SearchDeploymentRevisionsResponse

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deployments array<Google\Cloud\TelcoAutomation\V1\Deployment>

The list of requested deployment revisions.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getDeployments

The list of requested deployment revisions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDeployments

The list of requested deployment revisions.

Parameter
Name Description
var array<Google\Cloud\TelcoAutomation\V1\Deployment>
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