public static interface PackagesSummaryResponse.LicensesSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCount()
public abstract long getCount()
The number of fixable vulnerabilities associated with this resource.
int64 count = 2;
Returns | |
---|---|
Type | Description |
long |
The count. |
getLicense()
public abstract String getLicense()
The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...
string license = 1;
Returns | |
---|---|
Type | Description |
String |
The license. |
getLicenseBytes()
public abstract ByteString getLicenseBytes()
The license of the package. Note that the format of this value is not guaranteed. It may be nil, an empty string, a boolean value (A | B), a differently formed boolean value (A OR B), etc...
string license = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for license. |