public interface OutdatedLibraryOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLearnMoreUrls(int index)
URLs to learn more information about the vulnerabilities in the library.
|
ByteString |
getLearnMoreUrlsBytes(int index)
URLs to learn more information about the vulnerabilities in the library.
|
int |
getLearnMoreUrlsCount()
URLs to learn more information about the vulnerabilities in the library.
|
List<String> |
getLearnMoreUrlsList()
URLs to learn more information about the vulnerabilities in the library.
|
String |
getLibraryName()
The name of the outdated library.
|
ByteString |
getLibraryNameBytes()
The name of the outdated library.
|
String |
getVersion()
The version number.
|
ByteString |
getVersionBytes()
The version number.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getLibraryName()
The name of the outdated library.
string library_name = 1;
ByteString getLibraryNameBytes()
The name of the outdated library.
string library_name = 1;
String getVersion()
The version number.
string version = 2;
ByteString getVersionBytes()
The version number.
string version = 2;
List<String> getLearnMoreUrlsList()
URLs to learn more information about the vulnerabilities in the library.
repeated string learn_more_urls = 3;
int getLearnMoreUrlsCount()
URLs to learn more information about the vulnerabilities in the library.
repeated string learn_more_urls = 3;
String getLearnMoreUrls(int index)
URLs to learn more information about the vulnerabilities in the library.
repeated string learn_more_urls = 3;
index
- The index of the element to return.ByteString getLearnMoreUrlsBytes(int index)
URLs to learn more information about the vulnerabilities in the library.
repeated string learn_more_urls = 3;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.