Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListCloudControlsRequest.
Request message for listing CloudControls.
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 CloudControls to return. The default value is |
↳ page_token |
string
Optional. A pagination token returned from a previous request to list CloudControls. Provide this token to retrieve the next page of results. When paginating, parent provided to ListCloudControls request must match the call that provided the page token. |
getParent
Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of CloudControls 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 CloudControls 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 returned from a previous request to list CloudControls. Provide this token to retrieve the next page of results.
When paginating, parent provided to ListCloudControls request must match the call that provided the page token.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A pagination token returned from a previous request to list CloudControls. Provide this token to retrieve the next page of results.
When paginating, parent provided to 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 |