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