Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Cwe.
CWE stands for Common Weakness Enumeration. Information about this weakness, as described by CWE.
Generated from protobuf message google.cloud.securitycenter.v2.Cwe
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
string
The CWE identifier, e.g. CWE-94 |
↳ references |
array<Reference>
Any reference to the details on the CWE, for example, https://cwe.mitre.org/data/definitions/94.html |
getId
The CWE identifier, e.g. CWE-94
Returns | |
---|---|
Type | Description |
string |
setId
The CWE identifier, e.g. CWE-94
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReferences
Any reference to the details on the CWE, for example, https://cwe.mitre.org/data/definitions/94.html
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setReferences
Any reference to the details on the CWE, for example, https://cwe.mitre.org/data/definitions/94.html
Parameter | |
---|---|
Name | Description |
var |
array<Reference>
|
Returns | |
---|---|
Type | Description |
$this |