Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ListControlComplianceSummariesResponse.
The response message for ListControlComplianceSummaries.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ListControlComplianceSummariesResponse
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ control_compliance_summaries |
array<ControlComplianceSummary>
The list of control compliance details. |
↳ next_page_token |
string
Output only. The token to retrieve the next page of results. |
getControlComplianceSummaries
The list of control compliance details.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setControlComplianceSummaries
The list of control compliance details.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ControlComplianceSummary>
|
| 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 |
|