public interface LocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCpeUri()
public abstract String getCpeUri()Deprecated. The CPE URI in CPE format
string cpe_uri = 1;
| Type | Description |
| String | The cpeUri. |
getCpeUriBytes()
public abstract ByteString getCpeUriBytes()Deprecated. The CPE URI in CPE format
string cpe_uri = 1;
| Type | Description |
| ByteString | The bytes for cpeUri. |
getPath()
public abstract String getPath()The path from which we gathered that this package/version is installed.
string path = 3;
| Type | Description |
| String | The path. |
getPathBytes()
public abstract ByteString getPathBytes()The path from which we gathered that this package/version is installed.
string path = 3;
| Type | Description |
| ByteString | The bytes for path. |
getVersion()
public abstract Version getVersion()Deprecated. The version installed at this location.
.grafeas.v1.Version version = 2;
| Type | Description |
| Version | The version. |
getVersionOrBuilder()
public abstract VersionOrBuilder getVersionOrBuilder()Deprecated. The version installed at this location.
.grafeas.v1.Version version = 2;
| Type | Description |
| VersionOrBuilder |
hasVersion()
public abstract boolean hasVersion()Deprecated. The version installed at this location.
.grafeas.v1.Version version = 2;
| Type | Description |
| boolean | Whether the version field is set. |