Google Cloud Security Command Center V1 Client - Class Reference (1.13.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Reference.

Additional Links

Generated from protobuf message google.cloud.securitycenter.v1.Reference

Methods

__construct

Constructor.

Parameters
NameDescription
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

Generated from protobuf field string source = 1;

Returns
TypeDescription
string

setSource

Source of the reference e.g. NVD

Generated from protobuf field string source = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUri

Uri for the mentioned source e.g.

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.

Generated from protobuf field string uri = 2;

Returns
TypeDescription
string

setUri

Uri for the mentioned source e.g.

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527.

Generated from protobuf field string uri = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this