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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setLibraryName
The name of the outdated library.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersion
The version number.
Returns | |
---|---|
Type | Description |
string |
setVersion
The version number.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLearnMoreUrls
URLs to learn more information about the vulnerabilities in the library.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setLearnMoreUrls
URLs to learn more information about the vulnerabilities in the library.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |