Google Cloud Config V1 Client - Class ListDeploymentsResponse (0.1.3)

Reference documentation and code samples for the Google Cloud Config V1 Client class ListDeploymentsResponse.

Generated from protobuf message google.cloud.config.v1.ListDeploymentsResponse

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

List of Deployments.

↳ next_page_token string

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

↳ unreachable array

Locations that could not be reached.

getDeployments

List of Deployments.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeployments

List of Deployments.

Parameter
NameDescription
var array<Google\Cloud\Config\V1\Deployment>
Returns
TypeDescription
$this

getNextPageToken

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

Returns
TypeDescription
string

setNextPageToken

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this