Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ListResourceEnrollmentStatusesRequest.
Message for listing all the descendent resources under parent with enrollment.
Generated from protobuf message google.cloud.auditmanager.v1.ListResourceEnrollmentStatusesRequest
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent scope for which the list of resources with enrollments are required. |
↳ page_size |
int
Optional. The maximum number of resources to return. |
↳ page_token |
string
Optional. The next_page_token value returned from a previous List request, if any. |
getParent
Required. The parent scope for which the list of resources with enrollments are required.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent scope for which the list of resources with enrollments are required.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. The maximum number of resources to return.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. The maximum number of resources to return.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. The next_page_token value returned from a previous List request, if any.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. The next_page_token value returned from a previous List request, if any.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent scope for which the list of resources with enrollments are required. Please see AuditManagerClient::enrollmentStatusScopeName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ListResourceEnrollmentStatusesRequest |
|