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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ resource_changes
↳ 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.
setResourceChanges
List of ResourceChanges.
$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.
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.
var
string
$this
getUnreachable
Unreachable resources, if any.
setUnreachable
Unreachable resources, if any.
var
string[]
$this