public interface PackageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCpeUri()
The CPE URI where the vulnerability was detected.
|
com.google.protobuf.ByteString |
getCpeUriBytes()
The CPE URI where the vulnerability was detected.
|
String |
getPackageName()
The name of the package where the vulnerability was detected.
|
com.google.protobuf.ByteString |
getPackageNameBytes()
The name of the package where the vulnerability was detected.
|
String |
getPackageType()
Type of package, for example, os, maven, or go.
|
com.google.protobuf.ByteString |
getPackageTypeBytes()
Type of package, for example, os, maven, or go.
|
String |
getPackageVersion()
The version of the package.
|
com.google.protobuf.ByteString |
getPackageVersionBytes()
The version of the package.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPackageName()
The name of the package where the vulnerability was detected.
string package_name = 1;com.google.protobuf.ByteString getPackageNameBytes()
The name of the package where the vulnerability was detected.
string package_name = 1;String getCpeUri()
The CPE URI where the vulnerability was detected.
string cpe_uri = 2;com.google.protobuf.ByteString getCpeUriBytes()
The CPE URI where the vulnerability was detected.
string cpe_uri = 2;String getPackageType()
Type of package, for example, os, maven, or go.
string package_type = 3;com.google.protobuf.ByteString getPackageTypeBytes()
Type of package, for example, os, maven, or go.
string package_type = 3;String getPackageVersion()
The version of the package.
string package_version = 4;com.google.protobuf.ByteString getPackageVersionBytes()
The version of the package.
string package_version = 4;Copyright © 2024 Google LLC. All rights reserved.