Enum VulnerabilityAssessmentNote.Assessment.Remediation.RemediationType (2.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
public enum VulnerabilityAssessmentNote.Assessment.Remediation.RemediationType extends Enum<VulnerabilityAssessmentNote.Assessment.Remediation.RemediationType> implements ProtocolMessageEnum
The type of remediation that can be applied.
Protobuf enum
grafeas.v1.VulnerabilityAssessmentNote.Assessment.Remediation.RemediationType
Static Fields
|
---|
Name | Description |
MITIGATION | A MITIGATION is available.
MITIGATION = 1;
|
MITIGATION_VALUE | A MITIGATION is available.
MITIGATION = 1;
|
NONE_AVAILABLE | Not available.
NONE_AVAILABLE = 3;
|
NONE_AVAILABLE_VALUE | Not available.
NONE_AVAILABLE = 3;
|
NO_FIX_PLANNED | No fix is planned.
NO_FIX_PLANNED = 2;
|
NO_FIX_PLANNED_VALUE | No fix is planned.
NO_FIX_PLANNED = 2;
|
REMEDIATION_TYPE_UNSPECIFIED | No remediation type specified.
REMEDIATION_TYPE_UNSPECIFIED = 0;
|
REMEDIATION_TYPE_UNSPECIFIED_VALUE | No remediation type specified.
REMEDIATION_TYPE_UNSPECIFIED = 0;
|
UNRECOGNIZED | |
VENDOR_FIX | A vendor fix is available.
VENDOR_FIX = 4;
|
VENDOR_FIX_VALUE | A vendor fix is available.
VENDOR_FIX = 4;
|
WORKAROUND | A workaround is available.
WORKAROUND = 5;
|
WORKAROUND_VALUE | A workaround is available.
WORKAROUND = 5;
|
Static Methods
|
---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead.
|
valueOf(String name) | |
values() | |
Methods
|
---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-06-03 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]