public interface OutdatedLibraryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLearnMoreUrls(int index)
URLs to learn more information about the vulnerabilities in the library.
|
com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getLibraryNameBytes()
The name of the outdated library.
|
String |
getVersion()
The version number.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version number.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLibraryName()
The name of the outdated library.
string library_name = 1;com.google.protobuf.ByteString getLibraryNameBytes()
The name of the outdated library.
string library_name = 1;String getVersion()
The version number.
string version = 2;com.google.protobuf.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;com.google.protobuf.ByteString getLearnMoreUrlsBytes(int index)
URLs to learn more information about the vulnerabilities in the library.
repeated string learn_more_urls = 3;Copyright © 2019 Google LLC. All rights reserved.