public interface LocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCpeUri()
The cpe_uri in [cpe format](https://cpe.mitre.org/specification/)
denoting the package manager version distributing a package.
|
com.google.protobuf.ByteString |
getCpeUriBytes()
The cpe_uri in [cpe format](https://cpe.mitre.org/specification/)
denoting the package manager version distributing a package.
|
String |
getPath()
The path from which we gathered that this package/version is installed.
|
com.google.protobuf.ByteString |
getPathBytes()
The path from which we gathered that this package/version is installed.
|
Version |
getVersion()
The version installed at this location.
|
VersionOrBuilder |
getVersionOrBuilder()
The version installed at this location.
|
boolean |
hasVersion()
The version installed at this location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCpeUri()
The cpe_uri in [cpe format](https://cpe.mitre.org/specification/) denoting the package manager version distributing a package.
string cpe_uri = 1;com.google.protobuf.ByteString getCpeUriBytes()
The cpe_uri in [cpe format](https://cpe.mitre.org/specification/) denoting the package manager version distributing a package.
string cpe_uri = 1;boolean hasVersion()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;Version getVersion()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;VersionOrBuilder getVersionOrBuilder()
The version installed at this location.
.grafeas.v1beta1.package.Version version = 2;String getPath()
The path from which we gathered that this package/version is installed.
string path = 3;com.google.protobuf.ByteString getPathBytes()
The path from which we gathered that this package/version is installed.
string path = 3;Copyright © 2019 Google LLC. All rights reserved.