Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Reference.
Additional Links
Generated from protobuf message google.cloud.securitycenter.v2.Reference
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source |
string
Source of the reference e.g. NVD |
↳ uri |
string
Uri for the mentioned source e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527. |
getSource
Source of the reference e.g. NVD
Returns | |
---|---|
Type | Description |
string |
setSource
Source of the reference e.g. NVD
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUri
Uri for the mentioned source e.g.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.
Returns | |
---|---|
Type | Description |
string |
setUri
Uri for the mentioned source e.g.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |