Google Cloud Config V1 Client - Class ListRevisionsResponse (0.2.0)

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

A response to a 'ListRevisions' call. Contains a list of Revisions.

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

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ revisions array<Google\Cloud\Config\V1\Revision>

List of Revisions.

↳ next_page_token string

A token to request the next page of resources from the 'ListRevisions' method. The value of an empty string means that there are no more resources to return.

↳ unreachable array

Locations that could not be reached.

getRevisions

List of Revisions.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRevisions

List of Revisions.

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

getNextPageToken

A token to request the next page of resources from the 'ListRevisions' method. The value of an empty string means that there are no more resources to return.

Returns
TypeDescription
string

setNextPageToken

A token to request the next page of resources from the 'ListRevisions' method. The value of an empty string means that there are no more resources to return.

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