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.
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 |