Google Cloud Config V1 Client - Class ListDeploymentGroupRevisionsResponse (1.8.0)

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

The response message for the ListDeploymentGroupRevisions method.

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

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deployment_group_revisions array<DeploymentGroupRevision>

The deployment group revisions from the specified collection.

↳ next_page_token string

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

↳ unreachable string[]

Unordered list. Locations that could not be reached.

getDeploymentGroupRevisions

The deployment group revisions from the specified collection.

Returns
Type Description
Google\Protobuf\RepeatedField<DeploymentGroupRevision>

setDeploymentGroupRevisions

The deployment group revisions from the specified collection.

Parameter
Name Description
var array<DeploymentGroupRevision>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unordered list. Locations that could not be reached.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Unordered list. Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this