Uses of Class
io.grafeas.v1beta1.vulnerability.CVSSv3.Scope
-
Packages that use CVSSv3.Scope Package Description io.grafeas.v1beta1.vulnerability -
-
Uses of CVSSv3.Scope in io.grafeas.v1beta1.vulnerability
Methods in io.grafeas.v1beta1.vulnerability that return CVSSv3.Scope Modifier and Type Method Description static CVSSv3.Scope
CVSSv3.Scope. forNumber(int value)
CVSSv3.Scope
CVSSv3.Builder. getScope()
.grafeas.v1beta1.vulnerability.CVSSv3.Scope scope = 9;
CVSSv3.Scope
CVSSv3. getScope()
.grafeas.v1beta1.vulnerability.CVSSv3.Scope scope = 9;
CVSSv3.Scope
CVSSv3OrBuilder. getScope()
.grafeas.v1beta1.vulnerability.CVSSv3.Scope scope = 9;
static CVSSv3.Scope
CVSSv3.Scope. valueOf(int value)
Deprecated.static CVSSv3.Scope
CVSSv3.Scope. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CVSSv3.Scope
CVSSv3.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static CVSSv3.Scope[]
CVSSv3.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grafeas.v1beta1.vulnerability that return types with arguments of type CVSSv3.Scope Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CVSSv3.Scope>
CVSSv3.Scope. internalGetValueMap()
Methods in io.grafeas.v1beta1.vulnerability with parameters of type CVSSv3.Scope Modifier and Type Method Description CVSSv3.Builder
CVSSv3.Builder. setScope(CVSSv3.Scope value)
.grafeas.v1beta1.vulnerability.CVSSv3.Scope scope = 9;
-