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