Reference documentation and code samples for the Google Cloud Config V1 Client class ListResourceDriftsResponse.
A response to a 'ListResourceDrifts' call. Contains a list of ResourceDrifts.
Generated from protobuf message google.cloud.config.v1.ListResourceDriftsResponse
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_drifts |
array<ResourceDrift>
List of ResourceDrifts. |
↳ next_page_token |
string
A token to request the next page of resources from the 'ListResourceDrifts' method. The value of an empty string means that there are no more resources to return. |
↳ unreachable |
array
Unreachable resources, if any. |
getResourceDrifts
List of ResourceDrifts.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setResourceDrifts
List of ResourceDrifts.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ResourceDrift>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token to request the next page of resources from the 'ListResourceDrifts' 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 'ListResourceDrifts' 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 |
|