Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
static Severity |
Severity.forNumber(int value) |
Severity |
VulnerabilityOccurrenceOrBuilder.getEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available,
and note provider assigned severity when distro has not yet assigned a
severity for this vulnerability.
|
Severity |
VulnerabilityOccurrence.getEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available,
and note provider assigned severity when distro has not yet assigned a
severity for this vulnerability.
|
Severity |
VulnerabilityOccurrence.Builder.getEffectiveSeverity()
The distro assigned severity for this vulnerability when it is available,
and note provider assigned severity when distro has not yet assigned a
severity for this vulnerability.
|
Severity |
VulnerabilityOccurrenceOrBuilder.getSeverity()
Output only.
|
Severity |
VulnerabilityNote.getSeverity()
The note provider assigned severity of this vulnerability.
|
Severity |
VulnerabilityNote.Builder.getSeverity()
The note provider assigned severity of this vulnerability.
|
Severity |
VulnerabilityOccurrence.getSeverity()
Output only.
|
Severity |
VulnerabilityOccurrence.Builder.getSeverity()
Output only.
|
Severity |
VulnerabilityNoteOrBuilder.getSeverity()
The note provider assigned severity of this vulnerability.
|
static Severity |
Severity.valueOf(Descriptors.EnumValueDescriptor desc) |
static Severity |
Severity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<Severity> |
Severity.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
VulnerabilityOccurrence.Builder |
VulnerabilityOccurrence.Builder.setEffectiveSeverity(Severity value)
The distro assigned severity for this vulnerability when it is available,
and note provider assigned severity when distro has not yet assigned a
severity for this vulnerability.
|
VulnerabilityNote.Builder |
VulnerabilityNote.Builder.setSeverity(Severity value)
The note provider assigned severity of this vulnerability.
|
VulnerabilityOccurrence.Builder |
VulnerabilityOccurrence.Builder.setSeverity(Severity value)
Output only.
|
Copyright © 2019 Google LLC. All rights reserved.