Google Cloud Config V1 Client - Class ListResourceChangesResponse (1.6.1)

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

A response to a 'ListResourceChanges' call. Contains a list of ResourceChanges.

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

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ resource_changes array<ResourceChange>

List of ResourceChanges.

↳ next_page_token string

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

↳ unreachable array

Unreachable resources, if any.

getResourceChanges

List of ResourceChanges.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setResourceChanges

List of ResourceChanges.

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

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unreachable resources, if any.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable resources, if any.

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.