public interface OutdatedLibraryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| List<String> | A list containing the learnMoreUrls. |
getLibraryName()
public abstract String getLibraryName()The name of the outdated library.
string library_name = 1;
| Type | Description |
| String | The libraryName. |
getLibraryNameBytes()
public abstract ByteString getLibraryNameBytes()The name of the outdated library.
string library_name = 1;
| Type | Description |
| ByteString | The bytes for libraryName. |
getVersion()
public abstract String getVersion()The version number.
string version = 2;
| Type | Description |
| String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version number.
string version = 2;
| Type | Description |
| ByteString | The bytes for version. |