Interface OutdatedLibraryOrBuilder (2.41.0)

public interface OutdatedLibraryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLearnMoreUrls(int index)

public abstract String getLearnMoreUrls(int index)

URLs to learn more information about the vulnerabilities in the library.

repeated string learn_more_urls = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The learnMoreUrls at the given index.

getLearnMoreUrlsBytes(int index)

public abstract ByteString getLearnMoreUrlsBytes(int index)

URLs to learn more information about the vulnerabilities in the library.

repeated string learn_more_urls = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the learnMoreUrls at the given index.

getLearnMoreUrlsCount()

public abstract int getLearnMoreUrlsCount()

URLs to learn more information about the vulnerabilities in the library.

repeated string learn_more_urls = 3;

Returns
TypeDescription
int

The count of learnMoreUrls.

getLearnMoreUrlsList()

public abstract List<String> getLearnMoreUrlsList()

URLs to learn more information about the vulnerabilities in the library.

repeated string learn_more_urls = 3;

Returns
TypeDescription
List<String>

A list containing the learnMoreUrls.

getLibraryName()

public abstract String getLibraryName()

The name of the outdated library.

string library_name = 1;

Returns
TypeDescription
String

The libraryName.

getLibraryNameBytes()

public abstract ByteString getLibraryNameBytes()

The name of the outdated library.

string library_name = 1;

Returns
TypeDescription
ByteString

The bytes for libraryName.

getVersion()

public abstract String getVersion()

The version number.

string version = 2;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version number.

string version = 2;

Returns
TypeDescription
ByteString

The bytes for version.