public static interface Execution.SummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFailures()
public abstract long getFailures()Output only. Number of failures.
int64 failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The failures. |
getNewFailures()
public abstract long getNewFailures()Output only. Number of new failures compared to the previous execution.
int64 new_failures = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The newFailures. |
getNewFixes()
public abstract long getNewFixes()Output only. Number of new fixes compared to the previous execution.
int64 new_fixes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The newFixes. |