Reference documentation and code samples for the Google Cloud Audit Manager V1 Client class ListControlsRequest.
Message for requesting all the controls for a compliance standard.
Generated from protobuf message google.cloud.auditmanager.v1.ListControlsRequest
Namespace
Google \ Cloud \ AuditManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Format projects/{project}/locations/{location}/standards/{standard}, folders/{folder}/locations/{location}/standards/{standard} |
↳ 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. Format projects/{project}/locations/{location}/standards/{standard}, folders/{folder}/locations/{location}/standards/{standard}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Format projects/{project}/locations/{location}/standards/{standard}, folders/{folder}/locations/{location}/standards/{standard}
| 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. Format projects/{project}/locations/{location}/standards/{standard}, folders/{folder}/locations/{location}/standards/{standard} Please see AuditManagerClient::standardName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ListControlsRequest |
|