Google Cloud Security Command Center V2 Client - Class AttackPathEdge (1.28.0)

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

Represents a connection between a source node and a destination node in this attack path.

Generated from protobuf message google.cloud.securitycenter.v2.AttackPath.AttackPathEdge

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ AttackPath

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ source string

The attack node uuid of the source node.

↳ destination string

The attack node uuid of the destination node.

getSource

The attack node uuid of the source node.

Returns
Type Description
string

setSource

The attack node uuid of the source node.

Parameter
Name Description
var string
Returns
Type Description
$this

getDestination

The attack node uuid of the destination node.

Returns
Type Description
string

setDestination

The attack node uuid of the destination node.

Parameter
Name Description
var string
Returns
Type Description
$this