public static interface VulnerabilityOccurrencesSummary.FixableTotalByDigestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFixableCount()
public abstract long getFixableCount()The number of fixable vulnerabilities associated with this resource.
int64 fixable_count = 3;
| Type | Description |
| long | The fixableCount. |
getResource()
public abstract Resource getResource()The affected resource.
.grafeas.v1beta1.Resource resource = 1;
| Type | Description |
| Resource | The resource. |
getResourceOrBuilder()
public abstract ResourceOrBuilder getResourceOrBuilder()The affected resource.
.grafeas.v1beta1.Resource resource = 1;
| Type | Description |
| ResourceOrBuilder |
getSeverity()
public abstract Severity getSeverity()The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1beta1.vulnerability.Severity severity = 2;
| Type | Description |
| Severity | The severity. |
getSeverityValue()
public abstract int getSeverityValue()The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
.grafeas.v1beta1.vulnerability.Severity severity = 2;
| Type | Description |
| int | The enum numeric value on the wire for severity. |
getTotalCount()
public abstract long getTotalCount()The total number of vulnerabilities associated with this resource.
int64 total_count = 4;
| Type | Description |
| long | The totalCount. |
hasResource()
public abstract boolean hasResource()The affected resource.
.grafeas.v1beta1.Resource resource = 1;
| Type | Description |
| boolean | Whether the resource field is set. |