Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ReportSummary.
Additional information for an audit operation.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ReportSummary
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ total_count |
int
Output only. The total number of checks. |
↳ compliant_count |
int
Output only. The number of compliant checks. |
↳ violation_count |
int
Output only. The number of checks with violations. |
↳ manual_review_needed_count |
int
Output only. The number of checks with "manual review needed" status. |
↳ error_count |
int
Output only. The number of checks that can't be performed due to errors. |
getTotalCount
Output only. The total number of checks.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTotalCount
Output only. The total number of checks.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCompliantCount
Output only. The number of compliant checks.
| Returns | |
|---|---|
| Type | Description |
int |
|
setCompliantCount
Output only. The number of compliant checks.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getViolationCount
Output only. The number of checks with violations.
| Returns | |
|---|---|
| Type | Description |
int |
|
setViolationCount
Output only. The number of checks with violations.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getManualReviewNeededCount
Output only. The number of checks with "manual review needed" status.
| Returns | |
|---|---|
| Type | Description |
int |
|
setManualReviewNeededCount
Output only. The number of checks with "manual review needed" status.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getErrorCount
Output only. The number of checks that can't be performed due to errors.
| Returns | |
|---|---|
| Type | Description |
int |
|
setErrorCount
Output only. The number of checks that can't be performed due to errors.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|