public
interface
LocationOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getCpeUri()
public
abstract
String
getCpeUri
()
Deprecated. The CPE URI in CPE format
string cpe_uri = 1;
getCpeUriBytes()
public
abstract
ByteString
getCpeUriBytes
()
Deprecated. The CPE URI in CPE format
string cpe_uri = 1;
getPath()
public
abstract
String
getPath
()
The path from which we gathered that this package/version is installed.
string path = 3;
getPathBytes()
public
abstract
ByteString
getPathBytes
()
The path from which we gathered that this package/version is installed.
string path = 3;
getVersion()
public
abstract
Version
getVersion
()
Deprecated. The version installed at this location.
.grafeas.v1.Version version = 2;
getVersionOrBuilder()
public
abstract
VersionOrBuilder
getVersionOrBuilder
()
Deprecated. The version installed at this location.
.grafeas.v1.Version version = 2;
hasVersion()
public
abstract
boolean
hasVersion
()
Deprecated. The version installed at this location.
.grafeas.v1.Version version = 2;

