public interface VulnerabilityLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCpeUri()
The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/)
format.
|
com.google.protobuf.ByteString |
getCpeUriBytes()
The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/)
format.
|
String |
getPackage()
The package being described.
|
com.google.protobuf.ByteString |
getPackageBytes()
The package being described.
|
Version |
getVersion()
The version of the package being described.
|
VersionOrBuilder |
getVersionOrBuilder()
The version of the package being described.
|
boolean |
hasVersion()
The version of the package being described.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCpeUri()
The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) format. Examples include distro or storage location for vulnerable jar.
string cpe_uri = 1;com.google.protobuf.ByteString getCpeUriBytes()
The cpe_uri in [cpe format] (https://cpe.mitre.org/specification/) format. Examples include distro or storage location for vulnerable jar.
string cpe_uri = 1;String getPackage()
The package being described.
string package = 2;com.google.protobuf.ByteString getPackageBytes()
The package being described.
string package = 2;boolean hasVersion()
The version of the package being described.
.grafeas.v1beta1.package.Version version = 3;Version getVersion()
The version of the package being described.
.grafeas.v1beta1.package.Version version = 3;VersionOrBuilder getVersionOrBuilder()
The version of the package being described.
.grafeas.v1beta1.package.Version version = 3;Copyright © 2019 Google LLC. All rights reserved.