Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListCloudControlsRequest.
Request message for ListCloudControls.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ListCloudControlsRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource name, in the format |
↳ page_size |
int
Optional. The maximum number of cloud controls to return. The default value is |
↳ page_token |
string
Optional. A pagination token that's returned from a previous request to list cloud controls. Provide this token to retrieve the next page of results. When paginating, the parent that you provide to the ListCloudControls request must match the call that provided the page token. |
getParent
Required. The parent resource name, in the format
organizations/{organization}/locations/{location}.
The only supported location is global.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource name, in the format
organizations/{organization}/locations/{location}.
The only supported location is global.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. The maximum number of cloud controls to return. The default value
is 500.
If you exceed the maximum value of 1000, then the service uses the
maximum value.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. The maximum number of cloud controls to return. The default value
is 500.
If you exceed the maximum value of 1000, then the service uses the
maximum value.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. A pagination token that's returned from a previous request to list cloud controls. Provide this token to retrieve the next page of results.
When paginating, the parent that you provide to the ListCloudControls request must match the call that provided the page token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. A pagination token that's returned from a previous request to list cloud controls. Provide this token to retrieve the next page of results.
When paginating, the parent that you provide to the ListCloudControls request must match the call that provided the page token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource name, in the format
|
| Returns | |
|---|---|
| Type | Description |
ListCloudControlsRequest |
|