Google Cloud Web Security Scanner V1 Client - Class OutdatedLibrary (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class OutdatedLibrary.

Information reported for an outdated library.

Generated from protobuf message google.cloud.websecurityscanner.v1.OutdatedLibrary

Namespace

Google \ Cloud \ WebSecurityScanner \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ library_name string

The name of the outdated library.

↳ version string

The version number.

↳ learn_more_urls array

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

getLibraryName

The name of the outdated library.

Returns
TypeDescription
string

setLibraryName

The name of the outdated library.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVersion

The version number.

Returns
TypeDescription
string

setVersion

The version number.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLearnMoreUrls

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLearnMoreUrls

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this