public interface ReportSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompliantCount()
public abstract int getCompliantCount()Output only. The number of compliant checks.
int32 compliant_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The compliantCount. |
getErrorCount()
public abstract int getErrorCount()Output only. The number of checks that can't be performed due to errors.
int32 error_count = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The errorCount. |
getManualReviewNeededCount()
public abstract int getManualReviewNeededCount()Output only. The number of checks with "manual review needed" status.
int32 manual_review_needed_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The manualReviewNeededCount. |
getTotalCount()
public abstract int getTotalCount()Output only. The total number of checks.
int32 total_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The totalCount. |
getViolationCount()
public abstract int getViolationCount()Output only. The number of checks with violations.
int32 violation_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The violationCount. |