public interface ReportSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompliantCount()
public abstract int getCompliantCount()Number of compliant checks.
int32 compliant_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The compliantCount. |
getErrorCount()
public abstract int getErrorCount()Number of checks that could not be performed due to errors.
int32 error_count = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The errorCount. |
getManualReviewNeededCount()
public abstract int getManualReviewNeededCount()Number of checks with "manual review needed" status.
int32 manual_review_needed_count = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The manualReviewNeededCount. |
getTotalCount()
public abstract int getTotalCount()Total number of checks.
int32 total_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The totalCount. |
getViolationCount()
public abstract int getViolationCount()Number of checks with violations.
int32 violation_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The violationCount. |