Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ListResourceEnrollmentStatusesResponse.
Response message with all the descendent resources with enrollment.
Generated from protobuf message google.cloud.auditmanager.v1.ListResourceEnrollmentStatusesResponse
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_enrollment_statuses |
array<ResourceEnrollmentStatus>
The resources with their enrollment status. |
↳ next_page_token |
string
Output only. The token to retrieve the next page of results. |
getResourceEnrollmentStatuses
The resources with their enrollment status.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setResourceEnrollmentStatuses
The resources with their enrollment status.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ResourceEnrollmentStatus>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Output only. The token to retrieve the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Output only. The token to retrieve the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|